@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("/css/fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
    url("/css/fonts/SourceHanSansCN-Regular.woff") format("woff"),
    url("/css/fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("/css/fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
    url("/css/fonts/SourceHanSansCN-Regular.svg") format("svg"),
    url("/css/fonts/SourceHanSansCN-Regular.eot") format("opentype");
    font-weight: normal;
    font-style: normal;
}
body {
    background: #fff;
    min-width: 1200px;
}
body, p, dl, dt, dd, ul, li, ol, fieldset, legend, h1, h2, h3, h4, h5, h6, button, input, textarea, td, tr{
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
button, input, textarea {
    outline: none;
}
body, html {
    color: #333;
    height: 100%;
    font-family: "SourceHanSansCN-Regular";
}
img, iframe {
    border: none;
}
a{
    color: #333;
    text-decoration: none;
}
ul, li, ol {
    list-style: none;
}

/*清除浮动影响*/
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    display: flex;
}
.header_wrap{
    width: 1180px;
    margin: 0 auto;
}
#header{
    height: 72px;
}
#header .logo{
    width: 202px;
    overflow: hidden;
    float: left;
}
#header .exam_back{
    display: none;
}
#header .logo img{
    height: 100%;
    display: block;
    max-width: none;
}
#header .nav{
    float: left;
    margin: 12px 0 0 58px;
}
#header .nav li{
    float: left;
    height: 45px;
    line-height: 45px;
    margin-right: 36px; 
}
#header .nav li a{
    color: #5f6166;
    font-size: 14px;
}
#header .nav li.active{
    border-bottom: 2px solid #2e8de6;
}
#header .nav li.active a{
    color: #2e8de5;
}
#header .loginbar{
    float: right;
    color: #2e8de6;
    font-size: 14px;
    line-height: 72px;
}
#header .loginbar i{
    float: left;
    width: 17px;
    height: 20px;
    background: url("/imgs/examination/logo.png") no-repeat;
    background-position: -212px 2px;
    margin: 26px 5px 0 0;
}
#header .loginbar .user-login, #header .loginbar .user-reg{
    cursor: pointer;
}
#header .hasLogin {
    position: relative;
}
#header .hasLogin .user-head {
    float: right;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 18px;
    margin-top: 21px;
}

#header .hasLogin .user-head img {
    width: 100%;
}

#header .hasLogin .user-card {
    width: 140px;
    height: 220px;
    background: #303030;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 210;
    display: none;
    border-radius: 3px;
}

#header .hasLogin .user-card .triangle {
    position: absolute;
    width: 21px;
    height: 16px;
    background: url("/imgs/icon_triangle.png") no-repeat;
    top: -5px;
    right: -3px;
}

#header .hasLogin .user-card ul {
    float: left;
}

#header .hasLogin .user-card ul li {
    float: left;
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header .hasLogin .user-card ul li a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
}

#header .hasLogin .user-card ul li:hover a {
    color: #81baef;
}

#header .hasLogin .user-card ul li:hover {
    color: #81baef;
    background: #2a2a2a;
}

#header .hasLogin .user-card ul .card-mymsg em {
    background-position: 0 48px;
}

#header .hasLogin .user-card ul .card-orders em {
    background-position: 0 32px;
}

#header .hasLogin .user-card ul .card-query em {
    background-position: 0 16px;
}

