﻿
.wap-main {
  width: 100%;
  height: auto;
}

.wap-main .main-myd {
  position: relative;
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

/* 公共title */
.wap-main .title-all {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wap-main .title-all .title-one {
  display: flex;
  align-items: center;
}

.wap-main .title-all .title-one .title-left {
  width: 1.25rem;
  border: 1px solid #bdbdbd;
}

.wap-main .title-all .title-one .small-title {
  margin: 0 0.5rem;
  color: #434343;
  font-size: 0.7rem;
}

.wap-main .title-all .title-one .small-title-anther {
  margin: 0 0.5rem;
  color: #f4f6f3;
  font-size: 0.7rem;
}

.wap-main .title-all .title-two {
  color: #002e94;
  font-weight: bold;
  font-size: 1.1rem;
}

.wap-main .title-all .title-two-anther {
  color: transparent;
  font-weight: bold;
  font-size: 1.1rem;
  background-image: linear-gradient(to right, #c9a768, #f1e6a4, #cbac52);
  -webkit-background-clip: text;
          background-clip: text;
}

.wap-main .title-all .title-three {
  color: #757575;
  font-size: 0.7rem;
}

.wap-main .title-all .title-three-anther {
  color: #f4f6f3;
  font-size: 0.7rem;
}

/* 顶部 */
.wap-main .toplx {
  position: relative;
  width: 100%;
  height: 10rem;
  background: url("../image/bg01.png") no-repeat;
  background-size: 100%;
}

.wap-main .toplx .top-box {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
}

.wap-main .toplx .top-box .top-txt-one {
  position: relative;
  top: 1.75rem;
  margin-left: 2.25rem;
  color: #fff;
  font-size: 0.975rem;
}

.wap-main .toplx .top-box .top-txt-two {
  position: relative;
  top: 1.625rem;
  margin-left: 2.25rem;
  color: transparent;
  font-weight: bold;
  font-size: 1.625rem;
  background-image: linear-gradient(to right, #c9a768, #e2d2ae);
  -webkit-background-clip: text;
          background-clip: text;
}

.wap-main .toplx .top-box .top-txt-three {
  position: relative;
  top: 2rem;
  display: flex;
  justify-content: space-between;
  width: 11.25rem;
  height: auto;
  margin-left: 2.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
}

.wap-main .toplx .top-box .top-txt-three .txt-three-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 1.25rem;
  background: #00409a;
  border-bottom: 0.15rem solid #fff;
}

.wap-main .toplx .top-box .top-txt-tour {
  position: relative;
  top: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.5rem;
  height: 1.25rem;
  margin-left: 2.25rem;
  padding-left: 0.5rem;
  color: #fff;
  font-size: 0.6rem;
  background-image: linear-gradient(to right, #021236, transparent);
}

/* 国家 */
.wap-main .country {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.wap-main .country .country-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.75rem 0 0;
}

.wap-main .country .country-box .countrt-box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 1.625rem;
  margin-bottom: 0.375rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  background-image: linear-gradient(to right, #0141a2, #2485f8, #0141a2);
  border: 0.1rem solid #c38437;
  border-radius: 0.5rem;
}

.wap-main .country .country-box .countrt-box-item a,
.wap-main .country .country-box .countrt-box-item-two a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.625rem;
}

.wap-main .country .country-box .countrt-box-item-two {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 1.625rem;
  margin-bottom: 0.375rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  background-image: linear-gradient(to right, #018dff, #0eb4ff, #018dff);
  border: 0.1rem solid #c38437;
  border-radius: 0.5rem;
}

/* 姓名 电话 验证码 */
.wap-main .tele-phone {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
}

.wap-main .tele-phone .plan-big-txt {
  color: #03298a;
  font-weight: bold;
  font-size: 1.15rem;
}

.wap-main .tele-phone .plan-small-txt {
  color: #4b4b4b;
  font-size: 0.6rem;
}

.wap-main .tele-phone .tele-phone-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}

.wap-main .tele-phone .tele-phone-box .call-phone-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0 2rem;
  background-color: #f0f0f0;
}

.wap-main .tele-phone .tele-phone-box .call-phone-form .call-phone-form-item {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 15rem;
  height: 1.75rem;
  margin-bottom: 0.625rem;
  padding: 0.05rem 0.5rem;
  color: #2c2c2c;
  font-weight: bold;
  font-size: 0.75rem;
  background-color: #fff;
  border: 0.05rem solid #c9c9c9;
  box-shadow: 0.25rem 0.2rem 0.2rem 0 gray;
}

.wap-main .tele-phone .tele-phone-box .call-phone-form .call-phone-form-item span {
  width: 3rem;
  text-align: left;
}

.wap-main .tele-phone .tele-phone-box .call-phone-form .call-phone-form-item .call-phone-form-item-name {
  width: 6.25rem;
  height: 95%;
  font-size: 0.7rem;
  border: 0.025rem solid #fff;
}

.wap-main .tele-phone .tele-phone-box .call-phone-form .call-phone-form-item .yzm {
  position: relative;
  width: 4.5rem;
  color: #9b9b9b;
  font-size: 0.65rem;
  background-color: #fff;
  border: 0.025rem solid #fff;
}

.wap-main .tele-phone .tele-phone-box .call-phone-form .freedingzhi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 1.75rem;
  color: #feffff;
  font-weight: bold;
  font-size: 0.85rem;
  background: #b7182c;
  border: 0.025rem solid #e44e00;
}

.wap-main .tele-phone .tele-phone-box .t1 {
  position: absolute;
  top: -2.125rem;
  left: 0;
  width: 30%;
  height: auto;
}

.wap-main .tele-phone .tele-phone-box .t1 img {
  width: 100%;
  height: auto;
}

.wap-main .tele-phone .tele-phone-box .t2 {
  position: absolute;
  right: -0.5rem;
  bottom: -1.25rem;
  width: 20%;
}

.wap-main .tele-phone .tele-phone-box .t2 img {
  width: 100%;
  height: auto;
}

/* 品牌实力 */
.wap-main .brand {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
}

.wap-main .brand .brand-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.wap-main .brand .brand-box .brand-box-item:nth-child(odd) {
  width: 8.25rem;
  margin-bottom: 1.25rem;
  color: #6d6d6d;
  font-size: 0.65rem;
  text-align: right;
}

.wap-main .brand .brand-box .brand-box-item:nth-child(even) {
  width: 8.25rem;
  margin-bottom: 1.25rem;
  color: #6d6d6d;
  font-size: 0.65rem;
  text-align: left;
}

.wap-main .brand .brand-box .brand-box-item .item-txt-one {
  color: #282828;
  font-weight: bold;
  font-size: 0.9rem;
}

.wap-main .brand .brand-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}

