html {
  overflow-x: hidden;
}
/*抽奖界面--------------------*/
.lucky_draw {
  margin-top: 40px;
}
.lucky_draw_prize_box {
  justify-content: space-between;
  margin-bottom: 43px;
}
.lucky_draw .winner-box {
  width: 400px;
  height: 320px;
  background: #E9EAEB;
}
.lucky_draw .winner-box h3 {
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding-left: 20px;
  background: #1CB5D8;
  border-radius: 8px 8px 0px 0px;
}
.lucky_draw #jq_marquee_box {
  width: 100%;
  height: 160px;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 0px 14px 14px 0px;
  line-height: 1.8;
}
#jq_marquee_box .lt {
  width: 82px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #006281;
}
#jq_marquee_box .ct {
  font-size: 14px;
  color: #bbc0c8;
  width: 30px;
  text-align: center;
  margin-right: 20px;
}
#jq_marquee_box .gt {
  font-size: 14px;
  color: #4a5a75;
}
/*抽奖界面--------------------*/

/* 弹窗 */
.submit_input_flex>div {
  width:48%;
}
.layer_user_info_form .layui-layer-title {
  height: 50px;
  line-height:50px;
  color: #333333;
  font-size: 24px;
  padding: 0px 30px;
  background: #ffffff;
  border: none;
  text-align: left;
  font-weight: 700;
}
.info_msgBox .collect_title {
  font-size: 14px;
  color: #fb4754;
  margin-bottom: 20px;
}
.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;
  background-size: cover;
}
.submit_form_register {
  padding:20px 30px;
}
.submit_form_register .inline_dl_flex {
  display: flex;
  justify-content: space-between;
}
.submit_form_register .inline_dl_flex_box {
  width: 48%;
}
.submit_form_register .inline_dl {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color:#333;
  line-height: 40px;
  margin-bottom: 20px;
}
.submit_form_register dl {
  color:#333;
}
.inline_dl dt {
  width:62px;
}
.inline_dl dd {
  width: 350px;
}
.inline_dl.label_info_radio dt {
  width: 100%;
}
.submit_form_register .label_info_radio, .submit_form_register .label_info {
  display: block;
}
.color_red {
  margin-right: 5px;
  color:#D00000;
}
.submit_form_register .inline_dl .addr_box {
  width:250px;
  display: flex;
  justify-content: space-between;
}
.submit_form_register .inline_dl .addr_box select {
  width:49%;
}
.submit_form_register .inline_dl input, .submit_form_register .inline_dl select {
  width: 350px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-indent: 10px;
  font-size: 16px;
  color:#333;
}
.submit_form_register .inline_dl select.w-135 {
  width: 170px;
}
.submit_form_register #address_select .flex{
  justify-content: space-between;
}
.submit_form_register #address_select input {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  border: 1px solid #e4e4e4;
}
.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_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: url(../images/radio.png) center center no-repeat;
  background-size:cover;
  border:0px solid #E30327;
  box-sizing: border-box;
  position: relative;
}
.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 {
  padding: 0 25px 12px 12px !important;
  text-align: right;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  width: 320px;
  height: 48px;
  background: #1CB5D8;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover {
  background:   #006281;
}
/* 弹窗 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 .scroe_text1 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.layer_lotter_success .scroe_text2 {
  font-size: 24px;
  font-weight: 700;
  color: #0074be;
}
.layer_lotter_success img {
  margin-bottom: 0px;
  margin-top: 10px;
}
.layer_lotter_success_btn img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.layer_lotter_success_btn_2 img {
  width: 48px;
  height: 48px;
}
.layer_lotter_success_btn p {
  margin-bottom: 20px;
}
.layer_lotter_success_btn .lottery-tips {
  font-size: 18px;
}
.layer_lotter_info {
  text-align: center;
}
.layer_lotter_info img {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.layer_lotter_info .layer_lotter_text1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color:#333;
}
.layer_lotter_info .layer_lotter_text2 {
  font-size: 14px;
  color: #666666;
}
.layer_lotter_alert_title_no{
  background:linear-gradient(180deg,rgba(0 ,156, 255,0.2), #ffffff);
}
.layer_lotter_alert_title_no .layui-layer-content {
  padding: 0 30px;
}
.layer_lotter_prize {
  text-align: center;
}
.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;
  margin-bottom: 10px;
}
.layer_lotter_prize_name_text2 {
  font-size: 30px;
  font-weight: 700;
  color: #1CB5D8;
  padding: 0px 24px;
  margin-bottom: 0;
}
.layer_lotter_prize_name img {
  margin: 18px 0 16px 0;
  max-height: 95px;
}
.layer_lotter_prize_name_text3 {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
/*抽奖弹框*/

