html {
  overflow-x: hidden;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.section {
  padding: 60px 0;
}
.nav {
  height:80px;
  background: #fff;
  position: fixed;
  top:30px;
  left: 0px;
  right: 0px;
  z-index: 22;
}
#order1, #order2, #order3, #order4 {
  position: relative;
  top:-120px;
}
.nav .nav_logo {
  width: 280px;
}
.nav .nav_logo img {
  display: inline-block;
  width: 100%;
}
.nav_list li a {
  display: block;
  line-height: 80px;
  font-size: 18px;
  color:#333;
}
.nav_list li {
  padding: 0 25px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 750px) {
  .nav_list li:hover a {
      color:#003B68;
      font-weight: 700;
  }
  .nav_list li:hover:after {
      content:"";
      position: absolute;
      width: 32px;
      height: 4px;
      background: #003B68;
      left: 50%;
      bottom: 0px;
      transform: translate(-50%, 00%);
  }
}
.nav_list li.active:after {
  content:"";
  position: absolute;
  width: 32px;
  height: 4px;
  background: #003B68;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 00%);
}
.nav_list li.active a {
  font-weight: 700;
  color:#003B68;
}
.nav_list li:last-child a {
  margin-right: 0px;
}
/* 导航栏 end*/

/*section1 start*/
.section1 {
  padding-bottom: 0px;
}
.section1 .wrap {
  position: relative;
}
.section1_activity_text {
  padding: 55px 40px;
  margin-left: 200px;
  background: linear-gradient(0deg, #effaff, #ffffff);
  border-radius: 16px;
  margin-bottom: 64px;
}
.section1_activity_text p {
  margin-bottom: 20px;
}
.section1 .section1_1_img {
  position: absolute;
  top:0px;
  left: 0px;
}
.section1_activity_tip {
  width: 1248px;
  height: 197px;
  margin-left: -24px;
  background: url(../images/section1_bg.png) center center no-repeat;
  padding: 38px 0 0 66px;
}
.section1_activity_tip img {
  margin-right: 54px;
  width: 180px;
  height: 102px;
}
/*section1 end*/
/*section2 start*/
.mySwiper1_box{
  position: relative;
}
.mySwiper1 .swiper-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mySwiper1 .swiper-slide {
  position: relative;
  width: 285px;
  height: 220px;
  background: #ffffff;
  margin-bottom: 10px;
}
.mySwiper1_box .swiper-slide8{
  position: absolute;
  bottom:0;
  right:0px;
  background: transparent;
  padding: 0;
  text-align: right;
}
.mySwiper1 .swiper-slide h3{
  font-size: 14px;
  color: #333333;
  padding: 15px;
}
.mySwiper1 .swiper-slide .product-pic{
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.mySwiper1 .swiper-slide .product-pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.mySwiper1 .swiper-slide .product-pic:hover img {
  transform: scale(1.2);
}
.mySwiper1 .swiper-slide p{
  font-size: 14px;
  color: #949494;
}
.mySwiper1 .swiper-slide p.mb10{
  margin-bottom: 10px;
}
.pdf_btn{
  position: absolute;
  right:30px;
  bottom:30px;
  width: 150px;
  height: 40px;
  background: #0092db;
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.pdf_btn i{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/load1.png) center center no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
.mySwiper1 .swiper-slide .pdf_btn:hover{
  background: #337AB7;
}
.mySwiper1 .product-item {
  cursor: pointer;
}
/*section2 end*/
/*section3 start*/
.mySwiper2_box {
  position: relative;
}
.mySwiper2 {
  overflow: hidden;
}
.video_item {
  width: 100%;
}
.video_item p {
  height: 40px;
  background: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  color: #333;
  padding-left: 15px;
}
.video_item_img {
  width: 100%;
  height: 195px;
}
.video_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.video_item_img img:hover {
  opacity: 0.8;
}
.video_item_img {
  position: relative;
}
.video_item_img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/play_btn1.png) center center no-repeat;
  background-size: cover;
}
.video_item_img:hover i {
  background: url(../images/play_btn2.png) center center no-repeat;
  background-size: cover;
}
.swiper-pagination-bullet {
  background: #a3c5d6;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  background: #0090dd;
  border-radius: 4px;
}
/*section3 end*/

/*section5 start*/

/*抽奖界面--------------------*/
.lucky_draw {
  margin-top: 60px;
}
.lucky_draw_prize_box {
  justify-content: space-between;
  margin-bottom: 43px;
}
.lucky_draw .lucky_draw_prize_bg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1470px;
  height: 160px;
  background: url(../images/prize_bg.png);
  background-size: 100% 100%;
}
.lucky_draw .lucky_draw_prize_list {
  position: relative;
  width: 915px;
  height: 200px;
  background: #b5dcf6;
  border: 4px solid #003B68;
  overflow: hidden;
  padding:0px 14px;
  position: relative;
  border-radius: 0px 8px 8px 0px;
}
.lucky_draw .lucky_draw_prize_list:after {
  content:"";
  position: absolute;
  top: 0px;
  left: calc(50% - 85px);
  transform: translate(-50%, 0px);
  border: 10px solid #003B68;
  border-color: #003B68 transparent transparent transparent;
}
.lucky_draw .lucky_draw_prize_list:before {
  content:"";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 85px);
  transform: translate(-50%, 0px);
  border: 10px solid red;
  border-color: transparent transparent #003B68 transparent;
}
.lucky_draw .lottery-right {
  width: 400px;
}
.lucky_draw .winner-box {
  width: 400px;
  height: 320px;
  background: #EBF6FE;
}
.lucky_draw .winner-box h3 {
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  background: #0071d0;
  border-radius: 8px 8px 0px 0px;
}
.lucky_draw .lottery-right .lottery-tips {
  margin-top: 35px;
}
.lucky_draw .lottery-right .lottery-tips .tips {
  font-size: 16px;
  display: block;
}
.lucky_draw .lottery-right .lottery-tips .tips-cont {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.lucky_draw .lucky_change_show {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.lucky_draw .lucky_draw_prize_item {
  width: 140px;
  height: 120px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
  float:left;
}
.lucky_draw .lucky_draw_prize_img {
  width: 93px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin:10px auto;
}
.lucky_draw .lucky_draw_prize_item img {
  vertical-align: middle;
}
.lucky_draw .lucky_draw_prize_item p {
  font-size: 12px;
  color: #677283;
}
.lucky_draw .lucky_draw_prize_btn {
  width: 170px;
  height: 100%;
  background: #003B68;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  padding-top: 22px;
}
.lucky_draw .lucky_draw_prize_btn .lottery-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lucky_draw .lucky_draw_prize_btn .lottery-box_btn {
  width: 120px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  background: #0071d0;
  border-radius: 4px;
}
.lucky_draw .lucky_draw_prize_btn .lottery-box_btn:hover {
  background: #0060B1;
}
.lucky_draw_prize_btn p:last-child {
  margin-top: 10px;
  font-size: 14px;
}
.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: #0f5b9e;
}
#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;
}
.lucky_draw_rule_cide_img img {
  width: 160px;
  height: 160px;
}
/*抽奖界面--------------------*/

