.search-box {
    padding: 19px 20px;
    background-color: #f0f1f2
}

.search-box .search-input {
    position: relative
}

.search-box .search-input input::-webkit-input-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.search-box .search-input input:-moz-placeholder,
.search-box .search-input input::-moz-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.search-box .search-input input:-ms-input-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.search-box .search-input textarea::-webkit-input-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.search-box .search-input textarea:-moz-placeholder,
.search-box .search-input textarea::-moz-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.search-box .search-input textarea:-ms-input-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.search-box .search-input .input {
    padding: 0 45px 0 15px;
    width: 100%;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #e4e5e6;
    font-size: 1.4rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.search-box .search-input .input:focus {
    border: 1px solid #d78338
}

.search-box .search-input .input:focus+.search-icon {
    stroke: #d78338
}

.search-box .search-input .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    stroke: #c4c9cc;
    -webkit-transition: all .3s;
    transition: all .3s
}

.component-ranks-filters .component-ranks-filter {
    position: relative;
    width: 100%;
    background: #f0f1f2;
    -webkit-box-shadow: 0 -1px 0 0 #e4e5e6;
    box-shadow: 0 -1px 0 0 #e4e5e6;
    margin: auto
}

.component-ranks-filters .component-ranks-filter .search-box {
    padding: 19px 20px;
    background-color: #f0f1f2
}

.component-ranks-filters .component-ranks-filter .search-box .search-input {
    position: relative
}

.component-ranks-filters .component-ranks-filter .search-box .search-input input::-webkit-input-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.component-ranks-filters .component-ranks-filter .search-box .search-input input:-moz-placeholder,
.component-ranks-filters .component-ranks-filter .search-box .search-input input::-moz-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.component-ranks-filters .component-ranks-filter .search-box .search-input input:-ms-input-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.component-ranks-filters .component-ranks-filter .search-box .search-input textarea::-webkit-input-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.component-ranks-filters .component-ranks-filter .search-box .search-input textarea:-moz-placeholder,
.component-ranks-filters .component-ranks-filter .search-box .search-input textarea::-moz-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.component-ranks-filters .component-ranks-filter .search-box .search-input textarea:-ms-input-placeholder {
    color: #c4c9cc;
    line-height: 1.5
}

.component-ranks-filters .component-ranks-filter .search-box .search-input .input {
    padding: 0 45px 0 15px;
    width: 100%;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #e4e5e6;
    font-size: 1.4rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.component-ranks-filters .component-ranks-filter .search-box .search-input .input:focus {
    border: 1px solid #d78338
}

.component-ranks-filters .component-ranks-filter .search-box .search-input .input:focus+.search-icon {
    stroke: #d78338
}

.component-ranks-filters .component-ranks-filter .search-box .search-input .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    stroke: #c4c9cc;
    -webkit-transition: all .3s;
    transition: all .3s
}

.component-ranks-filters .component-ranks-filter .filter-tab-box {
    width: 100%;
    height: 50px;
    background: #f0f1f2;
    border-bottom: 1px solid #e4e5e6;
}

.component-ranks-filters .component-ranks-filter .filter-tab-box,
.component-ranks-filters .component-ranks-filter .filter-tab-box .filter-tab-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.component-ranks-filters .component-ranks-filter .filter-tab-box .filter-tab-item-title {
    position: relative;
    padding-left: 10px;
    padding-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.component-ranks-filters .component-ranks-filter .filter-tab-box .rank-tab-arrow-icon {
    width: 10px;
    height: 10px;
    fill: #c4c9cc;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.component-ranks-filters .component-ranks-filter .filter-tab-box .filter-tab-item-title-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 6px
}

.component-ranks-filters .component-ranks-filter .filter-tab-box .rank-active-type {
    color: #d78338
}

.component-ranks-filters .component-ranks-filter .filter-tab-item {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #26343f;
    text-align: center
}

.component-ranks-filters .component-ranks-filter .filter-tab-item:not(:last-of-type) {
    border-right: 1px solid #e4e5e6
}

.component-ranks-filters .component-ranks-filter .filter-tab-list {
    /* top: 47px; */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e4e5e6;
    font-size: 14px;
}

.component-ranks-filters .component-ranks-filter .filter-tab-list .filter-list-item {
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    position: relative;
    text-decoration: none
}

.component-ranks-filters .component-ranks-filter .filter-tab-list .filter-list-item:hover {
    color: #d78338
}

.component-ranks-filters .component-ranks-filter .filter-tab-list .active {
    background: #f5f6f7;
    font-weight: 400;
    color: #d78338
}

.component-ranks-filters .component-ranks-filter .show-filter-tab-list {
    opacity: 1;
    z-index: 9999
}

.component-ranks-filters .rank-list-box {
    background: #fbfbfc;
    min-height: 60px;
    overflow: hidden
}

.component-ranks-filters .rank-list-box .rank-link-item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #6c7780
}

