* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}
::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
}
@media screen and (min-width: 750px) {
	html{
		font-size: 100px!important;
	}
	.wrap {
		width: 750px;
		margin: 0 auto;
	}
}
body{
	background: #618FD8;
}
.wrap{
	padding-bottom: 0.5rem;
}
input::placeholder{
	color: #C3C3C3;
}
header{
	width: 100%;
	position: relative;
}
.hd_bg{
	width: 100%;
	display: block;
}
.logo1,.logo2{
	width: 1.1rem;
	display: block;
	position: absolute;
	top: 0.35rem;
}
.logo1{
	left: 0.3rem;
}
.logo2{
	left: 1.6rem;
}
.user_wrap{
    width: 90%;
    margin-left: 5%;
    background: white;
    border-radius: 0.24rem;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    position: absolute;
    bottom: 0;
}
.reveice_btn{
    width: 90%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    background: #F3B955;
    border-radius: 0.14rem;
    font-size: 0.36rem;
    color: white;
    margin: auto;
    cursor: pointer;
    position: absolute;
    bottom: 2.9rem;
    left: 5%;
}
.content_wrap{
	margin-top: -2.7rem;
}
.title_img{
	width: 94%;
	display: block;
	margin-left: 4%;
	margin-top: 0.6rem;
	margin-bottom: 0.3rem;
}
.content{
	width: 92%;
	margin-left: 4%;
}
.prive_wrap {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0.14rem 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    background: rgb(255, 255, 255);
    border-radius: 0.16rem;
}
.pr_title {
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
}
.pr_ul {
    width: 92%;
    margin-left: 4%;
    display: flex;
    margin-top: 0.3rem;
    flex-wrap: wrap;
}
.pr_ul li {
    width: 23%;
    margin-right: 2%;
    margin-top: 0.35rem;
    text-align: center;
}
.pr_ul li img {
    width: 0.68rem;
    height: 0.68rem;
    display: block;
    margin: auto;
}
.pr_ul li p {
    line-height: 1.5;
}
.pr_ul li p:nth-child(2) {
    font-size: 0.24rem;
    color: rgb(175, 99, 18);
    line-height: 2.5;
    font-weight: bold;
}
.pr_ul li p:nth-child(3) {
    font-size: 0.18rem;
    color: rgb(153, 153, 153);
}
.jc_wrap{
    width: 100%;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 0.14rem 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
    background: rgb(255, 255, 255);
    border-radius: 0.16rem;
}
.jc_wrap>div{
	width: 92%;
	margin-left: 4%;
}
.jc_title{
	padding-bottom: 0.1rem;
	display: flex;
	margin-bottom: 0.3rem;
	border-bottom: 1px dashed #979797;
}
.jc_title:nth-last-child(1){
	border: none;
}
.jc_title>img{
	width: 0.58rem;
    height: 0.58rem;
}
.jc_title>div{
	margin-left: 0.15rem;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.5;
}
.jc_title>div p{
	color: #999999;
	font-size: 0.22rem;
	font-weight: 400;
}
.jc_ul{
	width: 100%;
	margin-bottom: 0.3rem;
}
.jc_ul li{
	
}
.jc_ul li>div:nth-child(1){
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 100%;
    background: white;
    border: 5px solid #B79EF5;
    transform: scale(.5);
    float: left;
    margin-top: -0.03rem;
}
.jc_ul li>div:nth-child(2){
    width: 90%;
	margin-left: 0.05rem;
	float: left;
}
.jc_ul li>div:nth-child(2) p:nth-child(1){
	font-size: 0.28rem;
	font-weight: bold;
}
.jc_ul li>div:nth-child(2) p:nth-child(2){
    font-size: 0.28rem;
    color: #666666;
    line-height: 1.5;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.jc_toast{
	font-size: 0.28rem;
	color: #666666;
	line-height: 1.5;
	margin-bottom: 0.3rem;
	text-indent: 2em;
}
.jc_toast a{
	font-size: 0.22rem;
	color: #FF8120;
	margin-left: 0.1rem;
	text-decoration: underline;
}
.ne_ul {
    width: 100%;
}
.ne_ul li {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0.14rem 0px;
    margin-bottom: 0.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background: rgb(255, 255, 255);
    border-radius: 0.16rem;
}
.ne_ul li > div {
    width: 92%;
    margin-left: 4%;
    display: flex;
    position: relative;
}
.ne_ul li > div > img {
    width: 1rem;
    height: 1rem;
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
}
.nu_right {
    width: 4.8rem;
    margin-left: 1.3rem;
}
.nu_right p {
    width: max-content;
    font-size: 0.32rem;
    font-weight: bold;
    padding-bottom: 0.07rem;
    border-bottom: 2px solid #3A51D7;
}
.nu_right span {
    font-size: 0.28rem;
    color: rgb(112, 112, 112);
    line-height: 1.5;
    display: block;
    margin-top: 0.1rem;
}
.shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}
.window {
    width: 6.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 0.24rem;
}
.close {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    cursor: pointer;
    margin-left: -0.225rem;
}
.window>div {
    width: 90%;
    margin-left: 5%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.window>div>p:nth-child(1) {
    font-size: 0.50rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.2rem;
}
.window>div>p:nth-child(2) {
    text-align: center;
    font-size: 0.3rem;
    color: rgb(153, 153, 153);
    line-height: 1.5;
    margin-top: 0.4rem;
}
.sd_btn {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.36rem;
    color: white;
    margin-top: 0.6rem;
    display: block;
    background: #6969EF;
    border-radius: 0.14rem;
}
.vip_toast{
	
}
.vip_toast p{
	font-size: 0.3rem;
    line-height: 1.5;
    text-align: center;
}
.vip_toast p span{
	color: #F3B955;
}
.vip_toast p:nth-child(1){
	
}
.vip_toast p:nth-child(2){
    color: #F3B955;
    font-size: 0.5rem;
    line-height: 1;
}
.goods_toast{
	text-align: center;
	font-size: 0.3rem;
}
.goods_toast span{
	color: #F3B955;
}
.city_wrap{
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	background: #F6F6F6;
	border-radius: 0.14rem;
	border: 1px solid #F1F1F1;
	position: relative;
	margin-top: 0.45rem;
}
.city_wrap>span{
    line-height: 0.9rem;
    display: inline-block;
    margin-left: 0.3rem;
    font-size: 0.28rem;
    color: #C3C3C3;
    float: left;
}
.city_wrap>img{
	width: 0.22rem;
	display: block;
	float: right;
	margin-right: 0.3rem;
    margin-top: 0.4rem;
}
.city_ul{
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 0.9rem;
    border: 1px solid #F6F6F6;
    box-shadow: 0 0 10px #c0c0c0;
    background: white;
    overflow-y: scroll;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.city_ul li{
    width: 98%;
    height: 0.9rem;
    line-height: 0.9rem;
    padding-left: 2%;
    border-bottom: 1px solid #F6F6F6;
    font-size: 0.28rem;
    cursor: pointer;
}
.city_ul li:nth-last-child(1){
	border: none;
}
.rule_window {
    width: 6.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 0.24rem;
}
.rule_window>div {
    width: 90%;
    margin-left: 5%;
    padding-top: 0.4rem;
    padding-bottom: 2rem;
}
.rule_window>div p {
    font-size: 0.3rem;
    line-height: 1.5;
    margin-top: 0.1rem;
    font-weight: 400;
}
.rule_window>div p:nth-child(1) {
    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.4rem;
}
.ovfHiden{
    overflow: hidden;
    height: 100%;
}
.rule_wrap{
    width: 1.6rem;
   	height: 0.8rem;
    line-height: 0.75rem;
    text-align: center;
    background: #FF2E0B;
    font-size: 0.28rem;
    color: white;
    position: absolute;
    right: 0;
    top: 0.9rem;
    cursor: pointer;
    background: url("../img/rule.png")no-repeat 100% 100%/100% 100%;
}
.rule_window>div p span {
    color: #FB502C;
}
.clear:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
