/* 全局样式 */
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-name {
    height: 110px;
}

.header-name p {
    height: 110px;
    line-height: 110px;
    font-size: 40px;
    font-weight: bold;
    color: #3c9d02;
    letter-spacing: 4px;
}

@media (max-width: 675px) {
    .header-name p {
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    .header-name p {
        font-size: 20px;
    }
}
.logo{
    padding: 11px 0;
    float: left;
}
.logo a{
    display: block;
}
.nav-right{
    float: right;
}
.navbar {
    background-color: #3c9d02;
    border: none;
    border-radius: 0;
    margin: 0;
}

.navbar-default .container {
    position: relative;
}

.navbar-collapse {
    float: left;
    padding: 0;
}

.nav {
    margin: 0;
}

.nav li {
    height: 74px;
    line-height: 74px;
    width: 100%;
}

.navbar-default .nav li a {
    height: 74px;
    line-height: 74px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.navbar-default .nav li a:hover {
    color: #fff;
    background-color: #2a6e01;
}

.navbar-default .nav .active a,
.navbar-default .nav .active a:hover {
    color: #fff;
    background-color: #2a6e01;
}

.navbar-header {
    height: 60px;
}

.navbar-toggle {
    margin-top: 13px;
}

@media (min-width: 768px) {
    .nav li {
        width: 110px;
    }
}

@media (min-width: 992px) {
    .nav li {
        width: 110px;
    }
}

.nav-login {
    float: left;
    padding: 0 22px;
}

.nav-login:hover {
    background-color: #2a6e01;
}

.nav-login.active {
    background-color: #2a6e01;
}

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

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

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

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

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

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

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

.drop-down {
    display: none;
    position: absolute;
    right: 19px;
    top: 65px;
    z-index: 5;
    padding-top: 9px;
    width: 130px;
    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: #3c9d02;
}


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

.footer p {
    margin: 0 15px;
}

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

/* 首页中间(轮播)样式 */
.con {
    height: 100%;
}

.slide {
    height: 100%;
}

.slide .carousel-indicators {
    display: none;
}

.slide .carousel-inner {
    height: 100%;
}

.slide .carousel-inner .item {
    height: 100%;
}

.slide .carousel-inner .item .slide-img {
    height: 100%;
    width: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 18px;
    line-height: 24px;
    color: #818181;
    text-align: center;
    background: none;
    border: 2px solid #818181;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-shadow: none;
}

.carousel-control:hover {
    color: #3c9d02;
    border: 2px solid #3c9d02;
}

.slide .left {
    left: 3%;
    background: none;
    opacity: 1;
}

.slide .right {
    right: 3%;
    background: none;
    opacity: 1;
}

.slide-con {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 100px 0;
    margin: -270px 0 0 -570px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    width: 1140px;
    height: 540px;
}

.slide-con img {
    width: 100%;
    height: auto;
}

.slide-con h3 {
    font-size: 28px;
    color: #333;
    margin: 10px 0 30px 0;
}

.slide-txt h6 {
    font-size: 12px;
    line-height: 22px;
    color: #82828c;
}

.slide-txt p {
    font-size: 12px;
    line-height: 22px;
    height: 110px;
    /*overflow: hidden;*/
    color: #82828c;
}

.slide-con a {
    display: block;
    margin: 50px auto 0 auto;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #3c9d02;
}

.slide-con a:hover {
    text-decoration: none;
    background-color: #2a6e01;
}

@media (max-width: 1200px) {
    .slide-con {
        padding: 70px 0;
        margin: -210px 0 0 -470px;
        width: 940px;
        height: 420px;
    }

    .slide-con h3 {
        margin: 0 0 20px 0;
    }

    .slide-con a {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .slide-con {
        padding: 50px 0;
        margin: -155px 0 0 -360px;
        width: 720px;
        height: 310px;
    }

    .slide-con h3 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    .slide-con a {
        margin-top: 20px;
    }

    .slide-txt p {
        font-size: 12px;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        color: #82828c;
    }
}

@media (max-width: 767px) {
    .slide-con {
        position: absolute;
        top: 15px;
        padding: 20px 0;
        margin: 0 0 0 -48%;
        width: 96%;
        height: auto;
    }

    .slide-con h3 {
        font-size: 20px;
        margin: 20px 0 15px 0;
    }
}

@media (max-width: 380px) {
    .slide-con h3 {
        font-size: 18px;
        margin: 10px 0 10px 0;
    }

    .slide-con a {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
    }
}

/* 访问数据 */
.access-data {
    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 60px;
    width: 550px;
    height: 370px;
    margin: -235px 0 0 -275px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

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

.login_main h2 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 10px 0 20px 0;
}

.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;
    border-radius: 5px;
}

.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: 0;
    display: block;
    width: 45px;
    height: 40px;
}

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

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

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

.login_main ul li img {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
    height: 38px;
    line-height: 30px;
    width: 100px;
}

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

.choice div {
    position: relative;
    margin: 0 25px 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: #3c9d02;
    border: #3c9d02 solid 1px;
}

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

.login_main button {
    margin: 40px auto 0 auto;
    display: block;
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #3c9d02;
    border: none;
    outline: none;
    border-radius: 5px;

}

.login_main button:hover {
    background-color: #2a6e01;
}

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

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

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

.login_main h4 a {
    color: rgba(60, 157, 1, 1);
    text-decoration: underline;
}
.login_main h4 a:nth-child(2){
    float: right;
    color: #666;
}

/* 课程介绍、交流中心 、评分*/
.con3 {
    padding: 3% 0;
    /*background: url("../../images/bg.png") no-repeat center center;*/
    background-size: cover;
    background: #fafafa;
}

.con4 {
    position: relative;
    padding: 3% 0;
    background: url("../../images/bg.png") no-repeat center center;
    background-size: cover;

}

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

.article .article_con {
    position: relative;
    overflow: auto;
}

.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;
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.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: #3c9d02;
    border-radius: 6px;
    text-align: center;
}

