.section{
    padding-top:90px;
    background: #f5f5f5;
}
.setion2{
    padding-bottom: 80px;
}
/*.setion1{
    background: #f5f5f5;
}*/
/*页面标题公共*/
.title h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #644f54;
}
.title h2{
    vertical-align:middle;
    margin-bottom: 50px;
}
.title h2 .title1{
    margin-right: 25px;
}
.title h2 .title2{
    margin-left: 25px;
}
/*页面标题公共*/
/*导航栏*/
.nav_header{
    height: 80px;
    background: #fff;
    position: fixed;
    top:30px;
    left: 0px;
    right:0px;
    z-index: 99;
}
.nav_header>div{
    height: 100%;
}
.nav_header .logo{
    display: flex;
    align-items: center;
    height: 100%;
}
.nav_header  .nav_list{
    align-items: center;
    height: 100%;
}
.nav_header  .nav_list li{
    margin-left: 40px;

}
.nav_header  .nav_list li a{
    display: inline-block;
    color: #005da9;
    font-size: 18px;
}
.nav_header  .nav_list li.active a{
    color: #e30034;
}
.nav_header  .nav_list li a:hover{
    color: #e30034;
}
/*导航栏*/
/*banner*/
.banner{
    overflow: hidden;
    text-align: center;
}
.banner img{
    width: 100%;
    width: 1920px;
    margin-top: 110px;
    vertical-align: middle;
}
@media screen and (max-width: 1700px) {
    .banner img{
        width: 100%;
    }
}
/*banner*/
/*section1*/
.setion1_nav li{
    width: 589px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
    position: relative;
    cursor: pointer;
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.setion1_nav li:nth-child(1){
    background: #aec067;
}
.setion1_nav li.active:nth-child(1):after{
    border:8px solid  #aec067;
    border-color:#aec067  transparent transparent transparent; 
}
.setion1_nav li:nth-child(2){
    background: #9bc3b7;
}
.setion1_nav li.active:nth-child(1):after,
.setion1_nav li.active:nth-child(2):after{
    content:"";
    position:absolute;
    bottom: -15px;
    left:50%;
    transform: translate(-50%,0);
}
.setion1_nav li.active:nth-child(2):after{
    border:8px solid  #9bc3b7;
    border-color: #9bc3b7  transparent transparent transparent; 
}
.setion1_content li:nth-child(1) .setion1_content_bg1{
    height: 660px;
    background:url(../images/section1_1.png);
    position: relative;
}
.setion1_content li:nth-child(2) .setion1_content_bg2{
    height: 660px;
    background:url(../images/section1_2.png);
    position: relative;
}
.setion1_content li:nth-child(1) .spot{
    width:16px;
    height: 16px;
    border-radius:50%;
    background: rgba(255,255,255,1);
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.setion1_content li:nth-child(1) .spot:after{
    content:"";
    position: absolute;
    width: 16px;
    height: 16px;
    top:50%;
    left:50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    -webkit-animation:spot-pulse-berry 3s cubic-bezier(.19,1,.22,1)  infinite both;
    animation:spot-pulse-berry 3s cubic-bezier(.19,1,.22,1) infinite both
}
.setion1_content li:nth-child(1) .spot1{
    top: 84%;
    left: 16.5%;
}
.setion1_content li:nth-child(1) .spot2{
    top: 86%;
    left: 36%;
}
.setion1_content li:nth-child(1) .spot3{
    top: 61%;
    left: 42.4%;
}
.setion1_content li:nth-child(1) .spot4{
    top: 85%;
    left: 49%;
}
.setion1_content li:nth-child(1) .spot5{
    top: 9%;
    left: 52%;
}
.setion1_content li:nth-child(1) .spot6{
    top: 84%;
    left: 65.5%;
}
.setion1_content li:nth-child(1) .spot7{
    top: 81%;
    left: 72%;
}
.setion1_content li:nth-child(1) .spot8{
    top: 91%;
    left: 92%;
}
.setion1_content .setion1_content_text1{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    background: #fff;
    padding:30px 40px;
    padding-bottom:50px;
}
.setion1_content .setion1_content_text1 p:nth-child(1){

}
.setion1_content .setion1_content_text1 p:nth-child(2){
    
    font-weight: 700;
}

/*section1*/
/*电量*/
.setion1_content .setion1_content_bg2{
    position: relative;
}
.setion1_content .power{
    position: absolute;
    top:37px;
    left:58px;
    width: 187px;
    height: 66px;
    background: url(../images/power1.png) center center no-repeat;
    background-size: contain;
}
.setion1_content .power2{
    background: url(../images/power2.png) center center no-repeat;
    background-size: contain;
}
.setion1_content .power3{
    background: url(../images/power3.png) center center no-repeat;
    background-size: contain;
}
.setion1_content .power4{
    background: url(../images/power4.png) center center no-repeat;
    background-size: contain;
}
.setion1_content .power5{
    background: url(../images/power5.png) center center no-repeat;
    background-size: contain;
}
.setion1_bg2_title{
    position: absolute;
    right:24px;
    top:49px;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}
.setion1_content_bg2 .line{
    position: absolute;
    top:180px;
    left: 50%;
    width: 787px;
    height: 374px;
    transform: translate(-50%,0);
    background: url(../images/line.png) center;
}
.line_active{
    position: absolute;
    top:180px;
    left: 50%;
    width: 787px;
    height: 374px;
    transform: translate(-50%,0);
    background: url(../images/line.png) center;
}
.line_active1{
    background: url(../images/line1.png) center;
}
.line_active2{
    background: url(../images/line2.png) center;
}
.line_active3{
    background: url(../images/line3.png) center;
}
.line_active4{
    background: url(../images/line4.png) center;
}
.cart{

    position: absolute;
    width:130px;
    height:92px;
    background: url(../images/cart.png);
    z-index: 3;
    top: 287px;
    left: -91px;
}
.cart1{
    top: 239px;
    left: 37px;
    z-index: 10;
}
.cart2{
    top: 158px;
    left: 189px;
}
.cart3{
    top: 23px;
    left: 338px;
    z-index: 10;
}
.cart4{
    top: -40px;
    left: 651px;;
}
.pillars{
    position: absolute;
    width:39px;
    height:81px;
    background: url(../images/pillars3.png);
    z-index: 8;
    cursor: pointer;

}
.pillars_active1{
    background: url(../images/pillars1.png);
}
.pillars_active2{
    background: url(../images/pillars2.png);
}
.pillars_active2:after{
    content:"";
    position: absolute;
    top: -36px;
    left: -11px;
    width: 60px;
    height: 32px;
    background:url(../images/gif2.gif);
}
.pillars1{
    top: 209px;
    left: 75px;
}
.pillars2{
    top: 212px;
    left: 295px;
}
.pillars3{   
    top: -25px;
    left: 390px;
}
.pillars4{
    top: 4px;
    left: 735px;
}
.box_prize{
    width: 105px;
    height: 96px;
    position: absolute;
    background: url(../images/prize_box_1.png);
    cursor: pointer;
}
.box_prize_active2{
    background: url(../images/prize_box_2.png)
}
.box_prize_active3{
    width: 183px;
    height: 176px;
    background: url(../images/prize_box_3.png)
}
.box_prize1{
    top: 200px;
    left: 351px;
}
.box_prize2{
    top: 1px;
    left: 784px;
}
/*canvas*/
/*水波动画*/
@-webkit-keyframes spot-pulse-berry{
    0%{box-shadow:0 0 0 0 #fff}
    100%{box-shadow:0 0 0 23px rgba(255,255,255,0)}
}
@keyframes spot-pulse-berry{
    0%{box-shadow:0 0 0 0 #fff}
    100%{box-shadow:0 0 0 23px rgba(255,255,255,0)}
}
/*水波动画*/
/*奖品*/
.prize_list>div{
    margin-right: 20px;
}
.prize_list>div img{
    width: 200px;
    height: 200px;
}
.prize_list p{
    font-size: 16px;
    text-align: center;
    color: #666666;
    line-height: 42px;
    padding-top: 10px;
    margin-bottom: 30px;
}
/*奖品*/
/*奖品提示*/
.prize_tip{
    background: #fff;
    padding:40px 50px;
}
.prize_tip .contact_text{
    margin-bottom: 20px;
    line-height: 32px;
    color:#666;
}
.prize_tip .contact_methods img{
    vertical-align: middle;
    margin-right: 5px;
    width:32px;
}
.prize_tip .contact_methods span{
    display: inline-block;
    color:#666;
    margin-right: 50px;
}
.code_box{
    margin-left: 56px;
    width: 180px;
    color:#666;
    text-align: center;
    padding-top: 30px;
}
.code_box img{
    width: 180px;
    height: 180px;
}
/*奖品提示*/
/*中奖名单*/
#winner_list{
    height:200px;
    width: 310px;
}
#winner_list .list_box h2{
    display: block;
    width: 100%;
    height: 40px;
    background: #9bc3b7;
    border-radius: 8px 8px 0px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
    text-align:center;
}
#winner_list #jq_marquee_box{
    width: 100%;
    height: 160px;;
    padding-top: 5px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
}
#winner_list #jq_marquee_box li{
    padding-left: 20px;
    line-height: 30px
}
#winner_list #jq_marquee_box li em{
    color: #005da9;
    display:inline-block;
}
#winner_list #jq_marquee_box li em:nth-child(1){
    width: 70px;
}
#winner_list #jq_marquee_box .null{
    text-align: center;
    padding-top: 20px;
    padding-left: 0px;
}
/*中奖名单*/
/*底部公司介绍*/

