* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    user-select: none;
}

*:hover {
}

html,body {
    width: 100%;
    background: #F5F5F5;
}

.absolute {
    position: absolute;
    z-index: 0;
}

.fixed {
    position: fixed;
    z-index: 0;
}

.clr {
    clear: both;
}

.page {
    width: 100%;
    padding-bottom: 50px;
}

.page>div {
    padding: 0 20px;
    margin-top: 16px;
}

.bg_top {
    width: 100%;
}

/**顶部信息**/
.page .top {
    width: 100%;
    padding: 16px 20px;
    margin-top: 0;
    padding-top: 32px !important;
}

.top .logo_gt {
    width: 35px;
    height: 19px;
    top: 32px;
    left: 20px;
}

.top .logo_td {
    width: 71px;
    height: 19px;
    top: 32px;
    left: 72px;
}

.top .ico_ielts1 {
    width: 114px;
    height: 36px;
    top: 111px;
    left: 20px;
}

.top .ico_ielts2 {
    width: 151px;
    height: 140px;
    top: 65px;
    right: 16px;
}

.top .title {
    width: 100%;
    height: 36px;
    font-size: 24px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 100;
    color: #333333;
    line-height: 36px;
    margin-top: 28px;
}

.top .name_box {
    width: auto;
    height: 24px;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 26px;
}

.top .info {
    height: 18px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-top: 3px;
}

/**目标分析**/
.page .target_analysis_box {
    margin-top: 18px;
    padding: 0 20px;
}

.big_title {
    height: 28px;
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    padding-left: 12px;
}

.big_title .dot {
    width: 6px;
    height: 18px;
    background: #FF443D;
    border-radius: 2px 2px 2px 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.target_analysis_box .analysis_box {
    height: 90px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    width: 100%;
    padding: 11px 16px;
    padding-right: 28px;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.target_analysis_box .analysis_box .name {
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.target_analysis_box .analysis_box .name div {
    height: 24px;
    line-height: 24px;
}

.target_analysis_box .analysis_box .score {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: center;
    /* cursor: pointer; */
}

.target_analysis_box .analysis_box .score .title {
    color: #FF443D;
}

.target_analysis_box .analysis_box .score div {
    height: 24px;
    line-height: 24px;
}

.target_analysis_box .analysis_box .score.active {
    cursor: initial;
}

.target_analysis_box .analysis_box .score.active div {
    z-index: 1;
    color: #fff;
}

.target_analysis_box .analysis_txt_box {
    margin-top: 17px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 16px;
}

.target_analysis_box .analysis_txt_box .title {
    height: 18px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    border-bottom: 10px solid rgba(255,68,61,0.2);
    width: auto;
    display: inline-block;
    margin-bottom: 6px;
}

.target_analysis_box .analysis_txt_box .title .txt_bg {
    width: 96px;
    height: 8px;
    background: rgba(255,68,61,0.2);
    border-radius: 1px 1px 1px 1px;
    position: absolute;
    top: 8px;
    left: 0;
    display: none;
}

.target_analysis_box .analysis_txt_box .content {
    margin-top: 8px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding-bottom: 16px;
}

.target_analysis_box .analysis_txt_box #target_txt {
    padding-bottom: 0;
}

.target_analysis_box .analysis_box .score .bg_target_tabbar1 {
    display: none;
}

.target_analysis_box .analysis_box .score.active .bg_target_tabbar1 {
    display: block;
    position: absolute;
    left: -63%;
    top: -23px;
    height: 120px;
}

.target_analysis_box .analysis_box .score .bg_target_tabbar2 {
    display: none;
}

.target_analysis_box .analysis_box .score.active .bg_target_tabbar2 {
    display: block;
    position: absolute;
    left: -60%;
    top: -23px;
    height: 93px;
}

.target_analysis_box.goto_target_analysis_box .analysis_box {
    height: 64px;
}

.target_analysis_box.goto_target_analysis_box .analysis_txt_box .title .txt_bg {
    width: 112px;
}

.target_analysis_box.goto_target_analysis_box .analysis_box .name div, .target_analysis_box.goto_target_analysis_box .analysis_box .score div {
    height: 23px;
    line-height: 23px;
}

#goto_target_txt {
    padding-bottom: 0;
}

/**定制化学习方案**/
.plan_pic_box {
    width: 100%;
    padding: 20px;
    padding-bottom: 16px;
}

.plan_pic_box .pic_box {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 16px;
    margin-top: 16px;
    cursor: pointer;
}

.plan_pic_box .pic_box .plan_pic {
    width: 100%;
    display: block;
}

/**推荐课程**/
.plan_list_box {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
}

.plan_list_box .plan_tab_box {
    display: flex;
    margin-top: 16px;
    justify-content: left;
}

.plan_list_box .plan_tab_box .btn.selected {
    background: rgba(255,68,61,0.8);
    color: #ffffff;
}

.plan_list_box .plan_tab_box .btn {
    width: 22%;
    height: 30px;
    background: rgba(255,135,111,0.1);
    border-radius: 27px 27px 27px 27px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF443D;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-right: 3%;
}

.plan_list_box .plan_detail_box {
    margin-top: 16px;
}

.plan_list_box .plan_detail_box .plan_title_bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.plan_list_box .plan_detail_box .plan_title .name {
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 28px;
    padding-top: 7px;
}

.plan_list_box .plan_detail_box .plan_title .plan_hour {
    height: 16px;
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-left: 28px;
    margin-bottom: 10px;
}

.plan_list_box .plan_detail_box .plan_title .price_box {
    text-align: right;
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF443D;
    line-height: 16px;
    padding-right: 20px;
    position: absolute;
    right: 2px;
    top: 29px;
}

.plan_list_box .plan_detail_box .plan_title .price_box .price {
    font-size: 18px;
}

.plan_list_box .plan_detail_box .plan_title .sprice {
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153,153,153,0.6);
    line-height: 16px;
    position: absolute;
    top: 49px;
    text-align: right;
    right: 20px;
    width: 54%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    z-index: 1;
}

