.section{
   padding: 80px 0;
}
html{

        overflow-x: hidden;
}
body{
}
/* 导航栏 start*/
.nav{
    height: 88px;
    background: #070709;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;
}
#order1,#order2,#order3{
    position: relative;
    top:-120px;

}
.nav .nav_logo img{
    width: 154px;
    vertical-align: middle;
}
.nav_list li a{
    display: block;

    line-height: 88px;
   /* margin-right: 40px;*/
    font-size: 20px;
    color:#fff;
}
.nav_list li{
    padding: 0 25px;
    cursor: pointer;
}
.nav_list li:hover,
.nav_list li.active{
    color: #e98300;
    position: relative;
}
@media screen and (min-width: 750px) {   
    .nav_list li.active:after{
        content: "";
        position: absolute;
         width: 98px;
        height: 7px;
        background:url(../images/logo_line.png);
        left: 50%;
        bottom: 0px;
        transform: translate(-50%,00%);
    }
}

.nav_list li.active a{
    color:#e98300;
}
.nav_list li:hover a{
    color:#e98300;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
/*banner start*/
.banner{
    height: 400px;
    background: url(../images/banner.png) center center no-repeat;
    margin-top:118px;
}
/*banner end*/
/*公共title start*/
.section_title{
    height: 53px;
}
.section_title h2{
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    line-height: 38px;
}
.section2_title{
    margin-bottom: 50px;
}
.section1_title h2{
    position: relative;
    left: -30px
}
.section2_title h2{
    position: relative;
    left: -15px
}
.section3_title h2{
    position: relative;
    left: -30px
}
.section1_title{
    background: url(../images/title_1.png) center center no-repeat;
}
.section2_title{
    background: url(../images/title_2.png) center center no-repeat;
}
.section3_title{
    background: url(../images/title_3.png) center center no-repeat;
}
/*公共title end*/
/*section1 start*/
.section1{

    height: 632px;
    background: url(../images/section1_bg.png) center center no-repeat;
}
.section1 .section1_title{
    width: 366px;
    margin:0 auto;
    margin-bottom: 43px;
    position: relative;
    left: 58px;
}
.section1_video_item{
    width: 590px;
    position: relative;
    cursor: pointer;
}
.section1_video_item i{
    position: absolute;
    top:calc(50% - 20px);
    left:50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background: url(../images/video_icon1.png) center center no-repeat;
}
.section1_video_item:hover i{
    background: url(../images/video_icon2.png) center center no-repeat;
}
.section1_video .section1_video_play1{
    height: 332px;
    background: url(../images/video1.png) center center no-repeat;
}
.section1_video .section1_video_play2{
    height: 332px;
    background: url(../images/video2.png) center center no-repeat;
}
.section1_video_item h3{
    height: 40px;
    background: #2b2b2b;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
/*section1 end*/
/*section2 start*/
.mySwiper_box{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mySwiper_case_left {
    width: 44%;
    height: 500px;
    position: relative;
    z-index: 2;
}

.mySwiper_case_right {
    width: 56%;
    background: #e98300;
    position: relative;
    padding-left: 195px;
    padding-top: 50px;
}
.mySwiper_case_right h2{
    font-size: 28px;
    font-weight: 700;
    margin-bottom:30px;
}
.mySwiper_case_right p{
    font-size: 18px;
    line-height: 1.8;
    width: 522px;
}
.mySwiper_case_right:after{
    content:"";
    width: 100%;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height: 15px;
    background: #1b1b1b;
}
.mySwiper_case_left .section2_bg{
    width: 100%;
}
.case_common{
    position: absolute;
    right:-60px;
    top:48px;
    bottom:60px;
    height: calc(100% - 108px);
    z-index: 2;
}
.pdf_btn_load{
    display: block;
    position: absolute;
    z-index: 0;
    bottom:60px;
    left:195px;
    width: 190px;
    height: 48px;
    background: #343434;
    font-size: 18px;
    line-height: 48px;
    color:#fff;
    text-align: center;
    box-sizing: border-box;
    padding-right: 41px;
}
}
.pdf_btn_load:hover{
    background: rgba(52,52,52,0.8);
}
.pdf_btn_load i{
    position: absolute;
    right:0;
    top:0;
    width: 40px;
    height: 48px;
    background:url(../images/paf_icon.png) center center no-repeat;
    background-color:  #000000;
}
.pdf_btn_load:hover i{
    background-color: rgba(0,0,0,0.6);
}
.mySwiper_box {    
    padding-top: 120px;
}
.mySwiper {
    overflow:hidden;
}
.mySwiper_box  .swiper-pagination{
    position: absolute;
    top:0;
    left:0;
    right:0;
    text-align: left;
}
.swiper-pagination-scroll{
   position: absolute;
    height: 88px;
   top:0;
   left:0px;
   right:0px;
   overflow-x: auto;
   overflow-y: hidden;
}
.swiper-pagination-box{
    position: relative;
    min-width: 1860px;
    /*min-width:1700px;*/
}
.mySwiper_box .swiper-pagination-bullet{
    width: 16.666%;  
    min-width: 260px; 
    color:#fff;
    height: 80px;
    opacity: 1;
    background: rgba(48,48,48,0.8);
    border-radius: 0;
    line-height: 80px;
    font-size: 18px;
    font-weight: 700;
    color:rgba(255,255,255,0.5);
    text-align: center;
}
.mySwiper_box .swiper-pagination-bullet:last-child{
    min-width: 300px;
}
.mySwiper_box .swiper-pagination-bullet .tab_icon {
    display: inline-block;
    height: 76px;
    width: 27px;
    margin-right: 10px;
    vertical-align: middle;
}
.mySwiper_box .swiper-pagination-bullet i.tab_icon1{
    background:url(../images/case1_01.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet i.tab_icon2{
    background:url(../images/case2_01.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet i.tab_icon3{
    background:url(../images/case3_01.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet i.tab_icon4{
    background:url(../images/case4_01.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet i.tab_icon5{
    background:url(../images/case5_01.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet i.tab_icon6{
    background:url(../images/case6_01.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet:nth-child(2n){

    background: rgba(48,48,48,0.6);
}
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet:hover,
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #e98300;
    color:rgba(255,255,255,1);
}
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet:hover i.tab_icon1,
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet-active i.tab_icon1{
    background:url(../images/case1_02.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet:hover i.tab_icon2,
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet-active i.tab_icon2{
    background:url(../images/case2_02.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet:hover i.tab_icon3,
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet-active i.tab_icon3{
    background:url(../images/case3_02.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet:hover i.tab_icon4,
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet-active i.tab_icon4{
    background:url(../images/case4_02.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet:hover i.tab_icon5,
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet-active i.tab_icon5{
    background:url(../images/case5_02.png) center center no-repeat;
    background-size: contain;
}
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet:hover i.tab_icon6,
.mySwiper_box .swiper-pagination-bullet.swiper-pagination-bullet-active i.tab_icon6{
    background:url(../images/case6_02.png) center center no-repeat;
    background-size: contain;
}
@media screen and (min-width: 750px) {

   /*
// 滚动条整体 整体如果不设置，只设置滑块和轨道是没有效果的*/
::-webkit-scrollbar {
 width: 10px;
 height: 10px; /*// height对于纵向滚动条来说没有用，但是对于横向就有用了*/
 border-radius: 10px;
}
/*// 滑块*/
::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #adadaba4;

}
/*// 轨道*/
::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #fff;
}
}

/*section2 end*/
/*section3 start */
.section3 .section3_title{
    margin-bottom: 50px;
}
.content_box{
    margin-bottom: 65px;
}
.activity_rule{

    background: #2d2d2d;
    border-radius: 10px;
}
.activity_rule{
    padding-top: 15px;
    padding-bottom: 33px;
    padding-right: 55px;
}
.activity_rule_text h3{
    width: 116px;
    height: 37px;
    background: #f29300;
    border-radius: 0px 19px 19px 0px;
    font-size:16px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 17px;
}
.activity_rule_text p{
    line-height: 36px;
    font-size:16px;
    padding-left: 18px;
}
.activity_rule_contact{
    padding-left: 18px;
    padding-top: 26px;
}

.activity_rule_contact img{
    width: 30px;
    vertical-align: middle;
    margin-right: 15px;
}
.activity_rule_contact span{
    margin-right:30px;
    font-size: 16px;
}
.activity_rule_code{
    text-align: center;
    padding-top: 25px;
}
.activity_rule_code p{
    font-size: 16px;
}
/*section3 end*/
.about_bottom{
    background: url(../images/bottom.png) center center no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 80px;
}
.bottom_logo{
    margin-bottom: 25px;
}
.bottom_logo img{
    vertical-align: middle;
}
.bottom_logo span{
    font-size: 24px;
    font-weight: 700;
}
.about_bottom p{
    font-size: 18px;
    line-height: 2;
}
.about_bottom a{
    color:#fff;
}
.radio_inline{
    margin-bottom: 20px;
}
.radio_inline {
    font-size: 16px;
    text-indent: -20px;
    margin-left: 20px;
}
.radio_inline label{
    position: relative;
}
.radio_inline input[type="checkbox"],
.radio_inline input[type="radio"] {
   width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #a0a0a0;
      -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius:50%;
  margin-right: 10px;
  box-sizing: border-box;
}
.radio_inline  input[type="checkbox"]:checked,
.radio_inline  input[type="radio"]:checked {
  background:url(../images/radio_icon.png) center center no-repeat;907
}

/* 抽奖样式 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;
    /* background: rgba(0, 0, 0, .5); */
    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 {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 12px;
    background: url(../images/draw1.png);
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.draw-list-item.active {
    /* box-shadow: 0 0 15px 8px #f58511 inset; */
    background: #ffefd6;
    background-size: 100% 100%;
    overflow: hidden;
}

.draw-list-item .vlm-wrap {
    height: 106px;
}

.draw-list-click {
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    color: #e0223a;
    background-image: -webkit-linear-gradient(#fec481, #ffb153);
    background-image: -moz-linear-gradient(#fec481, #ffb153);
    background-image: -ms-linear-gradient(#fec481, #ffb153);
    background-image: linear-gradient(#fec481, #ffb153);
}

.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;
}

#jq_marquee_box {
    margin-top: 30px;
    height: 270px;
    line-height: 26px;
    overflow: hidden;
    background: #2d2d2d;
    color: #000;
    border-top: none;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

.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:#fff;
}
.lt{
    width: 95px;
}
.ct {
    width: 140px;
    color: #F29300;
    text-align: center;
}

.draw-winlist-tips {
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
}
.draw-list-left{
    width: 740px;
 /*   background: #fe4135;*/
    border-radius: 20px;
  /*  padding:20px;
    box-shadow: 0px 11px 0px #a50825;*/
}
.draw-list {
    width: 100%;
    box-sizing: border-box;
   /* padding: 10px;*/
    background: transparent;
  /*  background: #b1272a;*/
    border-radius: 20px;
}

.draw-list-item {
    width: 232px;
    height: 169px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 0px 0px #f29300; 
}
.draw-list-item.roll-5,
.draw-list-item.roll-6,
.draw-list-item.roll-7{
    margin-bottom: 0px;
}
.draw-list-item p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
    letter-spacing: 2.24px;
}

.roll-3,
.roll-4,
.roll-5 {
    margin-right: 0px;
}
/*.draw-list-item img{
    height: 90px;
}*/
/*.roll-1 img {
    width: 72px;
}

.roll-2 img {
    width: 54px;
}

.roll-3 img {
    width: 51px;
}

.roll-4 img,
.roll-8 img,
.roll-6 img {
    width: 110px;
}

.roll-7 img {
    width: 59px;
}

.roll-5 img {
    width: 27px;
}*/

#begin_btn {
   
    background: linear-gradient(to bottom,#ff9d07, #ff9e1e);
    background-size: 100% 100%;
    color: #582d00;
    font-size: 28px;
  /*  font-weight: 800;*/
    line-height: 1;
 /*   letter-spacing: 4.76px;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#begin_btn:hover {
background: radial-gradient(#ff9d07, #ffbd65);
}

#begin_btn span {
    text-align: center;
}
#begin_btn span i{
    font-size: 16px;    
    color: #582d00;
    font-weight: 400;
}
#prize_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* 抽奖样式 end */

/* 弹窗 */
.layer_user_info_form .layui-layer-title{
    background: transparent;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 18px;
    padding: 0 80px 0 20px;
    border-bottom:0px solid transparent;
}
.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 40px;
}
.layer_user_info_form  .collect_title{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.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;
}
.label_info12,.label_info11{

    text-indent: -43px;
    margin-left: 43px;

}
.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: 100%;
    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: 100%;
    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-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: center;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0{
    width: 220px;
    height: 50px;
    background: #e98300;
    border: 1px solid transparent;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover{

    background: #ff9916;
}

/* 弹窗 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: 18px;
    font-weight: 700;
    color:#333;
}
.layer_lotter_success img{
    margin-bottom: 0px;
    margin-top: 10px;
}
.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,rgb(233, 131 ,0,0.2), #fffefe);
}
.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: #E98300;
    margin-bottom: 15px;
}
.layer_lotter_prize_name img{
    margin-top: 10px;
    margin-bottom: 0px;
}
.layer_lotter_prize_name_text3{    
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

/*抽奖弹框*/
/* //////////////////////// */
/*----------radio checkbox样式-----------*/

/*---------------------*/



/* 中奖名单 */
.zjMd {
    width: 410px;
  /*  background: #ffffff;*/
    border-radius: 10px;
    overflow: hidden;
}
.zjMd_tip {   
    margin-top: 25px;     
    font-size: 14px;
    line-height: 1.8;
}
.zjMd h3 {
    line-height: 48px;
    height: 47px;
    background: #f29300;
    color:#fff;
    font-size:16px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2.8px;
    text-align: center;
}

#jq_marquee_box {
    margin-top: 0px;
    width: 410px;
    height: 357px;
    padding: 20px 32px;
    box-sizing: border-box;
    line-height: 40px;
    letter-spacing: 0.8px;
}
#jq_marquee_box .null{

    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

/* 中奖名单 */

/*侧边栏*/
.aside{
    position: fixed;
    top:50%;
    right:0;
    transform: translate(0%,-50%);
    z-index: 99;
    font-size: 16px;
    width: 129px;
    height: 265px;
    background:url(../images/aside.png) center center no-repeat;
    text-align: center;
    padding-top: 70px;
}
.aside .aside_lotter_num{
    font-size: 18px;
}
.go_prize_btn{
    display: block;
    width: 80px;
    height: 30px;
    margin:0 auto;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 4px;
    line-height: 30px;
    font-size: 16px;
    color: #fe7402;
}
.go_prize_btn:hover{
    background: #fff6c4;
}
.aside_bttom_text{    
    width: 75%;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 6px;
}
.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.6rem 0.24rem;
    }
    /*导航栏样式*/
    .nav .nav_logo img {
        width: 1.54rem;
        margin-left: 0.3rem;
    }
    .nav_list{
        display: none;
        position: fixed;
        top:0.88rem;
        right:0;
        height: calc(100% - 0.88rem);
        background: #070709;
        width: 4rem;
    }
    .nav_list li{
        padding: 0 0.4rem;
    }
    .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.8rem;
        font-size: 0.3rem;
      /*  color: #fff;*/
        font-weight: 700;
    }
    .menu_icon{
        position: absolute;
        right: 0;
        top:0;
        height: 0.88rem;
        width: 0.88rem;
        background: url(../images/menu.png) center center no-repeat;
        background-size: 0.48rem 0.48rem;
    }
    .menu_icon.menu_hide{
        background: url(../images/menu_close.png) center center no-repeat;
        background-size: 0.48rem 0.48rem;
    }
    /*导航栏样式*/
    /*banner*/
    .banner {
        height: 3.5rem;
        background: url(../images/banner_m.png) center center no-repeat;
        background-size: 100% 3.5rem;
        margin-top:0.88rem;
    }
    /*banner*/
    /*title start*/
    .section .section_title {
        width: 3.66rem;
        margin: 0 auto;
        margin-bottom: 0.4rem;
        position: relative;
        left: 0;
    }
    .section .section1_title{
        left:0.3rem;
    }
    .section_title {
        height: 0.53rem;
        background-size: cover;
    }
    .section1_title h2 {
        position: relative;
        left: -0.3rem;
    }
    .section2_title h2 {
        position: relative;
        left: -0.15rem;
    }
    .section3_title h2 {
        position: relative;
        left: -0.3rem;
    }
    .section_title h2 {
        font-size: 0.36rem;
        font-weight: 800;
        text-align: center;
        line-height: 0.38rem;
    }
    /*title*/
    /*section start*/
    .section1 {
        height:auto;
        background: transparent;
    }
    .section1_video {
        display: block;
    }
    .section1_video_item{
        width: 100%;
    }
    .section1_video .section1_video_item:first-child{
        margin-bottom: 0.2rem;
    }
    .section1_video .section1_video_play1 {
        height: 3.95rem;
        background: url(../images/video1_m.png) center center no-repeat;
        background-size: cover;
    }
    .section1_video .section1_video_play2 {
        height: 3.95rem;
        background: url(../images/video2_m.png) center center no-repeat;
        background-size: cover;
    }
    .section1_video_item h3 {
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.24rem;
    }
    .activity_rule {
        display: block;
        padding-top: 0.28rem;
        padding-bottom: 0.4rem;
        padding-right: 0.28rem;
    }
    .activity_rule_text h3 {
        width: 1.8rem;
        height: 0.6rem;
        font-size: 0.26rem;
        line-height: 0.6rem;
        margin-bottom: 0.17rem;
    }
    .activity_rule_text p {
        line-height: 1.8;
        font-size: 0.26rem;
        padding-left: 0.2rem;
    }
    .activity_rule_contact {
        padding-left: 0.2rem;
        padding-top: 0.3rem;
    }
    .activity_rule_contact span {
        margin-right: 0;
        font-size: 0.28rem;
        display: block;
        margin-bottom: 0.27rem;
    }
    .activity_rule_code{
        padding-top:0.1rem;
    }
    .activity_rule_code p{
        font-size: 0.26rem;
    }
    .about_bottom {
        background: url(../images/bottom_m.png) center center no-repeat;
        background-size: cover;
        padding: 0.3rem 0.24rem 0.8rem;
    }
    .bottom_logo {
        margin-bottom: 0.2rem;
    }
    .bottom_logo img {
        width: 1.72rem;
    }
    .bottom_logo span{
        font-size: 0.36rem;
    }
    .about_bottom p {
        font-size: 0.26rem;
        line-height: 1.8;
    }
    .swiper-pagination-scroll{
        height: 0.88rem;
    }
    .swiper-pagination-box{
        width: 12.5rem;
        min-width: 12.5rem;
    }
    .mySwiper_box{
        padding-top: 1.4rem;
    }
    .mySwiper_box .swiper-pagination-bullet {
        width: 2rem;
        min-width: 2rem;
        color: #fff;
        height: 0.8rem;
        line-height: 1.8;
        font-size: 0.2rem;
    }
    .mySwiper_box .swiper-pagination-bullet:last-child{
        width: 2rem;
        min-width: 2rem;

    }
    .mySwiper_box .swiper-pagination-bullet .tab_icon {
        display: inline-block;
        height: 0.8rem;
        width: 0.27rem;
        margin-right: 0.1rem;
        vertical-align: middle;
    }
    .tab_text{
        line-height: 1.6;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        color:rgba(255,255,255,0.5);
    }
    .swiper-pagination-bullet-active .tab_text{
        color:rgba(255,255,255,1);
    }
    .mySwiper_case {
        display: block;
    }
    .mySwiper_case_left {
        width: 100%;
        height: auto;
    }
    .section2{
        padding-left: 0px;
        padding-right:0px;
        padding-bottom: 0;
    }
    .case_common{
        position: static;
        height: auto;
        width:calc(100% - 0.48rem);
        vertical-align: middle;
        z-index: 3;
        margin-left: 0.24rem;
    }
    .mySwiper_case_right {
        width: 100%;
        background: #e98300;
        position: relative;
        padding-left: 0.24rem;
        padding-top: 1.34rem;
        position: relative;
        z-index: 1;
        top: -0.6rem;
        padding-bottom: 2rem;
    }
    .mySwiper_case_right h2 {
        font-size: 0.34rem;
        font-weight: 700;
        margin-bottom: 0.3rem;
    }
    .mySwiper_case_right p {
        font-size: 0.24rem;
        line-height: 1.8;
        width: 100%;
    }
    .pdf_btn_load {
        z-index: 0;
        bottom: 0.6rem;
        left: 0.24rem;
        width: 3.68rem;
        height: 0.88rem;
        background: #343434;
        font-size: 0.3rem;
        line-height: 0.88rem;
        padding-right: 0.88rem;
    }
    .pdf_btn_load i {
        right: 0;
        top: 0;
        width: 0.88rem;
        height: 0.88rem;
        background: url(../images/paf_icon.png) center center no-repeat;
        background-size: 0.4rem 0.4rem;
        background-color: #000000;
    }
    .section3 {
        padding-top: 0;
    }
    /*section*/
    

    /* 抽奖部分 start*/
    .content_box {
        margin-bottom: 0.4rem;
    }
    #prize_area {
        display: block;
        padding: 0px;
    }
    .draw-list-left{
        width: auto;
    }
    .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;
    }

   /* .draw-list-item img {
        height: 0.9rem;
        margin-top: 0.3rem;
    }*/

  /*  .roll-2 img {
        width: 0.54rem;
        padding-top: 0.23rem;
    }

    .roll-3 img {
        width: 0.51rem;
        padding-top: 0.42rem;
    }

    .roll-4 img,
    .roll-8 img,
    .roll-6 img {
        width: 1.1rem;
        padding-top: 0.27rem;
    }

    .roll-7 img {
        width: 0.59rem;
        padding-top: 0.41rem;
    }

    .roll-5 img {
        width: 0.27rem;
        padding-top: 0.12rem;
    }*/

    #prilist .vlm {
        display: block;
        margin: 0 auto;
        height: 0.9rem;
        margin-top: 0.2rem;
        font-size: 0.36rem;
    }
  

    .draw-list-item p {
        font-size: 0.24rem;
        font-weight: 500;
        color: #333333;
        line-height: 0.16rem;
        letter-spacing: 0.02rem;
        position: absolute;
        left: 0px;
        bottom: 0.2rem;
        text-align: center;
        width: 100%;
    }
    #begin_btn span i {
        font-size: 0.24rem;
     
    }
    #begin_btn {
        /*background: url(../images/btnBegin.png) left top no-repeat;
        background-size: 100% 100%;*/       
        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;
    }

    .zjMd {
        position: relative;
        width: 100%;
    /*    background: #ffffff;*/
        border-radius: 0.2rem;
        overflow: hidden;
        margin-top: 0.3rem;
    }
    .zjMd_tip {
        margin-top: 0.37rem;
        font-size: 0.24rem;
        line-height: 1.8;
    }
    #jq_marquee_box {
        margin-top: 0px;
        width: 100%;
        height: 5rem;
        padding: 0.2rem 0.32rem;
        box-sizing: border-box;
        font-size: 0.24rem;
        line-height: 40px;
        letter-spacing: 0.03rem;
    }
    .section4 .content_box{
        padding: 0.4rem 0.2rem;
    }
    .draw-list-item {
        width: 2.15rem;
        height:1.65rem;
        margin-right: 0.15rem;
        margin-bottom: 0.15rem;
        padding-top: 0px;
        position: relative;
        box-shadow: 0px 2px 0px 0px #f29300;
    }

    /* 抽奖部分 end*/

   
    /* 弹窗部分 start*/
    .submit_form_register .inline_dl_flex{
        display: block;
    }
    .submit_form_register {
        padding: 0.2rem 0.4rem;
    }
    .submit_form_register .inline_dl_flex_box {
        width: 100%;
    }
    .submit_form_register .label_info label {
        width: 100%;
        display: inline-block;
    }
     .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{
        position: relative;
        top:-1.2rem;

    }
   
}