html {
  overflow-x: hidden;
}

.section {
  padding-top: 80px;
}
.layer_section1_img_item .layui-layer-setwin .layui-layer-close2 {
  right: -48px;
  top: -49px;
}
#order1, #order2, #order3, #order4, #order5, #order6 {
  position: relative;
  top: -110px;
}
/* 导航栏 start*/
.nav {
  height: 80px;
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 22;
  background: linear-gradient(90deg,#027631 22%, #2280cd 80%);
}

.nav .nav_logo  {
  display: flex;
  align-items: center;
}
.nav .nav_logo .nav-desc {
  margin-left: 10px;
}
.nav .nav_logo img {
  max-width: 119px;
  height: auto;
  vertical-align: middle;
}

.nav_list li a {
  display: block;
  line-height: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.nav_list li a {
  position: relative;
  padding: 0 25px;
  cursor: pointer;
}

.nav_list li a:hover::after, .nav_list li.active a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 7px;
  width: 80px;
  background-size: 100% 100%;
  background-image: url(../images/icons/icon_nav_hv.png);
}

.nav_list li:last-child a {
  margin-right: 0px;
}

/*公共title start*/
.title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 auto 50px;
  text-align: center;
  height: 50px;
}
.title span {
  position: relative;
}
.title span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.title.title-wt {
  color: #ffffff;
}
.title.title-gr {
  color: #0C843F;
}
.section .title span::before {
  width: 275px;
  height: 35px;
  background-image: url(../images/icons/icon_title_1.png);
}
.section1 .title span::before {
  width: 275px;
  background-image: url(../images/icons/icon_title_1.png);
}
.section2 .title span::before {
  width: 590px;
  background-image: url(../images/icons/icon_title_2.png);
}
.section3 .title span::before {
  width: 390px;
  background-image: url(../images/icons/icon_title_3.png);
}
.section5 .title span::before {
  width: 540px;
  background-image: url(../images/icons/icon_title_2.png);
}
.section4 .title span::before,
.section6 .title span::before,
.section7 .title span::before {
  background-image: url(../images/icons/icon_title_4.png);
}
.section7 {
  padding-bottom: 80px;
}
/*公共title end*/
/*section1 start*/
.page-section {
  height: 1271px;
  background: linear-gradient(101deg,#09906f 20%, #006acf 78%);
}
.page-section-1 {
  height: 1322px;
  background: linear-gradient(101deg,#09906f 20%, #006acf 78%);
}
.page-section-2 {
  padding-bottom: 80px;
  position: relative;
}
.page-section-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/section2_bg.png);
  z-index: -1;
}
.page-section-3 {
  padding-bottom: 80px;
  background: #F9F9F9;
}
.section1_activity_inner_bg {
  position: relative;
  width: 590px;
  height: 300px;
  padding: 40px 25px;
  z-index: 2;
}
.section1_activity_inner_bg1::after, 
.section1_activity_inner_bg2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1; 
}
.section1_activity_inner_bg1::after {
  background-image: url(../images/news/news_bg_1.png);
}
.section1_activity_inner_bg2::after {
  background-image: url(../images/news/news_bg_2.png);
}
.section1_activity_container {
  display: flex;
  justify-content: space-between;
}
.section1_activity_content {
  position: absolute;
  padding: 40px 25px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(3,35,19,.8);
}
.section1_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section1_time_local {
  font-size: 20px;
}

.section1_type {
  font-size: 20px;
  padding-top: 12px;
}

.section1_type span {
  font-size: 30px;
  font-weight: 700;
}

