/* 全局样式 */
body {
    background-color: #fff;
    font-family: "微软雅黑";
}

p {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #d0d0d0;
    font-size: 14px;
    font-family: "微软雅黑";
}

input:-moz-placeholder {
    color: #d0d0d0;
    font-size: 14px;
    font-family: "微软雅黑";
}

/* 头部样式 */
.cbody {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1230px) {
    .cbody {
        width: 92%;
        padding: 0 3%;
    }
}

.header{
    /*padding: 16px 0;*/
    background: url("../../images/head-bg.png") no-repeat center center;
    background-size: cover;
    height: 106px;
}
.header img{
    margin: 0 auto;
    display: block;
    width: 1118px;
    height: 107px;
}
@media (max-width: 1199px) {
    .header img{
        margin: 15px auto;
        display: block;
        width: 85%;
        height: auto;
    }
}


.navbar {
    background-color: #4F575B;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0rem 1rem;
    color: #fff;
}

.navbar .container {
    position: relative;
}

.navbar-collapse {
    padding: 0;
}

.nav {
    margin: 0;
}

.nav li {
    height: 50px;
    line-height: 50px;
    width: 125px;
}
.navbar-collapse .navbar-nav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-weight: bold;

}

.navbar-collapse .nav li a:hover {
    color: #fff;
    /* background-color: #F5B316 !important; */
    background-color: #02BBC1 !important;
}

.navbar-collapse .nav .active a,
.navbar-collapse .nav .active a:hover {
    color: #fff;
    /* background-color: #F5B316; */
    background-color: #02BBC1
}
.navbar{
    min-height: 50px;
}
.navbar-toggler{
    margin: 6.5px 0px;
}


@media (max-width: 992px) {
    .nav li {
        width: 100%;
    }
}

.nav-login {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}

.nav-login:hover {
    /* background-color:  #F5B316; */
    background-color: #02BBC1;
}

.nav-login.active {
    /* background-color:  #F5B316; */
    background-color: #02BBC1;
}

