/*H5的CSS*/
input[type=range]{
    display: none;
}
.right-edit{
    float: left;
    position: relative;
}
.left-edit{
    position: absolute;
    width: 300px;
    top: 43px;
    left:0;
    bottom: 0;
}
.middle-edit{
    position: absolute;
    left: 300px;
    right:0;
    top: 43px;
    bottom: 0;
}
.pagelist{
    /*position: fixed;*/
    /*top:42px;*/
    /*left: 0px;*/
    z-index: 6;
    background-color: #f0f0f0;
    /*padding-bottom: 20px;*/
}
.editor-area{
    position:absolute ;
    width:100%;
    left:0;
    top: 40px;
    bottom: 10px;
    overflow-y: scroll;
}
.eleEdit{
    /*width:30%;*/
    padding-top: 8px;
    height:35px;
    background-color:#3F4A58;
    /*position:fixed;*/
    /*top: 42px;*/
    /*right:0;*/
    z-index: 5;
    color: #FFFFFF;
}
.page-editor{
    position: absolute;
    left:15%;
    /*top: 50%;*/
    width: 400px;
    height: 650px;
    margin-left: -0px;
    margin-top: -5px;
    background: url("../img/bg.jpg");
    overflow-y: auto;
    overflow: hidden;
    /*overflow-y: auto;*/
}
.pageadd{
    position: absolute;
    bottom:0;
    left: 0;
}
.pages{
    position: absolute;
    height:90%;
    width: 100%;
    border:1px solid #CCCCCC;
    overflow-y: auto;
}
.picmanage{
    width: 640px;
    height: 450px;
    background-color: #f7f7f7;
    position: absolute;
    left: 25%;
    top: 15%;
    display: none;
    z-index: 11;
    border-radius: 10px;
    overflow: hidden;
}
.mask{
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.5);
     z-index: 10;
     position: absolute;
     /*top: 60px;*/
     left: 0;
     display: none;
 }
