@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 {
  background-color:#001844;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  text-align: center;
  position: relative;
	top: 0;
	left: 0;
}
: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 {
  /* width: 100%; */
  vertical-align: middle;
	margin-top:-2px;
}
.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;
}
/* ======================== 版心 ===================== */
.cont2 {
	padding-bottom: 150px;
}
.cont3 .swiper-container {
	position: absolute;
	top: 110px;
	left: 50%;
	width: 543px;
	height: 680px;
	margin-left: -278px;
}
/*rem 23.5*/
.banner {
  width: 100%;
  position: relative;
}
.banner .btn1,.banner .fx {
  display: block;
  position: absolute;
  top: 45px;
	
}
.banner .btn1 {
  right: 35px;
}
.banner .btn1 > img {
width: 137px;
height: 37px;
}
.banner .fx {
	display: none;
  right: 190px;
}
.banner .rule_btn {
  position: absolute;
  top: 61px;
  right: 31px;
}

.btnBox {
	width: 100%;
	height: 100px;
	line-height: 86px;
  position: fixed;
  bottom: -1px;
  left: 0;
	z-index: 999;
	background: url(image/btn2.png) no-repeat center;
}
.btnBox a {
	font-size: 48px;
	color: transparent;
	text-decoration: none;
}
.rule {
	position: relative;
}
.rule a {
	position: absolute;
	top: 46px;
	right: 38px;
	
}


.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(/common/images/pc_rule_bg.png); */
	background: #fff7e9;
	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 .c img {
  border-radius: 20px;
}

.rule_box .cont h4 {
	text-align: center;
	color: #9a6f4a;
	font-size: 24px;
	font-weight: 500;
}

.rule_box .cont p {
	font-size: 12px;
	margin: 0;
	color: #9a6f4a;
	text-align: left !important;
}

.rule_box .cont p.p1 {
	font-size: 14px;
	font-weight: 500;
	margin: 12px 0;
}

.rule_box .cont p.tips {
	color: #717171;
}

.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: #ffdea5;
}

.rule_box .cont::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff7e9;
}
.rule_box .tableBox {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	border-radius: 50px;
	overflow: hidden;
	background-color: #fefcef;
	
}
.rule_box table {
	width: 100%;
}
.rule_box table th {
	/* width: 33.33%; */
}
.rule_box table tr:nth-child(odd) {
	background-color: #f6ecdc;
}
.rule_box table th, .rule_box table td {
	font-size: 24px;
	height: 70px;
	color: #9a6f4a;
	font-weight: 500;
}
.rule_box table td {
	opacity: 0.6;
}
.rule_box table th {
	background-color: #ffd48d;
}
.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: center;
		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;
	}
}