/* pc显示隐藏 start*/
.is_pc {
  display: block;
}
.is_mobile {
  display: none;
}
/* pc显示隐藏 end*/
@media screen and (max-width: 750px) {
  html {
      font-size: 13.3333vw !important;
      overflow-x: hidden;
  }
  .wrap {
      width: 100%;
  }
  /* 移动端隐藏 end*/
  .is_mobile {
      display: block !important;
  }
  .is_pc {
    display: none !important;
  }
  .pc_nav {
      margin-top: 0px !important;
      width: 100vw;
      height: 0.87rem;
      line-height: 0.87rem;
  }
  /*导航栏样式*/
  /*title 样式*/
  .lucky_draw .lucky_draw_prize_list {
      width: 100%;
      height: 3.45rem;
      border: 0.04rem solid #0090dd;
      padding: 0px 0.2rem;
      border-radius: 8px 8px 0px 0px;
  }
  .lucky_draw {
    margin-top: .4rem;
  }
  .lucky_draw .winner-box {
    width: 100%;
    height: 5.52rem;
  }
  .lucky_draw .winner-box h3 {
    height: .8rem;
    line-height: .8rem;
    padding-left: 0;
    font-size: .32rem;
    text-align: center;
    border-radius: .16rem .16rem 0 0;
    letter-spacing: .02rem;
  }
  .lucky_draw_prize_box {
      margin-bottom: 0.32rem;
      display: block;
  }
  .lucky_draw #jq_marquee_box {
      height: 4.72rem;
      width: 100%;
      border-radius: 0px .16rem .16rem 0;
  }
  #jq_marquee_box .gt {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: calc(100% - 150px);
  }
  /* 弹窗部分 start*/
  .layer_user_info_form .layui-layer-ico {
      background: url(../images/close_m.png) no-repeat;
      background-size: cover;
  }
  .layer_user_info_form .layui-layer-title {
      line-height: 1.8;
      color: #333;
      background: transparent;
      border-bottom: 0px solid #e4e4e4;
      font-weight: 700;
      font-size: 0.4rem;
      padding: 0.3rem 0.3rem 0.2rem 0.3rem;
  }
  .submit_form_register .inline_dl_flex {
      display: block;
  }
  .submit_form_register {
      padding: 0.2rem 0.3rem;
  }
  .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 {
      width: 80%;
  }
  .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;
  }
  .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
      width: 91%;
      margin: 0;
  }
  .submit_input_flex {
      display: block;
  }
  .submit_input_flex>div {
      width: 100%;
  }
  .submit_form_register .inline_dl .addr_box {
      width: 100%;
  }
  .layer_user_info_form .layui-layer-btn {
      padding: 0 0.3rem;
  }
  .layer_lotter_prize_name_text2 {
      font-size: 0.48rem;
      line-height: 1.6;
  }
  .layer_lotter_prize_name_text1 {
      font-size: 0.36rem;
      margin-bottom: 0;
  }
  .layer_lotter_prize_name img {
      width: 2rem;
  }
  .layer_lotter_prize_name_text3 {
    color: #949494;
    font-size: .24rem;
  }
}