/* banner */

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

.aroundTab {
    margin-left: .146667rem;
    margin-bottom: .48rem;
}

.aroundTab p {
    display: inline-block;
    padding: 0 0.7rem;
    height: 1.04rem;
    line-height: 1.04rem;
    background: #fff;
    font-size: 0.45rem;
    color: #333333;
    position: relative;
    border: 1px solid #cbcbcb;
}

.aroundTab .swiper-slide {
    width: auto !important;
}

.aroundTab p.active {
    background: #fd9738;
    color: #fff;
    border: 0;
}

.aroundTab p.active:before {
    content: "";
    width: 0.3rem;
    height: 0.6rem;
    background: #ffe725;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* 学科申请比例解读 */

.applyItem {
    padding: 0.5rem .4rem 0.53rem;
    /* height: 8.67rem; */
    background: #FFFFFF;
    border-radius: 0.05rem;
    text-align: left;
}

.applyItem p {
    font-size: 0.51rem;
    font-weight: 500;
    color: #000000;
}

.applyItem h3 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #000000;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}

.applyItem span {
    font-size: 0.37rem;
    font-weight: 400;
    color: #646464;
    line-height: 0.64rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.applyItem img {
    width: 8.48rem;
    height: 3.95rem;
    object-fit: cover;
}


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


/* 关于和风 */

.aboutBox {
    width: 100%;
    background: #fff;
}

.aboutBox img {
    width: 8.75rem;
    height: 5.65rem;
    object-fit: cover;
    margin-top: 0.35rem;
}

.aboutBox p {
    padding: 0.45rem 0.53rem 0.48rem;
    font-size: 0.37rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #646464;
    line-height: 0.64rem;
    text-align: left;
}


/* 日本留学大事记 */

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

.eventBox {
    width: 100%;
    position: relative;
    padding-bottom: 1rem;
}

.eventBox .fl {
    width: 0.2rem;
    height: 24.2rem;
    border-left: 1px dashed #CFD1D7;
    margin-left: 1rem;
}

.eventBox .fr {
    width: calc(100% - 1.8rem);
    text-align: left;
    position: relative;
}

.eventWrap {
    margin-bottom: 0.77rem;
}

.eventWrap:nth-child(1) {
    margin-top: 0.8rem;
}

.eventWrap h1 {
    font-size: 0.53rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    position: relative;
}

.eventWrap h1:before {
    content: "";
    width: 0.29rem;
    height: 0.29rem;
    background: #FC852E;
    border-radius: 50%;
    position: absolute;
    top: 0.15rem;
    left: -0.93rem;
}

.eventWrap p {
    font-size: 0.42rem;
    font-weight: 400;
    color: #5F5F5F;
    line-height: 0.53rem;
    margin-top: 0.4rem;
}


/* .日本留学优势 */

.advanceItem {
    height: calc(8.69rem - .96rem - .5rem);
    padding: 0.96rem 0.67rem 0.5rem 0.53rem;
    background: #FFFFFF;
    border-radius: 0.19rem 0rem 0.19rem 0.19rem;
    text-align: left;
}

.advanceItem h1 {
    font-size: 0.41rem;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.advanceItem h1:before {
    content: '';
    width: 0.21rem;
    height: 0.49rem;
    background: #FD9738;
    position: absolute;
    left: -0.53rem;
    top: 50%;
    transform: translateY(-50%);
}

.advanceItem p {
    font-size: 0.37rem;
    font-weight: 400;
    color: #646464;
    line-height: 0.61rem;
    margin-top: 0.29rem;
    text-align: left;
}

.advanceItem img {
    width: 8.68rem;
    height: 3.84rem;
    object-fit: cover;
    margin-top: 0.48rem;
}


/* 日本留学产品服务 */

.tab-nav {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
    position: relative;
}

.tab-nav span {
    color: #686868;
    font-size: 0.43rem;
    display: inline-block;
}

.tab-nav span.active {
    color: #fd9737;
    font-weight: bold;
    position: relative;
}

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

.tab-nav .more {
    width: 0.23rem;
    height: 0.46rem;
    background: url("/liuxue/img/mobile/index/ri.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.1rem;
}

.tab-list .item {
    display: none;
}

.module3 .swiper-container {
    overflow: initial;
}

.module3 .box {
    text-align: left;
}

.module3 .bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.63rem;
}

.module3 .item1 .swiper-slide {
    width: 5.57rem;
    height: 8.5rem;
    position: relative;
    margin-right: 0.43rem;
    background-color: #fff;
}

.module3 .item1 .swiper-slide:last-child {
    margin-right: 0;
}

.module3 .item1 .swiper-slide .head {
    width: 100%;
    height: 3.44rem;
    overflow: hidden;
}

.module3 .item1 .swiper-slide .head img {
    width: 100%;
    height: 100%;
    display: block;
}

.module3 .item1 .swiper-slide .con {
    height: 5.1rem;
    padding: 0.2rem 0.25rem 0.6rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.module3 .item1 .swiper-slide .con h3 {
    color: #9c9c9c;
    font-size: 0.37rem;
    margin-bottom: 0.3rem;
    position: relative;
}

.module3 .item1 .swiper-slide .con h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.35rem;
    height: 0.17rem;
    background: url("/liuxue/img/mobile/index/dot.png") no-repeat center;
    background-size: cover;
}

.module3 .item1 .swiper-slide .con p {
    color: #4b4b4b;
    font-size: 0.48rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.module3 .item1 .swiper-slide .con span {
    color: #4b4b4b;
    font-size: 0.32rem;
    line-height: 0.48rem;
    display: block;
    height: 2.666667rem;
}

.module3 .item1 .swiper-slide .con .more {
    width: 2.99rem;
    height: 0.75rem;
    line-height: 0.75rem;
    border: 1px solid #fd9738;
    text-align: center;
    color: #fd9738;
    font-size: 0.36rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0 auto;
    font-weight: bold;
}

.module3 .item1 .swiper-slide .con .more:after {
    content: "";
    display: inline-block;
    margin-left: 0.2rem;
    width: 0.6rem;
    vertical-align: middle;
    height: 0.1rem;
    background: url("/liuxue/img/mobile/index/ri2.png") no-repeat center;
    background-size: cover;
    transform: translateY(-0.05rem);
}


/* 出国考培 */

.module3 .item2 .testList {
    width: 100%;
}

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

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

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

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

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

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

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

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

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


/* 背景提升 */

.module3 .item3 .provide {
    padding-bottom: 0.97rem;
}

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

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

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

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

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

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


/* 名校录取案例 */

.knowItem {
    display: none;
}

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

thead {
    width: 9.33rem;
    height: 1.14rem;
    background: #9DA2AE;
    display: inline-block;
}

thead tr {
    /* padding: 0 0.4rem 0 0.36rem; */
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

thead tr th {
    font-size: 0.35rem;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

#body {
    height: 11.2rem;
    display: inline-block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

tbody tr {
    width: 9.33rem;
    padding: 0.25rem 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

tbody tr:nth-child(odd) {
    background: #F1F2F3;
}

tbody tr td {
    font-size: 0.29rem;
    font-weight: 400;
    color: #727272;
    position: relative;
    text-align: center;
}

tbody tr td:nth-child(2),
tbody tr td:nth-child(5) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0.1rem;
    /*高宽分别对应横竖滚动条的尺寸*/
}

#body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0.1rem;
    background-color: #FD9738;
}

#body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0.1rem;
    background-color: #ccc;
}


/* 关于我们 */

.us {
    padding-bottom: 2rem;
}

.us .swiper-slide:nth-child(1) .usItem {
    width: auto;
    height: 9.253333rem;
}

.us .swiper-slide:nth-child(1) .usItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0.5rem;
}

.us .swiper-slide:nth-child(2) .usItem {
    width: auto;
    height: 11.92rem;
}

.us .swiper-slide:nth-child(2) .usItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 案例 */

.caseWrap .knowBoxs1 {
    height: 11rem;
    background: #FFFFFF;
    border-radius: .106667rem;
    position: relative;
    padding: .666667rem 0;
    text-align: center;
    transition: all .4s;
}

.caseWrap .knowBoxs1 img {
    display: block;
    margin: -0.4rem auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.caseWrap .knowBoxs1 p {
    color: #565656;
    font-size: .7rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: .266667rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.caseWrap .knowBoxs1 div {
    text-align: center;
    margin-bottom: .306667rem;
}

.caseWrap .knowBoxs1 em {
    display: inline-block;
    padding: .053333rem .133333rem;
    border-radius: .026667rem;
    border: 1px solid #FD9738;
    margin-right: .24rem;
    color: #FD9738;
    font-size: .3rem;
    letter-spacing: .5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.caseWrap .knowBoxs1 em:last-child {
    margin-right: 0;
}

.caseWrap .swiper-slide span {
    color: #565656;
    font-size: .4rem;
    line-height: .8rem;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}