@charset "utf-8";
.center-body {

    margin: 40px auto 20px;
    padding-bottom: 20px;
}

.left-menus {
    width: 180px;
    padding: 40px 10px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    float: left;

}

.userdata {
    display: none;
}

.avatarbox {
    text-align: center;
}

.avatars {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.avatars img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.avatars .acpfont {
    position: absolute;
    right: -4px;
    bottom: -2px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    background-color: orangered;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    border: 2px solid #fff;
    display: none;
}

.username {
    margin-top: 20px;
    text-align: center;

    font-size: 18px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}

.usertips {

    font-size: 12px;
    height: 18px;
    line-height: 18px;
    background-color: palevioletred;
    color: #fff;
    border-radius: 4px;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 6px;
    display: none;
}

.lmenus {
    margin-top: 48px;
}

.lmenus h2 {
    line-height: 1;
    color: #7C7C7C;
    font-weight: normal !important;
    padding-left: 14px;
    font-size: 12px !important;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #838383;
    margin-bottom: 10px !important;
}


.lmenus ul {
    list-style: none;
    margin: 0;
    margin-bottom: 24px;
}

.center-tab .tab-tit {
    margin-left: 0;
}

.responsive-table {
    margin-left: 0;
}

.pagination {
    display: block;
}

.lmenus li,
.lmenus li a {
    font-size: 14px;
    color: #3E484F;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
}

.lmenus li i {
    font-style: normal;
}

.lmenus li span.acpfont {
    margin-right: 16px;
    font-size: 18px;
}

.lmenus li.active,
.lmenus li.active a,
.lmenus li:hover a {
    color: #3E484F;
    background: #f1f1f1;
    background: url(../img/btn_tabhighlight@2x.png) no-repeat;
    background-size: 100% auto;
    border-radius: 6px;
}

.lmenus li::after {
    position: absolute;
    display: inline-block;
    content: '';
}

.m-lmenus {
    display: none;
}

.right-content {
    float: left;
    padding-left: 20px;
    width: calc(100% - 180px);
}

.content-name {
    border-bottom: #D9D9D9 1px solid;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 16px !important;
    font-size: 24px !important;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}

.center-tab .tab-tit {
    padding-top: 0px;
}

.center-tab .tab-tit li {
    display: inline-block;
    margin-right: 60px;
    padding: 10px 0;
    border-bottom: 4px solid #f8f8f8;
    cursor: pointer;
    color: #A3A3A3;
    font-size: 16px;
    font-weight: bold;
}

.center-tab .tab-tit li.active {
    border-bottom: 4px solid #f8f8f8;
    cursor: auto;
    color: #1E1E1E;
    position: relative;
}

.center-tab .tab-tit li.active::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #FF0000;
    bottom: 0;
    left: calc((100% - 30px) / 2);
}

.center-tab .tbody-item {
    display: none;
}

.center-tab .tbody-item.show {
    display: block;
}

.exambox {
    display: flex;
    align-items: center;

}

.exambox .exam-img {
    width: 80px;
    height: 80px;
}

.exambox .exam-img img {
    width: 100%;
    height: 100%;
}

.exam-name {
    font-size: 16px;
    padding-left: 20px;
    width: 20em;

}

.exam-name h3 {}

.exam-name h3 em {
    font-style: normal;
    font-weight: 800;
}

.exam-name strong {
    font-weight: bold;
    line-height: 1.7;
    font-size: 18px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
    margin-bottom:0px;
    display: block;
}

.tbody-item .t-style1 {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    margin-top: 20px;
}

.certifi-name {
    width: auto;
}

.certifi-name p {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 0 !important;
}

/**鐞涖劍鐗搁弽宄扮础**/
.responsive-table {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    margin-top: 20px;
    min-height:300px;
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.responsive-table li {
    border-radius: 3px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
}

.responsive-table .table-header {
    background-color: #EFEFEF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #F8F8F8;
    border-radius: 10px;
    color: #3E484F;
    padding: 8px 16px;
}

.responsive-table .table-row {
    background-color: #fff;
}

.responsive-table .g-col-1 {
    flex-basis: 10%;
}

.responsive-table .g-col-2 {
    flex-basis: 20%;
}

.responsive-table .g-col-3 {
    flex-basis: 30%;
}

.responsive-table .g-col-4 {
    flex-basis: 40%;
}

.responsive-table .g-col-5 {
    flex-basis: 50%;
}

.responsive-table .g-col-6 {
    flex-basis: 60%;
}

.responsive-table .g-col-7 {
    flex-basis: 70%;
}

.responsive-table .g-col-8 {
    flex-basis: 80%;
}

.responsive-table .g-col-9 {
    flex-basis: 90%;
}

.g-col-35 {
    flex-basis: 35%;
}

.g-col-15 {
    flex-basis: 15%;
}

.g-col-30 {
    flex-basis: 30%;
}

.g-col-25 {
    flex-basis: 25%;
}

.g-col-20 {
    flex-basis: 20%;
}

.g-col-10 {
    flex-basis: 10%;
}

.g-col-25 {
    flex-basis: 25%;
    text-align: center;
}

.g-col-50 {
    flex-basis: 50%;
}

.g-col-65 {
    flex-basis: 65%;
}

.g-col-40 {
    flex-basis: 60%;
}

.shopitembox .exam-name {
    width: 12em;
    padding-left: 10px;
}

.g-col-3 a {
    margin-top: 20px;
    display: inline-block;
}

.order-info {
    font-size: 14px;
    padding-bottom: 0!important;
}

.order-info strong {
    font-weight: bold;
    margin-right: 20px;
}

.tdbox {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    line-height: 1.6;
}

.tdbox2 {
    margin-top: 15px;
    display: inline-block;
}

.tdbox .editit ,.tdbox .addr-cancel {
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;	color:#3E484F;
}.tdbox .addr-cancel {
     margin-left: 5px;
 }
.tdbox .editit{
    margin-right:3px;
}

.tdbox .cancel,.tdbox .contacts {
    margin-left: 5px;
    font-weight: 600;
    color:#3E484F;
    font-size: 16px;
}
.tdbox .editit:hover,.tdbox .cancel:hover,.tdbox .contacts:hover{
    color:#f00
}
span.reservet{

    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
}
.font16{

    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
}
.tdbox .contact {
    font-weight: 600;
}

.copytext {
    font-size: 18px;
}

.table-row2 {
    background: #EFEFEF;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 16px 30px;
    position: relative;
    overflow: unset;
}

.table-row2::before {
    font-family: acpfont;
    display: block;
    content: '\e601';
    font-size: 24px;
    position: absolute;
    top: -16px;
    color: #EFEFEF;
    left: 40px;
}

.table-row2 .info-item {
    width: 25%;
}
.table-row.expire .exam-name strong,.table-row.expire .exam-name h3,.table-row.expire span.reservet ,.table-row.expire .font16{
    color:#838383
}
#content.active {
    display: block;
}

