* {
    padding: 0;
    margin: 0;
}

a,
span,
img {
    display: block;
}

body {
    height: auto !important;
    padding-top: 20px;
    background: url(img/body_bg.png) no-repeat top center;
    background-color: #4F8CE9;
}

input {
    border: 0;
    outline: 0;
    list-style: none;
}
.logo {
    width: 213px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: 560px;
    background: url(img/logo.png) no-repeat;     
}
.logo img {
    width: 213px;
    height: 23px;
    display: block;
}
#body_2 {
    width: 934px;
    height: 566px;
    margin: 0 auto;
    background: #FFDB6C;
    border: 3px solid #000000;
    border-radius: 12px;
}
#body_2 .b_wrap {
    width: 906px;
    height: 540px;
    padding: 20px;
    background: #FFFFFF;
    border: 3px solid #000000;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 10px;
}
#body_2 .w_title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
}
#body_2 .w_title_b {
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#body_2 .m_link {
    width: 469px;
    height: 78px;
    margin: 0 auto;
    background: url(img/m_link.png) no-repeat;
    cursor: pointer;
}
.copyright {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.che-box {
    display:inline;
}
.che-box input{
    display: none;
}
.che-box label{
    height: 38px;
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 20px;
    text-align: center;
    color: #000000;
    margin-right: 20px;
    margin-bottom: 24px;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
}
.che-box input:checked + label{
    background: #017EFF;
    color: #fff;
    border: 1px solid #017EFF;
}
.navSider {
    position: fixed;
    right: 0;
    top: 140px;
    width: 137px;
    height: 260px;
    background: url(https://img.mison.cn/pic/TOEIC-RegistrationGuide/img/sider.png) no-repeat center;
    display: flex;
    flex-direction: column;
}

.navSider a {
    flex: 1;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 52px;
    padding-left: 60px;
}

.bottomBanner2 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    display: none;
    background-color: #232732;
    background: url(img/bottom_bg.png) no-repeat top center;
}

.bottomBanner2 .b_wrap {
    margin: 0 auto;
    width: 1120px;
}
.bottomBanner2 .b_link {
    width: 200px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    float: right;
    color: #ffffff;
    margin-top: 26px;
    text-align: center;
    cursor: pointer;
}
.bottomBanner2 .b_link a {
    width: 200px;
    height: 48px;
    color: #ffffff;
    border: 1px solid #FFFFFF;
    display: inline-block;
    border-radius: 4px;
}

.bottomBanner2 .b_link a:hover {
    width: 200px;
    height: 48px;
    color: #232732;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
}

#code-window {
    display: none;
}

#code-window #TOEIC_form2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 510px;
    height: 413px;
    background: url(img/blue_bg.png) no-repeat top center;
    z-index: 99;
}

#code-window #TOEIC_form2 #mycall2 {
    position: absolute;
    top: 140px;
    left: 40px;
    width: 430px;
    height: 57px;
    border: 1px solid #999999;
    border-radius: 4px;
    padding-left: 20px;
    font-size: 26px;
}

#code-window #TOEIC_form2 #mycode2 {
    position: absolute;
    top: 215px;
    left: 40px;
    width: 210px;
    height: 57px;
    line-height: 55px;
    border: 1px solid #999999;
    border-radius: 4px;
    padding-left: 20px;
    font-size: 26px;
}
#code-window #TOEIC_form2 .getCode2 {
    position: absolute;
    top: 215px;
    right: 40px;
    width: 210px;
    height: 57px;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    color: #037AF8;
    cursor: pointer;
    border: 1px solid #037AF8;
    border-radius: 4px;
}

#code-window #TOEIC_form2 .setCode_class2 {
    display: block;
    position: absolute;
    top: 310px;
    right: 145px;
    width: 210px;
    height: 58px;
    background: #037AF8;
    border-radius: 4px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

#code-window #TOEIC_form2 .setCode_num {
    display: none;
    position: absolute;
    top: 255px;
    left: 30px;
    width: 294px;
    height: 47px;
    background: #005092;
    border-radius: 5px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#code-window #TOEIC_form2 .setCode_href {
    display: none;
    position: absolute;
    top: 255px;
    left: 30px;
    width: 294px;
    height: 47px;
    background: #005092;
    border-radius: 5px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#code-window #TOEIC_form2 .close_window {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#code-window select {
    width: 109px;
    height: 42px;
    border-radius: 22px;
    border: 1px solid #FDB913;
    padding-left: 10px;
    color: #707070;
    padding-right: 5px;
}

#code-window .t_wrap {
    float: right;
    width: 365px;
    padding-top: 180px;
}

#code-window .t_name {
    color: #707070;
    font-size: 18px;
    line-height: 42px;
}

#code-window .t_name span {
    float: left;
    padding-right: 15px;
}

.shade-over {
    display: none;
    position: fixed;
    width: 25%;
    height: 25%;
    top: 0;
    left: 37%;
    z-index: 9999;
}

.shade-over .shade-around {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
}

.shade-over .shade-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shade-over .shade-success .close_window {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    /* background: url(img/close.png) no-repeat top center; */
}

.shade-over .shade-success .success_class {
    width: 510px;
    height: 488px;
    background: url(img/blue_bg2.png) no-repeat top center;
    position: relative;
}

.shade-over .shade-success .success_class p {
    padding-top: 90px;
    text-align: center;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #697183;
}

.shade-over .shade-success .success_class p a {
    display: inline;
    text-decoration: underline;
}

.shade-over .shade-success .success_class img {
    margin: 0px auto;
}

