.banner {
    width: 100%;
    height: 4.8rem;
    background: url('/liuxue/img/mobile/product/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);
}


/* 留学服务 */

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

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

.serviceList {
    width: 100%;
}

.serviceItem {
    width: 100%;
    margin-bottom: 1.04rem;
    text-align: left;
}

.serviceItem:last-child {
    margin-bottom: 0;
}

.serviceItem h2 {
    font-size: 0.43rem;
    font-weight: bold;
    line-height: 0.36rem;
    color: #333333;
    margin-bottom: 0.45rem;
    position: relative;
    z-index: 3;
}

.serviceItem h2:after {
    content: "";
    width: 0.52rem;
    height: 0.52rem;
    background: #FFE91F;
    border-radius: 50%;
    position: absolute;
    top: -.3rem;
    left: 0.6rem;
    z-index: -1;
}

.serBox {
    width: 100%;
    padding-bottom: 0.61rem;
    background: #fff;
    box-shadow: 0rem 0rem 0.27rem rgba(0, 0, 0, 0.16);
    text-align: left;
    border-radius: .106667rem;
}

.serviceItem .imgs1 {
    width: 100%;
    height: 4.24rem;
    object-fit: cover;
    border-radius: .106667rem 0.106777rem 0 0;
}

.serviceItem h4 {
    display: inline-block;
    font-size: 0.4rem;
    font-weight: bold;
    color: #000000;
    margin-top: 0.52rem;
    position: relative;
    padding-left: 0.33rem;
}

.serviceItem h4:after {
    content: "";
    width: 1.07rem;
    height: 0.37rem;
    background: url('/liuxue/img/mobile/product/update.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: -1.2rem;
    top: -.1rem;
}

.serviceItem .serviceSlogan {
    font-size: 0.35rem;
    line-height: 0.31rem;
    color: #333333;
    margin: 0.19rem 0 0.5rem 0;
    padding-left: 0.33rem;
}

.itemBox {
    width: 93%;
    height: 1.8rem;
    background: #F1F1F1;
    border-radius: .11rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.itemBox p {
    width: 25%;
    text-align: center;
}

.itemBox p span:first-child {
    font-size: 0.37rem;
    font-weight: bold;
    color: #EE8031;
    display: block;
    margin-top: 0.31rem;
}

.itemBox p span:last-child {
    font-size: 0.29rem;
    color: #555555;
    margin-top: 0.17rem;
}

.detailList {
    padding-right: 0.31rem;
    padding-left: 0.33rem;
    margin-top: 0.55rem;
}

.detailList p {
    display: inline-block;
    font-size: 0.32rem;
    line-height: 0.59rem;
    color: #333333;
    margin-left: 0.23rem;
    position: relative;
}

.detailList p span {
    display: inline-block;
    font-size: 0.32rem;
    line-height: 0.59rem;
    color: #333333;
    border-bottom: 0.05rem solid #FFE91F;
}

.detailList p:before {
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    display: inline-block;
    background: #EE8031;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -.23rem;
}

.mores {
    width: 1.61rem;
    padding: 0 1.21rem 0 0.48rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #FD9738;
    border: 1px solid #FD9738;
    border-radius: 0.03rem;
    margin: 0.65rem auto 0;
}

.mores p {
    display: inline-block;
    font-size: 0.37rem;
    color: #FFFFFF;
    position: relative;
}

.mores p a {
    font-size: 0.37rem;
    color: #FFFFFF;
}

.mores p:after {
    content: "";
    width: 0.7rem;
    height: 0.11rem;
    background: url('/liuxue/img/mobile/product/arrow2.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
}
/* module5 */

.module5.content {
    padding: 0;
}

.picBox {
    width: 100%;
    margin-bottom: .44rem;
    position: relative;
}

.picimg1 {
    width: 8.053333rem;
    height: 4.733333rem;
    object-fit: cover;
    z-index: 3;
    position: relative;
}

.picimg2 {
    width: 2.573333rem;
    height: 3.946667rem;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.picimg3 {
    width: 100%;
    height: .96rem;
    object-fit: cover;
    margin-top: -0.3rem;
    position: relative;
    z-index: 4;
}

.conItem {
    width: calc(7.853333rem - 0.386667rem - .386667rem);
    padding: .693333rem .386667rem .386667rem .386667rem;
    background: #fff;
    border-radius: .106667rem;
    position: relative;
    display: inline-block;
}

.itemTops {
    padding-left: 1.333333rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.itemTops span {
    width: 1.08rem;
    height: 1.08rem;
    line-height: 1.08rem;
    border-radius: 50%;
    font-size: .44rem;
    font-weight: bold;
    color: #000000;
    background: #FFEE4D;
    text-align: center;
    position: absolute;
    left: 0;
    top: -.1rem;
    z-index: 1;
}

.itemTops span:after {
    content: '';
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.swiper-slide:nth-child(1) .conItem .itemTops span:after {
    width: .626667rem;
    height: .306667rem;
    background: url('/liuxue/img/mobile/index/j01.png') no-repeat center;
    background-size: cover;
}

.swiper-slide:nth-child(2) .conItem .itemTops span:after {
    width: .293333rem;
    height: .293333rem;
    background: url('/liuxue/img/mobile/index/j02.png') no-repeat center;
    background-size: cover;
}

.swiper-slide:nth-child(3) .conItem .itemTops span:after {
    width: .626667rem;
    height: .306667rem;
    background: url('/liuxue/img/mobile/index/j03.png') no-repeat center;
    background-size: cover;
}

.swiper-slide:nth-child(4) .conItem .itemTops span:after {
    width: .626667rem;
    height: .306667rem;
    background: url('/liuxue/img/mobile/index/j04.png') no-repeat center;
    background-size: cover;
}

.swiper-slide:nth-child(5) .conItem .itemTops span:after {
    width: .293333rem;
    height: .293333rem;
    background: url('/liuxue/img/mobile/index/j05.png') no-repeat center;
    background-size: cover;
}

.swiper-slide:nth-child(6) .conItem .itemTops span:after {
    width: .626667rem;
    height: .306667rem;
    background: url('/liuxue/img/mobile/index/j06.png') no-repeat center;
    background-size: cover;
}

.swiper-slide:nth-child(7) .conItem .itemTops span:after {
    width: .626667rem;
    height: .306667rem;
    background: url('/liuxue/img/mobile/index/j07.png') no-repeat center;
    background-size: cover;
}

.itemTops h1 {
    font-size: .426667rem;
    font-weight: bold;
    color: #303030;
    display: block;
    margin-bottom: .22rem;
}

.itemTops p {
    font-size: .36rem;
    font-weight: 400;
    color: #292929;
}

.itemBottoms {
    width: 7.226667rem;
    height: 4.4rem;
    background: url('/liuxue/img/mobile/index/bg20.png') no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: 0.4rem;
}

.itemBottoms:after {
    content: "";
    width: 2.2rem;
    height: 1px;
    background: #FD9737;
    opacity: .9;
    position: absolute;
    top: 0.28rem;
    left: -.26rem;
}

.itemBottoms p {
    padding: .6rem .3rem 0 .3rem;
    font-size: .32rem;
    font-weight: 400;
    color: #292929;
    line-height: .493333rem;
    text-align: left;
}



/* 出国考培 */

.testList {
    width: 100%;
}

.testList .swiper-slide {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.testList .swiper-slide {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.testItem {
    width: calc(4.52rem - .45333rem - .32rem);
    height: calc(7.9rem - .5333rem - .54rem);
    padding: .533333rem .453333rem .54rem .32rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: inline-block;
    position: relative;
}

.testItem i {
    width: .24rem;
    height: .146667rem;
    display: inline-block;
    background: url("/liuxue/img/mobile/index/dot1.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: .72rem;
    right: .333333rem;
}

.testItem h1 {
    font-size: .44rem;
    font-weight: bold;
    color: #FD9738;
}

.testItem span {
    height: 3.573333rem;
    font-size: .346667rem;
    font-weight: 400;
    color: #4B4B4B;
    line-height: .533333rem;
    display: inline-block;
    margin-top: .266667rem;
    margin-bottom: 0.2rem;
    overflow-y: auto;
    text-align: left;
}

.testItem img {
    width: 3.746667rem;
    height: 2.186667rem;
    display: inline-block;
    border-radius: .11rem;
    object-fit: cover;
}

.testItem span::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: .1rem;
    height: 100%;
}

.testItem span::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: .1rem;
    background: #fd9737;
}

.testItem span::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: .1rem;
    background: #fff;
}


/* 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%);
}


/* 背景提升 */

.provide {
    padding-bottom: 0.97rem;
}

.provideItem {
    width: 9.35rem;
    height: 2.95rem;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.27rem rgba(0, 0, 0, 0.16);
    border-radius: 0.11rem;
    position: relative;
    margin-bottom: 0.37rem;
}

.provideItem:last-child {
    margin-bottom: 0;
}

.provideItem .fl {
    width: 2.93rem;
    height: 2.93rem;
}

.provideItem .fr {
    width: calc( 100% - 2.93rem - 0.61rem);
    height: 100%;
    text-align: left;
}

.provideItem .fr p {
    font-size: 0.43rem;
    font-weight: bold;
    color: #4B4B4B;
    margin-top: 0.48rem;
}

.provideItem .fr span {
    display: inline-block;
    font-size: 0.35rem;
    line-height: 0.53rem;
    color: #4B4B4B;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
}



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

.case {
    width: 100%;
    height: 10.72rem;
    background: url(/liuxue/img/mobile/sgu/sgu9.png) no-repeat center;
    background-size: cover;
    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;
    border: 0.02rem solid rgba(151, 151, 151, 0.21);
    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;
}

.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;
}