
/* 导航栏 start*/
.nav {
  height: 80px;
  background: #E90029;
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 22;
}
.nav .nav_logo img {
  width: 194px;
  vertical-align: middle;
}

.nav_list li {
  cursor: pointer;
}

.nav_list li a {
  display: block;
  padding: 0 20px;
  line-height: 80px;
  font-size: 18px;
  color: #fff;
}

.nav_list li:hover,
.nav_list li.active {
  background: #CD0828;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 750px) {
  .nav_list li:hover:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    background: #feedc1;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
  }
}

.nav_list li.active:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 4px;
  background: #feedc1;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
}

.nav_list li.active a {
  color: #FEEDC1;
}

.nav_list li:hover a {
  color: #fff;
  background: #CD0828;
}

.nav_list li:last-child a {
  margin-right: 0px;
}

.lottery-rules-box .lottery-rules-content {
  position: relative;
  margin: 0 auto;
  padding: 45px 50px;
  width: 1130px;
  height: 230px;
  background: linear-gradient(0deg, #ffe7ca 0%, #ffffff 100%);
  border: 2px solid #fce7cd;
  border-radius: 16px;
  box-shadow: 0px 7px 9.6px 0.28px rgba(152, 47, 2, 0.30);
}

.lottery-rules-box .lottery-rules-content p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 28px;
}

.lottery-rules-box .lottery-rules-content .apply-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 250px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  border-radius: 20px;
  background: #F14439;
}

.lottery-rules-box .lottery-rules-content .apply-btn:hover {
  color: #eee;
  background: #E7231D;
}

.lottery-rules-box .lottery-rules-content .apply-form-disabled,
.lottery-rules-box .lottery-rules-content .apply-form-disabled:hover {
  background: #999;
}
input[type="radio"] {
  position: relative;
  top: 0;
}

.draw-list {
  float: left;
  width: 710px;
  box-sizing: border-box;
  padding: 10px;
  background: transparent;
  background: #ED130D;
  border-radius: 20px;
}

.draw-list-item {
  width: 220px;
  height: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-top: 12px;
  background: #fff;
  border-radius: 12px;
  font-size: 16px;
  background: linear-gradient(168deg, #ffffff 0%, #ffe8e6 100%) #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 0 0 #fdbdbf inset;
}

.draw-list-item.active {
  background: url(../images/draw2.png) center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.draw-list-item .vlm-wrap {
  height: 106px;
}

.draw-list-click {
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  color: #e0223a;
  background-image: -webkit-linear-gradient(#fec481, #ffb153);
  background-image: -moz-linear-gradient(#fec481, #ffb153);
  background-image: -ms-linear-gradient(#fec481, #ffb153);
  background-image: linear-gradient(#fec481, #ffb153);
}

.lt,
.ct,
.gt {
  display: table-cell;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  width: 100px;
}

.lt {
  width: 80px;
  color: #A61B24;
}

.ct {
  width: 110px;
  color: #C79093;
  text-align: center;
}

.gt {
  color: #E90029;
}

.draw-list-left {
  width: 740px;
  background: #FF705E;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 11px 0px #C92505;
}

.draw-list-item.roll-5,
.draw-list-item.roll-6,
.draw-list-item.roll-7 {
  margin-bottom: 0px;
}

.draw-list-item p {
  font-size: 16px;
  font-weight: 500;
  color: #A61B24;
  line-height: 17px;
  letter-spacing: 2.24px;
}

.roll-3,
.roll-4,
.roll-5 {
  margin-right: 0px;
}

#begin_btn {
  background: #FED596;
  background-size: 100% 100%;
  color: #E90029;
}

#begin_btn:hover {
  background: #F8BE66;
}

#begin_btn::after {
  display: none;
}
#begin_btn span {
  display: block;
}
#begin_btn #start {
  margin: 30px 0 18px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

#begin_btn #start i {
  font-size: 16px;
  color: #cc2f37;
}

#begin_btn .lottery-nums-cont {
  font-size: 16px;
}
#lottery-box-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* 弹窗 */
.layer_user_info_form .layui-layer-title {
  background: #e30327;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  padding: 0 80px 0 30px;
}

.layer_user_info_form .layui-layer-setwin .layui-layer-close1 {
  background-position: 0 0px;
}

.layer_user_info_form .layui-layer-ico {
  background: url(../images/close.png) no-repeat;
}

.submit_form_register {
  padding: 20px;
}

.layer_user_info_form .collect_title {
  font-size: 14px;
  color: #E12C28;
  margin-bottom: 20px;
}

.submit_form_register .inline_dl_flex {
  display: flex;
  justify-content: space-between;
}