.quiz a:hover,
.anew a:hover {
    background-color: #2a6e01;
    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: #3c9d02;
}

.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: #3c9d02;
    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: #3c9d02;
}

.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: #3c9d02;
}

@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: #3c9d02;
}

.page .pagination li.active span {
    border: #3c9d02 solid 1px;
    background-color: #3c9d02;
    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: -155px 0 0 -225px;
    width: 550px;
    height: 310px;
    background-color: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-align: left;
}
.quiz_pop h1.pop_tit{
    padding: 0 20px;
    margin: 0;
    height: 45px;
    line-height: 45px;
    background: #edeeef;
    text-align: left;
    font-size: 16px;
    color: #666;
}
.quiz_pop label{
    margin:25px 35px 5px 35px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}


.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: 0;
    top: 0;
    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: #3c9d02;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.quiz_pop span {
    line-height: 30px;
    color: #3c9d02;
    margin: 0 35px;
}

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

}
.unaudited_tips h5 span{
    padding-left: 30px;
    background: url("../../images/ico19.png") no-repeat left top;
}

.quiz_pop textarea {
    display: block;
    padding: 5px 10px;
    margin: 0 35px;
    width: 480px;
    height: 120px;
    background: #edeeef;
    resize: none;
    font-size: 14px;
    color:#333;
    line-height: 22px;
    outline: none;
    border: none;
}

.quiz_pop b {
    margin-top: 5px;
    display: block;
    text-align: center;
}

.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: 100px;
    height: 38px;
    color: #fff;
    font-size: 16px;
    background-color: #3c9d02;
    border-radius: 6px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: normal;
}
.quiz_pop b input{
    margin: 0 50px;
}
.quiz_pop b input:last-child{
    color: #999;
    background: none;
    border: solid #999 1px;
}

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

.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: #3c9d02;
    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: #3c9d02;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}

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

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

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

.info-main ul span.help-block {
    color: #3c9d02;
}


@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: #3c9d02;
}

.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: #3c9d02 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: #3c9d02;
    color: #fff;
    border: #3c9d02 solid 1px;
}

.pagination-container ul li:hover a {
    color: #3c9d02;
}

.pagination-container ul li.active:hover a {
    background: #3c9d02;
    color: #fff;
    border: #3c9d02 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: #3c9d02;
    transition: background .3s;
    opacity: .3;
}

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

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

.zl-scrollBar:hover {
    background: #2a6e01;
    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: #3c9d02;
    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: #3c9d02;
    border-radius: 6px;
    text-align: center;
    border: none;
    outline: none;
}

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

.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: 460px;
}

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

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

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

.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: #3c9d02;
    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: #3c9d02;
}

.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 #3c9d02;
    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: #3c9d02;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
}

.pick_con:last-child dl {
    background: #3c9d02;
}

.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: #3c9d02;
}

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

.achievement b input {
    width: 180px;
    height: 52px;
    background: #3c9d02;
    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: #3c9d02;
}

.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: 15%;
    padding: 50px;
    margin-left: -35%;
    border-radius: 6px;
    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%;
    padding: 30px;
    background: #f7f7f7;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

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

.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: 100%;
    background: #3c9d02;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #fff;
}

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

.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: #3c9d02;
    height: 115px;
    line-height: 115px;
}


/* 列表 */
.list_main{
    position: relative;
    margin: 0 auto;
    width: 1140px;
    height: 100%;
}
.list_main .list_con{
    margin: 10px;
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.list_main .list_con h3{
    font-size: 16px;
    color: #333333;
}
.list_main .list_con p{
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-align: justify;
}
.list_main .list_con a{
    color: #3c9d02;
    font-size: 14px;
}

/* 我的问题 */
.tit{
    position: relative;
    margin-bottom: 20px;
}
.tit h1{
    margin-top: 0;
    font-size: 22px;
    color: #333;
    line-height: 36px;
}
.tit .quiz{
    position: absolute;
    right: 0;
    top:0;
    width: 80px;

}
.tit .quiz a{
    border-radius: 0px;
    font-size: 16px;
}
.problems_con{
    margin: 0px 3px 15px 3px;
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.problems_con h3{
    position: relative;
    margin: 15px 0;
    padding:0 50px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    background: url("../../images/ico20.png") no-repeat 13px top;
    cursor:pointer;
}
.problems_con h3 i{
    position: absolute;
    right: 0;
    top:0;
    display: block;
    width: 30px;
    height: 24px;
    background: url("../../images/ico05.png") no-repeat center center;
}
.problems_con h3.on i{
    background: url("../../images/ico22.png") no-repeat center center;
}
.problems_con p{
    display: none;
    margin:0;
    padding:10px 0 0 50px;
    font-size: 14px;
    color: #adaeb0;
    line-height: 22px;
    min-height: 44px;
    background: url("../../images/ico21.png") no-repeat 13px 13px;
    border-top: solid #e7e7e7 1px;
}

/* 成果展示、食用菌库 */
.models{
    padding: 50px 0 30px 0;
}
.models div{
    margin-bottom: 20px;
}
.models a{
    display: block;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.models img{
    width: 100%;
    height: auto;
}
.models p{
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    background: #898989;
    font-size: 12px;
    color: #fff;
}





