.mask img{
    position: absolute;
    right:0;
}
.mask1{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.mask1 img{
    position: absolute;
    right:0;
}
#picclose{
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}
.picmantitle{
    position: absolute;
    top: 6px;
    left: 0px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 15px;
    /*padding-top: 15px;*/
    height: 40px;
    font-size: 20px;
    font-family: "微软雅黑light";
    color: #3F4A58;
}
.picarea{
    height: 330px;
    width: 100%;
    position: absolute;
    top:52px;
    left: 0;
    overflow: auto;
}
.picarea div{
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.picarea div img{
    width: 130px;
    height: 130px;
    display: block;
    cursor: pointer;
}
/*.picarea div span{*/
    /*color: #3F4A58;*/
    /*cursor: pointer;*/
    /*display: block;*/
    /*padding-top:3px;*/
/*}*/
/*.picarea div span:hover{*/
    /*color: #39c;*/
/*}*/
.edit-handle{
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 35px;
    bottom: 0;
    /*width: 400px;*/
    background-color: #f0f0f0;
    /*height: 570px;*/
    /*display: none;*/
    overflow: hidden;
}
.edit-handle input,
.edit-handle select
{
    border-radius: 0px;
    height: 33px;
}
.edit-handle select{
    font-size: 13px;
}
.outlook{
    width: 100%;
    list-style: none;
    text-align: center;
    padding:0;
}
.outlook li{
    padding:10px 20px;
    line-height: 35px;
    background-color: #ccc;
    color: #fff;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    /*border:2px solid #eee;*/
    border-top: none;
    font-size: 16px;
    font-family: "微软雅黑light";
    display: inline;
    /*margin-left: 5px;*/
    cursor: pointer;
}
.outlook li.outlooksele{
    background-color: #3F4A58;
    color: #fff;
}
.aniedit{
    display: none;
}
@charset "utf-8";
*{
    margin:0;
    padding: 0;
}
body,html{
    background-color: #E6E6E6;
    height: 100%;
}

.pldiv{
    width: 100%;
    height: 35px;
    background-color: #3F4A58;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: "微软雅黑 light";
    line-height: 35px;
    cursor: pointer;
    border-bottom:1px solid #8c8c8c;
}

.pagecover{
    position: absolute;
    bottom:72px;
    left: 0;
}
.pageli{
    position: absolute;
    bottom:36px;
    left: 0;
}
/*.pldivcontent{*/
    /*height: 410px;*/
    /*width: 100%;*/
    /*overflow: auto;*/
    /*text-align: center;*/
    /*padding: 10px 0;*/
/*}*/
.pldivcontent input{
    width:250px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    margin: 8px;
    border:1px solid gray;
    padding: 3px 8px;
    font-family: "微软雅黑light";
    font-size:14px;
}
.pldivcontent a{
    display: inline-block;
    width: 150px;
    height: 32px;
    text-decoration:none;
    line-height: 32px;
    color: #fff;
    background-color: #589;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 3px;
}
.phone_con{
    position:relative;
    margin:60px auto 0;
    background-size: 100%;
    background-image: url(../images/phone.svg);
    background-color: #FFF;
    background-repeat: no-repeat;
    width: 326px;
    height: 620px;
    border-radius: 40px;
}
.phone_con .phone_title{
    position: absolute;
    top:65px;
    width: 80%;
    left: 10%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    height: 20px;
    font-size: 18px;
}
.phone_con .phone_screen{
    width: 320px;
    height: 486px;
    position: absolute;
    top: 97px;
    left: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.phone_screen.grid_bg{
    background-image: url(../images/grid_bg.png);
}
.phone_choice{
    position: absolute;
    left:335px;
    top:40px;
    width:35px;
    height:75px;
    background-color: #2B323C;
    border-radius: 5px;
}
.phone_choice ul{
    list-style: none;
    padding-top: 4px;
}
.body{
    width: 100%;
    height: 100%;
}
.textdiv{
    cursor:pointer;
}
#delemenu{
    width:100px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    background-color: #3F4A58;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    cursor: pointer;
    z-index: 100;
}
.color-preview{
    display: inline-block;
    width: 25px;
    height: 18px;
    background-color: rgba(0,0,0,0);
    border: 1px solid gray;
    line-height: 18px;
    margin-bottom: -5px;
    margin-right: 10px;
    margin-top: 5px;
}
.picimg{
    cursor: pointer;
}
.header{
    padding-top: 8px;
    height:35px;
    /*width:50%;*/
    background-color:#2B323C;
    /*position:fixed;*/
    /*top: 42px;*/
    /*left: 20%;*/
    z-index: 5;
}

#logo{
    width:135px;
    height:36px;
    background:url(../images/index-logo-inverse.png) no-repeat;
    display:block;
    left:35px;
    top:15px;
    position:absolute;
}
.header ul{
    color: #fff;
    padding-left: 20%;
    font-size: 13px;
}
.header ul li{
    display: inline-block;
    margin-right:15px;
    cursor: pointer;
}
.header ul.useroption{
    float: right;
    margin-top: -35px;
}
.header ul.useroption li{
    padding: 0 30px;
    height: 30px;
    border:1px solid #fff;
    margin-right:30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 15px;
}
.editchoices{
    position: fixed;
    right: 0;
    top: 60px;
    width: 350px;
    background-color: #f0f0f0;
    height: 470px;
    display: none;
    overflow: hidden;
}
#textedit{
    display: none;
}
#textedit div{
    margin-bottom: 10px;
}
.choiceEdit{
    display: block;
}
#otherEditor{
    display: none;
}
#picedit{
    display: none;
}
#picedit div{
    margin-bottom: 10px;
}
.picmanage{
    width: 640px;
    height: 450px;
    background-color: #f7f7f7;
    position: absolute;
    left: 25%;
    top: 15%;
    display: none;
    z-index: 11;
    border-radius: 10px;
    overflow: hidden;
}
#qrcode{
    width: 100px;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    position: absolute;
    /*top: 60px;*/
    left: 10;
    display: none;
}
#picclose{
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