#header .hasLogin .user-card .user-exit {
    float: right;
    font-size: 12px;
    color: #6c6b78;
}
/**登录注册忘记密码共用弹框**/
.userlr {
    width: 338px;
    background: #fff;
    overflow: hidden;
    margin: auto;
    margin-top: 22px;
    height: auto;
    display: none;
}
.user-oprate {
    width: 100%;
    overflow: hidden;
}
.lrwrap {
    width: 100%;
    height: 156px;
    overflow: hidden;
}
/**登录页**/
.user-oprate .tabUl {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: #c8d0e2 1px solid;
}
.user-oprate .tabUl li {
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 17px;
}
.user-oprate .tabUl li.active {
    color: #51C6F1;
}
.tab0 {
    float: left;
}
.tab1 {
    float: right;
}
.tabcontent-0,
.tabcontent-1 {
    width: 100%;
    overflow: hidden;
}
.tabcontent-0 {
    display: block;
}
.tabcontent-1 {
    display: none;
}
#login-form-pwd {
    margin-top: 22px;
}
#login-form-pwd .lgphone,
#login-form-pwd .lgpwd {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#login-form-pwd .lgphone {
    margin-bottom: 10px;
}
#login-form-pwd .lgpwd {
    margin-top: 10px;
    margin-bottom: 10px;
}
#login-form-pwd .a-login {
    float: left;
    font-size: 14px;
    margin: 13px 0 0 0;
    clear: both;
}
#login-form-pwd .a-login label {
    float: left;
}
#login-form-pwd .a-login label .fa-check {
    float: left;
}
#login-form-pwd .a-login #autologin-pwd {
    display: none;
}
#login-form-pwd .a-login label span {
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #91909e;
    margin: 2px 8px 0 0;
}
#login-form-pwd .lgphone input,
#login-form-pwd .lgpwd input {
    width: 99%;
    height: 44px;
    float: left;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
#login-form-pwd .forget,
#login-form-pwd .toRegister,
#login-form-pwd .spr {
    float: right;
    font-size: 14px;
    color: #1a1e41;
    margin-top: 13px;
}
#login-form-pwd .spr {
    margin: 0 8px;
    margin-top: 13px;
}
#login-form-pwd .toRegister {
    color: #dd541e;
}
#login-form-pwd .toRegister:hover {
    color: #fb7f4e;
}
#login-form-pwd .btnLogin-pwd {
    margin-top: 23px;
}
#login-form-pwd .third-party {
    margin-top: 44px;
}
#login-form-msg {
    margin-top: 22px;
}
#login-form-msg .lgphonenum {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}
#login-form-msg .lgphonenum input {
    float: left;
    width: 99%;
    height: 42px;
    float: left;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
#login-form-msg .pin-pic,
#login-form-msg .pin-msg {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 10px;
}
#login-form-msg .pin-pic input,
#login-form-msg .pin-msg input {
    float: left;
    width: 208px;
    height: 42px;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
#login-form-msg .pin-pic {
    margin-bottom: 10px;
}
#login-form-msg .pin-pic span {
    float: right;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #f0f3fa;
    border-radius: 4px;
    line-height: 42px;
    cursor: pointer;
}
#login-form-msg .pin-msg .sendMsg {
    width: 108px;
    height: 42px;
    border: 1px solid #c8d0e2;
    background: #5ea5e7;
    font-size: 13px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    color: #fff;
    pointer-events: auto;
}
#login-form-msg .pin-msg .disabled {
    color: #91909e;
    border: #c8d0e2 1px solid;
    pointer-events: none;
    background: #f0f3fa;
}
#login-form-msg .forget,
#login-form-msg .toRegister,
#login-form-msg .spr {
    float: right;
    font-size: 14px;
    color: #1a1e41;
    margin-top: 10px;
}
#login-form-msg .spr {
    margin: 0 8px;
    margin-top: 10px;
}
#login-form-msg .toRegister {
    color: #dd541e;
}
#login-form-msg .toRegister:hover {
    color: #fb7f4e;
}
#login-form-msg .a-login {
    float: left;
    font-size: 14px;
    margin: 10px 0 0 0;
    clear: both;
}
#login-form-msg .a-login label {
    float: left;
}
#login-form-msg .a-login label .fa-check {
    float: left;
}
#login-form-msg .a-login #autologin-msg {
    display: none;
}
#login-form-msg .a-login label span {
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #91909e;
    margin: 2px 8px 0 0;
}
.btnLogin-pwd,
.btnLogin-msg {
    float: left;
    width: 100%;
    height: 44px;
    border: none;
    background: #5ea5e7;
    color: #fff;
    letter-spacing: 10px;
    border-radius: 7px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
}
.btnLogin-pwd:hover {
    background: #66b3fa;
}
.btnLogin-msg:hover {
    background: #66b3fa;
}
.third-party {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 22px;
    border-top: #f0f3fa solid 1px;
    position: relative;
}
.third-party p {
    position: absolute;
    width: 135px;
    background: #fff;
    left: 50%;
    margin-left: -67px;
    top: -10px;
    text-align: center;
    font-size: 15px;
}
.third-party section {
    width: 107px;
    height: 28px;
    margin: 25px auto 0;
    font-size: 22px;
}
.third-party section a {
    color: #a7b1c9;
}
.third-party section .wechat:hover {
    color: #00d00b;
}
.third-party section .qq {
    margin-left: 45px;
}
.third-party section .qq:hover {
    color: #12b7f5;
}
.third-party section .wechat_mobile {
    display: none;
}
/*注册页*/
.reg-title {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px #c8d0e2 solid;
}
.reg-title span {
    float: left;
    font-size: 18px;
    color: #5ea5e7;
}
.reg-title a {
    color: #dd541e;
    font-size: 12px;
    float: right;
    margin-top: 8px;
}
.reg-wrap {
    width: 100%;
    overflow: hidden;
}
.reg-wrap #reg-form {
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
}
.reg-wrap #reg-form .username,
.reg-wrap #reg-form .regphone,
.reg-wrap #reg-form .regpwd {
    width: 100%;
    float: left;
    position: relative;
}
.reg-wrap #reg-form .username input,
.reg-wrap #reg-form .regphone input,
.reg-wrap #reg-form .regpwd input {
    float: left;
    width: 99%;
    height: 42px;
    float: left;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
