@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;
  width: 100%;
}

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

select {                                            
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: 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;
}

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

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  position: relative;
}

.banner .wrapper {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
  bottom: 0;
}

.banner .wrapper div {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.banner .wrapper span {
  font-size: 40px;
  font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
  font-weight: bold;
  color: #ffffff;
  line-height: 82px;
  position: absolute;
  left: 150px;
  bottom: 47px;
}

.introduction-concent .wrapper {
  display: flex;
}

.introduction-concent {
  padding: 30px 0 24px 0;
}

.introduction-concent .introduction-left {
  margin-right: 46px;
  width: 580px;
}

.introduction-concent .introduction-right {
  flex: 1;
}

.left-title {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}

.left-title-second {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin-bottom: 20px;
}

.left-p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

.introduction-btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.introduction-btns span:first-child {
  margin-right: 60px;
}

.introduction-btns span {
  display: block;
  width: 140px;
  height: 40px;
  background: #c4202e;
  border-radius: 40px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.recommended-concent {
  background: #f7f7f7;
  padding-top: 30px;
}

.recommended-title {
  text-align: center;
  margin-bottom: 25px;
}

.recommended-title span {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 3px;
  position: relative;
}

.recommended-title span::before {
  position: absolute;
  left: -13px;
  top: 17px;
  width: 4px;
  height: 4px;
  background: #333333;
  display: block;
  content: '';
  border-radius: 50%;
}

.recommended-title span::after {
  position: absolute;
  right: -13px;
  top: 17px;
  width: 4px;
  height: 4px;
  background: #333333;
  display: block;
  content: '';
  border-radius: 50%;
}

.recommended-title-second {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin-bottom: 30px;
}

.recommended-list .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .recommended-list .wrapper div {
  width: 374px;
  height: 255px;
  margin-bottom: 34px;
  cursor: pointer;
} */

.cost-concent {
  padding: 30px 0;
}

.recommended-table-middle {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.recommended-table {
  border-radius: 8px;
  overflow: hidden;
}

.recommended-table-top {
  background: #c4202e;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.recommended-table-top .table-item {
  width: 238px;
  text-align: center;
  height: 74px;
  line-height: 74px;
  background: #c4202e;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}

.table-item:first-child .item {
  height: 62px;
  line-height: 62px;
  width: 100%;
  padding-left: 36px;
  background: #f6eff0;
  margin-bottom: 1px;
}

.recommended-table-middle .table-item {
  width: 238px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.table-item:nth-child(2) .item:nth-child(1) {
  height: 314px;
  background: #f6eff0;
  line-height: 314px;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(2) .item:nth-child(2) {
  height: 250px;
  background: #f4e5e7;
  line-height: 250px;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(4) .item:nth-child(1) {
  height: 124px;
  background: #f6eff0;
  line-height: 124px;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(4) .item:nth-child(2) {
  height: 125px;
  background: #f6eff0;
  line-height: 125px;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(4) .item:nth-child(3) {
  height: 63px;
  background: #f6eff0;
  line-height: 63px;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(4) .item:nth-child(4) {
  height: 187px;
  background: #f4e5e7;
  line-height: 187px;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(4) .item:nth-child(5) {
  height: 62px;
  background: #f4e5e7;
  line-height: 62px;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(5) .item:nth-child(1) {
  height: 314px;
  background: #f6eff0;
  line-height: 314px;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(5) .item:nth-child(2) {
  height: 250px;
  line-height: 250px;
  background: #f4e5e7;
  text-align: center;
}

.table-item:first-child .item:nth-child(6),
.table-item:first-child .item:nth-child(7),
.table-item:first-child .item:nth-child(8),
.table-item:first-child .item:nth-child(9) {
  background: #f4e5e7;
}

.table-item:nth-child(3) .item:nth-child(1) {
  height: 314px;
  line-height: 314px;
  background: #f6eff0;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(3) .item:nth-child(2) {
  height: 250px;
  line-height: 250px;
  background: #f4e5e7;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(3) .item:nth-child(3) {
  height: 125px;
  line-height: 125px;
  background: #f6eff0;
  text-align: center;
  margin-bottom: 1px;
}

.table-item:nth-child(3) .item:nth-child(4) {
  height: 188px;
  line-height: 188px;
  background: #f4e5e7;
  text-align: center;
}

.table-item:nth-child(5) .item:nth-child(1),
.table-item:nth-child(5) .item:nth-child(2) {
  line-height: normal !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table-item:nth-child(5) .item span {
  display: block;
  text-align: left;
}

.table-item:nth-child(5) .item p {
  margin-bottom: 20px;
}

.recommended-table-bottom {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  background: #eeeeee;
}

.teacher-concent {
  padding-top: 30px;
  margin-bottom: 30px;
  /* padding-bottom: 28px; */
}

.teacher-list {
  display: flex;
  justify-content: space-between;
}

.teacher-list .item {
  width: 190px;
  height: 260px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  position: relative;
  overflow: hidden;
}

.item-concent {
  position: absolute;
  height: 83px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  left: 0;
  bottom: -34px;
  transition: all linear .1s;
  right: 0;
  padding: 12px 9px;
}

.item-concent .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: none;
  border-bottom: none;
}

.item-concent .btn {
  display: block;
  width: 74px;
  height: 26px;
  background: #c4202e;
  border-radius: 4px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.item-concent .name {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.item-concent .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.teacher-list .item:hover .item-concent {
  bottom: 0 !important;
}

.advantage-concent {
  padding-bottom: 35px;
}

.advantage-concent .wrapper div {
  width: 100%;
  height: 200px;
  padding-top: 40px;
  background: url(../images/advantage.png) no-repeat;
  background-size: 100%;
}

.advantage-concent .title {
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 20px;
}

.advantage-concent .title-en {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  margin-bottom: 20px;
}

.advantage-concent .desc {
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 3px;
}

.fix-div {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 197px;
  background: rgba(0, 0, 0, 0.8);
}

.fix-div .wrapper {
  padding-left: 21px;
  display: flex;
}

.fix-left {
  width: 218px;
  height: 178px;
  margin-top: -13px;
  margin-right: 29px;
}

.fix-right {
  padding-top: 30px;
  flex: 1;
}

.fix-right .title {
  width: 629px;
  height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 45px;
  margin-bottom: 20px;
}

.fix-right .title span {
  color: #f6371c !important;
}

.fix-form div {
  position: relative;
}

.fix-form {
  position: relative;
  display: flex;
  justify-content: space-between;
}

select {
  border: solid 1px #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 14px;
}

.div-icon {
  display: block;
  position: absolute;
  left: 14px;
  top: 11px;
  width: 16px;
  height: 16px;
}

.fix-form input {
  width: 190px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  text-indent: 43px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 40px;
}

.fix-form div .intentionCountry {
  width: 190px;
  height: 40px;
  line-height: 40px !important;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px !important;
  padding-left: 43px;
  border: none;

  background-image: url('../images/bottomDown.png');
  background-position: 90% center;
  background-size: 11px 14px;
  background-repeat: no-repeat;
}

.fix-form .yz-code,
.fix-form .second-code {
  font-size: 12px !important;
  top: 8px !important;
  height: 25px !important;
  line-height: 25px;
  width: 100px !important;
  background: #e4281d !important;
  cursor: pointer;
  flex: 1;
  text-align: center;
  position: absolute;
  right: 12px;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #fff;
  border-radius: 16px;
}

.specia input {
  text-indent: 15px;
}

.fix-form .form-submit-btn {
  width: 132px;
  height: 40px;
  background: linear-gradient(180deg, #ff715c 0%, #ff291c 100%);
  border-radius: 22px;
  border: 2px solid #ffbb86;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

.fix-bottom .xieyi-form-item {
  margin-top: 12px;
  color: #fff;
}

.agree-policy {
  display: none;
}

.xieyi-form-item label {
  font-size: 12px !important;
}

.agree-policy + label::before {
  content: '';
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
  border-radius: 0% !important;
  background-image: url(../images/unchecked1.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("../images/checked1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  border: 0 !important;
  border-radius: 0% !important;
  cursor: pointer;
  margin-bottom: 1px;
}

.fix-bottom .xieyi-form-item a {
  color: #f6371c;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .85);
  display: none;
}

.mask-div {
  width: 450px;
  height: 512px;
  background: #ffffff;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 50%;
  margin-top: -256px;
  padding: 30px 40px 20px 40px;
}

.mask-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  left: 420px;
  top: -45px;
}

.mask-title {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
  line-height: 31px;
  text-align: center;
  margin-bottom: 7px;
}

.mask-item {
  margin-bottom: 15px;
}

.mask-item p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 10px;
}

.mask-item .input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  outline: none;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.mask-item .input img {
}

.mask-item:nth-child(1) .input img {
  width: 14px;
  height: 16px;
}

.mask-item:nth-child(2) .input img {
  width: 16px;
  height: 16px;
}

.mask-item:nth-child(3) .input img {
  width: 15px;
  height: 16px;
}

.mask-item .input input {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.mask-item .input select {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
  outline: none;
  margin-left: 10px;
  background-image: url('../images/dialogDown.png');
  background-repeat: no-repeat;
  background-size: 11px 14px;
  background-position: 93% center;
}

.mask-item:nth-child(4) .input {
  width: 100% !important;
}

.mask-item:nth-child(4) .input input {
  margin-left: 0;
}

.mask-item .yz-code {
  position: absolute;
  width: 94px;
  height: 30px;
  background: #e4281d;
  border-radius: 16px;
  top: 5px;
  right: 5px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}

.mask-item .second-code {
  position: absolute;
  width: 94px;
  height: 30px;
  background: #e4281d;
  border-radius: 16px;
  top: 5px;
  right: 5px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}

.mask-div .agree-policy + label::before {
  background-image: url(../images/unchecked.png) !important;
  margin-top: 0;
  margin-bottom: 0;
  width: 22px !important;
  height: 22px !important;
  background-size: 100% 100%;
  margin-right: 5px !important;
}

.mask-div .agree-policy:checked + label::before {
  margin-top: 0;
  background-image: url("../images/checked.png") !important;
  margin-bottom: 0;
  width: 22px !important;
  height: 22px !important;
  margin-right: 5px !important;
  background-size: 100% 100%;
}

.mask-div .xieyi-form-item label {
  font-size: 14px !important;
  font-family: MicrosoftYaHei !important;
  color: #000000 !important;
  line-height: 19px !important;
}

.mask-div .xieyi-form-item label a {
  color: #e4281d !important;
}

.mask-div .xieyi-form-item {
  margin-bottom: 21px !important;
}

.mask-div .form-submit-btn {
  width: 370px;
  height: 48px;
  background: #e4281d;
  border-radius: 8px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  line-height: 48px;
}

.success-concent-box {
  position: fixed;
  width: 300px;
  height: 80px;
  color: #fff;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -150px;
  background: rgba(0, 0, 0, .85);
  border-radius: 10px;
  display: none;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
}

.success-concent-active {
  display: flex !important;
}

.success-concent-box p {
  font-size: 20px;
}

.recommendedItem {
  width: 374px;
  height: 255px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}

.recommendedText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommendedText span {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.recommendedText i {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  margin-right: 5px;
}

.fix-bottom .fixBottomClose {
  width: 33px;
  height: 33px;
  position: absolute;
  background-image: url('../images/closed.png');
  background-size: 100% 100%;
  position: absolute;
  top: -25%;
  left: 87%;
  cursor: pointer;
}