* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	text-transform: uppercase;
	user-select: none;
}

p {
	margin: 0;
	padding: 0;
}

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

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

/* 公用 */
.font_313 {
	font-size: 0.18rem;
}

.font_135 {
	font-size: 0.135rem;
}

.font_104 {
	font-size: 0.104rem;
}

.font_94 {
	font-size: 16px;
}

.col_fff {
	color: #fff;
}

.col_1 {
	color: #192032;
}

.l-h-3 {
	line-height: 0.3rem;
}

.l-h-2 {
	line-height: 0.2rem;
}

.mg-t3 {
	margin-top: 0.3rem;
}

.mg-t8 {
	margin-top: 0.8rem;
}

.mg-l156 {
	margin-left: 0.156rem;
}

.pd-l-10 {
	padding-left: 10px;
}

.swiper-container {
	width: 100vw;
	height: 100vh;
}

/* 头部 */
.header {
	width: 100vw;
	height: 90px;
	z-index: 33333;
}

.header.bgc {
	background-color: #333;
}

.header_min {
	width: calc(100% - 3.76rem);
	margin: 0 auto;
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 157px;
}

.header_navigation>a {
	display: inline-block;
	padding: 0 0.224rem
}

.header_navigation>a:hover,
.header_navigation>a.active {
	color: #f86407;
	position: relative;
	font-size:16px;
}

.header_navigation>a:hover::after,
.header_navigation>a.active::after {
	content: "";
	position: absolute;
	width: 0.135rem;
	height: 0.026rem;
	background-color: #f86407;
	border-radius: 0.013rem;
	left: 50%;
	margin-left: -0.0675rem;
	bottom: -0.089rem;
}

/* 首页图一 */
.content_01 {
	width: 100vw;
	height: 100vh;
	text-align: center;
}

.words_1 {
	width: 3.75rem;
	height: 0.432rem;
	margin: 2.318rem auto 0.396rem auto;
}

.appstore_img {
	cursor: pointer;
	display: inline-block;
}

.andriod_img {
	cursor: pointer;
	display: inline-block;
	margin-left: 0.3rem;
}

.appstore_img,
.andriod_img {
	width: 0.807rem;
	height: 0.297rem;
	margin-top: 0.2rem;
}

.appstore_img>img,
.andriod_img>img {
	width: 100%;
}

/* 首页图2 */
.content_02 {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iphone_01 {
	/* margin: 1.188rem 0 0 2.719rem; 
	width: 2.698rem;*/
	height: 2.969rem;
	flex-shrink: 0;
}

.words_2 {
	margin: 0.2rem 0 0 1.161rem;
}

.words_p {
	position: relative;
	color: #000;
    font-size: 60px;
    font-weight: 700;
}

.words_p::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.089rem;
	width: 0.2rem;
	height: 0.02rem;
	background-color: #000;
	border-radius: 0.016rem;
}

/*用户说明 */
.cost,
.explain,
.about {
	width: 100vw;
	min-height: 100vh;
	/*background: url(../image/bg_02.png)no-repeat center center;*/
		background-color: #131620;
	background-size: cover;
	object-fit: cover;

}

.cost_content,
.explain_content,
.about_content {
	width: 6.229rem;
	margin: 0.6rem auto 0 auto;
}

.explain_li {
	width: 6.229rem;
	height: 0.495rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 0.094rem;
	box-shadow: 0rem 0rem 0.068rem 0rem rgba(0, 0, 0, 0.15);
	border-radius: 0.026rem;
}

.explain_li_img {
	width: 0.203rem;
	height: auto;
	padding-left: 0.109rem;
}

.explain_li_words p:first-child {
	font-weight: 600;
}

/* 关于我们 */
.about_content {
	display: flex;
	justify-content: space-between;
}

.words_3 {
	width: 2.8rem;
}

.about_content_img {
	width: 1.8rem;
}

/* svg */
.list-bg {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 300px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.7;
}

.list-bg .bg-waves,
.list-bg .waves {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	margin-bottom: -5px
}

.list-bg .parallax>use {
	-webkit-animation: move-forever 14s linear infinite;
	animation: move-forever 14s linear infinite
}

.list-bg .parallax>use:nth-child(1) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	fill-opacity: .2
}

.list-bg .parallax>use:nth-child(2) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	fill-opacity: 1
}

@-webkit-keyframes move-forever {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0)
	}
}

@keyframes move-forever {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0)
	}
}

@media screen and (max-width: 300px) {}

/* 资费说明 */

.cost_img {
	width: 0.45rem;
	height: auto;
	padding-left: 0.109rem;
}

/* 版权 */
.copyright {
	text-align: center;
}

.pd_t3 {
	padding: 0.3rem 0;
	background:#29282e;
	color:#fff;
	font-size:14px;
}
.pd_t3 a{
	color:#fff;
	font-size:14px;
}
