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


.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: 165px;
  background: url(../images/fix-div.png) no-repeat;
  background-size: 100% 100%;
}

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

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

.fix-right {
  padding-top: 90px;
  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 div .leav {
  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: #ED2D13 !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: #ED2D13;
  box-shadow: 0px 1px 1px 0px #EE2C0A;
  border-radius: 20px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  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: #fff;
}

.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: 576px;
  background: url(../images/mask.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 50%;
  margin-top: -288px;
  padding: 98px 25px 20px 25px;
}

.mask-concent {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
}

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

.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: 4px;
  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;
}

.ssss1 {
  margin-left: 10px;
}

.mask-item .input select {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
  font-size: 16px !important;
  outline: none;
  margin-left: 10px;
  background-image: url('../images/dialogDown.png');
  background-repeat: no-repeat;
  background-size: 15px 9px;
  color: #333333;
  background-position: 88% center;
}

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

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

.mask-item .input {
  position: relative;
  justify-content: space-between !important;
}

.mask-item #phone-input {
  margin-left: 22px;
}

.mask-item .be::before {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -8px;
  color: #E90000;
  display: block;
  content: '*';
}

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

.pp1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999 !important;
  margin-top: 10px;
  padding-left: 10px;
}

.mask-item .second-code {
  position: absolute;
  width: 94px;
  height: 30px;
  background: #ED2D13;
  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: #ED2D13 !important;
}

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

.mask-div .form-submit-btn {
  width: 370px;
  height: 48px;
  background: #ED2D13;
  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;
}

.one-title {
  /* margin-top: 63px; */
  text-align: center;
}

.one-title span {
  position: relative;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
}