.reg-wrap #reg-form .username {
    margin-bottom: 10px;
}
.reg-wrap #reg-form .regphone {
    margin: 10px 0;
}
.reg-wrap #reg-form .regpwd {
    margin: 10px 0;
}
.reg-wrap #reg-form .verification {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}
.reg-wrap #reg-form .verification input {
    float: left;
    width: 211px;
    height: 44px;
    float: left;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
.reg-wrap #reg-form .verification .sendMsg,
.reg-wrap #reg-form .verification .sendMsgreg {
    width: 108px;
    height: 42px;
    border: 1px solid #c8d0e2;
    background: #5ea5e7;
    font-size: 13px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    color: #fff;
    pointer-events: auto;
}
.reg-wrap #reg-form .verification .disabled {
    color: #91909e;
    border: #c8d0e2 1px solid;
    pointer-events: none;
    background: #f0f3fa;
}
.reg-wrap #reg-form .agree {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 14px;
}
.reg-wrap #reg-form .agree input {
    display: none;
}
.reg-wrap #reg-form .agree input[type="checkbox"]:checked+label {
    color: #5ea5e7;
}
.reg-wrap #reg-form .agree label {
    color: #bfbfbf;
    cursor: pointer;
}
.reg-wrap #reg-form .btnReg {
    float: left;
    width: 100%;
    height: 44px;
    border: none;
    background: #5ea5e7;
    color: #fff;
    letter-spacing: 10px;
    border-radius: 7px;
    margin-top: 26px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 40px;
}
.reg-wrap #reg-form .btnReg:hover {
    background: #66b3fa;
}
.reg-wrap #reg-form .reg-pin-pic {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 10px;
}
.reg-wrap #reg-form .reg-pin-pic input {
    float: left;
    width: 208px;
    height: 42px;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