/*section5 end*/

/*aside start*/
.aside .aside_btn_bottom span {
  display: block;
  font-size: 12px;
}
.back_top {
  display: block;
  text-align: center;
}
.back_top img {
  opacity: 0.8;
}
.back_top img:hover {
  opacity:1;
}
/*aside end*/

/* 弹窗 */
.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: calc(100% - 62px);
}
.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 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;
}
/*.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;
}
.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 {
  padding-right: 25px;
  text-align: right;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  width: 320px;
  height: 50px;
  background: #0071D0;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover {
  background:  #0060B1;
}
.layer_input_box {
  width: 100%;
}
.layer_input_box .layer_input_title {
  font-size: 16px;
  font-weight: 700;
}
.layer_checkbox_label {
  display: inline-block;
  width: 32%;
  font-size: 14px;
}
.layer_checkbox_label_100 {
  width: 100%;
}
.layer_checkbox_label_16 {
  width:auto;
  margin-right: 60px;
}
.layer_checkbox_label_16.mr0 {
  margin-right: 0;
}
.layer_checkbox_label_16.mrauto {
  margin-right: 18px;
}
.layer_checkbox_label_70 {
  width: 700px;
}
.submit_form_register .layer_input_box div>input {
  width: 460px;
}
.layer_input_box .layer_checkbox_label .checkbox_input {
  width: 14px;
  height: 14px;
  position: relative;
  top:2px;
}
.layer_input_box .layer_checkbox_label>div {
  text-align: left;
  padding-left: 20px;
}
/* 弹窗 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_alert_scroe {
  background:linear-gradient(180deg, rgba(0, 156, 255, 0.2), #ffffff);
}
.layer_lotter_success img {
  margin-bottom: 0px;
  margin-top: 10px;
}
.layer_lotter_success_btn img {
  width: 96px;
  height: 96px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.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_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_answer_btn {
  width: 160px;
  height: 48px;
  background: rgba(218, 31, 61, 1);
  border-radius: 4px;
  display: block;
  margin:0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color:#fff;
}
.layer_lotter_answer_btn:hover {
  background: rgba(218, 31, 61, 0.8);
}
.layer_lotter_prize {
  text-align: center;
}
.layer_lotter_prize_text1 {
  font-size: 18px;
  color:#333;
  margin-top: 10px;
  margin-bottom: 30px;
}
.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: 20px;
  font-weight: 700;
  color: #0090DD;
  padding: 0px 24px;
  margin-bottom: 0;
}
.layer_lotter_prize_name img {
  margin: 10px 0 5px 0;
  max-height: 95px;
}
.layer_lotter_prize_name_text3 {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.layer_btn_commom {
  display:block;
  width: 140px;
  height: 40px;
  background: #2897d3;
  border-radius: 3px;
  font-size: 16px;
  color:#fff;
  text-align: center;
  line-height: 40px;
  margin:0 auto;
}
.layer_btn_commom:hover {
  background: #0074be;
}
/*抽奖弹框*/

