/* CSS Document */


/* #页面共用样式# */

body {
    font-family: 'Microsoft YaHei', 'Arial', 'simsun', 'Helvetica Neue', 'Liberation Sans', 'FreeSans', 'sans-serif';
    color: #666;
    background: #f5f5f5;
    font-size: 12px;
    position: relative;
    min-height: 100%;
}

.border {
    border: 1px solid #ccc;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 120px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a6a6a6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #a6a6a6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a6a6a6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a6a6a6;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}


/*--icon CSS--*/


/* #页面图标样式# */

.i-search {
    width: 22px;
    height: 23px;
    /* background: url(../../images/serach.png) no-repeat; */
    display: block;
    float: left;
}


/*--topper CSS--*/


/* #顶部样式# */

.topper {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background: #2B3848;
    font-size: 12px;
}

    .topper .topper-content {
        margin: 0 30px;
    }

.topper-content .search {
    width: 260px;
    height: 30px;
    padding-top: 15px;
}

    .topper-content .search input {
        float: left;
        width: 210px;
        height: 30px;
        font-size: 12px;
        border: none;
        background: #565F6D;
        padding: 0 35px 0 10px;
        color: #fff;
        border-radius: 30px;
    }

    .topper-content .search img {
        float: left;
    }

    .topper-content .search i {
        cursor: pointer;
        margin: 9px 0px 0px -30px;
    }


/*--header CSS--*/


/* #头部样式# */

.topper .nav {
    height: 60px;
    font-size: 14px;
    margin-left: 30px;
}

    .topper .nav a {
        color: #fff;
    }

    .topper .nav ul li {
        padding: 0 10px;
        display: block;
        float: left;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }

        .topper .nav .nav-hover > a,
        .topper .nav ul li:hover > a {
            border-bottom: 2px solid #fff;
            padding-bottom: 8px;
        }


/*footer CSS*/


/*底部版权*/

.page-info {
    margin-top: 20px;
    line-height: 20px;
}

    .page-info span {
        width: 100%;
        float: left;
    }

    .page-info b {
        font-weight: normal;
    }


/*plugin CSS*/


/* #公共插件样式# */

.share {
    float: right;
    height: 24px;
    margin-right: 22px;
    margin-top: 22px;
}

    .share span {
        float: left;
        height: 24px;
        line-height: 24px;
    }


/*用户登录 CSS*/

.mask {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#LoginBox {
    position: absolute;
    left: 50%;
    *left: 0%;
    top: 150px;
    margin-left: -150px;
    *margin-left: 0px;
    z-index: 10000;
    display: none;
}

    #LoginBox .CloseBtn {
        margin-top: -44px;
        margin-right: 10px;
    }

    #LoginBox .UserLogin {
        width: 300px;
        height: auto;
        border: 1px #ccc solid;
        background: #fff;
        margin: 60px auto 0;
        text-align: center;
    }

        #LoginBox .UserLogin .LoginTitle {
            width: 100%;
            height: 60px;
            background: #f1f1f1;
            border-bottom: 1px #ccc solid;
        }

            #LoginBox .UserLogin .LoginTitle img {
                float: right;
            }

            #LoginBox .UserLogin .LoginTitle h1 {
                font-size: 18px;
                text-align: center;
                line-height: 60px;
                color: #333;
                margin:0;
            }

        #LoginBox .UserLogin .username {
            margin: 30px 0 10px;
            width: 242px;
            border: 1px solid #ccc;
            color: #666;
            font: 13px "Microsoft YaHei UI";
            padding: 10px 10px 10px 30px;
            background: url(../../Images/input_User.png) no-repeat left center;
        }

        #LoginBox .UserLogin .password {
            margin: 10px auto;
            width: 242px;
            border: 1px solid #ccc;
            color: #666;
            font: 13px "Microsoft YaHei UI";
            padding: 10px 10px 10px 30px;
            background: url(../../Images/input_Password.png) no-repeat left center;
        }

        #LoginBox .UserLogin .code {
            margin: 10px 0 10px 29px;
            width: 90px;
            float: left;
            border: 1px solid #ccc;
            color: #666;
            font: 13px "Microsoft YaHei UI";
            padding: 10px 10px 10px 30px;
        }

        #LoginBox .UserLogin .checkbox {
            width: 13px;
            height: 13px;
            border: 1px solid #ccc;
            background: #fff;
            margin-top: 9px;
        }

        #LoginBox .UserLogin .Check {
            width: 242px;
            height: 30px;
            margin: 0 auto;
            line-height: 30px;
        }

            #LoginBox .UserLogin .Check p {
                line-height: 30px;
                float: right;
                width: 93px;
                color: #333;
            }

            #LoginBox .UserLogin .Check a {
                font-size: 12px;
                color: #408BEF;
                float: right;
            }

                #LoginBox .UserLogin .Check a:hover {
                    text-decoration: underline;
                }

        #LoginBox .UserLogin .loginBtn {
            width: 242px;
            height: 40px;
            background: #408BEF;
            border: none;
            font-size: 16px;
            color: #fff;
            line-height: 40px;
        }

            #LoginBox .UserLogin .loginBtn:hover {
                background: #479aff;
            }

        #LoginBox .UserLogin #Pascode b {
            background: url(../../Images/changecode.png) no-repeat center;
        }

        #LoginBox .UserLogin span a {
            font-size: 12px;
            color: #408BEF;
            float: right;
        }