.reg-wrap #reg-form .reg-pin-pic {
    margin-bottom: 10px;
}
.reg-wrap #reg-form .reg-pin-pic span {
    float: right;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #f0f3fa;
    border-radius: 4px;
    line-height: 42px;
    cursor: pointer;
}
.reg-wrap #reg-form .reg-pin-pic span img{
    width: 100%;
    height: 100%;
}
.errtips {
    float: left;
    font-size: 13px;
}
.err {
    border: 1px solid #dd541e !important;
}
.errtips em {
    font-style: normal;
}
.su {
    float: left;
    font-size: 13px;
    color: #26c541;
}
.seepwd {
    width: 27px;
    height: 22px;
    display: block;
    position: absolute;
    right: 17px;
    top: 11px;
    cursor: pointer;
}
.seepwd {
    background: url("/imgs/closeeye.png");
}
.seen {
    background: url("/imgs/eye.png") !important;
}
/**忘记密码**/
.forget-title {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px #c8d0e2 solid;
}
.forget-title span {
    float: left;
    font-size: 15px;
}
.forget-wrap {
    width: 100%;
    overflow: hidden;
    display: block;
}
#forget-form {
    margin-top: 22px;
}
#forget-form .forgetphone {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}
#forget-form .forgetphone input {
    float: left;
    width: 99%;
    height: 42px;
    float: left;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
#forget-form .forget-pin,
#forget-form .forget-msg {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 10px;
}
#forget-form .forget-pin input,
#forget-form .forget-msg input {
    float: left;
    width: 208px;
    height: 42px;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
#forget-form .forget-pin {
    margin-bottom: 10px;
}
#forget-form .forget-pin span {
    float: right;
    width: 110px;
    height: 42px;
    text-align: center;
    background: #f0f3fa;
    border-radius: 4px;
    line-height: 42px;
    cursor: pointer;
}
#forget-form .forget-pin span img {
    width: 100%;
    height: 100%;
}
#forget-form .forget-msg .sendMsgforget {
    width: 108px;
    height: 42px;
    border: 1px solid #c8d0e2;
    background: #5ea5e7;
    font-size: 13px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    color: #fff;
    pointer-events: auto;
}
#forget-form .forget-msg .disabled {
    color: #91909e;
    border: #c8d0e2 1px solid;
    pointer-events: none;
    background: #f0f3fa;
}
#forget-form .goLogin {
    float: right;
    font-size: 14px;
    color: #dd541e;
    margin-top: 10px;
}
.btnForget {
    float: left;
    width: 100%;
    height: 44px;
    border: none;
    background: #5ea5e7;
    color: #fff;
    border-radius: 7px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 45px;
}
.btnForget:hover {
    background: #66b3fa;
}
.user-oprate2 {
    width: 100%;
    overflow: hidden;
    display: none;
}
.reset-title {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px #c8d0e2 solid;
}
.reset-title span {
    float: left;
    font-size: 15px;
}
.reset-wrap {
    width: 100%;
    overflow: hidden;
}
#reset-pwd-form {
    margin-top: 22px;
}
#reset-pwd-form .userpwd,
#reset-pwd-form .conpwd {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#reset-pwd-form .userpwd {
    margin-bottom: 10px;
}
#reset-pwd-form .conpwd {
    margin-top: 10px;
    margin-bottom: 10px;
}
#reset-pwd-form .userpwd input,
#reset-pwd-form .conpwd input {
    width: 99%;
    height: 44px;
    float: left;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}