.setion3{
    background: #fff;
    padding-bottom: 107px;
}
.footer_text1 img{
    vertical-align: middle;
    margin-right: 36px;
}
.footer_text1{
    margin-bottom: 33px;
}
.footer_text1 span{
    font-size: 16px;
    color:#666;
    font-weight: 700;
    vertical-align: middle;
}
.footer_text2,.footer_text3{
    color: #666666;
    line-height: 32px;margin-bottom: 30px;
}
.footer_text3 a{
    color:#005DA9;
}
.footer_text3 a:hover{
    color: #e30034;
}
.footer_text3{
    margin-bottom: 16px;
}
.footer_text4{
    margin-bottom: 10px;
}
/*底部公司介绍*/
/*打卡弹框*/
.card_pop{
    position: fixed;
    top:0px;
    left: 0px;
    bottom:0px;
    right:0px;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.card_pop_box{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 657px;
    opacity: 1;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding:20px;
    padding-left: 50px;
}
.card_pop_title{
    text-align: right;
}
.card_pop_close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/close1.png);
    cursor: pointer;
}
.card_pop_content_info h2{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
   /* font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;*/
}
.card_pop_content_info h3{
    font-weight: 700;
    margin-bottom: 20px;
}
.card_pop_content_info p{
    line-height: 24px;
    margin-bottom: 15px;
}/*
.card_pop_content_info .more{
    margin-bottom: 40px;
}*/
.card_pop_content_info .more a{
    color: #005DA9;
}
.card_pop_content_info .more a:hover{
    color:#E30034;
}
.card_pop_box .title_logo img{
    margin-left: 40px;
    margin-right: 20px;
}
.card_pop_content_list h3{
    font-size: 16px;
    color: #644f54;
    margin-bottom: 16px;
}
.card_pop_content_list h3 i{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: #aec067;
    border-radius: 50%;
    margin-right: 10px;
}
.card_pop_content_list>div{
    width: 50%;
}
.card_pop_content_list>div>div{
    margin-top:40px;
}
.card_pop_content_list p{
    line-height: 24px;
    color: #666;
}
.card_pop_content{
    height: 510px;
    overflow-y: auto;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.card_pop_footer a{
    display:block;
    margin:0 auto;
    width: 160px;
    height: 60px;
    opacity: 1;
    background: #ac397c;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    margin-top: 20px;
}
.card_pop_footer a:hover{
    background: #812161;
}
/*打卡弹框*/

/*power_pop*/
.power_pop{
    position: fixed;
    top:0px;
    left: 0px;
    bottom:0px;
    right:0px;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.power_pop_box{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 480px;
    height: auto;
    opacity: 1;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding:20px 30px;
}

.power_pop_title{
    text-align: right;
}
.power_pop_close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/close1.png);
    cursor: pointer;
    position: relative;
    right: -10px;
    z-index: 1;
}
.power_pop_footer a{
    display:block;
    width: 160px;
    height: 50px;
    background: #5ea290;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    margin:0 auto;
    margin-bottom: 20px;

}
.power_pop_footer a:hover{
    background: #9ac3ba;
}
.power_pop_content .power_title{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    position: relative;
    top: -24px;
}
.power_pop_content .power_text{
    font-size: 16px;
    margin-bottom: 30px;
}
.power_pop_content  .power_text_mb20{
    margin-bottom: 20px;
}
.power_pop_content .power_text a{
    color:#005DA9;
}
.item_input{
    margin-bottom: 30px;
}
.item_input>div>div{
    margin-bottom: 15px;
}
.power_pop_content .power_content{
    width: 100%;
    box-sizing: border-box;
    padding:20px;
    background: #f0f4f8;
    border-radius: 8px;
    margin-bottom: 40px;
}
.power_pop_content .power_content p{
    height: 69px;
    display: flex;
    align-items: center;
}
.power_pop_content .power_content img{
    margin-right: 24px;
}
/*power_pop*/
/*用户资料 - 弹窗表单*/
#submit_form{
    height: 100%;
    overflow-y: auto;
}
.color_red{
    color:#d22;
}
.collect_title{
    color: #e30034;
    line-height: 30px;
    padding-top: 10px;
}
#submit_form dl{
    display: block;
    margin: 15px 0;
}
#submit_form dt{
    display: block;
    font-size: 14px;
}
#submit_form .info_msgBox{
    padding: 0px 30px;
}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
}
#submit_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd{
    font-size: 14px;
    color: #666;
    width: calc(100% - 77px);
}
#submit_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
#submit_form dd label{
    margin: 10px 10px 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    width: 77px;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 100%;
    border-radius: 5px;
    height: 35px;
    border: 1px solid #ddd;
}
#submit_form .inline_dl select:nth-child(2){
    margin-right: 0px;
}
#submit_form textarea{
    width: 84.5%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.user_self_input .layui-layer-btn{
    box-sizing: border-box;
    padding: 0 20px 12px;
}
.user_self_input .layui-layer-btn0{
    width: 47%;
    text-align: center;

    background: #5ea290 !important;
    border: 1px solid #5ea290 !important;
    padding: 0;
    font-size: 20px;
    height: 50px;
    display: block;
    margin: 0 auto;
    line-height: 50px;
}
.user_self_input .layui-layer-btn0:hover{
    background: #9ac3ba !important;
    border: 1px solid #9ac3ba !important;
}
.user_self_input .layui-layer-title{

    padding: 0 80px 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #9bc3b7;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    background-color: #9bc3b7;
    border-radius: 2px 2px 0 0;
}
.user_self_input .layui-layer-ico {
    background: url(../images/close2.png) no-repeat;
}
.user_self_input .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0;
    cursor: pointer;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
    cursor: pointer;
}
.dialog{
    height: 100%;
    position: relative;
}
 .close-dialog {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 28px;
    height: 28px;
    color: #D0CECF;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
 }
 .close-dialog:hover {
    color: #444;
 }
 .radio_box{
    display: block !important;
    line-height: 35px;
 }
 #submit_form  .radio_selected dd{
    width: 100%;
 }
  .radio_selected p{
    display: inline;
  }
 .radio_selected p span a{
    color:#005DA9;
 }