/*section1 end*/
/*section2 start*/
.product-slide-item {
  cursor: pointer;
  padding-top: 13px;
  margin-bottom: 10px;
  width: 285px;
  height: 180px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.product-slide-item-1 {
  background-image: url(../images/product/1.png);
}
.product-slide-item-2 {
  background-image: url(../images/product/2.png);
}
.product-slide-item-3 {
  background-image: url(../images/product/3.png);
}
.product-slide-item-4 {
  background-image: url(../images/product/4.png);
}
.product-slide-item-5 {
  background-image: url(../images/product/5.png);
}
.product-slide-item-6 {
  background-image: url(../images/product/6.png);
}
.mySwiper1_box {
  position: relative;
  height: 644px;
  padding: 30px 0px;
}
.mySwiper1_box .swiper-slide-active {
  opacity: .8;
}
.mySwiper1 {
  height: 560px;
  overflow: hidden;
}

.mySwiper1_box .swiper-button-next, .mySwiper1_box .swiper-button-prev {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  margin-top: -18px;
  z-index: 10;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.mySwiper1_box .swiper-button-prev {
  top: 5px;
  background-image: url(../images/product/icon_prev.png);
}

.mySwiper1_box .swiper-button-next {
  background-image: url(../images/product/icon_next.png);
  top: inherit;
  bottom: 11px;
}

.section2_1_case_content_box {
  margin-left: 60px;
}

/*section2 end*/
/*section3 start*/

.activity_rule {
  background-image: url(../images/lottery/rules_bg_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 198px;
  padding: 20px 35px;
}

.activity_rule_text {
  color: #333333;
  padding-top: 10px;
}

.activity_rule_text h4 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 18px;
}

.activity_rule_text p {
  font-size: 16px;
  line-height: 24px;
}

.activity_rule_code p {
  text-align: center;
}

/*公司简介*/
.company .company_logo {
  margin-bottom: 35px;
}

.section_company_content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section_company_content {
  width: 100%;
}

.section_company_content p {
  width: 960px;
  font-size: 16px;
  line-height: 1.8;
}

.section_company_content p a {
  color: #00F0FF;
  font-size: 16px;
}

.section_company_content p a:hover {
  text-decoration: underline;
}

.company_code {}

.company_code p {
  text-align: center;
  font-size: 16px;
}

/*侧边栏 start*/
.aside {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 122px;
  height: 261px;
  padding: 0 13px;
  background-size: cover;
  z-index: 99;
}

.aside_top_bg {
  position: absolute;
  left: 50%;
  top: -74px;
  transform: translate(-50%, 0);
}

.aside .lotter_num_text {
  text-align: center;
  padding-top: 48px;
}

.aside .lotter_num_text i {
  color: #00F0FF;
  font-size: 16px;
}

.aside .aside_btn {
  display: block;
  margin: 10px auto;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #1bcbfe;
  border-radius: 4px;
}

.aside .aside_btn:hover {
  background-color: #3BAAFF;
}

.aside .aside_rule {
  font-size: 12px;
  color: #9CCFFF;
}

/*侧边栏 end*/

/* 抽奖样式 start */
.draw-title {
  text-align: center;
  margin-top: -36px;
}

.draw-wrap {
  margin-top: 140px;
  padding-top: 1px;
  padding-bottom: 84px;
  /*  background: url(../images/five-bg3.png) no-repeat center top;*/
}

.draw-play {
  padding: 0 30px;
}

.draw-step {
  padding: 130px 30px 70px;
  font-size: 0;
}

.draw-step-lt,
.draw-step-gt {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.draw-step-lt {
  float: left;
}

.draw-step-lt a,
.draw-step-gt .uploadifive-button {
  position: absolute !important;
  top: 194px;
  right: 30px;
  width: 180px;
  height: 40px;
  cursor: pointer;
}

.draw-step-gt .uploadifive-button {
  top: 190px;
  right: 26px;
  width: 195px;
}

.draw-step-gt .uploadifive-queue {
  display: none !important;
}

.draw-step-gt {
  float: right;
}

.draw-list {
  float: left;
  width: 720px;
}
.draw-list-item .vlm-wrap {
  height: 100px;
}

.draw-list-click {
  cursor: pointer;
  font-size: 30px;
  font-weight: 400;
  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);
}

.draw-winlist {
  overflow: hidden;
}

.draw-winlist-box {
  border-radius: 12px;
  background-color: #fff;
  height: 390px;
  overflow: hidden;
}

.draw-winlist-title {
  display: block;
  height: 52px;
  line-height: 52px;
  background-color: #d1082b;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.draw-winlist-ul {
  padding-left: 40px;
}

.draw-winlist-item {
  width: 100%;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
}


.lt,
.ct,
.gt {
  display: table-cell;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  width: 120px;
  color: #333333;
}

.lt {
  width: 90px;
  color: #666666;
}

.ct {
  width: 90px;
  color: #0071B8;
  text-align: center;
}

.draw-winlist-tips {
  color: #fff;
  font-size: 15px;
  padding-top: 20px;
}

.draw-list-left {
  width: 750px;
  border-radius: 20px;
  margin-right: 30px;
}

.draw-list {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border-radius: 20px;
}

.draw-list-item {
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-top: 12px;
  width: 220px;
  height: 150px;
  font-size: 16px;
  margin-right: 7px;
  margin-bottom: 8px;
}

.draw-list-item.roll-5,
.draw-list-item.roll-6,
.draw-list-item.roll-7 {
  margin-bottom: 0px;
}

.draw-list-item.roll-3,
.draw-list-item.roll-4,
.draw-list-item.roll-5 {
  margin-right: 0px;
}

.draw-list-item.roll-1,
.draw-list-item.roll-3,
.draw-list-item.roll-5,
.draw-list-item.roll-7 {
  border: 1px solid #dbedee;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px #5ebdc0; 
}
.draw-list-item.roll-2,
.draw-list-item.roll-4,
.draw-list-item.roll-6,
.draw-list-item.roll-8 {
  background: #ebf5e3;
  border: 1px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px #5ebdc0; 
}
.draw-list-item.active {
  border: 2px solid #3fc8a3;
}
.draw-list-item p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}


#begin_btn {
  background-size: 100% 100%;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(141deg,#09906f 23%, #09906f 23%, #006acf 99%);
  border: 2px solid #5ebdc0;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px #5ebdc0; 
}

#begin_btn:hover {
  background: linear-gradient(227deg,#088062 18%, #006acf 97%);
  border: 2px solid #b7fedb;
  box-shadow: 0px 4px 0px 0px rgba(27,169,65,0.50); 
}

#begin_btn span {
  text-align: center;
}