.shade-over .shade-success .success_num {
    display: none;
    width: 352px;
    height: 348px;
    background: url(https://img.mison.cn/pic/TOEIC-RegistrationGuide/img/num.png);
    position: relative;
}

.shade-over .shade-success .success_num span:nth-of-type(1) {
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 165px;
}

.shade-over .shade-success .success_num span:nth-of-type(2) {
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    padding-top: 60px;
}

.swiper2 .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.clear {
    clear: both;
}

.order_details {
    padding-top: 66px;
}

.order_details ul {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.order_details ul li {
    float: left;
    display: block;
    width: 346px;
    height: 66px;
    position: absolute;
    top: -66px;
    text-align: center;
    font-size: 24px;
    line-height: 54px;
    color: #FFFFFF;
    background: url(https://img.mison.cn/pic/TOEIC-RegistrationGuide/img/tab_bg.png);
    cursor: pointer;
}

.order_details .checked {
    background-color: #fff;
    color: #FFFFFF;
    border-bottom: 0;
    background: url(https://img.mison.cn/pic/TOEIC-RegistrationGuide/img/tab_bg_o.png);
    cursor: pointer;
}

.prepaids {
    position: absolute;
}

.prepaids2 {
    position: absolute;
    left: 352px;
}

.prepaids3 {
    position: absolute;
    left: 413px;
}

.hidedomdiv {
    display: none
}

.showdomdiv {
    display: block;
}

.showsss {
    text-align: center;
    padding-top: 15px;
}

table {
    border-spacing: revert;
}

.table1 {
    width: 100%;
    font-size: 18px;
    color: #707070;
}

.table1 th {
    height: 58px;
    background-color: #F8F8F8;
    font-weight: normal;
    text-align: center;
}

.table1 th:hover {
    color: #005092;
}

.table1 td {
    height: 58px;
    background-color: #EBEBEB;
    text-align: center;
}

.table1 td:hover {
    color: #005092;
}

.r_radio {
    width: 85px;
    position: relative;
    line-height: 42px;
    color: #707070;
    float: left;
    height: 42px;
    display: flex;
    align-items: center;
}

.r_radio span {
    display: inline-block;
    margin-left: 10px;
}

.r_radio input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.r_radio label {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #FDB913;
    cursor: pointer;
}


/*设置选中的input的样式*/


/* + 是兄弟选择器,获取选中后的label元素*/

.r_radio input:checked+label {
    background-color: #fff;
    border: 1px solid #FDB913;
}


/*添加的加号与label进行拼接(一个矩形边框去掉上和左的边框),再旋转45度*/

.r_radio input:checked+label::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    background: #FDB913;
    border-radius: 10px;
    /* border: 2px solid #27AFAF; */
    /* border-top: none;
    border-left: none; */
    /* transform: rotate(45deg); */
}

.r_radio2 {
    width: 85px;
    position: relative;
    line-height: 42px;
    color: #707070;
    float: left;
    height: 42px;
    display: flex;
    align-items: center;
}

.r_radio2 span {
    display: inline-block;
    margin-left: 10px;
}

.r_radio2 input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.r_radio2 label {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #FDB913;
    cursor: pointer;
}


/*设置选中的input的样式*/


/* + 是兄弟选择器,获取选中后的label元素*/

.r_radio2 input:checked+label {
    background-color: #fff;
    border: 1px solid #FDB913;
}


/*添加的加号与label进行拼接(一个矩形边框去掉上和左的边框),再旋转45度*/

.r_radio2 input:checked+label::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    background: #FDB913;
    border-radius: 10px;
    /* border: 2px solid #27AFAF; */
    /* border-top: none;
    border-left: none; */
    /* transform: rotate(45deg); */
}

#boot {
    height: 50px;
    line-height: 50px;
    background-color: #3B3B3B;
    text-align: center;
    color: #959595;
    font-size: 14px;
    position: relative;
    margin-top: -8px;
}
/* 20210824新增 */
.codetxt2 {
    padding-top: 0px!important;
    color: #697183;
}

.codeurl {
    width: 220px;
    padding-top: 135px;
}

.tool-sidebar-new {
    position: fixed;
    right: 14px;
    top: 50%;
    width: 56px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    justify-content: center;
}
.tool-sidebar-new .tool {
    width: 100%;
    height: 196px;
    display: flex;
    align-items: center;
    /*padding: 10px 5px;*/
}
.tool-sidebar-new .tool-img {
    display: block;
    /* width: 56px; */
    margin: 0 auto;
}
.tool-sidebar-new .code-box {
    position: absolute;
    right: 50px;
    top: 55%;
    transform: translateY(-50%);
    width: 250px;
    background: transparent!important;
    display: none;
}
.tool-sidebar-new .code-con {
    min-height: 158px;
    padding: 10px;
    border-radius: 5px;
    width: 158px;
    box-sizing: initial;
}
.tool-sidebar-new .code-con1::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 115px;
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 16px solid transparent;
}
.tool-sidebar-new .code-con2::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: calc( 50% - 55px );
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 16px solid transparent;
}
.tool-sidebar-new .line {
    width: 42px;
    height: 1px;
    background: #d3d3d3;
    margin: 0 auto;
}
.tool-sidebar-new .code {
    width: 156px;
    min-height: 156px;
    border: 1px solid #d3d3d3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 6px;
    margin-bottom: 5px;
}
.tool-sidebar-new .code:last-child {
    margin-bottom: 0;
}
.tool-sidebar-new .code-img {
    width: 223px;
    height: 303px;
    margin: 6px 0;
}
.tool-sidebar-new .code-txt {
    font-size: 12px;
    color: #555555;
    line-height: 16px;
}