﻿@charset "utf-8";
/*按钮*/
.scmxBtn {
    width: 132px;
    height: 46px;
    display: block;
    text-align: center;
    color: #fff;
    font: 14px/46px "微软雅黑";
    background: #ff8a00;
}

.yellowBtn {
    width: 100%;height: 41px;display: inline-block;text-align: center;color: #fff;font: 14px/41px "微软雅黑";background: #06abed;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;cursor: pointer;
}

.blueBtn {
    width: 83px;
    height: 34px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font: 14px/34px "微软雅黑";
    background: #35b3e6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.greyBtn {
    height: 51px;
    width: 100%;
    display: block;
    text-align: center;
    color: #747373;
    font: 14px/51px "微软雅黑";
    background: #f7f5f5;
}

.greyBtn02 {
    height: 40px;
    width: 386px;
    display: inline-block;
    text-align: center;
    color: #35b3e6;
    font: 14px/40px "微软雅黑";
    background: #f6f8f8;
    border: 1px solid #d8dadb;
}

.greyBtn03 {
    height: 33px;
    width: 280px;
    display: block;
    margin: 10px auto 0 auto;
    cursor: pointer;
    text-align: center;
    color: #35b3e6;
    font: 14px/33px "微软雅黑";
    background: #e7eaeb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.greyBtn04 {
    height: 33px;
    width: 280px;
    display: block;
    margin: 10px auto 0 auto;
    cursor: pointer;
    text-align: center;
    color: #aaa9a9;
    font: 14px/33px "微软雅黑";
    background: #e7eaeb;
    -moz-border-radius: 17px;
    -webkit-border-radius:17px;
    border-radius:17px;
    margin-top: 20px;
}

