.iconfont {
	font-size: 1rem;
}
i.iconfont {
	margin-top: 0.05rem;
	font-size: 0.8rem;
	position: relative;
	display: inline-block;
	font-style: normal;
	position: relative;
	display: inline-block;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
#index i.iconfont,
#game i.iconfont {
	font-size: 0.65rem;
	margin-top: 0;
}
.hidden {
	display: none;
}
.progressArea .progress {
	width: 100%;
	height: 0.1rem;
}
.progressArea .progress-bar {
	height: 100%;
	background-color: #ee4705;
	border-radius: 0.05rem;
}

#match-show .progress-bar {
	border-radius: 0.5rem;
	width: 100%;
	height: 1rem;
	border: 1px solid #ccc;
	overflow: hidden;
	background-color: #ee4705;
}

#match-show .progress-bar-fill {
	width: 50%;
	height: 100%;
	background-color: #00c853;
}
/*image*/
.fileinfo-progress {
	height: 4px;
	background-color: #eee;
}
.fileinfo-progress-bar {
	margin-top: 10px;
	height: 100%;
	width: 0;
	background-color: #13ce66;
}
.fileinfo-preview {
	float: left;
	width: 1.6rem;
	height: 1.6rem;
}
.fileinfo-preview-img {
	width: 100%;
	height: 100%;
}
.fileinfo-preview-div {
	width: 100%;
	height: 100%;
	/* 视项目情况，可将文件icon的url替换*/
	background: no-repeat center center
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAFVBMVEWZmZmZmZmZmZmZmZmZmZmZmZmZmZk9goCmAAAAB3RSTlMC/rYs1mCR8/Hv3QAAAYBJREFUWMPtmMsSwyAIRRWE///kGmMTH6CYtN0012knC+cU4Uq0zj169CkhqEI7hb2uYOZQnA2cx/GQHjeOFRP0qcHOQe9phLFyCAeBckwc3C1hxDgYchBJEZaYSIgcHpVHE1bRpAzxulUKDuzrCUoVcPOVLCo9t0fjUOGw7k4qaxxyduPPShzQkx8xcHDCOykyZ4zBwysHJnFwEXN4pZhHAmeGeXuFi6UI8Uwx2SuYNn9W6LbXHJM5rUtpFZM9hxCi/P7V7i4LpvYc1oVrMBDOQTVGyKmGwX7dJ6bnqNHwKaCuGbYcFSM3Topb1G0frjkrmLTQzSNpVMVZwaQSjbqYERNBZ0dlE0bpwYKNFgt+BeNKDF/HlF3YXcdYzgn/iklNSRZd9I3YL23RsKp8eHwKfhdDqhh/X/APYVDX11JMC0cBCYOcu7t3dzDUv2tuYGDh0CbmJr2Llw60Ixd/DWO9+3FbnfYobg1mNDFdRufyfrSmzLFodoFGYoPo+a9jVS+3Nw2jSs30KQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}
.fileinfo-status {
	border-radius: 0.2rem;
}
.upload,
.uploadFile {
	position: relative;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.upload input,
.uploadFile input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	margin: -1px;
}
#index .timer {
	font-size: 0.8rem;
}

#index .timer strong {
	line-height: 0.8rem;
	font-size: 0.6rem;
	padding: 0.2rem;
	margin-left: 0.2rem;
	border-radius: 0.2rem;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#project img {
	width: 4.5rem;
	/*border-radius: 0.2rem;*/
}

#cartbuy .pay_select {
	margin: 0 0.5rem 0 0;
	float: left;
	display: inline;
	background: #eee;
	font-size: 85%;
	padding: 0 0.5rem;
	line-height: 1.5rem;
}
#cartbuy .pay_select.active {
	background: #f6383a;
	color: #fff;
}

.num_switch {
	float: left;
	line-height: 1.5rem;
	border: 1px #ddd solid;
	border-radius: 5px;
}
.num_switch1 {
	float: left;
	width: 1.5rem;
	text-align: center;
}
.num_switch2 {
	float: left;
	width: 2.5rem;
	height: 1.5rem;
	text-align: center;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}

.match-show .t-d {
	width: 100%;
	float: left;
	text-align: center;
}

.match-show h2 {
	font-size: 0.8rem;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0.1rem 0;
}

.match-show h3 {
	font-size: 0.7rem;
	text-align: center;
	margin: 0 0 0.1rem 0;
	font-weight: normal;
}

.match-show h4 {
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #f00;
	text-align: center;
	margin: 0rem;
}