.submit_form_register .inline_dl_flex_box {
  width: 49%;
}

.submit_form_register .inline_dl {
  display: flex;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin-bottom: 20px;
}
.lable_info9_wrapper {
  display: flex;
}
.lable_info9_wrapper label {
  flex: 1;
}
.submit_form_register .label_info_radio,
.submit_form_register .label_info {
  display: block;
  padding: 0 20px;
}

.color_red {
  margin-right: 5px;
  color: #D00000;
}
.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select {
  width: 240px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  color: #333;
}

.submit_form_register .inline_dl input:focus-visible,
.submit_form_register .inline_dl select:focus-visible {
  outline: aliceblue;
}

.submit_form_register .address_dt {
  width: 112px;
}

.submit_form_register #address_select select {
  width: 46%;
}

.submit_form_register #address_select .address_details {
  margin-top: 20px;
}

.submit_form_register input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 5px;
  box-sizing: border-box;
}

.submit_form_register input[type="checkbox"]:checked {
  background: url(../images/checkbox.png) center center no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.submit_form_register .label_info input[type="checkbox"] {
  position: relative;
  top: 0px;
}

.submit_form_register .label_info label {
  width: 47%;
  display: inline-block;

}

.submit_form_register .label_info11 label {
  display: block;
  width: 100%;
}

.submit_form_register .label_info_radio label {
  display: block;
}

.submit_form_register .label_info_radio input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
  box-sizing: border-box;
}

.submit_form_register .label_info_radio input[type="radio"]:checked {
  background-size: cover;
  border: 3px solid #E30327;
  box-sizing: border-box;
  position: relative;
}

.submit_form_register .label_info_radio input[type="radio"]:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E30327;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layer_user_info_form .layui-layer-content {
  position: static !important;
}

.submit_form_register .label_info_radio input[type="radio"] {
  position: relative;
  top: 0px;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  height: 70px;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  background: transparent;
  border: 1px solid transparent;
  width: 350px;
  margin-bottom: 20px;
  display: block;
  height: 50px;
  background: rgba(227, 3, 39, 1);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  outline: none;
  border: none;
  font-size: 18px;
  bottom: 2px;
}

/* 弹窗 ebd*/
/*抽奖弹框*/
.layer_lotter_alert {
  border-radius: 8px;
}

