.section{
    padding-bottom: 80px;
    padding-top: 100px;
}
html{

        overflow-x: hidden;
}
/*公共 title start*/
.title{
    line-height: 56px;
    font-size: 36px;
    font-weight: 700;
    color: #262422;
    margin-bottom: 46px;
}
/* .title i{
    display: inline-block;
    width: 45px;
    height: 56px;
    background: url(../images/title_icon.png) center center no-repeat;
    vertical-align: middle;
    margin-right: 20px;
} */
/*公共 title end*/
.bgf6f6f7{
    background: #f6f6f7;
}
/*swiper_commom start*/
.swiper_commom{
    position: relative;
}
.mySwiper{
    width: 100%;
    overflow: hidden;
}
.mySwiper_item{
    width: 285px;
    cursor: pointer;
}
.mySwiper_item>div{
    width: 285px;
    height: 160px;
    position: relative;
    margin-bottom: 10px;
}
.mySwiper_item>div i{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: url(../images/video_icon.png) center center no-repeat;
    z-index: 2;
}
.mySwiper_item>div img:hover{
    opacity: 0.8;
}
.mySwiper_item:hover>div i{
    background: url(../images/video_icon2.png?v=20230626) center center no-repeat; 
}
.mySwiper_item p{    
    font-size: 16px;
    color: #262422;
}
.swiper_commom .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #dadee2;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
}
.swiper_commom .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    height: 6px;
    background: #f5002f;
    border-radius: 3px;
}
.bannerSwiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.bannerSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.mySwiper{
    padding-bottom: 40px;
}
.swiper_commom  .swiper-button-next,.swiper_commom  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -50px;
    z-index: 10;
    cursor: pointer;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper_commom  .swiper-button-prev,.swiper_commom  .swiper-container-rtl .swiper-button-next{
     background-image: url(../images/left1.png); 
    left:  -53px;
    right: auto;
}
.swiper_commom  .swiper-button-prev:hover,.swiper_commom  .swiper-container-rtl .swiper-button-next:hover{
     background-image: url(../images/left2.png); 
}
.swiper_commom   .swiper-button-next,.swiper_commom   .swiper-container-rtl .swiper-button-prev{
     background-image: url(../images/right1.png); 
    right: -37px;
    left: auto;
}
.swiper_commom   .swiper-button-next:hover,.swiper_commom   .swiper-container-rtl .swiper-button-prev:hover{
     background-image: url(../images/right2.png); 
}
/*swiper_commom end*/
/* 导航栏 start*/
.nav{
    height: 80px;
    background: #fff;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;
}
#order1{
    position: relative;
    top:-100px;

}
.nav .nav_logo img{
    width: 120px;
    vertical-align: middle;
}
.nav_list li a{
    display: block;

    line-height: 80px;
   /* margin-right: 40px;*/
    font-size: 18px;
    color:#262422;
}
.nav_list li{
    padding: 0 20px;
    cursor: pointer;
}
.nav_list li:hover,
.nav_list li.active{
    color: #F5002F;
    position: relative;
}
@media screen and (min-width: 750px) {

    .nav_list li:hover:after{
        content: "";
        position: absolute;
        width: 48px;
        height: 4px;
        background: #f5002f;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%,50%);
    }
}

