/*body {
    padding-top: 80px;
    background: url(../images/bg.png) repeat-y center center;
}*/
/* 表单提交 */

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #e61e1e!important;
    border-radius: 2px 2px 0 0;
    color: #fff!important;
}
.layui-layer-ico {
    background: url(../images/close_icon.png) no-repeat;
}
.formBox{
    padding: 0px 30px;
    color: #000;
    padding-right: 0;
    padding-left: 54px;
}
.formBox h2{
    font-size: 30px;
}
.formBox h3{
    font-size: 20px;
    font-weight: normal;
}
.formBox p{
    margin: 30px 0;
    font-size: 12px;
    color: #f00;
}
.formBox .formItem{
    margin-bottom: 20px;
}
.formBox .formItem span{
    display: inline-block;
    width: 77px;
    font-size: 15px;
    text-align: left;
}
.formBox .formItem  .radio_check{
    width: auto;
}
.formBox .formItem  .radio_check1{
    margin-right: 10px;
}
.formBox .formItem input{
    width: 290px;
    line-height: 40px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
}
.formBox .formItem span.radio_span{
    width: 90px;
}
.formBox .formItem select{
    width: 304px;
    height: 40px;
    line-height: 40px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
}
.formBox .formItem select.province{
    margin-right: 20px;
}
.formBox .formItem select.width50{
    width: 140px;
    line-height: 40px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
}
.formBox .formBtn{
    margin-top: 49px;
}
.formBox .formBtn a{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}
.formBox .formBtn .subimtBtn{
    color: #fff;
    background: #d91f2d;
    margin-right: 22px;
    box-shadow: 0px 5px 9px 0px rgba(230,0,18,0.32);

}
.formBox .formBtn .canceBtn{
    background: #cccccc;
    border:1px solid #e1e1e1;
    color: #333;
    box-shadow: 0px 5px 9px 0px rgba(204,204,204,0.57);

}
.radio_check_last span{
    width: auto!important;
    margin-right: 10px!important;
}
/*公共标题*/
.title_common h4{

    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 29px;
}

.title_common h4 span{
    color:#E61E1E;
}


.title_common p span:nth-child(1){
    width: 85px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;

}


.title_common p span.line{
    width:calc(100% - 89px);
    display: inline-block;
    background: #ECECEC;
    height: 1px;
}
/*公共标题*/
.mt80px{
    margin-top: 80px;
}
/* 轮播图 */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrow_left.png);
    background-size: 14px 25px;
    left: 10px;
    width: 14px;
    height: 25px;
    right: auto;}
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:  url(../images/arrow_right.png);
    background-size: 14px 25px;
    left: 10px;
    width: 14px;
    height: 25px;
    left: auto;
}  
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{ 
    background-image: url(../images/arrow_left_hover.png);

}
 .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{

    background-image: url(../images/arrow_right_hover.png);
 }
.interviewContent .swiper-container {
    width: 1200px;
    padding-bottom: 50px;
}

.video_box{
    position: relative;
    display: inline-block;
}
.video_box i.icon_video{
    position: absolute;
    width: 64px;
    height:64px;
    top:50%;
    left:50%;
    cursor: pointer;
    background: url(../images/video_icon_curren.png);
    transform: translate(-50%,-50%);
    z-index: 999;
}
.video_box i.icon_video:hover{
    background: url(../images/video_icon.png);

}
.swiper-box{
    display: block;
    position:relative;
}
.swiper-box .swiper-slide:after{
    position: absolute;
    top:0px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 10px 50px 10px ;
  }
  .swiper-slide {
    text-align: center;
    transition: 300ms;
    transform: scale(0.7);
  }
  .swiper-item{
    padding: 18px;
  /*  height: 480px;*/
    background-color: #f8f8f8;
    width: 548px;
    box-shadow: 6px 5px 10px #aaa;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .swiper-item img{
      width: 100%;
      height: 250px;
  }
  .swiper-item h3 {
      font-size: 16px;
      font-weight: 700;
      margin: 17px 0;
  }
  .swiper-item p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .swiper-item h3:hover,.swiper-item p:hover{
    color:#e61e1e;
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
  }

/*产品介绍*/
/*.product_info_box{
    margin-top: 80px;
}*/
.product_content {
    padding-top:25px;
}
.product_content p{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 29px;
}
.product_nav{
    margin-bottom:36px;
    margin-top: 30px;
}
.product_nav ul li{
    width: 380px;
    text-align: center;
    padding: 16px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    background: #eaeaea;
    border-radius: 3px;
    cursor:pointer;

}
.product_nav ul li:hover{
     background: #E61E1E;
    color:#fff;
}
.product_nav ul li:nth-child(2){
    margin:0px 30px;
}
.product_nav li.active{
    background: #E61E1E;
    color:#fff;
    position:relative;
}
.product_nav li.active::after{
      position: absolute;
      content: '';
    bottom: -6px;
    left: 50%;
    transform: translate(-50% ,0);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #E61E1E;
}
.product_content_defails{
    padding:40px 30px;
    background: #f9f9f9;
    border: 1px solid #ececec;
    box-sizing:border-box;
    display:none;

}
.product_content_defails0{
    display: block;
}
.product_content_defails .img_box{
    padding: 29px 34px 45px 21px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}
.prodect1_text h5{

    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 29px;
    margin-bottom: 18px;

}
.prodect1_text{
    width: calc(100% - 363px);
    margin-left: 30px;
}
.prodect1_text h6{
    font-size: 16px;
    margin:5px 0;
}
.prodect1_text p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;

}
.prodect1_text .more{
    margin:20px 0px;
    display: inline-block;
}
.prodect1_text .more span{
    color:#E61E1E;
    margin-right: 5px;
}
.prodect1_text .more:hover{
    color:#E61E1E;
}
.product_btn a{
    display: inline-block;
    width: 100px;
    height:32px;
    background: #E61E1E;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height:32px;
    color: #ffffff;
    margin-right: 20px;
}
.product_btn a:hover{
    background: #C91818;
}

.load_icon .pdf_Load{
   display: inline-block;
    /* width: 88px; */
    height: 60px;
    line-height: 128px;
    text-align: center;
    margin-right: 20px;

}
.product_num_box {
    margin-top: 30px;
}
.product_num_box h5{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 29px;
    margin-bottom: 15px;
}
.product_num_box .product_num_box_left{
    width: 555px;
    box-sizing: border-box;
    padding:30px 15px;
    background: #fff;
    border: 1px solid #f0f0f0;

}
.product_num_box .product_num_box_left:nth-child(1){
    margin-right: 26px;
}
.product_num_box .product_num_box_left p{
    font-size: 12px;
    color: #666666;
    line-height: 24px;

}
.product_num_box_text{
    width:375px;
    margin-left: 21px;
    margin-bottom: 5px;
}

