body{

background: #1a1a1a;
}
.nav_logo{
    
    background: #fff200;
    height: 60px;
}
.nav_logo img{
    line-height: 60px;
    position: relative;
    top:17.5px;
}
.banner img{
    width: 100%;
    vertical-align: middle;
}

.order_section{
    padding-top:80px;
    position: relative;
}

/*标题*/
.title_box{
    position: relative;
    height: 63px;
    margin-bottom: 40px;
}
.title{
   text-align: center ;
   display: inline-block;
   position: absolute;
   top:0;
   left:50%;
   transform:translate(-50%,0);
   padding:0px 42px;
}
.title::after,.title::before{
    position:absolute;
    right:0px;
    left:0px;
    top:0px;
    bottom:0px;
    content:"";
}
.title::after{
    background:url(../images/title_left.png) left center no-repeat;
    background-size:42px 63px; 
}
.title::before{
    background:url(../images/title_right.png) right center no-repeat;
    background-size:42px 63px; 
}
.title>h3{
    font-size:30px;

}
.title>h4{
    font-size:14px;  
    color: #999999;
}
/*板块下载样式*/
.order_load{
    display: inline-block;
    padding: 12px 30px;
    height: 40px;
    line-height: 16px;
    box-sizing: border-box;
    padding-right: 55px;
    color: #fff200;
    border: 1px solid #fff200;
    border-radius: 5px;
    background: url(../images/load1.png) calc(100% - 25px) center no-repeat;
}
.order_load:hover{
    color:#333;
    background:url(../images/load2.png) calc(100% - 25px) center no-repeat;
    background-color: #fff200;
}
.order_load:active{
    color:#333;
    background:url(../images/load2.png) calc(100% - 25px) center no-repeat;
    background-color: #ccc200;
}
.order_load img{
    vertical-align: middle;
    margin-left:5px;
}
/*电子产品板块内容*/
.electroni_content>li{
    width: 585px;
  /*  height:971px;*/
    padding:32px 30px 30px;
    box-sizing: border-box;
    background: #333333;
    box-shadow: 0px 25px 51px 0px rgba(0,0,0,0.27); 
}
.electroni_content  .order1_title{
    width:261px;
    height:20px;
    margin:0 auto;
    background:url(../images/order1_title.png) left center no-repeat;
    color:#ffcb05;
    font-size:24px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}
