body,input,select,button{
    font-family: 'Source Han Sans SC';
    font: inherit;
}
input{
    -webkit-appearance:none;
    appearance: none;
}
tr{
    width: 100%;
}
.PCOnly{
    display: block;
}
.PhoneOnly{
    display: none;
}

.hide{
    display: none;
}
.show{
    display: block;
}
.inlineShow{
    display: inline;
}
.mainContent{
    padding-top: 135px;
}
.bannerWrapper{
    width: 100%;
    height: 400px;
    background-color: red;
    background-color: #a41d30;
    background-image: url("https://jinglingedu.com/English-version/images/banners/rank2023PC-4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    position: relative;
}


.rankForm{
    position: fixed;
    height: 40px;
    margin: 0 auto;
    display: flex;
    top: 60px;
    left: 0px;
    background-color: #F4F7FB;
    width: 100%;
    padding: 0 7.5%;
    font-size: 20px;
    justify-content: space-between;
    box-sizing: border-box;
}
.rankBtn{
    color :#4F4F4F;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
}
.rankBtnSelect{
    color: #FF4D4F;
    border-bottom: 2px solid #FF4D4F;
}
.pageBottom{
    width: 100%;
    /*background-color: #e9e9e9;*/
}
.tableWrapper{
    width: 85%;
    margin: 0 auto;
    background-color: white;
    padding-bottom: 50px;
}
.dataTable{
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border-collapse: collapse;
    table-layout: fixed;
}
.schoolInfoTr{
    width: 100%;
}
.rankNum{
    width: 10%;
    text-align: center;
    font-size: 48px;
    /*color: #9a9a9a;*/
    font-weight: 700;
}
.schoolInfoTd{
    width: 62%;
    border-bottom: 1px solid #bbbbbb;
}
.schoolInfoDiv{
    display: flex;
}
.schoolLogo{
    width: 10%;
    padding-top: 10px;
    border-bottom: 1px solid #bbbbbb;
}
.schoolInfoLogoImg{
    width: 80%;
}
.schoolInfoBlock{
    min-height: 100px;
    flex: 6;
}
.schoolTitle{
    font-size: 25px;
    font-weight: normal;
    padding: 10px 0 0 0 ;
    margin: 0;
    cursor: pointer;
}
.schoolTags{
    color: #868686;
    font-size: 14px;
    padding-bottom: 10px;
}
.matchingTd{
    width: 15%;
    padding-left: 3%;
}
.matchingBtnPC{
    /*display: block;*/
    width: 80%;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    border: 1px solid rgba(52, 200, 88, 1);
    color: black;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
}
.matchingBtnPhone{
    display: none;
    border-radius: 15px 0px 5px 0px;
    background-color: rgba(52, 200, 88, 1);
    text-align: center;
    color: black;
    text-decoration: none;
    width: 27px;
    height: 21px;
    color: white;
}
.matchingBtnPC:hover{
    background-color: rgba(52, 200, 88, 1);
    color: white;
}
.compBtns{
    display: flex;
    justify-content: center;
    background-repeat: repeat-y;
    margin: 10px 0 20px;
    /*background: linear-gradient(to right, #FF4D4F 100%, #FF4D4F 100%) no-repeat center center / 100% 2px;*/
}
#button-compA, #button-compB{
    width: 42.5%;
    height: 49px;
    line-height: 36px;
    color: #4f4f4f;
    background-color: white;
    font-size: 21px;
    text-align: center;
    border: none;
}
#charRankingSelect{
    width: 85%;
    height: 40px;;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #FF4D4F;
    color: white;
    border: none;
    appearance: none;
    background: #ff4d4f url(https://jinglingedu.com/English-version/img/arrow-down-s-fill.png) no-repeat center right;
    background-size: 4%;
    border-radius: 10px;
    margin: 10px 0 20px;
}
#button-compA{
    border-radius: 10px 0px 0px 10px;
}
#button-compB{
    border-radius: 0px 10px 10px 0px;
}


#button-compA:hover, #button-compB:hover{
    cursor: pointer;
}

#button-compA.button-comp-selected,#button-compB.button-comp-selected{
    background-color: rgba(255, 77, 79, 1);
    color: rgba(255, 255, 255, 1);
}
.filterWrapper{
    width: 85%;
    margin: 0 auto;
    display:flex;
    flex-direction: column;
}
.filterContainer{
    width: 100%;
    display: flex;
    padding: 0px 0 10px;
    justify-content: space-between;
}
.searchLinePC{
    display: flex;
    justify-content: space-between;
}
#myInputPC{
    width: 30%;
    height: 30px;
    line-height: 20px;
    background-color: white;
    border: 1px solid #6c6c6c;
    padding-left: 1px;
}
.searchInputPC{
    width: 60%;
    border: 1px solid #6c6c6c;
    padding-left: 10px;
    box-sizing: border-box;
    background: white url(https://jinglingedu.com/English-version/img/search-line.png) no-repeat;
    background-position: right 4px;
    background-size: 20px;
}
#myInput{
    width: 100%;
    height: 30px;
    color: #4f4f4f;
    line-height: 20px;
    background-color: white;
    border: 1px solid #6c6c6c;
    padding-left: 1px;
}
.filterLine{
    display: none;
    padding-bottom: 10px;
}

.thirdMenuContainer{
    width: 100%;    
    background-color: #F4F7FB;
    display: flex;
    flex-direction: column;
}