.nav-login p {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.nav-login p a {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 991px) {
    .nav-login {
        position: absolute;
        right: 15px;
        top: 0px;
        width: 115px;
    }
}

.nav-login h4 {
    margin: 0;
    height: 45px;
    line-height: 45px;
    background: url("../../images/ico05.png") no-repeat right center;
}

.nav-login h4 span {
    margin-top: 6px;
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    overflow: hidden;
}

.nav-login h4 span img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.nav-login h4 em {
    margin: 0 20px 0 7px;
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-login h6{
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-weight: bold;
    width: 100%;
}
.nav-login h6 a{
    color: #fff;
}

.drop-down {
    display: none;
    position: absolute;
    left: -35px;
    top: 50px;
    z-index: 5;
    padding-top: 9px;
    width: 100%;
    background: url("../../images/ico06.png") no-repeat 107px top;
}

.drop-down ul {
    margin: 0;
    padding: 10px 0;
    background: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.drop-down ul li {
    list-style: none;
    height: 35px;
    line-height: 35px;
}

.drop-down ul li a {
    padding-left: 40px;
    display: block;
    color: #82828c;
    font-size: 12px;
}

.drop-down ul li a:hover {
    text-decoration: none;
    color: #fff;
    /* background-color: #F5B316; */
    background-color: #02BBC1;
}


/* 尾部样式 */
.footer {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #4F575B;
    text-align: center;
    font-size: 12px;
}

.footer p {
    margin: 0 15px;
}

/* 中间内容样式 */
.centre {
    position: relative;
}

/* 首页中间 */
.con {
    height: 100%;
}
.ind{
    padding: 120px 0 45px 0;
}
.ind .ind-img{
    width: 100%;
    height: auto;
    display: block;
}

.ind-video{
    position: relative;
}
.ind-video img.video-img{
    width: 100%;
    height: auto;
}

.ind-video p{
    position: absolute;
    left: 0px;
    top:0;
    cursor: pointer;
    display: block;
}
.ind-video p span{
    position: absolute;
    left: 50%;
    top:50%;
    margin: -21px 0 0 -85px;
    width: 170px;
    height: 42px;
}
.ind-video p span img{
    width: 100%;
}
.ind-video p img.video-bf1{
    width: 100%;
    height: auto;
    opacity: 0;
}
.ind-video p img.video-bf2{
    width: 100%;
    height: auto;
    opacity: 0;
}
.ind-video .video{
    width: 100%;
    background: #000;
    display: none;
}
.ind-video:hover p img.video-bf1{
    opacity: 1;
}
.ind-video:hover p img.video-bf2{
    opacity: 1;
}
.ind-video:hover p span{
    display: none;
}

.ind-experiment{
    padding: 5px 30px;
}


.ind-experiment h3{
    margin:0;
    font-size: 23px;
    color: #02BBC1;
}
.ind-experiment h6{
    margin-top: 30px;
    font-size: 16px;
    color: #82828c;
}
.ind-experiment hr{
    margin: 5px 0;
}
.ind-experiment p{
    margin-top: 20px;
    font-size: 16px;
    color: #82828c;
    text-align: justify;
}
.ind-experiment a{
    margin: 35px auto 0 auto;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #02BBC1;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.ind-experiment a:hover{
    background: #019ea3;
}

.ind-icomain{
    margin-top: 50px;
}
.ind-ico{
    padding: 10px 0;
    text-align: center;
}
.ind-ico a{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}



/* 访问数据 */
.access-data {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
}

.access-data span {
    font-family: "微软雅黑";
}

@media (max-width: 1140px) {
    .access-data {
        bottom: 0;
    }
}

/* 登录、注册 */
.con2 {
    position: relative;
    min-height: 450px;
    background: url("../../images/bg02.jpg") no-repeat center center;
    background-size: cover;
}

.login_main {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 20px 45px;
    width: 480px;
    height: 370px;
    margin: -185px 0 0 -240px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.register_main {
    position: absolute;
    right: 8.3%;
    top: 50%;
    padding: 20px 45px;
    width: 480px;
    height: 470px;
    margin-top: -235px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.login_main h2 {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px 0;
}
.login_main h2 a{
    color: #82828c;
    margin: 0px 30px;
}
.login_main h2 a.active{
    color:#02BBC1;
}

.login_main ul {
    padding: 0;
}

.login_main ul li {
    position: relative;
    height: 40px;
    margin-bottom: 15px;
    list-style: none;
    background-color: #fff;
    border: #e6e6e6 solid 1px;
}

.login_main ul li.has-error {
    border: red solid 1px;
}

.login_main .help-block {
    background: url("../../images/ico12.png") no-repeat left center;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    color: red;
}

.login_main .help-block strong {
    font-weight: normal;
}

.login_main ul li i {
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    width: 45px;
    height: 20px;
    border-right: #e6e6e6 solid 1px;
}

.login_main ul li:first-child i {
    background: url("../../images/ico01.png") no-repeat center center;
}

.login_main ul li:nth-child(2) i,
.login_main ul li:nth-child(3) i,
.login_main ul li:nth-child(4) i,
.login_main ul li:nth-child(5) i {
    background: url("../../images/ico02.png") no-repeat center center;
}

.login_main ul li input {
    margin: 9px 0 0 45px;
    padding: 0 12px;
    width: 340px;
    border: none;
    outline: none;
    color: #555;
    font-family: "微软雅黑";
}

.login_main ul li img {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
    height: 38px;
    line-height: 30px;
    width: 100px;
}
.login_main h5{
    text-align: center;
    margin: 25px 0px;
    font-size: 15px;
    color: #999;
}
.login_main h5 a{
    margin: 0px 10px;
    color:#45A24B;
}

.login_con{
    display: none;
}

.login_con.active{
    display: block;
}

.choice {
    margin-top: 30px;
    margin-bottom: 25px;
}

.choice div {
    position: relative;
    margin: 0 30px 0 8px;
    float: left;
}

.choice div .choice_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
}

.choice a {
    position: relative;
    padding-left: 16px;
    color: #82828c;
}

.choice a span {
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 16px;
    height: 16px;
    border: #ccc solid 1px;
    border-radius: 8px;
}

.choice div.active a span {
    background-color: #02BBC1;
    border: #02BBC1 solid 1px;
}

.choice div a label {
    padding-left: 9px;
    margin-bottom: 0;
    color: #82828c;
    font-weight: normal;
    cursor: inherit;
}

.login_main button {
    margin: 0 auto;
    display: block;
    width: 94%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #02BBC1;
    border: none;
    outline: none;

}

.login_main button:hover {
    /* background-color: #015685; */
    background-color: #019ea3;
}

.login_main h6 {
    margin-top: 20px;
    text-align: center;
}

.login_main h6 a {
    margin: 0 10px;
    color: rgba(85, 85, 85, .5);
    font-size: 14px;
}

.login_main h4 {
    margin: 15px 0 25px 0;
    color: rgba(85, 85, 85, .5);
    font-size: 14px;
}

.login_main h4 a {
    color: rgba(0, 102, 153, .5);
    text-decoration: underline;
}

/* 课程介绍、交流中心 、评分*/
.con3 {
    padding: 30px 0 65px 0;

}

.con4 {
    position: relative;
    padding: 30px 0;
    background: url("../../images/bg02.jpg") no-repeat center center;
    background-size: cover;

}

.article,
.interflow {
    position: relative;
    margin: 0 auto;
    padding: 40px 7%;
    width: 1140px;
    min-height: 100%;
    border-radius: 6px;
    border: solid #dbdbdb 1px;
}
.article {
    position: relative;
    margin: 0 auto;
    padding: 40px 7%;
    width: 100%;
    min-height: 100%;
    border-radius: 6px;
    border: solid #dbdbdb 1px;
}

.article .article_con {
    min-height: 400px;
}

.score {
    position: relative;
    margin: 0 auto;
    padding: 55px 95px 10px 95px;
    width: 1140px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    min-height: 100%;
}

.article h2,
.interflow h2,
.score h2 {
    margin: 0;
    padding-bottom: 10px;
    height: 45px;
    line-height: 35px;
    color: #333;
    font-size: 26px;
    text-align: center;
    background: url("../../images/ico23.png") no-repeat center bottom;

}

.article_con {
    margin-top: 35px;
}

.article_con p {
    margin-bottom: 20px;
    line-height: 22px;
    color: #82828c;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .article,
    .interflow,
    .score {
        padding: 35px 55px;
        width: 940px;
    }

}

@media (max-width: 991px) {
    .article,
    .interflow,
    .score {
        padding: 25px 45px;
        width: 720px;
    }
}

@media (max-width: 767px) {
    .con3 {
        padding: 5% 15px;
    }

    .article,
    .interflow,
    .score {
        padding: 25px 25px;
        width: 100%;
    }
}

.quiz,
.anew {
    position: absolute;
    right: 95px;
    top: 47px;
    width: 125px;
    height: 36px;
    line-height: 36px;
}

.quiz a,
.anew a {
    display: block;
    color: #fff;
    font-size: 12px;
    background-color: #02BBC1;
    border-radius: 6px;
    text-align: center;
}

.quiz a:hover,
.anew a:hover {
    background-color: #015685;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .quiz,
    .anew {
        right: 55px;
        top: 25px;
    }

}

@media (max-width: 991px) {
    .quiz,
    .anew {
        right: 45px;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .quiz,
    .anew {
        right: 25px;
        top: 17px;
        width: 90px;
        height: 32px;
        line-height: 32px;
    }
}

.interflow_con {
    margin-top: 50px;
}

.issue_tit {
    margin-bottom: 25px;
}

.issue_tit p a {
    display: block;
    float: left;
    width: 48%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #82828c;
    font-size: 16px;
    background-color: #dbdbdb;
    border-radius: 6px;
}

.issue_tit p a:first-child {
    margin-right: 4%;
}

.issue_tit p a.active {
    color: #fff;
    background-color: #02BBC1;
}

.issue_main .issue_con {
    display: none;
}

.issue_main .issue_con .issue_conmain {
    position: relative;
    overflow: auto;
}

.issue_main .active {
    display: block;
}

.interlocution {
    position: relative;
    padding: 0 25px;
    margin-bottom: 20px;
    border: #dbdbdb solid 1px;
    border-radius: 6px;
}

.interlocution:last-child {
    margin-bottom: 0;
}

.interlocution .close {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url("../../images/ico17.png");
}

.questions {
    position: relative;
    padding: 15px 0 15px 40px;

}

.questions span {
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #82828c;
    background-color: #dbdbdb;
    border-radius: 3px;
}

.questions p,
.answers p {
    color: #82828c;
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
}

.answers {
    position: relative;
    padding: 15px 0 15px 40px;
    border-top: #dbdbdb solid 1px;
}

.answers span {
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #02BBC1;
    border-radius: 3px;
}

.interlocution:hover {
    background-color: rgba(51, 153, 102, .1);
}

.interlocution:hover .close {
    display: block;
    opacity: 1;
}

.return {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 35px;
    height: 35px;
}

.return a {
    display: block;
    width: 35px;
    height: 35px;
    background: url("../../images/ico08.png") no-repeat center center;
}

.score_main {
    margin: 95px auto 0 auto;
    width: 90%;
}

.score_main ul {
    margin: 0;
    padding-left: 0;
}

.score_main ul li {
    margin: 0 2.5% 25px 2.5%;
    float: left;
    list-style: none;
    height: 60px;
    line-height: 60px;
    background-color: #dbdbdb;
    border-radius: 6px;
    text-align: center;
    width: 45%;
}

.score_main ul li a {
    font-size: 18px;
    color: #82828c;
}

.score_main ul li:hover {
    background-color: #02BBC1;
}

.score_main ul li:hover a {
    text-decoration: none;
    color: #fff;
}

.score_main b {
    margin: 30px 27.5% 0 27.5%;
    display: block;
    float: left;
    list-style: none;
    height: 60px;
    line-height: 60px;
    background-color: #dbdbdb;
    border-radius: 6px;
    text-align: center;
    width: 45%;
    font-size: 18px;
    color: #82828c;
    font-weight: normal;
}

.score_main b:hover {
    background-color: #02BBC1;
}

@media (max-width: 767px) {
    .score_main {
        margin: 30px auto 0 auto;
        width: 90%;
    }

    .score_main ul li {
        line-height: 40px;
        height: 40px;
    }

    .score_main ul li a {
        font-size: 14px;
    }

    .score_main b {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
}

.my-question {
    margin-top: 45px;
    padding-top: 1px;
}

.my-question .my-question-main {
    position: relative;
    overflow: auto;
}

.my-question dl {
    margin: 50px auto 0 auto;
    width: 375px;
}

.my-question dl dt img {
    width: 100%;
    height: auto;
}

.my-question dl dd {
    font-size: 24px;
    color: #666;
    text-align: center;
}

.page {
    text-align: center;
}

.page .pagination li {
    display: inline-block;
}

.page .pagination li a {
    color: #555;
}

.page .pagination li:hover a {
    color: #45A24B;
}

.page .pagination li.active span {
    border: #02BBC1 solid 1px;
    background-color: #02BBC1;
    color: #fff;
}


/* 提问弹窗、请先登录弹窗 */
.mask,
.mask2 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.pop {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -457.5px;
    width: 915px;
    height: 320px;
    display: none;
}

.quiz_pop {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -457.5px;
    padding: 50px 35px 0 35px;
    width: 915px;
    height: 320px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.prompt_pop,
.score_tips,
.unaudited_tips,
.delete-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -200px;
    padding: 50px 35px 0 35px;
    width: 400px;
    height: 200px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.score_tips,
.unaudited_tips,
.delete-pop {
    display: none;
}

.quiz_pop .close,
.prompt_pop .close,
.score_tips .close,
.unaudited_tips .close,
.delete-pop .close {
    position: absolute;
    right: -12px;
    top: -12px;
    opacity: 1;
}

.quiz_pop .close a,
.prompt_pop .close a,
.score_tips .close a,
.unaudited_tips .close a,
.delete-pop .close a {
    display: block;
    width: 44px;
    height: 44px;
    background: url("../../images/ico03.png") no-repeat center center;
    opacity: 1;
}

.quiz_pop h3 {
    margin: 0;
    color:#02BBC1;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.quiz_pop span {
    line-height: 30px;
    color: #45A24B;
}

.prompt_pop h5,
.score_tips h5,
.unaudited_tips h5,
.delete-pop h5 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.quiz_pop textarea {
    display: block;
    margin-top: 40px;
    padding: 15px 25px;
    width: 100%;
    height: 100px;
    border: #dbdbdb solid 1px;
    border-radius: 6px;
    background-color: #f7f7f7;
    resize: none;
    font-size: 12px;
    line-height: 22px;
    outline: none;
}

.quiz_pop b {
    margin-top: 10px;
    display: block;
    text-align: right;
}

.prompt_pop b,
.score_tips b,
.unaudited_tips b,
.delete-pop b {
    margin-top: 30px;
    display: block;
    text-align: center;
}

.quiz_pop b input,
.prompt_pop b input,
.score_tips b input,
.unaudited_tips b input,
.delete-pop b input {
    width: 125px;
    height: 38px;
    color: #fff;
    font-size: 14px;
    background-color: #02BBC1;
    border-radius: 6px;
    text-align: center;
    border: none;
    outline: none;
}

.report-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -240px 0 0 -260px;
    padding: 40px 35px 0 35px;
    width: 570px;
    height: 480px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
}
.report-pop ul li textarea{
    display: block;
    padding: 15px 25px;
    width: 100%;
    height: 188px;
    border: #dbdbdb solid 1px;
    border-radius: 6px;
    background-color: #f7f7f7;
    resize: none;
    font-size: 12px;
    line-height: 22px;
    outline: none;
}

/* 个人中心 */
.info {
    padding: 90px 0 10px 0;
    background: url("../../images/bg02.jpg") no-repeat center top;
    background-size: cover;
}

.info-main {
    margin: 0 auto;
    padding: 3px 150px 40px 150px;
    width: 1140px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.head-portrait {
    margin: -72px auto 0 auto;
    width: 135px;
}

.head-portrait dl {
    margin-bottom: 5px;
    width: 135px;
    text-align: center;
    position: relative;
}

.head-portrait dl dt {
    margin-bottom: 13px;
    position: relative;
}

.head-portrait dl dt img {
    width: 135px;
    height: 135px;
    border-radius: 67.5px;
}

.head-portrait dl dt #cvs {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -67.5px;
    border-radius: 67.5px;
}

.head-portrait dl dt a {
    position: absolute;
    left: 95px;
    bottom: -5px;
    padding: 0;
    z-index: 100;
    display: block;
    width: 38px;
    height: 38px;
    background: url("../../images/ico07.png") no-repeat center center;
}

.head-portrait dl dt a input {
    width: 38px;
    height: 38px;
    opacity: 0;
    margin: 0;
}

.head-portrait dl dd {
    color: #02BBC1;
    font-size: 22px;
    font-weight: bold;
}

.info-main ul {
    margin: 0;
    padding: 0;
}

.info-main ul li {
    position: relative;
    margin-bottom: 8px;
    list-style: none;
}

.info-main ul li label {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #82828c;
    font-weight: normal;
}

.info-main ul li input {
    padding: 0 20px;
    border: #dbdbdb solid 1px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: none;
    outline: none;
    font-size: 12px;
    color: #82828c;
}

.info-main ul li a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 125px;
    color: #fff;
    background-color: #02BBC1;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}

.info-main ul li a:hover {
    background-color: #015685;
    text-decoration: none;
}

.info-main ul li a.disabled {
    background-color: #ccc;
}

.info-main ul li.has-error input {
    border: #02BBC1 solid 1px;
}

.info-main ul span.help-block {
    color: red;
}


@media (max-width: 991px) {
    .info-main {
        margin: 0 auto;
        padding: 3px 50px 40px 50px;
        width: 720px;
    }
}

@media (max-width: 767px) {
    .info-main {
        margin: 0 auto;
        padding: 3px 35px 40px 35px;
        width: 94%;
    }

    .info-main ul li a {
        width: 100px;
    }
}

/* 排行榜 */
.ranking {
    margin-top: 30px;
    background: url("../../images/bg05.png") no-repeat center top;
    background-size: 950px 40px;
    padding: 0 45px;
}

.ranking .table {
    border: none;
}

.ranking .table thead tr td {
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: none;
}

.ranking .table tbody tr td {
    padding: 0 8px;
    height: 60px;
    line-height: 60px;
    border: none;
    border-bottom: #ddd solid 1px;
    text-align: center;
    font-size: 18px;
    color: #02BBC1;
}

.ranking .table tbody tr td:first-child {
    background: url("../../images/ico09.png") no-repeat center 10px;
    background-size: 35px 46px;
    font-size: 16px;
    color: #fff;
}

.ranking .table tbody tr td p {
    margin: 0 auto;
    width: 190px;
}

.ranking .table tbody tr td p span {
    /*padding: 4px;*/
    margin-top: 10px;
    float: left;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 40px;
    border: #02BBC1 solid 2px;
}

.ranking .table tbody tr td p span img {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: block;
}

.ranking .table tbody tr td p em {
    margin-left: 15px;
    float: left;
    font-style: normal;
    width: 130px;
    text-align: left;
    font-family: Arial, "微软雅黑";
}

/* 表格页面切换 */
.pagination-container {
    text-align: center;
}

.pagination-container .pagination {
    margin: 0;
}

.pagination-container .pagination .first,
.pagination-container .pagination .last,
.pagination-container .pagination .pageNumbers {
    display: none;
}

.pagination-container ul li {

}

.pagination-container ul li a {
    padding: 0;
    margin: 0 5px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    border-radius: 26px;
    background: #fff;
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
}

.pagination-container ul li.active a {
    width: 42px;
    background: #02BBC1;
    color: #fff;
    border: #02BBC1 solid 1px;
}

.pagination-container ul li:hover a {
    color: #02BBC1;
}

.pagination-container ul li.active:hover a {
    background: #02BBC1;
    color: #fff;
    border: #02BBC1 solid 1px;
}

.pagination-container ul li.prev a,
.pagination-container ul li.next a {
    background: none;
    border: none;
}

/*--特殊滚动条样式--*/
.zl-scrollBarBox {
    position: absolute;
    height: 100%;
    background: #eee;
}

.zl-scrollBar {
    position: absolute;
    left: 0;
    top: 0;
    background: #02BBC1;
    transition: background .3s;
    opacity: .3;
}

.zl-scrollBar.zl-verticalBar {
    min-height: 8px;
}

.zl-scrollBar.zl-horizontalBar {
    min-width: 8px;
}

.zl-scrollBar:hover {
    background: #015685;
    opacity: .8;
}

.zl-scrollContentDiv {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 修改昵称弹窗 */
.modify-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.modify-popup.nickname {
    margin: -100px 0 0 -200px;
    padding: 20px 35px 0 35px;
    width: 400px;
    height: 200px;
}

.modify-popup .close {
    position: absolute;
    right: -12px;
    top: -12px;
    opacity: 1;
}

.modify-popup .close a {
    display: block;
    width: 44px;
    height: 44px;
    background: url("../../images/ico03.png") no-repeat center center;
    opacity: 1;
}

.modify-popup h1 {
    margin: 0;
    text-align: center;
    color: #02BBC1;
    font-size: 22px;
}

.modify-popup b {
    margin-top: 20px;
    display: block;
    text-align: center;
}

.modify-popup b input {
    width: 125px;
    height: 38px;
    color: #fff;
    font-size: 14px;
    background-color: #02BBC1;
    border-radius: 6px;
    text-align: center;
    border: none;
    outline: none;
}

.modify-popup b input:hover {
    background-color: #015685;
}

.modify-popup ul {
    margin: 20px 0 0 0;
    padding: 0;
}

.modify-popup ul li {
    margin-bottom: 5px;
    list-style: none;
}

.modify-popup ul li input {
    padding: 0 20px;
    border: #dbdbdb solid 1px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: none;
    outline: none;
    font-size: 12px;
    color: #82828c;
}

.modify-popup ul li select {
    padding: 0 20px;
    border: #dbdbdb solid 1px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: none;
    outline: none;
    font-size: 12px;
    color: #82828c;
}

.modify-popup ul li label {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #82828c;
    font-weight: normal;
}

.modify-popup.new-password {
    margin: -200px 0 0 -200px;
    padding: 20px 35px 0 35px;
    width: 400px;
    height: 400px;
}

.modify-popup.application {
    margin: -230px 0 0 -200px;
    padding: 20px 35px 0 35px;
    width: 400px;
    height: 390px;
}

/* 重置密码 */
.panel-default .panel-heading {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #02BBC1;
    margin-top: 25px;
    margin-bottom: 10px;
}

.panel-default .btn-primary {
    background-color: #02BBC1;
    border: #02BBC1 solid 1px;
}

.panel-default .btn-primary:hover {
    background-color: #015685;
}

.panel-body {
    min-height: 300px;
}

/* 我的问题换页 */
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 24px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 24px;
}

/* 订单筛选 */
.con5 {
    background-color: #f7f7f7;
}

.order_tit {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 70px;
    color: #000;
    font-size: 30px;
    text-align: center;
    background: url("../../images/bg07.png") no-repeat center bottom;
    width: 80%;
}

.order_con {
    width: 1575px;
    margin: 50px auto 0 auto;
    padding-bottom: 30px;
}

@media (max-width: 1590px) {
    .order_con {
        width: 94%;
        margin: 50px auto 0 auto;
    }
}

.order {
    margin-top: 25px;
    width: 100%;
    overflow: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.order_con_tit {
    padding-left: 5px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #02BBC1;
    border-radius: 6px;
}

.order_con_tit p span {
    display: block;
    float: left;
    width: 13%;
    text-align: center;
}

.order_con_tit p span:first-child {
    width: 9%;
}

.order_btn {
    margin-top: 50px;
}

.order_btn input {
    display: block;
    margin: 0 auto;
    width: 420px;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    outline: none;
    font-family: "微软雅黑";
}

.order_btn.active input {
    background-color: #02BBC1;
}

.order_details {
    margin-bottom: 15px;
    background-color: #fff;
    /*box-shadow:0px 2px 5px 0px rgba(130, 130, 140, 0.15);*/
    border-radius: 6px;
}

.order_details:hover {
    box-shadow: 0 2px 10px 0 rgba(130, 130, 140, 0.15);
}

.order_top {
    padding: 25px 0;
    border-left: solid 5px #02BBC1;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
}

.order_top.active {
    background-color: #ffeee9;
}

.order_top:hover {
    background-color: #ffeee9;
}

.order_top ul {
    padding: 0;
    margin: 0;
}

.order_top ul li {
    position: relative;
    padding: 0 5px;
    list-style: none;
    float: left;
    width: 13%;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #9ea3b4;
    word-wrap: break-word;
}

.order_top ul li:first-child {
    padding: 0 2%;
    width: 9%;
}

.order_top.active ul li {
    color: #82828c;
}

.order_top ul li em {
    position: relative;
    margin-top: -3px;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../../images/ico13.png") no-repeat center center;
}

.order_top ul li em input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    opacity: 0;

}

.order_top ul li em.active {
    background: url("../../images/ico14.png") no-repeat center center;
}

.order_top ul li span {
    padding: 0 5px;
}

.order_top ul li a {
    float: right;
    display: block;
    width: 10px;
    height: 20px;
    background: url("../../images/ico15.png") no-repeat center center;
}

.order_top.active ul li a {
    background: url("../../images/ico15_hover.png") no-repeat center center;
}

.order_bottom {
    display: none;
    padding: 20px 0 20px 9%;
}

.order_bottom table {
    font-size: 14px;
    color: #9ea3b4;
    text-align: center;
    width: 100%;
}

.order_bottom table td {
    padding: 10px 5px;
    width: 14.285%;
    word-wrap: break-word;
}


/* 拣选方式 */
.pick {
    margin: 70px auto 0 auto;
    padding-bottom: 30px;
    width: 610px;
}

.pick_con {
    position: relative;
    float: left;
    width: 220px;
}

.pick_con:last-child {
    float: right;
}

.pick_con p {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -70px;
    width: 141px;
    height: 162px;
    line-height: 162px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: url("../../images/bg08.png") no-repeat center center;
    font-family: Arial;
    z-index: 10;
}

.pick_con dl {
    margin-top: 81px;
    padding-top: 120px;
    padding-bottom: 10px;
    width: 220px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.pick_con dl dt {
    font-size: 30px;
    color: #82828c;
    font-weight: normal;
    text-align: center;
}

.pick_con dl dd {
    margin: 30px auto;
    width: 150px;
    height: 40px;
}

.pick_con dl dd a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #02BBC1;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
}

.pick_con:last-child dl {
    background: #02BBC1;
}

.pick_con:last-child dl dt {
    color: #fff;
}

.pick_con:last-child dl dd a {
    background: #fff;
    color: #82828c;
}

/* 订单成绩弹窗 */
.achievement {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -312.5px 0 0 -244.5px;
    width: 489px;
    height: 625px;
    background: url("../../images/bg09.png") no-repeat left top;
    background-size: 100% 100%;
    /*box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.15);*/
    display: none;
}

.achievement .close {
    position: absolute;
    right: -47px;
    top: -14px;
    opacity: 1;
}

.achievement .close a {
    display: block;
    width: 47px;
    height: 47px;
    background: url("../../images/ico16.png") no-repeat left top;
    background-size: 100% 100%;

}

.achievement dl {
    margin-top: 340px;
    margin-bottom: 50px;
    text-align: center;
}

.achievement dl dt {
    font-size: 30px;
    color: #575757;
    font-weight: normal;
}

.achievement dl dd {
    font-size: 30px;
    color: #02BBC1;
}

.achievement b {
    margin: 0 auto;
    width: 180px;
    display: block;
}

.achievement b input {
    width: 180px;
    height: 52px;
    background: #02BBC1;
    border-radius: 52px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: normal;
    font-family: '微软雅黑';
}

/* 出库单 */
.ckd {
    padding: 4% 0;
    height: 100%;
}

.ckd .jx_btn {
    margin: 4% auto 0 auto;
    display: block;
    width: 50%;
    height: 40px;
}

.ckd .jx_btn input {
    margin: 0 2%;
    float: left;
    width: 46%;
    height: 40px;
    line-height: 40px;
    background: #ccc;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
}

.ckd .jx_btn input:hover {
    background: #02BBC1;
}

.ckdmain {
    margin: 0 auto;
    width: 85%;
    height: 90%;
}

.ckdcon {
    height: 98%;
    margin: 0 1%;
    padding: 2% 2%;
    width: 48%;
    float: left;
    border: solid rgba(51, 153, 102, .1) 2px;
    border-radius: 10px;
}

.ckdcon h1 {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #555555;
    line-height: 35px;
}

.ckdcon img {
    margin-top: 5px;
    display: block;
    max-width: 100%;
}

.ckdcon ul {
    padding: 0;
    margin: 10px 0 25px 1%;
}

.ckdcon ul li {
    position: relative;
    margin-bottom: 0;
    list-style: none;
    float: left;
    width: 48%;
    margin-right: 2%;
    line-height: 24px;
    padding-left: 70px;
}

.ckdcon ul li label {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
    float: left;
    width: 70px;
}

.ckdcon ul li span {
    word-wrap: break-word;
}

.ckdcon table {
    width: 100%;
    border: solid #ccc 1px;
    border-radius: 10px;
}

.ckdcon table td {
    text-align: center;
    border: solid #ccc 1px;
    font-size: 12px;
    color: #555;
    word-break: break-all;
}

.ckdcon table thead td {
    padding: 5px 5px;
    line-height: 20px;
    background: #f8eeec;
}

.ckdcon table tbody td {
    padding: 10px 5px;
    line-height: 20px;
}

.ckdcon table tbody tr {
    width: 100%;
}

.ckdcon table tbody tr td:nth-child(1) {
    width: 8%;
}

.ckdcon table tbody tr td:nth-child(2) {
    width: 20%;
}

.ckdcon table tbody tr td:nth-child(3) {
    width: 47%;
}

.ckdcon table tbody tr td:nth-child(4) {
    width: 12.5%;
}

.ckdcon table tbody tr td:nth-child(5) {
    width: 12.5%;
}

@media (max-width: 1400px) {
    .ckdmain {
        margin: 0 auto;
        width: 94%;
    }
}

@media (max-width: 920px) {
    .ckdcon h1 {
        line-height: 30px;
    }

    .ckdcon ul {
        margin: 10px 0 15px 1%;
    }

    .ckdcon ul li {
        width: 100%;
        margin-right: 0%;
    }
}

.mode-select {
    position: absolute;
    left: 50%;
    top: 10%;
    padding: 50px;
    margin-left: -35%;
    background: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    width: 70%;
}

.mode-select h3 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.mode-select-main {
    margin-top: 30px;
    width: 100%;
}

.mode-select-main dl {
    float: left;
    width: 45%;
    margin: 0px 2.5%;
}

.mode-select-main dl dt {
    width: 100%;
    margin-bottom: 30px;
}

.mode-select-main dl dt img {
    width: 100%;
    height: auto;
}

.mode-select-main dl dd {
    width: 100%;
    text-align: center;
}

.mode-select-main dl dd a {
    display: inline-block;
    width: 90%;
    background: #02BBC1;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.mode-select-main dl dd a:hover {
    background-color: #015685;
}

.pop {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 330px;
    height: 115px;
    margin: -57.5px 0 0 -165px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.pop h1 {
    margin: 0;
    font-size: 22px;
    color: #02BBC1;
    height: 115px;
    line-height: 115px;
}


/* 左边栏导航 */
.left-nav{
    width: 140px;
    float: left;
}
.left-nav ul{
    padding: 0;
    border-radius:5px;
    overflow: hidden;
}
.left-nav ul li{
    position: relative;
    list-style: none;
    margin-bottom: 0;
}
.left-nav ul li h4{
    margin: 0;
}
.left-nav ul li h4 a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #02BBC1 url("../../images/ico05.png") no-repeat 120px center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-size: 10px auto;
}
.left-nav ul li h4:hover a{
    background: #015685 url("../../images/ico05.png") no-repeat 120px center;
    background-size: 10px auto;
}
.left-nav ul li h4.active a{
    background: #015685 url("../../images/ico06.png") no-repeat 120px center;
    background-size: 10px auto;
}


.left-nav-tow{
    display: none;
}
.left-nav-tow p{
    border-top: solid #02BBC1 1px;
    margin: 0;
}
.left-nav-tow p a{
    padding: 0 5px;
    display: block;
    line-height: 40px;
    background: #015685;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.left-nav-tow p:hover a{
    background: #0384c5;
}
.left-nav-tow p.active a{
    background: #0384c5;
}

.sideright{
    position: relative;
    /*margin-left: 175px;*/
}

.music{
    position: fixed;
    left: 0;
    top:0;
}

/* 自主学习弹窗 */
.zzxx-pop{
    margin-top: -10px;
}
.zzxx-pop h2{
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
}

.kfz{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -130px;
    width: 260px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: none;
    border-radius: 10px;
}
.kfz p{
    color: #02BBC1;
    font-size: 25px;
    text-align: center;
}



/* 仿真实验弹窗 */

.ico-pop{
    background:url("../../images/bg10.jpg") no-repeat left top;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
.ico-close{
    position: absolute;
    left: 20px;
    top:20px;
    width: 35px;
    height: 35px;
}
.ico-pop-main{
    position: absolute;
    left: 50%;
    top:50%;
    margin: -330px 0 0 -503px;
    background:url("../../images/xbg2.png") no-repeat center 120px;
    background-size: 910px auto;
    height: 660px;
    width: 1006px;
}
.ico-con{
    position: absolute;
    width: 216px;
    height: 216px;
    background:url("../../images/xbg.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 8px;
}
.ico-con:hover{
    background:url("../../images/xbg-hov.png") no-repeat center center;
    background-size: 100% 100%;
}
.ico-con img{
    width: 200px;
    height: 200px;
}
.ico-con p{
    position: absolute;
    left: 0;
    top:60%;
    width: 100%;
    height: 36px;
    text-align: center;
}
.ico-con p span{
    display: inline-block;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    background: rgba(16,82,137,.8);
    border-radius: 5px;
    font-size: 23px;
    color: #fff;
}
.ico-con h6{
    display: none;
    position: absolute;
    left: 160px;
    bottom: 5px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #45A24B;
    font-size: 18px;
    border: solid #787b9f 1px;
}
.ico-con:hover a h6{
    display: block;
}

.xico{
    display: none;
    position: absolute;
}
.xico h5{
    margin: 2px 0;
    display: block;
    width: 70px;
    height: 70px;
    background: #105289;
    border: solid #787b9f 1px;
    border-radius: 70px;
    text-align: center;
}
.xico h5 a{
    padding-top: 13px;
    display: inline-block;
    line-height: 19px;
    font-size: 15px;
    color: #fff;
}
.xico h5 em{
    display: none;
    position: absolute;
    left: 60px;
    bottom: 5px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #45A24B;
    font-size: 16px;
    border: solid #787b9f 1px;
    font-style: normal;
}
.xico h5:hover{
    border: solid #9fa1b0 1px;
}
.xico h5:hover em{
    display: block;
}

.video-main{

    position: relative;
    width: 100%;
    height: 100%;
    background: #00a7d0;

}
.video-con{
    position: absolute;
    left: 50%;
    top:10%;
    margin:0 0px 0px -40%;
    width: 80%;
    height: 80%;
}

.video{
    width: 100%;
    height: 88%;
    background: #000;
}
.video video{
    display: block;
}

.btn-main{
    margin: 30px auto 0px auto;
    width: 100%;
    text-align: center;

}


.btn-main a{
    margin: 0px 50px;
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #45A24B;
    border-radius: 5px;

}

.video-con a:hover{
    background: #0d6aad;
}


/* 采集表 */
.cjb-pop{
    position: absolute;
    left: 50%;
    top:50%;
    margin: -295px 0 0 -413px;
    padding: 40px;
    background: #f7f7f7;
    width: 825px;
    height: 590px;
    border-radius: 10px;
    display: none;
}
.cjb-pop .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 44px;
    height: 44px;
    background: url("../../images/ico03.png");
    opacity: 1;
}

.biao{}
.biao h2{
    position: relative;
    margin: 0;
    font-size: 18px;
    color: #45A24B;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
.biao h2 p{
    position: absolute;
    right: 0;
    top:0;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}
.biao h2 p a{
    color: #82828c;
    margin-left: 15px;
}
.biao h2 p a.active{
    color: #45A24B;
}


.biaomian{
    margin-top: 25px;
}
.biao-tab{}
.biao-tab ul{
    padding: 0;
    margin-bottom: 0;
}
.biao-tab ul li{
    float: left;
    width: 106px;
    color: #fff;
    background: #45A24B;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    border: solid 1px #45A24B;
    border-bottom: none;
    list-style: none;
}
.biao-tab ul li a{
    display: block;
    color: #fff;
}
.biao-tab ul li.active{
    border: solid 1px #e1e1e1;
    border-bottom: none;
    background: #e9e9e9;

}
.biao-tab ul li.active a{
    color: #45A24B;
}
.tab-main{
    width: 742px;
    border: solid 1px #e1e1e1;
    border-top: none;
    background: #e9e9e9;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.tab-con{
    display: none;
}
.tab-main .active{
    display: block;
}
.tab-con table{
    width: 100%;
    text-align: center;
}
.tab-con table tr td{
    padding: 10px 0;
    line-height: 30px;
    border: solid #d3d3d3 1px;
    font-size: 16px;
    color: #82828c;
}
.tab-con table thead tr td{
    color: #45A24B;
    font-weight: bold;
}

.biao-tab2,.biao-tab3{
    margin: 0 auto;
    width: 670px;
}

.biao-tab2 ul,.biao-tab3 ul{
    padding: 0;
    margin-bottom: 0;
}
.biao-tab2 ul li,.biao-tab3 ul li{
    float: left;
    width: 134px;
    color: #fff;
    background: #45A24B;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    border: solid 1px #45A24B;
    border-bottom: none;
    list-style: none;
}
.biao-tab2 ul li a,.biao-tab3 ul li a{
    display: block;
    color: #fff;
}
.biao-tab2 ul li.active,.biao-tab3 ul li.active{
    border: solid 1px #e1e1e1;
    border-bottom: none;
    background: #e9e9e9;

}
.biao-tab2 ul li.active a,.biao-tab3 ul li.active a{
    color: #45A24B;
}

.tab-main2,.tab-main3{
    margin: 0 auto;
    width: 670px;
    border: solid 1px #e1e1e1;
    border-top: none;
    background: #e9e9e9;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.tab-main2 .active,.tab-main3 .active{
    display: block;
}

.record-main .record-con{
    display: none;
}
.record-main .active{
    display: block;
}

/* 实验得分 */
.score-pop{
    position: absolute;
    left: 50%;
    top:50%;
    margin: -215px 0 0 -338px;
    background: #f7f7f7;
    width: 675px;
    height: 430px;
    border-radius: 10px;
    display: none;
}

.score-pop .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 44px;
    height: 44px;
    background: url("../../images/ico03.png");
    opacity: 1;
}

.score-main{
    margin: 30px 75px;
}
.score-main h2{
    text-align: center;
    color: #45A24B;
    font-size: 18px;
    font-weight: bold;
}
.score-main p{
    margin: 10px 0 15px 0;
    color: #45A24B;
    font-size: 16px;
    text-align: center;
}

.score-con{
    background: #e5e5e5;
    border-radius: 10px;
}
.score-con h6{
    margin:0;
    text-align: center;
    color: #45A24B;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #45A24B;
}
.score-con ul{
    padding: 20px 0px 0px 30px;

}
.score-con ul li{
    margin-bottom: 20px;
    margin-right: 60px;
    float: left;
    list-style: none;
    width: 180px;
}
.score-con ul li label{
    font-size: 16px;
    color: #82828c;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-right: 25px;
}
.score-con ul li span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #d5d5d5;
    border-radius: 5px;
    width: 85px;
    text-align: center;
    font-size: 16px;
    color: #82828c;
}
.score-bottm{
    margin-top: 15px;
    background: #e5e5e5;
    border-radius: 10px;
}
.score-bottm h4{
    text-align: center;
    color: #45A24B;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
}

/* 实验 */
.experiment-three{
    width: 100%;
    height: 100%;
    background: url("../../images/bg-001.png");
    background-size: cover;
}

.experiment-left{
    float: left;
    width: 29%;
    height: 100%;
    background:rgba(223,250,224,1);
}

.return-superior{
    padding: 10px 0px 0px 20px;
    height: 47px;
    background: #cbeccb;
    margin-bottom: 15px;
}
.return-superior a{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    color: #45A24B;
    font-size: 16px;
}
.return-superior a:hover{
    background: #658d67;
    color: #fff;
}
.leftmain{
    display: none;
}
.leftmain.active{
    display: block;
}
.left-con{
    position: relative;
    margin-bottom: 10px;
    padding: 0px 25px;
}
.left-title{
    padding-left: 30px;
    background: url("../../images/icon01.png") no-repeat left center;
    color: #307134;
    font-size: 16px;
}

.tab-btn{
    position: absolute;
    right: 45px;
    top: 0;
}
.tab-btn a{
    display: block;
    width:55px;
    height:22px;
    border:1px solid rgba(48,113,52,1);
    font-size: 14px;
    color: #307134;
    text-align: center;
}
.price .biaoge{
    display: none;
}
.price .biaoge.active{
    display: block;
}



/* 实验右侧 */
.experiment-right{
    float: left;
    width: 71%;
}
.right-title{
    width: 100%;
    height: 66px;
    background: url("../../images/bg-002.png") no-repeat center center;
}
.yield{
    margin: 20px auto;
    width: 660px;
}
.yield-con{
    margin: 0px 15px;
    float: left;
    width: 190px;
    height: 45px;
    text-align: center;
}
.yield-con span{
    float: left;
    width: 85px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background: #fff;
    border:2px solid rgba(133,135,133,1);
    border-radius:5px 0px 0px 5px;
    font-size: 16px;
    font-weight: bold;
}
.yield-con em{
    float: left;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 105px;
    color: #fff;
    font-size: 22px;
    background: #858785;
    border-radius:0px 5px 5px 0px;
    font-style: normal;
}

.yield-con.sold span{
    border:2px solid rgba(252,177,23,1);
    color: #FCB117;
}
.yield-con.sold em{
    background: #FCB117;
}
.yield-con.surplus span{
    border:2px solid rgba(69,162,75,1);
    color: #45A24B;
}
.yield-con.surplus em{
    background: #45A24B;
}
.periods{
    position: relative;
    margin: 0px auto 20px auto;
    width: 85%;
    -webkit-filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}
.periods.active{
    -webkit-filter: grayscale(0%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=0);
}
.periods-num{
    width: 100%;
    height:35px;
    line-height: 35px;
    background:rgba(69,162,75,0.2);
    border-radius:5px 5px 0px 0px;
    color: #307134;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
}
.periods-con{
    padding: 15px 30px;
    background:rgba(140,182,143,0.15);
    box-shadow:0px 1px 1px 0px rgba(15,28,0,0.2);
    border-radius:0px 0px 5px 5px;
}
.small-title{
    padding-left: 10px;
    color: #307134;
    border-left: 3px solid #307134;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
.sale{
    float: left;
    width: 25%;
    margin-right: 2%;
}
.sale h2{
    position: relative;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    background: #45A24B;
    color: #fff;
    font-size: 14px;
    margin: 12px 0px 0px 0px;
}
.sale h2 .select{
    position: absolute;
    right: 0;
    top:0;
    background: none;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    width: 90px;
}
.sale h2 .select p{
    padding-left: 10px;
    padding-right: 35px;
    background: url("../../images/icon02.png") no-repeat 60px center;
    text-align: center;
}
.sale h2 .select p.active{
    background: url("../../images/icon02_hov.png") no-repeat 60px center;
}

.sale h2 .select ul{
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    background: #53B859;
    text-align: center;
    width: 90px;
    z-index: 1000;
    height: 110px;
    overflow: auto;
}
.sale h2 .select ul li{
    list-style: none;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.sale h2 .select ul li:hover{
    background:rgba(62,159,67,1);
}
.sale h2 .jin{
    position: absolute;
    right: 10px;
    top:5px;
    height: 30px;
    line-height: 30px;
    width: 120px;
    background: #307134;
    padding: 0px 10px;
}
.sale h2 .jin input{
    float: left;
    border: none;
    background: none;
    height: 32px;
    line-height: 32px;
    width: 80px;
    margin-right: 5px;
    outline: none;
    color: #fff;
}

.table{
    margin-bottom: 0;
}
.table li{
    position: relative;
    list-style: none;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    color: #666;
    padding: 0px 20px;
    background:rgba(203,238,204,1);
}
.table li label{
    font-weight: normal;
}
.table li span{
    position: absolute;
    right: 15px;
    top:0px;
}
.table li span i{
    font-style: normal;
}
.table li:nth-child(2){
    background:rgba(172,222,173,1);
}

.result{
    float: left;
    width: 46%;
    display: none;
}
.result.active{
    display: block;
}

.result ul{
    margin-top: 10px;
    margin-bottom: 0px;
}
.result ul li{
    list-style: none;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
.result ul li label{
    float: left;
    display: block;
    margin-bottom: 0px;
    width: 40px;
    margin-right: 10px;
}
.result ul li b{
    float: left;
    display: block;
    width: 67%;
    margin-top: 4px;
    margin-right: 10px;
}
.result ul li b i{
    display: block;
    height: 15px;
    max-width: 100%;
}
.result ul li b i.sales-num-tu{
    background: #FCB117;
}
.result ul li b i.deplete-tu{
    background: #DE372B;
}
.result ul li b i.total-income-tu{
    background: #4395E2;
}
.result ul li b i.total-cost-tu{
    background: #29A79B;
}
.result ul li b i.total-profit-tu{
    background: #9CCC66;
}
.result ul li span{
    float: left;
    display: block;
    width: 95px;
}
.result ul li span em{
    font-style: normal;
}
@media (max-width: 1792px) {
    .result ul li b{
        width: 64%;
    }
}
@media (max-width: 1650px) {
    .result ul li b{
        width: 60%;
    }
}
@media (max-width: 1495px) {
    .result ul li b{
        width: 55%;
    }
}


.small-btn{
    float: left;
    margin-top: 80px;
    text-align: center;
    width: 46%;
}
.small-btn a{
    display: inline-block;
    width:80px;
    height:30px;
    line-height: 30px;
    background:rgba(69,162,75,1);
    border-radius:5px;
    color: #fff;
}
.small-btn a:nth-child(2){
    border:1px solid rgba(69,162,75,1);
    color: #45A24B;
    background: none;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .8;
}

/* 四大模块选择 */
.module{
    position: relative;
    width: 100%;
    height: 100%;
}

.module-head{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 77px;
    background: url("../../images/mk-headbg.png") no-repeat center center;
    z-index: 50;
}
.module-head h2{
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    margin: 0px;
}
.module-head .mk-return{
    position: absolute;
    left: 10px;
    top: 8px;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}
.module-head .mk-return a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.module-head .mk-return:hover{
    background:rgba(0,46,3,0.5);
}
.module-main{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../../images/mk-bg.jpg") no-repeat center center;
    background-size: cover;
}

.module-con{
    margin: 0 auto;
    padding-top: 150px;
    width: 1140px;
}

.small-module{
    position: relative;
    float: left;
    margin: 0px 25px 40px 25px;
    padding: 15px;
    width: 520px;
    background:rgba(229,254,231,0.5);
    border-radius:5px;
}
.small-module a{
    display: block;
    width: 100%;
    height: 100%;
}
.small-module dl{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0px 0px -60px;
    color: #fff;
    text-align: center;
    width: 120px;
}
.small-module dl dt{
    margin: 0px auto 20px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    background: url("../../images/mk-xicon01.png") no-repeat center center;
    background-size: 100% 100%;
    font-weight: normal;
}
.small-module dl dd{
    margin-bottom: 0px;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}
.small-module .mk-img {
    position: relative;
    width: 100%;
}
/*.small-module .mk-img span{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 5px;*/
/*    background: rgba(50,50,50,.3);*/
/*}*/
.small-module .mk-img img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.small-module:hover{
    background:rgba(255,255,255,0.8);
    box-shadow:0px 5px 14px 1px rgba(15,28,0,0.6);
}

@media (max-width: 1140px) {
    .module-con{
        padding-top: 18%;
        width: 85%;
    }

    .small-module{
        margin: 0px 3% 40px 3%;
        width: 44%;
    }
}

/* 首页登录注册 */
.ind-con{
    background: url("../../images/bg-001.png") no-repeat center center;
    background-size: cover;
}
.tabs{}
.tabs h2{
    margin-top: 0px;
    margin-bottom: 35px;
    text-align: center;
}
.tabs h2 a{
    margin:0px 40px;
    font-size: 20px;
    color: #666;
}
.tabs h2 a.active{
    color: #02BBC1;
    border-bottom: solid #02BBC1 2px;
    text-decoration: none;
}
.tabs ul {
    padding: 0;
}

.tabs ul li {
    position: relative;
    height: 40px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border: #e6e6e6 solid 1px;
    border-radius: 5px;
    overflow: hidden;
}
.tabs ul li input {
    padding: 0 10px 0px 48px;
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    color: #555;
    font-family: "微软雅黑";
    background: none;
}
.tabs #login1 ul li:nth-child(1) input{
    background: url("../../images/login-ico01.png") no-repeat left center;
}
.tabs #login1 ul li:nth-child(2) input{
    background: url("../../images/login-ico02.png") no-repeat left center;
}
.tabs #login2 ul li:nth-child(1) input{
    background: url("../../images/login-ico01.png") no-repeat left center;
}
.tabs #login2 ul li:nth-child(2) input{
    background: url("../../images/login-ico02.png") no-repeat left center;
}

.tabs #login3 ul li:nth-child(1) input{
    background: url("../../images/login-ico01.png") no-repeat left center;
}
.tabs #login3 ul li:nth-child(2) input{
    background: url("../../images/login-ico05.png") no-repeat left center;
}
.tabs #login3 ul li:nth-child(3) input{
    background: url("../../images/login-ico02.png") no-repeat left center;
}
.tabs #login3 ul li:nth-child(4) input{
    background: url("../../images/login-ico02.png") no-repeat left center;
}
.tabs #login3 ul li:nth-child(5) input{
    background: url("../../images/login-ico03.png") no-repeat left center;
}

