body {
	background-color: #fff;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}


/*包含以下四种的链接*/

a {
	text-decoration: none;
}


/*正常的未被访问过的链接*/

a:link {
	text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
	text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
	text-decoration: none;
}


/* 正在点击的链接*/

a:active {
	text-decoration: none;
}

.head {
    width: 100%;
    /* -webkit-filter: blur(3px); */
    /* height: 84vw; */
    background: #fff;
    overflow: hidden;
}

.head img {
	width: 100%;
}

img {
	width: 100%
}

.head_below {
    width: 100%;
    /* height: 81vw; */
    /* background: rgb(255, 255, 255, .8); */
    /* position: absolute; */
    margin-top: -52vw;
}

.head_belows {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main {
    width: 26vw;
    height: 26vw;
    border-radius: 50%;
    overflow: hidden;
    margin: 8.5vw auto;
    border: 1.3vw solid rgba(255,255,255,.6);
}

.main img {
	width: 100%;
}

.main_head {
    font-size: 4.2vw;
    font-weight: 500;
    margin-top: -7vw;
    color: #000;

}

.main_name {
	color: rgba(255,255,255,.8);
	font-size: 3.5vw;
	line-height: 6vw;
    margin-bottom: 7vw;
}

.people {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 3vw 0;
    /* margin-top: 9vw; */
    margin-bottom: 0.5vw;
    background: #fff;
}

.main_left {
	text-align: center;
}

.main_right {
	text-align: center;
}

.main_num {
	font-size: 5vw;
	color: #000;
	font-weight: 600;
}

.main_text {
	color: #6f6f6f;
	font-size: 3.2vw;
}


/*搜索*/

form {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

input {
	width: 100%;
	height: 10vw;
	line-height: 10vw;
	padding-left: 4vw;
}

button {
	height: 10vw;
	width: 10vw;
	cursor: pointer;
	position: absolute;
}

.bar7 {
	width: 92%;
	margin-left: 4%;
	border-radius: 20px;
	transition: .3s linear;
	/* float: right; */
	margin: 3vw auto;
	/* text-align: center; */
}

.bar7 input {
	width: 100%;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #f3f3f3;
	transition: .3s linear;
	float: right;
}

.bar7 button {
    background: none;
    top: -0.4vw;
    right: 2vw;
    padding: 2.5vw;
}

.bar7 button img {
	width: 70%;
}

input {
	/*-webkit-text-fill-color: #9a9a9a;*/
	/*输入文字、placeholder颜色*/
}
/*搜索*/
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.he {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	top: 3vw;
	padding: 2vw;
}
.cancels {
    width: 45%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 52vw;
    margin: 2vw;
    background: #fff;
}
.cancel {
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    height: 52vw;
    margin: 2vw;
    background: #fff;
}
.cancel:after {
    content: '';
    width: 43.3vw;
    height: 35vw;
    background: rgb(0, 0, 0, .6);
    position: absolute;
    margin-top: -48.5vw;
    border-radius: 10px 10px 0 0 ;
}

.cancel:before {
    content: '';
    background: url(../img/ic_lock@3x.png) no-repeat center center;
    background-size: 15%;
    position: absolute;
    /* top: -15px; */
    z-index: 12;
    width: 43vw;
    height: 35vw;
}
.cancel_img {
    width: 100%;
    height: 35vw;
    overflow: hidden;
}

.cancel_img img {
	width: 100%;
}
.cancel_name{
	color: #2d2d2d;
	font-size: 3.5vw;
	padding: 2.5vw;
	font-weight: 500;
}
.cancel_buttom{
    line-height: 7.5vw;
    height: 8vw;
    width: 100%;
    background: #e1476d;
    color: #fff;
    /* padding: 2.3vw 2vw; */
    /* border-radius: 50px; */
    font-size: 3.2vw;
    /* margin-left: 25vw; */
    /* margin-top: 2vw; */
    text-align: center;
}
input {
	-webkit-appearance: none;
	/*去除input默认样式*/
}
.pay1_below {
    position: fixed;
    width: 9vw;
    height: 9vw;
    border-radius: 8px 0 0 8px;
    background: rgba(225, 71, 109, .9);
    /* padding: 2.1vw 1vw; */
    margin-top: 2vw;
    top: 11vw;
    z-index: 20;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3vw;
    letter-spacing: .2vw;
}

.pay1_below img {
	width: 100%;
}

.hx-body {
    width: 100%;
    margin-top: 10%;
    text-align: center;
    margin-bottom: 10vw;
}

.backgrounds {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}
.background_pay {
    display: none;
    width: 82%;
    height: 105vw;
    background: #fff;
    z-index: 15;
    position: fixed;
    /* margin: 0 auto; */
    top: 25vw;
    /* bottom: 0; */
    border-radius: 15px;
    padding: 10vw;
    margin-left: 9%;
}
.pays_top{
    text-align: center;
    font-weight: 600;
    font-size: 3.5vw;
}
.pays_text {
	display: flex;
    margin-top: 5%;
}
.hxcode_body {
	display: flex;
    margin-top: 5%;
    width: 80%;
    margin-left: 10%;
}
.shop_qrcode {
	width: 100%;
	margin-top: 8%;
	text-align: center;
}
.hxcode_text {
	width: 75%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 4vw;
}
.hxcode_button {
	width: 25%;
    padding-left: 0;
    background-color: #cccccc;
}