<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.detail_title{
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(0,0,0,0.06);
    margin-bottom: .40rem;
    /* padding-bottom: .3rem; */
}

.detail_title .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .36rem;
    color: #14152B;
    line-height: .48rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
    display: flex;
    /* justify-content: center; */
    
}

.detail_title .info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #999999;
    line-height: .32rem;
    display: flex;
    justify-content: center;
    /* padding:.2rem 0;
    padding-top: 0; */
    margin: .4rem 0;
    /* border-top: 1px solid #D6D6D6; */
}

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

.article{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .6rem;
}

.article p{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .26rem;
    color: #14152B;
    line-height: .58rem;
    text-indent: .52rem;
    letter-spacing: 1px;
}

.article img{
    width: 6rem;
    height: 3.75rem;
    margin: .3rem 0;
}
.game_itemWrap{
    margin-bottom: .4rem;
}
.game_item{
    width: 100%;
    box-sizing: border-box;
    /* padding-bottom: .3rem; */
    /* border-bottom: 1px solid #D6D6D6; */
    display: flex;
}

.game_item .game_img{
    width: 1.24rem;
    height: 1.24rem;
    display: flex;
    border-radius: .32rem;
    margin-right: .2rem;
    flex-shrink: 0;
}

.game_item .game_content{
    width: 5.42rem;
    height: 1.24rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: .08rem 0;
    
}


.game_item .game_content .left_wrap{
    width: 3.6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: .08rem 0;
}


.game_itemWrap .game_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #1D2127;
    line-height: .42rem;
    display: block;
    margin-bottom: .2rem;
    /* margin-bottom: .29rem; */
}


.game_item .game_content .star_list{
    height: .22rem;
    display: flex;
    display: none;
}

.game_item .game_content .star_list .star{
    width: .23rem;
    height: .22rem;
    margin-right: .1rem;
}


.game_item .game_content .description{
    width: 4.8rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: .24rem;
    color: #999999;
    line-height: .28rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: .18rem; */
}

.game_item .game_content .info_wrap{
    width: 5.42rem;
    height: .32rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* display: none; */
}

.game_item .game_content .info_wrap span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: .32rem;
}



.game_item .game_content .info_wrap .scoreInfo{
    display: flex;
    align-items: center;
}


.game_item .game_content .info_wrap .score{
    display: flex;
    /* align-items: center; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .24rem;
    color: #FDC260;
    line-height: .28rem;
    
}

.game_item .game_content .info_wrap .score .icon{
    width: .16rem;
    height: .16rem;
    margin-right: .04rem;
    margin-top: .08rem;

}

.game_item .game_content .info_wrap .line{
    width: 1px;
    height: .28rem;
    background: #D6D6D6;
    transform: scaleX(.5);
    margin: 0 .3rem;
}

.game_item .game_content .info_wrap .size{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #999999;
    line-height: .28rem;
}

.game_item .game_content .detailBtn{
    width: 1.36rem;
    height: .68rem;
    border-radius: .08rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #25C8B4;
    color: #25C8B4;
    line-height: .36rem;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .16rem;
}


/* .game_item:last-of-type{
    margin-bottom: .3rem;
} */



.game_info{
    width: 100%;
    box-sizing: border-box;
    /* padding: .4rem; */
    /* padding-bottom: 0; */
    /* background: rgba(37,200,180,0.1); */
    /* background: rgba(255,191,64,0.1); */
    margin-bottom: .6rem;
    border-radius: .28rem
 }
 
 
 .gameInfoWrap{
     width: 100%;
     height: 1.2rem;
     display: flex;
     margin-bottom: .28rem;
 }
 
 .game_info .game_img{
     width: 1.2rem;
     height: 1.2rem;
     border-radius: .2rem;
     flex-shrink: 0;
     margin-right:.2rem;
 }
 
 .game_info .game_content{
     flex:1;
     height: 1.2rem;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     position: relative;
 }

 .game_info .game_content .scoreWrap{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    flex-direction: column;
    align-items: center;
 }

 .game_info .game_content .scoreWrap .scoreTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .24rem;
    color: #25C8B4;
    line-height: .36rem;
 }

 .game_info .game_content .scoreWrap .score{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .48rem;
    color: #25C8B4;
    line-height: .68rem;
 }
 /* 
 .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: .32rem;
     color: #333333;
     line-height: .42rem;
     /* margin-bottom: .3rem; */
 }



 
 .game_info .game_content .info_wrap{
    width: 100%;
    height:1.2rem;
    display: flex;
    justify-content: space-between;
 } 
 .game_info .game_content .info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #777777;
    line-height: .32rem;
    display: flex;
 }

 .game_info .game_content .info .info1:nth-of-type(1){
    margin-right: .56rem;
 }

 
