@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; */
  margin-top: -1px;
}

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

.input-item input {
  width: 100% !important;
  height: 100% !important;
}

.chosen-search {
  display: none !important;
}

.chosen-container-single .chosen-single {
  height: .36rem !important;
  line-height: .36rem !important;
  border: 0 !important;
}

.all-desc {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #c10000;
}

.all-num {
  font-size: 42px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #9c191e;
  line-height: 44px;
  margin-top: 80px;
  text-align: center;
  padding-left: 10px;
}

.all-page-ul {
  width: 100%;
  background: linear-gradient(143deg, #ffd7af 0%, #e8b889 100%);
}

.all-page-ul ul {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.all-page-ul li {
  padding: 18px 24px;
  font-size: 18px !important;
  cursor: pointer;
  font-weight: bold;
  color: #c90000;
}

.all-page-li-active {
  background: #b3071b !important;
  color: #f1c599 !important;
}

.admission-page {
  padding-top: 44px;
  padding-bottom: 93px;
  background: url(../imgs/form-bg.png) no-repeat;
  background-size: 100% 100%;
}

.admission-page-item {
  /* display: none; */
  width: 1200px;
  margin: 0 auto;
}

.body-item {
  display: none;
}

.admission-page-item-active {
  display: block !important;
}

.admission-page .item-title {
  text-align: center;
  font-size: 36px;
  font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
  font-weight: 500;
  color: #ffd5ad;
  line-height: 70px;
  margin-bottom: 26px;
}

.admission-page .item-title span {
  position: relative;
}

.admission-page .item-title span::before {
  position: absolute;
  content: '';
  display: block;
  left: -60px;
  top: -11px;
  width: 40px;
  height: 70px;
  background: url(../imgs/left.png) no-repeat;
  background-size: 100%;
}

.admission-page .item-title span::after {
  position: absolute;
  content: '';
  display: block;
  right: -60px;
  top: -11px;
  width: 40px;
  height: 70px;
  background: url(../imgs/right.png) no-repeat;
  background-size: 100%;
}

.item-form {
  width: 1200px;
  /* height: ; */
}

.item-form-top {
  height: 70px;
  background: linear-gradient(143deg, #ffd7af 0%, #e8b889 100%);
  border-radius: 30px 30px 0px 0px;
}

.item-form-concent {
  width: 100%;
  height: 735px;
  border-radius: 0px 0px 8px 8px;
  overflow-y: scroll;
}

.item-form-top {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #b3071b;
  display: flex;
  align-items: center;
}

.item-form-top .item-form-top-rank,
.item-form-top .item-form-top-name,
.item-form-top .item-form-top-num,
.item-form-top .item-form-top-profe {
  width: 25%;
  text-align: center;
}

.item-all {
  height: 92px;
  display: flex;
  background: #f6eff0;
}

.item-all .item-form-concent-div:nth-child(4) span {
  margin-bottom: 0 !important;
}

.item-form-concent-div {
  width: 25%;
  line-height: 92px;
  text-align: center;
}

.special1 span:last-child {
  color: #333 !important;
  /* font-weight: 600 !important; */
}

.special1 span {
  /* font-weight: 600 !important; */
}

.special {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 22px 0;
}

.special span {
  display: block;
}

.special span:first-child {
  margin-bottom: 6px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

.special span:last-child {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.item-form-concent .item-form-concent-div:nth-child(1) {
  font-size: 20px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 600;
  color: #c4202e !important;
}

.item-form-concent .item-form-concent-div:nth-child(3) {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.item-form-concent .item-form-concent-div:nth-child(4) {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  /* font-weight: 600; */
  color: #333333;
}

.item-form-concent .item-all:nth-child(1) .item-form-concent-div:nth-child(1),
.item-form-concent .item-all:nth-child(2) .item-form-concent-div:nth-child(1),
.item-form-concent .item-all:nth-child(3) .item-form-concent-div:nth-child(1) {
  color: #c4202e !important;
}

.good-new {
  padding: 69px 0 92px 0;
}

.GoodnewsTitleSecond {
  font-size: 18px;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  line-height: initial !important;
  /* margin-top: -43px; */
}

.good-new .item-title,
.no-change .item-title {
  text-align: center;
  font-size: 36px;
  font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
  font-weight: 500;
  color: #333;
  margin-bottom: 26px;
}

.good-new .item-title .div,
.no-change .item-title .div {
  position: relative;
  display: inline-block;
}

.good-new .item-title .div span,
.no-change .item-title .div span {
  position: relative;
}

.good-new .item-title .div::before,
.no-change .item-title .div::before {
  position: absolute;
  content: '';
  display: block;
  left: -60px;
  top: -11px;
  width: 40px;
  height: 70px;
  background: url(../imgs/left.png) no-repeat;
  background-size: 100%;
}

.good-new .item-title .div::after,
.no-change .item-title .div::after {
  position: absolute;
  content: '';
  display: block;
  right: -60px;
  top: -11px;
  width: 40px;
  height: 70px;
  background: url(../imgs/right.png) no-repeat;
  background-size: 100%;
}

.good-new .item-title .div div,
.no-change .item-title .div div {
  display: flex;
  flex-direction: column;
  margin-top: -14px;
}

.good-new-swiper {
  width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 292px !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.good-new .swiper-button-prev,
.good-new .swiper-button-next {
  background: url(../imgs/right1.png) no-repeat;
  background-size: 100% 100% !important;
  width: 34px !important;
  height: 34px !important;
  top: 500px !important;
}

.good-new .swiper-button-next {
  right: 43% !important;
}

.good-new .swiper-button-prev {
  transform: rotate(180deg);
  left: 43% !important;
}

.good-new .swiper {
  overflow: hidden;
}

.no-change {
  background: url(../imgs/bg3.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 37px;
  position: relative;
}

.no-change .div div {
  color: #fff;
}

.no-change .GoodnewsTitleSecond {
  color: #fff;
}

.mySwiper9 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
}

.swiper9-item {
  background: #fff;
  /* box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.06); */
  border-radius: 2px;
  text-align: left;
  width: 100%;
}

.swiper9-item p {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  margin-bottom: 7px;
}

.swiper9-item li {
  position: relative;
  text-indent: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-bottom: 1px;
}

.swiper9-item li::before {
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  content: '';
  left: 0;
  top: 8px;
  transform: translate(-50%, 0);
  background: #3879f0;
}

.swiper9-item span {
  cursor: pointer;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 17px;
  position: relative;
}

.swiper9-item span::after {
  display: block;
  content: "";
  position: absolute;
  right: -18px;
  width: 14px;
  height: 14px;
  background: url(../imgs/right2.png) no-repeat;
  background-size: cover;
  top: 50%;
  transform: translate(0, -50%);
}

.swiper-button-next9 {
  position: absolute;
  width: 34px;
  height: 34px;
  bottom: 3%;
  margin-top: 17px;
  left: 45%;
  background: url(../imgs/right3.png) no-repeat;
  transform: rotate(180deg);
  background-size: 100% 100%;
  cursor: pointer;
}

.swiper-button-prev9 {
  position: absolute;
  width: 34px;
  height: 34px;
  bottom: 3%;
  margin-top: 17px;
  right: 45%;
  background: url(../imgs/right3.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.mySwiper9 .swiper-slide {
  /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06); */
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 21px 30px;
  height: 192px;
}

.high-end .admission-page .item-title {
  text-align: center;
  font-size: 36px;
  font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
  font-weight: 500;
  color: #ffd5ad;
  line-height: 70px;
  margin-bottom: 26px;
}

.high-end .item-title span {
  position: relative;
  font-size: 36px;
  font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
}

.high-end .item-title span::before {
  position: absolute;
  content: '';
  display: block;
  left: -60px;
  top: -11px;
  width: 40px;
  height: 70px;
  background: url(../imgs/left.png) no-repeat;
  background-size: 100%;
}

.high-end .item-title span::after {
  position: absolute;
  content: '';
  display: block;
  right: -60px;
  top: -11px;
  width: 40px;
  height: 70px;
  background: url(../imgs/right.png) no-repeat;
  background-size: 100%;
}

.high-end {
  padding-top: 111px;
}

.high-end .admission-page-item {
  text-align: center;
}

.high-concent {
  padding: 30px 40px;
  background: linear-gradient(360deg, #ffffff 0%, #f4f5f7 100%);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  width: 1200px;
  margin: 0 auto;
  margin-top: 23px;
}

.high-concent h5 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  text-align: center;
}

.high-concent h6 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 25px;
}

.high-concent h6 span,
.teamAdvantage h6 span {
  position: relative;
  z-index: 1;
}

.high-concent h6 span::before,
.teamAdvantage h6 span::before {
  position: absolute;
  width: 50px;
  height: 39px;
  top: -13px;
  left: -25px;
  background: url(../imgs/bg.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: '';
  z-index: -1;
}

.high-concent p,
.teamAdvantage p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}

.teamAdvantage {
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 89px;
  padding-top: 31px;
  background: linear-gradient(360deg, #ffffff 0%, #f4f5f7 100%);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
}

.teamAdvantage h5 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 9px;
  text-align: center;
}

.teamAdvantage h6 {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: center;
  margin-bottom: 24px;
}

.teamAdvantage .p0 {
  padding-bottom: 50px;
}

.teamAdvantage-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teamAdvantage-tab-item {
  width: 555px;
  height: 215px;
  margin-bottom: 30px;
  position: relative;
  /* padding: 24px  0 26px 0 ; */
}

.teamAdvantage-tab-item .bg {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.teamAdvantage-tab-item-concent .p1 {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 9px;
}

.teamAdvantage-tab-item-concent .p2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.teamAdvantage-tab-item-concent {
  display: none;
  z-index: 1;
  position: absolute;
  top: 52px;
  left: 0;
}

.teamAdvantage-tab-item-concent .bg img {
  width: 100%;
}

.teamAdvantage-tab-item:hover .teamAdvantage-tab-item-concent {
  display: block !important;
}

.teamAdvantage-tab-item:hover .bg {
  display: none !important;
}

.service {
  padding: 60px 0 100px 0;
  position: relative;
}

.service h5 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-bottom: 9px;
  text-align: center;
}

.service h6 {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 25px;
  /* margin-bottom: 43px; */
}

.service-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 43px;
}

.mySwiper .swiper-slide {
  padding: 30px;
  width: 277px !important;
  height: 332px;
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-right: 30px;
  position: relative;
  flex-direction: column;
  text-align: left;
  display: block !important;
}

.mySwiper .swiper-slide p {
  width: 100%;
}

.mySwiper .swiper-slide::before {
  position: absolute;
  height: 6px;
  background: rgba(196, 32, 46, 0.15);
  display: block;
  content: '';
  top: -6px;
  left: 0;
  right: -30px;
}

.mySwiper .swiper-slide::after {
  position: absolute;
  height: 34px;
  width: 34px;
  background: rgba(196, 32, 46, 0.15);
  display: block;
  content: '';
  top: -23px;
  left: 50%;
  margin-left: -17px;
  background: url(../imgs/i.png) no-repeat;
  background-size: 100% 100%;
}

.mySwiper .swiper-slide:first-child::before {
  left: 50%;
}

.mySwiper .swiper-slide:last-child::before {
  right: 50%;
}

.swiper-slide-num {
  font-size: 48px;
  font-family: Roboto-BoldItalic, Roboto;
  font-weight: normal;
  color: #cccccc;
  line-height: 57px;
  margin-bottom: 4px;
}

.swiper-slide-titles {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 28px;
}

.swiper-slide-descc {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.swiper-button-next10,
.swiper-button-prev10 {
  background: url(../imgs/right1.png) no-repeat;
  background-size: 100% 100% !important;
  width: 34px !important;
  height: 34px !important;
  position: absolute;
  bottom: 40px !important;
}

.swiper-button-next10 {
  right: 45%;
}

.swiper-button-prev10 {
  transform: rotate(180deg);
  left: 45%;
}

.swiper-button-disabled {
  opacity: .5 !important;
}

.alllll {
  background: url(../imgs/bg4.png) no-repeat;
  background-size: cover;
}

.form-div {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 10;
}

.form-div img {
  width: 100%;
}

.close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.form-div-concent {
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  top: 0;
  bottom: 0;
  position: absolute;
}

.form-table {
  position: absolute;
  top: 65%;
  left: 23%;
  width: 77%;
  display: flex;
  justify-content: space-between;
}

.input-item,
.form-item {
  overflow: hidden;
  width: 20%;
  height: 30px;
  background: #ffffff;
  border-radius: 20px;
  line-height: 30px;
  position: relative;
}

.sumint-btn {
  width: 110px;
  height: 30px;
  background: #e4281d;
  box-shadow: 0px 1px 1px 0px #ee2c0a;
  border-radius: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.input-item i,
.form-item i {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -16px;
}

.input-item i img,
.form-item i img,
.form-item b img {
  width: 100%;
  height: 100%;
}

.input-item input {
  text-indent: 40px;
  font-size: 14px;
}

.form-item select {
  margin-left: 40px;
  width: 125px;
  border: 0;
  border: none;
  outline: none;
}

.form-item b {
  width: 11px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 2px;
}

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

#verification-code-btn {
  width: 90px;
  height: 25px;
  background: #e4281d;
  border-radius: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

.second-code {
  font-size: 12px;
  width: 90px;
  height: 25px;
  background: #e4281d;
  border-radius: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  /*背景颜色*/

  box-shadow: 0 0 0 60px #eee inset;
  /*字的颜色*/
  -webkit-text-fill-color: #878787;
}

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

.em-div {
  width: 960px;
  height: 370px;
  background: url(../imgs/email.png) no-repeat;
  background-size: 100% 100%;
  top: 51%;
  left: 50%;
  margin-left: -480px;
  position: absolute;
  box-sizing: border-box;
  padding-top: 60px;
}

.div div:first-child {
  line-height: 48px !important;
}

.tost-div {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 20px;
  border-radius: 10px;
  line-height: 30px;
  z-index: 100;
}

.fixedTab {
  position: fixed;
  top: 0;
  z-index: 11;
  left: 0;
  right: 0;
}

#chatHeader .dxz-page .kefu-header {
  background-color: #c4202e !important;
}

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

}

.mask-div-succ {
  width: 4rem;
  height: 4.79rem;
  background: url(../imgs/pc2.png) no-repeat;
  background-size: 100% 100%;
  border-radius: .08rem;
  position: absolute;
  left: 50%;
  margin-left: -2rem;
  top: 50%;
  margin-top: -2.396rem;
}

.mask-succ-close {
  width: .33rem;
  height: .33rem;
  right: -.5rem;
  position: absolute;
  top: -.5rem;
  cursor: pointer;
}

.mask-succ-close img {
  width: 100%;
}

.p111 {
  text-align: center;
  font-size: .35rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
  line-height: 55px;
  position: absolute;
  top: 1.73rem;
  left: 0;
  right: 0;
}

.p333 {
  text-align: center;
  font-size: .35rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
  line-height: 55px;
  position: absolute;
  top: 2.3rem;
  left: 0;
  right: 0;
}

.p222 {
  /* display: none; */
  text-align: center;
  font-size: .2rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
  line-height: 55px;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
  .all-num {
    top: 77% !important;
  }
}

/* @media only screen and (max-width: 1200px) {
  .all-num{
    top: 77% !important;
  }
} */