.tabs ul li img {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
    height: 38px;
    line-height: 30px;
    width: 100px;
}
.tabs h6{
    text-align: right;
}
.tabs h6 a{
    font-size: 14px;
    color: #02BBC1;
    border-bottom: solid #02BBC1 1px;
}
.tabs h4{
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}
.tabs h4 a{
    margin: 0px 3px;
    font-size: 14px;
    color: #02BBC1;
}
.tabs h5 a{
    margin: 0px 3px;
    color: #02BBC1;
}
.tabs button {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #02BBC1;
    border: none;
    outline: none;
    border-radius: 5px;

}

.tabs button:hover {
    background-color: #019ea3;
}
.tabs ul li.has-error {
    border: red solid 1px;
}

.tabs .help-block {
    background: url("../../images/ico12.png") no-repeat left center;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    color: red;
}

/* 实验4 */
.experiment-four{
    position: relative;

}
.experiment-four-head{
    position: relative;
    width: 100%;
    height: 77px;
    background: url("../../images/mk-headbg.png") no-repeat center center;
    z-index: 100;
}
.experiment-return{
    position: absolute;
    left: 10px;
    top: 8px;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}
.experiment-return a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.experiment-return:hover{
    background:rgba(0,46,3,0.5);
}

.experiment-head{
    margin-top: -32px;
    padding-top: 73px;
    background:rgba(223,250,224,1);
    height: 165px;
    text-align: center;
}
.experiment-head a{
    margin: 0px 20px;
    display: inline-block;
    width:240px;
    height:50px;
    line-height: 50px;
    border:2px solid rgba(68,162,75,1);
    border-radius:5px;
    color: #44A24B;
    font-size: 18px;
}
.experiment-head a.active{
    background: #44A24B;
    color: #fff;
}

