@charset "utf-8";  html{font-size:10px!important;}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px !important;}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px !important;}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px !important;}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px !important;}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px !important;}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px !important;}}
@media screen and (min-width:800px){html{font-size:25px !important}}
/* ======================== 全局初始化 ===================== */
body,html {
	/* max-width: 750px !important; */
    background-color: #fff;
    /* display: inline-block; */
    text-align: center;
    position: relative;
}
:focus {
    outline: none;
}

body,html,p,span,h2,h3,h4,button,ul,li {
    padding: 0;
    margin: 0;
    color: #333;
    font-family: '微软雅黑' !important;
}
ul,li {
    list-style: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
	margin-top:-1px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.ccc {
    display: inline-block;
    width: 750px;
    margin: 0 auto;
}
/* ======================== 版心 ===================== */


/*rem 23.5*/
.banner {
    width: 100%;
    position: relative;
}
.banner .fx {
	display: none;
	width: 96px;
	height: 50px;
    position: absolute;
    top: 45px;
	right: 0px;
}
.banner .fx img {
	width: 100%;
}

.btnBox {
	width: 750px;
	height: 70px;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -375px;
	display: none;
}
.btn2 {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.btnBox.onApp a {
	display: inline-block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}


body {
	position: relative;
}

.rule_mask {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.rule_box {
	padding: 1%;
	position: absolute;
	width: 50%;
	height: 600px;
	border-radius: 20px;
	top: 50%;
	left: 50%;
	margin-top: -330px;
	margin-left: -25%;
	/* background: url(/sf/common/images/pc_rule_bg.png); */
	background: #49cff5;
	background-size: 100% 100%;
}

.rule_box .close {
	position: absolute;
	top: -60px;
	right: -30px;
	width: 50px;
	cursor: pointer;
}

.rule_box .close img {
	width: 100%;
}

.rule_box .cont {
	/* padding: 2%; */
	width: 102%;
	height: 100%;
	overflow-y: auto;
}

.rule_box .cont .c {
	padding: 0 2%;
}

.rule_box .cont h4 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.rule_box .cont h6 {
	text-align: left;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin: 20px 0;
}

.rule_box .cont p {
	font-size: 12px;
	margin: 0;
	color: #fff;
	text-align: left !important;
	margin: 5px;
}

.rule_box .cont p.p1 {
	font-size: 14px;
	font-weight: 500;
	margin: 12px 0;
}

.rule_box .cont p.tips {
	color: #fff;
}

.rule_box .table_img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.rule_box .cont::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.rule_box .cont::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.rule_box .cont::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #43c7eb;
}
.rule_box .tableBox {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
}
.rule_box table {
	width: 100%;
}
.rule_box table th {
	border: 1px solid #fff;
}
.rule_box table tr:nth-child(odd) {
}
.rule_box table th, .rule_box table td {
	font-size: 24px;
	height: 70px;
	color: #fff;
	font-weight: 500;
}
.rule_box table td {
	border: 1px solid #fff;
}
.rule_box table th {
}
.rule_box .tableBox p {
	width: 92%;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 20px;
}


/* wap */
@media screen and (max-width:1024px) {
	.rule_box {
		width: 88%;
		margin-left: -45%;
		padding-top: 5%;
		padding-bottom: 3%;
	}

	.rule_box .cont {
		width: 100%;
	}

	.rule_box .cont h4 {
		font-size: 34px;
		text-align: left;
		margin-bottom: 20px;
	}

	.rule_box .cont h4 img {
		height: 100%;
	}

	.rule_box .cont p {
		font-size: 24px;
		line-height: 36px;
	}

	.rule_box .cont p.p1 {
		font-size: 26px;
		text-align: center !important;
	}
}