.load_icon .pdf_current{
    background: url(../images/pdf_current.png) center center no-repeat;

}
.load_icon .pdf_current:hover{
    background: url(../images/pdf_active.png) center center no-repeat;

}
.load_icon .video_current{
    background: url(../images/video_current.png) center center no-repeat;

}
.load_icon .video_current:hover{
    background: url(../images/video_active.png) center center no-repeat;

}
/*产品介绍*/

/*0*/
.tree_trial_box{
}
.tree_trial_List{
    background: #ffffff;
    border: 1px solid #ececec;
    height: 223px;
    margin-bottom: 30px;
}
.tree_trial_List .tree_trial_List_left{
    padding-left: 20px;
    padding-top: 29px;
    padding-bottom: 29px;
width: 50%;
box-sizing: border-box;

}
.tree_trial_List .tree_trial_List_left img{
    margin-right: 29px;
}
.tree_trial_List .tree_trial_List_left h5{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-top: 10px;

}
.tree_trial_List .tree_trial_List_left p{
    color:#666;
    line-height: 30px;
}
.tree_trial_List .tree_trial_List_left p i{
    font-style: normal;
    margin:0 5px;
}
.tree_trial_List .tree_trial_List_left p span{
    font-weight:700;
    width: auto;
    color: #000;
    margin-right: 3px;
}

.tree_trial_List_left .tree_red{
    color:#E61E1E!important;
    font-size: 16px;
    font-weight: 700;
    margin:0px 5px;
}
.tree_trial_List_left  .tree_link{
    display: inline-block;
    width: 120px;
    height:40px;
    text-align: center;
    line-height: 40px;
    background: #e61e1e;
    border-radius: 3px;
    color:#fff;
    font-size: 14px;
    margin-top: 20px;

}
.tree_trial_List_left  .tree_link:hover{
    background: #C91818 ;

}

.tree_trial_List_left  .tree_link_over:hover{
    background: #666666 ;

}
.tree_trial_List_left  .tree_link_over{
    background: #666666 ;

}
/* 购买链接 */
.tree_link_buy {
	background: none;
	color: #e61e1e;
	text-align: center;
	margin-left: 18px;
	display: inline-block;
}
.tree_link_buy:hover {
	color: #C91818;
}
.tree_trial_List_right h4{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 29px;
    margin-bottom: 10px;
}
.tree_trial_List_right i{
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #e01b22;
    margin-right: 10px;

}
.tree_trial_List_right{
    padding-top:20px;
    padding-left:30px;
    background: #f9f9f9;
    border-left: 1px solid #ececec;
    width: 50%;
    box-sizing: border-box;
    height:100%;
    padding-right: 30px;

}
.tree_trial_List_right h5{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 28px;
}
.tree_trial_List_right p{

    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: auto;
}
.tree_trial_List_right .load_left{
    width: 65%;

}
.tree_trial_List_right .load_pdf_box {
    width: 35%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height:203px;
}
.tree_trial_List_right .load_pdf_video_box{
    height:auto;
    margin-top:10px;
}
.tree_trial_List_right .load_vedio_box{
    height:auto;
    margin-top:110px;
}
.tree_trial_List_right .load_pdf_box img{
    vertical-align: middle;
}
.tree_trial_List_right .load_pdf_box img.psf_bg{
        width: 56px;
    height: 56px;
    margin-right: 14px;
    margin-top: 6px;
}
.video_img{
   
    width: 56px;
    height: auto;
    margin-right: 14px;
    margin-top: 7px;
}
.tree_trial_List_right .load_pdf_box h6{
    text-align:left;
}
.tree_trial_List_right .load_pdf_box a{
    display: inline-block;
    width: 90px;
    height: 30px;
    background: #E61E1E;
    text-align: center;
    font-size: 14px;
    color:#fff;
    margin-top: 10px;
    line-height: 30px;

}
.tree_trial_List_right .load_pdf_box a:hover{
    background: #C91818 ;
}
/**/



/*抽奖*/
.lock_box{
    background: #f9f9f9;
    padding-top:90px
}

.lock_box .lock_box_content{
    margin-top: 30px;
    background-color: #fff;
}
.activity_box_Box{
    background: #f9f9f9;
    width:100%;
    padding:50px 0;
}


.activity_box{
    padding:43px 62px 50px 50px;
    background-color: #fff;
    box-sizing: border-box;
}
.activity_box .fl{
    width: 73%;
}
.activity_box .fr{
    width: 140px;
    text-align:center;
}/*
.activity_box .fr .erweima_box{
    width: 140px;
    text-align: center;
}*/
.activity_box p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;

}
.activity_box div span{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
}
.activity_img{
    margin-top:30px;
}
.activity_img img{
    vertical-align: middle;
    margin-right: 5px;
}
.activity_img span span{
    margin-right:25px;
}

/*底部信息*/
.mb25{
    margin-bottom:25px;
}
.foot_info{
    padding-top:89px;
}
.foot_info img{
    margin-bottom:30px;
}
.foot_info h3{
    font-size: 14px;
    font-weight: 700;
    color:#000;
    line-height: 24px;

}
.foot_info p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.foot_info p a{
    color:#0064D0;
    font-weight: 700;
}
.foot_info p a:hover{
    color:#e61e1e;
}


