@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-width: 1200px;
  font-family: 'MicrosoftYaHeiUI';
}

* {
  box-sizing: content-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

body {
  margin: 0 auto;
  padding: 0px;
  min-width: 1200px;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘";
}

div,
ul,
li,
h1,
p,
hr,
form,
input {
  margin: 0;
  padding: 0;
}

table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

a,
input,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  background: none;
  outline: none;
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  border: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.zt-wrap img {
  display: block;
  width: 100%;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.zhaoshan-box {
  word-spacing: 0 !important;
  /* text-align: center; */
}

.zt-wrap {
  position: relative;
}
#app{
  padding-bottom: 1.4rem;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-desc {
  width: 12rem;
  font-size: .2rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  text-shadow: 0px 1px 0px #E30B28;
  position: absolute;
  left: 50%;
  margin-left: -6rem;
  bottom: .2rem;
}

.main-form {
  width: 11.68rem;
  margin: 0 auto;
  height: 3.85rem;
  background: url(../imgs/form.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.main-form-div {
  background: #ff8e67;
  padding-top: .62rem;
  padding-bottom: .77rem;
}

.form-concent {
  display: flex;
  position: absolute;
  top: 1.5rem;
  left: 1.64rem;
  width: 7.81rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-item,
.form-submit-btn {
  width: 3.5rem;
  height: .56rem;
  border: 1px solid #666666;
  border-radius: .04rem;
  box-sizing: border-box;
  margin-bottom: .24rem;
  padding: 0 .1rem 0 .18rem;
  display: flex;
  align-items: center;
  position: relative;
}

.form-item label {
  font-size: .16rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #666666;
}

.form-item-input {
  flex: 1;
  position: relative;
}

.form-item-input input {
  width: 100%;
  height: 100%;
  position: relative;
}

.form-submit-btn {
  background: url(../imgs/form-submit-btn.png) no-repeat;
  background-size: 100% 100%;
  border: 0 !important;
  cursor: pointer;
}

.yz-code,
.second-code {
  width: 1.1rem;
  height: .3rem;
  background: #FFCCCC;
  border-radius: 4px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  position: absolute;
  right: 0;
  top: -.05rem;
  font-size: .16rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #F73B3C;
  line-height: .3rem;
}

#intentionCountry {
  width: 100%;
  height: 100%;
  border: 0;
  border: none;
  outline: none;

}

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

.bbbb {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: .08rem solid transparent;
  border-right: .08rem solid transparent;
  border-top: .09rem solid #F73B3C;
  right: 0;
  top: 0.1rem;
  /* cursor: pointer; */
}

.tost-div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 9;
}
.closed{
  width: .33rem !important;
  height: .33rem !important;
  cursor: pointer;
  position: absolute;
  right: -.66rem;
  top: -.66rem;
}
.tost-div div{
  width: 4.06rem;
  position: fixed;
  height: 2.39rem;
  top: 50%;
  left: 50%;
  margin-left:-2.03rem ;
  margin-top:-1.195rem ;
  width: 3rem;
}
.tost-div  img{
  width: 100%;
}
.main-concent {
  padding: .63rem 0 .71rem 0;
  background: #F7784D;
}

.main-concent-title {
  font-size: .46rem;
  line-height: .47rem !important;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: .15rem;
}

.main-concent-SecondTitle {
  font-size: .3rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: .8rem;
  line-height: .32rem;
}

.main-tab {
  border-radius: .05rem;
  outline: none;
  margin: 0 auto;
  /* width: 11.69rem; */
  width: 11.3rem;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  margin-bottom: .55rem;
}

.main-tab-item {
  width: 2.08rem;
  height: .9rem;
  text-align: center;
  line-height: .9rem;
  font-size: .38rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  border-radius: .05rem;
  position: relative;
  z-index: 2;
  position: relative;
}

.main-tab-item-active {
  background: #F23B23;
  color: #FFFFFF !important;
}

.main-school {
  margin: 0 auto;
  width: 11.69rem;
  height: 18.3rem;
}

.main-school .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

.main-school .swiper-container-active {
  display: block !important;
}

.main-school .swiper-wrapper {
  flex-direction: column;
}

.main-school .swiper-slide {
  height: 8.41rem;
  margin-bottom: 1rem;
  display: flex;
}

.main-school .swiper-slide .sclool:nth-child(1) {
  margin-right: .35rem;
}

.sclool {
  width: 5.57rem;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.main-concent .swiper-scrollbar {
  background: inherit !important;
}

.main-concent .swiper-scrollbar-drag {
  background: #FFFFFF !important;
  opacity: 0.55 !important;
  border-radius: 7px !important;
}

.sclool-top-img {
  display: block;
  width: 1.26rem;
  height: 1.01rem;
  margin-right: .6rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.sclool-top-name {
  font-size: .3rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
  line-height: .35rem;
}

.sclool-top {
  padding: .09rem 0 .07rem .3rem;
  width: 4.77rem;
  height: 1.17rem;
  background: #FFFFFF;
  border-radius: 0px 0px .5rem 0px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.sclool-bottom {
  margin-top: .585rem;
  height: 7.33rem;
  width: 100%;
  background: #F23B23;
  border-radius: 0px 0px 20px 0px;
  padding: 0.925rem .3rem 0 .3rem;
  position: relative;
}

.sclool-bottom-title {
  font-size: .24rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: .27rem;
  margin-bottom: .1rem;
}

.sclool-bottom-desc {
  font-size: .16rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .28rem;
  margin-bottom: .18rem;
}

.sclool-bottom-title span {
  font-size: .32rem;
  color: #FFE38D;
  font-weight: bold;
}

.sclool-bottom-btn {
  display: block;
  width: 2.97rem;
  height: .76rem;
  background: url(../imgs/sclool-bottom-btn.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -1.485rem;
  bottom: -0.38rem;
}

.main-school .swiper-slide:last-child {
  margin-bottom: 0 !important;
}

.sclool-bottom-imgs {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-bottom: .41rem;
}

.sclool-bottom-imgs::after {
  content: '';
  flex: 1;
}
.no-after::after{
  border-top: inherit !important;
}
.sclool-bottom-imgs span {
  display: block;
  width: 1.19rem;
  height: .54rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: .1rem;
  margin-right: .07rem;
}

.sclool-bottom-imgs span:nth-child(4n) {
  margin-right: 0 !important;
}
.sclool-bottom-titles {
  margin-bottom: .37rem;
}

.sclool-bottom-descs {
  font-size: .22rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #FFE38D;
  line-height: .35rem;
  margin-top: .05rem;
}

.main-offer {
  padding: .61rem 0 1.39rem 0;
  background: #ff8e67
}

.main-offer-title {
  font-size: .46rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: .15rem;
  line-height: .46rem;
}

.main-offer-secondtitle {
  font-size: .3rem;
  text-align: center;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .3rem;
  margin-bottom: .41rem;
}

.second-tab {
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: calc(-1.8rem - 2px);
  box-sizing: border-box;
  border: 1px solid #cccccc;
  display: none;
}

.second-tab span {
  display: block;
  width: 2.08rem;
  height: 0.9rem;
  text-align: center;
  line-height: .9rem;
  font-size: .38rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.second-tab span:first-child {
  border-bottom: 1px solid #cccccc;
}

.main-offer-item {
  margin: 0 auto;
  width: 11.69rem;
  display: none;
  /* overflow: hidden; */
  height: 100%;
  position: relative;
}

.main-offer-item-active {
  display: block !important;
}

.main-offer-concent .swiper {
  height: 100% !important;
}

.main-offer-concent {
  height: 5rem;
  margin: 0 auto;
  width: 11.69rem;
}

.offer-box-lists {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.offer-item {
  height: 100%;
  width: 3.639rem;
  position: relative;
}
.offer-item img {
  height: 100%;
  width: 100%;
}
.offer-num {
  display: inline-block;
  background: #e01729;
  padding: 0 0.1rem;
  height: 0.31rem;
  position: absolute;
  line-height: .31rem;
  font-size: .16rem;
  color: #fff;
  font-weight: bold;
  right: 0;
  top: 0.98rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.offer-top {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.39rem;
  background: url(../imgs/offer-top.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-size: .28rem;
  font-weight: bold;
  padding: 0.2rem 0;
  color: #fff;
}
.offer-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1.8rem;
  background: #e01729;
  padding: 0.1rem 0.21rem;
  color: #fff;
  display: none;
}
.bottom-name {
  font-size: .16rem;
  margin-bottom: 0.04rem;
}
.bottom-school {
  font-size: .22rem;
  font-weight: bold;
  margin-bottom: 0.04rem;
}
.bottom-desc {
  font-size: .14rem;
}
.main-offer .swiper-pagination{
  bottom: -.53rem !important;
  width: 100% !important;
}
.main-offer .swiper-pagination .swiper-pagination-bullet-active{
 
  background: #fff !important;
}
.main-offer .swiper-pagination span {
  margin: 0 .07rem !important;
}
.main-offer .swiper-pagination-bullet{
  width: .18rem !important;
  height: .18rem !important;
  border-radius: 50%;
  border: 2px solid #fff !important;
  opacity: 1 !important;
  background: inherit !important;
}
.main-offer .swiper-button-next, .main-offer .swiper-button-prev{
  color: #fff !important;
}
.main-offer .swiper-button-next{
  right: -1rem !important;
}
.main-offer .swiper-button-prev{
  left: -1rem !important;
}
.fixed-bottom{
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.4rem;
  background: url(../imgs/bottom.png) no-repeat;
  background-size: 100% 100%;
}
.to-form-btn{
  position: absolute;
  width: 2.46rem;
  height: .69rem;
  background: url(../imgs/to-form.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  top: .39rem;
  left: 11.6rem;
}
.to-top {
  width: 150px;
  height: 54px;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -27px;
  z-index: 2;
}

.to-top img {
  width: 100%;
}
.main-tab-item:nth-child(5)::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.09rem solid #999;
  right: 50%;
  margin-right: -.04rem;
  bottom: 0.07rem;
  cursor: pointer;
}
.xieyi-form-item {
  position: absolute;
  top: 3.05rem;
  font-size: .16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: .22rem;
  left:0;
  width: 100%;
  text-align: center;
}
.agree-policy {
  display: none;
}
.xieyi-form-item a {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F55D3A;
  line-height: .22rem;
}
.agree-policy + label::before {
  content: '';
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
  border-radius: 0% !important;
  background-image: url(../imgs/unchecked.png);
  background-size: 100%;
  background-repeat: no-repeat;
  /* margin-right: 4px; */
  vertical-align: text-bottom;
  cursor: pointer;
  padding: 0 !important;
  /* margin-bottom: 2px; */
}
.agree-policy:checked + label::before {
  padding: 0 !important;
  display: inline-block;
  content: '';
  width: 15px !important;
  height: 15px !important;
  background-image: url("../imgs/checked.png");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  border: 0 !important;
  border-radius: 0% !important;
  cursor: pointer;
  /* margin-bottom: 2px; */
}
.fixedTab {
  position: fixed;
  top: 0;
  z-index: 11;
  left: 0;
  right: 0;
}
.pppps{
  font-size: .22rem;
  color: #fff;
  margin-top: .37rem;
  font-weight: bold;
  line-height: .35rem !important;
}