#reset-pwd-form .btnReset {
    float: left;
    width: 100%;
    height: 44px;
    border: none;
    background: #5ea5e7;
    color: #fff;
    border-radius: 7px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 40px;
}
#reset-pwd-form .btnReset:hover {
    background: #66b3fa;
}
#footer {
    width: 100%;
    background: #5d5d5d;
    height: 276px;
}
#footer .footer_mobile{
    display: none;
}
#footer .footer-content {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}
#footer .footer-content dl {
    width: 356px;
    margin-top: 54px;
    height: 99px;
    float: left;
    color: #fff;
    position: relative;
}
#footer .footer-content dl dt {
    font-size: 15px;
    margin-left: 27px;
}
#footer .footer-content dl dd {
    font-size: 14px;
    width: 318px;
    margin-left: 27px;
}
#footer .footer-content dl dd:nth-of-type(1) {
    margin-top: 19px;
}
#footer .footer-content dl .qrcode {
    width: 88px;
    height: 88px;
    position: absolute;
    top: -5px;
}
#footer .footer-content dl .qrcode img {
    width: 100%;
    height: 100%;
}
#footer .footer-content dl .qrcode p {
    text-align: center;
    color: #fff;
    font-size: 12px;
}
#footer .footer-content dl .qr-1 {
    right: 68px;
}
#footer .footer-content dl .qr-2 {
    right: -40px;
}
#footer .footer-content dl .qr-3 {
    right: -147px;
}
#footer .footer-content dl:nth-of-type(2) {
    width: 326px;
    border-left: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
}
#footer .footer-content dl:nth-of-type(2) dd {
    margin-left: 18px;
    width: 298px;
    font-size: 14px;
}
#footer .footer-content dl:nth-of-type(2) dd:nth-of-type(2) {
    margin: 1px 0 1px 18px;
}
#footer .footer-content dl:nth-of-type(3) dd:nth-of-type(2) {
    margin-top: 8px;
}
#footer .footer-content dl:nth-of-type(3) dd {
    margin-left: 18px;
}
#footer .footer-content dl:nth-of-type(2) dt,
#footer .footer-content dl:nth-of-type(3) dt {
    margin-left: 18px;
}
#footer .footer-content .friend-links{
    width: 1122px;
    float: left;
    clear: both;
    border: 1px solid #6a6a6a;
    margin: 40px 0 0 34px;
    border-left: none;
    border-right: none;
}
#footer .footer-content .friend-links ul{
    overflow: hidden;
    padding: 7px 0;
}
#footer .footer-content .friend-links li{
    float: left;
    font-size: 14px;
}
#footer .footer-content .friend-links li a{
    color: #fff;
}
#footer .footer-content .friend-links p{
    float: left;
    color: #fff;
    font-size: 14px;
}
#footer .footer-content .friend-links span{
    float: left;
    color: #8f8f8f;
    font-size: 13px;
    margin: 2px 4px 0;
}
.oldusersettingpwd {
    width: 338px;
    overflow: hidden;
    margin: 20px auto 0;
    background: #fff;
}
.oldusersettingpwd .new-pwd,
.oldusersettingpwd .con-pwd {
    width: 100%;
    float: left;
}
.oldusersettingpwd .new-pwd {
    margin-bottom: 10px;
}
.oldusersettingpwd .new-pwd {
    margin: 10px 0;
}
.oldusersettingpwd .new-pwd input,
.oldusersettingpwd .con-pwd input {
    width: 99%;
    height: 44px;
    float: left;
    padding-left: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c8d0e2 solid;
    border-radius: 3px;
}
.oldusersettingpwd .newpwd-submit {
    background: #66b3fa;
    float: left;
    width: 100%;
    height: 44px;
    border: none;
    background: #5ea5e7;
    color: #fff;
    letter-spacing: 10px;
    border-radius: 7px;
    font-size: 16px;
    cursor: pointer;
    margin: 30px 0 20px 0;
}

/*翻页*/
.page_wrap{
  width: 1093px;
  overflow: hidden;
  margin: 0 auto;
}
.page_wrap .page_list{
  width: 1104px;
  margin-right: -12px;
}
.page_wrap .page_list li{
  float: left;
  width: 36px;
  height: 36px;
  border: 1px solid #dae2e6;
  font-size: 14px;
  color: #2f3033;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  margin: 0 12px 12px 0;
  box-sizing: border-box;
  cursor: default;
  transition: all .1s;
  background: #fff;
  cursor: pointer;
}
.page_wrap .page_list li.finished{
  background: #e5f3fe;
}
.page_wrap .page_list li:hover{
  color: #2e8de6;
  border: 1px solid #2e8de6;
}
.page_wrap .page_list li.marked{
    background: #ffe0c9!important;
}
.page_wrap .page_list li.current{
  background: #2e8de6!important;
  color: #fff;
  border: none;
}
.page_wrap .page_list li.current:hover{
  color: #fff;
  border: none;
}
.page_wrap .page_list .more, .page_wrap .page_list .fold_more{
  float: left;
  font-size: 14px;
  color: #2f3033;
  cursor: pointer;
  line-height: 36px;
}
.page_wrap .page_list .more i, .page_wrap .page_list .fold_more i{
  font-size: 12px;
  margin-left: 3px;
}

