body {
    font-family: 微软雅黑;
    letter-spacing: 0.5px;
    width: 100%;
    height: 100%;
    background-color: #F3F4F5;

}
html {
    font-size: 62.5%;
    /* 10px */
}

input[type='checkbox']{
    visibility: hidden;
}
a{
    color: inherit;
}
/* login == 开始 */

/* PC */
@media screen and (max-width: 991px){
	.login .pwd {
        width: 300px;
        height: 45px;
        margin: auto;
        margin-top: 20px;
        color: #666666;
        border: 1px solid #DCDCDC;
        background: url("../png/password_11.png") 20px 10px no-repeat;
        padding-left: 45px;
        display: block;
    }
}
@media screen and (max-width: 767px){
	.login .pwd {
        width: 260px;
        height: 45px;
        margin: auto;
        margin-top: 20px;
        color: #666666;
        border: 1px solid #DCDCDC;
        background: url("../png/password_11.png") 20px 10px no-repeat;
        padding-left: 45px;
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .login-wrap {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .bg-img {
        width: 100%;
        height: 100%;
       position: fixed;
    }
    .login {
        width: 450px;
        height: 540px;
        background-color: rgba(255, 255, 255, .6);
        position: absolute;
        left: 50%;
        margin-left: -225px;
        top: 10%;
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        z-index: 1500;
    }
    .login .logo {
        /*width: 141px;
        height: 100px;*/
        margin: auto;
        margin-left: 35%;
        margin-top: 10%;
    }
    .login .phone {
        width: 300px;
        height: 45px;
        margin: auto;
        margin-top: 45px;
        color: #666666;
        border: 1px solid #DCDCDC;
        background: url("../png/phone_07.png") 20px 10px no-repeat;
        padding-left: 45px;
        display: block;
    }
    .login .pwd {
        width: 300px;
        height: 45px;
        margin: auto;
        margin-top: 20px;
        color: #666666;
        border: 1px solid #DCDCDC;
        background: url("../png/password_11.png") 20px 10px no-repeat;
        padding-left: 45px;
        display: block;
    }
    .login .mima {
        width: 300px;
        height: 45px;
        margin: auto;
        margin-top: 20px;
        color: #666666;
    }
    .login .password {
        width: 210px;
        height: 45px;
        border: 1px solid #DCDCDC;
        border-right: none;
        background: url(../png/password_11.png) 20px 12px no-repeat;
        padding-left: 45px;
        display: block;
        float: left;
    }
    .login .password-btn {
        width: 90px;
        height: 45px;
        border: 1px solid #DCDCDC;
        text-align: center;
        float: left;
        cursor: pointer;
        color: #888;
    }
    .login .login-btn {
        width: 300px;
        height: 50px;
        background-color: #F8B327;
        color: #ffffff;
        display: block;
        margin: auto;
        font-size: 18px;
        margin-top: 35px;
        background: -webkit-linear-gradient(left, #F8B62A, #F49800);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #F8B62A, #F49800);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #F8B62A, #F49800);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #F8B62A, #F49800);
        /* 标准的语法 */
    }
    .login .p1 {
        width: 300px;
        height: 45px;
        line-height: 45px;
        margin: auto;
        margin-top: 30px;
    }
    .login .wx-login {
        float: left;
        color: #7d7d7d;
        margin-right: 10px;
    }
    .login .zhuce {
        float: right;
        color: #0080cc;
    }
}


/* Pad */

@media screen and (min-width: 768px) {
    .login-wrap {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .bg-img {
        width: 100%;
        height: 100%;
        position: fixed;
        margin: auto;
    }
    .login {
        width: 450px;
        height: 540px;
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        left: 50%;
        margin-left: -225px;
        top: 10%;
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        z-index: 1500;
    }
    .login .logo {
        /*width: 141px;
        height: 100px;*/
        margin: auto;
        margin-left: 21%;
        margin-top: 10%;
        color: #666666;
    }
    .login .phone {
        width: 300px;
        height: 45px;
        margin: auto;
        margin-top: 45px;
        color: #666666;
        border: 1px solid #DCDCDC;
        background: url("../png/phone_07.png") 20px 10px no-repeat;
        padding-left: 45px;
        display: block;
    }
    .login .mima {
        width: 300px;
        height: 45px;
        margin: auto;
        margin-top: 20px;
        color: #666666;
    }
    .login .password {
        width: 200px;
        height: 45px;
        border: 1px solid #DCDCDC;
        border-right: none;
        background: url("../png/password_11.png") 20px 12px no-repeat;
        padding-left: 45px;
        display: block;
        float: left;
    }
    .login .password-btn {
        width: 100px;
        height: 45px;
        border: 1px solid #DCDCDC;
        text-align: center;
        float: left;
        cursor: pointer;
    }
    .login .login-btn {
        width: 300px;
        height: 50px;
        /*background-color:#F8B327;*/
        color: #ffffff;
        display: block;
        margin: auto;
        font-size: 18px;
        margin-top: 35px;
        background: -webkit-linear-gradient(left, #F8B62A, #F49800);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #F8B62A, #F49800);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #F8B62A, #F49800);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #F8B62A, #F49800);
        /* 标准的语法 */
    }
    .login .p1 {
        width: 300px;
        height: 45px;
        line-height: 45px;
        margin: auto;
        margin-top: 30px;
    }
    .login .wx-login {
        float: left;
        color: #7d7d7d;
        margin-right: 10px;
    }
    .login .zhuce {
        float: right;
        color: #0080cc;
    }
}


/*Phone*/

@media screen and (max-width: 767px) {
    .login-wrap {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .bg-img {
        height: 100%;
        position: fixed;
    }
    .login {
        width: 300px;
        /*height: 400px;*/
        background-color: rgba(255, 255, 255, 10);
        position: absolute;
        left: 50%;
        top: 15%;
        margin-left: -150px;
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        z-index: 1500;
    }
    .login .logo {
        width: 140px;
        /*height: 66px;*/
        margin: auto;
        margin-left: 30%;
        margin-top: 10%;
    }
    .login .phone {
        width: 260px;
        height: 45px;
        margin: auto;
        margin-top: 45px;
        color: #666666;
        border: 1px solid #DCDCDC;
        background: url("../png/phone_07.png") 20px 10px no-repeat;
        padding-left: 45px;
        display: block;
    }
    .login .mima {
        width: 260px;
        height: 45px;
        margin: auto;
        color: #666666;
        margin-top: 20px;
    }
    .login .password {
        width: 160px;
        height: 45px;
        border: 1px solid #DCDCDC;
        border-right: none;
        background: url("../png/password_11.png") 20px 12px no-repeat;
        padding-left: 45px;
        display: block;
        float: left;
    }
    .login .password-btn {
        width: 100px;
        height: 45px;
        border: 1px solid #DCDCDC;
        text-align: center;
        float: left;
        cursor: pointer;
    }
    .login .login-btn {
        width: 260px;
        height: 50px;
        background-color: #F8B327;
        color: #ffffff;
        display: block;
        margin: auto;
        font-size: 18px;
        margin-top: 35px;
        background: -webkit-linear-gradient(left, #F8B62A, #F49800);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #F8B62A, #F49800);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #F8B62A, #F49800);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #F8B62A, #F49800);
        /* 标准的语法 */
    }
    .login .p1 {
        width: 260px;
        height: 45px;
        line-height: 45px;
        margin: auto;
        margin-top: 3rem;
        overflow: hidden;
    }
    .login .wx-login {
        width: 100px;
        float: left;
        color: #7d7d7d;
        margin-right: 10px;
    }
    .login .zhuce {
        /*width: 55px;*/
        margin-top: 2px;
        float: right;
        color: #0080cc;
    }
}


/* Phone4 */

@media screen and (max-width: 321px) {
    .login-wrap {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .bg-img {
        /*width: 100%;*/
        height: 100%;
        position: fixed;
       /* top:50%;
        left:50%;
        transform: translateX(-50%);
        margin-top: -50%;*/
    }
    .login {
        width: 100%;
        /*height: 400px;*/
        height: 100%;
        background-color: rgba(255, 255, 255, .6);
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0;
        color: #666666;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        z-index: 1500;
    }
    .login .logo {
        width: 140px;
        /*height: 66px;*/
        margin: auto;
        margin-left: 30%;
        margin-top: 10%;
    }
    .login .phone {
        width: 260px;
        height: 45px;
        margin: auto;
        margin-top: 30px;
        color: #666666;
        border: 1px solid #DCDCDC;
        background: url("../png/phone_07.png") 20px 10px no-repeat;
        padding-left: 45px;
        display: block;
    }
    .login .mima {
        width: 260px;
        height: 45px;
        margin: auto;
        color: #666666;
        margin-top: 20px;
    }
    .login .password {
        width: 160px;
        height: 45px;
        border: 1px solid #DCDCDC;
        border-right: none;
        background: url("../png/password_11.png") 20px 12px no-repeat;
        padding-left: 45px;
        display: block;
        float: left;
    }
    .login .password-btn {
        width: 100px;
        height: 45px;
        border: 1px solid #DCDCDC;
        text-align: center;
        float: left;
        cursor: pointer;
    }
    .login .login-btn {
        width: 260px;
        height: 50px;
        background-color: #F8B327;
        color: #ffffff;
        display: block;
        margin: auto;
        font-size: 18px;
        margin-top: 35px;
        background: -webkit-linear-gradient(left, #F8B62A, #F49800);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #F8B62A, #F49800);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #F8B62A, #F49800);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #F8B62A, #F49800);
        /* 标准的语法 */
    }
    .login .p1 {
        width: 260px;
        height: 45px;
        line-height: 45px;
        margin: auto;
        margin-top: 30px;
        overflow: hidden;
    }
    .login .wx-login {
        width: 100px;
        float: left;
        color: #7d7d7d;
        margin-right: 10px;
    }
    .login .zhuce {
        /*width: 55px;*/
        margin-top: 2px;
        float: right;
        color: #0080cc;
    }
}


/* login == 结束 */


/* ZhuCe == 开始 */

.ZC-wrap {
    width: 1200px;
    position: relative;
    background-color: #ffffff;
    margin: auto;
    padding: 40px 50px 0;
}

@media screen and (max-width: 1280px) {
    .ZC-wrap {
        width: 100%;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1280px) {
    .ZC-wrap {
        width: 100%;
        padding: 20px 10px;
    }
}

.ZC-login {
    /*width: 140px;
    height: 100px;*/
    display: block;
    margin: 40px auto 30px;
    /*position: absolute;*/
}

.ZC-wrap .ZC-bottom {
    width: 100%;
    /*padding-left: -2.5%;*/
    margin-left: -2.5%;
    overflow: hidden;
}

.ZC-wrap .h1 {
    font-size: 36px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding-bottom: 40px;
}

.ZC-wrap .input {
    width: 45%;
    margin-left: 5%;
    height: 48px;
    float: left;
    padding-left: 0;
    border: 1px solid #EAEAEA;
    line-height: 48px;
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
    .ZC-wrap .input {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 15px;
    }
    .ZC-wrap .ZC-bottom {
        width: 80%;
        /*padding-left: -2.5%;*/
        margin: auto;
        /*text-align: center;*/
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .ZC-wrap .input {
        width: 100%;
        height: 100%;
        margin-left: 0;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .ZC-wrap .ZC-bottom {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
}

.ZC-wrap .input .placeholder {
    width: 110px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    padding-top: 10px;
}

.ZC-wrap .input .write {
    width: calc(100% - 110px);
    float: left;
    height: 100%;
    font-size: 16px;
    color: #333;
}
.ZC-wrap .input .write::-moz-placeholder {  color: #ccc;; }
.ZC-wrap .input .write::-webkit-input-placeholder{ color: #ccc; }
.ZC-wrap .input .write::-ms-input-placeholder { color: #ccc; }
.ZC-wrap .input .write select {
    width:50%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .ZC-wrap .input .write {
        width: calc(100% - 100px);
        float: left;
        padding-top: 15px;
        height: 100%;
    }
}

@media screen and (max-width: 600px) {
    .ZC-wrap .input .write select {
        width: 50%;
        /*
        padding-top: 10px;
        height: 100%;*/
    }
}

@media screen and (max-width: 500px) {
    .ZC-wrap .input .write select {
        width: 65%;
        /*
        padding-top: 10px;
        height: 100%;*/
    }
}

@media screen and (max-width: 350px) {
    .ZC-wrap .input .write select {
        width: 80%;
    }
}

.ZC-wrap .input .require {
    position: absolute;
    right: 5%;
    top: 30%;
}

.ZC-wrap .input #yz-btn {
    width: 100px;
    height: 95%;
    float: right;
    background-color: #F1F1F1;
    color: #F39800;
    position: absolute;
    right: 1%;
    top: 2%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
}

.ZC-wrap .input label {
    font-weight: normal;
}

.ZC-wrap .input .radio {
    -webkit-appearance: radio;
    display: inline;
    margin-right: 5px;
    cursor: pointer;
}

.ZC-wrap .input .radio-left {
    margin-left: 5px;
}


/* 多选*/

.ZC-wrap .ZC-duoxaun {
    width: 100%;
    padding-left: 3%;
}

.ZC-timu {
    width: 100%;
    color: #777777;
    font-size: 18px;
    line-height: 66px;
}

.ZC-wrap .ZC-xuanxiang {
    width: 100%;
    overflow: hidden;
}

.ZC-wrap .ZC-xuanxiang ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}

.ZC-wrap .ZC-xuanxiang .ZC-checkbox {
    float: left;
    width: 25%;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .ZC-wrap .ZC-xuanxiang .ZC-checkbox {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .ZC-wrap .ZC-xuanxiang .ZC-checkbox {
        float: left;
        width: 100%;
    }
}

.ZC-checkbox .check {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #DCDCDC;
    margin-right: 5px;
}

.ZC-checkbox .check.act {
    background: url("../png/dui2_11.png") center center no-repeat;
}

.ZC-wrap .qt {
    width: 280px;
    height: 35px;
    float: left;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #DCDCDC;
    color: #ccc;
    font-size:14px; 
}

.ljzc {
    width: 40%;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 80px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}

.msdl {
    width: 40%;
    height: 50px;
    float: left;
    margin-left: 10%;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #9A9A9A;
    margin-bottom: 80px;
    background-color: #F3F4F5;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .msdl {
        width: 80%;
    }
    .ljzc {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 30px;
    }
}

.msdl .dl {
    color: #F49800;
}


/* ZhuCe == 结束 */


/* ZhuCeChengGong == 开始 */

.ZCCG-wrap {
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    padding: 35px;
    overflow: hidden;
}

.img_box {
    width: calc(100% - 920px);
    position: relative;
    height: 924px;
    overflow: hidden;
}

.img_box img {
    width: auto;
    height: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {
    .img_box {
        width: calc(100% - 840px);
        height: 954px;
    }
}

@media screen and (max-width: 1280px) {
    .img_box {
        display: none;
    }
}

.ZCCG-wrap .ZCCG-right {
    width: 920px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 35px 90px;
}

@media screen and (max-width: 1440px) {
    .ZCCG-wrap .ZCCG-right {
        width: 840px;
        padding: 35px 60px;
    }
}

@media screen and (max-width: 1280px) {
    .ZCCG-wrap .ZCCG-right {
        width: 100%;
        padding: 35px 90px;
    }
}

@media screen and (max-width: 767px) {
    .ZCCG-wrap .ZCCG-right {
        width: 100%;
        padding: 15px 15px;
    }
}

.ZCCG-wrap .ZCCG-right .h1 {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
}

.ZCCG-wrap .ZCCG-right .yaoqing {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
    text-indent: 2em;
}

.ZCCG-wrap .ZCCG-right .xian {
    width: 100%;
    height: 22px;
    margin-bottom: 10px;
}

.ZCCG-wrap .ZCCG-right ul {
    width: 100%;
    overflow: hidden;
}

.ZCCG-wrap .ZCCG-right ul .xiangmu {
    font-size: 16px;
    color: #f39800;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 6px;
}

.ZCCG-wrap .ZCCG-right ul .shuoming {
    font-size: 14px;
    color: #696760;
    /*color:red;*/
    width: 85%;
    float: right;
    line-height: 30px;
    /*padding-left: 5%;*/
}

@media screen and (max-width: 990px) {
    .ZCCG-wrap .ZCCG-right ul .shuoming {
        width: 100%;
    }
}

.ZCCG-btn {
    width: 145px;
    height: 50px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}

@media screen and (max-width: 1280px) {
    .ZCCG-btn {
        float: none;
        margin: auto;
        display: block;
    }
}


/* ZhuCeChengGong == 结束 */


/* Confirmation == 开始 */

.CON-con {
    max-width: 1200px;
    margin: auto;
}
@media screen and (max-width: 1280px) {
    .CON-con {
        max-width: 1200px;
        margin: auto;
        padding: 0 20px;
    }
}
@media screen and (max-width: 990px) {
    .CON-con {
        width: 90%;
        margin: auto;
    }
}

.QR-img {
    padding-top: 45px;
    padding-bottom: 50px;
}

@media screen and (max-width: 370px) {
    .h1 {
        font-size: 28px;padding: 0;
    }
}

.QR-xian-middle {
    line-height: 28px;
    color: #f39800;
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .QR-xian-middle {
        font-size: 24px;
    }
}

.QR-xian p {
    display: inline-block;
}

.QR-xian-left {
    width: 30%;
    height: 1px;
    margin-right: 20px;
    background: -webkit-linear-gradient(left, #F7F6F3, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F7F6F3, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F7F6F3, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F7F6F3, #F49800);
    /* 标准的语法 */
}

@media screen and (max-width: 660px) {
    .QR-xian-left {
        width: 20%;
        height: 1px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 370px) {
    .QR-xian-left {
        width: 15%;
        height: 1px;
        margin-right: 10px;
    }
}
.QR-xian-right {
    width: 30%;
    height: 1px;
    margin-left: 20px;
    background: -webkit-linear-gradient(right, #F7F6F3, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #F7F6F3, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #F7F6F3, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, #F7F6F3, #F49800);
    /* 标准的语法 */
}

@media screen and (max-width: 660px) {
    .QR-xian-right {
        width: 20%;
        height: 1px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 370px) {
    .QR-xian-right {
        width: 15%;
        height: 1px;
        margin-right: 10px;
    }
    .QR-xian{
        padding: 0;
    }
}
.QR-dear {
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .QR-dear {
        font-size: 24px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 15px;
    }
}

.QR-thead {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.QR-table {
    width: calc(100% - 40px);
    /*margin-top: 30px;*/
    margin-bottom: 40px;
    overflow: hidden;
    margin-left: 20px;
}

@media screen and (max-width: 600px) {
    .QR-table {
        padding: 0;
        overflow: hidden;
    }
}

.QR-table li + li {
    border-left: 1px solid #F7F7F7;
}

.QR-table .QR-tb-date {
    width: 10%;
}

.QR-table .QR-tb-time {
    width: 10%;
}

.QR-table .QR-tb-place {
    width: 20%;
}

.QR-table .QR-tb-con {
    width: 60%;
}

.QR-con {
    font-size: 16px;
    line-height: 26px;
    color: #6C6C6C;
    text-indent: 2em;
    margin-bottom: 25px;
    /*padding-top: 20px;*/
}

@media screen and (max-width: 767px) {
    .QR-con {
        font-size: 16px;
        line-height: 26px;
        color: #6C6C6C;
        text-indent: 2em;
        margin-bottom: 20px;
        /*padding-top: 20px;*/
    }
}

.QR-table ul {
    width: 100%;
    height: auto;
    min-height: 55px;
    overflow: hidden;
    margin-bottom: 0;
}

.QR-table ul li {
    font-size: 16px;
    padding-left: 35px;
    float: left;
    height: 100%;
    padding-top: 15px;
    line-height: 24px;
    font-size: 16px;
}

@media screen and (max-width: 1280px) {
    .QR-table ul li {
        padding-left: 20px;
        /*line-height: 24px;*/
    }
}

.QR-table ul:nth-child(odd) {
    background-color: #F0F4F6;
}

.QR-table ul:nth-child(even) {
    background-color: #ffffff;
}

.QR-table ul:first-child {
    background-color: #F2EEE7;
    color: #f39800;
}

.QR-table1 {
    display: none;
    height: auto;
}

.QR-table1 .tab1 {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.QR-table1 ul {
    background-color: #F2EEE7;
}

.QR-table1 ul li p {
    float: left;
    border: 1px solid #F7F7F7;
    border-bottom: none;
    padding-top: 15px;
    min-height: 55px;
    line-height: 24px;
}

.QR-table1 ul li {
    font-size: 16px;
    height: 100%;
    overflow: hidden;
}

.QR-table1 ul li p:first-child {
    width: 90px;
    height: 100%;
    min-height: 55px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    background-color: #F2EEE7;
    color: #f39800;
}

.QR-table1 ul li p:last-child {
    width: calc(100% - 90px);
    height: auto;
    min-height: 55px;
    overflow: hidden;
    text-align: left;
    background-color: #ffffff;
    /*padding-left: 15px;*/
    /*border-left:none;*/
    margin-bottom: 0;
}

.QR-table1 ul li p:last-child {
    padding-left: 15px;
}

@media screen and (max-width: 900px) {
    .QR-table {
        display: none;
    }
    .QR-table1 {
        display: block;
    }
}

.QR-xinxi {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    padding-left: 0px;
}

.QR-tishi {
    font-size: 16px;
    line-height: 26px;
    color: #888888;
    padding-left: 0px;
}


/*@media screen and (max-width: 600px){
    .QR-tb-date{
        width: 70px;
        text-align: center;
        padding: 0;
    }
}
@media screen and (max-width: 600px){
    .QR-tb-time{
        width: 70px;
        text-align: center;
        padding: 0;
    }
}
@media screen and (max-width: 600px){
    .QR-tb-place{
        width: 100px;
        text-align: center;
        padding: 0;
        padding-top: 20px;
    }
    .QR-tb-place1{
        width: 100px;
        text-align: center;
        padding: 0;
    }
}
@media screen and (max-width: 600px){
    .QR-tb-con{
        width:calc(100% - 240px);
        text-align: center;
        padding: 0;
        padding-top: 20px;
        height: 55px!important;
    }
    .mCSB_inside>.mCSB_container{
        margin-right: 5px;
    }
    .QR-tb-con1{
        width:calc(100% - 240px);
        text-align: center;
        padding: 0;
        height: 55px;
    }
}*/

@media screen and (max-width: 990px) {
    .erweima {
        text-align: center;
        margin-top: 10px;
    }
}

.QR-btn {
    margin-top: 30px;
    margin-bottom: 70px;
}

.QR-BTN {
    width: 150px;
    height: 50px;
    font-size: 16px;
    line-height: 37px;
    color: #ffffff;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}


/* Confirmation == 结束 */


/* help == 结束 */

.H-tab {
    width: 300px;
    height:100%;
    background-color: #ffffff;
    border-right: 1px solid #EEEEEE;
  /*  position: absolute;
    top:0;
    left:0;
    z-index: 1000;*/
    /*overflow-y:auto;*/

}
.H-tab .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    /*background: #f39800;*/
}
.mCSB_scrollTools .mCSB_draggerContainer{
    left: 10px;
}
/*.H-tab .mCSB_inside>.mCSB_container {*/
    /*margin-right: 8px;*/
/*}*/
@media screen and (max-width: 990px) {
    .H-tab {
        width: 300px;
        height:100%;
        position: fixed;
        top: 60px;
        left: -300px;
        z-index: 1000;
        /*overflow-y:scroll;*/
        height: calc(100vh - 60px);
        height: -webkit-calc(100vh - 60px);
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        opacity: 0;
    }
    .H-tab.act {
        left: 0;
        height:100%;
        opacity: 1;
    }
}
@media screen and (max-width: 320px) {
    .H-tab {
        width: 100%;
        height: auto;
        /*overflow-y: scroll;*/
    }
}

.H-tab .H-logo {
    w/*idth: 141px;
    height: 100px;*/
    margin: 10px auto 20px;
    text-align: center;
}

.H-yonghu {
    text-align: center;
    padding-bottom: 25px;
}

.H-yonghu .yonghuhead{
    padding:0px 10px;
}

.H-yonghu img{
    max-width: 100%;
}

.H-yonghu .H-yonghu-img {
    width: 113px;
    height: 113px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.H-yonghu .H-yonghu-img img {
    max-width: 100%;
}

@media screen and (max-width: 990px) {
    .H-yonghu .H-yonghu-img {
        width: 50px;
        height: 50px;
        margin: auto;
        border-radius: 50%;
        overflow: hidden;
    }
    .H-yonghu {
        text-align: center;
        padding-bottom: 15px;
    }
}

.H-yonghu .H-yonghu-img img {
    width: 100%;
    height: 100%;
}

.H-yonghu .yh-name {
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 10px;
}

.H-yonghu .yh-call {
    font-size: 14px;
    color: #999999;
    padding-bottom: 15px;
}

@media screen and (max-width: 990px) {
    .H-yonghu .yh-name {
        font-size: 16px;
        line-height: 18px;
        color: #333333;
        padding-top: 8px;
        padding-bottom: 5px;
    }
    .H-yonghu .yh-call {
        font-size: 12px;
        color: #999999;
        padding-bottom: 5px;
    }
}

.H-yonghu .H-btn {
    width: 130px;
    height: 40px;
    color: #ffffff;
    margin: auto;
    line-height: 40px;
    font-size: 16px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}

@media screen and (max-width: 990px) {
    .H-yonghu .H-btn {
        width: 90px;
        height: 30px;
        color: #ffffff;
        margin: auto;
        border-radius: 3px;
        line-height: 30px;
        font-size: 14px;
    }
}

.yh-list {
    width: 100%;
    border-top: 1px solid #EEEEEE;
    margin-bottom: 86px;
}

a, a:hover {
    color: #333333;
}

.yh-list li {
    height: 100%;
    position: relative;
    color: #333333;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}

@media screen and (max-width: 990px) {
    .yh-list li {
        height: 100%;
        position: relative;
        color: #333333;
        line-height: 30px;
        font-size: 12px;
        border-bottom: 1px solid #EEEEEE;
        cursor: pointer;
    }
}

.yh-list li .symobol {
    margin-right: 20px;
    ;
    margin-left: 35px;
    margin-top: -5px;
}

@media screen and (max-width: 990px) {
    .yh-list li .symobol {
        width: 15px;
        height: 15px;
    }
}

.yh-list li .click-biaozhi {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    display: none;
    height: 100%;
    width:2px;
    /*display: block;*/
}

.yh-list li:hover {
    /*background-color: #F4F3F0;*/
    color: #F59D07;
}

.yh-list li:hover .more {
    display: block;
}

.yh-list li:hover .click-biaozhi {
    display: block;
}

.yh-list li .more {
    position: absolute;
    top: 20px;
    right: 25px;
    display: none;
    font-size: 22px;
}

.yh-list .daohang {
    background-color: #F4F3F0;
    color: #F59D07;
}
.yh-list .daohangs {
    color: #F59D07;
}

.yh-list .daohang .more {
    display: block;
    color: #F59D07;
}

.yh-list .daohang a {
    color: #F59D07;
}

.yh-list .daohang .click-biaozhi {
    display: block;
}

.xiala {
    padding: 15px 0 15px 75px;
    background-color: #F9F9F9;
}

.xiala li {
    border-bottom: none;
    line-height: 43px;
    color: #666;
}
.xiala li:hover{
    color: #F59D07;
}

@media screen and (max-width: 990px) {
    .xiala {
        padding: 5px 0 5px 75px;
        background-color: #F9F9F9;
    }
    .xiala li {
        border-bottom: none;
        line-height: 24px;
    }
    .yh-list li .more {
        position: absolute;
        top: 10px;
        right: 10px;
        display: none;
    }
    .yh-list li .click-biaozhi {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        display: none;
        /*display: block;*/
    }
}

.click-active {
    background-color: #F4F3F0;
}

.yh-list .click-active .more {
    display: block;
}

.yh-list .click-active .click-biaozhi {
    display: block;
}


/* 右边 */

.h-right {
    width: calc(100% - 300px);
    overflow: hidden;
    /*position: relative;*/
}

.right-head {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
}

.right-head .tc-btn {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
}

.right-head .tc-btn .tc-btn-word a{
    font-size: 16px;
    color: #595656;
}

.right-head .right-head-btn {
    width: 125px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #F39901;
    color: #F39901;
    margin-left: 25px;
}

.right-head .right-head-btn a {
    color: #F39901;
    font-size: 16px;
}

.right-head .right-head-btn .img_ph {
    display: none;
}

.right-head .right-head-btn:hover {
    background-color: #F39901
}

.right-head .right-head-btn:hover a {
    color: #fff;
}


.right-head .right-head-btn:hover .img_ph {
    display: inline-block;
}

.right-head .right-head-btn:hover .img_pc {
    display: none;
}

@media screen and (max-width: 767px) {
    .right-content {
        padding: 15px;
    }
    .right-content .H-h1 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 420px) {
    .right-content .block {
        display: block;
        padding-top: 15px;
    }
}

.right-content .H-h1 {
    text-align: center;
    color: #333333;
    font-size: 36px;
    margin-top: 120px;
    padding-bottom: 25px;
}

.right-content .H-zhushi {
    text-align: center;
    color: #666666;
    font-size: 16px;
    padding-bottom: 70px;
    line-height: 26px;
}

.right-content .down-link {
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding-bottom: 25px;
}

@media screen and (max-width: 420px) {
    .right-content .down-link {
        text-align: left;
    }
}

.right-content .down-emial {
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding-bottom: 80px;
}

@media screen and (max-width: 420px) {
    .right-content .down-emial {
        text-align: left;
    }
}

.right-content .down-btn {
    text-align: center;
    width: 160px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    font-size: 16px;
    margin: auto;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}
.right-content .down-btn a{
    color: #ffffff;
}

.right-head .navbtn {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-right: 1px solid #EEEEEE;
    line-height: 96px;
    position: relative;
    width: 60px;
    height: 100%;
    cursor: pointer;
    text-align: center;
    background: #fff;
    display: none;
}

.right-head .navbtn span {
    position: absolute;
    top: 49%;
    left: 15px;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    background: #37393b;
}

.right-head .navbtn span::after, .right-head .navbtn span::before {
    position: absolute;
    left: 0px;
    height: 100%;
    content: '';
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    background: #37393b;
}

.right-head .navbtn span::after {
    top: -8px;
    width: 20px;
}

.right-head .navbtn span::before {
    top: 8px;
    width: 22px;
}

.right-head .navbtn:hover span, .right-head .navbtn:hover span::before {
    width: 20px;
}

.right-head .navbtn.act span {
    left: 20px;
    background: transparent;
}

.right-head .navbtn.act span::after {
    top: 2px;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #37393b;
}

.right-head .navbtn.act span::before {
    top: 2px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #37393b;
}

.right-head .H-logo {
    display: none;
}

@media screen and (max-width: 990px) {
    .H-logo {
        display: none;
    }
    .right-head .H-logo {
        width: 70px;
        height: 60px;
        float: left;
        margin-left: calc((100% - 200px)/2);
        text-align: center;
        display: block;
        overflow: hidden;
    }
    .right-head .H-logo img {
        width: 70px;
        /*height: 50px;*/
        margin-top: 10px;
    }
    .H-yonghu {
        padding-top: 15px;
    }
    .right-head {
        width: 100%;
        height: 60px;
        line-height: 40px;
        background-color: #ffffff;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        border-bottom: 1px solid #E8E8E8;
    }
    .right-head .right-head-btn {
        display: none;
    }
    .right-head .tc-btn {
        width: 60px;
        height: 100%;
        line-height: 60px;
        text-align: center;
        margin-top: 0;
        /*border: 1px solid #EEEEEE;*/
    }
    .right-head .tc-btn .tc-btn-word {
        display: none;
    }
    .h-right {
        width: 100%;
    }
    .right-head .navbtn {
        display: block;
    }

}


/* help == 结束 */


/* huodontgneiye == 开始 */

.right-content {
    position: relative;
    padding-top: 60px;
    width: auto;
    height:auto;
    background: #F3F4F5;
}

@media screen and (max-width:990px) {
    .right-content {
        position: relative;
        padding-top: 90px;
    }
}

.HD-banner {
    position: relative;
    width: 1200px;
    height: 490px;
    margin: auto;
}

@media screen and (max-width: 1560px) {
    .HD-banner {
        width: 1000px;
        height: 490px;
    }
    .HD-banner .img-banner {
        width: 1000px;
        height: 490px;
    }
}

@media screen and (max-width: 1366px) {
    .HD-banner {
        width: 950px;
        height: 490px;
    }
    .HD-banner .img-banner {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .HD-banner {
        width: 850px;
        height: 400px;
    }
    .HD-banner .img-banner {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1190px) {
    .HD-banner {
        width: 680px;
        height: 320px;
    }
    .HD-banner .img-banner {
        width: 680px;
        height: 320px;
    }
}

@media screen and (max-width: 767px) {
    .HD-banner {
        display: none;
    }
    .HD-banner .img-banner {
        display: none;
    }
}

.HD-banner p {
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    background-color: #FFFFFF;
}

@media screen and (max-width:1190px) {
    .HD-banner p {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
}

.HD-banner p img {
    margin-right: 15px;
}

.HD-banner .HD-back {
    position: absolute;
    top: 45%;
    left: 0;
    color: #333333;
}

.HD-banner .HD-yy {
    position: absolute;
    top: 45%;
    right: 0;
    color: #f39800;
}

.HD-aircle {
    width: 1000px;
    margin: auto;
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    transform: translateY(-55px);
}

@media screen and (max-width: 1560px) {
    .HD-aircle {
        width: 900px;
    }
}

@media screen and (max-width: 1366px) {
    .HD-aircle {
        width: 850px;
    }
}

@media screen and (max-width: 1280px) {
    .HD-aircle {
        width: 780px;
    }
}

@media screen and (max-width:1190px) {
    .HD-aircle {
        width: 600px;
    }
}

@media screen and (max-width:1190px) {
    .HD-aircle .h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .HD-aircle {
        margin-top: 20px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 640px) {
    .HD-aircle {
        width: 100%;
    }
    .padding-none {
        padding-left: 0;
        padding-right: 0;
    }
}

.HD-aircle .xian {
    width: 80px;
    font-size: 16px;
    margin: auto;
    color: #f39800;
    line-height: 24px;
    border-top: 2px solid #F39800;
    padding-top: 10px;
}

.HD-aircle .h1 {
    padding-bottom: 20px;
    font-size: 36px;
    color: #333333;
}

@media screen and (max-width: 480px) {
    .HD-aircle .h1 {
        font-size: 20px;
    }
}

.HD-aircle .HD-date {
    margin: auto;
    font-size: 16px;
    color: #0080cc;
    line-height: 24px;
}

.HD-aircle .HD-date p {
    display: inline-block;
    padding: 5px 15px;
}

.HD-aircle .HD-date .date-border {
    border-right: 1px solid #E8E8E8;
}

@media screen and (max-width: 480px) {
    .HD-aircle .HD-date p {
        display: block;
    }
    .HD-aircle .HD-date .date-border {
        border-right: none;
    }
}

.HD-aircle .HD-biaoti {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 48px 120px 48px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-top: 20px;
}

@media screen and (max-width: 1280px) {
    .HD-aircle .HD-biaoti {
        margin-left: 0;
        margin-right: 0;
        padding: 48px 80px 48px;
    }
}

@media screen and (max-width: 767px) {
    .HD-aircle .HD-biaoti {
        margin-left: 0;
        margin-right: 0;
        padding: 48px 15px 48px;
    }
}

@media screen and (max-width: 480px) {
    .HD-aircle .HD-biaoti {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 15px;
    }
}

.HD-aircle .HD-con {
    padding-top: 20px;
    padding-left: 105px;
    padding-right: 105px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

@media screen and (max-width: 1280px) {
    .HD-aircle .HD-con {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 767px) {
    .HD-aircle .HD-con {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.HD-img {
    margin-top: 50px;
    margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
    .HD-img {
        width: 400px;
        height: 300px;
    }
}

@media screen and (max-width:480px) {
    .HD-img {
        width: 300px;
        height: 180px;
    }
}

.HD-share {
    text-align: left;
    padding-left: 105px;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    line-height: 30px;
}

@media screen and (max-width:520px) {
    .HD-share {
        text-align: center;
        padding-left: 15px;
    }
}

.HD-share a {
    width: 98px;
    height: 30px!important;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 5px;
}

.HD-share .HD-share1 {
    padding-top: 8px;
}

.HD-aircle .HD-share .wx-share {
    background-image: url("../png/wx_03.png");
    background-repeat: no-repeat;
    background-color: #3EBA6E;
    background-position: 15px 5px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
}

.HD-aircle .HD-share .wb-share {
    background-image: url("../png/wb_05.png");
    background-repeat: no-repeat;
    background-color: #F05050;
    background-position: 15px 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    margin: 0;
    font-size: 14px;    
}

.HD-back1 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-left: calc((100% - 270px)/2);
    margin-top: 30px;
    background-color: #f39800;
    border-radius: 5px;
    float: left;
    display: none;
}
.HD-back1 a{
    color: #ffffff;
}
.HD-back1 img {
    margin-right: 10px;
}

.phone-cx {
    width: 100%;
    overflow: hidden;
    /*text-align: center;*/
}

.HD-yy1 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    border: 1px solid #E8E8E8;
    display: none;
    background-color: #f39800;
    border-radius: 5px;
}
.HD-yy1 a{
    color: #ffffff;
}
.HD-yy1 img {
    /*margin-right: 10px;*/
}

@media screen and (max-width:767px) {
    .HD-back1 {
        display: block;
    }
    .HD-yy1 {
        display: block;
    }
}

@media screen and (max-width:350px) {
    .HD-back1 {
        width: 100px;
        margin-left: calc((100% - 230px)/2);
    }
    .HD-yy1 {
        width: 110px;
    }
}

#bdshare_weixin_qrcode_dialog {
    height: 330px!important;
}


/* huodontgneiye == 结束 */


/* download == 开始 */

.book-h1 {
    margin-top: -20px;
    margin-bottom: 80px;
    font-size: 26px;
    color: #333333;
    margin-left: 40px;
}

@media screen and (max-width:990px) {
    .book-h1 {
        margin-top: 0px;
        margin-bottom: 40px;
        margin-left: 20px;
    }
}

.book-list {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width:1680px) {
    .book-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.book-list li {
    float: left;
    width: 33.3%;
    /*height: 100%;*/
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    position: relative;
}

@media screen and (max-width:1680px) {
    .book-list li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1440px) {
    .book-list li {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .book-list li {
        width: 100%;
    }
    .book-list li {
        margin-bottom: 35px;
    }
}

@media screen and (max-width:500px) {
    .book-list li {
        padding-left: 0;
        padding-right: 0;
    }
    .book-list {
        padding-left: 0;
        padding-right: 0;
    }
}

.book {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF
}

.book-list li .top {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.book-list li .top .mengban {
    width: 100%;
    height: 15px;
    background-color: #F3F4F5;
}

.book-list li .top .book-img {
    float: left;
    margin-left: 20px;
    margin-right: 30px;
}

@media screen and (max-width:1680px) {
    .book-list li .top .book-img {
        float: left;
        margin-left: 20px;
        margin-right: 15px;
    }
}

.book-list li .top .book-shuming {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding-top: 25px;
    padding-right: 10px;
    font-weight: bold;
}

.book-list li .top .book-jianshu {
    font-size: 14px;
    color: #888888;
    line-height: 28px;
    padding-top: 15px;
    padding-right: 10px;
    height: 99px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.book-list li .bottom {
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    margin-right: 40px;
    border-top: 1px solid #E5E5E5;
}

@media screen and (max-width:500px) {
    .book-list li .bottom {
        margin-right: 15px;
    }
}

.book-list li .bottom .book-date {
    line-height: 50px;
    font-size: 16px;
    color: #888;
}

.book-list li .bottom .book-down {
    line-height: 50px;
    color: #F39800;
    font-size: 16px;
}

.book-page {
    overflow: hidden;
    width: 100%;
    height: 35px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 100px;
    border-bottom: 1px solid #E8E8E8;
}

.book-page .book-page-list li {
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.book-page .book-page-list li.act {
    color: #F39800;
    border-bottom: 2px solid #F39800;
}

.book-page .shouye {
    width: 10px;
    margin-right: calc((100% - 265px)/2);
}

.book-page .moye {
    width: 10px;
    margin-left: calc((100% - 265px)/2);
}

.book-page1 {
    width: 100%;
    height: 35px;
    display: none;
    text-align: center;
    margin-bottom: 40px;
}

.book-page1 p {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #F39800;
    border-radius: 3px;
    /*margin-left: 20px;*/
}

@media screen and (max-width:767px) {
    .book-page1 {
        display: block;
    }
    .book-page {
        display: none;
    }
}


/* download == 结束 */


/* canhhuixinxi == 开始 */

.right-content .xinxi {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.right-content .xinxi .xinxi-content {
    width: 80%;
    height: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #00A0E9;
    margin: 35px auto 0;
}

@media screen and (max-width:1680px) {
    .right-content .xinxi .xinxi-content {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .right-content .xinxi .xinxi-content {
        width: 100%;
    }
}

.right-content .xinxi .xinxi-content .xinxi-con {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #F0F0F0;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

@media screen and (max-width:1280px) {
    .right-content .xinxi .xinxi-content .xinxi-con {
        padding-left: 20px;
    }
}

.right-content .xinxi .xinxi-content .xinxi-con p {
    display: inline-block;
}

.right-content .xinxi .xinxi-content .xinxi-con .sp1 {
    font-size: 24px;
    color: #333333;
}

.right-content .xinxi .xinxi-content .xinxi-con .sp2 {
    font-size: 16px;
    color: #3B3B3B;
    padding-left: 15px;
}

.right-content .xinxi .xinxi-content .xinxi-con .sp3 {
    font-size: 16px;
    color: #F6AF54;
}

.right-content .xinxi .xinxi-content .xinxi-con .sp4 {
    font-size: 16px;
    color: #333333;
    padding-left: 35px;
}

.right-content .xinxi .xinxi-content .xinxi-con .sp5 {
    font-size: 16px;
    color: #878787;
}

@media screen and (max-width:1540px) {
    .right-content .xinxi .xinxi-content .xinxi-con .p2 {
        display: block;
        padding-top: 15px;
    }
    .right-content .xinxi .xinxi-content .xinxi-con .sp4 {
        padding-left: 113px;
    }
}

@media screen and (max-width:1271px) {
    .right-content .xinxi .xinxi-content .xinxi-con .sp5 {
        display: block;
        padding-top: 15px;
        padding-left: 113px;
    }
    /*.right-content .xinxi .xinxi-content .xinxi-con .sp4{
        padding-left: 113px;
    }*/
}

@media screen and (max-width:1200px) {
    .right-content .xinxi .xinxi-content .xinxi-con .sp5 {
        /*display: none;*/
    }
}

.right-content .xinxi .xinxi-content .xinxi-ziliao {
    width: 100%;
    /*height: 90px;*/
    border-bottom: 1px solid #F0F0F0;
    padding-left: 55px;
    line-height: 24px;
    overflow: hidden;
}

@media screen and (max-width:1280px) {
    .right-content .xinxi .xinxi-content .xinxi-ziliao {
        padding-left: 20px;
    }
}

@media screen and (max-width:778px) {
    .right-content .xinxi .xinxi-content .xinxi-ziliao {
        padding-left: 15px;
    }
}

.right-content .xinxi .xinxi-content .xinxi-ziliao .p1 {
    font-size: 24px;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width:600px) {
    .right-content .xinxi .xinxi-content .xinxi-ziliao .p1 {
        font-size: 20px;
        /*margin-left: -30px;*/
    }
    .right-content .xinxi .xinxi-content .xinxi-con {
        padding-left: 15px;
    }
    .right-content .xinxi .xinxi-content .xinxi-con .sp1 {
        font-size: 20px;
    }
    .right-content .xinxi .xinxi-content .xinxi-else .p1 {
        /*margin-left: -30px;*/
        font-size: 20px;
    }
}

.right-content .xinxi .xinxi-content .xinxi-ziliao ul {
    width: 100%;
    margin-left: -15px;
}

.right-content .xinxi .xinxi-content .xinxi-ziliao ul li {
    float: left;
    width: calc((100% - 65px)/2);
    height: 45px;
    border: 1px solid #F0F0F0;
    padding-left: 30px;
    line-height: 45px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
    .right-content .xinxi .xinxi-content .xinxi-ziliao ul li {
        width: 95%;
    }
}

.right-content .xinxi .xinxi-content .xinxi-ziliao ul li .mingzi {
    color: #333333;
    font-size: 16px;
}

.right-content .xinxi .xinxi-content .xinxi-ziliao ul li .shuju {
    color: #818181;
    font-size: 16px;
}

.right-content .xinxi .xinxi-content .xinxi-else {
    width: 100%;
    padding-left: 55px;
    line-height: 24px;
    overflow: hidden;
    padding-bottom: 100px;
}

@media screen and (max-width:1280px) {
    .right-content .xinxi .xinxi-content .xinxi-else {
        padding-left: 20px;
    }
}

@media screen and (max-width:778px) {
    .right-content .xinxi .xinxi-content .xinxi-else {
        padding-left: 15px;
    }
}

.right-content .xinxi .xinxi-content .xinxi-else .p1 {
    font-size: 24px;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 40px;
}

.right-content .xinxi .xinxi-content .xinxi-else ul {
    width: 100%;
    margin-left: -15px;
}

.right-content .xinxi .xinxi-content .xinxi-else ul li {
    /*float: left;*/
    width: 95%;
    /*height: 45px;*/
    border: 1px solid #F0F0F0;
    padding-left: 30px;
    line-height: 45px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.right-content .xinxi .xinxi-content .xinxi-else ul li .mingzi {
    color: #333333;
    font-size: 16px;
}

.right-content .xinxi .xinxi-content .xinxi-else ul li .shuju {
    color: #818181;
    font-size: 16px;
}

.right-content .xinxi .xinxi-content .qxch-btn {
    width: 160px;
    height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    margin: auto;
    margin-top: 30px;
    border-radius: 3px;
    display: block;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}

@media screen and (max-width:600px) {
    .right-content .xinxi .xinxi-content .xinxi-else ul li {
        padding-left: 10px;
    }
    .right-content .xinxi .xinxi-content .xinxi-ziliao ul li {
        padding-left: 10px;
    }
    .right-content .xinxi .xinxi-content .xinxi-else ul li .shuju {
        display: block;
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .right-content .xinxi .xinxi-content .xinxi-ziliao ul li .shuju {
        /*display: block;*/
        padding-bottom: 15px;
        padding-right: 15px;
    }
}


/* canhhuixinxi == 结束 */


/* huiyibaoming == 开始 */

.right-content .xinxi .baoming-content {
    width: 80%;
    height: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #00A0E9;
    /*padding-left: 55px;*/
    /*padding-right: 20px;*/
    margin: 35px auto 0;
}

@media screen and (max-width:1500px) {
    .right-content .xinxi .baoming-content {
        width: 95%;
        margin: 35px auto 0;
    }
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-content {
        width: 100%;
        margin: 35px auto 0;
    }
}

.right-content .xinxi .baoming-content .p1 {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #333333;
    padding-left: 55px;
    border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-content .p1 {
        padding-left: 20px;
    }
}

.right-content .xinxi .baoming-content .xuanze {
    padding-left: 55px;
    padding-top: 40px;
    border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-content .xuanze {
        padding-left: 20px;
        padding-top: 40px;
        border-bottom: 1px solid #F0F0F0;
    }
}

.right-content .xinxi .baoming-content .xuanze .xuanze1 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
    position: relative;
}

.right-content .xinxi .baoming-content .xuanze .xuanze1 p {
    float: left;
}

.right-content .xinxi .baoming-content .xuanze .xuanze1 .s1 {
    width: 24px;
    height: 24px;
    border: 1px solid #CECECE;
    border-radius: 50%;
}

.right-content .xinxi .baoming-content .xuanze .xuanze1 .s1 {
    width: 24px;
    height: 24px;
    border: 1px solid #CECECE;
    border-radius: 50%;
    cursor: pointer;
}

.right-content .xinxi .baoming-content .xuanze .xuanze1 .s1.act {
    border: 1px solid #F39902;
    background: url("../png/bg11_03.png") center center no-repeat;
}

.right-content .xinxi .baoming-content .xuanze .xuanze1 .s2 {
    font-size: 18px;
    color: #333333;
    padding-left: 24px;
}

.right-content .xinxi .baoming-content .xuanze .xuanze1 .s3 {
    font-size: 18px;
    color: #333333;
    padding-left: 40px;
}

.right-content .xinxi .baoming-content .xuanze .xuanze1 .s4 {
    font-size: 18px;
    color: #898989;
}

@media screen and (max-width:1500px) {
    .right-content .xinxi .baoming-content .xuanze .xuanze1 .s4 {
        width: 100%;
        padding-top: 20px;
    }
}

.right-content .xinxi .baoming-content .xuanze .xuanze-date {
    padding-left: 40px;
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
    display: none;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-content .xuanze .xuanze-date {
        padding-left: 20px;
    }
}

.right-content .xinxi .baoming-content .xuanze .xuanze-date p {
    width: 140px;
    height: 40px;
    color: #333333;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    margin: 10px;
    font-size: 16px;
}
.right-content .xinxi .baoming-content .xuanze .xuanze-date p .dui{
    display: none;
}
.right-content .xinxi .baoming-content .xuanze .xuanze-date p.act {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}
.right-content .xinxi .baoming-content .xuanze .xuanze-date p.act .dui{
    display: inline-block;
}
.right-content .xinxi .baoming-content .shui {
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
}

.right-content .xinxi .baoming-content .shui .p1 {
    font-size: 24px;
    color: #333333;
    border: none;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-content .shui .p1 {
        font-size: 18px;
        padding-left: 20px;
        line-height: 24px;
        height: auto;
    }
    .right-content .xinxi .baoming-content .shui {
        padding-top: 20px;
    }
}

.right-content .xinxi .baoming-content .shui ul {
    margin-left: 40px;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-content .shui ul {
        margin-left: 20px;
    }
}

.right-content .xinxi .baoming-content .shui ul li {
    float: left;
    width: calc((100% - 110px)/2);
    height: 45px;
    margin: 10px 15px;
    line-height: 45px;
    padding-left: 30px;
    border: 1px solid #DFDFDF;
    font-size: 16px;
}

@media screen and (max-width:1440px) {
    .right-content .xinxi .baoming-content .shui ul li {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-content .shui ul li {
        width: 90%;
        padding-left: 15px;
        margin-left: 0px;
    }
}

.right-content .xinxi .baoming-content .shui ul li input {
    width: calc(100% - 130px);
    padding-left: 15px;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-content .shui ul li input {
        width: calc(100% - 120px);
        padding-left: 0px;
    }
}

.right-content .xinxi .baoming-content .shui ul li span {
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.right-content .xinxi .baoming-else {
    overflow: hidden;
    padding-bottom: 80px;
}

.right-content .xinxi .baoming-else .p1 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    padding-top: 20px;
    border-bottom: none;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-else .p1 {
        font-size: 18px;
        line-height: 24px;
        height: auto;
        padding-bottom: 20px;
    }
}

.right-content .xinxi .baoming-else ul {
    width: 100%;
}

.right-content .xinxi .baoming-else ul li {
    width: calc(100% - 125px);
    margin-left: 55px;
    margin-bottom: 30px;
    margin-right: 20px;
    height: 100%;
    min-height: 100px;
    border: 1px solid #DFDFDF;
    padding: 15px;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-else ul li {
        margin-left: 20px;
        width: calc(100% - 40px);
    }
}

.right-content .xinxi .baoming-else ul li p {
    float: left;
    width: 190px;
    height: 100%;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-else ul li p {
        float: left;
        width: 185px;
        height: 100%;
    }
    .ch {
        margin: 0
    }
}

.right-content .xinxi .baoming-else ul li textarea {
    width: calc(100% - 210px);
    height: 100%;
    min-height: 100px;
    resize: none;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .right-content .xinxi .baoming-else ul li textarea {
        width: 100%;
        height: 100%;
        padding-top: 20px;
        min-height: 100px;
        resize: none
    }
}

.right-content .xinxi .baoming-tijiao {
    width: calc((100% - 140px)/2);
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 18px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
    color: #FFFFFF;
    margin-left: 55px;
    margin-right: 30px;
    border-radius: 3px;
}

.right-content .xinxi .baoming-quxiao {
    width: calc((100% - 140px)/2);
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 18px;
    background-color: #F3F4F5;
    color: #F8B62A;
    border-radius: 3px;
}


/* 弹窗 */

.tan-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9995000;
    display: none;

}
.tan-bg .tan-con {
    position: absolute;
    width: 520px;
    height: 560px;
    left: 50%;
    top: 50%;
    margin: -280px 0 0 -260px;
}

.tan-bg .tan-con .tan-neirong {
    width: 520px;
    height: 560px;
    background-color: #FFFFFF;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}

.tan-bg .tan-con .tan-neirong h1 {
    font-weight: normal;
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 25px;
}

.tan-bg .tan-con .tan-neirong p {
    font-size: 16px;
    line-height: 32px;
}

.tan-bg .tan-con .tan-neirong p span {
    color: #F39B07;
}

#guan {
    margin-left: 490px;
    cursor: pointer;
}

.xs-show {
    width: 300px;
    height: auto;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    /*display: none;*/
    margin: auto;
    margin-top: 45%;
    background-color: #ffffff;
    overflow: hidden;
}

.xs-show p {
    text-align: center;
    padding: 15px;
    line-height: 24px;
}

.xs-show p:first-child span {
    color: #F39800;
}

.xs-show p:last-child {
    height: 50px;
    border-top: 1px solid #E8E8E8;
    background-color: #F39800;
    color: #ffffff;
    cursor: pointer;
}

@media screen and (max-width:600px) {
    .xs-show {
        display: block;
    }
    .tan-bg .tan-con {
        /*display: none;*/
    }
    .tan-bg .tan-con {
        position: absolute;
        width: 320px;
        height: 360px;
        left: 50%;
        top: 50%;
        margin: -180px 0 0 -160px;
    }
    .tan-bg .tan-con .tan-neirong {
        width: 320px;
        height: 360px;
        background-color: #FFFFFF;
        overflow: hidden;
        text-align: center;
        padding-top: 30px;
    }
    .tan-bg .tan-con .tan-neirong img{
        width: 114px;
        height: 63px;
    }
    #guan{
        margin-left: 257px;
    }
}


/*@media screen and (max-width:600px){
    .tan-bg{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.7);
        z-index: 99999;
        display: none;
    }
    .tan-bg .tan-con{
        position: absolute;
        width: 80%;
        height: auto;
        left: 50%;
        top: 40%;
        padding-bottom: 10px;
    }
    .tan-bg .tan-con .tan-neirong img{
        width: 80%;
        height: 40%;
    }
    .tan-bg .tan-con .tan-neirong{
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        overflow: hidden;
        text-align: center;
        padding-top: 30px;
    }
    #guan{
        margin-left: 90%;
        cursor: pointer;
    }
}
@media screen and (max-width:320px){
    .tan-bg{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.7);
        z-index: 99999;
        display: none;
    }
    .tan-bg .tan-con{
        position: absolute;
        width: 80%;
        height: auto;
        left: 90%;
        top: 60%;
        padding-bottom: 10px;
    }
    .tan-bg .tan-con .tan-neirong img{
        width: 80%;
        height: 40%;
    }
    .tan-bg .tan-con .tan-neirong{
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        overflow: hidden;
        text-align: center;
        padding-top: 30px;
    }
    #guan{
        margin-left: 90%;
        cursor: pointer;
    }
}*/


/* huiyibaoming == 结束 */


/* My schedule == 开始 */

.rc-p1 {
    padding-left: 55px;
    font-size: 36px;
    color: #333333;
    padding-bottom: 40px;
}

.rc .ul1 {
    width: calc(100% - 110px);
    height: auto;
    margin-left: 55px;
    overflow: hidden;
    font-size: 16px;
}

.rc .ul2 {
    display: none;
    background-color: #F2EEE7;
}

@media screen and (max-width:1280px) {
    .rc .ul1 {
        width: calc(100% - 40px);
        height: auto;
        margin-left: 20px;
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .rc .ul1 {
        display: none;
    }
}

.rc .ul1 li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rc .ul1 li p {
    float: left;
    height: auto;
    min-height: 60px;
    line-height: 24px;
    padding: 20px 15px 10px;
    text-align: center;
    /*display: inline-block;*/
}

.rc .ul1 li p + p {
    border-left: 1px solid #F7F7F7;
}

.rc .ul1 li .p1 {
    width: 15%;
}

.rc .ul1 li .p2 {
    width: 15%;
}

.rc .ul1 li .p3 {
    width: 30%;
}

.rc .ul1 li .p4 {
    width: 40%;
}

.rc .ul1 li:nth-child(odd) {
    background-color: #ffffff;
}

.rc .ul1 li:nth-child(even) {
    background-color: #F0F4F6;
}

.rc .ul1 li:first-child {
    background-color: #F2EEE7;
    color: #F39E10;
}

@media screen and (max-width:767px) {
    .rc .ul2 {
        display: block;
        /*border: 1px solid #e3e3e3;*/
        margin-bottom: 20px;
    }
    .rc .ul2 li {
        height: 100%;
        overflow: hidden;
    }
    .rc .ul2 li p:first-child {
        float: left;
        background-color: #F2EEE7;
        color: #F39E10;
        width: 90px;
        height: 100%;
        height: auto;
        padding-top: 15px;
        text-align: center;
        min-height: 60px;
        overflow: hidden;
        border: 1px solid #F7F7F7;
        border-bottom: none;
    }
    .rc .ul2 li p:last-child {
        float: left;
        background-color: #F0F4F6;
        color: #333333;
        width: calc(100% - 90px);
        height: auto;
        padding: 15px;
        line-height: 24px;
        min-height: 60px;
        overflow: hidden;
        border: 1px solid #e3e3e3;
        border-left: none;
        border-bottom: none;
    }
}


/* My schedule == 结束 */


/* TongQiHuoDong == 开始 */

.TQHD-h1 {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 36px;
    color: #333333;
    margin-left: 40px;
    position: relative;
}

.TQHD-h1 .yyhd {
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #DDDDDD;
    position: relative;
    background-color: #ffffff;
    z-index: 900;
    float: right;
    font-size: 14px;
    color: #f39800;
    cursor: pointer;
    margin-right: 40px;
}

@media screen and (max-width:600px) {
    .TQHD-h1 {
        text-align: center;
    }
    .TQHD-h1 .yyhd {
        width: 160px;
        height: 45px;
        float: none;
        margin: auto;
        margin-top: 20px;
    }
}

.TQHD-h1 .yyhd.act {
    border-bottom: none;
}

.TQHD-h1 .yyhd-list {
    position: absolute;
    top: 43px;
    right: 40px;
    z-index: 500;
    padding: 0 20px 20px;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    display: none;
}

@media screen and (max-width:600px) {
    .TQHD-h1 .yyhd-list {
        position: absolute;
        top: 43px;
        right: 40px;
        z-index: 500;
        padding: 0 20px 20px;
        border: 1px solid #DDDDDD;
        background-color: #ffffff;
        display: none;
    }
}

.TQHD-h1 .yyhd-list li {
    width: 370px;
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.TQHD-h1 .yyhd-list li .suolve {
    width: 90px;
    height: 76px;
    margin-right: 15px;
    float: left;
}

.TQHD-h1 .yyhd-list li .yyhd-content .top {
    font-size: 16px;
    color: #333333;
    padding-top: 15px;
    text-align: left;
}

.TQHD-h1 .yyhd-list li .yyhd-content .bottom p {
    display: inline-block;
    font-size: 14px;
    color: #888888;
    margin-top: 15px;
}
.TQHD-h1 .yyhd-list li .yyhd-content .bottom .delyuyue{
    text-align: right;
    float: right;
}

.TQHD-h1 .yyhd-list li .yyhd-content .bottom .date {
    /*margin-right: 80px;*/
    text-align: left;
    float: left;
}

.TQHD-h1 .yyhd-list .zongjie {
    font-size: 14px;
    color: #B6B6B6;
    padding-top: 20px;
    text-align: left;
    height: 40%;
    line-height: 40px;
}

.TQHD-h1 .yyhd-list .zongjie span {
    color: #f39800;
}

.TQHD-h1 .yyhd-list .zongjie button {
    width: 100px;
    height: 40px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    float: right;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}

.TQHD-tab {
    width: calc(100% - 80px);
    height: 45px;
    margin: auto;
    border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width:600px) {
    .TQHD-tab {
        width: 100%;
        padding-left: 0px;
    }
}

.TQHD-tab ul {
    width: 100%;
    height: 45px;
}

.TQHD-tab ul li {
    float: left;
    width: 70px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.TQHD-tab ul li + li {
    margin-left: 50px;
}

@media screen and (max-width:600px) {
    .TQHD-tab ul li + li {
        margin-left: 9px;
    }
}

.TQHD-tab ul .act {
    color: #F39800;
    border-bottom: 2px solid #F39902;
}

.TQHD-flag {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 40px 15px 60px 40px;
}

@media screen and (max-width:600px) {
    .TQHD-flag {
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        padding: 20px 15px 40px 20px;
    }
}

.TQHD-list {
    width: 100%;
    height: 100%;
    padding: 0 35px;
    margin-left: -20px;
}

@media screen and (max-width:1680px) {
    .TQHD-list {
        margin-left: 10px;
        padding: 0 15px;
    }
}

@media screen and (max-width:1440px) {
    .TQHD-list {
        margin-left: 10px;
        padding-left: 0px;
    }
}

.TQHD-list li {
    width: 50%;
    height: 257px;
    position: relative;
    margin-bottom: 50px;
    float: left;
    padding: 0 20px;
    cursor: pointer;
    display: inline-block;
}

@media screen and (max-width:1440px) {
    .TQHD-list li {
        padding: 0 10px;
        padding-left: 30px;
    }
}

@media screen and (max-width:1360px) {
    .TQHD-list li {
        width: 80%;
        /*margin-left: 20px;*/
    }
}

@media screen and (max-width:1280px) {
    .TQHD-list li {
        width: 90%;
        /*margin-left: 20px;*/
    }
}

@media screen and (max-width:767px) {
    .TQHD-list li {
        width: 100%;
        /*margin-left: 20px;*/
    }
}

@media screen and (max-width:600px) {
    .TQHD-list li {
        height: auto;
        padding-left: 10px;
    }
}

.TQHD-list li .img {
    float: left;
    width: 50%;
    height: 277px;
    margin-top: -20px;
    position: relative;
}

.TQHD-list li .img .yyzt {
    width: 70px;
    height: 30px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.TQHD-list li .img .yyzt.act {
    display: block;
}

.TQHD-list li .img img {
    width: 100%;
    height: 277px;
}

@media screen and (max-width:600px) {
    .TQHD-list li .img {
        float: none;
        width: 100%;
        height: 277px;
        margin-top: -20px;
    }
}

.TQHD-list li .TQHD-content {
    width: 50%;
    float: left;
    padding-left: 20px;
    background-color: #ffffff;
}

@media screen and (max-width:600px) {
    .TQHD-list li .TQHD-content {
        width: 100%;
        height: auto;
        float: none;
        padding-left: 20px;
        background-color: #ffffff;
    }
}

.TQHD-list li .TQHD-content .top {
    padding-right: 15px;
    padding-top: 15px;
    height: 200px;
}

@media screen and (max-width:600px) {
    .TQHD-list li .TQHD-content .top {
        padding-right: 15px;
        padding-top: 15px;
        height: auto;
    }
}

.TQHD-list li .TQHD-content .top p:nth-child(1) {
    color: #0884CE;
    font-size: 14px;
    line-height: 24px;
}

.TQHD-list li .TQHD-content .top p:nth-child(2) {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

.TQHD-list li .TQHD-content .top p:nth-child(3) {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.TQHD-list li .TQHD-content .bottom {
    border-top: 1px solid #EFEFEF;
    padding-top: 15px;
    height: 56px;
}

.TQHD-list li .TQHD-content .bottom p {
    display: inline-block;
    font-size: 18px;
    color: #888888;
}

.TQHD-list li .TQHD-content .bottom .yy {
    float: right;
    margin-right: 20px;
    font-size: 16px;
    color: #F7BE7D;
}

.TQHD-list li .TQHD-content .bottom .yy1 {
    color: #589ED7;
}


/* TongQiHuoDong == 结束 */


/* yuyue == 开始 */

.right-content .yyjilu {
    width: calc(100% - 110px);
    margin: auto;
    margin-top: 35px;
    margin-bottom: 30px;
}

@media screen and (max-width:1366px) {
    .right-content .yyjilu {
        width: calc(100% - 40px);
        margin: auto;
        margin-top: 35px;
        margin-bottom: 30px;
    }
}

.right-content .yyjilu li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    cursor: pointer;
}

.right-content .yyjilu li p {
    float: left;
    line-height: 60px;
    padding-left: 40px;
}

.right-content .yyjilu li p span {
    display: inline-block;
}

.right-content .yyjilu li .cs {
    width: 40%;
    font-size: 16px;
    color: #333333;
}

.right-content .yyjilu li .hjss {
    width: 20%;
    font-size: 16px;
    color: #666666;
}

.right-content .yyjilu li .tjss {
    width: 20%;
    font-size: 16px;
    color: #666666;
}

.right-content .yyjilu li .cz {
    width: 20%;
    font-size: 16px;
}

@media screen and (max-width:1280px) {
    .right-content .yyjilu li .cz {
        width: 10%;
        font-size: 16px;
    }
    .right-content .yyjilu li .cs {
        width: 55%;
        font-size: 16px;
        color: #333333;
    }
    .right-content .yyjilu li .tjss {
        width: 15%;
        font-size: 16px;
        color: #666666;
    }
    .right-content .yyjilu li p {
        float: left;
        line-height: 60px;
        padding-left: 15px;
    }
}

.right-content .yyjilu li p .zt {
    width: 60px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #F39800;
    color: #F39800;
    border-radius: 3px;
    margin-left: 15px;
}

.right-content .yyjilu li p .yqx {
    width: 60px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #E5E5E5;
    color: #888888;
    border-radius: 3px;
    margin-left: 15px;
}

.right-content .yyjilu li .qx {
    color: #F39800;
}

.right-content .yyjilu li .yqx {
    color: #888888;
}

.yyjilu1 {
    display: none;
}

@media screen and (max-width:1100px) {
    .yyjilu1 {
        width: calc(100% - 40px);
        margin: auto;
        margin-top: 35px;
        margin-bottom: 30px;
        display: block;
    }
    .right-content .yyjilu {
        display: none;
    }
    .yyjilu1 ul {
        margin-bottom: 15px;
        border-top: 1px solid #eaeaea;
    }
    .yyjilu1 ul li {
        width: 100%;
        min-height: 60px;
        height: auto;
        font-size: 16px;
        line-height: 60px;
        background-color: #FFFFFF;
        border-bottom: 1px solid #eaeaea;
        cursor: pointer;
    }
    .yyjilu1 li p {
        float: left;
        line-height: 60px;
        padding-left: 40px;
    }
    .yyjilu1 li p:first-child {
        width: 100px;
        border-right: 1px solid #eaeaea;
        padding-left: 15px;
    }
    .yyjilu1 li p:last-child {
        width: calc(100% - 100px);
        /*padding-top: 20px;*/
    }
    .yyjilu1 li p span {
        display: inline-block;
    }
    .yyjilu1 li p .zt1 {
        width: 60px;
        height: 25px;
        line-height: 24px;
        text-align: center;
        border: 1px solid #F39800;
        color: #F39800;
        border-radius: 3px;
        margin-left: 15px;
    }
    .yyjilu1 li .qx1 {
        color: #F39800;
    }
    .yyjilu1 li .qx1.yqx1 {
        color: #888888;
    }
    .yyjilu1 li .zt1.yqx1 {
        width: 60px;
        height: 25px;
        line-height: 24px;
        text-align: center;
        border: 1px solid #E5E5E5;
        color: #888888;
        border-radius: 3px;
        margin-left: 15px;
    }
}

@media screen and (max-width:500px) {
    .yyjilu1 li .qx1 {
        padding-left: 15px;
        padding-top: 10px;
    }
    .yyjilu1 {
        width: 100%;
        margin: auto;
        margin-top: 35px;
        margin-bottom: 30px;
    }
    .yyjilu1 li p {
        float: left;
        line-height: 24px;
    }
    .yyjilu1 ul li {
        height: auto;
    }
    .yyjilu1 li p:first-child {
        width: 100px;
        height: 60px;
        padding-top: 10px;
        border-right: 1px solid #eaeaea;
        padding-left: 15px;
        line-height: 24px;
        /*border-bottom: 1px solid #eaeaea;*/
    }
    .yyjilu1 li p:last-child {
        width: calc(100% - 100px);
        padding-left: 15px;
        height: 60px;
        padding-top: 10px;
        line-height: 24px;
    }
    .yyjilu1 li .cs .zuo1{
        width: calc(100% - 65px);
        float: left;
        height: 100%;
    }
    .yyjilu1 li p .zt1 {
        width: 50px;
        height: 20px;
        margin-top: 5px;
        line-height: 18px;
        text-align: center;
        border: 1px solid #F39800;
        color: #F39800;
        font-size: 12px;
        border-radius: 3px;
        margin-left: 8px;
    }
}


/* yuyue == 结束 */


/* My activities == 开始 */


/*.myhd-list{
    width: calc(100% - 110px);
    margin: auto;
    margin-top: 40px;
}
.myhd-list li{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.myhd-list li .img1{
    width: 117px;
    height: 96px;
    margin-right: 15px;
}
.myhd-list li .img1 img{
    width: 117px;
    height: 96px;
}
.myhd-list li .div1{
    padding-top: 20px;
}
.myhd-list li .div1 .p1{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 10px;
}
.myhd-list li .div1 .p1 .status{
     display: inline-block;
     width: 60px;
     height: 25px;
     line-height: 24px;
     text-align: center;
     border: 1px solid #F39800;
     color: #F39800;
     margin-left: 10px;
     font-size: 14px;
 }
.myhd-list li .div1 .p1 .status1{
    display: inline-block;
    width: 60px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #888888;
    margin-left: 10px;
    font-size: 14px;
}
.myhd-list li .div1 .p2{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.myhd-list li .div2{
    padding-top: 15px;
    margin-right: 30%;
}
.myhd-list li .div2 p{
    font-size:14px;
    color: #666666;
    line-height: 35px;
    !*padding-bottom: 10px;*!
}
.myhd-list li .qxhd-gtn{
    width: 130px;
    height: 45px;
    color: #FFFFFF;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
    background: -webkit-linear-gradient(left, #F8B62A , #F49800); !* Safari 5.1 - 6.0 *!
    background: -o-linear-gradient(right, #F8B62A , #F49800); !* Opera 11.1 - 12.0 *!
    background: -moz-linear-gradient(right, #F8B62A , #F49800); !* Firefox 3.6 - 15 *!
    background: linear-gradient(to right, #F8B62A , #F49800); !* 标准的语法 *!
}
.myhd-list li .qxhd-gtn.act{
    background:#eeeeee;
    color: #666666;
}*/


/* My activities == 结束 */


/* ZhanShangXinXi == 开始 */

@media screen and (max-width: 768px) {
    .TQHD-h1 .zsp1 {
        float: none;
        font-size: 26px;
    }
    .TQHD-h1 {
        margin-left: 20px;
    }
    .zsyyxx-show {
        margin: auto;
        display: block;
    }
    .zsyyxx-show ul {
        /*border-top: 1px solid #eeeeee;*/
    }
    .zsyyxx-show ul li {
        font-size: 16px;
        ;
        height: 60px;
        cursor: pointer;
        padding: 20px 20px;
        border-bottom: 1px solid #eeeeee;
    }
    .zsyyxx-show ul li p {
        color: #333333;
        float: left;
    }
    .zsyyxx-show ul li .del {
        color: #888888;
        float: right;
    }
    .zsyyxx-h1 {
        font-size: 24px;
    }
    .zsyyxx-show .zongjie {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        padding: 0 20px;
    }
    .zsyyxx-show .zongjie span {
        color: #F39800;
    }
    .zsyyxx-show button {
        width: 100px;
        height: 40px;
        margin: auto;
        float: right;
        margin-top: 20px;
        font-size: 18px;
        color: #ffffff;
        border-radius: 3px;
        background-color: #F39800;
    }
}

.zsxinxi {
    width: calc(100% - 110px);
    margin: auto;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    overflow: hidden;
}

@media screen and (max-width:1680px) {
    .zsxinxi {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width:1440px) {
    .zsxinxi {
        width: calc(100% - 30px);
    }
}

.zsxinxi .biaoti {
    height: 60px;
    width: 100%;
    border-left: 2px solid #F49800;
    font-size: 24px;
    color: #333333;
    padding-left: 30px;
    line-height: 60px;
}

.zsxinxi ul {
    width: 100%;
    border-top: 1px solid #eeeeee;
}

.zsxinxi ul li {
    width: 50%;
    min-height: 50px;
    height: auto;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
    float: left;
}

@media screen and (max-width:1440px) {
    .zsxinxi ul li {
        width: 100%;
    }
}

.zsxinxi ul li span {
    float: left;
    display: block;
    height: 50px;
    font-size: 16px;
    /*line-height:24px;*/
}

.zsxinxi ul li .mCSB_container {
    padding-bottom: 5px;
}

.zsxinxi ul li span:nth-child(odd) {
    width: 25%;
    height: 50px;
    text-align: right;
    color: #888888;
    border-left: 1px solid #eeeeee;
    padding: 15px 20px 0 0;
}

@media screen and (max-width:1440px) {
    .zsxinxi ul li span:nth-child(odd) {
        width: 20%;
    }
}

@media screen and (max-width:767px) {
    .zsxinxi ul li span:nth-child(odd) {
        width: 150px;
    }
}

@media screen and (max-width:500px) {
    .zsxinxi ul li span:nth-child(odd) {
        width: 125px;
        text-align: left;
        padding-left: 7px;
        /*border-bottom: 1px solid #eeeeee;*/
    }
}

.zsxinxi ul li span:nth-child(even) {
    width: 75%;
    height: 50px;
    text-align: left;
    color: #333333;
    padding: 15px 30px 0px;
    border-left: 1px solid #eeeeee;
}

@media screen and (max-width:767px) {
    .zsxinxi ul li span:nth-child(even) {
        width: calc(100% - 150px);
    }
}

.zsxinxi ul li .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

@media screen and (max-width:500px) {
    .zsxinxi ul li span:nth-child(even) {
        width: calc(100% - 125px);
        padding: 10px 15px 0px;
        padding-right: 0px;
    }
    .zsxinxi {
        width: calc(100% - 20px);
    }
}

.zsxx-btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    border-radius: 3px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}
.zsxx-btn a{
    color: #FFFFFF;
    font-size: 16px;
}
.zsxx-btn img {
    margin-right: 15px;
}

.TQHD-h1 .zsyyxx ul li {
    font-size: 16px;
    height: 60px;
    cursor: pointer;
}

.zsyyxx ul li p {
    color: #333333;
    float: left;
}

.zsyyxx ul li .del {
    color: #888888;
    float: right;
}
.tan-bg1{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5000;
    display: none;
}
.tang-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5001;

}
.tan-cs {
    width: 830px;
    height: 650px;
    /*height: auto;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -325px 0 0 -415px;
    background: #ffffff;
    padding-left: 40px;
    z-index: 5002;
}

@media screen and (max-width:990px) {
    .tan-cs {
        width: 500px;
        height: auto;
        position: absolute;
        left: 50%;
        top: 20px;
        margin: 0 0 0 -250px;
        background: #ffffff;
        padding-left: 20px;
    }
}

@media screen and (max-width:768px) {
    .tan-cs {
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: -60px;
        position: relative;
        left: 0;
        top: 20px;
        background: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
    }
}

.tan-cs .tan-biaoti {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 30px;
    padding-bottom: 20px;
}

.tan-cs .liyifang {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tan-cs .juese-box {
    margin-top: 30px;
    margin-bottom: 20px;
}
@media screen and (max-width:767px) {
    .tan-cs .juese-box p{
        float: none;
        padding-bottom: 10px;
    }
}
.tan-cs .juese {
    font-size: 16px;
    color: #888888;
    float: left;
    line-height: 24px;
}

@media screen and (max-width:990px) {
    .tan-cs .juese {
        width: 100%;
        font-size: 16px;
        color: #888888;
        padding-bottom: 10px;
        float: none;
        line-height: 24px;
    }
}

.tan-cs .juese-xuan {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #EEEEEE;
}

.tan-cs .juese-xuan.act {
    border: 1px solid #F39902;
    background: url(../png/bg11_03.png) center center no-repeat;
}

.tan-cs .juese-juti {
    font-size: 16px;
    color: #333333;
    padding-right: 15px;
    line-height: 24px;
}

.tan-cs .xie {
    width: 650px;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.tan-cs .xie input {
    width: 400px;
}

.tan-cs .xie span {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}

@media screen and (max-width:990px) {
    .tan-cs .xie {
        width: 95%;
        height: auto;
        line-height: 45px;
        padding-left: 15px;
        border: 1px solid #EEEEEE;
        margin-bottom: 20px;
    }
    .tan-cs .xie span {
        padding-top: 15px;
        display: block;
    }
    .tan-cs .xie input {
        width: 100%;
    }
}

.tan-cs .huijian {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    padding-bottom: 15px;
}

.tan-cs .shijian-xuan li {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

@media screen and (max-width:500px) {
    .tan-cs .shijian-xuan li {
        float: none;
    }
}

.tan-cs .shijian {
    margin-bottom: 15px;
}

.tan-cs .shijian-xuan .quan {
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
}

.tan-cs .shijian-xuan .quan.act {
    border: 1px solid #F39902;
    background: url(../png/bg11_03.png) center center no-repeat;
}

.tan-cs .shijian-xuan .quan-shijian {
    padding-right: 10px;
}

.tan-cs .btn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.tan-cs .btn .btn1 {
    width: 120px;
    height: 45px;
    color: #ffffff;
    font-size: 16px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}

.tan-cs .btn .btn2 {
    width: 120px;
    height: 45px;
    color: #333333;
    margin-left: 20px;
    font-size: 16px;
    background: #eeeeee;
}


/*ZhanShangXinXi == 结束 */


/* myxinxi == 开始 */

.myxx-head {
    /*width: calc(100% - 400px);*/
    width: 1200px;
    margin: auto;
    margin-bottom: 70px;
}
@media screen and (max-width:767px) {
    .myxx-head {
        /*width: calc(100% - 400px);*/
        width: 1200px;
        margin: auto;
        margin-bottom: 0px;
    }
}
@media screen and (max-width:1680px) {
    .myxx-head {
        width: calc(100% - 40px);
    }
}

.myxx-head .myxx-head-img {
    float: left;
    position: relative;
    width: 150px;
    height: 140px;
}
.myxx-head .myxx-head-img img{
    max-width: 100%;
}

@media screen and (max-width:700px) {
    .myxx-head .myxx-head-img {
        /*float: left;*/
        display: block;
        position: relative;
        width: 150px;
        height: 140px;
        margin-left: calc((100% - 150px)/2);
    }
}

.myxx-head .myxx-head-img .xiugai {
    position: absolute;
    right: 5px;
    top: 0;
}

.myxx-head .myxx-head-xx {
    float: left;
    margin-left: 20px;
    padding-top: 20px;
}

@media screen and (max-width:700px) {
    .myxx-head .myxx-head-xx {
        /*float: none;*/
        display: block;
        width: 80%;
        margin-left: 10%;
        position: relative;
        text-align: center;
        padding-top: 20px;
    }
}

.myxx-head .myxx-head-xx p:first-child {
    font-size: 24px;
    line-height: 24px;
    color: #F8B62A;
    padding-bottom: 15px;
}

.myxx-head .myxx-head-xx p:last-child {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.myxx-head .bdwx {
    width: 185px;
    height: 50px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    margin-top: 40px;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
    cursor: pointer;
}

@media screen and (max-width:700px) {
    .myxx-head .bdwx {
        width: 120px;
        display: block;
        float: left;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: calc((100% - 120px)/2);
    }
}

.myxx-content {
    /*width: calc(100% - 400px);*/
    width: 1200px;
    /*margin: auto;*/
    border-top: 1px solid #00A0E9;
    background-color: #FFFFFF;
}

@media screen and (max-width:1680px) {
    .myxx-content {
        width: calc(100% - 40px);
    }
}

.myxx-content .p1 {
    font-size: 24px;
    color: #333333;
    margin-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.myxx-content .myxx-con {
    padding: 40px 55px 80px;
    margin-left: -5%;
    overflow: hidden;
}

.myxx-content .myxx-con .main {
    width: 100%;
}

.myxx-content .myxx-con .main li {
    width: 47%;
    margin-left: 3%;
    float: left;
    padding-bottom: 20px;
}

@media screen and (max-width:1440px) {
    .myxx-content .myxx-con {
        padding: 40px 55px 80px;
        margin-left: 0;
        margin: auto;
        overflow: hidden;
    }
    .myxx-content .myxx-con .main li{
        margin-left: 0;
        width: 50%;
    }
}

@media screen and (max-width:1280px) {
    .myxx-content .myxx-con {
        padding: 40px 20px 80px;
        margin-left: 0;
        margin: auto;
        overflow: hidden;
    }
    .myxx-content .myxx-con .main li {
        width: 70%;
        /*margin-left: 15%;*/
    }
}

@media screen and (max-width:767px) {
    .myxx-content .myxx-con .main li {
        width: 100%;
        margin-left: 4%;
    }
    .myxx-content .myxx-con {
        padding: 40px 0px 80px;
        margin-left: 0;
        margin: auto;
        overflow: hidden;
    }
    .myxx-content {
        width: 100%;
    }
}
.myxx-content .myxx-con .main .lang{
    width:100%;
}
.myxx-content .myxx-con .main .lang textarea{
    width:calc(100% - 100px);
    border: 1px solid #DDDDDD;
    height: 300px;
    padding: 10px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
    .myxx-content .myxx-con .main .lang textarea{
        width:calc(100% - 60px);
    }
}
.myxx-content .myxx-con .main li span {
    display: inline-block;
    width: 100px;
    text-align: right;
    float: left;
    font-size: 16px;
    color: #666666;
    padding-top: 15px;
    /*width: 18%;*/
}
@media screen and (max-width:767px) {
    .myxx-content .myxx-con .main li span {
        width: 60px;
        text-align: left;
    }
}
.myxx-content .myxx-con .main li .input1 {
    /*width: 75%;*/
    width:calc(100% - 100px);
    min-height: 45px;
    height: 47px;
    line-height: 45px;
    padding-left: 20px;
    /*margin-left: 15px;*/
    font-size: 16px;
    color: #333333;
    border: 1px solid #DDDDDD;
    display: inline-block;
}
@media screen and (max-width:767px) {
    .myxx-content .myxx-con .main li .input1 {
        width:calc(100% - 77px);
    }
}
.myxx-content .myxx-con .main li .input2 {
    width: 70%;
    min-height: 45px;
    height: 47px;
    line-height: 45px;
    padding-left: 0px;
    margin-left: 15px;
    border: none;
    display: inline-block;
    cursor: pointer;
}


@media screen and (max-width: 600px) {
    .myxx-content .myxx-con .main li .input2 {
        margin-left: 0;
        width: calc(100% - 140px);
    }
}

.myxx-content .myxx-con .main li .sex {
    width: 35%;
    float: left;
    border: 1px solid #DDDDDD;
}

.myxx-content .myxx-con .main li .sex.act {
    border: 1px solid #f0ad4e;
}

.myxx-content .myxx-con .main li .input1 select {
    width: 64%;
    cursor: pointer;
}

@media screen and (max-width:600px) {
    .myxx-content .myxx-con .main li .input1 select {
        width: 150px;
        cursor: pointer;
        display: block;
        height: 40px;
        /*border: 1px solid #DDDDDD;*/
    }
}

.myxx-content .myxx-con .else1 {
    margin-left: 3%;
    padding-top: 20px;
}
.myxx-content .myxx-con .else1 p{
    margin-left: 0px;
}
.myxx-content .myxx-con .else1 .xingzhi {
    float: left;
    margin-top: -10px;
    font-size: 16px;
    color: #666666;
}

.myxx-content .myxx-con .else1 ul {
    float: left;
    width: calc(100% - 200px);
    font-size: 16px;
    color: #333333;
}

@media screen and (max-width:767px) {
    .myxx-content .myxx-con .else1 {
        margin-left: 20px;
        padding-top: 20px;
    }
    .myxx-content .myxx-con .else1 ul {
        float: left;
        width: 100%;
    }
}

.myxx-content .myxx-con .else1 ul li {
    float: left;
    margin-right: 35px;
    padding-bottom: 20px;
    cursor: pointer;
}

.myxx-content .myxx-con .else1 ul li .check {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #DCDCDC;
}

.myxx-content .myxx-con .else1 ul li .check.act {
    background: url("../png/dui2_11.png") center center no-repeat;
}

.myxx-content .myxx-con .else1 ul li .qt {
    width: 280px;
    height: 35px;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    border: 1px solid #DCDCDC;
}

@media screen and (max-width:767px) {
    .myxx-content .myxx-con .else1 ul li .qt {
        margin-left: 0px;
        margin-top: 10px;
        width: 270px;
    }
}

.myxx-content .myxx-con .myxx-btn {
    margin-left: 123px;
    padding-top: 20px;
}

@media screen and (max-width:767px) {
    .myxx-content .myxx-con .myxx-btn {
        margin-left: 0px;
        padding-top: 20px;
    }
}

.myxx-content .myxx-con p {
    display: inline-block;
    width: 130px;
    height: 45px;
    border-radius: 3px;
    line-height: 45px;
    text-align: center;
    margin-left: 35px;
    font-size: 18px;
}
@media screen and (max-width:600px) {
    .myxx-content .myxx-con p {
        display: inline-block;
        width: 130px;
        height: 45px;
        border-radius: 3px;
        line-height: 45px;
        text-align: center;
        margin-left: 15px;
        font-size: 18px;
    }
}
.myxx-content .myxx-con .input2 .sex:first-child{
   margin-left: 0px;
}

.myxx-content .myxx-con .bc {
    color: #e6f5f6;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}

.myxx-content .myxx-con .qx {
    color: #333333;
    cursor: pointer;
    background-color: #EEEEEE;
}


/* myxinxi == 结束 */


/* supei == 开始 */

.sp-content {
    width: calc(100% - 80px);
    margin: auto;
    padding-bottom: 100px;
}

@media screen and (max-width:990px) {
    .sp-content {
        width: calc(100% - 40px);
        margin: auto;
        padding-bottom: 0px;
    }
}

@media screen and (max-width:500px) {
    .book-page2 {
        margin-top: 30px;
    }
    .sp-content {
        width: 100%;
        margin: auto;
        padding-bottom: 0px;
    }
}

.sp-content .xuanze {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #E5E5E5;
    overflow: hidden;
}

.xuanze-box {
    display: none;
}

@media screen and (max-width:990px) {
    .sp-content .xuanze-box {
        display: block;
        margin-left: -5%;
    }
    .sp-content .xuanze {
        display: none;
    }
    .sp-content .xuanze-box .xuanze-phone {
        float: left;
        width: 40%;
        margin-left: 5%;
        /*padding-left: 20px;*/
        height: 40px;
        margin-bottom: 20px;
        font-size: 18px;
        /*overflow: hidden;*/
        position: relative;
        border: 1px solid #E5E5E5;
    }
    .sp-content .xuanze-box .xuanze-phone .cs1 {
        width: 100%;
        height: 150px;
        display: none;
        padding-left: 20px;
        background-color: #F3F4F5;
        overflow-y: scroll;
        border: 1px solid #E5E5E5;
        position: relative;
        z-index: 999;
    }
    .sp-content .xuanze-box .xuanze-phone .cs1.act {
        display: block;
    }
    .sp-content .xuanze-box .xuanze-phone .cs1 li {
        line-height: 30px;
    }
    .sp-content .xuanze-box .xuanze-phone .timu1 {
        line-height: 40px;
        padding-left: 20px;
    }
    .sp-content .xuanze-box .xuanze-phone .timu1 img {
        float: right;
     /*   margin-top: 20px;
        margin-right: 20px;*/
        position: absolute;
        top:20px;
        right: 20px;
        z-index: 50;
    }
    .sp-content .xuanze-box .xuanze-phone .timu1 .zm {
        padding-left: 20px;
    }
    .phone-sxqx {
        background-color: #EEEEEE;
        width: 100px;
        height: 40px;
        margin-left: 20px;
        border-radius: 3px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .phone-sxtj {
        color: #ffffff;
        width: 100px;
        height: 40px;
        margin-left: 20px;
        border-radius: 3px;
        margin-top: 0px;
        margin-bottom: 20px;
        background: -webkit-linear-gradient(left, #F8B62A, #F49800);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #F8B62A, #F49800);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #F8B62A, #F49800);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #F8B62A, #F49800);
        /* 标准的语法 */
    }
}

@media screen and (max-width:500px) {
    .sp-content .xuanze-box .xuanze-phone {
        float: left;
        width: 80%;
        height: 40px;
        margin-bottom: 20px;
        font-size: 18px;
        border: 1px solid #E5E5E5;
    }
    .sp-content .xuanze-box {
        display: block;
        margin-left: 0%;
        padding-left: 15px;
    }
}

.sp-content .xuanze .timu {
    float: left;
    width: 100px;
    font-size: 16px;
    color: #333333;
}

.sp-content .xuanze ul li.act {
    color: #F39800;
}

.sp-content .xuanze ul {
    float: left;
    width: calc(100% - 100px);
}

.sp-content .xuanze ul li {
    float: left;
    font-size: 16px;
    color: rgb(102,102,102);
    padding: 0 15px 15px;
    cursor: pointer;
}

.sp-content .xuanze ul li .srqt {
    width: 355px;
    height: 40px;
    border: 1px solid #E5E5E5;
    padding-left: 15px;
    margin-top: -15px;
    margin-left: 15px;
    padding-right: 15px;
}

.sp-content .xuanze .zm {
    width: 355px;
    height: 40px;
    border: 1px solid #E5E5E5;
    padding-left: 15px;
    margin-top: -15px;
    padding-right: 15px;
}

.sp-content .xuanze .sx {
    width: 60%;
}

.sp-content .xuanze .sx li {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: -5px 15px 15px 0;
    padding: 0 0 0 10px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
}

.sp-content .xuanze .sx li span {
    display: inline-block;
    width: 25px;
    height: 30px;
    float: right;
    margin-left: 10px;
    line-height: 30px;
    text-align: center;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #DCDCDC;
}

.sp-content .xuanze button {
    width: 100px;
    height: 40px;
    margin-left: 20px;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 16px;
}

.sp-content .xuanze .sxqx {
    background-color: #EEEEEE;
}

.sp-content .xuanze .sxtj {
    color: #ffffff;
    background: -webkit-linear-gradient(left, #F8B62A, #F49800);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #F8B62A, #F49800);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #F8B62A, #F49800);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #F8B62A, #F49800);
    /* 标准的语法 */
}

.jieguo {
    border-top: 1px solid #00A0E9;
    background-color: #ffffff;
    height: 100%;
}

.jieguo .cs-list li {
    /*height: 60px;*/
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    padding-left: 50px;
    padding-right: 30px;
    border-bottom: 1px solid #DCDCDC;
}

.jieguo .cs-list li:first-child {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    color: #333333;
}

.jieguo .cs-list li .chazhao {
    font-size: 16px;
    color: #888888;
    line-height: 60px;
    float: right;
}

.jieguo .cs-list li .chazhao .color {
    color: #F39800;
}

@media screen and (max-width:500px) {
    .jieguo .cs-list li {
        /*height: 60px;*/
        font-size: 18px;
        color: #333333;
        line-height: 60px;
        padding-left: 20px;
        padding-right: 15px;
        border-bottom: 1px solid #DCDCDC;
    }
    .jieguo .cs-list li:first-child {
        height: auto;
        line-height: 60px;
    }
}

@media screen and (max-width:500px) {
    .jieguo .cs-list li .chazhao {
        font-size: 16px;
        color: #888888;
        line-height: 60px;
        float: none;
        margin-top: -15px;
    }
}

.jieguo .book-page {
    overflow: hidden;
    width: 100%;
    height: 75px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 100px;
    border-bottom: 1px solid #E8E8E8;
}


.jieguo .book-page .book-page-list li {
    float: left;
    width: 35px;
    height: 74px;
    line-height: 85px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: bold;
}

.jieguo .book-page .book-page-list li.act {
    color: #F39800;
    border-bottom: 2px solid #F39800;
    font-weight: bold;
}

.jieguo .book-page .shouye {
    width: 10px;
    margin-top: 35px;
    margin-right: calc((100% - 265px)/2);
}

.jieguo .book-page .moye {
    width: 10px;
    margin-top: 35px;
    margin-left: calc((100% - 265px)/2);
}

.jieguo .book-page1 {
    width: 100%;
    height: 60px;
    display: none;
    text-align: center;
    margin-bottom: 40px;
}

.jieguo .book-page1 p {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #F39800;
    border-radius: 3px;
    /*margin-left: 20px;*/
}

@media screen and (max-width:767px) {
    .jieguo .book-page1 {
        display: block;
        margin-top: 20px;
    }
    .jieguo .book-page {
        display: none;
    }
}


/* supei == 结束 */


/*  手机蒙版*/

.phonemeng {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 500;
    display: none;
}

.phonemeng.act {
    display: block;
}


/* 手机预约 */

@media screen and (max-width:768px) {
    .yyhd-pnone {
        width: 90%;
        height: auto;
        /*background-color: #ffffff;*/
        /* position: absolute;
        left: 50%;
        top: 25px;*/
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
    }
    .yyhd-pnone li {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #DDDDDD;
    }
    .yyhd-pnone li .suolve {
        width: 90px;
        height: 76px;
        margin-right: 20px;
        float: left;
    }
    .yyhd-pnone li .yyhd-content {
        float: left;
    }
    .yyhd-pnone li .yyhd-content .top {
        font-size: 16px;
        color: #333333;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    .yyhd-pnone li .yyhd-content .bottom p {
        display: inline-block;
        font-size: 14px;
        color: #888888;
    }
    .yyhd-pnone li .yyhd-content .bottom .date {
        margin-right: 20px;
    }
    .yyhd-pnone .zongjie {
        font-size: 14px;
        color: #B6B6B6;
        padding-top: 20px;
        text-align: left;
    }
    .yyhd-pnone .zongjie span {
        color: #f39800;
    }
    .yyhd-pnone .zongjie button {
        width: 100px;
        height: 40px;
        margin-bottom: 15px;
        border-radius: 3px;
        color: #FFFFFF;
        font-size: 16px;
        float: right;
        background: -webkit-linear-gradient(left, #F8B62A, #F49800);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #F8B62A, #F49800);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #F8B62A, #F49800);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #F8B62A, #F49800);
        /* 标准的语法 */
    }
    #xiugai{
        display: none;
    }
}


/*by bart*/


/*登入*/

.login .zhuce {
    line-height: 28px;
}

@media screen and (max-width: 768px) {
    .QR-xian-middle {
        padding-bottom: 30px;
    }
    .QR-table1 ul li p {
        padding-bottom: 15px;
    }
    .rc-p1 {
        padding-left: 0px;
    }
    .myxx-head-img p{
        text-align: center;
    }
    .myxx-head .bdwx{
        visibility: hidden;
        height: 10px;
    }
    .H-yonghu .H-btn{
        visibility: hidden;
    }
    .TQHD-tab ul li{
        width:25%;
        text-align: center;
        padding-left: 0px;
        margin-left: 0px;
    }
    .TQHD-tab ul li + li{
        margin-left: 0px;
    }
    .right-content .H-h1{
        margin-top: 0px;
    }
    .right-content .H-zhushi{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .tan-bg{
        width: 100%;
    }
}

input[type='checkbox']{
    display: none;
}
#mengceng{
    position: absolute;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
    z-index: 99;
    text-align: center;
    display: none;
}
#mengceng .wei{
    position: fixed;
    top:200px;
}
#mengceng .closeimg{
    float: right;
    z-index: 9999999;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
}