/*  
 .game_info .game_content .info_wrap .info{
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     position: relative;
 }
 
 .game_info .game_content .info_wrap .info:nth-last-of-type(1){
     margin-right: 0;
 }
 
 .game_info .game_content .info_wrap .info .info1{
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: .24rem;
     color: #777777;
     line-height: .32rem;
 }
 
 .game_info .game_content .info_wrap .info .info2{
     font-family: Microsoft YaHei, Microsoft YaHei;
     font-weight: 400;
     font-size: 16px;
     color: #777777;
     line-height: 21px;
 }
 
 .game_info .game_content .info_wrap .info::after{
     position: absolute;
     right: -24px;
     top: 13px;
     width: 1px;
     height: 30px;
     background: #D6D6D6;
     transform: scaleX(.5);
     content: " ";
     display: none;
 }
 
 .game_info .game_content .info_wrap .info:nth-last-of-type(1)::after{
     display: none;
 }
  */
.otheInfoWrap{
    width: 100%;
    padding: .4rem;
    padding-bottom: .32rem;
    box-sizing: border-box;
    background: rgba(160,214,43,0.1);
    border-radius: .2rem
}

.other_info{
    display: flex;
    margin-bottom: .4rem;
    justify-content: space-between;
}

.other_info .info{
    display: flex;
    height: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* justify-content: space-around; */
}

.other_info .info:nth-of-type(1){
    /* width: 3.42rem; */
   
}


.other_info .info .info1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #777777;
    line-height: .32rem;
    text-align: left;
}


.game_info .download{
    width: 100%;
    height: .80rem;
    background: #25C8B4;
    border-radius: .08rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #FFFFFF;
    line-height: .36rem;
    letter-spacing: 1px;
}

.game_info .download .icon{
    width: .32rem;
    height: .32rem;
    margin-right: .12rem;
    display: none;
}


.article{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .6rem;
}

.article p{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .26rem;
    color: #14152B;
    line-height: .58rem;
    text-indent: .52rem;
    letter-spacing: 1px;
}

.kf_info{
    display: flex;
    padding: 0 .1rem;
    padding-bottom: .2rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
    border-bottom: 1px solid #D6D6D6;
}

.kf_info .info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #999999;
    line-height: .32rem;
}

.kf_info .info .red{
    margin: 0 .08rem;
    color: red;
}

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

.kf_info .kf_date .icon{
    width: .28rem;
    height: .28rem;
    margin-right: .09rem;
}

.kf_info .kf_date .date{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: .24rem;
    color: #FF0000;
    line-height: .28rem;
}


.kf_item{
    width: 100%;
    padding: .32rem 0;
    display: flex;
    height: 1.24rem;
    /* box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.06); */
}

.kf_item .kf_img{
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .32rem;
    margin-right: .2rem;
    flex-shrink: 0;
}

.kf_item .kf_content{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    flex: 1;
}

.kf_item .kf_content .kf_left{
    width: 3.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.kf_item .kf_content .kf_left .title{
    
    display: flex;
    align-items: center;
    margin-bottom: .08rem;
}

.kf_item .kf_content .kf_left .title .game_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #1D2127;
    line-height: .42rem;
    margin-right: .08rem;
}

.kf_item .kf_content .kf_left .title .kf_tag{
    padding: 0 .06rem;
    height: .26rem;
    border-radius: .04rem;
    border: 1px solid #25C8B4;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #25C8B4;
    line-height: 1;
    display: flex;
    align-items: center;
}

.kf_item .kf_content .kf_left .icon{
    width: .32rem;
    height: .32rem;
    margin-right: .12rem;
    display: none;
}

.kf_item .kf_content .kf_left .info{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .26rem;
    color: #333333;
    line-height: .34rem;
    margin-bottom: .06rem;
}

.kf_item .kf_content .kf_left .info1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .26rem;
    color: #25C8B4;
    line-height: .34rem;
}

.kf_item .kf_content .kf_left .info .red{
    color: red;
}

.kf_item .kf_content .kf_btn{
    width: 1.36rem;
    height: .68rem;
    /* background: #25C8B4; */
    border: 1px solid #25C8B4;
    border-radius: .08rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #25C8B4;
    line-height: .42rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.detail_title1{
    width: 100%;
    box-sizing: border-box;
    /* border-bottom: 1px solid #D6D6D6; */
    /* margin-bottom: .30rem; */
    /* padding-bottom: .3rem; */
}

.detail_title1 .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .36rem;
    color: #14152B;
    line-height: .48rem;
    /* margin-bottom: .3rem; */
    /* margin-top: .9rem; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: .4rem;
    border-bottom: 1px dashed rgba(0,0,0,0.06);
    margin-bottom: .4rem;
}


.article1{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .3rem;
}

.article1 p{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .26rem;
    color: #14152B;
    line-height: .58rem;
    text-indent: .52rem;
    letter-spacing: 1px;
}

.article1 .subTitle_wrap{
    width: 100%;
    margin-bottom: .4rem;
}



.article1 .p_subTitle{
    /* width: 100%; */
    /* width: 1.68rem; */
    /* height: .64rem; */
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #25C8B4;
    line-height: .42rem;
    /* padding-left: .12rem; */
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: .4rem;
    /* padding-bottom: .2rem; */
    /* border-bottom: .04rem solid #25C8B4; */
    position: relative;
}

