/* banner */

.banner {
    width: 100%;
    height: 4.79rem;
    background: url('/liuxue/img/mobile/gonglue/banner.png') no-repeat center;
    background-size: cover;
}


/* router   */

.router {
    width: 100%;
    margin-top: 0.35rem;
}

.router .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.router img {
    width: 0.22rem;
    height: 0.27rem;
    background: #fd9738;
    margin-right: 0.13rem;
}

.router p {
    font-size: 0.32rem;
    color: rgba(0, 0, 0, 0.85);
}

.router p span {
    display: inline-block;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: rgba(0, 0, 0, 0.85);
}


/* title? */

.noTitle {
    padding-top: 1.12rem;
    margin-bottom: 0.88rem;
}

.noTitle h1 {
    font-weight: bold;
    font-size: 0.53rem;
    color: #414141;
}


/* 三大申请渠道 */

.qudao.content {
    padding: 0 0 1.05rem 0.35rem;
}

.pipeItem {
    width: 7.13rem;
    height: 11.6rem;
    background: #fbfbfb;
    border: 1px solid #d8d8d8;
    border-radius: .18rem;
    overflow: hidden;
}

.pipeItem img {
    width: 100%;
    height: 4.24rem;
    background: #d8d8d8;
}

.pipeCon {
    position: relative;
    padding: 0.32rem 0.35rem 0 0.35rem;
    border-radius: 0.11rem;
    text-align: left;
}

.icons {
    width: 0.29rem;
    height: 0.17rem;
    background: url("/liuxue/img/mobile/gonglue/dot.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0.43rem;
    right: 0.32rem;
}

.pipeCon h4 {
    font-size: 0.37rem;
    font-weight: 400;
    color: #9c9c9c;
}

.pipeCon h3 {
    display: inline-block;
    font-size: 0.48rem;
    font-weight: bold;
    color: #4b4b4b;
    margin: 0.45rem 0 0.24rem 0;
}

.pipeCon .pipeDetail {
    font-size: 0.32rem;
    line-height: 0.48rem;
    height: 1.92rem;
    color: #4b4b4b;
}

.itemList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.35rem;
}

.itemList span {
    display: inline-block;
    width: 47%;
    color: #4b4b4b;
    font-size: 0.35rem;
    line-height: 0.53rem;
    position: relative;
    margin-left: 0.13rem;
}

.itemList span:before {
    content: "";
    width: 0.07rem;
    height: 0.07rem;
    background: #fd9737;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.13rem;
}

.moreBtn {
    width: calc(3.31rem - 1.69rem);
    padding: 0.21rem 1.21rem 0.21rem 0.48rem;
    border: 1px solid #fd9738;
    border-radius: 0.03rem;
    font-size: 0.37rem;
    font-family: SourceHanSansCN-Medium;
    line-height: 0.31rem;
    color: #fd9738;
    position: relative;
    margin: 0.49rem auto 0;
}

.moreBtn a {
    font-size: 0.37rem;
    color: #fd9738;
}

.moreBtn:after {
    content: "";
    width: 0.7rem;
    height: 0.15rem;
    background: url("/liuxue/img/mobile/product/ri.png") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
}


/* 留学时间规划 */

.plan {
    width: 100%;
    height: 18.5rem;
    background: url("/liuxue/img/mobile/gonglue/bg1.png") no-repeat center;
    background-size: cover;
}

.plan .box {
    height: 10.5rem;
}

