* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	word-wrap: break-word !important;
}

* {
	padding: 0px;
	margin: 0px;
}

li {
	line-height: 25px;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;

	height: 100%;
	background-size: 1920px auto;
	background-attachment: fixed;

}

body {
  max-width: 530px;
  min-width: 320px;
	margin: 0 auto;
	-webkit-touch-callout: none;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", "΢���ź�", Arial, sans-serif;
	line-height: inherit;
	height: 100%;
}


.pop-cpt {
	z-index: 999999999;
	position: relative;
}

.pop-cpt2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
}

.pop-cpt a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.pop-cpt a:hover {
	text-decoration: none;
}

.pop-cpt .pop-cpt-bd {
	align-items: center;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 15px;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	position: relative;
}

.pop-cpt .pop-cpt-close {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.pop-cpt .pop-cpt-tit {
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.pop-cpt .pop-cpt-tit span {
	display: inline-block;
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.pop-cpt .pop-cpt-con {
	padding: 10px 0;
	border-radius: 15px;
	width:255px;
	height:349px;
	background: url(/static/images/rsdfew.png) no-repeat 0 0/100% 100%;
}


.pop-cpt .pop-cpt-footer {
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.pop-cpt .pop-cpt-footer1 {
	font-size: 14px;
	line-height: normal;
}

.pop-cpt .pop-cpt-footer2 {
	padding-top: 5px;
	font-weight: bold;
	color: #ff0;
}
.closed{
    margin-top: 1.70667rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.closed img{
	cursor: pointer;
    width: 1.28rem;
    height: 1.28rem;
}
.saoma{
    padding: 10px 0;
    border-radius: 15px;
    width: 255px;
    height: 349px;}
.wrap {
    display: flex;
    max-width: 530px;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 80px 0 rgb(7 17 27 / 24%);
}