/*侧边栏*/
.aside {
    position: fixed;
    right: 10px;
    top: 40%;
    height: 179px;
    width: 104px;
    background: #fff;
    z-index:1;
}
.aside .aside_load_pdf{
    height: 113px;
    width: 104px;
    background: #ffffff;
    border: 3px solid #e61e1e;
    border-radius: 5px;
    padding-top:11px;
    box-sizing: border-box;
    position: relative;
}
.aside_load_pdf i{
    position: absolute;
    top:-13px;
    left:50%;
    transform: translate(-50%,0);
    width: 28px;
    height: 10px;
    background: #e61e1e;
    border-radius: 4px 4px 0px 0px;

}
.aside_load_pdf li{
    width: 80px;
    height: 24px;
    background: #f2f2f2;
    border-radius: 3px;
    margin:0 auto;
    margin-bottom: 5px;
    cursor: pointer;
}
.aside p,.aside span{
    color: #e61e1e;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}
.aside_load_pdf li.loaded{
    background: #e61e1e;
}
.aside .go_prize{
    display: inline-block;
    width: 104px;
    height: 35px;
    text-align: center;
    background: #e61e1e;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 35px;
}
.aside  .go_prize_over{
    background: #666666;
}





.go_loaded{
    display: inline-block;
    width: 95px;
    height: 30px;
    background: #e61e1e;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}

















.zdxtop {
    position: relative;
    z-index: 1;
}

.btn {
    display: inline-block;
    background-color: #d1082b;
    text-align: center;
    font-size: 20px;
    height: 52px;
    border-radius: 52px;
    line-height: 52px;
    color: #fff;
}

.banner {
    height: 400px;
    background: url(../images/banner-new.jpg) no-repeat center center;
    margin-top: 110px;
}




.godraw {
    display: none;
}

.page-tab {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.page-tab-lt,
.page-tab-gt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 35px;
}

.page-tab-lt .img,
.page-tab-gt .img {
    display: inline-block;
    width: 493px;
    height: 151px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-tab-lt .img {
    background-image: url(../images/btnfive-2.png);
}

.page-tab-gt .img {
    background-image: url(../images/btnpro-2.png);
}

.page-tab-lt.active .img {
    background-image: url(../images/btnfive-1.png);
}

.page-tab-gt.active .img {
    background-image: url(../images/btnpro-1.png);
}

.five-title {
    text-align: center;
    margin-top: -45px;
}

.five-wrap {
    background: url(../images/five-bg1.png) no-repeat center top;
    height: 3022px;
    margin-top: 110px;
}

.five-tips {
    position: absolute;
    top: 4px;
    left: 26px;
    color: #e42940;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    width: 194px;
    height: 106px;
    line-height: 106px;
    background-color: #feb751;
    background-image: linear-gradient(#ffcb82, #ffae34);
    border-radius: 0 0 10px 10px;
}

.five-tips-box {
    line-height: 1.3;
}

.five-tips-box h6 {
    font-weight: 700;
}

.five-tips-box p {
    font-size: 18px;
    font-weight: normal;
}

.five-times {
    position: absolute;
    top: 30px;
    right: 40px;
    height: 34px;
    line-height: 34px;
    background-color: #ffdbb2;
    padding: 0 30px;
    color: #d1082b;
    font-size: 16px;
    border-radius: 34px;
}

.five-vi {
    height: 817px;
    position: relative;
}

.five-vi .five-tips {
    top: -19px;
}

.five-vi-title {
    padding-top: 120px;
    padding-bottom: 50px;
    text-align: center;
}

.five-vi-text {
    display: table;
}

.five-vi-text-lt {
    display: table-cell;
    font-size: 18px;
    padding-left: 30px;
    vertical-align: middle;
    text-indent: 2em;
}

.five-vi-text-gt {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    padding: 0 30px 0 46px;
}

.five-vi-text-gt .btn {
    width: 160px;
}

.five-vi-videolist {
    text-align: center;
    /* padding-top: 64px; */
    padding: 64px 30px 0;
    font-size: 0;
}

.five-vi-videolist .swiper-wrapper {
    justify-content: space-between;
}
.five-vi-videolist .swiper-slide {
    display: inline-block;
    width: 360px;
}

.five-vi-videolist a {
    position: relative;
    display: block;
}

.five-vi-videolist a:hover i {
    background-image: url(../images/play2.png);
}

.five-vi-videolist i {
    position: absolute;
    width: 98px;
    height: 98px;
    top: 50%;
    left: 50%;
    margin: -49px 0 0 -49px;
    background: url(../images/play1.png) no-repeat center center;
    transition: 0.3s all;
}

.five-vi-videolist .title {
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px;
}

.five-four {
    position: relative;
    margin-top: 30px;
    height: 420px;
}

.five-four-title {
    text-align: center;
    padding-top: 37px;
}

.five-four-box {
    width: 840px;
    height: 305px;
    margin: 0 auto;
    display: table;
}

.five-four .lt,
.five-four .gt {
    display: table-cell;
    vertical-align: middle;
}

.five-four .lt {
    font-size: 24px;
    padding-left: 44px;
}

.five-four .lt h5 {
    padding-bottom: 10px;
    width: 290px;
}

.five-four .lt p {
    padding-bottom: 15px;
}

.five-four .lt .btn {
    width: 180px;
}

.five-four .gt {
    width: 281px;
}

.five-three {
    height: 330px;
    margin-top: 30px;
    position: relative;
}

.five-three-title {
    text-align: center;
    padding-top: 37px;
}

.five-three-box {
    padding-top: 46px;
    width: 840px;
    margin: 0 auto;
}

.five-three-box .lt {
    float: left;
    width: 230px;
    font-size: 24px;
    padding: 10px 0 0 42px;
}

.five-three-box .gt {
    float: right;
}

.five-two {
    margin-top: 30px;
    height: 707px;
    position: relative;
}

.five-pro-list {
    text-align: center;
}

.five-pro-item {
    display: inline-block;
    margin: 0 16px;
    padding-top: 40px;
}

.five-pro-item dt {
    position: relative;
    width: 254px;
    height: 180px;
    background: url(../images/five-pro-dizuo.png) no-repeat center bottom;
}

.five-pro-item .price {
    position: absolute;
    top: 0;
    right: -18px;
    width: 100px;
    height: 108px;
    line-height: 108px;
    font-family: "arial";
    font-weight: 700;
    text-align: center;
    color: #a10008;
    background: url(../images/five-pro-price.png) no-repeat center center;
}

.five-pro-item .price i {
    font-size: 16px;
}

.five-pro-item .price b {
    font-size: 30px;
}

.five-pro-item .img {
    display: block;
    height: 164px;
    text-align: center;
}

.five-pro-item .img::after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
    line-height: 100%;
}

.five-pro-item .img img {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%;
}

.five-pro-item dd {
    margin-top: 12px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    display: inline-block;
    padding: 0 16px;
    color: #fff;
    background-color: #e0223a;
    font-size: 18px;
}

.five-one {
    position: relative;
    height: 550px;
    margin-top: 30px;
}

.five-one-title {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 26px;
}

.five-one .five-pro-item {
    padding: 0 20px;
}

.five-one .five-pro-item .img {
    height: 246px;
}

.five-one .five-pro-item .price {
    top: 0;
    right: 0;
    width: 123px;
    height: 133px;
    line-height: 133px;
    background-image: url(../images/five-probig-price.png);
}

.five-one .five-pro-item .price i {
    font-size: 20px;
}

.five-one .five-pro-item .price b {
    font-size: 40px;
}

.five-one .five-pro-item dt {
    position: relative;
    width: 458px;
    height: 280px;
    background: url(../images/five-probig-dizuo.png) no-repeat center bottom;
}

.five-one .five-pro-item dd {
    margin-top: 32px;
    width: 320px;
}

.soft-title {
    text-align: center;
    margin-top: -36px;
}

.soft-content {
    padding: 134px 60px 0;
}

.soft-content .lt {
    float: left;
    width: 400px;
}

.soft-content .gt {
    float: right;
    padding-top: 24px;
}

.soft-content h4 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
}

.soft-content-desc {
    font-size: 20px;
}

.soft-content-detail {
    font-size: 16px;
    padding: 25px 0;
}

.soft-content .btn {
    width: 240px;
}

.soft-wrap {
    margin-top: 70px;
    padding-top: 1px;
    height: 640px;
    background: url(../images/five-bg2.png) no-repeat center top;
}

.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:40px 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: 736px;
}

.draw-list-item {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 12px;
    width: 210px;
    height: 150px;
    background: rgba(230,30,30,0.05);
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.draw-list-item.active {
    border:1px solid red;
}

.draw-list-item .vlm-wrap {
    height: 99px;
}

.draw-list-click {
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    color: #fff;
    background: #e61e1e;
}
.draw-list-click:hover{
    background: #C91818;
}

.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;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #b79c9c;
    border-radius: 4px 4px 0px 0px;
}
#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;
}

