.ct_top_title{
    box-sizing: border-box;
    padding: 16px 35px;
    background: #fff;
}
.ct_top_icon{
    width: 28px;
    height: 28px;
    margin: auto;
    background-image: url(../image/cert/cert.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.ct_top_icon.kaoshi{
    background-position:-140px 0;
}
.ct_top_icon.lilun{
    background-position: -116px 0;
}
.ct_top_icon.kaoqian{
    background-position: -91px 0;
}
.ct_top_icon.jineng{
    background-image: url(../image/cert/jineng.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 2px 3px;
}
.ct_top_text{
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:20px;
    color:rgba(65,65,65,1);
    margin-top: 9px;
}
.ct_content_body{
    padding: 0 20px;
}
.ct_box_btn_group{
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(153, 48, 48, 0.15);
}
.study_zone .ct_box_btn_group{
    margin: auto;
    width: webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
.ct_box_btn{
    position: relative;
    padding: 17px 0 9px;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    line-height:20px;
    color:rgba(38,38,38,1);
}
.ct_box_btn.active{
    font-family:Source Han Sans SC;
    color:rgba(40,178,139,1);
}
.ct_box_btn.active::after{
    position: absolute;
    left: 50%;
    bottom:-1.5px;
    margin-left: -19px;
    content: '';
    width:38px;
    height:3px;
    background:rgba(40,178,139,1);
    opacity:1;
    border-radius:2px;
}
.ct_box{
    display: none;
}
.ct_box.active{
    display: block;
}
.ct_child_c{
    display: none;
}
.ct_child_c.active{
    display: block;
}
.ct_child_btn_g{
    margin-top: 10px;
}
.ct_child_btn.active{
    color: rgba(40,178,139,1);
}
.ct_child_btn{
    color:rgba(38,38,38,1);
    font-size: 0.14rem;
}
.ct_notice{
    font-size:18px;
    font-family:Source Han Sans SC;
    font-weight:bold;
    line-height:25px;
    color:rgba(0,113,254,1);
    margin-top: 16px;
}
.ct_notice_wrapper{
    margin-top: 5px;
}
.ct_notice_p{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:normal;
    line-height:32px;
    color:#262626;
}
.ct_btn_wrapper{
    margin-top: 80px;
    text-align: center;
}
.ct_next_btn{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 193px;
    text-align: center;
    padding: 10px 0;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:20px;
    color:#fff;
    background:rgba(0,113,254,1);
    border-radius:4px;
    margin-top: 10px;
}
a.ct_next_btn:hover{
    color: #fff;
}
a.ct_next_btn.c_blue:hover{
    color: #2484FE;
}
.ct_next_btn.disabled{
    background:rgba(154,154,154,1);
    color: #646464;
}
a.ct_next_btn.disabled:hover{
    color: #646464;
}
.ct_next_btn.green_btn{
    background:rgba(40,178,139,1);
}
.ct_next_btn.c_blue{
    border:1px solid rgba(0,113,254,1);
    background:#fff;
}
.cert_sign_row{
    padding: 16px 16px 0 16px;
    background: #fff;
}
.cert_sign_title{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:17px;
    color:rgba(180,180,180,1);
}
.cert_sign_item{
    font-size: 0;
    display: block;
    padding: 15px 20px;
    box-sizing: border-box;
    border-bottom:1px solid rgba(112,112,112,0.15);
}
.cert_sign_info .cert_sign_item:last-child{
    border-bottom: 0;
}
.cert_sign_label,
.cert_sign_input{
    display: inline-block;
    vertical-align: middle;
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:22px;
    color:rgba(38,38,38,1);
}
.cert_sign_label{
    width:90px;
    text-align: right;
}
.cert_sign_input{
    width:-webkit-calc(100% - 90px);
    width:calc(100% - 90px);
}
.cert_success_img{
    width: 300px;
    margin: auto;
    margin-top: 30px;
}
.cert_success_text{
    font-size:0.22rem;
    text-align: center;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:39px;
    color:rgba(0,113,254,1);
}
.cert_success_tips{
    margin-top: 30px;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:28px;
    color:rgba(168,168,168,1);
    text-align: center;
}

.ct_info_row{
    margin-bottom: 16px;
    font-size: 0;
}
div>.ct_info_row:last-child{
    margin-bottom: 0;
}
.ct_info_label,
.ct_info_input_wrapper{
    display: inline-block;
    vertical-align: middle;
}
.ct_info_label{
    position: relative;
    width: 71px;
    margin-right: 30px;
    text-align: right;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:20px;
    color:rgba(38,38,38,1);
}
.ct_info_input_wrapper{
    width: -webkit-calc(100% - 101px);
    width: calc(100% - 101px);
}
.ct_info_input_wrapper input[type="text"], 
.ct_info_input_wrapper input[type="tel"]{
    margin-bottom: 0;
    width: 100%;
    height:40px;
    background:rgba(251,251,251,1);
    opacity:1;
    border-radius:4px;
    border: none;
    outline: none;
}
.ct_info_label.v_top{
    vertical-align: top;
}
.ct_info_label_tips{
    position: absolute;
    width: 95px;
    left: 0;
    top: 30px;
    font-size:12px;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:17px;
    color:rgba(249,40,0,1);
    text-align: left;
}
.img_up_wrapper{
    display: inline-block;
    vertical-align: top;
    width:84px;
    height:122.25px;
}
.img_up_wrapper img{
    width: 100%;
    height: 100%;
}
.ct_example{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 8px 0;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:20px;
    color:rgba(249,40,0,1);
}
.ct_answer_head{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 230px;
    padding: 14px 26px;
    background: url(../image/cert/answer_bg.png) no-repeat;
    background-size: 100%;
    background-position: 0 0;
}
.ct_answer_head_text{
    width: 162px;
    height: 22px;
    margin: auto;
    margin-bottom: 24px;
    background-image: url(../image/cert/text.png);
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.ct_answer_icon{
    width: 18px;
    height: 18px;
    margin-right: 15px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 24px;
    background-repeat: no-repeat;
}
.ct_answer_icon.times{
    background-position: -344px -3px;
}
.ct_answer_icon.end{
    background-position: -363px -3px;
}
.ct_answer_icon.duoxuan{
    background-size: auto 26px;
    margin-right: 5px;
    width: 36px;
    height: 18px;
    background-position: -458px -4px;
}
.ct_answer_icon.danxuan{
    background-size: auto 26px;
    margin-right: 5px;
    width: 36px;
    height: 18px;
    background-position: -495px -4px;
}
.ct_white{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:20px;
    color:rgba(230,246,236,1);
}
.ct_answer_body{
    position: relative;
    box-sizing: border-box;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: auto;
    background:rgba(255,255,255,1);
    border-radius:8px;
    padding: 33px 15px 44px 15px;
    margin-top: -133px;
}
.ct_answer_logo{
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -32.5px;
    margin-left: -32.5px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 65px;
    background-repeat: no-repeat;
    background-position: -149px 0px;
}
.dis_line{
    display: inline;
}
.ct_answer_text{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:28px;
    color:rgba(38,38,38,1);
}
.ct_answer_check{
    margin-top: 20px;
    padding: 0 16px 0 16px;
}
.ct_answer_check_item{
    line-height: 20px;
    margin-bottom: 13px;
    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: rgba(38,38,38,1);
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
}
.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;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 38px;
    background-repeat: no-repeat;
}
.A_green{
    background-position: -251px -8px;
}
.A_red{
    background-position: -227px -8px;
}
.A_grey{
    background-position: -276px -8px;
}
.B_green{
    background-position: -325px -8px;
}
.B_red{
    background-position: -300px -8px;
}
.B_grey{
    background-position: -349px -8px;
}
.C_green{
    background-position: -398px -8px;
}
.C_red{
    background-position: -373px -8px;
}
.C_grey{
    background-position:-422px -8px;
}
.D_green{
    background-position: -471px -8px;
}
.D_red{
    background-position: -447px -8px;
}
.D_grey{
    background-position:-496px -8px;
}
.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_answer_item{
    display: none;
}
.ct_answer_item.active{
    display: block;
}
.study_zone .ct_answer_item{
    padding: 16px;
    background: #fff;
    margin-bottom: 10px;
}
.cert_zone{
    position: relative;
    display:none;
    z-index: 9900;
}
.cert_zone.shows{
    display:block;
}
.cert_bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #eee;
    background: rgba(0,0,0,.3);
    z-index: 888;
    display: block;
}
.cert_wrapepr{
    width: 300px;
    display: block;
    position: fixed;
    z-index: 889;
    color: black;
    left: 50%;
    top:50%;
    margin-top:-190px;
    margin-left:-150px;
    background: white;
    border-radius: 16px;
}
.cert_box_title{
    text-align: center;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:20px;
    color:rgba(141,141,141,1);
    margin-top: 50px;
}
.cert_box_restart{
    display: block;
    box-sizing: border-box;
    margin: 24px auto 0;
    width:206px;
    height:45px;
    background:rgba(0,113,254,1);
    border-radius:23px;
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:45px;
    text-align: center;
}
.cert_box_goindex{
    display: block;
    box-sizing: border-box;
    margin: 13px auto 70px;
    width:206px;
    height:45px;
    background:#fff;
    border-radius:23px;
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:45px;
    text-align: center;
    border: 1px solid #2484FE;
}
.cert_top_bg{
    background-image: url(../image/cert/cert_success_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;  
    padding-top: 85px;
    padding-bottom: 9px;
}
.cert_answer_user_head{
    width: 120px;
    height: 120px;
    margin: auto;
   overflow: hidden;
    background:rgba(0,0,0,0);
    box-sizing: border-box;
    border:3px solid rgba(255,255,255,1);
    border-radius:50%;
}
.cert_answer_user_head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cert_answer_success_line{
    width: 275px;
    margin: auto;
    margin-top: -30px;
}
.cert_answer_success_line img{
    width: 100%;
}
.cert_answer_bottom{
    padding: 5px 25px 33px 25px;
}
.cert_answer_bottom_text{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:24px;
    color:rgba(38,38,38,1);
    text-align: center;
}
.wper .cert_item:nth-child(3n){
    margin-right: 0;
}
.cert_item{
    width: -webkit-calc(100% / 3 - 20px / 3);
    width: calc(100% / 3 - 20px / 3);
    margin-right: 10px;
    margin-top: 10px;
    background: #fff;
}
.cert_item_img,
.cert_item_img img{
    width: 100%;
}
.cert_item_bottom{
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    position: relative;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(65,65,65,1)
}

.cert_item_icon{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    width: 11px;
    height: 28px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: -573px 0;
}
.ct_dp_a{
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.ct_dp_a img{
    width: 100%;
}
.ct_dp_a_l{
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-right:10px;
    font-size: 0.16rem;
}
.ct_dp_a_r{
    width: 20px;
    height: 20px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 26px;
    background-repeat: no-repeat;
    background-position: -656px -3px;
}
.dp_go_home{
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    background: #28B28B;
    display: block;
    width: 100%;
    line-height: 20px;
}
.dp_go_home_l{
    font-size: 0.16rem;
    margin-right: 5px;
}
.dp_go_home_r{
    width: 20px;
    height: 20px;
    background-image: url(../image/cert/cert.png);
    background-size: auto 26px;
    background-repeat: no-repeat;
    background-position: -634px -3px;
}
.cert_radio_icon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
    margin-right: 20px;
}
.cert_sign_item.check .cert_radio_icon{
    border: 1px solid rgba(0,113,254,1);
}
.cert_sign_item.check .cert_radio_icon:after{
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: rgba(0,113,254,1);
}
.cert_radio_label{
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:22px;
    color:rgba(38,38,38,1);
}
.cert_sign_item.disabled .cert_radio_icon{
    border: 1px solid rgba(38,38,38,0.3);
}
.cert_sign_item.disabled .cert_radio_label{
    color: rgba(38,38,38,0.3);
}
.g_l_s_w {
    margin-top: 16px;
    position: relative;
    padding-bottom: 4px;
}
input[type="text"].g_l_s_i, input[type="tel"].g_l_s_i, input[type="search"].g_l_s_i {
    box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
    height: 32px;
    background: rgba(236,241,240,1);
    border-radius: 4px;
    border: none;
    margin-bottom: 0;
}
.g_l_s_icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px;
}
div>.cert_check_row:first-child{
    margin-top: 0;
}
.cert_check_row{
    box-sizing: border-box;
    padding-right: 10px;
    display: block;
    margin-top: 10px;
    background: #fff;
    box-shadow:0px 3px 9px rgba(229,229,229,0.16);
    font-size: 0;
}
.cert_check_left_img{
    width:83px;
    height:117px;
}
.cert_check_left_img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.cert_check_right_info{
    box-sizing: border-box;
    padding-left: 10px;
    width: calc(100% - 85px);
}
.cert_check_right_info>div{
    box-sizing: border-box;
    padding: 10px 0;
    height: 117px;
}
.cert_check_right_info i{
    margin-right: 5px;
}
.iconfont.yellow{
    color:#FBC90B;
}
.iconfont.grey{
    color:#D9D9D9;
}
.cert_check_btn{
    width:71px;
    height:32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 0.14rem;
    background:rgba(40,178,139,1);
    border-radius:16px;
}

.cert_detail_row:first-child{
    margin-top: 0;
}
.cert_detail_row{
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}
.cert_detail_left_img{
    width:64px;
    height:64px;
    border-radius: 50%;
    overflow: hidden;
}
.cert_detail_left_img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.cert_detail_right_info{
    box-sizing: border-box;
    padding: 0 10px;
    width: calc(100% - 64px);
}
.cert_detail_right_info>div{
    box-sizing: border-box;
    height: 64px;
}
.cert_detail_right_info i{
    margin-right: 5px;
    color:#D9D9D9;
}
.cert_detail_right_info i.yellow{
    color:#FBC90B;
}
.lin_h22{
    height: 22px;
    line-height: 22px;
}
.c_green_cert{
    color: #28B28B;
}



div>.comment_row:first-child {
    margin-top: 0;
}
.comment_row {
    margin-top: 24px;
}
.left_img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
}
.left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middle_content {
    margin-left: 15px;
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 47px);
}
.top_info {
    line-height: 17px;
}
.middle_info {
    line-height: 20px;
    margin-top: 4px;
}
.pl_47 {
    padding-left: 47px;
    margin-top: 10px;
}
.comment_reply {
    padding: 14px 12px;
    background: rgba(249,252,255,1);
    border-radius: 4px;
}
.comment_reply .comment_reply_item:first-child {
    margin-top: 0;
}
.comment_reply_item {
    margin-top: 10px;
}
.reply_top_info {
    line-height: 17px;
}
.reply_middle_info {
    line-height: 20px;
    margin-top: 6px;
}
.left_img, .middle_content, .middle_input, .right_share, .right_heart {
    display: inline-block;
}
.bottom_image{
    font-size: 0;
    margin-top: 15px;
}
.image_wrapper{
    width: 64px;
    height: 64px;
    margin-left: 16px;
}
.bottom_image .image_wrapper:first-child{
    margin-left: 0;
}
.image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.manDetail_check_btn{
    position: fixed;
    display: block;
    width:192px;
    height:40px;
    text-align: center;
    line-height: 40px;
    left: 50%;
    margin-left: -96px;
    bottom: 40px;
    background:rgba(40,178,139,1);
    opacity:1;
    border-radius:4px;
    z-index: 1001;
}
.cert_end_label,.cert_end_info {
    height: 20px;
    line-height: 20px;
}
.cert_end_star_row{
    font-size: 0;
    margin-top: 20px;
}
.cert_end_label{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    width: 80px;
}
.cert_end_info{
    width: calc(100% - 80px);
}
.cert_end_star_textArea_zone{
    margin-top: 12px;
}
textarea.cert_end_star_textArea {
    width:100%;
    box-sizing: border-box;
    padding: 18px 12px;
    height:173px;
    background:rgba(249,249,249,1);
    opacity:1;
    border-radius:4px;
    color: #262626;
    margin-bottom: 0;
}
.cert_end_info i{
    margin-right: 5px;
}
.course_new_row_sys_item_wrap{
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}

.course_new_row_sys_item {
    display: block;
    box-sizing: border-box;
}
.course_new_row_sys_img {
    width: 140px;
    height: 90px;
}
.course_new_row_sys_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course_new_row_sys_text {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin-left: 10px;
}
.course_new_row_sys_text_wrap {
    min-height: 90px;
}
.course_new_row_sys_name {
    font-size: 0.14rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    line-height: 20px;
    color: rgba(38,38,38,1);
}
.course_new_row_sys_dp {
    font-size: 0.12rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 18px;
    color: rgba(38,38,38,0.60);
}
.sale_btn {
    box-sizing: border-box;
    padding: 2px 3px;
    border: 1px solid rgba(50,161,11,1);
    border-radius: 11px;
    font-size: 0.12rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 14px;
    color: rgba(50,161,11,1);
}
.text_through {
    text-decoration: line-through;
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
    .consultant_footer {
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}
/* footer end*/