.component-ranks-filters .rank-list-box .rank-link-item:hover {
    color: #d78338
}

.component-ranks-filters .rank-list-box .rank-link-item-content {
    width: 100%;
    padding-left: 20px;
    overflow: hidden;
    padding-right: 6px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.component-ranks-filters .rank-list-box .rank-link-item-content.active {
    color: #d78338
}

.component-ranks-filters .rank-list-box .rank-active-link {
    font-weight: 500;
    color: #d78338;
    height: 50px;
    line-height: 50px
}

.component-ranks-filters .rank-list-box .rank-link-item-no-content {
    text-align: center;
    padding-top: 20px
}

.title-box {
    margin-bottom: 17px
}

.title-box .count-text,
.title-box .title-text {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    color: #1f2933;
    font-weight: 500
}

.title-box .count-text {
    color: #9da4ab
}

.school-list {
    margin-bottom: 60px
}

.school-list .school-item {
    padding: 30px 10px 30px 0;
    display: block;
    border-bottom: 1px solid rgba(228, 229, 230, .6)
}

.school-list .school-item:first-child {
    border-top: 1px solid rgba(228, 229, 230, .6)
}

.school-list .school-item .base-box .logo-box {
    margin-bottom: 30px;
    padding: 7px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #e4e5e6;
    overflow: hidden
}

.school-list .school-item .base-box .logo-box .image-src {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

.school-list .school-item .base-box .logo-box .image-src .image-preload {
    background-size: contain
}

.school-list .school-item .base-box .rank-num {
    margin: 0 auto;
    height: 20px;
    width: 70px;
    font-family: gothamMedium, sans-serif;
    fill: #d78338
}

.school-list .school-item .btn-box {
    position: relative;
    height: 130px;
    width: 130px
}

.school-list .school-item .btn-box .btn-test {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 130px;
    height: 36px;
    border-radius: 18px;
    background-color: #ff9c08;
    font-size: 1.4rem;
    line-height: 36px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.school-list .school-item .btn-box .btn-test:hover {
    background-color: #ffc56e
}

.school-list .school-item .btn-box .btn-test.disabled,
.school-list .school-item .btn-box .btn-test.disabled:hover {
    background-color: #c4c9cc
}

.school-list .school-item .info-box {
    margin: 3px 142px 0 85px
}

.school-list .school-item .info-box .top-box {
    min-height: 68px
}

.school-list .school-item .info-box .top-box .school-zh-name {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    color: #1f2933;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.school-list .school-item .info-box .top-box .school-zh-name:hover {
    color: #d78338
}

.school-list .school-item .info-box .top-box .school-zh-name.disabled:hover {
    color: #1f2933
}

.school-list .school-item .info-box .top-box .school-en-name {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #9da4ab;
    display: inline-block;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.school-list .school-item .info-box .top-box .school-location {
    line-height: 16px
}

.school-list .school-item .info-box .top-box .school-location .location-icon {
    margin-right: 2px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #c4c9cc
}

.school-list .school-item .info-box .top-box .school-location .location-text {
    display: inline-block;
    font-size: 1rem;
    line-height: 16px;
    color: #6c7780;
    vertical-align: middle
}

.school-list .school-item .info-box .school-rate-box {
    margin: 20px 0 8px;
    line-height: 14px
}

.school-list .school-item .info-box .school-rate-box span {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    color: #1f2933
}

.school-list .school-item .info-box .school-rate-box .rate-num {
    font-family: gothamBook, sans-serif
}

.school-list .school-item .info-box .tab-box .tab-list {
    line-height: 12px
}

.school-list .school-item .info-box .tab-box .tab-list .school-link {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.2rem;
    line-height: 1;
    color: #9da4ab;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: 2px
}

.school-list .school-item .info-box .tab-box .tab-list .school-link:hover {
    color: #d78338
}

.school-list .school-item .info-box .tab-box .tab-list .school-link:after {
    content: "|";
    margin-left: 5px;
    color: #9da4ab
}

.school-list .school-item .info-box .tab-box .tab-list .school-link:first-child {
    margin-left: 0
}

.school-list .school-item .info-box .tab-box .tab-list .school-link:last-child:after {
    content: ""
}

.school-list .school-item .info-box .tab-box .tab-list .school-link.disabled:hover {
    color: #9da4ab
}