.order_section1_top{
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.order_section1_top_content{
    padding-top: 30px;
    padding-bottom: 40px;
}
.order_section1_top_text{
    width:255px;
    color:#ccc;
}
.order_section1_top_text p{
    line-height:24px;
    padding-top: 10px;
    height: 163px;
    box-sizing: border-box;
}
.order_section1_title{
    color: #ffcb05;
    font-size: 18px;
    font-weight:700;
    line-height: 23px;
    margin-bottom: 10px;
    height: 39px;

}
.order_section1_bottom ul li{
    width:120px;
    height:60px;
    margin-bottom: 10px;
}
.order_section1_bottom ul li:last-child{
    margin-bottom: 0px;
}
.order_section1_bottom ul li a{
    height:100%;
    padding:0px 20px;
    display: block;
    background: #4d4d4d;
    border-radius: 4px;
    box-sizing: border-box;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.order_section1_bottom ul li:last-child a{

    padding:0px ;
}
.order_section1_bottom ul li a:hover{
    border: 1px solid #fff200;
    padding:0px 20px;
    color:#fff;
}
.order_section1_bottom ul li a:active{
    background: #fff200;
    padding:0px 20px;
    color:#333;
}
.order_section1_bottom ul li.active a{
    background: #fff200;
    padding:0px 20px;
    color:#333;
}
.scroll_box{
    height:500px;
    overflow-y: auto;
}
.scroll_box::-webkit-scrollbar {/*滚动条整体样式*/

        width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/

        height: 1px;

    }

.scroll_box::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

        border-radius: 10px;

         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        background: #4d4d4d;

    }

.scroll_box::-webkit-scrollbar-track {/*滚动条里面轨道*/

        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        border-radius: 10px;

        background: transparent;

}
.order_section1_bottom ul li:last-child a:hover{

    padding:0px ;
}
.order_section1_bottom ul li:last-child a:active{

    padding:0px ;
}

.order_section1_bottom ul li:last-child.active a{
   padding:0px ;
}
.order_section1_bottom ul li:last-child a:active{

    padding:0px ;
}
.order_section1_bottom .fr{
    width: 375px;
}
.order_section1_bottom .fr p{
    color:#ccc;
    padding-top:25px;
}
/*电子产品板块内容*/
/*对位方案*/
.order_section2{
    background:#1f1f1f;
    margin-top:80px;
}
.sub_title{
    display: inline-block;
    border-bottom:1px solid #ffcb05;
    padding-right:20px;

}
.sub_title_left{
    display: inline-block;
    padding:17px;
    background: #ffcb05;
    border-radius: 20px 20px 0px 0px;
    color:#000000;
    font-weight: 700;
}
.sub_title_right{
    color:#999;
    margin-left:10px;
    position: relative;
    top: 11px;
}
.order_section2_content{
    margin-top: 60px;
    margin-bottom: 50px;
}
.order_section2_content .fl {
    width:640px;
    padding:30px;
    box-sizing: border-box;
    background: #333333;
}
.order_section2_content .fl h4{
    color: #ffcb05;
    margin-bottom:10px;
}
.order_section2_content .fl p{
    color:#999;
    line-height:24px;
}
.video_box{
    width: 560px;
    height: 315px;
    background-color: #000;
    position: relative;
    top:-28px;
}
/*.swiper_box{
    margin:0px -90px;
}*/
.swiper-container3 {
  width: 100%;
  height: 100%;
}
.swiper_box{
    position: relative;
}
.swiper-container3  .swiper-slide{
    width:350px;
    height:535px;
    background: #333333;
    color:#999;
    position: relative;
    top:60px;
}
.swiper-container3  .swiper-slide-active{
    width: 419px;
    height:641px;
    position: relative;
    top:0px;
    transition:transform 0.5s;
    color:#333;
    background: #ffcb05;
}
.swiper-container3 .swiper-slide-active .swiper_content_box h3{
    color:#184678!important;
}
.swiper-container3  .swiper-slide-active:hover div p{
     color:#333;
}
.swiper-container3  .swiper-slide-active div p{
     color:#333;
}
.swiper_content_box img{
    width:100%;
    height:262px;
    vertical-align: middle;
}
.swiper-container3  .swiper-slide .swiper_content_box h3{
    color: #ffcb05;
    text-align: center;
    margin-bottom: 15px;
}
.swiper-container3  .swiper-slide-active .swiper_content_box h3{
    
    text-align: center;
    margin-bottom: 15px;
}
.swiper-container3   .swiper-slide-duplicate-next,.swiper-container3  .swiper-slide-active,.swiper-container3  .swiper-slide-duplicate-prev{
    display: block;
}
.swiper-container3  .swiper-slide-active:hover .swiper_content_box h3{    
    color: #184678;
}
.swiper_content_box div{
    padding:13px 25px;
}
.swiper_content_box div p{
    color:#999;
    font-size: 14px;
    text-align: left;
}
.swiper_box .swiper-button-prev,.swiper_box  .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/swiper1.png);
    left: -90px;
    right: auto;
}
.swiper_box .swiper-button-prev:hover,.swiper_box  .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(../images/swiper2.png);
}
.swiper_box .swiper-button-prev:focus,.swiper_box  .swiper-container-rtl .swiper-button-next:focus {
    background-image: url(../images/swiper3.png);
    outline: none;
}
.swiper_box .swiper-button-next,.swiper_box .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/swiper11.png);
    right: -90px;
    left: auto;
}
.swiper_box .swiper-button-next:hover,.swiper_box .swiper-container-rtl .swiper-button-prev:hover {
    background-image: url(../images/swiper22.png);
}
.swiper_box .swiper-button-next:focus,.swiper_box  .swiper-container-rtl .swiper-button-prev:focus {
    background-image: url(../images/swiper33.png);
    outline: none;
}
.swiper_box  .swiper-button-next,.swiper_box  .swiper-button-prev{
    width:60px;
    height:60px;
    background-size: 60px, 60px;
}
.swiper_box .swiper-pagination{
    left:50%;
    transform: translate(-50%,0);
    bottom: -53px;
}
.swiper_box .swiper-pagination-bullet{
    width: 60px;
    height:8px;
    background: #4d4d4d;
    opacity: 1;
    border-radius: 0px;
    margin-right: 20px;
}
.swiper_box .swiper-pagination-bullet-active{
    background: #fff200;
}

