

:root {
	--pm-c: #2BB866;
	--br-c: #eeeeee
    
}
body,html {
    background: #f8f8f8;
}
.shadow {
	box-shadow: 0px 0px 10px 0px #eee;
}
/*
 * ------------------------------------------------------------
 * 杈规鏍峰紡
 * ------------------------------------------------------------
 */

.b-a {
	border: 1px solid var(--br-c);
}
.b-b {
	border-bottom: 1px solid var(--br-c);
}
.b-d-b {
	border-bottom: 1px dashed var(--br-c);
}
.b-t {
	border-top: 1px solid var(--br-c);
}
.b-d-t {
	border-top: 1px dashed var(--br-c);
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.lin-2 {
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.lin-3 {
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

header {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    z-index: 99!important;
}
/*
 * ------------------------------------------------------------
 * 椤堕儴瀵艰埅鏉�
 * ------------------------------------------------------------
 */

.topNav {
	border-bottom:1px solid #f6f6f6;
}

.topNav .home {}

.topNav .home i {
	display: inline-block;
	transform: translateY(-2px);
	margin-right: 3px;
}

.topNav .login {}

.topNav .login a {
	padding-left: 20px;
}

.topNav .login i {
	display: inline-block;
	height: 15px;
	width: 15px;
	line-height: 0;
	transform: translateY(-2px);
	margin-right: 5px;
}

.topNav .login a {
	color: #afafaf;
}

.topNav .login i img {
	max-width: none;
}
.topNav .topLink {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topNav .topLink li {
    float: left;
}
.topNav .topLink li a {
    color: #909399;
    display: block;
    padding: 10px 15px;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    position: relative;
    font-size: 12px;
    transition: all .3s;
}
.topNav .topLink li a:before {
    content: '#';
    margin-right: 5px;
}
.topNav .topLink li a:hover {
    background-color: #f6f6f6;
}
/*
 * ------------------------------------------------------------
 * 椤堕儴LOGO+鎼滅储
 * ------------------------------------------------------------
 */

.head {
    padding: 20px 0;
}

.head .logo {}

.head .logo a {
    height: 50px;
	display: inline-block;
}

.head .logo a img {
    height: 100%;
}
.head .search {}

.head .search button {
	width: 40px;
	color: #fff;
	font-size: 15px;
	padding: 0;
	background: transparent
}
.head .search button i {
    color: #848d95;
}
.head .search form {
    height: 35px;
    border-radius: 4px;
    background: #f6f6f6;
}

.head .search input {
    height: 100%;
	border: 0;
	background: transparent;
}


.head .nav {
	list-style: none;
	margin: 0;
}
.head .nav .sub-menu {
    position: absolute;
    padding: 10px 0;
    top: 100%;
    left: 0;
    list-style: none;
    min-width: 300px;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.05);
    transform: translateY(5px);
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
    z-index: 80;
}
.head .nav>li:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.head .nav .sub-menu li {
    width: 33.333%;
    float: left;
    line-height: normal;
    text-align: center;
}
.head .nav .sub-menu li a {
    padding: 10px 5px;
    display: block;
    color: #909399;
    font-size: 14px;
}
.head .nav .sub-menu li a:hover {
    background: var(--pm-c);
    color: #fff;
}
.head .nav>li {
    display: inline-block;
	position: relative;
}

.head .nav>li>a {
    display: block;
	font-size: 16px;
	color: #606266;
	margin: 0 20px;
    padding: 6px 0;
}

.head .nav>li>a:hover {
	background: #fff;
	border-radius: 4px;
	color: var(--pm-c);
}

.head .nav .active {}

.head .nav .active a {
	background: #fff;
	border-radius: 4px;
	color: var(--pm-c);
}


/*
 * ------------------------------------------------------------
 * 娓告垙icon鍥炬爣灏哄
 * ------------------------------------------------------------
 */

.icon {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 20px;
}

.icon img {
	width: 100%;
	height: 100%;
}

.info {}

.info em {
	height: 10px;
	display: inline-block;
	position: relative;
	margin: 0 3px;
}

.info em:after {
	content: '';
	position: absolute;
	top: 1px;
	height: 100%;
	width: 1px;
	background: #aaa;
}

/*
 * ------------------------------------------------------------
 * 棣栭〉骞荤伅鐗�
 * ------------------------------------------------------------
 */

.home-slide {
    width: 100%;
    height: 620px;
}
.home-slide .uk-slideshow-items {
    min-height: 620px!important;
    background: #000;
}
.home-slide .cover {
    width: 100%;
}
.home-slide .uk-slideshow-items img {
    opacity: .8;
}
.home-slide .cover .title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.home-slide .cover .desc {
    color: #fff;
    font-size: 16px;
    max-width: 620px;
}
.home-slide .cover .on {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #eee;
    transition: all .3s;
}
.home-slide .cover .on:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #606266;
}


/*
 * ------------------------------------------------------------
 * 缃戠珯涓昏鍐呭
 * ------------------------------------------------------------
 */

.main {
	background-size: 100%;
}


/*
 * ------------------------------------------------------------
 * 缃戠珯鍖哄潡
 * ------------------------------------------------------------
 */

.part {
	padding: 20px;
}

.partTitle {}

.partTitle h3 {
	font-weight: bold;
	position: relative;
	font-size: 18px;

	margin-right: 20px;
	margin-bottom: 0;

}

.app.single.uk-flex.uk-flex-top.uk-background-default .partTitle h3::before{
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	border-bottom: 3px solid #2BB866;
	top: 14px;
}

.partTitle h3:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 18px;
	background: var(--br-c);
}


/*
 * ------------------------------------------------------------
 * 棣栭〉椤堕儴鎵嬫父鎺ㄨ崘
 * ------------------------------------------------------------
 */

.gameRecom {}

.gameRecom h3 {
	font-size: 16px;
	font-weight: bold;
}

.gameRecom .item {
	padding: 10px 20px;
}

.gameRecom .w240 {
	width: 240px;
	float: left;
}

.gameRecom .w240 .item {
	height: 91px;
	overflow: hidden;
	padding: 12px 20px;
	margin-bottom: 20px;
	background: #f3f9eb url(./static/images/gameRecom-w240-android-bg.png) no-repeat;
}

.gameRecom .w240 .item h3 {
	color: #83c527;
	position: relative;
}
.gameRecom .w240 .item a {
	font-size: 16px;
	color: #333;
	border-radius: 10px;
}

.gameRecom .w240 .item:last-child {
	margin-bottom: 0;
	background: #f3f6fd url(./static/images/gameRecom-w240-ios-bg.png) no-repeat;
}

.gameRecom .w240 .item:last-child h3 {
	color: #4b7cf5;
}

.gameRecom .w440 {
	width: 440px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}

.gameRecom .w440 .item {
	background: #fff7f7 url(./static/images/gameRecom-w440-hotGame-bg.png) no-repeat;
}

.gameRecom .w440 .item h3 {
	color: #fd8258;
	margin-bottom: 15px;
}

.gameRecom .w440 .item ul {
	margin-left: -10px;
}

.gameRecom .w440 .item ul li {
	padding-left: 10px;
	margin-bottom: 15px;
}

.gameRecom .w440 .item .icon {
	width: 65px;
	height: 65px;
	border-radius: 10px;
}

.gameRecom .w440 .item a {
	text-align: center;
}

.gameRecom .w440:last-child .item {
	background: #fefbf2 url(./static/images/gameRecom-w440-newGame-bg.png) no-repeat;
}

.gameRecom .w440:last-child .item h3 {
	color: #fe8f19;
}


/*
 *----------------------------------------------------------------------------------------------------
 * 棣栭〉鎵嬫父鎺ㄨ崘鍒楄〃
 *----------------------------------------------------------------------------------------------------
 */

.recomList {}

.recomList ul {}

.recomList ul:last-child {
	margin-bottom: 0;
}

.recomList ul span {
	min-width: 60px;
	padding: 6px 12px;
	font-size: 15px;
	background: #83c527;
	color: #fff;
	margin-right: 22px;
}

.recomList ul span:after {
	content: '';
	position: absolute;
	top: 12px;
	right: -5px;
	width: 10px;
	height: 10px;
	background: #83c527;
	transform: rotate(45deg);
}

.recomList ul:nth-child(2) span {
	background: #66b3ff;
}

.recomList ul:nth-child(2) span:after {
	background: #66b3ff;
}

.recomList ul li {}

.recomList ul li a {
	color: #999;
	font-size: 15px;
	position: relative;
	padding-right: 15px;
	margin-right: 10px;
}

.recomList ul li a:hover {
	color: #333;
}

.recomList ul li a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
	height: 12px;
	width: 1px;
	background: #aaa;
}

