.hot_major_title{
    color: #000000;
    font-size: 0.4rem;
    display: flex;
    font-weight: normal;
}
.hot_major_title::before{
    content: '';
    width: 0.4rem;
    height: 0.5rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/major/m/hot.png);
    background-size: cover;
    margin-right: 10px;
}
.hot_major_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.hot_major_item{
    width: 47.8%;
    height: 0.8rem;
    color: #000000;
    font-size: 0.28rem;
    margin-bottom: 10px;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hot_major_item:nth-child(5n){
    margin-right: 0;
}
.hot_major_item:hover{
    border-color: transparent;
}
.major_box{
    margin-top: 30px;
}
.major_title{
    color: #000000;
    font-size: 0.4rem;
    font-weight: normal;
}
.major_tabs{
    width: 100%;
    margin-top: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.major_tab{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.5rem;
    margin-bottom: 15px;
}
.major_tab:nth-child(4n){
    margin-right: 0;
}
.major_tab_icon{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: block;
}
.major_tab_icons{
    width: 1.3rem;
    height: 1.3rem;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.major_tab_name{
    color: #34353A;
    font-size: 0.24rem;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.05rem;
    text-align: center;
    margin-top: 0.05rem;
}
.major_tab.active .major_tab_icons{
    background-color: rgba(99, 198, 151, 0.4);
}
.major_tab.active .major_tab_name{
    color: #63C697;
    border-color: #63C697;
}
.major_lists{
    margin-top: 15px;
}
.major_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.major_qs{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 40px;
}
.major_qs_title{
    color: #000000;
    font-size: 0.4rem;
    margin-bottom: 20px;
}
.major_qs_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.major_qs_item{
    width: 47.8%;
    height: 0.8rem;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    border: 1px solid #EF6A60;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.major_qs_item:hover{
    border-color: #EF6A60 !important;
}
.major_qs_item_num{
    width: 0.8rem;
    height: 0.8rem;
    background-color: #EF6A60;
    color: #FFFFFF;
    font-size: 0.28rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.major_qs_item_text{
    flex: 1;
    color: #000000;
    font-size: 0.28rem;
    text-align: center;
    letter-spacing: 0;
}