@font-face {
    font-family: 'PingFangSC-Medium';
    src: url('../public/font/PingFang/PingFangSC-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PingFangSC-Regular';
    src: url('../public/font/PingFang/PingFangSC-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PingFangSC-Semibold';
    src: url('../public/font/PingFang/PingFangSC-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KonstantGroteskRegular';
    src: url('../public/font/KonstantGroteskRegular.ttf');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    overflow: auto;
    background: #FFFFFF;
    font-size: 0.14rem;
    font-family: PingfangSC-Regular, sans-serif;
    color: #1B1B1B;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

p {
    margin: 0 !important;
}

.medium {
    font-family: PingfangSC-Medium, sans-serif;
}

.semibold {
    font-family: PingfangSC-Semibold, sans-serif;
}

.KonstantGroteskRegular {
    font-family: KonstantGroteskRegular;
}

img {
    display: block;
}

ul li {
    list-style: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}


.w1200 {
    width: 12rem;
    margin: 0 auto;
}

.bgfff {
    background: #fff;
}

.bgGray {
    background: #F7F7F7;
}


.clGray {
    color: #959595;
}


.clfff {
    color: #fff;
}

.mgtop10 {
    margin-top: 0.1rem;
}

.mgleft10 {
    margin-left: 0.1rem;
}

.mgright10 {
    margin-right: 0.1rem;
}

.mgbot10 {
    margin-bottom: 0.1rem;
}

.mg10 {
    margin: 0.1rem;
}

.pdtop10 {
    padding-top: 0.1rem;
}

.pdleft10 {
    padding-left: 0.1rem;
}

.pdright10 {
    padding-right: 0.1rem;
}

.pdbot10 {
    padding-bottom: 0.1rem;
}

.pd10 {
    padding: 0.1rem;
}

.cur {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 0.08rem
}

::-webkit-scrollbar-track {
    width: 0.08rem;
    background: #fff
}

::-webkit-scrollbar-thumb {
    width: 0.08rem;
    background: #424E37
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #1b1b1b
}

.wrap {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 0.2rem 0;
}

header.hide {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

header>.header_box {
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header>.header_box>.logoImg_box {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0.05rem 0.3rem 0.05rem 0;
    border-right: 3px solid #fff;
    margin-right: 0.6rem;
}

header.hide>.header_box>.logoImg_box {
    color: #000;
}

header .logoImg_box img {
    height: 0.4rem;
    margin-right: 0.2rem;
}

header .logoImg_box .white_logo {
    display: block;
}

header .logoImg_box .black_logo {
    display: none;
}

header.hide .logoImg_box .black_logo {
    display: block;
}

header.hide .logoImg_box .white_logo {
    display: none;
}

header .header_line {
    display: none;
}

header .menu_list {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

header .menu_list a {
    color: #fff;
}

header.hide .menu_list a {
    color: #000;
}

header .search_img_box {
    width: 0.2rem;
    margin-left: 1rem;
}

header .search_img_box>a>img {
    width: 0.2rem;
}

header .search_white_img {
    display: block;
}

header .search_img {
    display: none;
}

header .search_black_img {
    display: none;
}

header.hide .search_white_img {
    display: none;
}

header.hide .search_img {
    display: none;
}

header.hide .search_black_img {
    display: block;
}

header .search_img_box:hover .search_img {
    display: block;
}

header .search_img_box:hover .search_black_img {
    display: none;
}

header .search_img_box:hover .search_white_img {
    display: none;
}

header .menu_list>li:hover a {
    color: #F0D9AF;
}

.menu_box {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 1.38rem;
    right: 0;
    width: 1.14rem;
}


.menu_icom_img {
    position: relative;
    height: 0.3rem;
}



.active {
    color: #F0D9AF;
}

.active>a {
    color: #F0D9AF !important;
}

.module_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.module_title .title_text {
    width: 1.28rem;
    text-align: right;
    color: #424E37;
}

.module_title .line {
    flex: 1;
    margin-left: 0.14rem;
    height: 2px;
    background: #DADADA;
    margin-top: 0.28rem;
}

.module_title .chineseTitle {
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-bottom: 0.03rem;
    margin-bottom: 0.05rem;
}

.module_title .englishTitle {
    color: #626262;
    font-size: 0.12rem;
    line-height: 0.18rem;
}

.alert_box {
    display: none;
    width: 4rem;
    height: 0.6rem;
    background: #FFFFFF;
    position: fixed;
    top: 0.5rem;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-align: center;
    line-height: 0.6rem;
    z-index: 99
}

.success {
    background: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.error {
    background: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* 热门院校 */

.recommend_con {
    width: 7.52rem;
    margin: 0.7rem auto 1.36rem;
}

.recommend_con .recommend_title {
    text-align: center;
    color: #424E37;
}

.recommend_con .recommend_title>p:nth-child(1) {
    font-size: 0.4rem;
}

.recommend_con .recommend_title>p:nth-child(2) {
    font-size: 0.14rem;
}

.recommend_con .country_box {
    width: 2.9rem;
    margin: 0.67rem auto 0.28rem;
    display: flex;
    justify-content: space-between;
    color: #424E37;
}

.recommend_con .country_box>p {
    width: 0.96rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
}

.recommend_con .country_box>p:hover {
    box-shadow: 8px 4.8px 8px rgba(0, 0, 0, .15);
}

.recommend_con .country_box .country_active {
    box-shadow: 8px 4.8px 8px rgba(0, 0, 0, .15);
}

.recommend_con .recommend_school_box {
    width: 100%;
    border: 1px solid #E7E7E7;
    box-shadow: 8px 4.8px 8px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
}

.recommend_con .recommend_school_box>div {
    width: 49%;
}

.recommend_con .recommend_school_box .degree_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0 0.16rem;

}

.recommend_con .recommend_school_box .degree_box>span {
    display: inline-block;
    padding: 0 12px;
}

.recommend_con .recommend_school_box .degree_box .degree_active {
    font-size: 0.24rem;
    font-family: PingfangSC-Semibold, sans-serif;
}

.recommend_school_box ul {
    padding: 0.24rem 0.4rem 0;
}

.recommend_school_box .recommend_school_line {
    width: 0.04rem !important;
    height: 5.34rem;
    background: #000000;
    border-radius: 2.54rem;
    margin-top: 0.78rem;
    margin-bottom: 0.16rem;
}

.recommend_school_box ul>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: #000;
    margin-bottom: 0.24rem;
    color: #000 !important;
}


.recommend_school_box ul>li img {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.recommend_school_box ul>li .index_num {
    font-size: 0.28rem;
    -webkit-text-stroke: 1px #9E9E9E;
    -webkit-text-fill-color: transparent;
    color: #fff;
    vertical-align: middle;
    margin-right: 0.24rem;
}

.footer1 {
    height: 2rem;
    background: #424E37;
    color: #FFFFFF;
    text-align: center;
    padding-top: 0.4rem;
}

.footer1 .footer_box {
    width: 12rem;
    height: 1.6rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
}

.footer1 .footer_box .footer_logo {
    height: 0.4rem;
}

.footer1 .address_box {
    font-size: 0.13rem;
    line-height: 0.13rem;
}

.footer1 .address_box>p {
    margin-bottom: 0.17rem !important;
}

.footer1 .contactInfo_box>p {
    font-size: 0.12rem;
    line-height: 0.12rem;
    margin-bottom: 0.18rem !important;
}

.footer1 .follow_box>p {
    font-size: 0.12rem;
    margin-bottom: 0.16rem !important;
    text-align: left;
}

.footer1 .footer_qrcode_box {
    display: flex;
    align-items: center;
}

.footer1 .footer_qrcode_box>div {
    margin-right: 0.2rem;
    text-align: center;
}

.footer1 .footer_qrcode_box>div>p {
    font-size: 0.12rem;
    zoom: 0.65;
    margin-bottom: 0.08rem !important;
}

.footer1 .follow_box .footer_qrcode_box img {
    width: 0.54rem;
    height: 0.54rem;
    display: inline-block;
}

.footer2 {
    display: none;
}

.footer2 {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 0.3rem 0.25rem;
    background: #424E37;
    color: #fff;
    box-sizing: border-box;
    font-size: 0.2rem;
}

.footer2 .footer_logo_box>img {
    height: 0.4rem;
}

.footer2 .address_box,
.footer2 .footer_phone {
    margin-top: 0.32rem;
    padding-left: 0.39rem;
    font-size: 0.16rem;
    line-height: 0.34rem;
}

.footer2 .info_data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 0.34rem;
    padding-bottom: 0.16rem;
}

.footer2 .follow_box {
    display: flex;
    text-align: center;

}

.footer2 .follow_box>div {
    margin-left: 0.17rem;
}

.footer2 .follow_box>div>p {
    font-size: 0.1rem;
    margin-bottom: 0.1rem !important;
}

.footer2 .info_data img {
    width: 0.62rem;
    display: inline-block;
}



.footer2 .follow_box>img {
    display: inline-block;
}

.footer1 .footer_phone {
    padding-bottom: 0.66rem;
}

.mobile {
    width: 100%;
    min-height: 100%;
    height: auto;
    /* padding-bottom: 4.5rem; */
    box-sizing: border-box;
    font-size: 0.24rem !important;
}

.mobile .w1200 {
    width: 100%;
}

.mobile header {
    padding: 0;
    background: #424E37;
    position: static;
}

.mobile .header_box {
    width: 100%;
    height: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.mobile header .logoImg_box img {
    height: 0.4rem !important;
    margin-right: 0.22rem;
}

.mobile header .logoImg_box .white_logo {
    display: block;
}

.mobile header .logoImg_box .black_logo {
    display: none;
}

.mobile header .logoImg_box div {
    color: #fff;
}

.mobile header .logoImg_box .header_line {
    display: block;
    margin-left: 0.2rem;
    height: 0.5rem;
    width: 2px;
    background: #fff;
}

header>.header_box>.logoImg_box {
    border-right: none;
}

.mobile .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.mobile .menu_list,
.mobile .search_img_box {
    display: none;
}

.mobile .menu_box {
    display: block;
    position: absolute;
    width: 0.3rem;
    top: 0.25rem;
    right: 0.3rem;
    z-index: 3;
}

.mobile .menu_box ul li {
    width: 100%;
    background: #424E37;
    padding-top: 0.28rem;
    margin-bottom: 0.10rem;
}

.mobile .menu_box ul li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    line-height: .2rem;
    text-align: center;
    color: white;
}

.mobile .menu_box .menu_icom_img>img {
    width: 0.28rem !important;
}

.mobile .menu_box .menu_icon>img {
    display: none;
}

.mobile .menu_icom_img>ul {
    width: 3.2rem;
    top: -0.3rem;
    right: -0.3rem;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #424E37;
    transition: all 0.6s;
}

.mobile .menu_icom_img>ul>li {
    padding: 0;
    margin-bottom: 0.76rem;
}

.mobile .menu_icom_img>ul>li>a {
    font-size: 0.24rem;
    line-height: 0.3rem;
}

.mobile .menu_icom_img ul>.close_img_li {
    display: block;
    text-align: right;
    padding: 0.28rem 0.28rem 0 0;
    box-sizing: border-box;
}

.mobile .menu_icom_img ul>.close_img_li>img {
    display: inline-block;
    width: 0.32rem;
}

.mobile .module_title {
    padding: 0 0.3rem 0 0.16rem;
    box-sizing: border-box;
}

.mobile .module_title>.title_text {
    width: 2.2rem;
}

.mobile .module_title>.title_text .chineseTitle {
    font-size: 0.32rem;
    line-height: 0.44rem;
}

.mobile .module_title .englishTitle {
    font-size: 0.2rem;
}

.mobile .module_title .line {
    margin-top: 0.4rem;
}

.mobile .recommend_con {
    width: 100%;
    padding: 0 0.46rem;
    box-sizing: border-box;
    margin: 0.7rem 0 0.5rem;
}

.mobile .recommend_school_box ul {
    padding: 0.24rem 0.2rem 0;
}

.mobile .recommend_school_box ul>li .index_num {
    font-size: 0.2rem;
    margin-right: 0.1rem;
}

.mobile .footer1 {
    display: none;
}

.mobile .footer2 {
    display: block;
}

.beiAn {
    background: #424e37;
    text-align: center;
    padding: 0.1rem;
    color: #fff;
}

.beiAn>img {
    display: inline;
    width: 0.16rem;
    vertical-align: middle;
}

.beiAn>a {
    color: #fff;
}

.mobile .beiAn {
    padding: 0.2rem 0 0 0;
}

.mobile .beiAn>img {
    width: 0.32rem;
}