.plan_list_box .plan_detail_box .stage_list_box {
    background: #fff;
    padding: 10px 8px;
    padding-top: 2px;
    border-top-left-radius: 10px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list {
    margin-bottom: 6px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .title {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding-left: 19px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .title .dot {
    width: 8px;
    height: 8px;
    background: #B9B9BF;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .content_box {
    border-left: 1px #B9B9BF dashed;
    padding-left: 15px;
    left: 4px;
    padding-right: 10px;
    padding-bottom: 11px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .content_box .desc {
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .content_box .subject_list_box {
    display: flex;
    flex-wrap: wrap;
    background: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    padding-top: 6px;
    justify-content: start;
    margin-top: 8px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .content_box .subject_list_box .subject_list {
    padding: 3px 8px;
    margin: 5px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .content_box .subject_list_box .subject_list .subject_name {
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .content_box .subject_list_box .subject_list .subject_class_hour {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.plan_list_box .plan_detail_box .stage_list_box .stage_list .content_box .subject_list_box .line {
    width: 1px;
    height: 20px;
    position: absolute;
    background: #E8E8EA;
    top: 15px;
    right: -4px;
}

.plan_list_box .plan_detail_box .stage_list_box .left_dot {
    width: 16px;
    height: 16px;
    background: #F5F5F5;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    z-index: 1;
    bottom: -8px;
}

.plan_list_box .plan_detail_box .stage_list_box .right_dot {
    width: 16px;
    height: 16px;
    background: #F5F5F5;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    z-index: 1;
    bottom: -8px;
}

.plan_list_box .plan_detail_box .free_course_box {
    background: #FFFFFF;
    border-top: 2px dashed #E8E8EA;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.plan_list_box .plan_detail_box .free_course_box .title {
    margin-top: 16px;
    padding-left: 34px;
}

.plan_list_box .plan_detail_box .free_course_box .title .ico_free_course {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 16px;
    top: 3px;
}

.plan_list_box .plan_detail_box .free_course_box .free_course_list_box {
    padding: 0 16px;
}

.plan_list_box .plan_detail_box .free_course_box .free_course_list_box .list {
    border-bottom: 2px dashed #E8E8EA;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding: 16px 0;
}

.plan_list_box .plan_detail_box .free_course_box .free_course_list_box .list:last-child {
    border-bottom: 0;
}

.plan_list_box .plan_detail_box .free_course_box .free_course_list_box .list .name {
    display: inline-block;
}

.plan_list_box .plan_detail_box .free_course_box .free_course_list_box .list .price {
    float: right;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF443D;
    line-height: 22px;
}

/**服务介绍**/
.plan_service_box {
    padding: 0 20px;
    margin-top: 16px;
}

.plan_service_box .service_detail_box {
    margin-top: 16px;
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    padding: 16px;
    padding-bottom: 8px;
}

.plan_service_box .service_detail_box .list {
    margin-bottom: 8px;
    width: 62%;
    clear: both;
}

.plan_service_box .service_detail_box .list.even {
    width: 62%;
    float: right;
    text-align: left;
}

.plan_service_box .service_detail_box .list .outter {
    padding-left: 22px;
}

.plan_service_box .service_detail_box .list.even .outter {
}

.plan_service_box .service_detail_box .list .no {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF443D;
    line-height: 40px;
    -webkit-text-stroke: 1px #FF443D;
    text-stroke: 1px #FF443D;
    position: absolute;
    left: 0;
    top: 0px;
}

.plan_service_box .service_detail_box .list .title {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
}

.plan_service_box .service_detail_box .list .desc {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

/**师资力量**/
.teacher_list_box {
    padding: 0 !important;
    margin-top: 0px !important;
}

.teacher_list_box .list {
    float: left;
    width: 306px;
    margin-right: 8px;
}

.teacher_list_box .list .teacher {
    display: block;
    width: 100%;
}

/**体系**/
.system_box .system_list_box {
    display: flex;
    flex-wrap: wrap;
}

.system_box .system_list_box >div {
    display: block;
    width: 50%;
    padding: 5px;
    padding-left: 0;
    /* cursor: pointer; */
}

.system_box .system_list_box >div:nth-child(even) {
    padding-left: 5px;
    padding-right: 0;
}

.system_box .system_list_box >div .system_pic {
    display: block;
    width: 100%;
}

.system_box .system_list_box >div .name {
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    height: 26px;
    background: #434555;
    top: -5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    line-height: 27px;
}

.pbox_outter {
    width: 100%;
    overflow: hidden;
}

.pbox_inner {
    width: 10000px;
    left: 20px;
}

/**体系化课程**/
.course_list_box.pbox_outter {
    padding: 0;
}

.course_list_box.pbox_outter .pbox_inner {
}

.course_list_box.pbox_outter .pbox_inner .list {
    float: left;
    width: 306px;
    margin-right: 8px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.course_list_box.pbox_outter .pbox_inner .list .course_title {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 26px;
    top: 0;
}

.course_list_box.pbox_outter .pbox_inner .list .course {
    width: 100%;
}

/**学员高分成绩**/
.customer_score_box .list_box {
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
    padding-bottom: 8px;
}

.customer_score_box .list_box img {
    width: 100%;
    margin-bottom: 4px;
    /* cursor: pointer; */
}

/**用户好评如潮**/
.customer_comment_box {
    width: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
}

.customer_comment_box img {
    display: block;
    width: 100%;
    /* cursor: pointer; */
}

/**技术产品**/
.app_list_box.pbox_outter {
    margin-bottom: 30px;
    padding: 0;
}

.app_list_box.pbox_outter .pbox_inner {
    left: -236px;
}

.app_list_box.pbox_outter .pbox_inner .list {
    height: 477px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    width: 272px;
    float: left;
    margin: 0 -4px;
    transform: scale(0.8);
}

.app_list_box.pbox_outter .pbox_inner .list.active {
    transform: scale(1);
}

.app_list_box.pbox_outter .pbox_inner .list .app_pic {
    width: 64.7%;
    margin: 0 auto;
    display: block;
    margin-top: 16px;
}

.app_list_box.pbox_outter .pbox_inner .list .title {
    height: 22px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 16px;
    text-align: center;
}

.app_list_box.pbox_outter .pbox_inner .list .desc {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-top: 8px;
    text-align: center;
}

.app_list_box.pbox_outter .pbox_inner .list .app_ewm {
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -32px;
}

.app_list_box.pbox_outter .pbox_inner .list .ewm_info {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 16px;
}

#pic_preview_list {
    display: none;
}

.analysis_box .click_tips {
    background: #fbdfde;
    color: #f2796e;
    text-align: center;
    padding: 7px 20px;
    border-radius: 14px;
    font-size: 10px;
    top: -43px;
    right: 7.5%;
    height: 30px;
    line-height: 16px;
}

.analysis_box .click_tips i {
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-top-color: #fbdfde;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
}

.analysis_box .ico_hand {
    width: 21%;
    right: 8%;
    z-index: 0;
    top: 17px;
}