.content-name .acpfont {
    display: none;
}

.center-body .left-menus li strong {
    display: none;
}

.userdata ul {
    margin: 25px auto 18px;
    display: flex;
}

.pay p .go-pay {
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 90px;
    background: linear-gradient(180deg, #FF8383 0%, #FF3E3E 100%);
    border-radius: 4px;
    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #FFFFFF;
}

.pay .tdbox {
    margin-top: 5px;
    text-align: center;
}

.pay .tdbox2 {
    margin-top: 0px!important;
}

.pay .tdbox p {
    margin-bottom: 0 !important;
}

.tdbox2 p {
    color: #787878;
}

.shopitembox p {
    font-size: 14px;
    color: #777;
}

.userdata li {
    width: 24%;
    display: inline-block;
    text-align: center;
}

.reserveTime2 p {
    margin-bottom: 0 !important;
    font-size: 16px;
}

.userdata li h3 {
    color: #101010;
    font-size: 24px;
    margin-bottom: 5px;
}

.exam-name h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.userdata li span {
    font-size: 14px;
    color: #9B9B9B;
}

.ucenter-ad {
    display: none;
    width: 100%;
    height: 80px;
    border-radius: 10px;
}

.ucenter-ad img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.responsive-table .copypsw2:before,
.responsive-table .reserveTime2:before,
.responsive-table .tel:before {
    white-space: nowrap;
}

.dhbtn {
    right: 0;
    position: absolute;
    width: 5em;
    text-align: center;
    paddding: 0;
    background: orangered;
    color: #fff;
    font-size: 14px;
    display: block;
    display: none;
}

.center-tab {
    position: relative;
}

.dhinput {
    position: absolute;
    right: 0;
    top: -10px;
    width: 340px;
    height: 40px;
    border-radius: 27px;
}

.dhinput .dhnum {
    width: 100%;
    padding-right: 120px;
    height: 40px;
    border-radius: 50px;
    outline: none !important;
    padding-left: 20px;background: #FFFFFF;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}

.dhinput .dbtn {
    display: inline-block;
    width: 120px;
    height: 40px;
    background-color: #1E1E1E;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    width: 120px;
    height: 36px;
    background: linear-gradient(180deg, #FF8383 0%, #FF3E3E 100%);
    border-radius: 27px;
    right: 2px;
    top: 2px;
    position: absolute;
}

.dhinput .dbtn:hover {
    opacity: 0.9;
}

ul.m-nomar2 {
    margin-bottom: 0;
}
.kmdesc{
    padding-bottom: 5px;
    font-size: 12px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #838383;
}
.center-header nav{
    box-shadow: none;
    border-bottom: 1px solid #D8D8D8;
}
.pass{
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;

    font-weight: 500;
    color: #006929;
}
.fail{

    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500!important;
    color: #FF0000;
}

.seeAchieves{

    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}
/***妫板嫮瀹冲鐟板毉鐏烇拷***/
.popup{
    width: 40%;
    max-width: 544px;
    height:auto;
    position: absolute;
    z-index: 98;
    display: none;
    right: -40%;
    top:9.375rem;
    bottom: 0px;
    background: #FFFFFF;
    box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.popup .popup-header{

    font-size: 20px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
    line-height: 30px;
    height: 90px;
    line-height: 90px;
    padding-left:20px;
    border-bottom: #D9D9D9 1px solid;
}
.popup .popup-header span.acpfont{
    opacity: 0.5;
    font-size: 20px;
    float: right;
    margin-right: 20px;
}
.popup .popup-header span.acpfont:hover{
    opacity: 1;
    color: #f00;
    cursor: pointer;
}
.popup-button{
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    padding: 13px 0;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
    border-radius: 4px;
}
.popup-button:hover{
    color: #fff;
    opacity: 0.9;
}
.popup-reserves,.popup-check,.popup-submit{
    padding:0 20px;
}

/***瀵懓鍤悰銊ュ礋**/
.popup-reserves dl{
    margin: 0 0 15px 0;
}
.popup-reserves dl dt{

    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
    width: 186px;
    display: inline-block;
    line-height: 50px;
    float: left;
}
.popup-reserves dl dt span{
    font-size: 20px;
    margin-right: 10px;
}
.popup-reserves dl dd{
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
    margin: 0;
    width: calc(100% - 198px);
    display: inline-block;

}
.popup-reserves dl dd span{
    text-indent: 10px;
    display: inline-block;
    line-height: 42px;
}
.popup-check {
    padding-top: 20px;
    padding-bottom: 60px;
    border-top: 1px solid #D8D8D8;

}
.popup-reserves{
    padding-top: 40px;
}
.popup-check .again-input{
    height: auto;
}
.popup-check .again-input .again-l{
    width: 160px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D8D8D8!important;
}
.popup-check .again-input .again-l .m-input{

    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    outline: none;
    text-indent: 0;

}
.popup-check .again-input .again-box{
    width: 100px;
    left:180px
}
.popup-check .again-input .again-box .code-again {

    height: 48px;
    line-height: 48px;

}
.popup-check .again-input .again-box .code-again a{
    line-height: 48px;
}
.popup-reserves dl dd input{
    margin-bottom: 0;
    padding-left: 10px;
    background: none;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
    border: 1px solid #fff;
}
.popup-reserves dl dd input[type=text]:focus{
    outline: none;
    border: 1px solid rgba(216, 216, 216, 0.33);
    background: rgba(216, 216, 216, 0.33);

}
.popup-input:hover{
    background: rgba(216, 216, 216, 0.33);
}
.popup-input.foucs {
    border: 1px solid #D8D8D8;
    background: #fff;
    outline: none;
}
.popup-reserves dl dd input[type=text].foucs:focus{
    background: #fff;border: 1px solid #D8D8D8;
}
.popup-check .font16{
    font-size: 14px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
    padding-bottom: 10px;
}
.setinput {
    text-align: right;
    padding-top:10px;
}
.setinput a{
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;

}
.setinput a:last-child{

    color: #fff;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);


}
.setinput a:first-child{

    color: #3E484F;
}
.setinput a:hover{
    opacity: 9.5;
}
/**閸欐牗绉锋０鍕瀵懓鍤仦锟�**/

.cancel-pop {
    background: rgba(83, 83, 83, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*FF*/
    position: fixed !important;
    /*FF IE7*/
    position: absolute;
    z-index: 999;

}
.cancel-box {
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    z-index: 999;
    width: 570px;
    height: 330px;
    left: 50%;
    top: 50%;
    margin-left: -285px !important;
    /*FF IE7 鐠囥儱锟介棿璐熼張顒冮煩鐎圭晫娈戞稉锟介崡锟� */
    margin-top: -165px !important;
    /*FF IE7 鐠囥儱锟介棿璐熼張顒冮煩妤傛娈戞稉锟介崡锟�*/
    margin-top: 0px;
    position: fixed !important;
    /* FF IE7*/
    position: absolute;

    background:#fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:40px;
}

.cancel-btn a.checkcancel{
    display: block;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
    border-radius: 4px;
    color: #fff;
    width: 100%;

    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
}
.cancel-box-top{
    height: 80px;
    font-size: 28px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #FF543C;
    display: inline-flex;
    position: relative;
    align-items: center;
}
.cancel-box-top span.acpfont{
    font-size: 80px;
    margin-right: 20px;
}
.cancel-box i.acpfont{
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 20px;
    display: inline-block;
    padding:5px;
    cursor: pointer;
}
.cancel-box i.acpfont:hover{
    color: #FF543C;
}
.cancel-main{

    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
    line-height: 28px;
    padding: 25px 0 30px;
    text-align: left;
}
/**閹存垹娈戠拠浣峰姛**/
.certifi-set{

    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}
.certifi-set a{
    color: #3E484F;
    margin-left:5px;
    margin-right: 5px;
}
.certifi-set a:hover{
    color: #f00;
}
.normal-table{
    margin-left: 0;
}
.normal-table li {
    border-radius: 3px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
}
.normal-table li.normal-table-header {
    background-color: #EFEFEF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 10px;
    margin-bottom: 0px;
    background: #F8F8F8;
    border-radius: 10px;
    color: #3E484F;
    padding: 8px 16px;
}

.normal-table .normal-table-row {
    background-color: #fff;
}

.normal-table .g-col-1 {
    flex-basis: 10%;
}

.normal-table .g-col-2 {
    flex-basis: 20%;
}

.normal-table .g-col-3 {
    flex-basis: 30%;
}

.normal-table .g-col-4 {
    flex-basis: 40%;
}

.normal-table .g-col-5 {
    flex-basis: 50%;
}

.normal-table .g-col-6 {
    flex-basis: 60%;
}

.normal-table .g-col-7 {
    flex-basis: 70%;
}

.normal-table .g-col-8 {
    flex-basis: 80%;
}

.normal-table .g-col-9 {
    flex-basis: 90%;
}
.popup .certifi-name{
    padding-left:20px;
    padding-top:40px;
}
.popup .certifi-name .c-name{
    font-size: 18px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}
.popup .certifi-name .c-subname{

    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #838383;
}

.certifi-pic{
    padding:10px;
    margin: 10px;
    box-shadow: -2px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.certifi-pic img{
    max-width: 100%;
}
.certifi-des{
    padding:40px 20px 16px
}

/**鐎涳缚绡勭拠鍓р柤*/
.studybox{
    display: flex;
    align-items: center;
}
.studybox .study-img{
    width: 220px;
    float: left;
    height:124px;overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:10px;
}.studybox .study-img img{
     width: 100%;
     height: 100%;
     border-radius: 10px;
     object-fit: cover;
 }
.studybox .study-name{
    width: calc(100% - 220px);
    max-width: 510px;
    padding-left:20px;
}
.studybox .study-name strong{
    display: block;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
    line-height: 24px;
}
.studybox .study-des{
    font-size: 12px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #838383;
    line-height: 24px;
}
.studybox .study-time{
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #838383;

}
.studybox .study-time span{
    display: inline-block;
    line-height: 1;
}
.studybox .study-time span:first-child{
    border-right: 1px solid #979797;
    padding-right: 5px;
    margin-right: 5px;

}

/**娑撴挸鐫橀崝鈺傛殌**/
.assist-box{

    min-height: 815px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.assist-box::after{
    display: inline-block;
    height: 1px ;
    content: '';
    clear: both;
}
.assist-box img.assistant{
    max-width: 400px;
    float: left;
}
.assistant-des{
    width: 800px;
    margin: 0px auto 0;
    padding-top: 90px;
}
.as-contact{
    float: left;
    padding-left:80px;
    padding-top:170px;
}
.as-contact-t{
    font-size: 44px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
    margin-bottom: 100px;
}
.as-contact span{
    display: block;
    width: 41px;
    height: 8px;
    background: #3E484F;
    margin-bottom: 40px;
}
.as-contact-code{
    width: 155px;
    height: 155px;
    padding:13px;
    background: #3E484F;
    margin-left:43px;
}

/**鐠併垹宕熼崚妤勩�冪悰銊︾壐閺嶅嘲绱�**/
.responsive-table .g-col-m50 {
    flex-basis: 50%;
}
.responsive-table .g-col-m44 {
    flex-basis: 44%;
}
.responsive-table .g-col-m40 {
    flex-basis: 40%;
}

.responsive-table .g-col-m23 {
    flex-basis: 23%;
}
.responsive-table .g-col-m15 {
    flex-basis: 15%;
}

.responsive-table .g-col-m19 {
    flex-basis: 19%;
}

.responsive-table .g-col-m12 {
    flex-basis: 12%;
}

.responsive-table .g-col-m10 {
    flex-basis: 10%;
}
.responsive-table .g-col-m8{
    flex-basis: 8%;
}
.responsive-table .g-col-m34 {
    flex-basis: 34%;
}
.responsive-table .g-col-m22 {
    flex-basis: 22%;
}
.responsive-table .g-col-m20 {
    flex-basis: 20%;
}

.exam-product{

    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}
.exam-specs{
    margin-top: 15px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
    line-height: 16px;
}
.pay-price{

    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
}
.shopitembox .exam-name.order-exam-name{
    width: calc(90% - 80px);
}
.setlink{
    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}
.line-btn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #3E484F;
    display: inline-block;
    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}
.line-btn:hover{
    color: #f00;
}
.text-black{
    color: #3E484F;
}
.text-black:hover{
    color: #f00;
}
.eval{
    text-align: center;
}
.closeorder{

    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #838383;
    margin-top: 5px;
    display: inline-block;
}
/**鐠囧嫪鐜弽宄扮础**/
#evalBox{
    padding:20px;
}
#evalBox .exambox{
    margin-bottom: 30px;
}
.pop-normaltit,.evalstar-l{
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.pop-normaltit span.acpfont,.evalstar-l span.acpfont{
    font-size: 20px;
    margin-right: 7px;
}

.addphoto{
    padding:20px 0 40px;
}
.addphoto span.acp-plusjiahao{

    border-radius: 4px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #e5e5e5;
    color: #979797;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
.server-eval{
    display: flex;
}
.evalstar-l{
    padding-right: 30px;
}
.stars{
    display: inline-flex;
    align-items: center;
}
.stars span{
    margin-right: 20px;
    cursor: pointer;
}
.stars span::before{
    display: inline-block;
    font-family: 'acpfont';
    content: '\e65e';
    color: #d8d8d8;
    font-size: 20px;
}
.stars span.show::before{
    color: #ff4833;
}
.setTextarea{
    border: none;
    background: rgba(216, 216, 216, 0.33);
    border-radius: 4px;
    padding:0px 10px ;
    resize:none;
    background: none;
    outline: none!important;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
    height: 40px;
    line-height: 40px;

}
.setTextarea.foucs{
    padding-top:10px;
    padding-bottom:10px;
    height: 180px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D8D8D8;

    line-height: 24px;
}
.setTextarea:hover{
    background: #f1f1f1;
}
.setTextarea.foucs:hover{
    background: #fff;
}



input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent!important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/**娴兼ɑ鍎崚鍛婄壉瀵拷**/
.couponbox .exam-name{
    width: auto;
}
.couponbox .exam-img{
    width: 142px;
}
.couponbox .exam-img img{
    border-radius: 10px;
}
.time-start,.time-end{

    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
}
.ruletext{
    width: 9em;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
}
.tdbox-center{
    display: inline-flex;
    align-items: center;
    margin-top: 0;
}
.nomart{
    margin-top: 0;
}
.overdue .exam-img img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}
.overdue .exam-name .exam-product ,.overdue .exam-name .exam-specs,.overdue .time-start,.overdue .time-end,.overdue .ruletext,.overdue .font16{
    color: #A3A3A3;
}
.address-set{
    display: inline-flex;
    align-items: center;
}

.wem14{
    width: 14em;
}
.wem10{
    width: 10em;
}
.wem5{
    width: 5em;
}
/***娑擃亙姹夋穱鈩冧紖娣囶喗鏁�**/
.actionlink{
    color: #3E484F;
}
.actionlink:hover{
    color: #FF0000;
}
.popbg{
    background: rgba(73, 73, 73, 0.70);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*FF*/
    z-index: 9999;
    position: fixed !important;
    /*FF IE7*/
    position: absolute;

}
.popbg .popform{
    z-index: 999;
    width: 600px;
    height: 350px;
    left: 50%;
    top: 50%;
    margin-left: -300px !important;
    /*FF IE7 鐠囥儱锟介棿璐熼張顒冮煩鐎圭晫娈戞稉锟介崡锟� */
    margin-top: -175px !important;
    /*FF IE7 鐠囥儱锟介棿璐熼張顒冮煩妤傛娈戞稉锟介崡锟�*/
    margin-top: 0px;
    position: fixed !important;
    /* FF IE7*/
    position: absolute;

    /*IE5 IE5.5*/
    box-shadow:rgba(55,55,55,.2) 0px 0px 15px 15px ;
    background-color: #fff;
    padding: 10px 40px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.popform-title{
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.editlist ul{
    margin:0;
    list-style: none;
}
.editlist ul li {
    position: relative;
}
.editlist ul li span{
    display: inline-block;
    width: 7em;
    font-size: 16px;
    text-align: right;
    padding-right: 1em;
}
.editlist ul li input.popform-input{
    width: 240px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    outline: none;
    text-indent: 12px;
    padding-left: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
}
.editlist ul li i{
    display: inline-block;
    margin-left:20px;
}
.editlist ul li i img{
    height: 42px;
    width: 125px;
    border-radius: 4px;
}
.editlist ul li i #again{
    border: 1px solid #D8D8D8;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 125px;	border-radius: 4px;
    text-align: center;
    color:#32373C ;
    font-size: 16px;
    font-style: normal;
}
.popclose{
    position: absolute;
    right: 0;
    width: 50px;
    cursor: pointer;
}
.popclose::before{
    display: inline-block;
    font-family: acpfont;
    content: '\e65c';
    color: #5e5e5e;
    font-size: 18px;
}
.popclose:hover::before{
    color: #FF0000;
}

.pop-bot-btn{
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
    padding-left: 117px;
    margin-top: 10px;
}
.pop-bot-btn a{
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #3E484F;
    display: inline-block;
    width: 134px;
    text-align: center;
    float: left;
}
.pop-bot-btn a:last-child{
    color: #ffffff;
    border: none;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
    height: 38px;
    line-height: 38px;
    margin-left: 20px;
}

.readinput{
    outline: none;
    background: none!important;
    border: none;
    padding-left: 0!important;
}



@media all and (max-width: 767px) {

    .table-row2 {
        background: #EFEFEF;
        border-radius: 10px;
        font-size: 14px;
        margin: 0;
        display: block !important;
        padding: 16px !important;
    }

    .table-row2 .info-item {
        width: 48%;
        display: inline-block;
        line-height: 1.6;
    }

    .responsive-table .table-header {
        display: none;
    }

    .responsive-table .table-row {
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .responsive-table li {
        margin-bottom: 15px;
        position: relative;
        display: block;
    }

    .responsive-table .g-col {
        flex-basis: 100%;
        display: flex;
        padding: 0px 0;
    }

    .responsive-table .copypsw:before,
    .responsive-table .reserveTime:before,
    .responsive-table .tel:before {
        color: #6c7a89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 1;
        text-align: left;
        line-height: 40px;
        display: inline-block;
        flex: 1;
    }

    .reserveTime {
        display: block;
    }

    .reserveTime span.text-grey {
        white-space: nowrap;
    }

    .table-row::after {
        display: block;
        clear: both;
        content: '';
    }

    .g-col-3 a {
        margin-top: 0px;
    }

    .tdbox {
        margin-top: 0px;
        line-height: 40px;
    }

    .noba:before {
        display: none !important;
    }

    .g-col.state {
        position: absolute;
        bottom: 15px;
        left: 20px;
    }

    .g-col.set {
        display: block;
        width: 100%;
        text-align: right;
        border-top: 1px solid #dedede;
        padding-top: 10px;
        margin-top: 15px;
    }

    .g-col.copypsw {}

    a.ksbtn {
        background: orangered;
        padding: 0 25px;
        border-radius: 100px;
        color: #fff;
        display: inline-block;
    }

    .ksbtn:hover {
        opacity: 0.85;
    }

    .ksbtn .acpfont {
        background: none !important;
        display: inline !important;
        width: auto !important;
        height: auto !important;
        color: #fff;
        margin-right: 5px;
    }

    .pagination {
        text-align: center !important;
    }

    .responsive-table {
        padding: 0;
        background: none;
    }
}

/**鐞涖劍鐗搁弽宄扮础 end**/

.t-style1 {
    border-collapse: separate;
}

.t-style1 .thead {
    background: #EFEFEF;
    line-height: 40px;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    display: flex;
    margin-top: 0px;
}

.t-style1 .thead li {
    flex: 1;
    text-indent: 1em;
    color: #101010;
}

.t-style1 tbody {
    padding-top: 10px;
}

.t-style1 tbody td {
    padding: 16px;
    vertical-align: middle;
}

table.t-style1 tr:first-child th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table.t-style1 tr:first-child th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table.t-style1 tbody tr:first-child td {
    padding-top: 40px;
}

.ksbtn {
    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
    display: inline-flex;
    align-items: center;
}

.ksbtn .acpfont {
    text-align: center;
    line-height: 40px;
    color: #3E484F;
    font-size: 30px;
    margin-right: 10px;
}

.ksbtn:hover .acpfont {
    color: #ff4731;
}

label.ckbox {
    display: inline-block;
    padding: 1.5em 10px 6em 0;
    width: 35px;
}

.fl {
    float: left;
}

a:link {
    text-decoration: none;
}
.testbox{
    padding:24px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 20px;
}
.testpswd{
    display: flex;
}
.testpswd .info-item{
    width: 25%;
}
.testpswd .info-item i{
    font-style: normal;
}
.account{
    padding-top:15px;
}
.account-item{
    display: inline-block;
    width: 49%;
}
.account-item .account-num{

    font-size: 18px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}

/***閸掑棝銆�**/
.pagination {
    text-align: right;
    margin-top: 20px;
}

.pagination ul {
    background-color: #fff;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 1000px;

    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);

}

.pagination ul li {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    border-radius: 100px;
    margin-left: 4px;
}

.pagination ul li a {
    color: #666;
    outline: none;
}

.pagination ul li a:active,
.pagination ul li a:visited,
.pagination ul li a:hover {
    text-decoration: none !important;
    outline: none;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
    background: #686868;
}

.pagination ul li:first-child a,
.pagination ul li:last-child a {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.pagination ul li.currentpage {
    background: orangered;
    color: #fff;
}

.pagination ul li:hover {
    background: orangered;
    color: #fff;
}

.pagination ul li:hover a {
    color: #fff;
}

.pagination ul li.currentpage a {
    color: #fff;
}

.pagination ul li.disablepage {
    background: #bbb;
}

/*鐠併垹宕熺粵娑拷澶婎樋闁鐗卞锟�*/
.zgckbox {
    display: inline-block;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.zgckbox input {
    display: none;
}

.zgckbox span {
    padding-left: 22px;
    font-size: 15px;
    display: inline-block;
}

.zgckbox input[type=checkbox]+i {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #b1b1b1;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 9 !important;
    content: '';
    background: #fff;
    font-style: normal;
    border-radius: 4px;
}

.zgckbox.ckbox input[type=checkbox]+i {
    top: 32px;
}

.zgckbox input[type=checkbox]:checked+i {
    border: 1px solid #b1b1b1;
    background: #fff;
}

.zgckbox input[type=checkbox]:checked+i:after {
    font-family: 'acpfont';
    content: '\e61e';
    position: absolute;
    font-size: 16px;
    left: 0px;
    top: -3px;
    color: #009242;
}

.marl-16 {
    margin-left: 16px;
}

/**鐠併垹宕熺粵娑拷澶婎樋闁鐗卞锟� end**/
.form-set {
    background-color: #fff;
    padding: 8px 40px;
    display: inline-block;
    float: left;
    border-radius: 1000px;
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
}
.form-set .zgckbox{
    margin-right: 20px;
}
.price-text{
    color: #f00;
}
.setbtn {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;

}

.setbtn a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    width: 120px;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
    box-shadow: 0px 4px 10px 2px #E7B4B4;
    border-radius: 27px;
}

.setbtn a:hover {
    opacity: 0.9;
}

.address-data .tdbox {
    margin-top: 0px;
}

.address-data .tdbox2 {
    margin-top: 10px;
}

.deftbn {
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
    border-radius: 4px;
    margin-left: 20px;
}
.deftbn:hover{
    color: #fff;
    opacity: .9;
}
.deftbn:link{
    color: #fff;
}
.defadd {
    padding: 1px 5px;
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}

.formbox {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    margin-top: 20px;
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.formlist{
    padding-left:20px;
}
.formlist .form-item {
    display: flex;
    padding: 10px 0;
}

.formlist .form-item .form-item-tit {
    width: 5em;
    text-align: right;
    padding-right: 20px;


    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
    line-height: 35px;

    text-align: right;
    align-self: center;

}

.form-item-con {
    line-height: 35px;
    font-size: 14px;
}

.form-item-con input[type='text'] {
    margin-bottom: 0;

    outline: none !important;
    width: 200px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #A3A3A3;

    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #A3A3A3;
    padding-left:10px;
}

.formlist .form-item .form-item-tit {
    width: 85px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
}

.avatarset {
    width: 80px;
    height: 80px;
}

.avatarset img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.normal-input {
    border: 1px solid #dedede;
    line-height: 35px;
    padding: 0px 15px;
    outline: none;
    border-radius: 6px;
}

.form-item-tips {
    line-height: 35px;
    font-size: 14px;
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
}

.normal-input-btn {
    background: orangered;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    outline: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    background: #3E484F;
    border-radius: 4px;
}

.notices {
    margin-left: 0;
    list-style: none;
    padding: 16px;
}

.notices li {
    padding-left: 70px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom:20px;
}

.notices li .noticesImg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}
.notices li .noticesImg span.acpfont{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border-radius: 100px;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
    font-size: 30px;
    color: #fff;
}
.notices li h1 {
    font-size: 16px !important;
    line-height: 50px !important;
    position:relative;
    cursor:pointer;
}

.notices li h1::after{
    content: '展开';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 2px;
    font-size:14px;
    font-weight: 500;
}
.notices li .open h1::after{
    content: '收起';
}
.notices li h1 span {
    color: #101010;
    margin-right: 20px;
}

.notices li h1 i {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #A3A3A3;
}

.notices-des {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 35px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    line-height: 28px;
}

.roundimg {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.normalBtn.radius4 {
    border-radius: 4px;
}

.safebox .form-item-tit {
    text-align: left !important;
    width: 140px !important;
    display: inline-flex;
    align-items: center;
}

.safebox .form-item-tit span {
    margin-right: 10px;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    float: left;
    color: #fff;
    border-radius: 100px;
    font-weight: normal;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
}

.safebox .form-item-tit span.acp-shouji {
    background: #6666ff;
}

.safebox .form-item-tit span.acp-qq1 {
    background: #007CBA;
}

.safebox .form-item-tit span.acp-gongzhonghao {
    background: #07C160;
}

.safebox .form-item-tit span.acp-zhifubao {
    background: #0099ff;
}

.safebox .form-item-con {
    text-align: center;
    width: 368px;
    line-height: 60px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
}

.safebox .normalBtn {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;

    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);

}

.safebox .normalBtn.unset {

    border-radius: 4px;
    border: 2px solid #FF0000;
    background: none;

    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #FF0000!important;
}

.gzh-box {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left:20px;
}

.gzh-box .ewm {
    width: 140px;
    height: 140px;
    margin-right:18px;
}

.gzh-box .ewm img {
    width: 100%;
    height: 100%;
}

.ewm-text {
    vertical-align: middle;
    padding-top: 35px;
    line-height: 27px;
    font-size: 18px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #3E484F;
}
.userinfo::after{
    display: inline-block;
    height: 1px;
    content: '';
    width: 100%;
    clear: both;

}
.testinfo{
    padding-top: 100px;
    width: 50%;
    float: left;
}
.profile{
    width: 50%;
    float: left;
}
.form-item-con input.uneidt{background:#dddddd!important;}
/**閸楁洟锟藉顢嬮弽宄扮础**/
.myradio,.my-checkbox2{
    position: relative;
    margin-bottom: 0;
    margin-right: 10px;
}
.myradio input ,.my-checkbox2 input {
    display: none;
}
.myradio span,.my-checkbox2 span{
    padding-left:28px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
    display: inline-flex;
    align-items: center;
}
.my-checkbox2 span{
    padding-left:28px;
    font-size: 16px!important;
    line-height: 1;
}
.myradio input[type=radio]+i,.my-checkbox2 input[type=checkbox]+i {
    width:20px;
    height:20px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9 !important;
    content: '';
    border:2px solid #a3a3a3;
}
.my-checkbox2 input[type=checkbox]+i {
    top: 0px;
}
.myradio input[type=radio]:checked+i {

}
.myradio input[type=radio]:checked+i:after,.my-checkbox2 input[type=checkbox]:checked+i:after {
    background: linear-gradient( to bottom,#ff6a64,#ff2c0a);
    content: '';
    width: 10px;
    border-radius:2px;
    height: 10px;
    position: absolute;
    font-size: 12px;
    left: 3px;
    top: 3px;
    color: #fff;
}
.addressbox{
    min-height: 720px;
}
.layui-layer-btn .layui-layer-btn0{
    border-color:#FF2906!important;
    background:#FF2906!important;

}
.padt20{
    padding-top: 20px;
}
.achieves-des{
    padding-left:20px;
}
.achieves-des::after{
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    content: '';
}
.achieves-des .achieves-l,.achieves-des .achieves-r{
    float:left;
}
.achieves-des .achieves-l{
    width: 55%;
}
.achieves-des .achieves-r{
    width: 45%;
    padding-left:20px;
    padding-right:20px;
}
.achieves-des dl dt{

    height: 40px;
    line-height: 40px;
    background: #F8F8F8;
    border-radius: 10px;
    padding-left:10px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
}
.achieves-des dl dd{
    margin: 0;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 600!important;
    color: #3E484F;
    margin-top: 20px;
    position: relative;
    padding-left:10px;
}
.achieves-des dl dd span:last-child{
    float: right;
    margin-right: 10px;
}
.achieves-des dl dd .acp-duihao{
    font-size: 40px;
    color: #1e7e0e;
}
.ispass{
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.ispass span:last-child{
    position: absolute;
    right: 0;
}
.achieves-pic{
    padding-top:20px;
}

/*****閺冦儲婀＄紒鍕****/
.calendar{
    width: 280px;
}
.calendar-title-box{
    display: block;
    text-align: center;
    position: relative;
    padding:5px 0;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #3E484F;
}
.calendar-title-box .prev-month{
    font-size: 14px;
    color: #e5e5e5;
    position: absolute;
    left:0px;
    top:5px;
}.calendar-title-box .next-month{
     font-size: 12px;
     color: #e5e5e5;
     position: absolute;
     text-align: right;
     right:0px;
     top:5px;
     display: inline;
 }
.calendar-title-box .prev-month:hover,.calendar-title-box .next-month:hover{
    color: #999;
    cursor: pointer;
}
.calendar .week{
    display: flex;
}
.calendar .week div{
    width: 14.2%;
    text-align: center;
}
.daytr{
    padding-top: 8px;
}
.daytr span{
    display: inline-block;
    width: 14.2%;
    text-align: center!important;
    margin: 0;
    height: 32px!important;
    line-height: 32px!important;
    text-indent: 0!important;
    position: relative;
    color: #999;
    pointer-events: none;
}

.daytr span.today::after{
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 45%;
    background: #FF2906;
}
.daytr span.otherMonth{
    color: #e5e5e5;
    pointer-events: none;
    opacity: 0;
}
.daytr span.currentMonth{
    cursor: pointer;
}
.daytr span.checkme{
    background: #f1f1f1;
    border-radius: 4px;
    pointer-events: auto;
    color: #000;
    cursor: pointer;
}
.daytr span.checkme.otherMonth{
    pointer-events: none;
}

.daytr span.currentDay{

    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);

    border-radius: 4px;
    color: #fff;
}
.showtime {

    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    position: relative;
}
.showtime::before{
    content: '';
    display: inline-block;
    width: 1px ;
    height: 28px;
    background: #D8D8D8;
    position: absolute;
    left:50%;
    top:6px;
}
.showtime input{
    width:49%;
    border: none;
    line-height: 35px;
    height: 35px;
    text-align: center;
    outline: none;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
    outline: none!important;-webkit-tap-highlight-color:rgba(255,0,0,0);
}
.showtime input,
.showtime input:-webkit-autofill,
.showtime input:-webkit-autofill:hover,
.showtime input:-webkit-autofill:focus {
    /*閼冲本娅欐０婊嗗*/
    border: none!important;;
    box-shadow:0 0 0 60px #fff inset; background: #fff;
    outline: none!important;}

.date-ck{
    width: 290px;
    padding:20px 5px 0;
}
.date-ck a{
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #3E484F;
    display: inline-block;
    width: 134px;
    text-align: center;
}
.date-ck a:last-child{
    float: right;
    color: #ffffff;
    border: none;
    background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
    height: 38px;
    line-height: 38px;
}

.timeselectbox{
    position: absolute;
    right:0;
    width: 144px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2), 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: auto;
    z-index: 6;
    display: none;
}

.timeselectbox .time-options{
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.timeselectbox .time-options:first-child{
    margin-top: 10px;
}
.timeselectbox .time-options:last-child{
    margin-bottom: 10px;
}
.timeselectbox .time-options.active{
    background: rgba(216, 216, 216, 0.33);
}

.timeselectbox::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}
.timeselectbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #FF0000;
}
.timeselectbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.dateselect{
    position: absolute;
    top:40px;
    right: 0;
    z-index: 999;
    padding:20px;
    background: #FFFFFF;
    box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2), 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.popup-reserves dl dd{
    position: relative;
}

/*20210330 1748*/

.notices-des{
    display:none;
}
.open .notices-des{
    display:block;
}

/*20210401**/
.pop-bg{
    position: fixed;
    z-index: 99999;
    top:0;bottom:0;
    left:0;right:0;
    background: rgba(83, 83, 83, 0.7);
}
.pop-btn{
    width: 140px;
    height: 44px;
    line-height: 44px;
    background: #3E484F;
    border-radius: 5px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
}
.pop-btn{
    width: 140px;
    height: 44px;
    line-height: 44px;
    background: #3E484F;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #3E484F;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 18px;
}
.pop-btn.pop-btn-border{
    width: 140px;
    height: 44px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #3E484F;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 400;
    color: #3E484F;
    margin-right: 0px;
}

.pop-body {
    width: 600px;
    min-height: 336px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -228px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.pop-body .closepop{
    position:absolute;
    right:25px;
    top:20px;
    font-size:20px;
    color:#999;

}
.pop-body .closepop:hover{
    color:red;
    cursor:pointer;
}

.pay-suc h1 {
    font-size: 28px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 800;
    color: #FF543C;
    line-height: 80px;
    position: relative;
    width: 300px;
    margin: 0 auto 20px;
    line-height: 80px!important;
    white-space:nowrap;
}
.pay-suc h1::after{
    display:block;
    height:1px;
    width:100%;
    clear:both;
    content:'';
}

.pay-suc h1 i {
    width: 80px;
    height: 80px;
    background: url(../img/icon_paysuccess.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.pop-suc-des {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 400;
    color: #3E484F;
}

.pay-suc .codeimg {
    width: 120px;
    margin: 10px auto;
}

.pay-suc .codeimg img {
    width: 100%;
}

.pay-suc .codeimg h2 {
    font-size: 14px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 800;
    color: #3E484F;
    line-height: 21px;
}
.pay-checked-user{
    padding:0 40px;
}

.pay-checked-user .normal-title{
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    margin-top: 5px;
    text-align: left;
}
.pay-checked-user .normal-title::before{
    width: 6px;
    height: 22px;
    content: '';
    display: inline-block;
    background-color: #FE3F3F;
    margin-right: 6px;
    float: left;
    height: 20px;
    width: 5px;
}
.pay-checked-user .normal-des{
    text-align: left;
}
.pay-checked-user .paybox li{
    width:45%
}
.pay-checked-user .paybox li:last-child{
    margin-right:0;
}


.responsive-table .g-col.hbddlist{
    display:block;
}
.responsive-table .g-col.hbddlist .exambox{
    margin-bottom:10px;
}

.responsive-table .g-col.hbddlist .tdbox2{
    display:flex;
    align-items: center;
    margin-top:0px;
    margin-bottom:10px;
    min-height: 80px;

}
.responsive-table .g-col.hbddlist .tdbox2 .pay-price:first-child{
    margin-top:25px;

}
.responsive-table .g-col.hbddlist .tdbox2 .pay-price:last-child{
    color:#999;
    font-size:14px;
    /*margin-left:5px;*/

}
.responsive-table .g-col.hbddlist .exambox:last-child,.responsive-table .g-col.hbddlist .tdbox2:last-child{
    margin-bottom:0;
}
.responsive-table .table-row.order-info{
    border:1px solid #f1f1f1;
    border-radius:6px;
    padding:8px 16px!important;
    box-shadow: 0px 0px 6px  rgba(100,100,100,0.1);
    margin-top:10px;
}
.tdbox{
    margin-top:0;
}
.dhgz{
    position:absolute;
    right:0;
    top:10px;
}
.dhgz a{
    color:#3E484F;
}
.dhgz i.acp-help{
    font-size:16px;
    font-style:normal;
    font-weight: normal;
}
.dhgz i.acp-help:before{
    display:inline-block;
    font-family: "acpfont";
    content:"\e60e";
    margin-right:3px;
}
.searchnodata{
    min-height:600px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    margin-top: 20px;

    box-shadow: 0px 6px 20px 1px rgb(0 0 0 / 10%);
    border-radius: 20px;
}
.searchnodata div{
    text-align: center;
}
.searchnodata span{
    display:block;
    color: #B7B5B6;
    margin-top:40px
}

.zhuti-btn{
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 90px;
    background: linear-gradient(
            180deg
            , #FF8383 0%, #FF3E3E 100%);
    border-radius: 4px;
    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #FFFFFF;
    text-decoration: none;
}
/***鐠併垹宕熺拠锔藉剰**/
.box-orderinfo{
    background:#fff;
    box-shadow: 0px 6px 20px 1px rgb(0 0 0 / 10%);
    border-radius: 20px;
    min-height: 485px;
    padding:24px;
}
.order-static{
    border-radius: 10px;
    border: 1px solid #E5E5E5;

}
.order-static .order-progress{
    float:unset;
    position:absolute;
    right:20px;
    top:40px;
}
.order-static .order-progress ul {
    display:flex;
}
.order-static .order-progress ul li{
    text-align: center;

    width:180px;
}
.order-static .order-progress ul li span{
    display:block;
    min-height: 24px;
    font-size:12px;
}
.order-static .order-progress ul li::before,.order-static .order-progress ul li:nth-child(2)::before,.order-static .order-progress ul li.current::before{
    left:45%;
}
.order-static .order-progress ul::before {

    width: calc(100% - 180px);
    left: 81px;
}
.order-static .order-progress ul li:first-child:after{
    width: 68%;
    height: 2px;
    background: #3E484F;
    top: 0;
    left: 45%;
}
.order-static .order-progress ul li:last-child.current::after{
    width:40%;
}
.order-static{
    position:relative;
}

.linebox{
    display: block;
    width:100%
}
.linelist{
    min-height:80px;
    display:flex;
    align-items: center;
    margin-bottom:10px;
}
#tab_ul{
    padding:0;
    box-shadow: none;
    min-height:auto;
}
.orderdata {
    padding:16px;
}
.orderdata .order-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.orderdata .order-lists p{
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
    line-height: 28px!important;
    margin-bottom: 0;
}
.order-normaltit{
    margin:24px 0 20px;font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
}
#backOrder{
    float:right;font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3E484F;
}




/*20220804支付成功弹出层**/
.pop-bg {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(83, 83, 83, 0.7);
}

.pop-btn {
    width: 140px;
    height: 44px;
    line-height: 44px;
    background: #3E484F;
    border-radius: 5px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
}

.pop-btn {
    width: 140px;
    height: 44px;
    line-height: 44px;
    background: #3E484F;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #3E484F;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 18px;
}

.pop-btn.pop-btn-border {
    width: 140px;
    height: 44px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #3E484F;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 400;
    color: #3E484F;
    margin-right: 0px;
}

.pop-body {
    width: 600px;
    min-height: 336px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -228px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.pop-body .closepop {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 20px;
    color: #999;

}

.pop-body .closepop:hover {
    color: red;
    cursor: pointer;
}

.pay-suc h1 {
    font-size: 28px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 800;
    color: #FF543C;
    line-height: 80px;
    position: relative;
    width: 300px;
    margin: 0 auto 20px;
    line-height: 80px !important;
    white-space: nowrap;
}

.pay-suc h1::after {
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    content: '';
}

.pay-suc h1 i {
    width: 80px;
    height: 80px;
    background: url(../img/icon_paysuccess.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.pop-suc-des {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 400;
    color: #3E484F;
}

.pay-suc .codeimg {
    width: 120px;
    margin: 10px auto;
}

.pay-suc .codeimg img {
    width: 100%;
}

.pay-suc .codeimg h2 {
    font-size: 14px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 800;
    color: #3E484F;
    line-height: 21px;
}
.newPayPop{
    background:#24ab37;
    width: 400px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    /*height:356px;*/
}
.newPayPop .closepop {
    color: #fff;
}
.newPayPop .pay-suc h1{
    font-weight:normal!important;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
}
.newPayPop .pay-suc h1::after{
    display:none;
}
.newPayPop .pay-suc h1 .acpfont{
    font-size:46px;
    margin-right:10px;
}
.newPayPop .pay-suc h1 .acpfont:hover{
    color:#fff;
}
.newPayPop .codeimg{
    background:#fff;
    width:240px;
    padding:20px;
    box-sizing: border-box;
}
.newPayPop .pay-suc .codeimg h2 {
    font-size: 14px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 800;
    color: #3E484F;
    line-height: 21px;
    margin-top: 4px!important;
    margin-bottom:10px!important;
}
#trackLogin,#userCenter{
    display:none;
}


#examDate_dl {
    display: block;
}
#examDate_dl dd {
    display: block;
}
#examDate_dl .layui-input-block {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.clearfix:after{
    content: '';
    clear: both;
    height: 1px;
    width: 100%;
}