* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: "Source Han Sans CN-Regular";
	src: url("../assets/font/SourceHanSansSC-Regular-2.otf")
}

body,
html {
	/* height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between; */
	overflow-x: hidden;
	/* font-family: "PangMenZhengDao-Regular"; */
}

input {
	background: none;
	border: none;
	outline: none;
}

h1,
h2,
h3,
h4,
span,
p,
.icon,
img {
	cursor: pointer;
}

ul {
	list-style: none;
}

ul li {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #fff;
}

/*定义滚动条整体的样式*/
body::-webkit-scrollbar {
	width: 6px;
}

/*滚动条的样式*/
body::-webkit-scrollbar-thumb {
	border-radius: 14px 14px 14px 14px;
	height: 20px;
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0.1, rgb(125, 126, 128)),
			color-stop(0.1, rgb(97, 98, 99)),
			color-stop(0.1, rgb(125, 126, 128)));
}

/*定义滚动条整体的样式*/
.scoll1 {
	overflow: hidden;
	overflow-y: scroll;
}

.scoll1::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

/*定义滚动条整体的样式*/
.scoll {
	overflow: hidden;
	overflow-y: scroll;
}

.scoll::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
	/* width: 5px; */
}

/*滚动条的样式*/
.scoll::-webkit-scrollbar-thumb {
	border-radius: 14px 14px 14px 14px;
	height: 20px;
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0.1, rgb(125, 126, 128)),
			color-stop(0.1, rgb(97, 98, 99)),
			color-stop(0.1, rgb(125, 126, 128)));
}

/*定义滚动条整体的样式*/
.scoll2 {
	overflow: hidden;
	overflow-y: scroll;
}

.scoll2::-webkit-scrollbar {
	width: 5px;
}

/*滚动条的样式*/
.scoll2::-webkit-scrollbar-thumb {
	border-radius: 14px 14px 14px 14px;
	height: 20px;
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0.1, rgb(125, 126, 128)),
			color-stop(0.1, rgb(97, 98, 99)),
			color-stop(0.1, rgb(125, 126, 128)));
}

.scoll3 {
	overflow: hidden;
	overflow-x: scroll;
}

.scoll3::-webkit-scrollbar {
	width: 2px;
	height: 5px;
}

/*滚动条的样式*/
.scoll3::-webkit-scrollbar-thumb {
	border-radius: 14px 14px 14px 14px;
	height: 5px;
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0.1, rgb(125, 126, 128)),
			color-stop(0.1, rgb(97, 98, 99)),
			color-stop(0.1, rgb(125, 126, 128)));
}

/* 遮罩层 */
#overlay {
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	/* IE9以下不支持rgba模式 */
	background-color: rgba(0, 0, 0, 0.6);
}

/* 弹出框主体 */
.popup {
	background-color: #ffffff;
	max-width: 330px;
	min-width: 100px;
	height: 120px;
	border-radius: 5px;
	margin: 42vh auto;
	text-align: center;
}

/* 弹出框的标题 */
.popup_title {
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #cccccc;
}

/* 弹出框的内容 */
.popup_content {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 20px;
	padding: 15px 25px;
}

.header-bottom-top-right-left-pop {
	z-index: 999;
}

.pop1-controls {
	box-sizing: border-box;
	padding: 22px 33px;
	width: 367px;

	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
}

.zhifu {
	display: flex;
	flex-wrap: wrap;
}