.order_load_box{
    display: flex;
    justify-content: center;
    margin-top: 108px;
    padding-bottom: 80px;
}
/*对位方案*/
/*抽奖*/
.order_section3{
    background: #1a1a1a;
}

.lottery_start_box {
    width: 550px;
    height: 550px;
    position: relative;
}
.lotteryBtnBg1{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:url(../images/lotteryBtnBg1.png) center center no-repeat;
    width:126px;
    height:126px;
}
.lotteryBtnBg1:focus{
     position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:url(../images/lotteryBtnBg2.png) center center no-repeat;
    width:126px;
    height:126px;
}
.lottery_start_box .outer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.lottery_start_box .outer img{
    width: 100%;
}
.lottery_start_box .inner{
    position: absolute;
    width: 240px;
    height: 240px;
    left: calc(50% - 120px );
    top:  calc(50% - 120px );
    z-index: 2;
    cursor:pointer;
    background: url(../images/lotteryBtn.png) center 2px no-repeat;
   /* background-color: red;*/
}
.lottery_box{
    margin-bottom: 79px;
}
#winner_list{
    width: 380px;
}
#jq_marquee_box{

    height: 349px;
    overflow: hidden;
}
#winner_list .list_box{
    height:407px;
    background: #333333;

}
.list_box b{
    background: #fff200;
    width: 100%;
    display: block;
    line-height: 50px;
    color: #333;
    text-align: center;
    font-size: 18px;
}
#winner_ul{
    padding:10px 0px;
}
#winner_ul li{
    padding-left:60px;
    line-height: 30px;
}
#winner_ul span{
    color:#fff200;
}
#winner_ul span:nth-child(1) {
    min-width: 86px;
    display: inline-block;
}
#winner_ul span:nth-child(2){
    color:#fff;
    margin:0px 15px;
}
#winner_ul span:nth-child(3){

}
.yellow{

color: #fff200;
}

