html, body {
    font-size: 22px;
    -webkit-text-size-adjust: none; 
}

.main {
    overflow: hidden;
    min-height: 90vh;
}

.logo_div {
    font-size: 22px;
    cursor: pointer;
    padding: 10px;
    border: 4px solid #3f51b5;
    border-radius: 15px;
    box-shadow: 2px 2px 3px #a0a0a0;
    display: inline-block;
    background-color: white;
    position: absolute;
    top: -122px !important;
    left: 50px;
    width: 183px;
}

.top_content {
    position: relative;
    width: 100%;
    box-shadow: 0 2px 4px #2b384a2b;
    height: 140px;
}

.main_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px !important;
    padding: 0px 80px; 
}

.main_nav ul li a {
    display: block;
    line-height: 50px;
    text-align: center;
    padding: 10px 30px;
}

.m_cont a {
    font-size: 2.5em;
}

.top_menu li {
    position: relative;
    float: left;
    list-style: none;
    height: 100%;
    padding: 0 50px;
    line-height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}


.head_content_main {
    display: flex;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 10px;
}

.search_nav {
    height: 70px;
    display: flex;
}

.search img{
    height: 100%;
    width: auto;
}

.search_item {
    width: 370px;
    height: 100%;
    border: 1px solid #0748a6;
}

.search_ipt {
    height: 100%;
    width: 100%;
    padding-left: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 40px;
    background: none;
    outline: none;
    border: none;
    padding-right: 4rem;
}

.search_a {
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
}