.wap-main .brand .brand-img img {
  width: 100%;
  height: auto;
}

/* 官方认可 */
/* background-image: linear-gradient(45deg, #01286d, transparent); */
.wap-main .official {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.75rem;
  background-color: #01286d;
}

.wap-main .official .official-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}

.wap-main .official .official-box .swiper-scroll {
  position: relative;
}

.wap-main .official .official-box .in-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wap-main .official .official-box .in-box .ban-img {
  position: relative;
}

.wap-main .official .official-box .in-box .ban-img img {
  width: 100%;
  height: auto;
}

.wap-main .official .official-box .in-box .img-des {
  width: 83%;
  height: auto;
  margin-top: 0.5rem;
  padding: 0.25rem 0;
  color: #feffff;
  font-size: 0.8rem;
  background: linear-gradient(to right, #01327e, #013c8a, #004b97, #01327e);
  border-radius: 75rem;
}

.wap-main .official .official-box .swiper-scroll .swiper-button-next-one {
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 1;
  width: 1rem;
  height: 1.75rem;
  color: #ecfcff;
  font-size: 1.25rem;
  background-image: linear-gradient(to bottom, #0079ee, #0055b2);
  border-radius: 0.5rem;
}

.wap-main .official .official-box .swiper-scroll .swiper-button-prev-one {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1.75rem;
  color: #ecfcff;
  font-size: 1.25rem;
  background-image: linear-gradient(to bottom, #0079ee, #0055b2);
  border-radius: 0.5rem;
}

/* 热门留学国家/地区 */
.wap-main .hotcountry {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #f4f4f4;
}

.wap-main .hotcountry .hotcountry-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.wap-main .hotcountry .hotcountry-box .hotcountry-box-item {
  position: relative;
  width: 5.5rem;
  height: auto;
  color: #fff;
  font-size: 0.4rem;
}

.wap-main .hotcountry .hotcountry-box .hotcountry-box-item .hotcountry-box-item-contry {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.5rem;
  font-weight: bold;
  font-size: 0.65rem;
  background-color: #072f75;
}

.wap-main .hotcountry .hotcountry-box .hotcountry-box-item .hotcountry-box-item-angle {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  z-index: 100;
  width: 0;
  height: 0;
  border: 0.5rem solid;
  border-color: #072f75 transparent transparent;
  transform: translate(-50%, 0);
}

.wap-main .hotcountry .hotcountry-box .hotcountry-box-item .hotcountry-box-item-des {
  display: flex;
  justify-content: center;
  height: 4.25rem;
  padding: 0.875rem 0.5rem;
  color: #333534;
  font-size: 0.65rem;
  background-color: #dee1e8;
}

.wap-main .hotcountry .hotcountry-box .hotcountry-box-item .hotcountry-box-item-goto {
  position: relative;
  top: -0.75rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.125rem;
  font-weight: bold;
  font-size: 0.65rem;
  background: linear-gradient(to right, #c48d28, #f5bf65, #905b25);
  border-radius: 0.45rem 0.45rem 0 0;
}

/* 留学服务流程 */
.wap-main .process {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #fff;
}

.wap-main .process .process-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}

.wap-main .process .process-box .process-line-one {
  position: absolute;
  top: 0.625rem;
  box-sizing: border-box;
  width: 100%;
  height: 7.5rem;
  border: 0.15rem solid #e6ebf1;
  border-left: none;
  border-radius: 0 1.25rem 1.25rem 0;
}

.wap-main .process .process-box .process-line-two {
  position: absolute;
  top: 8.125rem;
  box-sizing: border-box;
  width: 100%;
  height: 7.5rem;
  border: 0.15rem solid #e6ebf1;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 1.25rem;
}

.wap-main .process .process-box .process-in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.wap-main .process .process-box .process-in .process-box-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8.75rem;
  height: 7.5rem;
}

.wap-main .process .process-box .process-in .process-box-item .jiantou {
  position: relative;
  display: flex;
  height: 1.25rem;
}

.wap-main .process .process-box .process-in .process-box-item .jiantou .angle-left {
  position: relative;
  border: 0.625rem solid;
  border-color: #005dff #005dff #005dff transparent;
}

.wap-main .process .process-box .process-in .process-box-item .jiantou .angle-left-two {
  position: relative;
  right: 0.625rem;
  border: 0.625rem solid;
  border-color: #005dff transparent;
}

.wap-main .process .process-box .process-in .process-box-item .jiantou .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 1.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.55rem;
  background: linear-gradient(to right, #005dff, #0088fe, #005dff);
}

.wap-main .process .process-box .process-in .process-box-item .jiantou .angle-right {
  position: relative;
  border: 0.625rem solid;
  border-color: transparent transparent transparent #005dff;
}

.wap-main .process .process-box .process-in .process-box-item .jiantou .angle-right-two {
  position: relative;
  border: 0.625rem solid;
  border-color: transparent #005dff transparent transparent;
}

.wap-main .process .process-box .process-in .process-box-item .title-small {
  width: 100%;
  margin: 0.25rem 0;
  color: #003da8;
  font-weight: bold;
  font-size: 0.65rem;
  text-align: center;
}

.wap-main .process .process-box .process-in .process-box-item .item-bord {
  width: 7.5rem;
  border: 1px solid #bcc9dc;
}

.wap-main .process .process-box .process-in .process-box-item .item-des {
  padding: 0.25rem 0.75rem 0.75rem;
  color: #4d4d4d;
  font-size: 0.6rem;
  text-align: left;
}

.wap-main .process .liuxuebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 1.5rem;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  background: linear-gradient(to right, #c48d28, #f4bc69, #915d24);
  border-radius: 0.875rem;
}

/* 留学导师 */
.box9 {
  height: 18.75rem;
  padding: 0 0.5rem;
  background: url("../image/js-bj.jpg") no-repeat center/100%;
}

.box9 .title2 {
  padding: 1rem 0;
  color: #fff;
  font-size: 1.15rem;
  text-align: center;
}

.box9 .box9-swiper {
  background: #fff;
  border-radius: 0.2rem;
}

.box9 .teacher-list .teacher-item {
  display: flex;
  box-sizing: border-box;
  padding: 1rem 0.6rem 3rem;
}

.box9 .teacher-list .teacher-item .picture {
  width: 6.125rem;
  height: 6rem;
  margin-top: 0.8rem;
}

.box9 .teacher-list .teacher-item .com {
  margin-left: 0.3rem;
}

.box9 .teacher-list .teacher-item .com .name {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  color: #227ef6;
  font-weight: bold;
  font-size: 0.8rem;
}

.box9 .teacher-list .teacher-item .com .name span {
  padding-left: 0.3rem;
  font-size: 0.6rem;
}

.box9 .teacher-list .teacher-item .com .name::before {
  position: absolute;
  bottom: -2px;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.15rem;
  background: #fe9503;
  content: "";
}

.box9 .teacher-list .teacher-item .com p {
  position: relative;
  padding-left: 0.5rem;
  color: #333;
  font-size: 0.55rem;
  line-height: 0.85rem;
}

.box9 .teacher-list .teacher-item .com p::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: #fe9503;
  content: "";
}

.box9 .teacher-list .teacher-item .bottom {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  display: flex;
  justify-content: center;
  width: 15rem;
  transform: translateX(-50%);
}

.box9 .teacher-list .teacher-item .bottom .btn {
  width: 7rem;
  height: 1.5rem;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.2rem;
}

.box9 .teacher-list .teacher-item .bottom .btn.btn1 {
  background: linear-gradient(to right, #4bd4f6, #2caaff);
}

.box9 .teacher-list .teacher-item .bottom .btn.btn2 {
  background: linear-gradient(to right, #ffbd61, #fe9503);
}

.box9 .teacher-pagination {
  display: flex;
  justify-content: space-between;
  margin: 1rem auto;
}

.box9 .teacher-pagination .swiper-pagination-bullet {
  width: 1.85rem;
  height: 1.85rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.6;
}

.box9 .teacher-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.box9 .teacher-pagination .swiper-pagination-bullet:nth-child(1) {
  background-image: url("../image/js-hm1.png");
}

.box9 .teacher-pagination .swiper-pagination-bullet:nth-child(2) {
  background-image: url("../image/js-smc1.png");
}

.box9 .teacher-pagination .swiper-pagination-bullet:nth-child(3) {
  background-image: url("../image/js-ccx1.png");
}

.box9 .teacher-pagination .swiper-pagination-bullet:nth-child(4) {
  background-image: url("../image/js-ym1.png");
}

.box9 .teacher-pagination .swiper-pagination-bullet:nth-child(5) {
  background-image: url("../image/js-lx1.png");
}

.box9 .teacher-pagination .swiper-pagination-bullet:nth-child(6) {
  background-image: url("../image/js-zj1.png");
}

.box9 .teacher-pagination .swiper-pagination-bullet:nth-child(7) {
  background-image: url("../image/js-zz1.png");
}

/* 语言学习+留学服务 多重服务项目 */
.wap-main .abroad {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.wap-main .aboad-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.625rem;
}

.wap-main .aboad-box .aboad-item {
  width: 8.25rem;
  height: auto;
  margin-bottom: 0.5rem;
}

.wap-main .aboad-box .aboad-item .abord-one {
  padding: 0.25rem;
  background-color: #e0e0e2;
}

.wap-main .aboad-box .aboad-item .abord-one img {
  width: 100%;
  height: auto;
}

.wap-main .aboad-box .aboad-item .abord-one .one-title {
  margin-top: 0.25rem;
  padding: 0.25rem;
  color: #fdfffe;
  font-size: 0.7rem;
  background-color: #072f75;
}

.wap-main .aboad-box .aboad-item .abord-two {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0.375rem 0;
  color: #4d4d4d;
  font-size: 0.6rem;
}

.wap-main .aboad-box .aboad-item .abord-three {
  display: flex;
  width: 100%;
  font-weight: bold;
  font-size: 0.65rem;
}

.wap-main .aboad-box .aboad-item .abord-three .three-left {
  width: 5rem;
  height: auto;
  padding: 0.125rem 0.3rem;
  color: #fff;
  background-color: #082f74;
}

.wap-main .aboad-box .aboad-item .abord-three .three-two {
  width: 3.25rem;
  height: auto;
  padding: 0.125rem 0.3rem;
  color: #fff;
  background: linear-gradient(to right, #c48d28, #f5bf65, #905b25);
}

/* 4个项目 */
.wap-main .four-project {
  position: relative;
  width: 100%;
  height: auto;
}

.wap-main .four-project .type-one {
  width: 100%;
  height: auto;
  background: #f4f4f4;
}

.wap-main .four-project .type-one-anthor {
  width: 100%;
  height: auto;
  background: #fff;
}

.wap-main .four-project .type-one .type-one-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 1.25rem;
}

.wap-main .four-project .type-one .type-one-item .item-top-one {
  display: flex;
  justify-content: space-between;
}

.wap-main .four-project .type-one .type-one-item .item-top-one .type-one-left {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.wap-main .four-project .type-one .type-one-item .item-top-one .type-one-left-anth {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.wap-main .four-project .type-one .type-one-item .item-top-one .type-one-left .type-one-left-one {
  margin-top: 0.75rem;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 0.85rem;
}

.wap-main .four-project .type-one .type-one-item .item-top-one .type-one-left .type-one-left-two {
  color: #4d4d4d;
  font-size: 0.6rem;
}

.wap-main .four-project .type-one .type-one-item .item-top-one .type-one-left .type-one-left-three {
  color: #af1c2f;
  font-weight: bold;
  font-size: 0.65rem;
}

.wap-main .four-project .type-one .type-one-item .item-top-one .type-one-right {
  width: 45%;
  height: auto;
}

.wap-main .four-project .type-one .type-one-item .item-top-one .type-one-right img {
  width: 100%;
  height: auto;
}

.wap-main .four-project .type-one .type-one-item .type-one-btn-bottom {
  width: 5.5rem;
  margin-top: 0.25rem;
  padding: 0.25rem 0.8rem;
  color: #fff;
  font-size: 0.65rem;
  text-align: center;
  background: linear-gradient(to right, #035cf8, #0084ff, #035cf8);
  box-shadow: 0.075rem 0.075rem 0.025rem #0084ff;
}

.wap-main .four-project .type-one .type-one-item .type-one-icon {
  position: absolute;
  bottom: -0.75rem;
  width: 10%;
  height: auto;
}

.wap-main .four-project .type-one .type-one-item .type-one-icon img {
  width: 100%;
  height: auto;
}

/* 背景提升+文书 提升软实力为录取加分 */
.wap-main .addfs {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #01286d;
}

.wap-main .addfs .addfs-box {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}

.wap-main .addfs .addfs-box .addfs-box-item {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  padding: 0.75rem 0.3rem;
  text-align: left;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0.15rem 0.15rem 0.05rem #cecece;
}

/* .wap-main .addfs .addfs-box .addfs-box-item .twoceng{width: 100%;height: auto;background-color: #cecece;border-radius: 0.06*2.5rem;position: absolute;top: 0.05*2.5rem;right: -0.05*2.5rem;z-index: 2;}
.wap-main .addfs .addfs-box .addfs-box-item .oneceng{width: 100%;height: auto;background-color: #9da8be;border-radius: 0.06*2.5rem;position: absolute;top: 0.1*2.5rem;right: -0.1*2.5rem;z-index: 1;} */
.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-left .item-left-one {
  color: #5f5f5f;
  font-weight: bold;
  font-size: 0.9rem;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-left .line-bottom {
  width: 10.5rem;
  margin: 0.375rem 0;
  border: 1px solid #e6e6e6;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-left .item-left-two {
  margin-bottom: 0.375rem;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 0.6rem;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-left .item-left-three {
  color: #4d4d4d;
  font-size: 0.6rem;
  line-height: 0.75rem;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-left .item-left-four {
  display: flex;
  margin-top: 0.5rem;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-left .item-left-four .four-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0.5rem;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-left .item-left-four .four-item img {
  width: 20%;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-left .item-left-four .four-item .img-title {
  margin-left: 0.3rem;
  font-size: 0.65rem;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}

.wap-main .addfs .addfs-box .addfs-box-item .addfs-box-item-right img {
  width: 100%;
}

.wap-main .addfs .addfs-box .addfs-box-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 1.5rem;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  background: linear-gradient(to right, #c48d28, #f4bc69, #915d24);
  border-radius: 0.875rem;
}

/* 新航道背景提升项目 */
.wap-main .add-project {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.wap-main .add-project .bt2-contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0.5rem 0 0;
}

.wap-main .add-project .bt2-contain .bt2-contain-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8.25rem;
  height: auto;
  margin-bottom: 0.75rem;
}

.wap-main .add-project .bt2-contain .bt2-contain-item:nth-child(odd) .contain-iten-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.75rem;
  color: #feffff;
  font-weight: bold;
  font-size: 0.7rem;
  background: linear-gradient(to bottom, #005dff, #0083ff, #08f, #005dff);
}

.wap-main .add-project .bt2-contain .bt2-contain-item:nth-child(even) .contain-iten-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.75rem;
  color: #feffff;
  font-weight: bold;
  font-size: 0.7rem;
  background: linear-gradient(to right, #24adfe, #26adff, #26adff);
}

.wap-main .add-project .bt2-contain .bt2-contain-item .contain-iten-top img {
  width: 20%;
  height: auto;
}

.wap-main .add-project .bt2-contain .bt2-contain-item .contain-iten-top .top-title {
  margin-top: 0.175rem;
}

.wap-main .add-project .bt2-contain .bt2-contain-item .contain-iten-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 6.25rem;
  padding-top: 0.25rem;
  background: #f4f4f4;
}

.wap-main .add-project .bt2-contain .bt2-contain-item .contain-iten-bottom ul {
  box-sizing: border-box;
  padding: 0 1.25rem;
  text-align: left;
}

.wap-main .add-project .bt2-contain .bt2-contain-item .contain-iten-bottom ul li {
  width: 100%;
  color: #4d4d4d;
  font-size: 0.6rem;
  list-style-type: disc;
}

.wap-main .add-project .bt2-bt-teo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wap-main .add-project .bt2-bt-teo .bt2-zixun {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  background-color: #072f74;
  border-radius: 0.875rem;
}

.wap-main .add-project .bt2-bt-teo .bt2-dingzhi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  background: linear-gradient(to right, #c48d28, #f4bc69, #915d24);
  border-radius: 0.875rem;
}

/* 新航道国际游学 */
.wap-main .travel {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #f4f4f4;
}

.wap-main .travel .travel-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.wap-main .travel .travel-box .des-more {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0.5rem;
  color: #4d4d4d;
  font-size: 0.65rem;
  text-align: left;
  background-color: white;
  box-shadow: 0.25rem 0.25rem 0.25rem #c0c0c0;
}

/* 部分项目展示 */
.wap-main .travel .in-title {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.5rem 0;
  color: #6d6d6d;
  font-size: 0.65rem;
}

.wap-main .travel .yx-three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.wap-main .travel .yx-three .three-item {
  display: flex;
  flex-direction: column;
  width: 4.25rem;
  height: auto;
  margin-bottom: 0.5rem;
  padding-bottom: 0.375rem;
  color: #4d4d4d;
  font-size: 0.65rem;
  background-color: #fff;
  border-top: 0.375rem solid #0189ff;
}

.wap-main .travel .yx-three .three-item .item-text-one {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  margin: 0.25rem 0;
}

.wap-main .travel .yx-three .three-item .item-text-two {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.875rem;
  margin: 0 0.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.6rem;
  background-color: #0189ff;
}

.wap-main .travel .yx-three .ask-more {
  width: 8.5rem;
  height: 4.625rem;
}

.wap-main .travel .yx-three .ask-more .ask-more-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.375rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  background-image: linear-gradient(to right, #be8220, #f9c16c, #925b25);
}

.wap-main .travel .yx-three .ask-more .ask-more-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.25rem;
  background-image: linear-gradient(to right, #d29b4b, #6e3e16);
}

.wap-main .travel .yx-three .ask-more .ask-more-bottom img {
  width: 70%;
  height: auto;
}

/* 结尾 */
.wap-main .last {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #01103b;
}

.wap-main .last .last-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  color: #fff;
}

.wap-main .last .last-box .last-one {
  margin: 0.75rem 0 0.125rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.wap-main .last .last-box .last-two {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}

.wap-main .last .last-box .last-three {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: auto;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0;
  color: #00409a;
  font-weight: bold;
  border-radius: 0.625rem;
}

.wap-main .last .last-box .last-three img {
  width: 10%;
  height: auto;
}

.wap-main .last .last-box .last-three .last-three-txt {
  margin-left: 0.25rem;
  font-size: 0.55rem;
}

.wap-main .last .last-box .last-four {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.8rem;
}

.wap-main .last .last-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.wap-main .last .last-bg img {
  width: 100%;
  height: auto;
}