/*<!---->去掉苹果自动的样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
    cursor:pointer;
}

textarea {
    -webkit-appearance: none;
}
.c_n_btn {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    height: 82px;
    border-radius: 4px;
    background-image: url(../image/cert/c_n_btn_bg.png);
    background-size: 100% 82px;
    background-repeat: no-repeat;
    margin-top: 16px;
    align-items: center;
}

.c_n_btn_l {
    height: 100%;
}

.c_n_btn_l img {
    height: 100%;
}

.c_n_btn_r {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.c_d_btns {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff;
    align-items: center;
    box-shadow: 0px 1px 0px rgba(219, 219, 219, 0.16);
}

.c_d_btn {
    font-size: 16px;
    padding: 11px 0;
    position: relative;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 22px;
    color: rgba(65, 65, 65, 1);
    text-align: center;
}

.c_d_btn.active {
    color: rgba(0, 113, 254, 1);
    font-weight: 700;
}

.c_d_btn.active::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 3px;
    background: rgba(0, 113, 254, 1);
    border-radius: 2px;
}

.c_d_content {
    display: none;
}

.c_d_content.active {
    display: block;
}

.index_search {
    position: relative;
    background: #ECEDF1;
}

input[type="search"].index_input,
input[type="tel"].index_input,
input[type="text"].index_input {
    box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
    height: 32px;
    background: #ECEDF1;
    border-radius: 4px;
    border: none;
    margin-bottom: 0;
}

.index_icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px;
}

.c_d_a_item {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    box-sizing: border-box;
    padding: 12px 14px;
    margin-right: 10px;
    width: calc(50% - 5px);
    margin-top: 10px;
    border: 1px solid rgba(239, 239, 239, 1);
    box-shadow: 0px 1px 9px rgba(167, 159, 159, 0.16);
    border-radius: 4px;
}

.flow-default>.c_d_a_item:nth-child(even) {
    margin-right: 0;
}

.c_d_a_item_t {
    width: 100%;
}

.c_d_a_item_t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c_d_a_item_b {
    margin-top: 14px;
    align-items: center;
    line-height: 20px;
}

.c_d_a_item_b div:first-child {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
}

.c_d_a_item_b div:last-child {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
}

.ct_notice_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 32px;
    color: rgba(38, 38, 38, 1);
}

.ct_n_btn {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
    margin-top: 10px;
}

.ct_go_sign_row {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.ct_go_sign_row_label {
    position: relative;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 22px;
}

.ct_go_sign_row_btn {
    width: 106px;
    height: 40px;
    background: rgba(0, 113, 254, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #fff;
}

.ct_go_sign_row_btn.disabled {
    background: rgba(168, 168, 168, 1);
}

.ct_go_sign_row_btn.active {
    background: rgba(207, 228, 255, 1);
    color: #0071FE;
}

.ct_go_sign_row_tips {
    position: absolute;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 17px;
    color: rgba(243, 112, 87, 1);
    left: 15px;
    bottom: 12px;
}

.ct_notice_p {
    text-indent: 2em;
}

.ct_btn_wrapper {
    margin-top: 28px;
}

.ct_btn_wrapper .ct_next_btn:first-child {
    margin-top: 0;
}

.ct_next_btn {
    display: block;
    box-sizing: border-box;
    margin: auto;
    margin-top: 19px;
    width: 255px;
    height: 40px;
    background: rgba(0, 113, 254, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 500;
}

.ct_next_btn.ct_next_btn1 {
    border: 1px solid rgba(0, 113, 254, 1);
    background: #fff;
}

.ct_next_btn.disabled {
    background: rgba(154, 154, 154, 1);
    color: #646464;
}

.c_t_course_a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: calc(50% - 10px);
    margin-top: 15px;
}

.c_t_course_a:nth-child(1),
.c_t_course_a:nth-child(2) {
    margin-top: 0;
}

.c_t_course_a:nth-child(even) {
    margin-right: 0;
}

.c_t_course_a_t {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.c_t_course_a_t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c_t_course_a_b {
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 20px;
    color: rgba(38, 38, 38, 1);
}

.c_d_d_row {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}

.c_d_d_row:first-child {
    margin-top: 0;
}

.c_d_d_img {
    width: 158px;
    height: 229px;
    box-shadow: 0px 3px 6px rgba(110, 110, 110, 0.16);
    margin: auto;
}

.c_d_d_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c_d_d_name {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    line-height: 24px;
    color: rgba(38, 38, 38, 1);
    margin-top: 12px;
    text-align: center;
}

.c_d_d_detail {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 20px;
    color: rgba(130, 130, 130, 1);
    margin-top: 8px;
    text-align: center;
}

.c_d_d_label {
    width: 76px;
    font-size: 15px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
}

.c_d_d_label.v_top {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.c_d_d_see {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 21px;
    color: rgba(0, 113, 254, 1);
}

.yellow {
    color: #FFDD50;
}

.grey {
    color: #B8B8B8;
}

.c_d_d_r_item {
    font-size: 0;
    margin-top: 16px;
}

.c_d_d_r_item:first-child {
    margin-top: 0;
}

.c_d_d_info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 76px);
    font-size: 15px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 24px;
    color: rgba(38, 38, 38, 1);
}

.ct_answer_body {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background: #fff;
}

.ct_answer_zone {
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.ct_an_wrapper {
    box-sizing: border-box;
    padding: 15px 0;
    align-items: center;
}

.ct_an_btn {
    box-sizing: border-box;
    padding: 0 5px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 113, 254, 1);
    border-radius: 4px;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 113, 254, 1);
}

.ct_an_btn.disabled {
    color: #C8C8C8;
    border: 1px solid #C8C8C8;
    ;
}

.ct_an_footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    align-items: center;
}

.ct_s_btn {
    width: 75px;
    height: 30px;
    background: rgba(0, 113, 254, 1);
    border: 1px solid rgba(0, 113, 254, 1);
    border-radius: 4px;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.ct_answer_item.active {
    display: block;
}

.ct_answer_item {
    display: none;
}

.ct_answer_icon {
    display: inline-block;
    vertical-align: text-bottom;
    width: 36px;
    height: 18px;
    background: rgba(0, 113, 254, 1);
    border-radius: 0px 8px 0px 8px;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 600;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-right: 5px;
}

.ct_answer_icon.danxuan {
    background: rgba(0, 113, 254, 1);
}

.ct_answer_icon.duoxuan {
    background: #F37057;
}

.dis_line {
    display: inline;
}

.ct_answer_text {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 18px;
    color: rgba(38, 38, 38, 1);
}

.ct_answer_check {
    margin: 25px auto 20px;
    padding: 0 16px 0 16px;
}

.ct_answer_check_item {
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 0;
}


.ct_answer_check_item_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 22px;
    color: #444;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
}

.ct_answer_check_item.check .ct_answer_check_item_text {
    color: #0071FE;
}

.ct_answer_check_item.error .ct_answer_check_icon {
    background: #F37057;
    border: none;
    color: #ffff;
}

.ct_answer_check_item.error .ct_answer_check_item_text {
    color: #F37057;
}

/* .ct_answer_check_item_text.c_green{
    color: #5FB942;
}
.ct_answer_check_item_text.c_red{
    color: #D20101;
} */
.ct_answer_check_icon {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    font-size: 0.14rem;
    text-align: center;
    line-height: 22px;
    background: #fff;
    color: #262626;
}

