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

/* 镜像 */
.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.2);
  }

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

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

@keyframes zoomMove2 {
  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%;
}

.box1 {
  width: 100%;
  height: 570px;
  padding-top: 34px;
  z-index: 9;
}

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

.box1_topH1 {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #FBE986;
  line-height: 28px;
  background: -webkit-linear-gradient(190deg, #FBE986 0%, #F2B13E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box1_h1 {
  width: 663px;
  margin: -20px auto 0 auto;
}

.box1_bottomBox {
  width: 600px;
  height: 268px;
  display: block;
  background: url(../images/box1_bottomBg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 14px;
  margin: 0 auto;
}

.box1_bottomBox span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  color: #FBE986;
  line-height: 33px;
  background: -webkit-linear-gradient(190deg, #FBE986 0%, #FFC45D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box2 {
  width: 100%;
  height: 500px;
  padding-top: 144px;
}

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

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

.h2Left {
  width: 132px;
  display: block;
}

.h2Box h2 {
  display: block;
  font-size: 46px;
  font-weight: 600;
  color: #F2B33F;
  line-height: 46px;
  background: -webkit-linear-gradient(190deg, #FFF5BF 0%, #F2B33F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 18px;
}

.box2_yuyueBox {
  width: 1200px;
  padding-bottom: 85px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.box2_yuyue {
  width: 983px;
  height: 182px;
  background: linear-gradient(190deg, #FBEA8E, #F2B33F);
  box-shadow: 0px 11px 0px 0px #E68720;
  border-radius: 16px;
  margin: 0 auto;
  z-index: 9;
  padding-top: 10px;
}

.box1_bottomBg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box2_redBox {
  width: 953px;
  height: 175px;
  background: url(../images/box2_redBg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  padding-top: 1%;
  justify-content: center;
  
}


.box2_inputBigBox {
  width: 783px;
  margin-right: 8px;
}

.box2_flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box2_flexBoxMar {
  margin-bottom: 14px;
}

.box2_input {
  width: 230px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-right: 16px;
  overflow: hidden;
}

.box2_select {
  width: 118px;
  height: 54px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin-right: 16px;
  background: #FFFFFF url(../images/selectBg.png) no-repeat 95%;
  background-size: 15px 18px;
}

.box2_select2 {
  width: 230px;
  height: 54px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  background: #FFFFFF url(../images/selectBg.png) no-repeat 95%;
  background-size: 15px 18px;
}

.slider_input {
  width: 250px;
  height: 54px;
  margin-right: 16px;
}

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

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

.nc_scale {
  height: 100% !important;
}

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

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

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

.box2_codeFlexBox {
  width: 230px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.box2_codeInput {
  width: 130px;
  padding: 0 10px;
  box-sizing: border-box;
  height: 54px;
}

.box2_sendBtn {
  width: calc(100% - 130px);
  height: 54px;
  background: linear-gradient(190deg, #FBEA8E, #F2B33F);
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #B81D1A;
  line-height: 56px;
  cursor: pointer;
}

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

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

.box2_book {
  width: 260px;
  display: block;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}

.box2_blueBottom {
  width: 586px;
  display: block;
  margin: -30px auto 0 auto;
  position: relative;
}

.box2_a {
  width: 220px;
  height: 56px;
  background: linear-gradient(190deg, #FFF5BF, #F2B33F);
  box-shadow: 0px 7px 0px 0px #9B2323;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -156px auto 0 auto;
  position: relative;
}

.box2_a span {
  font-size: 30px;
  font-weight: 600;
  color: #BD2F2E;
  line-height: 30px;
}

.box2_bottomText {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 60px;
}

.box2_bookPosi1 {
  top: 28px;
  left: 50%;
  margin-left: -482px;
}

.box2_bookPosi2 {
  top: 208px;
  left: 50%;
  margin-left: -482px;
}

.box2_bookPosi3 {
  top: 28px;
  right: 50%;
  margin-right: -482px;
}

.box2_bookPosi4 {
  top: 208px;
  right: 50%;
  margin-right: -482px;
}

.box2_bookLeft {
  width: 352px;
  height: 84px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
}

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

.box2_starText span {
  font-size: 30px;
  font-weight: 600;
  color: #BD2F2E;
  line-height: 30px;
}

.box2_bookTextBox {
  width: calc(100% - 62px);
  height: 83px;
  padding-top: 16px;
  padding-left: 16px;
}

.box2_bookTextBox2 {
  padding-left: 46px;
}

.box2_bookTextBox img {
  width: 292px;
  position: absolute;
  left: 0;
  top: 0;
}

.box2_bookText {
  width: 229px;
  height: 52px;
  background: linear-gradient(190deg, #FFF5BF, #F2B33F);
  box-shadow: 0px 3px 0px 0px #9B2323;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box2_bookText span {
  width: 90%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #BD2F2E;
  line-height: 20px;
  display: block;
  text-align: center;
}

.box3 {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.box3_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box3_content {
  width: 1200px;
  height: auto;
  /* background: linear-gradient(190deg, #FFF5BF, #F2B33F); */
  box-shadow: 0px 3px 0px 0px #9B2323;
  border-radius: 18px;
  margin-top: 44px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 100px;
}
.box3_content li{
  width: 24%;
  margin: 0 .5%;
  background-color: rgba(255,255,255,.8);
  border-radius: 10px;
  padding: 15px 10px;
  box-sizing: border-box;
}
.box3_content li img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}
.box3_content li p{
  padding: 0 15px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}
.box3_content li a{
  display: block;
  margin: 15px auto 0;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 24px;
  line-height: 50px;
  color: #B81D1A;
  text-align: center;
  background: linear-gradient(190deg, #FBEA8E, #F2B33F);
  transition: .2s;
  cursor: pointer;
}
.box3_content li a:hover{
  width: 180px;
}

.box3_leftBox {
  width: 932px;
  height: 598px;
  background: #EF9B00;
  border-radius: 18px;
  padding: 8px;
}

.box3_leftBox2 {
  width: 100%;
  height: 100%;
  background: #FFDF5E;
  border-radius: 18px;
  padding: 16px;
}

.box3_leftBox3 {
  width: 100%;
  height: 100%;
  background: #EF9B00;
  border-radius: 25px;

}

.box3_rightBox {
  width: 250px;
  height: 578px;
  background: #FBD691;
  border: 1px solid rgba(192, 14, 9, 0.27);
  border-radius: 6px;
  margin-left: 10px;
  padding-top: 20px;
  text-align: center;
}

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

.box3_rTitleBox img {
  display: block;
  width: 58px;
}

.box3_rTitleBox span {
  display: block;
  margin: 0 10px;
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  background: -webkit-linear-gradient(190deg, #D3100A 0%, #A80B07 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box3_rRedTitle {
  display: inline-block;
  padding: 2px 12px;
  background: #CA130E;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 14px;
}

.box3_rHintTitle {
  font-size: 18px;
  font-weight: 600;
  color: #CA130E;
  line-height: 18px;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 18px;
}

.box3_rRedBgTitle {
  width: 108px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/redTitle.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 18px;
  margin-bottom: 6px;
}

.box3_rRedBgTitle span {
  font-size: 20px;
  font-weight: 600;
  color: #FFF5BF;
  line-height: 20px;
  background: -webkit-linear-gradient(190deg, #FFF5BF 0%, #F2B33F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  left: -4px;
}

.box3_rText {
  width: 208px;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  display: block;
  margin: 0 auto 2px auto;
  text-align: left;
}

.box3_rBottomText {
  font-size: 15px;
  font-weight: 400;
  color: #CA130E;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: center;
}

.box4 {
  width: 100%;
  padding: 66px 0 48px 0;
  background: url(../images/box4_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.box4_aFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 46px;
  margin-bottom: 50px;
}

.box4_a {
  width: 373px;
  height: 250px;
  background: #1F34A6;
  border: 2px solid #2C50F4;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
}

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

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

.box4_skipA {
  width: 11.5%;
  height: 56px;
  background: #263FB9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 1%;
  margin-bottom: 16px;
}

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

.box4_skipA:hover {
  background: linear-gradient(135deg, #BE2A1D, #9C1F14);
}

.gift_container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 8px;
}

.gift_item {
  height: 24%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1%;
}

.gift_center {
  height: 50%;
  display: flex;
  justify-content: space-between;
}

.gift {
  width: 24%;
  height: 100%;
  background: url(../images/giftBg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gift_bg1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.gift_bg2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/gift_bg2.png) no-repeat center center;
  background-size: 100% 100%;
  flex-direction: row;
  padding-right: 36px;
}

.gift_img1 {
  width: 94px;
  margin-right: 20px;
}

.gift_img2 {
  width: 94px;
  margin-right: 14px;
}

.gift_img3 {
  width: 93px;
  margin-right: 6px;
}

.gift_img4 {
  width: 78px;
  margin-right: 14px;
}

.gift_img5 {
  width: 86px;
  margin-right: 16px;
}

.gift_img6 {
  width: 95px;
  margin-right: 4px;
}

.gift_text1 {
  width: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  display: block;
  word-break: break-all;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.gift_text2 {
  width: 22px;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  display: block;
  word-break: break-all;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  white-space: nowrap;
}

.gift_yellowBox {
  width: 56px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.gift_yellowBox span {
  width: 18px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #A80B07;
  line-height: 18px;
  word-break: break-all
}

.gift_center .gift {
  height: 48%;
  margin-bottom: 2%;
}

.gift.active {
  background: url(../images/gift_active.png) no-repeat center center;
  background-size: 100% 100%;
}

.gift_center .gift_item2 {
  width: 24%;
}

.gift_center .gift_item2 .gift {
  width: 100%;
}

.gift_center .cj_txt {
  width: 49%;
  height: 96%;
  background: url(../images/cjCenterBg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  box-sizing: border-box;
}

.cj_title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #FFDE58;
  line-height: 30px;
  margin-bottom: 10px;
}

.cj_btn {
  width: 335px;
  height: 90px;
  background: url(../images/cjBtn.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 8px;
}

.cj_btn span {
  font-size: 44px;
  font-weight: 600;
  color: #D1100A;
  line-height: 44px;
  background: -webkit-linear-gradient(0deg, #C71410 0%, #D3100A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cj_time {
  display: flex;
  justify-content: space-between;
  color: #971F23;
  font-size: 22px;
  line-height: 40px;
}

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

.cj_yellowText {
  width: 113px;
  height: 33px;
  background: #FFDF5E;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 600;
  color: #CA130E;
  line-height: 23px;
  margin-right: 8px;
}

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

.pc_show {
  display: block !important;
}

.m_show {
  display: none !important;
}

.gift1.giftActive,
.gift7.giftActive {
  background: url(../images/giftActive_bg.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.gift2.giftActive,
.gift3.giftActive,
.gift4.giftActive,
.gift5.giftActive,
.gift6.giftActive,
.gift8.giftActive,
.gift9.giftActive,
.gift10.giftActive,
.gift11.giftActive,
.gift12.giftActive {
  background: url(../images/giftActive_bg2.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.last-check {
  /* margin-top: 0.2rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3%;
}
input[type=checkbox] {
  width: 28px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  line-height: 0 !important;
  filter: "alpha(opacity=0)";
}
.ajax_form input {
  border-radius: 4px;
  border: 1px solid #A1A1A1;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  font-size: 20px;
  float: left;
}
input[type=checkbox]:checked+label {
  background: url(../images/checkbox_icon.png) no-repeat 0px -25px;
}
input[type=checkbox]+label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url(../images/checkbox_icon.png) no-repeat 0px -81px;
  line-height: 24px;
  opacity: 1;
}
.last-check label {
  font-size: 14px;
  color: #666;
}
.last-check label {
  font-size: 14px;
  color: #666;
}
.last-check a {
  color: #fff;
  font-size: 12px;
}
@media only all and (max-width:1080px) {

  .gift1.giftActive,
  .gift7.giftActive {
    background: url(../images/giftActive_bg.png) no-repeat !important;
    background-size: 100% 100% !important;
  }

  .gift2.giftActive,
  .gift3.giftActive,
  .gift4.giftActive,
  .gift5.giftActive,
  .gift6.giftActive,
  .gift8.giftActive,
  .gift9.giftActive,
  .gift10.giftActive,
  .gift11.giftActive,
  .gift12.giftActive {
    background: url(../images/giftActive_bg.png) no-repeat !important;
    background-size: 100% 100% !important;
  }

  .m_show {
    display: block !important;
  }

  .pc_show {
    display: none !important;
  }

  .box1 {
    height: 14.57rem;
    padding-top: 0.85rem;
  }

  .box1_banner {
    width: 51rem;
  }

  .box1_topH1 {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 0.7rem;
  }

  .box1_h1 {
    width: 100%;
    margin: -0.5rem auto 0 auto;
  }

  .box1_bottomBox {
    width: 80%;
    height: 6.6rem;
    padding-top: 0.35rem;
  }

  .box1_bottomBox span {
    width: 100%;
    font-size: 0.825rem;
    line-height: 0.825rem;
  }

  .box2 {
    width: 100%;
    height: auto;
    padding-top: 3.6rem;
    padding-bottom: 1rem;
    background: #051f56;
  }

  .box2_bg {
    width: 51rem;
  }

  .h2Left {
    width: 2rem;
    display: block;
  }

  .h2Box h2 {
    font-size: 1.15rem;
    line-height: 1.4rem;
    text-align: center;
    margin: 0 0.45rem;
    white-space: nowrap;
  }

  .box2_yuyueBox {
    width: 100%;
    padding-bottom: 2.125rem;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
  }

  .box2_yuyue {
    width: 100%;
    height: auto;
    border-radius: 0.4rem;
    padding-top: 0.4rem;
    padding-bottom: .4rem;
  }

  .box1_bottomBg {
    display: none;
  }

  .box2_redBox {
    width: 96%;
    height: auto;
    border-radius: .5rem;
    background: #d10012;
    flex-wrap: wrap;
    padding: .5rem 0;
  }

  .box2_inputBigBox {
    width: 96%;
    margin-right: 0.2rem;
  }

  .box2_flexBox {
    flex-wrap: wrap;
  }

  .box2_flexBoxMar {
    margin-bottom: 0;
  }

  .box2_input {
    width: 90%;
    height: 1.6rem;
    border-radius: 0.25rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    font-size: .7rem;
    font-weight: 400;
    color: #333333;
    line-height: .7rem;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: .5rem;
  }

  #province,
  #city {
    width: 90%;
  }

  .box2_select {
    width: 100%;
    height: 1.6rem;
    border-radius: 0.25rem;
    font-size: .7rem;
    line-height: 0.7rem;
    padding: 0 0.25rem;
    margin-right: 0.4rem;
    background: #FFFFFF url(../images/selectBg.png) no-repeat 95%;
    background-size: 0.375rem 0.45rem;
    margin-bottom: .5rem;
  }

  .box2_select2 {
    width: 90%;
    height: 1.6rem;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.7rem;
    padding: 0 0.25rem;
    background: #FFFFFF url(../images/selectBg.png) no-repeat 95%;
    background-size: 0.375rem 0.45rem;
    margin-bottom: .5rem;
  }

  .slider_input {
    width: 90%;
    height: 1.6rem;
    margin-right: 0rem;
    margin-bottom: .5rem;
  }

  #your-dom-id {
    display: none;
  }

  .nc-container,
  .nc-slider_input {
    /* 滑块宽高 */
    width: 100%;
    height: 1.6rem;
    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: .7rem !important;
    width: 100% !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
  }

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

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

  .box2_codeFlexBox {
    width: 90%;
    height: 1.6rem;
    border-radius: 0.25rem;
  }

  .box2_codeInput {
    width: 60%;
    padding: 0 0.25rem;
    height: 1.6rem;
  }

  .box2_sendBtn {
    width: 40%;
    height: 1.6rem;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    line-height: 1.4rem;
  }

  .submit {
    width: 4.225rem;
    height: 4.225rem;
    display: block;
    background: url(../images/submit.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: .8rem;
  }

  .box2_bookBigBox {
    width: 100%;
    margin-top: 1.05rem;
  }

  .box2_book {
    width: 6rem;
    display: block;
    margin: 0 auto;
    z-index: 9;
    position: relative;
  }

  .box2_blueBottom {
    width: 14.65rem;
    display: block;
    margin: -0.75rem auto 0 auto;
    position: relative;
  }

  .box2_a {
    width: 6rem;
    height: 1.4rem;
    background: linear-gradient(190deg, #FFF5BF, #F2B33F);
    box-shadow: 0rem 0.175rem 0rem 0rem #9B2323;
    border-radius: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -3.9rem auto 0 auto;
    position: relative;
  }

  .box2_a span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #BD2F2E;
    line-height: 0.75rem;
  }

  .box2_bottomText {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0.45rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
    margin-top: 1.5rem;
  }

  .box2_bookPosi1 {
    top: 0.7rem;
    left: 50%;
    margin-left: -9rem;
  }

  .box2_bookPosi2 {
    top: 5.2rem;
    left: 50%;
    margin-left: -9rem;
  }

  .box2_bookPosi3 {
    top: 0.7rem;
    right: 50%;
    margin-right: -9rem;
  }

  .box2_bookPosi4 {
    top: 5.2rem;
    right: 50%;
    margin-right: -9rem;
  }

  .box2_bookLeft {
    width: 8.8rem;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
  }

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

  .box2_starText span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #BD2F2E;
    line-height: 0.75rem;
  }

  .box2_bookTextBox {
    width: calc(100% - 1.55rem);
    height: auto;
    padding-top: 0.4rem;
    padding-left: 0.4rem;
  }

  .box2_bookTextBox2 {
    padding-left: 2.85rem;
  }

  .box2_bookTextBox img {
    display: none;
  }

  .box2_bookText {
    width: 4rem;
    height: auto;
    background: linear-gradient(190deg, #FFF5BF, #F2B33F);
    box-shadow: 0rem 0.075rem 0rem 0rem #9B2323;
    border-radius: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box2_bookText span {
    width: 90%;
    font-size: 0.5rem;
    font-weight: 600;
    color: #BD2F2E;
    line-height: 0.7rem;
    display: block;
    text-align: center;
  }

  .box3 {
    width: 100%;
    height: auto;
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

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

  .box3_content {
    width: 100%;
    height: auto;
    box-shadow: 0rem 0.075rem 0rem 0rem #9B2323;
    border-radius: 0.45rem;
    margin-top: 1.1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: .1rem;
  }
  .box3_content li{
    width: 48%;
    margin: 0 1% 1rem;
    border-radius: .5rem;
    padding: .5rem .2rem;
  }
  .box3_content li img{
    border-radius: .4rem;
    margin-bottom: .2rem;
  }
  .box3_content li p{
    padding: 0;
    font-size: .64rem;
    line-height: 1rem;
  }
  .box3_content li a{
    margin: 0.3rem auto 0;
    width: 70%;
    height: 1.5rem;
    border-radius: .6rem;
    font-size: .8rem;
    line-height: 1.5rem;
  }
  .box3_content li a:hover{
    width: 60%;
  }



  .box3_leftBox {
    order: 2;
    width: 100%;
    height: 14.95rem;
    background: #EF9B00;
    border-radius: 0.45rem;
    padding: 0.2rem;
  }

  .box3_leftBox2 {
    width: 100%;
    height: 100%;
    background: #FFDF5E;
    border-radius: 0.45rem;
    padding: 0.4rem;
  }

  .box3_leftBox3 {
    width: 100%;
    height: 100%;
    background: #EF9B00;
    border-radius: 0.625rem;
  }

  .box3_rightBox {
    order: 1;
    width: 100%;
    height: auto;
    border-radius: 0.15rem;
    margin-left: 0rem;
    padding-top: 0.5rem;
    text-align: center;
  }

  .box3_rTitleBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
  }

  .box3_rTitleBox img {
    display: block;
    width: 1.45rem;
  }

  .box3_rTitleBox span {
    display: block;
    margin: 0 0.25rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.9rem;
    background: -webkit-linear-gradient(190deg, #D3100A 0%, #A80B07 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .box3_rRedTitle {
    padding: 0.05rem 0.3rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 0.7rem;
    margin-bottom: 0.5rem;
  }

  .box3_rHintTitle {
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 0.7rem;
    margin-bottom: 0.45rem;
  }

  .box3_rRedBgTitle {
    width: 3.6rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/redTitle.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.45rem;
    margin-bottom: .4rem;
  }

  .box3_rRedBgTitle span {
    font-size: 0.7rem;
    font-weight: 600;
    color: #FFF5BF;
    line-height: 0.7rem;
    background: -webkit-linear-gradient(190deg, #FFF5BF 0%, #F2B33F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    left: -0.1rem;
  }

  .box3_rText {
    width: 95%;
    font-size: 0.7rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.8rem;
    display: block;
    margin: 0 auto .4rem auto;
    text-align: left;
  }

  .box3_rBottomText {
    font-size: .6rem;
    line-height: 0.75rem;
    margin-bottom: .5rem;
  }

  .box4 {
    width: 100%;
    padding: 1.65rem 0 1.2rem 0;
  }

  .box4_aFlexBox {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.15rem;
    margin-bottom: 1.25rem;
  }

  .box4_a {
    width: 48%;
    height: 6.25rem;
    background: #1F34A6;
    border: 2px solid #2C50F4;
    border-radius: 0.375rem;
    padding: 0.25rem;
    box-sizing: border-box;
    margin-bottom: .5rem;
    margin-right: 1%;
  }

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

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

  .box4_skipA {
    width: 24%;
    height: 1.6rem;
    background: #263FB9;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 0.6rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 1%;
    margin-bottom: .6rem;
  }

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

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

  .box4_skipA:hover {
    background: linear-gradient(135deg, #BE2A1D, #9C1F14);
  }

  .gift_container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
  }

  .gift_item {
    height: 24%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
  }

  .gift_center {
    height: 50%;
    display: flex;
    justify-content: space-between;
  }

  .gift {
    width: 24%;
    height: 100%;
    background: url(../images/giftBg.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .gift_bg2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/giftBg.png) no-repeat center center;
    background-size: 100% 100%;
    flex-direction: row;
    padding-right: 0;
  }

  .gift_img1 {
    width: 2.35rem;
    margin-right: .5rem;
  }

  .gift_img2 {
    width: 2.35rem;
    margin-right: 0.35rem;
  }

  .gift_img3 {
    width: 2.325rem;
    margin-right: 0.15rem;
  }

  .gift_img4 {
    width: 1.95rem;
    margin-right: 0.35rem;
  }

  .gift_img5 {
    width: 2.15rem;
    margin-right: 0.4rem;
  }

  .gift_img6 {
    width: 2.375rem;
    margin-right: 0.1rem;
  }

  .gift_text1 {
    width: 0.4rem;
    font-size: 0.4rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    display: block;
    word-break: break-all;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
  }

  .gift_text2 {
    width: 0.55rem;
    font-size: 0.55rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.55rem;
    text-align: center;
    display: block;
    word-break: break-all;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
  }

  .gift_yellowBox {
    display: none;
  }

  .gift_yellowBox span {
    width: 0.45rem;
    display: block;
    text-align: center;
    font-size: 0.45rem;
    font-weight: 600;
    color: #A80B07;
    line-height: 0.45rem;
    word-break: break-all
  }

  .gift_center .gift {
    height: 48%;
    margin-bottom: 2%;
  }

  .gift.active {
    background: url(../images/gift_active.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .gift_center .gift_item2 {
    width: 24%;
  }

  .gift_center .gift_item2 .gift {
    width: 100%;
  }

  .gift_center .cj_txt {
    width: 49%;
    height: 96%;
    background: url(../images/cjCenterBg.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    box-sizing: border-box;
  }

  .cj_title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 600;
    color: #FFDE58;
    line-height: 0.6rem;
    margin-bottom: 0.25rem;
  }

  .cj_btn {
    width: 80%;
    height: 2.25rem;
    background: url(../images/cjBtn.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 0.2rem;
  }

  .cj_btn span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #D1100A;
    line-height: 1.1rem;
    background: -webkit-linear-gradient(0deg, #C71410 0%, #D3100A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .cj_time {
    display: flex;
    justify-content: space-between;
    color: #971F23;
    font-size: 0.55rem;
    line-height: 1rem;
  }

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

  .cj_yellowText {
    display: none;
  }

  .cj_textBox span {
    font-size: 0.6rem;
    font-weight: 400;
    color: #FDFF55;
    line-height: 0.6rem;
  }
  .gift_bg1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}