#begin_btn span i {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

#prize_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

/* 抽奖样式 end */

/* 弹窗 */
.layer_user_info_form .layui-layer-title {
  background: transparent;
  height: auto;
  line-height: 24px;
  color: #333;
  font-size: 24px;
  padding: 20px 20px 0px 30px;
  border-bottom: 0px solid #e4e4e4;
  text-align: left;
  font-weight: 700;
}

.layer_user_info_form .layui-layer-title .layer_tip {
  font-weight: 400;
  font-size: 16px;
}

.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;
  padding-bottom: 0px;
}

.layer_user_info_form .collect_title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #fb4754;
}

.layer_user_info_form .collect_title i {
  display: inline-block;
  position: relative;
  top: 3px;
  left: -9px;
  width: 5px;
  height: 19px;
  background: #009cff;
}

.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);
}

.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: 350px;
  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/checkbox.png) center center no-repeat;*/
  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;
}


.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 {
  text-align: left;
  margin-left: 73px;
  padding-top: 0px;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
  width: 83%;
  height: 40px;
  background: linear-gradient(69deg,#2ba844 29%, #0f7741 74%);
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover {
  opacity: 0.8;
}

.layer_input_box {
  width: 100%;
}

.layer_input_box .layer_input_title {
  font-size: 16px;
  font-weight: 700;
}

/* 弹窗 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;
  padding-top: 20px;
}

.layer_lotter_success p {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.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 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.layer_lotter_success_btn p {
  margin-bottom: 20px;
  padding-top: 15px;
}

.layer_lotter_success_btn .lotter_text1 {
  margin-bottom: 5px;
  padding-top: 20px;
  font-size: 18px;
  color: #333;
}

.layer_lotter_success_btn .lotter_text2 {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  color: #666;
}

.layer_lotter_info {
  text-align: center;
}

.layer_lotter_info img {
  margin-bottom: 0px;
  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: 24px;
  font-weight: 700;
  color: #2BA844;
  margin-bottom: 15px;
}

.layer_lotter_prize_name img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.layer_lotter_prize_name_text3 {
  font-size: 14px;
  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;
}

/* 中奖名单 */
.zjMd {
  position: relative;
  width: 490px;
  height: 280px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/lottery/lottery_bg_pc.png);
}

.zjMd_tip {
  margin-top: 47px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.zjMd_tip b {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.zjMd h3 {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 10px;
}

#jq_marquee_box {
  position: absolute;
  padding: 30px 60px;
  top: 25px;
  left: 50px;
  width: 395px;
  height: 240px;
  overflow: hidden;
  border-top: none;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 40px;
  letter-spacing: 0.8px;
  background: #ffffff;
}

#jq_marquee_box .null {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
}

/* 中奖名单 */

.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;
  }
  .page-section {
    height: initial;
  }
  /* 移动端隐藏 end*/
  .section {
    padding: 0.6rem 0.24rem 0;
  }
  .section .title span::before {
    width: 2.74rem;
    height: .35rem;
  }
  .section1 .title span::before {
    width: 2.74rem;
  }
  .section2 .title span::before {
    width: 5.9rem;
  }
  .section3 .title span::before {
    width: 3.9rem;
  }
  .section4 .title span::before {
    width: 2.75rem;
  }
  .section6 .title span::before {
    width: 2.75rem;
  }
  .section5 .title span::before {
    width: 5.1rem;
  }
  .page-section-2 {
    padding-bottom: 0;
  }
  .page-section-3 {
    padding-bottom: .6rem;
  }
  /*导航栏样式*/
  .nav .nav_logo img {
    width: 1.18rem;
    max-width: 1.18rem;;
    margin-left: 0.3rem;
  }
  .nav .nav_logo .nav-desc {
    margin-left: .1rem;
    font-size: .16rem;
  }
  .nav_list {
    display: none;
    position: fixed;
    top: 0.88rem;
    right: 0;
    background: #0858a4;
    width: 2.32rem;
  }

  .nav_list li {
    padding: 0 0rem;
  }

  .nav_list ul {
    display: block;
  }

  .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 {
    display: block;
    line-height: 0.96rem;
    font-size: 0.3rem;
    font-weight: 700;
    background: #2280CD;
    padding-left: 0.3rem;
  }
  .nav_list li a:hover::after, .nav_list li.active a::after {
    position: relative;
  }
  .menu_icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 0.88rem;
    width: 0.88rem;
    background: url(../images/icons/icon_menu.png) center center no-repeat;
    background-size: 0.48rem 0.48rem;
  }

  .menu_icon.menu_hide {
    background: url(../images/icons/icon_menu_close.png) center center no-repeat;
    background-size: 0.48rem 0.48rem;
  }

  .nav_list li.active a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 26px;
    background: #97CE94;
  }

  .nav_list li:hover a {
    color: #fff;
    border-bottom: 0px solid #1e8ef3;
  }

  .nav_logo {
    display: flex;
    align-items: center;
    height: 0.88rem;
  }

  /*导航栏样式*/
  /*title 样式*/
  .title {
    font-size: 0.4rem;
    margin: 0 auto .3rem;
    height: .56rem;
  }

  .title span {
    font-size: 0.4rem;
    top: -0.27rem;
  }
  .section1_activity_content {
    padding: .4rem .3rem;
  }
  .section1_activity_inner_bg {
    width: 100%;
    height: 3rem;
    padding: .4rem .3rem;
  }
  .section1_activity_inner_bg2 {
    margin-top: .2rem;
  }
  .section1_title {
    font-size: 0.3rem;
    font-weight: 800;
    margin-bottom: 0.2rem;
  }

  .section1_time_local {
    font-size: 0.24rem;
  }

  .section1_type {
    font-size: 0.24rem;
    padding-top: 0.12rem;
  }

  .section1_type span {
    font-size: 0.34rem;
    font-weight: 700;
  }
  .section1_activity_container {
    display: block;
  }
  /*section1*/
  /*section2*/
  .section2 {
   
  }

  .section2>.wrap {
    flex-wrap: wrap;
  }

  .section2_case_content_box {
    order: 2;
    width: 100%;
  }

  .section2_case_nav {
    order: 1;
    width: 100%;
  }

  .section2_case_content_box {
    padding-top: 0rem;
  }

  .product-slide-item {
    width: 2.28rem;
    height: 1.64rem;
    background-size: contain;
    padding-top: 0.13rem;
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
  }

  .swiper-slide-active .product-slide-item, .product-slide-item:hover, .product-slide-item.active {
    background-size: contain;
  }

  .product-slide-item img {
    width: 1rem;
    vertical-align: middle;
  }

  .product-slide-item p {
    font-size: 0.24rem;
  }

  .section2_case_nav {
    display: flex;
    margin-bottom: 0.2rem;
  }

  .section2_case_nav li {
    margin-right: 0.1rem;
  }

  .section2_1 {
    padding-bottom: .6rem;
  }

  .section2_1>.wrap {
    display: block;
  }

  .mySwiper1 {
    height: 1.78rem;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }

  .mySwiper1 .swiper-wrapper {
    width: 9.52rem;
    display: flex;
  }

  .mySwiper1 .swiper-wrapper .swiper-slide {
    width: 2.28rem;
    margin-right: 0.1rem;
  }

  .mySwiper1_box {
    margin-top: .4rem;
    position: relative;
    height: 1.8rem;
    padding: 0;
  }

  .section2_1_case_content_box {
    margin-left: 0;
    padding-top: 0.3rem;
  }
  /*section2*/
  /*section3*/
  .section3 .flex {
    display: block;
  }

  /*section3*/
  /*section4*/
  .section4 {
    margin-top: 0;
  }
  .section4_video_list {
    margin-bottom: 0.6rem;
  }

  .section4_review_item,
  .section4_video_item {
    width: 49.5%;
  }

  .section4_common_item img {
    width: 100%;
    vertical-align: middle;
  }

  .section4_common_item p {
    height: 1.4rem;
    background: #2d98ff;
    position: relative;
    line-height: 1.6;
    padding: 0.1rem;
    font-size: 0.24rem;
    font-weight: 400;
  }

  .section4_review_item p {
    height: .3rem;
  }

  .section4_video_item p i {
    display: none;
  }

  .section4_review_item>div {
    width: 100%;
    height: auto;
    position: relative;
  }

  .section4_review_item>div img {
    width: 100%;
    height: 1.96rem;
  }

  .section4_review_item>div i {
    position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    width: 0.86rem;
    height: 0.9rem;
    background-size: 75%;
  }

  .section4_review_item:hover>div i {
    background-size: 75%;
  }
  /*section4*/
  .activity_rule {
    display: block;
    width: 100%;
    height: 4.2rem;
    padding: 0.3rem .2rem ;
    background-image: url(../images/lottery/rules_bg_m.png);
    background-size: contain;
    border-radius: 0px;
    margin: 0 auto;
    margin-top: .1rem;
    display: block;
    position: relative;
  }
  .activity_rule_text {
    padding-top: .08rem;
    margin-top: 0;
  }
  .activity_rule_text h4 {
    margin-bottom: .1rem;
    font-size: .28rem;
  }
  .activity_rule_text p {
    line-height: .3rem;
    font-size: 0.2rem;
    margin-bottom: .08rem;
  }

  .activity_rule_code {
    position: absolute;
    bottom: 0.4rem;
    right: 0.3rem;
    text-align: center;
  }

  .activity_rule_code img {
    width: 2.4rem;
  }

  .activity_rule_code p {
    font-size: 0.28rem;
  }

  .company .flex {
    display: block;
  }

  .company .company_logo {
    margin-bottom: 0.45rem;
    width: 2.88rem;
  }

  .section_company_content h3 {
    font-size: 0.36rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }

  .section_company_content p {
    width: 100%;
    font-size: 0.28rem;
    line-height: 1.8;
  }

  .company_code {
    text-align: center;
    padding-top: 0.6rem;
  }


  .content_box {
    margin-bottom: 0.4rem;
  }

  #prize_area {
    display: block;
    padding: 0px;
    margin-bottom: 0;
  }

  .draw-list-left {
    width: auto;
    margin-right: 0;
  }

  .draw-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0.11rem;
    background: none;
    border: none;
    border-radius: 0;
  }


  .draw-list-item {
    width: 2.1rem;
    height: 1.5rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    padding-top: 0px;
    position: relative;
  }

  .draw-list-item .vlm-wrap {
    height: 1.5rem;
  }

  #prilist li:nth-child(3n) {
    margin-right: 0rem;
  }


  #prilist .vlm {
    display: block;
    margin: 0 auto;
    height: 0.9rem;
    margin-top: 0.2rem;
    font-size: 0.36rem;
    color: #fff;
  }


  .draw-list-item p {
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.16rem;
    position: absolute;
    left: 0px;
    bottom: 0.2rem;
    text-align: center;
    width: 100%;
  }

  #begin_btn span i {
    font-size: 0.24rem;

  }

  #begin_btn {
    color: #582d00;
    font-size: 0.34rem;
    font-weight: 800;
    line-height: 0.41rem;
    letter-spacing: 0rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.09rem 0px 0px #0b59a2;
  }

  .zjMd {
    position: relative;
    width: 7.03rem;
    height: 3.76rem;
    background-image: url(../images/lottery/lottery_bg_m.png);
  }

  .zjMd_tip b {
    display: inline;
    font-size: 0.24rem;
    margin-bottom: 0px;
  }

  .zjMd_tip {
    margin-top: 0.27rem;
    font-size: 0.24rem;
    line-height: 1.6;
  }

  .zjMd h3 {
    left: .18rem;
    font-size: .34rem;
    letter-spacing: .1rem;
  }

  #jq_marquee_box {
    top: .25rem;
    left: .8rem;
    width: 6rem;
    height: 3.36rem;
    overflow: hidden;
    border-top: none;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 40px;
    letter-spacing: 0.8px;
    background: #ffffff;
  }

  .section5 .content_box {
    padding: 0;
  }
  .section7 {
    padding-bottom: 0;
  }
  .page-section-2::after { 
    position: relative;
  }
  .draw-list-item {
    width: 2.16rem;
    height: 1.65rem;
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
    padding-top: 0px;
    position: relative;
    box-shadow: 0px 0.09rem 0px 0px #bbefff;
    /* box-shadow: 0px 2px 0px 0px #f29300; */
  }

  .layer_lotter_prize_name {
    text-align: center;
    padding-top: 0.4rem;
  }

  /* 抽奖部分 end*/


  /* 弹窗部分 start*/
  .layer_user_info_form .layui-layer-title {
    line-height: 1.8;
    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;
  }

  .layer_checkbox_label53 {
    width: 61%;
  }

  .layer_checkbox_label46 {
    width: 36%;
  }

  .layer_checkbox_label47 {
    width: 47%;
  }

  .layer_checkbox_label51 {
    width: 51%;
  }

  .layer_checkbox_label_100 {
    width: 100%;
  }

  .layer_checkbox_label_16 {
    width: 24%;
    margin-right: 0rem;
    white-space: nowrap;
  }

  .layer_checkbox_label_70 {
    width: 100%;
  }

  .layer_input_box .layer_checkbox_label>div {
    padding-left: 0.2rem;
  }

  .layer_input_box .layer_checkbox_label>div img {
    width: 2.4rem;
  }

  .layer_input_box div {
    font-size: 0.2rem;
  }

  .layer_user_info_form .layui-layer-title .layer_tip {
    font-size: 0.24rem;
  }

  .layer_input_box .layer_input_title {
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .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.2rem;
  }

  .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: 86%;
  }

  /* 弹窗部分 end*/

  #order1, #order2, #order3, #order4, #order5, #order6 {
    position: relative;
    top: -0.88rem;
  }
  #order3 {
    position: relative;
    top: -1.4rem;
  }

}