html {
  overflow-x: hidden;
}

/* 导航栏 start*/
.nav {
  display: flex;
  align-items: center;
  height: 95px;
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 22;
  background: #001AC0;
}

#order1, #order2, #order3 {
  position: relative;
  top: -110px;

}

.nav .nav_logo img {
  width: 160PX;
  vertical-align: middle;
}

.nav_list li a {
  display: block;
  line-height: 80px;
  font-size: 18px;
  color: #fff;
}

.nav_list li {
  padding: 0 20px;
  cursor: pointer;
}

.nav_list li:hover, .nav_list li.active {
  color: #fff;
  position: relative;
}

.container-box {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.container-box .content-box {
  position: relative;
  width: 1210px;
  margin: 0 auto;
  overflow: hidden;
}

.container-box .content-box::after {
  content: "";
  position: absolute;
  background: url(../images/light.png) center center no-repeat;
}
.page-title {
  width: 1200px;
  height: 148px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .nav_list li:hover:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    background: #04C1FF;;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
  }
}

.nav_list li.active:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 4px;
  background: #04C1FF;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
}

.nav_list li.active a {
  color: #04C1FF;
}

.nav_list li:hover a {
  color: #04C1FF;
}

.nav_list li:last-child a {
  margin-right: 0px;
}

/* 导航栏 end*/
/*banner start*/
.banner {
  position: relative;
  z-index: 2;
  height: 1410px;
  background: url(../images/banner/banner_pc.png) center center no-repeat;
  margin-top: 110px;
}

/*banner end*/
/*公共title start*/
/** 抽奖 **/

.lottery-rules-box {
  margin-top: 200px;
}

.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;
}

.buy_btn {
  display: inline-block;
  width: 196px;
  height: 52px;
  background: #F03D33;
  border-radius: 35px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 52px;
}

.buy_btn:hover {
  background: #CC1D19;
}

input[type="radio"] {
  position: relative;
  top: 0;
}

.draw-list-item.active {
  background: #BBFBFF;
  box-shadow: 0 8px 0 0 rgb(4 193 255 / 90%), 0 2px 0 0 #faffff inset;
  background-size: 100% 100%;
  overflow: hidden;
}

.draw-list-item .vlm-wrap {
  height: 106px;
}
.draw-list-item .lottery-nums {
  margin-top: 10px;
  font-size: 14px;
  color: #ffffff;
}
.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);
}

#jq_marquee_box {
  margin-top: 30px;
  height: 270px;
  line-height: 26px;
  overflow: hidden;
  background: #fff;
  color: #000;
  border-top: none;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  background: #ddfafc;
}

.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: #1377FF;
}

.ct {
  width: 110px;
  color: #7FA1CE;
  text-align: center;
}
.gt {
  color: #1377FF;
}
.draw-list-left {
  width: 740px;
  background: #FD5A2A;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 11px 0px #C92505;
}

.draw-list {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: linear-gradient(180deg,#1377FF, #1377FF);
  border: 6px solid #1377FF;
  box-shadow: 0px 0px 16px 0px #1377FF inset; 
  border-radius: 20px;
}

.draw-list-item {
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-top: 12px;
  font-size: 16px;
  width: 240px;
  height: 180px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #DBFAFC;
  border-radius: 16px;
  box-shadow: 0 8px 0 0 rgb(11 153 255 / 90%), 0 2px 0 0 #faffff inset;
}

.draw-list-item.roll-5,
.draw-list-item.roll-6,
.draw-list-item.roll-7 {
  margin-bottom: 0;
}

.draw-list-item p {
  font-size: 16px;
  font-weight: 500;
  color: #1377FF;
  line-height: 17px;
  letter-spacing: 2.24px;
}

.roll-3,
.roll-4,
.roll-5 {
  margin-right: 0px;
}

#begin_btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 4.76px;
  background: #04C1FF;
  box-shadow: 0 8px 0 0 rgb(11 153 255 / 90%), 0 0 0 0 #faffff inset;
}
#begin_btn:hover {
 opacity: .8;
}
#begin_btn::after {
  display: none;
}

#begin_btn span {
  margin-top: 50px;
  text-align: center;
}

#begin_btn span i {
  font-size: 16px;
  color: #cc2f37;
}

#prize_area {
  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;
}

.submit_form_register .label_info_radio,
.submit_form_register .label_info {
  display: block;
  padding: 0 20px;
}
.label_info4 dd {
  display: flex;
}
.label_info4 dd label {
  width: 45%;
}
.color_red {
  margin-right: 5px;
  color: #D00000;
}
.label_info13 label a:hover {
  text-decoration: underline;
}
.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select {
  width: 280px;
  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: 160px;
}

.submit_form_register #address_select select {
  width: 48%;
}

.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;
}

