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

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

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

.red-line {
  width: 2px;
  height: 350px;
  background-color: #ad2519;
  margin:0 20px;
  margin-right: 30px
}
/* 高斯模糊（给需要模糊的块加上） */
.mask {
  filter: blur(5px);
  user-select: none;
}

.header-top {
  position: relative;
  width: 100%;
  text-align: center;
  height: 40px;
  font-weight: bold;
}
.header-top p {
  width: 100%;
  color: #bb2d20;
  line-height: 1rem;
  font-size: .8rem;
  text-align: center;
  position: absolute;
}
.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;
}

@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.jpg) repeat;
  background-size: 100% auto;
}

.box1 {
  width: 100%;
  padding-top: 104px;
  height: 804px;
}

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

.box1_topLeaf1 {
  width: 460px;
  position: absolute;
  top: 0;
  left: 0;
}

.box1_topLeaf2 {
  width: 498px;
  position: absolute;
  top: 0;
  right: 0;
}

.topH1 {
  width: 620px;
  margin: 0 auto;
  display: block;
}

.box1_h1 {
  width: 1010px;
  display: block;
  margin: 24px auto 0 auto;
}

.box1_bottomH1 {
  width: 450px;
  margin: -40px auto 0 auto;
}

.box1_bird1 {
  width: 288px;
  position: absolute;
  top: 128px;
  left: 50%;
  margin-left: -665px;
}

.box1_bird2 {
  width: 270px;
  position: absolute;
  top: 242px;
  right: 50%;
  margin-right: -746px;
}

.box2 {
  width: 100%;
}

.box2_h2 {
  width: 930px;
  margin: 0 auto 46px auto;
  display: block;
}