.changeTab {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.changeTab p {
    position: relative;
    padding-bottom: 0.25rem;
}

.changeTab p:after {
    content: "";
    width: 0;
    height: 0.05rem;
    background: #fd9737;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.changeTab p span:first-child {
    font-size: 0.43rem;
    color: #333;
    font-weight: bold;
    display: block;
}

.changeTab p.active:after {
    content: "";
    width: 1.12rem;
    height: 0.05rem;
    background: #fd9737;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.changeTab p span:last-child {
    color: #333;
    margin-top: 0.12rem;
    font-size: 0.32rem;
}

.changeTab p.active span:first-child {
    font-size: 0.43rem;
    color: #fd9737;
    font-weight: bold;
    display: block;
}

.changeTab p.active span:last-child {
    color: #fd9737;
    margin-top: 0.12rem;
    font-size: 0.32rem;
}

.planList {
    border: 1px solid #ffc48d;
    margin-top: 0.51rem;
    background: #fff;
    display: none;
}

.planList.active {
    display: block;
    animation: float .5s ease-in-out forwards;
}

@keyframes float {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.planItem {
    width: 9.25rem;
    /* padding: 0.47rem 0; */
    height: 2.13rem;
    border-bottom: 1px solid #ffc48d;
}

.planItem:last-child {
    border-bottom: 0;
}

.planItem .fl {
    width: 3.03rem;
    padding: 0.47rem 0;
    /* height: 2.13rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    /* border-right: 1px solid #ffc48d; */
}

.planItem .fl:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ffc48d;
    position: absolute;
    left: 3.03rem;
    top: 0;
}

.planItem .fl h1 {
    font-size: 0.37rem;
    font-weight: bold;
    color: #333333;
}

.planItem span {
    font-size: 0.32rem;
    font-weight: 400;
    color: #666666;
    margin-top: 0.25rem;
}

.planItem .fr {
    width: 5.52rem;
    /* height: 2.13rem; */
    padding: 0.45rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 0.3rem;
}

.planItem .fr p {
    font-size: 0.35rem;
    color: #333333;
    margin-right: 0.3rem;
}


/* 人气大学&专业 */

.major {
    background: #fff;
}

.majorList {
    padding-bottom: 0.96rem;
}

.majorItem {
    width: 9.36rem;
    height: 2.73rem;
    padding: 0.28rem 0;
    background: #F9F9F9;
    border-radius: 0.11rem;
    margin-bottom: 0.27rem;
}

.majorItem:nth-child(3n) {
    margin-bottom: 0;
}

.majorItem .fl {
    width: 2.68rem;
    text-align: center;
    /* border-right: 1px solid #FFCD9E; */
}

.majorItem .fl img {
    width: 1.53rem;
    height: 1.53rem;
    border-radius: 50%;
    object-fit: cover;
}

.majorItem .fl p {
    font-size: 0.37rem;
    font-weight: bold;
    color: #303030;
    margin: 0.13rem 0 0 0;
}

.majorItem .fl span {
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
}

.majorItem .fr {
    width: calc(6.6rem - .39rem);
    text-align: left;
    margin-top: 0.3rem;
}

.majorItem .fr b {
    font-size: 0.37rem;
    font-weight: bold;
    color: #000000;
}

.majorItem .fr p {
    margin-top: 0.21rem;
}

.majorItem .fr p span,
.majorItem .fr span a {
    font-size: 0.35rem;
    font-weight: 400;
    line-height: 0.53rem;
    color: #000000;
}


/* swiper   */

.swiper-container {
    width: 100%;
    padding-bottom: 0.59rem;
}

.swiper-pagination {
    width: 3.48rem;
    height: 0.1rem;
    background: rgba(216, 216, 216, .51);
    border-radius: 2.42rem;
    margin: 0 auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #FD9738;
    border-radius: 2.42rem;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 3.48rem;
    height: 0.1rem;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 留学费用概览 */

.sectionOne {
    margin-bottom: 0.64rem;
}

.header1 {
    width: 100%;
    padding-left: 0.47rem;
    box-sizing: border-box;
    padding-top: 0.56rem;
    height: 2.03rem;
    background: url('/liuxue/img/mobile/gonglue/bg.png') no-repeat center;
    background-size: cover;
    text-align: left;
}

.sectionOne .header1 h1 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #FFFFFF;
}

.sectionOne .header1 h2 {
    font-size: 0.32rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.21rem;
    position: relative;
    margin-left: 0.87rem;
}

.sectionOne .header1 h2:before {
    content: "";
    width: 0.64rem;
    height: 0.05rem;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.87rem;
}

.body1 {
    padding: 0.48rem 0.59rem 0.64rem 0.75rem;
    background: #fff;
    text-align: left;
}

.body1 h1 {
    font-size: 0.37rem;
    font-weight: bold;
    color: #EE8031;
    position: relative;
    margin-left: 0.26rem;
}

.body1 h1:before {
    content: "";
    width: 0.11rem;
    height: 0.11rem;
    background: #EE8031;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.26rem;
}

.body1 p {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #43464E;
    margin-top: 0.29rem;
    margin-bottom: 0.57rem;
}

.section2 .header1 h1 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #FFFFFF;
}