.zhifu-li {
	margin-top: 23px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.zhifu-li+.zhifu-li {
	margin-left: 45px;
}

/* .zhifu :last-child {
	margin-left: 0;
} */

.container-bottom-content-2-li-title-img {
	display: flex;
	align-items: center;
}

.container-bottom-content-2-li-title-img :nth-child(1) {
	width: 12px;
	height: 12px;
	background: #007BE5;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	transform: rotate(45deg);
	z-index: 999;
}

.container-bottom-content-2-li-title-img :nth-child(2) {
	width: 12px;
	height: 12px;
	background: #007BE5;
	border-radius: 0px 0px 0px 0px;
	opacity: 0.5;
	transform: rotate(45deg);
	margin-left: -2px;
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 分页器 */
a {
	text-decoration: none;
}

.page {
	display: table;
}

.page a {
	cursor: default;
	display: inline-block;
	color: #999;
	background-color: #FFF;
	height: 25px;
	font-size: 10pt;
	line-height: 25px;
	padding: 0 9px;
	border: 1px solid #999;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.page a:not(.disabled):not(.current):hover {
	border: 1px solid #007BE5;
	cursor: pointer;
}

.page a.current {
	display: inline-block;
	font-size: 10pt;
	height: 25px;
	line-height: 25px;
	padding: 0 9px;
	margin: 0 2px;
	color: #fff;
	background-color: #007BE5;
	border: 1px solid #007BE5;
	border-radius: 4px;
	vertical-align: middle;
}

.page a.disabled {
	display: inline-block;
	font-size: 10pt;
	height: 25px;
	line-height: 25px;
	padding: 0 9px;
	margin: 0 2px;
	color: #999;
	background: #fff;
	border-radius: 4px;
	vertical-align: middle;
	cursor: no-drop;
}

.download-code {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	z-index: 99999;
	width: 150px;
	height: 170px;
	background: #ffffff;
	box-shadow: #f0e2c4 0px 0px 5px;
	border-radius: 3px;
}

.download-code1 {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 600;
}

.download-code2 {
	margin-top: 2px;
	font-size: 16px;
	color: #6c6f77;
	font-weight: 400;
}

.download-code4 {
	margin-top: 2px;
	font-size: 13px;
	color: #6c6f77;
	font-weight: 600;
}

.download-code3 img {
	margin-top: 2px;
	width: 100px;
	height: 100px;
}

/* 玩家代售的弹窗 */
.you-can-buy-guarantee {
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: -1px;
	padding: 0 15px;
	height: 31px;
	background: linear-gradient(146deg, #E7B152 0%, #FFE6B9 62%, #F1CC89 100%);
	border-radius: 10px 0px 10px 0px;
	color: #542C15;
	font-size: 12px;
	font-weight: 600;
}

.content1-li-pop {
	z-index: 9999;
	display: none;
	box-sizing: border-box;
	padding: 8px 14px 5px 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	border-radius: 4px 4px 4px 4px;
}

.content1-li-pop-1 {
	font-size: 13px;
	font-weight: 400;
	color: #F4E23F;
}

.content1-li-pop-2 {
	margin-top: 5px;
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
}

#btNpayment {
	z-index: 99999;
}

.scanorcode {
	z-index: 999;
	position: fixed;
	top: 35%;
	right: 25px;

}

.scanorcode-fold {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(-100%, 0);
	width: 16px;
	height: 45px;
	background: #FFFFFF;
	box-shadow: #999 1px 1px 8px;
	border-radius: 6px 0px 0px 6px;
	cursor: pointer;
}

.scanorcode-fold img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.scanorcode-img img {
	margin-bottom: -5px;
	width: 70px;
	object-fit: contain;
}

.scanorcode-content {
	position: relative;
	box-sizing: border-box;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 70px;
	background: #FFF;
	height: 420px;
	box-shadow: #999 0px 0px 4px;

}

.scanorcode-content-li {
	width: 80%;
	padding-bottom: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #c5c2c2;
}

.scanorcode-content-li img {
	width: 25px;
	object-fit: contain;
}

.scanorcode-content-li div {
	margin-top: 7px;
	font-size: 10px;
}

.scanorcode-right {
	position: relative;
}

.scanorcode .img {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	right: 80px;
}

.scanorcode .img img {
	width: 160px;
	object-fit: contain;
}

.header-bottom-bottom ul li:nth-child(5) {
	position: relative;
}

.header-bottom-bottom-pop {
	position: absolute;
	margin-left: 30px;
	top: 0;
}

.zhifu {
	display: flex;
	justify-content: space-between;
}

.agreement {
	z-index: 99999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(40, 40, 40, 0.5)
}

.agreement-total {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	padding-bottom: 70px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}

.agreement-total-top {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 34px;
	width: 1200px;
	height: 52px;
	font-size: 16px;
	background: #007BE5;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	color: #FFF;
}

.agreement-total-center {
	height: 700px;
	box-sizing: border-box;
	padding: 27px 34px;
	font-size: 14px;
	line-height: 22px;
}

.agreement-total-bottom {
	box-sizing: border-box;
	padding: 0 16%;
	position: absolute;
	bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 64px;
	background: #FFFFFF;
	box-shadow: 0px -1px 6px 1px rgba(0, 0, 0, 0.08);
	border-radius: 0px 0px 10px 10px;
	opacity: 1;
}

.agreement-total-bottom-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 15px;
	width: 291px;
	height: 40px;
	background: #007BE5;
	border-radius: 18px;
	opacity: 1;
	cursor: pointer;
}

.agreement-total-bottom-title {
	color: #FF0000;
}

.agreement-total-center-li {}

.agreement-total-center-li+.agreement-total-center-li {
	margin-top: 35px;
}

.agreement-total-center-li-top {
	display: flex;
	justify-content: space-between;
}

.agreement-total-center-li-top-left>img {
	width: 30px;
	object-fit: contain;
}

.agreement-total-center-li-top-right {
	display: flex;
	align-items: center;
}

.agreement-total-center-li-top-right>img {
	width: 20px;
	object-fit: contain;
}

.agreement-total-center-li-top-left {
	display: flex;
	align-items: center;
}

.agreement-total-center-li-top-left span {
	margin-left: 4px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.agreement-total-center-li-bottom {
	margin-top: 10px;
	color: #666;
	font-size: 12px;
}

#customer1 {
	position: relative;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.div-waiting {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	text-align: center;
}

.icon-waiting {
	position: relative;
	top: 48%;
	width: 5rem;
	height: 5rem;
	margin: 0 auto;
	border-radius: 50%;
	border: 0.5rem solid rgba(21, 21, 21, 0.4);
	border-top-color: #e1e1e1;
	-webkit-animation: 1.5s spin infinite linear;
	animation: 1.5s spin infinite linear;
}

.icon-position {
	position: relative;
	top: 48%;
	margin: 0 auto;
	font-size: 30px;
}