.match-show h5 {
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.6rem;
	color: #0f0;
	font-weight: bold;
	text-align: center;
	margin: 0rem;
}

.match-show img {
	width: 1rem;
	margin: 0 auto;
}
ul.menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
ul.menu li {
	margin: 0 auto;
	float: left;
	width: 100%;
	height: 2.2rem;
	line-height: 2.2rem;
	border-bottom: 1px #efeff4 solid;
	border-left: 0.2rem #ffffff solid;
	display: inline;
	text-align: center;
	font-size: 90%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
ul.menu li.active {
	border-bottom: 1px #efeff4 solid;
	border-left: 0.2rem #ff0000 solid;
	background: #efeff4;
}
.theme-dark ul.menu {
	background: #1c1d1f;
}
.theme-dark ul.menu li {
	border-bottom: 1px #393939 solid;
	border-left: 0.2rem #1c1d1f solid;
	background: #1c1d1f;
}
.theme-dark ul.menu li.active {
	border-bottom: 1px #393939 solid;
	border-left: 0.2rem #f00 solid;
	background-color: #222426;
}
#live-show .back {
	position: absolute;
	top: 0.5rem;
	left: 0.8rem;
	color: #ffffff;
	z-index: 999;
}
#live-show .online {
	position: absolute;
	top: 5rem;
	left: 0;
	color: #ffffff;
	z-index: 12;
	font-size: 0.8rem;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0 0.6rem 0.6rem 0;
	padding: 0rem 0.4rem 0.1rem 0.4rem;
}
#live-show .online span {
	font-size: 0.8em;
}
#live-show #status {
	text-align: center;
	font-size: 0.5rem;
	/*background: rgba(0, 0, 0, 0.1);*/
	border-radius: 0.6rem;
	margin: 0.7rem 0;
	color: #029719;
}
#live-show .message {
	padding: 0 0 0.5rem 0;
	font-size: 0.6rem;
	color: #999;
	text-align: center;
}

#live-show .bar-footer input {
	margin-top: 0.36rem;
	margin-left: 0;
	width: 100%;
	height: 1.3rem;
	border-radius: 0.2rem;
	border: 0.01rem solid #ddd;
	padding: 0 0.15rem;
	color: #333;
	outline: none;
}
.theme-dark #live-show .bar-footer input {
	background-color: #666;
	border: 0.01rem solid #999;
}
#live-show #video {
	width: 100%;
	/*防止矩形被里面的内容撑出多余的高度*/
	height: auto;
	aspect-ratio: 16 / 9;
}
.dplayer-container {
	padding-top: env(safe-area-inset-top);
	padding-bottom: env(safe-area-inset-bottom);
	aspect-ratio: 16 / 9;
}
.msg-item {
	padding: 0.5rem;
	clear: both;
}

.msg-item .mui-item-clear {
	clear: both;
}

.msg-item .msg-time {
	width: 100%;
	text-align: center;
	font-size: 0.5rem;
	color: #999;
	margin: 0.5rem 0;
}

.msg-item .msg-user {
	width: 1.8rem;
	height: 1.8rem;
	display: inline-block;
	border-radius: 0.2rem;
	vertical-align: top;
	text-align: center;
	color: #ddd;
}

.msg-item .msg-username {
	width: 85%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 0.2rem;
	font-size: 0.6rem;
	color: #999;
	display: none;
}

.msg-item-self .msg-username {
	display: none;
}

.msg-item .iconfont {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.msg-item-self .iconfont {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.msg-item .msg-content {
	display: inline-block;
	border-radius: 0.2rem;
	border: solid 1px #d3d3d3;
	background-color: #ffffff;
	color: #666;
	padding: 0.26rem;
	vertical-align: top;
	font-size: 0.76rem;
	position: relative;
	margin: 0 0.5rem 0 0.25rem;
	max-width: 75%;
	min-width: 2rem;
}

.msg-item .msg-content .msg-content-inner {
	overflow-x: hidden;
}

.msg-item .msg-content .msg-content-arrow {
	position: absolute;
	border: solid 1px #d3d3d3;
	border-right: none;
	border-top: none;
	background-color: #ffffff;
	width: 0.5rem;
	height: 0.5rem;
	left: -0.25rem;
	top: 0.6rem;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.msg-item-self .msg-user,
.msg-item-self .msg-username,
.msg-item-self .msg-content {
	float: right;
}

.msg-item-self .msg-content .msg-content-arrow {
	left: auto;
	right: -5px;
	-webkit-transform: rotateZ(225deg);
	transform: rotateZ(225deg);
}

.msg-item-self .msg-content,
.msg-item-self .msg-content .msg-content-arrow {
	background-color: #4cd964;
	color: #fff;
	border-color: #2ac845;
}
.error_active {
	background: #eeeeee;
	border-top: 0.2rem solid #ff0000;
	border-bottom: 0.2rem solid #ff0000;
	border-left: 0.2rem solid #ff0000;
	border-right: 0.2rem solid #ff0000;
}
.itme-title {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* Opera */
	text-overflow: ellipsis; /* IE, Safari (WebKit) */
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* Opera */
	text-overflow: ellipsis; /* IE, Safari (WebKit) */
}
#title {
	white-space: unset;
}
.small {
	font-size: 80%;
}

/*user*/
#user .person-card {
	background: url(../img/user_bg1.png) center top no-repeat;
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 0.5rem 0;
}
#user .person-card .item-inner {
	border: 0 !important;
}
#user .row {
	border-bottom: 1px solid #ccc;
	background: white;
	margin: 0;
}
#user .row h4 {
	margin: 0.3rem 0;
	text-align: center;
}
#user .row .color-gray {
	margin: 0.3rem 0;
	font-size: 0.7rem;
	text-align: center;
}

