
.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-size: 20px;
    color: #14152B;
    line-height: 26px;
    display: flex;
    justify-content: center;
    margin-bottom: 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(1){
    margin-right: 30px;
}


.column{
    flex-direction: column;
}

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

.common_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;
}

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


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

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

/* .gameWrap .gameItem:hover{
    background: rgba(255,47,76,0.02);
    border: 1px solid #FA6666;
} */

.gameWrap .gameItem .game_img{
    width: 120px;
    height: 120px;
    border-radius: 32px;
    flex-shrink: 0;
}

.gameWrap .gameItem .game_content{
    width: 650px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding: 12px 0 */
}

/* .gameWrap .gameItem .game_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 28px;
} */

.gameWrap .gameItem .game_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #14152B;
    line-height: 26px;
    display: block;
    margin-bottom: 20px;
}

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


.gameWrap .gameItem .game_content .info_wrap{
    width: 100%;
    height: 21px;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
}

.gameWrap .gameItem .game_content .info_wrap{
    width: 100%;
    height: 21px;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
}


/* .gameWrap .gameItem .game_content .info_wrap .left_area{
    width: 400px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

.gameWrap .gameItem .game_content .info_wrap .lookBtn{
    /* width: 106px;
    height: 41px;
    color: #FA6666;
    border: 1px solid #FA6666;
    border-radius: 4px; */
    color: #FA6666;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .gameWrap .gameItem .game_content .info_wrap .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #14152B;
    line-height: 26px;
} */

.gameWrap .gameItem .game_content .info_wrap .game_size{
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.gameWrap .gameItem .game_content .info_wrap .game_size .line{
    width: 1px;
    height: 12px;
    background: #D6D6D6;
    transform: scaleX(.5);
    margin: 0 10px;
}

/* .gameWrap .gameItem .game_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 650px;
} */


/* 

.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;
} */



.game_info{
    /* width: 1200px; */
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(254,195,98,0.02);
    border-radius: 4px;
    border: 1px solid #FA6666;
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid #D6D6D6; */
    margin-bottom: 30px;
    display: flex;
}

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

.game_info .game_content{
    flex: 1;
    height: 160px;
    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_content .top_area .info_wrap{
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; */
}

.game_info .game_content .top_area .info_wrap .game_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #14152B;
    line-height: 26px;
    margin-bottom: 16px;
}

.game_info .game_content .top_area .info_wrap .info{
    height: 18px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

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

.game_info .game_content .top_area .info_wrap .info .info1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    width: 135px;
    margin-right: 20px;
}

.game_info .game_content .top_area .info_wrap .info .info2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    width: 131px;
    margin-right: 20px;

}

.game_info .game_content .top_area .info_wrap .info .info3{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    width: 151px;
    margin-right: 20px;

}

/* .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;
} */


.game_info .game_content .top_area .score_wrap{
    /* width: 100px; */
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.game_info .game_content .top_area .score_wrap .score{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #FA6666;
    line-height: 35px;
    letter-spacing: 1px;
}

.game_info .game_content .top_area .score_wrap .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FA6666;
    line-height: 18px;
}


.game_info .game_content


.button_wrap{
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 30px; */
    flex-direction: row-reverse;
}

.button_wrap .download_btn{
    /* margin-right: 20px; */
    width: 275px;
    height: 48px;
    border-radius: 40px;
    border: 1px solid #FA6666;
    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: 19px;
    height: 18px;
    margin-right: 8px;
    /* 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: #FA6666;
    background: #ffffff;
    
}

.button_wrap .android{
    color: #FFFFFF;
    background: #FA6666;
    font-weight: bold;
}

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

.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: 790px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.show_img{
    width: 550px;
    height: 320px;
}

.game_imgs{

}
/* 
.swiper {
    width: 220px;
    height: 320px;
}

.game_imgs{
    width: 220px;
    height: 320px;
    position: relative;
}

.game_imgs .swiper-slide {
    width: 220px !important;
    height: 120px;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.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: #FA6666;
}

.game_imgs .prev_shadow{
    position: absolute;
    width: 220px;
    height: 29px;
    background: rgba(20,21,43,0.4);
    left: 0;
    top: 0;
    z-index: 1;
}

.game_imgs .next_shadow{
    position: absolute;
    width: 220px;
    height: 29px;
    background: rgba(20,21,43,0.4);
    left: 0;
    bottom: 0;
    z-index: 1;
}

.game_imgs .swiper-button-prev{
    width: 40px;
    height: 20px;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 90px;
    top: 5px;
    z-index: 2;
    opacity: 1 !important;
    margin: 0 !important;
}

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

.game_imgs .swiper-button-next{
    width: 40px;
    height: 20px;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 90px;
    bottom: 5px;
    z-index: 2;
    opacity: 1 !important;
    margin: 0 !important;
    top: initial;
}

.game_imgs .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 #FA6666;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #FA6666;
    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_table{
    width: 1200px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.kf_table .header_rows{
    width: 100%;
    display: flex;
    background: #FA6666;
    height: 60px;
}

.kf_table .header_rows .td{
    flex: 1;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    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: 60px;
    border: 1px solid #D6D6D6;
    border-top: 0;
    box-sizing: border-box;
}

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

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

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

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

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

.kf_table .content_rows .td:nth-of-type(1) .rows_info .game_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #353535;
    line-height: 21px;
}

.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: #999999;
line-height: 16px;
}


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

.kf_table .content_rows .td .download{
    width: 120px;
    height: 40px;
    /* border-radius: 4px; */
    border: 1px solid #FA6666;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FA6666;
    line-height: 19px;
    border-radius: 20px
}

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

.kf_table .content_rows .td .download.downloaded{
    background: #FA6666;
    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(250,102,102,0.06);
}

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

.kf_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #14152B;
    line-height: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

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

.common_section .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;
}

.common_section .section_left .article1 .p_subTitle{
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FA6666;
    line-height: 28px;
    margin-bottom: 20px;
}

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

.common_section .section_left .article1 .p_subTitle .p_icon{
    width: 24px;
    height: 24px;
    background: url(../images/p_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.common_section .section_left .article1 .p_subTitle .dots{
    margin-left: 10px;
    width: 6px;
    height: 6px;
    background: #FA6666;
    border-radius: 50%;
}

.common_section .section_left .article1 img: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: #FA6666;
    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: #FA6666;
    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: '';
}