/*按钮*/
button.blue_large,
button.blue_default,
button.blue_small,
button.orange_large,
button.orange_default,
button.orange_small{
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all .2s;
}
button.blue_large,
button.blue_default,
button.blue_small{
    background: #2e8de7;
}
button.orange_large,
button.orange_default,
button.orange_small{
    background: #ff6f19;
}
button.blue_large,
button.orange_large,
button.border_large{
    width: 100px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
}
button.blue_default,
button.orange_default,
button.border_default{
    width: 84px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
}
button.blue_small,
button.orange_small,
button.border_small{
    width: 70px;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
}
button.blue_large:hover,
button.blue_default:hover,
button.blue_small:hover{
    background: #3c9af2;
}
button.orange_large:hover,
button.orange_default:hover,
button.orange_small:hover{
    background: #ff7e33;
}
button.blue_large:active,
button.blue_default:active,
button.blue_small:active{
    background: #1682e5;
}
button.orange_large:active,
button.orange_default:active,
button.orange_small:active{
    background: #f3620f;
}

button.border_large,
button.border_default,
button.border_small{
    border: 1px solid #378ada;
    color: #308be6;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    transition: all .2s;
}
button.border_large:hover,
button.border_default:hover,
button.border_small:hover{
    background: #f1f8ff;
}
button.border_large:active,
button.border_default:active,
button.border_small:active{
    background: #daedfe;
}

button.disabled{
    pointer-events: none;
    background: #ccc;
    border: none;
    color: #fff;
}


/*评论模块*/
.comment_list{
    margin-top: 4px;
}
.comment_item{
    position: relative;
    padding: 20px 0 0 53px;
    box-sizing: border-box;
}
.comment_item .avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 20px;
}
.comment_item .avatar img{
    width: 100%;
    display: block;
}
.comment_item  .comment_detail{
    font-size: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dae2e6;
}
.comment_item:last-child .comment_detail{
    border: none;
}
.comment_item  .comment_detail .name b{
    font-weight: normal;
    color: #8d9099;
    margin: 0 3px;
}
.comment_item  .comment_detail .name em{
    font-style: normal;
    color: #2f3033;
}
.comment_item  .comment_detail .name span{
    float: right;
    color: #8d9099;
    font-size: 12px;
}
.comment_item  .comment_detail .content{
    color: #5e6066;
    padding: 8px 0 10px;
    word-break: break-all;
}
.comment_item  .comment_detail .operate div{
    float: left;
    color: #8d9099;
    font-size: 12px;
    margin-right: 35px;
    cursor: pointer;
}
.comment_item .operate div i{
    float: left;
    width: 17px;
    height: 17px;
    background: url("/imgs/examination/exam_icon.png") no-repeat;
    margin-right: 2px;
}
.comment_item .operate div.active{
    color: #2e8de6;
}
.comment_item .operate .operate_zan i{
    background-position: 0 -90px;
}
.comment_item .operate .operate_cai i{
    background-position: 0 -107px;
}
.comment_item .operate .operate_collect i{
    background-position: 0 -124px;
}
.comment_item .operate .operate_reply i{
    background-position: 0 -141px;
}
.comment_item .operate .operate_zan.active i{
    background-position: -17px -90px;
}
.comment_item .operate .operate_cai.active i{
    background-position: -17px -107px;
}
.comment_item .operate .operate_collect.active i{
    background-position: -17px -124px;
}
.comment_item .operate .operate_reply.active i{
    background-position: -17px -141px;
}
.comment_item .reply_box {
    position: relative;
    margin-top: 20px;
}
.comment_item .reply_box button{
    position: absolute;
    width: 94px;
    right: 0;
    top: 0;
}
.comment_item .reply_box .input{
    width: 100%;
    padding-right: 110px;
    box-sizing: border-box;
}
.comment_item .reply_box .input input{
    width: 100%;
    border: 1px solid #dae2e6;
    border-radius: 3px;
    box-sizing: border-box;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
}
.comment_item  .reply_list{
    border-top: 1px solid #dae2e6;
    margin-top: 20px;
}
.comment_item  .reply_list .comment_item:last-child .comment_detail{
    padding-bottom: 0;
}

