.m_t_26 {
    margin-top: 0.52rem;
}

.img_wrap {
    overflow: hidden;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.crumbs {
    font-size: 0.24rem;
    color: #999999;
    text-decoration: initial;
    padding-top: 0.2rem;
}

.crumbs a {
    color: #999999;
}

.uk_entrance {}

.uk_entrance li {
    width: 32%;
    height: 1.4rem;
    border-radius: 0.1rem;
    float: left;
    background: #ffffff;
    font-size: 0.28rem;
}

.uk_entrance li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.28rem 0 0 0.2rem;
    box-sizing: border-box;
    position: relative;
}

.uk_entrance li a::before {
    content: '';
    width: 0.08rem;
    height: 0.74rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uk_entrance li a::after {
    content: '';
    width: 0.54rem;
    height: 0.54rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0.3rem;
    background: url(../image/arrow.png) no-repeat 0 0;
    background-size: 0.54rem;
}

.uk_entrance li b {
    font-size: 0.38rem;
    line-height: 0.4rem;
    display: block;
}

.uk_entrance li:nth-of-type(1) a {
    color: #456384;
}

.uk_entrance li:nth-of-type(1) a::before {
    background-color: #8cbaed;
}

.uk_entrance li:nth-of-type(1) a::after {
    background-position: 0 0;
}

.uk_entrance li:nth-of-type(2) {
    margin: 0 2%;
}

.uk_entrance li:nth-of-type(2) a {
    color: #43498a;
}

.uk_entrance li:nth-of-type(2) a::before {
    background-color: #9ca2ee;
}

.uk_entrance li:nth-of-type(2) a::after {
    background-position: 0 -0.54rem;
}

.uk_entrance li:nth-of-type(3) a {
    color: #325395;
}

.uk_entrance li:nth-of-type(3) a::before {
    background-color: #8aa3ed;
}

.uk_entrance li:nth-of-type(3) a::after {
    background-position: 0 -1.08rem;
}

.way {}

.way .con {
    height: 5rem;
    background: linear-gradient(135deg, #ffffff 40%, #dee7fd);
    margin-top: 0.24rem;
}

.way .con dl {
    padding: 0 0.22rem;
    height: 1.26rem;
    display: flex;
    align-items: center;
}

.way .con dl dt {
    font-size: 0.32rem;
    color: #2b5fbc;
    line-height: 0.64rem;
    width: 2.4rem;
    padding: 0 0 0 0.82rem;
    box-sizing: border-box;
    position: relative;
}

.way .con dl dt:before {
    content: '';
    width: 0.64rem;
    height: 0.64rem;
    background: url(../image/way.png) no-repeat 0 0;
    background-size: 0.64rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.way .con dl:nth-of-type(1) dt:before {
    background-position: 0 0;
}

.way .con dl:nth-of-type(2) dt:before {
    background-position: 0 -0.64rem;
}

.way .con dl:nth-of-type(3) dt:before {
    background-position: 0 -1.28rem;
}

.way .con dl:nth-of-type(4) dt:before {
    background-position: 0 -1.92rem;
}

.way .con dl dd {
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.36rem;
    width: 3.7rem;
}

.lxplan {}

.lxplan .plan_tab {
    height: 1.15rem;
    background: url(../image/planTab0.png?ghfhfg) no-repeat center top;
    margin-top: 0.18rem;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lxplan .plan_tab.planTab0 {
    background-image: url(../image/planTab0.png?ghfhfg);
}

.lxplan .plan_tab.planTab1 {
    background-image: url(../image/planTab1.png?ghfhfg);
}

.lxplan .plan_tab.planTab2 {
    background-image: url(../image/planTab2.png?ghfhfg);
}

.lxplan .plan_tab span {
    width: 33.33%;
    height: 1.15rem;
    text-align: center;
    font-size: 0.32rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lxplan .plan_tab span.active {
    color: #1bbc9b;
    font-weight: bold;
}

.lxplan .plan_tab span.active::before {
    content: '';
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../image/plan_01.png) no-repeat 0 0;
    background-size: 0.34rem;
    margin-right: 0.15rem;
    margin-top: 0.05rem;
}

.lxplan .plan_con {
    background: #ffffff;
    padding: 0.18rem 0.3rem 0.22rem;
    font-size: 0.28rem;
}

.lxplan .plan_con .list {
    display: none;
}

.lxplan .plan_con .list.active {
    display: block;
}

.lxplan .plan_con dl {
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0 0.09rem 0.05rem rgb(33 61 146 / 14%);
    margin-bottom: 0.22rem;
}

.lxplan .plan_con dl:nth-last-of-type(1) {
    margin-bottom: 0;
}

.lxplan .plan_con dl dt {
    height: 0.76rem;
    font-size: 0.32rem;
    color: #2b5fbc;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: linear-gradient(91deg, #e8e7e7, #ffffff);
    padding-left: 0.26rem;
}

.lxplan .plan_con dl dd {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.44rem;
    padding: 0.2rem 0.26rem;
}

.lxplan .planBtn {
    width: 100%;
    background: url(https://qiantum.xdf.cn/image/postgraduate/image/planBtnBg.png) no-repeat center top;
    background-size: contain;
    height: 2.05rem;
    padding-top: 0.65rem;
    box-sizing: border-box;
}

.lxplan .planBtn .btn {
    width: 5.86rem;
    height: 0.88rem;
    line-height: 0.88rem;
    background: #1bbc9b;
    color: #ffffff;
    font-size: 0.3rem;
    text-align: center;
    border-radius: 0.44rem;
    margin: 0 auto;
}

.qt_fyjs {
    margin-bottom: 0;
}

.qt_fyjs .top {
    height: 4.05rem;
    position: relative;
}

.qt_fyjs .top::after {
    content: '';
    width: 100%;
    height: 1.5rem;
    position: absolute;
    bottom: 0;
    background: url(../image/fyjs_dec.png) no-repeat center center;
    background-size: 5.47rem;
}

.qt_fyjs .top .tit {
    height: 100%;
    box-sizing: border-box;
    background: url(../image/fyjs_tit.png) no-repeat center 0.76rem;
    background-size: 6.5rem;
}

.qt_fyjs .qt_form .select_country {
    display: none;
}

.qt_fyjs .fyjs_result_wrap {
    background: linear-gradient(#ffffff 0%, #f5fdfa 50%, #dbfaef);
}

.qt_fyjs .fyjs_result_wrap ul {
    width: 6.3rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0 0.1rem 0.02rem rgb(13 183 170 / 19%);
}

.qt_fyjs .fyjs_result_wrap li {
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #fff;
}

.qt_fyjs .fyjs_result_wrap li:nth-of-type(even) {
    background: #f8f8f8;
}

.qt_fyjs .fyjs_result_wrap li p {
    float: left;
    padding: 0 0 0 0.2rem;
    box-sizing: border-box;
}

.qt_fyjs .fyjs_result_wrap li p:nth-of-type(1) {
    width: 33%;
    border-right: 1px dashed #d3f0e6;
}

.qt_fyjs .fyjs_result_wrap li p:nth-of-type(2) {
    width: 67%;
}

.qt_fyjs .fyjs_result_wrap li p span {
    font-size: 0.24rem;
}

.qt_fyjs .fyjs_result_wrap .thead {
    background: #ceefe4;
    font-size: 0.32rem;
    color: #32a07b;
}

.qt_fyjs .fyjs_result_wrap .thead p {
    text-align: center;
    padding: 0;
}

.qt_fyjs .fyjs_result_wrap .tip {
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.22rem;
    color: #999999;
    text-align: center;
    padding: 0;
}

.qt_fyjs.active .top {
    height: 2.55rem;
}

.qt_fyjs.active .top::after {
    display: none;
}

.qt_fyjs.active .qt_form {
    display: none;
}

.qt_fyjs.active .fyjs_result_wrap {
    display: block;
    transform: rotateY(0deg);
    animation: flip_Y_90deg 1s 1;
}

@keyframes flip_Y_90deg {
    0% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}


/* .rmyx{}
.rmyx .con{margin-top:0.24rem;}
.rmyx .con .swiper-slide{width:5.45rem;height:6.02rem;background:linear-gradient(180deg,#ecf2ff,#ffffff);border-radius:0.1rem;box-sizing:border-box;margin-left:0.2rem;}
.rmyx .con .swiper-slide:last-child{margin-right:0.3rem;}
.rmyx .con .swiper-slide .slide{padding:0 0.4rem 0 0.36rem;}
.rmyx .con .swiper-slide .dec_top{height:2.14rem;border-bottom:0.02rem solid #e4e7ea;margin-bottom:0.34rem;}
.rmyx .con .swiper-slide .dec_top dl{height:1.36rem;padding-top:0.4rem;box-sizing:border-box;}
.rmyx .con .swiper-slide .dec_top dl dt{font-size:0.38rem;color:#2b5fbc;font-weight:bold;line-height:0.4rem;}
.rmyx .con .swiper-slide .dec_top dl dd{font-size:0.24rem;color:#9a9daa;line-height:0.32rem;}
.rmyx .con .swiper-slide .dec_top li{font-size:0.24rem;color:#9a9daa;float:left;padding:0 0.36rem;line-height:0.46rem;position:relative;}
.rmyx .con .swiper-slide .dec_top li:before{content:'';width:0.3rem;height:0.26rem;position:absolute;left:0;top:0;bottom:0;margin:auto;background:url(../image/icon.png) no-repeat 0 0;background-size:0.3rem;}
.rmyx .con .swiper-slide .dec_top li:nth-of-type(1):before{background-position:0 0;}
.rmyx .con .swiper-slide .dec_top li:nth-of-type(2):before{background-position:0 -0.3rem;}
.rmyx .con .swiper-slide .dec_bottom{height:3.84rem;}
.rmyx .con .swiper-slide .dec_bottom ul{height:2.8rem;}
.rmyx .con .swiper-slide .dec_bottom ul li{line-height:0.34rem;font-size:0.28rem;color:#333333;margin-bottom:0.22rem;position:relative;padding:0 0.26rem;}
.rmyx .con .swiper-slide .dec_bottom ul li:nth-last-of-type(1){margin-bottom:0;}
.rmyx .con .swiper-slide .dec_bottom ul li:before{content:'';width:0.08rem;height:0.08rem;background:#2b5fbc;border-radius:50%;position:absolute;left:0;top:0.14rem;}
.rmyx .con .swiper-slide .dec_bottom .text_r{text-align:right;}
.rmyx .con .swiper-slide .dec_bottom .btn{font-size:0.28rem;color:#1bbc9b;} */

.school .swiper-container {
    background: #ffffff;
    margin-top: 0.28rem;
    padding-bottom: 0.64rem;
}

.school .swiper-container .swiper-slide {
    padding: 0.5rem 0.3rem 0;
    box-sizing: border-box;
}

.school .swiper-container .swiper-slide dl {
    height: 1.06rem;
}

.school .swiper-container .swiper-slide dl dt {
    font-size: 0.36rem;
    color: #2b5fbc;
    line-height: 0.52rem;
}

.school .swiper-container .swiper-slide dl dd {
    font-size: 0.22rem;
    color: #9a9daa;
    float: left;
    line-height: 0.54rem;
    margin-right: 0.26rem;
    position: relative;
}

.school .swiper-container .swiper-slide dl dd::before {
    content: '';
    height: 0.24rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(https://qiantum.xdf.cn/image/uk/image/school.png) no-repeat left top;
    background-size: 3rem;
}

.school .swiper-container .swiper-slide dl .attribute {
    padding: 0 0 0 0.34rem;
}

.school .swiper-container .swiper-slide dl .attribute::before {
    width: 0.28rem;
    background-position: 0 0;
}

.school .swiper-container .swiper-slide dl .location {
    padding: 0 0 0 0.25rem;
}

.school .swiper-container .swiper-slide dl .location::before {
    width: 0.2rem;
    background-position: -0.38rem 0;
}

.school .swiper-container .swiper-slide .dec {
    font-size: 0.26rem;
    line-height: 0.36rem;
}

.school .swiper-container .swiper-slide ul {
    padding: 0.25rem 0 0 0;
}

.school .swiper-container .swiper-slide ul li {
    font-size: 0.26rem;
    color: #333333;
    width: 1.5rem;
    height: 0.9rem;
    line-height: 0.32rem;
    text-align: center;
    background: #eff4fc url(https://qiantum.xdf.cn/image/uk/image/school_zy_bg.png) no-repeat 0.92rem 0.42rem;
    background-size: 0.6rem;
    border-radius: 0.1rem;
    float: left;
    margin-right: 0.1rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.school .swiper-container .swiper-slide ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.school .swiper-container .swiper-slide ul li span {
    font-size: 0.16rem;
    color: #ffffff;
    width: 0.56rem;
    height: 0.22rem;
    line-height: 0.22rem;
    text-align: center;
    border-radius: 0.1rem;
    background: #2b5fbc;
    position: absolute;
    right: 0;
    top: 0;
}

.school .swiper-container .swiper-slide .type {
    width: 0.95rem;
    height: 1.01rem;
    padding: 0.16rem 0 0;
    box-sizing: border-box;
    text-align: center;
    background: url(https://qiantum.xdf.cn/image/uk/image/school.png) no-repeat left -0.36rem;
    background-size: 3rem;
    position: absolute;
    top: 0.27rem;
    right: 0.3rem;
}

.school .swiper-container .swiper-slide .type span {
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.2rem;
}

.school .swiper-container .swiper-slide .type b {
    font-size: 0.3rem;
    color: #2b5fbc;
    line-height: 0.3rem;
    margin-top: -0.08rem;
    display: block;
}

.school .swiper-container .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.06rem;
    background: #dfe2e9;
    opacity: 1;
    border-radius: 0;
}

.school .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.2rem;
    background: #2b5fbc;
}

.school .btn {
    width: 5.86rem;
    height: 0.88rem;
    line-height: 0.88rem;
    background: #2b5fbc;
    color: #ffffff;
    font-size: 0.3rem;
    text-align: center;
    border-radius: 0.44rem;
    margin: 0.3rem auto 0;
}

.hotMajor .con {
    margin-top: 0.33rem;
    margin-bottom: 0.48rem;
}

.hotMajor .con ul {
    width: 0.94rem;
    box-sizing: border-box;
}

.hotMajor .con li {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.94rem;
    color: #03d1a8;
    background: #ffffff;
    writing-mode: tb;
    text-align: center;
    margin-bottom: 0.1rem;
    border-radius: 0.1rem 0 0 0.1rem;
    padding: 0.15rem 0;
    letter-spacing: 0.02rem;
}

.hotMajor .con li.active {
    background: #03d1a8;
    color: #ffffff;
}

.hotMajor .con .list_wrap {
    width: 5.96rem;
    height: 8.2rem;
    border: 0.04rem solid #03d1a8;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 0 0.1rem 0.1rem 0;
}

.hotMajor .con .list_wrap .list {
    display: none;
}

.hotMajor .con .list_wrap .list:nth-of-type(1) {
    display: block;
}

.hotMajor .con .list_wrap .list h5 {
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.38rem;
    color: #11b08f;
    padding: 0 0 0 0.4rem;
    background-size: 1.53rem;
}

.hotMajor .con .list_wrap .list:nth-of-type(1) h5 {
    background: url(https://qiantum.xdf.cn/image/undergraduate/hotMajor1.jpg) no-repeat right bottom;
}

.hotMajor .con .list_wrap .list:nth-of-type(2) h5 {
    background: url(https://qiantum.xdf.cn/image/undergraduate/hotMajor2.jpg) no-repeat right bottom;
}

.hotMajor .con .list_wrap .list:nth-of-type(3) h5 {
    background: url(https://qiantum.xdf.cn/image/undergraduate/hotMajor3.jpg) no-repeat right bottom;
}

.hotMajor .con .list_wrap .list:nth-of-type(4) h5 {
    background: url(https://qiantum.xdf.cn/image/undergraduate/hotMajor4.jpg) no-repeat right bottom;
}

.hotMajor .con .list_wrap .list:nth-of-type(5) h5 {
    background: url(https://qiantum.xdf.cn/image/undergraduate/hotMajor5.jpg) no-repeat right bottom;
}

.hotMajor .con .list_wrap .list dl {
    padding: 0 0.4rem;
}

.hotMajor .con .list_wrap .list dl:nth-of-type(1) {
    padding-bottom: 0.26rem;
}

.hotMajor .con .list_wrap .list dl dt {
    line-height: 0.42rem;
    font-size: 0.32rem;
    color: #000000;
    padding: 0 0 0.08rem 0.2rem;
    position: relative;
}

.hotMajor .con .list_wrap .list dl dt::before {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background: #11b08f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hotMajor .con .list_wrap .list dl dd {
    height: 1.6rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: #666666;
}

.hotMajor .con .list_wrap .list .btn {
    width: 4rem;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.3rem;
    color: #ffffff;
    background: #1bbc9b;
    text-align: center;
    margin: 0 auto;
    border-radius: 0.44rem;
    margin-top: 0.22rem;
}

.cgal .con {
    margin-top: 0.13rem;
}

.cgal .con .swiper-slide {
    width: 4.5rem;
    height: 6.12rem;
    background: linear-gradient(#ebebeb 0%, #fefefe 90%);
    border-radius: 0.1rem;
    transform: scale(0.9);
    transition: 300ms;
}

.cgal .con .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.cgal .con .swiper-slide .slide {
    height: calc(100% - 0.2rem);
    border: 0.02rem solid #e0e0e0;
    margin: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
}

.cgal .con .swiper-slide .stage {
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.24rem;
    color: #43a0ef;
    padding: 0 0.1rem;
    border-radius: 0.1rem 0 0.1rem 0;
    background: #e2f1ff;
    display: inline-block;
    margin: 0.28rem 0 0.1rem 0;
}

.cgal .con .swiper-slide.usa .stage {
    color: #dd9d0a;
    background: #f7ebc9;
}

.cgal .con .swiper-slide.uk .stage {
    color: #20519a;
    background: #d9e7fc;
}

.cgal .con .swiper-slide.ca .stage {
    color: #db6a01;
    background: #ffe8d3;
}

.cgal .con .swiper-slide.au .stage {
    color: #1f941f;
    background: #d8edd8;
}

.cgal .con .swiper-slide.ne .stage {
    color: #27836d;
    background: #d4ece6;
}

.cgal .con .swiper-slide.yz .stage {
    color: #4f35a4;
    background: #e4def7;
}

.cgal .con .swiper-slide.oz .stage {
    color: #927336;
    background: #eee7d9;
}

.cgal .con .swiper-slide .top {
    height: 1.44rem;
}

.cgal .con .swiper-slide dl {
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.36rem;
}

.cgal .con .swiper-slide dl dt {
    color: #999999;
    float: left;
    width: 1.24rem;
}

.cgal .con .swiper-slide dl dd {
    color: #333333;
    float: left;
    width: 2.6rem;
    word-break: break-all;
}

.cgal .con .swiper-slide dl dd b {
    font-size: 0.28rem;
}

.cgal .con .swiper-slide .dec {
    line-height: 0.34rem;
    font-size: 0.22rem;
    color: #999999;
    padding: 0.24rem 0 0 0;
    margin: 0.2rem 0 0.12rem 0;
    border-top: 0.02rem dashed #d7d7d7;
}

.cgal .con .swiper-slide .btn {
    width: 1.98rem;
    height: 0.52rem;
    line-height: 0.52rem;
    text-align: center;
    margin: 0 auto;
    border-radius: 0.26rem;
    background: #3fba98;
}

.cgal .con .swiper-slide .btn a {
    display: block;
    font-size: 0.28rem;
    color: #ffffff;
}

.cgal .con .swiper-slide .offer_logo {
    width: 100%;
    height: 1.74rem;
    background: url(https://qiantum.xdf.cn/image/city/image/cgal_1.png) no-repeat center bottom;
    background-size: 4.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cgal .con .swiper-slide .offer_logo .img_wrap {
    width: 1.23rem;
    height: 1.13rem;
    background-image: url(https://qiantum.xdf.cn/image/city/image/cgal_2.png);
    margin: 0.22rem auto 0;
}

.cgal .con .swiper-slide .offer_logo .img_wrap.logo {
    width: 1.13rem;
    border-radius: 50%;
    background-size: 110% 110%;
    background-position: -0.04rem -0.04rem;
}

.mapCon .zxyl .qt_form .btn {
    background: #004195;
}

.mapCon .scrollBar>.nano-pane>.nano-slider {
    background: #5299ea;
}

.lqjb {
    height: 5.06rem;
    background: url(../image/lqjb.jpg?jhgj) no-repeat center top;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 0.26rem;
}

.lqjb .con {
    text-align: center;
}

.lqjb .con dl {
    width: 46%;
    height: 1.4rem;
    text-align: center;
    display: inline-block;
    margin-bottom: 0.3rem;
}

.lqjb .con dl dt {
    height: 0.46rem;
    padding-top: 0.36rem;
    color: #007d63;
}

.lqjb .con dl dt b {
    font-size: 0.46rem;
    line-height: 0.46rem;
}

.lqjb .con dl dt span {
    font-size: 0.2rem;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    border-radius: 50%;
    background: #cfe2e1;
}

.lqjb .con dl dd {
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.3rem;
}

.lqjb .con dl:nth-child(4),
.lqjb .con dl:nth-child(5) {
    padding: 0 0.2rem;
}

.lqjb .con .tip {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #3fba98;
    text-align: right;
    padding: 0 0.1rem 0 0;
}

.qt_lxzx {
    margin-bottom: 0;
}

.footer_float_window ul li.float_database {
    display: none;
}

.footer_float_window ul li.float_mfpg {
    display: block;
    margin-left: 0.6rem;
}

.footer_float_window ul li.float_mfpg a::before {
    background-position: -5.37rem -0.6rem;
}