﻿@charset "utf-8";

@font-face {
    font-family: 'LubalinGraph';
    src: url(../font/LubalinGraph-Demi.otf);
}

@font-face {
    font-family: 'opensans';
    src: url(../font/opensans.ttf);
}

@font-face {
    font-family: 'daohang';
    src: url(../font/rotsan.otf);
}

@font-face {
    font-family: 'rotsan';
    src: url(../font/rotsan.ttf);
}

@font-face {
    font-family: 'rotsanxb';
    src: url(../font/rotsanxb.ttf);
}

@font-face {
    font-family: 'rotsrfi';
    src: url(../font/rotsrfi.ttf);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'opensans', 'LubalinGraph', 'rotsan', 'rotsanxb', 'rotsrfi';
}

a:link {
    color:#000;
        text-decoration: none;
    /* 指正常的未被访问过的链接*/
}

a:visited {
    color: #000;
    text-decoration: none;
    /*指已经访问过的链接*/
}

a:hover {
    color: #000;
    text-decoration: none;
    /*指鼠标在链接*/
}

a:active {
    color: #000;
    text-decoration: none;
    /* 指正在点的链接*/
}

li {
    list-style: none;
    list-style-type: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea,
select,
option {
    -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
option:focus {
    outline: none;
    border: 0;
}

input::-ms-clear {
    display: none;
}

.clear {
    clear: both;
}

[v-cloak] {
    display: none
}

/*
    alert 

*/
.tkbg {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: rgba(0, 0, 0, 0.5); */
    /* z-index: 10; */
}

.tk {
    width: 300px;
    position: fixed;
    left: 50%;
    top: 65%;
    background: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
    border-radius: 15px;
    transform: translate(-50%, -150%);
}

/*===pc===*/



.box {
    width: 1185px;
    margin: 0 auto;
}

.big {
    width: 1170px;
    margin: 0 auto;
}

header {
    background: #ffffff;
    min-width: 1185px;
    border-top: #ffcc33 6px solid;
    height: 73px;
    line-height: 73px;
}

header .logo {
    width: 200px;
    height: 73px;
    float: left;
    background: url(../images/logo.png) center center no-repeat;
}

header ul {
    float: left;
    margin-left: 170px;
}

header ul li > a {
    float: left;
    width: 122px;
    display: block;
    cursor: pointer;
    transform: skew(-42deg);

}

header ul li > a {
    color: #000;
    text-decoration: none;
}

header ul li {
    width: 122px;
    float: left;
    position: relative;
}

header ul li.hover > a,
header ul li:hover > a {
    background: #ffcc33;
}

header ul li .list {
    position: absolute;
    line-height: 36px;
    background: #fff;
    top: 73px;
    padding: 16px 25px;
    width: auto;
    font-size: 15px;
    right: 31px;
    display: none;
}

header ul li .list a {
    font-family: 'daohang';
    color: #555555;
    white-space: nowrap;
}

header ul li:hover .list {
    display: block;
}

header ul li .list a:hover {
    color: #b5121b;
    text-decoration: underline;
}

header ul li#userLi:hover {
    background: none;
}

header ul li span {
    font-size: 18px;
    text-align: center;
    display: block;
    transform: skew(42deg);
}
 
header .user {
    float: right;
    font-size: 14px;
    padding-left: 38px;
    position: relative;
    background: url(../picture/icon5.png) left center no-repeat;
}
 header  .special {
        font-size: 18px;
        text-align: center;
        display: block;
        transform: skew(0deg);
    }

header .user .list {
    width: 88px;
    position: absolute;
    top: 50px;
    background: #fff;
    line-height: 38px;
    text-align: center;
    border: #009ddc 1px solid;
    /*display:none;*/
}

header .user .list a {
    white-space: nowrap;
    font-size: 14px;
    color: #000000;
    display: block;
}

header .user .list a:hover {
    background: #009ddc;
    color: #fff;
}

header .user:hover {
    float: right;
    font-size: 14px;
    padding-left: 38px;
    background: url(../picture/icon5_hover.png) left center no-repeat;
}

.banner {
    min-width: 1185px;
    height: 550px;
    background: url(../images/banner.jpg) center center no-repeat;
}

.subpage_banner {
    width: 1170px;
    margin: 0 auto;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
}

.subpage_banner.banner1 {
    background-image: url(../images/pc1.jpg);
}

.subpage_banner.banner2 {
    background-image: url(../images/pc2.jpg);
}

.subpage_banner.banner3 {
    background-image: url(../images/pc3.jpg);
}

.subpage_banner.banner4 {
    background-image: url(../images/pc4.jpg);
}

.index .text {
    color: #000000;
    font-size: 18px;
    line-height: 48px;
    padding: 14px 0 14px 30px;
}

.index .lunbo {
    background: #f3f1ee;
    min-width: 1185px;
}

footer {
    height: 174px;
    background: #d8cfc6;
    min-width: 1185px;
}

footer .line .left {
    width: 50%;
    float: left;
    height: 6px;
    background: #9a8b7d;
}

footer .line .right {
    width: 50%;
    float: right;
    height: 6px;
    background: #ffcc33;
}

footer .box .left {
    width: 470px;
    padding-left: 34px;
    float: left;
}

footer .box .center {
    width: 432px;
    float: left;
    padding-top: 25px;
}

footer .box .li {
    font-size: 16px;
    color: #9a8b7d;
    line-height: 34px;
    margin-top: 25px;
}

footer .box .li img {
    vertical-align: middle;
    margin-right: 10px;
}

footer .box .ewm {
    margin-top: 28px;
    float: left;
}


/*子页面*/
.subpage {
    background: #f3f1ee;
}

.subpage .subpage_title {
    padding-top: 15px;
    font-size: 48px;
    line-height: 57px;
    padding-bottom: 9px;
    letter-spacing: 1.2px;
    font-family: "opensans", Arial, sans-serif;

}

.subpage .subpage_introduce {
    font-size: 25px;
    line-height: 29px;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.subpage ul.content {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 80px;
}

.subpage ul.content li {
    padding: 20px;
    width: calc(50% - 40px);
    float: left;
    height: 272px;
}

.subpage ul.content li .video {
    display: block;
    width: 100%;
    height: 272px;
}

.subpage ul.content li dt {
    font-family: 'LubalinGraph';
    line-height: 32px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

.subpage ul.content li dd {
    font-size: 15px;
    color: #333;
    line-height: 28px;
    text-align: justify;
}

.subpage ul.content li dd p {
    margin: 0 0 1em 0;
    font-size: 15px;
    line-height: 24px;
    font-family: 'daohang';
}

/*----视频页面-----*/
.video {
    background: #f3f1ee;
}
.video header .box{ width:1170px;}
.video .videoplayer {

    width: 820px;
    height: 462px;
}

.video .title {
    line-height: 44px;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    font-family: 'LubalinGraph';
    padding-top: 12px;
}

.video .title span {
    font-size: 14px;
    color: #9a8b7d;
    font-weight: normal;
    float: right;
}

.video .time {
    line-height: 32px;
    font-size: 14px;
    color: #9a8b7d;
    padding-bottom: 22px;
}

.video .content .left {
    width: 840px;
    height: 458px;
    float: left;

}
.video .content .leftc {
        width: 840px;
        height: 458px;
        margin: 0 auto;
        margin-bottom: -42px;
        float: none;
    }
.video .content .left video {
    width: 100%;
    height: 100%;
}

.video .content {
    padding-bottom: 42px;
}

.video .content .right {
    background: #fff;
    height: 470px;
    width: 320px;
    float: right;
    position: relative;
}

.video .content .right .min_title {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    background: #ffcc33;
}

.video .content .right .q1 img {
    width: 130px;
    display: block;
    height: 130px;
    margin: 46px auto;
}

.video .content .right .q1 .text {
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    height: 154px;

}

.video .content .right dt {
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
    padding-left: 12px;

    padding-right: 12px;
}

.video .content .right dd {
    padding-left: 12px;
    padding-top: 4px;
}

.video .content .right dd label {
    display: block;
    line-height: 24px;
    font-size: 12px;
}

.video .content .right dd label input {
    vertical-align: middle;
    margin-right: 2px;
}

.video .submit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    background: #8dc63f;
    border-radius: 2px;
}

.video .course_introduction {
    margin: 42px 0;
    background: #fff;
}

.video .course_introduction dt {
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    padding-left: 20px;
    border-bottom: #f3f1ee 2px solid;
    line-height: 46px;
}

.video .course_introduction dd {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
}


/*==登录===*/


.login {
    background: #f3f1ee;
}

.login .fanhui {
    text-align: right;
    text-decoration: none;
    color: #333;
    line-height: 80px;
    text-align: right;
}

.login section {
    width: 1124px;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgb(5, 0, 0, 0.07) 0 5px 10px 0;
    margin: 38px auto;
}

.login section .title {
    height: 108px;
    line-height: 108px;
    font-size: 48px;
    margin-bottom: 36px;
    text-align: center;
    background: url(../picture/logo.png) 26px center no-repeat;
}

.login section .center {
    width: 354px;
    margin: 0 auto;
}

.login section .center .text {
    padding: 14px 0;
    position: relative;
    font-size: 16px;
}

.login section .center .text input.phone,
.login section .center .text input.number {
    width: calc(100% - 2px);
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-indent: 38px;
    border: #d8cfc6 1px solid;
    border-radius: 3px;
}

.login section .center .text input.phone::placeholder,
.login section .center .text input.number::placeholder {
    color: #d8cfc6;
}

.login section .center .text input.phone {
    background: url(../picture/icon6.png) 10px center no-repeat;
}

.login section .center .text input.number {
    background: url(../picture/icon7.png) 10px center no-repeat;
}

.login section .center .text a {
    position: absolute;
    right: 2px;
    display: block;
    bottom: 16px;
    /*    width: 150px;*/
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    /*    border: #d8cfc6 1px solid;*/
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #998b7d;
}

.login section .center .text a:hover,
.login section .center .text a:focus {
    background: #d8d0c9;
}

.login section .switch {
    line-height: 100px;
    font-size: 22px;
}

.login section .switch span {
    color: #d8cfc6;
    margin: 0 30px;
}

/*
.login section .switch label {
    color: #ff0033;
}
*/

.login section .switch a {
    color: #000;
    text-decoration: none;
}

.login .control {
    font-size: 14px;
    position: relative;
    margin: 10px 0;
}

.login .control label {
    color: #d8cfc6;
}

.login .control input {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 3px;
}

.login .control a {
    color: #9a8b7d;
    position: absolute;
    right: 0;
    text-decoration: none;
}

.login .sign_in {
    display: block;
    width: 100%;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
    font-size: 22px;
    background: #ffcc33;
}

.login .register {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
}

.login .explain {
    width: 824px;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 14px;
    line-height: 18px;
}

.login .explain a {
    color: #009ddc;
    text-decoration: none;
}

.login.register section .center {
    width: 766px;
    margin: 0 auto;
}

.register .text input[type=text],
.register .text select {
    width: calc(100% - 2px);
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-indent: 8px;
    border: #d8cfc6 1px solid;
    border-radius: 3px;
}

.register .text input[type=text]:hover,
.login.register section .center .text input.number:hover,
.register .text input[type=text]:focus,
.login.register section .center .text input.number:focus {
    border-color: #ffcc33;
    border-width: 2px;
    height: 40px;
    line-height: 40px;
    text-indent: 7px;
    width: calc(100% - 4px);
}

.register .text select:hover,
.register .text select:focus {
    border-color: #ffcc33;
    border-width: 2px;
    text-indent: 7px;
    line-height: 39px;
}

.register .text select {
    padding: 1px 0;
-webkit-appearance: menulist;
}

.login.register section .center .text input.number {
    text-indent: 8px;
    background: none;
}

.login.register section .center .text {
    padding: 6px 0;
}

.login.register section .center .text p {
    font-size: 14px;
    line-height: 30px;
}

.login.register section .center .text p span {
    color: #f00;
}

.login.register section .center .text a {
    bottom: 8px;
}

.login.register section .center .text img {
    margin-top: -3px;
    vertical-align: middle;
    transform: rotate(180deg);
}

.login.register section .center .text img.d {
    transform: rotate(0deg);
}

.login.register section .center .text a.grey {
    background: #d8cfc6;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.login.register section .center .fl,
.login.register section .center .fr {
    width: 365px;
}

.login.register .bottom_register {
    text-align: right;
    padding-top: 60px;
    font-size: 18px;
    padding-right: 38px;
}

.login.register .bottom_register a {
    color: #009ddc;
    margin-right: 38px;
}

.login.register .bottom_register .sign_in {
    display: inline-block;
    width: 245px;
}

/*
.login section .center label {
    color: #ff0033;
}
*/

.register .list {
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 79px;
    padding: 4px;
    border-radius: 3px;
    border: #d8cfc6 1px solid;
    max-height: 310px;
    overflow-y: auto;
}

.register .list label {
    display: inline-block;
    width: 100px;
    padding-left: 8px;
    line-height: 24px;
    font-size: 12px;
    float: left;
}

.register .list label:hover {
    background: #f3f1ee;
}

.register .list label input {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}

.login.wj section .title {
    margin-bottom: 50px;
}

.yd {
    display: none;
}

.test {
    height: 382px;
    overflow: auto;
    float: left;
    border: none;
}

.scrollbar {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}

.test-1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.test-1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0px;
    background: #d9cfc6;
}

.test-1::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #fff;
}

@media only screen and (max-width: 1080px),
only screen and (max-device-width:1080px) {

    html,
    body {
        font-size: 40.32px;
    }
}

@media only screen and (max-width: 960px),
only screen and (max-device-width:960px) {

    html,
    body {
        font-size: 35.84px;
    }
}

@media only screen and (max-width: 800px),
only screen and (max-device-width:800px) {

    html,
    body {
        font-size: 29.866666666666667px;
    }
}

@media only screen and (max-width: 720px),
only screen and (max-device-width:720px) {

    html,
    body {
        font-size: 26.88px;
    }
}

@media only screen and (max-width: 640px),
only screen and (max-device-width:640px) {

    html,
    body {
        font-size: 23.893333333333334px;
    }
}

@media only screen and (max-width: 600px),
only screen and (max-device-width:600px) {

    html,
    body {
        font-size: 22.400000000000002px;
    }
}

@media only screen and (max-width: 540px),
only screen and (max-device-width:540px) {

    html,
    body {
        font-size: 20.16px;
    }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width:480px) {

    html,
    body {
        font-size: 17.92px;
    }
}

@media only screen and (max-width: 414px),
only screen and (max-device-width:414px) {

    html,
    body {
        font-size: 15.456000000000001px;
    }
}

@media only screen and (max-width: 400px),
only screen and (max-device-width:400px) {

    html,
    body {
        font-size: 14.933333333333334px;
    }
}

@media only screen and (max-width: 375px),
only screen and (max-device-width:375px) {

    html,
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px),
only screen and (max-device-width:360px) {

    html,
    body {
        font-size: 13.44px;
    }
}

/*====移动端适配====*/
@media only screen and (max-width: 1000px),
only screen and (max-device-width:1000px) {
    .pc {
        display: none;
    }

    .login .sign_in {
        font-size: 18px;
    }

    .yd {
        display: inline-block;
    }

    .menu.yd {
        position: absolute;
        top: 10px;
        height: 32px;
        left: 20px;
    }

    /*==注册页面==*/
    .login section {
        width: 100%;
        padding-bottom: 20px;
    }

    .login.register section .center .fl,
    .login.register section .center .fr {
        width: 100%;
        float: none;

    }

    .login section .title {
        background: none;
        height: 54px;
        line-height: 54px;
        font-size: 23px;
        padding-top: 10px;
        text-align: center;
        margin-bottom: 0;
    }

    .login.register .bottom_register .sign_in {
        width: 100%;
        font-size: 18px;
    }

    .login.register .bottom_register .yd a {
        font-size: 16px;
        color: #000;
        text-decoration: none;
        line-height: 66px;
    }

    /* ==底部适配==*/
    .login section {
        margin: 24px 0;
    }

    .footer {
        width: 100%;
        min-width: 100%;
    }

    footer .box .left,
    footer .box .center {
        width: 100%;
        padding-left: 0;
    }

    footer .box .left,
    footer .box .center {
        padding-top: 0;
    }

    .login.register section .center,
    .bottom_register {
        width: auto;
        margin: 0 30px;
    }

    .login.register .bottom_register {
        text-align: center;
        padding-right: 0;
        padding-top: 30px;
    }

    .login.register .bottom_register a {
        margin-right: 0;
    }

    .box,
    footer,
    header,
    .banner,
    .lunbo,
    .index .lunbo,
    .big {
        width: 100%;
        min-width: 100%;
    }

    footer {
        position: relative;
        height: auto;
    }

    footer .box {
        padding: 20px 0;
    }

    footer .line .left {
        height: 6px;
    }

    footer .line .right {
        height: 6px;
    }

    footer .box .li img {
        width: 16px;
        margin-left: 30px;
        margin-right: 10px;
    }

    footer .box .li {
        margin-top: 0;
        font-size: 12px;
    }

    footer .box .ewm {
        position: absolute;
        top: 10px;
        right: 30px;
        float: none;
        width: 80px;
    }

    /*    ===头部适配==*/
    header {
        position: relative;
        border-top-width: 6px;
        height: auto;
        padding: 10px 0;
        line-height: 38px;
    }

    header .logo {
        width: 100px;
        height: 32px;
        background-size: auto 100%;
        margin: 0 auto;
        float: none;
    }

    /*===首页==*/
    .banner {
        height: 196px;
        background-size: auto 100%;
    }

    header ul.yd {
        float: none;
        display: none;
        position: absolute;
        left: 0;
        margin: 0;
        top: 52px;
        width: 100px;
        width: 122px;
        background: #fff;
    }

    header ul li span,
    header ul li {
        /*transform: skew(0deg);*/
        line-height: 34px;
        text-align: left;

        width: 100%;
    }

    header ul li span {
        text-indent: 20px;
        font-size: 14px;
    }

    .index .text {
        font-size: 15px;
        line-height: 30px;
        padding: 14px 22px;
    }

    .login .control {
        font-size: 10px;
    }

    .register .text input[type=text],
    .register .text select,
    .login.register section .center .text a,
    .login section .center .text input.phone,
    .login section .center .text input.number {
        font-size: 14px;
    }

    .register .text input[type=text],
    .login.register section .center .text input.number,
    .register .text input[type=text],
    .login.register section .center .text input.number,
    .register .text select,
    .register .text select,
    .login section .center .text a {
        height: 36px;
        line-height: 36px;
    }

    .register .text input[type=text]:hover,
    .login.register section .center .text input.number:hover,
    .register .text input[type=text]:focus,
    .login.register section .center .text input.number:focus {
        height: 34px;
        line-height: 34px;
    }

    .register .text select:hover,
    .register .text select:focus {
        line-height: 33px;
    }

    .login.register section .center .text a {
        bottom: 6px;
        height: 34px;
        line-height: 34px;
    }

    .login.register section .center .text {
        padding: 4px 0;
    }

    .dlzc {
        line-height: 32px;
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 14px;
        color: #000;
        text-decoration: none;
    }

    .login section .center {
        width: auto;
        margin: 0 30px;
    }

    .login .explain {
        width: auto;
        font-size: 10px;
        margin: 20px 20px 0 20px;
        line-height: 20px;
    }

    .login section .center .text input.phone,
    .login section .center .text input.number {
        height: 38px;
        line-height: 38px;
    }

    .video .content .left,
    .video .content .right {
        width: 100%;
        height: auto;
    }

    .video .content .right {
        margin-top: 15px;
    }

    .video .time,
    .video .title {
        padding-bottom: 0;
        margin: 0 10px;
    }

    .video .title {
        line-height: 32px;
        font-size: 20px;
        padding-top: 6px;
    }

    .video .course_introduction {
        margin-top: 20px;
    }

    .video .content {
        padding-bottom: 20px;
    }

    .subpage .big img {
        width: 100%;
    }

    .subpage .subpage_title {
        font-size: 24px;
        line-height: 35px;
        padding-top: 10px;
        text-align: center;
    }

    .subpage .subpage_introduce {
        font-size: 18px;
        padding-bottom: 4px;
        line-height: 26px;
        text-align: center;
    }

    .subpage ul.content {
        background: none;
        padding: 14px 18px;
        margin-bottom: 10px;
    }

    .subpage ul.content li {
        width: calc(100% - 36px);
        padding: 8px 18px 16px 18px;
        background: #fff;
        height: auto;
    }

    .subpage ul.content li:nth-child(3),
    .subpage ul.content li:nth-child(5),
    .subpage ul.content li:nth-child(7),
    .subpage ul.content li:nth-child(9) {
        margin-top: 22px;
    }

    .subpage ul.content li:nth-child(2),
    .subpage ul.content li:nth-child(4),
    .subpage ul.content li:nth-child(6),
    .subpage ul.content li:nth-child(8) {
        padding-top: 0;
    }

    .subpage ul.content li .video {
        height: auto;
    }

    .subpage ul.content li dt {
        line-height: 44px;
        font-size: 22px;
        padding-top: 0px;
        font-weight: normal;
        padding-bottom: 0;
    }

    .subpage ul.content li dd {
        line-height: 24px;
    }

    .video header .logo {
        float: left;
    }

    .video header .user {
        float: right;
        font-size: 12px;
        padding-left: 24px;
        background: url(../picture/icon5.png) left center no-repeat;
        padding-right: 10px;
        background-size: 20px;
        line-height: 32px;
    }

    .video header .user:hover {
        float: right;
        font-size: 12px;
        padding-left: 24px;
        background: url(../picture/icon5_hover.png) left center no-repeat;
        padding-right: 10px;
        background-size: 20px;
        line-height: 32px;
    }

    .login section .switch {
        line-height: 55px;
        font-size: 18px;
    }

    .login section .switch span {
        color: #d8cfc6;
        margin: 0 30px;
    }

    .login.wj section .title {
        margin-bottom: 25px;
    }

    .q3 {
        padding-bottom: 46px;
    }

    .video .content .right .q1 img {
        width: 80px;
        display: block;
        height: 80px;
        margin: 23px auto;
    }

    .video .content .right .q1 .text {
        font-size: 18px;
        text-align: center;
        line-height: 28px;
        height: auto;
        padding-bottom: 60px;
    }
}

.exclusive {
    width: 100%;
    padding-top: 50px;
    font-size: 15px;
    font-family: 'daohang';
}

.yd .exclusive {
    padding-top: 0;
}

.exclusive td {
    width: 50%;
    background: rgb(255, 204, 51);
}

    .exclusive td a {
        text-decoration: underline;
    }

    .exclusive td + td {
        line-height: 36px;
        width: 50%;
        background: rgb(229, 229, 229);
    }

    .exclusive td span {
        font-weight: bold;
        padding: 0 10px;
    }