@charset="utf-8";

* {
	margin: 0 0;
	padding: 0 0;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: auto;
}

body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #434343;
	background: #eee;
	margin: 0 auto;
	box-sizing: border-box;
}

body,
input,
textarea,
button {
	font-family: "Noto Sans SC";
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3);
}

/*-------------------iphone button style reset-------------------*/

input[type=button],
input[type=file],
input[type=text] {
	-webkit-appearance: none;
	outline: none;
}

button {
	cursor: pointer;
}

textarea {
	-webkit-appearance: none;
}

.body-wrap {
	padding-bottom: 4rem;
}

.img-ab {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.img-vh {
	height: 100vh;
}

.bd {
	position: absolute;
}

.header {
	background: url(../images/layer_1.png) top center;
	background-size: cover;
	height: auto;
}

.head-wrap {
	width: 100%;
	height: 100%;
	background: url(../images/gn.png)right bottom no-repeat;
	background-size: 5.3rem 2.6rem;
}

.head-bg {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
}

.body-bg {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	position: relative;
}

.head-bg h1 {
	text-align: center;
	margin-top: 2.8rem;
	margin-bottom: 0;
}

.head-bg h1 img {
	width: 100%;
}

.head-bg h2 {
	text-align: center;
	color: #FEFEFE;
	font-size: 2.25rem;
	letter-spacing: .3rem;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	margin-top: -1.5rem;
	margin-bottom: 0;
	font-weight: 300;
}

.head-bg h2 button {
	border: none;
	background: transparent;
	width: 2.5rem;
	height: 2.5rem;
}

.calcu {
	display: flex;
	justify-content: center;
	width: 80vw;
	font-size: 1.2rem;
	background: url(../images/calcu.png)top center no-repeat;
	background-size: contain;
	color: #050505;
	margin: .75rem 0 1.5rem 0;
}

.calcu span {
	margin: 0 .75rem;
	letter-spacing: .1rem;
	color: #4F2B00;
}

.head-contain {
	width: 90%;
	margin-bottom: 2rem;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.h3-wrap {
	height: 3rem;
	width: 14rem;
	background: url(../images/bg_h.png)bottom no-repeat;
	background-size: contain;
	margin-top: 1rem;
}

.body-bg h3 {
	font-weight: 1000;
	font-size: 1.1rem;
	height: 3rem;

	width: 12rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D21715;
}

.pdl-3 {
	padding-left: 3.5rem;
}

.body-like {
	background: url(../images/bg__like.png)center no-repeat;
	background-size: contain;
	width: 95%;
	height: 7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	margin-top: .5rem;
	margin-bottom: -1rem;
}

.body-zf {
	background: url(../images/bg_zf.png)center no-repeat;
	background-size: contain;
}

.body-like p {
	color: #25130A;
	font-size: 1.2rem;
	margin-bottom: 0;
	margin-bottom: .5rem;
	margin-top: -0.5rem;
}

.body-like span {
	color: #9D0000;
	margin: 0 .2rem;
	letter-spacing: .1rem;
}

.body-like button {
	border: none;
	border-radius: .25rem;
	background-color: #960014;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	height: 1.5rem;
}

.body-like button img {
	width: 5rem;
	image-rendering: -moz-crisp-edges;

}


.body-lvmsg {
	background: url(../images/z.png) no-repeat;
	background-size: cover;
	width: 85%;
	height: 30rem;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-top: 1rem;
}

.rolling-map {
	height: fit-content;
	width: 75%;
	margin-top: 2rem;
}

.rolling-bobao {
	height: 340px;
	overflow: hidden;
	transition: .2s;
	width: 100%;
}

.rolling-bobao div {
	height: 20px;
	font-size: .85rem;
	color: #6D6968;
	transition: .2s;
	display: flex;
	flex-flow: row nowrap;
	white-space: nowrap;
}

.rolling-bobao div span {
	color: #6D6968;
	padding-right: .2rem;
	white-space: nowrap;
}

.rolling-bobao div p {
	margin-bottom: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.custom-select {
	width: 70%;
	margin-top: 1rem;
	height: 1.75rem;
	color: #6D6968;
	border: 1px solid #818181;
	border-radius: .2rem;
	padding: 0.1rem 0.5rem;
	background: #fff url(../images/switch.png) no-repeat right 0.75rem center;
	background-size: .65rem .65rem;

}

.body-lvmsg button {
	border: none;
	border-radius: .25rem;
	background-color: #960014;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	height: 1.5rem;
	margin-top: .5rem;
}

.body-lvmsg button img {
	width: 5rem;
	image-rendering: -moz-crisp-edges;
}

.hdgz {
	position: absolute;
	right: .5rem;
	top: 0;
	background: transparent;
	border: none;
	width: 5rem;
}

.hdgz img {
	animation: rota .5s infinite;
}

@keyframes rota {
	0% {
		transform: scale(1.0);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1.0);
	}
}

.body-gz {
	display: flex;
	justify-content: center;
	flex-flow: column nowrap;
	align-items: center;

}

.gz-details h3 {
	margin-top: 1rem;
	font-size: 1.5rem;
	color: #FCC65F;
	text-shadow: .1rem .1rem .2rem #444;
	padding-top: 1rem;
}

.gz-details p {
	padding: 2rem 2rem;
	margin-bottom: 0;
}

.gz-details {
	background: #F8F5EF;
	box-shadow: .1rem .1rem .2rem #454545;
	height: auto;
	width: 85%;
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	flex-flow: column nowrap;
	align-items: center;
}

#divselect cite {
	width: 100%;
	margin-top: 1rem;
	height: 1.75rem;
	color: #6D6968;
	border: 1px solid #818181;
	border-radius: .2rem;
	padding: 0.1rem 0.5rem;
	background: #fff url(../images/switch.png) no-repeat right 0.75rem center;
	background-size: .65rem .65rem;
	position: relative;
	display: block;
}

#divselect ul {
	border: 1px solid #818181;
	border-top: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 20000;
	margin-top: -0.1rem;
	display: none;
	width: 100%;
}

#divselect ul li {
	height: 24px;
	line-height: 24px;
}

#divselect ul li a {
	display: block;
	height: 24px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#divselect {
	width: 70%;
	position: relative;
	z-index: 10000;
}
