﻿@charset "utf-8";
/* CSS Document */

body {
    font-size: 14px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0px;
    padding: 0px;
    background-image: url(about:blank);
    background-attachment: fixed;
    /*background-color: #f7f6f6;*/
    background-color: #ebebeb;
}

ul li,
li {
    list-style: none;
}

ul,
li,
dl,
dt,
dd,
span,
p,
cite,
em,
i,
h1,
h2,
h3,
h4,
h5,
h6,
b,
input,
textarea, div {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

cite,
em,
i {
    font-style: normal;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        text-decoration: none;
    }

    a:hover,
    a:active,
    input,
    :focus {
        outline: 0;
    }

img {
    border: 0;
}
/* CSS Document */

input {
    border: 0;
    font-family: "微软雅黑";
    line-height: 18px;
    font-size: 12px;
}

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #767676;
        font-family: "微软雅黑";
        line-height: 18px;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #767676;
        font-family: "微软雅黑";
        line-height: 18px;
    }

input,
textarea {
    outline: 0;
    border: 0;
}

.Fle {
    float: left;
}

.Fri {
    float: right;
}

/*img {
    width: 100%;
}*/

.wrap {
    padding: 0 10px;
}
/*====================个人信息====================*/

.tabLst {
    margin: 8px 0 0 0;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

    .tabLst li {
        width: 50%;
        height: 32px;
        float: left;
        text-align: center;
        color: #878888;
        font: 16px/32px "微软雅黑";
    }

        .tabLst li.select {
            background: #e6edf3;
            color: #35b3e6;
        }

        .tabLst li.others {
            background: none;
            color: #878888;
        }

.dynamicClass01 {
    margin: 12px 0 0 -6px;
    overflow: hidden;
}

    .dynamicClass01 dd {
        float: left;
        width: 25%;
    }

        .dynamicClass01 dd div {
            margin-left: 6px;
            color: #fff;
            text-align: center;
            font: 11px/16px "宋体";
            padding: 8px 0;
        }

            .dynamicClass01 dd div.red {
                background: #fd6a5a;
            }

            .dynamicClass01 dd div.blue {
                background: #398c9c;
            }

            .dynamicClass01 dd div.navyblue {
                background: #36b4e6;
            }

            .dynamicClass01 dd div.yellow {
                background: #f89828;
            }

.dynamicClass02 {
    margin: 10px 0 0 -8px;
    overflow: hidden;
}

    .dynamicClass02 dd {
        width: 50%;
        float: left;
    }

        .dynamicClass02 dd div {
            margin-left: 8px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            text-align: center;
            height: 30px;
            font: 14px/30px "微软雅黑";
        }

            .dynamicClass02 dd div.blue {
                background: #e3f6fd;
                border: 1px solid #32b3ed;
                color: #35b3e6;
            }

            .dynamicClass02 dd div.yellow {
                background: #fef1e1;
                border: 1px solid #f69a2d;
                color: #f79829;
            }

.dynamicLst .tit,
.mycareLst .tit {
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    height: 22px;
    padding-top: 5px;
}

    .dynamicLst .tit span,
    .mycareLst .tit span {
        display: inline-block;
        width: auto;
        border-bottom: 1px solid #2fb4ec;
        padding: 0 12px 0 5px;
        position: absolute;
        bottom: -1px;
        left: 0;
        color: #35b3e6;
        font: 14px/22px "微软雅黑";
    }

.mycareLst .cnt {
    position: relative;
    overflow: hidden;
}

.moreBtn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

.dynamicLst .cnt li,
.mycare_dynamicLst .cnt li {
    border-bottom: 1px dashed #e8e8e8;
    font: 12px/18px "微软雅黑";
    padding: 5px 0;
}

    .dynamicLst .cnt li .blue, .mycare_dynamicLst .cnt li .blue {
        display: block;
        float: left;
        width: auto;
        height: 18px;
        margin-left: -5px;
    }

    .mycare_dynamicLst .cnt li a {
        color: #666;
    }

    .dynamicLst .cnt li .blue,
    .mycare_dynamicLst .cnt li .blue {
        color: #35b3e6;
    }

.moreTxt {
    text-align: center;
    color: #b8c5d5;
    font: 14px/38px "微软雅黑";
}

.careNum {
    margin: 8px 0 0 -1px;
    background: #f0f9fc;
    border: 1px dashed #35b3e6;
    height: 26px;
    padding: 6px 0;
    overflow: hidden;
}

    .careNum li {
        width: 50%;
        float: left;
        border-left: 1px solid #35b3e6;
        margin-left: -1px;
    }

        .careNum li:first-child {
            border-left: 0;
        }

        .careNum li span {
            width: 100%;
            display: block;
            text-align: center;
            color: #35b3e6;
            font: 12px/13px "微软雅黑";
        }

.mycareLst .cnt {
    overflow: hidden;
    margin-left: -10px;
    margin-top: 5px;
}

    .mycareLst .cnt li {
        width: 14.28%;
        float: left;
        /*margin-top: 5px;*/
    }

        .mycareLst .cnt li .userPic {
            margin-left: 10px;
            position: relative;
        }
        
        .userPic img{
    width: 100%;
}

.blackZc,
.zcTxt {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.blackZc {
    height: 100%;
}

.blackZc {
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    z-index: 2;
}

.zcTxt {
    top: 50%;
    z-index: 3;
    text-align: center;
    color: #fff;
    font: 13px/18px "Arial";
    margin-top: -9px;
}

.mycareLst li .zcTxt {
    margin-top: 0;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.mycare_dynamicLst {
    margin-top: 10px;
}

    .mycare_dynamicLst .tit {
        width: 142px;
        padding-right: 23px;
        background: url(../images/blueR.png) no-repeat right top;
        background-size: 23px 30px;
    }

        .mycare_dynamicLst .tit span {
            width: 100%;
            height: 100%;
            overflow: hidden;
            padding-left: 6px;
            display: block;
            background: #35b3e6;
            color: #fff;
            font: 14px/30px "微软雅黑";
        }
/*无内容模块*/

.noneBox {
    position: relative;
    min-height: 47px;
    margin-top: 80px;
}

.dynamicLst .noneBox {
    margin-top: 82px;
}

.mycare_dynamicLst .noneBox {
    margin-top: 70px;
}

.nonePic {
    background: url(../images/nonePic.png) no-repeat;
    background-size: 36px 40px;
    display: block;
    width: 36px;
    height: 40px;
    float: left;
}

.noneTxt {
    color: #999;
    font: 13px/47px "微软雅黑";
}

.noneTxt02 {
    padding-left: 4px;
}

.mycareLst .noneBox {
    margin-top: 5px;
}

.mycareLst .noneTxt {
    display: block;
    text-align: center;
}

/*====================个人主页====================*/

.userBox {
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 128px;
    height: 128px;
    padding: 0 10px;
}

.userInform {
    position: relative;
    padding: 6px 0 0 52px;
    position: relative;
    min-height: 54px;
}

/*.uerPic {
    background: url(../images/userPic.gif) no-repeat;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}

.userInform p {
    font: 12px/18px "微软雅黑";
    color: #666;
}

    .userInform p.name {
        height: 18px;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
        font-size: 13px;
    }

    .userInform p.none {
        font-size: 11px;
    }

.userInform .name {
    color: #1e8ff8;
}*/

.userBox{background: url(../images/bg.jpg) no-repeat;background-size: 100% 128px;height: 128px;padding: 0 10px;}
.userInform {position: relative;padding: 6px 0 0 55px;position: relative;min-height: 54px;}
.uerPic {background: url(../images/userPic.gif) no-repeat;background-size: 48px 48px;width: 48px;height: 48px;display: block;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;position: absolute;top: 10px;left: 0;z-index: 2;}
.userInform p{font: 12px/22px "微软雅黑";color: #fff;}
.userInform p.name{height:22px;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.userInform p.none {font-size: 11px;}
.userInform p.name {font-size:16px;color: #fff;}
.careBtn{display:block;text-align:center;width:62px;height:24px;background:#fa970b;border:1px solid #fa970b;color:#fff;font:14px/24px "微软雅黑";-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:absolute;z-index:3;right:0;bottom:-4px;cursor:pointer;}
.careBtn.select{background:#b7bbc8;border:1px solid #b7bbc8;color:#fff;}


.careBtn {
    display: block;
    text-align: center;
    width: 62px;
    height: 24px;
    background: #fa970b;
    border: 1px solid #fa970b;
    color: #fff;
    font: 14px/24px "微软雅黑";
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: -9px;
    cursor: pointer;
}

    .careBtn.select {
        background: #19a1da;
        border: 1px solid #30bcdf;
        color: #fff;
    }

.userInform p.xxInform {
    position: relative;
}

.userInform p span {
    display: block;
    height: 22px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

    .userInform p span.qq {
        width: 110px;
        float: left;
        text-align: left;
    }

    .userInform p span.wx {
        text-align: right;
    }

.userTab {
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 0;
    -khtml-opacity:0;
    width: 100%;
    height: 46px;
    margin-top: 12px;
}

.userInform .email {
    padding-right: 64px;
}

    .userInform .email p {
        width: 100%;
        height: 18px;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
    }

.userTab_cnt {
    margin-top: -50px;
    text-align: center;
    position: relative;
    z-index: 3;
}

    .userTab_cnt span {
        color: #fff;
        font: 13px/16px "微软雅黑";
        display: inline-block;
       /*padding: 0 20px;*/
        margin: 7px 0;
        border-left: 1px solid #fff;
        width:30%;
    }

        .userTab_cnt span:first-child {
            border-left: 0;
        }

.productsLst {
    margin-left: -8px;
}

    .productsLst li {
        width: 50%;
        float: left;
        margin-top: 10px;
        position: relative;
        overflow: hidden;
    }

        .productsLst li .bdrBox {
            /*border: 1px solid #e7e5e5;*/
          padding: 0 0 9px 0;
         margin-left : 8px;
    position: relative;
    background: #fff;
	}

   .bdrBox .imgDiv {height:86px;position:relative}
        
     .productsLst li .txtBox .line {
     border-bottom: 1px solid #e7e5e5;
     width: 100%;
     height: 5px;
     display:none;	
 }

 .productsLst li .bdrBox img{display:block; height:100%;/*width:100%;;height:83px;*/margin:0 auto;}

 .productsLst li .bdrBox .pic { overflow: hidden; height: 86px;line-height: 86px; text-align: center; position:relative}
            
            
 .productsLst li .addBox{position:relative;height:27px;line-height:27px;margin-top:5px;color:#999;padding-right:80px;}
.productsLst li .addBox .lft{height:27px;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.productsLst li .addBox .personalPic img{width:27px;height:27px;float:left;margin-right:3px;     overflow: hidden; -moz-border-radius: 50%;
   -webkit-border-radius: 50%; 
    border-radius: 50%;}
.productsLst li .addBox .collectBox{position:absolute;z-index:2;top:0;right:0;padding-left:20px;max-width:60px;height:27px;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.productsLst li .addBox i{height:27px;background-position:left center;}



        .productsLst li a.tit {
            color: #666;
            font: 12px/17px "微软雅黑";
            width: 100%;
            height: 17px;
            text-align: left;
            display: block;
            overflow: hidden;
            word-break: break-all;
            word-wrap: break-word;
            margin-top: 3px;
        }

.productsLst li .txtBox{margin:0 5px;}

        .productsLst li .txtBox .numBox {
            overflow: hidden;
            padding-top: 5px;
            color: #c1c4c7;
            font: 12px/16px "微软雅黑";
            position: relative;
            height: 16px;
        }

            /*.productsLst li .txtBox .numBox .Fle,
            .productsLst li .txtBox .numBox .flook,
            .productsLst li .txtBox .numBox .Fri{
                display: block;
                text-indent: 22px;
                overflow: hidden;
                word-break: break-all;
                word-wrap: break-word;
                height: 16px;
                float: none;
                font-size: 12px;
            }

            .productsLst li .txtBox .numBox .Fle {
                padding-right: 54px;
            }

                .productsLst li .txtBox .numBox .Fle .icoUser, .productsLst li .txtBox .numBox .Fle .icoPraise, .productsLst li .txtBox .numBox .Fle .icoHeart, .productsLst li .txtBox .numBox .Fle .icoLook {
                    top: 5px;
                }

            .productsLst li .txtBox .numBox .Fri {
                width: 40px;
                right: 0;
                position: absolute;
                top: 5px;
            }
            
               .productsLst li .txtBox .numBox .flook {
                width: 80px;
                right: 10%;
                position: absolute;
                top: 5px;
            }

            .productsLst li .txtBox .numBox em {
                display: block;
                height: 16px;
                overflow: hidden;
                word-break: break-all;
                word-wrap: break-word;
            }*/
            

/*图标*/

.icoPraise,
.icoLook,
.icoHeart,
.icoUser {
    display: block;
    width: 19px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.productsLst li .txtBox .numTab{display:inline-block;width:33%;float:left;height:16px;overflow:hidden;/*word-break: break-all;*/word-wrap: break-word;white-space: nowrap;}
.productsLst li .txtBox .numTab.mdl{text-align:center;}
.productsLst li .txtBox .numTab.last{text-align:right;}
.productsLst li .txtBox .numTab span{display:inline-block;}
.productsLst li .txtBox .numTab i{display:inline-block;position:static;float:left;}

.icoPraise {
    background: url(../images/icoPraise.png) no-repeat;
    background-size: 19px 16px;
}

.icoLook {
    background: url(../images/icoLook.png) no-repeat;
    background-size: 19px 16px;
}

.icoHeart {
    background: url(../images/icoHeart.png) no-repeat;
    background-size: 17px 14px;
}

.icoUser {
    background: url(../images/icoUser.png) no-repeat;
    background-size: 19px 16px;
}

.icoPraise.select {
    background: url(../images/icoPraise_s.png) no-repeat;
    background-size: 19px 16px;
}

.icoHeart.select {
    background: url(../images/icoHeart_s.png) no-repeat;
    background-size: 17px 14px;
}

.icoSearch,
.icoClose,
.icoDelte,
.icoPl,
.icoLock {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    z-index: 2;
}

.icoSearch {
    background: url(../images/icoSearch.png) no-repeat;
    background-size: 22px 22px;
    right: 6px;
}

.icoClose {
    background: url(../images/icoClose.png) no-repeat;
    background-size: 22px 22px;
    right: 6px;
}

.icoPl {
    background: url(../images/icoPl.png) no-repeat;
    background-size: 22px 22px;
    left: 0x;
    top: 0;
}

.ico {
    background: url(../images/ico.png) no-repeat;
    background-size: 8px 5px;
    display: block;
    width: 8px;
    height: 5px;
    position: absolute;
    left: 30px;
    top: -5px;
    z-index: 2;
}

.icoLock {
    background: url(../images/icoLock.png) no-repeat;
    background-size: 22px 22px;
    display: block;
    left: 50%;
    margin-left: -65px;
    top: 3px;
    z-index: 2;
}
/*====================搜索页====================*/

/*.searchBox {
    background: #f7f6f6;
    padding: 10px 10px 8px 10px;
}

.searchCnt {
    background: #fff;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 22px;
    padding: 5px 10px;
    position: relative;
}

   .searchCnt .inputTxt {
        border: 0;
        color: #d4cfcf;
        font: 14px/22px "微软雅黑";
        width: 100%;
    }

*/
.searchBox {background: #fff;padding: 10px 10px 8px 10px;position:relative;padding-right:40px;z-index: 3;/*border-bottom:1px solid #e0dede;*/}
.searchCnt {background: #f7f7f7;border: 1px solid #f7f7f7;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;height: 22px;padding:5px 10px 5px 30px;position: relative;}
.searchCnt .inputTxt{border: 0;color: #949393;font: 14px/22px "微软雅黑";width: 100%;background:#f7f7f7;}
.searchBox .icoHome02{right:10px;height:52px;}
.icoHome02{background: url(../images/icoHome02.png) no-repeat center center;background-size:22px 22px;width:22px;display:inline-block;position:absolute;z-index:2;top:0;}
   
.searchClass{/*background: #fff;border: 1px solid #e1e1e1;*/-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;padding: 6px 0 3px 0;}
.searchClass li{padding-left:70px;min-height: 24px;position: relative;}
.searchClass li.tab{padding:0 15px 0px 0px;border-bottom: 1px solid #dedcdc;}
.searchClass li .tit {color: #666;font: 12px/24px "微软雅黑";width: 58px;display: block;position: absolute;top: 0;left: 0;z-index: 2;padding-left:10px;}
.searchClass li.tab .tit{border-bottom:1px solid #19a1da;color:#19a1da;padding-bottom:5px;padding-right:10px;width:48px;font-size:14px;text-align:center;}

 .classTab{/*background: #fff;*/overflow: hidden;}
.classTab_cnt{min-height: 24px;display: inline-table;width: 100%;}
.classTab dd {/*width: 25%;text-align: center;*/display: table-cell;}
.classTab dd div{vertical-align: middle;min-height: 24px;/*min-width: 64px;*/font: 14px/24px "微软雅黑";margin-right: 5px;/*-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;*/color: #666;/*background: #f7f7f7;border: 1px solid #e1e1e1;box-sizing: border-box;*/height:24px;overflow:hidden;word-break: break-all;word-wrap: break-word;padding-bottom: 3px;}


 .classTab dd div.select {
            color: #19a1da;
           border-bottom: 1px solid #19a1da;
        }

        .classTab dd div.others {
            color: #666;
            border: none;
        }

.productsLst li .bdrBox .personalBox{position:relative;margin-top:5px;padding-left:32px;height:27px;line-height:27px;font-size:14px;color:#999;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.productsLst li .bdrBox .personalBox .personalPic{display:inline-block;width:27px;height:27px;overflow:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;position:absolute;z-index:1;top:0;left:0;}
.productsLst li .bdrBox .personalBox .personalPic img{width:27px;height:27px;}

/*.searchClass {
    background: #fff;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 0 3px 5px;
}

    .searchClass li {
        padding-left: 60px;
        min-height: 24px;
        position: relative;
    }

        .searchClass li .tit {
            color: #666;
            font: 12px/24px "微软雅黑";
            width: 58px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }
      --.classTab{margin-left:-6px;height:26px;overflow:hidden;position:relative;}
.classTab span{display:inline-block;margin-right:2px;margin-bottom:2px;width:56px;height:22px;text-align:center;font:12px/22px "微软雅黑";-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.classTab span{color:#666;background:#f7f7f7;border:1px solid #e1e1e1;}
.classTab span.select{color:#19a1da;background:#d4f2fc;border:1px solid #30bcdf;}
.classTab span.others{color:#666;background:#f7f7f7;border:1px solid #e1e1e1;}--

        .searchClass li.tab {
            padding: 0 24px 0 84px;
        }*/

     


/*.classTab {
    background: #fff;
    overflow: hidden;
}

.classTab_cnt {
    min-height: 24px;
    display: inline-table;
    width: 100%;
}

.classTab dd {
    width: 25%;
    text-align: center;
    display: table-cell;
}

    .classTab dd div {
        vertical-align: middle;
        min-height: 22px;
        min-width: 64px;
        font: 12px/22px "微软雅黑";
        margin-right: 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #666;
        background: #f7f7f7;
        border: 1px solid #e1e1e1;
        box-sizing: border-box;
        height: 22px;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
    } */

.searchClass li p {
    color: #666;
    font: 12px/24px "微软雅黑";
    margin-left: -5px;
}

    .searchClass li p span {
        padding: 0 2px;
    }

        .searchClass li p span:last-child {
            padding-right: 0;
        }

        .searchClass li p span.select {
            color: #19a1da;
        }

        .searchClass li p span.others {
            color: #666;
        }

.icoLft,
.icoRgt {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.icoLft {
    background: #fff url(../images/icoLft.png) no-repeat;
    background-size: 24px 24px;
    left: 60px;
}

.icoRgt {
    background: #fff url(../images/icoRgt.png) no-repeat;
    background-size: 24px 24px;
    right: 3px;
}

.icoLft.select {
    background: #fff url(../images/icoLft_s.png) no-repeat;
    background-size: 24px 24px;
}

.icoRgt.select {
    background: #fff url(../images/icoRgt_s.png) no-repeat;
    background-size: 24px 24px;
    right: 3px;
}
/*====================预览页====================*/
.previewTop {
    background: #fff;
    height: 39px;
    padding: 0 35px;
    position: relative;
}

.icoHome {
    background: url(../images/icoHome.png) no-repeat;
    display: block;
    background-size: 19px 17px;
    width: 19px;
    height: 17px;
    position: absolute;
    z-index: 2;
    top: 11px;
    left: 10px;
}

.icoSearch02 {
    background: url(../images/icoSearch02.png) no-repeat;
    display: block;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: 0;
    top: 10px;
    right: 10px;
}

.previewTop p {
    height: 39px;
    color: #3a3b3b;
    font: 14px/39px "微软雅黑";
    text-align: center;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.previewBanner {
    position: relative;
}
    /*.previewBanner img{width:100%;}*/
    .previewBanner .tip {
        text-align: center;
        vertical-align: central;
        top: 0;
        width: 100%;
        position: absolute;
        z-index: 9998;
    }

    .previewBanner .picImg {
        color: #f00;
        font: 18px/20px "微软雅黑";
        position: absolute;
        top: 200px;
        left: 5%;
        z-index: 2;
        width: 90%;
        text-align: center;
    }

.previewInform{padding:0 10px 10px;background:#fff;}
/*.previewInform_top{padding-bottom:6px;border-bottom:1px solid #ddd9d9;}*/
.previewInform_top .tit{height:40px;color:#19a1da;font:20px/40px "微软雅黑";overflow:hidden;word-break:break-all;word-wrap:break-word;}
.previewInform_top .package-txt{text-align: center;}
.previewInform_top .package-txt a{display: inline-block;color:#95a5ba;font-size:12px;line-height: 17px;}
.ico-package{display: inline-block;background: url(../images/ico-package.png) no-repeat;background-size: 15px 17px;width:15px;height:17px;float: left;margin-right: 5px;}
.previewInform_top .cnt{position:relative;min-height:20px;}
.preview-wrap .operate-box{background: #434444; width:100%; padding: 8px 0px;position:absolute; /*bottom:0px*/}

.operate-box .left-user-box{
    float: left;
    margin-left:10px;
}
.preview-wrap .operate-box .left-user-box .user-pic{
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 5px;
    overflow: hidden;
}
.preview-wrap .operate-box .left-user-box .user-name{
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.preview-wrap .operate-box .numLst{
    float: right;
    margin-right:15px;
}
.preview-wrap .operate-box .numLst li{position:relative;float:left;/*width:48px;*/margin-right:15px;height: 30px;}
.preview-wrap .operate-box .numLst li:last-child{
    margin-right: 0;}
.preview-wrap .operate-box .numLst li a{display: inline-block;position: relative;padding-left:18px;line-height: 30px;color:#fff;font-size:12px;height: 30px;overflow: hidden;}
.preview-wrap .operate-box .numLst li i{position: absolute;left:0;top:50%;}
.preview-wrap .operate-box .numLst li i.ico-praise-white{margin-top:-7px;}
.preview-wrap .operate-box .numLst li i.ico-heart-white{margin-top:-6px;}
.preview-wrap .operate-box .numLst li i.ico-look-white{margin-top:-5px;}
.preview-wrap .operate-box .numLst li i.ico-comment-white{margin-top:-6px;}
.ico-praise-white{display: inline-block;background:url(../images/ico-praise-white.png) no-repeat left center;background-size:16px 14px;width:16px;height: 14px;}
.ico-heart-white{display: inline-block;background:url(../images/ico-heart-white.png) no-repeat left center;background-size:16px 13px;width:16px;height: 13px;}
.ico-look-white{display: inline-block;background:url(../images/ico-look-white.png) no-repeat left center;background-size:18px 12px;width:18px;height: 12px;}
.ico-comment-white{display: inline-block;background:url(../images/ico-comment-white.png) no-repeat left center;background-size:15px 15px;width:15px;height: 15px;}
.ico-praise-white.select{background:url(../images/ico-praise-white-s.png) no-repeat left center;background-size:16px 14px;}
.ico-heart-white.select{background:url(../images/ico-heart-white-s.png) no-repeat left center;background-size:16px 13px;}
/*.preview-wrap .operate-box .numLst li i.icoHeart{margin-top:-7px;}*/
.preview-wrap .operate-box .numLst li em/*,.previewInform_top .cntRgt em*/{display:inline-block;float:left;}
.preview-wrap .operate-box .numLst li b/*,.previewInform_top .cntRgt b*/{display:inline-block;font-weight:normal;float:right;}
.preview-wrap .operate-box .numLst li .num/*,.previewInform_top .cntRgt .num*/,.preview-wrap .operate-box .numLst li .num02{display:inline-block;height:30px;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.preview-wrap .operate-box .numLst li .num{max-width:50px;}
/*.previewInform_top  .numLst li .num02{max-width:43px;}
.previewInform_top .cntRgt .num{max-width:24px;}
.previewInform_top .cntRgt{width:72px;color:#95a5ba;font:12px/20px "微软雅黑";height:20px;text-align:right;position:absolute;z-index:2;top:0;right:0;}*/
.previewAbout{color:#666;font:14px/18px "微软雅黑";max-height:54px; overflow-y:auto;word-break:break-all;}
.yellowBtn{display:block;width:100%;height:32px;color:#fff;font:14px/32px "微软雅黑";text-align:center;background:#fda60f;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.newdimchina-box{background:#f2f2f2;/*margin:10px 0;*/padding:5px 10px 10px;}
.newdimchina-about-tit{text-align:center;}
.newdimchina-about-tit .tit-txt{display:inline-block;background:#f5f5f5;height:30px;line-height:30px;color:#333;font-size:16px;padding:0 30px;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}
.newdimchina-about-txt{padding-top:8px;color:#333;font-size:14px;line-height:22px;}
.newdimchina-box .yellowBtn{margin-top:8px;background: -webkit-linear-gradient(to left, #ff8519 , #ffcd2b);background: -moz-linear-gradient(to left, #ff8519 , #ffcd2b);background: linear-gradient(to left, #ff8519 , #ffcd2b);color:#fff;}
/*.comment-wrap-box{width:100%;height:100%;position: absolute;top:0;left: 0;overflow-y: scroll;-webkit-overflow-scrolling: touch;background: #f2f2f2;}*/
.comment-header{background: #fff;height:39px;position:relative;}
.comment-header .lft{position: absolute;top:50%;left:10px;margin-top:-13px;line-height: 26px;color:#48b9fb;font-size: 15px;}
.comment-header p{text-align: center;color:#333;font-size:16px;line-height: 39px;}
.previewPl_box{padding:0 10px 10px;background:#f2f2f2;}

    .previewPl_box .tit {
        color: #4a4a4a;
        font: 14px/28px "微软雅黑";
    }

        .previewPl_box .tit .grey {
            color: #979797;
            font-size: 12px !important;
        }
.areaBox_top{position:relative;padding-right:63px;}
.tjBtn{color:#fff;font:16px/46px "微软雅黑";text-align:center;display:block;width:56px;height:46px;background: #43bbfa;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:absolute;z-index:2;top:0;right:0;cursor:pointer;}
.areaBox_top .areaBox{background:#fbf8f8;border:1px solid #e2e4e5;-moz-box-shadow:0px 0px 5px rgba(0,0,0,.1);-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.1);box-shadow:0px 0px 5px rgba(0,0,0,.1);padding:5px;height:46px; box-sizing:border-box;}
.areaBox_top .areaBox textarea{color:rgb(201, 198, 198);font:12px/18px "微软雅黑";width:100%;background:none;}
textarea{ resize:none;}

.previewPl_lst {
    position: relative;
    margin-top: 12px;
    min-height: 24px;
    padding-left: 32px;
}

.icoUser02 {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius:5px;
    webkit-border-radius:5px;
}

.previewPl_lstCnt{position:relative;background:#fff;min-height:24px;padding:0 5px 6px 5px;-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.1);-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.1);box-shadow:0px 0px 5px rgba(0,0,0,0.1);}

.icoArrow {
    background: url(../images/icoArrow.png) no-repeat;
    display: block;
    background-size: 6px 10px;
    width: 6px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: 7px;
    left: -6px;
}

.previewPl_lstCnt .userName {
    color: #5b5a5a;
    font: 14px/22px "微软雅黑";
    height: 22px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.previewPl_lstCnt .plTxt {
    color: #777;
    font: 12px/18px "微软雅黑";
    word-wrap:break-word;
    font-size: 12px !important;
}

.previewPl_lstCnt .userBtn {
    position: relative;
    height: 24px;
}

    .previewPl_lstCnt .userBtn .hfBtn {
        color: #1ba8f2;
        font: 12px/24px "微软雅黑";
        cursor: pointer;
    }

    .previewPl_lstCnt .userBtn .timeRgt {
        color: #979696;
        font: 12px/24px "微软雅黑";
        text-align: right;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
    }

.previewPl_lstCnt .areaWrap {
    padding-bottom: 33px;
    position: relative;
    display: none;
}

    .previewPl_lstCnt .areaWrap .areaBox {
        background: #fbfbfb;
        border: 1px solid #ddd9d9;
        padding: 0 0 0 5px;
        height: 36px;
    }

        .previewPl_lstCnt .areaWrap .areaBox textarea {
            width: 100%;
            color: #dcddde;
            font: 12px/18px "微软雅黑";
        }

    .previewPl_lstCnt .areaWrap .tjBtn02 {
        color: #fff;
        font: 13px/26px "微软雅黑";
        text-align: center;
        display: block;
        width: 45px;
        height: 26px;
        background: #43bbfa;
        margin-top: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 0;
        cursor: pointer;
    }

.hfTxt_box {
    position: relative;
    padding-top: 8px;
    word-wrap: break-word;
}

.icoArrow02 {
    background: url(../images/icoArrow02.png) no-repeat;
    display: block;
    background-size: 10px 6px;
    width: 10px;
    height: 6px;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 6px;
}

.hfTxt_box .hfTxt_area {
    background: #fbfbfb;
    border: 1px solid #ddd9d9;
    padding: 5px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: 12px/18px "微软雅黑";
}

    .hfTxt_box .hfTxt_area td {
        vertical-align: text-top;
        text-align: left;
    }

    .hfTxt_box .hfTxt_area .name {
        color: #1ba8f2;
        display: inline-block;
        width: auto;
        float: left;
        padding-right: 7px;
        position: relative;
    }

        .hfTxt_box .hfTxt_area .name em {
            display: inline-block;
            height: 18px;
            overflow: hidden;
            word-break: break-all;
            word-wrap: break-word;
        }

        .hfTxt_box .hfTxt_area .name i {
            /*position: absolute;*/
           /*top: 0;
            right: 0;*/
            z-index: 2;
            display: inline-block;
            float:right;
        }

.greyBtn04 {
    display: block;
    width: 100%;
    height: 32px;
    color: #9c9d9e;
    font: 14px/32px "微软雅黑";
    text-align: center;
    background: #e3e3e3;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-top: 12px;
    cursor: pointer;
}

.ewmPic {
    background: #fff;
    border-top: 1px solid #ddd9d9;
    padding: 13px 0 25px 0;
}

    .ewmPic .tit {
        color: #333;
        font: 14px/22px "微软雅黑";
        margin: 0 10px;
    }

    .ewmPic img {
        width: 300px;
        margin: 0 auto;
        display: block;
    }

.previewBanner_tc {
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 46%;
    margin-left: -115px;
}

    .previewBanner_tc .tcBtn01 {
        color: #fff;
        font: 14px/40px "微软雅黑";
        height: 40px;
        width: 260px;
        display: block;
        margin: 0 auto;
        text-align: center;
        background: #000;
        background: rgba(0,0,0,0.5);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .previewBanner_tc .tcBtn02 {
        color: #fff;
        font: 14px/30px "微软雅黑";
        height: 30px;
        width: 130px;
        display: block;
        margin: 12px auto 0 auto;
        text-align: center;
        background: #000;
        background: rgba(0,0,0,0.5);
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }
/*====================错误页面====================*/

.wrongBox {
    margin-top: 48px;
    text-align: center;
}

    .wrongBox .blueBtn03, .wrongBox .yellowBtn03, .wrongBox .redBtn03 {
        background: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: block;
        margin: 5px auto;
        width: 125px;
        height: 32px;
        font: 14px/32px "微软雅黑";
    }

    .wrongBox .blueBtn03 {
        border: 1px solid #35b3e6;
        color: #35b3e6;
    }

    .wrongBox .yellowBtn03 {
        border: 1px solid #ff9600;
        color: #ff9600;
    }

    .wrongBox .redBtn03 {
        border: 1px solid #fb5e5e;
        color: #fb5e5e;
    }

.wrongPic {
    width: 132px;
    margin: 0 auto;
}

    .wrongPic img {
        width: 100%;
    }

.wrongBox .txt {
    font: 16px/30px "微软雅黑";
    margin-top: 28px;
    height: 30px;
    position: relative;
}

    .wrongBox .txt img {
        width: 50%;
        height: 30px;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .wrongBox .txt span {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 50%;
        margin-left: -60px;
        background: #fff;
        width: 120px;
        heihgt: 30px;
        display: block;
    }

.wrongBox .blueTxt {
    color: #35b3e6;
}

.wrongBox .yellowTxt {
    color: #ff9600;
}

.wrongBox .redTxt {
    color: #fb5e5e;
}

.codeBox {
    margin: 95px 10px 0 10px;
    border: 1px solid #d9d8d8;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .codeBox .tit {
        height: 30px;
        color: #35b3e6;
        font: 14px/30px "微软雅黑";
        text-align: center;
        border-bottom: 1px solid #d9d8d8;
        position: relative;
    }

    .codeBox .cnt {
        margin: 29px 40px 16px 40px;
    }

        .codeBox .cnt .inputBox {
            padding-left: 70px;
            position: relative;
        }

            .codeBox .cnt .inputBox label {
                color: #848484;
                font: 13px/28px "微软雅黑";
                text-align: right;
                display: block;
                width: 70px;
                position: absolute;
                top: 0;
                left: 0;
            }

        .codeBox .cnt .inputBdr {
            background: #fff;
            border: 1px solid #d9d8d8;
            height: 26px;
            padding-left: 5px;
        }

            .codeBox .cnt .inputBdr .inputTxt {
                line-height: 26px;
                width: 100%;
            }

        .codeBox .cnt .btnBox {
            clear: both;
            width: 176px;
            padding-left: 70px;
            margin: 20px auto;
            overflow: hidden;
        }

    .codeBox .tjBtn,
    .codeBox .lxsczBtn {
        display: block;
        float: left;
        text-align: center;
        color: #fff;
        font: 13px/32px "微软雅黑";
        height: 32px;
        margin: 0 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
    }

    .codeBox .tjBtn {
        background: #35b3e6;
        width: 64px;
    }

    .codeBox .lxsczBtn {
        background: #faa035;
        width: 90px;
    }



.layoutBox {
    width: 220px;
    /*background:#f7ecea;*/
    height: 165px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -93px;
    left: 50%;
    margin-left: -110px;
    z-index: 997;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 8px #333333;
    z-index: 9999;
}

.layoutInner {
    height: 127px;
}

    .layoutInner .bdsb {
        font: 16px/35px "微软雅黑";
        color: #fc3319;
        background: url(../images/bdsbIcon.png) no-repeat scroll center left;
        background-size: 20px 20px;
        padding-left: 25px;
        margin-left: 60px;
        margin-right: 50px;
        margin-top: 15px;
        float: left;
    }

        .layoutInner .bdsb span {
            font: 12px/35px "微软雅黑";
            color: #fc3319;
        }

    .layoutInner p {
        text-align: center;
        margin: 0 15px;
    }

        .layoutInner p span {
            margin-top: 15px;
            display: inline-block;
            font: 12px/20px "微软雅黑";
            color: #333;
        }

.layoutFooter {
    height: 37px;
    background: #f7f7f7;
    text-align: center;
    width: 220px;
    border-top: #dddddd 1px solid;
}

    .layoutFooter .zhuce {
        width: 75px;
        height: 37px;
        font: 18px/37px "微软雅黑";
        color: #666;
        text-align: center;
        border-right: #c9c9c9 1px solid;
        float: left;
    }

    .layoutFooter .bangding {
        width: 64px;
        height: 37px;
        font: 18px/37px "微软雅黑";
        color: #666;
        text-align: center;
        border-right: #c9c9c9 1px solid;
        float: left;
    }

    .layoutFooter .close {
        width: 75px;
        height: 37px;
        font: 18px/37px "微软雅黑";
        color: #666;
        text-align: center;
        float: left;
    }


/*addYl*/
.addYl_main {
    background: #2d2d2d;
    position: relative;
    padding: 163px 0 30px 0;
}

    .addYl_main .smallLogo img {
        position: absolute;
        z-index: 2;
        top: 30px;
        left: 25px;
    }

    .addYl_main .ylPic img {
        margin: 0 auto;
        display: block;
    }

    .addYl_main .rgtIco {
        position: absolute;
        z-index: 2;
        top: 38px;
        right: 65px;
    }

.rgtIco01, .rgtIco02 {
    display: inline-block;
    width: 87px;
    height: 87px;
    background: url(../images/addIco.png) no-repeat;
    margin-left: 13px;
    cursor: pointer;
}

.rgtIco01 {
    background-position: left top;
}

.rgtIco02 {
    background-position: right top;
}

.setBox {
    background: #969696;
    width: 326px;
    position: absolute;
    z-index: 3;
    top: 163px;
    right: 0;
    overflow-y: auto;
}

.addIco_2 {
    background: url(../images/addIco_2.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 14px;
    position: absolute;
    z-index: 4;
    top: 149px;
    right: 93px;
}

.setBox .setBtn {
    background: #fa6b6e;
    color: #fff;
    font: 20px/50px "微软雅黑";
    display: block;
    text-align: center;
    height: 50px;
    margin: 20px 20px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .setBox .setBtn.resetBtn {
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        font: 16px/40px "微软雅黑";
        height: 40px;
        margin-top: 10px;
    }

.setCnt {
    padding: 13px 20px 0 20px;
}

    .setCnt .txt {
        float: left;
        color: #fff;
        font: 16px/24px "微软雅黑";
    }

.icoRadio {
    background: url(../images/icoRadio.png) no-repeat;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 5px;
}

    .icoRadio.select {
        background: url(../images/icoRadio_s.png) no-repeat;
    }

    .lineRadio {
    background: url(../images/icoRadio.png) no-repeat;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 5px;
}

    .lineRadio .select {
        background: url(../images/icoRadio_s.png) no-repeat;
    }

.icoCheckbox {
    background: url(../images/icoCheckbox.png) no-repeat;
    display: inline-block;
    float: left;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 10px;
}

    .icoCheckbox.select {
        background: url(../images/icoCheckbox_s.png) no-repeat;
    }

.setTit {
    background: #cbcbcb;
    height: 51px;
    color: #fb4044;
    font: 18px/51px "微软雅黑";
    text-align: center;
    height: 51px;
    margin-top: 20px;
}

.setTable {
    padding: 10px 30px 0 20px;
}

    .setTable td {
        padding: 10px 0 5px 0;
    }

.setTable02 td {
    padding-top: 0;
}

.setTable .titTd {
    text-align: right;
    color: #fff;
    font: 16px/45px "微软雅黑";
    width: 82px;
    white-space: nowrap;
}

.setTable_btn {
    background: #cbcbcb;
    border: 1px solid #fff;
    text-align: center;
    height: 43px;
    color: #575757;
    font: 16px/43px "微软雅黑";
    position: relative;
}

    .setTable_btn a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .setTable_btn a.colorTxt {
            text-indent: 18px;
        }

.colorSpan {
    background: #000;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -40px;
}

.checkboxLst {
    position: relative;
    zoom: 1;
    margin-left: -55px;
}

    .checkboxLst li {
        color: #fff;
        font: 12px/35px "微软雅黑";
        float: left;
        margin-left: 58px;
    }

.setTable td .adjustBox {
    background: url(../images/adjustWhite.png) no-repeat;
    width: 125px;
    height: 9px;
    float: left;
    position: relative;
    margin-top: 10px;
}

    .setTable td .adjustBox .adjustPic {
        overflow: hidden;
    }

    .setTable td .adjustBox .adjustBtn {
        background: url(../images/adjustBtn.png) no-repeat;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        z-index: 999;
        top: 50%;
        margin-top: -10px;
        margin-left: -12px;
        cursor: pointer;
    }

.setTable td .adjustNum {
    background: #cbcbcb;
    border: 1px solid #fff;
    text-align: center;
    color: #575757;
    font: 16px/28px "微软雅黑";
    width: 40px;
    float: right;
}

.setTable .inputSelect {
    position: relative;
    background: #cbcbcb;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 28px 0 10px;
}

    .setTable .inputSelect p {
        cursor: pointer;
        color: #575757;
        font: 16px/33px "微软雅黑";
        height: 33px;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
    }

.addIco_3 {
    background: url(../images/addIco_3.png) no-repeat;
    display: block;
    width: 14px;
    height: 8px;
    position: absolute;
    z-indext: 5;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    cursor: pointer;
}

.selectLst {
    position: absolute;
    z-index: 5;
    background: #cbcbcb;
    border: 1px solid #fff;
    width: 100%;
    left: -1px;
    display: none;
}

    .selectLst li {
        text-align: center;
        color: #575757;
        font: 14px/33px "微软雅黑";
        cursor: pointer;
        height: 33px;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
    }

        .selectLst li:hover {
            background: #e2dfdf;
        }
/*设置弹出层*/
.setTc {
    position: fixed;
    z-index: 997;
    top: 180px;
    left: 55%;
    margin-left: -500px;
    width: 750px;
    display: none;
}

.icoClose_2 {
    background: url(../images/icoClose_2.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 998;
    top: -10px;
    right: -5px;
    cursor: pointer;
}

.setTc .tit {
    text-align: center;
    color: #fff;
    font: 16px/54px "微软雅黑";
    height: 54px;
    background: #5b5a5a;
    -moz-border-radius: 5px 5px 0;
    -webkit-border-radius: 5px 5px 0;
    border-radius: 5px 5px 0;
}

.setTc .cnt {
    background: #fff;
    padding: 15px 0 15px 15px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    .setTc .cnt .redBtn, .setTc .cnt .greyBtn {
        display: inline-block;
        text-align: center;
        color: #fff;
        font: 14px/40px "微软雅黑";
        width: 100px;
        height: 40px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .setTc .cnt .redBtn {
        background: #979797;
        cursor: pointer;
    }

    .setTc .cnt .greyBtn {
        background: #fb8789;
        cursor: pointer;
    }

    .setTc .cnt .btnBox01 {
        width: 100px;
        margin: 0 auto;
    }

    .setTc .cnt .btnBox02 {
        width: 300px;
        margin: 0 auto;
    }

        .setTc .cnt .btnBox02 .redBtn {
            margin-left: 100px;
        }

.setPic_lst, .setMusic_lst, .setBg_lst {
    overflow: hidden;
    max-height: 282px;
    overflow-y: auto;
    margin-bottom: 5px;
}

.setMusic_lst {
    max-height: 340px;
}

    .setPic_lst ul, .setMusic_lst ul, .setBg_lst ul {
        width: 740px;
    }

    .setPic_lst li, .setMusic_lst li, .setBg_lst li {
        width: 126px;
        float: left;
        margin-right: 22px;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .setPic_lst li .picBox, .setMusic_lst li .picBox, .setBg_lst li .picBox {
            width: 124px;
            height: 124px;
            border: 1px solid #fff;
            position: relative;
        }

        .setPic_lst li.select .picBox, .setMusic_lst li.select .picBox, .setBg_lst li.select .picBox {
            border: 1px solid #fb8789;
        }

        .setPic_lst li .icoSelect, .setMusic_lst li .icoSelect, .setBg_lst li .icoSelect {
            background: url(../images/icoSelect.png) no-repeat;
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            z-index: 999;
            right: 5px;
            bottom: 5px;
            display: none;
        }

        .setPic_lst li.select .icoSelect, .setMusic_lst li.select .icoSelect, .setBg_lst li.select .icoSelect {
            display: block;
        }

        .setPic_lst li img, .setMusic_lst li img, .setBg_lst li img {
            width: 124px;
            height: 124px;
        }

        .setMusic_lst li .musicName {
            color: #333;
            font: 14px/34px "微软雅黑";
            text-align: center;
            height: 34px;
            overflow: hidden;
        }
/*.setPic_lst{padding-bottom:5px;}
.setMusic_lst,.setBg_lst{padding-bottom:20px;}*/
.setTab_lst {
    position: relative;
    zoom: 1;
    margin-left: -15px;
    padding: 0 5px;
    margin-bottom: 10px;
}

    .setTab_lst li {
        width: 16.66%;
        float: left;
        margin-bottom: 0.5px;
    }

        .setTab_lst li div {
            background: #fff;
            border: 1px solid #b8b8b8;
            height: 32px;
            text-align: center;
            color: #5b5a5a;
            font: 14px/32px "微软雅黑";
            -moz-border-radius: 16px;
            -webkit-border-radius: 16px;
            border-radius: 16px;
            margin-left: 15px;
            cursor: pointer;
        }

            .setTab_lst li div.select {
                background: #fb8789;
                border: 1px solid #fb8789;
                color: #fff;
            }

.icoMusic {
    background: url(../images/icoMusic_pause.png) no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

    .icoMusic.select {
        background: url(../images/icoMusic_play.png) no-repeat;
    }


.tipTop {
    /*opacity: 0.9;*/
    background-color: #000;
    *zoom:1;
    /*background: url(../images/tipbg.png);*/
    height: 39px;
    position: absolute;
    top: 0;
    width: 100%;
}

    .tipTop .icoClose_2 {
        background: url(../images/icoClose_2.png) no-repeat;
        display: block;
        background-size: 19px 19px;
        width: 19px;
        height: 19px;
        position: absolute;
        z-index: 2;
        top: 10px;
        right: 10px;
    }

    .tipTop p {
        height: 39px;
        color: #fa0606;
        font: 14px/39px "微软雅黑";
        text-align: center;
        overflow: hidden;
        word-break: break-all;
        word-wrap: break-word;
    }
    
    
/*====================预览页====================*/
.previewBanner .setBtn{display:inline-block;width:32px;height:32px;position:absolute;z-index:3;top:10px;right:10px;}
.previewBanner .setBtn .setBg{display:block;width:100%;height:100%;background:#fff;opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;position:absolute;z-index:3;bottom:0;right:0;}
.previewBanner .setBtn .icoSet{display:block;width:100%;height:100%;background:url(../images/icoSetV1.png) no-repeat center center;position:absolute;z-index:4;bottom:0;right:0;}
.operationWrap{position:absolute;z-index:5;bottom:15px;left:0;width:100%;text-align:center;display:none;margin-left: -8px;}
.operationWrap .icoLi{ position: relative;display:inline-block;width:38px;height:38px;background:url(../images/icoBgV1.png) no-repeat;margin:0 2px;/*cursor:pointer;*/}
.operationWrap .icoLi .tsTxt{display:inline-block;height:20px;line-height:19px;text-align:center;color:#fff;font-size:11px;background:#000;background:rgba(0,0,0,0.8);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;position:absolute;z-index:9;top: -23px;left:50%;display:none;}
.operationSub .icoLi .tsTxt {top:-30px}
.operationWrap .icoLi .tsTxt.wd01{width:38px;margin-left:-19px;}
.operationWrap .icoLi .tsTxt.wd02{width:64px;margin-left:-32px;}

.operationWrap .operationSub{background:#000;border:1px solid #808080;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:6px 10px;position:absolute;z-index:2;bottom:52px;display:none;left: 50%;}
.operationWrap .operationSub02{left:0px; margin-left: -40px;}
.operationWrap .operationSub03{margin-left: -93px;width: 84px}
.operationWrap .operationSub05{ margin-left: -120px;width: 210px}
.operationWrap .operationSub06{margin-left: -208px; width: 252px;}
.operationWrap .operationSub .icoArrow03{display:inline-block;background:url(../images/icoArrow03.png) no-repeat;width:13px;height:9px;position:absolute;z-index:2;bottom:-9px;left:50px;}
.operationWrap .operationSub03 .icoArrow03{left:auto;right: 46px;}
.operationWrap .operationSub05 .icoArrow03{left:auto;right:82px;}
.operationWrap .operationSub06 .icoArrow03{left:auto;right:39px;}

.carousel-control{width:28px;height:58px;text-shadow:none;opacity:1;top:50%;margin-top:-29px; position: absolute; z-index: 10;}
.carousel-control.left{background:url(../images/prev.png) no-repeat;background-size:28px 58px;left:15px;}
.carousel-control.right{background:url(../images/next.png) no-repeat;background-size:28px 58px;right:15px;}

.controlBox{background:url(../images/controlBg01.png) repeat-x;width:100%;height:26px;position:absolute;z-index:91;bottom:0;left:0;}
.controlBox .cnt{position:relative;height:100%;padding-left:27px;padding-right:140px;}
.controlBox .lft{position:absolute;z-index:92;top:0;left:10px;}
.controlBox .rgt{position:absolute;z-index:92;top:0;right:10px;}
.controlPlay,.controlFull,.controlExit,.videoTime{display:inline-block;float:left;height:26px;}
.controlFull,.controlExit,.videoTime{margin-left:10px;}
.controlPlay{background:url(../images/controlPause.png) no-repeat left center;background-size:10px 13px;width:11px;}
.controlPlay.select{background:url(../images/controlPLay.png) no-repeat left center;background-size:11px 13px;}
.controlFull{background:url(../images/controlFull.png) no-repeat left center;background-size:16px 14px;width:16px;}
.controlFull.select{background:url(../images/controlFullExist.png) no-repeat left center;background-size:16px 14px;width:16px;}
.controlExit{background:url(../images/controlExit.png) no-repeat left center;background-size:14px 14px;width:14px;}
.videoTime{color:#fff;font-size:12px;line-height:26px;}
.controlMain{/*background:url(../images/controlBg02.png) no-repeat center center;*/height:100%;background-size:100% 8px;position:relative;}
.controlPic{height:100%;overflow:hidden;text-align:center;}
.controlPic .emptyV{height:100%;display:inline-block;vertical-align:middle;}
.controlPic img{width:100%;height:9px;vertical-align:middle;}
.controlDragger{display:inline-block;background:url(../images/controlDragger.png) no-repeat;background-size:14px 14px;width:14px;height:14px;position:absolute;z-index:93;top:50%;margin-top:-6px;margin-left:-6px;}



.codeBox {
    margin: 95px 10px 0 10px;
    border: 1px solid #d9d8d8;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.codeBox .tit {
    height: 30px;
    color: #35b3e6;
    font: 14px/30px "微软雅黑";
    text-align: center;
    border-bottom: 1px solid #d9d8d8;
    position: relative;
}

.codeBox .cnt {
    margin: 29px 40px 16px 40px;
}

.codeBox .cnt .inputBox {
    padding-left: 70px;
    position: relative;
}

.codeBox .cnt .inputBox label {
    color: #848484;
    font: 13px/28px "微软雅黑";
    text-align: right;
    display: block;
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.codeBox .cnt .inputBdr {
    background: #fff;
    border: 1px solid #d9d8d8;
    height: 26px;
    padding-left: 5px;
    overflow: hidden;
}

.codeBox .cnt .inputBdr .inputTxt1 {
    line-height: 26px;
    width: 100%;
}

.codeBox .cnt .btnBox {
    clear: both;
    width: 176px;
    padding-left: 70px;
    margin: 20px auto;
    overflow: hidden;
}

.codeBox .tjBtn,
.codeBox .lxsczBtn {
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    font: 13px/32px "微软雅黑";
    height: 32px;
    margin: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	position:relative;
}

.codeBox .tjBtn {
    background: #35b3e6;
    width: 64px
}

.codeBox .lxsczBtn {
    background: #faa035;
    width: 90px
}

.searchBox .icoHome02 {
    right: 10px;
    height: 52px;
}

.commentBtn,.commentBtn:hover{position:relative;margin-left:-8px;margin-top:26px;display:inline-block;background:#000;background:rgba(0,0,0,0.6);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:0 20px;height:26px;line-height:26px;text-align:center;color:#fff;font-size:14px;}
/*.commentBox{position:absolute;z-index:1000;left:0;top:0;width:100%;height:100%;background:#000;background:rgba(0,0,0,0.6);}
.commentMain{padding:25px 15px 0 15px;position:relative;}
.icoClose02{display:inline-block;background:url(../images/icoClose02.png) no-repeat;background-size:18px 18px;width:18px;height:18px;position:absolute;z-index:92;top:5px;right:15px;}
.commentTit{position:relative;font-size:16px;color:#fff;line-height:24px;padding-bottom:10px;border-bottom:1px solid #797f80;}
.commentCnt{font-size:13px;color:#fff;line-height:21px;padding-top:12px;}
*/
.commentMain{width:168px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;overflow:hidden;position:absolute;z-index:9;right:-80px;top:33px;}
.pre-releaseMain .commentMain{height:104px;}
.commentMain .blockBg{background:#000;opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;}
.commentMain .content{position:relative;z-index:91;}
.commentMain_cnt{padding:5px 10px;width:148px;color:#fff;font:14px/24px "微软雅黑";}




/*.commentMainTc{width:308px;height:175px;border:1px solid #a3a3a3;margin-left:-154px;top:150px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;overflow:hidden; position: fixed;
    z-index: 9999;  left: 50%;display:none}
.commentMainTc .blockBg{background:#000;opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;}
.commentMainTc .content{position:relative;z-index:2;}
.commentMain_tit{border-bottom:1px solid #a3a3a3;height:46px;line-height:46px;color:#fff;font-size:14px;padding:0 10px;}
.commentMain_tit input{width:100%;color:#fff;font:14px/46px "微软雅黑";height:46px;}
.commentMain_cnt{padding:5px 10px;}
.commentMain_cnt textarea{height:72px;width:100%;color:#fff;font:14px/24px "微软雅黑";overflow:hidden;}
.commentMain_btn{border-top:1px solid #a3a3a3;}
.commentMain_btn a{display:inline-block;width:50%;text-align:center;color:#16b9fb;font:14px/40px "微软雅黑";height:40px;box-sizing:border-box;}
.commentMain_btn a.cancel{border-right:1px solid #a3a3a3;float: right;}*/


/*当前网速较慢，请耐心等待...*/
.videoControl-prompt{position:absolute;z-index:92;width:100%;left:0;top:50%;margin-top:53px;height:40px;text-align:center;}
.videoControl-prompt .promptShadow{display:inline-block;background:#000;filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;height:40px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.videoControl-prompt .promptTxt{height:40px;line-height:40px;font-size:14px;color:#fff;padding:0 20px;display:inline-block;position:absolute;z-index:93;top:0;left:50%;}


.operationWrap li .controlBtn{display:inline-block;width:38px;height:38px;}
.operationWrap li .controlBtn.play{background:url(../images/play_s.png) no-repeat;}
.operationWrap li .controlBtn.play.select{background:url(../images/play.png) no-repeat;}
.operationWrap li .controlBtn.full{background:url(../images/full.png) no-repeat;}
.operationWrap li .controlBtn.full.select{background:url(../images/full_s.png) no-repeat;}
.operationWrap li .controlBtn.exit{background:url(../images/exit.png) no-repeat;}


/*新增动画控制*/
.operationWrap li .controlBtn.speed{background:url(../images/speed1.png) no-repeat;}
.operationWrap li .controlBtn.switch{background:url(../images/switch.png) no-repeat;}
.operationWrap li .controlSub{position:absolute;bottom:48px;left:50%;display:none;}
.operationWrap li .controlSub.speed{width:66px;margin-left:-33px;}
.operationWrap li .controlSub.switch{width:160px;margin-left:-80px;}
.icoArrow05{display:block;background:url(../images/icoArrow05.png) no-repeat;width:12px;height:7px;position:absolute;bottom:-7px;left:50%;margin-left:-6px;}
.controlSub_lst{background:#e5edef;overflow:hidden;overflow-y:auto;}
.controlSub_lst::-webkit-scrollbar{width:4px;height:4px;}
.controlSub_lst::-webkit-scrollbar-track{background-color:#ccc;}
.controlSub_lst::-webkit-scrollbar-thumb {background-color:#aaa;border-radius:2px;cursor:pointer;}
.controlSub_lst::-webkit-scrollbar-button {background-color:#ccc;display:none;}
.controlSub_lst::-webkit-resizer{display:none}
.controlSub_lst::-webkit-scrollbar-corner {background-color:#ccc;}
.operationWrap li .controlSub.speed .controlSub_lst{width:66px;max-height:120px;}
.operationWrap li .controlSub.switch .controlSub_lst{width:160px;max-height:144px;}
.controlSub_lst dd{font-size:12px;height:20px;line-height:20px;text-align:left;padding:0 15px;cursor:pointer;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
.operationWrap li .controlSub.switch  dd{padding:2px 15px;}
.controlSub_lst dd.select{background:#989696;color:#fff;}
.controlSub_lst dd p{height:20px;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}

/*搜索页面*/
.searchClass-shadow{display:none;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#000;filter:alpha(opacity=20);-moz-opacity:0.2;opacity: 0.2;}
.searchClass-add{position:relative;z-index:2;border-top:1px solid #eee;}
.searchClass-add ul{background:#fff;border-bottom:1px solid #eee;height:34px;line-height:34px;}
.searchClass-add li{width:33.33%;float:left;text-align:center;}
.searchClass-add li .tit{display:inline-block;color:#333;font-size:14px;}
.searchClass-add li.select .tit{color:#13a2de;}
.icoArrow04{display:inline-block;background:url(../images/icoArrow004.png) no-repeat right center;background-size:11px 7px;width:15px;height:20px;}
.searchClass-add li .tit .icoArrow04{float:right;margin-top:7px;}
.searchClass-add li.select .tit .icoArrow04{background:url(../images/icoArrow004_s.png) no-repeat right center;background-size:11px 7px;}
.searchClass-sub{position:absolute;z-index:9;top:35px;left:0;width:100%;}
.searchClass-sub dl{overflow:hidden;}
.searchClass-sub dd{width:25%;float:left;text-align:center;margin-top: 7px; height: 28px;}
.searchClass-sub-cnt{padding:0 10px;background:#fff;}
.searchClass-sub-tab{zoom:1;overflow:auto;height:auto;margin-left:-10px;padding:8px 0 10px 0;}
.searchClass-sub .classTab{display:inline-block;text-align:center;height:26px;line-height:26px;text-align:center;font-size:14px;color:#333;border:1px solid #eee;background:#fff;-webkit-border-radius:3px;border-radius:3px;width:65px;overflow:hidden;word-wrap:break-word; word-break:normal;/*margin-top:7px;*/margin-left:10px;}
.searchClass-sub .classTab.select{border:1px solid #19a1da;background:#19a1da;color:#fff;}

.videoClass{position:absolute;z-index:1;bottom:3px;right:4px;color:#d1d0d0;font-size:14px;line-height:22px;}
.icoVideo02{display:inline-block;float:left;margin-right:4px;background:url(../images/icoVideo02.png) no-repeat left center;background-size:11px 13px;width:11px;height:13px;}
.videoClass .icoVideo02{height:20px;}

.srcoll{width: 35px; height: 100%; top:0px; right: 0px; opacity: 1;position: absolute; z-index: 4;}

/*====================企业用户====================*/
.businessUser-top-box{background:#3ba7e8 url(../images/top-bg.jpg) no-repeat center bottom;background-size:100% auto;}
.businessUser-top-box .inform-box{padding:10px;min-height:58px;}
.businessUser-top-box .inform-box .logo-box,.businessUser-top-box .inform-box .logo-box a{width:55px;height:52px;}
.businessUser-top-box .inform-box .logo-box{padding:3px;background:#fff;overflow:hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;float:left;}
.businessUser-top-box .inform-box .logo-box a{display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:45px;*font-family:Arial;}
.businessUser-top-box .inform-box .logo-box img{display:inline-block;max-width:100%;max-height:100%;vertical-align:middle;}
.businessUser-top-box .inform-box .inform-rgt{margin-left:70px;}
.businessUser-top-box .inform-box .inform-rgt .company-name{color:#fff;font-size:16px;line-height:26px;}
.businessUser-top-box .inform-box .inform-rgt .btn-look{display:inline-block;text-align:center;padding:0 15px;min-width:45px;height:24px;line-height:24px;color:#fff;font-size:12px;border:1px solid #fff;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;margin-top:5px;}
.businessUser-top-box .datashow-box{background:#000;background:rgba(0,0,0,.1);height:44px;padding:0 10px;position:relative;}
.businessUser-top-box .datashow-lst{padding:15px 0;}
.businessUser-top-box .datashow-lst li{display:inline-block;float:left;color:#fff;font-size:14px;line-height:14px;padding:0 10px;border-left:1px solid #fff;}
.businessUser-top-box .datashow-lst li:first-child{border-left:0;padding-left:0;}
.btn-care{display:inline-block;text-align:center;width:90px;height:28px;line-height:28px;color:#fff;font-size:12px;background:#ffb400;-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;}
.businessUser-top-box .datashow-box .btn-care{position:absolute;top:50%;margin-top:-14px;right:10px;}
.businessUser-main-box .about-box,.businessUser-main-box .productslst-box{background:#fff;padding:0 10px 10px;}
.businessUser-main-box .line{width:4px;height:16px;display:inline-block;background:url(../images/line.png) no-repeat;background-size:4px 16px;float:left;margin-top:10px;margin-right:5px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.businessUser-main-box .tit-txt{line-height:36px;height:36px;color:#333;font-size:14px;}
.businessUser-main-box .txt-box{color:#666;font-size:14px;line-height:22px;}
.businessUser-main-box .productslst-box{margin-top:10px;}
.businessUser-main-box .productslst-box .productsLst{margin-top:-10px;}
.businessUser-main-box .productslst-box .productsLst li .bdrBox{border:1px solid #f1f1f0;}
.btn-more{display:block;margin:20px auto 10px;text-align:center;height:34px;line-height:34px;color:#747373;font-size:13px;width:118px;background:#f4f4f4;-moz-border-radius:17px;-webkit-border-radius:17px;border-radius:17px;}


.clear{clear:both;}
.clear{zoom:1}
.clear:after{display:block; content:''; clear:both;height:0;visibility:hidden;}


/*注册——输入验证码*/
.verification-wrap{padding:0 10px;}
.verification-logo{border-bottom:1px solid #e3e3e3;padding:15px;}
.verification-logo img{width:18%;margin:0 auto;display:block;}
.verification-main{padding:20px;}
.verification-form-lst{padding-bottom:15px;}
.verification-form-lst label{display:block;color:#4e4e4e;font-size:16px;line-height:20px;padding-bottom:8px;}
.verification-form-lst .input-verification{position:relative;padding-right:122px;}
.verification-form-lst .input-verification .pic-verification,.verification-form-lst .input-verification .btn-verification{width:115px;height:36px;position:absolute;top:0;right:0;}
.verification-form-lst .input-verification .pic-verification img{width:94px;height:36px;}
.verification-form-lst .input-verification .btn-verification{display:inline-block;text-align:center;color:#fff;font-size:16px;line-height:36px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background:#00a0e9;}
.verification-form-lst .input-verification .btn-verification.select{background:#bbb;}
.verification-form-lst .input-verification .input-div{border:1px solid #ddd;background:#fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:34px;padding-left:5px;}
.verification-form-lst .input-verification .input-div input{width:100%;height:24px;line-height:24px;font-size:14px;padding:5px 0;width:100%;}
.verification-form-lst .prompt-txt{padding-top:5px;/*display:none;*/}
.prompt-txt.reSend{display:none;}
.verification-form .prompt-txt{color:#2f64b2;font-size:14px;line-height:22px;}
.verification-form .btn-sure{display:block;height:42px;line-height:42px;text-align:center;color:#fff;font-size:18px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background:#00a0e9;margin-top:30px;}
.verification-btm-txt{text-align:center;padding-top:10px;color:#4e4e4e;font-size:16px;border-top:1px solid #e3e3e3;}

.preview-comment-wrap{
    perspective: 1000px;
	-webkit-perspective: 1000px;
    height:100%;
    background: #000;
}
.preview-comment-box{
	position:relative;
    height:100%;
}
.preview-wrap,.comment-wrap{
	width: 100%;
	height:100%;
	position: absolute;
	right: 0;
	left: 0;
	top:0;
	/*动画元素transform-style*/
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transition: .8s ease-in-out;
	-moz-transition:  .8s ease-in-out;
	/*动画元素背后设置为hidden*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.preview-wrap{
	z-index:3;
}
.comment-wrap{
	z-index:2;
    background: #f2f2f2;
}

.preview-comment-wrap .preview-wrap{
    transform: rotateY(0);
	-webkit-transform: rotateY(0);
}
.preview-comment-wrap .comment-wrap{
    transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.preview-comment-wrap.active .preview-wrap{
    transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.preview-comment-wrap.active .comment-wrap{
    transform: rotateY(0);
	-webkit-transform: rotateY(0);
}


/*提交成功-弹出层*/
.comment-success-tc{
    background: rgba(0,0,0,0.5);
    width:220px;
    height: 90px;
    position: fixed;
    top:50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -110px;
    z-index:9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.comment-success-tc .cnt{
    display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:79px;*font-family:Arial;width:220px;height:90px;
}
.comment-success-tc .cnt .txt{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}


