*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    color: #333333;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
::-webkit-scrollbar{
    width: 0px;
}
::-webkit-scrollbar-thumb{
    background-color: none;
}
::-webkit-scrollbar-track{
    background-color: none;
}
/* 滚动条消失，兼容chrome和safari浏览器 */
.inter_content_wrap>div::-webkit-scrollbar{
    display: none;
}
/* 兼容火狐 */
.inter_content_wrap>div {
    scrollbar-width: none;
}
/* 兼容IE10+ */
.inter_content_wrap>div {
    -ms-overflow-style: none;
}
.wrap{
    width: 100%;
    max-width: 750px;
    margin: auto;
    position: relative;
    background: #35118D;
}
@media screen and (min-width: 750px){
    html{
        font-size: 100px!important;
    }
}

.bg_top{
	width: 100%;
	display: block;
}
.rule_btn,.rule_btn1{
	width: 2rem;
	position: absolute;
	display: block;
	top: 4.3rem;
	right: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.rule_btn1{
    top: 5.1rem;
}
.sec_wrap{
   	width: 100%;
    min-height: 5rem;
    position: relative;
}
.sec_wrap>div{
    width: 86%;
    margin-left: 7%;
    padding-bottom: 0.6rem;
    position: relative;
    background: #FDDDB7;
    border-radius: 0.3rem;
    padding-top: 0.6rem;
    box-shadow: 0 0 10px #FEAA5D;
    z-index: 9;
    top: 1rem;
}
.sec_wrap>div>img{
    width: 5.2rem;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2.6rem;
    top: -0.7rem;
}
.sec_wrap>img{
	width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.content{
	width: 92%;
	height: 1.77rem;
	overflow: hidden;
	margin-left: 4%;
	margin-top: 0.34rem;
}
.content p{
	text-indent: 2em;
	font-size: 0.26rem;
	line-height: 1.5;
}
.shadow{
	width: 100%;
	position: absolute;
    bottom: 0.25rem;
}
.shadow span{
	text-align: center;
    color: #E74EB5;
    font-size: 0.22rem;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.more_shadow{
    width: 100%;
    position: absolute;
    bottom: 0.3rem;
}
.arrow{
	width: 0.2rem;
	vertical-align: middle;
	margin-left: 0.05rem;
}
.img_content_wrap{
	width: 100%;
	position: relative;
}
.bg1,.bg2,.bg3{
	width: 100%;
	display: block;
}
.bg3{
}
.click_wrap{
    width: 2.7rem;
    height: 5rem;
	position: absolute;
	cursor: pointer;.
	-webkit-tap-highlight-color: transparent;
}
.click1{
    left: 0.73em;
    top: 6rem;
}
.click2{
    height: 4.5rem;
	right: 0.73em;
 	top: 8rem;
}
.click3{
	height: 4.5rem;
	left: 0.6em;
    top: 13rem;
}
.click4{
    height: 5rem;
    right: 0.73em;
    top: 13.5rem;
}
.rq_code_wrap{
	
}
.rq_code_wrap img{
	width: 3.2rem;
	display: block;
}
.rq_code_wrap img:nth-child(1){
	float: left;
}
.rq_code_wrap img:nth-child(2){
	float: right;
}
.rule_shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	display: none;
	z-index: 99;
}
.rule_shadow>div{
    width: 84%;
    height: 7rem;
    position: absolute;
    top: 50%;
    margin-top: -4.5rem;
    margin-left: 8%;
    padding-top: 0.94rem;
    border-radius: 0.2rem;
    border: 0.06rem solid #FFFFFF;
    box-shadow: 0px 5px 0.27rem 0px rgba(126, 42, 4, 0.44);
    background: #FFD893;
}
.rule_title{
	width: 5.2rem;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2.6rem;
    top: -0.7rem;
}
.close{
    width: 0.72rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -0.36rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.rule_content{
	width: 90%;
	height: 6.8rem;
	overflow: scroll;
	margin-left: 5%;
}
.rule_content p{
    color: #B92300;
    font-size: 0.26rem;
    line-height: 2;
    text-align: justify;
}
.video_wrap{
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
}
.video_close{
    margin-top: 0.2rem;
}
.video_close img{
    width: 0.8rem;
    margin-left: 0.4rem;
    float: left;
    vertical-align: middle;
    margin-top: -0.17rem;
    cursor: pointer;
}
.video_close>span{
   	color: white;
    font-size: 0.34rem;
    margin-left: 0.2rem;
    float: left;
}
#video_wrap{
	width: 100%;
	height: 90%;
	position: absolute;
	left: 0;
	top: 10%;
}
.part{
	width: 2rem;
	position: fixed;
	right: 0;
	bottom: 1rem;
	cursor: pointer;
	z-index: 9;
}
.clear:after{
    clear: both;
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
}