.recomList ul li:last-child a:after {
	display: none;
}

.homeModule {}

.homeModule .w380 {
	width: 380px;
}

.homeModule .w340 {
	width: 340px;
}


/*
 * ------------------------------------------------------------
 * 棣栭〉杞挱鍥�
 * ------------------------------------------------------------
 */

.HomeSlide {}

.HomeSlide .uk-slideshow-items {
	min-height: 240px!important;
}

.HomeSlide .cover {
	font-size: 16px;
	padding: 15px 10px;
	background: #000;
	background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	background: -webkit-gradient( linear, bottom, top, color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
	background: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	background: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	background: -ms-linear-gradient( bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), to(transparent));
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#000000, endColorstr=#ffffff)";
}
.HomeSlide .uk-slideshow-nav {
    margin: 15px;
    padding: 0;
    bottom: 3px;
    left: 3%;
}
.HomeSlide .uk-slideshow-nav li {
    display: inline-block;
}
.HomeSlide .uk-slideshow-nav li a {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin: 0 3px;
    transition: all .3s;
}
.HomeSlide .uk-slideshow-nav .uk-active a {
    background: var(--pm-c);
    width: 20px;
    border-radius: 20px;
}
/*
 * ------------------------------------------------------------
 * 棣栭〉鎵嬫父鏀荤暐
 * ------------------------------------------------------------
 */

.gameGL {}

.gameGL .item {

}

.gameGL .item .thumb {
	height: 86px;
	width: 120px;
}
.gameGL .item .thumb img {
    min-width: 100%;
}
.gameGL .item .cover {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #00000050;
    z-index: 2;
    color: #fff;
}


.gameGL>ul {

    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.gameGL>ul li {
    padding-left: 10px;
margin-bottom: 20px;
}
.gameGL>ul li a {
    position: relative;

}
.gameGL>ul li span {
    color: #999;
    padding-right: 10px;
}
.gameGL>ul li span a {
    color: #999;
}
.gameGL>ul li a img {

    margin-right: 10px;
}

/*
 * ------------------------------------------------------------
 * 棣栭〉鎺ㄨ崘璧勮
 * ------------------------------------------------------------
 */

.recomNews {}

.recomNews .item {
	padding-bottom: 18px;
}

.recomNews .item h3 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}

.recomNews .item h3 a {
    color: var(--pm-c);    
    font-size: 18px;
}

.recomNews .item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recomNews ul {
	list-style: none;
	margin-bottom: 0;
}

.recomNews ul li {
	margin-bottom: 14px;
}
.recomNews ul li:last-child {
    margin-bottom: 0;
}
.recomNews ul li a {
	color: #666;
	font-size: 15px;
}
.recomNews ul li a:hover {
    color: var(--pm-c);
}
.recomNews ul li a img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    margin-left: 10px;
}
.recomNews ul li span,.recomNews ul li span a {
    color: #999;
}


/*
 * ------------------------------------------------------------
 * 棣栭〉鐑棬璧勮
 * ------------------------------------------------------------
 */

.hotNews {
	padding-top: 20px;
}

.hotNews h3 {
	font-size: 16px;
}

.hotNews h3 em {
	font-style: normal;
	display: block;
	background: #fd8258;
	font-size: 12px;
	color: #fff;
	padding: 3px 6px;
	border-radius: 2px;
	position: relative;
}

.hotNews h3 em:after {
	content: '';
	position: absolute;
	top: 8px;
	right: -3px;
	width: 6px;
	height: 6px;
	background: #fd8258;
	transform: rotate(45deg);
}

.hotNews h3 a {
	padding-left: 10px;
}

.hotNews .new {}

.hotNews .new em {
	background: #fdbb19;
}

.hotNews .new em:after {
	background: #fdbb19;
}



/*
 * ------------------------------------------------------------
 * 棣栭〉鎵嬫父绀煎寘
 * ------------------------------------------------------------
 */

.newGame {}

.newGame .item {
    border-bottom: 1px dashed #f5f5f5;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.newGame .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.newGame .item .icon {
    border-radius: 10px;
    width: 50px;
    height: 50px;
}
.newGame .item .content {}

.newGame .item .content .title {
	font-size: 15px;
	font-weight: bold;
}

.newGame .item .content .info {
	margin: 2px 0;
	font-size: 13px;
}

.newGame .item .content p span {
	color: var(--pm-c);
	margin: 0 3px;
}

.newGame .item .receive {
	padding: 3px 8px;
	border-radius: 4px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}
.newGame .item:hover .receive {
    background: var(--pm-c);
    color: #fff;
}

/*
 * ------------------------------------------------------------
 * 棣栭〉鎵嬫父涓撹緫
 * ------------------------------------------------------------
 */

