.major-left {
    padding-right: 10px;
}

.search-box {
    margin-bottom: 40px
}

.search-box .major-test-btn {
    display: block;
    width: 160px;
    height: 42px;
    border-radius: 3px;
    background-color: #ff9c08;
    color: #fff;
    line-height: 42px;
    font-size: 1.2rem;
    text-align: center
}

.search-box .major-test-btn:hover {
    background-color: #ffc56e
}

.component-search-input {
    position: relative;
    margin-right: 20px;
    height: 42px;
    width: calc(100% - 180px)
}

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

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

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

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

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

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

.component-search-input .search-input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 10px;
    font-size: 1.4rem;
    border-radius: 2px;
    border: 1px solid #e4e5e6;
    -webkit-transition: all .3s;
    transition: all .3s
}

.component-search-input .search-input:focus {
    border-color: #d78338
}

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

.component-search-input .search-icon {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 16px;
    height: 16px;
    stroke: #c4c9cc;
    -webkit-transition: stroke #d78338 .3s;
    transition: stroke #d78338 .3s
}

.tab-btns {
    list-style: none;
    border-bottom: 1px solid rgba(228, 229, 230, .6)
}

.tab-btns .tab-btn {
    display: inline-block;
    margin: 0 32px -1px 0;
    padding-bottom: 22px;
    font-size: 1.2rem;
    line-height: 1;
    color: #9da4ab;
    font-weight: 500;
    cursor: pointer;
}

@media screen and (min-width: 1250px) {
    .tab-btns .tab-btn {
        margin-right: 40px
    }
}

.tab-btns .tab-btn.active {
    color: #d78338;
    border-bottom: 2px solid #d78338
}

.tab-btns .tab-btn:hover {
    color: #d78338
}

.tab-btns .tab-btn:last-child {
    margin-right: 0
}

.tab-list {
    list-style: none
}

.tab-list .list-item {
    display: block;
    padding-top: 38px
}

.tab-list .list-item .item-title {
    margin-bottom: 40px
}

.tab-list .list-item .item-title .title-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    vertical-align: middle
}

.tab-list .list-item .item-title .title-text {
    display: inline-block;
    font-size: 2rem;
    line-height: 24px;
    color: #d78338;
    font-weight: 500;
    vertical-align: middle
}

.tab-list .list-item .item-content {
    overflow: hidden;
    border-bottom: 1px solid rgba(228, 229, 230, .6)
}

.tab-list .list-item .item-title.child {
    display: none;
}

.tab-list .list-item .item-content.child {
    display: none;
    margin-bottom: 30px;
}

.tab-list .list-item .item-content .major {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin: 0 25px 40px 0;
    width: 141px;
    line-height: 1;
    vertical-align: middle;
    color: #1f2933;
    font-size: 1.2rem;
}

.tab-list .list-item .item-content .major a {
    font-size: 1.2rem;
}

.tab-list .list-item .item-content .major:hover {
    color: #d78338
}

.tab-list .list-item .item-content .major:nth-child(4n) {
    margin-right: 0
}

@media screen and (min-width: 1250px) {
    .tab-list .list-item .item-content .major {
        width: 144px
    }

    .tab-list .list-item .item-content .major:nth-child(4n) {
        margin-right: 25px
    }

    .tab-list .list-item .item-content .major:nth-child(5n) {
        margin-right: 0
    }
}

.tab-list .list-item.not-all .item-title .title-text {
    color: #1f2933
}

.tab-list .list-item.not-all .item-content {
    border-bottom: 0
}

.rank-box {
    width: 280px
}

.rank-box .rank-tab-btns {
    border-bottom: 1px solid #e4e5e6
}

.rank-box .rank-tab-btns .rank-tab-btn {
    padding-bottom: 20px;
    margin-bottom: -1px;
    font-size: 1.2rem;
    line-height: 1;
    color: #9da4ab;
    font-weight: 500
}

.rank-box .rank-tab-btns .rank-tab-btn.active {
    border-bottom: 2px solid #d78338;
    color: #d78338
}

.rank-box .rank-tab-btns .rank-tab-btn:hover {
    color: #d78338
}

.rank-box .rank-tab-content .rank-list {
    padding-top: 10px
}

.rank-box .rank-tab-content .rank-list .rank-item {
    position: relative;
    display: block;
    padding: 16px 0;
    color: #1f2933;
    font-size: 0.8rem;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.rank-box .rank-tab-content .rank-list .rank-item:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 3px;
    height: 3px;
    background-color: #6c7780;
    border-radius: 50%;
    vertical-align: middle
}

.rank-box .rank-tab-content .rank-list .rank-item:after {
    position: absolute;
    top: 24px;
    right: 2px;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #c4c9cc;
    border-bottom: 1px solid #c4c9cc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rank-box .rank-tab-content .rank-list .rank-item:hover {
    background-color: #f9f9f9
}

.rank-box .rank-tab-content .show-more {
    margin: 10px auto 0;
    width: 180px;
    height: 42px;
    border: 1px solid #e4e5e6;
    border-radius: 21px;
    color: #d78338;
    font-size: 1.4rem;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.rank-box .rank-tab-content .show-more:hover {
    background-color: #d78338;
    color: #fff;
    border-color: #d78338
}