
.detail_title{
    width: 790px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.detail_title .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 20px;
}

.detail_title .info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    display: flex;
    justify-content: center;
}

.detail_title .info span:nth-child(2){
    margin:0 40px;
}


.column{
    flex-direction: column;
}

 .section_left .article{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

 .section_left .article p{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 32px;
    text-indent: 2em;
}

 .section_left .article img{
    width: 600px;
    height: 375px;
    margin: 20px auto;
		display: block;
		text-align: center;
}
 .section_left .article h3{
    color: #66B3FF;
    font-weight: 600;
    font-size: 18px;
    align-self: flex-start;
    margin: 15px 0;
}

.gameWrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 }
 
 /* .gameWrap .gameItem{
     width: 590px;
     height: 180px;
     border-radius: 8px;
     border: 1px solid #F0F0F0;
     box-sizing: border-box;
     padding: 20px;
     display: flex;
     justify-content: space-between;
     margin-bottom: 20px;
 } */

 .gameWrap .gameItem{
    width: 400px;
    height: 164px;
    box-sizing: border-box;
    /* padding: 20px 0; */
    /* padding-left: 20px; */
    border: 2px solid #EEEEEE;
    display: flex;
    margin-bottom: 30px;
}


.gameWrap .gameItem .leftArea{
    flex: 1;
    box-sizing: border-box;
    padding: 18px;
    padding-right: 14px;
}

 
 .gameWrap .gameItem:hover{
     /* background: rgba(255,47,76,0.02); */
     /* background: rgba(232,193,63,0.04);
     border: 1px solid #66B3FF; */
 }

 .gameItem_wrap{
    display: flex;
 }
 
 .gameWrap .gameItem .game_img{
     width: 80px;
     height: 80px;
     border-radius: 10px;
     flex-shrink: 0;
     margin-right: 14px;
 }
 
 .gameWrap .gameItem .game_content{
     width: 216px;
     /* height: 90px; */
     /* display: flex; */
     /* flex-direction: column; */
     /* justify-content: space-between; */
     box-sizing: border-box;
     /* padding: 10px 0; */
     align-items: center;
     position: relative;
 }
 
 .gameWrap .gameItem .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    width: 226px;
    margin-bottom: 20px;
 }
 
 /* .gameWrap .gameItem .game_content .info_wrap{
     width: 100%;
     height: 76px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 } */
 
 .gameWrap .gameItem .game_content .left_area{
     width: 169px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     height: 100%;
     
 }
 
 .gameWrap .gameItem .game_content .lookBtn{
     width: 97px;
     height: 43px;
     background: #ffffff;
     border: 1px solid #66B3FF;
     border-radius: 6px;
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: bold;
     font-size: 16px;
     color: #66B3FF;
     line-height: 21px;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .gameWrap .gameItem:nth-of-type(1) .game_content .lookBtn{
    background: #66B3FF;
    color: #ffffff;
 }
 
 .gameWrap .gameItem .game_content .info_wrap .scoreInfo{
     display: flex;
     align-items: center;
 }
 
 .gameWrap .gameItem .game_content .info_wrap .score{
     display: flex;
     align-items: center;
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: bold;
     font-size: 16px;
     color: #FDC260;
     line-height: 21px;
     
 }
 
 .gameWrap .gameItem .game_content .info_wrap .score .icon{
     width: 12px;
     height: 12px;
     margin-right: 4px;
 }
 
 .gameWrap .gameItem .game_content .info_wrap .line{
     width: 1px;
     height: 12px;
     background: #D6D6D6;
     transform: scaleX(.5);
     margin: 0 10px;
 }
 
 .gameWrap .gameItem .game_content .info_wrap .size{
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: 14px;
     color: #999999;
     line-height: 28px;
 }
 
 .gameWrap .gameItem .game_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 216px;
    /* margin-bottom: 25px; */
 }


 .gameWrap .gameItem .game_content .other_info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
 }

 .gameWrap .gameItem .game_content .other_info .line{
    height: 12px;
    width: 1px;
    background: #AAAAAA;
    margin: 0 4px;
 }




 .gameWrap .gameItem .detailBtn{
    width: 52px;
    /* height: 164px; */
    /* background: #66B3FF; */
   
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    border-left: 2px solid #EEEEEE;
    flex-shrink: 0;
    padding: 0 20px;
 }

 .gameWrap .gameItem:nth-of-type(1){
    border-color: #66B3FF;
 }

 .gameWrap .gameItem:nth-of-type(1) .detailBtn{
    border-left-color: #66B3FF;
    background: #66B3FF;
    color: #ffffff;
 }
 /* .gameWrap .gameItem:nth-of-type(1){
    background: rgba(102,179,255,0.15);
 } */


 /* .gameWrap .gameItem:nth-of-type(1) .game_content .title{
    width: 174px;
 }

 .gameWrap .gameItem:nth-of-type(1) .game_content .content{
    width: 174px;
 }


 .gameWrap .gameItem:nth-of-type(1) .detailBtn{
    display: flex;
 } */

 .gameWrap .gameItem:nth-last-of-type(1){
     margin-bottom: 0;
 }
 
 .gameWrap .gameItem:nth-last-of-type(2){
     margin-bottom: 0;
 }
 


 .gameWrap .gameItem_full{
    width: 100%;
    margin-bottom: 40px;
    /* display: flex; */
 }

 .gameWrap .gameItem_full:nth-last-of-type(1){
    margin-bottom: 20px;
 }

 .gameWrap .gameItem_full .game_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    height: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
 }

 .gameWrap .gameItem_full .gameItemWrap{
    width: 100%;
    height: 80px;
    display: flex;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_img{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-right: 20px;
    flex-shrink: 0;
 }


 .gameWrap .gameItem_full .gameItemWrap .game_content{
    height: 80px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_content .left_area{
    width: 518px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_content .left_area .other_info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
    display: flex;
    align-items: center;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_content .left_area .other_info .line{
    height: 12px;
    width: 1px;
    background: #AAAAAA;
    margin: 0 8px;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_content .left_area .star_list{
    height: 14px;
    display: flex;
    align-items: center;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_content .left_area .star_list .star_active{
    width: 14px;
    height: 14px;
    background: url(../images/star2.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_content .left_area .star_list .star{
    width: 14px;
    height: 14px;
    background: url(../images/star0.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
 }


 .gameWrap .gameItem_full .gameItemWrap .game_content .left_area .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_content .detailBtn{
    width: 120px;
    height: 43px;
    border-radius: 6px;
    border: 1px solid #66B3FF;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #66B3FF;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .gameWrap .gameItem_full .gameItemWrap .game_content .detailBtn.active{
    background: #66B3FF;
    color: #ffffff;
 }

 .game_info{
   /* width: 1200px; */
   margin: 0 auto;
   box-sizing: border-box;
   /* padding: 20px; */
   /* background: rgba(102,179,255,0.1); */
   /* margin-bottom: 50px; */
}


.gameInfoWrap{
    width: 100%;
    height: 122px;
    display: flex;
}

.game_info .game_img{
    width: 120px;
    height: 120px;
    border-radius: 32px;
    flex-shrink: 0;
    margin-right: 20px;
}

.game_info .game_content{
    flex:1;
    height: 120px;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    /* align-items: center; */
}

.game_info .game_content .left_area{
    width: 689px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}


/* 
.game_info .game_content .top_area{
    height: 100%;
    display: flex;
    justify-content: space-between;
}

*/

.game_info .game_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    /* margin-bottom: 11px; */
}


.game_info .game_content .info_wrap{
    width: 100%;
    height: 63px;
    display: flex;
    justify-content: space-between;
 } 
 
 
 .game_info .game_content .info_wrap .info{
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: center;
     position: relative;
 }
 
 .game_info .game_content .info_wrap .info .info1{
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: 16px;
     color: #777777;
     line-height: 19px;
 }
 
 .game_info .game_content .info_wrap .info .info2{
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: 16px;
     color: #777777;
     line-height: 19px;
 }
 
 .game_info .game_content .info_wrap .info::after{
     position: absolute;
     right: -24px;
     top: 21px;
     width: 1px;
     height: 22px;
     background: #D6D6D6;
     transform: scaleX(.5);
     content: " ";
 }
 
 .game_info .game_content .info_wrap .info:nth-last-of-type(1)::after{
     display: none;
 }

/* 

.game_info .game_content .info_wrap .info:nth-last-of-type(1){
    margin-bottom: 0;
}
 */

/* .game_info .game_content .top_area .info_wrap .info span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
} */




.button_wrap{
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 30px; */
    box-sizing: border-box;
    /* padding: 0 10px */
    width: 255px;
    flex-direction: column;
    height: 110px;
}

.button_wrap .download_btn{
    /* margin-right: 20px; */
    width: 255px;
    height: 40px;
    /* border-radius: 4px; */
    border-radius: 10px;
    border: 1px solid #66B3FF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    cursor: pointer;
}

.button_wrap .download_btn .icon{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: none;
}


.button_wrap .download_btn .qrcode {
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 155px;
    padding: 8px 0 20px 0;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(100, 100, 100, 0.5);
    transition: all 0.4s;
}

.button_wrap .download_btn:hover .qrcode {
    visibility: visible;
    opacity: 1;
}
.button_wrap .download_btn .qrcode img {
    width: 125px;
    height: 125px;
}

.button_wrap .download_btn .qrcode span {
    font-size: 14px;
    color: #999999;
}



.button_wrap .ios{
    
    color: #FFFFFF;
    background: #66B3FF;
    /* font-weight: bold; */
}

.button_wrap .android{
    color: #66B3FF;
    background: #ffffff;
}

.section .section_left .article{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.section .section_left .article p{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 32px;
    text-indent: 2em;
}

.swiper_wrap{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.show_img{
    width: 600px;
    height: 375px;
    border-radius: 4px;
    overflow: hidden;
}


.game_swiper.swiper {
    width: 468px;
    height: 263px;
    margin: 0 auto;
}

.game_swiper{
    margin-bottom: 50px !important;

}

.game_swiper .swiper-slide {
    /* width: 600px !important; */
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .game_imgs .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #F5F5F5;
    opacity: 1;
}

.game_imgs .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 28px;
    border-radius: 4px;
    background: #FF2F4C;
} */

.game_swiper .prev_shadow{
    position: absolute;
    width: 30px;
    height: 60px;
    opacity: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.game_swiper .next_shadow{
    position: absolute;
    width: 30px;
    height: 60px;
    opacity: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.game_swiper .swiper-button-prev{
    width: 30px;
    height: 60px;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0;
}

.game_swiper .swiper-button-prev::after{
    content: "";
}

.game_swiper .swiper-button-next{
    width: 30px;
    height: 60px;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0;
}

.game_swiper .swiper-button-next::after{
    content: "";
}

.game_item{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
    display: flex;
}

.game_item .game_img{
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 16px;
    margin-right: 20px;
    flex-shrink: 0;
}

.game_item .game_content{
    flex: 1;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.game_item .game_content .title{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
}

.game_item .game_content .title .game_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #14152B;
    line-height: 26px;
    display: flex;
}

.game_item .game_content .title .look_btn{
    width: 82px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #66B3FF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #66B3FF;
    line-height: 28px;
}


.game_item .game_content .description{
    height: 28px;
    display: flex;
    align-items: center;
}

.game_item .game_content .description .star{
    width: 47px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.game_item .game_content .description .star .star_icon{
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.game_item .game_content .description .star .score{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FDC260;
    line-height: 16px;
}

.game_item .game_content .description .star .line{
    width: 0.5px;
    height: 8px;
    background:#D6D6D6;
    position: absolute;
    right: 6px;
    top: 11px;
}

.game_item .game_content .description .description_info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    width: 643px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game_item:last-of-type{
    margin-bottom: 30px;
}



.kf_info{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.kf_info .info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}

.kf_info .info .red{
    margin: 0 8px;
    color: red;
}

.kf_info .kf_date{
    display: flex;
    align-items: center;
}

.kf_info .kf_date .icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.kf_info .kf_date .date{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #FF0000;
    line-height: 16px;
}

.kf_section{
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 20px 30px 20px;
    margin-bottom: 20px;
}

.kf_section .notice{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 10px;
}


.kf_table{
    width: 100%;
    /* margin: 0 auto; */
    /* border-radius: 4px; */
    /* overflow: hidden; */
    /* margin-bottom: 30px; */
}

.kf_table .header_rows{
    width: 100%;
    display: flex;
    background: #66B3FF;
    height: 46px;
}

.kf_table .header_rows .td{
    flex: 1;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kf_table .header_rows .td:nth-of-type(1){
    flex: initial;
    width: 250px;
}

.kf_table .header_rows .td:nth-of-type(2){
    justify-content: center;
}

.kf_table .content_rows{
    width: 100%;
    display: flex;
    height: 68px;
    /* border: 1px solid rgba(102,179,255,0.16); */
    border-top: 0;
    box-sizing: border-box;
    /* background: #ffffff; */
    background: rgba(102,179,255,0.06);
}



.kf_table .content_rows .td{
    flex: 1;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kf_table .content_rows .td .game_title{
    display: none;
}

.kf_table .content_rows .td:nth-of-type(1){
    flex: initial;
    width: 250px;
    justify-content: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.kf_table .content_rows .td:nth-of-type(1) .rows_info{
    display: flex;
    height: 44px;
    /* display: none; */
}

.kf_table .content_rows .td:nth-of-type(1) .rows_info .game_img{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 9px;
}

.kf_table .content_rows .td:nth-of-type(1) .rows_info .game_content{
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kf_table .content_rows .td:nth-of-type(1) .rows_info .game_content .title{
    width: initial;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    position: relative;
    line-height: 1;
}
.kf_table .content_rows .td:nth-of-type(1) .rows_info .game_content .title .hot{
    position: absolute;
    right: -50px;
    top: 0px;
    width: 41px;
    height: 19px;
    background: url(../images/hot_tag.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}


.kf_table .content_rows .td:nth-of-type(1) .rows_info .game_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 1;
}


.kf_table .content_rows .td:nth-of-type(2){
    justify-content: center;
}

.kf_table .content_rows .td .download{
    width: 88px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #66B3FF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #66B3FF;
    /* line-height: 19px; */
}

.kf_table .content_rows .td .download .icon{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: none;
}

.kf_table .content_rows .td .download.downloaded{
    background: #66B3FF;
    color: #FFFFFF;
}

.kf_table .content_rows .td.red{
    color: red;
}

.kf_table .content_rows:nth-of-type(2n-1){
    /* background: rgba(255,174,0,0.02); */
    /* background: rgba(232,193,63,0.04); */
}

.kf_table .content_rows:nth-last-of-type(1){
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.kf_table .content_rows:nth-of-type(1){
    /* background: rgba(102,179,255,0.06); */
}


.kf_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

 .section_left .article1{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

 .section_left .article1 p{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 32px;
    text-indent: 2em;
}

 
.section_left .article1 .p_subTitle{
    width: 100%;
    height: 29px;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #66B3FF;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #66B3FF;
    position: relative;
}

 .section_left .article1 img{
    width: 600px;
    height: 375px;
    margin: 20px 0;
}

 .section_left .article1 .p_subTitle .p_icon{
    width: 13px;
    height: 16px;
    /* background: url(../images/p_icon.png) no-repeat; */
    /* background-size: 100% 100%; */
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.section_left .article1 .p_subTitle .p_icon .line1{
    width: 3px;
    height: 8px;
    background: #66B3FF;
}


.section_left .article1 .p_subTitle .p_icon .line2{
    width: 3px;
    height: 12px;
    background: #66B3FF;
}


.section_left .article1 .p_subTitle .p_icon .line3{
    width: 3px;
    height: 16px;
    background: #66B3FF;
}

.section_left .article1 .p_subTitle .p_line{
    /* margin-left: 10px;
    width: 240px;
    height: 0px;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 191, 64, 1), rgba(255, 191, 64, 0)) 2 2; */
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 88px;
    height: 6px;
    background: #66B3FF;
    border-radius: 3px;
    display: none;
}
 .section_left .article1 .p_subTitle .dots{
    margin-left: 10px;
    width: 6px;
    height: 6px;
    background: #66B3FF;
    border-radius: 50%;
    display: none;
}

 .section_left .article1 img:nth-last-of-type(1){
    margin-bottom: 0;
}

.appWrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.appWrap .app_item{
    /* width: 130px; */
    width: 195px;
    margin-bottom: 60px;
    /* padding-bottom: 20px; */
    box-sizing: border-box;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    margin-right: 103px;
}

.appWrap .app_item:nth-last-of-type(-n+3){
    margin-bottom: 45px;
}

.appWrap .app_item:nth-of-type(3n){
    margin-right: 0;
}


.appWrap .app_item .app_img{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: block;
    margin-right: 25px;
}

.appWrap .app_item .app_content{
    width: 90px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appWrap .app_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin: 10px 0;
}

.appWrap .app_item .app_btn{
    width: 90px;
    height: 39px;
    background: #66B3FF;
    border-radius: 6px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appRank{
    display: flex;
    justify-content: space-between;
}

.appRank .appArea{
    width: 370px;
    /* display: flex; */
}

.appRank .appArea .appTop3{
    width: 100%;
    display: flex;
    padding-bottom: 9px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    margin-bottom: 10px;
    height: 70px;
    align-items: center;
}

.appRank .appArea .appTop3 .rank{
    width: 20px;
    height: 40px;
    background: #FAA92F;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    margin-right: 20px;
    flex-shrink: 0;
}

.appRank .appArea .appTop3:nth-of-type(1) .rank{
    background: #FA2F2F;
}

.appRank .appArea .appTop3:nth-of-type(2) .rank{
    background: #FA612F;
}
.appRank .appArea .appTop3:nth-last-of-type(1){
    margin-bottom: 0;
}

.appRank .appArea .appTop3 .item_img{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 20px;
    display: block;
}


.appRank .appArea .appTop3 .item_content{
    flex: 1;
    height: 70px;
    box-sizing: border-box;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appRank .appArea .appTop3 .item_content .left_area{
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appRank .appArea .appTop3 .item_content .left_area .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
}

.appRank .appArea .appTop3 .item_content .left_area .star_list{
    display: flex;
    align-items: center;
    height: 16px;
}


.appRank .appArea .appTop3 .item_content .left_area .star_list .star{
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background: url(../images/star2.png) no-repeat;
    background-size: 100% 100%;
}

.appRank .appArea .appTop3 .item_content .left_area .star_list .star0{
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background: url(../images/star0.png) no-repeat;
    background-size: 100% 100%;
}

.appRank .appArea .appTop3 .item_content .look{
    width: 64px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #66B3FF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #66B3FF;
    line-height: 1;
}



.appRank .appArea .appOther{
    height: 20px;
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    margin-bottom: 12px;
    align-items: center;
}

.appRank .appArea .appOther .rank{
    width: 20px;
    height: 20px;
    background: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #AAAAAA;
    line-height: 1;
    margin-right: 10px;
    flex-shrink: 0;
}

.appRank .appArea .appOther .item_content{
    flex: 1;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.appRank .appArea .appOther .item_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 1
}

.appRank .appArea .appOther .item_content .look{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #66B3FF;
    line-height: 1
}

.appRank .appArea .appOther:nth-last-of-type(1){
    margin-bottom: 0;
}


.sub_title1{
    width: 100%;
    display: flex;
    height: 34px;
    margin-bottom: 20px;
    position: relative;
}

.sub_title1 .line{
    width: 60px;
    height: 4px;
    background: #66B3FF;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    bottom: 0px;
}

.sub_title1 .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #66B3FF;
    line-height: 26px;
}


#certify {
	position: relative;
	/* width: 1200px; */
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 600px;
	height: 375px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	height: 100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
	display: none;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify  .swiper-slide.swiper-slide-next{
    opacity: 0.6 !important;
}

#certify  .swiper-slide.swiper-slide-prev{
    opacity: 0.6 !important;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}