﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
table,
th,
td,
blockquote,
fieldset,
div,
strong,
label,
em {
	margin: 0;
	padding: 0;
	border: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background-color: #0094b0;
	color: #fff
}

input,
select,
textarea,
button,
optgroup {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', SimSun, Arial, sans-serif
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	width: 100%;
	height: 100%;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', SimSun, Arial, sans-serif;
	font-size: 12px;
	outline: 0;
	-webkit-text-size-adjust: none
}

@media(max-width:413px) {
	html {
		font-size: 12px
	}
}

@media(max-width:767px) and (min-width:414px) {
	html {
		font-size: 16px
	}
}

@media(min-width:768px) {
	html {
		font-size: 20px
	}
}

body {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', SimSun, Arial, sans-serif;
	color: #101010;
	background: #fff;
	font-size: inherit;
	width: 100%;
	height: 100%;
	line-height: 1.25;
}

ol,
ul,
li {
	list-style: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe {
	display: block
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

a,
area {
	blr: expression(this.onFocus=this.blur())
}

:focus {
	outline: 0
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer
}

a:hover,
a:visited,
a:active,
a:focus {
	text-decoration: none;
	outline: 0;
}

textarea {
	resize: none;
	outline: 0
}

i,
em,
cite {
	font-style: normal
}

button {
	cursor: pointer
}

::-webkit-input-placeholder {
	color: #b4b4b4
}

:-moz-placeholder {
	color: #b4b4b4;
	opacity: 1
}

::-moz-placeholder {
	color: #b4b4b4;
	opacity: 1
}

:-ms-input-placeholder {
	color: #b4b4b4
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: ''
}

.cgreen {
	color: #32bf00;
}

.c10 {
	color: #101010;
}

.c66 {
	color: #666;
}

.cff {
	color: #fff;
}

.cff:hover,
.cff:focus,
.cff:active {
	color: #fff;
}

.underline,
.underline:hover,
.underline:focus,
.underline:active {
	text-decoration: underline;
}

.fl {
	float: left
}

.fr {
	float: right
}

.nopadding {
	padding: 0!important
}

.p15 {
	padding: 0.75rem;
}

.pl0 {
	padding-left: 0!important
}

.pr0 {
	padding-right: 0;
}

.pr10 {
	padding-right: .5rem;
}

.pr35 {
	padding-right: 1.75rem;
}

.pl10 {
	padding-left: .5rem;
}

.pl20 {
	padding-left: 1rem;
}

.mt20 {
	margin-top: 1rem;
}

.mt30 {
	margin-top: 1.5rem;
}

.relative {
	position: relative
}

.img_100 {
	width: 100%;
	height: auto
}

.img_all_100 {
	width: 100%;
	height: 100%
}

.img_responsive {
	max-width: 100%;
	height: auto
}

.center_block {
	display: block;
	margin: auto
}

.vertical_center {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%!important
}

.top_center {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.f12 {
	font-size: .6rem;
}

.f14 {
	font-size: .7rem;
}

.f16 {
	font-size: .8rem;
}

.f18 {
	font-size: .9rem;
}

.f20 {
	font-size: 1rem;
}

.f22 {
	font-size: 1.1rem;
}

.f24 {
	font-size: 1.2rem;
}

.f30 {
	font-size: 1.5rem;
}

.f36 {
	font-size: 1.8rem;
}

.f40 {
	font-size: 2rem;
}

.f46 {
	font-size: 2.3rem;
}

.fb {
	font-weight: bold;
}

.lineh18 {
	line-height: 1.8;
}

.lineh2 {
	line-height: 2;
}

.bgf8 {
	background: #f8f8f8;
}

.bgGreen {
	background-color: #eb3939
}

.container {
	padding: 0
}

.navbar {
	background: rgba(0, 0, 0, 0);
	margin-bottom: 0;
	border-left: 0;
	border-right: 0;
	height: 4rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border-bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-brand {
	padding: 1.5rem 0;
	height: auto;
}

.navbar-brand img {
	height: 2rem;
	width: auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navabr-tel {
	float: right;
	margin: 1.5rem 0 1.5rem 2.5rem;
	color: #fff;
	font-size: 0.7rem;
}

.middle {
	vertical-align: middle;
}

.navbar-fixed-top {
	background: rgba(0, 0, 0, 1);
}

.navbar-nav {
	margin: 0;
}

.navbar-right {
	margin-right: 0
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: 0;
}

.navbar-default .navbar-nav>li {
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-header {
	margin: 0;
	padding: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: .7rem;
	position: relative;
	padding: 1.5rem .7rem 0;
	text-align: center;
	line-height: 1.8;
}

.navbar-default .navbar-nav>li>a span {
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: .2rem solid #eb3939;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	vertical-align: bottom;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #eb3939;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus span,
.navbar-default .navbar-nav>li>a:hover span,
.navbar-default .navbar-nav>.active>a span {
	width: 50%;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-collapse {
	margin: 0;
	padding: 0
}

.navbar-default .navbar-toggle {
	border: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	padding: 0;
	margin: .5rem 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff
}

.navbar .navbar-toggle .icon-bar {
	width: 1.8rem;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: #fff;
	pointer-events: none
}

.navbar .navbar-toggle .top-bar {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%
}

.navbar .navbar-toggle .middle-bar {
	opacity: 0
}

.navbar .navbar-toggle .bottom-bar {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%
}

.navbar .navbar-toggle.collapsed .top-bar {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.navbar .navbar-toggle.collapsed .middle-bar {
	opacity: 1
}

.navbar .navbar-toggle.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}

.pagination {
	text-align: right;
	margin: 2rem 0;
	display: block;
	font-size: 0;
}

.pagination li {
	display: inline-block;
	font-size: 0;
	margin-left: .75rem;
}

.pagination>li>a,
.pagination>li>span {
	border-radius: .25rem;
	min-width: 2rem;
	height: 2rem;
	line-height: 1.9rem;
	font-size: .8rem;
	float: none;
	padding: 0 .7rem;
	color: #333;
	text-align: center;
	display: inline-block;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.pagination>li>a.ptotal-num {
	border: 0;
}

.pagination li a:hover,
.pagination li a.on {
	color: #fff;
	background: #32BF00;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border-color: #32BF00;
	background: #32BF00;
}

.nopadding-col>div {
	padding: 0;
}

.empty {
	padding: 2rem 0 4rem;
}

.empty p {
	text-align: center;
	font-size: .8rem;
	color: #333;
}

.empty img {
	width: 4rem;
	max-width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 1rem;
}

.map {
	font-size: 13px !important;
	height: 40rem;
	width: 100%;
}

.map * {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.map .BMapLabel {
	display: block !important;
	max-width: none !important;
}

.map .BMap_Marker div {
	-webkit-animation: jump .8s ease-out infinite;
	-o-animation: jump .8s ease-out infinite;
	animation: jump .8s ease-out infinite;
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(.5rem);
		-moz-transform: translateY(.5rem);
		-ms-transform: translateY(.5rem);
		-o-transform: translateY(.5rem);
		transform: translateY(.5rem);
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(.5rem);
		-moz-transform: translateY(.5rem);
		-ms-transform: translateY(.5rem);
		-o-transform: translateY(.5rem);
		transform: translateY(.5rem);
	}
}

input[type=checkbox],
input[type=radio] {
	margin: 0px 0 0;
	vertical-align: middle;
}

.banner {
	height: 100%;
	height: calc(100% - 180px);
	height: 90%\9;
	position: relative;
	text-align: center;
}

.banner-other {
	height: 80%;
	height: calc(100% - 10rem);
	height: 80%\9;
}

.banner-logo {
	width: 10rem;
	max-width: 50%;
	height: auto;
	margin-bottom: 1rem;
}

.banner h2 {
	font-size: 3rem;
	font-weight: bolder;
	color: #fff;
	margin-bottom: 2rem;
}

.banner p {
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 1.5rem;
}

.banner-btn {
	width: 8.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 0.25rem;
	font-size: 0.8rem;
	background: #eb3939;
}

.com-btn-lg {
	width: 11.5rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	display: inline-block;
	border-radius: 0.25rem;
	font-size: 1.2rem;
}

.com-btn-md {
	width: 8rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	display: inline-block;
	border-radius: 0.25rem;
	font-size: 1rem;
}

.btn-green {
	background: #eb3939;
	color: #fff;
}

.banner-btn:hover,
.banner-btn:focus,
.banner-btn:active,
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	color: #fff;
	-ms-filter: brightness(1.1);
	filter: brightness(1.1);
}

.notice {
	height: 4.5rem;
	color: #fff;
}

.flex {
	display: -webkit-flex;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
}

.flex1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}

.notice-left {
	margin: 1rem 0;
}

.seller-loop-wrap {
	margin: 1.5rem 0;
	height: 1.5rem;
	overflow: hidden;
	vertical-align: middle;
}

.notices-wrap {
	float: left;
	margin-left: 20px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	margin: 15px 0;
	width: 240px;
}

.seller-loop {
	padding: 0;
	list-style: none;
	font-size: 0.9rem;
	color: #fff;
	margin: 0;
}

.seller-loop:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.seller-loop li {
	height: 30px;
	line-height: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.com-tit h2 {
	font-size: 2rem;
	margin-bottom: .75rem;
}

.com-tit p {
	font-size: 0.9rem;
	color: #666;
	font-family: arial;
	margin-bottom: .5rem;
}

.com-tit {
	text-align: center;
	line-height: 1.6;
	margin: 4rem 0 2rem;
}

.com-tit span {
	width: 2.75rem;
	height: 2px;
	background: #101010;
	display: inline-block;
}

.bgGreen .com-tit h2,
.bgGreen .com-tit p,
.bgGreen .com-tit {
	color: #fff;
}

.bgGreen .com-tit span {
	background: #fff;
}

.five-wrap,
.join-how-wrap {
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.five-block,
.seven-block {
	width: 33.33%;
	margin: 1.5rem 0;
}

.five-icon {
	border: 1px solid #eb3939;
	border-radius: 100%;
	width: 10.5rem;
	height: 10.5rem;
	padding: .725rem;
	margin: 0 auto 2rem;
}
.five-block p,
.five-icon {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.five-icon i {
	font-size: 3.85rem;
	color: #fff;
	width: 9rem;
	line-height: 9rem;
	height: 9rem;
	border-radius: 100%;
	background: #eb3939;
	display: block;
}

.seven-wrap,
.banner-bottom-wrap,
.futrue-wrap,
.shop-wrap,
.vision-wrap,
.xfz-block {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.five-block:hover .five-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	border: 15px solid #eb3939;
	padding: 0;
}

.five-block:hover p {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.seven-block {
	width: 30%;
}

.seven-block dl {
	margin-bottom: .75rem;
}

.seven-block dt {
	display: inline-block;
	margin-right: .25rem;
	font-weight: normal;
	vertical-align: middle;
}

.seven-block i {
	font-size: 1.5rem;
	color: #eb3939;
	vertical-align: middle;
}

.seven-block dd {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: bold;
}

.seven-block p {
	font-size: 0.9rem;
	color: #333;
	line-height: 1.5rem;
}

.index-wx,
.index-join {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	padding: 2rem 0 1rem;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index-wx-block,
.index-join-block {
	width: 47%;
}

.index-wx-block h2,
.index-join-block h2 {
	margin-bottom: 2rem;
}

.index-wx-block h3,
.index-join-block h3 {
	margin-bottom: 4rem;
}

.apply-gap {
	background: url(/pc/img/bg1.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 5.5rem 0;
}

.footer {
	padding: 3rem 0;
	background: #eb3939;
	color: #fff;
}

.footer-contact dt,
.footer-class dt {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.footer-contact dd,
.footer-class dd {
	line-height: 2.2rem;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, .5);
}

.footer-class dd {
	width: 50%;
	float: left;
}

.footer-class dd a {
	color: rgba(255, 255, 255, .5);
}

.footer-class dd a:hover {
	color: #fff;
}

.footer-contact i {
	font-size: 1.25rem;
	/* color: #0094b0; */
	vertical-align: middle;
	margin-right: 1.25rem;
}

.footer-ewm p {
	font-size: 0.9rem;
	line-height: 2.1rem;
	color: #fff;
}

.footer-ewm-flex {
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-ewm-block {
	max-width: 50%;
}

.copyright {
	background: #333;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, .5);
	text-align: center;
	padding: 1.5rem 0;
}

.banner-bottom-wrap {
	height: 8.5rem;
	text-align: center;
	color: #fff;
	align-items: center;
}

.banner-bottom-block {
	position: relative;
	width: 16.66%;
}

.banner-bottom-block:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	border-radius: 100%;
	bottom: 0;
	background: rgba(255, 255, 255, .45);
}

.banner-bottom-block:last-child:before {
	display: none;
}

.banner-bottom-block span {
	width: 2.5rem;
	height: 2px;
	background: #fff;
	display: inline-block;
}

.banner-bottom-block i {
	font-size: 3rem;
	display: inline-block;
	margin-bottom: .5rem;
}

.width50 {
	width: 65%;
	margin: auto;
}

.width80 {
	width: 80%;
	margin: auto;
}

.free-wrap {
	height: 38.5rem;
}

.free-block {
	float: left;
	width: 33.33%;
	border: 1px solid #eb3939;
	height: 33.33%;
	margin: 0 -1px -1px 0;
	padding: 5% 1.5rem;
	color: #666;
	font-size: 0.9rem;
	line-height: 2;
}

.interface-gap {
	background: url(/pc/img/propic3.png);
	background-size: cover;
	background-position: 65% 50%;
	height: 30rem;
}

.index-page {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: justify;
}

.index-page-block {
	width: 45%;
	padding: 1rem 0;
}

.index-page-block i {
	text-align: center;
	color: #eb3939;
	font-size: 2rem;
	width: 3rem;
	line-height: 3rem;
	height: 3rem;
	border-radius: 0.25rem;
	display: inline-block;
	margin-right: 1rem;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 8.5px 1.5px rgba(0, 0, 0, 0.1);
}

.index-page-block h2 {
	font-size: 1.5rem;
}

.index-page-block p {
	padding-left: 4rem;
	margin-top: 2rem;
	color: #666;
}

.index-page:nth-child(odd) .index-page-block {
	text-align: right;
}

.join-pic {
	position: relative;
}

.join-how-block {
	margin: 2rem 0;
}

.join-how-block:last-child .join-pic:before {
	display: none;
}

.join-pic:before {
	content: "";
	position: absolute;
	z-index: 1;
	right: -1.2rem;
	top: 50%;
	width: 2.4rem;
	height: 2.4rem;
	margin-top: -1.2rem;
	background: url(/pc/img/arrow_1.png) no-repeat;
	background-size: 100% 100%;
}

.spring-wrap {
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.spring-block {
	width: 9.25rem;
	border-radius: 0.5rem;
	background: #eb3939;
	color: #fff;
	padding: 3rem 2rem 2rem 2rem;
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 2;
}

.spring-block span {
	content: "";
	position: absolute;
	background: #fff;
	z-index: 1;
	top: -1.5rem;
	left: 50%;
	margin-left: -1.5rem;
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	border-radius: 100%;
	border: 1px solid #eb3939;
	text-align: center;
	font-size: 1.2rem;
	color: #eb3939;
	font-weight: bold;
}

.team-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
}

.team-block {
	width: 50%;
	align-items: center;
	align-content: center;
	display: -webkit-flex;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	text-align: center;
}

.team-txt {
	padding: 0 1rem;
}

.futrue-icon {
	background: url(/pc/img/icon.png) no-repeat;
	background-size: auto 10.4rem;
	background-position: center center;
	width: 10.4rem;
	height: 10.4rem;
	font-size: 1.2rem;
	color: #eb3939;
	font-weight: bold;
	padding: 4rem 0;
	margin: 0 auto 2rem;
}
.shop-wrap{
	justify-content: space-between;
}
.shop-icon {
	background: url(/pc/img/icon.png) no-repeat;
	background-size: auto 10.4rem;
	background-position: center center;
	width: 10.4rem;
	height: 10.4rem;
	font-size: 1.2rem;
	color: #eb3939;
	font-weight: bold;
	padding: 3rem 0;
	margin: 0 auto 2rem;
}
.futrue-block,
.case-list li {
	width: 30%;
}

.futrue-block p {
	color: #fff;
	font-size: 0.8rem;
	line-height: 2;
}

.vision-block {
	width: 48%;
	text-align: center;
}

.vision-txt {
	padding: .75rem 1rem;
	color: #fff;
	font-weight: bold;
	background: #eb3939;
	display: inline-block;
	width: 10.75rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8rem;
	border-radius: 0.25rem;
	margin-bottom: 2rem;
}

.vision-desc {
	border: 1px solid #eb3939;
	padding: 2rem;
	border-radius: 0.25rem;
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #666;
	text-align: justify;
}

.case-list {
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.case-list li {
	border: 1px solid #eb3939;
	padding: 0.75rem;
	align-items: flex-start;
	margin-bottom: 2rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.case-list li img {
	height: 10.5rem;
	margin-bottom: .75rem;
}

.case-list li:hover {
	box-shadow: 5px 5px 20px 0 rgba(120, 141, 18, 0.3);
}

.article-tit {
	text-align: center;
	font-size: 1.2rem;
	padding: 2.5rem 0;
}

.article-tit span {
	color: #eb3939;
	padding-bottom: 1rem;
	border-bottom: 2px solid #eb3939;
	margin-left: 2rem;
}

.article-content {
	font-size: 0.9rem;
	color: #666;
	padding: 0 2rem;
}

.article-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

.article-content p {
	margin: 1rem 0;
}

.help-tit-tab {
	font-size: 1.2rem;
	text-align: center;
	margin: 3rem 0;
}

.help-tit-tab li {
	display: inline-block;
	margin: 0 1.5rem;
}

.help-tit-tab li a {
	color: #101010;
	border-bottom: 2px solid transparent;
	padding-bottom: 1rem;
}

.help-tit-tab li.active a {
	color: #eb3939;
	border-bottom: 2px solid #eb3939;
}

.help-content {
	background: #f6f6f6;
	padding: 2.5rem;
	margin-bottom: 3.5rem;
}

.question-wrap {
	margin-bottom: 1.5rem;
}

.question {
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 2.5;
	color: #101010;
	padding-left: 1.5rem;
	position: relative;
}

.question:before {
	content: "Q：";
	position: absolute;
	left: 0;
}

.answer {
	font-size: 0.9rem;
	line-height: 2.5;
	color: #666;
	padding-left: 1.5rem;
	position: relative;
}

.answer:before {
	content: "A：";
	position: absolute;
	left: 0;
}

.side-nav {
	position: fixed;
	right: 1.5rem;
	bottom: .75rem;
	text-align: center;
	z-index: 99
}

.side-nav-index {
	bottom: 4.75rem
}

.side-nav .s-n-item {
	width: 2.9rem;
	height: 2.9rem;
	background: rgba(0, 0, 0, .6);
	border-radius: .5rem;
	line-height: 2.9rem;
	margin: 1rem 0;
	display: block;
	position: relative;
	box-shadow: 0px .1rem .4rem .1rem rgba(69, 69, 69, 0.35);
	overflow: hidden;
}

.side-nav .s-n-item.s-n-kf {
	background: #eb3939;
}

.side-nav .s-n-item .iconfont {
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
}

.s-n-item:hover .icon-kefu {
	-webkit-animation: pulse .4s, 100ms ease-in;
	-o-animation: pulse .4s, 100ms ease-in;
	animation: pulse .4s, 100ms ease-in;
}

.s-n-item:hover .icon-fanhuidingbu {
	-webkit-animation: goTop .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	-o-animation: goTop .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
	animation: goTop .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}

@-moz-keyframes goTop {
	100% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-ms-keyframes goTop {
	100% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes goTop {
	100% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes goTop {
	100% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.apply-form {
	padding: 3.5rem 4rem;
	background: #fff;
	max-width: 33.5rem;
	margin: auto;
}

.apply-control {
	margin-bottom: 2rem;
}

.apply-label {
	margin-bottom: 1rem;
	font-size: 0.9rem;
}

.apply-input {
	border: 1px solid #eb3939;
	line-height: 2.5rem;
	height: 50px;
	width: 100%;
	padding: 0 1rem;
	color: #666;
}

.apply-radio-wrap {
	margin-right: 1.5rem;
	font-size: 0.8rem;
	font-weight: normal;
	position: relative;
	padding-left: 2rem;
	color: #666;
}

.apply-radio {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	border: 0;
	outline: 0!important;
	-webkit-appearance: none;
	background-image: none;
	background: 0 0;
	box-shadow: none;
}

.apply-radio:before {
	font-family: "iconfont"!important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	content: '\e6d8';
	font-size: .9rem;
	color: #eb3939;
	text-decoration: none;
	display: block;
}

.apply-radio:checked:before {
	content: '\e657';
	color: #eb3939;
}

.apply-btn {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 0.25rem;
	font-size: 1rem;
	color: #fff;
	background: #eb3939;
	border: 0;
	border-bottom: 5px solid transparent;
}

.apply-btn:hover {
	border-bottom: 5px solid #98ae2e;
}

.apply-btn:active {
	border-bottom: 3px solid #98ae2e;
}
.xfz-block {
	position: relative;
}
.xfz-block-four{
	width: 48%;
	border: 1px solid #fff;
	padding:2rem 2.5rem;
	border-radius: 5px;
	margin: 2rem 0;
}
.xfz-block-five{
	background: #eb3939;
	display: inline-block;
	border: 1px solid #fff;
	padding: 1.5rem 4rem;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.xfz-block-five p{
	word-break: normal;
	white-space: nowrap;
}
.xfz-block p{
	margin-top: .5rem;
}

/* 新增 */
.img-container{
	display: flex;
	justify-content: space-around;
}
button[type=submit]{
	width: 6.25rem;
	background-color: #eb3939;
}
button[type=submit]:hover{
	background-color: #eb3939;
}
input[type=text].company{
	width: 12.5rem;
}
.form-group select.city{
	width: 6.25rem;
}