/* 弹窗 */
/*弹框样式*/
.header_title .layui-layer-title {
    border-bottom: 1px solid transparent;
    background-color: transparent;
}
.pop_success{
    text-align: center;
    padding-top: 40px;
}
.pop_success img{
    margin-bottom: 20px;
}
.success_text{
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}
.layer_pop_power{
    text-align: center;
}
.layer_pop_power>div img{
    margin-bottom: 30px;
    margin-top: 10px;
}
.layer_pop_power .layer_pop_power1{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.layer_pop_power .layer_pop_prize1{
    color: #666;
}
.layer_pop_power .layer_pop_prize1 .poewr_go_close{
width: 160px;
height: 50px;
opacity: 1;
background: #9ac3ba;
border-radius: 4px;
display: block;
margin:0 auto;
line-height: 50px;
font-size: 18px;
color: #fff;
margin-top: 25px;
}
.layer_pop_power .layer_pop_prize1 .poewr_go_close:hover{
   background: #5ea290;
}
.layer_pop_power .layer_pop_prize_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 10px;

}
.layer_pop_power .layer_pop_prize_name{

    font-size: 30px;
    font-weight: 700;
    color: #e30034;
    margin-bottom: 24px;
}
.layer_pop_power .layer_pop_power1 span{
    color:#E30034;
}
.layer_pop_power .layer_pop_power2 span{
    color:#E30034;
}
.layer_pop_power .layer_pop_power3{
    font-size: 18px;
}
.m_show{
    display:none;
}
.form_radio{
    padding-top: 15px;
}
.form_radio label{
    display: block;
    margin-bottom: 10px;
}
/*弹框样式*/
@media screen and (max-width: 750px) {
    html{
        font-size: 13.33333333vw;
    }
    .footer{
        display: none;
    }
    .pc_show{
        display: none;
    }
    .wrapper{
        width:100%;
    }
    .m_show{
        display:initial;
    }
    #top{
        display: none;
    }
    .section {
        padding:1rem 0.3rem 0 0.3rem;
    }
    /*header*/
    .nav_header {
        height: 0.8rem;
        top: 0px;
    }
    .logo img{
        width: 1.08rem;
        margin-left: 0.32rem;
    }
    .nav_header .nav_list li {
        margin-left: 0px;
        margin-right:0.3rem;
    }
    .nav_header  .nav_list li a:hover{
        color: #005da9;
    }
    .nav_header .nav_list li a{
        font-size: 0.24rem;
    }
    .nav_header  .nav_list li.active a{
        color: #e30034!important;
    }
    /*header*/
    /*banner*/
    .banner img {
        margin-top: 0.8rem;
    }
    /*banner*/
    /*公共title*/
    .title h2 .title1 ,.title h2 .title2{
        display: none;
    }
    .title h2 {
        font-size: 0.44rem;
        margin-bottom: 0.6rem;
    }
    /*公共title*/
    /*section1*/
    .setion1_nav li {
        width: 49.5%;
        height: 0.8rem;
        line-height: 0.8rem;
        border-radius: 0px 4px 4px 0px;
        font-size: 0.36rem;
        margin-bottom: 0.4rem;
    }
    .setion1_nav li>img{
        display: none;
    }
    .setion1_nav li:nth-child(1){
        border-radius:4px 0px 0px 4px;
    }
    .setion1_content li:nth-child(1) .setion1_content_bg1 {
        height: 6.86rem;
        background: url(../images/section1_1_m.png);
        background-size: 100% 6.86rem;
        position: relative;
    }
    .setion1_content li:nth-child(1) .spot {
        width: 0.2rem;
        height: 0.2rem;
    }
    .setion1_content li:nth-child(1) .spot1 {
        top: 85%;
        left: 7.4%;
    }
    .setion1_content li:nth-child(1) .spot2 {
        top: 88%;
        left: 37%;
    }
    .setion1_content li:nth-child(1) .spot3 {
        top: 66%;
        left: 46%;
    }
    .setion1_content li:nth-child(1) .spot4 {
        top: 86%;
        left: 57%;
    }
    .setion1_content li:nth-child(1) .spot6 {
        top: 86%;
        left: 82%;
    }
    .setion1_content li:nth-child(1) .spot5 {
        top: 22%;
        left: 62%;
    }
    .setion1_content li:nth-child(1) .spot7 {
        top: 83%;
        left: 92%;
    }
    .setion1_content li:nth-child(1) .spot8 {
        top: 91%;
        left: 24%;
    }
    .setion1_content li:nth-child(1) .spot:after {
        width: 0.2rem;
        height: 0.2rem;
        -webkit-animation: spot-pulse-berryy-m 3s cubic-bezier(.19,1,.22,1) infinite both;
        animation: spot-pulse-berryy-m 3s cubic-bezier(.19,1,.22,1) infinite both;
    }

    @-webkit-keyframes spot-pulse-berry-m{
        0%{box-shadow:0 0 0 0 #fff}
        100%{box-shadow:0 0 0 0.3rem rgba(255,255,255,0)}
    }
    @keyframes spot-pulse-berryy-m{
        0%{box-shadow:0 0 0 0 #fff}
        100%{box-shadow:0 0 0 0.3rem rgba(255,255,255,0)}
    }
    .setion1_content .power {
        top: 85%;
        left: 64%;
        width: 1.87rem;
        height: 0.6rem;
        background: url(../images/power1.png) center center no-repeat;
        background-size: 1.87rem 0.6rem;
    }

    .setion1_content .power2{
        background: url(../images/power2.png) center center no-repeat;
        background-size: 1.87rem 0.6rem;
        background-size: contain;
    }
    .setion1_content .power3{
        background: url(../images/power3.png) center center no-repeat;
        background-size: 1.87rem 0.6rem;
        background-size: contain;
    }
    .setion1_content .power4{
        background: url(../images/power4.png) center center no-repeat;
        background-size: 1.87rem 0.6rem;
        background-size: contain;
    }
    .setion1_content .power5{
        background: url(../images/power5.png) center center no-repeat;
        background-size: 1.87rem 0.6rem;
        background-size: contain;
    }
    .setion1_content .setion1_content_text1 {
        font-size: 0.24rem;
        color: #333333;
        line-height: 0.4rem;
        background: #fff;
        padding: 0.3rem 0.4rem;
        padding-bottom: 0.5rem;
    }
    /*section1*/
    /*section2*/
    .setion2 .wrapper>div {
        display:block;
    }
    .prize_list{
        flex-wrap: wrap;
    }
    .prize_list p {
        font-size: 0.28rem;
        line-height: 0.28rem;
        padding-top: 0.2rem;
        margin-bottom: 0.4rem;
    }
    .prize_list>div {
        margin-right: 2%;
        width: 49%
    }
    .prize_list>div:nth-child(2n){
        margin-right:0px;
    }
     .prize_list>div img {
        width: 100%;
        height: 3.36rem;
    }
    .setion1_bg2_title {
        position: absolute;
        right: 0;
        left: 0px;
        text-align: center;
        top: 0.49rem;
        font-size: 0.32rem;
    }
    .setion1_content .power2 {
        background: url(../images/power2.png) center center no-repeat;
        background-size: 1.95rem 0.66rem;
        /* background-size: contain; */
    }
    .setion1_content li:nth-child(2) .setion1_content_bg2 {
        height: 6.86rem;
        background: url(../images/section1_2_m.png);
        background-size: 100% 6.86rem;
        position: relative;
    }
    .setion1_content_bg2 .line {
        position: absolute;
        top: 28%;
        left: 46%;
        width: 4.96rem;
        height: 4.04rem;
        transform: translate(-50%,0);
        background: url(../images/line_m.png) center center no-repeat;
        background-size: 4.96rem 4.04rem;
    }
    .line_active {
        position: absolute;
        top: 28%;
        left: 46%;
        width: 4.96rem;
        height: 4.04rem;
        transform: translate(-50%,0);
        background: url(../images/line_m.png) center center no-repeat;
        background-size: 4.96rem 4.04rem;
    }
    .line_active1{
        background: url(../images/line1_m.png) center;
        background-size: 4.96rem 4.04rem;
    }
    .line_active2{
        background: url(../images/line2_m.png) center;
        background-size: 4.96rem 4.04rem;
    }
    .line_active3{
        background: url(../images/line3_m.png) center;
        background-size: 4.96rem 4.04rem;
    }
    .line_active4{
        background: url(../images/line4_m.png) center;
        background-size: 4.96rem 4.04rem;
    }
    .cart {
        position: absolute;
        width: 0.9rem;
        height: 0.64rem;
        background: url(../images/cart.png);
        background-size: 0.9rem 0.64rem;
        z-index: 3;
        top: 83%;
        left: -8%;
    }
    .cart1 {
        top: 70%;
        left: 14%;
        z-index: 10;
    }
    .cart2 {
        top: 39%;
        left: 39%;
    }
    .cart3{
        top: 11%;
        left: 57%;
        z-index: 10;
    }
    .cart4 {
        top: -6%;
        left: 80%;
    }
    .pillars {
        position: absolute;
        width: 0.28rem;
        height: 0.6rem;
        background: url(../images/pillars3.png);
        background-size: 0.28rem 0.6rem;
        z-index: 8;
        cursor: pointer;
    }

    .pillars_active1 {
        background: url(../images/pillars1.png);
        background-size: 0.28rem 0.6rem;
    }
    .pillars_active2{
        background: url(../images/pillars2.png);
        background-size: 0.28rem 0.6rem;
    }
    .pillars_active2:after{
        content:"";
        position: absolute;
        top: -34px;
        left: -24px;
        width: 60px;
        height: 32px;
        background:url(../images/gif2.gif);
    }

    .pillars1 {
        top: 63%;
        left: 11%;
    }
    .pillars2 {
        top: 38%;
        left: 58%;
    }
    .pillars3 {
        top: 4%;
        left: 61%;
    }
    .pillars4 {
        top: -3%;
        left: 99%;
    }
    .box_prize1 {
        top: 53%;
        left: 57%;
    }
    .box_prize {
        width: 0.72rem;
        height: 0.66rem;
        background: url(../images/prize_box_1.png);
        background-size: 0.72rem 0.66rem;
    }

    .box_prize_active2{
        background: url(../images/prize_box_2.png);
        background-size: 0.72rem 0.66rem;
    }
    .box_prize_active3{
        top: 33%!important;
        left: 68%!important;
        width: 1.1rem;
        height: 1rem;
        background: url(../images/prize_box_3.png);
        background-size: 1.1rem 1rem;

    }
    .box_prize2.box_prize_active3{
        top: -5%!important;
        left: 102%!important;
    }
    .box_prize1 {
        top: 37%;
        left: 68%;
    }
    .box_prize2 {
        top: -4%;
        left: 107%;
    }
    /*section2*/
    /*中奖表当*/
    #winner_list {
        width: 100%;
        margin-bottom: 0.6rem;
    }
    .contact_methods>span{
        margin-bottom: 0.3rem;
        display:block;
    }
    /*中奖表当*/
    /*活动信息*/
    .setion2{
        padding-bottom: 1rem;
    }
    .prize_tip {
        background: #fff;
        padding: 0.4rem 0.3rem;
    }
    .prize_tip .contact_text {
        line-height: 0.56rem;
    }
    /*活动信息*/
    /*底部*/
    .setion3{
        margin-bottom: 1rem;
    }
    .footer_text1{
        margin-bottom: 0.4rem;
    }
    .footer_text2, .footer_text3 {
        line-height: 0.56rem;
    }
    .footer_text4{
        display:block;
        margin-bottom: 0px;
    }
    .footer_text4 a{
        display:block;
    }
     .footer_text4 a img{
        width: 100%;
     }
    .footer_text5 a{
        display:inline-block;
        width: 33.33%;

    }
    .footer_text5 a img{
        width: 100%;
     }

    /*底部*/
    /*弹框*/
    .power_pop_box{
        width: 90%;
    }
    .card_pop_box {
        width: 91%;
        height: 70vh;
        padding: 0.2rem 0.3rem;
    }
    .m_flex{
        display: flex;
        align-items: center;
        margin-bottom: 0.2rem;
    }
    .card_pop_content {
        height: 80%;
    }
    .card_pop_content_info h2 {
      /*  font-size: 0.4rem;
        font-weight: 700;
        margin-bottom: 0;*/
    }
    .card_pop_content_info .m_flex img{
        width: 1.5rem;
    }
    .card_pop_content_list {
        display: block;
    }

    .card_pop_content_list>div{
        width: 100%!important;
    }
    .card_pop_content_list>div>div{
        width: 100%!important;
    }
    .card_pop_footer a {
        width: 3rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.38rem;
        margin-top: 0rem;
    }
    .card_pop_footer{
    margin:0rem -0.3rem 0 -0.3rem;  
    padding-top:0.35rem;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.08);
    }
    /*弹框*/
    
}