.draw-winlist-item .lt,
.draw-winlist-item .ct,
.draw-winlist-item .gt {
    display: table-cell;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.draw-winlist-item .lt {
    width: 75px;
    color: #0064D0;
}

.draw-winlist-item .ct {
    width: 100px;
    color: #999;
    text-align: center;
}

.draw-winlist-item .gt {
    width: 96px;
    color: #6b5252;
}

.draw-winlist-tips {
    color: #666;
    font-size: 12px;
    padding-top: 24px;
}

.guide {
    border-radius: 12px;
    padding: 30px;
    margin: 30px;
    border: 1px dashed #FFE1BE;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.guide-gt {
    float: right;
    padding-top: 10px;
}

.guide-lt {
    float: left;
}

.guide-us {
    padding-top: 25px;
}

.guide-us .vlm {
    margin-right: 12px;
}

.guide-us-item {
    display: inline-block;
    padding-right: 30px;
}

.footad {
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 20px;
}

.footad-lt {
    float: left;
    font-size: 15px;
    max-width: 900px;
}

.footad-lt dt {
    padding-bottom: 45px;
}

.footad-gt {
    overflow: hidden;
    text-align: right;
}

.footad-gt p {
    display: inline-block;
    line-height: 42px;
    text-align: center;
    width: 180px;
}

.pro {
    margin-top: 110px;
    background: url(../images/pro-bg.png) no-repeat center top;
}

.pro-brd {
    overflow: hidden;
    padding: 3px;
    border-radius: 20px;
    margin: 0 30px 20px;
    background-color: #e2a447;
    background-image: -webkit-linear-gradient(#e8b56c, #e2a447);
    background-image: -ms-linear-gradient(#e8b56c, #e2a447);
    background-image: -moz-linear-gradient(#e8b56c, #e2a447);
    background-image: -webkit-linear-gradient(#e8b56c, #e2a447);
}

.pro-box {
    padding: 100px 0 114px;
}

.pro-item {
    background-color: #fff;
    height: 400px;
    border-radius: 20px;
    clear: both;
    box-shadow: 0px 0px 26px 0px rgba(194, 28, 38, 0.19) inset;
}

.pro-title {
    font-size: 40px;
    height: 40px;
    line-height: 1;
    padding: 12px 0;
}

.pro-subtitle {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
}

.pro-img {
    float: left;
    text-align: center;
    width: 460px;
    height: 400px;
}

.pro-img img {
    max-width: 100%;
    max-height: 100%;
}

.pro-text {
    overflow: hidden;
    padding-top: 30px;
}

.pro-content {
    font-size: 0;
    overflow: hidden;
    height: 100%;
}

.pro-content .vlm {
    font-size: 20px;
    max-width: 99.6%;
    line-height: 1.6;
}

.pro-content p::before {
    content: "";
    float: left;
    height: 3px;
    width: 3px;
    border: 2px solid #333;
    margin: 12px 8px 0 0;
    border-radius: 6px;
}

.pro-content p span {
    display: block;
    overflow: hidden;
}

.goplay {
    position: fixed;
    right: 0;
    top: 170px;
    height: 477px;
    width: 202px;
    background: url(../images/goplay-1.png) no-repeat center center;
}
.goplay .hand {
    position: absolute;
    top: 0;
    left: 30px;
    width: 150px;
    height: 150px;
    cursor: pointer;
    /* background-color: rgba(0, 0, 0, .6); */
}
.goplay-disable {
    background-image: url(../images/goplay-2.png);
}

.goplay-box {
    position: fixed;
    left: 0;
    top: 110px;
    right: 0;
    text-align: center;
}

.goplay-box .wrap {
    position: relative;
}

.goplay-qrcode {
    padding-top: 212px;
}

.goplay-qrcode img {
    width: 102px;
    height: 102px;
}

.goplay-qrcode p {
    padding-top: 10px;
    color: #fff;
}

.goplay-btns {
    padding-top: 14px;
}

.goplay-btns a {
    display: block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    margin: 10px auto 0;
    color: #F44729;
    border: 3px solid #fee094;
    background-color: #fee094;
}

.goplay-btns a.active {
    color: #fff;
    background-color: #B2101B;
    border-color: #ff6336;
}

.layer-title {
    font-size: 16px;
    font-weight: 700;
}
.layer-title  img{
    vertical-align: middle;
}
.layer-red {
    color: #D40A2D;
}

.layer-subtitle {
    font-size: 14px;
    padding-top: 29px;
    color: #666;
}

.layer-success,
.layer-warn,
.layer-noimg,
.layer-img,
.layer-nogift,
.layer-gift-jf,
.layer-gift {
    width: 320px;
    height: 246px;
}


.layer-success img {
    margin-right: 18px;
}

.layer-gift {
    height: 180px;
}

.layer-gift-jf {
    height: 180px;
}

.layer-gift-jf h6,
.layer-gift h6 {
    font-size: 18px;
    color: #666;
    padding: 28px 0;
    text-align: center;
    font-weight: 700;
}

.layer-gift p {
        color: #999;
    /* padding-top: 24px; */
    font-size: 14px;
    font-weight: 400;
}

.layer-pro .layer-subtitle {
    font-size: 18px;
    padding-bottom: 24px;
}

.layer-pro .btn {
    width: 170px;
    background-color: #e90029;
}

.layer-pro .btn:hover {
    background-color: #d1082b;
}

.layer-btn {
    padding-top: 40px;
}

.layer-table {
    width: 506px;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    text-align: center;
}

.layer-table th {
    background-color: #f4f4f4;
}

.layer-table th,
.layer-table td {
    padding: 12px 20px;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
}

.boxlayer {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 4px;
   /* padding:0 20px;*/
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 99;
    display: none;
}

.boxlayer .vlm-wrap {
    font-size: 0;
}

.boxlayer .vlm {
    max-width: 99%;
}

.boxlayer .layercontent {
   /* min-height: 246px;*/
}

.boxlayer .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.boxlayer .layercontent {
    display: none;
}

.boxlayer.show {
    display: block;
}

.boxlayer-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 98;
    display: none;
}

.boxlayer-bg.show {
    display: block;
}
.video-poper {
    background-color: transparent!important;
    box-shadow: none!important;
}
.m_show{
    display: none;
}
@media screen and (max-width: 800px) {
    html {
        font-size: 20px;
    }

   /* body {
        padding-top: 2.2rem;
        max-width: 100%;
        overflow-x: hidden;
        background-image: url(../images/mobile/bg.png);
        background-size: 100% auto;
    }*/
    nav {
        height: 2.2rem;
        line-height: 2.2rem;
        margin: 0px auto 0 auto !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9;
    }
    .aside {
        position: fixed;
        right: 30%;
        top: 0.34rem;
        height: auto;
        width: auto;
        background: #fff;
        z-index:9;
    }
    .aside .aside_load_pdf {
        height: auto;
        width: auto;
        background: #ffffff;
        border: 2px solid #e61e1e;
        border-radius: 30px;
        padding-top: 11px;
        box-sizing: border-box;
        position: relative;
        padding: 5px;
    }
    .aside_load_pdf li {
        width: 20px;
        height:16px;
        background: #f2f2f2;
        border-radius: 3px;
        margin: 0 auto;
        margin-bottom: 0px;
        cursor: pointer;
        margin-right: 2px;
    }
    .aside .go_prize {
        position: fixed;
        top: 0px;
        right: 0px;
        display: inline-block;
        width: 4.8rem;
        height: 2.2rem;
        text-align: center;
        background: #e61e1e;
        border-radius: 0px;
        font-size: 16px;
        text-align: center;
        color: #ffffff;
        line-height: 2.2rem;
    }

    .aside ul>li{
        float:left;
    }
    #top,
    .footer,
    .pc_hide {
        display: none;
    }
     .pc_hide {
        display: none!important;
    }
    .m_show{
        display:block;
    }
    .mt80px{
        margin-top: 1.45rem;
    }
    .banner {
        height: 9.0rem;
        background: url(../images/banner-m.jpg) no-repeat center center;
        background-size: 100% 100%;
        margin-top: 2.2rem;
    }
    .nav_logo_m{
        display: inline-block;
        height: 100%;
        margin-left: 16px;
    }
    .nav_logo_m img{
        width:5.25rem;
        height:0.8rem;
        margin-top: 0.7rem;
    }

    .prodect1_text {
        width: calc(100% - 6.0rem);
        margin-left: 0.5rem;
    }

    .product_num_box .product_num_box_left:nth-child(1) {
        margin-right: 0px;
    }
    .product_num_box .product_num_box_left {
        width: 100%;
        box-sizing: border-box;
        padding: 1.49rem 0.8rem;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 15px;
        height: auto!important;
    }
    .product_nav ul li:nth-child(2) {
        margin: 0px 0.6rem;
    }
    .product_nav ul li {
        text-align: center;
        padding: 0.3rem 0.5rem;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        background: #eaeaea;
        border-radius: 3px;
        cursor: pointer;

    }
    .product_content_defails2 .more{
        margin-bottom: 20px!important;
    }

    .prodect1_text_m{
         width:100%;
        margin-left: 0rem;
        margin-top:15px;
    }
    .product_content{
        padding-top: 1.0rem
    }
    .product_nav {
        margin-bottom: 1.8rem;
        margin-top: 1.5rem;
    }
    .product_content_defails {
        padding: 1.2rem 0.8rem;
    }
    .product_content_defails .img_box {
        padding: 0.4rem;
    }
    .product_content_defails .img_box img{
        width: 4.35rem;
        height: 4.05rem
    }
    .product_btn{
        margin-top: 2rem;
    }
    .product_num_box {
        margin-top: 0px;
    }
    .load_icon .pdf_Load {
        /* width: 5.0rem; */
        height: 60px;
        line-height: 128px;
        margin-right: 0.4rem;
    }
    .load_icon .pdf_current {
        background: url(../images/pdf_current.png) center top no-repeat;
        background-size: 1.5rem 1.5rem;
        line-height: 5.4rem;
        font-size: 12px;
    }
    .load_icon .video_current {
        background: url(../images/video_current.png) center top no-repeat;
        background-size: 1.5rem 1.5rem;
        line-height: 5.4rem;
        font-size: 12px;
    }
    .load_icon .pdf_current:hover {
        background: url(../images/pdf_active.png) center top no-repeat;
        background-size: 1.5rem 1.5rem;
        line-height: 5.4rem;
    }
    .load_icon {
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    .product_num_box_top_m img{
        width: 4.8rem   ;
        height:5.2rem;
        vertical-align: middle;
        margin-right: 1rem;
    }
    .product_num_box_top_m h5{
        width:7.65rem  ;
    }

    .product_num_box_text {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .wrap {
        padding: 0 0.75rem;
        width: 100%;
        box-sizing: border-box;
    }

    .btn {
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.75rem;
    }

    .product_btn a {
        display: inline-block;
        width: 4.3rem;
        height: 1.6rem;
        background: #E61E1E;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        line-height: 1.6rem;
        color: #ffffff;
        margin-right: 0.4rem;
        border-radius: 3px;
    }
    .product_btn a:last-child{
        margin-right: 0px;
    }
        
    .prodect1_text p {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 28px;
    }
    .prodect1_text .more {
        margin: 20px 0px;
        display: inline-block;
        color: #E61E1E;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
       display:none;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
       display:none;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
       display:none;
    }
    .swiper-slide {
        transform: scale(1); 
    }
    .interviewContent .swiper-container {
        width: 200%;
        padding-bottom: 2.5rem;
        position: relative;
        left: -176px;
    }
    .swiper-item h3 {
        margin: 9px 0;
        margin-bottom:  0px;
    }
    .swiper-item p {
        margin-bottom: 19px;
    }
     /*.swiper-item {
        width:  60%!important;

     }*/
     .swiper-container-box{

        overflow: hidden;
     }
    .swiper-item img{
        width: 100%;
        height: 7.0rem;
    }

    .swiper-item {
        padding: 0px;
        background-color: transparent;
        box-shadow: 6px 5px 10px #aaa;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .tree_trial_List .tree_trial_List_left {
        padding-left: 0px;
        padding-top: 29px;
        padding-bottom: 29px;
        width: 100%;
        box-sizing: border-box;
    }
    .tree_trial_List_left .clearfix .fl{
        width: 100%;
    }
    .tree_trial_List .tree_trial_List_left{
        text-align: center;
    }
    .tree_trial_List .tree_trial_List_left img {
        margin-right: 0px;
        width: 100%;
    }
    .tree_trial_List_right .load_left{
        width:  100%;
    }
    .tree_trial_List_right {
        padding-top: 27px;
        padding-left: 30px;
        background: #f9f9f9;
        border-left: 1px solid #ececec;
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        padding-right: 30px;
        border: 1px solid #ececec;
        position: relative;
        padding-bottom: 20px;
    }
    .tree_trial_List_right1{
        padding-bottom: 31px;
    }
    .tree_trial_List_right::after{
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        border: 11px solid #fff;
        transform: translate(-50%,0);
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;

    }
    .tree_trial_List {
        background: #ffffff;
        border: 0px solid #ececec;
        height: auto;
        margin-bottom: 30px;
        margin-top: 0.5rem;
    }
    .tree_trial_List_right p {
        line-height: 24px;
        width: 100%;
    }
    .tree_trial_List_right .load_pdf_box {
        width: 100px;
        text-align: center;
        float: left;
        position: relative; 
        height: 118px;
        top: 23px;
    }
    .tree_trial_List_right .load_pdf_box>img {
        vertical-align: middle;
        position: absolute;
        top:0px;
        left: 0px;
    }
    .tree_trial_List_right .load_pdf_box a{
        position: relative;
        top:0px;
        left: 0px;
    }
    .tree_trial_List_right .load_vedio_box {
        margin-top:0px;
        height: 137px; 
        float: right;
    }
    .tree_trial_List_right .load_pdf_box h6 {
        text-align: center ;
        position: absolute;
        top: -17px;
        left: 15px;
    }
    .tree_trial_List_right .load_pdf_box img.psf_bg {
       
        margin-right: 8px;
    }
    .tree_trial_List_right .load_vedio_box h6{
        top: -7px;
    }
    .video_img {
       width: 56px;
        height: auto;
        margin-right: 8px;
        margin-top: 6px;
        position: relative;
        top: -1px;
    }
    .load_pdf_box .fr{
        float:inherit;
    }
    .tree_trial_List_left .tree_link {
        width: 80%;
    }
    .lock_box {
        background: #fff;
        padding-top: 20px;
    }
    .activity_box_Box {
        background: #fff;
        width: 100%;
        padding: 20px 0;
        padding-bottom: 5.0rem;
    }
    .activity_box{
        padding: 0 1rem;
        position: relative;
    }
    .activity_box .fl {
        width: 100%;
    }

    .activity_img>span{
        display: block;
        margin-bottom: 0.8rem;
    }
    .erweima_box{
        position: absolute;
        bottom: -44px;
        right: 1rem;
    }
    .foot_info {
        background: #f9f9f9;
        padding-top: 2.05rem;
    }
    .mb0{
        margin-bottom: 0px;
    }


    .votePow{
        top:0px!important;
        left: 0px!important;
        width: 100%!important;
    }
    .formBox .formItem span {
        width: 56px;
        font-size: 15px;
    }
    .formBox .formItem input {
        width: 11rem;
    }
    .formBox>p{

    padding-right: 2.0rem!important;
    }
    .formBox .formItem select {
        width: 11.7rem;
    }
    .formBox .formItem select.width50 {
        width: 5.35rem;
        padding-left: 6px;
    }
    .formBtn{
        margin-top: 1.0rem!important;
        margin-left: 0.3rem!important;

    }
    .formBox p {
        margin: 1rem 0;
    }
    .formBox .formItem {
        margin-bottom: 10px;
    }

    .page-tab-lt,
    .page-tab-gt {
        padding: 0 0.4rem;
    }

    .page-tab-lt .img,
    .page-tab-gt .img {
        width: 8rem;
        height: 2.45rem;
        background-size: 100% 100%;
    }

    .boxlayer {
        box-sizing: border-box;
        padding: 1rem;
    }

    .boxlayer .close {
        top: 0.5rem;
        right: 0.5rem;
    }

    .boxlayer .close img {
        width: 0.6rem;
        height: 0.6rem;
    }

    .boxlayer .layercontent {
        min-height: auto;
    }

    .layer-success,
    .layer-noimg,
    .layer-img,
    .layer-nogift,
    .layer-warn,
    .layer-gift-jf,
    .layer-gift {
        width: 10.5rem;
        height: 8rem;
    }

    .layer-gift.layercontent {
        min-height: 14rem;
    }

    .layer-success img {
        width: 2rem;
        height: 2rem;
    }

    .layer-title {
        font-size: 0.9rem;
    }

    .layer-subtitle {
        font-size: 0.7rem;
    }
    .layer-gift-jf h6,
    .layer-gift h6 {
        font-size: 0.75rem;
        padding: 0.4rem 0;
    }

    .layer-gift-qrcode img {
        width: 5.95rem;
        height: 5.95rem;
    }

    .layer-gift p {
        padding-top: 0.8rem;
        font-size: 0.75rem;
    }

    .layer-gift-qrcode {
        padding-top: 0.75rem;
    }

    .layer-pro .layer-subtitle {
        font-size: 0.5rem;
        padding-bottom: 0.4rem;
    }

    .layer-mbg5 {
        height: 10.75rem;
        background: url(../images/mobile/layer-mbg5.jpg) no-repeat center top;
    }

    .layer-mbg6 {
        height: 18.5rem;
        background: url(../images/mobile/layer-mbg6.jpg) no-repeat center top;
    }

    .layer-mbg5,
    .layer-mbg6 {
        color: #fff;
        width: 15rem;
        background-size: 100% auto;
    }

    .layer-mbg5 .close,
    .layer-mbg6 .close {
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/mobile/close.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .layer-mbg5 .close img,
    .layer-mbg6 .close img {
        display: none;
    }

    .layer-mbg5 .layer-pro .layer-subtitle,
    .layer-mbg6 .layer-pro .layer-subtitle {
        color: #fff;
    }

    .layer-table-box {
        overflow-x: auto;
    }

    .layer-table {
        border-color: #FFD8C3;
        width: 14.85rem;
    }

    .layer-table th {
        background-color: #FFF2EB;
        color: #E64523;
    }

    .layer-table td {
        background-color: #fff;
        color: #666;
    }

    .layer-table td,
    .layer-table th {
        padding: 0.2rem 0.5rem;
        font-size: 0.45rem;
        border-color: #FFD8C3;
        white-space: nowrap;
    }

    .layer-btn {
        padding-top: 0.55rem;
    }

    .layer-pro .btn {
        background-color: #fff;
        color: #DD3923;
        width: 4.5rem;
    }

    .layer-pro .layer-subtitle {
        padding-top: 0;
    }

    .m-bg {
        background: url(../images/mobile/box-bg-ct.png) repeat-y center center;
        background-size: 100% auto;
        position: relative;
    }

    .m-bg::after,
    .m-bg::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 8rem;
        background: url(../images/mobile/box-bg-top.png) no-repeat;
        background-size: 100% auto;
    }

    .m-bg::after {
        bottom: -2rem;
        background-image: url(../images/mobile/box-bg-bt.png);
        background-position: center bottom;
    }

    .m-bg::before {
        top: -2rem;
    }

    .five-tips {
        display: none;
        /* box-sizing: border-box;
    top: -0.225rem;
    width: 2.75rem;
    height: 2rem;
    padding: 0.2rem 0.3rem;
    line-height: 1.1;
    font-size: 0.65rem;
    left: 0.275rem;
    border-radius: 0 0 0.25rem 0.25rem; */
    }

    .five-times {
        top: 0.5rem;
        right: 0.75rem;
        height: 0.85rem;
        line-height: 0.85rem;
        padding: 0 0.75rem;
        font-size: 0.45rem;
        border-radius: 34px;
    }

    .five-wrap {
        height: 106rem;
        margin-top: 2.75rem;
        background: url(../images/mobile/five-bg.png) no-repeat center top;
        background-size: 100% auto;
    }

    .five-title {
        margin-top: -1rem;
    }

    .five-title img {
        width: 12.5rem;
    }

    .five-vi {
        position: relative;
        height: 31.7rem;
        z-index: 1;
    }

    .five-vi-title {
        padding: 2.65rem 0 0.75rem;
    }

    .five-vi-title img {
        height: 1rem;
    }

    .five-vi-text-lt {
        display: block;
        font-size: 0.55rem;
        padding: 0 1rem 0.78rem;
        line-height: 1.3;
    }

    .five-vi-text-gt {
        display: block;
        padding: 0 1rem;
    }

    .five-vi-videolist {
        margin: 0 .6rem;
        width: auto;
        padding: 1.4rem 0;
    }
    .five-vi-videolist .swiper-pagination {
        bottom: .8rem;
    }
    .five-vi-videolist .swiper-pagination-bullet-active {
        background-color: #d1082b;
    }
    .five-vi-videolist .swiper-slide {
        width: 16.1rem;
        margin: 0;
    }

    .five-vi-videolist .swiper-slide img {
        width: 16.1rem;
        height: 11.625rem;
    }

    .five-vi-videolist .title {
        font-size: 0.75rem;
        padding-top: 0.45rem;
        padding-bottom: 0.625rem;
        line-height: 1.4;
        margin: 0 auto;
    }

    .five-vi-videolist i {
        width: 2.5rem;
        height: 2.5rem;
        margin: -1.25rem 0 0 -1.25rem;
        background-size: 100% 100%;
    }

    .five-four {
        margin-top: 0.75rem;
        height: 13.65rem;
    }

    .five-four-title {
        padding-top: 2rem;
    }

    .five-four-title img {
        height: 1.7rem;
    }

    .five-four-box {
        width: 100%;
        height: auto;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }

    .five-four .lt {
        padding-left: 0.75rem;
        font-size: 0.6rem;
    }

    .five-four .lt h5 {
        width: 7.7rem;
        padding-bottom: 0.25rem;
    }

    .five-four .lt .btn {
        width: 5.9rem;
    }

    .five-four .lt p {
        padding-bottom: 1.5rem;
    }

    .five-four .gt {
        width: 8.1rem;
    }

    .five-four .gt img {
        width: 8.1rem;
        height: auto;
    }

    .five-three {
        margin-top: 0.75rem;
        height: 8.5rem;
    }

    .five-three-title {
        padding-top: 1.25rem;
    }

    .five-three-title img {
        height: 1.35rem;
    }

    .five-three-box {
        padding-top: 1.1rem;
        width: 100%;
    }

    .five-three-box .lt {
        font-size: 0.6rem;
        width: 5.45rem;
        padding: 0.25rem 0 0 1rem;
    }

    .five-three-box .gt {
        padding-right: 1rem;
    }

    .five-three-box .gt img {
        height: 3.45rem;
    }

    .five-two {
        margin-top: 0.75rem;
        padding: 2.6rem 0 1rem;
        height: 33.85rem;
        box-sizing: border-box;
    }

    .five-two .five-three-title {
        padding-top: 0;
    }

    .five-one {
        margin-top: 0.75rem;
        height: 13.25rem;
    }

    .five-one-title {
        padding-top: 2.75rem;
        padding-bottom: 0.75rem;
    }

    .five-one-title img {
        height: 1rem;
    }

    .five-one .five-pro-item {
        width: 7rem;
        height: 4.65rem;
        background-size: 100% auto;
        margin: 0 0.5rem;
        padding-top: 0.675rem;
    }

    .five-one .five-pro-item dt {
        width: 6.92rem;
        height: 5rem;
        background-size: 100% auto;
    }

    .five-one .five-pro-item dd {
        margin-top: 0.55rem;
        height: 0.85rem;
        line-height: 0.85rem;
        border-radius: 0.85rem;
        padding: 0 0.4rem;
        font-size: 0.5rem;
        width: auto;
    }

    .five-one .five-pro-item .img {
        height: 4.62rem;
    }

    .five-one .five-pro-item .price {
        width: 2.75rem;
        height: 3rem;
        line-height: 2.725rem;
        background-size: auto 100%;
        right: -0.45rem;
    }

    .five-one .five-pro-item .price i {
        font-size: 0.4rem;
    }

    .five-one .five-pro-item .price b {
        font-size: 0.825rem;
    }

    .five-pro-item {
        width: 7rem;
        height: 4.65rem;
        background-size: 100% auto;
        margin: 0 0.5rem;
        padding-top: 0.675rem;
    }

    .five-pro-item dt {
        width: 6.92rem;
        height: 5rem;
        background-size: 100% auto;
    }

    .five-pro-item dd {
        margin-top: 0.55rem;
        height: 0.85rem;
        line-height: 0.85rem;
        border-radius: 0.85rem;
        padding: 0 0.4rem;
        font-size: 0.5rem;
    }

    .five-pro-item .img {
        height: 4.62rem;
    }

    .five-pro-item .price {
        width: 2.75rem;
        height: 3rem;
        line-height: 2.725rem;
        background-size: auto 100%;
        right: -0.45rem;
    }

    .five-pro-item .price i {
        font-size: 0.4rem;
    }

    .five-pro-item .price b {
        font-size: 0.825rem;
    }

    .five-one .five-pro-item {
        padding: 0;
    }

    .pro {
        margin-top: 4.75rem;
    }

    .pro .five-title {
        margin-top: -3rem;
    }

    .pro .wrap {
        position: relative;
        z-index: 1;
    }

    .pro-box {
        padding: 1.5rem 0 0.25rem;
    }

    .pro-item {
        padding-top: 1.3rem;
    }
    .goplay {
        display: none;
    }
    .pro-img {
        width: 80%;
        margin: 0 auto;
        float: none;
        height: auto;
        font-size: 0;
    }

    .pro-title {
        font-size: 1rem;
        padding: 0.5rem 0.6rem;
    }

    .pro-subtitle {
        font-size: 0.75rem;
        height: 0.75rem;
        line-height: 0.75rem;
        padding: 0 0.6rem 0.75rem;
    }

    .pro-text {
        padding: 0.15rem 0.6rem 0.75rem;
    }

    .pro-content {
        height: auto;
    }

    .pro-content .vlm {
        font-size: 0.5rem;
    }

    .pro-content p::before {
        border-width: 1px;
        margin: 0.3rem 0.2rem 0 0;
    }

    .pro-brd {
        border-radius: 0.5rem;
        margin: 0 0.75rem 0.5rem;
    }

    .pro-item {
        height: auto;
        border-radius: 0.5rem;
    }

    .soft-wrap {
        margin-top: 4.25rem;
        height: 21.6rem;
        background-image: url(../images/mobile/pro-bg.png);
        background-size: 100% auto;
    }

    .soft-title {
        margin-top: -1.2rem;
    }

    .soft-title img {
        height: 1.5rem;
    }

    .soft-content {
        padding: 0;
    }

    .soft-content h4 {
        font-size: 0.85rem;
        padding-bottom: 0.3rem;
    }

    .soft-content-desc {
        font-size: 0.55rem;
    }

    .soft-content-detail {
        font-size: 0.45rem;
        padding: 0.45rem 0 0.65rem;
    }

    .soft-content .lt {
        box-sizing: border-box;
        width: 100%;
        padding: 1rem 1rem 0.75rem;
    }

    .soft-content .gt {
        padding-top: 0.8rem;
        float: none;
        text-align: center;
    }

    .soft-content .gt img {
        width: 12.25rem;
    }

    .soft-content .btn {
        display: block;
        width: 9.75rem;
        margin: 0 auto;
    }

    .draw-wrap {
        margin-top: 6rem;
        padding-bottom: 0.1rem;
    }

    .draw-wrap .wrap {
        position: relative;
        z-index: 1;
    }

    .draw-title {
        margin-top: -3rem;
    }

    .draw-title img {
        height: 1.425rem;
    }

    .draw-content {
        position: relative;
        z-index: 1;
    }

    .draw-step {
        padding: 1.6rem 0.5rem 1.4rem;
    }

    .draw-step img {
        max-width: 100%;
    }

    .draw-step-lt {
        margin-bottom: 0.55rem;
    }
    .draw-step-lt a, .draw-step-gt .uploadifive-button {
        right: .85rem;
        top: 5.6rem;
        width: 5.2rem;
        height: 1.2rem;
    }
    .draw-step-gt .uploadifive-button {
        right: .7rem;
        top: 5.52rem;
        /* font-size: 12px!important; */
    }

    .draw-play {
        padding: 0 ;
    }

    .draw-list {
        width: 100%;
    }

    .draw-list-item {
        padding-top: 0.45rem;
        width: 5.45rem;
        height: 3.75rem;
        background: #fef3f3;
        border-radius: 3px;
        margin: 0 0.15rem 0.2rem;
        font-size: 0.45rem;
    }
    .draw-list-click{
        background: #e61e1e;
    }
    .draw-list-click span{
        font-size: 16px;
    }
    .draw-list .draw-list-item p{
        color:#6B5252;
    }
    .draw-list-item.active {
        box-shadow: 0 0 6px 2px #f58511 inset;
    }

    .draw-list-item .vlm-wrap {
        height: 2rem;
    }

    .draw-list-item .vlm-wrap img {
        max-height: 100%;
        max-width: 100%;
    }

    .draw-winlist {
        display: inline-block;
        padding: 0 0.5rem;
    }

    .draw-winlist-box {
        border-radius: 0.3rem;
        height: 15.45rem;
    }

    .draw-winlist-title {
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.7rem;
    }

    .draw-winlist-item .lt,
    .draw-winlist-item .ct,
    .draw-winlist-item .gt {
        height: 1.25rem;
        line-height: 1.25rem;
    }

    .draw-winlist-item .ct {
        width: 4rem;
    }

    .draw-winlist-item .lt {
        width: 5rem;
    }

    .draw-winlist-item .gt {
        width: 5rem;
    }
    #jq_marquee_box {
        margin-top: 1rem;
        height: 11.8rem;
    }
    .draw-winlist-tips {
        font-size: 0.65rem;
        padding-top: 0.55rem;
    }

    .guide {
        padding: 0.5rem;
        margin: 0.5rem;
        color: #fff;
        font-size: 0.5rem;
        line-height: 1.5;
        position: relative;
    }

    .guide-gt {
        position: absolute;
        right: 0.5rem;
        bottom: 0.55rem;
    }

    .guide-gt img {
        width: 5rem;
        height: 5rem;
    }

    .guide-us {
        float: left;
        padding-top: 0.8rem;
    }

    .guide-us-item {
        padding-right: 0;
        display: block;
    }

    .guide-us .vlm {
        margin-right: 0.3rem;
    }

    .guide-us .vlm img {
        width: 1.35rem;
    }

    .footad {
        padding-top: 0.6rem;
        padding-bottom: 1.5rem;
        background: none;
    }

    .footad-gt {
        overflow: visible;
        text-align: center;
    }

    .footad-gt p {
        font-size: 0.75rem;
        display: block;
        color: #fff;
        width: 100%;
        line-height: 2;
    }

    .footad-gt img {
        margin-top: 1rem;
        width: 7.35rem;
        height: 7.35rem;
        background-color: #fff;
        padding: 0.3rem;
        border-radius: 0.3rem;
    }

    .footad-lt {
        font-size: 0.45rem;
        color: #fff;
    }

    .footad-lt dt {
        margin-bottom: 0.5rem;
        padding-bottom: 0;
        height: 1.5rem;
        background: url(../images/mobile/keysight.png) no-repeat left center;
        background-size: auto 100%;
    }

    .footad-lt dt img {
        display: none;
    }

    .footad-lt dd {
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #fff;
    }

    .draw-list-click {
        padding-top: 0;
    }

    /*.godraw {
        display: block;
        position: fixed;
        z-index: 9;
        top: 15rem;
        right: 0.5rem;
    }
    .godraw .hand {
        position: absolute;
        top: .35rem;
        left: .3rem;
        width: 3.6rem;
        height: 3.6rem;
    }
    .godraw-img {
        background: url(../images/mobile/gift-go.png) no-repeat center center;
        display: block;
        background-size: 100% 100%;
        width: 4.35rem;
        height: 4.15rem;
    }

    .godraw-disable .godraw-img {
        background-image: url(../images/mobile/gift-disabled.png);
    }

    .godraw-close {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/mobile/close.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .godraw-close img {
        display: none;
    }

    .bgbox {
        display: none;
    }*/

	.tree_link_buy {
		margin-left: 0;
		margin-top: 0.6rem;
	}

}









