div,
span,
img {
  position: relative;
  box-sizing: border-box;
}

/* 镜像 */
.imgY180 {
  transform: rotateY(180deg);
}

.conn_line {
  width: 100%;
  height: .1px;
}

/* 透明边框 */
.trBorder {
  border: .02px solid rgba(0, 0, 0, 0);
}

/* 高斯模糊（给需要模糊的块加上） */
.mask {
  filter: blur(5px);
  user-select: none;
}

.mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.zoomMove {
  animation-name: zoomMove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.mc {
  position: absolute;
  left: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
}

.snow-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100001;
}

@keyframes zoomMove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.none {
  display: none !important;
}

.pcBg {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page {
  overflow: hidden;
  width: 100%;
  background: url(../images/bg.png) repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
}

.bannerBox {
  width: 100%;
  height: 1009px;
  padding-top: 77px;
}

.banner_bg {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner_topHua {
  width: 935px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -467px;
}

.banner_h1 {
  width: 738px;
  margin: 0 auto;
  display: block;
}

.banner_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_flexBox img {
  width: 176px;
  display: block;
  margin-right: 60px;
}

.banner_flexBox img:last-child {
  margin-right: 0;
}

.banner_hintBottom {
  width: 732px;
  position: absolute;
  bottom: -61px;
  left: 50%;
  transform: translateX(-50%);
}

.box1 {
  width: 100%;
}

.box1_load1 {
  background: url(../images/box1_longBg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 1000000px;
  opacity: 0;
}

.box1_content {
  margin: 0 auto;
  width: 1320px;
  height: 672px;
  background: url(../images/box1_bg.png) no-repeat;
  background-size: 100% 100%;
}

.box1_h1 {
  width: 698px;
  margin: -6px auto 0 auto;
}

.box1_contentBox {
  width: 1090px;
  height: 390px;
  margin: 0 auto;
}

.box1_btnFlexBigBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box1_titleLeftIcon {
  width: 138px;
  display: block;
}

.box1_btn {
  width: 192px;
  height: 58px;
  background: #990000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  cursor: pointer;
  z-index: 9;
}

.box1_btn:hover,
.box1_btn.active {
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
}

.box1_btnLineBox {
  width: 26px;
}

.box1_btnLine {
  width: 100%;
  height: 1px;
  border: 1px dashed #990000;
}

.box1_btnCircle {
  width: 8px;
  height: 8px;
  background: #990000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box1_flexBox {
  width: 100%;
  height: calc(100% - 58px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box1_textBigBox {
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box1_textLineBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.box1_numImg {
  width: 36px;
  display: block;
  margin-right: 6px;
  margin-left: 6px;
}

.box1_textLineBox span {
  width: calc(100% - 36px - 6px);
  display: block;
  font-size: 21px;
  font-weight: 400;
  color: #660000;
  line-height: 22px;
}

.box1_textLineBox:last-child {
  margin-bottom: 0;
}

.box1_centerBox {
  width: 33.3%;
  height: 374px;
  background: url(../images/box1_centerBg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: -25px;
  left: -10px;
  padding-top: 114px;
}

.box1_rabbit {
  width: 182px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: -54px;
}

.box1_centerImg {
  width: 84%;
  display: block;
  margin: 0 auto;
}

.box1_rightWinBox {
  width: 374px;
  height: 354px;
  background: url(../images/box1_rightWin.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -310px;
  top: 50%;
  transform: translateY(-50%) scale(.6);
}

.box1_a {
  width: 192px;
  height: 58px;
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  position: absolute;
  bottom: 86px;
  left: 50%;
  transform: translateX(-50%);
}

.box1_a2 {
  width: 192px;
  height: 58px;
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
}

.box1_teacherBox {
  width: 100%;
  height: calc(100% - 58px);
}

.box1_teacher_flexBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 38px;
}

.box1_teacher_leftBox {
  width: 420px;
  height: 602px;
  background: url(../images/box1_teacherBg.png) no-repeat;
  background-size: 100% 100%;
}

.box1_teacherLabel {
  width: 95px;
  height: 107px;
  background: url(../images/box1_teacherCircle.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -17px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box1_teacherLabel span {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 100%;
}

.box1_teacherImg {
  width: 312px;
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
}

.box1_teacherText {
  font-size: 18px;
  font-weight: 600;
  color: #660000;
  line-height: 21px;
  display: block;
  word-break: break-all;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  white-space: nowrap;
  position: absolute;
  top: 83px;
  right: 47px;
}

.box1_teacher_rightBox {
  width: calc(100% - 420px);
  display: flex;
  justify-content: flex-start;
  padding-top: 16px;
}

.box1_teacherTextBox {
  width: calc(100% - 10px - 10px);
}

.box1_lineText {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.box1_label {
  width: 90px;
  height: 33px;
  background: rgba(102, 0, 0, 0.15);
  border-radius: 5px;
  padding: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #660000;
  line-height: 20px;
  margin-right: 8px;
}

.box1_text {
  font-size: 18px;
  font-weight: 400;
  color: #660000;
  line-height: 20px;
}

.box1_leftDianBox {
  width: 10px;
  margin-right: 10px;
  padding-top: 5px;
}

.box1_dian {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #990000;
  margin: 0 auto;
}

.box1_line1 {
  width: 2px;
  height: 46px;
  border: 1px dashed #990000;
  margin: 0 auto;
}

.box1_line2 {
  width: 2px;
  height: 240px;
  border: 1px dashed #990000;
  margin: 0 auto;
}

.box1_rightRedBox {
  width: 100%;
  height: 450px;
  background: rgba(102, 0, 0, 0.15);
  border-radius: 5px;
  padding-top: 16px;
}

.box1_rightTitle {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #660000;
  line-height: 24px;
  margin-bottom: 12px;
}

.box1_imgA img {
  width: 100%;
  height: 100%;
}

.box1_imgAText {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.box1_imgAText span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}

.box1_rightFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.box1_imgA {
  width: 279px;
  height: 182px;
  background: #CCCCCC;
  border: 5px solid #FFFFFF;
  display: block;
  margin-right: 5px;
  margin-bottom: 6px;
  position: relative;
}

.box1_imgA:nth-child(2n) {
  margin-right: 0;
}

.box2 {
  width: 100%;
  margin-top: 100px;
}

.box2_content {
  margin: 0 auto;
  width: 1320px;
  height: 658px;
  background: url(../images/box2_bg.png) no-repeat;
  background-size: 100% 100%;
}

.box2_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.box2_itemBox {
  width: 356px;
  height: 310px;
  background: url(../images/box2_itemBg.png) no-repeat;
  background-size: 100% 100%;
}

.box2_titleBox {
  width: 306px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/box2_titleBg.png) no-repeat;
  background-size: 100% 100%;
  margin: -20px auto 0 auto;
}

.box2_titleLeft {
  width: 22px;
  display: block;
  top: -12px;
}

.box2_titleBox span {
  display: block;
  margin: 0 10px;
  font-size: 26px;
  font-weight: 400;
  color: #A82B22;
  line-height: 65px;
  top: -12px;
}

.box2_img1 {
  width: 302px;
  display: block;
  margin: 0 auto;
}

.box2_img2 {
  width: 302px;
  display: block;
  margin: -10px auto 0 auto;
}

.box2_aBtn {
  width: 192px;
  height: 58px;
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -96px;
}

.box2_redTitleBox {
  width: 96px;
  height: 35px;
  background: #990000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  font-size: 17px;
  font-weight: 600;
  color: #F4D7A8;
  line-height: 65px;
  margin-bottom: 10px;
}

.box2_rightText {
  width: 77%;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 12px;
}

.box2_bottomText {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-top: -10px;
}

.box3 {
  width: 100%;
  margin-top: 100px;
}

.box3_content {
  margin: 0 auto;
  width: 1320px;
  height: 790px;
  background: url(../images/box3_bg.png) no-repeat;
  background-size: 100% auto;
}

.box3_btnFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box4_btnFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.box3_btn {
  width: 154px;
  height: 52px;
  background: #990000;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  cursor: pointer;
}

.box3_btn:hover,
.box3_btn.active {
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
}


.box4_btn {
  width: 154px;
  height: 52px;
  background: #990000;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  cursor: pointer;
}

.box4_btn:hover,
.box4_btn.active {
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
}


.box3_overflowBox {
  margin: 14px auto 0 auto;
  width: 1117px;
  height: 400px;
  overflow: hidden;
  padding-top: 36px;
  left: 16px;
}

.box4_overflowBox {
  margin: 14px auto 0 auto;
  width: 1117px;
  height: 400px;
  overflow: hidden;
  padding-top: 36px;
  left: 16px;
}

	.box4_djb img{padding: 30px 60px; }
     .box4_kc img{padding: 30px 60px; }


.box3_contentFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 10px;
}

.box4_contentFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 10px;
}


.box3_itemBox {
  width: 329px;
  height: 363px;
  background: #FFFFFF;
  box-shadow: 0px 5px 19px 0px rgba(51, 0, 0, 0.4);
  margin-right: 40px;
  margin-bottom: 70px;
}

.box3_itemBox:nth-child(3n) {
  margin-right: 0;
}

.box3_moneyBox {
  width: 133px;
  height: 127px;
  background: url(../images/box3_moneyBox.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 9;
}

.box3_moneyBox span {
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 38px;
  left: -10px;
  top: 4px;
}

.box3_moneyBox span::before {
  content: '¥';
  font-size: 23px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 38px;
}

.box3_img {
  width: 100%;
  height: 260px;
  display: block;
}

.box3_bottomBox {
  width: 100%;
  height: calc(100% - 260px);
  background: linear-gradient(135deg, #C6431A, #930E0E);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box3_bottomLeftBox {
  margin-right: 20px;
}

.box3_flexBox2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.box3_yesIcon {
  width: 22px;
  display: block;
  margin-right: 4px;
}

.box3_flexBox2 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}

.box3_flexBox2:last-child {
  margin-bottom: 0;
}

.box3_a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/box3_aBg.png) no-repeat;
  background-size: 100% 100%;
}

.box3_a span {
  font-size: 20px;
  font-weight: 400;
  color: #7F1E12;
  line-height: 24px;
  background: -webkit-linear-gradient(135deg, #660000 0%, #990000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box3_showHideBtn {
  width: 58px;
  height: 85px;
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
  border-radius: 30px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.box3_showHideBtn span {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}

.box3_showHideBtn img {
  width: 16px;
  display: block;
  margin: 0 auto;
}

.box4_showHideBtn {
  width: 58px;
  height: 85px;
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
  border-radius: 30px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.box4_showHideBtn span {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}

.box4_showHideBtn img {
  width: 16px;
  display: block;
  margin: 0 auto;
}



.box4 {
  width: 100%;
  margin-top: 60px;
}

.box4_content {
  margin: 0 auto;
  width: 1320px;
  height: 779px;
  background: url(../images/box4_bg.png) no-repeat;
  background-size: 100% 100%;
}

.box4_flexBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.box4_a {
  width: 10%;
  height: 52px;
  background: #990000;
  border-radius: 26px;
  margin-right: 2.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  margin-bottom: 24px;
}

.box4_a:nth-child(8n) {
  margin-right: 0;
}

.box4_a:hover {
  background: linear-gradient(0deg, #E15029, #B22B20);
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
}

.leftWin {
  width: 160px;
  height: 58px;
  background: #ffc136;
  box-shadow: 0px 3px 10px 0px rgba(109, 11, 11, 0.4);
  border-radius: 30px;
  position: fixed;
  left: 10px;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 600;
  color: #7F1E12;
  line-height: 40px;
  cursor: pointer;
}

.mShow {
  display: none;
}

.pcShow {
  display: flex;
}

.winPage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}

.winBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.closeBtn {
  width: 30px;
  height: 30px;
  background: url(../images/winClose.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 999;
}

.closeBtn::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.winTop {
  width: 414px;
  display: block;
  z-index: 99;
  position: relative;
}

.winContentBg {
  width: 390px;
  height: 270px;
  background: url(../images/winBox.png) no-repeat;
  background-size: 100% 100%;
  margin: -120px auto 0 auto;
  padding-top: 40px;
}

.winErweima {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.winContentBg span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #7F1E12;
  line-height: 36px;
  background: -webkit-linear-gradient(135deg, #660000 0%, #990000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box1_teacherErweimaBox {
  width: 100%;
  height: 60%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.box1_teacherErweimaBox img {
  display: block;
  width: 40%;
}

.box1_teacher_leftBox:hover .box1_teacherErweimaBox {
  display: flex;
}

.box1_teacherErweimaBox span {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 34px;
}

.denglong1 {
  width: 277px;
  position: absolute;
  left: 30px;
  top: 100px;
  opacity: .5;
}

.denglong2 {
  width: 277px;
  position: absolute;
  right: 30px;
  top: 500px;
  opacity: .5;
}

@media only all and (max-width:1080px) {
  .box1_teacherErweimaBox {
    width: 100%;
    height: 60%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .box1_teacherErweimaBox img {
    display: block;
    width: 40%;
  }

  .box1_teacher_leftBox:hover .box1_teacherErweimaBox {
    display: flex;
  }

  .box1_teacherErweimaBox span {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: .9rem;
  }

  .pcShow {
    display: none;
  }

  .bannerBox {
    width: 100%;
    height: 25.225rem;
    padding-top: 1.925rem;
  }

  .banner_bg {
    width: 65rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .banner_topHua {
    width: 23.375rem;
    display: block;
    position: absolute;
    top: 0.25rem;
    left: 50%;
    margin-left: -11.675rem;
  }

  .banner_h1 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .banner_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner_flexBox img {
    width: 4.4rem;
    display: block;
    margin-right: 1.5rem;
  }

  .banner_flexBox img:last-child {
    margin-right: 0;
  }

  .banner_hintBottom {
    width: 18.275rem;
    bottom: -1.4rem;
  }

  .box1 {
    width: 100%;
    margin-top: 1rem;
  }

  .box1_load1 {
    background: url(../images/box1_longBg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 25000rem;
    opacity: 0;
  }

  .box1_content {
    margin: 0 auto;
    width: 94%;
    height: auto;
    background: #f9ede2;
    border-radius: 1rem;
    border: .3rem solid #b11002;
  }

  .box1_h1 {
    width: 15rem;
    margin: -2rem auto 0 auto;
  }

  .box1_contentBox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .box1_btnFlexBigBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box1_titleLeftIcon {
    width: 3.45rem;
    display: block;
  }

  .box1_btn {
    width: 4.8rem;
    height: 1.45rem;
    background: #990000;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.65rem;
    cursor: pointer;
    z-index: 9;
  }

  .box1_btn:hover,
  .box1_btn.active {
    background: linear-gradient(0deg, #E15029, #B22B20);
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
  }

  .box1_btnLineBox {
    width: 0.65rem;
  }

  .box1_btnLine {
    width: 100%;
    height: 0.025rem;
    border: 0.025rem dashed #990000;
  }

  .box1_btnCircle {
    width: 0.2rem;
    height: 0.2rem;
    background: #990000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box1_flexBox {
    width: 100%;
    height: calc(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .box1_textBigBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    order: 1;
  }

  .box1_textLineBox {
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
  }

  .box1_numImg {
    width: 1rem;
    display: block;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
  }

  .box1_textLineBox span {
    width: calc(100% - 0.9rem - 0.15rem);
    display: block;
    font-size: .7rem;
    font-weight: 400;
    color: #660000;
    line-height: .7rem;
  }

  .box1_textLineBox:last-child {
    margin-bottom: .5rem;
  }

  .box1_centerBox {
    width: 94%;
    height: 14rem;
    background: url(../images/box1_centerBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -0.625rem;
    left: 0rem;
    padding-top: 2.85rem;
    margin: 0 auto;
  }

  .box1_rabbit {
    width: 4.55rem;
    display: block;
    position: absolute;
    bottom: 0rem;
    left: -1.35rem;
  }

  .box1_centerImg {
    width: 84%;
    display: block;
    margin: .7rem auto 0 auto;
  }

  .box1_rightWinBox {
    width: 80%;
    height: 13.0rem;
    background: url(../images/box1_rightWin.png) no-repeat;
    background-size: 100% auto;
    position: relative;
    right: 0;
    top: 0;
    transform: scale(1);
    order: 3;
  }

  .box1_a {
    width: 4.8rem;
    height: 1.6rem;
    background: linear-gradient(0deg, #E15029, #B22B20);
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
    border-radius: 0.725rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
    position: absolute;
    bottom: 3.4rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .box1_teacherBox {
    width: 100%;
    height: calc(100% - 1.45rem);
  }

  .box1_teacher_flexBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.95rem;
  }

  .box1_teacher_leftBox {
    width: 94%;
    height: 25.05rem;
    margin: 0 auto;
    background: url(../images/box1_teacherBg.png) no-repeat;
    background-size: 100% auto;
  }

  .box1_teacherLabel {
    width: 3rem;
    height: 3.2rem;
    background: url(../images/box1_teacherCircle.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.425rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box1_teacherLabel span {
    font-size: 0.65rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.85rem;
    text-align: center;
    display: block;
    width: 100%;
  }

  .box1_teacherImg {
    width: 7.8rem;
    position: absolute;
    bottom: 0.675rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .box1_teacherText {
    font-size: 0.8rem;
    font-weight: 600;
    color: #660000;
    line-height: 0.8rem;
    display: block;
    word-break: break-all;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
    white-space: nowrap;
    position: absolute;
    top: 2.075rem;
    right: 1.8rem;
  }

  .box1_teacher_rightBox {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 0.4rem;
    padding-bottom: 1rem;
  }

  .box1_teacherTextBox {
    width: calc(100% - 0.25rem - 0.25rem);
  }

  .box1_lineText {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .box1_label {
    width: 2.25rem;
    height: 1rem;
    background: rgba(102, 0, 0, 0.15);
    border-radius: 0.125rem;
    padding: 0.1rem;
    font-size: 0.6rem;
    font-weight: 600;
    color: #660000;
    line-height: 0.6rem;
    margin-right: 0.1rem;
  }

  .box1_text {
    font-size: 0.45rem;
    font-weight: 400;
    color: #660000;
    line-height: 0.5rem;
  }

  .box1_leftDianBox {
    width: 0.25rem;
    margin-right: 0.25rem;
    padding-top: 0.125rem;
  }

  .box1_dian {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #990000;
    margin: 0 auto;
  }

  .box1_line1 {
    width: 0.05rem;
    height: 1.8rem;
    border: 0.025rem dashed #990000;
    margin: 0 auto;
  }

  .box1_line2 {
    width: 0.05rem;
    height: 6rem;
    border: 0.025rem dashed #990000;
    margin: 0 auto;
  }

  .box1_rightRedBox {
    width: 100%;
    height: 11.25rem;
    background: rgba(102, 0, 0, 0.15);
    border-radius: 0.125rem;
    padding-top: 0.4rem;
  }

  .box1_rightTitle {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #660000;
    line-height: 0.8rem;
    margin-bottom: 0.3rem;
  }

  .box1_imgA img {
    width: 100%;
    height: 100%;
  }

  .box1_imgAText {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }

  .box1_imgAText span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.7rem;
  }

  .box1_rightFlexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .box1_imgA {
    width: 6.975rem;
    height: 4.55rem;
    background: #CCCCCC;
    border: 0.125rem solid #FFFFFF;
    display: block;
    margin-right: 0.125rem;
    margin-bottom: 0.15rem;
    position: relative;
  }

  .box1_imgA:nth-child(2n) {
    margin-right: 0;
  }

  .box3 {
    width: 100%;
    margin-top: 4rem;
  }

  .box3_content {
    margin: 0 auto;
    width: 94%;
    height: auto;
    background: #f9ede2;
    border-radius: 1rem;
    border: .3rem solid #b11002;
  }

  .box3_btnFlexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

	 .box4_btnFlexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

	
  .box3_btn {
    width: 3.85rem;
    height: 1.3rem;
    background: #990000;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.525rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
    cursor: pointer;
  }

  .box3_btn:hover,
  .box3_btn.active {
    background: linear-gradient(0deg, #E15029, #B22B20);
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
  }
		
  .box4_btn {
    width: 3.85rem;
    height: 1.3rem;
    background: #990000;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.525rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
    cursor: pointer;
  }

  .box4_btn:hover,
  .box4_btn.active {
    background: linear-gradient(0deg, #E15029, #B22B20);
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
  }
	
	
	

  .box3_overflowBox {
    margin: 0.35rem auto 1rem auto;
    width: 100%;
    height: 12rem;
    overflow: hidden;
    padding-top: 0.9rem;
    left: 0;
    padding-left: 0rem;
    padding-right: .5rem;
  }
	
	  .box4_overflowBox {
    margin: 0.35rem auto 1rem auto;
    width: 100%;
    height: auto;
   /* overflow: hidden;*/
    padding-top: 0.9rem;
    left: 0;
    padding-left: 0rem;
    padding-right: .5rem;
  }
	
	
	.box4_djb img{width: 100%;    display: flex; padding: 1rem 1.5rem; }
     .box4_kc img{width: 100%;    display: flex; padding: 1rem 1.5rem; }
	

  .box3_contentFlexBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0.25rem;
  }
	
	  .box4_contentFlexBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0.25rem;
  }
	
	

	

  .box3_itemBox {
    width: 49%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0.125rem 0.475rem 0rem rgba(51, 0, 0, 0.4);
    margin-right: 2%;
    margin-bottom: 2.5rem;
  }

  .box3_itemBox:nth-child(2n) {
    margin-right: 0%;
  }

  .box3_itemBox:nth-child(2n-1) {
    margin-right: 2%;
  }

  .box3_moneyBox {
    width: 3.325rem;
    height: 3.175rem;
    background: url(../images/box3_moneyBox.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 9;
  }

  .box3_moneyBox span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.95rem;
    left: -0.25rem;
    top: 0.1rem;
  }

  .box3_moneyBox span::before {
    content: '¥';
    font-size: 0.575rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.95rem;
  }

  .box3_img {
    width: 100%;
    height: 6.5rem;
    display: block;
  }

  .box3_bottomBox {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, #C6431A, #930E0E);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem 0;
  }

  .box3_bottomLeftBox {
    margin-right: 0rem;
  }

  .box3_flexBox2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0.25rem;
  }

  .box3_yesIcon {
    width: 0.55rem;
    display: block;
    margin-right: 0.1rem;
  }

  .box3_flexBox2 span {
    display: block;
    font-size: 0.6rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.7rem;
  }

  .box3_flexBox2:last-child {
    margin-bottom: 0;
  }

  .box3_a {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/box3_aBg.png) no-repeat;
    background-size: 100% 100%;
  }

  .box3_a span {
    font-size: 0.6rem;
    font-weight: 400;
    color: #7F1E12;
    line-height: 0.6rem;
    background: -webkit-linear-gradient(135deg, #660000 0%, #990000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .box3_showHideBtn {
    width: 1.45rem;
    height: 2.125rem;
    background: linear-gradient(0deg, #E15029, #B22B20);
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
    border-radius: 0.75rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .box3_showHideBtn span {
    font-size: 0.5rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
  }

  .box3_showHideBtn img {
    width: 0.4rem;
    display: block;
    margin: 0 auto;
  }
	
.box4_showHideBtn {
    width: 1.45rem;
    height: 2.125rem;
    background: linear-gradient(0deg, #E15029, #B22B20);
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
    border-radius: 0.75rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
  }

  .box4_showHideBtn span {
    font-size: 0.5rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
  }

  .box4_showHideBtn img {
    width: 0.4rem;
    display: block;
    margin: 0 auto;
  }	
	
	

  .box2 {
    width: 100%;
    margin-top: 4rem;
  }

  .box2_content {
    margin: 0 auto;
    width: 94%;
    height: auto;
    background: #f9ede2;
    border-radius: 1rem;
    border: .3rem solid #b11002;
  }

  .box2_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0rem;
  }

  .box2_itemBox {
    width: 100%;
    height: 13rem;
    background: url(../images/box2_itemBg.png) no-repeat;
    background-size: 100% 100%;
  }

  .box2_titleBox {
    width: 9rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/box2_titleBg.png) no-repeat;
    background-size: 100% 100%;
    margin: -0.5rem auto 0 auto;
  }

  .box2_titleLeft {
    width: 0.55rem;
    display: block;
    top: -0.3rem;
  }

  .box2_titleBox span {
    display: block;
    margin: 0 0.25rem;
    font-size: 0.85rem;
    font-weight: 400;
    color: #A82B22;
    line-height: 1.625rem;
    top: -0.3rem;
  }

  .box2_img1 {
    width: 14rem;
    display: block;
    margin: 0 auto;
  }

  .box2_img2 {
    width: 14.5rem;
    display: block;
    margin: -0.25rem auto 0 auto;
  }

  .box2_aBtn {
    width: 4.8rem;
    height: 1.6rem;
    background: linear-gradient(0deg, #E15029, #B22B20);
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
    border-radius: 0.725rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    margin-left: -2.4rem;
  }

  .box2_redTitleBox {
    width: 5rem;
    height: auto;
    background: #990000;
    border-radius: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.625rem;
    margin-bottom: 0.25rem;
  }

  .box2_rightText {
    width: 87%;
    display: block;
    margin: 0 auto;
    font-size: 0.7rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
    margin-bottom: 1rem;
  }

  .box2_bottomText {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.75rem;
    margin-top: .5rem;
    padding-bottom: 1rem;
  }

  .box4 {
    width: 100%;
    margin-top: 4rem;
  }

  .box4_content {
    margin: 0 auto;
    width: 94%;
    height: auto;
    background: #f9ede2;
    border-radius: 1rem;
    border: .3rem solid #b11002;
  }

  .box4_flexBox {
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .box4_a {
    width: 24%;
    height: 1.6rem;
    background: #990000;
    border-radius: 0.65rem;
    margin-right: 1.2%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.7rem;
    margin-bottom: 0.6rem;
  }

  .box4_a:nth-child(4n) {
    margin-right: 0;
  }

  .box4_a:hover {
    background: linear-gradient(0deg, #E15029, #B22B20);
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
  }

  .page {
    padding-bottom: 1rem;
  }

  .mShow {
    display: flex;
  }

  .leftWin {
    width: 3rem;
    height: 3rem;
    background: #ffc136;
    box-shadow: 0rem 0.075rem 0.25rem 0rem rgba(109, 11, 11, 0.4);
    border-radius: 0.75rem;
    position: fixed;
    left: 0.25rem;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #7F1E12;
    line-height: 1rem;
    cursor: pointer;
  }

  .winPage {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
  }

  .winBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .closeBtn {
    width: 1rem;
    height: 1rem;
    background: url(../images/winClose.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    z-index: 999;
  }

  .closeBtn::before {
    content: '';
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .winTop {
    width: 14rem;
    display: block;
    z-index: 99;
    position: relative;
  }

  .winContentBg {
    width: 13rem;
    height: 8rem;
    background: url(../images/winBox.png) no-repeat;
    background-size: 100% 100%;
    margin: -4rem auto 0 auto;
    padding-top: 1.5rem;
  }

  .winErweima {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
  }

  .winContentBg span {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    color: #7F1E12;
    line-height: 0.9rem;
    background: -webkit-linear-gradient(135deg, #660000 0%, #990000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .denglong1,
  .denglong2 {
    display: none;
  }
}