.section2 .header1 h2 {
    font-size: 0.32rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.21rem;
    position: relative;
}

.body2 {
    padding: 0.73rem 0.65rem 0.64rem 0.47rem;
    background: #fff;
    text-align: left;
}

.body2 p {
    font-size: 0.32rem;
    color: #43464E;
    margin-bottom: 0.49rem;
}

.body2 p:last-child {
    margin-bottom: 0;
}

.body2 p span {
    display: inline-block;
    width: 2rem;
    font-size: 0.37rem;
    font-weight: bold;
    color: #EE8031;
    position: relative;
    margin-left: 0.26rem;
    text-align: left;
}

.body2 p span:before {
    content: "";
    width: 0.11rem;
    height: 0.11rem;
    background: #EE8031;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -.26rem;
}


/* 定制专属你的留学方案 */

.case {
    width: 100%;
    height: 10.72rem;
    background: url(/liuxue/img/mobile/sgu/sgu9.png) no-repeat center;
    background-size: cover;
    /*background: #fff;*/
    margin-top: 1.31rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.caseCon {
    width: 8.65rem;
    padding-bottom: 0.5rem;
    /* height: 8.96rem; */
    background: #FFFFFF;
    border-radius: 0.19rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.caseCon h4 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #000000;
    margin-top: 0.53rem;
}

.caseCon h5 {
    font-size: 0.39rem;
    font-weight: 500;
    color: #5F5F5F;
    margin-top: 0.24rem;
    margin-bottom: 0.56rem;
}

.user {
    width: 7.73rem;
    height: 1.07rem;
    line-height: 1.07rem;
    border-radius: 0.05rem;
    border: 0.01rem solid #D8D8D8;
    display: inline-block;
    position: relative;
    margin-bottom: 0.32rem;
}

.name:before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    background: url(/liuxue/img/mobile/sgu/sgu27.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0.21rem;
    transform: translateY(-50%);
}

.phone:before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    background: url(/liuxue/img/mobile/sgu/sgu26.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0.21rem;
    transform: translateY(-50%);
}

.grade:before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    background: url(/liuxue/img/mobile/sgu/sgu25.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0.21rem;
    transform: translateY(-50%);
}

.user input {
    width: 80%;
    height: 1.07rem;
    line-height: 1.07rem;
    padding-left: 0.96rem;
    border: 0;
    outline: none;
}

input:-internal-autofill-selected {
    background-color: transparent!important;
    appearance: menulist-button;
    background-image: none !important;
    color: transparent!important;
}

.user input::placeholder {
    font-size: 0.4rem;
    font-weight: 400;
    color: #5F5F5F;
}

.gradeBox {
    position: relative;
}

.gradeList {
    width: 6.8rem;
    height: 2.4rem;
    background: #fff;
    position: absolute;
    top: 1.12rem;
    left: 0.95rem;
    box-shadow: 0 .133333rem .533333rem rgba(0, 0, 0, .1);
    display: none;
}

.gradeItem {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #332233;
    font-size: .4rem;
    /* border-bottom: 1px solid #ccc; */
}

.gradeItem:last-child {
    border-bottom: 0;
}

.grade:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/liuxue/img/mobile/index/down.png') no-repeat center;
    background-size: cover;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 32%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
    transition: all .5s;
}

.grade.active:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/liuxue/img/mobile/index/down.png') no-repeat center;
    background-size: cover;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 32%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
    transform: rotate(180deg);
}

.gradeItem:hover {
    background: #FF8A00;
    color: #fff;
}

.reversation {
    width: 7.49rem;
    height: 1.03rem;
    line-height: 1.03rem;
    background: #FF8A00;
    border-radius: 0.06rem;
    font-size: .4rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.37rem;
}

.prreviews {
    font-size: 0.31rem;
    font-weight: 400;
    color: #5F5F5F;
    margin-top: 0.21rem;
}