.gameAlbum {}

.gameAlbum .thumb {
	width: 215px;
	height: 140px;
	border-radius: 10px;
	transition: all .3s;
}
.gameAlbum .thumb .cover {
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.6)
}

.category main,
.single main{
    box-shadow: 20px 10px 50px -10px rgba(0, 0, 0, .03);
    position: relative;
}

/*
 * ------------------------------------------------------------
 * 棣栭〉鎵嬫父鍒嗙被
 * ------------------------------------------------------------
 */

.gameCat {}

.gameCat .title {}

.gameCat .title h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

.gameCat .title ul {
	margin: 0;
	padding: 0;
}

.gameCat .title ul li {
	cursor: pointer;
	margin-left: 30px;
}

.gameCat .title ul li span {
	padding-bottom: 20px;
	display: block;
}

.gameCat .title ul .uk-active {
	position: relative;
	color: var(--pm-c);
}

.gameCat .title ul .uk-active:after {
	content: '';
	height: 1px;
	width: 100%;
	background: var(--pm-c);
	position: absolute;
	bottom: 0;
	left: 0;
}

.gameCat .title .more {}
.gameCat .item {
	width: 10%;
	text-align: center;
	transition: all .3s;
}
.gameCat .item .icon {
	width: 86px;
	height: 86px;
}
.gameCat .item:hover a {
    color: var(--pm-c);
}

/*
 * ------------------------------------------------------------
 * 棣栭〉鎵嬫父娴嬭瘎
 * ------------------------------------------------------------
 */

.gameCP {
	width: 380px;
}

.gameCP .item {
	width: 100%;
	height: 100px;
	border-radius: 6px;
	background: #fdbb19;
	transition: all .3s;
	cursor: pointer;
}

.gameCP .item:hover {
	transform: translateY(-3px);
	box-shadow: 0px 10px 10px -10px #aaa;
}

.gameCP .item:nth-child(2) {
	background: #83c527;
}

.gameCP .item:nth-child(3) {
	background: #66b3ff;
}

.gameCP .item .thumb {
	width: 260px;
	height: 100px;
}


/*
 * ------------------------------------------------------------
 * 棣栭〉鎵嬫父瑙嗛
 * ------------------------------------------------------------
 */

.gameVideo {}

.gameVideo .item {}

.gameVideo .item .thumb {
	width: 100%;
	height: 160px;
	border-radius: 6px;
}

.gameVideo .item .thumb:hover .cover {
	background: transparent;
}

.gameVideo .item .cover {
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s;
}

.gameVideo .item .cover span {
	padding: 10px;
}


/*
 * ------------------------------------------------------------
 * 棣栭〉鎺掕姒�
 * ------------------------------------------------------------
 */

.rank {}

.rank .item {
	border-radius: 4px;
    margin-bottom: 15px;
}
.rank .item .icon {
    border-radius: 10px;
}
.rank .item>div {
	border-radius: 4px;
	margin-bottom: 10px;
}
.rank .item>div:last-child {
	margin-bottom: 0;
}
.rank .item .title {
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
}
.rank .item .down {
    background: var(--pm-c);
    border-radius: 4px;
    padding: 5px 8px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
}


/*
 * ------------------------------------------------------------
 * 闈㈠寘灞戝鑸�
 * ------------------------------------------------------------
 */

.crumbs {}
.crumbs ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}
.crumbs ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-right: 15px;
}
.crumbs ul li:after {
    content: '>';
    position: absolute;
    right: 0;
    font-family: simsun;
}
.crumbs ul li:last-child:after {
    display: none;
}
.crumbs ul li a {
    font-size: 13px;
    color: #606266;
}
.crumbs b {
	font-family: simsun;
	margin: 0 5px;
	color: #ccc;
	font-size: 12px;
}


/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 鍒嗛〉
 * ------------------------------------------------------------
 */

.pagination {
	text-align: center;
}

.pagination li {
	font-size: 14px;
	display: inline-block;
	background: #fff;
	border: 1px solid #f6f6f6;
	color: #989898;
}

.pagination li a {
	display: block;
	color: #989898;
	padding:6px 12px;
	transition: all .3s;
}

.pagination li span {
	display: block;
	padding: 4px 12px;
	background: var(--pm-c);
	color: #fff;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
}


/*
 * ------------------------------------------------------------
 * 鍒楄〃椤�
 * ------------------------------------------------------------
 */

.list {}


/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 椤堕儴鍥鹃泦
 * ------------------------------------------------------------
 */

.listImg {}

.listImg .item {
	height: 140px;
}

.listImg .item .cover {
	background: rgba(46, 46, 114, 0.7)
}

.listImg .item .cover p {
	color: #fff;
	line-height: 32px;
}

.listImg .item:nth-child(2) .cover,
.listImg .item:nth-child(4) .cover,
.listImg .item:nth-child(5) .cover,
.listImg .item:nth-child(7) .cover {
	position: absolute;
	top: 0;
}


/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 绛涢€�
 * ------------------------------------------------------------
 */

.filter {
	padding: 10px 0;
}
.filter ul {
    padding: 10px 0 20px 0;
	list-style: none;
    overflow: hidden;
    margin: 0 -5px;
}
.filter ul li {
    width: 8.3%;
    margin-top: 10px;
    float: left;
    text-align: center;
}
.filter ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 6px 8px;
	margin: 0 5px;
	border-radius: 4px;
	background: #f9f9f9;
}
.filter ul li a:hover {
	color: var(--pm-c);
	background: #f9fef6;
}
.filter ul li span {
	display: block;
	background: #6c7b90;
	padding: 4px 8px;
	color: #fff;
	border-radius: 5px;
}

.filter ul .current-cat a {
	color: var(--pm-c);
	background: #f9fef6;
}
/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 鏂伴椈璧勮 鍒嗙被
 * ------------------------------------------------------------
 */

.ListCat {
	list-style: none;
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
}

.ListCat .current-cat {
	background: var(--pm-c);
}
.ListCat .current-cat a {
	color: #fff;
}
.ListCat li {
	display: inline-block;
}

.ListCat li a {
	color: #666;
	display: block;
	padding: 10px 16px;
}

.ListCat li a:hover {
    background: var(--pm-c);
	color: #fff;
}




/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 妯箙
 * ------------------------------------------------------------
 */

.listHF {
	width: 100%;
}


/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 鏂伴椈璧勮 鍒楄〃
 * ------------------------------------------------------------
 */

.listNews {}