.picarea{
    height: 330px;
    width: 100%;
    position: absolute;
    top:52px;
    left: 0;
    overflow: auto;
}
.picarea div{
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.picarea div img{
    width: 130px;
    height: 130px;
    display: block;
    cursor: pointer;
}
/*.picarea div span{*/
    /*color: #3F4A58;*/
    /*cursor: pointer;*/
    /*display: block;*/
    /*padding-top:3px;*/
/*}*/
/*.picarea div span:hover{*/
    /*color: #39c;*/
/*}*/
.a-upload {
    height: 20px;
    line-height: 40px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    background-color: #3F4A58;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    bottom:10px;
    left: 10px;
    width: 150px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    font-family: "微软雅黑light";
    font-size: 18px;

}
.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.pages li{
    background-color:#676F7D;
    width: 230px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    display: block;
    border-radius: 7px;
    margin:3px auto;
    cursor: pointer;
}

.pages li.editinglist{
    background-color:#6AA3C2;
}
.musicmanage{
    width: 640px;
    height: 450px;
    background-color: #f7f7f7;
    position: absolute;
    left: 30%;
    top: 15%;
    display: none;
    z-index: 11;
    border-radius: 10px;
    overflow: hidden;
}
#picclose2{
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

.musicarea{
    height: 330px;
    width: 100%;
    position: absolute;
    top:52px;
    left: 0;
    overflow: auto;
    font-family: "微软雅黑light";
    color: #3F4A58;
    padding: 5px;
}
.musicarea input{
    width: 350px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    padding: 5px;
    border:1px solid gray;
    margin-top: 10px;
    margin-left: 12px;
}
.musiclist li{
    cursor: pointer;
    font-family:"微软雅黑light";
    font-size:16px;
    width: 600px;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 8px;
}
.musiclist li:hover{
    color: #39c;
}
#qrcode{
    margin-top: 15%;
    margin-left: 45%;
    display: none;
    position: fixed;
    z-index: 10;
}
#qrcode1{
    margin-top: 15%;
    margin-left: 42%;
    display: none;
    position: fixed;
    z-index: 10;
}
#cover{
    margin-top: 7px;
}
#addani{
    width:100%;
    height: 35px;
    line-height: 35px;
    background-color: #3F4A58;
    color: #fff;
    font-family: "微软雅黑light";
    font-size: 18px;
    text-align:center;
    position: absolute;
    bottom: 10px;;
    left: 0;
    margin-top: 5px;
    cursor:pointer;
}
#addEvent{
    width:100%;
    height: 35px;
    line-height: 35px;
    background-color: #3F4A58;
    color: #fff;
    font-family: "微软雅黑light";
    font-size: 18px;
    text-align:center;
    position: absolute;
    bottom: 10px;;
    left: 0;
    margin-top: 5px;
    cursor:pointer;
}
#eventEdit{
    display: none;
}
#aniedit{
    display: none;
    height:480px;
    /*width:380px;*/
    overflow: auto;
}
#animations{
    width: 100%;
    height: 500px;
    list-style: none;
}
#animations ul{
    list-style: none;
}
#animations ul li{
    margin-top: 5px;
}
#animations span{
    /*font-size: 12px;*/
    /*color: #333;*/
    /*display: inline-block;*/
    /*width: 80px;*/
    /*height: 20px;*/
    /*line-height: 20px;*/
    /*text-align: center;*/
}
#animations select{
    width: 200px;
}
.anititle{
    color: #FFFFFF;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
}
.bgc589{
    padding:5px 15px;
    background-color: #589;
}
#animations .aniName{
    width: 80px;
    height: 26px;
    color: #FFFFFF;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #589;
    border-radius: 2px;
    display: inline-block;
}
.edtitle{
    font-size: 12px;
    color: #333;
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
#success{
    width:150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#eee;
    font-size: 20px;
    background-color: #2B323C;
    border-radius: 25px;
    transition: opacity 0.8s;
    opacity: 0;
    z-index: 100;
    position: absolute;
    /*left: 45%;*/
    /*top: 15%;*/
}
.audio-delete{
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 13px;
    background: #FFF;
    text-align: center;
    line-height: 12px;
    opacity: 0;
    color: #ccc;
    position: absolute;
    top: 1px;
    right: 5px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.picarea div img:hover + .audio-delete{
    opacity: 1;
}
.audio-delete:hover{
    opacity: 1;
}
.audio-delete:hover + .transImg{
    border:1px solid #ccc;
}
.picarea div img:hover{
    border:1px solid #ccc;
}
/*编辑框*/
.edit-border{
    border:1px solid #999999;
    position: absolute;
}
/**/
.span-text{
    margin-right: -4px;
    background-color: #f9f9f9;
    padding:6px 10px;
    border-left:1px solid #cccccc;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-radius: 1px;
}
/*tip,animate*/
@-webkit-keyframes start {
   0%,30%{  opacity: 0;  -webkit-transform: translate(0,10px);  }
   60%{  opacity: 1;  -webkit-transform: translate(0,0);  }
   100%{  opacity: 0;  -webkit-transform: translate(0,-8px);  }
}
@-moz-keyframes start {
    0%,30% {opacity: 0;-moz-transform: translate(0,10px);}
    60% {opacity: 1;-moz-transform: translate(0,0);}
    100% {opacity: 0;-moz-transform: translate(0,-8px);}
}
@keyframes start {
    0%,30% {opacity: 0;transform: translate(0,10px);}
    60% {opacity: 1;transform: translate(0,0);}
    100% {opacity: 0;transform: translate(0,-8px);}
}