input::-webkit-input-placeholder{
  color: #919399;
  font-size: 14px;
}

input:-moz-placeholder{
  color: #919399;
  font-size: 14px;
}

input::-moz-placeholder{
  color: #919399;
  font-size: 14px;
}

input:-ms-input-placeholder{
  color: #919399;
  font-size: 14px;
}
.sidebar {
    width: 58px;
    position: fixed;
    top: 65%;
    right: 10px;
    background: #f8fbff;
    z-index: 205;
    margin-top: -50px;
    -webkit-box-shadow: 0 0 5px #d7d7d9;
    box-shadow: 0 0 5px #d7d7d9;
}
.sidebar ul {
    float: left;
}

.sidebar ul li {
    float: left;
    width: 100%;
    border-top: 1px #d7dfeb solid;
}

.sidebar ul li em {
    display: block;
    width: 38px;
    height: 35px;
    margin: 9px auto 4px;
    background: url("/imgs/sidebar.png") no-repeat;
}

.sidebar ul li a {
    float: left;
    width: 100%;
    height: 100%;
}

.sidebar ul li a span {
    width: 100%;
    text-align: center;
    display: block;
    color: #c6cbce;
    font-size: 12px;
}
.sidebar ul .course-consultant {
    height: 69px;
}

.sidebar ul .course-consultant em {
    background-position: 0 -35px;
}

.sidebar ul .after-service {
    height: 68px;
    color: #c6cbce;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.sidebar ul .after-service em {
    background-position: 0 -70px;
}

.sidebar ul .ourphone {
    height: 49px;
    position: relative;
    background: #f8fbff;
    z-index: 10;
}

.sidebar ul .ourphone em {
    background: #f8fbff url("/imgs/sidebar.png") no-repeat;
    background-position: 0 -106px;
}

.sidebar ul .ourphone .shownumber {
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 51px;
    background: #f8fbff;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border: 1px #d7dfeb solid;
    border-right: none;
    overflow: hidden;
    color: #7b7d7f;
    font-style: italic;
    line-height: 49px;
    font-size: 18px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar ul .ourphone:hover .shownumber {
    visibility: visible;
    left: -160px;
    width: 160px;
}

.sidebar ul .ourphone:hover+.side-qrcode div {
    left: -3px;
    visibility: hidden;
}

.sidebar ul .side-qrcode {
    height: 49px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    background: #f8fbff url("/imgs/sidebar.png") no-repeat;
    background-position: 10px -135px;
}

.sidebar ul .side-qrcode div, .sidebar ul .after-service div{
    width: 120px;
    height: 145px;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    background: #f8fbff;
    border-radius: 3px;
    border: 1px #d7dfeb solid;
    transition: width 100ms;
    transition: left 300ms;
    z-index: -5;
}
.sidebar ul .side-qrcode div{
    visibility: visible;
    left: -130px;
    top: -95px;
}
.sidebar ul .after-service div{
    visibility: hidden;
    top: -76px;
    left: -3px;
}
.sidebar ul .side-qrcode div.unactive {
    visibility: hidden;
}

.sidebar ul .side-qrcode div img, .sidebar ul .after-service div img{
    width: 100%;
    display: block;
}

.sidebar ul .side-qrcode div span, .sidebar ul .after-service div p {
    display: block;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.sidebar ul .side-qrcode:hover div, .sidebar ul .after-service:hover div {
    visibility: visible;
    left: -130px;
}


.sidebar ul .after-service:hover ~ .side-qrcode div {
    visibility: hidden;
    left: -3px;
}

.sidebar ul .backtop {
    cursor: pointer;
    height: 51px;
    display: none;
}

.sidebar ul .backtop em {
    background-position: 0 -175px;
}