.listNews .item {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.listNews .item .thumb {
	width: 175px;
	height: 130px;
}

.listNews .item .title {
	margin-top: 3px;
	font-weight: bold;
	color: #333;
	font-size: 17px;
	transition: all .3s;
}

.listNews .item :hover .title {
	color: var(--pm-c);
}

.listNews .item .desc {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.listNews .item .info {}

.listNews .item .info em {
	margin: 0 10px;
}


/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 娓告垙鍥鹃泦
 * ------------------------------------------------------------
 */

.listImgage {}

.listImgage .item {
	overflow: hidden;
	border-radius: 4px;
	transition: all .3s;
}

.listImgage .item:hover {
	transform: translateY(-3px);
	box-shadow: 0px 10px 20px -10px #ccc;
}

.listImgage .item .thumb {
	height: 160px;
}

.listImgage .item .content {
	padding: 10px;
}

.listImgage .item .content i {
	display: inline-block;
	line-height: 0;
	margin-right: 3px;
}


/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 鎵嬫父涓撹緫
 * ------------------------------------------------------------
 */

.listAlbum {}

.listAlbum .desc p {
	margin: 0;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.listAlbum .title {
	color: #fff;
	padding: 6px 10px;
	background: var(--pm-c);
	border-bottom-right-radius: 10px;
}


/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 鎵嬫父瑙嗛
 * ------------------------------------------------------------
 */

.recomVideo {}

.recomVideo .bigThumb {
	width: 100%;
	height: 345px!important;
	border-radius: 10px;
}

.recomVideo .bigThumb i {
	width: 60px!important;
}

.recomVideo .smallThumb {
	height: 165px!important;
	margin-bottom: 15px;
	border-radius: 10px;
}

.recomVideo .smallThumb i {
	width: 48px!important;
}

.listVideo {}

.listVideo .item {}

.listVideo .item .title {
	color: #333;
	margin-top: 5px;
}

.listVideo .item .thumb {
	background: #000;
}


/*
 * ------------------------------------------------------------
 * 鎵嬫父鎺掕椤甸潰
 * ------------------------------------------------------------
 */

.rankBanner {
	width: 100%;
	height: 300px;
}

.rank {}

.rankList {}

.rankList ul {
	list-style: none;
}

.rankList ul li {}

.rankList .item {
	position: relative;
	padding: 30px;
	border: 1px solid #fff;
	transition: all .3s;
}

.rankList .item .icon {
	width: 120px;
	height: 120px;
}

.rankList .item .content {
	margin-left: 30px;
}

.rankList .item .num {
	left: -2px;
	top: -10px;
}

.rankList .item .num span {
	display: block;
	position: relative;
	width: 50px;
	background: #8cd1e5;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

.rankList .item .num span:after {
	content: '';
	position: absolute;
	bottom: -10px;
    left: 0;
    border-width: 10px 25px 0;
    border-style: solid;
    border-color: transparent #8cd1e5 transparent;
    transform: rotate(180deg);
}

.rankList .item .content .title {}

.rankList .item .content .title em {
	margin-left: 20px;
	font-style: normal;
	color: #fff;
	background: #c0c0c0;
	padding: 2px 6px;
	font-size: 12px;
}

.rankList .item .content .title a {
	font-size: 22px;
}

.rankList .item .content .desc {
	margin-top: 20px;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rankList .item .down {
	padding: 8px 30px;
	background: #7ebfff;
	color: #fff;
	border-radius: 6px;
	transition: all .3s;
}

.rankList .item:hover .down {
	background: #0d87ff;
}

.rankList .item:hover {
	transform: translateY(-5px);
	border: 1px solid #8bb4f7;
}


.rankList .one .num span {
	background: #ff6b8a!important;
}
.rankList .one .num span:after {
	border-color: transparent #ff6b8a transparent;
}
.rankList .one em {
	background: #ff6b8a!important;
}
.rankList .one .title a {
	color: #ff6b8a!important;
}


.rankList .two .num span {
	background: #fdc943!important;
}
.rankList .two .num span:after {
	border-color: transparent #fdc943 transparent;
}
.rankList .two em {
	background: #fdc943!important;
}
.rankList .two .title a {
	color: #eea149!important;
}


.rankList .three .num span {
	background: #77a9fc!important;
}

.rankList .three .num span:after {
	border-color: transparent #77a9fc transparent;
}
.rankList .three em {
	background: #abc9f9!important;
}
.rankList .three .title a {
	color: #77a9fc!important;
}




/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 鎵嬫父涓嬭浇
 * ------------------------------------------------------------
 */
.gameList {}
.gameList .item {
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #fff
}
.gameList .item:hover {
    border: 1px solid var(--pm-c);
    background: #f9fef6;
}
.gameList .item:hover .down {
	background: var(--pm-c);
	color: #fff;
}
.gameList .item .icon {
	width: 88px;
	height: 88px;
}
.gameList .content {}
.gameList .content a {
	font-size: 16px;
}
.gameList .content .info {
	margin: 5px 0 10px 0;
}
.gameList .content .down {
	display: inline-block;
	font-size: 13px;
	border-radius: 4px;
	padding: 2px 6px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}



/*
 * ------------------------------------------------------------
 * 鍒楄〃椤� 鎵嬫父绀煎寘
 * ------------------------------------------------------------
 */

.gift {}
.giftImg {}
.giftImg .cover {
	padding: 10px;
	background: rgba(0, 0, 0, 0.4)
}
.giftImg .bigThumb {
	width: 100%;
	height: 275px;
}
.giftImg .smallThumb {
	height: 130px;
	margin-bottom: 15px;
}

.giftList {}
.giftList .item {
	padding: 20px;
	transition: all .3s;
}
.giftList .item:hover {
	transform: translateY(-2px);
}
.giftList .item .icon {
	width: 80px;
	height: 80px;
}
.giftList .item .desc {
	margin: 5px 0 12px 0;
}
.giftList .item .title {}
.giftList .item .title a {
	font-size: 16px;
	margin-right: 10px;
}
.giftList .item .title i {
	height: 16px;
	line-height: 0;
	margin-left: 5px;
}
.giftList .item .title i img {
	height: 100%
}
.giftList .item .receive {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f2f6ff;
	color: var(--pm-c);
	font-size: 15px;
	border: 1px solid var(--pm-c);
}
.giftList .item .progress {}
.giftList .item .progress progress {
	margin: 0;
	height: 6px;
	max-width: 280px;
}
.giftList .item .progress span {
	color: var(--pm-c);
}
/*
 * ------------------------------------------------------------
 * 鎵嬫父绀煎寘鍒楄〃椤� 渚ц竟鏍� 鐑棬绀煎寘
 * ------------------------------------------------------------
 */
.hotGift {}
.hotGift .item {
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.hotGift .item p {
	margin: 5px 0;
}
.hotGift .item .receive {
	padding: 6px 15px;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	border-radius: 4px;
}





/*
 * ------------------------------------------------------------
 * 渚ц竟鏍�
 * ------------------------------------------------------------
 */
.sidebar {
	width: 340px;
}
.sidebar .partTitle {
    padding-bottom: 15px;
}
.sidebar .partTitle h3:after {
    display: none;
}
.sidebar .recomNews ul {
    border-left: 1px solid #eee;
}
.sidebar .recomNews ul li {
    margin-bottom: 20px;
}
.sidebar .recomNews ul li a {
    padding-left: 10px;
    position: relative;
}
.sidebar .recomNews ul li a:after {
    content: '#';
    position: absolute;
    top: 0;
    left: -3px;
    color: #ccc;
}
/*
 * ------------------------------------------------------------
 * 渚ц竟鏍� 鏍囬
 * ------------------------------------------------------------
 */

.sideTitle {}

.sideTitle span {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	font-size: 18px;
	color: #333;
}

.sideTitle span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	height: 18px;
	width: 5px;
	background: var(--pm-c);
}

.sideTitle em {
	color: var(--pm-c);
	font-style: normal;
}

/*
 * ------------------------------------------------------------
 * 鎵嬫父绀煎寘鍒楄〃椤� 渚ц竟鏍� 澶у閮藉湪鎶�
 * ------------------------------------------------------------
 */

.sideGift {}
.sideGift h3 {
	background: var(--pm-c);
	overflow: hidden;
	opacity: .8;
}
.sideGift h3 span {
	display: inline-block;
	position: relative;
	z-index: 10;
	color: #fff;
	background: var(--pm-c);
	font-size: 17px;
	line-height: 40px;
	padding: 0 20px;
}
.sideGift h3:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 10%;
	top: 20px;
	width: 80%;
	height: 1px;
	background: #fff;
}
.sideGift ul {}
.sideGift ul li {
	margin-bottom: 15px;
}
.sideGift ul li:last-child {
	margin-bottom: 0;
}
.sideGift ul li a {
	font-size: 15px;
}
.giftThumb {
	width: 100%;
	height: 160px;
}

.side-tags {}
.side-tags ul {
    overflow: hidden;
    margin: 20px -2px 0 -2px!important;
  	
}
.side-tags ul li {
    display: inline-block;
}
.side-tags ul li a {
    display: block;
    background: #f1f1f1;
    color: #999;
    font-size: 12px;
    padding: 4px 8px;
    margin: 2px;
    border-radius: 3px;
}
.side-tags ul li a:hover {
    background: var(--pm-c);
    color: #fff;
}

/*
 * ------------------------------------------------------------
 * 渚ц竟鏍� 鎺掕姒�
 * ------------------------------------------------------------
 */
.sideRank {}
.sideRank .rankNav {
	margin: 0;
}
.sideRank .rankNav li {
	display: inline-block;
	margin-left: 30px;
}
.sideRank .rankNav li a {
	position: relative;
	display: block;
    padding: 12px 0;
    font-size: 15px;
    color: #999;
}
.sideRank .rankNav .uk-active a {
	color: var(--pm-c);
	border-bottom: 1px solid var(--pm-c);
}
.sideRank .rankNav .uk-active a:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -5px;
	left: 43%;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid var(--pm-c);
	transform: rotate(45deg)
}
.sideRank .rankNav .uk-active a:before {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}
.sideRank .itme .down {
	font-size: 14px;
	padding: 4px 12px;
	border: 1px solid var(--pm-c);
	color: var(--pm-c)!important;
}

.sideRank .item ul li:nth-child(1) em {
	background: #ff5b5a;
}

.sideRank .item ul li:nth-child(2) em {
	background: #fb8440;
}

.sideRank .item ul li:nth-child(3) em {
	background: #ffc95d;
}




/*
 * 
 * ------------------------------------------------------------
 * 渚ц竟鏍� 鏈€鏂拌祫璁�
 * ------------------------------------------------------------
 */

.sideNews {}

.sideNews ul {
	list-style: none;
}

.sideNews ul li {
	margin-bottom: 15px;
}

.sideNews ul li a {
	color: #666;
	transition: all .3s;
	font-size: 16px;
	padding-left: 25px;
	background: url(../images/icon-sideNews.png) 0 8px no-repeat;
}


/*
 * ------------------------------------------------------------
 * 渚ц竟鏍� 鐑棬鎵嬫父
 * ------------------------------------------------------------
 */

.sideHotGame {}

.sideHotGame .item {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.sideHotGame .item .icon {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 15px;
}

.sideHotGame .item a {
	color: #333;
}

.sideHotGame .item .title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	transition: all .3s;
}

.sideHotGame .item .down {
	font-size: 13px;
	padding: 2px 12px;
	border-radius: 4px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	transition: all .3s;
}

.sideHotGame .item .down:hover {
	color: #fff;
	background: var(--pm-c);
	border: 1px solid var(--pm-c);
}


/*
 * ------------------------------------------------------------
 * 渚ц竟鏍� 鐑棬鎵嬫父
 * ------------------------------------------------------------
 */

.sideNewsRank {}

.sideNewsRank .item {}

.sideNewsRank .item .thumb {
	width: 120px;
	height: 80px;
	border-radius: 4px;
}

.sideNewsRank .item .title {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sideNewsRank .item span {
	color: var(--pm-c);
}

.sideNewsRank .item em {
	font-size: 13px;
	display: inline-block;
	padding: 0 6px;
	background: #bbb;
	font-style: normal;
	color: #fff;
}

.sideNewsRank .item .num {
	height: 29px;
	line-height: 0;
}

.sideNewsRank .item .num img {
	height: 100%;
}

.sideNewsRank .item i {
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	transform: translateY(-2px);
}

.sideNewsRank .item i img {
	height: 100%;
}




/*
 * ------------------------------------------------------------
 * 鍗曢〉闈� 鍏充簬鎴戜滑
 * ------------------------------------------------------------
 */
.pageMenu {
	list-style: none;
	width: 200px;
	padding: 30px 0;
}
.pageMenu li {}
.pageMenu li a {
    color: #666;
	font-size: 16px;
	line-height: 56px;
    display: block;
    text-indent: 2em;
}
.pageMenu .current-menu-item {}
.pageMenu .current-menu-item a {
	position: relative;
	color: #fff;
	background: var(--pm-c);
}
.page h2 {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.page-main {
    min-height: 520px;
    padding: 30px;
    box-shadow: 20px 10px 100px 50px rgba(0, 0, 0, .03)
}
.pageContent {}
.pageContent p {
	font-size: 15px;
	line-height: 28px;
}
.pageContent h3 {
    font-size: 16px;
}
.page-map {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-map>li {
    margin-bottom: 30px;
}
.page-map>li>a {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.page-map>li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0 -3px;
    overflow: hidden;
}
.page-map>li .sub-menu li {
    width: 12.5%;
    float: left;
}
.page-map>li .sub-menu li a {
    background: #f8f8f8;
    display: block;
    margin: 3px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
}
.page-map>li .sub-menu li a:hover {
    background: var(--pm-c);
    color: #fff;
}
.page-tags {
    list-style: none;
}
.page-tags li {
    display: inline-block;
}
.page-tags li a {
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f8f8f8;
    margin-bottom: 6px;
    margin-right: 3px;
    font-size: 13px;
    color: #666;
}
.page-tags li a:hover {
    background: var(--pm-c);
    color: #fff;
}
/*
 * ------------------------------------------------------------
 * 鍗曢〉闈� 缃戠珯鍦板浘
 * ------------------------------------------------------------
 */
.siteMapMenu {
	list-style: none;
	margin-bottom: 30px;
}
.siteMapMenu li {
	display: inline-block;
	margin-right: 40px;
	line-height: 28px;
}
.siteMapMenu h3 {
	font-size: 16px;
	font-weight: bold;
}
.siteMapMenu li a {
	display: block;
	color: #666;
}
.siteMapMenu li a:hover {
	color: var(--pm-c);
}


/*
 * ------------------------------------------------------------
 * 鎼滅储椤甸潰
 * ------------------------------------------------------------
 */
.searchPage {}
.searchPage h3 {
	letter-spacing: .5px;
}
.searchPage h3 span {
	color: var(--pm-c);
}

/*
 * ------------------------------------------------------------
 * 璇︽儏椤� 绮惧搧鎺ㄨ崘
 * ------------------------------------------------------------
 */

.jpRecom {}
.jpRecom .title {
	height: 114px;
	width: 36px;
}
.jpRecom ul {
	padding-left: 0;
	width: 100%;
	list-style: none;
}
.jpRecom ul li {
	width: 10%;
	float: left;
}
.jpRecom ul li .icon {
	width: 86px;
	height: 86px;
	margin-bottom: 5px;
}

/*
 * ------------------------------------------------------------
 * 璇︽儏椤� 鍐呭
 * ------------------------------------------------------------
 */
.show {}
.showHead {
	padding-bottom: 30px;
}
.showHead h1 {
	font-size: 24px;
}
.showHead .info {}
.showHead .info span {
	margin: 0 50px;
}
.showContent {}
.showContent h3,.showContent h2 {
    font-size: 18px;
    font-weight: bold;
  position:relative;
  padding-left: 20px;
}
.showContent h3::before,.showContent h2::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    background: #2BB866;
    box-shadow: 3px 0px 10px -1px #2BB866;
    border-radius: 2px;
}
  .showContent .aligncenter {
  margin: 0 auto;
text-align: center;
    max-width:90%;
  }
  .showContent .aligncenter p {
  font-size:12px;
  color:#999;}
.showContent p {
	font-size: 16px;
	letter-spacing: .5px;
    color: #666;
    line-height: 30px;
    word-wrap: break-word;
    word-break: normal;
    max-height: none!important;
}
.showContent img {
	display: block;
	margin: 0 auto;
  	max-width:100%;
}
.single-box {
    position: relative;
    overflow: hidden;
}
.single-more {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px 50px #fff;
}
.single-more span {
    display: inline-block;
    padding: 8px 24px;
    background: var(--pm-c);
    margin: 10px 0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.single-tags {
    padding-top: 15px;
}
.single-tags a {
    margin-right: 10px;
    background: #eee;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #999;
}
.single-card {
    border: 1px solid var(--br-c);
    padding:15px;
    border-radius: 4px;
}
.single-card .thumb {
    width: 90px;
    height: 90px;
}
.single-card .title {
    display: block;
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
}
.single-card .views {
    display: inline-block;
    background: var(--pm-c);
    padding: 8px 16px;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
}
.single-down {}
.single-down .partTitle {
    padding: 15px 0;
    
}
.single-down ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 350px;
    overflow: hidden;
}
  .single-down ul#imgListurl {

max-width: 720px;}
  .single-down ul#imgListurl li {
  width:25%;}
.single-down ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    
}
.single-down ul li a {
    display: inline-block;
    color: #666;
    font-size: 14px;
}

.show-news {}
.show-news .showContent {
    padding: 30px 0;
}

.otherV {}
.otherV .icon {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 6px;
}
.otherV .down {
    background: var(--pm-c);
    display: inline-block;
    padding: 4px 9px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

/*
 * ------------------------------------------------------------
 * 璇︽儏椤� 鎵嬫父涓撹緫
 * ------------------------------------------------------------
 */

.albumDesc {
	border-radius: 10px;
}
.albumDesc .thumb {
	width: 700px;
	height: 250px;
}

.albumDesc .content {
	padding: 25px 20px;
}
.albumDesc .content .title {
	padding-bottom: 15px;
}
.albumDesc .content .title h3 {
	font-size: 22px;
}
.albumDesc .content .title em {
	font-style: normal;
	border-radius: 60px;
	border: 1px solid var(--pm-c);
	padding: 0 10px;
	font-size: 12px;
}

.albumDesc .content .title span {
	font-size: 15px;
	margin: 0 2px;
	color: var(--pm-c);
}
.albumDesc .content p {
	line-height: 28px;
	font-size: 15px;
	color: #666;
}

.albumGame {}
.albumGame .item {
	padding: 15px;
	transition: all .3s;
}
.albumGame .item:hover {
	border: 1px solid var(--pm-c);
}
.albumGame .item .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.albumGame .item .title {
	font-size: 16px;
}
.albumGame .item .info {
	margin: 8px 0;
}
.albumGame .item .desc {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.albumGame .item .down {
	padding-top: 10px;
}
.albumGame .item .down a {
	padding: 4px 12px;
	transition: all .3s;
}
.albumGame .item:hover .down a {
	border: 1px solid var(--pm-c);
	background: var(--pm-c);
	color: #fff;
}

/*
 * ------------------------------------------------------------
 * 渚ц竟 涓嬭浇妯″潡
 * ------------------------------------------------------------
 */
.appInfo {}
.appInfo .app-bg {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.appInfo .app-bg img {
    transform: scale(1.2,1.2);
    filter: blur(10px);
    min-width: 100%;
}
.appInfo .icon  {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 10;
   
    border: 5px solid rgba(255, 255, 255, 0.6)
}
.softHead.appInfo {
 
    background-color:#fff;
  padding:30px;
  padding-bottom:10px;

	
}
  .single main.appShow  {
    box-shadow:none;
  }
.softHead.appInfo .softheadIcon {
    display: block;
float: left;
}
.softHead.appInfo h1 {
    margin:0;
font-size: 20px;

line-height: 20px;
text-indent: 20px;

height: 20px;
 
}
.softHead.appInfo h1::after {
    display: block;
visibility: hidden;
clear: both;
height: 0;
content: '.';

}
.softHead.appInfo .info {
    overflow: hidden;
    padding: 0;
    list-style: none;

    height:50px;
}
.softHead.appInfo .info li {
    width: 50%;
    float: left;
    text-indent: 20px;
    font-size: 13px;
    margin-bottom: 15px;
}
.softHead.appInfo .down-btn {
	padding:0;

}
.softHead.appInfo .down-btn a {
    width:25%;
    float:left;
    display:block;
    margin-right: 20px;
    

}
.softHead.appInfo .down-btn i {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    transform: translateY(3px);
}
.softHead.appInfo .down-btn span {
	margin-right: 15px;
}
.softHead.appInfo .down-btn a, .softHead.appInfo .down-btn span {
	background: #eee;
    font-size: 16px;
    padding: 10px 28px;
    display: block;
    text-align: center;
    color: #999;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
}
.softHead.appInfo .down-btn .btn-az {
    color: #fff;
    background-color: #75b02a;
    background-image: linear-gradient(-40deg, #92d14f, #75b02a);
}
.softHead.appInfo .down-btn .btn-downLoad {
    color: #fff;
    background-color: var(--pm-c);
    background-image: linear-gradient(-40deg, var(--pm-c), #a2d8fc);
}
.softHead.appInfo .down-btn .btn-downLoad i {
	font-weight: 700;
	

}
.softHead.appInfo .down-btn .btn-otherVersion {
    color: #999;
    background-color:#eee;
}

.softHead.appInfo .down-btn .btn-pc {
   color: #fff;
background-color: #ff6e40;


}
.softHead.appInfo .down-btn .btn-mob {
    color: #fff;
    background-color: #03a9f4;

      width: 25%;
float: left;
display: block;

}
  .page-search header {
  padding:20px;}
.softHead.appInfo .down-btn .down-ewm {
    display: none;
    top: 35px;
    z-index: 10;
}
.softHead.appInfo .down-btn .down-ewm img {
    padding: 5px;
}
.softHead.appInfo .down-btn .down-ewm small {
    margin: 5px 0;
    display: inline-block;
}
.softHead.appInfo .down-btn .btn-mob:hover .down-ewm {
    display: block;
}
.softHead.appInfo .down-btn .btn-pc i {
    font-size: 17px;
    transform: translateY(1px);
}
.softHead.appInfo .title {
	padding-left: 15px;
	font-size: 18px;
	color: #333;
}
.softHead.appInfo .title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 18px;
	background: var(--pm-c);
}
.noNe {
	display: none!important;
}
.bloCk {
	display: block!important;
}
.sidebar .appInfo .Gd.fixed {
    position: fixed!important;
    top: 0px;
	width:340px;
	z-index: 9999;
	background-color: #fff;
	
}
.sidebar .appInfo {
	display: none;
}
.sidebar .appInfo .app-bg {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.sidebar .appInfo .app-bg img {
    transform: scale(1.2,1.2);
    filter: blur(10px);
    min-width: 100%;
}
.sidebar .appInfo .icon  {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-top: 50px;
    border: 5px solid rgba(255, 255, 255, 0.6)
}
.sidebar .appInfo span.uk-text-bold.uk-text-center {
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
	display: block;
}
.sidebar .appInfo .info {
    overflow: hidden;
    padding: 0;
    list-style: none;
}
.sidebar .appInfo ul.info {
	margin-top: 0;
}
.sidebar .appInfo .info li {
    width: 50%;
    float: left;
    text-indent: 20px;
    font-size: 13px;
    margin-top: 15px;
}
.sidebar .appInfo .down-btn {
	padding:0 20px;
}

.sidebar .appInfo .down-btn i {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    transform: translateY(3px);
}
.sidebar .appInfo .down-btn span {
	margin-right: 15px;
}
.sidebar .appInfo .down-btn a, .sidebar .appInfo .down-btn span {
	background: #eee;
    font-size: 16px;
    padding: 8px 30px;
    display: block;
    text-align: center;
    color: #999;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
}
.sidebar .appInfo .down-btn .btn-az {
    color: #fff;
    background-color: #ff6e40;

}
.sidebar .appInfo .down-btn .btn-ios {
    color: #fff;
    background-color: #ff6e40;
 
}

.sidebar .appInfo .down-btn .btn-pc {
    color: #fff;
    background-color: var(--pm-c);
    background-image: linear-gradient(-40deg, var(--pm-c), #a2d8fc);
}
.sidebar .appInfo .down-btn .btn-pc i {
    font-size: 17px;
    transform: translateY(1px);
}
.sidebar .appInfo .title {
	padding-left: 15px;
	font-size: 18px;
	color: #333;
}
.sidebar .appInfo .title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 18px;
	background: var(--pm-c);
}
  /*
 * ------------------------------------------------------------
 * 渚ц竟鏍� 鍒嗙被
 * ------------------------------------------------------------
 */
.sideCat {}
.sideCat ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 -3px;
  	margin-top:20px;
}
.sideCat ul li {
    width: 33.333%;
    float: left;
}
.sideCat ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 8px 8px;
    font-size: 13px;
    margin: 2px;
    border-radius: 4px;
    background: #f9f9f9;
}
.sideCat ul li a:hover {
    background: var(--pm-c);
    color: #fff;
}
/*
 * ------------------------------------------------------------
 * 璇︽儏椤� 鎵嬫父鍥鹃泦
 * ------------------------------------------------------------
 */

.imgShow {
	width: 750px;
}

.imgShow h1 {
	font-size: 24px;
}
.imgShow p {
	line-height: 28px;
	font-size: 16px;
}
.imgSwiper {
	height: 315px;
	padding: 0 60px;
	overflow: hidden;
}

.imgSwiper .gallery-top {
	width: 100%;
	height: 315px;
}
.imgSwiper .swiper-next,
.imgSwiper .swiper-prev {
	cursor: pointer;
}
.imgShow .gallery-thumbs {
	height: 120px;
	box-sizing: border-box;
}
.imgShow .thumbNext,
.imgShow .thumbPre {
	height: 120px;
	width: 100px;
	background: #000;
	text-align: center;
}
.imgShow .thumbNext span,
.imgShow .thumbPre span {
	display: block;
	font-size: 24px;
	padding: 20px 0;
	color: #fff;
}
.imgShow .gallery-thumbs .swiper-slide {
	height: 100%;
	background: #000;
}
.imgShow .gallery-thumbs .swiper-slide img {
	opacity: .4;
}
.imgShow .swiper-slide {
	background-size: cover;
	background-position: center;
}
.imgShow .swiper-slide-thumb-active {}
.imgShow .swiper-slide-thumb-active img {
	opacity: 1!important;
}

/*
 * ------------------------------------------------------------
 * 绀煎寘璇︽儏椤� 璇ユ父鎴忕殑鍏朵粬绀煎寘
 * ------------------------------------------------------------
 */
.otherNews {}
.otherNews .partTitle {
    padding-bottom: 15px;
}
.otherNews .item {
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.otherNews .item a {
	font-size: 15px;
}

/*
 * ------------------------------------------------------------
 * 绀煎寘璇︽儏椤� 绀煎寘鎺ㄨ崘
 * ------------------------------------------------------------
 */

.giftRecom {}
.giftRecom .item {}
.giftRecom .item .icon {
	width: 80px;
	height: 80px;
}
.giftRecom .item .desc {
	margin: 6px 0;
}
.giftRecom .item .receive {
	background: var(--pm-c);
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
}
.giftRecom .item span {
	color: var(--pm-c);
}

/*
 * ------------------------------------------------------------
 * 璇︽儏椤� 搴旂敤杞欢
 * ------------------------------------------------------------
 */
.appShow {}
.appShow .info {
	margin: 30px 0;
}
.appShow ul#softContentH2all {
	height: 50px;
	background: #f8f8f8;
	line-height: 50px;
	margin-left: -30px;
	overflow: hidden;
	margin-bottom: 0;

}
.appShow ul#softContentH2all li{
	display: block;
	float: left;
	padding: 0 25px;
	border-left: 1px solid #eee;
}
.appShow ul#softContentH2all li a {
	font-size: 17px;
	
}
.appShow ul#softContentH2all li:nth-of-type(1) {
	background:#FFF;
	border-top: 3px solid #2BB866;
	border-left: none;
	font-weight: 600;
	
	
}
.appShow ul#softContentH2all li:nth-of-type(2),.appShow ul#softContentH2all li:nth-of-type(3) ,.appShow ul#softContentH2all li:nth-of-type(4)  {
	padding-top: 2px;
}
  .appShow header {
    box-shadow: none;
  }
/*
* 鍒嗛〉 
*/
.fenye {}
.prev, .next {}
.fenye .page-numbers {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
	border: 1px solid var(--br-c)
}

.fenye .current {
	background-color: var(--pm-c);
	color: #fff;
	border:none;
	transition: all .3s
}
.fenye .current:hover {
	border: none!important;
}
.fenye .page-numbers:hover {
	background-color: var(--pm-c);
	color: #fff;
}

/*
* ------------------------------------------------------------------------------
* 閫氱煡鏍峰紡淇敼
* ------------------------------------------------------------------------------
*/
.uk-notification-message {
	color: #fff;
	font-size: 14px
}
.uk-notification-message .uk-notification-close {
	display: none!important
}
.uk-notification-message-primary {}
.uk-notification-message-warning {
	background:#faa05a
}
.uk-notification-message-success {
	background:#32d296
}
.uk-notification-message-danger {
	background:#f0506e
}



/*
 * ------------------------------------------------------------
 * 缃戠珯鍙嬫儏閾炬帴
 * ------------------------------------------------------------
 */

.link {}

.link h3 {
	font-size: 18px;
}
.link li {
	display: inline-block
}
.link a {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	margin-right: 10px;
	color: #999;
	line-height: 32px;
	transition: all .3s;
	font-size: 12px;
}

.link a:hover {
	color: #333;
	text-decoration: underline;
}


/*
 * ------------------------------------------------------------
 * 缃戠珯搴曢儴
 * ------------------------------------------------------------
 */

.footer {
	background: #333;
	padding: 30px 0;
}

.footMenu {
	border-bottom: 1px dashed #666;
	padding-bottom: 30px;
}

.footMenu .item {}

.footMenu .item .all {
	color: #e6e6e6;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
}

.footMenu .item ul {
    margin: 20px 0;
    padding-left: 0;
    overflow: hidden;
    list-style: none;
}

.footMenu .item ul li {
    margin: 10px 20px;
    display: inline-block;
}

.footMenu .item ul li a {
    display: block;
	color: #999;
	font-size: 13px;
	transition: all .3s;
}

.footDB {
	margin-top: 40px;
    list-style: none;
}
.footDB li {
    display: inline-block;
}

.footDB a {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	padding-right: 10px;
	transition: all .3s;
	color: #6d6969;
}

.footDB a:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	height: 12px;
	width: 1px;
	background: #555;
}
.footDB a:last-child:after {
    display: none;
}
.footer a:hover {
	color: #fff!important;
	text-decoration: underline;
}

.footCop {}
.footCop a {
    color: #6d6969;
    font-size: 13px;
}
.footCop i {
	width: 20px;
	height: 20px;
	display: inline-block;
	transform: translateY(-2px);
}
.cl::after, .clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.foot-wrap {}
.foot-wrap h5 {
    color: #777;
    font-size: 15px;
    font-weight: bold;
}
.foot-logo {
    color: #606266;
	position: relative;
	padding-right: 30px;
    width: 320px;
}
.foot-logo:after {
	content: "";
    display: block;
    width: 0;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
    border-right: 1px solid;
    border-color: #444;
    -webkit-box-shadow: 1px 0 1px #091019;
    box-shadow: 1px 0 1px #091019;
}
.foot-logo a {
    display: inline-block;
    height: 50px;
}
.foot-logo.w320 p{
    font-size: 13px;
    line-height: 26px;
}
.foot-logo a img {
    height: 100%;
}
.foot-follow {
	position: relative;
}
.foot-follow img {
	height: 80px;
	width: 80px;
	margin-right: 20px;
}
.foot-menu {
	width: 200px;
}
.foot-menu .uk-grid-margin {
	margin-top: 8px;
}
.foot-menu a {
	color: #606266;
	font-size: 14px;
}
.foot-cop {
	background: #162230;
	padding: 20px;
    color: #606266;
}
.foot-cop a {
	color: #606266;
}
.foot-db {}
.foot-db ul {
    list-style: none;
}
.foot-db ul li {
    display: inline-block;
}
.foot-db a {
	margin-left: 10px;
}
  
.gotop {
    width: 40px;
    height: 40px;
    right: 50px;
    bottom: 50px;
    background-color: var(--pm-c);
    cursor: pointer;
    z-index: 999;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
}
.gotop a {
    font-weight: bold;
    font-size: 20px;
    display: block;
}
  .searchList a.down {
  background: var(--pm-c);
border-radius: 4px;
padding: 5px 8px;
color: #fff;
font-size: 13px;
line-height: normal;}