.lotteryTip_box h4{
    font-size:16px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.lotteryTip_box p{
    color:#999;
}
.activity_box{
    background:#333;
    padding:50px 80px;
    margin-bottom: 80px;
}
.activity_box>div img{
    vertical-align: middle;
    margin-right: 20px;
}
.activity_box>div>p{
    line-height: 30px;
}
.activity_box .activity_contcat_us {
    padding-top:35px;
}
.activity_box .activity_contcat_us   span{
    margin-right: 25px;
    margin-top: 35px;
}
.contact_activity p{
    line-height: 40px;
}


.order_section4{
    background: #1f1f1f;
    padding-top: 50px;
    padding-bottom: 90px;
}

.order_section4 img{
    margin-bottom: 20px;
}

.order_section4 p{

line-height: 28px;
}

/*侧边栏*/
.aside_box{
    position:fixed;
    height: 314px;
    width:140px;
    background:url(../images/aside.png) no-repeat;
    top:50%;
    right:30px;
    transform: translate(0,-50%);
    z-index:99;
}
.aside_box ul{
    margin-top: 88px;
}
.aside_box ul li a{
    display: block;
    width: 120px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #184678;
    color:#fff;
    border-radius: 4px;
    font-size: 14px;
    margin:0 auto;
    margin-bottom: 10px;
    text-align: center;
}
.aside_box ul li:first-child a{
    background:transparent;
    color: #333333;
}

.aside_box ul li:last-child a{
    background: url(../images/top1.png) 68% center no-repeat;
    background-color: #184678;
    text-align: left;
    padding-left: 39px;
}
.aside_box ul li.hover a:hover,.aside_box ul li.hover.active a{
    background: #fff200;
    color:#333;
}


.aside_box ul li:last-child a:hover{
    background:url(../images/top2.png) 68% center no-repeat;
    background-color: #fff200;
}

/*PC 报名表格弹出*/
.pop_sign_pc .layui-layer-title {
    font-weight: 700;
    background-color: #fff200;
    border-radius:10px 10px 0px 0px;
}
.pop_sign_pc.layui-layer {
    border-radius:10px;
    color:#333;
}
.pop_sign_pc form h2{
    color: #999999;
    padding:30px 0px 30px 39px ;
}
.pop_sign_pc form .form-item{
    display: flex;
    padding-left: 77px;
    margin-bottom: 20px;
}
.pop_sign_pc form .form-item .form-item-select{
    display: inline-block;
}
.pop_sign_pc form .form-title{
    width:43px;
    margin-right: 9px;
    line-height: 40px;
}
.pop_sign_pc form .form-title-select{
    width:auto;
    margin-right:20px;
}
.pop_sign_pc form .form-input{
    width: 300px;
    line-height: 40px;
    border-radius: 5px;
    border:1px solid #ccc;
    padding-left: 10px;
    box-sizing: border-box;
}
.pop_sign_pc .address-box{
    width: 300px;
    display: flex;
    webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
}
.pop_sign_pc .address-box select{
    width:45%;
    line-height: 40px;
    border-radius: 5px;
    border:1px solid #ccc;
    padding-left: 10px;
}
.form_title_icon{
    color:#E50112;
    margin-right:5px;
}
.form-check-box{
    width: 269px;
    position: relative;
    top: 10px;
}
.pop_sign_pc .form-check{
    float:left;
    width: 50%;
    margin-bottom: 10px;
}
.pop_sign_pc .btn-box{
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;

}
.pop_sign_pc .submit-btn{
    width: 60%;
    height: 40px;
    opacity: 1;
    background: #fff200;
    border-radius: 4px;
    outline: none;
    margin-right: 20px;
    border:none;
}
.cancel-btn{

    width: 140px;
    height: 40px;
    display:inline-block;
    border-radius:4px;
    box-sizing: border-box;
    color:#ccc;
    border: 1px solid #ccc;
    display: none;
}
.pop_sign_bottom_tip{

    color: #999999;
    line-height: 24px;
    width: 85%;
    margin:20px auto;
    margin-bottom: 50px;
}
/*PC 报名表格弹出*/
/*选择 check*/
.checkbox {
    position: relative;
    height: 30px; display: inline-block;
    width: 27%;
    margin-bottom: 0;
    margin-left: -11px;
    box-sizing: border-box;
}
.checkbox input[type='radio'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
}
.checkbox label {
    position: absolute;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: -26px;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: rgba(0,0,0,0.00);
    border: 1px solid #a0a0a0;
    border-radius: 50%;
}

.checkbox label:after {
    content: '';
}

.checkbox input[type='radio']:checked + label:before {
    background:url(../images/input_icon.png) center center no-repeat;
    border-color: transparent;
}
.checkbox input[type='radio']:checked + label:after {
    background: #4cd764;
}
/*选择 check*/
/*抽奖活动弹出框*/

.lotter_alert .layui-layer-title {
    font-weight: 700;
    background-color: #fff200;
    border-radius:10px 10px 0px 0px;
}
.lotter_alert.layui-layer {
    border-radius:10px;
    color:#333;
}
.lotter_alert_box{
    text-align: center;
    padding-top:30px;
}
.lotter_title_text{
    padding-top:20px;
    padding-bottom: 16px;
    font-size: 24px;
    font-weight:700;
}
.lotter_last_text{
    font-size: 14px;
    color:#999;
}
.lotter_last_btn{
    display:block;
    margin:0 auto;
    margin-top:10px;
    width: 140px;
    height: 40px;
    opacity: 1;
    background: #fff200;
    border-radius: 4px;
    color: #333333;
    text-align: center;
    line-height: 40px;
}
.lotter_prize_text{
    font-size: 24px;
    color: #e50112;
    line-height: 30px;
    padding-bottom: 15px;
}
.video_player_box{
    display: none
}
/*抽奖活动弹出框*/
.m_show{
    display: none;
}
.m_show.more_load{
    display: none;
}
@media screen and (max-width: 800px) {
    .video_player_box{
        display: block;
        position: absolute;
        top:0px;
        bottom:0px;
        left:0px;
        right:0px;
        z-index: 9999;
    }
    html{
        font-size: 13.3333333vw;
    }
    #jq_marquee_box {
        height: 3.4rem;
    }
    .wrap{
        width:100%;
    }
    .swiper_box{
        overflow:hidden;
        padding-bottom: 0.6rem;
    }

    .m_show.more_load{
        display: block;
        padding-bottom: 0.2rem;
    }
    /*body{

        overflow-x: hidden;
    }*/
    .footer,.pc_show{
        display: none;
    }
    #top,.aside_box{
        display: none;
    }
    .m_show{
        display:inherit;
    }
    .order_section{
        padding-top:0.8rem;
    }
    .order_section2 {
        margin-top:0.83rem;
    }
    .title>h4 {
        font-size: 0.2rem;
        white-space: nowrap;
    }
    .title>h3{
        font-size:0.36rem;
    }
    .title_box{
        margin-bottom: 0.4rem;
        height:50px;
    }
    .nav_logo{
        height:0.88rem;
        background: #fff200;
        text-align: center;
    }
    .nav_logo img {
        line-height:auto;
        width:2rem;
        position: relative;
        top: 0.25rem;
    }

    .order1_title{
        display: none;
    }
    .electroni_content_nav{
        margin-bottom: 0.3rem;
        display: flex;
    }
    .electroni_content_nav div{
        width:50%;
        background: #333333;
        font-size:0.32rem;
        text-align: center;
        line-height: 0.88rem;
    }

    .electroni_content_nav div.active{
        background: #fff200;
        color:#333;
    }

    .electroni_content{
        padding: 0px 0.3rem;
        display: inherit;
    }
    .electroni_content>li{
        width:auto;
        padding:0rem;
        box-sizing: border-box;
    }
    .electroni_content>li .order_section1_top_box{
        position: relative;
        padding: 0.3rem;
        padding-top:4.8rem;
        background: #333333;
    }
    .electroni_content>li:last-child{
        display: none;
    }
    .order_section1_top_content{
        display: block;
        box-sizing: border-box;
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }
    .order_section1_top_content>div:last-child{
        position: absolute;
        left:0px;
        right:0px;
        top:0.3rem;
        padding:0px 0.3rem;
    }
    .order_section1_top_content>div:last-child img{
        width:100%;
    }
    .order_section1_top_text{
        width:100%;
    }
    .order_section1_bottom .fr{
        width:auto;
        float: initial;
    }
    .order_section1_title{
        height:auto;
        font-size: 0.32rem;
        line-height: auto;
        margin-bottom: 0.1rem;
    }
    .order_section1_top_text p {
        line-height: 0.48rem;
        padding-top: 0.1rem;
        height: auto;
    }
    .order_load {
        display: inline-block;
        padding: 0;
        height: 0.9rem;
        line-height: 0.9rem;
        box-sizing: border-box;
        color: #333333;
        border: 1px solid #fff200;
        border-radius: 5px;
        background: url(../images/load2.png) 65% center no-repeat;
        background-color: #fff200;
        padding-left:40%;
        width: 100%;
        font-size:0.28rem;
        font-weight:700;
    }
    .order_load:hover{
        color:#333333;
        background:url(../images/load2.png) 65% center no-repeat;
        background-color: #fff200;
    }
    .order_load:active{
        color:#333333;
        background:url(../images/load2.png) 65% center no-repeat;
        background-color: #fff200;
    }
    .order_section1_bottom .fl{
        float: initial;
        overflow-x: auto;
        padding: 0.3rem;
        padding-left: 0px;
        border-bottom: 1px solid #4d4d4d;
        margin-bottom: 0.3rem;
    }
    .order_section1_bottom .fl ul{
        width: 1250px;
    }
     .order_section1_bottom .fl ul#order2_left_nav{

        width: 550px;
     }
    .order_section1_bottom .fl ul li{
        float:left;
        font-size:14px;
        font-weight: 700;
        width: auto;
        height:auto;
    }
    .electroni_content>li{
        background:transparent;
    }
    .order_section1_bottom ul li{
        margin-bottom: 0px;
    }
    .order_section1_bottom ul li.active a{
        background-color: transparent;
        padding-left: 0px;
        color:#ffcb05;
    }

    .order_section1_bottom ul li a:hover{
        border: 0px solid #fff200;
        color:#ffcb05;
        padding: 0px;
        padding-left: 0px;
        padding-right:30px;
    }
    .order_section1_bottom ul li a:active{
        background: transparent;
        color:#ffcb05;
        padding: 0px;
        padding-left: 0px;
        padding-right:30px;
    }
    .order_section1_bottom ul li a{
        background-color: transparent;
        padding: 0px!important;
        padding-left: 0px!important;
        padding-right:30px!important;
    }
    .order_section1_top {
        border-bottom: 0px solid #4d4d4d;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .order_left_comtent .order_section1_title ,.order_right_comtent .order_section1_title{
        display: none;
    }
    .scroll_box{
        height:auto;
        overflow-y: inherit;
    }
     .scroll_box img{
        width:100%;
     }
    .order_section1_bottom .fr p{
        padding-top: 0.2rem;
    }
    .more_load{
        color:#ffcb05;
        text-align: center;
        font-size:0.24;
        font-weight:700;
        display:block;
        text-align: center;
        margin-top: 0.3rem;
    }
    .ellipsis6{
     text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      line-clamp: 6;
      -webkit-box-orient: vertical;
    }
    .more_load img{
        width:0.18rem;
        margin-left: 5px;
        vertical-align: middle;
    }
    ..order_section2{
        margin-top:0.8rem;
    }
    .sub_title{
        border-bottom: 0px solid #ffcb05;
        padding-right: 0px;
        width: 100%;
    }
    .sub_title_left {
        padding: 0px;
        background: transparent;
        border-radius: 0px;
        color: #ffcb05;
        font-size: 0.32rem;
        font-weight: 700;
        display: block;
        text-align: center;
    }
    .sub_title_right {
        top: 0;
        width: 60%;
        margin: 0 auto;
        margin-top: 0.15rem;
        display: block;
        text-align: center;
    }
     .sub_title_right.width100{
        width:100%;
     }
    .order_section2_content{
        margin-top: 0.3rem;
        margin-bottom:0.5rem;
        background: #333333;
        margin-left:    0.3rem;
        margin-right:   0.3rem;
        position: relative;
        padding-top:3.84rem;
    }
    .order_section2_content .fl,.order_section2_content .fr{
        width: auto;
        float:initial;
        padding:   0.3rem;
        padding-bottom: 0px;
    }
    .order_section2_content .fl{
    }
    .order_section2_content .fl h4 {
        margin-bottom: 10px;
        font-size: 0.32rem;
        font-weight: 700;
    }
    .video_box{
        width: calc(100% - 0.6rem);
        height: auto;
        height:3.54rem;
       /* background-color:red;*/
        position: absolute;
        top: 0.3rem;

    }
    #video_player_box{
        width:100%;
        height:100%;
    }
    .swiper-container3{
        width:240%;
        margin:0 auto;
        margin-left: -70%;
    }
    .swiper_box .swiper-pagination{
        bottom: -0rem;
        width:100%;
    }

    .swiper_content_box img {
        width: 100%;
        height: 3.74rem;
        object-fit: cover;
    }
    .swiper-container3 .swiper-slide{
        height: 523px;
    }
    .swiper_box .swiper-button-next, .swiper_box .swiper-button-prev{
        display: none;
    }
   /* .swiper-container3 .swiper-slide{
        transition: all 0.1s;
    }*/
    .swiper_box .swiper-pagination-bullet{
        width:0.6rem;
        height:0.08rem;
        margin-right:0.3rem;
    }
    .order_load_box {
        margin-top: 1.2rem;
        margin: 0px 0.3rem;
        padding-bottom: 0.8rem;
        margin-top: 0.6rem;
    }
    .order_load_box  .order_load{
        padding-left: 30%;
    }
    .mb40{
        margin-bottom: 0.4rem;
    }

    .lottery_start_box {
        width: 6.88rem;
        height: 6.88rem;
        position:absolute;
        top:0px;
        left: 50%;
        transform: translate(-50%,0);
        margin: 0 auto;
    }
    .lottery_start_box .inner {
        width: 2.4rem;
        height: 2.4rem;
        left: calc(50% - 1.2rem );
        top: calc(50% - 1.2rem );
        z-index: 2;
        background: url(../images/lotteryBtn.png) center 2px no-repeat;
        background-size: 0.26rem 0.57rem;
    }
    .lotteryBtnBg1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: url(../images/lotteryBtnBg1.png) center center no-repeat;
        width: 1.26rem;
        height: 1.26rem;
        background-size: 1.26rem 1.26rem;
    }
    .lottery_box>.fl{
        width: 100%;
        position:relative;
        height: 6.88rem;
    }
    #winner_list {
        width: calc(100% - 0.6rem);
        margin: 0 auto;
        margin-top: 0.4rem;
    }
    #winner_list .list_box{
        height:4.6rem;
    }
    .lottery_box{
        margin-bottom: 0.8rem;
    }
    .lotteryTip_box h4 {
        font-size: 0.28rem;
        margin-bottom: 0.1rem;
        padding-top: 0.2rem;
    }
    .activity_box {
        background: #333;
        padding: 0.3rem;
        margin-bottom: 0.8rem;
        margin: 0px 0.3rem;
    }
    .activity_box{
        display: inherit;
    }
    .activity_box>div>p {
        line-height: 24px;
        padding-bottom: 0.3rem;
        color:#ccc;
    }
    .activity_box  .activity_contcat_us{
        padding-top:0px;
    }
    .activity_box  .activity_contcat_us span{
        display: block;
        margin-right: 0px;
        margin-top: 0.3rem;

    }
    .contact_activity{
        text-align: center;
        padding-top:1rem;
    }
    .contact_activity img{
        width: 2.6rem;
        margin-right: 0px!important;
    }
    .order_section4 {
        background: #1f1f1f;
        padding-top: 50px;
        padding-bottom: 90px;
        padding: 0.3rem;
        color: #999999;
        margin-bottom: 0.8rem;
        margin-top: 0.8rem;
    }
    .order_section4 img {
        margin-bottom: 0.3rem;
        width: 2rem;
    }

    .nav_m_footer{
        height:0.88rem;
        position: fixed;
        bottom:0px;
        left:0px;
        right:0px;
        text-align:center;
        color:#fff;
        z-index:299;

    }
     .nav_m_footer ul{
        height:0.88rem;
     }
     .nav_m_footer ul li{
        width:33.33%;
        line-height: 0.88rem;
        float:left;
     }
      .nav_m_footer ul li a{
        display:block;
        width: 100%;
        color:#fff;
        background: #333333;
      }
     .nav_m_footer ul li.active a{
        color:#333;
        background: #fff200;

     }

     /*移动端报名弹框*/
    .pop_sign_pc form h2 {
        padding: 0.49rem 0px 0.3rem 0.3rem;
    }
    .pop_sign_pc.layui-layer,.pop_sign_pc .layui-layer-title{
        border-radius: 0px;
    }
    .pop_sign_pc .layui-layer-title{
        border-bottom: 1px solid #E6E6E6;
        background:#fff;
        text-align: center;
        padding:0px;
        font-size:0.36rem;
        color:#333;
    }
    .pop_sign_pc .layui-layer-ico {
        background: url(../images/back.png) no-repeat;
        background-size:0.17rem 0.32rem;
    }
    .pop_sign_pc .layui-layer-setwin .layui-layer-close1{
        background-position: 0px;
    }
    .pop_sign_pc .layui-layer-setwin a{

    }
    .pop_sign_pc .layui-layer-setwin{
        right:92%;
    }
    .pop_sign_pc form .form-item {
        padding-left: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .pop_sign_pc .address-box select{
        width:48%;
    }
    .pop_sign_pc form .form-input ,.pop_sign_pc .address-box{
        width: calc(100% - 0.3rem - 52px );
        line-height: 0.7rem;
    }
    .pop_sign_pc form .form-item.no_flxe{
        display: inherit;
    }
    .form-check-box {
        width: 100%;
        margin-left: calc(0.3rem + 52px);
        height: 60px;
    }
    .pop_sign_pc .btn-box{
        display: block;
    }
    .cancel-btn{
        display: none;
    }
    .pop_sign_pc .submit-btn {
        display: block;
        width: calc(100% - 0.6rem);
        height: 0.8rem;
        margin:0 auto;
        margin-right: 0.3rem;
       /* position: absolute;
        bottom: -0.6rem;
        left: 0.3rem;*/
    }
    .pop_sign_pc .form-title.form-title-select{
        line-height: 20px;
    }
    .apply_form_sign_pop {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        height: 95%;
    }
    .pop_sign_pc .form-check{
        margin-bottom: 0px;
    }
    .pop_sign_bottom_tip {
        color: #999999;
        line-height: 0.4rem;
        width: calc(100% - 0.6rem);
        margin: 0px auto;
        margin-bottom: 0;
        font-size: 12px;
        margin-top: .2rem;
        margin-bottom: 0.3rem;
    }
    /*移动端报名弹框*/

    #winner_ul span:nth-child(1) {
        min-width:1.5rem;
        display: inline-block;
    }
}