/* //////////////////////// */

/*----------radio checkbox样式-----------*/

/*---------------------*/

/* 中奖名单 */

/*.zjMd {
  width: 410px;
  border-radius: 10px;
  overflow: hidden;
}
.zjMd_tip {       
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.8;
  color: #b1c2d1;
}
.zjMd h3 {
  line-height: 48px;
  height: 47px;
  background:#1E8EF3;
  color:#fff;
  font-size:16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2.8px;
  text-align: center;
}

#jq_marquee_box .null{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color:#fff;
}
*/

/* 中奖名单 */
.is_allow {
  cursor: pointer;
}
/* pc显示隐藏 start*/
.is_pc {
  display: block;
}
.is_pc_flex {
  display: flex;
}
.is_mobile, .is_mobile_flex {
  display: none!important;
}
/* pc显示隐藏 end*/
@media screen and (max-width: 750px) {
  html {
      font-size: 13.3333vw !important;
      overflow-x: hidden;
  }
  .wrap {
      width: 100%;
  }
  /* 移动端隐藏 end*/
  .is_pc, .is_pc_flex {
      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*/
  .section {
      padding:0.8rem 0.24rem;
  }
  /*导航栏样式*/
  .nav .nav_logo img {
      width: 2.78rem;
      margin-left: 0.2rem;
  }
  .nav_list {
      display: none;
  }
  .nav_list_show {
    position: fixed;
    right: 0;
    display: block;
    width: 4rem;
    height: 100vh;
    top: .88rem;
    background: #FFFFFF;
  }
  .nav_list_show .flex {
    display: block;
  }
  .nav_list li {
      padding: 0 0.2rem;
  }
  .nav_list li:last-child {
      padding-right: 0;
  }
  .nav {
      height: 0.88rem;
      /*
      background: #fff;*/
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      z-index: 22;
  }
  .nav_list li.active:after {
      background: transparent;
  }
  .nav_list li a {
      position: relative;
      display: block;
      line-height: 0.96rem;
      font-size: 0.32rem;
       color: #333;
      font-weight: 400;
  }
  .nav_list li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .02rem;
    background: #ececec;;
  }
  .nav_list li a .lottery-nums {
    font-size: .24rem;
  }
  .nav_list li.active {
    background: #F6F6F6;
  }
  .nav_list li.active a {
    color: #333;
    font-weight: 400;
  }
  .nav_list li:hover a {
     /*  border-bottom: 0px solid #1e8ef3; */
  }
  .nav_logo {
      display: flex;
      align-items: center;
      height: 0.88rem;
  }
  .nav-crumb-box {
    position: absolute;
    right: .24rem;
    top: 50%;
    transform: translateY(-50%);
    width: .48rem;
    height: .48rem;
    background-image: url(../images/icon_crumbs.png);
    background-size: 100% 100%;
  }
  .close-crumb {
    background-image: url(../images/icon_close.png);
  }
  /*导航栏样式*/
  /*title 样式*/
  /*banner*/
  .banner {
      height: 4rem;
      background: url(../images/banner_m.png) center center no-repeat;
      background-size: 100% 4rem;
      margin-top:0.88rem;
      margin-bottom: 0.6rem;
  }
  /*banner*/
  /*section1 start*/
  .section1 {
      padding-top: 0.4rem;
      padding-bottom: 0.6rem;
      height: auto;
  }
  .section1 .section1_1_img {
      display: none;
  }
  .section1_activity_text {
      padding: 0.4rem 0.3rem;
      margin-left: 0;
      border-radius: 0.2rem;
      margin-bottom: 2px;
  }
  .section1_activity_text p {
      margin-bottom: 0.2rem;
      font-size: 0.28rem;
  }
  .section1_activity_tip {
      width: 106.5%;
      height: 5.82rem;
      margin-left: -0.25rem;
      background: url(../images/section1_bg_m.png) center center no-repeat;
      background-size: 106.5% 5.82rem;
      padding: 0.4rem 0.5rem;
      padding-top: 0.7rem;
  }
  .section1_activity_tip p {
      font-size: 0.28rem;
  }
  .section1_activity_tip {
      display: block;
  }
  .section1_activity_tip img {
      margin-right: 0;
      width: 4.13rem;
      height: 0.7rem;
      display: block;
      margin: 0 auto;
      margin-bottom: 0.2rem;
  }
  /*section1 end*/
  /*section2 start*/
  .mySwiper1_box {
      position: relative;
      margin-top: .4rem;
  }
  .mySwiper1 {
      padding-bottom: 0.6rem;
      overflow: hidden;
  }
  .mySwiper1 .swiper-slide {
      width: 3.4rem;
      height: 3rem;
      background: #ffffff;
  }
  .mySwiper1 .swiper-slide h3 {
    height: .96rem;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .24rem;
    padding: 0 .16rem;
  }
  .mySwiper1 .swiper-slide>div .flex {
      display: block
  }
  .mySwiper1_mobile_flex {
      display: flex;
      height: 3.4rem;
      justify-content: center;
      align-content: center;
      margin-bottom: 0.3rem;
  }
  .mySwiper1 .swiper-slide .product-pic {
    height: 2.04rem;
  }
  .mySwiper1 .swiper-slide h3.is_mobile {
      font-size: 0.36rem;
      margin-bottom: 0;
      display: flex!important;
      height: 3.4rem;
      align-content: center;
      flex-flow: wrap;
  }
  .mySwiper1 .swiper-slide .pdf_img {
      margin-right: 0.2rem;
      width: 2.4rem;
      height: 3.4rem;
  }
  .mySwiper1 .swiper-slide p {
      font-size: 0.24rem;
      color: #949494;
      line-height: 1.6;
  }
  .pdf_btn {
      position: absolute;
      right: 50%;
      transform: translate(50%, 0);
      bottom: 0.3rem;
      width: 3.6rem;
      height: 0.96rem;
      line-height: 0.96rem;
      font-size: 0.28rem;
  }
  .pdf_btn i {
      width: 0.32rem;
      height: 0.32rem;
  }
  /*section2 end*/
  /*section3 start*/
  .mySwiper2 .swiper-slide {
      margin-bottom: 0.2rem;
  }
  .mySwiper2 .swiper-slide>div {
      display: block;
  }
  .mySwiper2 .swiper-wrapper {
      display: flex;
  }
  .video_item img {
      transition: transform 0.5s;
      width: 100%;
      object-fit: cover;
  }
  .video_item {
      width: 100%;
  }
  .video_item p {
    display: flex;
    align-items: center;
    height: .88rem;
    line-height: inherit;
    font-size: .24rem;
    padding: 0 .15rem;
  }
  .video_item p i {
      width: 0.4rem;
      height: 0.4rem;
      line-height: 0.4rem;
      font-size: 0.24rem;
      position: relative;
      top:0px;
      bottom: 0px;
      right: 0px;
  }
  .video_item i {
      right: 0.4rem;
      bottom: 0.8rem;
      width: 0.8rem;
      height: 0.8rem;
  }
  .mySwiper2 {
      overflow: hidden;
      padding-bottom: 0.5rem;
  }
  .mySwiper2_box {
    margin-top: .4rem;
  }
  .mySwiper2_box .swiper-button-next, .mySwiper2_box .swiper-button-prev {
      display: none;
  }
  .video_item {
    width: 100%;
  }
  .video_item_img {
    height: 1.92rem;
  }
  /*section3 end*/
  /*section5 start*/
  .lucky_change_show {
      display: flex;
  }
  .lucky_draw .lucky_draw_prize_bg {
      width: 16.8rem;
      background: url(../images/prize_bg.png);
      height: 2.6rem;
      margin-top: 0.4rem;
      background-size: cover;
  }
  .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 .lottery-right {
    width: 100%;
  }
  .lucky_draw .lottery-right .lottery-tips {
    margin-top: .2rem;
  }
  .lucky_draw .lottery-right .lottery-tips .tips{
    display: none;
  }
  .lucky_draw .lottery-right .lottery-tips .tips-cont {
    color: #999;
    font-size: .24rem;
  }
  .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 !important;
  }
  .lucky_draw .lucky_draw_prize_btn {
      width: 4.6rem;
      height: 1.4rem;
      font-size: 0.32rem;
      padding-top: 0.16rem;
  }
  .lucky_draw_prize_btn p:last-child {
      font-size: 0.24rem;
  }
  .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);
  }
  .lucky_draw_rule_cide_img {
      text-align: center;
      margin-top: 0.3rem;
  }
  /*section5 end*/
  /* 弹窗部分 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;
  }
  .layer_checkbox_label {
      display: inline-block;
      width: 49%;
      font-size: 0.2rem;
      line-height: 1.6;
      vertical-align: middle;
  }
  .submit_form_register .layer_input_box div>input {
      width: 100%;
  }
  .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;
  }
  .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 {
      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.4rem;
      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;
  }
  /* 弹窗部分 end*/
  #order1, #order2, #order3, #order4 {
      position: relative;
      top: -1.2rem;
  }
}
.about_pdf {
  cursor: pointer;
}