@charset "utf-8";

@import url("//at.alicdn.com/t/c/font_4926726_wow09ui2s7k.css");

.iconfont {
	font-family: "iconfont" !important;
	font-size: 36px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	max-width: 640px;
	margin: 0 auto !important;
	padding: 0 auto;
	margin: 0 auto;
	background-color: #eff6ff;
}

blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0;
}

body,button,input,select,textarea {
	color: #333;
	font-size: 16px;
	font-family: PingFangSC,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
	line-height: 26px;
}

button,input,textarea {
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
video {
  border: none; /* 去除边框 */
  outline: none; /* 去除焦点时的轮廓（如果有的话） */
}
input[type=radio] {
	-webkit-appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

address,cite,dfn,em,var {
	font-style: normal;
}

code,kbd,pre,samp {
	font-family: courier new,courier,monospace;
}

small {
	font-size: 12px;
}

ol,ul {
	list-style: none;
}

a {
	color: #2d374b;
	text-decoration: none;
	-webkit-tap-highlight-color: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,img {
	border: 0;
}

button,input,select,textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	content: '\20';
}

body {
	-webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width:321px) and (orientation:landscape) {
	a {
		color: #333;
		text-decoration: none;
	}
}

.clear {
	clear: both;
}

.u-flex {
	flex-direction: row;
	align-items: center;
}

.h-50 {
	height: 50px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.header,.nav_bottom {
	position: relative;
	z-index: 9;
	height: 45px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}

.xingkong-bottom-box {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 0px;
	height: 52px;
	max-width: 640px;
	margin: 0 auto !important;
	background: #fff;
	box-shadow: -5px 0 10px rgba(0,0,0,.08);
}

.xingkong-bottom-box .item {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

.xingkong-bottom-box .item .tab {
	position: relative;
	display: flex;
	width: 20%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.xingkong-bottom-box .item .tab .img {
	width: 23px;
	height: 23px;
}

.xingkong-bottom-box .item .tab .text {
	margin-top: 4px;
	color: #999;
	font-size: 12px;
	line-height: 12px;
}

.layui-tips {
	padding: 18px 18px;
	width: 300px;
	height: auto;
}

.layui-tips .tips .tit {
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.layui-tips .tips .desc {
	overflow-y: auto;
	margin-bottom: 10px;
	color: #666;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}

.layui-tips .tips .desc span {
	color: #2979ff;
}

.layui-tips .tips .logo-list {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

.layui-tips .tips .logo-list .item {
	float: left;
	width: 25%;
	margin-top: 10px;
}

.layui-tips .tips .logo-list .item img {
	width: 40px;
	height: 40px;
}

.layui-tips .tips .logo-list .item .title {
	color: #666;
	font-size: 12px;
}

.layui-tips .tips .logo-list .item .tips {
	color: #999;
	font-size: 9px;
	margin-top: -8px;
}

.layui-tips .button {
	display: block;
	margin-top: 10px;
	border-radius: 18px;
	background: linear-gradient(270deg,rgba(43,133,228,1) 0,rgba(43,133,228,0.6) 100%);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}

.layui-tips .g-close {
	background: url("/ui/wap/img/bottom-close.png") no-repeat center center/80% 80%;
}

.layui-tips .g-close {
	position: absolute;
	bottom: -40px;
	left: 50%;
	display: block;
	margin-left: -20px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

@-webkit-keyframes swing {
	4% {
		transform: rotate(12deg);
	}

	8% {
		transform: rotate(-11.5deg);
	}

	12% {
		transform: rotate(1deg);
	}

	14% {
		transform: rotate(-1deg);
	}

	16% {
		transform: rotate(.5deg);
	}

	18%,
	to {
		transform: rotate(0deg);
	}
}

@keyframes swing {
	4% {
		transform: rotate(12deg);
	}

	8% {
		transform: rotate(-11.5deg);
	}

	12% {
		transform: rotate(1deg);
	}

	14% {
		transform: rotate(-1deg);
	}

	16% {
		transform: rotate(.5deg);
	}

	18%,
	to {
		transform: rotate(0deg);
	}
}

.bottom-cricle-share-btn .around {
	transform-origin: center bottom;
	animation-duration: 4s;
	animation-name: swing;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-delay: 6s;
}

.bottom-cricle-share-btn {
	position: fixed;
	right: 12px;
	bottom: 92px;
	z-index: 99;
}

.bottom-cricle-share-btn .btn {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.bottom-cricle-share-btn .wrapper {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: unset;
	color: unset;
}

.footer {
	text-align: center;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	color: #cccccc;
}

.footer a {
	color: #cccccc;
}

.xingkong-game-head-box {
	padding-bottom: 0px;
}

.xingkong-game-head-box .bg-box {
	width: 375px;
}

.xingkong-game-head-box .bg-box image {
	width: 375px;
	height: auto;
}

.xingkong-game-head-box .info-box {
	padding: 10px 15px 10px 10px;
}

.xingkong-game-head-box .info-box .avatar {
	width: 75px;
	float: left;
}

.xingkong-game-head-box .info-box .avatar img {
	width: 75px;
	height: 75px
}

.xingkong-game-head-box .info-box .con {
	float: left;
	width: 157px;
	max-width: 157px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px
}

.xingkong-game-head-box .info-box .con .title {
	display: block;
	height: 22px;
	line-height: 23px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	font-size: 17px
}

.xingkong-game-head-box .info-box .con .desc {
	height: 32px;
	line-height: 16px;
	font-size: 11px;
	color: #999;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.xingkong-game-head-box .info-box .con .tag {
	margin-top: 4px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
}

.xingkong-game-head-box .info-box .con .tag span {
	float: left;
	height: 15px;
	overflow: hidden;
	line-height: 15px;
	background: #EDEDED;
	padding: 1px 8px;
	border-radius: 7.5px;
	margin-right: 5px;
	font-size: 10px;
	color: #666
}

.xingkong-game-head-box .info-box .game-score {
	float: left;
	width: 75px;
	height: 61.5px;
	margin-top: 6px;
	margin-left: 10px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	line-height: 64.58325px;
	font-weight: 700;
	background-image: url(https://img.nas.ski/img/icon/label-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
}

.xingkong-game-head-box .tag-box {
	margin-top: 10px;
	margin-left: 12px;
}

.xingkong-game-head-box .tag-box .cu-tag {
	height: 30px;
	border-radius: 15px;
	padding: 12.5px;
	margin: 0 9.5px 7px 0;
	font-size: 14px;
	color: #666;
	max-width: 21%;
	font-size: 12px;
	vertical-align: middle;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	white-space: nowrap;
	background: #f5f6f9;
}

.xingkong-game-head-box .tag-box .cu-tag.active {
	background: #6ad6a9;
	color: #ffffff;
}

.xingkong-more-btn {
	color: #696767;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	background: #f5f9fa;
	border-radius: 4px;
	display: block;
	margin: 0px 8px 15px 8px;
}

.xingkong-more-btn-b {
	color: #000000;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	background: #ffffff;
	border-radius: 4px;
	display: block;
	margin: 0px 8px 15px 8px;
}

.xingkong-big-title {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	height: 24px;
	padding: 0 3px;
	margin-bottom: 6px;
	line-height: 24px;
}

.xingkong-big-title:before {
	display: block;
	content: "";
	width: 5px;
	height: 14px;
	margin-top: 0px;
	background-color: #6ad6a9;
	border-radius: 2.5px;
	margin-right: 4px
}

.xingkong-big-title .title {
	font-family: PingFangSC-Semibold;
	font-size: 15px;
	color: #222426;
		/*font-weight: bold;*/
	flex: 1;
}

.xingkong-big-title .more {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #45474d;
}

.xingkong-big-title .more::after {
	content: '';
	display: inline-block;
	width: 6.5px;
	height: 9px;
	margin-top: -6px;
	margin-left: 2px;
	background-image: url("https://img.nas.ski/img/icon/icon-more-news.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.layui-tips {
	padding: 18px 18px;
	width: 300px;
	height: auto;
}

.layui-tips .tips .tit {
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.layui-tips .tips .desc {
	overflow-y: auto;
	margin-bottom: 10px;
	color: #666;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}

.layui-tips .tips .desc span {
	color: #2979ff;
	font-size: 16px;
}

.layui-tips .tips .logo-list {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

.layui-tips .tips .logo-list .item {
	float: left;
	width: 25%;
	margin-top: 10px;
}

.layui-tips .tips .logo-list .item img {
	width: 40px;
	height: 40px;
}

.layui-tips .tips .logo-list .item .title {
	color: #666;
	font-size: 12px;
}

.layui-tips .tips .logo-list .item .tips {
	color: #999;
	font-size: 9px;
	margin-top: -8px;
}

.layui-tips .button {
	display: block;
	margin-top: 10px;
	border-radius: 18px;
	background: linear-gradient(270deg,rgba(43,133,228,1) 0,rgba(43,133,228,0.6) 100%);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}

.layui-tips .g-close {
	background: url("/ui/img/bottom-close.png") no-repeat center center/80% 80%;
}

.layui-tips .g-close {
	position: absolute;
	bottom: -40px;
	left: 50%;
	display: block;
	margin-left: -20px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

@-webkit-keyframes swing {
	4% {
		transform: rotate(12deg);
	}

	8% {
		transform: rotate(-11.5deg);
	}

	12% {
		transform: rotate(1deg);
	}

	14% {
		transform: rotate(-1deg);
	}

	16% {
		transform: rotate(.5deg);
	}

	18%,
	to {
		transform: rotate(0deg);
	}
}

@keyframes swing {
	4% {
		transform: rotate(12deg);
	}

	8% {
		transform: rotate(-11.5deg);
	}

	12% {
		transform: rotate(1deg);
	}

	14% {
		transform: rotate(-1deg);
	}

	16% {
		transform: rotate(.5deg);
	}

	18%,
	to {
		transform: rotate(0deg);
	}
}

.bottom-cricle-share-btn .around {
	transform-origin: center bottom;
	animation-duration: 4s;
	animation-name: swing;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-delay: 6s;
}

.bottom-cricle-share-btn {
	position: fixed;
	right: 12px;
	bottom: 92px;
	z-index: 99;
}

.bottom-cricle-share-btn .btn {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.bottom-cricle-share-btn .wrapper {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: unset;
	color: unset;
}

.xingkong-game-nodata {
	color: #787878;
	font-size: 18px;
	line-height: 200px;
	text-align: center;
}

.xingkong-game-nodata img {
	display: block;
	width: 175px;
	height: 105px;
	margin: 0 auto;
	margin-top: 50px;
}

.xingkong-game-nodata .tips {
	font-size: 14px;
	color: #999;
	line-height: 21px;
	text-align: center
}

.xingkong-header-box {
	height: 45px;
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	background-color: #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,.05);
	border-bottom: 0.5px solid #f5f9fa;
}

.xingkong-header-box .logo {
	width: 117px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}

.xingkong-header-box .logo img {
	width: 108px;
	height: 22px;
}

.xingkong-header-box .search-box {
	height: 30px;
	line-height: 30px;
	background-color: #f3f3f3;
	border-radius: 15px;
	font-size: 13px;
	color: #959595;
	padding-left: 12px;
	flex: 1;
	margin: 0 8px 0 15px;
}

.xingkong-header-box .input {
	background: url('https://img.nas.ski/img/icon/icon-top-search.png') no-repeat;
	background-size: 16px;
	background-position: left center;
	padding-left: 20px;
}

.xingkong-header-box .user-box {
	width: 26px;
	height: 40px;
	padding-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 8px;
}

.xingkong-header-box .user-box img {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.xingkong-bottom-ad-box {
	position: fixed;
	bottom: 60px;
	left: 15px;
	right: 15px;
	height: 45px;
	border-radius: 22.5px;
	background-color: #fff;
	box-shadow: 0 2.5px 11.5px 0 rgba(0,0,0,.15);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	z-index: 10000;
	transition: transform .4s ease-in-out;
	transform: translateY(0);
	box-sizing: border-box
}

.xingkong-bottom-ad-box .open-btn {
	width: 60px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	background: linear-gradient(89deg,#6ad6a9 0,#6ad6a9 100%);
	border-radius: 15px;
	position: relative
}

.xingkong-bottom-ad-box .left-app-info {
	display: flex;
	align-items: center
}

.xingkong-bottom-ad-box .left-app-info .title .name {
	font-size: 13px;
	color: #333;
	max-width: 190px;
	height: 16px
}

.xingkong-bottom-ad-box .left-app-info .title .desc {
	font-size: 10px;
	color: #999;
	font-weight: 400
}

.xingkong-bottom-ad-box .left-app-info .logo {
	width: 33px;
	height: 33px;
	border-radius: 10px;
	margin-right: 4.5px;
	overflow: hidden
}

.xingkong-bottom-ad-box .left-app-info .logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.xingkong-bottom-ad-box .left-app-info .close {
	display: block;
	width: 10px;
	height: 10px;
	background: url(https://img.nas.ski/img/icon/icon-zhuanqu-bottom-close.png) no-repeat center/cover;
	margin-right: 10px;
	margin-left: 5px
}

.xingkong-tongyong-xiangmu-box {
	margin: 0 auto;
	display: grid;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 10px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.xingkong-tongyong-xiangmu-box .item {
	background: #fff;
	border: 0px solid transparent;
	border-radius: 12px;
	box-shadow: 6px 6px 16px 0 rgba(0,64,128,.03);
	padding: 15px 15px 10px 15px;
	/*position: relative;*/
	transition: all .2s;
	margin-bottom: 0px;
	position: relative;
}

.xingkong-tongyong-xiangmu-box .item .no {
	background: #e9fdfb;
	border-radius: 0 10px 0 10px;
	color: #16baaa;
	font-size: 12px;
	font-weight: 330;
	line-height: 15px;
	padding: 5px 10px 5px 12px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 20;
}

.xingkong-tongyong-xiangmu-box .item .top {
}

.xingkong-tongyong-xiangmu-box .item .top .img {
	max-height: 100%;
	width: 100%;
}

.xingkong-tongyong-xiangmu-box .item .top .img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	vertical-align: top;
	border-radius: 5px;
}

.xingkong-tongyong-xiangmu-box .item .center {
	margin-top: 3px;
}

.xingkong-tongyong-xiangmu-box .item .center .title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	display: block;
	line-height: 1;
	max-width: 100%;
	color: #212121;
	font-size: 18px;
	font-weight: 700;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	align-items: center;
	justify-content: start;
	display: flex;
}

.xingkong-tongyong-xiangmu-box .item .center .title img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.xingkong-tongyong-xiangmu-box .item .center .t2 {
	color: #666666;
	line-height: 1;
	margin-top: 13px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xingkong-tongyong-xiangmu-box .item .center .t3 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #818181;
	display: -webkit-box;
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	margin-top: 12px;
	overflow: hidden;
}

.xingkong-tongyong-xiangmu-box .item .center .bottom-box {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}

.xingkong-tongyong-xiangmu-box .item .center .bottom-box .country {
	align-items: center;
	/*border-radius: 4px 4px 4px 4px;
	background-color: #f6f2ff;*/
	display: flex;
	height: 24px;
	line-height: 24px;
	padding-left: 2px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xingkong-tongyong-xiangmu-box .item .center .tags {
	display: flex;
	align-items: center;
}

.xingkong-tongyong-xiangmu-box .item .center .tags i {
	font-size: 15px;
	color: #cdcdce;
	margin-left: 6px;
}

.xingkong-tongyong-xiangmu-box .item .center .tags span {
	background: #e9fdfb;
	border-radius: 4px 4px 4px 4px;
	color: #16baaa;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-right: 6px;
	max-width: 100px;
	overflow: hidden;
	padding: 0 8px;
	text-align: center;
	text-overflow: ellipsis;
	transform: all .2s;
	white-space: nowrap;
}

.xingkong-tongyong-xiangmu-box .item .center .tags span.blue {
	background-color: #f2f8ff;
	color: #608fbf;
}

.xingkong-page-box {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.xingkong-page-box .pager {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 10px 0;
	border-radius: 4px;
}

.xingkong-page-box .pager > li {
	display: inline;
}

.xingkong-page-box .pager > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.xingkong-page-box .pager > li > a, .xingkong-page-box .pager > li > span {
	transition-duration: 200ms;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	color: rgb(107 114 128);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: rgb(255 255 255);
	border-color: rgb(209 213 219);
	border-width: 1px;
	border-radius: 0.5rem;
	text-decoration: inherit;
	margin-right: 12px;
	color: #16baaa;
}

.xingkong-page-box .pager > li > span {
	color: #ddd;
}

.xingkong-page-box .pager > li.active span {
	background-color: #16baaa !important;
	border-color: #DDD;
	cursor: default;
	color: #fff;
	z-index: 2;
}

.xingkong-page-box .pager > li > a:hover {
	background-color: #eee;
}

.xingkong-page-box .pager > li .disabled {
	display: none;
}

.xingkong-tongyong-pic-top-box {
	margin: 0 auto;
	background-color: #ffffff;
}

.xingkong-tongyong-pic-top-box .top-box {
	margin: 0 auto;
}

.xingkong-tongyong-pic-top-box .top-box img {
	width: 100%;
}

.xingkong-tongyong-pic-top-box .title-box {
	align-items: center;
	display: flex;
	color: #212121;
	font-size: 14px;
	padding: 0 10px;
	padding-top: 10px;
}

.xingkong-tongyong-pic-top-box .title-box img {
	width: 20px;
	height: 20px;
}

.xingkong-tongyong-pic-top-box .title-box .wenzhang-title {
	color: #212121;
	padding-left: 6px;
	font-size: 20px;
	font-weight: 700;
	padding-right: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
 /* 限制显示的行数为2 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.xingkong-tongyong-pic-top-box .title-box .name {
	color: #212121;
	padding-left: 6px;
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xingkong-tongyong-pic-top-box .sub-title-box {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
 /* 限制显示为3行，超出部分显示省略号 */
	overflow: hidden;
	padding: 0 10px;
}

.xingkong-tongyong-pic-top-box .com-label-div {
	margin-right: 2px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.xingkong-tongyong-pic-top-box .com-label-div i {
	font-size: 18px;
	margin-right: 4px;
}

.xingkong-tongyong-pic-top-box .com-label-div .btn {
	border-radius: 40px;
	margin-right: 20px;
	width: 260px;
	height: 40px;
	align-items: center;
	background-color: #6ad6a9;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	justify-content: center;
	transition: background .1s;
	margin: 0 auto;
	margin-bottom: 20px;
}

.xingkong-tongyong-pic-top-box .bottom-box {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	color: #999999;
	font-size: 13px;
	padding: 0 10px;
}

.xingkong-tongyong-pic-top-box .bottom-box span i {
	color: #999999;
	font-size: 11px;
	padding-right: 3px;
}

.xingkong-tongyong-pic-top-box .soft-bottom-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: #999999;
	font-size: 12px;
	padding: 5px 10px 10px 10px;
}

.xingkong-tongyong-pic-top-box .soft-bottom-box span i {
	color: #999999;
	font-size: 13px;
	padding-right: 3px;
}

.xingkong-tongyong-body-box {
	background: #fff;
	border-radius: 0px;
	margin: 0 auto;
	padding: 10px 10px;
	margin-top: 10px;
}

.xingkong-tongyong-body-box .xingkong-body-title-box {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	gap: 20px;
	align-items: center;
	display: flex;
	scrollbar-width: none;
	margin-bottom: 15px;
}

.xingkong-tongyong-body-box .xingkong-body-title-box .xingkong-cursor-pointer {
	border-bottom-width: 3px;
	line-height: 24px;
	color: rgb(33 33 33);
	font-size: 16px;
	text-wrap: nowrap;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	cursor: pointer;
}

.xingkong-tongyong-body-box .xingkong-body-title-box .xingkong-cursor-pointer.active {
	border-bottom-width: 3px;
	line-height: 24px;
	color: #16baaa !important;
	font-size: 16px;
	text-wrap: nowrap;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #16baaa !important;
	cursor: pointer;
	font-weight: 500 !important;
}

.xingkong-tab-body-content {
	display: none;
}

.xingkong-tab-body-content.active {
	display: block;
}
.xingkong-tongyong-body-box .info-box p iframe {
	width:100%;
	height:191px;
}
.xingkong-tongyong-body-box .info-box {
	background: #fff;
}

.xingkong-tongyong-body-box .info-box p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 8px;
	text-align: justify;
}

.xingkong-tongyong-body-box .info-box img {
	border-radius: 6px;
	box-shadow: 0 4px 10px #0000001a;
	display: block;
	height: auto;
	margin: 10px auto;
	max-width: 100%;
}

.xingkong-tongyong-body-box pre {
	background-color: #282c34;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	color: #dbdde2;
	display: block;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
	font-size: 14px;
	line-height: 1.6;
	padding: 15px 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.xingkong-tongyong-body-box pre.grey {
	background-color: #f7f7f7;
	background-image: url(https://img.nas.ski/pc/big-douhao.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 65px 42px;
	color: #333333;
}

.xingkong-tongyong-body-box pre.blue {
	background-color: rgb(242 249 255);
	background-image: url(https://img.nas.ski/pc/big-douhao-blue.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 65px 42px;
	color: rgb(81 81 81);
}
.xingkong-tongyong-body-box .code-container {
  position: relative;
}

.xingkong-tongyong-body-box .info-body .code-container .code-block {
  position: relative;
}

.xingkong-tongyong-body-box .code-container .copy {
  font-size: 13px;
  transition: color 0.1s;
  color: hsla(0, 0%, 54.9%, 0.8);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 1;
}
.xingkong-tongyong-body-box .zhi-list {
	margin: 0px 0px 20px 0px;
}

.xingkong-tongyong-body-box .zhi-list .title {
	line-height: 24px;
	font-weight: bold;
	--un-text-opacity: 1;
	color: rgb(33 33 33);
	font-size: 17px;
}

.xingkong-tongyong-body-box .zhi-list .sub-title {
	--un-space-y-reverse: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	color: #333;
	font-size: 14px;
}

.xingkong-tongyong-body-box .zhi-list .sub-title p {
	color: rgb(129 129 129);
	white-space: pre-wrap;
	word-wrap: break-word;
}

.xingkong-tongyong-body-box .zhi-list .down-box {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: left;
}

.xingkong-tongyong-body-box .zhi-list .down-box .left {
	width: 280px;
}

.xingkong-tongyong-body-box .zhi-list .down-box .left .left-box {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 260px;
	color: #909399;
	border: 0.15px solid rgb(230, 230, 230,1);
	padding: 4px 9px 4px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	border-radius: 15px;
}

.xingkong-tongyong-body-box .zhi-list .down-box .right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	color: #ffffff;
	background-color: #6ad6a9;
	padding: 0px 5px 0px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	margin-left: 8px;
	border-radius: 15px;
}

.xingkong-wenzhang-tongyong-box {
	margin: 7.5px;
}

.xingkong-wenzhang-tongyong-box .item {
	padding-bottom: 8px;
	background: #ffffff;
		/*border-bottom: 10px solid #f5f9fa;*/
	margin-bottom: 6px;
	border-radius: 7.5px 7.5px 7.5px 7.5px;
}

.xingkong-wenzhang-tongyong-box .item:last-child {
	border-bottom: 0px;
}

.xingkong-wenzhang-tongyong-box .item .pinpai-info-box {
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	height: 60px;
	background: no-repeat 110% 40%;
	background-size: 40%;
	border-bottom: 0px solid rgba(245, 249, 250, 1);
	border-radius: 7.5px 7.5px 0px 7.5px;
}

.xingkong-wenzhang-tongyong-box .item .jiange {
	width: 100%;
	height: 3px;
}

.xingkong-wenzhang-tongyong-box .item .pinpai-info-box .left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.xingkong-wenzhang-tongyong-box .item .pinpai-info-box .left .avatar,
	.xingkong-wenzhang-tongyong-box .item .pinpai-info-box .left .avatar img {
	width: 36px;
	height: 36px;
}

.xingkong-wenzhang-tongyong-box .item .pinpai-info-box .left .game-text {
	padding-left: 8px;
}

.xingkong-wenzhang-tongyong-box .item .pinpai-info-box .left .game-text .title {
	font-size: 15px;
	color: #727171;
	height: 24px;
	line-height: 24px;
display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.xingkong-wenzhang-tongyong-box .item .pinpai-info-box .left .game-text .sub-title {
	max-width: 210px;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	color: #adaaaa;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.xingkong-wenzhang-tongyong-box .item .wenzhang-title {
	font-size: 17px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 10px 0px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.xingkong-wenzhang-tongyong-box .item .faxian-sub-title {
	font-size: 12px;
	color: #adaaaa;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 5px 10px 3px 10px;
}

.xingkong-wenzhang-tongyong-box .item .img-box {
	padding: 5px 10px;
	margin-top: 5px;
}

.xingkong-wenzhang-tongyong-box .item .img-box .img img {
	width: 100%;
	border-radius: 6px;
}

.xingkong-tongyong-web-list-box {
	margin: 0 auto;
	margin-top: 5px;
	display: grid;
	padding: 0 6px;
	gap: 6px;
	justify-content: space-between;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xingkong-tongyong-web-list-box .item {
	display: flex;
	display: inline-block;
	padding: 5px 0;
	margin-bottom: 2px;
	background-color: #ffffff;
	border-radius: 4px;
	vertical-align: top;
	position: relative;
	height: 55px;
}

.xingkong-tongyong-web-list-box .item .tips {
	background: #e9fdfb;
	border-radius: 0 4px 0 8px;
	color: #16baaa;
	font-size: 10px;
	font-weight: 330;
	line-height: 10px;
	padding: 3px 6px 3px 8px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}

.xingkong-tongyong-web-list-box .item img {
	border-radius: 4px;
	height: 30px;
	width: 30px;
	margin: 13px 0 0 10px;
	float: left;
}

.xingkong-tongyong-web-list-box .item .title {
	color: #242f40;
	display: inline-block;
	font-size: 15px;
	margin: 5px 0 0 7px;
	overflow: hidden;
	white-space: nowrap;
	width: 118px;
	height: 22px;
	vertical-align: top;
}

.xingkong-tongyong-web-list-box .item .desc {
	color: #999999;
	display: -webkit-box;
	padding-left: 8px;
	margin: 0 0 0 7px;
	font-size: 12px;
	height: 22px;
	width: 118px;
	overflow: hidden;
	white-space: nowrap;
}

.xingkong-video-body-default-skin {
  background-color: #333; /* 控制栏背景颜色 */
  color: #fff; /* 控制栏文字颜色 */
  max-width:100%;
  height:600;
}