.one-title span b:nth-child(1) {
  background: url(../images/left.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 35px;
  display: block;
  position: absolute;
  left: -80px;
  top: -3px;
}

.one-title span b:nth-child(2) {
  background: url(../images/right.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 35px;
  display: block;
  position: absolute;
  right: -80px;
  top: 21px;
}

.repson,
.teacher,
.rank,
.choose,
.why,
.time,
.question {
  padding-top: 63px;
}

.repson-concent {
  padding-top: 84px;
  margin-bottom: 89px;
}

.repson-concent .wrapper {
  display: flex;
  justify-content: space-between;
  height: 313px;
  align-items: center;
}

.repson-concent .wrapper img {
  width: 496px;
  height: 313px;
  margin-right: 40px;
}

.repson-concent .wrapper div {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.teacher .one-title {
  margin-bottom: 30px;
}

.teacher .one-title span b:nth-child(2) {
  right: -109px !important;
}

.teacher-concent {
  /* background: yellow; */
  /* height: 500px; */
  margin-bottom: 56px;
  background: #FFFFFF;
  /* box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: space-between;
  text-align: justify;
}

.teacher-left {
  width: 690px;
}

.server {
  margin-top: 12px;
  padding-top: 63px;
  padding-bottom: 40px;
  background: url(../images/process.png) no-repeat;
  background-size: 100% 100%;

}

.two-title {
  position: relative;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 50px;
}

.two-title span {
  position: relative;
}

.two-title span b:nth-child(1) {
  background: url(../images/right.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 35px;
  display: block;
  position: absolute;
  right: -80px;
  top: -3px
}

.server-process .wrapper {
  width: 1167px;
  margin: 0 auto;
  padding-left: 42px;
}

.process-item {
  margin-bottom: 40px;
  width: 1128px;
  height: 80px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  display: flex;
  position: relative;
}

.process-item div {
  display: flex;
  align-items: center;
  width: 201px;
  height: 80px;
  background: url(../images/process-item-div.png) no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: space-around;
  padding: 9px 0;
}

.process-item div span:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  font-family: Impact;
  color: #FFFFFF;
}

.process-item div span:nth-child(2) {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.process-item p {
  flex: 1;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 80px;
  padding-left: 30px;
}

.server-btn {
  display: block;
  margin: 0 auto;
  width: 168px;
  height: 45px;
  background: #C4202E linear-gradient(180deg, #FC783A 0%, #F72B2B 100%);
  border-radius: 23px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
}

.process-item::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background: #F72B2B;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -6px;
}

.process-item::after {
  display: block;
  content: '';
  height: 93px;
  position: absolute;
  left: -34px;
  top: 69%;
  border-left: 2px dashed #FC783A;
}

.teacher-right {
  width: 351px;
  height: 400px;
}

.teacher-right img {
  width: 100%;
}

.teacher-name {
  font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 37px;
  margin-bottom: 10px;
}

.teacher-desc {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 25px;
  margin-bottom: 20px;
}

.teacher-con {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.choose-item {
  padding: 24px 11px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  position: relative;
}

.choose-item-concent {
  flex: 1;
}

.choose-item-bg {
  width: 256px;
  height: 192px;
  margin-right: 20px;
}

.choose-item-bg img {
  width: 100%;
  height: 100%;
}

.choose-item-name {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}

.choose-item-div p {
  margin-bottom: 20px;
}

.choose-item-div p:nth-child(3) {
  margin-bottom: 0;
}

.choose-item-span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  float: inherit !important;
  margin-left: 0 !important;
}

.choose-item-ans {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  /* font-weight: 500; */
  color: #666;
  line-height: 22px;
  margin-right: 20px;
}

.choose-item-btn {
  width: 120px;
  height: 38px;
  background: #ED2D13;
  border-radius: 19px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 62px;
}

.rank-concent .wrapper {
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding-bottom: 40px;
}

.rank-top {
  width: 1200px;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(180deg, #FC783A 0%, #F72B2B 100%);
  box-sizing: border-box;
}

.rank-top span {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}

.rank-item span {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 83px;
  color: #333333;
}

.rank-item {
  border-bottom: 1px solid #F0F0F0;
}

.rank-top1 {
  width: 130px;
}

.rank-top2 {
  width: 270px;
}

.rank-top3 {
  width: 140px;
}

.rank-top4 {
  width: 80px;
}

.rank-top5 {
  width: 230px;
}

.rank-top6 {
  width: 329px;
}

.rank-btn {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  width: 168px;
  height: 45px;
  background: #C4202E linear-gradient(180deg, #FC783A 0%, #F72B2B 100%);
  border-radius: 23px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

.time-concent .wrapper {
  position: relative;
}

.time {
  /* background: url(../images/time.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 45px; */
}

.time-div {
  width: 238px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(248, 49, 44, 0.08);
  border-radius: 10px;
}

.time-title {
  padding-left: 15px;
  width: 100%;
  height: 44px;
  background: rgba(241, 148, 138, 0.5);
  border-radius: 10px 10px 0px 0px;
  line-height: 44px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #F72B2B;
}

.time-div div {
  padding: 15px 22px 33px 15px;
}

.time-desc {
  margin-bottom: 10px;
  position: relative;
  padding-left: 9px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.time-desc::before {
  position: absolute;
  width: 5px;
  height: 2px;
  background: #F95132;
  display: block;
  content: '';
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.time-div div .time-desc:nth-last-of-type(1) {
  margin-bottom: 0;
}

.time-div:nth-child(1) {
  margin-top: 130px;
}

.time-div:nth-child(2) {
  margin-left: 191px;
  margin-top: 100px;
}

.time-div:nth-child(3) {
  margin-top: -458px;
  margin-left: 394px;
}

.time-div:nth-child(4) {
  margin-top: 100px;
  margin-left: 571px;
}

.time-div:nth-child(5) {
  margin-top: -500px;
  margin-left: 722px;
}

.time-div:nth-child(6) {
  margin-top: 107px;
  margin-left: 878px;
}

.choose-concent .wrapper {
  height: 1300px;
}

.choose-concent .swiper {
  width: 100%;
  height: 100%;
}

.choose-concent .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.time-concent {
  position: relative;
}

.time-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -54px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  width: 168px;
  height: 45px;
  background: #C4202E linear-gradient(180deg, #FC783A 0%, #F72B2B 100%);
  border-radius: 23px;
  line-height: 45px;
}

.why-item {
  width: 300px;
  height: 270px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.why-item:hover .item-why {
  top: 40px;
}

.why-item-title {
  font-size: 19px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
}

.item-why {
  position: absolute;
  top: 214px;
  left: 0;
  transition: all linear .3s;
  padding: 0 20px;
}

.why-item-desc {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 29px;
}

.why-concent .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.why-btn {
  margin: 0 auto;
  width: 168px;
  height: 45px;
  background: #C4202E linear-gradient(180deg, #FC783A 0%, #F72B2B 100%);
  border-radius: 23px;
  cursor: pointer;
  line-height: 45px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.question .two-title span b:nth-child(1) {
  right: -160px !important;
}

.question {
  background: url(../images/question.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 40px;
}

.question-item {
  padding: 18px 25px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  border-radius: 6px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: inline-block;
}

.question-item:nth-child(1) {
  margin-left: 64px;
}

.question-item:nth-child(2) {
  margin-top: -30px;
  margin-left: 784px;
}

.question-item:nth-child(3) {
  margin-left: 259px;
}

.question-item:nth-child(4) {
  margin-left: 684px;
}

.question-item:nth-child(6) {
  margin-left: 878px;
}

.question-item:nth-child(7) {
  margin-left: 200px;
}

.question-item:nth-child(8) {
  margin-left: 577px;
}

.question-btn {
  margin: 0 auto;
  margin-top: 60px;
  cursor: pointer;
  width: 168px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #C4202E linear-gradient(180deg, #FC783A 0%, #F72B2B 100%);
  border-radius: 23px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.fix-bottom #userName {
  text-indent: 15px !important;
}

#rightNavBox {
  /* width: 140px;
  height: 535px;
  background: url(../images/nav.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  margin-top: -267px;
  left: 10px;
  z-index: 99;
  padding: 29px 15px 19px 15px; */
  width: 120px;
  height: 459px;
  background: url(../images/nav.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  margin-top: -230px;
  left: 10px;
  z-index: 99;
  padding: 15px;
}

.page-link-li {
  width: 100%;
  /* height: 43px; */
  height: 35px;
  text-align: center;
  /* line-height: 43px; */
  line-height: 35px;
  border-radius: 34px;
  background: #fff;
  margin-bottom: 10px;
}

.page-link-li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.page-link-li:hover a {
  color: #ED2D13 !important;
}

.active-page-link-li a {
  color: #ED2D13 !important;
}

.tops {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto;
}

.tops img {
  width: 100%;
}