#user .col-20 {
	width: 20%;
	margin: 0;
	text-align: center;
}
#user .col-20 + .col-20 {
	border-left: 1px solid #ccc;
}

#user .person-card img {
	border-radius: 100%;
	border: 2px #eee solid;
	width: 3.5rem;
}

#user .person-card .item-text {
	height: auto;
	font-size: 0.6rem;
	color: #fff;
}

#user-order-show .state span {
	font-size: 0.7rem;
	color: #fff;
	padding: 0.1rem;
	border-radius: 0.2rem;
}
.avatar {
	border-radius: 100%;
	border: 1px #eee solid;
	width: 1.2rem;
	height: 1.2rem;
}

/*积分余额*/
.public_top {
	width: 100%;
	height: 5rem;
	background: #f25939;
	padding: 0.5rem;
	color: #fff;
	position: relative;
}
.public_title {
	width: 100%;
	font-size: 90%;
}
.public_title i {
	font-size: 110%;
}

.public_num {
	width: 100%;
}

.public_num span {
	font-weight: bold;
	font-size: 250%;
}

.public_btn {
	position: absolute;
	border: 1px #fff solid;
	border-radius: 5px;
	color: #fff;
	right: 0.5rem;
	top: 1.5rem;
	padding: 0.2rem 0.5rem;
	font-size: 110%;
}
.user_ico1,
.user_ico2,
.user_ico3,
.user_ico4,
.user_ico5,
.user_ico6,
.user_ico7,
.user_ico8,
.user_ico9 {
	margin: 0.5rem 0;
	padding: 0 0.2rem;
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	background: #d94f2a;
	text-align: center;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.user_ico2 {
	background: #054b90;
}

.user_ico3 {
	background: #e3752a;
}

.user_ico4 {
	background: #a73594;
}

.user_ico5 {
	background: #029719;
}

.user_ico6 {
	background: #4f33aa;
}

.user_ico7 {
	background: #ff8611;
}

.user_ico8 {
	background: #7f638c;
}

.user_ico9 {
	background: #1173ba;
}

#newmessage {
	display: none;
}

/*home*/
.m1,
.m2,
.m3,
.m4,
.m5,
.m6,
.m7,
.m8 {
	margin: 0 auto;
	width: 2.2rem;
	height: 2.2rem;
	font-size: 1.45rem;
	color: #ffffff;
	border-radius: 1.1rem;
	background-size: 2.2rem 2.2rem;
}

.m1 {
	background: #00a3e4;
}

.m2 {
	background: #eb325e;
}

.m3 {
	background: #f39c11;
}

.m4 {
	background: #5f1391;
}

.m5 {
	background: #ff5500;
}

.m6 {
	background: #7ec31a;
}

.m7 {
	background: #447ed5;
}

.m8 {
	background: #ea4417;
}

/*buy*/

.gwc_btn,
.buy_btn {
	float: left;
	width: 100%;
	background: #fe9331;
	line-height: 2.5rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 0;
}

.buy_btn {
	background: #ee4848;
}
.emptycart {
	width: 97%;
	height: auto;
	line-height: 20rem;
	z-index: 1;
	position: absolute;
	top: 0px;
	bottom: 0px;
	text-align: center;
	background: url('/img/emptycart.png') no-repeat center center;
}