.box2_redBox {
  width: 100%;
  height: 868px;
  background: url(../images/box2_redBox.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 28px;
}

.box2_swiperBox {
  width: 900px;
  margin: 0 auto;
  height: 265px;
}

.box2_denglongBox {
  width: 90px;
  height: 265px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

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

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

.box2_denglongText {
  width: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FAECB5;
  line-height: 20px;
  word-break: break-all;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  white-space: nowrap;
  top: -38px;
}

.box2_denglongText.active {
  width: 32px;
  font-size: 18px;
  line-height: 28px;
  top: -8px;
}

.box2_swiperLeft {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 130px;
  left: 100px;
  background: url(../images/swiper_left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.box2_swiperRight {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 130px;
  right: 100px;
  background: url(../images/swiper_right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

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

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

.box2_yellowBox {
  width: 1054px;
  height: 582px;
  background: url(../images/box2_yellowBar.png) no-repeat;
  background-size: 100% 100%;
  margin: -100px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box2_videoBox {
  width: 419px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 30px;
}
.box2_videoBox .video {
  width: 100%;
  height: 100%;
}

.box2_textBigBox {
  width: 400px;
  height: 300px;
}

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

.box2_textBox {
  width: 100%;
  height: calc(100% - 24px - 20px);
  overflow-x: hidden;
  overflow-y: auto;
}

.box2_text {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}

.box2_a {
  width: 726px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/box2_aBg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -363px;
}

.box2_a span {
  font-size: 30px;
  font-weight: 400;
  color: #FFE5B3;
  line-height: 30px;
  display: block;
  top: -8px;
}

.box2_rightBox {
  width: 178px;
  height: 228px;
  background: url(../images/box2_rightWinBg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -130px;
  right: -250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 34px;
}

.box2_rightBox span {
  display: block;
  word-break: break-all;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  white-space: nowrap;
}

.box2_hintImg {
  width: 462px;
  display: block;
  position: absolute;
  bottom: -66px;
  right: -100px;
}

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

.box3_h2 {
  width: 930px;
  display: block;
  margin: 0 auto;
}

.box3_content {
  width: 100%;
  margin-top: 40px;
  height: 518px;
  background: url(../images/box3_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box3_item {
  width: 310px;
  height: 342px;
  display: block;
  background: url(../images/box3_itemBg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -46px;
}

.box3_item:last-child {
  margin-right: 0px;
}

.box3_titleTextBox {
  width: 22px;
  margin-right: 16px;
  top: 20px;
}

.box3_titleTextBox span {
  font-size: 22px;
  font-weight: 600;
  color: #440100;
  line-height: 22px;
  word-break: break-all;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  white-space: nowrap;
}

.box3_icon {
  width: 14px;
  display: block;
  margin: 0 auto 6px auto;
}

.box3_text {
  font-size: 19px;
  font-weight: 400;
  color: #440100;
  line-height: 26px;
  word-break: break-all;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  white-space: nowrap;
  top: 20px;
}

.box3_topTitle {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #BA0804;
  line-height: 26px;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}

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

.box4_h2 {
  width: 930px;
  display: block;
  margin: 0 auto;
}

.box4_redBox {
  width: 1200px;
  height: 942px;
  background: url(../images/box4_redBg.png) no-repeat;
  background-size: 100% 100%;
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.box4_table,
.box4_table thead tr th,
.box4_table tbody tr td {
  border: 1px solid #ffecc9;
}

.box4_table {
  text-align: center;
  border-collapse: collapse;
  width: 1080px;
  margin: 0 auto;
}

.box4_table thead {
  background: #ffe5b3;
}

.box4_table thead tr th {
  font-size: 22px;
  font-weight: 600;
  color: #440100;
  line-height: 42px;
}

.box4_table tbody {
  background: #ffffff;
}

.box4_table tbody tr td {
  font-size: 19px;
  font-weight: 400;
  color: #440100;
  line-height: 39px;
  padding: 10px 0;
}

.box4_tableA {
  width: 130px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/box4_a.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.box4_tableA span {
  font-size: 18px;
  font-weight: 400;
  color: #FFE5B3;
}

.box4_circleBox {
  width: 100%;
  height: 350px;
}

.box4_circle {
  width: 346px;
  height: 342px;
  background: url(../images/box4_circle.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.box4_circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  font-weight: 600;
  color: #BB0904;
  line-height: 50px;
}

.box4_lineBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.box4_numBox {
  width: 40px;
  height: 36px;
  margin: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/numBg.png) no-repeat;
  background-size: 100% 100%;
}

.box4_numBox span {
  font-size: 20px;
  font-weight: 600;
  color: #440100;
  line-height: 20px;
  left: -1.5px;
}

.box4_lineText {
  max-width: 286px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}

.box4_posi1 {
  top: 54px;
  left: 280px;
}

.box4_posi2 {
  top: 158px;
  left: 270px;
}

.box4_posi3 {
  top: 287px;
  left: 239px;
}

.box4_posi4 {
  top: 322px;
  left: 573px;
}

.box4_posi5 {
  top: 208px;
  left: 730px;
}

.box4_posi6 {
  top: 90px;
  left: 730px;
}

.box4_posi7 {
  top: -18px;
  left: 565px;
}

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

.box5_h2 {
  width: 1130px;
  display: block;
  margin: 0 auto;
}

.box5_redBox {
  width: 100%;
  height: 618px;
  margin-top: 44px;
  background: url(../images/box5_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box5_whiteBox {
  width: 1060px;
  height: 434px;
  background: #FFFFFF;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box5_hintIcon1 {
  width: 32px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.box5_hintIcon2 {
  width: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
}

.box5_hintIcon3 {
  width: 32px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: rotate(270deg);
}

.box5_hintIcon4 {
  width: 32px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}

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

.box5_itemBox {
  width: 340px;
  height: 134px;
  top: -16px;
}

.box5_marbot1 {
  /*margin-bottom: 50px;*/
}

.box5_marrig1 {
  margin-right: 20px;
}

.box5_titleFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.box5_titleIcon {
  width: 32px;
  display: block;
  margin-right: 10px;
}

.box5_title {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #440100;
  line-height: 26px;
}

.box5_text {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #440100;
  line-height: 32px;
}

.box5_lineBg {
  width: 906px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.box6_h2 {
  width: 994px;
  display: block;
  margin: 0 auto;
}

.box6_redBox {
  margin-top: 50px;
  width: 100%;
  height: 380px;
  background: url(../images/box6_bg.png) no-repeat;
  background-size: 100% 100%;

}

.box6_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  margin-bottom: 38px;
}

.box6_a {
  width: 343px;
  height: 208px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 30px;
}

.box6_a:last-child {
  margin-right: 0;
}

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

.box6_skipA {
  width: 264px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 38px auto 0 auto;
  background: url(../images/box6_aBg.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.box6_skipA span {
  font-size: 30px;
  font-weight: 400;
  color: #FFE5B3;
  line-height: 30px;
}

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

.box7_h2 {
  width: 998px;
  display: block;
  margin: 0 auto 46px auto;
}

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

.box7_a {
  width: 136px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #B20202, #CB050E);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  margin-right: 16px;
  margin-bottom: 20px;
}

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

.box7_a:hover {
  color: #BA0804;
  background: linear-gradient(0deg, #FFE7C2, #FFF0D5);
  box-shadow: 0px 3px 0px 0px rgba(199, 4, 12, 0.6);
}

.box8 {
  width: 100%;
  margin-top: 66px;
  margin-bottom: 30px;
}

.box8_h2 {
  width: 992px;
  display: block;
  margin: 0 auto;
}

.box8_redBox {
  height: 420px;
  background: url('../images/box8_bg.png') no-repeat center;
  background-size: 100% 100%;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 90px 80px;
}

.box8_redBox ul {
  display: flex;
  justify-content: space-between;
}

.box8_redBox li {
  width: 323px;
  height: 247px;
  background: url('../images/box8_aBg.png') no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
}

.li-img {
  width: 250px;
  height: 148px;
  background: #C8211B;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.box8_redBox li p {
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #C8211B;
  text-align: center;
  line-height: 30px;
}

.fixed-b {
  display: none;
  width: 100%;
  height: 100px;
  background: url('../images/footer_bg.png') no-repeat center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

.fixed-b .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-btn {
  width: 318px;
  height: 92px;
  background: url('../images/footer_btn.png') no-repeat center;
  background-size: 100%;
  line-height: 92px;
  text-align: center;
  font-size: 28px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFE5B3;
  cursor: pointer;
}

.footer-l, .footer-r {
  position: absolute;
  bottom: 0;
}

.footer-l {
  left: -365px;
}

.footer-r {
  right: -366px;
}

/* 预约弹窗 */

.window-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.yuyue-box {
  width: 586px;
  height: 554px;
  box-sizing: border-box;
  padding: 20px 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/yuyue_bg.png') no-repeat  center -40px;
  background-size: 100%;
  border-radius: 20px;
}

.login-close {
  position: absolute;
  top: -54px;
  right: 0;
  transition: all .3s;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.login-close:hover {
  transform: rotate(180deg);
}

.login-title img {
  display: block;
  width: 489px;
  margin: auto;
}

.login-title p {
  text-align: center;
  font-size: 30px;
  font-family: FZYanSongS;
  font-weight: bold;
  color: #BA0804;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.login-title p:before, .login-title p:after {
  content: '';
  display: block;
  width: 128px;
  height: 14px;
  background: url('../images/lq_l.png') no-repeat center;
  background-size: 100%;
}

.login-title p:before {
  margin-right: 10px;
}

.login-title p:after {
  margin-left: 10px;
  transform: rotate(180deg);
}

.yuyue-bg {
  box-sizing: border-box;
  padding: 0 15px;
}

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

.distpicker>div {
  width: 48%;
}

.yuyue-bg select {
  background: url('../images/select_bg.png') no-repeat 96% center;
  background-size: 23px;
}

.input {
  width: 100%;
  height: 55px;
  border: 1px solid #BA0804;
  border-radius: 8px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #BA0804;
  font-size: 20px;
  /* font-weight: 600; */
}

input {
  font-size: 20px;
}

.mobile {
  width: 45%;
  height: 38px;
  border-right: 1px solid #BA0804;
}

.codeBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

.code {
  width: 28%;
  height: 55px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 20px;
}

.submit {
  width: 100%;
  height: 55px;
  background: #BA0804;
  border: 1px solid #BA0804;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  font-size: 20px;
  font-family: FZLanTingHeiS-EB-GB;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 20px;
}

.send {
  width: 30%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #BA0804;
  border-radius: 0px 8px 8px 0px;
  font-size: 20px;
  color: #FEFEFE;
}


/* ------------------------以下是滑块css------------------------ */
.nc-container,
.nc-slider_input {
  /* 滑块宽高 */
  width: 100%;
  height: 55px;
  margin-bottom: 10px;
}

.nc_wrapper {
  width: 100% !important;
  height: 100% !important;
}

.nc_scale {
  height: 100% !important;
}

.nc-container .nc_scale .btn_slide {
  /* 滑动按钮大小start */
  width: 55px !important;
  height: 55px !important;
  /* 滑动按钮大小end */
  display: flex;
  align-items: center;
  justify-content: center;
}

.nc-container .nc_scale .scale_text {
  /* 提示文字大小 */
  line-height: 55px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.nc-container .nc_scale .btn_ok {
  height: 100% !important;
  width: 55px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only all and (max-width:1080px) {
  .pcBg {
    width: 48rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .page {
    overflow: hidden;
    width: 100%;
    background: url(../images/bg.jpg) repeat;
    background-size: 100% auto;
  }

  .box1 {
    width: 100%;
    padding-top: 2rem;
    height: 14.1rem;
  }

  .box1_banner {
    width: 32rem;
  }

  .box1_topLeaf1 {
    width: 4.5rem;
  }

  .box1_topLeaf2 {
    width: 4.45rem;
  }

  .topH1 {
    width: 15.5rem;
  }

  .box1_h1 {
    width: 100%;
    margin: 0.6rem auto;
  }

  .box1_bottomH1 {
    width: 11.25rem;
    margin: -1rem auto 0 auto;
  }

  .box1_bird1,.box1_bird2 {
    display: none;
  }

  .box2 {
    width: 100%;
  }

  .box2_h2 {
    width: 100%;
    margin: 0 auto 1.15rem auto;
  }

  .box2_redBox {
    width: 100%;
    height: 25.7rem;
    padding: 0 0.7rem .7rem;
  }

  .box2_swiperBox {
    width: 80%;
    height: 8.625rem;
  }

  .box2_denglongBox {
    width: 2.25rem;
    height: 8.625rem;
  }

  .box2_denglongSmall {
    width: 2.5rem;
  }

  .box2_denglongBig {
    width: 2.7rem;
  }

  .box2_denglongText {
    width: 0.5rem;
    font-size: 0.5rem;
    line-height: 0.5rem;
    top: -0.95rem;
  }

  .box2_denglongText.active {
    width: .8rem;
    font-size: 0.45rem;
    line-height: 0.7rem;
    top: -0.5rem;
  }

  .box2_swiperLeft {
    width: 1.3rem;
    height: 1.3rem;
    top: 3.5rem;
    left: .9rem;
    background: url(../images/swiper_left.png) no-repeat;
    background-size: 100% 100%;
  }

  .box2_swiperRight {
    width: 1.3rem;
    height: 1.3rem;
    top: 3.5rem;
    right: .9rem;
    background: url(../images/swiper_right.png) no-repeat;
    background-size: 100% 100%;
  }

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

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

  .box2_yellowBox {
    width: 100%;
    height: 17.55rem;
    background: none;
    background-size: 100% 100%;
    margin: -1.5rem auto 0 auto;
    display: block;
  }

  .box2_videoBox {
    width: 90%;
    height: 7.5rem;
    border-radius: 0.25rem;
    margin-right: 0.75rem;
    margin: 1rem auto;
  }

  .box2_textBigBox {
    width: 90%;
    height: 7.5rem;
    margin: .5rem auto;
  }

  .box2_textTitle {
    width: 100%;
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .box2_textBox {
    width: 100%;
    height: calc(100% - 0.6rem - 0.5rem);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .box2_text {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0.6rem;
    line-height: 0.9rem;
  }

  .box2_a {
    width: 100%;
    height: 3.05rem;
    bottom: -1.5rem;
    left: 50%;
    margin-left: -9.075rem;
  }

  .box2_a span {
    font-size: 0.75rem;
    line-height: 0.75rem;
    top: -0.2rem;
  }

  .box2_rightBox {
    width: 4.45rem;
    height: 5.7rem;
    background: url(../images/box2_rightWinBg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -3.25rem;
    right: -6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.85rem;
  }

  .box2_rightBox span {
    display: block;
    word-break: break-all;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
    white-space: nowrap;
  }

  .box2_hintImg {
   display: none;
  }

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

  .box3_h2 {
    width: 100%;
  }

  .box3_content {
    width: 100%;
    margin-top: 1rem;
    height: 10.95rem;
  }

  .box3_item {
    width: 7.75rem;
    height: 8.55rem;
    margin-right: -1.15rem;
  }

  .box3_item:last-child {
    margin-right: 0rem;
  }

  .box3_titleTextBox {
    width: 0.55rem;
    margin-right: 0.4rem;
    top: 0.5rem;
  }

  .box3_titleTextBox span {
    font-size: 0.55rem;
    line-height: 0.55rem;
  }

  .box3_icon {
    width: 0.35rem;
    margin: 0 auto 0.15rem auto;
  }

  .box3_text {
    font-size: 0.475rem;
    line-height: 0.65rem;
    top: 0.5rem;
  }

  .box3_topTitle {
    width: 100%;
    font-size: 0.65rem;
    line-height: 0.65rem;
    top: 0.9rem;
    left: 50%;
    transform: translateX(-50%);
  }

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

  .box4_h2 {
    width: 100%;
    margin: 0 auto .5rem;
  }

  .box4_redBox {
    width: 100%;
    height: 26.55rem;
    padding: .75rem 0;
  }

  .box4_table, .box4_table thead tr th, .box4_table tbody tr td {
    border: 1px solid #ffecc9;
  }

  .box4_table {
    width: 90%;
  }


  .box4_table thead tr th {
    font-size: 0.55rem;
    line-height: .8rem;
  }


  .box4_table tbody tr td {
    font-size: 0.5rem;
    line-height: 0.9rem;
  }

  .box4_tableA {
    width: 3.25rem;
    height: 1.15rem;
  }

  .box4_tableA span {
    font-size: 0.45rem;
  }

  .box4_circleBox {
    width: 90%;
    height: 8.75rem;
  }

  .box4_circle {
    width: 8.65rem;
    height: 8.55rem;
  }

  .box4_circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.1rem;
    line-height: 1.25rem;
  }


  .box4_numBox {
    width: 1rem;
    height: 0.9rem;
    margin: 0 0.35rem;
  }

  .box4_numBox span {
    font-size: 0.5rem;
    line-height: 0.5rem;
    left: -1.0.125rem;
  }

  .box4_lineText {
    max-width: 4.15rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
  }

  .box4_posi1 {
    top: 0.35rem;
    left: 0rem;
  }

  .box4_posi2 {
    top: 3.5rem;
    left: -.8rem;
  }

  .box4_posi3 {
    top: 7rem;
    left: .3rem;
  }

  .box4_posi4 {
    top: 7.8rem;
    left: 7.325rem;
  }

  .box4_posi5 {
    top: 5rem;
    left: 10rem;
  }

  .box4_posi6 {
    top: 1.25rem;
    left: 10rem;
  }

  .box4_posi7 {
    top: -1rem;
    left: 7.125rem;
  }

  .box5 {
    width: 100%;
    margin-top: 1.7rem;
  }

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

  .box5_redBox {
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
    padding: 1rem 0;
  }

  .box5_whiteBox {
    width: 90%;
    height: auto;
    border-radius: 0.45rem;
    padding: 1rem 0 .5rem;
  }

  .box5_hintIcon1 {
    width: 0.8rem;
    top: 0.25rem;
    left: 0.25rem;
  }

  .box5_hintIcon2 {
    width: 0.8rem;
    top: 0.25rem;
    right: 0.25rem;
  }

  .box5_hintIcon3 {
    width: 0.8rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .box5_hintIcon4 {
    width: 0.8rem;
    bottom: 0.25rem;
    right: 0.25rem;
  }

  .box5_bigFlexBox {
    width: 100%;
  }

  .box5_itemBox {
    width: 31%;
    height: auto;
    top: -0.4rem;
  }

  .red-line {
    height: 70%;
    height: 114px;
  }
  .box5_marbot1 {
    margin-bottom: 1.25rem;
  }

  .box5_marrig1 {
    margin-right: 0.5rem;
  }

  .box5_titleFlexBox {
    width: 100%;
    margin-bottom: 0.25rem;
  }

  .box5_titleIcon {
    width: 0.8rem;
    margin-right: 0.25rem;
  }

  .box5_title {
    font-size: 0.65rem;
    line-height: 0.65rem;
  }

  .box5_text {
    width: 100%;
    font-size: 0.5rem;
    line-height: 0.8rem;
  }

  .box5_lineBg {
    width: 100%;
  }

  .box6 {
    width: 100%;
    margin-top: 1.65rem;
  }

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

  .box6_redBox {
    margin-top: 1.25rem;
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }

  .box6_flexBox {
    width: 92%;
    flex-wrap: wrap;
    padding-top: .5rem;
    margin-bottom: 0.95rem;
    margin: auto;
  }

  .box6_a {
    width: 49%;
    height: 6.2rem;
    border-radius: 0.25rem;
    margin-right: 2%;
    margin-bottom: .5rem;
  }

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

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

  .box6_skipA {
    width: 6.6rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.95rem auto 0 auto;
    background: url(../images/box6_aBg.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .box6_skipA span {
    font-size: 0.75rem;
    font-weight: 400;
    color: #FFE5B3;
    line-height: 0.75rem;
  }

  .box7 {
    width: 100%;
    margin-top: 1.65rem;
  }

  .box7_h2 {
    width:100%;
    display: block;
    margin: 0 auto 1.15rem auto;
  }

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

  .box7_a {
    width: 24%;
    height: 1.25rem;
    border-radius: 0.15rem;
    font-size: 0.5rem;
    line-height: 0.45rem;
    margin-right: 1.25%;
    margin-bottom: 0.5rem;
  }

  .box7_a:nth-child(8n) {
    margin-right: 1.25%;
  }
  .box7_a:nth-child(4n) {
    margin-right: 0;
  }

  .box7_a:hover {
    box-shadow: 0rem 0.075rem 0rem 0rem rgba(199, 4, 12, 0.6);
  }

  .box8 {
    width: 100%;
    margin-top: 1.65rem;
    margin-bottom: 1.75rem;
  }

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

  .box8_redBox {
    height: auto;
    margin-top: 1.25rem;
    padding: 1.25rem .5rem .7rem;
  }

  .box8_redBox ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .box8_redBox li {
    width: 49%;
    height: 6.175rem;
    box-sizing: border-box;
    padding: 0.75rem;
    margin-bottom: .5rem;
  }
  .box8_redBox li:nth-child(1) {
    margin-right: 2%;
  }


  .li-img {
    width: 100%;
    height: 3.7rem;
    border-radius: 0.25rem;
    margin-bottom: 0.375rem;
  }
  .li-img img {
    width: 100%;
    height: 100%;
  }

  .box8_redBox li p {
    font-size: 0.6rem;
    line-height: 0.75rem;
  }

  .fixed-b {
    display: none;
    width: 100%;
    height: 4.05rem;
  }

  .fixed-b .wrap {
    display: block;
  }

  .footer-btn {
    width: 8rem;
    height: 2.3rem;
    background: url('../images/footer_btn.png') no-repeat center;
    background-size: 100%;
    line-height: 2.3rem;
    font-size: 0.7rem;
    margin: auto;
  }
  .footer-w {
    width: 100%;
  }
  .footer-l, .footer-r {
   display: none;
  }


  /* 预约弹窗 */
  #your-dom-id {
    display: none;
  }

  .nc-container,
  .nc-slider_input {
    /* 滑块宽高 */
    width: 100%;
    height: 1.5rem;
    margin-bottom: 10px;
  }

  ._nc .stage1,
  .slider {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  ._nc .stage1 .track div,
  ._nc .stage1 .label {
    /* 文字大小 */
    font-size: .6rem !important;
    width: 100% !important;
    height: 1.5rem !important;
    line-height: 1.5rem !important;
  }

  /* 滑动按钮大小 */
  ._nc .stage1 .button {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  ._nc .stage1 .icon {
    left: 0 !important;
  }

  .yuyue-box {
    width: 90%;
    height: 18rem;
    padding: 1.4rem .5rem .3rem;
    border-radius: .6rem;
  }

  .login-close {
    width: .9rem;
    height: .9rem;
    top: -1.3rem;
    right: .4rem;
  }

  .login-title {
    width: 100%;
    top: -.3rem;
    font-size: .8rem;
    line-height: 1.5rem;
  }
  .login-title img {
    width: 100%;
  }
  .login-title p {
    font-size: .9rem;
    margin-bottom: 1rem;
  }
  
  .login-title p:before, .login-title p:after {
    width: 3rem;
    height: .5rem;
  }
  
  .login-title p:before {
    margin-right: .25rem;
  }
  
  .login-title p:after {
    margin-left: .25rem;
  }

  .yuyue-bg {
    border-radius: .6rem;
    padding: 0 .5rem .5rem;
  }
  .yuyue-bg select {
    background-size: .5rem;
  }
  .input {
    height: 1.8rem;
    margin-bottom: .5rem;
    padding: 0 .3rem;
    font-size: .7rem;
    border-radius: .4rem;
  }
  input {
    font-size: .7rem;
  }
  .mobile {
    height: 1.2rem;
  }
  .codeBox {
    margin-bottom: .5rem;
    padding: 0 0 0 .3rem;
  }
  
  .code {
    height: 1.8rem;
    padding: 0 .4rem;
    font-size: .6rem;
  }

  .submit {
    width: 100%;
    height: 1.5rem;
    border-radius: .4rem;
    font-size: .7rem;
    margin-top: .5rem;
  }

  .send {
    height: 1.8rem;
    font-size: .6rem;
  }
  .box2_redBox,.box3_content,.box4_redBox,.box5_redBox,.box6_redBox,.box7_redBox,.box8_redBox {
    background: #BE0B06;
    border-radius: .5rem;
    border: 1px solid #FFC39E;
  }
}