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

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

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

/* 透明边框 */
.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;
}

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

  50% {
    transform: scale(1.1);
  }

  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: #c72125;
  padding-bottom: 80px;
}

.box1 {
  width: 100%;
  padding-top: 28px;
}

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

.box1_topImg {
  width: 997px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: calc(-997px / 2);
  z-index: 9;
}

.box1_titleBigBox {
  width: 918px;
  height: 598px;
  margin: 0 auto;
  background: url(../images/box1titleBox.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 40px;
}

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

.box1_h1Left {
  width: 574px;
}

.box1_h1R {
  width: 122px;
}

.box1_h1Bottom {
  width: 435px;
  margin: 0 auto;
  position: relative;
  top: -10px;
  left: 72px;
}

.box1_pLeft1 {
  width: 70px;
  position: absolute;
  top: 393px;
  left: 50%;
  margin-left: -490px;
}

.box1_pLeft2 {
  width: 178px;
  position: absolute;
  top: 430px;
  left: 50%;
  margin-left: -722px;
}

.box1_rpeople1 {
  width: 106px;
  position: absolute;
  top: 422px;
  right: 50%;
  margin-right: -588px;
}

.box1_rpeople2 {
  width: 201px;
  position: absolute;
  top: 478px;
  right: 50%;
  margin-right: -820px;
}

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

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

.box1_item span {
  font-size: 30px;
  font-weight: 400;
  color: #C8211B;
  line-height: 44px;
  word-break: break-all;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  white-space: nowrap;
}

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

.box2_bg {
  width: 1498px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box2_h1 {
  width: 650px;
  margin: 0 auto;
}

.box2_content {
  width: 100%;
  padding-top: 78px;
}

.box2_yellowBox {
  width: 930px;
  height: 386px;
  background: #FFD6A6;
  box-shadow: 0px 8px 18px 2px rgba(109, 9, 9, 0.2);
  border-radius: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box2_danFlexBox {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box2_dan {
  width: 86px;
  height: 100px;
  background: url(../images/dan.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  cursor: pointer;
}

.box2_dan img {
  display: none;
  width: 88px;
  position: absolute;
  top: -40px;
  left: -49px;
  animation-name: chuizimove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes chuizimove {
  0% {
    transform: rotate(0deg);
    transform-origin: left bottom;
  }

  50% {
    transform: rotate(-20deg);
    transform-origin: left bottom;
  }

  100% {
    transform: rotate(0deg);
    transform-origin: left bottom;
  }
}

.box2_dan:hover.box2_dan img {
  display: block;
}

.box2_redBox {
  width: 534px;
  height: 318px;
  background: url(../images/box2_redBoxBg.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 30px;
  padding: 30px 42px;
}

.box2_text {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #F6D1A5;
  line-height: 32px;
}

.box2_text span {
  font-size: 22px;
}

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

.box3_h1 {
  width: 650px;
  margin: 0 auto;
}

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

.box3_btn {
  width: 223px;
  height: 60px;
  background: linear-gradient(180deg, #C92226, #E83B3F);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 130px;
}

.box3_btn span {
  font-size: 24px;
  font-weight: 400;
  color: #FDECD2;
  line-height: 24px;
}

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

.box3_btn img {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box3_btn:hover.box3_btn img {
  display: block;
}

.box3_btn.active img {
  display: block;
}

.box3_itemBox {
  width: 100%;
  margin-top: 60px;
  padding-top: 16px;
}

.box3_itemBg1 {
  height: 725px;
  background: url(../images/redBg1.png) no-repeat;
  background-size: 100% 100%;
}

.box3_itemBg2 {
  height: 575px;
  background: url(../images/redBg2.png) no-repeat;
  background-size: 100% 100%;
}

.box3_topTextBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50px;
}

.box3_topText1 {
  font-size: 32px;
  font-weight: 600;
  color: #D30000;
  line-height: 32px;
  margin-right: 140px;
}

.box3_topText2 {
  font-size: 32px;
  font-weight: 600;
  color: #D30000;
  line-height: 32px;
}

.box3_flexBox1 {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 80px;
}

.box3_itemBox1 {
  width: 209px;
  background: #FDECD2;
  border: 2px solid #F6D1A5;
  border-radius: 6px;
  margin-bottom: 30px;
}

.box3_itemBox1 img {
  width: 100%;
  height: 213px;
  display: block;
}

.box3_text1 {
  width: 100%;
  background: linear-gradient(180deg, #C92226, #EB393D);
  border-radius: 6px 6px 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box3_flexBox2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 56px;
  padding: 0 80px;
}

.box3_item2 {
  width: 210px;
  background: #FDECD2;
  border: 2px solid #F6D1A5;
  border-radius: 6px;
}

.box3_item2Img {
  width: 100%;
  height: 212px;
}

.box3_item2TopText {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #fdecd2c4;
  line-height: 32px;
  margin-bottom: 4px;
}

.box3_bgBox {
   background: linear-gradient(180deg, #dd6b64, #f8d9c2);
}

.box3_item2BgBox {
  width: 100%;
  background: linear-gradient(180deg, #dd6b64, #f8d9c2);
  background-size: 100% 100%;
}

.box3_moneyBgBox {
  width: 194px;
  height: 64px;
  background: url(../images/jiage.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 10px auto;
}

.box3_money {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  color: #FFD6A6;
  line-height: 32px;
}

.box3_money span {
  font-size: 16px;
}

.box3_bottomFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}

.box3_redBottomText {
  font-size: 20px;
  font-weight: 600;
  color: #BD2121;
  line-height: 32px;
  display: block;
}

.box3_redBottomText span {
  font-size: 16px;
}

.goTop {
  width: 196px;
  position: fixed;
  right: 8px;
  top: 50%;
  margin-top: 100px;
  cursor: pointer;
  z-index: 99;
  display: none;
}

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

.box4_h1 {
  width: 650px;
  margin: 0 auto;
  display: block;
}

.box4_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 70px;
}

.box4_a {
  width: 130px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/a_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 22px;
  margin-bottom: 20px;
}

.box4_a span {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.box4_a:hover {
  background: url(../images/a_active.png) no-repeat;
  background-size: 100% 100%;
}

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

.box1_leftHint1 {
  width: 300px;
  position: absolute;
  top: 734px;
  left: -30px;
}

.rightHint1 {
  width: 336px;
  top: 1592px;
  right: -60px;
  position: absolute;
}

.leftHint2 {
  width: 230px;
  position: absolute;
  left: 0;
  top: 2588px;
}

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

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

.yanhua {
  width: 110px;
  position: absolute;
}

.yanhuaPosi1 {
  top: -30px;
  left: -30px;
}

.yanhuaPosi2 {
  bottom: -30px;
  right: -30px;
}

.winBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  background: rgba(201, 34, 38, 1);
  border-radius: 30px;
  padding: 40px 0;
}

.distpicker {
  width: 88%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 20px auto;
}

#province,
#city {
  height: 100%;
  border: 2px solid #FFDFB8;
  border-radius: 8px;
  width: 48%;
}

.province,
.city {
  width: 100%;
  height: 100%;
  padding: 0 14px;
  box-sizing: border-box;
  background: #c92226 url(../images/down.png) no-repeat 95%;
  background-size: 18px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #FFDFB8;
  line-height: 36px;
  overflow: hidden;
  border-radius: 8px;
}

.winInput {
  width: 88%;
  height: 60px;
  border: 2px solid #FFDFB8;
  border-radius: 8px;
  padding: 0 14px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 20px auto;
  font-size: 18px;
  font-weight: bold;
  color: #FFDFB8;
  line-height: 36px;
}

.winInput::-webkit-input-placeholder {
  color: #FFDFB8;
}

.winInput::-moz-placeholder {
  color: #FFDFB8;
}

.winInput:-moz-placeholder {
  color: #FFDFB8;
}

.winInput:-ms-input-placeholder {
  color: #FFDFB8;
}

.slider_input {
  width: 88%;
  margin: 0 auto 20px auto;
}

.telBox {
  width: 88%;
  height: 60px;
  margin: 0 auto 20px auto;
  border: 2px solid #FFDFB8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.telInput {
  width: 43%;
  height: 100%;
  padding: 0 14px;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #FFDFB8;
  line-height: 36px;
}

.codeInput {
  width: 29%;
  height: 100%;
  padding: 0 14px;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #FFDFB8;
  line-height: 36px;
}

.telInput::-webkit-input-placeholder,
.codeInput::-webkit-input-placeholder {
  color: #FFDFB8;
}

.telInput::-moz-placeholder,
.codeInput::-moz-placeholder {
  color: #FFDFB8;
}

.telInput:-moz-placeholder,
.codeInput:-moz-placeholder {
  color: #FFDFB8;
}

.telInput:-ms-input-placeholder,
.codeInput:-ms-input-placeholder {
  color: #FFDFB8;
}

.telLine {
  width: 2px;
  height: 55%;
  background: rgba(255, 223, 184, 1);
}

.send {
  width: 28%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFDFB8;
  border-radius: 0px 7px 7px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #C92226;
  line-height: 18px;
  cursor: pointer;
}

.submit {
  width: 88%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  color: #C92226;
  line-height: 36px;
  background: linear-gradient(0deg, #FFFFFF, #FFDFB8);
  border: 2px solid #FFDFB8;
  border-radius: 7px;
  cursor: pointer;
}

.submitLocal {
  width: 88%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  color: #C92226;
  line-height: 36px;
  background: linear-gradient(0deg, #FFFFFF, #FFDFB8);
  border: 2px solid #FFDFB8;
  border-radius: 7px;
  cursor: pointer;
}

.nc-container,
.nc-slider_input {
  /* 滑块宽高 */
  width: 100%;
  height: 60px;
}

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

.nc_scale {
  height: 100% !important;
}

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

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

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

.winGiftBox {
  width: 620px;
  height: 674px;
  background: url(../images/giftBg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 220px;
}

.winGift {
  height: 156px;
  border-radius: 4px;
  margin: 0 auto;
}

.winGift img {
  height: 100%;
  margin: 0 auto;
}

.giftTextBox {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 42px auto 0 auto;
}

.giftText {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}

.giftWin .closeWin {
  top: 30px;
}

@media only all and (max-width:1080px) {
  .giftWin .closeWin {
    top: -2rem;
  }
  #your-dom-id {
    display: none;
  }

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

  ._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: .7rem !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;
  }

  .page {
    padding-bottom: 1rem;
    background: #ffd6a6;
  }

  .box1 {
    width: 100%;
    padding-top: 0.7rem;
  }

  .bg {
    width: 48rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .box1_topImg {
    width: 100%;
    position: absolute;
    top: -0.75rem;
    left: 50%;
    margin-left: calc(-50%);
    z-index: 9;
  }

  .box1_titleBigBox {
    width: 100%;
    height: 14rem;
    padding-top: 1rem;
  }

  .box1_titleFlexBox {
    width: 100%;
    left: -.3rem;
  }

  .box1_h1Left {
    width: 13rem;
  }

  .box1_h1R {
    width: 3rem;
  }

  .box1_h1Bottom {
    width: 10.875rem;
    margin: 0 auto;
    position: relative;
    top: -.1rem;
    left: 1.3rem;
  }

  .box1_pLeft1 {
    width: 1.75rem;
    position: absolute;
    top: 9.825rem;
    left: 50%;
    margin-left: -12.25rem;
  }

  .box1_pLeft2 {
    width: 4.45rem;
    position: absolute;
    top: 10.75rem;
    left: 50%;
    margin-left: -18.05rem;
  }

  .box1_rpeople1 {
    width: 2.65rem;
    position: absolute;
    top: 10.55rem;
    right: 50%;
    margin-right: -14.7rem;
  }

  .box1_rpeople2 {
    width: 5.025rem;
    position: absolute;
    top: 11.95rem;
    right: 50%;
    margin-right: -20.5rem;
  }

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

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

  .box1_item span {
    font-size: 0.75rem;
    font-weight: 400;
    color: #C8211B;
    line-height: 1.1rem;
    word-break: break-all;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
    white-space: nowrap;
  }

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

  .box2_bg {
    display: none;
  }

  .box2_h1 {
    width: 16.25rem;
    margin: 0 auto;
  }

  .box2_content {
    width: 100%;
    padding-top: .5rem;
    padding: .5rem;
    background: #c32315;
    border-radius: .5rem;
    margin-top: .5rem;
  }

  .box2_yellowBox {
    width: 100%;
    height: auto;
    background: #FFD6A6;
    box-shadow: 0rem 0.2rem 0.45rem 0.05rem rgba(109, 9, 9, 0.2);
    border-radius: 0.3rem;
  }

  .box2_danFlexBox {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .box2_dan {
    width: 2.4rem;
    height: 2.85rem;
    background: url(../images/dan.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    cursor: pointer;
    margin-bottom: .8rem;
  }

  .box2_dan img {
    display: none;
    width: 2.2rem;
    position: absolute;
    top: -1rem;
    left: -1.225rem;
    animation-name: chuizimove;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  @keyframes chuizimove {
    0% {
      transform: rotate(0deg);
      transform-origin: left bottom;
    }

    50% {
      transform: rotate(-20deg);
      transform-origin: left bottom;
    }

    100% {
      transform: rotate(0deg);
      transform-origin: left bottom;
    }
  }

  .box2_dan:hover.box2_dan img {
    display: block;
  }

  .box2_redBox {
    width: 50%;
    height: auto;
    background: #c32315;
    margin-left: 0;
    padding: .5rem;
  }

  .box2_text {
    width: 100%;
    font-size: 0.45rem;
    font-weight: 400;
    color: #F6D1A5;
    line-height: 0.8rem;
  }

  .box2_text span {
    font-size: 0.55rem;
  }

  .m_none {
    display: none !important;
  }

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

  .box3_h1 {
    width: 16.25rem;
    margin: 0 auto;
  }

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

  .box3_btn {
    width: 5.575rem;
    height: 1.5rem;
    background: linear-gradient(180deg, #C92226, #E83B3F);
    border-radius: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 3.25rem;
  }

  .box3_btn span {
    font-size: 0.6rem;
    font-weight: 400;
    color: #FDECD2;
    line-height: 0.6rem;
  }

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

  .box3_btn img {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .box3_btn:hover.box3_btn img {
    display: block;
  }

  .box3_btn.active img {
    display: block;
  }

  .box3_itemBox {
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 0.4rem;
  }

  .box3_itemBg1 {
    height: auto;
    background: #c32315;
    border-radius: .5rem;
  }

  .box3_itemBg2 {
    height: auto;
    background: #c32315;
    border-radius: .5rem;
  }

  .box3_topTextBox {
    width: 94%;
    flex-wrap: wrap;
    left: 0;
    margin: 0 auto;
  }

  .box3_topText1 {
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2rem;
    margin-right: 0;
  }

  .box3_topText2 {
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2rem;
  }

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

  .box3_itemBox1 {
    width: 32%;
    background: #FDECD2;
    border: 0.05rem solid #F6D1A5;
    border-radius: 0.15rem;
    margin-bottom: 0.75rem;
    margin-right: 1%;
  }

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

  .box3_itemBox1 img {
    width: 100%;
    height: 5.325rem;
    display: block;
  }

  .box3_text1 {
    width: 100%;
    background: linear-gradient(180deg, #C92226, #EB393D);
    border-radius: 0.15rem 0.15rem 0 0;
    font-size: 0.6rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.85rem;
    text-align: center;
    min-height: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box3_flexBox2 {
    width: 94%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem auto 0 auto;
  }

  .box3_item2 {
    width: 32%;
    background: #FDECD2;
    border: 0.05rem solid #F6D1A5;
    border-radius: 0.15rem;
    margin-right: 1%;
    margin-bottom: 0.75rem;
  }

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

  .box3_item2Img {
    width: 100%;
    height: 5.3rem;
  }

  .box3_item2TopText {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.55rem;
    font-weight: 600;
    color: #fdecd2c4;
    line-height: 0.8rem;
    margin-bottom: 0.1rem;
  }

  .box3_item2BgBox {
    width: 100%;
    background: linear-gradient(180deg, #dd6b64, #f8d9c2);
    background-size: 100% 100%;
  }

  .box3_moneyBgBox {
    width: 4.85rem;
    height: 1.6rem;
    background: url(../images/jiage.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.25rem auto;
  }

  .box3_money {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0.7rem;
    font-weight: 600;
    color: #FFD6A6;
    line-height: 0.8rem;
  }

  .box3_money span {
    font-size: 0.4rem;
  }

  .box3_bottomFlexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
  }

  .box3_redBottomText {
    font-size: 0.5rem;
    font-weight: 600;
    color: #BD2121;
    line-height: 0.8rem;
    display: block;
  }

  .box3_redBottomText span {
    font-size: 0.4rem;
  }

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

  .box4_h1 {
    width: 16.25rem;
    margin: 0 auto;
    display: block;
  }

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

  .box4_a {
    width: 24%;
    height: 1.6rem;
    background: url(../images/a_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 1.2%;
    margin-bottom: 0.5rem;
  }

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

  .box4_a span {
    font-size: 0.45rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.75rem;
  }

  .box4_a:hover {
    background: url(../images/a_active.png) no-repeat;
    background-size: 100% 100%;
  }

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

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

  .closeBtn {
    width: 1.3rem;
    height: 1.3rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -2rem;
    right: 0rem;
    cursor: pointer;
  }

  .yanhua {
    width: 2.75rem;
    position: absolute;
  }

  .yanhuaPosi1 {
    top: -0.75rem;
    left: -0.75rem;
  }

  .yanhuaPosi2 {
    bottom: -0.75rem;
    right: -0.75rem;
  }

  .winBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15rem;
    background: rgba(201, 34, 38, 1);
    border-radius: 0.75rem;
    padding: 1rem 0;
  }

  .distpicker {
    width: 88%;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.5rem auto;
  }

  #province,
  #city {
    height: 100%;
    border: 0.05rem solid #FFDFB8;
    border-radius: 0.2rem;
    width: 48%;
  }

  .province,
  .city {
    width: 100%;
    height: 100%;
    padding: 0 0.35rem;
    box-sizing: border-box;
    background: #c92226 url(../images/down.png) no-repeat 95%;
    background-size: 0.45rem 0.25rem;
    font-size: 0.45rem;
    font-weight: bold;
    color: #FFDFB8;
    line-height: 0.9rem;
    overflow: hidden;
    border-radius: 0.2rem;
  }

  .winInput {
    width: 88%;
    height: 1.5rem;
    border: 0.05rem solid #FFDFB8;
    border-radius: 0.2rem;
    padding: 0 0.35rem;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 0.5rem auto;
    font-size: 0.45rem;
    font-weight: bold;
    color: #FFDFB8;
    line-height: 0.9rem;
  }

  .winInput::-webkit-input-placeholder {
    color: #FFDFB8;
  }

  .winInput::-moz-placeholder {
    color: #FFDFB8;
  }

  .winInput:-moz-placeholder {
    color: #FFDFB8;
  }

  .winInput:-ms-input-placeholder {
    color: #FFDFB8;
  }

  .slider_input {
    width: 88%;
    margin: 0 auto 0.5rem auto;
  }

  .telBox {
    width: 88%;
    height: 1.5rem;
    margin: 0 auto 0.5rem auto;
    border: 0.05rem solid #FFDFB8;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .telInput {
    width: 43%;
    height: 100%;
    padding: 0 0.35rem;
    box-sizing: border-box;
    display: block;
    font-size: 0.425rem;
    font-weight: bold;
    color: #FFDFB8;
    line-height: 0.9rem;
  }

  .codeInput {
    width: 29%;
    height: 100%;
    padding: 0 0.35rem;
    box-sizing: border-box;
    display: block;
    font-size: 0.425rem;
    font-weight: bold;
    color: #FFDFB8;
    line-height: 0.9rem;
  }

  .telInput::-webkit-input-placeholder,
  .codeInput::-webkit-input-placeholder {
    color: #FFDFB8;
  }

  .telInput::-moz-placeholder,
  .codeInput::-moz-placeholder {
    color: #FFDFB8;
  }

  .telInput:-moz-placeholder,
  .codeInput:-moz-placeholder {
    color: #FFDFB8;
  }

  .telInput:-ms-input-placeholder,
  .codeInput:-ms-input-placeholder {
    color: #FFDFB8;
  }

  .telLine {
    width: 0.05rem;
    height: 55%;
    background: rgba(255, 223, 184, 1);
  }

  .send {
    width: 28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFDFB8;
    border-radius: 0rem 0.175rem 0.175rem 0rem;
    font-size: 0.45rem;
    font-weight: bold;
    color: #C92226;
    line-height: 0.45rem;
    cursor: pointer;
  }

  .submit {
    width: 88%;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 0.425rem;
    font-weight: bold;
    color: #C92226;
    line-height: 0.9rem;
    background: linear-gradient(0deg, #FFFFFF, #FFDFB8);
    border: 0.05rem solid #FFDFB8;
    border-radius: 0.175rem;
    cursor: pointer;
  }

  .submitLocal {
    width: 88%;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 0.425rem;
    font-weight: bold;
    color: #C92226;
    line-height: 0.9rem;
    background: linear-gradient(0deg, #FFFFFF, #FFDFB8);
    border: 0.05rem solid #FFDFB8;
    border-radius: 0.175rem;
    cursor: pointer;
  }

  .winGiftBox {
    width: 94%;
    height: 16.85rem;
    background: url(../images/giftBg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 5.5rem;
  }

  .winGift {
    width: 5rem;
    height: 4.5rem;
    border-radius: 0.1rem;
  }

  .winGift img {
    height: 100%;
  }

  .giftTextBox {
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .3rem auto 0 auto;
  }

  .giftText {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 1rem;
  }

}