.agreement_content {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.agreement_tag {
	width: 90%;
	margin: 10px 5%;
	height: 75px;
	background-color: #f8f8f8;
	border-radius: 38px;
	box-sizing: border-box;
	padding: 4px;
	border-bottom: 1px solid #ebebeb;
}

.agreement_tag a {
	color: #c2c2c2;
	height: 64px;
	line-height: 69px;
	font-size: 24px;
	width: 219px;
	border-radius: 35px;
	display: inline-block;
	text-align: center;
}

.agreement_tag a.active {
	background-color: #fff;
	color: #333333;
}

.agreement_main {
	/*border-top: 1px solid #ebebeb;
	margin-top:30px;*/
	padding: 10px 0px 50px 20px;
	overflow: auto;
}

p {
	line-height: 50px;

}

.agreement_nav>p {
	text-align: center;
	font-size: 36px;
	margin: 100px 0 0 0;
	padding: 0;
}

.agreement_main ul li {
	padding: 0 30px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 40px;
	line-height: 38px;
	float: left;
	list-style: none
}

.agreement_main ul.agreement_main_new li {
	margin-bottom: 0;
}

.agreement_main ul.agreement_main_new li h6 {
	font-size: 32px;
	font-weight: 550;
	margin: 20px 0;
}

.agreement_main ul.agreement_main_new li h5 {
	font-size: 32px;
	font-weight: 500;
	margin: 20px 0;
}

.agreement_main ul.agreement_main_new li p {
	width: 100%;
	margin-bottom: 10px;
	font-size: 28px;
	word-break: break-all
}

.agreement_main ul.agreement_main_new li p span {
	color: #333;
	margin-top: 0;
	display: inline-block;
	line-height: 38px;
}

.agreement_main_new>li>span {
	display: inline-block;
	float: left;
	margin-top: 20px;
}

.sz30 {
	font-weight: 600;
	font-size: 30px;
}


/*------------------充值---------------------*/
.recharge {
	padding: 10px 30px;
	font-family: "arial, helvetica, sans-serif";
}

.recharge>li {
	margin-bottom: 20px;
}

.recharge li h6 {
	font-size: 30px;
	line-height: 62px;
	color: #333;
}

.recharge li ul {
	padding: 0 30px;
}

.recharge li ul li {
	list-style: disc;
	font-size: 24px;
	color: #666;
}

.withdrawal {
	padding: 10px 30px;
	font-family: "arial, helvetica, sans-serif";
}

.withdrawal>h5 {
	font-size: 32px;
	line-height: 72px;
	border-bottom: 1px solid #8d8d8d;
	color: #333;
	font-weight: 550;
}

.withdrawalP {
	margin: 20px 0;
}

.withdrawal>p {
	font-size: 28px;
	line-height: 35px;
	color: #585858;
}

.withdrawal>h6 {
	font-size: 26px;
	line-height: 70px;
	font-weight: 550;
	color: #333;
	margin-top: 40px;
}

.withdrawal>ul>li {
	font-size: 26px;
	margin-bottom: 20px;
}

.withdrawal>ul>li>strong {
	display: block;
	line-height: 45px;
	color: #666;
	padding: 10px;
	font-size: 28px;
	background-color: #f1f1f1;
	border: 1px solid #d3d3d3;
	font-weight: normal;
}

.withdrawal>ul>li>p {
	color: #666;
	font-size: 26px;
	border: 1px solid #d3d3d3;
	border-top: none;
	padding: 10px;
}

.withdrawalBtn {
	display: block;
	width: 80%;
	margin: 40px 10%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 30px;
	background: linear-gradient(#ffd200, #ffb700);
	color: #fff;
	font-size: 30px;
}