* {
	margin: 0px;
	padding: 0px;
	text-decoration: none
}

body {
	margin: 0px auto;
	max-width: 640px;
	background: #fff;
	overflow-x: hidden;
}


input {
	border: none;
	color: #000;
	font-size: 1em;
	outline: none;
	-webkit-appearance: textfield;
	-webkit-writing-mode: horizontal-tb;
	background-color: white;
	-webkit-rtl-ordering: logical;
	cursor: text;
}

input:focus {
	outline: none;
}

.clear {
	clear: both
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

ul {
	list-style: none;
}

.banner {
	width: 100%;
	margin: 0px auto;
	display: block;
}

.btndiv {
	position: relative;
}

.btnimg {
	width: 80%;
	margin-left: 10%;
	margin-top: 10px;
	animation: blink 3s infinite;
	/* 无限循环播放，但看起来不那么频繁 */
}

@keyframes blink {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.2);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.2);
	}
}

.subbtn {
	position: absolute;
	font-size: 3.5vw;
	font-weight: bold;
	top: 2.5vw;
	text-align: center;
	width: 100%;
	color: #fff;
	animation: mymove 3s infinite;
	-webkit-animation: mymove 3s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	-webkit-animation: mymove 3s infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes mymove {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.3);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.3);
	}

}

.booking_notes {
	position: absolute;
	top: 5vw;
	color: #C21047;
	font-size: 0.8rem;
	text-align: center;
	width: 100%;
}

.booking_notes label i {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	margin: -2px 5px 0 0;
	border: 1.5px solid #C21047;
	background: #fff;
	background-size: 1rem 1rem;
	vertical-align: middle;
}

.booking_notes label i.on {
	background: url(../img/index/gou.png);
	background-size: cover;
}

	.booking_notes a {
		display: inline-block;
		color: #C21047;
	}

.booking_notes p {
	display: block;
	padding: 8px 0 0 0;
	color: #999;
}

.listdiv {
	position: relative;
	overflow: hidden;
}

.content1 {
	position: absolute;
	height: 120vw;
	margin: 0vw 10vw 0vw 12vw;
	top: 0vw;
	overflow: hidden;
	color: #5c5c5c;
	width: 80vw;
}

.content1 li {
	width: 100%;
	clear: both;
	height: 20vw;
	position: relative;
	font-size: 3vw;
	margin-bottom: 6vw;
}

.content1 .icon {
	width: 4rem;
	height: 4rem;
	border-radius: 4px;
}

.content1 .red {
	color: red !important;
}

.content1 .perinfo {
	float: left;
	margin-left: 2vw;
	width: calc(100% - 20vw);
}

.content1 .title {
	color: #1F1C1C;
	font-weight: bold;
	float: left;
	font-size: 4vw;
}

.content1 .age,
.content1 .age2 {
	position: relative;
	float: left;
	margin-left: 10px;
	background: linear-gradient(90deg, #B86DF2 0%, #EE89F8 100%);
	border-radius: 3vw;
	color: #fff;
	padding: 0.5vw 1.2vw 0.5vw 4.8vw;
}

.content1 .age2 {
	background: linear-gradient(90deg, #756BFF 0%, #62C6F0 100%);
}

.content1 .age::before,
.content1 .age2::before {
	background-image: url('../img/index/gender_02.png');
	content: "";
	/* 不写这句，后面全白给 */
	content: "";
	display: inline-block;
	width: 4vw;
	height: 4vw;
	background-size: cover;
	position: absolute;
	top: 0.8vw;
	left: 1vw;
}

.content1 .age2::before {
	background-image: url('../img/index/gender_01.png');
}

.content1 .hight,
.content1 .weight {
	float: right;
	color: #F45962;
	margin-left: 5px;
}

.content1 .project {
	float: left;
	width: 100%;
	margin-top: 2vw;
}

.content1 .project span {
	background: rgba(31, 28, 28, 0.08);
	font-size: 3vw;
	border-radius: 4px 4px 4px 4px;
	padding: 2px 5px;
	margin-right: 1vw;
	color: rgba(31, 28, 28, 0.48);
}

.content1 li .location {
	color: #1477E9;
	float: left;
	position: relative;
	padding: 0.5vw 1.5vw 0.5vw 5vw;
	background: rgba(20, 119, 233, 0.12);
	border-radius: 3vw;
	margin-right: 1vw;
	width: 13.5vw;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content1 li .location::before {
	background-image: url('../img/index/weizhi.png');
	content: "";
	/* 不写这句，后面全白给 */
	content: "";
	display: inline-block;
	width: 4vw;
	height: 4vw;
	background-size: cover;
	position: absolute;
	top: 0.8vw;
	left: 1vw;
}

.content1 li .note {
	color: #fff;
	float: left;
	position: relative;
	padding: 0.5vw 0vw 0.5vw 6vw;
	background: linear-gradient(315deg, #EE89F8 0%, #62C6F0 100%);
	border-radius: 3vw;
	width: 51vw;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content1 li .note::before {
	background-image: url('../img/index/xinxi.png');
	content: "";
	/* 不写这句，后面全白给 */
	content: "";
	display: inline-block;
	width: 4vw;
	height: 4vw;
	background-size: cover;
	position: absolute;
	top: 0.8vw;
	left: 1vw;
}

.actinfo {
	line-height: 1.5;
	position: absolute;
	margin: 0vw 10vw 0vw 14vw;
	top: 54vw;
	overflow: hidden;
	color: #5c5c5c;
	font-size: 3.5vw;
}

.str_move {
	position: absolute;
	top: 0px
}