ul li {
    list-style: none;
}
.btn1{
    background: linear-gradient(0deg, #F78635 0%, #FAA05F 100%);
}
.btn2{
    background: linear-gradient(0deg, #F17E4B 0%, #F28B5D 100%);
}
.btn3{
    background: linear-gradient(0deg, #4587DB 0%, #69A6F5 100%);
}
.btn4{
    background: linear-gradient(0deg, #6371C9 0%, #909CEA 100%);
}
.content-tag-item-btn{
    width: 276px;
    height: 60px;

    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 39px;
}
.content-tag-item-btn img{
    width: 25px;
    height: 21px;
}
.content-tag-item-btn span{
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 15px;
}
#school_page .left_schoolPage ul .more {
    display: block;
    width: 178px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #F15645;
    margin: 17px auto 0;
    font-weight: 400;
    font-size: 14px;
    color: #F15645;
    line-height: 40px;
    text-align: center;
}
#school_page .left_schoolPage .left_title span {
    font-size: 16px;
    color: #FFFFFF;
}
#school_page .left_schoolPage .left_title img {
    margin: 0 10px;
}
#school_page .left_schoolPage ul li:nth-child(2) a .order {
    background: linear-gradient(180deg, #FB9404, #FF7E00) !important;
}
#school_page .left_schoolPage ul li:nth-child(3) a .order {
    background: linear-gradient(180deg, #EFB76F, #E4AC72) !important;
}
#school_page .left_schoolPage ul li:nth-child(-n+3) a .order {
    background: linear-gradient(180deg, #F85F68, #ED4844);
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
#school_page .left_schoolPage ul li a .order {
    font-weight: 400;
    font-size: 16px;
    color: #FF8F3C;
    margin-right: 10px;
    padding: 6px;
}
#school_page .left_schoolPage ul li .time {
    font-size: 14px;
    color: #666666;
}
#school_page .left_schoolPage ul li a {
    max-width: 265px;
    color: #666666;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#school_page {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#school_page .left_schoolPage ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 35px;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 1px solid #EAEAEA;
}
#school_page .left_schoolPage {
    background: #F9F9F9;
    width: 380px;
    padding-bottom: 20px;
}
#school_page .left_schoolPage ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0px 10px 5px;
}
#school_page .left_schoolPage .left_title {
    width: 100%;
    height: 40px;
    background: #F15645;
    display: flex;
    align-items: center;
}
.common_big {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 10px 10px 20px;
    margin-top: 10px;
}
#tab .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F15645;
}
#tab .top .top_active {
    background: linear-gradient(-90deg, #F15645 0%, #FF7A6B 100%);
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
#tab .top li {
    padding: 12px 28px;
    cursor: pointer;
}
#tab .bottom:nth-child(2) {
    display: block;
}
#tab .bottom p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
#tab .bottom ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#tab .bottom ul li {
    width: 247px;
    height: 148px;
    background-color: #FF7A6B;
    border-radius: 5px;
    overflow: hidden;
}
#tab .bottom ul li img {
    width: 100%;
    height: 100%;
}
#tab .bottom {
    width: 100%;
    margin-top: 22px;
    padding: 30px 48px;
    background: #F5F5F5;
    display: none;
}
.radio label{
    margin-left: 15px;
}
.apply{
    width: 1180px !important;
    margin: 0 auto;
}
.apply form .last .btn {
    width: 190px;
    height: 40px;
    background: #EBEBEB;
    border-radius: 1px;
    text-align: center;
    line-height: 40px;
    margin-right: 19px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.apply .code p {
    width: 156px;
    height: 36px;
    margin-top: 25px;
    background: #FFFFFF;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    text-align: center;
}
.apply .code {
    position: absolute;
    right: 57px;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.code img {
    width: 194px;
    height: 194px;
}
.last .btn:last-child {
    background: #F15645 !important;
    color: #FFFFFF !important;
}
.apply {
    width: 100%;
    margin-top: 24px;
    background: url(/statics/theme/img/content/img/bg4.png);
    background-repeat: no-repeat;
    
    overflow: hidden;
    position: relative;
    padding-bottom: 45px;
}
.apply form {
    margin: 67px 0 0 35px;
}
.apply form .radio {
    display: flex;
    margin-bottom: 36px;
}
.apply form .last {
    display: flex;
    align-items: center;
}
.apply form .last .phone {
    width: 297px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    padding: 11px;
    margin-right: 37px;
}
.phone input {
    margin-left: 14px;
    border: none;
    width: 100%;
}
.text_55{
        height: 14px;
        font-size: 14px;
        color: #666666;
    }
    .text-group_5{
        height: 14px;
        font-size: 14px;
        color: #666666;
        width: 265px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .image_8{
        width: 20px;
        height: 24px;
        
    }
    .image-text_23{
        height: 57px;
        border-bottom: 1px solid #EAEAEA;
        display: flex;
        justify-content: space-around !important;
        align-items: center;
    }
    .section_3{
        background: #F9F9F9;
    }
    .thumbnail_22{
        width: 17px;
        height: 18px;
        margin-left: 10px;
    }
    .text-group_4{
        font-size: 16px;
        color: #FFFFFF;
        margin-left: 10px;
    }
    .section_title{
        display: flex;
        align-items: center;
        background: #F15645;
        height: 40px;
    }
    .section_list{
        width: 380px;
    }
    .content-tag-imgList img{
        width: 247px;
        height: 148px;
    }
    .content-tag-imgList{
        display: flex;
        width: 1066px;
        justify-content: space-between;
    }
    .content-tag-text-content{
        width: 1066px;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        margin: 0 auto;
        padding-top: 29px;
    }
    .content-tag-texts{
        width: 1180px;
        height: 300px;
        background: #F5F5F5;
        margin: 0 auto;
        margin-top: 22px;
    }
    .active{
        padding: 12px 28px;
        background: linear-gradient(-90deg, #F15645 0%, #FF7A6B 100%);
        border-radius: 10px 10px 0px 0px;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF !important;
    }
    .content-tag-tabItem{
        padding: 12px 28px;
        font-size: 16px;
        color: #333333;
    }
    .content-tag-tabList{
        display: flex;
        justify-content: space-between;
    }
    #submit{
        width: 190px;
        height: 40px;
        background: #F15645;
        border-radius: 1px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        margin-left: 19px;
    }
    #resetting{
        width: 190px;
        height: 40px;
        background: #EBEBEB;
        border-radius: 1px;
        line-height: 40px;
        font-size: 14px;
        color: #333333;
        text-align: center;
        margin-left: 37px;
    }
    .content-tag-left-input input{
        border: none;
        margin-left: 14px;
    }
    .content-tag-left-input img{
        width: 18px;
        height: 18px;
        margin-left: 11px;
    }
    .content-tag-left-input{
        display: flex;
        align-items: center;
        width: 297px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #E4E4E4;
        margin-left: 35px;
    }
    .content-tag-left-radio label{
        margin-right: 28px;
    }
    .red{
       color: #FF0000;
    }
    .content-tag-left-title{
        font-size: 16px;
        color: #333333;
        margin-left: 35px;
        width: 140px;
    }
    .content-tag-left-item{
        display: flex; 
        margin-bottom: 35px;       
    }
    .content-tag-left{
        padding-top: 67px;
        width: 860px;

    }
    .content-tag-from{
        width: 1180px;
        height: 360px;
        margin:  0 auto;
        margin-top: 24px;
        margin-bottom: 45px;
        background: url(/statics/theme/img/content/ncUpdataBg.png) 100% no-repeat;
        background-size: 100% 100%;
    }
    .content-tag-text{
        color: #333333;
        font-size: 14px;
        width: 420px;
    }
    .content-tag-name3{
        color: #4F5BA6;
        font-size: 14px;
        font-weight: bold;
        margin-left: 12px;
    }
    .content-tag-name2{
        color: #4587DB;
        font-size: 14px;
        font-weight: bold;
        margin-left: 12px;
    }
    .content-tag-name1{
        color: #F17E4B;
        font-size: 14px;
        font-weight: bold;
        margin-left: 12px;
    }
    .content-tag-name{
        color: #F78635 ;
        font-size: 14px;
        font-weight: bold;
        margin-left: 12px;
    }
    .content-tag-item-content-item img{
        width: 18px;
        height: 13px;
        margin-left: 17px;
    }
    .content-tag-item-content-item{
        display: flex;
        padding-top: 24px;
        align-items: flex-start;
    }
    .content-tag-item-content{
        padding-bottom: 55px;
        background: #FFF7F2;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .content-tag-item-img{
        width: 580px;
        height: 100px;
    }
    .content-tag-item{
        width: 580px;
        border-radius: 10px;
        margin-top: 18px;
    }
    .content-tag-list{
        display: flex;
        flex-wrap:wrap;
        justify-content: space-around;
        padding-bottom: 20px;
    }
    .text-wrapper_1{
        height: 46px;
        line-height: 46px;
        background: url(/statics/theme/img/content/lczx_title.png) -1px 0px no-repeat;
        background-size: 241px 46px;
        text-align: center;
        width: 240px;
        color: rgba(238, 68, 31, 1);
        font-size: 22px;
        margin-left: 17px;
    }
    .text_1{
        width: 178px;
        height: 24px;
        color: rgba(51, 51, 51, 1);
        font-size: 24px;
        line-height: 24px;
        margin-left:7px;
    }
    .box_2 {
        background-color: rgba(241, 86, 69, 1);
        width: 4px;
        height: 22px;
       
    }
    .content-tag-title{
        width: 1180px;
        height: 63px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E8E8E8;
    }
    .content-tag{
        background-color: rgba(255, 255, 255, 1);
        width: 1200px;
        margin-top: 10px;
    }
    .school-content-address-text{
        font-size: 14px;
        color: #333333;
        margin-left: 10px;
    }
    .school-content-address-logo{
        width: 16px;
        height: 18px;
    }
    .school-content-address{
        width: 50%;
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .school-content-bottom{
        display: flex;
        flex-wrap:wrap;
    }
    .school-content-text{
        width: 957px;
        height: 86px;
        overflow-wrap: break-word;
        color: rgba(153, 153, 153, 1);
        font-size: 14px;
        text-align: left;
        line-height: 23px;
        margin-top: 21px;
    }
    .school-content-tag-name{
        color: rgba(241, 86, 69, 1);
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-left: 5px;
    }
    .school-content-logo{
        height: 17px;
        margin-left: 5px;
    }
    .school-content-tag{
        background-color: rgba(255, 244, 243, 1);
        border-radius: 4px;
        width: 110px;
        height: 30px;
        align-items: center;
        margin-right: 11px;
    }
    .school-content-top{
        height: 30px;
    }
    .school-content{
        width: 957px;
        margin-top: 8px;
    }
    .text-wrapper{
        background-color: rgba(255, 255, 255, 1);
        border-radius: 4px;
        height: 27px;
        border: 1px solid rgba(241, 86, 69, 1);
        width: 76px;
        color: rgba(241, 86, 69, 1);
        font-size: 14px;
        line-height: 27px;
        text-align: center;
    }
    .school-title-tag{
        width: 162px;
        height: 27px;
        margin: 26px 0 23px 19px;
    }
    .school-title{
        
       
        background: #fff;
        margin: 0 auto;
        padding: 20px 10px;
    }
    .flex-col {
        display: flex;
        flex-direction: column;
    }
    .school-title-logo{
        width: 200px;
        height: 240px;
        text-align: center;
        display: flex;
        flex-direction:column;
        align-items: center;
        background: #FEF7F2;
    }
    .school-title-logo img{
        width: 150px;
    }
    .school-name{
        
        height: 24px;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 24px;
        font-family: MicrosoftYaHei-Bold;
        font-weight: 700;
        text-align: left;
        line-height: 8px;
        margin-top: 20px;
    }
    .flex-row{
        display: flex;
        flex-direction: row;
    }
    .justify-between{
        display: flex;
        justify-content: space-between;
    }