.layer_lotter_alert .layui-layer-title {
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.layer_lotter_alert_title_no .layui-layer-title {
  height: 30px;
}

.layer_lotter_success {
  text-align: center;
}

.layer_lotter_success p {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.layer_lotter_success img {
  margin-bottom: 10px;
  margin-top: 33px;
}

.layer_lotter_info {
  text-align: center;
}

.layer_lotter_info img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.layer_lotter_info .layer_lotter_text1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.layer_lotter_info .layer_lotter_text2 {
  font-size: 14px;
  color: #666666;
}

.layer_lotter_answer {
  text-align: center;
}

.layer_lotter_answer_text1 {
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}

.layer_lotter_answer_text2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #e30327;
  margin-bottom: 15px;
}

.layer_lotter_prize {
  margin-top: 20px;
  text-align: center;
}

.layer_lotter_prize_text1 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.layer_lotter_prize_btn {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 50px;
  background: rgba(218, 31, 61, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}

.layer_lotter_prize_btn:hover {
  background: rgba(218, 31, 61, 0.8);
}

.layer_lotter_prize_name {
  text-align: center;
}

.layer_lotter_prize_name_text1 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.layer_lotter_prize_name_text2 {
  font-size: 24px;
  font-weight: 700;
  color: #da1f3d;
}

.layer_lotter_prize_name img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.layer_lotter_prize_name_text3 {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

/*抽奖弹框*/
/* //////////////////////// */

/* 中奖名单 */
#lottery-list-box .null {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

/* 中奖名单 */

.is_allow {
  cursor: pointer;
}

/* pc显示隐藏 start*/

.is_pc {
  display: block;
}


.is_mobile,
.is_mobile_flex {
  display: none !important;
}

/* pc显示隐藏 end*/
@media screen and (max-width: 750px) {

  .container-box .columns-left,
  .container-box .columns-right {
    display: none;
  }

  html {
    font-size: 13.3333vw !important;
    overflow-x: hidden;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .wrap {
    width: 100%;
  }

  /* 移动端隐藏 end*/
  .is_pc {
    display: none !important;
  }

  .is_mobile {
    display: block !important;
  }

  .is_mobile_flex {
    display: flex !important;
  }

  .pc_nav {
    margin-top: 0px !important;
    width: 100vw;
    height: 0.87rem;
    line-height: 0.87rem;

  }

  /* 移动端隐藏 end*/
  /*导航栏样式*/
  .nav .nav_logo img {
    width: 2.2rem;
  }

  .nav {
    height: 0.88rem;
    padding: 0 0.2rem;
    top: 0;
  }

  .nav_list li a {
    line-height: 0.88rem;
    font-size: 0.28rem;
  }

  .nav_list li {
    padding: 0 0.1rem;
    cursor: pointer;
  }

  .nav_list li:hover {
    background: transparent;
    position: relative;
  }


  /*导航栏样式*/
  /*banner*/
  .banner {
    height: 7.85rem;
    background: url(../images/banner_m.png) center center no-repeat;
    background-size: 100% 7.85rem;
    margin-top: 0.88rem;
  }

  /*banner*/

  .container-box .content-box {
    width: 100%;
  }

  .lottery-rules-box .lottery-rules-content {
    padding: .2rem;
    width: 6.5rem;
    height: 6rem;
    font-size: .24rem;
  }
  input[type="radio"] {
    position: relative;
    top: 0;
  }

  .draw-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0.11rem;
    background: none;
    border: none;
    border-radius: 0;
  }

  .draw-list-item .vlm-wrap {
    height: .9rem;
  }

  #prilist li:nth-child(3n) {
    margin-right: 0rem;
  }

  #prilist .vlm {
    display: block;
    margin: 0 auto;
    height: 100%;
    margin-top: 0.3rem;
    font-size: 0.36rem;
  }

  #start {
    vertical-align: middle;
    height: .3rem;
  }

  #prilist .roll-6 .vlm {
    width: auto;
  }
  .draw-list-item p {
    margin-top: .14rem;
    font-size: 0.2rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    text-align: center;
    width: 100%;
  }

  #begin_btn span i {
    font-size: 0.24rem;
    color: #cc2f37;
  }

  #begin_btn {
    background: #FED596;
    background-size: 100% 100%;
    color: #c80f02;
  }
  #begin_btn #start {
    margin: 30px 0 18px;
    font-size: .36rem;
    font-weight: 700;
    height: .3rem;
  }
  #begin_btn .lottery-nums-cont {
    font-size: .16rem;
  }
  .lottery-list {
    position: relative;
    width: 100%!important;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-top: 0.6rem;
  }

  #lottery-list-box {
    margin-top: 0px;
    width: 100%;
    height: 5rem;
    padding: 0.2rem 0.32rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    line-height: 40px;
    letter-spacing: 0.03rem;
  }

  #lottery-box-cont {
    width: 100%;
    display: block;
  }

  .draw-list-left {
    width: 100%;
    padding: .12rem;
    border-radius: .2rem;
  }

  .draw-list-item {
    width: 1.96rem;
    height: 1.96rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    padding-top: 0px;
    position: relative;
  }

  /* 抽奖部分 end*/

  /* 弹窗部分 start*/
  .submit_form_register .inline_dl_flex {
    display: block;
  }

  .submit_form_register {
    padding: 0.2rem 0.4rem;
  }

  .submit_form_register .inline_dl_flex_box {
    width: 100%;
  }

  .submit_form_register .label_info label {
    width: 100%;
    display: inline-block;
  }

  .submit_form_register .inline_dl {
    justify-content: flex-start;
    width: 100%;
  }
  .submit_form_register .inline_dl dd {
    flex: 1;
  }

  .submit_form_register .label_info_radio.inline_dl dd {
    width: 100%;
  }
  .lable_info9_wrapper {
    display: block;
  }
  .submit_form_register .inline_dl input,
  .submit_form_register .inline_dl select {
    width: 100%;
  }

  .submit_form_register input[type="checkbox"] {
    width: 20px !important;
  }

  .submit_form_register {
    position: relative;
  }

  .submit_form_register .label_info_radio label {
    display: block;
    text-indent: -0.6rem;
    margin-left: 0.6rem;
    line-height: 1.8;
  }

  .layer_user_info_form {
    position: relative;
  }
  .submit_form_register .inline_dl {
    font-size: .26rem;
  }

  .submit_form_register .address_dt {
    width: auto;
  }

  .submit_form_register .inline_dl input,
  .submit_form_register .inline_dl select {
    font-size: .18rem;
  }

  .submit_form_register .label_info_radio,
  .submit_form_register .label_info {
    padding: 0;
  }

  .submit_form_register .label_info11 label {
    display: block;
  }

  .submit_form_register .label_info11 dd {
    width: 100%;
  }

  .submit_form_register .label_info_radio label {
    font-size: .24rem;
    height: 40px;
    line-height: 40px;
  }
}