*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    font-family: "Microsoft YaHei UI","Arial" !important;
}
.clearfix:after{content:" ";visibility:hidden;display:block;clear:both;height:0;font-size:0}
.clearfix {clear: both;}
.positionR {
    position: relative;
}
body,html{
    width: 100%;
}
.margin{
    width: 1330px;
    margin: 0 auto;
}
.header {
    position: relative;
}
.header .background-header{
    margin-top: 0;
    width: 100%;
    height: 660px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.no-shot .app-background {
    width: 100%;
    margin-top: 3.1vw;
}
.header::after {
    content: "";
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(90deg, #000000CC 0%, #00000099 41%, #00000026 60%, #00000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
}
.no-shot.header::after {
    display: none;
}
.nav-list .nav-list-link,.nav-list .nav-list-icon {
    color: #fff;
    text-shadow: 0px 0px 3px #000;
}
.not-first .nav-list .nav-list-link,.not-first .nav-list .nav-list-icon {
    text-shadow: none;
}
.nav {
    padding: 0;
}
.content-l {
	width: 940px;
	float: left;
	margin-bottom: 60px;
    position: relative;
}
.game-info-con {
    position: absolute;
    top: -500px;
    width: 100%;
}
.game-info-con.no-shot {
    position: relative;
    top: 0;
}
.adResponsive {
	display: block;
	width: 940px;
	height: 90px;
}
.mobileAd {
	display: none;
}
.info-top {
	padding-top: 24px;
	position: relative;
}
.info-top img.info-icon {
	float: left;
	width: 100px;
	margin-right: 15px;
    margin-bottom: 15px;
}
.info-name {
    margin-top: -14px;
	float: left;
	height: 114px;
	width: 720px;
    margin-bottom: 15px;
	position: relative;
}
.info-top .info-name p {
    color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 45px;
	line-height: 57px;
	font-weight: bold;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.no-shot .info-top .info-name p {
    color: #000;
}
.info-rating {
	float: left;
	width: 100%;
	height: 16px;
}
.info-rating p.r {
    float: left;
    height: 16px;
    margin-right: 15px;
}
.info-rating p.r span {
	float: left;
	width: 18px;
	height: 16px;
	margin-right: 2px;
	background: url(../img/icons3.png) no-repeat -100px -650px;
}
.no-shot .info-rating p.r span {
    background-position: -100px -750px;
}
.info-rating p.r span i {
    display: block;
    height: 16px;
    width: auto;
    background: url(../img/icons3.png) no-repeat -100px -600px;
}
.no-shot .info-rating p.r span i {
    background-position: -100px -700px;
}
.info-category {
	float: left;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
    font-weight: bold;
}
.no-shot .info-category {
    color: #000000;
}
.info-vendor {
    background: #ffffff3b;
    float: left;
    font-size: 14px;
    line-height: 27px;
    color: #eee;
    font-weight: bold;
    padding: 0 10px;
    margin: 15px 0 30px;
}
.no-shot .info-vendor {
    background: #7f7f7f3b;
    color: #000;
}
.info-btn {
    padding-bottom: 35px;
}
.info-btn .downloadMEmu,.background-footer .downloadMEmu {
    position: relative;
    float: left;
    color: #fff;
	padding: 0 20px 0 53px;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	text-align: left;
	background-color: #008873;
    background-size: 400px auto;
    box-shadow: 0 2px 3.5px rgba(0,46,40,0.7);
    transition:box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1),background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.game-info-con .info-btn .downloadMEmu{
    padding: 0 20px 0 53px;
    font-size: 18px;
    line-height: 50px;
    background-color: #00a289;
    margin-bottom: 35px;
}
.game-info-con.no-shot .info-btn .downloadMEmu {
    background-color: #008873;
    color: #fff;
}
.app-header a i,.info-btn .downloadMEmu i,.background-footer .downloadMEmu i {
    position: absolute;
    height: 100%;
    width: 53px;
    background: url(../img/icons3.png) no-repeat 18px -285px;
    top: 0;
    left: 0;
}
.no-shot.game-info-con .info-btn .downloadMEmu i {
    background-position: 18px -285px;
}
.app-header a i {
    width: 40px;
    background: url(../img/icons3.png) no-repeat 12px -279px;
    background-size: 600px auto;
}
.info-btn .downloadMEmu:hover,.background-footer .downloadMEmu:hover {
    box-shadow: 0 2px 6.5px rgba(0,19,16,0.8);
    background-color: #00a289;
}
.game-info-con .info-btn .downloadMEmu:hover {
    background-color: #008873;
}
.no-shot.game-info-con .info-btn .downloadMEmu:hover {
    background-color: #00a289;
}
.mobileBtn {
    display: none;
}
#fixed-share {
    position: fixed;
    top: 30%;
    right: -50px;
    width: 60px;
    height: 50px;
    z-index: 3;
    transition:right 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header.active #fixed-share {
    right: 0;
    transition:right 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#fixed-share .icon-list {
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 0;
    background-size: 50px auto;
    transition:width 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#fixed-share .icon-list:hover {
    width: 60px;
    transition:width 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#share {
	float: left;
    width: 100%;
}
.no-shot #share {
    width: 258px;
    float: right;
    margin-top: -15px;
}
.no-shot .info-btn {
    padding-bottom: 0;
}
#share span {
	display: block;
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 6px;
    color: #fff;
}
.no-shot #share span {
    color: #000;
}
.icon-list{
	float: left;
	width: 35px;
	height: 35px;
	background: #1977f3 url(../img/facebook3.png) no-repeat center;
	background-size: 35px auto;
	margin-right: 5px;
}
.icon-list.twitter {
	background: #25B0E7 url(../img/twitter3.png) no-repeat center;
	background-size: 35px auto;
}
.icon-list.naver {
	background: #25B0E7 url(../img/naver.png) no-repeat center;
	background-size: 35px auto;
}
.icon-list.google {
	background: #DF5145 url(../img/google1.png) no-repeat center;
	background-size: 35px auto;
}
.icon-list.vkontakte {
	background: #6383a8 url(../img/vkontakte.png) no-repeat center;
	background-size: 35px auto;
}
.icon-list.reddit {
	background: #E9571B url(../img/reddit.png) no-repeat center;
	background-size: 35px auto;
}
.icon-list.whatsapp {
    background: #20b038 url(../img/whatsapp.png) no-repeat center;
    background-size: 35px auto;
}
.content-l .ad-container {
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	padding: 10px 0;
	overflow: hidden;
    margin-top: 24px;
}
.ad-content {
    background: #f6f6f6;
}
.info-item {
	margin-top: 24px;
}
.info-item h3 {
	font-size: 26px;
	line-height: 38px;
    margin: 11px 0;
	font-weight: normal;
}
.info-item .info-item-desc {
	font-size: 16px;
	line-height: 24px;
	color: #8e8e8e;
}
.MEmu_desc {
	height: 72px;
	overflow: hidden;
}
.info-item .info-item-btn {
	font-size: 16px;
	line-height: 24px;
	color: #008873;
	cursor: pointer;
}
.info-item .info-item-btn p {
	float: left;
}
.info-item .info-item-btn i {
	float: left;
	height: 24px;
	width: 18px;
	background: url(../img/icons.png) no-repeat 6px -392px;
}
.shot-pan {
	margin-top: 14px;
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
}
.shot-pan .Block {
	height: 310px;
	display: inline-block;
}
.swiper-slide {
    width: auto;
    height: auto;
}
.Block img,.Block iframe {
    height: 310px;
    width: auto;
}
.Block iframe {
    width: 634px;
}
.swiper-button-prev {
	left: 0;
	background: url(../img/icons.png) no-repeat -100px 0;
}
.swiper-button-next {
	right: 0;
	background: url(../img/icons.png) no-repeat -300px 0;
}
.swiper-button-prev:hover {
	background: url(../img/icons.png) no-repeat 0 0;
}
.swiper-button-next:hover {
	background: url(../img/icons.png) no-repeat -200px 0;
}
.swiper-button-prev,.swiper-button-next {
	width: 40px;
	height: 78px;
    margin-top: -44px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none!important;
}
.info-infoList {
    float: left;
	margin-bottom: 35px;
    width: 100%;
}
.no-shot .info-infoList{
    width: 258px;
    float: right;
    margin-top: -30px;
    margin-bottom: 50px;
}
.info-infoList li {
    height: 19px;
    margin-bottom: 5px;
}
.info-infoList li p {
    float: left;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
}
.no-shot .info-infoList li p {
    color: #000;
}
.info-infoList li p:nth-child(1) {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ccc;
}
.no-shot .info-infoList li p:nth-child(1){
    color: #5d5d5d;
}
.no-shot .info-infoList li p:nth-child(2) {
    width: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info-a a{
	display: block;
	height: 19px;
}
.info-a a img {
	height: 100%;
	width: auto;
}
.memu-item {
	margin-top: 24px;
}
.memu-item h3{
    margin: 11px 0;
	font-size: 26px;
	line-height: 38px;
	color: #000;
    font-weight: normal;
}
.memu-item .memu-item-desc {
    font-size: 16px;
    line-height: 24px;
    color: #8e8e8e;
    margin-bottom: 10px;
}
.memu-item-desc span {
    color: #008873;
}
.memu-item .memu-item-note {
    width: 966px;
    height: 180px;
    overflow: hidden;
}
.memu-item .memu-item-note li {
    float: left;
    width: 316px;
    padding-right: 10px;
    margin-bottom: 20px;
    line-height: 80px;
}
.memu-item-note li .memu-item-desc {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px 0 10px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.memu-item-note .note-con{
    padding-left: 80px;
    border: 1px solid #efefef;
    background: #efefef;
    height: 80px;
}
.memu-item-note li .note-icon {
    float: left;
    width: 80px;
    height: 0;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
    margin-left: -80px;
}
.memu-item-note li .note-icon span{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    line-height: 19px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #1975FF;
}
.memu-item-note li .note-icon i{
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 24px;
    height: 37px;
    background: url("../img/nusernote5.png") no-repeat center;
}
.memu-item-note li img {
    display: block;
    width: 100%;
    height: auto;
}
.memu-item-note li .ext {
    position: absolute;
    width: 76px;
    height: 44px;
    overflow: hidden;
    top: 11px;
    left: 2px;
}
.memu-item-note li .ext img{
    width: 100%;
    height: 100%;
    filter: blur(3px);
}
.memu-item-note li .ext img.cover{
    width: auto;
    height: 100%;
    filter: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.memu-item .memu-item-gd {
	width: 966px;
}
.memu-item-gd li {
	float: left;
	width: 316px;
}
.memu-item-gd li div {
	width: 306px;
	height: 316px;
	background: #efefef url(../img/nadvantage1.png) no-repeat center;
    background-size: 296px auto;
	padding: 196px 10px 0;
	text-align: center;
}
.memu-item-gd li div.advantage2 {
	background: #efefef url(../img/nadvantage2.png) no-repeat center;
    background-size: 296px auto;
}
.memu-item-gd li div.advantage3 {
	background: #efefef url(../img/nadvantage3.png) no-repeat center;
    background-size: 296px auto;
}
.memu-item-gd li p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.content-r {
	width: 300px;
	float: right;
	margin-bottom: 60px;
}
.content-r .ad-container {
    width: 300px;
	height: 240px;
    margin-top: 24px;
}
.recommend-item {
	margin-top: 24px;
}
.recommend-item .recommend-item-top {
	height: 60px;
}
.recommend-item-top h3 {
	float: left;
	width: auto;
	margin-right: 4px;
	font-size: 26px;
	line-height: 60px;
	font-weight: normal;
}
.content-l .recommend-item-top h3 {
    width: 100%;
}
.recommend-item-top .page-btn{
	float: left;
	width: 96px;
    margin-top: 15px;
}
.recommend-item-top .page-btn span{
	float: left;
	width: 30px;
	height: 30px;
	border-radius: initial;
	opacity: 1;
	line-height: 30px;
	background: #cbcbcb;
	color: #5d5d5d;
	font-size: 18px;
	text-align: center;
	margin-left: 2px;
	cursor: pointer;
}
.recommend-item-top .page-btn span.swiper-pagination-bullet-active {
	background: #008873;
	color: #fff;
}
.recommend-list {
	width: 100%;
    overflow: hidden;
	position: relative;
}
.content-r .swiper-button-prev,.content-r .swiper-button-next {
    display: none;
}
.recommend-list li {
    margin-bottom: 10px;
	width: 300px;
	height: 82px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.recommend-list .li-icon {
	float: left;
	width: 80px;
	height: 0;
	padding-bottom: 80px;
	margin-right: 10px;
	overflow: hidden;
}
.topic_blog li {
	width: 300px;
	height: 160px;
    padding: 20px 25px;
    margin-bottom: 0;
}
.topic_blog .li-icon {
	width: 160px;
    margin-right: 0;
    float: right;
	padding-bottom: 120px;
}
.recommend-list .li-icon img{
	width: 100%;
	background: #eee;
	height: auto;
	display: block;
}
.recommend-list .name-rating {
	float: left;
    margin-top: 10px;
	width: 200px;
}
.topic_blog .name-rating {
	width: 226px;
    margin-top: 0;
}
.recommend-list p.game-name {
    font-size: 14px;
	line-height: 16px;
    height: 32px;
	font-weight: bold;
	color: #666;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.recommend-list p.categoryName {
    font-size: 14px;
	line-height: 16px;
    height: 32px;
	color: #666;
}
.topic_blog p.game-name {
    font-size: 16px;
    line-height: 20px;
	height: 40px;
    color: #5d5d5d;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-line-clamp: 2;
}
.topic_blog p.game-desc {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
	height: 64px;
    color: #949494;
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.recommend-list .list-rating {
    margin-top: 10px;
	height: 14px;
}
.recommend-list .list-rating p.r {
    float: left;
    height: 14px;
	width: 85px;
    overflow: hidden;
}
.recommend-list .list-rating .r span {
    float: left;
    height: 14px;
    width: 15px;
	margin-right: 2px;
	background: url(../img/icons.png) no-repeat -50px -50px;
	background-size: 200px auto;
}
.recommend-list .list-rating .r span i {
	display: block;
	height: 14px;
	width: auto;
	background: url(../img/icons.png) no-repeat 0 -50px;
	background-size: 200px auto;
}
.image-load{
    z-index: -12;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.image-load .image-bg {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.image-load .swiper-wrapper{
    position: absolute;
    top: 0;
    left: 0;
}
.image-load .swiper-slide {
    cursor: zoom-out;
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
}
.image-load .swiper-slide img,.image-load .swiper-slide iframe {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    width: auto;
    height: auto;
    max-width: 100%;
}
.image-load .swiper-slide iframe {
    width: 96vw;
    height: 54vw;
    display: block;
}
.image-load .close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: url(../img/icons.png) no-repeat -100px -300px;
    cursor: zoom-out;
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
}
.image-load .swiper-slide .close:hover {
    background-position: -200px -300px;
}
.search-input {
    margin-top: 100px;
    padding: 20px 0;
    position: relative;
}
.search-input ul {
    background: rgba(242,242,242,0.9);
    border: 1px solid #ccc;
}
.search-input ul li {
    padding-left: 48px;
    height: 36px;
}
.search-input ul li:hover {
    background: rgba(255,255,255,0.9);
}
.search-input ul li a{
    font-size: 20px;
    line-height: 36px;
    color: #444;
}
.search-input input {
    width: 100%;
    border: 2px solid #ccc;
    height: 52px;
    padding-left: 48px;
    font-size: 20px;
    outline: none;
    transition:border-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.search-input input::-webkit-input-placeholder {
    color: #aaa;
}
.search-input input:-moz-placeholder {
    color: #aaa;
}
.search-input input:-ms-input-placeholder {
    color: #aaa;
}
.search-input input:hover {
    border-color:#000;
}
.search-input input:focus {
    border: 3px solid #009174;
}
.search-input span {
    width: 48px;
    height: 48px;
    top: 22px;
    left: 2px;
    background: url(../img/icons.png) no-repeat -88px -187px;
    position: absolute;
    cursor: pointer;
}
.search-result {
    padding-bottom: 10px;
}
.search-result p{
    font-size: 14px;
    line-height: 34px;
    color: #5d5d5d;
}
.search-result span{
    float: left;
    height: 24px;
    background: #5d5d5d;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}
.result-item {
    margin-top: 60px;
}
.result-item .item-header {
    height: 30px;
}
.result-item .item-header b,.foot-contact h3 b{
    float: left;
    height: 35px;
    width: 35px;
    margin-left: -55px;
    margin-top: 1px;
    background: url("../img/faq-icon.png") no-repeat 0 0;
}
.result-item .item-header b.tro-sho {
    background-position: 0 -35px;
}
.result-item .item-header b.adv {
    background-position: 0 -70px;
}
.result-item .item-header b.more {
    background-position: 0 -105px;
}
.foot-contact h3 b {
    background-position: 0 -140px;
}
.result-item .item-header span{
    float: left;
    font-size: 30px;
    margin-right: 10px;
}
.result-item .item-header i{
    float: left;
    font-size: 15px;
    line-height: 45px;
    margin-right: 20px;
    color: #009174;
    font-style: normal;
}
.result-item .item-header a{
    float: left;
    font-size: 15px;
    line-height: 45px;
    color: #009174;
}
.result-item .result-list ul{
    width: 978px!important;
}
.result-item .result-list .show-more{
    line-height: 29px;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}
.result-item .result-list .show-more:hover{
    background: rgba(0,136,115,0.1);
}
.result-item .result-list .show-more:active{
    background: rgba(0,136,115,0.2);
}
.result-item .result-list .show-more span{
    font-size: 15px;
    line-height: 29px;
    color: #008873;
}
.result-item .result-list .show-more i {
    display: inline-block;
    width: 22px;
    height: 29px;
    vertical-align: middle;
    background: url("../img/icons3.png") no-repeat -300px -89px;
}
.result-item .result-list ul li{
    width: 288px;
    height: 82px;
    border: 1px solid #ddd;
    margin: 20px 38px 0 0!important;
}
.recommend-item ul li{
    background: rgba(255,255,255,0.9);
    transition:box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.recommend-item ul li:hover{
    box-shadow: 0px 3px 4px #00000029;
}
.result-item .li-icon {
    float: left;
    width: 80px;
    height: 0;
    padding-bottom: 80px;
    overflow: hidden;
    margin-right: 10px;
    background: #ccc;
}
.result-item .li-icon img {
    width: 100%;
    height: auto;
    display: block;
}
.recommend-item ul li .li-icon img {
    transition:transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.recommend-item ul li:hover .li-icon img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.result-list .name-rating {
    float: left;
    width: 178px;
}
.result-list .name-rating .game-name {
    font-size: 14px;
    margin-top: 10px;
    line-height: 16px;
    height: 32px;
    font-weight: bold;
    color: #666;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.recommend-item .name-rating .game-name {
    transition:color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.recommend-item ul li:hover .name-rating .game-name {
    color: #00c099;
}
.result-list .name-rating .rating {
    height: 18px;
    margin-top: 10px;
}
.result-list .name-rating .l {
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-right: 10px;
}
.result-list .name-rating .r {
    width: 105px;
    float: left;
}
.result-list .name-rating .r span {
    float: left;
    height: 18px;
    width: 18px;
	margin-right: 3px;
	background: url(../img/icons.png) no-repeat -60px -60px;
    background-size: 240px auto;
}
.result-list .name-rating .r span i {
	display: block;
	height: 18px;
	width: 18px;
	background: url(../img/icons.png) no-repeat 0 -60px;
    background-size: 240px auto;
}
.result-item .result-blog ul li {
    height: 160px;
    width: 460px;
    border: 1px solid #ccc;
    padding: 20px 25px;
    margin: 20px 20px 0 0!important;
}
.result-list .blog-img {
    float: right;
    width: 160px;
    height: 0;
    padding-bottom: 120px;
    overflow: hidden;
}
.result-list .blog-img img {
    width: 100%;
    height: auto;
    display: block;
    transition:transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.result-item .result-list ul li:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.result-blog .blog-p {
    float: left;
    width: 226px;
}
.blog-p .blog-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #5d5d5d;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition:color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.result-item .result-list ul li:hover .blog-p .blog-title {
    color: #00C099;
}
.blog-p .blog-desc {
    height: 64px;
    font-size: 12px;
    line-height: 16px;
    color: #949494;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.result-item .result-video ul li {
    height: 248px;
    background: rgba(204,204,204,0.9);
}
.result-list .video-img {
    height: 162px;
    overflow: hidden;
    position: relative;
}
.result-list .video-img img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.result-video .video-p {
    height: 86px;
    padding: 10px;
    background: #eee;
}
.video-p .video-title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    color: #1d6b5f;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition:color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.result-item .result-list ul li:hover .video-p .video-title{
    color: #00c099;
}
.result-item .result-video ul li:hover .video-hover-bg{
    opacity: 1;
}
.video-hover-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition:opacity 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.video-hover-bg .video-hover-btn {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    background: url(../img/icons.png) -178px -84px no-repeat;
    background-color: rgba(255,255,255,0.9);
}
.video-p .video-desc {
    font-size: 12px;
    line-height: 26px;
    color: #9d9d9d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.toInstall {
    display: none;
}
.app-header {
    position: fixed;
    height: 60px;
    top: 0;
    z-index: 1;
}
.active .app-header {
    z-index: 1000;
}
.app-header img{
    float: left;
    width: 60px;
    height: 60px;
    margin-left: -62px;
    opacity: 0;
    transition: margin-left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header.active .app-header img {
    opacity: 1;
    margin-left: 0;
}
.app-header p{
    float: left;
    padding: 0 20px 0 15px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    color: #000;
    margin-left: 75px;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),margin-left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header.active .app-header p {
    opacity: 1;
    margin-left: 0;
}
.app-header .btn-con{
    float: left;
    height: 100%;
    width: auto;
    overflow: hidden;
    margin-left: 75px;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),margin-left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header.active .app-header .btn-con {
    opacity: 1;
    margin-left: 0;
}
.app-header a{
    position: relative;
    display: block;
    padding: 0 20px 0 40px;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #008873;
}
.header .nav-logo {
    margin-left: 0;
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),margin-left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn_down {
    position: relative;
    margin-top: 6px;
}
.header.active .nav-logo {
    opacity: 0;
    margin-left: -50px;
}
.header{
    overflow: hidden;
}
.info-name .nav-list-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 0 0 0 45px;
    width: 110px;
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
    box-sizing: content-box;
}
.info-name .nav-list-icon i{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("../img/icons3.png") no-repeat -399px -299px;
    background-size: 600px auto;
}
.info-name .nav-list-icon:hover i{
    background-position: -399px -499px;
}
.info-name .nav-list-icon:hover .more-language{
    display: block;
}
.info-name .more-language {
    display: none;
    background-color: rgba(242,242,242,0.7);
    left: 20px;
    top: 42px;
    position: absolute;
    width: 135px;
    padding: 14px 0;
    text-align: center;
    z-index: 2;
}
.info-name .more-language li {
    overflow: hidden;
    padding: 0 0 0 24px;
    white-space: nowrap;
}
.info-name .more-language li:hover {
    background-color: rgba(255,255,255,0.7);
}
.info-name .more-language li a{
    display: block;
    line-height: 45px;
    font-size: 16px;
    padding: 0;
    float: none;
    color: #444;
    text-align: left;
}
.info-name .more-language li:hover a{
    color: #000;
}
.background-footer {
    position: relative;
    height: 344px;
    background: transparent linear-gradient(91deg, #00000073 0%, #54545433 100%) 0% 0% no-repeat padding-box;
}
.background-footer .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 0 20%;
}
.footer-content {
    height: 100%;
}
.footer-content::before {
    content: "";
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}
.background-footer p {
    display: inline-block;
    max-width: 880px;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}
.background-footer .downloadMEmu {
    float: none;
    vertical-align: middle;
    margin-left: 30px;
    max-width: 420px;
}
.background-footer .downloadMEmu.downPC {
    display: inline-block;
}
@media only screen and (max-width:1439px ) {
    .margin{
        width: 1100px;
    }
    .header .background-header{
        margin-top: 0;
        height: 528px;
    }
    .no-shot .app-background {
        margin-top: 42px;
    }
    .nav-list .nav-search i {
        background: url(../img/icons3.png) no-repeat -350px -420px;
        background-size: 420px auto;
    }
    .nav-list .nav-list-icon i {
        background: url(../img/icons3.png) no-repeat -350px -350px;
        background-size: 420px;
    }
	.content-l {
		width: 762px;
	}
    .game-info-con {
        top: -430px;
    }
    .adResponsive {
		width: 762px;
		height: 90px;
	}
    .info-name {
        width: 576px;
        margin-bottom: 12px;
    }
    .info-infoList li {
        margin-bottom: 2px;
    }
    .info-infoList {
        margin-bottom: 20px;
    }
    .no-shot .info-infoList {
        margin-top: -28px;
        margin-bottom: 50px;
    }
    .info-vendor {
        padding: 0 8px;
        margin: 12px 0 16px;
    }
    .info-btn .downloadMEmu,.background-footer .downloadMEmu {
        padding: 0 16px 0 42px;
        font-size: 16px;
        line-height: 40px;
    }
    .app-header a i, .info-btn .downloadMEmu i, .background-footer .downloadMEmu i {
        width: 42px;
        background: url(../img/icons.png) no-repeat 12px -290px;
    }
    .game-info-con .info-btn .downloadMEmu {
        padding: 0 16px 0 42px;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 28px;
    }
    .no-shot.game-info-con .info-btn .downloadMEmu i {
        background-position: 15px -290px;
    }
    #share span {
        margin-bottom: 2px;
    }
    .icon-list {
        width: 28px;
        height: 28px;
        background: #1977f3 url(../img/facebook3.png) no-repeat center;
        background-size: 28px auto;
        margin-right: 4px;
    }
    .icon-list.twitter {
    	background: #25B0E7 url(../img/twitter3.png) no-repeat center;
    	background-size: 28px auto;
    }
    .icon-list.naver {
    	background: #25B0E7 url(../img/naver.png) no-repeat center;
    	background-size: 28px auto;
    }
    .icon-list.google {
    	background: #DF5145 url(../img/google1.png) no-repeat center;
    	background-size: 28px auto;
    }
    .icon-list.vkontakte {
    	background: #6383a8 url(../img/vkontakte.png) no-repeat center;
    	background-size: 28px auto;
    }
    .icon-list.reddit {
    	background: #E9571B url(../img/reddit.png) no-repeat center;
    	background-size: 28px auto;
    }
    .icon-list.whatsapp {
        background: #20b038 url(../img/whatsapp.png) no-repeat center;
        background-size: 28px auto;
    }
	.memu-item .memu-item-note {
		width: 792px;
	}
	.memu-item .memu-item-note li {
		width: 257px;
	}
	.memu-item .memu-item-gd {
		width: 783px;
	}
	.memu-item-gd li {
		width: 257px;
	}
	.memu-item-gd li div {
		width: 247px;
		height: 260px;
		background-size: 240px auto;
		padding: 160px 10px 0;
	}
	.memu-item-gd li div.advantage2,.memu-item-gd li div.advantage3 {
		background-size: 240px auto;
	}
	.memu-item-gd li p {
		font-size: 16px;
		line-height: 20px;
		color: #333;
	}
    .recommend-list .name-rating {
        width: 150px;
    }
    .topic_blog .name-rating {
        width: 172px;
    }
    .recommend-list li {
    	width: 212px;
    }
    .topic_blog li {
    	width: 286px;
    }
    .topic_blog li {
        padding: 10px 15px;
        height: 140px;
    }
    .topic_blog p.game-name {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
    }
    .topic_blog p.game-desc {
        font-size: 12px;
    }
    .info-btn .downloadMEmu {
        max-width: 540px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .app-header p {
        max-width: 440px;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .app-header {
        height: 42px;
    }
    .app-header img {
        width: 42px;
        height: 42px;
    }
    .app-header a {
        line-height: 42px;
        height: 42px;
        padding: 0 16px 0 32px;
    }
    .app-header a i {
        width: 32px;
        background: url(../img/icons.png) no-repeat 8px -290px;
    }
    .app-header .btn-con {
        margin-left: 125px;
    }
    .header.active .app-header .btn-con {
        margin-left: 1px;
    }
    .memu-item .memu-item-desc {
        font-size: 14px;
        line-height: 16px;
    }
    .memu-item-note li .memu-item-desc {
        font-size: 14px;
        line-height: 16px;
    }
    .background-footer {
        height: 240px;
    }
    .background-footer p {
        font-size: 28px;
        line-height: 240px;
        max-width: 700px;
    }
    .background-footer .downloadMEmu {
        margin-left: 20px;
        max-width: 330px;
    }
}
@media only screen and (max-width:1199px ) {
    .margin{
        width: 762px;
    }
    .content-l {
        margin-bottom: 0;
    }
	.content-r .ad-container {
		display: none;
	}
	.content-r {
		width: 100%;
	}
	.content-r .page-btn {
		display: none;
	}
    .recommend-item-top h3 {
        width: 100%;
    }
    .content-r .swiper-button-prev,.content-r .swiper-button-next {
        display: block;
    }
    .app-header p {
        display: none;
    }
    #footer .margin {
        width: 762px;
        padding: 0;
    }
    .background-footer p {
        font-size: 28px;
        line-height: 40px;
        max-width: 560px;
    }
    .background-footer .downloadMEmu {
        margin-left: 0;
        max-width: 260px;
    }
}
/* @media only screen and (max-width:939px ) {
    .margin{
        width: 7.62rem;
    }
	.content-l {
		width: 100%;
	}
	.info-top {
		padding-top: 0.24rem;
	}
	.info-top img.info-icon {
		width: 2rem;
		margin-right: 0.2rem;
		margin-top: -1.25rem;
	}
	.info-name,.info-rating,.info-category {
		width: 4.4rem;
	}
	.info-rating p.l {
		height: 0.28rem;
		width: 0.32rem;
	}
	.info-rating {
		margin-top: 0.2rem;
		font-size: 0.2rem;
		line-height: 0.28rem;
	}
	.info-rating p.r {
		height: 0.28rem;
	}
	.info-rating p.r span {
		width: 0.30rem;
		height: 0.28rem;
		margin-right: 0.05rem;
		background: url(../img/icons.png) no-repeat -1rem -1rem;
		background-size: 4rem 5rem;
	}
	.info-rating p.r span i {
		height: 0.28rem;
		background: url(../img/icons.png) no-repeat 0 -1rem;
		background-size: 4rem 5rem;
	}
	.info-category {
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.info-btn {
		margin-top: 0.32rem;
	}
	.info-top .info-name {
		height: 0.76rem;
	}
	.info-top .info-name p {
		width: 2.7rem;
		font-size: 0.3rem;
		line-height: 0.38rem;
	}
	.info-btn {
		height: 0.6rem;
	}
	.info-btn .downloadMEmu {
		padding: 0 0.3rem 0 0.6rem;
		font-size: 0.16rem;
		line-height: 0.6rem;
		background: #008873 url(../img/icons.png) no-repeat 0.24rem -2.8rem;
		background-size: 4rem auto;
	}
	#MEmu_desc {
		height: 0.72rem;
	}
	.info-item .info-item-btn {
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.info-item .info-item-btn i {
		height: 0.24rem;
		width: 0.18rem;
		background: url(../img/icons.png) no-repeat 0.06rem -3.92rem;
		background-size: 4rem 5rem;
	}
	#share span {
		font-size: 0.16rem;
		line-height: 0.22rem;
		margin-bottom: 0.03rem;
	}
	.icon-list {
		width: 0.35rem;
		height: 0.35rem;
		background-size: 0.35rem auto;
		margin-right: 0.05rem;
	}
	.icon-list.twitter {
		background-size: 0.35rem auto;
	}
	.icon-list.google {
		background-size: 0.35rem auto;
	}
	.icon-list.vkontakte {
		background-size: 0.35rem auto;
	}
	.icon-list.reddit {
		background-size: 0.35rem auto;
	}
	.info-item h3 {
		font-size: 0.26rem;
		line-height: 0.58rem;
	}
	.info-item .info-item-desc {
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.info-infoList {
		height: auto;
	}
	.info-infoList li {
		width: 100%;
		float: none;
		font-size: 0.16rem;
		line-height: 0.24rem;
		margin-bottom: 0.3rem;
	}
	.info-infoList li p{
		min-height: 12px;
	}
	.info-a a {
		height: 0.24rem;
		min-height: 12px;
	}
	.memu-item h3 {
		font-size: 0.26rem;
		line-height: 0.6rem;
	}
	.memu-item .memu-item-note {
		width: 7.92rem;
	}
	.memu-item .memu-item-note li {
		width: 2.61rem;
	}
	.memu-item .memu-item-desc {
		font-size: 0.16rem;
		line-height: 0.24rem;
		margin-bottom: 0.1rem;
	}
	.memu-item-note li img {
		width: 2.4rem;
		border: 0.02rem solid #ccc;
	}
	.recommend-item-top h3 {
		width: 100%;
		font-size: 0.26rem;
		line-height: 0.3rem;
	}
	.shot-pan {
		margin-top: 0.32rem;
		height: 3.57rem;
	}
	.shot-pan .Block,.Block img, .Block iframe {
		height: 3.57rem;
	}
	.memu-item .memu-item-gd {
		width: 7.83rem;
	}
	.memu-item-gd li {
		width: 2.61rem;
	}
	.memu-item-gd li div {
		width: 2.4rem;
		height: 2.6rem;
		background-size: 2.4rem auto;
		padding: 1.5rem 0.1rem 0;
	}
	.memu-item-gd li div.advantage2, .memu-item-gd li div.advantage3 {
		background-size: 2.4rem auto;
	}
	.memu-item-gd li p {
		font-size: 0.16rem;
		line-height: 0.22rem;
		color: #333;
	}
	.memu-item-note li span {
		width: 0.4rem;
		height: 0.4rem;
		font-size: 0.24rem;
		line-height: 0.4rem;
		margin-bottom: 0.06rem;
	}
	.memu-item-note li i {
		width: 0.21rem;
		height: 0.21rem;
		margin-top: 0.56rem;
		background: url(../img/icons.png) no-repeat 0.03rem -1.97rem;
		background-size: 4rem 5rem;
	}
} */
@media only screen and (max-width:539px ) {
    .margin{
        width: 92%;
    }
	.adResponsive {
		display: none;
	}
	.mobileAd {
		display: block;
	}
	.content-l {
		width: 100%;
	}
    .game-info-con {
        top: -9rem;
    }
	.info-top {
		padding-top: 0.24rem;
	}
	.info-top img.info-icon {
		width: 2rem;
		margin-right: 0.2rem;
		margin-bottom: 0.2rem;
		margin-top: 0;
	}
	.info-name {
		width: 4.4rem;
	}
	.info-top .info-name {
		height: 2rem;
        margin-bottom: 0.2rem;
        margin-top: 0;
	}
    .info-name .nav-list-icon {
        display: none;
    }
	.info-top .info-name p {
        line-height: 0.64rem;
        font-size: 0.5rem;
		width: 100%;
	}
	.info-rating p.r {
		height: 0.28rem;
        margin-right: 0.3rem;
	}
	.info-rating p.r span {
		width: 0.36rem;
		height: 0.32rem;
		margin-right: 0.04rem;
		background: url(../img/icons3.png) no-repeat -2rem -13rem;
		background-size: 12rem auto;
	}
    .no-shot .info-rating p.r span {
        background-position: -2rem -15rem;
    }
	.info-rating p.r span i {
		height: 0.32rem;
		background: url(../img/icons3.png) no-repeat -2rem -12rem;
		background-size: 12rem auto;
	}
    .no-shot .info-rating p.r span i{
        background-position: -2rem -14rem;
    }
	.info-category {
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.info-btn {
		height: auto;
        padding-bottom: 0.4rem;
	}
	.info-btn .downloadMEmu,.background-footer .downloadMEmu {
		font-size: 0.26rem;
		line-height: 0.9rem;
		width: 100%;
		padding: 0;
		text-align: center;
		background-image: none;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	}
	#share {
		float: left;
	}
    .no-shot #share {
        width: 100%;
        float: left;
        margin-top: 0;
    }
	#share span {
		font-size: 0.3rem;
		line-height: 0.4rem;
	}
	.content-l .ad-container {
		border-bottom: 1px solid #cfcfcf;
		padding: 0.1rem 0;
		overflow: hidden;
		width: 100%;
	}
	.icon-list {
		width: 0.6rem;
		height: 0.6rem;
		background-size: 0.6rem auto;
		margin-right: 0.15rem;
	}
	.icon-list.twitter,.icon-list.naver {
		background-size: 0.6rem auto;
	}
	.icon-list.google {
		background-size: 0.6rem auto;
	}
	.icon-list.vkontakte {
		background-size: 0.6rem auto;
	}
	.icon-list.reddit {
		background-size: 0.6rem auto;
	}
	.info-item {
		margin-top: 0.24rem;
	}
	.info-item h3 ,.memu-item h3{
		font-size: 0.42rem;
		line-height: 0.64rem;
	}
	.info-item .info-item-desc {
		font-size: 0.3rem;
		line-height: 0.38rem;
	}
	.shot-pan {
		margin-top: 0.32rem;
		height: 3.24rem;
	}
	.shot-pan .Block,.Block img, .Block iframe {
		height: 3.24rem;
	}
    .Block iframe{
        width: 5.76rem;
    }
	.swiper-button-prev,.swiper-button-next {
		display: none!important;
	}
	.info-infoList {
		height: auto;
        padding-bottom: 0;
	}
    .no-shot .info-infoList {
        width: 100%;
        float: left;
        margin-top: 0;
    }
	.info-infoList li {
		width: 100%;
		float: none;
		font-size: 0.3rem;
		line-height: 0.38rem;
		margin-bottom: 0.1rem;
	}
	.info-infoList li p{
		min-height: 12px;
	}
    .no-shot .info-infoList li p:nth-child(2) {
        width: auto;
    }
	.memu-item .memu-item-desc {
		font-size: 0.3rem;
		line-height: 0.38rem;
        width: 100%;
	}
	.recommend-item-top h3 {
		font-size: 0.42rem;
		line-height: 0.72rem;
	}
	.memu-item .memu-item-note {
		width: 100%;
        height: auto;
	}
	.memu-item .memu-item-note li {
        float: none;
		width: 100%;
		margin-bottom: 0.3rem;
	}
    .memu-item-note .note-con {
        padding-left: 1.6rem;
        height: 1.6rem;
    }
    .memu-item-note li .note-icon {
        width: 1.6rem;
        padding-bottom: 1.6rem;
        margin-left: -1.6rem;
    }
	.memu-item-note li i {
		display: none;
	}
	.memu-item-note li img {
		width: 100%;
	}
    .memu-item-note li #usernoteGI1 {
        width: 1.6rem;
        height: 1.6rem;
        top: 1rem;
        left: 0.6rem;
    }
    .memu-item-note li #usernoteGN1 {
        font-size: 0.4rem;
        line-height: 0.4rem;
        width: 4rem;
        left: 2.66rem;
        top: 1.1rem;
    }
    .memu-item-note li #usernoteGI2 {
        width: 1.6rem;
        height: 1.6rem;
        top: 0.8rem;
        left: 2.6rem;
    }
    .memu-item-note li #usernoteGN2 {
        width: 100%;
        padding: 0 1rem;
        font-size: 0.4rem;
        line-height: 0.4rem;
        left: 0;
        top: 2.8rem;
    }
	.info-rating {
		height: 0.28rem;
		margin: 0 0 0.12rem;
		font-size: 0.2rem;
		line-height: 0.28rem;
	}
	.info-rating p.l {
		height: 0.28rem;
		width: 0.7rem;
	}
	.info-category {
		font-size: 0.3rem;
		line-height: 0.32rem;
	}
	#MEmu_desc {
		height: 1.14rem;
	}
	.info-item .info-item-btn {
		font-size: 0.3rem;
		line-height: 0.38rem;
		height: 0.38rem;
	}
	.info-item .info-item-btn i {
		height: 0.38rem;
		width: 0.38rem;
		background: url(../img/icons.png) no-repeat 0.12rem -7.84rem;
		background-size: 8rem auto;
	}
	.info-a a {
		height: 0.38rem;
	}
    .memu-item {
        margin-top: 0.24rem;
    }
	.memu-item .memu-item-gd {
		width: 100%;
	}
	.memu-item-gd li {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.memu-item-gd li div {
		width: 100%;
		height: 6.9rem;
		background-size: 6.9rem auto;
		padding: 4.5rem 0.2rem 0;
	}
	.memu-item-gd li div.advantage2, .memu-item-gd li div.advantage3 {
		background-size: 6.9rem auto;
	}
	.memu-item-gd li p {
		font-size: 0.3rem;
		line-height: 0.38rem;
	}
    .recommend-list li {
        width: 234px;
    }
    .recommend-list .name-rating {
        width: 140px;
    }
    .topic_blog li {
        padding: 10px 15px;
        height: 110px;
        width: 300px!important;
    }
    .topic_blog .li-icon {
        width: 120px;
        padding-bottom: 90px;
    }
    .topic_blog p.game-desc {
        margin-top: 0;
        height: 48px;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 3;
        -line-clamp: 3;
    }
    .info-btn .downloadMEmu i,.background-footer .downloadMEmu i ,#fixed-share{
        display: none;
    }
    #footer .margin {
        width: 92%;
    }
    .background-footer p {
        font-size: 28px;
        line-height: 40px;
        float: none;
        padding-top:75px;
        text-align: center;
    }
}
@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)){
    .result-item .result-list ul li{
        background: rgba(255,255,255,0.7);
        backdrop-filter: saturate(180%) blur(10px);
    }
    .result-item .result-video ul li {
        background: rgba(204,204,204,0.7);
    }
    .video-hover-bg .video-hover-btn {
        background-color: rgba(255,255,255,0.7);
        backdrop-filter: saturate(180%) blur(10px);
    }
}