/*图标*/
.icoScmx {
    background: url(../images/icoScmx.png) no-repeat;
    width: 24px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.icoAll {
    background: url(../images/icoAll.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.icoBlue {
    background: url(../images/icoBlue.png) no-repeat;
    width: 8px;
    height: 11px;
    display: inline-block;
    position: absolute;
    right: -8px;
    top: 13px;
    z-index: 2;
}

.icoUser, .icoPraise, .icoLook, .icoStart {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.icoUser {
    background: url(../images/icoUser.png) no-repeat;
}

.icoPraise {
    background: url(../images/icoPraise.png) no-repeat;
}

.icoLook {
    background: url(../images/icoLook.png) no-repeat;
}

.icoStart {
    background: url(../images/icoStart.png) no-repeat;
}

.icoPraise.select {
    background: url(../images/icoPraise_s.png) no-repeat;
}

.icoStart.select {
    background: url(../images/icoStart_s.png) no-repeat;
}

.icoShare {
    background: url(../images/icoShare.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 11px;
    margin-left: -53px;
    z-index: 2;
}

.icoTab {
    background: url(../images/icoTab.png) no-repeat;
    width: 46px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    padding-left: 10px;
}

.icoHf {
    background: url(../images/icoHf.png) no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
    position: absolute;
    right: 13px;
    top: -10px;
    z-index: 2;
}

.icoHf02 {
    background: url(../images/icoHf02.png) no-repeat;
    width: 16px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: 13px;
    top: -8px;
    *top: 2px;
    z-index: 2;
}

.userPic {
    background: url(../images/userPic.png) no-repeat;
    overflow: hidden;
    width: 51px;
    height: 51px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 2;

}
.userPic img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icoPersonal, .icoHeart, .icoScmx02,.icoModel {
    width: 22px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 46px;
    top: 21px;
    z-index: 2;
}

.icoPersonal {
    background: url(../images/icoPersonal.png) no-repeat;
}

.icoHeart {
    background: url(../images/icoHeart.png) no-repeat;
}

.icoScmx02 {
    background: url(../images/icoScmx02.png) no-repeat;
}
.icoModel{background:url(../images/icoModel.png) no-repeat center center;}
.icoModel.select{background:url(../images/icoModel_s.png) no-repeat center center;}
.icoPersonal.select {
    background: url(../images/icoPersonal_s.png) no-repeat;
}

.icoHeart.select {
    background: url(../images/icoHeart_s.png) no-repeat;
}

.icoScmx02.select {
    background: url(../images/icoScmx02_s.png) no-repeat;
}

.icoClose {
    background: url(../images/icoClose.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
    cursor: pointer;
}

.checkbox {
    background: url(../images/checkbox.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: -0;
    top: 6px;
    z-index: 2;
    cursor: pointer;
}

    .checkbox.select {
        background: url(../images/checkboxS.png) no-repeat;
    }

.icoSina, .icoQQ, .icoQzone {
    background: url(../images/icoShare02.png) no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: -6px;
    z-index: 2;
    cursor: pointer;
}

.icoSina {
    background-position: left top;
    left: 58px;
}

.icoQQ {
    background-position: -41px top;
    left: 98px;
}

.icoQzone {
    background-position: right top;
    left: 138px;
}

/* serch页 */
.main {
    padding-bottom: 55px;
    overflow: hidden;
}
.w1170
{
    width:1190px;
    margin:0 auto;
    }

.w1190
{
    width:1190px;
    margin:0 auto;
    }
.yellowBox {
    background: #fef9f3;
    border: 1px solid #f7b15e;
    margin-top: 16px;
}

    .yellowBox.scmx {
        padding: 18px 0;
        overflow: hidden;
    }

        .yellowBox.scmx .txt {
            color: #2c2b2b;
            font: 14px/46px "微软雅黑";
            width: auto;
            text-indent: 32px;
            position: relative;
            float: left;
            margin-left: 324px;
        }

        .yellowBox.scmx .icoScmx {
            top: 15px;
        }

        .yellowBox.scmx .scmxBtn {
            margin-left: 18px;
            float: left;
        }

.sxBox {
    margin-top: 32px;
}

    .sxBox .tit {
        color: #35b3e6;
        font: 14px/16px "宋体";
        font-weight: bold;
        position: relative;
        text-indent: 22px;
        margin-bottom: 7px;
    }

.sxLst {
    background: #fff;
    border: 1px solid #e9e7e7;
}

.sxLst_tit {
    color: #333;
    font: 12px/35px "宋体";
    padding-left: 9px;
    text-align: right;
    display: block;
    float: left;
}

.sxLst_tit02 {
    margin-top: 5px;
}

.sxLst dt {
    padding: 7px 0 12px 0;
    overflow: hidden;
}

.sxLst dd {
    border-top: 1px solid #e9e7e7;
    padding: 5px 0;
    overflow: hidden;
}

.sxLst_cnt {
    /*width:1090px;*/
    float: left;
    color: #666;
    font: 12px/35px "宋体";
}

    .sxLst_cnt i {
        cursor: pointer;
    }

    .sxLst_cnt span {
        cursor: pointer;
        display: inline-block;
    }

        .sxLst_cnt span.select {
            color: #35B3E6;
        }

        .sxLst_cnt span.others {
            color: #666;
        }

    .sxLst_cnt i.select {
        color: #35b3e6;
    }

    .sxLst_cnt i.others {
        color: #666;
    }

    .sxLst_cnt em {
        margin: 0 5px;
    }

    .sxLst_cnt li {
        float: left;
        margin-right: 19px;
        margin-top: 5px;
    }

        .sxLst_cnt li span {
            width: 100px;
            height: 33px;
            text-align: center;
            color: #999;
            line-height: 33px;
            display: block;
            background: #f9f9f9;
            border: 1px solid #e7e4e4;
            overflow: hidden;
        }

            .sxLst_cnt li span.select {
                color: #fff;
                background: #35b3e6;
                border: 1px solid #35b3e6;
            }

            .sxLst_cnt li span.others {
                color: #999;
                background: #f9f9f9;
                border: 1px solid #e7e4e4;
            }

.sxLst_cnt_tag {
    width: 1090px;
    float: left;
    color: #666;
    font: 12px/35px "宋体";
}

    .sxLst_cnt_tag i {
        cursor: pointer;
    }

    .sxLst_cnt_tag span {
        cursor: pointer;
        display: inline-block;
    }

        .sxLst_cnt_tag span.select {
            color: #35B3E6;
        }

        .sxLst_cnt_tag span.others {
            color: #666;
        }

    .sxLst_cnt_tag i.select {
        color: #35b3e6;
    }

    .sxLst_cnt_tag i.others {
        color: #666;
    }

    .sxLst_cnt_tag em {
        margin: 0 5px;
    }

    .sxLst_cnt_tag li {
        float: left;
        margin-right: 19px;
        margin-top: 5px;
    }

        .sxLst_cnt_tag li span {
            width: 100px;
            height: 33px;
            text-align: center;
            color: #999;
            line-height: 33px;
            display: block;
            background: #f9f9f9;
            border: 1px solid #e7e4e4;
            overflow: hidden;
        }

            .sxLst_cnt_tag li span.select {
                color: #fff;
                background: #35b3e6;
                border: 1px solid #35b3e6;
            }

            .sxLst_cnt_tag li span.others {
                color: #999;
                background: #f9f9f9;
                border: 1px solid #e7e4e4;
            }

.pxBox {
    overflow: hidden;
    margin-top: 14px;
    font: 14px/38px "微软雅黑";
    border: 1px solid #d2cfcf;
}

    .pxBox dt {
        color: #fff;
        width: 98px;
        height: 38px;
        float: left;
        background: #35b3e6;
        text-align: center;
        position: relative;
    }

    .pxBox dd {
        float: left;
        background: #fff;
        border-left: 0;
        width: 1060px;
        height: 38px;
    }

        .pxBox dd span {
            width: 100px;
            height: 100%;
            border-right: 1px solid #d2cfcf;
            display: inline-block;
            text-align: center;
            color: #666;
            cursor: pointer;
        }

            .pxBox dd span.select {
                color: #35b3e6;
            }

            .pxBox dd span.others {
                color: #666;
            }

.mxlbBox {
    margin-top: 11px;
}

.mxlbLst {
    margin-left: -13px;
    position: relative;
    zoom: 1;
}

    .mxlbLst li {
        overflow: hidden;
        float: left;
        border: 1px solid #e6e6e6;
        /*padding: 5px;*/
        margin: 13px 0 13px 17px;
        width: 282px;
    }

        /*.mxlbLst li:hover {
            border: 1px solid #ff8a00;
        }*/

        .mxlbLst li.first {
            margin: 7px 2px;
        }

            .mxlbLst li.first:hover {
                margin: 5px 0;
            }

        .mxlbLst li .picBox {
            width: 282px;
            height: 166px;
            overflow: hidden;
            position: relative;
        }
.mxlbLst li .picBox:hover img{transform:scale(1.1);}

            .mxlbLst li .picBox img { display: block; height: 100%; margin: 0 auto; }

            /*.mxlbLst li .picBox a {
                text-align: center;
                width: 100%;
                height: 100%;
                display: block;
            }*/

        .mxlbLst li .txtBox {
            height: 90px;
            padding-left: 6px;
        }

            .mxlbLst li .txtBox .tit {
                padding-top: 8px;
            }

                .mxlbLst li .txtBox .tit a {
                    display: block;
                    width: 100%;
                    height: 22px;
                    color: #333;
                    font: 14px/22px "微软雅黑";
                    word-break: break-all;
                    /*word-wrap:break-word;*/
                    overflow: hidden;
                }

            .mxlbLst li .txtBox p {
                margin-top: 8px;
                overflow: hidden;
                color: #666;
                font: 12px/20px "微软雅黑";
            }

                .mxlbLst li .txtBox p .fLe {
                    float: left;
                    position: relative;
                    color: #666;
                    text-indent: 28px;
                    display: block;
                    height: 20px;
                    width: 188px;
                    word-break: break-all;
                    word-wrap: break-word;
                    overflow: hidden;
                }

                .mxlbLst li .txtBox p .fRi {
                    float: right;
                    position: relative;
                    text-indent: 25px;
                    display: block;
                    height: 20px;
                    width: 68px;
                    word-break: break-all;
                    word-wrap: break-word;
                    overflow: hidden;
                }
/*分页*/
.pagesBox {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.allPl_box .pagesBox {
    float: none;
    overflow: hidden;
}
/*分页*/
.pagesBoxlist {
    text-align: right;
    float: right;
    margin: 0 auto;
    margin-top: 40px;
}

.allPl_box .pagesBoxlist {
    float: none;
    overflow: hidden;
}

/*分页*/
.pagesBox1 {
    text-align: center;
    float: right;
    margin: 0 auto;
    margin-top: 40px;
}

.allPl_box .pagesBox1 {
    float: none;
    overflow: hidden;
}
/*.pagesBox em,.pagesBox span{
	height:39px;
	display:inline-block;
	float:left;
	text-align:center;
	background:#dee2e7;
	color:#969ea4;
	font:14px/39px "微软雅黑";
	margin-left:6px;
	cursor:pointer;
}
.pagesBox span{
	width:48px;
	font-size:12px;
}
.pagesBox em{
	width:91px;
}
.pagesBox em b{
	font-size:18px;
}
.pagesBox em.up b{
	left:9px;
}
.pagesBox em.down b{
	right:9px;
}
.pagesBox em.no{
	cursor:default;
	color:#c6c7c7;
}
.pagesBox span:hover,.pagesBox span.select{
	background:#35b3e6;
	color:#fff;
}
.pagesBox span.others{
	background:#dee2e7;
	color:#969ea4;
}*/
/*预览页*/
.main.greyBg {
    background: #f5f5f5;
}

.ylBox {
    overflow: hidden;
}

.ylBox_cnt {
    width: 870px;
}

.ylBox_cnt h2 {
        color: #199bcf;
        font: 16px/20px "微软雅黑";
        width: 100%;
        height: 20px;
        margin-top: 22px;
        margin-bottom: 13px;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
    }

.ylmxBox { background: #fff;}
.ylmxBox-btm{background:#4d4d4d;height:45px;padding:8px 20px;overflow:hidden;}
.ylmxBox .pic { position: relative;width: 1190px; height:700px; overflow:hidden;background:#000; }

.ylmxBox-btm .lft.ylmxBox-btm{background:#4d4d4d;height:45px;padding:8px 20px;overflow:hidden;}
.ylmxBox-btm .lft{float:left;}
.ylmxBox-btm .lft .user-photo{display:inline-block;float:left;margin-right:10px;width:42px;height:42px;border:2px solid #fff;overflow:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.ylmxBox-btm .lft .user-photo img {width:42px;height:42px;}
.ylmxBox-btm .lft .btn-care02{display:inline-block;text-align:center;line-height:26px;height:26px;color:#fff;font-size:14px;width:60px;background:url(../images/btn-care02.png) no-repeat;float:left;margin-top:10px;}
.ylmxBox-btm .lft .model-tit{float:left;line-height:46px;height:46px;color:#fff;font-size:16px;overflow:hidden;margin-left:15px;max-width:440px;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.ylmxBox-btm .lft .user-name{display:inline-block;float:left;color:#fff;font-size:16px;line-height:46px;height:46px;max-width:130px;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;margin-right:8px;}
.ylmxBox-btm .rgt{float:right;}
.ylmxBox-btm .rgt .operate-tab,.ylmxBox-btm .rgt .btn-link{display:inline-block;float:left;color:#fff;font-size:14px;line-height:34px;height:34px;margin-top:6px;}
.ylmxBox-btm .rgt .operate-tab{line-heihgt:32px;height:32px;margin-top:7px;margin-left:15px;}
.ylmxBox-btm .rgt .operate-tab .num{display:inline-block;word-wrap:break-word; word-break:normal;height:34px;max-width:60px;overflow:hidden;}
.operate-tab i{display:inline-block;float:left;margin-right:5px;width:32px;height:32px;cursor:pointer;}
a.operate-tab.eye .ico-eye,a.operate-tab.eye .num { cursor: default;}
.ico-eye{background:url(../images/ico-eye.png) no-repeat;}
.ico-praise{background:url(../images/ico-praise-s.png) no-repeat;}
.ico-heart{background:url(../images/ico-heart-s.png) no-repeat;}
.ico-praise.select{background:url(../images/ico-praise.png) no-repeat;}
.ico-heart.select{background:url(../images/ico-heart.png) no-repeat;}
.ylmxBox-btm .rgt .btn-link{width:34px;height:34px;cursor:pointer;margin-left:15px;}
.btn-link.share{background:url(../images/btn-link-share.png) no-repeat;}
.btn-link.scancode{background:url(../images/btn-link-scancode.png) no-repeat;}
.btn-link.copy{background:url(../images/btn-link-copy.png) no-repeat;}



.ylmxBox .pic .tip {
            text-align: center;
            vertical-align: central;
            top: 0;
            width: 880px;
            height: 100%;
            position: absolute;
            z-index: 19;
            /*background-color: #fff;*/
            
        }

    .ylmxBox .picTxt {
        color: #f00;
        font: 18px/20px "微软雅黑";
        position: absolute;
        top: 21px;
        left: 116px;
        z-index: 2;
    }

    .ylmxBox .picImg {
        color: #f00;
        font: 18px/20px "微软雅黑";
        position: absolute;
        top: 231px;
        left: 251px;
        z-index: 2;
    }

    .ylmxBox .icoPraise, .ylmxBox .icoStart {
        cursor: pointer;
    }

    .ylmxBox .txt {
        background: #fff;
        border: 1px solid #e3e1e1;
        height: 64px;
        border-top: 0;
        padding: 0 10px 0 2px;
        overflow: hidden;
    }

        .ylmxBox .txt dt {
            float: left;
        }

            .ylmxBox .txt dt b {
                display: inline-block;
                padding-top: 28px;
                float: left;
            }

            .ylmxBox .txt dt span {
                position: relative;
                text-align: center;
                padding: 20px 8px 5px 8px;
                text-align: center;
                border-right: 1px dashed #4e719b;
                color: #4e719b;
                font: 12px/22px "微软雅黑";
            }

                .ylmxBox .txt dt span i {
                    left: 50%;
                    margin-left: -10px;
                }

            .ylmxBox .txt dt em {
                position: relative;
                color: #252525;
                font: 12px/64px "微软雅黑";
                padding-left: 8px;
            }

        .ylmxBox .txt dd {
            position: relative;
            float: right;
            padding: 4px 0 4px 55px;
            text-align: center;
        }

            .ylmxBox .txt dd .userPic {
                left: 0;
                top: 7px;
            }

            .ylmxBox .txt dd a.name {
                color: #333;
                font: 14px/22px "微软雅黑";
                display: block;
                height: 22px;
                width: 110px;
                word-break: break-all;
                word-wrap: break-word;
                overflow: hidden;
            }

            .ylmxBox .txt dd .blueBtn {
                color: #fff;
                font: 12px/29px "微软雅黑";
                width: 110px;
                height: 29px;
                display: inline-block;
                text-align: center;
                cursor: pointer;
                background: #35b3e6;
            }

                .ylmxBox .txt dd .blueBtn:hover {
                    background: #ea5a59;
                }

.ylBox_cnt .plBox {
    margin-top: 9px;
    background: #fff;
    border: 1px solid #e3e1e1;
}

.plTab {
    color: #333;
    font: 12px/22px "微软雅黑";
    padding: 12px 0 11px 5px;
    height: 22px;
    border-bottom: 1px solid #e3e1e1;
    overflow: hidden;
}

.blue {
    color: #0887bb;
}

.plTab_lst {
    width: 100%;
    height: 22px;
    overflow: hidden;
    float: left;
}

    .plTab_lst li {
        width: 215px;
        float: left;
        text-align: center;
        position: relative;
        height: 22px;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
    }

        .plTab_lst li.lft {
            text-align: left;
            text-indent: 61px;
        }

        .plTab_lst li.rgt {
            text-align: right;
        }

    .plTab_lst .icoTab {
        color: #fff;
        text-indent: 0;
    }

.plxqBox p {
    line-height: 18px;
    text-indent: 24px;
    padding: 10px 5px 20px;
}

.allPl_box .tit {
    border-top: 1px dashed #0887bb;
    position: relative;
    height: 22px;
    margin-top: 22px;
}

    .allPl_box .tit span {
        color: #0887bb;
        font: 14px/22px "微软雅黑";
        display: block;
        width: 86px;
        height: 22px;
        text-align: center;
        background: #fff;
        position: absolute;
        top: -11px;
        left: 50%;
        margin-left: -43px;
        z-index: 2;
    }

.allPl_box .cnt {
    padding: 0 5px 16px 5px;
}

.textareaBox {
    margin: 0 6px;
    padding-bottom: 43px;
    position: relative;
}

    .textareaBox .area {
        background: #fdfdfd;
        border: 1px solid #ebe5e5;
        padding: 4px 0 0 6px;
        height: 90px;
    }

.textareaBox02 .area {
    margin-top: 10px;
}

.textareaBox .area textarea {
    width: 100%;
    height: 90px;
    color: #999;
    font: 14px/20px "微软雅黑";
}

.textareaBox .yellowBtn {
    width: 84px;
    height: 33px;
    line-height: 33px;
    float: right;
    margin-top: 10px;
}

.plLst li {
    padding: 18px 0 11px 0;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

    .plLst li .blueBtn {
        float: right;
        margin-top: 10px;
    }

    .plLst li .userPl {
        position: relative;
        min-height: 65px;
        padding: 0 6px 0 66px;
    }

        .plLst li .userPl .userInform {
            position: relative;
            height: 20px;
        }

    .plLst li .userInform .name, .plLst li .userInform .time {
        position: absolute;
        z-index: 3;
        top: 0;
    }

    .plLst li .userInform .name {
        left: 0;
        color: #008dd7;
        font: 16px/20px "微软雅黑";
    }

    .plLst li .userInform .time {
        right: 0;
        color: #818080;
        font: 12px/20px "微软雅黑";
    }

    .plLst li .userPl .plTxt {
        color: #747373;
        font: 14px/20px "微软雅黑";
        padding-top: 5px;
        position: relative;
        min-height: 24px;
    }

    .plLst li .textareaBox {
        padding-bottom: 0;
    }

    .plLst li .userPl .hfLink {
        color: #0887bb;
        font: 12px/20px "微软雅黑";
        position: absolute;
        z-index: 3;
        top: 0;
        right: 3px;
        cursor: pointer;
    }

.hfLink .grey {
    color: #999;
}

.plLst li .userPl .area {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    height: 90px;
}

.plLst li .userPl .textareaBox02 .area {
    background: #f6f5f5;
    /*min-height:90px;*/
    height: auto;
    padding-bottom: 7px;
}

.plLst li .userPl .area b {
    color: #008dd7;
    font: 16px/24px "微软雅黑";
    height: 26px;
    display: block;
    position: relative;
}

    .plLst li .userPl .area b .time {
        color: #818080;
        font: 12px/24px "微软雅黑";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
    }

.plLst li .userPl .area p {
    color: #747373;
    font: 14px/20px "微软雅黑";
}

.allPl_box .btnBox {
    padding: 36px 25px 0 25px;
}
/*预览页-右侧*/
.ylBox_sub {
    width: 289px;
}

    .ylBox_sub .shareBox {
        /*margin-top: 24px;*/
    }

.shareBox .tit {
    background: #35b3e6;
    height: 41px;
    text-align: center;
    color: #fff;
    font: 14px/40px "微软雅黑";
    position: relative;
}

.shareBox .cnt {
    background: #fff;
    /*border: 1px solid #35b3e6;*/
    padding: 9px 9px 11px 9px;
}

    .shareBox .cnt .ewmTxt, .dmztBox .dmztTxt {
        border: 1px dashed #c9c9c9;
        height: 37px;
        color: #666;
        font: 14px/37px "微软雅黑";
        text-align: center;
    }

    .shareBox .cnt .ewmPic {
        width: 132px;
        margin: 22px auto 13px auto;
    }

        .shareBox .cnt .ewmPic img {
            width: 132px;
            height: 132px;
        }

.ylBox_sub .dmztBox {
    margin-top: 23px;
}

.dmztBox {
    background: #fff;
    border: 1px solid #e3e1e1;
    padding: 11px 9px 13px 9px;
}

    .dmztBox .dmztHtml {
        background: #fcfcfc;
        border: 1px solid #e3e1e1;
        color: #aeaeae;
        font: 12px/20px "微软雅黑";
        padding: 7px 5px 0 5px;
        margin: 25px 0 11px 0;
        height: 114px;
        overflow: auto;
        word-break: break-all;
    }

    .dmztBox .yellowBtn {
        height: 35px;
        line-height: 35px;
    }

.ylBox_sub .scmxBox {
    margin-top: 26px;
}

.scmxBox {
    padding: 21px 6px;
}

    .scmxBox .txt {
        height: 65px;
        overflow: hidden;
        /*padding-right:14px;*/
        font-size: 14px;
    }

    .scmxBox .scmxBtn {
        width: 167px;
        height: 37px;
        line-height: 37px;
        margin: 0 auto;
    }

.ylBox_sub .mxzsBox {
    margin-top: 14px;
}

.mxzsBox {
    background: #fff;
    border: 1px solid #e3e1e1;
}

    .mxzsBox .tit {
        height: 42px;
        color: #fff;
        font: 14px/42px "微软雅黑";
        /*background: #35b3e6;*/
        padding-left: 11px;
    }

    .mxzsBox .cnt {
        padding: 0 9px 9px 9px;
        /*height:749px;*/
        overflow: hidden;
    }

.mxzsLst li {
    height: 219px;
    position: relative;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

    .mxzsLst li img {
        /*width:269px;
	height:219px;*/
    }

    .mxzsLst li .blackZc {
        width: 100%;
        height: 35px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        opacity: 0.3;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        display: block;
        z-index: 2;
    }

    .mxzsLst li .txt {
        color: #fff;
        font: 12px/35px "微软雅黑";
        width: 253px;
        height: 35px;
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        text-indent: 10px;
        z-index: 3;
        overflow: hidden;
        white-space: nowrap;
        text-decoration: none;
    }
/*====================个人信息====================*/
.pearsonalBox {
    margin: 15px 0 0 0;
    width: 100%;
    float: left;
}

.subMenu {
    width: 188px;
    float: left;
    background: #f6f8f8;
    border: 1px solid #d8dadb;
    height: 765px;
}

.subMenu_lst li {
    height: 59px;
    border-bottom: 1px solid #d8dadb;
    position: relative;
}

    .subMenu_lst li.select {
        background: #35b3e6;
        border-bottom: 1px solid #35b3e6;
    }

    .subMenu_lst li a {
        color: #666;
        font: 16px/59px "微软雅黑";
        padding-left: 73px;
    }

    .subMenu_lst li.select a {
        color: #fff;
    }

.pearsonalMdl {
    width: 532px;
    /*height: 758px;*/
    float: left;
    margin-left: 10px;
    border: 1px solid #e9e7e7;
    padding: 3px 3px 5px 3px;
}

.lxfsBox {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e7e7;
}

    .lxfsBox .tit {
        height: 40px;
        color: #35b3e6;
        font: 16px/40px "微软雅黑";
        text-align: center;
        background: #eefbff;
        border: 1px dashed #35b3e6;
    }

.lxfsTable {
    width: 100%;
}

    .lxfsTable td {
        color: #666;
        font: 14px/32px "微软雅黑";
        padding-top: 8px;
    }

        .lxfsTable td .red {
            color: #fd6959;
            line-height: 28px;
        }

        .lxfsTable td.alignR {
            text-align: right;
            width: 57px;
            height: 32px;
        }

        .lxfsTable td form p {
            position: relative;
            /*padding-left:16px;*/
        }

            .lxfsTable td form p .checkbox {
                top: 10px;
            }

        .lxfsTable td.input {
            width: 326px;
        }

.inputTxt {
    background: #fff;
    border: 1px solid #bfbfbf;
    height: 30px;
    line-height: 30px;
    width: 309px;
}

    .inputTxt.select {
        background: #f0f0f0;
        color: #333;
    }

.lxfsTable .blueBtn {
    width: 104px;
}

    .lxfsTable .blueBtn:hover {
        background: #ff8a00;
    }

.blueBtn.wd02 {
    width: 63px;
}

.blueTit {
    width: 100px;
    padding: 6px 0 0 6px;
    color: #35b3e6;
    font: 14px/28px "微软雅黑";
    border-bottom: 1px solid #35b3e6;
    position: relative;
    z-index: 2;
}

.pearsonalMdl .myscmxBox {
    margin: 9px 7px 10px 8px;
}

.myscmxLst {
    overflow: hidden;
}

    .myscmxLst li {
        float: left;
        width: 120px;
        height: 52px;
        margin-left: 12px;
        padding-top: 12px;
        text-align: center;
    }

        .myscmxLst li:first-child {
            margin-left: 0;
        }

        .myscmxLst li.lst01 {
            background: #fd6959;
        }

        .myscmxLst li.lst02 {
            background: #398c9c;
        }

        .myscmxLst li.lst03 {
            background: #35b3e6;
        }

        .myscmxLst li.lst04 {
            background: #f79829;
        }

        .myscmxLst li span {
            color: #fff;
            font: 14px/20px "微软雅黑";
        }

.myscmxBtn {
    margin-top: 11px;
    overflow: hidden;
}

    .myscmxBtn .greyBtn02 {
        float: left;
        width: 254px;
    }

    .myscmxBtn .blueBtn {
        float: right;
        height: 42px;
        line-height: 42px;
        width: 253px;
        margin-right: 2px;
    }

.mxdtBox {
    position: relative;
}

.mxdtLst {
    border-top: 1px solid #e9e7e7;
    margin-top: -1px;
    min-height: 258px;
    overflow: hidden;
}

.mxdtLst02 {
    min-height: 336px;
}

.mxdtLst.select {
    height: auto;
}
/*.mxdtLst li{
	border-bottom:1px dashed #e9e7e7;
	height:41px;
}
.mxdtLst li a{
	color:#666;
	font:12px/41px "微软雅黑";
	display:block;
	width:100%;
	height:41px;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
	cursor:default;
}
.mxdtLst li .blue{color:#35b3e6;}*/
.mxdtLst li {
    display: block;
    width: 100%;
    height: 41px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

    .mxdtLst li a, .mxdtLst li {
        color: #666;
        font: 12px/41px "微软雅黑";
    }

        .mxdtLst li .blue, .mxdtLst li .blue a {
            color: #35b3e6;
        }

.pearsonalRgt {
    width: 418px;
        /*height: 766px;*/
    border: 1px solid #e9e7e7;
    float: right;
}

.gzrsTab {
    width: 100%;
    overflow: hidden;
    background: #f6f8f8;
    border-bottom: 1px solid #e9e7e7;
    margin-bottom: 7px;
}

    .gzrsTab li {
        float: left;
        width: 50%;
        border-left: 1px solid #e9e7e7;
        height: 47px;
        padding: 18px 0;
        margin: -1px;
        text-align: center;
        color: #333;
        font: 14px/20px "微软雅黑";
    }

        .gzrsTab li .grey {
            color: #666;
        }

.pearsonalRgt_cnt {
    padding: 0 3px 5px 3px;
}

.gzhyBox {
    position: relative;
    border-top: 1px solid #e9e7e7;
    margin-top: -1px;
    height: 86px;
    overflow: hidden;
}

    .gzhyBox.select {
        height: auto;
    }

.gzhyLst {
    overflow: hidden;
    margin: 0 3px;
}

    .gzhyLst li {
        width: 46px;
        height: 64px;
        float: left;
        margin: 12px 12px 10px 0px;
        text-align: center;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
    }

        .gzhyLst li a {
            color: #333;
            font: 14px/18px "微软雅黑";
        }

        .gzhyLst li .more {
            width: 46px;
            height: 64px;
            background: #fff;
            position: absolute;
            top: 12px;
            right: 15px;
            z-index: 9;
        }

/*.moreBtn {
    /*width: 46px;
    height: 46px;
    margin-bottom: 30px;
    display: block;
    -noz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #b0bfc6;
    text-align: center;
    color: #fff;
    font: 12px/46px "微软雅黑";
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;*/
}*/

.gzscmxBox {
    position: relative;
    padding: 50px 0 0;
}

    .gzscmxBox .tit {
        background: url(../images/blueTab.png) no-repeat right top;
        padding-right: 31px;
        color: #fff;
        width: auto;
        height: 35px;
        display: inline-block;
        position: absolute;
        top: 15px;
        left: -4px;
        z-index: 3;
    }

        .gzscmxBox .tit em {
            color: #fff;
            font: 14px/35px "微软雅黑";
            height: 35px;
            padding-left: 15px;
            display: block;
            background: #35b3e6;
            padding-left: 15px;
        }

    .gzscmxBox .mxdtLst {
        border: 0;
    }

.noneCnt {
    width: 328px;
    margin: 93px auto 94px auto;
}

.noneCnt02 {
    width: 300px;
    margin: 135px auto;
}

.nonePic {
    background: url(../images/nonePic.png) no-repeat;
    display: block;
    width: 90px;
    height: 107px;
    float: left;
}

.noneTxt {
    color: #acabab;
    font: 18px/107px "微软雅黑";
}

.noneTxt02 {
    display: block;
    text-align: center;
    color: #acabab;
    font: 14px/86px "微软雅黑";
}
/*====================个人信息====================*/
.pearsonalRgt02 {
    width: 978px;
    float: right;
}

.myscLst {
    width: 100%;
    float: left;
}

    .myscLst li {
        width: 234px;
        float: left;
        margin-left: 10px;
        position: relative;
    }

        .myscLst li .picBox {
            width: 225px;
            height: 225px;
            padding: 4px;
            border: 1px solid #e4e3e3;
        }

            .myscLst li .picBox .pic {
                width: 100%;
                height: 100%;
                display: block;
                text-align: center;
                position: relative;
            }

        .myscLst li .txtBox {
            color: #666;
            font: 12px/20px "微软雅黑";
            padding: 4px 4px 5px 4px;
            position: relative;
        }

.pearsonalRgt02 .myscLst li .txtBox a {
    color: #666;
    text-decoration: underline;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    *line-height: 18px;
    width: 170px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    position: absolute;
    bottom: 4px;
    *bottom: 3px;
    left: 52px;
}

.myscLst li .picBox .blackZc {
    display: block;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.myscLst li .picBox .zcTxt {
    color: #fff;
    font: 14px/40px "微软雅黑";
    padding: 0 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: block;
    height: 40px;
    width: 99%;
    word-break: break-all;
    /*word-wrap:break-word;*/
    overflow: hidden;
}

.myscLst li .picBox .blackZc02 {
    display: block;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    width: 226px;
    height: 186px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 3;
    display: none;
}

.myscLst li .picBox .blackZc03 {
    display: block;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    width: 225px;
    height: 186px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 3;
    display: none;
}

.myscLst li .picBox .zcBtn01, .myscLst li .picBox .zcBtn02, .myscLst li .picBox .zcBtn03 {
    width: 152px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -72px;
    z-index: 4;
    display: none;
}

.myscLst li .picBox .zcBtn01 {
    margin-top: -80px;
}

.myscLst li .picBox .zcBtn02 {
    margin-top: -115px;
}

.myscLst li .picBox .zcBtn03 {
    margin-top: -50px;
}

.myscLst li .picBox:hover .zcBtn01, .myscLst li .picBox:hover .zcBtn02, .myscLst li .picBox:hover .zcBtn03, .myscLst li .picBox:hover .blackZc02, .myscLst li .picBox:hover .blackZc03 {
    display: block;
}

.zcYellow, .zcRed, .zcBlue {
    display: block;
    text-align: center;
    width: 100%;
    height: 44px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font: 14px/44px "微软雅黑";
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    margin-bottom: 10px;
    cursor: pointer;
}

.zcYellow {
    background: #ff8a00;
}

.zcRed {
    background: #e63535;
}

.zcBlue {
    background: #35b3e6;
}

.pearsonalRgt02 .scmx {
    margin: 0 0 17px 9px;
}

    .pearsonalRgt02 .scmx .txt {
        margin-left: 265px;
    }

.mineBox {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.mineT {
    position: relative;
}

    .mineT p {
        color: #1fa5db;
        font: 24px/84px "微软雅黑";
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.mineCnt {
    float: left;
    width: 890px;
}

    .mineCnt .sxLst {
        padding-bottom: 10px;
    }

        .mineCnt .sxLst dd {
            border-top: 0;
            padding: 5px 0 0;
        }

    .mineCnt .sxBox {
        margin-top: 15px;
    }

.sxLst_cnt02 li {
    margin-right: 5px;
}

    .sxLst_cnt02 li span {
        width: 80px;
        color: #666;
    }

.sxLst_cnt02 span.select {
    color: #35b3e6;
}

.sxLst_cnt02 li span.select {
    color: #fff;
}

.sxLst_cnt02 li span.others {
    color: #666;
}

.mineCnt .mxlbBox {
    margin-top: 8px;
    width: 890px;
}

.mineSub {
    width: 278px;
    float: right;
}

    .mineSub .userBox {
        background: #f0f9fc;
        border: 1px solid #81cae7;
        margin-top: 15px;
        padding-bottom: 10px;
    }

.userBox .tit {
    padding: 7px 0 6px 7px;
    overflow: hidden;
    color: #333;
    font: 12px/23px "微软雅黑";
    border-bottom: 1px solid #c2e3ee;
}

    .userBox .tit .fLe {
        line-height: 16px;
        text-align: center;
        width: 61px;
        height: 16px;
        display: inline-block;
        position: relative;
        padding-top: 51px;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
    }

    .userBox .tit a {
        color: #333;
    }

    .userBox .tit .fRi {
        float: left;
        width: 200px;
    }

        .userBox .tit .fRi p {
            width: 100%;
            height: 23px;
            word-break: break-all;
            word-wrap: break-word;
            overflow: hidden;
        }

        .userBox .tit .fRi .txt0 {
            font-size: 18px;
            color: #1e9bce;
            line-height: 53px;
            height: 53px;
            padding-left: 10px;
        }

.userBox .cnt {
    padding: 0 18px;
}

.userBox .cntTab {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}

    .userBox .cntTab li {
        float: left;
        background: url(../images/line.png) no-repeat right top;
        text-align: center;
        width: 33.33%;
        color: #1e9bce;
        font: 12px/21px "微软雅黑";
    }

        .userBox .cntTab li b {
            font-weight: bold;
        }

.userBox .cnt .blueBtn {
    width: 100%;
    margin-top: 5px;
}

    .userBox .cnt .blueBtn:hover {
        background: #ff8a00;
    }

.mineSub_box {
    border: 1px solid #e9e7e7;
    margin-top: 14px;
}

    .mineSub_box .tit {
        color: #1e9bce;
        font: 14px/37px "微软雅黑";
        border-bottom: 1px solid #e9e7e7;
        padding-left: 12px;
    }

    .mineSub_box .cnt {
        padding: 0 5px;
        min-height: 46px;
    }

.mineSub_lst li {
    border-top: 1px solid #e9e7e7;
    text-indent: 45px;
    height: 46px;
    position: relative;
}

    .mineSub_lst li:first-child {
        border-top: 0;
    }

    .mineSub_lst li a {
        color: #333;
        font: 14px/40px "微软雅黑";
        height: 40px;
        display: block;
        width: 100%;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
    }

.yellowTab, .greyTab {
    width: 26px;
    height: 30px;
    display: block;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font: 12px/23px "宋体";
    position: absolute;
    top: 8px;
    left: 2px;
    z-index: 2;
}

.yellowTab {
    background: url(../images/yellowTab.png) no-repeat;
}

.greyTab {
    background: url(../images/greyTab.png) no-repeat;
}

.pearsonalRgt02_cnt {
    margin-left: 9px;
    position: relative;
}

.blueTab {
    background: url(../images/blueTab.png) no-repeat right top;
    padding-right: 31px;
    height: 35px;
    min-width: 31px;
    display: inline-block;
}

.mxscBox .blueTab {
    *width: 76px;
}

.blueTab span {
    display: inline-block;
    color: #fff;
    font: 16px/35px "微软雅黑";
    padding-left: 12px;
    background: #35b3e6;
    width: auto;
}

.scmxShjd_box {
    background: #f6f8f8;
    overflow: hidden;
    border: 1px solid #d8dadb;
}

.scmxZt {
    width: 925px;
    margin: 30px auto 40px auto;
    height: 75px;
    display: block;
}

.pearsonalRgt02 .mxscBox {
    border: 1px solid #e9e7e7;
    margin-top: 15px;
}

.mxscBox .cnt {
    padding: 5px 15px 10px 15px;
}

.mxscBox .mxscTable td {
    padding: 10px 6px 10px 0;
}

    .mxscBox .mxscTable td.alignR {
        *width: 72px;
        text-align: right;
    }

    .mxscBox .mxscTable td form {
        margin-top: -15px;
    }

        .mxscBox .mxscTable td form p {
            line-height: 24px;
            position: relative;
            padding-left: 18px;
        }

.mxscBox .mxscTable .blueBtn {
    width: 120px;
}

.mxscBox .mxscTable td.input span, .mxscBox .mxscTable td .inputTxt {
    display: inline-block;
    height: 30px;
    color: #666;
    font: 14px/30px "微软雅黑";
    width: 420px;
    padding-left: 10px;
}

.mxscBox .mxscTable td form p.fwm {
    padding-top: 10px;
    padding-left: 0;
}

    .mxscBox .mxscTable td form p.fwm .inputTxt {
        width: 90px;
        height: 22px;
        line-height: 22px;
        color: #333;
        margin-left: 5px;
        border: 1px solid #888;
    }

.mxscBox .mxscTable td.area {
    background: #fff;
    border: 1px solid #bfbfbf;
    padding: 3px 0 0 4px;
}

    .mxscBox .mxscTable td.area.select {
        background: #f0f0f0;
    }

    .mxscBox .mxscTable td.area textarea {
        width: 100%;
        height: 100px;
        color: #666;
        font: 14px/20px "微软雅黑";
        text-indent: 28px;
    }

.mxscBox .mxscTable td .tsTxt {
    color: #212222;
    font-size: 12px;
    padding-left: 5px;
}

.mxscTable td .blueBtn {
    height: 32px;
    line-height: 32px;
}

.mxscBox .btnBox {
    overflow: hidden;
    width: 330px;
    margin: 0 auto;
    padding: 65px 0 42px 0;
}

.mxscBox .yellowBtn, .mxscBox .blueBtn {
    width: 135px;
    height: 43px;
    line-height: 43px;
    float: left;
    margin: 0 15px;
}

.red {
    color: #f00627;
}

.shareBox .yellowBtn, .dmztBox .yellowBtn {
    width: 100%;
    margin: 0;
}

/*个人信息——登录+联系*/
.pearsonalContact_box{border:1px solid #d8dadb;margin-left:10px;width:928px;padding:20px;float:left;}
.tabLst{padding-bottom:1px;border-bottom:1px solid #d8dadb;}
.tabLst li{width:147px;height:42px;line-height:42px;font-size:16px;color:#444;float:left;text-align:center;cursor:pointer;}
.tabLst li.select{color:#fff;background:#ff8a00;}
.tabLst li.others{color:#444;background:#fff;}
.pearsonalContact_tit{background:#f3f3f3;color:#444;font-size:16px;height:39px;line-height:39px;padding:0 20px;margin-top:25px;}
.pearsonalContact_user{position:relative;}
.pearsonalContact_user .blueBtn,.pearsonalContact_user .greyBtn0{width:100px;float:left;margin:0 20px;}
.pearsonalContact_user .greyBtn0{height:32px;line-height:32px;font-size:14px;}
.pearsonalContact_user .blueBtn.editBtn{position:absolute;z-index:2;top:30px;right:45px;}
.pearsonalContact_table .btnBox{margin:10px auto 0 auto;display:inline-block;overflow:hidden;width:282px;}
.pearsonalContact_table{margin-top:10px;padding-left:20px;}
.pearsonalContact_table th,.pearsonalContact_table td{color:#444;font-size:14px;padding:6px 5px;line-height:32px;}
.pearsonalContact_table th{width:86px;text-align:right;}
.pearsonalContact_table .value{padding-left:11px;margin-right:10px;display:inline-block;float:left;}
.pearsonalContact_table input{width:auto;height:30px;line-height:30px;border:1px solid #fff;padding-left:5px;color:#444;font-size:14px;display:block;float:left;margin-right:10px;}
.pearsonalContact_table .hide{display:none;}
.pearsonalContact_table .yellow{color:#ff4e00;}
.pearsonalContact_table input.edit{border:1px solid #e1e1e1;color:#444;width:253px;}
.pearsonalContact_table02 input.edit{width:203px;}
.pearsonalContact_table input.yzm{width:130px;}
.pearsonalContact_table .yzmLink{color:#059fed;font-size:12px;line-height:32px;text-decoration:underline;cursor:pointer;}
.pearsonalContact_table .yzmLink:hover{text-decoration:underline;}
.pearsonalContact_table .yzmLink i{color:#f00;margin:0 3px;}
.pearsonalContact_table .hide th,.pearsonalContact_table .hide td{display:none;}
.pearsonalContact_table .tsTxt_green,.pearsonalContact_third .tsTxt_green{color:#0fac58;font-size:12px;line-height:32px;}
.pearsonalContact_table .tsTxt_red,.pearsonalContact_third .tsTxt_red{color:#f33629;font-size:12px;line-height:32px;}
.pearsonalContact_table .tsTxt_blue{color:#059fed;font-size:12px;line-height:32px;}
.pearsonalContact_table .tsTxt_yellow{color:#ff6f42;font-size:12px;line-height:32px;}
.pearsonalContact_third{margin-top:10px;}
.pearsonalContact_third .lstDiv{padding:10px;border-top:1px dashed #d8dadb;height:39px;line-height:39px;font-size:14px;color:#444;position:relative;}
.pearsonalContact_third .lstDiv:first-child{border-top:0;}
.pearsonalContact_third .lstDiv span{margin:0 5px;display:inline-block;float:left;}
.pearsonalContact_third .lstDiv .blueLink{display:inline-block;color:#059fed;font-size:12px;position:absolute;z-index:2;top:10px;right:10px;}
.pearsonalContact_third .tsTxt_green{line-height:39px;}
.pearsonalContact_third .tsTxt_red{line-height:39px;}
.pearsonalContact_third span.icoSuccess,.pearsonalContact_third span.icoFail{width:18px;height:39px;margin-right:0;}
.icoSuccess{background:url(../images/icoSuccess.png) no-repeat center center;}
.icoFail{background:url(../images/icoFail.png) no-repeat center center;}
.pearsonalContact_table .icoCheckbox{display:none;}
/*第三方登录*/
.thirdLogin_wrap{background:#00b7ff;position:relative;}
.thirdLogin_bg,.thirdLogin_box{position:absolute;top:50%;left:50%;}
.thirdLogin_bg{width:600px;height:424px;z-index:2;margin-top:-212px;margin-left:-300px;background:#000;opacity:0.15;filter:alpha(opacity=15); -moz-opacity:0.15; -khtml-opacity:0.15;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.thirdLogin_box{padding:5px;width:580px;height:404px;z-index:3;margin-top:-207px;margin-left:-295px;background:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.thirdLogin_lft{float:left;padding-left:20px;width:345px;height:404px;}
.thirdLogin_lft .Tit{color:#444;font-size:16px;line-height:24px;}
.thirdLogin_lftForm .lstDiv{margin-top:20px;}
.thirdLogin_lftForm label{display:inline-block;float:left;line-height:48px;color:#444;font-size:14px;}
.thirdLogin_lftForm .inputDiv{width:246px;height:44px;float:left;background:#fff;border:1px solid #e5e5e5;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.thirdLogin_lftForm .inputDiv input{font-size:14px;line-height:44px;height:44px;width:100%;text-indent:5px;color:#444;}
.thirdLogin_lftForm .loginBtn,.loginForm .loginBtn{display:block;background:#2394f2;color:#fff;font-size:18px;text-align:center;width:287px;height:49px;line-height:49px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:20px 0 0 6px;}
.thirdLogin_lftForm .tzBtn_box{margin:30px auto 0 auto;width:208px;}
.thirdLogin_lftForm .registerBtn{display:inline-block;float:left;color:#fff;font-size:14px;text-align:center;width:100px;height:28px;line-height:28px;background:#ff7b00;}
.thirdLogin_lftForm .codeBtn{display:inline-block;float:left;margin-left:20px;color:#2d64b3;font-size:14px;line-height:28px;text-decoration:underline;}
.thirdLogin_rgt{float:left;width:214px;height:100%;text-align:center;}
.thirdLogin_box .bdrR{border-right:1px solid #e5e5e5;}
.thirdLogin_rgt .Tit,.loginRgt .Tit{color:#222;font-size:14px;line-height:20px;margin-bottom:10px;}
.thirdLogin_rgt .btnLink,.loginRgt .btnLink{display:block;margin:3px auto;}
/*第三方立即注册*/
.thirdRegister_cnt{padding-top:30px;}
.thirdRegister .Tit{margin-bottom:5px;}
.thirdLogin_rgt .Tit_blue,.thirdLogin_lft .Tit_blue{color:#0478d8;font-size:16px;line-height:24px;text-align:center;}
.thirdRegister .experienceBtn,.loginBox .registerBtn{display:block;color:#fff;font-size:14px;text-align:center;width:124px;height:36px;line-height:36px;background:#ff7b00;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:18px auto;}
.thirdRegister_cnt .name{padding-right:10px;}
/*登录+注册*/
.loginWrap{height:440px;background:url(../images/loginbg.jpg) no-repeat center bottom;margin-top:35px;}
.loginBox{background:#fff;width:520px;height:424px;float:right;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:2px 2px 6px #999;}  /* 20191114 更改*/
.tabLst02{padding-top:14px;}
.tabLst02 li{display:inline-block;float:left;font-size:18px;color:#444;line-height:36px;padding:0 8px;margin:0 20px 5px;border-bottom:3px solid #fff;cursor:pointer;}
.tabLst02 li.select{color:#0478d8;border-bottom:3px solid #0478d8;}
.tabLst02 li.others{color:#444;border-bottom:3px solid #fff;}
.loginLft{float:left;width:455px;padding:0 32px;height:356px;}   /* 20191114 更改*/
.loginLft1{float:left;width:368px;padding: 30px 40px;height:356px;}
.loginRgt{float:left;width:161px;height:356px;}
.loginBox .bdrL{border-left:1px solid #e5e5e5;}
.loginForm .inputDiv{margin-top:20px;padding-left:80px;width:373px;height:54px;background:#fff;border:1px solid #e5e5e5;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:relative;}   /* 20191114 删除*/
.loginForm .inputDiv label,.loginForm .inputDiv span ,loginForm.inputDiv input{position:absolute;z-index:2;top:0;}
.loginForm .inputDiv label{line-height:54px;font-size:14px;color:#444;left:30px;}
.registerBtn .inputDiv input{width:100%;height:54px;line-height:54px;}
.checkboxP{font-size:12px;line-height:32px;color:#444;padding-top:10px;}
.loginForm .loginBtn{margin-left:0;margin-top:10px;width:100%;}
.icoName,.icoCode{display:inline-block;width:24px;height:54px;position:absolute;left:5px;}
.icoName{background:url(../images/icoName.png) no-repeat center center;}
.icoCode{background:url(../images/icoCode.png) no-repeat center center;}
.loginStyle{padding-top:30px;font-size:14px;color:#444;line-height:36px;}
.loginStyle_lst li{float:left;margin-right:25px;}
.loginStyle_lst li img{float:left;width:26px;height:26px;margin-top:5px;margin-right:5px;}
.loginRgt{text-align:center;}

.loginForm02{margin-top:10px;}
.loginForm02 .lstDiv{margin:20px 0 25px 0;}
.loginForm02 label{display:inline-block;float:left;width:90px;text-align:right;color:#444;font-size:14px;line-height:31px;}
.loginForm02 label .red{color:#f00;}
.loginForm02 .inputDiv{padding-left:5px;border:1px solid #e5e5e5;background:#fff;height:29px;width:258px;float:left;position:relative;}
.loginForm02 .inputDiv input{width:100%;color:#444;font-size:14px;height:29px;line-height:29px;}
.loginForm02 .inputDiv .tsTxt{width:300px;color:#f00;font:12px/25px "宋体";position:absolute;z-index:2;top:30px;left:0;}
.loginForm02 .btnBox{margin-left:90px;}
.loginForm02 .btnBox .registerBtn{float:left;margin:0;}
.loginForm02 .btnBox .loginBtn02{display:inline-block;float:left;color:#2d64b3;font-size:12px;text-decoration:underline;line-height:36px;margin-left:20px;}
.loginForm02 .inputDiv.yzm{width:130px;}
.loginForm02 .yzmLink,.loginForm03 .yzmLink{display:inline-block;float:left;margin-left:10px;font:12px/31px "宋体";color:#2d64b3;text-decoration:underline; cursor:pointer;}
.loginForm02 .yzmLink i{color:#f00;margin:0 3px;}
/*.loginRgt .registerBtn{margin:0 auto;}
.loginRgt .backCode,.loginRgt .loginBtn03{display:block;color:#2d64b3;font-size:14px;line-height:44px;margin-bottom:10px;text-decoration:underline;}*/ /* 20191114 删除*/
.footerLogin{color:#fff;font:12px/48px "宋体";text-align:center;height:48px;background:#404040;}
.register-word{font-size: 17px; line-height: 1.8;margin-top: 84px;}  /* 20191114 新增*/
.go-other-btn{display: block;background: #2394f2; color: #fff; font-size: 18px; text-align: center; width: 287px; height: 49px; line-height: 49px; border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;margin: 30px auto 0 auto; width:220px;}
.backCode{color:#2d64b3;font-size:14px;color:#2d64b3;font-size:14px;float: right;}
/*找回密码*/
.loginForm03 {margin-top:10px;}
.loginForm03 .tsTxt{color:#f00;font:12px/32px "宋体";}
.icoJs{display:inline-block;float:left;width:22px;height:32px;background:url(../images/icoJs.png) no-repeat center left;}
.loginForm03 .lstDiv{padding:35px 0 0 0;}
.loginForm03 label{position:relative;top:0;left:0;display:inline-block;width:90px;text-align:right;padding-right:20px;float:left;color:#444;font-size:14px;line-height:31px;}
.loginForm03 .inputDiv{width:158px;float:left;height:29px;border-radius:0;margin:0;}
.loginForm03 .inputDiv.yzm{width:70px;}
.loginForm03 .yzmLink i{color:#f00;margin:0 3px;}
.loginForm03 .loginBtn{margin-top:35px;}
.successCode{margin-top:35px;padding-top:120px;text-align:center;}
.successCode p{display:inline-block;color:#444;font-size:16px;line-height:45px;margin-left:-25px;}
.successCode p .icoSuccess02{display:inline-block;float:left;background:url(../images/icoSuccess02.png) no-repeat;width:55px;height:45px;}
.successCode .loginBtn{display:block;background:#ff7b00;color:#fff;font-size:16px;line-height:28px;width:100px;margin:15px auto;}

/*加密图层*/
.encrypt-body{background:url(../images/encrypt-bg.jpg) no-repeat center bottom;background-color:#f5fafe;height:100%;}
.encrypt-box{border-bottom:1px solid #a4ceef;background:#fff;box-shadow:0px 0px 20px #a4ceef;min-width:370px;min-height:240px;width:28%;height:38%;position:fixed;top:50%;left:50%;/*margin-top:-203px;margin-left:-262px;*/}
.encrypt-tit{background:url(../images/encrypt-tit.jpg) no-repeat center top;height:70px;line-height:70px;text-align:center;color:#fff;font-size:20px;}
.encrypt-main{text-align:center;padding:20px;}
.encrypt-main .encrypt-form{display:inline-block;vertical-align:middle;}
.encrypt-main .encrypt-form label{display:inline-block;line-height:46px;font-size:16px;color:#333;}
.encrypt-main .encrypt-form input{background:#f5fafe;border:1px solid #b9cfe3;height:44px;line-height:44px;color:#333;font-size:16px;text-indent:10px;margin-right:30px;width:228px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.encrypt-btn{display:block;background:url(../images/encrypt-btn.png) no-repeat;width:134px;height:42px;line-height:42px;text-align:center;color:#fff;font-size:18px;margin:0 auto;}
.encrypt-link-txt{display:block;line-height:24px;text-align:center;color:#76929f;font-size:14px;text-decoration:underline;margin-top:8px;}
@media (max-width: 370px) {
.encrypt-body{padding:0 15px;}
.encrypt-box{margin-top:-80px;min-width:266px;height:150px;min-height:150px;left:7%;margin-left:0;width:86%;box-sizing:border-box;}
.encrypt-tit{background-size:100% 35px;height:35px;line-height:35px;font-size:16px;}
.encrypt-main{padding:15px 20px;}
.encrypt-main .encrypt-form{position:relative;padding-left:56px;}
.encrypt-main .encrypt-form label{position:absolute;top:0;left:0;line-height:24px;font-size:14px;}
.encrypt-main .encrypt-form input{height:24px;line-height:24px;font-size:14px;width:100%;box-sizing:border-box;}
.encrypt-btn{background-size:78px 24px;width:78px;height:24px;line-height:24px;font-size:14px;}
.encrypt-link-txt{margin-top:5px;}
}

.shadow {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9990;
    position: absolute;
    /*FF IE7*/
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    display: none;
}

.tcBox {
    z-index: 9996;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .shadow.select, .tcBox.select {
        display: block;
    }

    .tcBox .fwmForm {
        padding-top: 69px;
    }

        .tcBox .fwmForm p label {
            color: #fff;
            line-height: 35px;
            width: 92px;
            display: inline-block;
            text-align: right;
        }

        .tcBox .fwmForm p .inputTxt {
            width: 140px;
            height: 35px;
        }

        .tcBox .fwmForm .btnBox {
            width: 175px;
            margin: 16px auto 0 auto;
        }

.yellowBtn {
    width: 83px;
    height: 35px;
    line-height: 35px;
    margin-left: 9px;
}
/**/
.close, .close02 {
    display: block;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
}

.close {
    background: url(../images/close.png) no-repeat;
    width: 29px;
    height: 22px;
    top: 0px;
    right: 0px;
}

.close02 {
    background: url(../images/close02.png) no-repeat;
    width: 16px;
    height: 16px;
    top: 4px;
    right: 7px;
}

.delTc_wrap, .xjTc_wrap {
    background: #000;
    padding: 5px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    position: absolute;
    left: 50%;
    z-index: 9997;
}

.delTc, .xjTc {
    background: #fff;
    position: fixed;
    z-index: 9998;
    left: 50%;
}

.delTc {
    width: 308px;
    /*margin-left:-154px;*/
    top: 460px;
}

.delTc_cnt {
    text-align: center;
    color: #666;
    font: 14px/20px "微软雅黑";
    height: 20px;
    padding: 38px 0;
    border-bottom: 1px solid #d8d1d1;
}

.delTc_btn {
    width: 158px;
    margin: 16px auto;
    overflow: hidden;
}

.blueBtn0, .greyBtn0 {
    width: 57px;
    height: 25px;
    display: inline-block;
    float: left;
    margin: 0 10px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.blueBtn0 {
    border: 1px solid #008dd7;
    background: #38b8fb;
    color: #fff;
}

.greyBtn0 {
    border: 1px solid #d1d1d1;
    background: #eee;
    color: #4e4e4e;
}

.xjTc_wrap, .xjTc {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.xjTc {
    width: 370px;
    margin-left: -185px;
    background: #f5f6f6;
    top: 676px;
}

.xjTc_cnt {
    padding: 58px 10px 58px 73px;
    color: #333;
    font: 16px/55px "微软雅黑";
}

.xjPic {
    background: url(../images/xjPic.png) no-repeat;
    width: 76px;
    height: 55px;
    display: block;
    float: left;
}
/*错误页面*/
.wrongBox {
    background: #f9f9fa;
    border: 1px solid #e6e3e3;
    height: 494px;
    margin-top: 15px;
    margin-bottom: 55px;
}

    .wrongBox .fwmBox {
        width: 464px;
        background: #f2f9fc;
        border: 1px solid #35b3e6;
        margin: 127px auto 0 auto;
    }

        .wrongBox .fwmBox .tit {
            height: 48px;
            color: #35b3e6;
            font: 16px/48px "微软雅黑";
            text-align: center;
        }

        .wrongBox .fwmBox .cnt {
            border-top: 1px solid #35b3e6;
            padding: 28px 0 21px 0;
            overflow: hidden;
        }

            .wrongBox .fwmBox .cnt label {
                color: #35b3e6;
                font: 16px/40px "微软雅黑";
                width: 110px;
                padding-right: 4px;
                text-align: right;
                display: block;
                float: left;
            }

            .wrongBox .fwmBox .cnt .inputTxt {
                width: 271px;
                height: 38px;
                background: #fff;
                border: 1px solid #a9cad8;
            }

            .wrongBox .fwmBox .cnt .btnBox {
                width: 273px;
                margin: 32px auto 0 auto;
                *margin-top: 30px;
            }

            .wrongBox .fwmBox .cnt .blueBtn, .wrongBox .fwmBox .cnt .yellowBtn {
                height: 40px;
                line-height: 40px;
                margin: 0 16px;
            }

            .wrongBox .fwmBox .cnt .blueBtn {
                width: 88px;
            }

            .wrongBox .fwmBox .cnt .yellowBtn {
                width: 121px;
            }

.wrongInform {
    background: url(../images/wrongPic.png) no-repeat;
    width: 470px;
    height: 200px;
    margin: 103px auto 0 auto;
}

    .wrongInform p {
        padding: 98px 35px 0 0;
        text-align: right;
        font: 24px/38px "微软雅黑";
    }

        .wrongInform p.del {
            color: #fb5e5e;
        }

        .wrongInform p.yxj {
            color: #ff8a00;
        }

        .wrongInform p.wgk {
            color: #35b3e6;
        }

/*错误页面*/
.wrongBox_view {
    background: #f9f9fa;
    border: 1px solid #e6e3e3;
    height: 494px;
    /*margin-top:15px;
	margin-bottom:55px;*/
}


.pagesBox {
    font: 14px/39px "微软雅黑";
    height: 59px;
    clear: both;
}

    .pagesBox a, .pagesBox span, .pagesBox b {
        padding: 0px 18px;
        color: #969ea4;
        background: #dee2e7;
        font-weight: normal;
        margin-right: 5px;
        line-height: 39px;
        height: 39px;
        display: inline-block;
    }

    .pagesBox a {
        font-weight: 100;
        text-decoration: none;
    }

        .pagesBox a:hover {
            background-color: #35b3e6;
            color: #fff;
        }

    .pagesBox span {
        background: #35b3e6;
        color: #fff;
    }

    .pagesBox input {
        width: 30px;
        height: 26px;
        line-height: 26px;
        border: #6499d1 1px solid;
        text-align: center;
        *vertical-align: middle;
    }

    .pagesBox b {
        color: #c6c7c7;
    }

.pagesBoxlist {
    font: 14px/39px "微软雅黑";
    height: 59px;
}

    .pagesBoxlist a, .pagesBoxlist span, .pagesBoxlist b {
        padding: 0px 18px;
        color: #969ea4;
        background: #dee2e7;
        font-weight: normal;
        margin-right: 5px;
        line-height: 39px;
        height: 39px;
        display: inline-block;
    }

    .pagesBoxlist a {
        font-weight: 100;
        text-decoration: none;
    }

        .pagesBoxlist a:hover {
            background-color: #35b3e6;
            color: #fff;
        }

    .pagesBoxlist span {
        background: #35b3e6;
        color: #fff;
    }

    .pagesBoxlist input {
        width: 30px;
        height: 26px;
        line-height: 26px;
        border: #6499d1 1px solid;
        text-align: center;
        *vertical-align: middle;
    }

    .pagesBoxlist b {
        color: #c6c7c7;
    }

.pagesBox1 {
    font: 14px/39px "微软雅黑";
    height: 59px;
}

    .pagesBox1 a, .pagesBox1 span, .pagesBox1 b {
        padding: 0px 18px;
        color: #969ea4;
        background: #dee2e7;
        font-weight: normal;
        margin-right: 5px;
        line-height: 39px;
        height: 39px;
        display: inline-block;
    }

    .pagesBox1 a {
        font-weight: 100;
        text-decoration: none;
    }

        .pagesBox1 a:hover {
            background-color: #35b3e6;
            color: #fff;
        }

    .pagesBox1 span {
        background: #35b3e6;
        color: #fff;
    }

    .pagesBox1 input {
        width: 30px;
        height: 26px;
        line-height: 26px;
        border: #6499d1 1px solid;
        text-align: center;
        *vertical-align: middle;
    }

    .pagesBox1 b {
        color: #c6c7c7;
    }
/*上传弹出层*/
.scTc, .scTc_cnt {
    height: 170px;
    width: 380px;
    position: fixed;
    left: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.scTc, .scTc_cnt_tmp {
    /*height: 170px;
    width: 380px;*/
     height: 176px;
    width: 386px;
    position: fixed;
    left:50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.scTc {
    display: block;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    padding: 3px;
    margin-left: -193px;
    top: 300px;
    z-index: 9997;
}

.scTc_cnt {
    background: #f5f6f6;
    top: 303px;
    margin-left: -190px;
    z-index: 9998;
}

    .scTc_cnt .cnt {
        padding: 44px 65px;
    }

.icoSctc {
    background: url(../images/icoSctc.png) no-repeat;
    width: 72px;
    height: 72px;
    display: block;
    float: left;
}

.scTc_cnt .cnt p {
    font: 16px/72px "微软雅黑";
    color: #333;
    text-indent: 10px;
}

.plTc, .hcTc {
}

.plTc_cnt, .hcTc_cnt {
}

    .plTc_cnt .cnt {
        padding-top: 30px;
    }

        .plTc_cnt .cnt p {
            text-indent: 0;
            text-align: center;
        }

        .plTc_cnt .cnt .blueBtn {
            margin: 0 auto;
            display: block;
        }

.hcTc_cnt {
    background: #fff;
}

.icopltc {
    background: url(../images/3.gif) no-repeat;
    width: 72px;
    height: 72px;
    display: block;
    float: left;
    position: fixed;
    z-index: 99;
}

.hcTc_cnt .cnt p {
    line-height: 62px;
}

.subPic {
    position: fixed;
    cursor: pointer;
}

.plTc_cnt02 .cnt {
    padding: 25px 20px 0 20px;
}

    .plTc_cnt02 .cnt p {
        line-height: 20px;
        height: 80px;
        padding-bottom: 15px;
    }

.shadow_wait {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9990;
    position: absolute;
    /*FF IE7*/
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    display: none;
}

.hotclass {
    color: #35b3e6;
}
/*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;
    }

.rgtIco {
    position: absolute;
    z-index: 2;
    top: 38px;
    right: 65px;
    width: 200px;
}

.rgtIco01, .rgtIco02 {
    display: inline-block;
    width: 87px;
    height: 87px;
    background: url(../images/addIco.png) no-repeat;
    margin-left: 13px;
    cursor: pointer;
    background-color: #000;
}

.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;*/
}

.setMain {
    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/57px "微软雅黑";
    display: block;
    text-align: center;
    height: 57px; /*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: 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/checkbox.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/checkboxS.png) no-repeat;
    }

.setTit {
    background: #cbcbcb;
    height: 51px;
    color: #fb4044;
    font: 18px/51px "微软雅黑";
    text-align: center;
    height: 51px;
    margin-bottom: 10px;
    position: relative;
}

.icoArrow {
    background: url(../images/icoArrow.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 4;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    cursor: pointer;
}

    .icoArrow.select {
        background: url(../images/icoArrow_s.png) no-repeat;
    }

.setTable {
    padding: 0 30px 15px 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: 10%;
    left: 50%;
    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;
        cursor: pointer;
    }

    .setTc .cnt .redBtn {
        background: #979797;
    }

    .setTc .cnt .greyBtn {
        background: #fb8789;
    }

    .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;
        padding-bottom: 2px;
    }

        .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;
            }

.setTab_lstMusic {
    position: relative;
    zoom: 1;
    margin-left: -15px;
    padding: 0 5px;
    margin-bottom: 10px;
}

    .setTab_lstMusic li {
        width: 16.66%;
        float: left;
    }

        .setTab_lstMusic 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_lstMusic 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;
    }
    
/*============================ lst ============================*/

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, tr, td, th, thead, caption {margin: 0;padding:0px;font-weight: normal;list-style:none;}


/*.topMain,.footerMain,.w1170,.w1190{width:1190px;margin:0 auto;}*/
.w1190{width:1195px;margin:0 auto;}
.w_1190{width:1190px;margin:0 auto;}
/*定位*/
.fl{ float:left;}
.fr{ float:right;}
.fl,.fr{display:inline;}
.p_l30{padding-left:30px !important}.p_t20{ padding-top:20px !important}
.p_0{ padding-left:0 !important; padding-right:0 !important;}
/*顶部*/
/*.topWrap{background:#181818;}*/
.topMain #logo{float:left;}
.topMain #logo img{width:56px;height:56px;float:left;}
.topMain #logo .logoTxt{display:inline-block;color:#fff;font-size:22px;line-height:60px;float:left;margin-left:18px;}
.topNav{float:left;margin-left:90px;}
.topNav li{float:left;font-size:14px;line-height:60px;margin-right:40px;}
.topNav li a{color:#fff;}
.topSearch_box{padding-left:8px;padding-right:65px;margin-top:11px;margin-left:10px;float:left;width:255px;height:38px;background:#fff;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;;overflow:hidden;position:relative;}
.topSearch_box input{width:100%;height:38px;line-height:38px;font-size:12px;color:#8b8b8b;font-family:"宋体";}
.topSearch_box .searchBtn{display:inline-block;width:62px;height:38px;line-height:38px;text-align:center;color:#fff;font-size:14px;position:absolute;z-index:2;top:0;right:0;background:#00b6ff;}
.topRgt{float:right;}
.topRgt a,.topRgt .line{color:#fff;line-height:60px;font-size:12px;color:#fff;}
.topRgt .line{padding:0 10px;}
/*底部*/
.footerWrap{background:#181818;/*height:155px;*/margin-top:20px;}
.Copyright{padding-top:28px;float:left;}
.Copyright p,.Copyright p a{color:#c3c3c3;font-size:12px;font-family:Arial, "宋体";line-height:33px;}
.Copyright p a{margin-right:30px;}
.Copyright p a:hover{text-decoration:underline;}
.footerRgt{padding-top:17px;padding-right:30px;float:right;text-align:center;}
.footerRgt .ewmPic img{width:101px;height:101px;margin:0 auto;}
.footerRgt .ewmTxt{color:#b1b8bf;font-size:12px;font-family:Arial, "宋体";line-height:20px;margin-top:5px;}


.footer{width:100%; padding:25px 0px 10px; background:#242424; color:#c3c3c3; font:normal 12px/23px "microsoft YaHei"}
.footer p{line-height:30px; text-align:center}
.footer span{padding-right:30px;}
.footer a{color:#c3c3c3;}
.footer a:hover{color:#fff;}
/*-------------底部样式*/
	.foot-list{
	border-bottom:1px solid #393939;
	padding-bottom:20px;
	/*padding-left:40px;*/
	}
.foot-list h3{
	font-size:16px;
	/*width:123px;*/
	border-bottom:1px solid #393939;
	text-align:center;
	height:41px;
	line-height:41px;
	}
.foot-list ul{
	padding-top:10px;
	/*width:123px;*/}
.foot-list ul li{
	text-align:center;
	font-size:14px;
	line-height:30px;
	}
	
.saosao-font{font-size:14px;padding-top:8px;}
	
/**********************/
	
	
	
	/*************head****************/
.logo {
    padding-top: 12px;
	float:left;
}
.head_top{
	min-width:1190px;
	height:81px;
	background:#181818;
	color:#fff;
	}

/*.logo img{width:56px;height:60px;float:left;}*/
.logo .logoTxt{display:inline-block;color:#fff;font-size:22px;line-height:60px;float:left;margin-left:18px;}
/*.nav{width:auto; margin-left:60px;}
.nav ul li{line-height:60px; padding:0 20px;float:left; font-size:14px;}
.nav ul li a{color:#eee;}
.nav ul li a:hover{color:#fff;}*/


.dropdown a b{display:block; position:absolute; right:4px; top:37px;*top:23px;_top:23px;width:0; height:0;border-width:5px 5px;border-color: rgba(255,255,255,1) rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) ;border-style:solid; font-size:0; line-height:0;}
.dropdown a b.-hover{border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,1) rgba(255,255,255,0);top:33px;*top:37px;_top:12px; cursor:pointer;}


/*新增下拉导航*/
.nav_box{
  min-width:1190px;
  height:50px; margin-top:10px; border:#e9e9e9 solid 1px;  background:#f6f6f6;
  }
.new_nav{font-family:"微软雅黑";}
/*.new_nav ul li{width:119px; line-height:50px; font-size:16px; float:left; text-align:center; position:relative;}*/
.new_nav ul li{float:left; text-align:center; position:relative; margin:0 8px;}
.new_nav ul li a{color:#fff; position:relative; float:left; text-align:center; }
.new_nav ul li.current a{ color:#fff;}
.new_nav ul li a:hover{color:#ebe300; cursor:pointer;}
.new_nav ul li.nav-dl a.nav-dt{cursor:pointer;}


a.nav-dt b{display:block; position:absolute; right:-15px; top:37px;*top:23px;_top:23px;width:0; height:0;border-width:5px 5px;border-color: rgba(255,255,255,1) rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) ;border-style:solid; font-size:0; line-height:0;}
a.nav-dt-hover b{border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,1) rgba(255,255,255,0);top:33px;*top:37px;_top:12px; cursor:pointer;}

.sub-zy{width:132px; background:#fff; position:absolute; top:62px; left:-15px; z-index:1000; display:none; text-align:left; border-radius:6px; box-shadow:1px 3px 3px rgba(0,0,0,0.5)}
.sub-zy ul{margin:0; padding:0;}
.sub-zy ul li{width:112px; margin:0;line-height:40px; border-bottom:#e4e4e4 dashed 1px; background:url(../images/ico-2.png) no-repeat 5px center !important; font-size:14px; text-align:left; padding:0px; margin:0 10px;}
.sub-zy ul li a{width:105px; line-height:40px; font-size:14px; color:#333; text-align:left;   padding-left:4px;}
.sub-zy ul li a:hover{text-decoration:underline; background:none !important; border:0px; color:#333; text-decoration:underline;}

/*解决方案下拉菜单*/
.jiejue-menu{
	width:162px;
	left:-27px;}
.nav-dl .jiejue-menu ul li{
	width:142px;
	}
.nav-dl .jiejue-menu ul li a{
	width:135px;
	}
/*行业案例下拉菜单*/
.case-menu{
	width:92px;
	left:5px;}
.nav-dl .case-menu ul li{
	width:82px;
	}
.nav-dl .case-menu ul li a{
	width:75px;
	}

/*搜索*/
/*.searchdiv {
    width: 328px;
	float:left;
    height: 38px;
    margin-top: 20px;
    margin-left: 40px;
    z-index: 100;
}
.searchdiv .con {
	border:none; width:255px; height:38px; line-height:38px;
	color:#8b8b8b; background:#fff; background:#fff; 
	font-size:12px; padding:0 5px;
	border-radius: 5px 0px 0px 5px; float:left;
	}
.searchdiv a.submitbtn {
	width:62px; height:38px; line-height:38px;
    font-size:14px; color:#fff; text-align:center;
	background:#00b6ff; display:inline-block;
	 cursor: pointer; border-radius:0px 5px 5px 0px;
	 }*/
/*****登录注册*******/
.login-register {
    width: auto;
    height: 80px;
    line-height: 80px;
}
.login-register ul li{float:left; color:#dbdbdb; font-size:12px; padding:0 5px;}
.login-register ul li a{color:#dbdbdb; padding-right:10px;}
.login-register ul li a:hover{color:#fff;text-decoration: none;}
	
/**********************/


/*模型标签*/
.modelTab_wrap{background:#fff;padding-bottom:17px;}
.modelTab_tit{font-size:18px;line-height:58px;}
.modelTab_tit .english{color:#00b6ff;font-family:Bell MT;}
.modelTab_lst01{overflow:hidden;}
.modelTab_lst01 ul{/*width:1197px;*/}
.modelTab_lst01 li{width:123px;height:34px;line-height:34px;text-align:center;background:#fff;border:1px solid #e0dede;margin-right:8px;margin-bottom:8px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.modelTab_lst01 li:hover,.modelTab_lst01 li.select{background:#00b6ff;border:1px solid #00b6ff;}
.modelTab_lst01 li a{display:block;color:#333;font-size:14px;  text-decoration: none;}
.modelTab_lst01 li:hover a,.modelTab_lst01 li.select a{color:#fff; text-decoration: none;}
.modelTab_lst02{margin-top:10px;}
.modelTab_lst02 .tit{font-size:14px;height:30px;line-height:30px;color:#666;float:left;}
.modelTab_lst02 ul{margin-left:65px; display: inline;}
.modelTab_lst02 li{float:left;margin-right:10px;margin-bottom:10px;text-align:center;padding-left:14px;position:relative;}
.modelTab_lst02 li a{display:block;padding:0 7px 0 2px;min-width:57px;color:#666;font-size:14px;height:30px;line-height:30px;background:#fff;border:1px solid #e0dede;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.modelTab_lst02 li:hover a,.modelTab_lst02 li.select a{background:#00b6ff;border:1px solid #00b6ff;color:#fff;  text-decoration: none;}
.icoArrow_grey,.icoArrow_white{position: absolute;top:0; width: 0px; height: 0px; font-size: 0px; line-height: 0; border-width:15px; border-style: dashed solid dashed dashed;}
.icoArrow_grey{left:-14px;  border-color: transparent #cdcdcd transparent transparent;}
.icoArrow_white{left:-13px; border-color: transparent #fff transparent transparent;}
.modelTab_lst02 li:hover .icoArrow_grey,.modelTab_lst02 li.select .icoArrow_grey{border-color: transparent #fff transparent transparent;}
.modelTab_lst02 li:hover .icoArrow_white,.modelTab_lst02 li.select .icoArrow_white{border-color: transparent #00b6ff transparent transparent;}
/*主内容*/
.modelLst_wrap{background:url(../images/bg.gif) repeat-x left top;padding-top:4px;}
.modelTab_lst03{margin:16px 0 10px 0;}
.modelTab_lst03 .tit{font-size:14px;height:35px;line-height:35px;color:#666;float:left;}
.modelTab_lst03 ul{margin-left:65px;display: inline;}
.modelTab_lst03 li{width:100px;height:35px;line-height:35px;text-align:center;background:#fff;margin-right:8px;margin-bottom:8px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow: 0 2px 3px #666;-webkit-box-shadow: 0 2px 3px #666;box-shadow: 0 2px 3px #e4e4e4;}
.modelTab_lst03 li a{display:block;color:#666;font-size:14px; text-decoration: none;}
.modelTab_lst03 li:hover a,.modelTab_lst03 li.select a{color:#00b6ff;}
/*模型列表*/
.modelLst{overflow:hidden;}
.modelLst ul{width:1216px;position:relative;zoom:1;margin-top:-25px;}
.modelLst li{width:282px;float:left;margin:25px 21px 0 0;background:#fff;-moz-box-shadow:1px 2px 4px #e4e4e4;-webkit-box-shadow:1px 2px 4px #e4e4e4;box-shadow:1px 2px 4px #e4e4e4;}
.modelLst li .picBox{width:282px;height:166px;overflow:hidden;position:relative;}
.modelLst li .picBox img {display: block; height: 100%; margin: 0 auto;}
.modelLst li .picBox:hover img{transform:scale(1.1);}
.modelLst li .txtBox{padding:10px 6px;}
.modelLst li .txtBox_tit{font-size:14px;line-height:24px;height:24px;overflow:hidden;word-break:break-all;word-wrap:break-word;margin-bottom:8px;}
.modelLst li .txtBox_tit a{color:#333;}
.modelLst li .txtBox_tit a:hover {
    text-decoration:underline;
}
.modelLst li .txtBox_user{height:40px;}
.userPhoto,.userPhoto img{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;}
.userPhoto{display:inline-block;float:left;}
.modelLst li .txtBox_user .userPhoto{width:40px;height:40px;border:1px solid #d6d5d5;}
.modelLst li .txtBox_user .userTxt{margin-left:45px;}
.modelLst li .txtBox_user .userName{font-size:14px;color:#333;line-height:20px;height:20px;margin-bottom:4px;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.userTab,.userTab span{height:16px;line-height:16px;}
.userTab span{display:inline-block;margin-right:15px;color:#999;font-size:14px;}
.userTab i.numb { display: inline-block; max-width: 40px;text-overflow: ellipsis;overflow: hidden;}
.icoPraise01,.icoLook01,.icoCollect01{display:inline-block;float:left;margin-right:3px;}
.icoPraise01{background:url(../images/icoPraise01.png) no-repeat left center;width:14px;height:14px;}
.icoLook01{background:url(../images/icoLook01.png) no-repeat left center;width:16px;height:12px;}
.icoCollect01{background:url(../images/icoCollect01.png) no-repeat left center;width:16px;height:16px;}
.userTab span .icoPraise01,.userTab span .icoLook01,.userTab span .icoCollect01{height:16px;}
.moreBox{text-align:center;margin-top:20px;}
.moreLink{display:inline-block;background:#e6e7e7;width:204px;height:34px;line-height:34px;text-align:center;font-size:14px;color:#aaa9a9;-moz-border-radius:17px;-webkit-border-radius:17px;border-radius:17px;}

/*============================ homePage ============================*/
/*个人主页头部*/
.personalTop_wrap{background:url(../images/personalBg.jpg) no-repeat center top;height:136px;}
.personalTop_main{padding:26px 0 34px 0;height:76px;}
.personalTop_main .userPhoto{width:76px;height:76px;border:2px solid #68ade2;position:relative;}
.personalTop_main .userPhoto .modifyPhoto_shadow,.personalTop_main .userPhoto .modifyPhoto_txt{position:absolute;top:-2px;left:-2px;width:100%;height:100%;display:none;}
.personalTop_main .userPhoto .modifyPhoto_shadow{z-index:2;background:#000;opacity:0.3;filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3;}
.personalTop_main .userPhoto .modifyPhoto_txt{z-index:3;line-height:80px;color:#fff;text-align:center;font-size:14px;}
.personalTop_main .userPhoto:hover .modifyPhoto_shadow,.personalTop_main .userPhoto:hover .modifyPhoto_txt{display:block;}
.personalTop_main .txtBox{margin-left:90px;margin-top:10px;}
.personalTop_main .userName{color:#fff;font-size:18px;line-height:32px;height:32px;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.personalTop_main .userName a{color:#fff;}
.personalTop_main .userTxt span{display:inline-block;margin-right:30px;color:#def4fc;font-size:14px;line-height:24px;height:24px;}
.icoTel,.icoEmail{display:inline-block;float:left;margin-right:5px;}
.icoTel{background:url(../images/icoTel.png) no-repeat left center;width:10px;height:14px;}
.icoEmail{background:url(../images/icoEmail.png) no-repeat left center;width:16px;height:12px;}
.personalTop_main .userTxt span .icoTel,.personalTop_main .userTxt span .icoEmail{height:24px;}
.modelTab_wrap.personal{padding-top:18px;padding-bottom:10px;}
/*个人主页*/
.personalLft{float:left;width:888px;}
.personalLft .modelLst ul{width:909px;}
.personalRgt{width:282px;float:right;}
/*个人主页右侧*/
.personalRgt_box01,.personalRgt_box02{background:#fff;-moz-box-shadow:1px 2px 4px #e4e4e4;-webkit-box-shadow:1px 2px 4px #e4e4e4;box-shadow:1px 2px 4px #e4e4e4;}
.personalRgt_box01{padding:10px;}
.numLst01 li{width:33.33%;float:left;}
.numLst01 li div{padding:7px 0 2px 0;border-right:1px solid #e8eaeb;text-align:center;color:#333;font-size:14px;line-height:21px;}
.numLst01 li:last-child div{border-right:0;}
.careBtn{margin-top:15px;display:block;background:#fff;border:1px solid #e3e0e0;height:38px;line-height:38px;text-align:center;color:#666;font-size:14px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.careBtn:hover{background:#f4f4f4;}
.homepageMain .personalRgt_box02{height:678px;}
.personalRgt_box02{margin-top:20px;}
.personalRgt_boxTit{padding:0 10px;height:41px;line-height:41px;color:#333;font-size:14px;border-bottom:1px solid #e6e4e4;}
.personalRgt_boxCnt{padding:10px;}
.hotLst li{padding:8px 0;border-bottom:1px solid #f4f0f0;}
.hotLst li:last-child{border-bottom:0;}
.hotLst li .numTab{display:inline-block;width:26px;height:30px;line-height:24px;text-align:center;color:#fff;font-size:14px;float:left;background:url(../images/numTab.png) no-repeat;}
.hotLst li .numTab.select{background:url(../images/numTab_s.png) no-repeat;}
.hotLst li p{margin-left:40px;height:30px;line-height:30px;font-size:14px;overflow:hidden;}
.hotLst li p a{color:#333;}
/*============================ my collect ============================*/
/*个人信息选项卡*/
.tabLst_personal{padding:24px 0;position:relative;background: #f2f2f2;}
.tabLst_personal li{float:left;margin-right:10px;}
.tabLst_personal li a{display:block;height:30px;line-height:30px;text-align:center;color:#666;font-size:16px;padding:0 20px;}
.tabLst_personal li:hover a,.tabLst_personal li.select a{background:#aec1c8;color:#fff;border-radius:15px; text-decoration: none;}
/*============================ upload model ============================*/
.tabLst_personal .rgt{position:absolute;z-index:2;top:24px;right:0;}
.inputSearch{width:273px;height:33px;background:#fff;border:1px solid #cccbcb;padding:0 33px 0 10px;position:relative;}
.inputSearch input{width:100%;height:33px;line-height:33px;color:#999;font-size:14px;font-family:"微软雅黑";}
.icoSearch{display:inline-block;background:url(../images/icoSearch.png) no-repeat center center;width:33px;height:33px;position:absolute;z-index:2;top:0;right:0;cursor:pointer;}
/*已上传模型-模型列表*/
.modelLst li .txtBox_upload{color:#666;font-size:12px;line-height:20px;}
.modelLst li .picBox .operationBox{position:absolute;z-index:2;top:0;right:0;width:93px;height:32px;}
.modelLst li .picBox .operationShadow{display:block;width:100%;height:100%;background:#000;opacity:0.3;filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3;}
.modelLst li .picBox .operationLst{position:absolute;z-index:3;top:0;left:0;}
.modelLst li .picBox .operationLst a{display:inline-block;width:31px;height:32px;float:left;}
.icoEdit{background:url(../images/icoEdit.png) no-repeat center center;}
.icoDelet{background:url(../images/icoDelet.png) no-repeat center center;}
.icoLook02{background:url(../images/icoLook02.png) no-repeat center center;}
.icoEdit:hover{background:url(../images/icoEdit_s.png) no-repeat center center;}
.icoDelet:hover{background:url(../images/icoDelet_s.png) no-repeat center center;}
.icoLook02:hover{background:url(../images/icoLook02_s.png) no-repeat center center;}

/*模型编辑、删除、查看样式不可用*/
.icoEdit03{background:url(../images/icoEdit.png) no-repeat center center;}
.icoDelet03{background:url(../images/icoDelet.png) no-repeat center center;}
.icoLook03{background:url(../images/icoLook02.png) no-repeat center center;}

/*动画模型标识  数量*/
.videoClass{position:absolute;z-index:2;bottom:5px;right:6px;color:#d1d0d0;font-size:14px;line-height:22px;}
.icoVideo02{display:inline-block;float:left;margin-right:5px;background:url(../images/icoVideo02.png) no-repeat left center;width:14px;height:16px;}
.videoClass .icoVideo02{height:22px;}


/*============================ model inform ============================*/
.modelInform_lft{width:768px;float:left;}
.numLst02,.numLst03{padding:10px;border-bottom:1px solid #e8eaeb;}
.numLst02 li,.numLst03 li{float:left;}
.numLst02 li div,.numLst03 li div{padding:3px 0 2px 0;border-right:1px solid #e8eaeb;text-align:center;color:#333;font-size:14px;line-height:22px;}
.numLst02 li:last-child div,.numLst03 li:last-child div{border-right:0;}
.modelInform_lft .numLst02,.modelDynamic{background:#fff;-moz-box-shadow:1px 2px 4px #e4e4e4;-webkit-box-shadow:1px 2px 4px #e4e4e4;box-shadow:1px 2px 4px #e4e4e4;}
.numLst02 li{width:25%;}
/*模型动态*/
.modelDynamic{/*height:629px;*/margin-top:20px; position: relative;padding-bottom: 10px;}
.modelDynamic_tit{font-size:14px;color:#666;height:55px;line-height:55px;border-bottom:1px solid #e8eaeb;padding:0 15px;}
.modelDynamic_lst{padding:0 20px;/*max-height:516px; */overflow:hidden;
                  }
.modelDynamic_lst li,.recommendModel_lst li{border-bottom:1px dashed #e8eaeb;height:47px;line-height:47px;overflow:hidden;word-break:break-all;word-wrap:break-word;font-size:14px;}
.modelDynamic_lst li:last-child,.recommendModel_lst li:last-child{border-bottom:0;}
.modelDynamic_lst li a,.recommendModel_lst li a{color:#333;}
.modelDynamic_lst li a .time,.recommendModel_lst li a .time{color:#35b3e6;}
.btnBox{text-align:center;margin-top:20px;width: 100%;}
.btnBox1{text-align:center;margin-top:20px; position:absolute;   bottom: 10px;  width: 100%;}
.moreBtn{display:inline-block;height:36px;line-height:36px;text-align:center;color:#aec1c8;font-size:14px;padding:0 30px;background:#e8eaeb;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px;}
/*上传模型右侧*/
.modelInform_rgt{width:400px;float:right;background:#fff;-moz-box-shadow:1px 2px 4px #e4e4e4;-webkit-box-shadow:1px 2px 4px #e4e4e4;box-shadow:1px 2px 4px #e4e4e4;}
.numLst03 li{width:50%;}
/*关注好友和粉丝*/
.careUser{padding:0 10px;}
.careUser .careUser_tit{font-size:14px;color:#666;height:20px;line-height:20px;position:relative;margin-bottom:20px;}
.careUser .careUser_tit span{display:inline-block;position:absolute;z-index:2;top:10px;left:0;background:#fff;padding-right:5px;}
.careUser.friends .careUser_tit{margin-top:3px;}
.careUser.fans .careUser_tit{border-bottom:1px solid #e8eaeb;}
.careUser_lst{height:110px;overflow:hidden;position:relative;}
.careUser_lst ul{width:396px;}
.careUser_lst li{float:left;padding-bottom:8px;width:66px;background:#fff;}
.careUser_lst li .userPhoto{width:46px;height:46px;border:2px solid #fff;-moz-box-shadow:1px 1px 3px #e2e2e2;-webkit-box-shadow:1px 1px 3px #e2e2e2;box-shadow:1px 1px 3px #e2e2e2;}
.careUser_lst .allUser_div{background:#fff;width:66px;height:54px;position:absolute;z-index:2;bottom:0;right:-16px;}
.careUser_lst .allUser_div .allUser{/*margin-top:-8px;*/}
.careUser_lst .allUser{display:inline-block;background:#e8eaeb;color:#999;font-size:14px;line-height:50px;height:46px;width:46px;text-align:center;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
/*上传模型推荐*/
.recommendModel{margin-top:10px;}
.recommendModel_tit span{display:inline-block;font-size:14px;color:#fff;padding:0 30px 0 15px;height:36px;line-height:36px;background:#35b3e6 url(../images/titTab.png) no-repeat right top;}
.recommendModel_lst{padding:0 10px;/*height:287px;*/overflow:hidden;}
/*============================ friends lst ============================*/
.friendsLst_box,.personalInform_box{background:#fff;-moz-box-shadow:1px 2px 4px #e4e4e4;-webkit-box-shadow:1px 2px 4px #e4e4e4;box-shadow:1px 2px 4px #e4e4e4;height:705px;padding:10px;}
.friendsTab_lst{position:relative;text-align:center;height:38px;margin-top:10px;}
.friendsTab_lst .line{position:absolute;z-index:1;width:100%;height:0;border-top:1px solid #e8eaeb;top:18px;left:0;}
.friendsTab_lst ul{position:relative;z-index:2;}
.friendsTab_lst li{display:inline-block;text-align:center;width:141px;height:36px;line-height:36px;margin:0 15px;cursor:pointer;background:#fff;border:1px solid #e8eaeb;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px;color:#666;font-size:14px;}
.friendsTab_lst li.select{background:#06abed;border:1px solid #06abed;color:#fff;}
.resultBox{position:relative;height:35px;}
.resultBox .resultNum{height:35px;line-heihgt:35px;color:#333;font-size:14px;}
.resultBox .rgt{position:absolute;z-index:2;top:0;right:0;}
.friendsLst{overflow:hidden;}
.friendsLst ul{width:1200px;}
.friendsLst li{width:272px;float:left;margin-right:28px;margin-top:15px;height:84px;background:#f8f8f8;}
.friendsLst li .lstDiv{padding:18px 10px;}
.friendsLst li .lstDiv .lft{padding-right:8px;border-right:1px solid #e8eaeb;float:left;}
.friendsLst li .lstDiv .userPhoto{width:48px;height:48px;}
.friendsLst li .lstDiv .rgt{margin-left:65px;} 
.friendsLst li .lstDiv .rgt .careBox {display: inline-flex; }
.friendsLst li .lstDiv .rgt .userName{font-size:14px;line-height:24px;height:24px;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.friendsLst li .lstDiv .rgt .userName a{color:#666;}
.friendsLst li .lstDiv .rgt .eachCare{display:inline-block;margin-right:10px;font-size:14px;color:#666;line-height:24px;cursor:pointer;}
.icoEach,.icoCare{display:inline-block;float:left;height:24px;margin-right:5px;}
.icoEach{background:url(../images/icoEach.png) no-repeat left center;width:14px;}
.icoCare{background:url(../images/icoCare.png) no-repeat left center;width:14px;}
.friendsLst li .lstDiv .rgt .btn{display:inline-block;padding:0 12px;height:24px;line-height:24px;color:#666;font-size:12px;background:#fff;border:1px solid #d7d7d7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.friendsLst li .lstDiv .rgt .btn:hover{background:#f6f4f4;}

/*============================ personal inform ============================*/
.personalInform_lst{margin-top:20px;}
.personalInform_lst .lst-lft{width:158px;height:90px;float:left;font-size:16px;color:#333;padding-left:90px;margin-top:65px;text-align:center;line-height:60px;box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;}
.personalInform_lst .lst-lft.account{background:url(../images/account-pic.png) no-repeat;}
.personalInform_lst .lst-lft.contact{background:url(../images/contact-pic.png) no-repeat;}
.personalInform_lst .lst-lft.code{background:url(../images/code-pic.png) no-repeat;}
.personalInform_lst .lst-rgt{margin-left:248px;background:#fff;border:2px solid #f2f2f2;min-height:200px;padding:20px 5px 0 30px;}
.personalInform_lst .lst-rgt .edit-box{text-align:center;}
.personalInform_lst .lst-rgt .edit-box table{margin:0 auto;text-align:left;}
.personalInform_lst .lst-rgt td{font-size:14px;color:#333;padding:5px 0;}
.personalInform_lst .lst-rgt .td-tit{line-height:32px;text-align:right;}
.personalInform_lst .lst-rgt td input{height:30px;line-height:30px;font-size:14px;color:#333;background:#fff;border:1px solid #eceaea;width:258px;text-indent:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;float:left;}
.personalInform_lst .lst-rgt td input.foucs{border:1px solid #d9ebf7;}
.personalInform_lst .lst-rgt td input.no{background:#f5f5f5;}
.personalInform_lst .lst-rgt td .tsTxt{color:#f81818;float:left;margin-left:10px;line-height:32px;}
.personalInform_lst .lst-rgt td .yzm-btn{line-height:32px;display:inline-block;float:left;margin-left:10px;color:#1b91d8;}
.personalInform_lst .lst-rgt td .checkboxTab{display:inline-block;float:left;margin-left:10px;margin-top:6px;line-height:20px;cursor:pointer;}
.ico-checkbox{display:inline-block;width:14px;background:url(../images/ico-checkbox.png) no-repeat center center;width:14px;height:20px;margin-right:5px;float:left;}
.ico-checkbox.select{background:url(../images/ico-checkbox_s.png) no-repeat center center;}
.personalInform_lst .lst-rgt .edit-box .save-btn{display:inline-block;background:url(../images/save-btn.png) no-repeat;width:138px;height:57px;line-height:57px;text-align:center;color:#fff;font-size:14px;margin-top:5px;}
.btn-upload{display:inline-block;background:#81cbfd;text-align:center;width:76px;height:30px;line-height:30px;color:#fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;margin-right:15px;}
.personalInform_lst .lst-rgt td .ts-txt{display:inline-block;line-height:30px;color:#999;}
.personalInform_lst .lst-rgt td .btn-upload,.personalInform_lst .lst-rgt td .ts-txt{margin-top:20px;}
.personalInform_lst .lst-rgt td .pic-upload{width:208px;height:70px;background:#f1f1f1;overflow:hidden;float:left;display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:61px;*font-family:Arial;margin-right:10px;}
.personalInform_lst .lst-rgt td .pic-upload img{display:inline-block;max-width:100%;max-height:100%; vertical-align:middle;}
/*============================ personal inform ============================*/
.tabLst_account{border-bottom:1px solid #f2f2f2;height:37px;padding-left:10px;}
.tabLst_account li{float:left;width:105px;height:37px;line-height:37px;margin-left:10px;text-align:center;color:#333;font-size:14px;cursor:pointer;}
.tabLst_account li.select{background:#f2f2f2;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}

/*账户信息*/
.accountBox{padding:10px 15px;border:1px dashed #d8dadb;margin:10px 20px 0 20px;position:relative;}
.accountBox li{font-size:14px;color:#666;line-height:35px;overflow:hidden;}
.accountBox li label,.accountBox li span{display:inline-block;float:left;/*width: 58px;*/height: 35px;}
.accountBox li span{color:#fe682e;margin-right:6px;}
.accountBox .editBtn{position:absolute;z-index:2;top:10px;right:15px;display:inline-block;text-align:center;padding:0 10px;height:35px;line-height:35px;color:#fff;font-size:14px;background:#35b3e6;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.aboutBox_edit{margin:0 10px;display:none;}
.aboutBox_edit td{font-size:14px;color:#666;line-height:32px;padding-right:5px;padding-top:10px;}
.aboutBox_edit td.tdTit{text-align:right;}
.inputDiv{background:#fff;border:1px solid #e1e1e1;height:30px;line-height:30px;padding-left:6px;}
.inputDiv.no{background:#eaeceb;}
.inputDiv input{width:100%;height:100%;line-height:30px;font-size:14px;color:#333;font-family:"微软雅黑";}
.aboutBox_edit td .inputDiv{width:250px;}
.aboutBox_edit td .obtainLink{color:#059fed;text-decoration:underline;}
.aboutBox_edit td .originalCode{color:#f00;}
.aboutBox_edit td .btnBox{margin-top:5px;}
.saveBtn,.cancelBtn{display:inline-block;text-align:center;padding:0 10px;height:32px;line-height:32px;font-size:14px;min-width:80px;margin:0 15px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.saveBtn{background:#35b3e6;border:1px solid #35b3e6;color:#fff;}
.cancelBtn{background:#eee;border:1px solid #d1d1d1;color:#333;}
/*联系方式*/
.contactTit{font-size:14px;color:#fc5c2c;line-height:24px;margin-top:10px;margin-left:10px;}
.contactBox .btnBox{text-align:left;margin-left:30px;}
.contactBox .modifyContact_lst{float:left;}
.contactBox .inputDiv{float:left;width:180px;}
.contactBox .checkboxTab{display:inline-block;float:left;margin-left:10px;color:#666;}
.icoCheckbox{margin-right:5px;}
.contactBox .tsTxt{color:#fe682e;}
.contactBox .modifyContact_lst,.contactBox .tsTxt,.contactBox .btnBox{display:none;}
/*第三方绑定*/
.thirdTit{height:36px;line-height:36px;font-size:14px;padding:0 15px;color:#666;background:#f6f6f6;margin-top:30px;}
.thirdLogin_box_new{padding:10px;width:930px;}
.thirdLogin_box_new .thirdLogin_lst{padding:10px;line-height:39px;height:39px;font-size:12px;font-family:"宋体";position:relative;}
.thirdLogin_box_new .thirdLogin_lst.qq{border-bottom:1px dashed #d8dadb;}
.thirdLogin_box_new .thirdLogin_lst .rgtLink{position:absolute;z-index:2;top:10px;right:5px;font-size:12px;color:#059fed;}
.thirdLogin_box_new .icoQq{display:inline-block;background:url(../images/icoQq_new.png) no-repeat;width:39px;height:39px;float:left;margin-right:8px;}
.thirdLogin_box_new .icoSina02{display:inline-block;background:url(../images/icoSina02.png) no-repeat;width:39px;height:39px;float:left;margin-right:8px;}
.thirdLogin_box_new .thirdLogin_lst .qqTxt,.thirdLogin_lst .sinaTxt,.thirdLogin_lst .stateTab{display:inline-block;float:left;margin-right:10px;}
.thirdLogin_box_new .thirdLogin_lst .qqTxt,.thirdLogin_lst .sinaTxt{color:#333;}
.thirdLogin_box_new .thirdLogin_lst .stateTab.complete{color:#0fac58;}
.thirdLogin_box_new .thirdLogin_lst .stateTab.warning{color:#f33629;}
.thirdLogin_box_new .icoComplete{display:inline-block;background:url(../images/icoComplete.png) no-repeat left center;width:18px;height:36px;float:left;margin-right:4px;}
.thirdLogin_box_new .icoWarning{display:inline-block;background:url(../images/icoWarning.png) no-repeat left center;width:18px;height:36px;float:left;margin-right:4px;}
/*============================ preview ============================*/
/*预览页-按钮*/
.blueBtn1,.blueBtn02{width: 100%;height: 41px;display: inline-block;text-align: center;color: #fff;font: 14px/41px "微软雅黑";background: #06abed;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;cursor: pointer;}
/*预览页-图标*/
.icoPraise,.icoLook,.icoStart{width:20px;height:20px;display:inline-block;position:absolute;left:0;top:0;z-index:2;}
.icoPraise,.icoStart{cursor:pointer;}
.icoPraise{background:url(../images/icoPraise.png) no-repeat;}
.icoLook{background:url(../images/icoLook.png) no-repeat;}
.icoStart{background:url(../images/icoStart.png) no-repeat;}
.icoPraise.select{background:url(../images/icoPraise_s.png) no-repeat;}
.icoStart.select{background:url(../images/icoStart_s.png) no-repeat;}
.icoTab{background:url(../images/icoTab.png) no-repeat;width:46px;height:22px;display:inline-block;position:absolute;left:0;top:0;z-index:3;padding-left:10px;}
.icoHf{background:url(../images/icoHf.png) no-repeat;width:16px;height:11px;display:inline-block;position:absolute;right:13px;top:-10px;z-index:2;}
.icoHf02{background:url(../images/icoHf02.png) no-repeat;width:16px;height:9px;display:inline-block;position:absolute;left:13px;top:-8px;*top:2px;z-index:2;}
.icoSina,.icoQQ,.icoQzone{background: url(../images/icoShare02.png) no-repeat;width:28px;height:28px;display:inline-block;position:absolute;top:-6px;z-index:2;cursor:pointer;}
.icoShare{background-position: 0 top;left: 0;}
.icoQQ{background-position: -41px top;left: 98px;}
.icoQzone{background-position: right top;left: 138px;}
.ylBox h2{color:#199bcf;font:16px/20px "微软雅黑";width:100%;height:20px;	margin-top:10px;margin-bottom:10px;word-break:break-all;word-wrap:break-word;overflow:hidden;}
.ylBox_cnt{width:880px;}
.ylBox_cnt .ylmxBox{background:#fff;}
.ylBox_cnt .ylmxBox .pic{width:880px;height:518px;position:relative;overflow:hidden;}

.pic-loading-box{position:absolute;top:50%;left:0;width:100%;text-align:center;margin-top:-9px;height:17px;line-height:17px; z-index: 2;}
.pic-loading-box .pic-loading-cnt{display:inline-block;color:#fff;font-size:14px;}
.pic-loading-box .pic-loading-cnt .ico-loading{float:left;margin-right:6px;}

.ylmxBox .pic .logo{position:absolute;z-index:2;top:0;left:0;cursor:pointer;}
.ylmxBox .pic .icoMusic{background:url(../images/icoMusic.png) no-repeat;display:inline-block;width:36px;height:36px;position:absolute;z-index:2;top:15px;right:15px;}
.ylmxBox .pic .icoMusic.no{background:url(../images/icoMusic_no.png) no-repeat;}
.ylmxBox .pic .picLoading_box{background:url(../images/loading.png) no-repeat;width:347px;height:12px;position:absolute;z-index:2;top:50%;left:50%;margin-top:-32px;margin-left:-174px;}
.ylmxBox .pic .picLoading_now{margin-top:1px;margin-left:1px;overflow:hidden;}
.ylmxBox .pic .setBtn,.pre-releaseMain .setBtn{display:inline-block;width:36px;height:36px;position:absolute;z-index:3;bottom:15px;right:15px;}
.pre-releaseMain .setBtn{bottom:60px;right:50px;cursor:pointer;width:53px;height:53px;}
.ylmxBox .pic .setBtn .setBg,.pre-releaseMain .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;}
.ylmxBox .pic .setBtn .icoSet,.pre-releaseMain .setBtn .icoSet{display:block;width:100%;height:100%;background:url(../images/icoSet.png) no-repeat center center;position:absolute;z-index:6;bottom:0;right:0;}
.pre-releaseMain .setBtn .icoSet {background:url(../images/icoSet02.png) no-repeat center center;}

.operationWrap{position:absolute;z-index:20;bottom:15px;left:0;width:100%;text-align:center; }
.operationWrap li{position:relative;}
.operationWrap .ico{display:inline-block;width:38px;height:38px;background:url(../images/icoBg.png) no-repeat;margin:0 4px;cursor:pointer;}
.operationWrap .operationSub{margin-left:-62px;background:#000;border:1px solid #808080;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:6px 15px;position:absolute;z-index:2;bottom:52px;left:50%;display:none;}

/*.operationWrap .operationSub03{width:93px;}*/
.operationWrap .operationSub05{width:230px; /*margin-left: -109px;*/}
.operationWrap .operationSub06{width:276px; /*margin-left: -170px;*/}
/*.operationWrap .operationSub.operationSub03 .icoArrow03{left: 55px; }*/
/*.operationWrap .operationSub.operationSub05 .icoArrow03{left: 102px; }
.operationWrap .operationSub.operationSub06 .icoArrow03{left: 162px; }
*/
.operationWrap .operationSub .icoArrow03{display:inline-block;background:url(../images/icoArrow03.png) no-repeat;width:13px;height:9px;position:absolute;z-index:2;bottom:-9px;}
.operationSub02 .icoArrow03{left:55px}
.operationSub03 .icoArrow03{right:55px}
.operationSub05 .icoArrow03,.operationSub06 .icoArrow03{right:55px}

.canvasBox{width:310px;height:310px;position:absolute;z-index:2;top:17px;right:92px;}
#myCanvas1,#myCanvas2,#myCanvas3{position:absolute;z-index:3;top:0;left:0;}
#myCanvas_c{position:absolute;z-index:4;top:50%;left:50%;margin-left:-8px;margin-top:-8px;}


.operationWrap li .tsTxt{z-index: 5;line-height:26px;height:26px;width:60px;text-align:center;color:#fff;font-size:12px;position:absolute;top:-30px;left:50%;margin-left:-30px;background:#000;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:none;}
.operationWrap li .nolevel:hover .tsTxt{display:block;}
/*.operationWrap li .level0:hover .tsTxt{display:block;}*/

.operationSub i{ position: relative }
.operationSub i .subtsTxt{line-height:26px;height:26px;width:60px;text-align:center;color:#fff;font-size:12px;position:absolute;top:-33px;left:50%;margin-left:-30px;background:#000;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:none;}
.operationSub i:hover .subtsTxt{display:block;}

/*.ylBox_cnt .ylmxBox .picTxt{color:#f00;font:18px/20px "微软雅黑";position:absolute;top:21px;left:116px;z-index:2;}*/
.ylBox_cnt .ylmxBox .txt{background:#fff;border:1px solid #e3e1e1;height:64px;border-top:0;padding:0 10px 0 2px;overflow:hidden;}
.ylBox_cnt .ylmxBox .txt dt{float:left;margin-right: 10px;}
.ylBox_cnt .ylmxBox .txt dt b{display:inline-block;padding-top:28px;float:left;}
.ylBox_cnt .ylmxBox .txt dt span{position:relative;text-align:center;padding:20px 8px 5px 8px;text-align:center;border-right:1px dashed #4e719b;color:#4e719b;font:12px/22px "微软雅黑";}
.ylBox_cnt .ylmxBox .txt dt span i{left:50%;margin-left:-10px;}
.ylBox_cnt .ylmxBox .txt dt em{position:relative;color:#252525;font:12px/64px "微软雅黑";padding-left:8px;}
.ylBox_cnt .ylmxBox .txt dd{position:relative;float:right;padding:4px 0 4px 58px;text-align:center;}
.ylBox_cnt .ylmxBox .txt dd .userPic{left:0;top:7px;border-radius: 50%;}
.ylBox_cnt .ylmxBox .txt dd a.name{color:#333;font:14px/20px "微软雅黑";display:block;height:20px;max-width:110px;word-break: break-all;word-wrap: break-word;overflow:hidden;}
.ylBox_cnt .ylmxBox .txt dd .careBtn{color:#778992;font:12px/24px "微软雅黑";width:58px;	height:24px;display:inline-block;text-align:center;cursor:pointer;background:#fff;border:1px solid #b0bfc6;margin-top:5px;}
.ylBox_cnt .ylmxBox .txt dd .careBtn:hover{color:#35b3e6;border:1px solid #35b3e6;}
.ylBox_cnt .ylmxBox .txt dd .careBtn.select{color:#fff;background:#35b3e6;border:1px solid #35b3e6;}
.ylBox_cnt .plBox{margin-top:21px;background:#fff;border:1px solid #e3e1e1;}
.ylBox_cnt .plTab{color:#333;font:12px/22px "微软雅黑";padding:12px 0 11px 8px;height:22px;border-bottom:1px solid #e3e1e1;overflow:hidden;webkit-box-sizing: content-box!important;  -moz-box-sizing: content-box!important; box-sizing: content-box!important;}
.ylBox_cnt .blue{color:#0887bb;}
.ylBox_cnt .plTab_lst{width:100%;height:22px;overflow:hidden;float:left;}
.ylBox_cnt .plTab_lst li{width:215px;float:left;text-align:center;position:relative;height:22px;word-break: break-all;word-wrap: break-word;overflow:hidden;}
.ylBox_cnt .plTab_lst li.lft{text-align:left;text-indent:61px;}
.ylBox_cnt .plTab_lst li.rgt{text-align:right;}
.ylBox_cnt .plTab_lst .icoTab{color:#fff;text-indent:0;}
.ylBox_cnt .plxqBox p{line-height:18px;text-indent:24px;padding:10px;}
.ylBox_cnt .allPl_box{padding:0 10px;}
.ylBox_cnt .allPl_box .tit{border-top:1px dashed #e1dada;position:relative;height:22px;margin-top:22px;}
.ylBox_cnt .allPl_box .tit span{color:#666;font:14px/22px "微软雅黑";display:block;width:86px;height:22px;text-align:center;background:#fff;position:absolute;top:-11px;left:50%;	margin-left:-43px;z-index:2;}
.ylBox_cnt .allPl_box .cnt{padding:0 5px 12px 5px;}
.ylBox_cnt .textareaBox{margin:0 6px;padding-bottom:43px;position:relative;}
.ylBox_cnt .textareaBox .area{background:#fdfdfd;border:1px solid #ebe5e5;padding:4px 0 0 6px;height:90px;}
.ylBox_cnt .textareaBox02 .area{margin-top:10px;}
.ylBox_cnt .textareaBox .area textarea{width:100%;height:90px;color:#c9c6c6;font:14px/20px "微软雅黑";}
.ylBox_cnt .textareaBox .blueBtn{width:84px;height:33px;line-height:33px;float:right;margin-top:10px;}
.ylBox_cnt .plLst li{padding:18px 0 11px 0;border-bottom:1px solid #f3f3f3;overflow:hidden;}
.ylBox_cnt .plLst li .blueBtn02{float:right;margin-top:10px;height:28px;line-height:28px;width:80px;background:#fff;border:1px solid #06abed;color:#06abed;}
.ylBox_cnt .plLst li .userPl{position:relative;min-height:65px;padding:0 6px 0 66px ;}
.ylBox_cnt .plLst li .userPl .userInform{position:relative;height:20px;}
.ylBox_cnt .plLst li .userInform .name,.ylBox_cnt .plLst li .userInform .time{position:absolute;z-index:3;top:0;}
.ylBox_cnt .plLst li .userInform .name{left:0;color:#008dd7;font:16px/20px "微软雅黑";}
.ylBox_cnt .plLst li .userInform .time{right:0;color:#818080;font:12px/20px "微软雅黑";}
.ylBox_cnt .plLst li .userPl .plTxt{color:#747373;font:14px/20px "微软雅黑";padding-top:5px;position:relative;min-height:24px; word-wrap: break-word;}
.ylBox_cnt .plLst li .textareaBox{padding-bottom:0;}
.ylBox_cnt .plLst li .userPl .hfLink{color:#0887bb;font:12px/20px "微软雅黑";position:absolute;z-index:3;top:0;right:3px;cursor:pointer;}
.ylBox_cnt .hfLink .grey{color:#999;}
.ylBox_cnt .plLst li .userPl .area{background:#fff;padding-left:10px;height:90px;}
.ylBox_cnt .plLst li .userPl .textareaBox02 .area{background:#f6f5f5;padding-right:10px;min-height:70px;height:auto;padding-bottom:7px;}
.ylBox_cnt .plLst li .userPl .area b{color:#008dd7;font:16px/24px "微软雅黑";height:26px;display:block;position:relative;}
.ylBox_cnt .plLst li .userPl .area b .time{color:#818080;font:12px/24px "微软雅黑";position:absolute;	z-index:2;top:0;right:0;}
.ylBox_cnt .plLst li .userPl .area p{color:#747373;font:14px/20px "微软雅黑"; word-wrap: break-word;}
.ylBox_cnt .allPl_box .btnBox{padding:36px 25px 0 25px;}



/*标注*/
.pre-releaseMenu_lst .menuLst_cntMark{padding:5px 10px;}
.pre-releaseMenu_lst .markLst_box{background:#f5f5f7;border:1px solid #cbcfd0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin-top:10px;}
.pre-releaseMenu_lst .markLst_box.select{border:1px solid #00b6ff;}
.pre-releaseMenu_lst .markLst_box .markLst_tit{height:36px;border-bottom:1px solid #cbcfd0;position:relative;padding:0 10px;}
.pre-releaseMenu_lst .markLst_box .markLst_tit .num{display:inline-block;width:18px;height:18px;line-height:18px;text-align:center;color:#fff;font-size:12px;background:#47befc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin-top:9px;}
.icoCamera,.icoTrash,.icoPencil{display:inline-block;height:16px;cursor:pointer;}
.icoCamera{background:url(../images/icoCamera.png) no-repeat;width:19px;}
.icoTrash{background:url(../images/icoTrash.png) no-repeat;width:14px;}
.icoPencil{background:url(../images/icoPencil.png) no-repeat;width:16px;}
.pre-releaseMenu_lst .markLst_box.select .icoCamera,.icoCamera.select{background:url(../images/icoCamera_s.png) no-repeat;}
.pre-releaseMenu_lst .markLst_box.select .icoTrash,.icoTrash.select{background:url(../images/icoTrash_s.png) no-repeat;}
.pre-releaseMenu_lst .markLst_box.select .icoPencil{background:url(../images/icoPencil_s.png) no-repeat;}
.pre-releaseMenu_lst .markLst_box.select .icoPencil.select{background:url(../images/icoComplet.png) no-repeat;width:16px;}
.pre-releaseMenu_lst .markLst_box .markLst_tit .icoLst i{float:left;margin-left:15px;margin-top:10px;}
.pre-releaseMenu_lst .markLst_box .markLst_tit .icoLst i.icoPencil{margin-left:12px;}
.pre-releaseMenu_lst .markLst_box .markLst_cnt{padding:10px 10px 5px 10px;}
.pre-releaseMenu_lst .markLst_box .markLst_cnt .picBox{width:56px;height:56px;backgrojund:#fff;border:1px solid #d9d6d7;float:left;}
.pre-releaseMenu_lst .markLst_box .markLst_cnt .txtBox{margin-left:63px;}
.pre-releaseMenu_lst .markLst_box .markLst_cnt .txtBox .titTxt{height:20px;}
.pre-releaseMenu_lst .markLst_box .markLst_cnt .txtBox .titTxt input{width:100%;height: 20px;color:#333;font:14px/20px "微软雅黑";}
.pre-releaseMenu_lst .markLst_box .markLst_cnt .txtBox .detailsTxt{min-height:60px;}
.pre-releaseMenu_lst .markLst_box .markLst_cnt .txtBox .detailsTxt textarea{width:100%;height:60px;line-height:20px;color:#666;font:14px/20px "微软雅黑";}
.pre-releaseMenu_lst .markNone_box{text-align:center;padding-top:24px;}
.pre-releaseMenu_lst .markNone_box .none-txt{font-size:14px;color:#8c8a8a;line-height:28px;}
.pre-releaseMenu_lst .markNone_box .none-txt-ts{font-size:12px;color:#fe9500;line-height:18px;padding-top:20px;}

/*预览页-右侧*/
.ylBox_sub{width:289px;}
.ylBox_sub .shareBox{background:#fff;padding:9px 9px 0px 9px;border:1px solid #e4e4e4;}
.ylBox_sub .shareBox .ewmTxt,.ylBox_sub .dmztBox .dmztTxt{border:1px dashed #c9c9c9;height:37px;color:#666;font:14px/37px "微软雅黑";text-align:center;}
.ylBox_sub .shareBox .ewmPic{width:132px;margin:22px auto 13px auto;}
.ylBox_sub .shareBox .ewmPic img{width:132px;height:132px;}
.ylBox_sub .dmztBox{margin-top:23px;}
.ylBox_sub .dmztBox{border:1px solid #e4e4e4;background:#fff;padding:5px 9px 21px 9px;}
.ylBox_sub .dmztBox .greyBtn{display:block;height:35px;line-height:35px;text-align:center;color:#787878;font-size:14px;background:#e7e7e7;margin-top:11px;}
.ylBox_sub .dmztBox .dmztHtml{	background:#fcfcfc;	border:1px solid #e3e1e1;color:#aeaeae;font:12px/20px "微软雅黑";	padding:7px 5px 0 5px;margin:11px 0;height:114px;overflow:auto;}
.ylBox_sub .dmztBox .blueBtn{height:35px;line-height:35px;}
.ylBox_sub .mxzsBox{margin-top:21px;background:#fff;border:1px solid #e3e1e1;padding-bottom: 10px;}
.ylBox_sub .mxzsBox .tit{padding-top:10px;height:22px;color:#333;font:14px/22px "微软雅黑";padding-left:11px; -webkit-box-sizing: content-box;  -moz-box-sizing: content-box; box-sizing: content-box;}
.ylBox_sub .mxzsBox .cnt{padding:0 9px;height:326px;overflow:hidden;}
.ylBox_sub .mxzsLst li{height:158px;position:relative;margin-top:10px;overflow:hidden;}
.ylBox_sub .mxzsLst li img{/*width:269px;height:158px;*/display: block; height: 100%; margin: 0 auto;}
.ylBox_sub .mxzsLst li .blackZc{width:100%;height:35px;position:absolute;left:0;bottom:0;background:#000;opacity:0.3;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;display:block;z-index:2;}
.ylBox_sub .mxzsLst li .txt{color:#fff;font:12px/35px "微软雅黑";width:253px;height:35px;position:absolute;left:0;bottom:0;display:block;text-indent:10px;z-index:3;	overflow:hidden;white-space:nowrap;}
/*============================ pre-release set ============================*/
/*预发布设置-左侧*/
.pre-releaseLft{width:300px;float:left;background:#323232;overflow:hidden;overflow-y:auto;}
.pre-release-top{height:37px;line-height:37px;background:#252525;padding:0 10px;position:relative;}
.pre-release-top .tit-txt{color:#fff;font-size:18px;}
.nicescroll-rails{background:#323232;}
/*.pre-releaseLft{width:300px;float:left;background:#323232;overflow:hidden;padding-right:5px;height:913px;}*/
.pre-releaseLft .changelogo-box{border-bottom:1px solid #404040;padding:20px 0;text-align:center;}
.pre-releaseLft .changelogo-cnt{display:inline-block;}
.pre-releaseLft .changelogo-cnt span,.pre-releaseLft .changelogo-cnt a,.pre-releaseLft .changelogo-cnt .btn-lst{display:inline-block;float:left;color:#fff;}
.pre-releaseLft .changelogo-cnt span.tit{font-size:16px;line-height:26px;}
.pre-releaseLft .changelogo-cnt .btn-lst{margin-left:-8px;position:relative;zoom:1;}
.pre-releaseLft .changelogo-cnt a{font-size:14px;line-height:24px;height:24px;background:#707070;border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:0 5px;margin-left:8px;}
.pre-releaseLft .changelogo-cnt a.select{background:#138ec0;}

.pre-releaseLft .topCnt1{color:#fff;font-size:16px;line-height:24px;height:24px;padding:25px 0 44px 0}
.pre-releaseLft .topTit,.pre-releaseLft .top .radioTab{display:inline-block;float:left;}
.pre-releaseLft .topTit{padding-left:20px;}
.pre-releaseLft .top .radioTab{margin-right:15px;}
.icoRadio{display:inline-block;width:24px;height:24px;float:left;margin-right:4px;background:url(../images/icoRadio.png) no-repeat;cursor:pointer;}
.icoRadio.select{background:url(../images/icoRadio_s.png) no-repeat;}
.pre-releaseLft .top .resetBtn_box{padding:0 20px 24px 20px;}
.pre-releaseLft .top .resetBtn{display:block;height:38px;line-height:38px;text-align:center;font-size:16px;color:#fff;border:1px solid #fff;background:#5b5b5b;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.pre-releaseMenu{padding:0 20px;}
.pre-releaseMenu_lst{margin-bottom:9px;}
.pre-releaseMenu_lst .menuLst_tit{height:44px;line-height:44px;padding:0 30px 0 16px;background:#f5f5f5;-moz-border-radius:3px;-webkit-border-radius:5px;border-radius:5px;position:relative;z-index:0;color:#333;font-size:18px;cursor: pointer;}
/*.pre-releaseMenu_lst.select .menuLst_tit{background:#138ec0;color:#fff;}*/
.pre-releaseMenu_lst.select .menuLst_tit{background:url(../images/tit-bg.png) no-repeat;color:#fff;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
/*.icoArrow{background:url(../images/icoArrow.png) no-repeat;display:inline-block;width:15px;height:15px;position:absolute;z-index:2;top:14px;right:10px;cursor:pointer;}*/
.pre-releaseMenu_lst.select .icoArrow,.icoArrow.select{background:url(../images/icoArrow_s.png) no-repeat;}
.pre-releaseMenu_lst .menuLst_cnt{background:#fff;border:1px solid #138ec0;border-top:0;position:relative;zoom:1;/*margin-top:-2px;*/padding:0 5px 10px 5px ;-moz-border-radius: 0 0 3px 3px;  -webkit-border-radius: 0 0 3px 3px;  border-radius: 0 0 3px 3px; display:none; }
/*.pre-releaseMenu_lst.select .menuLst_cnt{display:block;}*/
.pre-releaseMenu_lst .menuLst_cnt_material{padding-left:0;padding-right:0;}
/*场景选项卡*/
.tabLst_menu{/*border-bottom:1px solid #ddd;*/height:36px;margin-bottom:4px;padding-top:10px;padding-left:5px;}
.tabLst_menu li{width:54px;height:35px;line-height:35px;float:left;border:1px solid #fff;border-bottom:1px solid #ddd;cursor:pointer;}
.tabLst_menu li.select{border:1px solid #ddd;border-bottom:1px solid #fff;}
.tabLst_menu li i{display:inline-block;width:54px;height:36px;}
.ico01{background:url(../images/ico01.png) no-repeat center center;}
.ico02{background:url(../images/ico02.png) no-repeat center center;}
.ico03{background:url(../images/ico03.png) no-repeat center center;}
.ico04{background:url(../images/ico04.png) no-repeat center center;}
.tabLst_menu li.select .ico01{background:url(../images/ico01_s.png) no-repeat center center;}
.tabLst_menu li.select .ico02{background:url(../images/ico02_s.png) no-repeat center center;}
.tabLst_menu li.select .ico03{background:url(../images/ico03_s.png) no-repeat center center;}
.tabLst_menu li.select .ico04{background:url(../images/ico04_s.png) no-repeat center center;}
/*场景-内容*/
.pre-releaseMenu_lst .menuLst_cntMain{padding:0 10px;}
.pre-releaseMenu_lst .menuLst_cntMain.mode{padding-top:15px;}
.pre-releaseMenu_lst .menuLst_cntMain.material{padding:10px 0 0;}

.pre-releaseMenu_lst .menuLst_cntMain .menuLst_cntTit{color:#333;font-size:14px;line-height:30px;padding-top:8px;}
.pre-releaseMenu_lst .menuLst_cntMain .colorBox{/*margin-top:8px;*/position:relative; border-radius: 5px}
/*.pre-releaseMenu_lst .menuLst_cntMain .colorBox{margin-top:8px;position:relative;}*/

.pre-releaseMenu_lst .menuLst_cntMain .colorBox Input{width:100%;-webkit-appearance: none;}
.pre-releaseMenu_lst .menuLst_cntMain .colorBtn,.pre-releaseMenu_lst .menuLst_cntMain .fileBtn01{display:block;text-align:center;height:38px;line-height:38px;color:#333;font-size:14px;border:1px solid #00b6ff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.pre-releaseMenu_lst .menuLst_cntMain .chooseColor_box{position:absolute;z-index:5;display:none;}
.pre-releaseMenu_lst .menuLst_cntMain .colorBox .chooseColor_box{left:0;top:37px;}
.pre-releaseMenu_lst .menuLst_cntMain .colorBox02 .chooseColor_box{right:0;top:24px;}
.pre-releaseMenu_lst .menuLst_cntMain .chooseColor_box .ico{display:inline-block;width:0;height:0;border-width:6px;border-style:solid;border-color:transparent transparent #138ec0 transparent;margin-left:100px;}
.pre-releaseMenu_lst .menuLst_cntMain .chooseColor_box .chooseColor{width:208px;height:208px;border:1px solid #138ec0;overflow:hidden;}
/*.pre-releaseMenu_lst .menuLst_cntMain .checkboxBox{font-size:14px;height:30px;line-height:30px;margin-top:6px;color:#666;}
.pre-releaseMenu_lst .menuLst_cntMain .checkboxTab{display:inline-block;float:left;margin-right:15px;}
.icoCheckbox02{display:inline-block;width:14px;height:14px;float:left;margin-right:5px;background:url(../images/icoCheckbox02.png) no-repeat left center;}*/

.pre-releaseMenu_lst .menuLst_cntMain .checkboxBox{padding-top:5px;}
.pre-releaseMenu_lst .menuLst_cntMain .checkboxBox,.pre-releaseMenu_lst .menuLst_cntMain .radioBox02{font-size:14px;height:20px;line-height:20px;margin-top:6px;color:#666;}
.pre-releaseMenu_lst .menuLst_cntMain .checkboxTab,.pre-releaseMenu_lst .menuLst_cntMain .radioTab{display:inline-block;float:left;margin-right:5px;/*13px;*/color:#666;}
.pre-releaseMenu_lst .menuLst_cntMain .checkboxBox02 .checkboxTab,.pre-releaseMenu_lst .menuLst_cntMain .radioBox02 .radioTab{width:65px;}
.pre-releaseMenu_lst .menuLst_cntMain .checkboxTab:last-child,.pre-releaseMenu_lst .menuLst_cntMain .radioTab:last-child{margin-right:0;}
.icoCheckbox02,.icoRadio04{display:inline-block;width:14px;height:14px;float:left;margin-right:5px;background:url(../images/icoCheckbox02.png) no-repeat left center;}
.icoRadio04{background:url(../images/icoRadio04.png) no-repeat left center;}
.icoRadio04.select{background:url(../images/icoRadio04_s.png) no-repeat left center;}

.icoCheckbox02.select{background:url(../images/icoCheckbox02_s.png) no-repeat left center;}
.pre-releaseMenu_lst .menuLst_cntMain .checkboxTab .icoCheckbox02,.pre-releaseMenu_lst .menuLst_cntMain .radioTab .icoRadio04{height:20px;}
/*.pre-releaseMenu_lst .menuLst_cntMain .checkboxTab .icoCheckbox02{height:30px;}*/
.pre-releaseMenu_lst .menuLst_cntMain .radioBox{font-size:14px;height:30px;line-height:30px;margin-top:6px;color:#47befc;text-align:center;}
.pre-releaseMenu_lst .menuLst_cntMain .radioTab03{display:inline-block;margin-right:15px;text-align:center;}
.icoRadio03{display:inline-block;width:16px;height:16px;float:left;margin-right:4px;background:url(../images/icoRadio03.png) no-repeat left center;cursor:pointer;}
.icoRadio03.select03{background:url(../images/icoRadio03_s.png) no-repeat left center;}
.pre-releaseMenu_lst .menuLst_cntMain .radioTab03 .icoRadio03{height:30px;}
/*灯光=亮度*/
.pre-releaseMenu_lst .menuLst_cntMain .loadingBox{position:relative;height:9px;padding:12px 0;}
.pre-releaseMenu_lst .menuLst_cntMain .loadingMain{background:#acabab;height:9px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.pre-releaseMenu_lst .menuLst_cntMain .loadingPic{background:#6bcb05;height:9px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;overflow:hidden;}
.pre-releaseMenu_lst .menuLst_cntMain .loadingBtn{display:inline-block;background:url(../images/loadingBtn.png) no-repeat;width:24px;height:24px;cursor:pointer;position:absolute;z-index:2;top:50%;margin-top:-12px;margin-left:-12px;}
.pre-releaseMenu_lst .menuLst_cntMain .loadingNum{display:inline-block;text-align:center;width:26px;height:24px;line-height:24px;color:#333;font-size:12px;background:#e3e3e3;position:absolute;z-index:2;top:0;margin-top:-32px;margin-left:-13px;}
.pre-releaseMenu_lst .menuLst_cntMain .loadingIco{display:inline-block;width:0;height:0;border-width:6px;border-style:solid;border-color:#e3e3e3 #fff #fff #fff;position:absolute;z-index:2;bottom:-12px;left:50%;margin-left:-6px;}
/*模型-下拉框*/
.pre-releaseMenu_lst .menuLst_cntMain .inputSelect{margin-top:5px;height:36px;line-height:36px;padding:0 24px 0 8px;border:1px solid #00b6ff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative;}
.pre-releaseMenu_lst .menuLst_cntMain .selectValue{font-size:14px;color:#333;line-height:36px;height:36px;overflow:hidden;}
.icoArrow02{display:inline-block;width:14px;height:14px;background:url(../images/icoArrow02.png) no-repeat left center;position:absolute;z-index:3;top:11px;right:5px;cursor:pointer;}
.icoArrow02.select{background:url(../images/icoArrow02_s.png) no-repeat left center;}
.pre-releaseMenu_lst .menuLst_cntMain .selectLst{position:absolute;z-index:4;top:34px;left:-1px;width:100%;background:#fff;border:1px solid #00b6ff;display:none;}
.pre-releaseMenu_lst .menuLst_cntMain .selectLst li{padding:0 8px;font-size:14px;color:#333;line-height:30px;height:30px;cursor:pointer;}
/*材质*/
.tabLst_menu02{background:#fff;border:1px solid #47befc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;/*margin-top:5px;*/overflow:hidden;margin-bottom:10px}
.menuLst_cntMain.material .tabLst_menu02{margin: 0 15px 10px;}
.tabLst_menu02 li{width:50%;float:left;height:38px;line-height:38px;text-align:center;color:#47befc;font-size:16px;cursor:pointer;}
.tabLst_menu02 li.select{background:#47befc;color:#fff;}
.materialLst{margin-left:10px;}
.menuLst_cntMain.material .materialLst{margin-left: 0;margin-bottom:2px;}
/*.menuLst_cntMain.material .materialLst_sub-top{margin-bottom:10px;}*/
.materialLst_tit{color:#333;font-size:14px;line-height:30px;}
.menuLst_cntMain.material .materialLst_tit{cursor: pointer;padding-left:23px;background: #f8f8f9;}
.menuLst_cntMain.material .materialLst_tit.select,.menuLst_cntMain.material .materialLst_tit.select a{background: #f1f7fa;color:#47befc;}
.menuLst_cntMain.material .materialLst_sub{padding-left:23px;padding-right:15px;}
.menuLst_cntMain.material .materialLst .materialLst_sub{padding-bottom:10px;background:#f1f7fa;}
.menuLst_cntMain.material .materialLst_sub .inputSelect02.wd01{margin-left: 62px;}
/*.materialLst_tit,*/.materialLst_tit a{color:#333;font-size:14px;line-height:30px;}
.materialLst_tit .titTxt{display:inline-block;float:left;margin-right:8px;}
.materialLst_tit .ico{display:inline-block;width:0;height:0;border-style:solid;border-width:5px;border-color:transparent transparent transparent #333;float:left;margin-top:10px;margin-left:5px;}
.materialLst_tit.select .ico{border-color:#47befc transparent transparent transparent;margin-top:12px;margin-right:5px;margin-left:0;}
.icoCheckbox01{display:inline-block;width:14px;height:14px;background:url(../images/icoCheckbox01.png) no-repeat left center;float:left;cursor:pointer;}
.materialLst_tit.select .icoCheckbox01,.icoCheckbox01.select{background:url(../images/icoCheckbox01_s.png) no-repeat left center;}
.materialLst_tit .icoCheckbox01{height:30px;}
.materialLst_sub{display:none;}
.materialLst_sub label{font-size:14px;font-weight: normal;color:#333;line-height:28px;float:left;text-align:right;}
.materialLst_sub .inputSelect02.wd01{margin-left:75px;}
.materialLst_sub .colorBox02.wd01,.materialLst_sub .inputSelect02.wd02{margin-left:65px;}
.materialLst_sub .loadingBox.wd01{margin-left:66px;}

.materialLst_sub .veins{padding-top: 10px;}
.materialLst_sub .veins .colorBox02.veins-btn{border-color: #47befc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.materialLst_sub .tab-inline-lst{text-align: center;padding-top: 5px;}
.materialLst_sub .tab-inline-lst .tab-inline{display: inline-block;margin:0 12px;padding:0 6px;font-size:14px;height:20px;line-height:19px;color:#a3a5a6;}
.materialLst_sub .tab-inline-lst .tab-inline.select,.materialLst_sub .tab-inline-lst .tab-inline:hover{color:#03a6fb;height:19px;border-bottom:1px solid #03a6fb;}


.inputSelect02,.inputDiv02,.colorBox02{height:26px;background:#fff;border:1px solid #c5c5c5;position:relative;}
.inputDiv02{padding-left:5px;}
.inputSelect02{padding-right:15px;padding-left:5px;}
.inputSelect02 .selectValue02,.colorBox02 .colorValue{height:24px;line-height:24px;color:#333;font-size:14px;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.colorBox02 .colorValue{text-align:center;cursor:pointer;}
.inputSelect02 .icoArrow{display:inline-block;width:0;height:0;border-style:solid;border-width:5px;border-color:#333 #fff #fff #fff;position:absolute;z-index:2;top:15px;right:5px;cursor:pointer;}
.inputSelect02 .icoArrow.select{border-color:#fff #fff #333 #fff;top:11px;}
.selectLst02{position:absolute;z-index:4;top:24px;left:-1px;width:100%;background:#fff;border:1px solid #c5c5c5;padding:5px 0;display:none;}
.selectLst02 li{padding:0 5px;height:24px;line-height:24px;color:#333;font-size:14px;cursor:pointer;overflow:hidden;word-break:break-all;word-wrap:break-word;}
.selectLst02 li:hover{background:#f2f2f2;}
.materialLst_sub .lightBox{margin-top:5px;}
.materialLst_sub .lightBox label{line-height:28px;}
.pre-releaseMenu_lst .menuLst_cntMain .materialLst_sub .loadingBox{padding:4px 0 0 0;}
.pre-releaseMenu_lst .menuLst_cntMain .materialLst_sub .loadingNum{top:-2px;}
.pre-releaseMenu_lst .menuLst_cntMain .displayLine_box{font-size:14px;color:#47befc;line-height:22px;margin-top:5px;}
.pre-releaseMenu_lst .menuLst_cntMain .displayLine_box label,.pre-releaseMenu_lst .menuLst_cntMain .displayLine_box .radioTab02{display:inline-block;flaot:left;margin-right:10px;font-weight: normal;}
.pre-releaseMenu_lst .menuLst_cntMain .displayLine_box .radioTab02{margin-left:10px; color: #a3a5a6;}
.pre-releaseMenu_lst .menuLst_cntMain .displayLine_box .radioTab02.select{color:#47befc;}
.icoRadio02{display:inline-block;width:18px;height:22px;float:left;margin-right:4px;background:url(../images/icoRadio02.png) no-repeat left center;cursor:pointer;}
.icoRadio02.select{background:url(../images/icoRadio02_s.png) no-repeat left center;}

/*光源*/
.pre-releaseMenu_lst.light .menuLst_cntMain{padding-top:20px;}
.pre-releaseMenu_lst .menuLst_cntMain .lightLst-tab{padding:10px 0;}
.lightLst-tab li{margin-top:10px;border:1px solid #c4c4c4;height:38px;line-height:38px;color:#333;font-size:14px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:0 20px 0 44px;position:relative;cursor: pointer;}
.lightLst-tab li.no{background:#e7e6e6;border:1px solid #c4c4c4;color:#8b8989;}
.lightLst-tab li:hover,.lightLst-tab li.select{border:1px solid #00b6ff;}
.lightLst-tab li .num{position:absolute;top:0;left:14px;color:#333;font-size:14px;}
.lightLst-tab li.no .num{color:#8b8989;}
.lightLst-tab li .rgt{position:absolute;top:0;right:5px;}
.ico-light{display:inline-block;float:left;background:url(../images/ico-light.png) no-repeat center center;width:17px;height:17px;/*cursor:default;*/}
.ico-eyes{display:inline-block;float:left;background:url(../images/ico-eyes.png) no-repeat center center;width:18px;height:10px;}
.ico-eyes.select{background:url(../images/ico-eyes-no.png) no-repeat center center;}
.lightLst-tab li .rgt .ico-light,.lightLst-tab li .rgt .ico-eyes{width:22px;height:38px;margin-right:5px;}
.lightLst-tab li .rgt .ico-light{display:none;}
.lightLst-tab li:hover .ico-light{display:block;}
.lightLst-tab li.no .ico-light{display:none;}
.pre-releaseMenu_lst .menuLst_cntMain .lightParameter-tit{color:#0cacff;font-size:14px;padding-top:10px;}
.pre-releaseMenu_lst .menuLst_cntMain .lightParameter-lst{padding:5px 0;}
.lightParameter-lst{position:relative;zoom:1;margin-left:-4px;}
.lightParameter-lst li{float:left;padding:0 4px;margin-left:2px;height:22px;line-height:22px;text-align:center;color:#333;font-size:14px;background:#fff;-moz-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;cursor:pointer;}
.lightParameter-lst li:hover,.lightParameter-lst li.select{box-shadow:0px 0px 8px #84d9fc;}
.lightParameter-box01{position:relative;/*padding-left:57px;padding:4px 0 15px 57px;*/}
.chooseBg-box{display:inline-block;width:47px;height:29px;border:1px solid #333;background:#333;position:absolute;top:0;left:0;}
.chooseBg-box .color-value{display:inline-block;width:29px;height:29px;background:#47bffc;float:left;}
.chooseBg-box .arrow-box{display:inline-block;width:18px;height:29px;float:right;}
.chooseBg-box .arrow{display:inline-block;width:0;height:0;border-style:solid;border-width:5px;border-color:#fff transparent transparent;margin-top:12px;margin-left:5px;}
.pre-releaseMenu_lst .menuLst_cntMain .chooseBg-box .chooseColor_box{top:27px;}
.pre-releaseMenu_lst .menuLst_cntMain .chooseBg-box .chooseColor_box .ico{margin-left:33px;}
.pre-releaseMenu_lst.light .menuLst_cntMain .loadingBox{padding-top:8px;}
.pre-releaseMenu_lst.light .menuLst_cntMain .loadingNum.btm{margin-top:33px;}
.pre-releaseMenu_lst.light .menuLst_cntMain .loadingNum.btm .loadingIco{bottom:auto;top:-12px;border-color:#fff #fff #e3e3e3 #fff;}
.lightParameter-box02 .lft{float:left;color:#333;font-size:14px;}
.lightParameter-box02 .rgt{float:right;}
.btn-control{display:inline-block;background:url(../images/open02.png) no-repeat;width:46px;height:20px;float:left;}
.btn-control.select{background:url(../images/close002.png) no-repeat;}
.pre-releaseMenu_lst.light .menuLst_cntMain .loadingTit{margin-top:10px;font-size:14px;line-height:18px;}
.pre-releaseMenu_lst.light .menuLst_cntMain .tsTxt{color:#ff2121;font-size:12px;padding-bottom:10px;}

/*灯光模版选择弹出层*/
.lightTemplate-tc{width:626px;margin-left:-313px;}
.lightTemplate-tc .commonCnt{padding:25px 0;}
.lightTemplate-tc .cnt{padding:0 55px;max-height:374px;overflow:hidden;overflow-y:auto;}
.lightTemplate_lst{position:relative;margin-left:-30px;width:534px;}
.lightTemplate_lst li{float:left;width:124px;padding:11px 11px 0;margin-left:30px;border:1px solid #fff;}
.lightTemplate_lst li:hover,.lightTemplate_lst li.select{box-shadow:0px 0px 4px rgba(75,171,221,0.41);border:1px solid #a6e1ff;cursor: pointer;}
.lightTemplate_lst li .picBox{width:124px;height:124px;display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:108px;*font-family:Arial;background:#4b4b4b;}
.lightTemplate_lst li .picBox img{display:inline-block;max-width:100%;max-height:100%;vertical-align:middle;}
.lightTemplate_lst li .txtBox{text-align:center;padding:5px 0;}
.lightTemplate_lst li .txtBox p{font-size:14px;line-height:20px;height:20px;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.lightTemplate_lst li .txtBox .tit-txt{color:#00a8ff;}
.lightTemplate_lst li .txtBox .class-txt{color:#333;}
.lightTemplate-tc .btnBox{padding-bottom:0;padding-top:20px;}


.white-shadow{position:fixed;z-index:30;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;display:none;}

/*预发布设置-右侧*/
.pre-releaseMain{margin-left:300px;position:relative;/*background: #323232;background:url(../images/mainPic.jpg) no-repeat center center;*/}
.pre-releaseMain .tc{  text-align: center; vertical-align: central; top: 0; width: 100%; height: 100%; position: absolute; z-index: 999; /*z-index: 9998;*/}
.pre-releaseMain .tc > iframe { display: block;  width: 100%; height: 100%;  border: 0;  }

.pre-release-top .rgtBtn{position:absolute;z-index:2;top:5px;right:10px;}
.pre-release-top .rgtBtn .rgtbtn-lst li{float:left;margin:0 10px;text-align:center;font-size:14px;color:#fff;line-height:27px;cursor:pointer; width: 58px; position: relative;}
.rgtbtn-lst li span  {position: absolute;  font-size: 14px; color: #fff; }
.ico-preview,.ico-save,.ico-exit{display:block;height:27px;float:left;margin-right:5px;/*margin:0 auto;*/}
.rgtbtn-lst li .ico-preview span{left:37px;}
.rgtbtn-lst li .ico-save span{left:27px;}
.rgtbtn-lst li .ico-exit span{left:30px;}

.ico-preview{background:url(../images/ico-preview.png) no-repeat center center;width:32px;}
.ico-save{background:url(../images/ico-save.png) no-repeat center center;width:21px;}
.ico-exit{background:url(../images/ico-exit.png) no-repeat center center;width:26px;}



/*.pre-releaseMain .rgtBtn{position:absolute;z-index:3;top:10px;right:10px;}*/
/*.pre-releaseMain .rgtBtn a{display:inline-block;text-align:center;width:92px;height:40px;line-height:40px;color:#fff;font-size:16px;margin-left:10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.pre-releaseMain .rgtBtn .exitBtn_top{background:#109ed7;}
.pre-releaseMain .rgtBtn .saveBtn_top{background:#d88809;}*/
/*
.pre-releaseMain .rgtBtn .rgtbtn-lst li{float:left;margin:0 10px;text-align:center;font-size:14px;color:#fff;line-height:24px;cursor:pointer;position: relative;height: 48px;width: 32px;}
.ico-preview,.ico-save,.ico-exit{display:block;height:24px;margin:0 auto;}
.ico-preview{background:url(../images/ico-preview.png) no-repeat center center;width:32px;}
.ico-save{background:url(../images/ico-save.png) no-repeat center center;width:20px;}
.ico-exit{background:url(../images/ico-exit.png) no-repeat center center;width:24px;}*/
.pre-releaseMain .set-box{position:absolute;bottom:50px;right:-48px;background:url(../images/set-bg.png) no-repeat;width:287px;height:324px;padding:8px 22px 22px 22px;display:none;}
.pre-releaseMain .set-box02{background:url(../images/set-bg-small.png) no-repeat;height:227px;}

.pre-releaseMain .setBtn:hover .set-box{display:block;}
.pre-releaseMain .setBtn:hover .set-box2{display:block;}
.pre-releaseMain .set-tit{color:#fff;font-size:14px;line-height:24px;padding-top:15px;}
.pre-releaseMain .set-box .operationWrap{position:static;text-align:left;padding-bottom:20px;}
.pre-releaseMain .set-box .operationWrap ul{position:relative;zoom:1;margin-left:-14px;}
.pre-releaseMain .set-box .operationWrap .ico{padding:4px;margin:5px 0 0 14px;background:none;float:left;position:relative;}
.pre-releaseMain .set-box .operationWrap .ico.select{background:url(../images/setbtn_s.png) no-repeat;}
.pre-releaseMain .set-box .operationWrap .ico a{display:block;height:100%;background:url(../images/icoBg.png) no-repeat center center;}
/*.pre-releaseMain .set-box .operationWrap .ico .sub-box{display:none;}
.pre-releaseMain .set-box .operationWrap .ico:hover .sub-box{display:block;}*/

.ico-two{display:inline-block;background:url(../images/ico-two.png) no-repeat;width:12px;height:8px;left:50%;margin-left:-6px;top:44px;position:absolute;}
.pre-releaseMain .set-box .operationWrap .ico .sub-main{position:absolute;top:52px;right:-130px;background:#86d2e4;width:282px;padding:10px;z-index:2;}
.pre-releaseMain .set-box .operationWrap .ico .sub-main.twoLi{width: 105px;right: -10px;}
.pre-releaseMain .set-box .operationWrap .ico .sub-main.threeLi{width: 164px;right: -10px;}
.pre-releaseMain .set-box .operationWrap .ico .sub-main .operationWrap{padding:0;}
.pre-releaseMain .set-box .operationWrap .ico .sub-main .operationWrap ul{margin-left:-13px;}
.pre-releaseMain .set-box .operationWrap .ico .sub-main .operationWrap .ico{margin-left:13px;}



.switchBtn{display:inline-block;background:url(../images/open.png) no-repeat;width:69px;height:34px;position:absolute;z-index:30;bottom:15px;right:38px;cursor:pointer;}
.switchBtn.select{background:url(../images/close.png) no-repeat;}
.tabLst_position{background:url(../images/titBg.png) no-repeat;width:183px;height:46px;padding:0 30px;position:absolute;z-index:4;top:10px;left:50%;margin-left:-90px;overflow:hidden;}
.tabLst_position .prev,.tabLst_position .next{display:inline-block;width:14px;height:46px;position:absolute;z-index:2;top:0;}
.tabLst_position .prev{background:url(../images/prev.png) no-repeat center center;left:11px;}
.tabLst_position .next{background:url(../images/next.png) no-repeat center center;right:11px;}
.tabLst_position ul{width:1000px;}
.tabLst_position ul li{float:left;width:183px;height:46px;line-height:46px;text-align:center;font-size:14px;color:#fff;}
.commentBox{position:absolute;z-index:2;}
.icoComment{background:url(../images/icoComment.png) no-repeat;display:inline-block;width:28px;height:44px;line-height:40px;text-align:center;font-size:14px;color:#fff;}
.commentMainTc{width:268px;height:175px;border:1px solid #a3a3a3;/*margin-left:-135px;top:300px;*/-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;overflow:hidden; position: absolute;
    z-index: 11;  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/45px "微软雅黑";height:45px;box-sizing:border-box;}
.commentMain_btn a.cancel{border-right:1px solid #a3a3a3;}

.commentMain{width:268px;height:151px;border:1px solid #a3a3a3;margin-left:-19px;/*margin-top:5px;*/-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;overflow:hidden;position:relative;z-index: 3;}
.ylBox_cnt .commentMain{height:auto;width:168px;}
.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:2;}
.commentMain_cnt p{width:100%;color:#fff;font:14px/24px "微软雅黑";  word-break: break-word;}


.addVideo_wrap{display:none;}
.videoBox{position:absolute;z-index:90;top:0;left:0;width:100%;height:100%;}
.videoBox img{width:100%;max-heihgt:100%;}
.controlBox{background:url(../images/controlBg01.png) repeat-x;width:100%;height:28px;position:absolute;z-index:91;bottom:0;left:0;}
.controlBox .cnt{position:relative;height:100%;padding-left:35px;padding-right:145px;}
.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:28px;}
.controlFull,.controlExit,.videoTime{margin-left:15px;}
.controlPlay{background:url(../images/controlPause.png) no-repeat left center;width:15px;}
.controlPlay.select{background:url(../images/controlPLay.png) no-repeat left center;}
.controlFull{background:url(../images/controlFull.png) no-repeat left center;width:15px;}
.controlFull.select{background:url(../images/controlFullExist.png) no-repeat left center;width:15px;}
.controlExit{background:url(../images/controlExit.png) no-repeat left center;width:18px;}
.videoTime{color:#fff;font-size:12px;line-height:28px;}
.controlMain{/*background:url(../images/controlBg02.png) no-repeat center center;*/height:100%;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;width:17px;height:17px;position:absolute;z-index:93;top:50%;margin-top:-8px;margin-left:-6px;}



/*返回顶部*/
#totop{position:fixed;bottom:170px;right:50%;margin-right:-680px;z-index:79;width:57px; cursor:pointer; display:none;}
*html #totop{position:absolute;cursor:pointer;right:50px; display:none;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")}
#totop a{display:block;width:57px;height:120px;background:url(../images/scrollTop.png) no-repeat;}
#totop a.cur{background:url(../images/scrollTop_s.png) no-repeat;width:51px;height:132px;}
/*============================ 上传模型 ============================*/
.inputTxt,.area{background: #fff;border: 1px solid #bfbfbf;}
.area{line-height:24px;}
.uploadModel_box{background:#fff;overflow:hidden;}
.uploadModel_tit{height:42px;line-height:42px;border-bottom:1px solid #e7e9e9;font-size:16px;color:#333;padding:0 20px;}
.uploadModel_box .uploadModel_loading{width:924px;margin:30px auto 40px auto;height:75px;display:block;}
.uploadModel_box02{margin-top:15px;}
.uploadModel_cnt{padding: 5px 15px 10px 15px;overflow:hidden;}
.uploadModel_cnt .mxscTable td{padding:10px 6px 10px 0;font-size:14px;color:#333;line-height:34px;}
.uploadModel_cnt .mxscTable td.alignR{text-align:right; white-space:nowrap;}
.uploadModel_cnt .mxscTable td.valignT{vertical-align:top;}
.uploadModel_cnt .mxscTable td.input .tsTxt,.uploadModel_cnt .mxscTable td .inputTxt{display:inline-block;padding-left:10px;}
.uploadModel_cnt .mxscTable td .inputTxt{width:420px;height:30px;color:#333;font:14px/30px "微软雅黑";}
.uploadModel_cnt .mxscTable td.input .tsTxt{height:34px;color:#999;font:12px/34px "微软雅黑";}
.uploadModel_cnt .mxscTable .modelTab_lst01{/*height:36px;*/overflow:hidden;}
.uploadModel_cnt .mxscTable .modelTab_lst01 li{width:85px;/*margin-bottom:0*/;}
.uploadModel_cnt .mxscTable .modelTab_lst01 li:hover,.uploadModel_cnt .mxscTable .modelTab_lst01 li.select{border: 1px solid #00b6ff;background:#fff;}
.uploadModel_cnt .mxscTable .modelTab_lst01 li:hover a,.uploadModel_cnt .mxscTable .modelTab_lst01 li.select a{color:#00b6ff;}
.uploadModel_cnt .mxscTable td .area,.uploadModel_cnt .mxscTable td .area textarea{width:845px;height:72px;}
.uploadModel_cnt .mxscTable td .area{overflow-x:hidden;padding:3px 0 0 4px;}
.uploadModel_cnt .mxscTable td .area.select{background:#f0f0f0;}
.uploadModel_cnt .mxscTable td .area textarea{color:#333;font:14px/22px "微软雅黑";}
.uploadModel_cnt .mxscTable td .form{margin-top:-10px;}
.uploadModel_cnt .mxscTable td .form p{line-height:27px;font-size:12px;}
.uploadModel_cnt .mxscTable td .form p .icoCheckbox02{height:26px;}
.fileBtn{display:inline-block;width:80px;height:32px;line-height:32px;text-align:center;color:#333;font-size:14px;background:url(../images/fileBtn.png) no-repeat;cursor:pointer;margin-left:10px;}
.uploadModel_cnt .mxscTable td .filePic_box{margin-top:10px;}
.uploadModel_cnt .mxscTable td .filePic_box .filePic{width:98px;height:98px;overflow:hidden;border:1px solid #d9d7d8;float:left;}
.uploadModel_cnt .mxscTable td .filePic_box .filePic_txt{font-size:12px;line-height:100px;padding-left:10px;float:left;}
.uploadModel_box .btnBox{padding-bottom:20px;}
.uploadModel_box .btnBox a{display:inline-block;width:101px;height:33px;line-height:33px;font-size:14px;text-align:center;padding:0;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;margin:0 20px;}
.uploadModel_box .btnBox a.sureBtn{background:#35b3e6;border:1px solid #35b3e6;color:#fff;}
.uploadModel_box .btnBox a.cancelBtn{background:#eee;border:1px solid #bab9b9;color:#333;}
.uploadModel_cnt .red{color:#f00627;font-size:18px;display:inline-block;float:left;margin-top:5px;line-heght:29px;}
.uploadModel_cnt .yellow{color:#fd632d;}
/*============================ 弹出层 ============================*/
.shadow{position:fixed;z-index:88;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.3;filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3;display:none;}
.tcBox{background:#fff;position:fixed;z-index:9999;display:none;left: 50%;}
.commonTc{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;overflow:hidden;}
.tcBox .commonTit,.tcBox .commonTit02{height:52px;line-height:52px;background:#35b3e6;color:#fff;padding:0 20px;position:relative;}
.tcBox .commonTit{font-size:14px;}
.tcBox .commonTit02{font-size:16px;text-align:center;}
.tcBox .commonTit .closeBtn,.tcBox .commonTit02 .closeBtn,.setTc .closeBtn{position:absolute;z-index:2;top:11px;right:5px;color:#fff;font-size:24px;line-height:18px;padding:6px; cursor: pointer;}
.tcBox .commonCnt{-moz-box-shadow:0 0 5px #eee;-webkit-box-shadow:0 0 5px #eee;box-shadow:0 0 5px #eee;}
.tcBox .btnBox{padding-bottom:20px;margin-top:0;}
.tcBox .btnBox a{display:inline-block;text-align:center;height:24px;line-height:24px;color:#333;font-size:14px;margin:0 15px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background:#f4f4f4;border:1px solid #9eb0bc;}
.tcBox .btnBox .tcBtn_sure01,.tcBox .btnBox .tcBtn_cancel01{width:67px;}
.tcBox .btnBox .tcBtn_sure01:hover,.tcBox .btnBox .tcBtn_cancel01:hover{background:#ceecf8;}
.tcBox .btnBox .tcBtn_sure02,.tcBox .btnBox .tcBtn_cancel02{width:58px;}
.tcBox .btnBox .tcBtn_sure02{border:1px solid #008dd7;background:#38b8fb;color:#fff;}
/*更换头像弹出层*/
.changePhoto_tc{width:440px;}
.changePhoto_tc .changePhoto_box{width:100px;height:100px;overflow:hidden;margin:50px auto;}
/*确认信息弹出层*/
.confirmTc{width:334px;}
.confirmTc .confirmTit{height:32px;position:relative;}
.confirmTc .confirmTit .closeBtn{position:absolute;z-index:2;top:5px;right:6px;color:#999;font-size:24px;line-height:18px;padding:2px;}
.confirmTc .confirmTxt{font-size:16px;color:#333;line-ehight:24px;text-align:center;margin:20px 20px 30px 20px;min-height:72px;}
/*上传音乐弹出层
.chooseMusic_tc{width:678px;margin-left:-189px;top:50%;margin-top:-276px;}
.chooseMusic_form{padding:9px 20px 45px 10px;}
.chooseMusic_form .lstDiv{margin-top:20px;}
.chooseMusic_form .lstDiv label{display:inline-block;float:left;width:110px;text-align:right;height:30px;line-height:30px;color:#333;font-size:14px;}
.chooseMusic_form .lstDiv label.musicBg{line-height:120px;}
.chooseMusic_form .lstDiv .musicFile{float:left;height:30px;width:420px;margin-right:10px;}
.chooseMusic_form .lstDiv .chooseBtn{display:inline-block;float:left;text-align:center;width:60px;height:30px;line-height:30px;color:#333;font-size:12px;background:url(../images/chooseBtn.png) no-repeat;}
.chooseMusic_form .lstDiv .inputDiv{float:left;height:28px;width:410px;padding-left:8px;border:1px solid #c9c8c8;}
.chooseMusic_form .lstDiv .inputDiv input{width:100%;height:28px;line-height:28px;color:#333;font-size:14px;font-family:"微软雅黑";}
.chooseMusic_form .lstDiv .chooseMusic_bg{width:120px;text-align:center;float:left;}
.chooseMusic_form .lstDiv .chooseMusic_bg .pic{display:block;width:118px;height:118px;background:#eaebec;border:1px solid #e4e3e3;overflow:hidden;}
.chooseMusic_form .lstDiv .chooseMusic_bg .chooseBtn{float:none;margin-top:10px;}
/*完善模型信息弹出层*/
.uploadModel_tc{width:960px;margin-left:-480px;top:230px;}
.uploadModel_tc .btnBox a{height:33px;line-height:33px;}

/*20170602 设置-背景选择和场景选择弹出层*/
/*.setTc{position:fixed;z-index:997;top:180px;left:50%;margin-left:-225px;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 .cnt{padding: 15px 0 0 15px;}
.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 #35b3e6;}
.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;}
.setTab_lst{position:relative;zoom:1;margin-left:-15px;padding-right:15px;margin-bottom:10px;}
.setTab_lst li{width:16.66%;float:left;}
.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:#35b3e6;border:1px solid #35b3e6;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;}*/
/*20170602 设置背景音乐*/
/*.setMusic_table td{color:#333;font-size:14px;line-height:32px;padding-bottom:20px;}
.setMusic_table td.tdTit{text-align:right;width:100px;}
.setMusic_table td.lh180{line-height:180px;display:block;}
.musicFile{float:left;width:424px;}
.inputDiv{width:412px;height:30px;border:1px solid #c9c8c8;background:#fff;padding-left:5px;}
.inputDiv .inputTxt{width:100%;height:30px;line-height:30px;color:#333;font-size:14px;border:0;}
.setMusic_table td .fileBox{width:182px;}
.setMusic_table td .filePic{width:180px;height:180px;border:1px solid #e4e3e3;}
.fileBtn{background:url(../images/fileBtn.png) no-repeat;display:block;text-align:center;width:60px;height:30px;line-height:30px;color:#333;font-size:14px;float:left;margin-top:5px;margin-left:10px;}
.setMusic_table td .fileBox .fileBtn{margin:15px auto 10px auto;float:none;}*/


/*设置-背景选择和场景选择弹出层*/
.setTc{position:fixed;z-index:997;top:180px;left:50%;margin-left:-225px;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 .cnt{padding: 15px 0 0 15px;}
.setPic_lst,.setMusic_lst,.setBg_lst{overflow:hidden;height:141px;overflow-y:auto;margin-bottom:5px;}
.setMusic_lst{height:175px;}
.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 #35b3e6;}
.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;}
.setTab_lst{position:relative;zoom:1;margin-left:-15px;padding-right:15px;margin-bottom:20px;}
.setTab_lst li{width:16.66%;float:left;}
.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:#35b3e6;border:1px solid #35b3e6;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;}
.setTc_bg .tc-tablst{margin-bottom:5px;}
.tc-tablst{background:#f1eff1;height:44px;}
.tc-tablst li{float:left;padding:0 10px;margin-left:10px;text-align:center;color:#333;font-size:14px;line-height:43px;border-bottom:1px solid #f1eff1;cursor:pointer;}
.tc-tablst li.select,.tc-tablst li:hover{border-bottom:1px solid #3fbdf7;}
.tc-tablst li span{display:inline-block;}
.ico-polaroid,.ico-clock,.ico-edit02,.ico-music{display:inline-block;float:left;margin-right:5px;}
.ico-polaroid{background:url(../images/ico-polaroid.png) no-repeat left center;width:20px;height:19px;}
.ico-clock{background:url(../images/ico-clock.png) no-repeat left center;width:20px;height:20px;}
.ico-edit02{background:url(../images/ico-edit02.png) no-repeat left center;width:16px;height:17px;}
.ico-music{background:url(../images/ico-music.png) no-repeat left center;width:14px;height:19px;}
.tc-tablst li i{height:43px;}
/*设置背景音乐*/
.setMusic_table td{color:#333;font-size:14px;line-height:32px;padding-bottom:20px;}
.setMusic_table td.tdTit{text-align:right;width:100px;}
.setMusic_table td.lh180{line-height:180px;display:block;}
.musicFile{float:left;width:424px;}
.inputDiv{width:412px;height:30px;border:1px solid #c9c8c8;background:#fff;padding-left:5px;}
.inputDiv .inputTxt{width:100%;height:30px;line-height:30px;color:#333;font-size:14px;border:0;}
.setMusic_table td .fileBox{width:182px;}
.setMusic_table td .filePic{width:180px;height:180px;border:1px solid #e4e3e3;}
.fileBtn{background:url(../images/fileBtn.png) no-repeat;display:block;text-align:center;width:60px;height:30px;line-height:30px;color:#333;font-size:14px;float:left;margin-top:5px;margin-left:10px;}
.setMusic_table td .fileBox .fileBtn{margin:15px auto 10px auto;float:none;}


/*更换logo弹出层*/
.changeTc{width:380px;height:260px;margin-left:-190px;top:50%;margin-top:-130px;}
.changeTc .commonTit02{height:42px;line-height:42px;text-align:left;font-size:14px;padding:0 10px;}
.changeTc .commonTit02 .closeBtn {top:6px;right:0;}
.changeTc .changeTc-cnt{width:380px;height:172px;display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:150px;*font-family:Arial;}
.changeTc .changeTc-cnt .changelogo-box{display:inline-block; vertical-align:middle;}
.changeTc .changeTc-cnt .changelogo-box .logo-box{float:left;  width: 200px;  height: 56px;}
.changeTc .changeTc-cnt .changelogo-box .logo-cnt{/*width:56px;*/height:56px;display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:49px;*font-family:Arial;background:#e4e8ea;}
.changeTc .changeTc-cnt .changelogo-box .logo-cnt img{/*width: 56px;height: 56px;*/max-width:100%;max-height:100%;display:inline-block; vertical-align:middle;}
.changeTc .changeTc-cnt .btn-change{display:inline-block;width:60px;height:26px;line-height:26px;background:url(../images/btn-change.png) no-repeat;text-align:center;color:#333;font-size:14px;margin-left:15px;margin-top:15px;}


/*============================ 上传模型 ============================*/
.inputTxt,.area{background: #fff;border: 1px solid #bfbfbf;}
.area{line-height:24px;}
.uploadModel_box{background:#fff;overflow:hidden;}
.uploadModel_tit{height:42px;line-height:42px;border-bottom:1px solid #e7e9e9;font-size:16px;color:#333;padding:0 20px;}
.uploadModel_box .uploadModel_loading{width:924px;margin:30px auto 40px auto;height:75px;display:block;}
.uploadModel_box02{margin-top:15px;}
.uploadModel_cnt{padding: 5px 15px 10px 15px;overflow:hidden;}
.uploadModel_cnt .mxscTable td{padding:10px 6px 10px 0;font-size:14px;color:#333;line-height:34px;}
.uploadModel_cnt .mxscTable td.alignR{text-align:right; white-space:nowrap;}
.uploadModel_cnt .mxscTable td.valignT{vertical-align:top;}
.uploadModel_cnt .mxscTable td.input .tsTxt,.uploadModel_cnt .mxscTable td .inputTxt{display:inline-block;padding-left:10px;}
.uploadModel_cnt .mxscTable td .inputTxt{width:420px;height:30px;color:#333;font:14px/30px "微软雅黑";}
.uploadModel_cnt .mxscTable td.input .tsTxt{height:34px;color:#999;font:12px/34px "微软雅黑";}


.input-select{height:30px;color: #333;font: 14px/30px "微软雅黑";background: #fff;border: 1px solid #bfbfbf;position:relative;}
.input-select-cnt{padding:0 26px 0 10px;}
.input-select .select-value{height:30px;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.input-select .input-arrow{display:inline-block;background:url(../images/input-arrow.png) no-repeat center center;width:26px;height:30px;position:absolute;top:0;right:0;}
.input-select .input-select-lst{position:absolute;top:30px;left:-1px;z-index:2;width:100%;background:#fff;border:1px solid #bfbfbf;display:none;}
.input-select .input-select-lst li{padding:0 10px;margin:2px 0;height:30px;overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.input-select .input-select-lst li:hover,.input-select .input-select-lst li.select{background:#f5f5f5;}
.uploadModel_cnt .mxscTable td .input-select{width:430px;}


.uploadModel_cnt .mxscTable .modelTab_lst01{/*height:36px;*/overflow:hidden;}
.uploadModel_cnt .mxscTable .modelTab_lst01 li{width:85px;/*margin-bottom:0;*/}
.uploadModel_cnt .mxscTable .modelTab_lst01 li:hover,.uploadModel_cnt .mxscTable .modelTab_lst01 li.select{border: 1px solid #00b6ff;background:#fff;}
.uploadModel_cnt .mxscTable .modelTab_lst01 li:hover a,.uploadModel_cnt .mxscTable .modelTab_lst01 li.select a{color:#00b6ff;}
.uploadModel_cnt .mxscTable td .area,.uploadModel_cnt .mxscTable td .area textarea{width:845px;height:72px;}

.uploadModel_cnt .mxscTable td .area{width:845px;height:70px;overflow:hidden;position:relative;}
.uploadModel_cnt .mxscTable td .area.input{width:522px;height:30px;}
.uploadModel_cnt .mxscTable td .area.input input{border:0;width:440px;}
.uploadModel_cnt .mxscTable td .area{overflow-x:hidden;padding:0;}

.uploadModel_cnt .mxscTable td .area{overflow-x:hidden;padding:3px 0 0 4px;}
.uploadModel_cnt .mxscTable td .area.select{background:#f0f0f0;}
/*.uploadModel_cnt .mxscTable td .area textarea{color:#333;font:14px/22px "微软雅黑";}*/
.uploadModel_cnt .mxscTable td .area textarea{width:100%;color:#333;font:14px/22px "微软雅黑";padding:0 3px 0 4px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.uploadModel_cnt .mxscTable td .control-txt{position:absolute;bottom:0;right:5px;color:#999;font-size:14px;line-height:22px;}
.uploadModel_cnt .mxscTable td .area.input .control-txt{line-height:30px;}

.uploadModel_cnt .mxscTable td .form{margin-top:-10px;}
.uploadModel_cnt .mxscTable td .form p{line-height:27px;font-size:12px;}
.uploadModel_cnt .mxscTable td .form p .icoCheckbox02{height:26px;}
.fileBtn{display:inline-block;width:80px;height:32px;line-height:32px;text-align:center;color:#333;font-size:14px;background:url(../images/fileBtn.png) no-repeat;cursor:pointer;margin-left:10px;}
.uploadModel_cnt .mxscTable td .filePic_box{margin-top:10px;}
.uploadModel_cnt .mxscTable td .filePic_box .filePic{width:98px;height:98px;overflow:hidden;border:1px solid #d9d7d8;float:left;}
.uploadModel_cnt .mxscTable td .filePic_box .filePic_txt{font-size:12px;line-height:100px;padding-left:10px;float:left;}
.uploadModel_box .btnBox{padding-bottom:20px;}
.uploadModel_box .btnBox a{display:inline-block;width:101px;height:33px;line-height:33px;font-size:14px;text-align:center;padding:0;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;margin:0 20px;}
.uploadModel_box .btnBox a.sureBtn{background:#35b3e6;border:1px solid #35b3e6;color:#fff;}
.uploadModel_box .btnBox a.cancelBtn{background:#eee;border:1px solid #bab9b9;color:#333;}
.uploadModel_cnt .red{color:#f00627;font-size:18px;display:inline-block;float:left;margin-top:5px;line-heght:29px;}
.uploadModel_cnt .yellow{color:#fd632d;}
/*完善模型信息弹出层*/
.uploadModel_tc{width:960px;}
.uploadModel_tc .btnBox a{height:33px;line-height:33px;}

/*编辑标注弹出层*/


/*删除弹出层*/
.deletTc{width:270px;margin-left:-135px;top:300px;padding:30px 20px 0 20px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.deletTc_txt{font-size:14px;color:#333;line-heght:22px;text-align:center;margin-bottom:20px;min-height:44px;}


/*保存成功弹出层*/
.successTc{width:280px;margin-left:-140px;top:50%;margin-top:-56px;}
.successTc .txt-box{padding:30px 15px;text-align:center;color:#333;font-size:16px;line-height:30px;}
.successTc .txt-cnt{display:inline-block;}
.successTc .txt-cnt .success-pic{float:left;margin-right:10px;}

.successTc.company{width:300px;margin-top:-95px;margin-left:-150px;}
.ico-close{display:inline-block;background:url(../images/ico-close.png) no-repeat center center;width:24px;height:24px;position:absolute;top:5px;right:5px;}
.successTc.company .txt-box{padding:45px 30px 30px;}
.successTc.company .txt-box p{color:#000;font-size:18px;padding-top:4px;}
.successTc.company .txt-box .link-txt{display:inline-block;font-size:14px;color:#00b6ff;line-height:22px;padding-top:27px;}
.successTc.company .txt-box .link-txt:hover{text-decoration:underline;}


.foot-con{width:300x; float:left;}
.qq span{float:left; line-height:20px; padding-right:0;}
.qq a{float:left;margin-left: 0px;}

/*当前网速较慢，请耐心等待...*/
.videoControl-prompt{position:absolute;z-index:92;width:100%;left:0;top:50%;margin-top:52px;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;}
.icoArrow04{display:block;background:url(../images/icoArrow04.png) no-repeat;width:12px;height:7px;position:absolute;bottom:-7px;left:50%;margin-left:-6px;}
.controlSub_lst{background:#d5d5d5;overflow:hidden;overflow-y:auto;}
.operationWrap li .controlSub.speed .controlSub_lst{width:66px;max-height:120px;}
.operationWrap li .controlSub.switch .controlSub_lst{width:160px;max-height:144px;}
.controlSub_lst::-webkit-scrollbar{width:4px;height:4px;}
.controlSub_lst::-webkit-scrollbar-track{background-color:ccc}
.controlSub_lst::-webkit-scrollbar-thumb {background-color:#949393;border-radius:4px;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;}
.controlSub_lst dd{font-size:12px;height:20px;line-height:20px;text-align:left;padding:0 15px;cursor:pointer;}
.operationWrap li .controlSub.switch  dd{padding:2px 15px;}
.controlSub_lst dd.select,.controlSub_lst dd:hover{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; color: #333;}

.opermodeLst_sub{padding-top:8px;}
.opermodeLst_sub label{font-size:14px;color:#333;line-height:28px;float:left;text-align:right;}
.opermodeLst_sub .inputSelect02.wd01{margin-left:80px;}

/** {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}*/

/*============================ 企业信息 ============================*/
.personalInform_lst .lst-rgt td .area{background:#fff;border:1px solid #eceaea;width:258px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;position:relative;}
.personalInform_lst .lst-rgt td .area.focus{border: 1px solid #d9ebf7;}
.personalInform_lst .lst-rgt td .area textarea{width:100%;color:#333;font-family:"Microsoft YaHei";font-size:14px;line-height:22px;padding:0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; margin-bottom: 20px;}
.personalInform_lst .lst-rgt td .area .font-num{position:absolute;bottom:0;right:0;color:#999;font-size:14px;line-height:24px;padding:0 5px;}
.personalInform_lst.company .lst-rgt .edit-box{width:878px;display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-family:Arial;}
.personalInform_lst.company .lst-rgt .edit-box .edit-cnt{display:inline-block; vertical-align:middle;}
.personalInform_lst .lst-lft.company{background:url(../images/company-pic.png) no-repeat;}
/*个人中心，企业信息*/
.enterpriseinfo
{
 display:none;
}

/*确认弹出层*/

.maturityTc{width:242px;height:144px;margin-left:-121px;top:50%;margin-top:-72px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.tsTc .closeBtn,.confirmTc .closeBtn,.maturityTc .closeBtn{position:absolute;top:0;right:0;color:#a4a2a2;font-size:18px;width:18px;line-height:24px;text-align:center;}
.tsTc .closeBtn{font-size:24px;width:24px;}
.tsTc .confirmTc-cnt,.confirmTc .confirmTc-cnt,.maturityTc .confirmTc-cnt{width:242px;height:58px;padding:20px 0;display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:51px;*font-family:Arial;}
.tsTc .confirmTc-cnt{height:104px;*font-size:91px;}
.tsTc .confirmTc-txt,.confirmTc .confirmTc-txt,.maturityTc .confirmTc-txt{font-size:14px;line-height:22px;color:#333; vertical-align:middle;display:inline-block;}
.tsTc .confirmTc-txt{font-size:18px;line-height:26px;}

/*VIP到期提醒弹出层*/
.maturityTc{width:350px;height:220px;margin-left:0px;top:50%;margin-top:0px;text-align:center;}
.maturityTc .closeBtn{color:#0bb7ff;font-size:20px;width:22px;}
.maturityTc .confirmTc-cnt{width:350px;padding:0 44px;height:170px;*font-size:148px;}
.maturityTc .confirmTc-txt img{display:inline-block;margin-bottom:5px;}
.maturityTc .confirmTc-txt p{font-size:14px;line-height:26px;display:inline-block;text-align:left;}
.maturityTc .btnBox a.sureBtn{display:inline-block;width:88px;height:28px;line-height:28px;font-szie:14px;color:#0bb7ff;text-align:center;background:#fff;border:1px solid #0bb7ff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}

/*预览页——分享弹出层*/
.share-tc,.scancode-tc,.copycode-tc{background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;position:absolute;top:50%;left:50%;z-index:99;display:none;}
.share-tc{width:370px;height:230px;margin-top:-115px;margin-left:-185px;}
.share-tc-cnt{text-align:center;padding-top:50px;}
.share-tc-cnt .share-tit{color:#333;font-size:16px;line-height:24px;}
.share-tc-cnt .share-lst{display:inline-block;padding-top:30px;}
.share-tc-cnt .share-lst.txttip{padding-top:0px;}
.share-tc-cnt .share-lst li{float:left;margin:0 20px; width: 56px;}
.share-tc-cnt .share-lst li .share-lst-tit{color:#333;font-size:14px;line-height:22px;padding-top:8px;}
/*预览页——扫二维码弹出层*/
.scancode-tc{width:286px;height:260px;margin-top:-130px;margin-left:-143px;}
.scancode-tc-cnt{text-align:center;padding-top:40px;}
.scancode-tc-cnt .scancode-tit,.scancode-pic{display:inline-block;}
.scancode-tc-cnt .scancode-txt{color:#666;font-size:14px;line-height:22px;padding:4px 0 5px;}
img.scancode-pic { width: 132px; height: 132px;}
/*预览页——复制代码弹出层*/
.copycode-tc{width:400px;height:270px;margin-top:-135px;margin-left:-200px;}
.copycode-tc-cnt{text-align:center;padding:25px 20px 18px;}
.copycode-tc-cnt .copycode-tit{color:#333;font-size:14px;line-height:24px;}
.copycode-tc-cnt .copycode-main{ margin-top:10px;background:#f8f8f8;height:146px;padding:0 10px;text-align:left;color:#a0a0a0;font-size:14px;line-height:24px;overflow:auto;border: solid 1px #e8eaeb; }
.btn-copycode{display:inline-block;text-align:center;width:78px;height:34px;line-height:34px;color:#fff;font-size:14px;background:#1eb9f2;margin-top:12px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
/*企业信息——放大弹出层*/
.enlarge-tc{width:1190px;height:460px;position:fixed;top:50%;left:50%;margin-left:-595px;margin-top:-230px;background:none;}
.tc-close{display:inline-block;background:url(../images/tc-close.png) no-repeat;width:32px;height:32px;position:absolute;bottom:0;top:auto;left:50%;margin-left:-16px;}
.enlarge-tc .originalpic-box{width:1190px;height:400px;background:#e3e2e2;display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:349px;*font-family:Arial;}
.enlarge-tc .originalpic-box img{display:inline-block; vertical-align:middle;max-width:100%;max-height:100%;}

/*============================ 用户主页 ============================*/
.userHomepage-wrap{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
.userHomepage-top-wrap{-moz-box-shadow:0px 0px 11px rgba(135,136,136,0.2);-webkit-box-shadow:0px 0px 11px rgba(135,136,136,0.2);box-shadow:0px 0px 11px rgba(135,136,136,0.2);}
.userHomepage-top{padding:20px 0;}
.userHomepage-top .lft{float:left;}
.userHomepage-top .logo1{width:60px;height:56px;float:left;}
.userHomepage-top .logo-txt{color:#333;font-size:18px;line-height:56px;margin-left:65px;}
.userHomepage-top .rgt{float:right;}
.userHomepage-top .rgt .care-txt{display:inline-block;float:left;color:#666;font-size:14px;line-height:56px;margin-right:10px;}
.userHomepage-top .rgt .btn-care{display:inline-block;background:url(../images/btn-bg.png) no-repeat;width:108px;height:43px;line-height:43px;text-align:center;color:#fff;font-size:14px;float:left;margin-top:6px;}
.userHomepage-banner{position:relative;}
.userHomepage-banner .img {width:1190px;height:400px}
.userHomepage-banner .btn-link{display:inline-block;text-align:center;padding:0 10px;min-width:60px;height:40px;line-height:40px;color:#fff;font-size:16px;background:#ffaf32;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:absolute;bottom:20px;right:20px;}
.userHomepage-banner .btn-link:hover {text-decoration:none }
.userHomepage-about{background:#f9f9f9;padding:15px 27px 35px;}
.userHomepage-tit{text-align:center;padding-bottom:11px;}
.userHomepage-tit .tit-txt{display:inline-block;min-width:270px;height:74px;line-height:74px;color:#333;font-size:24px;border-bottom:1px dashed #d4d4d4;position:relative;}
.userHomepage-tit .tit-txt .ico-tit{width:62px;height:23px;position:absolute;left:50%;margin-left:-31px;bottom:-11px;}
.userHomepage-about-txt{padding-top:22px;}
.userHomepage-about-txt p{text-indent:2em;color:#333;font-size:14px;line-height:26px;}
.filter-box{padding-top:6px;}
.filter-box .lft{float:left;}
.filter-box .result-txt,.filter-lst{color:#333;font-size:14px;line-height:16px;}
.filter-box .rgt{float:right;}
.filter-lst dt,.filter-lst dd{float:left;}
.filter-lst dd ul li{float:left;border-right:1px solid #e1e1e1;padding:0 8px;cursor:pointer;cursor:pointer;}
.filter-lst dd ul li:last-child{border-right:0;padding-right:0;}
.filter-lst dd ul li.select,.filter-lst dd ul li:hover{color:#ff9000;}
.filter-lst dd ul li .ico-box{float:right;padding-left:3px;margin-top:-1px;}
.filter-lst dd ul li .ico-up,.filter-lst dd ul li .ico-down{display:block;width:0;height:0;border-style:solid;border-width:4px;}
.filter-lst dd ul li .ico-up{border-color:transparent transparent #aaa;}
.filter-lst dd ul li .ico-down{border-color:#aaa transparent transparent;margin-top:2px;}
.filter-lst dd ul li.select .ico-up,.filter-lst dd ul li:hover .ico-up{border-color:transparent transparent #ff9000;}
.filter-lst dd ul li.select .ico-down,.filter-lst dd ul li:hover .ico-down{border-color:#ff9000 transparent transparent;}
.userHomepage-model-lst ul{margin-left:-22px;}
.userHomepage-model-lst li{float:left;margin-top:20px;margin-left:22px;width:279px;border:1px solid #f1f2f3;box-shadow:0px 1px 3px rgba(186,189,193,.2);}
.userHomepage-model-lst li .pic-box{/*{height:158px;*//*background:#f1f2f3;*/overflow:hidden;position: relative;}
.userHomepage-model-lst li .pic-box a{display:table-cell;vertical-align:middle;text-align:center; *display:block;*font-size:174px;*font-family:Arial;width:279px;height:158px;}
.userHomepage-model-lst li .pic-box img{max-width:100%;max-height:100%;vertical-align:middle;height: 100%;margin: 0 auto;}
.userHomepage-model-lst li .txt-box{height:62px;padding:10px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box; box-sizing: content-box;}
.userHomepage-model-lst li .txt-box .tit-txt{text-align:center;color:#333;font-size:14px;line-height:28px;height:28px;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;overflow:hidden}
.userHomepage-model-lst li .txt-box .operate-icobox{margin-left:-15px;margin-top:10px;}
.userHomepage-model-lst li .txt-box .operate-icotab{float:left;color:#999;font-size:14px;line-height:24px;margin-left:15px;}
.operate-icotab i{float:left;height:24px;margin-right:4px;}
.userHomepage-model-btnbox{text-align:center;padding:20px 0 10px 0;}
.btn-more{display:inline-block;text-align:center;width:280px;height:33px;line-height:33px;color:#747373;font-size:14px;background:#e7e7e7;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;}
.operate-icotab i.numb {  max-width: 50px; overflow: hidden; text-overflow: ellipsis;}


/*选择纹理弹出层*/
.veins-tc{
    width: 740px;
    height: 458px;
    left: 50%;
    top: 50%;
    margin-top: -229px;
    margin-left: -365px;
    z-index: 88;
}
.veins-tc .veins_lst{
    position: relative;
    zoom: 1;
    margin-left:-20px;
    margin-top: -15px;
    height: 336px;
    overflow: hidden;
    overflow-y: auto;
}
.veins-tc .veins_lst ul{
    width: 720px;
}
.veins-tc .veins_lst li{
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}
.veins-tc .veins_lst li .picBox{
    width: 124px;
    height: 124px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    *display:block;
    *font-size:108px;
    *font-family:Arial;
    cursor: pointer;
    position: relative;
}
.veins-tc .veins_lst li.none .picBox {
    border: 1px solid #98d7f1;
    width: 122px;
    height: 122px;
    *font-size:107px;
    font-size: 14px;
    color: #333;
}
.veins-tc .veins_lst li.customize .picBox{
    background: #edf4f7;
}
.veins-tc .veins_lst li .picBox img.pic{
    display: inline-block;
    vertical-align: middle;
    width:100%;
    height:100%;
}
.veins-tc .veins_lst li .picBox .ico-select,
.veins-tc .veins_lst li .picBox .ico-delete{
    display: inline-block;
    position: absolute;
    display: none;
}
.veins-tc .veins_lst li .picBox .ico-select{
    background: url(../images/ico-select.png) no-repeat;
    width: 16px;
    height: 16px;
    right: 10px;
    bottom: 10px;
}
.ico-delete{
    background: url(../images/ico-delete.png) no-repeat;
    width: 18px;
    height: 18px;
    top: -7px;
    right: -7px;
}
.veins-tc .veins_lst li .tit-txt{
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.veins-tc .btnBox{
    margin-top: 24px;
}
/*上传自定义纹理弹出层*/
.customizeVeins-tc{
    width: 546px;
    height: 406px;
    top: 50%;
    margin-left: -273px;
    margin-top: -203px;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    z-index: 89;
}
.customizeVeins-tc .customizeVeins-tc-cnt{
    padding: 35px 0;
    text-align: center;
}
.customizeVeins-tc-cnt .customizeVeins-box{
    display: inline-block;
}
.customizeVeins-tc-cnt .customizeVeins-box .txt{
    display: inline-block;
    line-height: 166px;
    color: #333;
    font-size: 14px;
    float: left;
    margin-right: 25px;
}
.customizeVeins-tc-cnt .customizeVeins-box .veins-box{
    float: left;
    width: 166px;
    text-align: center;
}
.customizeVeins-tc-cnt .customizeVeins-box .veins-cnt{
    width: 164px;
    height: 164px;
    border: 1px solid #e4e3e3;
    background: #eaebec;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    *display:block;
    *font-size:143px;
    *font-family:Arial;
}
.customizeVeins-tc-cnt .customizeVeins-box .veins-cnt img{
    display: inline-block;
    vertical-align: middle;
    max-width: 166px;
    max-height: 100%;
}
.customizeVeins-tc-cnt .customizeVeins-box .btn-file{
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: url(../images/fileBtn.png) no-repeat;
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 15px;
}
.customizeVeins-tc .btnBox{
    margin-top: 25px;
}
/*删除纹理提示弹出层*/
.delete-sureTc{width:380px;height:270px;margin-left:-190px;top:50%;margin-top:-135px;text-align:center;moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-moz-box-shadow:0px 0px 5px gaba(0,0,0,.3);-webkit-box-shadow:0px 0px 5px gaba(0,0,0,.3);box-shadow:0px 0px 5px gaba(0,0,0,.3);}
.delete-sureTc .closeBtn{color:#0bb7ff;font-size:20px;width:22px;position: absolute;top: 0;right: 0;line-height: 24px;text-align: center;}
.delete-sureTc .confirmTc-cnt{padding:0 44px;height:220px;*font-size:192px;display: table-cell;vertical-align: middle;text-align: center;}
.delete-sureTc .confirmTc-txt img{display:block;margin:10px auto;}
.delete-sureTc .confirmTc-txt p{display:inline-block;text-align:left;}
.delete-sureTc .confirmTc-txt p.tit-txt{text-align: center;font-size: 18px;}
.delete-sureTc .confirmTc-txt p.cnt-txt{font-size:14px;color:#666;padding-top: 20px;line-height:24px;text-indent:2em;}
.delete-sureTc .btnBox a{display:inline-block;width:88px;height:28px;line-height:28px;font-szie:14px;color:#0bb7ff;text-align:center;background:#fff;border:1px solid #2ac1ff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin:0 20px;}
.delete-sureTc .btnBox a.sureBtn{border:1px solid #2ac1ff;color:#2ac1ff;}
.delete-sureTc .btnBox a.cancelBtn{border:1px solid #739cac;color:#739cac;}