.nav_list li.active:after{
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    background: #F5002F;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%,50%);
}
.nav_list li.active a{
    color:#F5002F;
}
.nav_list li:hover a{
    color:#F5002F;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
.height110{
    height: 110px;
}
/*banner start*/
.banner{
   max-width: 1920px;
   height: 400px;
   margin: 0 auto;
   overflow: hidden;
}
.banner .bannerSwiper {
    height: 400px;
}
.banner .bannerSwiper .swiper-slide-1 {
    background: url(../images/banner.png) center center no-repeat;
}
.banner .bannerSwiper .swiper-slide-2 {
    background: url(../images/banner_2.png?v=20230713) center center no-repeat;
    cursor: pointer;
}
.banner .bannerSwiper .swiper-slide-3 {
    background: url(../images/banner_3.png?v=20230713) center center no-repeat;
    cursor: pointer;
}
.banner .bannerSwiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.banner .bannerSwiper .swiper-slide {
    height: 400px;
   /* background-size: 100% 100%;*/
}
/*banner end*/
/*活动规则 start*/
.activity_rules{
    padding-top:80px;
    margin-bottom: 86px;
}
.activity_rules .wrap{
    position: relative;
}
.activity_rules_text{
    background: #f6f6f7;
    border-radius: 4px;
    height: 408px;
    padding: 40px 30px 0px 30px;
    position: relative;
}
.activity_list{
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 30px;
}
.activity_rules_text h2{
    font-size: 24px;
    font-weight: 700;
    color: #262422;
    margin-bottom: 15px;
}
.activity_rules_text p{   
    font-size: 14px;
    color: #5b6770;
    line-height: 24px;
}
.activity_list li{
    width: 240px;
    height: 80px;
    background: #caced1;
    border-radius: 4px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.activity_list li p{
    font-size: 20px;
    font-weight: 700;
    color: #262422;
    text-align: center;
}
.activity_list li p .activity_icon{
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 10px;
}
.activity_list li p .activity_icon1{
    background: url(../images/activity_icon1_1.png) center center no-repeat;
    background-size: cover;
}
.activity_list li p .activity_icon2{
    background: url(../images/activity_icon2_1.png) center center no-repeat;
    background-size: cover;
}
.activity_list li p .activity_icon3{
    background: url(../images/activity_icon3_1.png) center center no-repeat;
    background-size: cover;
}
.activity_list li p .activity_icon4{
    background: url(../images/activity_icon4_1.png) center center no-repeat;
    background-size: cover;
}
.activity_list li.active{
    background: #f5002f;
}

.activity_list li.active p .activity_icon1{
    background: url(../images/activity_icon1_2.png) center center no-repeat;
    background-size: cover;
}
.activity_list li.active p .activity_icon2{
    background: url(../images/activity_icon2_2.png) center center no-repeat;
    background-size: cover;
}
.activity_list li.active p .activity_icon3{
    background: url(../images/activity_icon3_2.png) center center no-repeat;
    background-size: cover;
}
.activity_list li.active p .activity_icon4{
    background: url(../images/activity_icon4_2.png) center center no-repeat;
    background-size: cover;
}
.activity_list li.active p{
    color:#fff;
}
/*活动规则 end*/
/*section start*/
.section1{
    padding-top: 0;
}
.section1_video{
    margin-top: 40px;
}
.section1_video_left{
   width: 682px;
    height: 384px;
}
.section1_video_ccontent{
    position: relative;
    width: 100%;
    height: 100%;
}
.section1_video_ccontent.active1{
    background: url(../images/video1/video_bg1.png) center center no-repeat;
    background-size: cover;
}
.section1_video_ccontent.active2{
    background: url(../images/video1/video_bg2.png) center center no-repeat;
    background-size: cover;
}
.section1_video_ccontent.active3{
    background: url(../images/video1/video_bg3.png) center center no-repeat;
    background-size: cover;
}
.section1_video_ccontent.active4{
    background: url(../images/video1/video_bg4.png) center center no-repeat;
    background-size: cover;
}

.section1_video_ccontent.active5{
    background: url(../images/video1/video_bg5.png) center center no-repeat;
    background-size: cover;
}
.video_icon{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    background: url(../images/video_icon.png) center center no-repeat;
}
.section1_video_right{
    width: 100%;
}
.section1_video_right_title{
    font-size: 18px;
    font-weight: 700;
    color: #262422;
    margin-bottom: 15px;
}
.section1_video_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    line-height: 72px;
}
.section1_video_list img{
    vertical-align: middle;
    margin-right: 10px;
}
.section1_video_list li{
    width: 590px;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    background: #F6F6F7;

}
.section1_video_list li:last-child{
    margin-bottom: 0;
}
.section1_video_list li:hover{
    color:#F5002F;
}
/*section1 end*/
/*section2 start*/
.section2 .section2_load_list{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.section2_load_list .section2_load_item{
    width:384px;
    cursor: pointer;

}
.section2_load_list .section2_load_item.mb20{
    margin-bottom: 20px;
}
.section2_load_list .section2_load_item img{
    vertical-align: middle;
    width: 100%;
}
.section2_load_list .section2_load_item:hover img{
    opacity: 0.8;
}
.section2_load_list .section2_load_item p{
    height: 64px;
    line-height: 64px;
    width: 100%;
    padding:0 20px;
    background:url(../images/load_icon1.png) 97% center no-repeat;
    background-color: #fff;
    font-size: 18px;
    color: #262422;
}
.section2_load_list .section2_load_item:hover p{
    color: #F5002F;
    background:url(../images/load_icon2.png) 97% center no-repeat;
    background-color: #fff;
}
/*section2 end*/
/*section3 start*/
.section3 {
    padding-bottom: 0;
}
.section3 .swiper_commom{
    margin-bottom: 40px;
}
.section3 .section1_video_list li{
    display: flex;
    height: 72px;
}
.section3 .section1_video_list li span{
    padding-top: 10px;
    width: calc(100% - 108px);
    line-height: 1.8;
}
.section3 .section1_video_ccontent.active1{
    background: url(../images/video4/video_bg1.png) center center no-repeat;
    background-size: cover;
}
.section3 .section1_video_ccontent.active2{
    background: url(../images/video4/video_bg2.png) center center no-repeat;
    background-size: cover;
}
.section3  .section1_video {
    margin-bottom: 0px;
}
/*section3 end*/
/*section4 start*/
.recent_activities_box.mb20{
    margin-bottom: 20px;
}
.recent_activities_box h2{

    font-size: 18px;
    color: #262422;
    margin-left: -20px;
    margin-bottom: 20px;
    line-height: 20px;
}
.recent_activities_box h2 i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 6px;
    height: 20px;
    background: #f5002f;
}
.recent_activities{    
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.recent_activities_item{
    width: 580px;
    height: 180px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 40px;
    border: 1px solid #FFFFFF;
}
.recent_activities_item:hover{
    border: 1px solid #fcd6dd;
    box-shadow: 0px 0px 8px 0px rgba(207,15,31,0.16); 
}
.recent_activities_item .recent_activities_item_top{
    padding: 30px;
    height: 100%;
}
.recent_activities_item .recent_activities_item_top h3 {
    margin-bottom: 16px;
    line-height: 26px;
    font-size: 20px;
    color: #262422;
    font-weight: 700;
}
.recent_activities_item .recent_activities_item_top .date, .recent_activities_item .recent_activities_item_top .site {
    position: relative;
    margin-bottom: 16px;
    padding-left: 60px;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    color: #222222;
    
}
.recent_activities_item .recent_activities_item_top .date::before, .recent_activities_item .recent_activities_item_top .site::before {
    position: absolute;
    left: 0;
    width: 48px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #525B5C;
}
.recent_activities_item .recent_activities_item_top .date::before, .recent_activities_item .recent_activities_item_top .site::before  {
    content: "会期"

}
.recent_activities_item .recent_activities_item_top .site::before {
    content: "会场"
}
.recent_activities_item .recent_activities_item_bottom{  
    padding:14px 16px;
    font-size: 16px;
}
.recent_activities_up .recent_activities_item{
    height: 123px;
}
.recent_activities_up .recent_activities_item  .recent_activities_item_top{
    height: 48px;
    padding-top:0px;
    line-height: 48px;
}
/*section4 end*/
/*section5 start */
.article_item{
    width: 384px;    
    background: #f6f6f7;
    margin-bottom: 20px;

}
.article_item_title{
    padding: 20px 20px;
    height: 154px;
}
.article_item_title a{
    line-height:1.6;
    font-size:16px;
    display: block;
    text-indent: -18px;
    margin-left: 18px;
    margin-bottom: 10px;
}
.article_item_title a i{
    font-family: serif;
    font-weight: 700;
    color:#F5002F;
    margin-right: 10px;
}
.article_item_title a:hover{    
    color:#F5002F;
}
.article_list_bottom{
    background: #f6f6f7;
    padding: 20px 20px 30px 20px;
    padding-top: 30px;
}

.article_list_bottom h2{

    font-size: 18px;
    color: #262422;
    margin-left: -20px;
    margin-bottom: 20px;
    line-height: 20px;
}
.article_list_bottom h2 i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 6px;
    height: 20px;
    background: #f5002f;
}
.article_list_series{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article_list_series li{
    width: 275px;
    cursor: pointer;
}
.article_list_series li p{
    padding-right: 10px;
    margin-bottom: 30px;
    font-size: 16px;
}
.article_list_series li:hover p{
    color:#F5002F;
}
.article_list_series li:hover img{
    opacity: 0.8;
}
/*section5 end*/
/*about start*/
.about{
    padding: 80px 0;
    background: #f6f6f6;
}
.about a img{
    margin-right: 80px;
}
.about p{
    font-size: 16px;
    color: #262422;
    line-height: 26px;
}
/*about end*/
/*section6 start*/
/*.section6{
    padding-top: 0;
}*/
/*section6 end*/
/* 抽奖样式 start */
.draw-title {
    text-align: center;
    margin-top: -36px;
}

.draw-wrap {
    margin-top: 140px;
    padding-top: 1px;
    padding-bottom: 84px;
    background: url(../images/five-bg3.png) no-repeat center top;
}

.draw-play {
    padding: 0 30px;
}

.draw-step {
    padding: 130px 30px 70px;
    font-size: 0;
}

.draw-step-lt,
.draw-step-gt {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.draw-step-lt {
    float: left;
}

.draw-step-lt a,
.draw-step-gt .uploadifive-button {
    position: absolute !important;
    top: 194px;
    right: 30px;
    width: 180px;
    height: 40px;
    /* 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: url(../images/draw2.png) center center no-repeat;
    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: #fff;
    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: 100px;
}
.lt{
    width: 80px;
    color:#F5002F;
}
.draw-winlist-item .lt {
    width: 75px;
    color:#F5002F;
}

.ct {
    width: 110px;
    color:#9EA6AE;
    text-align: center;
}

.draw-winlist-item .gt {
    width: 96px;
    color: #262422;


}

.draw-winlist-tips {
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
}
.draw-list-left{
    width: 740px;
    border-radius: 20px;
  
}
.draw-list {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border-radius: 20px;
}

.draw-list-item {
    width: 240px;
    height: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.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: #F5002F;
    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: #CC0011 ;
    background-size: 100% 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;   
    position: relative;
    overflow: hidden;
}
#begin_btn>div{
    height: 170px;
    background: #f5002f;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#begin_btn::after {
    background:#f5002f;
    content:"";
    position: 
}

#begin_btn span {
    text-align: center;
}
#begin_btn span i{
    font-size: 14px;
    color: #fff;
    display: block;
}
#prize_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* 抽奖样式 end */

/* 弹窗 */
.layui-layer-setwin {
    z-index: 222222;
}
.layer_user_info_form .layui-layer-title{
    background: transparent;
    height: 50px;
    line-height: 50px;
    color: #262422;
    font-size: 24px;
    padding: 0 80px 0 30px;
    border-bottom: 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;
}
.submit_form_register{
    padding:20px 40px;
}
.layer_user_info_form  .collect_title{
    font-size: 14px;
    color: #fb4754;
    margin-bottom: 20px;
}
.submit_form_register .inline_dl_flex{
    display: flex;
    justify-content: space-between;
}
.submit_form_register .inline_dl_flex_box {
    width: 49%;
}
.submit_form_register .inline_dl {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color:#333;
    line-height: 40px;
    margin-bottom: 20px;
}
.submit_form_register .label_info_radio,
.submit_form_register  .label_info{
    display: block;
}
.color_red{
    margin-right: 5px;
    color:#D00000;
}
.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select
{
    width: 230px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 16px;
    color:#333;
}
.submit_form_register .inline_dl .addr_box select{
    width: 48%;
}
.submit_form_register .inline_dl .addr_box{
      width: 230px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.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: 32.6%;
    display: inline-block;

}

.submit_form_register .label_info_radio  label{
    display: block;
}
.submit_form_register  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  input[type="radio"]:checked {
  background: url(../images/radio.png) center center no-repeat;
  background-size:cover;
  border:0px solid #E30327;
  box-sizing: border-box;
  position: relative;
}
.submit_form_radio{
    margin-bottom: 11px;
}
.submit_form_tip{    
    padding-bottom: 20px;
    font-size: 12px;
    color: #5b6770;
    line-height: 18px;
}
.submit_form_tip a{
    text-decoration:underline;
}
.submit_form_tip a:hover{
    color:#F5002F;
}
/*.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;
}

.layer_user_info_form  .layui-layer-btn .layui-layer-btn0{
    height: 70px;
}
 .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: 50%;
    transform: translate(-50%,0);
    z-index: 222222;

}
 .form_btn:hover{
    background: rgba(227, 3, 39,0.7);
}
.layer_user_info_form .layui-layer-btn {
    background: #ffffff;
    width: 100%;
    height: 80px;
    margin: 0;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0{
    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: 50%;
    transform: translate(-50%,0);
    z-index: 222222;
}

/* 弹窗 ebd*/
/*抽奖弹框*/
.layer_lotter_alert {    
    border-radius: 8px;
}
.layer_lotter_alert .layui-layer-title {
    border-bottom: 1px solid transparent;
    background-color: transparent;
}
.layer_lotter_alert_title_no .layui-layer-title{
    height: 30px;
}
.layer_lotter_success{
    text-align: center;
}
.layer_lotter_success p{
    font-size: 24px;
    font-weight: 700;
    color:#333;
}
.layer_lotter_success img{
    margin-bottom: 10px;
    margin-top: 33px;
}
.layer_lotter_info{    
    text-align: center;
}
.layer_lotter_info img{
    margin-bottom: 20px;
    margin-top: 20px;
}
.layer_lotter_info .layer_lotter_text1{    
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.layer_lotter_info .layer_lotter_text2{
    font-size: 14px;
    color: #666666;
}

.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;
}
.layer_lotter_prize_name_text2{
    font-size: 24px;
    font-weight: 700;
    color: #da1f3d;
}
.layer_lotter_prize_name img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.layer_lotter_prize_name_text3{    
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

/*抽奖弹框*/
/* //////////////////////// */



/* 中奖名单 */
.zjMd {
    width: 400px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.zjMd h3 {
    line-height: 50px;
    background: #f5002f;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding-left: 30px;
}
.zjMd h2{

    font-size: 16px;
    font-weight: 700;
    color: #666666;
    padding-top: 30px;
    padding-bottom: 10px;
}
.zjMd  .tip_md{
    font-size: 14px;
    color: #5b6770;
    line-height: 1.5;
}
#jq_marquee_box {
    margin-top: 0px;
    width: 400px;
    height: 316px;
    padding: 20px 30px;
    box-sizing: border-box;
    line-height: 40px;
    letter-spacing: 0.8px;    
    background: #f6f6f7;
    border-radius: 8px;
}
#jq_marquee_box .null{

    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

/* 中奖名单 */
/*侧边栏*/
.aside {
    position: fixed;
    right:0px;
    top:50%;
    transform: translate(0%,-50%);
    z-index: 99;
    
}
.aside .aside_code{
    width: 138px;
    height: 276px;
    background: url(../images/aside.png) center center no-repeat;
}
.aside a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    background: #f5002f;
    border-radius: 0px 0px 8px 8px;
    font-size: 14px;
    line-height: 40px;
    color:#fff;
    padding:0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aside a:hover{
    background: #cc0011;
}
.aside a i {
    font-family: serif;
    font-weight: 700;

}
/*侧边栏*/

.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%;
        padding: 0 0.3rem;
    }
    /* 移动端隐藏 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;

    }
    .section {
        padding-bottom: 0.8rem;
        padding-top: 1rem;
    }
    .height110{
        height: 0.88rem;
    }
    .aside{
        display: none;
    }
    /* 移动端隐藏 end*/
    /*title start*/
    .title {
        line-height: 0.56rem;
        font-size: 0.48rem;
        margin-bottom: 0.4rem;
    }
   /*  .title i {
        width: 0.45rem;
        height: 0.56rem;
        background-size: cover;
        margin-right: 0.2rem;
    } */
    /*title end*/

     /*导航栏样式*/
    .nav .nav_logo{            
        height: 0.88rem;
        display: flex;
        align-items: center;
    }
    .nav .nav_logo img {
        width: 1.46rem;
        margin-left: 0.3rem;
    }
    .nav_list{
        display: none;
        position: fixed;
        top:0.8rem;
        right:0;
        height: calc(100% - 0.8rem);
        background: #fff;
        width: 4rem;
    }
    .nav_list li{
        padding: 0 0.4rem;
        height: 0.96rem;
        border-bottom: 0.01rem solid #999;
    }
    .nav_list ul{
        display: block;
        padding: 0 0.2rem;
    }
    .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.active a{
        color:#333;
     }
     .nav_list li:hover a {
        color: #333;
    }
    .nav_list li.active {
        background: #f6f6f6;
    }
    .nav_list li a {
        display: block;
        line-height: 0.8rem;
        font-size: 0.3rem;
        color: #333;
        font-weight: 700;
        line-height: 0.96rem;
    }
    .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 start*/
    .banner, .banner .bannerSwiper, .banner .bannerSwiper .swiper-slide{
        height: 3.6rem;
    }
    .banner .bannerSwiper .swiper-slide-1 {
        background: url(../images/banner_m.png?v=20230713) center center no-repeat;
        background-size: 100% 100%;
    }
    .banner .bannerSwiper .swiper-slide-2 {
        background: url(../images/banner_m_2.png?v=20230713) center center no-repeat;
        background-size: 100% 100%;
    }
    .banner .bannerSwiper .swiper-slide-3 {
        background: url(../images/banner_m_3.png) center center no-repeat;
        background-size: 100% 100%;
    }
    /*banner end*/
    /*活动规则*/
    .activity_list li {
        width:48%;
        height: 0.92rem;
        margin-right: 0rem;
        background-size: cover;
        margin-bottom: 0.24rem;
    }
    .activity_list li.active{
        background-size: cover;
    }
    .activity_list li p{
        font-size: 0.24rem;
    }
    .activity_rules {
        padding-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
    .activity_rules_text {
        height: auto;
        padding: 0.3rem 0.3rem 0.3rem 0.3rem;
        position: relative;
     /*   margin:0 0.3rem;*/
    }
    .activity_list {
     
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
        margin-bottom: 0.2rem;
    }
    .activity_rules_text h2{
        font-size:0.36rem;
        margin-bottom: 0.24rem;
    }
    .activity_rules_text p {
        font-size: 0.28rem;
        color: #5b6770;
        line-height: 1.8;
    }
    /*section1 start*/
    .section1 {
        padding-top: 0;
    }
    .section1_video{
        margin-top: 0;
        display: block;
    }
    .section1_video_left {
        width: 100%;
        height: 3.92rem;
        margin-bottom: 0.2rem;
    }

    .section1_video_right_title{
        font-size: 0.36rem;
    }
    .section3 .section1_video_ccontent.active1{
    background: url(../images/video4/video_bg1.png) center center no-repeat;
        background-size: cover;
    }
    .section3 .section1_video_ccontent.active2{
        background: url(../images/video4/video_bg2.png) center center no-repeat;
        background-size: cover;
    }
    .section1_video_list img {
        width:auto;
        height: 0.96rem;
        vertical-align: middle;
        margin-right: 0.1rem;
    }
    .section1_video_list li{
        font-size: 0.28rem;
        width: 100%;
        height: 0.96rem;
        line-height: 0.96rem;
    }
    .section1_video_list li h2{
        height: 0.96rem;
        line-height: 0.96rem;
    }
    /*section1 end*/
    /*section2 start*/
    .section2_load_list .section2_load_item {
        width: 49%;
        cursor: pointer;
    }
    .section2_load_list .section2_load_item.mb20 {
        margin-bottom: 0.2rem;
    }
    .section2_load_list .section2_load_item p {
        height: 0.96rem;
        line-height: 1.5;
        width: 100%;
        padding: 0 0.2rem;
        padding-right: 0.8rem;
        background: url(../images/load_icon1.png) 97% center no-repeat;
        background-size: 0.32rem 0.32rem;
        background-color: #fff;
        font-size: 0.24rem;
        color: #262422;
        display: flex;
        align-items: center;
    }

    .section2_load_list .section2_load_item:hover p{
            background-size: 0.32rem 0.32rem;
    }
    .swiper_commom .swiper-slide{
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .mySwiper_item {
        width: 48.8%;
        cursor: pointer;
        margin-bottom: 0.4rem;
    }
    .mySwiper_item>div {
        width: 3.36rem;
        height: 1.9rem;
        position: relative;
        margin-bottom: 10px;
    }
    .mySwiper_item div img{
        width: 100%;
    }
    .mySwiper_item p {
        font-size: 0.24rem;
        color: #262422;
    }
    .section1_video_right {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .mySwiper {
        padding-bottom: 0.3rem;
    }
    .mySwiper_item>div i {
        width: 0.48rem;
        height:  0.48rem;
        border-radius: 50%;
        background: url(../images/video_icon.png) center center no-repeat;
        background-size:cover;
    }
    /*section2 end*/
    .article_item {
        height: auto;
        margin-bottom: 0.2rem;
        display: block;
        padding: 0.3rem;
    }
    .article_item div img{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .article_item_title {
        padding: 0;
        height: auto;
    }
    .article_item_title a i {
        margin-right: 0.1rem;
        margin-left: 0;
    }
    .article_item_title a {
        line-height: 1.8;
        font-size: 0.28rem;
        display: block;
        margin-bottom: 0.1rem;
    }
    .about .wrap{
        display: block;
    }
    .about {
        padding: 0.8rem 0 0 0;
    }
    .about a img {
        margin-right: 0;
        width: 3.6rem;
        margin-bottom: 0.4rem;
    }
    .about p {
        font-size: 0.28rem;
        color: #262422;
        line-height: 1.8;
    }
    .tianmao_link{
        width: 100%;
        height:4.98rem;
        background:url(../images/aside_m.png) center center  no-repeat;
        background-size: cover;
        margin-top: 0.4rem;
        padding-bottom: 0.6rem;
        position: relative;
    }
    .tianmao_link a{
        position: absolute;
        bottom: 0.3rem;
        right: 0.8rem;
        width: 3rem;
        height: 0.9rem;
   /* background: rgba(0,0,0,0.5);*/
    }
    .section3 .swiper_commom {
        margin-bottom: 0.2rem;
    }
    .section2_video{
        display: flex;/*
        justify-content: center;*/
        flex-flow: column-reverse;
    }
    .recent_activities_width .recent_activities{
        display: block;
        width: 41.4rem;
    }
     .recent_activities_width .recent_activities_up{
        width: 23rem;
     }
     .recent_activities {
         display: initial;
         flex-flow:inherit;
         justify-content:inherit;
     }
    .recent_activities_item {
        width: 6.9rem !important;
        height: 4.12rem;
        background: #eceeef;
        border-radius: 4px;
        font-size: 0.36rem;
        cursor: pointer;
        margin-bottom:0;
    }
    .recent_activities_width {
        overflow: hidden;
        padding-bottom: 30px;
    }
    .mySwiper3_m  {
        position: relative;
    }
    .recent_activities_item .recent_activities_item_top {
        width: 100%;
        padding: .62rem .32rem;
        background: #fff;
    }
    .recent_activities_item .recent_activities_item_top h3 {
        font-size: .4rem;
        margin-bottom: .36rem;
    }
    .recent_activities_item .recent_activities_item_top p {
        font-size: .36rem;
    }
    .recent_activities_item .recent_activities_item_top .date, .recent_activities_item .recent_activities_item_top .site {
        padding-bottom: .32rem;
        font-size: .36rem;
    }
   .mySwiper3_m .swiper-pagination-bullets{
        bottom: -30px;
    }
    .recent_activities_item .recent_activities_item_bottom {
        padding: 0.15rem;
        font-size: 0.32rem;
    }
    .recent_activities_box{
        background: transparent;
        padding: 0.25rem 0px 0.2rem 0rem;
    }
    .recent_activities_box.mb20{
        margin-bottom: 0.2rem;
    }
    .recent_activities_box h2 {
        font-size: 0.36rem;
        margin-left: 0;
        line-height: 20px;
    }
    .article_list_series_width{
        width: calc(100% + 0.3rem);
        overflow-x: auto;
    }
    .article_list_series li {
        width: 3.6rem;
        margin-right: 0.2rem;
        cursor: pointer;
        float:left;

    }
    .article_list_series{
        width:31rem;
        display: block;
    }
     .article_list_series li img{
        width: 100%;
     }
     .article_list_bottom {
        background: transparent;
        padding: 0.2rem 0rem 0rem 0rem;
    }
    .article_list_bottom h2 {
        font-size: 0.36rem;
        color: #262422;
        margin-left: 0;
        margin-bottom: 0.3rem;
        line-height: 20px;
    }
    /*.section6 {
        padding-top: 0;
    }*/
    .section5 {
        padding-top: 0;
        padding-bottom: 0;
    }
    /* 抽奖部分 start*/
    .draw-list-left {
    width: 100%;
    border-radius: 20px;
}
    #prize_area {
        display: block;
        padding: 0px;
    }

    .draw-list {
        width: 100%;
        box-sizing: border-box;
        padding:  0rem;
        background: none;
        border: none;
        border-radius: 0;
    }

  

    .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.3rem;
        font-size: 0.36rem;
    }
    #prilist .roll-6 .vlm{
        width: 1.5rem;
        height: auto;
        margin-top: 0.6rem;
     }

    .draw-list-item p {
        font-size: 0.24rem;
        font-weight: 500;
        color: #F5002F;
        line-height: 0.16rem;
        letter-spacing: 0.02rem;
        position: absolute;
        left: 0px;
        bottom: 0.3rem;
        text-align: center;
        width: 100%;
    }
    #begin_btn span i {
        font-size: 0.24rem;
       /* color: #cc2f37;*/
    }
    #begin_btn {
/*        background: url(../images/btnBegin.png) left top no-repeat;*/
        background-size: 100% 100%;
       
        font-size: 0.34rem;
        font-weight: 800;
        letter-spacing: 0.05rem;
        text-align: center;
      /*  display: flex;
        align-items: center;
        justify-content: center;*/
    }
    #begin_btn>div {
        height: 2rem;
        background: #f5002f;
        border-radius: 0 0 16px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .zjMd {
        position: relative;
        width: 100%;
        background: #ffffff;
        border-radius: 0.2rem;
        overflow: hidden;
        margin-top: 0.6rem;
    }

    #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.16rem;
        height:  2.16rem;
        margin-right: 0.18rem;
        margin-bottom: 0.18rem;
        padding-top: 0px;
        position: relative;
    }

    /* 抽奖部分 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;
    }
    .submit_form_register .inline_dl.label_info12 dd{
        width: 100%;
    }
    .submit_form_register .label_info.label_info12 label{
        width: calc(49% - 0.5rem);
        line-height: 1.8;
        text-indent: -0.5rem;
        margin-left: 0.5rem;
    }
    .submit_form_register .inline_dl .addr_box{
        width: 100%;
    }
     .form_btn {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        left: 50%;
        transform: translate(-50%,0);
        position: fixed;
        z-index: 99891015;
    }
    .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;
    }
    /* 弹窗部分 end*/
    

#order1,#order6{
    position: relative;
    top:-1rem;

}
   #order6{
    top:0rem;
   }
   .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
       width: 6rem !important;
   }
}