.no-data{
    margin: 0 auto;
    width: 90%;
    padding-top: 60px;
    font-size: 18px;
    color: #5A655A;
    line-height: 30px;
    text-align: center;
}

.experiment-four-main{
    margin: 30px 0px;
    width: 100%;
    overflow: auto;
}
.experiment-four-con{
    margin: 0 auto;
    width: 1170px;
}
.experiment-four-con .padding{
    padding: 20px 60px 10px 60px;
}
.exp-small-title{
    padding: 0px 22px;
    line-height: 35px;
}
.exp-small-title span{
    margin-top: 12px;
    float: left;
    display: block;
    width:10px;
    height:10px;
    background:rgba(68,162,75,1);
}
.exp-small-title h5{
    float: left;
    color: #307134;
    margin: 0px 10px;
    font-size: 18px;
    line-height: 35px;
}
.exp-small-title a{
    margin-right: 10px;
    float: left;
    display: block;
    width:100px;
    height:35px;
    line-height: 35px;
    text-align: center;
    border:1px solid rgba(68,162,75,1);
    font-size: 18px;
    color: #44A24B;
}
.exp-small-title a:hover,
.exp-small-title a.active{
    background:rgba(68,162,75,1);
    color: #fff;
}
.exp-small-title em{
    float: left;
    font-size: 18px;
    color: #909090;
    font-style: normal;
}
.factor{
    padding: 20px 0px;
    background:rgba(140,182,143,0.15);
    border-bottom: solid 1px #44A24B;
}
.factor-main a{
    float: left;
    margin-right: 60px;
    display: inline-block;
    width:154px;
    height:54px;
    line-height: 54px;
    background:rgba(69,162,75,0.2);
    text-align: center;
    font-style: 18px;
    color: #44A24B;
}
.factor-main a:hover,
.factor-main a.active{
    background:rgba(68,162,75,1);
    color: #fff;
}
.exp-data{
    padding: 20px 0px;
    background:rgba(140,182,143,0.15);
}
.data-main .data-table{
    display: none;
    width: 100%;
}
.data-main .data-table.active{
    display: inline-table;
    width: 100%;
}
.data-main table thead tr td{
    border: solid 1px #fff;
    background:rgba(69,162,75,0.3);
}
.data-main table tbody tr td{
    border: solid 1px #fff;
    background:rgba(69,162,75,0.15);
}
.data-main table tr td{
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333;
}
.exp-btn{
    margin: 30px auto 10px auto;
    width: 348px;
}
.exp-btn a{
    margin: 0px 27px;
    float: left;
    display: block;
    width:120px;
    height:45px;
    line-height: 45px;
    text-align: center;
    border-radius:5px;
    font-size: 18px;
    background:none;
    color:rgba(68,162,75,1);
    border:1px solid rgba(68,162,75,1);
}
.exp-btn a:hover,
.exp-btn a.active{
    color: #fff;
    background:rgba(68,162,75,1);

}