/* .article1 .p_subTitle::after{
    position: absolute;
    right: 0;
    top: 0;
    content: " ";
    border-top: .32rem solid transparent;
    border-right: .16rem solid #ffffff;
    border-bottom: .32rem solid transparent;
    border-left: .16rem solid transparent;
} */


.article1 .p_subTitle .p_line:nth-of-type(1){
    width: .6rem;
    height: 0px;
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(160, 214, 43, 1), rgba(160, 214, 43, 0)) 1 1;
    margin-right: .34rem;
    position: relative;
}

.article1 .p_subTitle .p_line:nth-of-type(1)::after{
    display: block;
    width: .12rem;
    height: .12rem;
    border: .03rem solid #25C8B4;
    box-sizing: border-box;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: -.06rem;
    top: 50%;
    content: " ";
    background: #ffffff;
}

.article1 .p_subTitle .p_line:nth-of-type(2){
    width: .6rem;
    height: 0px;
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(160, 214, 43, 0), rgba(160, 214, 43, 1)) 1 1;
    margin-left: .34rem;
    position: relative;
}

.article1 .p_subTitle .p_line:nth-of-type(2)::after{
    display: block;
    width: .12rem;
    height: .12rem;
    border: .03rem solid #25C8B4;
    box-sizing: border-box;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    left: -.06rem;
    top: 50%;
    content: " ";
    background: #ffffff;
}


.article1 img{
    width: 6rem;
    height: 3.75rem;
    margin: .3rem 0;
}

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





.article1 .p_subTitle .p_icon .line1{
    width: .04rem;
    height: .14rem;
    background: #25C8B4;
}


.article1 .p_subTitle .p_icon .line2{
    width: .04rem;
    height: .22rem;
    background: #25C8B4;
}


.article1 .p_subTitle .p_icon .line3{
    width: .04rem;
    height: .28rem;
    background: #25C8B4;
}


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

/* .article1 .p_subTitle .dots{
    margin-left: .12rem;
    width: .08rem;
    height: .08rem;
    background: #25C8B4;
    border-radius: 50%;
    display: none;
} */


.article1 .p_subTitle .dots{
    margin: 0 .12rem;
    width: .2rem;
    height: .04rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
 }
 
.article1 .p_subTitle .dots .dot{
     width: .04rem;
     height: .04rem;
     background: #25C8B4;
 }



.sub_title1{
    width: 100%;
    display: flex;
    height: .52rem;
    margin-bottom: .3rem;
    position: relative;
}

.sub_title1 .line{
    width: 1rem;
    height: .04rem;
    background: #25C8B4;
    border-radius: .04rem;
    position: absolute;
    left: .1rem;
    bottom: 0px;
}

.sub_title1 .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .3rem;
    color: #25C8B4;
    line-height: .4rem;
}



.sub_title2{
    width: 100%;
    height: .48rem;
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #D6D6D6;
    justify-content: space-between;
}

.sub_title2 .title{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    margin-right: .08rem;
}

.sub_title2 .title .name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .3rem;
    color: #25C8B4;
    line-height: .4rem;
}

.sub_title2 .title .icon{
    width: .4rem;
    height: .4rem;
    margin-right: .08rem;
}

.sub_title2 .title .line{
    width: 100%;
    height: 2px;
    background: #25C8B4;
    position: absolute;
    left: 0;
    bottom: -1px;
}

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

.sub_title2 .kf_date .icon{
    width: .28rem;
    height: .28rem;
    margin-right: .09rem;
}

.sub_title2 .kf_date .date{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: .24rem;
    color: #FF0000;
    line-height: .28rem;
}



.game_swiper.swiper {
    width: 100%;
    height: 4.2rem;
    /* border-radius: 4px; */
}

.game_swiper{
    margin-bottom: .6rem;
}

.game_swiper .swiper-slide {
    width: 2.4rem !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 .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;
    display: none;
}

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

.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;
    display: none;
}

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



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

.appWrap .app_item{
    /* width: 2rem; */
    /* padding-bottom: .4rem; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: .4rem; */
}

.appWrap .app_item .app_img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    display: block;
}

.appWrap .app_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #333333;
    line-height: .36rem;
    margin: .2rem 0;
}

.appWrap .app_item .app_btn{
    width: 1.2rem;
    height: .56rem;
    border: 1px solid #25C8B4;
    box-sizing: border-box;
    border-radius: .12rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #25C8B4;
    line-height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

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


.update_info{
    width: 100%;
    margin: .24rem 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #333333;
    line-height: .32rem;
}








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

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

#certify  .swiper-slide {
	width: 6rem;
	height: 3.75rem;
	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: '';
} */</pre></body></html>