.form_btn {
  width: 350px;
  height: 50px;
  background: rgba(227, 3, 39, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  position: absolute;
  bottom: 2px;
  left: 40px;
}

.form_btn:hover {
  background: rgba(227, 3, 39, 0.7);
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  background: transparent;
  border: 1px solid transparent;
  width: 350px;
  margin-left: 50px;
  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;
}

/*抽奖弹框*/
/* //////////////////////// */



/* 中奖名单 */
.zjMd {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.zjMd h3 {
  padding-left: 20px;
  line-height: 48px;
  background: #1377FF;
  color: #FFFFFF;
  font-size: 18px;
  text-align: left;
  letter-spacing: 2.8px;
}

#jq_marquee_box {
  margin-top: 0px;
  height: 295px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 40px;
  letter-spacing: 0.8px;
}

#jq_marquee_box .null {
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* 中奖名单 */

.is_allow {
  cursor: pointer;
}

/* pc显示隐藏 start*/

.is_pc {
  display: block;
}
.is_pc_inline {
  display: inline-block;
}

.is_pc_flex {
  display: flex;
}

.is_mobile, .is_mobile_inline, .is_mobile_flex {
  display: none !important;
}
.upload-dialog {
  border-radius: 8px !important;
  overflow: hidden;
}
.upload-dialog .layui-layer-title {
  display: none;
  background-color: #ffffff;
  border-bottom: none;
}
.layui-layer-msg {
  width: 240px !important;
  height: 160px !important;
}
.layui-layer-msg .success-dialog {
  padding: 25px !important;
}
.layui-layer-msg .success-dialog img {
  margin: 0 auto;
  display: block;
  width: 48px;
  height: 48px;
}
.layui-layer-msg .success-dialog p {
  margin-top: 16px;
  font-size: 16px;
  color: #ffffff;
}
/* pc显示隐藏 end*/
@media screen and (max-width: 750px) {

  html {
    font-size: 13.3333vw !important;
    overflow-x: hidden;
  }
  .page-title {
    width: 7.02rem;
    height: 1.38rem;
  }

  .wrap {
    width: 100%;
  }

  /* 移动端隐藏 end*/
  .is_pc,
  .is_pc_inline,
  .is_pc_flex {
    display: none !important;
  }

  .is_mobile {
    display: block !important;
  }
  .is_mobile_inline {
    display: inline-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: 1.52rem;
  }

  .nav {
    height: 0.88rem;
    padding: 0 0.2rem;
    top: 0px;
  }

  .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*/

  .container-box .content-box {
    width: 100%;
  }
  .lottery-rules-box {
    margin-top: 1.2rem;
  }

  .lottery-rules-box .lottery-rules-content {
    padding: .2rem;
    width: 6.5rem;
    height: 6rem;
    font-size: .24rem;
  }

  .content_box {
    border-radius: 0.4rem;
    padding: 0.4rem 0;
  }

  .couplet_left, .couplet_right {
    display: none;
  }
  .buy_btn {
    width: 1.96rem;
    height: .52rem;
    font-size: .24rem;
    line-height: .52rem;
  }

  .couplet_flex {
    padding-top: 0.8rem;
  }

  .couplet_flex a img {
    width: 3.4rem;
    height: 1.4rem;
  }

  .item_input>div {
    margin-bottom: 0.25rem;
  }

  input[type="radio"] {
    position: relative;
    top: 0px;
  }

  .draw-list-item .vlm-wrap {
    height: .51rem;
  }

  #prilist li:nth-child(3n) {
    margin-right: 0rem;
  }
  #prilist .vlm {
    display: block;
    margin: 0 auto;
    height: .51rem;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    height: .4rem;
  }
  .draw-list-item .lottery-nums {
    margin-top: .1rem;
    font-size: .2rem;
  }
  #prilist .roll-6 .vlm {
    width: auto;
  }

  .draw-list-item p {
    font-size: 0.14rem;
    font-weight: 500;
    letter-spacing: initial;
    text-align: center;
    width: 100%;
  }

  #begin_btn span i {
    font-size: 0.24rem;
    color: #cc2f37;
  }

  #begin_btn {
    font-size: 0.34rem;
    font-weight: 800;
    line-height: 0.41rem;
    letter-spacing: 0.05rem;
    text-align: center;
    box-shadow: 0 .08rem 0 0 rgb(11 153 255 / 90%), 0 0 0 0 #faffff inset;
  }

  .zjMd {
    position: relative;
    width: 100%;
    height: 6.4rem;
    background: #ffffff;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-top: 0.6rem;
  }

  #jq_marquee_box {
    margin-top: 0px;
    width: 100%;
    height: 5.6rem;
    padding: 0.2rem 0.32rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    line-height: 40px;
    letter-spacing: 0.03rem;
  }

  #prize_area {
    width: 100%;
    display: block;
  }

  .draw-list-left {
    width: 100%;
    padding: .12rem;
    border-radius: .2rem;
  }
  
  .draw-list {
   padding: .1rem;
  }
  .draw-list-item {
    width: 1.9rem;
    height: 1.42rem;
    margin-right: .1rem;
    margin-bottom: 0.15rem;
    padding-top: 0px;
    position: relative;
    box-shadow: 0 .06rem 0 0 rgb(11 153 255 / 90%), 0 2px 0 0 #faffff inset;
  }
  .draw-list-item.active {
    background: #F9D8AB;
    box-shadow: 0 .08rem 0 0 rgb(255 217 182 / 90%), 0 2px 0 0 #faffff inset;
    background-size: 100% 100%;
    overflow: hidden;
  }
  /* 弹窗部分 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;
  }

  .form_btn {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .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%;
  }

  .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;
  }

  /* 弹窗部分 end*/
  /*下载部分 start*/
  .layer_user_info_form {
    position: relative;
  }

  /*下载部分 end*/
  #order1, #order2, #order3 {
    position: relative;
    top: -0.88rem;

  }

  .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;
  }

}