.factor-automatic,
.factor-manual{
    /*display: none;*/
    padding: 40px 60px;
    background:rgba(140,182,143,0.3);
}
.compute{
    /*display: none;*/
    background:rgba(68,162,75,0.15);
    border:1px solid rgba(68,162,75,1);
}
.compute-title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    background:rgba(68,162,75,0.15);
    border-bottom:1px solid rgba(68,162,75,1);
}
.compute-title span{
    color: #307134;
}
.compute-main{
    padding: 20px 30px;
}
.compute-small-title{

}
.compute-small-title span{
    float: left;
    display: block;
    width:8px;
    height:8px;
    background:rgba(68,162,75,1);
    border-radius:50%;
    margin: 11px 10px 0px 0px;
}
.compute-small-title h4{
    line-height: 30px;
    margin: 0px;
    color: #333333;
    font-size: 18px;
    text-decoration:underline;
}
.compute-con{
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px 20px;
}
.compute-con li{
    position: relative;
    list-style: none;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.compute-con li label{
    float: left;
    font-size: 16px;
    color: #666666;

}
.compute-con li p{
    float: left;
    margin: 0px 10px;
    width:260px;
    height:40px;
    background:rgba(68,162,75,0.15);
    border:1px solid rgba(68,162,75,1);
    color: #307134;
    font-size: 16px;
    padding: 0px 15px;
}
.compute-con li b{
    float: left;
    margin: 0px 10px;
    width:260px;
    height:40px;
    background:rgba(68,162,75,0.15);
    border:1px solid rgba(68,162,75,1);
    display: block;
}
.compute-con li b.error{
    border:2px dashed rgba(220,12,46,1);
}
.compute-con li b input{
    padding: 0px 10px;
    width:260px;
    height:40px;
    line-height: 40px;
    border: none;
    background: none;
    color: #307134;
    font-size: 16px;
    outline: none;
}
.compute-con li span{
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #44A24B;
    border-radius: 28px;
    margin-top: 6px;
}
.compute-con li .formula-tips{
    display: none;
    position: absolute;
    right: -100px;
    top:-40px;
    padding: 0px 10px;
    color: #fff;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    font-style: normal;
}
.compute-con li h6{
    display: none;
    margin-bottom: 0;
    position: absolute;
    right: 220px;
    top:-20px;
    color: red;
    font-size: 16px;
}
.compute-con li h6 i{
    font-style: normal;
}

.jsgc,
.inspect{
    margin-top: 20px;
    text-align: center;
}
.jsgc a,
.inspect a{
    display: inline-block;
    width:120px;
    height:45px;
    line-height: 45px;
    background:rgba(68,162,75,1);
    border-radius:5px;
    color: #fff;
    font-size: 16px;
}
.line{
    margin-bottom: 20px;
    border-bottom: #44A24B 2px dashed;
}

.info-main .sign-out{
    margin: 45px auto 0 auto;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #02BBC1;
    font-size: 16px;
}
.info-main .sign-out:hover{
    background: #019ea3;
}

.min-h {
    min-height: calc(100vh - 196px) !important;
}

.min-h section {
   min-height: calc(100vh - 196px) !important;
}

.repotrs {
    height: 295px;
    overflow: auto;
}

.repotrs::-webkit-scrollbar {
    display: none;
}

.li-item {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.li-item .item {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.li-item .item:last-child {
    margin-right: 0;
}

.li-item .item2,
.li-item .item label {
    flex-shrink: 0;
    margin: 0;
    margin-right: 5px;
}

.btns {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#submit1,
#submit2 {
    width: 125px;
    height: 38px;
    color: #fff;
    font-size: 14px;
    background-color: #02BBC1;
    border-radius: 6px;
    text-align: center;
    border: none;
    outline: none;
}

#tips {
    display: none;
    color: red;
    font-weight: bold;
    line-height: 30px;
}
.tip {
    min-height: 30px;
}









