@charset "utf-8";
/* CSS Public  Document author[lee] 2019*/

:root {
	--max-w: 450px;
	--font-size: 16px;
	--font-color: black;
}

html {
	font-size: var(--font-size);
	font-family: -apple-system, Roboto,
		"Helvetica Neue",
		Roboto,
		"Microsoft Yahei",
		"Hiragino Sans GB",
		Helvetica, Arial,
		sans-serif, nomospace;
	font-style: normal;
	line-height: 1.5;
}

body {
	margin: 0;
	padding: 0;
	color: var(--font-color);
}

* {
	box-sizing: border-box
}

a {
	transition: .15s;
	text-decoration: none
}

img {
	width: 100%
}

li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

li,
ol,
p,
ul {
	list-style-type: none
}

.align_center {
	text-align: center;
}
/* 
@media (max-width: 320px) {

	html,
	body {
		font-size: 14px;
	}
}

@media (min-width: 376px) {

	html,
	body {
		font-size: 18px;
	}
}

@media (min-width: 576px) {

	html,
	body {
		font-size: 26px;
	}
}

@media (min-width: 1024px) {

	html,
	body {
		font-size: 28px;
	}
} */

.container {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto;
	background: #fffdf3;
	padding-bottom: 5rem;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}

.model {
	margin: 0.5rem;
}

/*---------*/
#download {
	max-width: 60%;
}

.download {
	animation: linear infinite 1s scale;
}

@keyframes scale {
	from {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	to {
		transform: scale(1);
	}
}

.download-box {
	display: flex;
}

.download-box a {
	width: 40%;
	margin: auto;
	text-align: center;
}

.down-model {
	margin: -0.5rem auto 1.2rem auto;
}

/*---------*/


/*---------*/
.slider-swiper-container {
	margin: 1rem 0 !important;
	height: 13.2rem;
}

.slider-swiper-container .swiper-slide {
	text-align: center;
	display: inline-block;
	width: auto !important;
}

.slider-swiper-container .swiper-slide img {
	width: 9.5rem;
}

.slider-title {
	margin: auto;
	width: 60%;
}

.arrow {
	text-align: center;
	margin: auto;
}

.arrow .arrow-left,
.arrow .arrow-right {
	margin: 0 1rem;
}

/*---------*/


/*---------*/
#cesu {
	margin-top: -13rem;
	height: 13rem;
}

@media (min-width: 750px) {

	#cesu {
		margin-top: -15rem;
		height: 15rem;
	}
}

#cesu .cesu_title {
	margin: 1rem 0 0 1.5rem;
	width: 50%;
}

#cesu li {
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 1.5rem;
	margin: 0.5rem 0;
	justify-content: space-between;
	line-height: 2.3rem;
	height: 2.3rem;
	text-align: center;
}

.sudu {
	color: #ffffff;
	background: #f27c13;
	width: 4rem;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.dizhi {
	text-align: left;
	color: #000000;
	background-image: -webkit-linear-gradient(top, #fff0e2, #fffdf3, #fff0e2);
	flex: 1;
	padding-left: 1rem;
	margin-right: 0.5rem;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}


.open {
	color: #ffffff;
	background: #f27c13;
	width: 5.5rem;
	border-radius: 30px;
}

/*---------*/


/*---------*/
footer {
	display: flex;
	position: fixed;
	bottom: -1px;
	width: 100%;
	max-width: var(--max-w);
	align-items: center;
	z-index: 10;
	line-height: 0;
}

footer div {

	width: 100%;
	max-width: 750px;
}

footer>a {
	position: absolute;
	right: 0.5rem;
	width: 6rem;
}

/*---------*/

/*---------*/
.kf {
	position: fixed;
	right: 0;
	width: 4rem;
	top: 40%;
	z-index: 10;
}

/*---------*/

/*---------*/
.scroll-content {
	overflow: hidden;
	flex: 1;
	height: 1.2rem;
	line-height: 1.2rem;
	position: relative;
}

.scroll-text {
	position: absolute;
	white-space: nowrap;
	padding-left: 100%;
	animation: notice 25s 0s linear infinite both;
	color: #f27c13;
}

@keyframes notice {
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

/*---------*/