#qrcodemask {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	background: rgba(255, 255, 255, 0.9);
	opacity: 1;
	z-index: 10000;
}
#qrcodemask p {
	margin: 0 auto;
	height: 100px;
	line-height: 100px;
}
.weixin-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	height: 100%;
	width: 100%;
	z-index: 100;
}
.weixin-tip p {
	text-align: center;
	margin-top: 10%;
	padding: 0 5%;
}
.weixin-tip p img {
	max-width: 100%;
	height: auto;
}
.free-wall {
	margin: 10px;
}
.image {
	display: block;
	height: auto;
	border: #00a3e4 1px solid;
}
.image img {
	height: 100%;
}

#cardtype {
	background-image: url('../img/arrow_down_white.gif'); /* 替换为你的图片路径 */
	background-size: auto; /* 保持图片的纵横比并完全覆盖元素 */
	background-position: center right 0.1rem; /* 图片居中显示 */
	background-repeat: no-repeat; /* 不重复图片 */
}
#player-list li {
	background-image: url('../img/swipeleft.png'); /* 替换为你的图片路径 */
	background-size: auto; /* 保持图片的纵横比并完全覆盖元素 */
	background-position: center right; /* 图片居中显示 */
	background-repeat: no-repeat; /* 不重复图片 */
}
#index .col-25 {
	position: relative;
	padding: 0.2rem 0;
}
#index .col-25 .badge {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	min-width: 0.8rem;
	height: 0.8rem;
	padding: 0 0.2rem;
	margin-left: 0.1rem;
	font-size: 0.6rem;
	line-height: 0.8rem;
	color: #fff;
	vertical-align: top;
	background: red;
	border-radius: 0.5rem;
}
.photo img {
	width: 2.6rem;
	border: 1px #f60 solid;
}
.imgclass {
	width: 100%;
	border: 0.5rem #fff solid;
	border-radius: 10px;
}
table {
	table-layout: fixed;
}
td {
	height: 1rem;
}

#table0 {
	border-collapse: collapse;
	table-layout: fixed;
}
#table0 td {
	font-size: 50%;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#table1 {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin: 0.3rem 0;
}
#table1 td {
	font-size: 0.5rem;
	border: 1px solid #aaa;
	background-color: #fff;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.theme-dark #table1 td {
	border: 1px solid #393939;
	background-color: #1c1d1f;
}
#table1 td.empty {
	background-color: #eee;
}
.theme-dark #table1 td.empty {
	background-color: #111;
}

#table0 td.player {
	font-size: 0.5rem;
	text-align: left;
	background-color: #fff;
	border: 1px solid #aaa;
	width: 3rem;
}
.theme-dark #table0 td.player {
	border: 1px solid #393939;
	background-color: #1c1d1f;
}
#table0 td.matchno {
	border-right: 1px solid #aaa;
}
.theme-dark #table0 td.matchno {
	border-right: 1px solid #393939;
}
#team select {
	background: url('../img/arrow_down.gif') no-repeat scroll right center transparent;
	padding-right: 14px;
}
.table2 {
	border-collapse: collapse;
	box-sizing: border-box;
	width: 100%;
}
.table2 td {
	height: 0.6rem;
	font-size: 0.5rem;
	border: thin solid windowtext;
	font-family: 仿宋;
}
.table3 {
	border-collapse: collapse;
	box-sizing: border-box;
	width: 100%;
}
.table3 td {
	height: 0.6rem;
	font-size: 0.6rem;
	font-weight: bold;
	font-family: 仿宋;
}
.print-title {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

@media print {
	body {
		color: #000;
		background: #fff;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.page {
		background-color: #fff;
	}
	.pageborder {
		border: solid thin #fff;
		width: 978px;
		height: 649px;
		text-align: center;
		margin: 0px;
		padding: 0px;
		box-shadow: 0 0 0 #fff;
	}
	@page {
		size: A4 portrait;
		margin: 1cm;
	}
	.no-print {
		display: none;
	}
	.Pagecode {
		display: none;
	}
	.PageNum {
		display: none;
	}
}
#showhits {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	z-index: 1000;
}

#robin .out {
	width: 4rem;
	height: 4rem;
	border: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms_border-radius: 50%;
	display: inline-block;
	margin-top: -1.3rem;
	margin-right: 1rem;
	position: relative;
}

#robin .in {
	width: 4rem;
	height: 4rem;
	border: 0.5rem solid #d9d9d9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms_border-radius: 50%;
	overflow: hidden;
	position: relative;
}

#robin .percent {
	width: 4rem;
	height: 4rem;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	background: #fbad4c;
}

#robin .num {
	color: #808080;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: 50%;
	margin-top: -0.5rem;
	text-align: center;
	width: 100%;
}