.ct_answer_check_item.check .ct_answer_check_icon {
    color: #0071FE;
    border: none;
}

.ct_answer_check_item.check .ct_answer_check_icon {
    background-position: -520px -8px !important;
}

.ct_answer_check_item.check .ct_answer_check_icon.check_red {
    background-position: -1055px -8px !important;
}

.ct_answer_check_item.check .ct_answer_check_icon.check_green {
    background-position: -1030px -8px !important;
}

div>.ct_answer_check_item:last-child {
    margin-bottom: 0;
}

.ct_log_head {
    box-sizing: border-box;
    padding: 24px 24px 30px;
    background: #fff;
}

.ct_log_head_tips {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 22px;
}

.ct_log_head_tips.success {
    color: rgba(40, 178, 139, 1);
}

.ct_log_head_tips.fail {
    color: rgba(243, 112, 87, 1);
}

.ct_log_head_data {
    align-items: center;
    margin-top: 24px;
    text-align: center;
}

.ct_log_head_d_s {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    line-height: 22px;
    color: rgba(0, 113, 254, 1);
}

.ct_log_head_d_t {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 17px;
    color: rgba(193, 193, 193, 1);
    margin-top: 8px;
}

.ct_log_i_one {
    margin-bottom: 12px;
}

.ct_answer_f {
    box-sizing: border-box;
    padding: 8px 15px;
    margin-top: 16px;
    background: rgba(239, 239, 239, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 20px;
    color: rgba(112, 112, 112, 1);
}

.ct_log_body {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
}

.ct_a_e_row {
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.ct_a_e_row_body {
    margin-top: 8px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 24px;
    color: rgba(38, 38, 38, 1);
}

.ct_a_e_row_body>div {
    margin-top: 8px;
}

.ct_a_e_row_body>div:first-child {
    margin-top: 0;
}

.ct_a_e_btn {
    width: 76px;
    height: 31px;
    background: rgba(0, 113, 254, 1);
    border: 1px solid rgba(0, 113, 254, 1);
    box-sizing: border-box;
    line-height: 31px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
}

.ct_a_e_btn.disabled {
    background: rgba(200, 200, 200, 1);
    border: none;
}

.ct_a_e_btn.ct_a_e_btn1 {
    background: #fff;
    border: 1px solid rgba(0, 113, 254, 1);
}

.ct_a_e_row_footer {
    margin-top: 12px;
    align-items: center;
}

.ct_lol_row {
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.ct_lol_row>div:last-child {
    width: 50px;
    text-align: right;
}

@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
    .ct_an_footer {
        margin-bottom: constant(safe-area-inset-bottom);
        margin-bottom: env(safe-area-inset-bottom);
    }
}

@media screen and (min-width: 1200px) {
    .ct_an_footer {
        position: absolute;
        margin-left: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        background: transparent;
    }
}

/*new 辅导室首页*/
.new_list_nav {
    margin: 20px 16px 10px;
}

.content .new_list_nav ul {
    margin: 0;
    padding: 0;
}

.new_list_nav ul li {
    height: 82px;
    background: #EBF7FF;
    opacity: 0.89;
    margin: 0 auto 16px;
    border-radius: 3px;
}

.new_list_nav ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

.new_list_nav ul li img {
    width: 63px;
    height: 55px;
    margin: 0 30px 0 10px;
}

.new_list_nav ul li .new_list_main {
    display: inline-block;
}

.new_list_main p {
    margin: 0;
}

.new_list_main .sty_bold {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.new_list_main .sty_zimu {
    color: #333;
}

.new_list_nav ul li a i {
    position: absolute;
    right: 20px;
    color: #0071FE;
}

/*考试须知*/
.ct_notice_new {
    width: 100%;
    padding: 0;
}

.ct_notice_new .ct_notice_wrapper {
    padding: 0 15px;
    background: #fff;
}

.footer_zdy_zhifu {
    display: block;
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 255px;
    height: 40px;
    line-height: 40px;
    background: #0071FE;
    opacity: 1;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

/*弹出框*/
.nl-box-skin .c_red_zdy {
    color: #F37057;
}

.nl-box-skin .layui-layer-title {
    color: #262626;
    font-weight: 700;
}

.layui-layer.nl-box-skin .layui-layer-btn .layui-layer-btn0.btnxx {
    width: 120px !important;
    height: 39px;
    background: #0071FE !important;
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto 15px;
    padding: 0;
    border: none;
}
.layui-layer.nl-box-skin .layui-layer-btn div {
    height: 39px;
    flex: inherit;
}
.ok-dabiao {
    font-size: 12px;
    margin-left: 10px;
    color: #28B28B;
}