.search {
    height: 100% !important;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.left_nav {
    z-index: 999;
    width: 70px;
    height: 450px;
    background: url(/assets/images/common/newcefu.png) 0 0 no-repeat;
    background-size: 70px 450px;
    position: fixed;
    left: 0;
    top: 40%;
    cursor: pointer;
    background-color: #ffffffb0;
}

.message_text {
    line-height: 22px;
}


.h_open, .h_closet {
    width: 30px;
    height: 30px;
}

/* .window_customer_service {
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 330px;
    height: 500px;
    border-radius: 10px;
    z-index: 10000;
    flex-direction: column;
    background-color: #eeeeee;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 40%);
} */

/* .right_nav {
    display: flex;
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 50px;
    background: rgb(31, 140, 235);
    flex-direction: column;
    height: 160px;
    width: 50px;
    padding-top: 10px;
    display: none;
    cursor: pointer;
} */

.right_nav {
    display: none;
}

/* .left_nav {
    z-index: 999;
    width: 100px;
    height: 600px;
    background: url(/assets/images/common/newcefu.png) 0 0 no-repeat;
    background-size: 100px 600px;
    position: fixed;
    left: 0;
    top: 40%;
    cursor: pointer;
    background-color: #ffffffb0;
} */

.left_nav {
    display: none;
}


.left_nav ul li.lx-zixun {
    width: 100%;
    height: 155px;
}



.left_nav ul li.fy-zixun {
    width: 100%;
    height: 145px;
}


.left_nav ul li.wx-zixun {
    width: 100%;
    height: 150px;
}

.left_nav ul li.go-top {
    width: 100%;
    height: 150px;
}

.wx_img {
    position: absolute;
    left: 100px;
    top: 277px;
    width: 213px;
    border: 12px solid #80808085;
}

.program_title {
    font-size: 50px !important;
}

.main_content {
    width: 850px !important;
}

.main_content h5 a{
    font-size: 38px !important;
}

.main_content p a {
    font-size: 30px !important;
}

.main_content .school_title {
    font-size: 38px !important;
    width: 120% !important;
}

.page_nav li {
    font-size: 30px !important;
    margin-right: 30px !important;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    color: #30549a;
    padding: 4px 13px;
    border-radius: 3px;
    margin-bottom: 1px;
}

.results_meta {
    width: 120% !important;
    margin-bottom: 50px;
}

.school_title {
    width: 720px !important;
}


/* 工具栏 */
.index_body {
    position: relative;
}

.toolbar {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.toolbar_button {
    position: absolute;
    right: 35px;
    top: 2rem;
}

.toolbar_button img {
    width: 2.5rem;
}

.bar_main {
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    height: 100%;
}

.bar_background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000000;
    transition: background-color 0.5s;
    display: none;
}

.bar_content {
    position: absolute;
    width: 100%;
    /* padding: 30px 0px; */
    background-color: white;
    z-index: 999;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: height 0.3s;
    display: none;
    overflow: hidden;
}



.bar_main ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.bar_content ul li div {
    background-color: #F5F6F7;
    border-radius: 50%;
    margin: 0 auto;
    width: 13vw;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.bar_content ul li {
    width: 15%;
    box-sizing: border-box;
    margin: 0 2vw 4vw 2vw;
}


.bar_content ul li div img{
    display: block;
    width: 50%;
}

.bar_content ul li a p{
    font-size: 2rem;
    color: #3D3D3D;
    text-align: center;
}


.header_title {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 15px;
    padding: 0px 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #00000070;
    margin-top: 33px;
}

.header_title p{
    font-size: 48px;
    font-weight: 600;
    color: #1c1c28;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.close_bar {
    font-size: 66px;
    line-height: 50px;
    width: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    bottom: -2px;
}


/* 新 */
.scholarship_btn img {
    width: 185px !important;
}

.logo_item {
    position: relative;
    width: 228px;
    margin-right: 1rem;
}

.logo_item img {
    width: 240px;
    cursor: pointer;
}

.logo_item .index_logo_img {
    width: 150px;
    cursor: pointer;
    position: absolute;
    top: -47px;
}

.logo_item .other_logo_img {
    width: 132px;
    cursor: pointer;
    position: relative;
    top: 0;
}

.login_active {
    max-width: 220px;
    border: 1px solid #0748a6;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: #0748a6;
    padding: 20px 30px;
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
}

.Hearder_nav .right_item {
    height: 70px !important;
}

.Hearder_nav .right_item img {
    width: auto !important;
    height: 70px !important;
}

.login_info_item {
    padding: 0;
    top: 70px;
}

.foot_nav {
    margin-top: 60px;
    text-align: center;
    position: relative;
    width: 100%;
}

.back_top {
    position: fixed;
    right: 0px;
    bottom: 26rem;
    cursor: pointer;
}


.foot_href a {
    font-size: 2rem;
}


.foot_nav .foot_bottom_item {
    background-color: rgb(0 0 0 / 6%);
    padding: 5px 0px;
    font-size: 1rem;
}


.Hearder_nav {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    border-bottom: 1px solid #dddddd;
    align-items: center;
}

.select_tip_div {
    position: fixed;
    z-index: 999;
    background-color: #282b3374;
    padding: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding-bottom: 50px;
    display: none;
}

.select_tip_img {
    width: 850px;
}

.close_tip {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 10px;
}


.close_tip span {
    position: absolute;
    right: 8px;
    top: -24px;
    color: white;
}

.select_nav {
    display: flex;
    justify-content: space-evenly;
}

.select_nav_child {
    display: flex;
    width: 350px;
    flex: 1;
    margin: 0px 1rem;
    background: #ffffff;
    padding: 22px 20px;
    color: rgb(145, 144, 144);
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
}


.select_nav_child.active {
    background: #0748a6;
    color: #ffffff;
}


.select_nav_child .l_title_text {
    font-size: 1.8rem;
    margin-bottom: 3px;
    color: rgb(48, 84, 154);
    text-align: center;
}

.select_nav_child.active {
    background: #30549A;

}

.select_nav_child.active .l_title_text, .select_nav_child.active .l_title_tip{
    color: white;
}


.select_nav_child .l_title_tip {
    font-size: 1.2rem;
    text-align: center;
}

.top_item {
    padding: 30px 0px 0px 0px;
}

.back_top img {
    width: 4.5rem;
}

#pager {
    padding: 0;
    margin: 40px 0px;
    height: 30px;
    -webkit-user-select: none;
}

.layui-layer-hui {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.layui-layer-dialog .layui-layer-content {
    line-height: normal !important;
    font-size: 2rem !important;
    padding: 2rem !important;
}

.layui-layer-hui .layui-layer-content{
    padding: 2rem !important;
}

.layui-layer-content span {
    font-size: 2rem !important;
}

.foot_nav .foot_main_item {
    background-color: #30549a;
    padding: 1.5rem 0;
}

.foot_nav .foot_main_item .foot_logo img {
    width: 500px;
}

.foot_bottom_item a {
    font-size: 1rem;
}

.foot_bottom_item {
    flex-direction: column;
}

.beian_link {
    display: none;
}

.foot_beian_item {
    justify-content: center;
}

.beian_link_two {
    margin: 0 0.8rem !important;
}

.gongan_img {
    width: 1.5rem;
    display: flex;
    align-items: center;
}

.login_info_nav {
    padding: 1.3rem 0px;
    font-size: 1.5rem;
    border-bottom: 1px solid #30549ac4;
}

.login_info_nav:last-child {
    border-bottom: none;
}


/* 悬浮球 */
.ability_nav {
    position: relative;
    z-index: 9999;
}

.ability_nav img {
    width: 2.7rem;
}

.ability_item {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;

}

.ability_logo {
    background-color: #d8d8d894;
    border-radius: 50%;
    margin: 0 auto;
    width: 12vw;
    height: 12vw;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ability_list {
    position: absolute;
    right: 18vw;
    top: -8.6rem;
    z-index: 9999;
    display: none;
}

.ability_list a {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    width: 12vw;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0rem;
    right: 0rem;
}

.my_apply_nav {
    display: none;
}

.collect_float {
    top: -0.5rem !important;
    right: -2rem !important;
}

.apply_float {
    top: 6.5rem;
    right: 1.5rem !important;
}

.video_float {
    top: 13.5rem;
    right: -2rem !important;
}

.ability_mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
    z-index: 999;
    display: none;
}

.about_btn {
    width: auto;
    height: 70px;
    border: 1px solid #0748a6;
    border-radius: 5px;
    text-align: center;
    line-height: 53px;
    font-weight: 700;
    color: #0748a6;
    padding: 0px 1.3rem;
    position: relative;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.login_btn span{
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}   

.this_country {
    background: white;
}

.fixed_login_box .flb_nav {
    position: absolute;
    background-color: rgb(255 255 255 / 95%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    padding: 2rem 0;
}

.fixed_login_box .topText {
    position: absolute;
    left: 4rem;
    top: 3.5rem;
    font-size: 2.3rem;
    font-weight: bolder;
}

.fixed_login_box .usernameIpt, .fixed_login_box .passwordIpt{
    border-color: #ffffff29;
    font-size: 2.3rem;
    outline: none;
    z-index: 100;
    height: 100%;
    cursor: text;
    margin: 0;
    width: 32rem;
    padding: 30px 50px;
}

.fixed_login_box .usernameImg, .fixed_login_box .passwordImg {
    display: none;
}

.flb_ipt_box {
    padding: 0px 4rem;
    margin-top: 3rem;
}

.fixed_login_box .loginBtn {
    background: linear-gradient(90deg, #30549A, #30549A);
    outline: none;
    border-radius: 4px;
    color: white;
    font-size: 2rem;
    border: 0px;
    width: 100%;
    padding: 1rem;
}

.fixed_login_box .passwordDiv {
    display: flex;
    margin: 3rem 0;
}


.fixed_login_box .flb_close_btn {
    padding: 0 10px 10px 10px;
    font-size: 3.2rem;
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 2rem;
    cursor: pointer;
    transition: all 0.2s;
    font-family: cursive;
    overflow: hidden;
}

.fixed_login_box .bottomBar {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    text-align: center;
}

.fixed_login_box .bottomBar a {
    color: #000000e3;
    font-size: 2rem;
    margin: 0 1rem;
}

.fixed_login_box .loginBtnDiv {
    margin-bottom: 3rem;
}

.toast {
    font-size: 2.3rem;
    background: #000000b3;
    color: white;
    padding: 2rem 3rem;
    border-radius: 8px;
    text-align: center;
    line-height: normal;
}

.foot_nav .foot_main_item .foot_line {
    display: inline-block;
    margin-top: 20px;
    height: 2px;
    width: 90%;
    background-color: #ffebcd78;
}

.foot_nav .foot_main_item .foot_href {
    margin-top: 1.5rem;
}