.QS_AreaMainContent {
    overflow: inherit !important;
}

#QS_LoginBtn {
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    margin-right: 10px;
    border-radius: 20px;
}

    #QS_LoginBtn .UserBox {
        margin: 2px 10px 0 5px;
    }

.Login {
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

    .Login a {
        color: #fff;
        line-height: 22px;
        cursor: pointer;
    }

    .Login .EnrollBtn {
        margin-left: 10px;
    }


/*评论*/

.UserInfoCSS {
    width: 624px;
    float: left;
    margin-top: 13px;
    line-height: 24px;
}

    .UserInfoCSS span {
        margin: 0 6px 0 6px;
    }

.Comments_more {
    text-align: center;
    background: #F2F2F2;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}


/*视频播放页*/

.VideoPlayer-Title {
    width: 100%;
    float: left;
    margin: 9px 0 14px 0;
    line-height: 30px;
    height: 45px;
}

    .VideoPlayer-Title span {
        font-size: 24px;
        float: left;
        font-weight: bold;
        line-height: 40px;
    }

.VideoPlayer-Box1 {
    width: 260px;
    height: 68px;
    float: left;
    margin: 10px 20px 10px 0;
}

    .VideoPlayer-Box1 .ImgBox2 {
        width: 120px;
        height: 68px;
        float: left;
        overflow: hidden;
    }

    .VideoPlayer-Box1 .ImgSpan2 {
        width: 130px;
        height: 62px;
        float: left;
        padding-left: 10px;
        line-height: 20px;
        overflow: hidden;
        margin-top: 6px;
    }

        .VideoPlayer-Box1 .ImgSpan2 span {
            width: 100%;
            float: left;
            color: #ffffff;
        }

        .VideoPlayer-Box1 .ImgSpan2 .ImgSpan2-tl1 {
            font-size: 14px;
            line-height: 20px;
        }

.VideoPlayer-Box2 {
    width: 860px;
    margin-top: 28px;
    background-color: #fff;
}

    .VideoPlayer-Box2 .Box-Title1 {
        width: 100%;
        height: 48px;
        background-color: #fff;
    }

        .VideoPlayer-Box2 .Box-Title1 span {
            width: 134px;
            height: 100%;
            font-size: 18px;
            display: block;
            float: left;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
        }

        .VideoPlayer-Box2 .Box-Title1 .check_span {
            /*background-color: #2b99d9;*/
            color: #fff;
        }

    .VideoPlayer-Box2 .Box-Con {
        margin-top: 19px;
    }

    .VideoPlayer-Box2 .Box-Con-span1 {
        line-height: 30px;
        margin: 20px;
    }

    .VideoPlayer-Box2 .Box-Con-span2 li {
        line-height: 48px;
        font-size: 14px;
        padding: 0 20px;
        width: 100%;
        float: left;
        cursor: pointer;
    }

    .VideoPlayer-Box2 .Box-Con-span2 .li_check {
        color: #2b99d9;
    }

    .VideoPlayer-Box2 .Box-Con-span2 li i {
        margin-right: 10px;
        width: 20px;
    }

.VideoPlayer-Box3 {
    width: 320px;
    margin-top: 28px;
    background-color: #fff;
}

    .VideoPlayer-Box3 .Box-Title1 {
        width: 100%;
        height: 48px;
        background-color: #fff;
    }

        .VideoPlayer-Box3 .Box-Title1 i {
            display: block;
            width: 4px;
            height: 23px;
            float: left;
            background-color: #2b99d9;
            margin-top: 14px;
        }

        .VideoPlayer-Box3 .Box-Title1 span {
            font-size: 18px;
            float: left;
            margin-left: 9px;
            line-height: 48px;
        }

    .VideoPlayer-Box3 .Box-Con {
        margin-top: 19px;
    }

.VideoPlayer-Box4 {
    width: 320px;
    height: 80px;
    float: left;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
    position: relative;
    border-radius: 4px;
}

    .VideoPlayer-Box4 .ImgBox2 {
        width: 120px;
        height: 80px;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-radius: 4px;
        margin-left: 10px;
    }

        .VideoPlayer-Box4 .ImgBox2 img {
            vertical-align: middle;
        }

    .VideoPlayer-Box4 .ImgSpan2 {
        width: 160px;
        height: 71px;
        float: left;
        padding: 6px 0 0 14px;
        line-height: 20px;
    }

        .VideoPlayer-Box4 .ImgSpan2 span {
            width: 100%;
            float: left;
        }

        .VideoPlayer-Box4 .ImgSpan2 .ImgSpan2-tl1 {
            font-size: 16px;
            color: #333;
            font-weight: bold;
        }

        .VideoPlayer-Box4 .ImgSpan2 .ImgSpan2-tl2 {
            color: #999999;
            margin-top: 4px;
            line-height: 16px;
        }