.thirdMenu{
    width: 100%;
    /*padding: 10px 0 10px 0;*/
    /*margin: 10px 0;*/
    box-sizing: border-box;
    text-align: center;
}
.evaluationSystem{
    padding: 10px 0;
}
.evaluationSystem a{
    color: black;
    text-decoration: none;
}
.filterLabel{
    /*padding: 10px 0 0 0;*/
}

.topBut{
    height: 40px;
    padding: 0 10px;
    color: #4f4f4f;
    background-color: white;
    text-align: center;
    border: 1px solid #6c6c6c;
    margin: 10px 0 0 0;
    cursor: pointer;
    border-radius: 0;
}

.topButSelect{
    color: white;
    background-color: #FF4D4F;
    border: 1px solid #FF4D4F;
}
.noResults{
    display: none;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}
.fixedTable{
    padding-top: 111.5px;
}
.fixedContact{
    display: none;
}
.selectTips{
    text-align: left;
    width: 85%;
    margin: 20px auto 0px;
}

/*城市筛选*/
.citySelectionContainer{
    position: fixed;
    top: 100px;
    width: 100%;
    height: 35px;
}
.cityLeftBtn,.cityRightBtn{
    position: absolute;
    width: 10%;
    text-align: center;
    background: #505559;
    height: 35px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    line-height: 35px;
}
.cityLeftBtn{
    left: 0;
}
.scrollContainer{
    position: absolute;
    overflow: hidden;
    /*overflow: scroll;*/
    width: 80%;
    height: 35px;
    /*margin: 0 auto;*/
    left: 10%;
}
#citySelect{
    position: absolute;
    /* gap: 10px; */
    display: flex;
    background: #505559;
    /*background: pink;*/
     /*width: 100%; */
    /*overflow-x: scroll;*/
    /*left: 0px;*/
    /*right: unset;*/
    /* margin: 0 auto; */
    white-space: nowrap;
    width: max-content;
}

.citySelection{
    color: white;
    width: 90px;
    text-align: center;
    padding: 0 10px;
    flex-shrink: 0;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
}
.citySelection.citySelected{
    background: #ff4d4f;
}
.cityRightBtn{
    right: 0;
}

@media screen and (max-width: 800px) {
    .PCOnly{
        display: none;
    }
    .PhoneOnly{
        display: block;
    }
    .bannerWrapper{
        width: 100%;
        height: 115px;
        background-position: 0 0px;
    }

    .rankForm{
        /*height: 30px;*/
        /*top: 70px;*/
        font-size: 16px;
        padding: 0;
        justify-content: space-around;
        white-space: nowrap;
        /*overflow: scroll;*/
    }
    .rankNum{
        font-size: 20px;
    }
    .thirdMenuContainer{
        flex-direction: column-reverse;
    }
    .tableWrapper{
        width: 100%;
    }
    .schoolInfoTd{
        border-bottom: 0.5px solid #bbbbbb;
    }
    .schoolLogo{
        width: 20%;
        border-bottom: 0.5px solid #bbbbbb;
    }
    .schoolTitle{
        font-size: 16px;
        font-weight: 700;
    }
    .schoolTags{
        font-size: 12px;
    }
    .schoolInfoTd{
        width: 63%;
    }
    .matchingTd{
        width: 7%;
        padding: 0;
        vertical-align: bottom;
    }
    .filterContainer{
        display:none;
        flex-direction: column;
        padding: 0px 0 30px;
    }
    .filterLine{
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }
    
    .filterToggle{
        display: inline-flex;
        width: 20%;
        height: 40px;
        color: #4f4f4f;
        border: none;
        background: transparent;
        padding: 0;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        
    }
    .searchInput{
        width: 70%;
        border: 1px solid #6c6c6c;
        padding-left: 10px;
        box-sizing: border-box;
        background: white url(https://jinglingedu.com/English-version/img/search-line.png) no-repeat;
        background-position: right 1px;
        background-size: 20px;
    }
    .compBtns{
        background: transparent;
        margin: 20px 0;
    }
    #button-compA, #button-compB{
        width: 45%;
        height: 40px;
        font-size: 18px;
        line-height: 30px;
    }
    #charRankingSelect{
        width: 85%;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        background-size: 10%;
        margin: 10px 0 0px;
    }
    .thirdMenu
    .filterWrapper{
        width: 90%;
        font-size: 14px;
    }
    .thirdMenu{
        /*display: none;*/
    }
    .evaluationSystem{
        /*padding: 0 0 10px 0;*/
    }
    .evaluationSystem a{
        padding: 0;
    }
    .searchInput{
        display: inline-block;
    }
    .topBut{
        height: 26px;
    }
    .fixedTable{
        padding-top: 116px;
    }
    .filterLabel{
        padding: 10px 0 0 0;
    }
    .fixedContact{
        display: flex;
        position: fixed;
        bottom: 0;
        height: 60px;
        width: 100%;
        background-color: white;
        justify-content: space-around;
        align-items: center;
    }
    .ri-phone-fill{
        font-size: 30px;
    }
    .fixedContactMatching{
        width: 227px;
        height: 35px;
        display: block;
        color: white;
        text-decoration: none;
        background-color: #1FB845;
        border-radius: 20px;
        text-align: center;
        line-height: 35px;
    }
    .footerPhoneStyle{
        padding-bottom: 60px;;
    }
    .closeFilter{
        padding: 10px 0;
        text-align: right;
    }
    .compBtns{
        margin: 20px 0 0px;
    }
}
@media screen and (max-width: 600px) {
    .rankForm{
        height: 30px;
        top: 70px;
        font-size: 16px;
        padding: 0;
        justify-content: space-around;
        white-space: nowrap;
        /*overflow: scroll;*/
    }
}