@charset "UTF-8";

/*basic css*/
@font-face {
	font-family: 'SIMHEI';
	src: url('/fonts/SIMHEI.ttf')
}

.font-SIMHEI {

	font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei;
}

body,
html {
	font-size: 20px;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1700px) {

	body,
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 1500px) {

	body,
	html {
		font-size: 15px;
	}
}

@media screen and (max-width: 1450px) {

	body,
	html {
		font-size: 15px;
	}
}

html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
	margin: 0;
	padding: 0;
	border: 0;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

*,
::after,
::before {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #d7d7d7;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	background: #a59e9e;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

input::placeholder,
textarea::placeholder {
	color: #b4b2b2;
}

.chatroom-username {
	color: #768387;
	font-size: 11px;
}

.company-profile p,
.company-profile span,
.service p,
.service span {
	/* font-size: 17px !important; */
}

input,
textarea,
button {
	padding: 0;
	/* font-family: 'PingFangMedium', "PingFangRegular", "Microsoft YaHei", "Arial"; */
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

input:hover {
	background-color: transparent !important;
}

input:-internal-autofill-selected {
	background-color: transparent !important;
}

textarea {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

ul,
ol,
li {
	list-style-type: none;
}

.slick-slide:focus,
input:focus,
a:focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

select,
input,
textarea,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	vertical-align: middle;
	outline: none;
	/* font-family: "PingFangRegular", 'PingFangMedium', "Microsoft YaHei", 'PingFangMedium', "Arial"; */
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
}

iframe {
	border: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.wrap {
	border: 0;
	padding: 0;
	width: 1150px;
	margin: 0 auto;
	*zoom: 1;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.fix {
	*zoom: 1;
}

.fix:after {
	clear: both;
	content: "";
	display: table;
}

input:focus,
textarea:focus {
	outline: none;
}

a {
	display: inline-block;
	max-width: 100%;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.ones {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.twos {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.three {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

.picture {
	/*position: relative;*/
	overflow: hidden;
	/*z-index: 10;*/
}

.picture img {
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
}

.each-item:hover .picture img {
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	zoom: 1.15 \9;
}

.wrapper-flex-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.wrapper-flex-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wrapper-flex-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}


.footer input::placeholder {
	color: #666666;
}

.footer input::-webkit-input-placeholder {
	color: #666666
}

/* .box {
	width: 85%;
	margin: auto;
} */

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-hc {
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-zBetween {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-zEnd {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-zStart {
	-webkit-box-pack: start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-ac {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-cStart {
	-webkit-box-align: start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.flex-cEnd {
	-webkit-box-align: end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.flex-cBaseline {
	-webkit-box-align: baseline;
	-moz-align-items: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

.flex-cStretch {
	-webkit-box-align: stretch;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.flex-zTopBottom {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex-zBottomTop {
	-webkit-box-pack: end;
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.flex-zLeftRight {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.flex-zRightLeft {
	-webkit-box-pack: end;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


.flex-shrink {
	-webkit-box-flex: 0;
	-moz-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.flex-center {
	-webkit-align-content: center;
	align-content: center;
}

.flex-start {
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.flex-end {
	-webkit-align-content: flex-end;
	align-content: flex-end;
}

.flex-between {
	-webkit-align-content: space-between;
	align-content: space-between;
}

.flex-container {
	-webkit-align-content: space-around;
	align-content: space-around;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.flex_bd {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}


.index-main,
.about-main {
	position: relative;
	width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
}

.layui-layer-title,
.layui-layer-dialog .layui-layer-content,
.layui-layer-btn a {
	font-size: 15px;
}

.layui-layer-btn a {
	line-height: 28px;
}

.layui-layer-dialog {
	min-width: 270px;
}

.layui-layer-btn .layui-layer-btn0 {
	background-color: #009ed7;
}

.layui-layer-dialog .layui-layer-content {
	padding: 30px;
}

.layui-layer-hui {
	min-width: 100px;
}

.layui-layer-hui .layui-layer-content {
	padding: 10px 24px;
}

.demoimg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: auto;
}

.phone-div {
	z-index: 1;
	width: 100%;
	height: 3.7rem;
	background-color: #29231f;
	display: inline-block;
}

.index-main .phone-div {
	display: none;
}

.after-sales-main .page-bg-img,
.product-main .page-bg-img,
.investment-promotion-main .page-bg-img,
.process-main .page-bg-img {
	margin-top: -4px;
	width: 100%;
}


.no-data-box {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
}

.no-data-box .img {
	width: 80px;
}

.no-data-box .text {
	margin-top: 10px;
	font-size: 17px;
	letter-spacing: 2px;
	color: #999;
}

/*E basic*/
/* S header */
.header-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.7rem;
	z-index: 999999;
}

.header-container .inner {
	box-sizing: border-box;
	padding: .3rem .4rem .1rem 1.3rem;
	width: 100%;
	height: 3.7rem;
	background-color: rgba(41, 35, 31, .5);
}


.header-container .logo-box .logo:nth-child(1) {
	margin-right: 20px;
	width: 92px;
	height: auto;
}

.header-container .logo-box .logo:nth-child(2) {
	width: 128px;
	height: 42px;
}

.header-container .logo-box .text {
	margin-right: 1.8rem;
	color: #009ed7;
	font-size: 1.2rem;
}

.header-container .icon-box {
	display: flex;
}

.header-container .icon-box .icon {
	margin-right: 1rem;
	width: 1rem;
	height: 1rem;
	display: none;
}

.show {
	display: inline-block !important;
}

.show-flex {
	display: flex !important;
}

.header-container .header-nav .heav {
	position: relative;
	margin-right: 20px;
	/* width: 8rem; */
	/* height: 1.7rem; */
	padding-bottom: 16px;
	box-sizing: border-box;
}


.header-container .header-nav .list a {
	/* display: none; */
}

.header-container .header-nav a {
	padding: .3rem 1.2rem;
	letter-spacing: 1px;
	font-size: 17px;
}

.header-container .header-nav a {
	color: #f5f5f4;
}

/* .header-container .header-nav a:hover {
	color: #009ed7;
	border-radius: 1rem;
	background-color: #29231f;
} */

.header-container .header-nav .icon-choose {
	margin-left: .5rem;
	width: 1rem;
	height: 1rem;
	display: none;
}

.header-container .header-nav .heav-choose {
	border-radius: 1rem;
	background-color: #009ed7;
	border-radius: 1rem;
}

.header-container .header-nav .heav-choose+.list {
	/* display: flex !important; */
}

.header-container .nav-icon-box .nav-icon {
	position: relative;
	margin-right: .5rem;
	width: .8rem;
	height: auto;
}

.header-container .nav-icon-box .car-count {
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 17px;
	color: #fff;
	padding: 0 2px;
	border-radius: .4rem;
	height: 24px;
	background-color: red;
}

.header-container .nav-icon-box .nav-icon {
	position: relative;
	margin-left: 10px;
	width: 20px;
}


.header-container .nav-icon-box .nav-icon:nth-child(2) {
	width: 24px;
}

.header-container .nav-icon-box .nav-icon:nth-child(3) {
	width: 24px;
}

/* E header */

/* S footer */
.footer-container {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
}

.footer-container .title {
	color: #fff;

}

.footer-container .box {
	/* padding: 0 10%; */
}

.footer-container .box .title {
	margin-bottom: 20px;
	color: #009ed7;
	letter-spacing: 1px;
	font-size: 21px;
}

.footer-container .box .from .title {
	margin-bottom: 24px;
}

.footer-container .box .info .email-box {
	margin-bottom: .7rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-container .box .info .email-box .text {
	color: #f5f5f4;
	font-size: 21px;
}

.footer-container .box .info .email-box .icon {
	margin-right: 6px;
	width: 24px;
	/* height: 1rem; */
}


.footer-container .footer-nav .icon-box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-container .footer-nav .icon-box .flex {
	position: relative;
}

.footer-container .footer-nav .flex .code {
	position: absolute;
	top: 1.4rem;
	left: -1.3rem;
	width: 4rem;
	height: 4rem;
	background-color: #fff;
	display: none;
}

.footer-container .footer-nav .icon {
	margin-right: 1rem;
	width: 1.4rem;
}


.footer-container .box .info .input-box {
	margin-bottom: .5rem;
	width: 100%;
	/* height: 2rem; */
	background-color: #030303;
	color: #fff;
	padding: 8px 10px;
	box-sizing: border-box;
	border-radius: .2rem;
	border: 1px solid #666;
	font-size: 15px;
}

.footer-container .box .info .input-msg {
	padding: .3rem .3rem;
	/* box-sizing: border-box; */
	height: 5rem;
	/* width: calc(100% + .2rem); */
	resize: none;
}

.footer-container .box .info .btn-submit {
	border-radius: .2rem;
	width: 100%;
	padding: 10px 0;
	/* height: 1.8rem; */
	/* line-height: 1.8rem; */
	color: #f5f5f4;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #009ed7;
	cursor: pointer;
}

.footer-container .box a {
	color: #fff;
	font-size: 21px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.footer-container .box h5 {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.footer-container .box p {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.footer-container .box p:last-child {
	margin-bottom: 0;
}

.footer-container .box .last-text {
	text-align: right;
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.footer-container .box .strong {
	font-weight: bold;
}

.footer-container .box .line {
	text-decoration: underline;
}


/* .footer-container .flex-left {
	margin-left: 3.9rem;
} */

.footer-container .flex-left .logo:nth-child(1) {
	margin-right: 14px;
	width: 120px;
}

.footer-container .flex-left .logo:nth-child(2) {
	width: 148px;
	height: 49px;
}

.footer-container .flex-left .title {
	color: #009ed7;
	letter-spacing: 4px;
}

.footer-container .flex-right {
	padding: .2rem .4rem;
	box-sizing: border-box;
	width: 7.8rem;
	height: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .2rem;
	background-color: #009ed7;
	cursor: pointer;
}

.footer-container .flex-right .text {
	color: #f5f5f4;
	margin-right: .5rem;
	font-size: 1rem;
	letter-spacing: 4px;
}

.footer-container .flex-right .icon {
	width: 1rem;
	height: auto;
}

/* E footer */
/* S login */
#common-login {
	display: none;
}

.logo-main {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.logo-main .icon-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 28px;
	padding: 6px 4px;
	background-color: #009ed7;
	border-radius: 50%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
}

.logo-main .info-box {
	position: relative;
	z-index: 99999;
	/* opacity: .3; */
	width: 400px;
	/* height: 410px; */
	border-radius: 6px;
	background-color: #fff;
}

.logo-main .info-box .info-box-header {
	position: relative;
	padding: 34px 34px;
	/* border-bottom: 2px solid #a4a5a5; */
}

.logo-main .info-box .info-box-header .title {
	font-size: 21px;
	color: #009ed7;
	font-weight: bold;
	letter-spacing: 1px;
}

.logo-main .info-box .info {
	/* background: red; */
	padding: 0 34px 50px;
}

.logo-main .info-box .info-input-box {
	padding: 0 12px;
	width: 100%;
	height: 50px;
	border: 2px solid #d7d7d7;
	border-radius: 6px;
	margin-bottom: 26px;
}

.logo-main .info-box .info-input-box .input-box {
	font-size: 17px;
	width: 100%;
}

.logo-main .info-box .info-input-box:nth-child(2) .input-box {
	width: 55%;
}

.logo-main .send-code {
	display: inline-block;
	font-size: 15px;
	color: #009ed7;
}

#code-time {
	display: none;
	font-size: 15px;
	color: #009ed7;
}

.logo-main .info .btn {
	border-radius: 6px;
	margin-top: 12px;
	padding: 12px 0;
	width: 100%;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #009ed7;
}

/* .logo-main .info-box .btn-back {
	width: 100%;
	font-size: 21px;
}

.logo-main .info-box .info-box-header .icon {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 40px;
}

.logo-main .info-box .info-box-header .icon-close {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 24px;
}

.logo-main .info-box .info-box-header .title {
	font-size: 21px;
	color: #009ed7;
	font-weight: bold;
	letter-spacing: 1px;
}

.logo-main .info .input-box {
	width: 100%;
	background-color: #fff;
	padding: 0 .3rem;
	box-sizing: border-box;
	font-size: 17px;
}

.logo-main .info .flex {
	margin-bottom: 14px;
	padding-right: 10px;
}

.logo-main .info .flex .input-box {
	width: 60%;
	color: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 17px;
}

.logo-main .info .flex .icon {
	width: 30px;
}

.logo-main .info .flex .info-input-box {
	width: 100%;
	border-radius: .2rem;
	border: 2px solid #a4a5a5;
}

.logo-main .info .border {
	border-radius: .2rem;
	border: 2px solid #a4a5a5;
}

.logo-main .send-code {
	display: inline-block;
	font-size: 15px;
}

#code-time {
	display: none;
	font-size: 20px;
}

.logo-main .info {
	width: 100%;
	padding: 15px 20px 20px;
}


 */

/* E login */

/* S index */

.index-main .fp-tableCell {
	vertical-align: baseline;
}


.index-main .device {
	width: 100%;
	/* height: 20rem; */
	height: 100vh;
	/* margin: 5px auto; */
	position: relative;
	border-bottom: 1px solid #f5f5f4;
}

.index-main .device .arrow-left {
	background: url(../img/icon-left-arr.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 99999;
	margin-top: -3px;
	width: 2.5rem;
	height: 2.5rem;
}

.index-main .device .arrow-right {
	background: url(../img/icon-right-arr.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 99999;
	margin-top: -3px;
	width: 2.5rem;
	height: 2.5rem;
}

.index-main .swiper-container {
	/* position: absolute;
	z-index: 999;
	left: 0;
	top: 0; */
	position: relative;
	height: 100%;
	width: 100%;
	/* opacity: .3; */
}

.index-main .swiper-container img {
	/* max-height: 100%; */
	width: 100%;
}

.index-main .swiper-container .swiper-slide {
	position: relative;
	width: 100%;
}

.index-main .swiper-container .swiper-slide .swiper-slide-a {
	width: 100%;
	height: 100%;
}

.index-main .swiper-container .swiper-box {
	position: absolute;
	z-index: 9999;
	bottom: 0;
	left: 0;
	/* padding-bottom: 10rem; */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .5);
}

.index-main .swiper-container .swiper-title {
	color: #fff;
	font-size: 30px;
	letter-spacing: 2px;
}

.index-main .swiper-container .swiper-btn {
	margin-top: 1rem;
	/* width: 6.4rem;
	height: 2rem; */
	color: #fff;
	font-size: 17px;
	background-color: #009ed7;
	border-radius: 20px;
	padding: 8px 18px;
	/* height: 33px; */
	/* line-height: 33px;
}

.index-main .swiper-container .bottom-img {
	position: absolute;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	/* background-color: red; */
}

.index-main .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 4rem;
	width: 100%;
	z-index: 999;
}

.index-main .device .mask-white {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 2rem;
	background-color: #fff;
}

.index-main .swiper-pagination-switch {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
}

.index-main .swiper-active-switch {
	background: #009ed7;
}


.index-main .reason {
	position: relative;
	padding-bottom: 3.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* opacity: .3; */
}

.index-main .reason .reason-box {
	position: relative;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.index-main .page-title {
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	display: inline-block;
	font-size: 27px;
	/* border-bottom: 4px solid #009ed7; */
}

.index-main .reason .text {
	margin-top: 1.6rem;
	letter-spacing: 3px;
}

.index-main .reason .list {
	padding: 0 9rem;
	display: flex;
	flex-wrap: wrap;
}

.index-main .reason .list .item {
	position: relative;
	/* margin-top: 6rem; */
	flex: calc(100% / 3 - 3rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-main .reason .list .item .choosed {
	display: none;
}

.index-main .reason .list .item .icon-box {}

.index-main .reason .list .item .icon-box .icon {
	width: 5.5rem;
	height: auto;
}

/* .index-main .reason .list .item:nth-child(2) .icon-box .icon {
	width: 6.8rem;
	height: auto;
} */

.index-main .reason .list .item .item-title {
	margin: 1rem 0;
	font-size: 1.1rem;
	color: #009ed7;
}

.index-main .reason .list .item .item-text {
	display: none;
	text-align: center;
}

.index-main .reason .list .choosed-item {}

.index-main .reason .list .choosed-item .icon {
	display: none;
}

.index-main .reason .list .choosed-item .choosed {
	display: inline-block;
}

.index-main .concat {
	position: relative;
	width: 100%;
	/* height: calc(100vh - 5rem); */
}

.index-main .concat .swiper-container {
	height: calc(100% - 5rem);
}

.index-main .concat .pagination {
	bottom: 1rem;
}

.index-main .concat .concat-box {
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
	/* opacity: .3; */
}

.index-main .concat-title {
	position: relative;
	z-index: 9999;
	padding: 0 10.8rem 0 4.8rem;
	box-sizing: border-box;
	width: 100%;
	height: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #29231f;
}

.index-main .concat-title .text {
	color: #fff;
	letter-spacing: 3px;
}

.index-main .concat .flex-right {
	/* padding: .2rem .4rem; */
	width: 8rem;
	height: 2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .2rem;
	background-color: #fff;
}

.index-main .concat .flex-right .text {
	color: #009ed7;
	margin-right: .5rem;
	font-size: 1rem;
	letter-spacing: 4px;
}

.index-main .concat .flex-right .icon {
	width: 1rem;
	height: auto;
}

.index-main .concat .swiper-box {
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	padding-top: 2.6rem;
	width: 100%;
	/* height: 100%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.index-main .concat .swiper-box .flex-top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 4rem;
	box-sizing: border-box;
}

.index-main .concat .swiper-box .flex-top .swiper-flex {
	padding-bottom: 1.5rem;
	margin-right: .6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-main .concat .swiper-box .flex-top .title {
	margin-bottom: 1.4rem;
	font-size: 2.8rem;
	border-bottom: 3px solid #009ed7;
	display: inline-block;
}

.index-main .concat .swiper-box .flex-top .content {
	font-size: 1.6rem;
	display: none;
	text-align: center;
}

.index-main .concat .swiper-box .flex-text {
	position: absolute;
	bottom: 8rem;
	font-size: 1rem;
	letter-spacing: 3px;
}

.index-main .concat .arrow-left {
	background: url(../img/icon-left-arr1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 4rem;
	top: 45%;
	z-index: 99999;
	margin-top: -3px;
	width: 1rem;
	height: 1.8rem;
}

.index-main .concat .arrow-right {
	background: url(../img/icon-right-arr1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 3.6rem;
	top: 45%;
	z-index: 99999;
	margin-top: -3px;
	width: 1rem;
	height: 1.8rem;
}

.index-main .multi-scenario {
	position: relative;
	z-index: 999;
	margin: 40px 17% 80px;
	width: 65%;
	/* padding: 2.9rem 5.2rem; */
	/* opacity: .3; */
}

.index-main .multi-scenario .multi-scenario-box {
	position: relative;
	z-index: 9999;
	margin-bottom: 80px;
}

.index-main .multi-scenario .multi-scenario-box .page-title {
	margin-top: 0;
	margin-bottom: 40px;
	/* font-size: 1.7rem; */
}

.index-main .multi-scenario .multi-scenario-box .list .item {
	font-size: 21px;
	width: 50%;
}

.index-main .multi-scenario .icon {
	width: 20px;
	cursor: pointer;
}

.index-main .multi-scenario .img {
	height: auto;
	width: 100%;
	max-height: 100%;
	max-width: 480px;
}

.index-main .multi-scenario .content {
	width: 100%;
	/* text-align: right; */
}

.index-main .multi-scenario .price {
	/* font-weight: bold; */
	font-weight: 600;
	font-size: 17px;
	width: 100%;
	/* text-align: left; */
	text-align: center;
	margin-bottom: 10px;
}

.index-main .multi-scenario .flex-left,
.index-main .multi-scenario .flex-right {
	/* margin-left: .8rem; */
	/* margin-top: 1rem; */
	/* width: 7.2rem; */
	line-height: 2rem;
	height: 2rem;
	padding: 0 20px;
	letter-spacing: 2px;
	background-color: #009ed7;
	color: #fff;
}

.index-main .multi-scenario .flex-left {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: #00bbff;
}

.index-main .multi-scenario .flex-right {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.index-main .multi-scenario .flex-right .text {
	/* color: #fff; */
	/* margin-right: .5rem; */
	font-size: 17px;
}

.index-main .multi-scenario .flex-right .icon {
	width: .8rem;
	height: auto;
}

.index-main .pic-div {
	position: fixed;
	z-index: 99999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	justify-content: center;
	align-items: center;
}

.index-main .pic-div .icon-close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}

.index-main .pic-div .img {
	height: 100%;
}

.index-main .patent {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../img/patent-bg.png) no-repeat left top;
	background-size: 100% 100%;
}

.index-main .patent .page-title {
	margin-top: 40px;
	margin-bottom: 40px;
}

.index-main .patent .patent-box {
	position: relative;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-main .patent .list {
	/* width: 66rem; */
	/* height: 13rem; */
	/* background-color: rgba(0, 0, 0, .5); */
	width: 85%;
}

.index-main .patent .list .item {
	width: calc(100% / 5 - 40px);
}

.index-main .patent .list .img {
	margin-right: 2rem;
	width: 100%;
	/* height: 100%; */
}

.index-main .advantage {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background: url('../img/advantage-img.png') no-repeat top right; */
}

.index-main .advantage .page-title {
	margin-top: 4.4rem;
}

.index-main .advantage .advantage-box {
	position: relative;
	z-index: 999;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-main .advantage-box .flex {
	padding-top: 4.6rem;
	padding-left: 9rem;
	box-sizing: border-box;
	width: calc(100% - 9rem);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 37rem;
}

.index-main .advantage-box .flex .rich {
	flex: 1;
}


.index-main .information {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* height: 30rem; */
}

.index-main .information .information-box {
	position: relative;
	z-index: 999;
	width: 100%;
}


.index-main .information .item {
	margin-right: 40px;
	padding: 30px 20px;
	border-radius: 1rem;
	background-color: rgba(0, 0, 0, .5);
	/* width: 16rem; */
	/* height: 25rem; */
	min-height: 370px;
	flex: 1;
	border: 2px solid rgba(0, 0, 0, .1);
	color: #fff;
}


.index-main .information .item:last-child {
	margin-right: 0;
}

.index-main .information .item .title {
	font-size: 25px;
	width: 100%;
}

.index-main .information .item .text {
	margin: 20px 0;
	width: 100%;
	letter-spacing: 2px;
	/* line-height: 1.2rem; */
	/* flex: 1; */
	/* font-size: 14px; */
	font-size: 17px;
	height: 86px;
}

.index-main .information .item .img {
	border-radius: .5rem;
	width: 100%;
	height: auto;
}

.index-main .concat .swiper-box .flex-top .swiper-flex {
	flex: 1;
}

.index-main .medical {
	position: relative;
	padding: 40px 0;
	background: url(../img/patent-bg.png) no-repeat left top;
	background-size: 100% 100%;
}

.index-main .medical .medical-box {
	position: relative;
	z-index: 999;
	/* opacity: .3; */
}

.index-main .medical .medical-box .page-title {
	margin-top: 0;
	margin-bottom: 40px;
}

.index-main .medical .flex-top {
	padding-top: 4rem;
	padding-bottom: 3.2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom: 2px solid #ccc;
}

.index-main .medical .flex-top .img {
	width: 8.6rem;
}

.index-main .medical .flex-bottom {
	/* padding-bottom: 2rem; */
	width: 65%;
}

.index-main .medical .flex-bottom .img {
	width: 5rem;
}

.index-main .medical .flex-bottom .img img {
	width: 100%;
}

.index-main .medical .flex-bottom .text {
	margin-top: 40px;
	letter-spacing: 2px;
	font-size: 21px;
}

.index-main .pop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	/* display: inline-block; */
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
}

.index-main .pop-box {

	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-main .pop-box .info .input-box {
	margin-bottom: .5rem;
	width: 100%;
	height: 2rem;
	background-color: #030303;
	color: #fff;
	padding: 0 .3rem;
	box-sizing: border-box;
	border-radius: .2rem;
	border: 1px solid #666;
}

.index-main .pop-box .info {
	width: 25%;
}

.index-main .pop-box .info .input-msg {
	padding: .3rem .3rem;
	/* box-sizing: border-box; */
	height: 5rem;
	/* width: calc(100% + .2rem); */
}

.index-main .pop-box .info .btn-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-main .pop-box .info .btn {
	border-radius: .2rem;
	width: 46%;
	height: 2rem;
	line-height: 2rem;
	color: #f5f5f4;
	font-size: .6rem;
	letter-spacing: 1px;
	text-align: center;
	background-color: #009ed7;
}

.index-main .pop-box .info .btn-submit {}

.index-main .pop-box .info .btn-back {}

/* E index */
/* S about */
.about-main .top-box {
	position: relative;
	width: 100%;

}

.about-main .top-box .top-box-bg {
	position: relative;
	z-index: 1;
	width: 100%;
}

.about-main .top-box .top-box-logo {
	position: absolute;
	top: 12.3rem;
	left: 8.5rem;
	z-index: 9;
	width: 9.4rem;
}

.index-main .company-profile,
.about-main .company-profile {
	position: relative;
	/* background-color: #fff; */
	margin: 30px 17% 20px;
	width: 75%;
}

.index-main .company-profile {
	/* margin: 40px 7% 0; */
}

.about-main .company-profile .company-profile-box,
.index-main .company-profile .company-profile-box {
	position: relative;
	z-index: 99;
	/* opacity: .3; */
}

.index-main .company-profile .company-profile-box:nth-child(1) {
	/* margin-bottom: 40px; */
}

.about-main .company-profile .company-profile-box:nth-child(1) {
	margin-bottom: 20px;
}

.about-main .company-profile .title,
.index-main .company-profile .title {
	margin-bottom: 20px;
	letter-spacing: 6px;
	font-size: 27px;
}


.about-main .company-profile .content,
.index-main .company-profile .content {
	margin-bottom: 10px;
	/* font-size: 14px; */
	/* line-height: 1.7; */
	letter-spacing: 2px;
}

.index-main .company-profile .content {
	margin-bottom: 0;
}

.about-main .company-profile .company-img {
	margin-top: 2.8rem;
	width: 100%;
}

.about-main .service,
.index-main .service {
	position: relative;
	/* padding: 1rem 6rem 4rem 6rem; */
	background-color: #fff;
	/* margin: 0 17% 40px; */
	width: 65%;
}

.index-main .service {
	/* margin-bottom: 80px; */
}

.about-main .service .service-box,
.index-main .service .service-box {

	position: relative;
	z-index: 99;
	/* opacity: .3; */
}

.about-main .service-box .page-title,
.index-main .service-box .page-title {
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.index-main .service-box .page-title {
	margin-bottom: 10px;
}

.about-main .service-box .list,
.index-main .service-box .list {
	width: 100%;
}

.about-main .service-box .item,
.index-main .service-box .item {
	position: relative;
	/* padding: 0 40px;
	height: 240px;
	border-top-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	background-image: linear-gradient(#b9bdc7, #ebecf1, #b9bdc7); */
}

.about-main .service-box .item .icon,
.index-main .service-box .item .icon {
	position: absolute;
	right: 2rem;
	top: 1.8rem;
	width: 32px;
}

.about-main .service-box .item:nth-child(1) .icon,
.about-main .service-box .item:nth-child(3) .icon {
	width: 40px;
}

.about-main .service-box .item .title,
.index-main .service-box .item .title {
	/* font-size: 30px; */
	/* margin-top: 5.6rem; */
	/* margin-bottom: 10px; */
	/* margin-left: 2rem; */
	letter-spacing: 2px;
	font-weight: bold;
}

.about-main .service-box .item .content,
.index-main .service-box .item .content {
	/* font-size: 1rem; */
	/* line-height: 2rem; */
	/* margin-left: 2rem; */
	letter-spacing: 5px;
	color: #787979;
	/* display: none; */
}

.about-main .professional {
	position: relative;
	padding: 1.4rem 6rem 1.6rem 6rem;
	background-color: #f9f5f3;
}

.about-main .professional .professional-box {
	position: relative;
	z-index: 99;
	/* opacity: .3; */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about-main .professional-box .flex-left {
	position: relative;
	z-index: 9;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.about-main .professional-box .page-title {
	margin-bottom: .8rem;
}

.about-main .professional-box .title {
	font-size: 1.6rem;
	margin-top: 5.6rem;
	margin-bottom: .5rem;
	margin-left: 2rem;
	letter-spacing: 2px;
}

.about-main .professional-box .content {
	font-size: 1.1rem;
	line-height: 1.9rem;
	letter-spacing: 3px;
	display: none;
	color: #787979;
}

.about-main .professional-box .box-bg {
	position: absolute;
	z-index: 1;
	width: 12.6rem;
	top: 1.8rem;
	left: 11rem;
}

.about-main .professional-box .flex-right {
	position: relative;
	z-index: 10;
	display: flex;
}

.about-main .professional-box .flex-right .flex {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.about-main .professional-box .flex-right .flex .img {
	margin-bottom: .8rem;
	border-radius: 1rem;
	width: 100%;
	height: 12.4rem;
}

.about-main .professional-box .btn-buy {
	box-sizing: border-box;
	width: 7.8rem;
	height: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .2rem;
	background-color: #009ed7;
}

.about-main .professional-box .btn-buy .text {
	color: #f5f5f4;
	margin-right: .5rem;
	font-size: 1rem;
	letter-spacing: 4px;
}

.about-main .professional-box .btn-buy .icon {
	width: 1rem;
	height: auto;
}


.about-main .consult {
	position: relative;
	/* padding: 3.8rem 6rem 6.5rem 6rem; */
	background-color: #fff;
	margin: 40px 7% 80px;
	width: 85%;
	height: 17rem;
}

.about-main .consult .consult-box {
	position: relative;
	z-index: 99;
	height: 100%;
	/* opacity: .3; */
}

.about-main .consult .consult-box .flex-left,
.about-main .consult .consult-box .flex-right {
	/* flex: 1; */
	/* width: 44%; */
	height: 100%;
}

.about-main .consult .consult-box .flex-left {
	width: 28%;
}

.about-main .info .input {
	margin-bottom: .5rem;
	width: 100%;
	/* height: 2rem; */
	background-color: #fff;
	/* color: #fff; */
	padding: 8px 10px;
	box-sizing: border-box;
	border-radius: .2rem;
	border: 1px solid #666;
	font-size: 17px;
}

.about-main .info .input-msg {
	padding: 6px 10px;
	/* box-sizing: border-box; */
	height: 3rem;
	/* width: calc(100% + .2rem); */
	resize: none;
}

.about-main .info .btn-submit {
	border-radius: .2rem;
	width: 100%;
	padding: 8px 0;
	/* height: 40px; */
	/* line-height: 1.8rem; */
	color: #f5f5f4;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #009ed7;
}

.about-main .consult-box .box-title {
	letter-spacing: 6px;
	font-size: 2.2rem;
}

.about-main .consult-box .list {
	/* margin-top: 4.5rem; */
	/* width: 73.5rem; */
	padding: 20px 20px;
	/* height: 100%; */
	background-color: #f6f7f8;
}

.about-main .consult-box .item {
	/* padding: 2rem 2rem; */
	box-sizing: border-box;
	/* background: red; */
	/* flex: 1; */
	/* height: 14.4rem; */
	color: #685c55;
	margin-bottom: 14px;
}

.about-main .consult-box .item:last-child {
	margin-bottom: 0;
}

.about-main .consult-box .item:nth-child(1) .icon {
	width: 28px;
}

.about-main .consult-box .item .icon {
	/* margin-bottom: 1rem; */
	/* width: 1.7rem; */
	margin-right: 10px;
	width: 26px;
	display: none;
}

.about-main .consult-box .item .title {
	/* margin-bottom: 1rem; */
	font-size: 17px;
}

.about-main .consult-box .item .content {
	/* font-size: 1.2rem; */
	/* line-height: 2rem; */
	/* height: 4rem; */
	font-size: 17px;
	flex: 1;
}

.about-main .consult-box .item:nth-child(1) .content {
	/* font-size: 1.4rem; */
}

.about-main .page-title {
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 3px solid #009ed7;
	font-size: 27px;
}



/* E about */
/* S supports */
.supports-main .page-bg-img {
	margin-top: -8px;
	width: 100%;
}

.supports-main .supports-list {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 140px);
}

.supports-main .supports-list .box {
	position: relative;
	z-index: 9;
	/* opacity: .3; */
	width: 100%;
}

.supports-main .supports-list .box .tab {
	position: relative;
	padding: 20px 15% 1px 19%;
}

.supports-main .supports-list .box .tab:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #979797;
}

.supports-main .supports-list .tab .tab-title {
	/* width: 9rem; */
	margin-right: 80px;
	padding-bottom: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	/* font-size: 23px; */
	letter-spacing: 4px;
	color: #292929;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

.supports-main .supports-list .tab .active {
	color: #009ed7;
	border-bottom: 2px solid #009ed7;
}

.supports-main .supports-list .item-box-bg {
	margin-top: 10px;
	width: 65%;
	background: #f7f7f7;
	border-radius: 15px;
}

.supports-main .supports-list .search-box-bg {
	margin-top: 10px;
	width: 65%;
	background: #f7f7f7;
	border-radius: 15px;
}

.supports-main .supports-list .list-tab {
	position: relative;
}

.supports-main .supports-list .search-box {
	position: absolute;
	width: calc(28px + 4px);
	top: 10px;
	right: 17.5%;
	border-radius: 30px;
	/* display: none; */
}

.supports-main .supports-list .search-box-animation {
	animation: widthAnimation 1s ease forwards;
}

@keyframes widthAnimation {
	0% {
		width: calc(28px + 4px);
		background-color: #fff;
	}

	100% {
		width: 300px;
		padding: 4px 10px;
		background-color: #f7f7f7;
	}
}

.supports-main .supports-list .search-box-animations {
	animation: widthAnimations 1s ease forwards;
}

@keyframes widthAnimations {
	0% {

		width: 300px;
		padding: 4px 10px;
		background-color: #f7f7f7;

	}

	100% {
		width: calc(28px + 4px);
		background-color: #fff;
	}
}

.supports-main .supports-list .search-box .icon {
	width: 28px;
	cursor: pointer;
}

.supports-main .supports-list .search-box .search {
	margin-left: 10px;
	width: 100%;
	height: 100%;
	font-size: 17px;
	background: #f7f7f7;
}

.item-box-border {
	border-bottom: 2px solid #979797;
}

.supports-main .supports-list .item {
	position: relative;
	/* padding: 20px 20px; */
	padding: 10px 20px;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	/* background-color: red; */
}

.supports-main .supports-list .item:last-child {
	border: 0;
}

.supports-main .supports-list .item .flex {
	position: relative;
	z-index: 9;
	/* padding-top: 1.4rem; */
	/* margin-left: 40px; */
	/* flex: 1; */
}

.supports-main .supports-list .item .title {
	letter-spacing: 1.5px;
	font-size: 17px;
	color: #009ed7;
}

.supports-main .supports-list .item .content {
	font-size: 15px;
	letter-spacing: 1.6px;
	/* margin-top: 10px; */
	/* line-height: 1.2rem; */
	color: #5e5e5e;
}

.supports-main .demo-laypage-data {
	width: 100%;
}


/* E supports */
/* S information */

.info-main .page-bg-img {
	margin-top: -8px;
	width: 100%;
}

.info-main .info-list {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 140px);
}

.info-main .info-list .box {
	position: relative;
	z-index: 9;
	/* opacity: .3; */
	width: 100%;
}

.info-main .info-list .box .tab {
	position: relative;
	padding: 20px 17% 1px 17%;
}

.info-main .info-list .box .tab:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #979797;
}

.info-main .info-list .tab .tab-title {
	/* width: 9rem; */
	margin-right: 80px;
	padding-bottom: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 4px;
	color: #292929;
	border-bottom: 2px solid #fff;
}


.info-main .info-list .tab .active {
	color: #009ed7;
	border-bottom: 2px solid #009ed7;
}

.info-main .info-list .item {
	position: relative;
	padding: 20px 17%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-bottom: 2px solid #eeeeee;
	/* background-color: red; */
}

.info-main .info-list .item:last-child {
	border-bottom: 2px solid #979797;
}

.info-main .info-list .item .img {
	border-radius: .4rem;
	width: 240px;
	height: 130px;
}

.info-main .info-list .item .logo {
	position: absolute;
	right: 5.2rem;
	top: 4rem;
	width: 10rem;
	height: 10rem;
}

.info-main .info-list .item .flex {
	position: relative;
	z-index: 9;
	/* padding-top: 1.4rem; */
	margin-left: 60px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.info-main .info-list .item .title {
	letter-spacing: 1.5px;
	font-size: 17px;
}

.info-main .info-list .item .time {
	margin-top: 4px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #b4b4b4;
}

.info-main .info-list .item .content {
	font-size: 15px;
	letter-spacing: 1.6px;
	margin-top: 4px;
	/* line-height: 1.2rem; */
	color: #b4b4b4;
}

.info-main .demo-laypage-data {
	width: 100%;
}

.layui-laypage .layui-laypage-curr em,
.layui-laypage-next em,
.layui-laypage-prev em,
.layui-laypage a,
.layui-laypage span {
	font-size: 17px;
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.layui-laypage a,
.layui-laypage span {
	height: 34px;
	line-height: 34px;
}

.layui-laypage a:hover {
	color: #009ed7;
}

/* E information */
/* S infoDetails */
.info-details-main .box {
	width: 100%;
}

.info-details-main .content-box {
	width: 75%;
}

.info-details-main .content-title {
	margin-top: 1rem;
	width: 100%;
	text-align: center;
	font-size: 21px;
	letter-spacing: 1px;
}

.info-details-main .content-time {
	padding: 0 1rem;
	margin-top: 1rem;
	font-size: 17px;
	text-align: right;
	letter-spacing: 1px;
	color: #b4b4b4;
	width: 100%;
}

.info-details-main #down-load {
	background: #009ed7;
	color: #fff;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 20px;
}

.info-details-main .content {
	padding: 1rem 1rem;
	width: 100%;
}

.info-details-main .content p,
.info-details-main .content span,
.info-details-main .content h3 {
	/* font-size: 17px !important; */
	line-height: revert !important;
}

.info-details-main .content img {
	width: 100% !important;
}

.info-details-main .content video {
	width: 100% !important;
	height: 600px;
}

.info-details-main .attachment-list {
	width: 100%;
}

.info-details-main .attachment-list .attachment-box {
	padding: 10px 10px;
	width: 100%;
	border-bottom: 2px solid #f3f3f3;
	font-size: 17px;
	color: #40a9ff;
	cursor: pointer;
}

.info-details-main .attachment-list .attachment-box:hover {
	/* background-color: #f3f3f3; */
}

.info-details-main .attachment-list .attachment-name {}

.info-details-main .attachment-list .attachment-link {
	color: #009ed7;
	padding: 4px 30px;
	border-radius: 20px;
	background-color: #fff;
	font-size: 17px;
	border: 2px solid #009ed7;
}

.info-details-main .attachment-list .attachment-link:hover {
	/* color: #40a9ff; */
	color: #fff;
	background-color: #009ed7;
}

/* E infoDetails */
/* S aftersales */

.after-sales-main .list {
	position: relative;
	/* padding-bottom: 3rem; */
}

.after-sales-main .list .box,
.investment-promotion-main .list .box,
.process-main .list .box {
	position: relative;
	z-index: 99;
	/* opacity: .3; */
	padding: 1rem 1rem;
	min-height: 100vh;
}

.process-main .list .box {
	margin-bottom: 20px;
	width: 75%;
	/* padding: 0; */
	background-color: #f6f7f8;
	border-radius: 10px;
	padding: 10px 40px;
}

.process-main .list .box table {
	font-size: 21px;
}

.after-sales-main .list .box .title {
	padding: .3rem 0;
	font-size: 2rem;
	letter-spacing: 3px;
	background-color: #009ed7;
	color: #fff;
	width: 10.6rem;
	text-align: center;
	border-radius: .6rem;
}

.after-sales-main .list .box .item-flex {
	/* background: red; */
	margin-top: 3.2rem;
	/* width: 72rem; */
	padding: 0 2rem 3.8rem 2rem;
	border-radius: 2rem;
	background: #eeeeef;
}

.after-sales-main .list .box .item-flex .item {
	position: relative;
	margin-top: 3.7rem;
	padding-left: .15rem;
}

.after-sales-main .list .box .item-flex .img {
	width: 16.7rem;
	margin-right: .6rem;
}

.after-sales-main .list .box .item-flex .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: pink; */
}

.after-sales-main .item-flex .info {
	flex-direction: column;
}

.after-sales-main .item-flex .info .small-title {
	font-size: .8rem;
	letter-spacing: 3px;
	line-height: .9rem;
	margin-top: 3.2rem;
	width: 10rem;
	height: 2.9rem;
	text-align: center;
	/* background-color: darkgoldenrod; */
}

.after-sales-main .item-flex .info .info-box {
	position: relative;
	margin-top: .4rem;
	width: 10rem;
	height: 7rem;
	/* background: palegreen; */
}

.after-sales-main .item-flex .info .info-item {
	font-size: .74rem;
	letter-spacing: 1px;
	line-height: .9rem;
	color: #bfbfbf;
	margin-top: .3rem;
}

.after-sales-main .item-flex .info .info-item::before {
	content: '';
	margin-right: .2rem;
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background-color: #009ed7;
}

.after-sales-main .item-flex .info .bottom {
	margin-top: 2rem;
	width: 95%;
	height: 6rem;
	/* background: red; */
	color: #fff;
}

.after-sales-main .item-flex .info .bottom .num {
	font-size: 2.7rem;
	padding: 0 .5rem;
	margin-top: .2rem;
	display: inline-block;
}

.after-sales-main .item-flex .info .bottom .info-title {
	font-size: .8rem;
	flex: 1;
	padding: 0 5rem 0 1.4rem;
	margin-top: .2rem;
	text-align: center;
	letter-spacing: 1px;
}

.after-sales-main .item:nth-child(2) .info .bottom .info-title,
.after-sales-main .item:nth-child(3) .info .bottom .info-title,
.after-sales-main .item:nth-child(4) .info .bottom .info-title {
	/* padding: 0 3rem 0 0; */
	padding: 0 4rem 0 1rem;
}

/* E aftersales */
/* S product */
.product-main .img-box {
	margin-top: -4px;
	width: 100%;
	min-height: 100vh;
}

.product-main .img-box .img {
	width: 100%;
}

.product-main .fix-box {
	position: fixed;
	z-index: 9999;
	bottom: 1rem;
	left: 0;
	width: 100%;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	/*
	height: 4rem;
	border-radius: 50%;
	background-color: #009ed7;
	box-shadow: 0 0 .4rem #009ed7; */
	/* animation: dump 5s ease infinite; */
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}

.product-main .fix-box .fix-item {
	overflow: hidden;
	background: #009ed7;
	box-shadow: 0 0 .4rem #a8a8a8;
	border-radius: 2.5rem;
	min-width: 200px;
	visibility: hidden;
}

.product-main .fix-box .fix-item .price-box {
	padding: 10px 20px;
	font-size: 17px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	/* width: calc(100% - 106px); */
}

.product-main .fix-box .btn-buy {
	padding: 20px 20px;
	/* width: 106px; */
	height: 100%;
	border-top-left-radius: 5.5rem;
	border-bottom-left-radius: 2rem;
	background-color: transparent;
	border-left: 2px solid #ffffff;
	font-size: 17px;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7);
}

.product-main .fix-box .btn-bg {
	position: relative;
	width: 100%;
	opacity: 0;
}

@keyframes dump {
	0% {
		transform: scale(1);
	}

	55% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.product-main .fix-box .text {
	/* font-size: 1rem; */
}

/* E product */
/* S settlement */
.settlement-main {
	position: relative;
	display: flex;
	flex-direction: column;
}

.settlement-main .content-box {
	position: relative;
	/* z-index: 9999;
	opacity: .3; */
}

.settlement-main .content-header-box {
	padding: 20px 17%;
	height: 4.9rem;
	border-bottom: 2px solid #bbb0aa;
	/* background-color: red; */
}

.settlement-main .content-header-box .flex-left {}

.settlement-main .content-header-box .flex-left .logo-icon {
	margin-right: 20px;
	9685.3. width: 128px;
	height: 42px;
	display: none;
}

.settlement-main .content-header-box .flex-left .page-title {
	font-size: 17px;
}

.settlement-main .content-header-box .btn-back {
	font-size: 17px;
	text-decoration: underline;
	letter-spacing: 1px;
	background: transparent;
	color: #009ed7;
}

.settlement-main .content {
	padding: 20px 17%;
	/* height: 100vh; */
}

.settlement-main .content .flex-left {
	width: 54%;
	height: 100%;
	/* background-color: aqua; */
}

.settlement-main .content .quick-pay-box {
	margin-top: 1.1rem;
	border-radius: .2rem;
	width: 100%;
	padding: 20px 0;
	/* height: 6.6rem; */
	position: relative;
	border: 2px solid #d7d1ce;
}

.settlement-main .content .quick-pay-box .pay-title {
	position: absolute;
	background-color: #fff;
	left: 1.3rem;
	top: -.7rem;
	letter-spacing: 2px;
	padding: 0 10px;
	/* width: 5.3rem; */
	font-size: 17px;
	text-align: center;
}

.settlement-main .content .quick-pay-box .btn-pay {
	background-color: #f8c131;
	margin-top: .4rem;
	width: 93%;
	height: 2.9rem;
	border-radius: .2rem;
}

.settlement-main .content .quick-pay-box .btn-pay .btn-icon {
	width: 87px;
}

.settlement-main .content .quick-pay-box .btn-pay .btn-text {
	font-size: 17px;
	margin-left: .6rem;
	height: 22px;
	line-height: 24px;
}

.settlement-main .content .flex-left .line {
	position: relative;
	margin-top: 2.1rem;
	width: 100%;
	height: 2px;
	background-color: #d7d1ce;
}

.settlement-main .content .flex-left .line .text {
	position: absolute;
	background-color: #fff;
	left: calc(50% - 1rem);
	top: -.8rem;
	/* width: 2rem; */
	padding: 0 10px;
	text-align: center;
	font-size: 17px;
}

.settlement-main .content .flex-left .btn-login {
	text-align: left;
	background-color: #e7e4e2;
	margin: 20px 0;
	width: 99%;
	height: 2.9rem;
	border-radius: .2rem;
	padding: 0 .6rem;
	font-size: 17px;
	letter-spacing: 1px;
}

.settlement-main .content .flex-left .btn-login .text {
	text-decoration: underline;
	color: #009ed7;
}

.settlement-main .content .flex-left .info-box-title {
	margin-top: 20px;
	font-size: 17px;
	/* margin: .3rem 0; */
	width: 100%;
}

.settlement-main .content .flex-left .address-box {
	margin: 20px 0 0 0;
	font-size: 17px;
}

.settlement-main .content .flex-left .info-box {
	margin-top: 20px;
	width: 100%;
}

.settlement-main .content .flex-left .info-box .icon {
	width: 20px;
}

.settlement-main .content .flex-left .info-box-group {
	position: relative;
	margin-top: 20px;
	width: 100%;
}

.settlement-main .content .flex-left .info-box-group .info-box {
	margin-top: 0;
	width: 46%;
}

.settlement-main .content .flex-left .info-box-group .area-info-box {
	position: relative;
	width: 30%;
}

.settlement-main .content .flex-left .info-box-group .area-info-box+.info-box {
	width: 56%;
}

.settlement-main .content .flex-left .info-box .title {
	letter-spacing: 1px;
	font-size: 17px;
}

.settlement-main .content .flex-left .info-box .info-input {
	background-color: transparent;
	border: 2px solid #998b82;
	border-radius: .2rem;
	width: 100%;
	/* height: 3rem; */
	margin-top: 10px;
	padding: 10px 14px;
	font-size: 17px;
	cursor: pointer;
}


.settlement-main .layui-btn {
	margin-top: 10px;
	padding: 0 14px;
	border: 2px solid #998b82;
	border-radius: .2rem;
	width: 100%;
	text-align: left;
	line-height: 36px;
}

.settlement-main .layui-btn span {
	display: inline-block;
	width: 90%;
}

.settlement-main .layui-dropdown {
	width: 100%;

}

.settlement-main .layui-dropdown-show {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	left: 0;
	top: 70px;
}

.settlement-main .content .flex-left .info-input:hover {
	border-color: #009ed7;
}

.settlement-main .layui-btn-primary:hover {
	border-color: #009ed7;
}

.settlement-main .content .flex-left .info-box .big-input {
	padding: 10px 14px;
	font-size: 17px;
	height: 5.8rem;
	border-radius: .4rem;
	resize: none;
	font-family: inherit;
}

.settlement-main .content .flex-left .set-btn-submit {
	padding: 10px 0;
	margin: 1rem 0;
	background-color: #009ed7;
	color: #fff;
	border-radius: .4rem;
	letter-spacing: 2px;
	font-size: 17px;
	width: 50%;
	cursor: pointer;
	/* height: 2.9rem; */
}

.settlement-main .content .order-info {

	overflow: hidden;
}

.settlement-main .content .order-info .goods-img {
	width: 80px;
}

.settlement-main .content .order-info .goods-flex {
	padding: .2rem .8rem 0 .8rem;
	flex: 1;
	overflow: hidden;
}

.settlement-main .content .order-info .goods-flex .goods-title {
	margin-right: 10px;
	font-size: 17px;
	flex: 1;
	/* width: 100%; */
	/* line-height: 1.1rem; */
	letter-spacing: 1.5px;
}

.settlement-main .content .order-info .goods-flex .num-price-box {
	margin-top: 4px;
	width: 100%;
}

.settlement-main .content .order-info .goods-flex .goods-num {
	font-size: 17px;
	color: #999;
}

.settlement-main .content .order-info .goods-flex .price {
	font-size: 17px;
	color: #009ed7;
}

.settlement-main .content .order-info .goods-price-box {
	overflow: hidden;
	width: 100%;
}

.settlement-main .content .order-info .goods-price-box .goods-price {
	font-size: 15px;
	display: inline-block;
	color: #999;
	overflow: hidden;
}

.settlement-main .content .order-info .goods-price-box .del {}

.settlement-main .content .order-info .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(204 203 203 / 50%);
}

.settlement-main .content .order-info .item:last-child {
	border-bottom: 0;
}

.settlement-main .content .order-price-box {
	margin-top: 1.3rem;
	/* margin-top: 6rem; */
	border-bottom: 2px solid #bbb0aa;
}

.settlement-main .content .order-price-box .order-price {
	margin-bottom: 1.2rem;
}

.settlement-main .content .order-price-box .order-price .title {
	font-size: 21px;
}

.settlement-main .content .order-price-box .order-price .price {
	font-size: 21px;
	color: #009ed7;
}


.settlement-main .content .flex-right {
	width: 43%;
}

.settlement-main .content .flex-right .flex-right-bg {
	padding: 16px 20px;
	border-radius: .4rem;
	background-color: #eceeef;
}

.settlement-main .content .flex-right .flex-header {
	padding-bottom: 20px;
	border-bottom: 2px solid #bbb0aa;
}

.settlement-main .content .flex-right .flex-header .title {
	font-size: 20px;
}

.settlement-main .content .flex-right .flex-header .btn-edit {
	font-size: 1.1rem;
	text-decoration: underline;
}

.settlement-main .content .flex-right .order-info {
	padding-top: 20px;
	border-bottom: 2px solid #bbb0aa;
}

.settlement-main .content .flex-right .total-price {
	margin-top: 1.2rem;
	font-size: 20px;
}

.settlement-main .content .flex-right .total-price .total {
	font-size: 20px;
	color: #009ed7;
}

.settlement-main .content .flex-right .flex-box {
	padding: 1.2rem 0;
}

.settlement-main .content .flex-right .flex-box .icon {
	width: .75rem;
}

.settlement-main .content .flex-right .flex-box .text {
	margin-left: .4rem;
	font-size: 1rem;
	letter-spacing: 2px;
}

/* E settlement */
/* S orderlist */
.order-list-main .content-box {
	position: relative;
	/* z-index: 9999;
	opacity: .3; */
}

.order-list-main .content-box .page-title {
	/* margin-top: 1.2rem;
	margin-left: 12rem; */
	margin: 40px 17% 0 17%;
	letter-spacing: 6px;
	text-decoration: underline;
	font-size: 17px;
}

.order-list-main .content-box .list-title {
	padding: 10px 14.7% 10px 12.2%;
	/* margin-top: 2rem; */
	border-bottom: 2px solid #bbb0aa;
}

.order-list-main .content-box .list-title .text {
	letter-spacing: 1px;
	color: #998a82;
	font-size: 17px;
}

.order-list-main .content-box .order-list {
	padding: 0 14.7% 1rem 12.2%;
	border-bottom: 2px solid #bbb0aa;
	/* min-height: 80vh; */
}

.order-list-main .content-box .order-list .box {
	width: 100%;
}

.order-list-main .content-box .order-list .item {
	padding-bottom: 10px;
	padding-top: 20px;
	width: 100%;
	border-bottom: 2px solid #e7e7e7;
}

.order-list-main .content-box .order-list .item:first-child {}

.order-list-main .content-box .order-list .item:last-child {
	padding-bottom: 0;
	border: 0;
}

.order-list-main .content-box .order-list .list-top {
	/* padding: 0 1rem; */
	/* background: #009ed7; */
	/* height: 1.8rem; */
	width: 100%;
	border-radius: .3rem;
	font-size: 17px;
}

.order-list-main .content-box .order-list .list-top .text:nth-child(1) {
	/* margin-right: 24px; */
	width: 130px;
	letter-spacing: 2px;
}

.order-list-main .content-box .order-list .list-top .text:nth-child(2) {
	margin-right: 1.2rem;
	flex: 1;
	text-align: left;
}

.order-list-main .content-box .order-list .list-top a {
	letter-spacing: 2px;
	color: #009ed7;
}

.order-list-main .content-box .order-list .flex-box {
	/* width: 100%; */
	flex: 1;
	min-width: 180px;
}

.order-list-main .content-box .order-list .order-info {
	/* padding: 0 20px; */
	margin-top: 14px;
	color: #000;
}

.order-list-main .content-box .order-list .order-info .img {
	width: 100px;
	height: 100px;
}

.order-list-main .content-box .order-list .order-info .title-box {
	padding-left: 30px;
	margin-right: 40px;
	/* width: 14rem; */
	flex: 1;
}

.order-list-main .content-box .order-list .order-info .title-box .title {
	font-size: 17px;
	/* line-height: 1.4rem; */
	height: 42px;
	line-height: 20px;
	color: #1f1f1f;
}

.order-list-main .content-box .order-list .order-info .title-box .title:hover {
	color: #009ed7;
}

.order-list-main .content-box .order-list .order-info .status {
	margin-top: 10px;
	/* width: 5rem; */
	/* height: 1.1rem;
	line-height: 1.1rem; */
	text-align: center;
	border-radius: .2rem;
	color: #fff;
	/* background: #f8c131; */
	color: #1f1f1f;
	font-size: 17px;
	visibility: hidden;
}

.order-list-main .content-box .order-list .order-info .title-box .status-yellow {
	/* background-color: #e40714; */
	color: #ffb300;
}


.order-list-main .content-box .order-list .order-info .title-box .status-red {
	/* background-color: #e40714; */
	color: #ff5000;
}

.order-list-main .content-box .order-list .order-info .trade-status-box-cancel {
	color: #7a7a7a;
}

.order-list-main .content-box .order-list .order-info .price {
	letter-spacing: 2px;
	line-height: 20px;
}

.order-list-main .content-box .order-list .order-info .num {
	margin-top: .4rem;
	color: #7a7a7a;
}

.order-list-main .content-box .order-list .order-info .shop-price-box {
	/* margin-right: 5.1rem; */
	/* margin-right: 40px; */
	width: 180px;
	font-size: 17px;
}

.order-list-main .content-box .order-list .order-info .actual-price-box {
	/* margin-right: 4.2rem; */
	/* margin-right: 40px; */
	width: 180px;
	font-size: 17px;
}

.order-list-main .content-box .order-list .order-info .actual-price-box .price {
	color: #009ed7;
}

.order-list-main .content-box .order-list .order-info .actual-price-box .num {
	/* font-size: 21px; */
}

.order-list-main .content-box .order-list .order-info .trade-status-box {
	font-size: 17px;
	line-height: 20px;
	width: 140px;
	visibility: hidden;
}

.order-list-main .content-box .order-list .order-info .status-show {
	visibility: visible;
}

.order-list-main .concat-box {
	margin: 40px 0;
	width: 100%;
	font-size: 17px;
}

.order-list-main .concat-box a {
	color: #000;
	font-size: 17px;
	letter-spacing: 1px;
}

.order-list-main .concat-box .icon {
	margin-right: 10px;
	width: 22px;
}

.order-list-main .concat-box .flex:nth-child(2) {
	margin-left: 30px;
}

.order-list-main .concat-box .flex:nth-child(2) .icon {
	width: 22px;
}

/* E orderlist */
/* S car */
.car-main {
	position: fixed;
	z-index: 999999;
	right: 8px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.car-main .car-box {
	position: absolute;
	right: -400px;
	top: 0;
	width: 400px;
	height: 100%;
	background-color: #fff;
	animation: toLeft 1s ease forwards;
}

@keyframes toLeft {
	0% {
		right: -400px;
	}

	100% {
		right: 0;
	}
}

.car-main .car-box-hide {
	animation: toRight 1s ease forwards;
}

@keyframes toRight {
	0% {
		right: 0;
	}

	100% {
		right: -400px;
	}
}

.car-main .car-box-header {
	padding: 20px 20px;
	background-color: #29231f;
}

.car-main .car-box-header .text {
	color: #fff;
	font-size: 20px;
}

.car-main .car-box-header .text:last-child {
	margin-left: 10px;
	font-size: 17px;
}

.car-main .car-box-header .strong {
	font-weight: bold;
}

.car-main .car-box-header .icon {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.car-main .list {
	padding: 20px 20px;
}

.car-main .list .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #f3f3f3;
}

.car-main .list .item:last-child {
	border-bottom: 0;
}

.car-main .list .item .img {
	width: 80px;
}

.car-main .list .item .text-flex {
	margin: 0 10px;
	flex: 1;
}

.car-main .list .item .text-flex .text {
	margin-bottom: 10px;
	font-size: 17px;
}

.car-main .list .item .text-flex .text:last-child {
	margin-bottom: 0;
	color: #009ed7;
}

.car-main .list .item .item-flex:nth-child(1) {
	margin-bottom: 10px;
}

.car-main .list .item .icon {
	width: 20px;
	cursor: pointer;
}

.car-main .list .cart-num {
	border: 2px solid #f0f0f0;
	font-size: 20px;
	height: 30px;
}

.car-main .list .decrease {
	padding: 2px 10px;
	cursor: pointer;
	background-color: #f0f0f0;
	font-size: 20px;
	height: 100%;
}

.car-main .list .not-allowed {
	color: #d1d1d1 !important;
	background: #f7f7f7 !important;
	cursor: not-allowed !important;
}

.car-main .list .quantity {
	padding: 2px 14px;
	height: 30px;
	line-height: 30px;
}

.car-main .list .increase {
	padding: 2px 10px;
	cursor: pointer;
	background-color: #f0f0f0;
	font-size: 20px;
	height: 100%;
}

.car-main .list .price {
	font-size: 17px;
	color: #009ed7;
}

.car-main .car-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px 20px;
	width: 100%;
	font-size: 20px;
	border-top: 2px solid #f3f3f3;
}

.car-main .car-bottom .flex {
	padding: 10px 0;
	font-size: 17px;
}

.car-main .car-bottom .car-price-title {}

.car-main .car-bottom .car-price {
	color: #009ed7;
}

.car-main .car-bottom .btn {
	padding: 8px 10px;
	background-color: #009ed7;
	color: #fff;
	border-radius: 24px;
	font-size: 17px;
	width: 100%;
	cursor: pointer;
}

/* E car */
/* S order-details */
.order-details-main .order-details-box {
	margin: 20px 12%;
	width: 75%;
	font-size: 17px;
}

.order-details-main .strong {
	font-weight: bold;
}

.order-details-main .line {
	border-bottom: 1px solid #d7d1ce;
}

.order-details-main .address-box {
	/* padding: 10px 0; */
}

.order-details-main .address-box .title {
	display: inline-block;
	width: 85px;
	padding: 10px 0;
}

.order-details-main .logistics-box {
	display: none;
}

.order-details-main .logistics-box-show {
	display: block;
}

.order-details-main .logistics-box .title {
	padding: 10px 0;
	display: inline-block;
	width: 85px;
}

.order-details-main .logistics-box .layui-timeline-axis {
	font-size: 104px;
	color: #009ed7;
	font-style: normal;
	top: -5px;
	left: -6px;
}

.order-details-main .logistics-box .layui-timeline-axis:hover {
	color: #009ed7;
}


.order-details-main .logistics-box .layui-timeline-title {
	font-size: 17px;
	display: none;
}

.order-details-main .order-info-box .title {
	padding: 10px 0;
	display: inline-block;
	width: 85px;
}

.order-details-main .order-info-box .info-item-box {
	padding: 10px 85px;
}

.order-details-main .goods-box {
	border: 1px solid #d7d1ce;
}

.order-details-main .goods-box .title-box {
	padding: 10px 20px;
	background-color: rgba(0, 158, 215, .1);
}

.order-details-main .goods-box .title-box .title {
	text-align: center;
}

.order-details-main .goods-box .title-box .title:nth-child(1) {
	flex: 1;
}

.order-details-main .goods-box .title-box .title:nth-child(2) {
	width: 180px;
}

.order-details-main .goods-box .title-box .title:nth-child(3) {
	width: 180px;
}

.order-details-main .goods-box .data .img {
	margin-right: 10px;
	width: 80px;
	height: 80px;
}

.order-details-main .goods-box .data-box {
	height: 120px;
	padding: 0 20px;
	border-bottom: 1px solid #d7d1ce;
}

.order-details-main .goods-box .data-box {
	height: 120px;
	padding: 0 20px;
	border-bottom: 1px solid #d7d1ce;
}

.order-details-main .goods-box .data-box:last-child {
	border-bottom: 0;
}

.order-details-main .goods-box .data-item-box {
	height: 120px;
}

.order-details-main .goods-box .data-box .data {
	border-right: 1px solid #d7d1ce;
	height: 100%;
}

.order-details-main .goods-box .data-box .data-flex-hover:hover {
	color: #009ed7;
}

.order-details-main .goods-box .data:nth-child(1) {
	flex: 1;
}

.order-details-main .goods-box .data:nth-child(2) {
	width: 180px;
}

.order-details-main .goods-box .data-item-box .data {

	width: 180px;
}

.order-details-main .goods-box .data-item-box .data:nth-child(2) {
	border-right: 0;
}

.order-details-main .price-box {
	padding-top: 100px;
}

.order-details-main .price-box .total-price,
.order-details-main .price-box .actual-price {
	width: 120px;
	text-align: right;
}

.order-details-main .price-box .actual-price {
	color: #009ed7;
}

.order-details-main .gray {
	color: #999;
}

/* E order-details */

/* S 自適應 */
@media screen and (min-width: 801px) {
	/* S common */

	.index-main,
	.product-main,
	.about-main,
	.supports-main,
	.info-main,
	.order-list-main,
	.settlement-main,
	.info-details-main,
	.order-details-main {
		position: relative;
		min-height: 100vh;
		padding-bottom: 400px;
	}

	/* E common */

	/* S login */
	.logo-main .info-box .btn-back {
		cursor: pointer;

	}

	.logo-main .info .btn,
	.logo-main .send-code {
		cursor: pointer;
	}

	/* E login */

	/* S header */

	.header-container .box {
		position: relative;
		/* padding-bottom: .9rem; */
		display: flex;
		height: 100%;
		flex: 1;
		margin-left: 9.1rem;
	}

	.header-container .icon-box {
		display: none;
	}

	.header-container .header-nav {
		height: 100%;
		flex-direction: row;
		align-items: flex-end;
	}

	.header-container .header-nav .list {
		position: absolute;
		top: 2.6rem;
		left: -1.5rem;
		z-index: 9;
		display: none;
		/* display: flex; */
		flex-direction: column;
		background-color: #262523;
		width: 11rem;
		border-radius: .2rem;
		height: auto;
		min-height: 1px;
	}

	.header-container .header-nav a {
		height: 2rem;
		box-sizing: border-box;
	}

	.header-container .header-nav .list a {
		height: auto;
		padding: 8px 20px;
		border-bottom: 1px solid rgba(238, 238, 238, 0.09);
		justify-content: flex-start;
		letter-spacing: 2px;
		font-size: 15px;
	}

	.header-container .nav-icon-box {
		position: absolute;
		right: 5.4rem;
		bottom: 1.2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header-container .header-nav .heav-choose+.list a:hover {
		color: #009ed7;
	}

	.header-container .nav-icon-box .nav-icon {
		cursor: pointer;
	}

	/* E header */

	/* S footer */
	.footer-container {
		/* position: absolute;
		z-index: 9;
		bottom: 0;
		left: 0; */
		/* z-index: 999;
		position: relative; */
		width: 100%;
		padding: 10px 15%;
		/* height: 440px; */
		background-color: #030303;
		/* height: 26rem; */
		box-sizing: border-box;
		/* opacity: .3; */
	}

	.footer-container .flex-left {
		/* margin-left: 3.9rem; */
	}

	.footer-container .flex-left .title {
		margin-left: 4rem;
	}

	.footer-container .box .footer-nav {
		margin-top: 20px;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.footer-container .box .footer-nav .heav {
		/* margin-right: 2rem; */
		/* padding-right: 1rem; */

	}

	.footer-container .box .footer-nav .heav:nth-child(1) {
		margin-right: 60px;
		flex: 1;
	}

	/* .footer-container .box .footer-nav .heav:nth-child(1) {
		margin-right: 3.6rem;
	}

	.footer-container .box .footer-nav .heav:nth-child(2) {
		margin-right: 9rem;
	}

	.footer-container .box .footer-nav .heav:nth-child(3) {
		margin-right: 8rem;
	} */

	.footer-container .box .footer-nav .heav:nth-child(4) .title {
		text-align: right;
	}

	.footer-container .box .info-box:nth-child(1) {
		margin-right: 100px;
		width: 300px;
	}

	.footer-container .box .heav:nth-child(4) .info-box {

		align-items: flex-end;
	}

	.footer-container .flex-box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}


	.footer-container .flex-right .box {
		padding: 4rem 0rem 1rem 11rem;
	}


	.footer-container .footer-nav .icon-box .icon {
		cursor: pointer;
	}

	/* E footer */
	/* S index */
	.index-main .reason .list {

		margin-top: 4rem;
	}

	.index-main .reason .list .item {
		padding: 2rem 0;
		cursor: pointer;
		border-left: 1px solid #f3f3f3;
	}

	.index-main .reason .list .item:nth-child(1),
	.index-main .reason .list .item:nth-child(4) {
		border-left: 0;
	}

	.index-main .reason .list .item:nth-child(1),
	.index-main .reason .list .item:nth-child(2),
	.index-main .reason .list .item:nth-child(3) {
		border-bottom: 1px solid #f3f3f3;
	}

	.index-main .reason .list .item:nth-child(1):before,
	.index-main .reason .list .item:nth-child(2):before {
		content: '';
		display: inline-block;
		z-index: 9;
		position: absolute;
		right: -2rem;
		bottom: -2rem;
		width: 4rem;
		height: 4rem;
		border-radius: 50%;
		background-color: #fff;
	}

	.index-main .reason .list .item .pc-item-text {
		display: inline-block;
	}

	.index-main .concat .swiper-box .flex-top .pc-content {
		display: inline-block;
	}

	.index-main .multi-scenario .list {
		width: 100%;
	}

	.index-main .multi-scenario .list .item {
		flex: 1;
	}

	.index-main .multi-scenario .list .item:nth-child(1) {
		margin-right: 40px;
	}

	.index-main .multi-scenario .list .item .content {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		max-height: 74px;
		text-align: center;
		font-size: 23px;
		/* font-size: .9rem;
		height: 3.6rem; */
	}

	.index-main .multi-scenario .list .item .bottom-box {
		/* margin-top: 15px; */
		width: 100%;
	}

	.index-main .multi-scenario .device {
		display: none;
	}

	.index-main .multi-scenario .flex-right {
		cursor: pointer;
	}

	.index-main .multi-scenario .multi-scenario-box .list .item {
		min-height: 400px;
	}

	.index-main .multi-scenario .multi-scenario-box .item-flex-box {
		width: 100%;
		height: 480px;
	}

	.index-main .information {
		padding-bottom: 80px;
		/* 
		background: url('../img/info-bg.JPG') no-repeat;
		background-size: 100% auto; */
	}

	.index-main .information .page-title {
		/* margin-left: 24.4rem;
	margin-top: 3rem;
	margin-bottom: 8rem; */
		/* width: 100%; */
		margin-top: 0;
		position: absolute;
		top: 40px;
		/* left: 43%; */
	}

	.index-main .information .swiper-container {
		width: 80%;
	}

	.index-main .information .item {
		cursor: pointer;

		max-width: calc(100% / 3 - 40px);
	}

	.index-main .information .item:hover {
		transform: translateY(-20px);
		border: 1px solid #fff;
	}

	.index-main .information .list {
		margin-top: 124px;
		color: #fff;
		width: 65%;
		background-color: #f6f7f8;
		border-radius: 10px;
		padding: 40px 40px;
	}

	.index-main .information .device {
		display: none;
	}

	.index-main .advantage-box .flex .img {
		position: absolute;
		right: 0;
		top: 0;
		width: 37.6rem;
	}



	.index-main .patent {
		padding-bottom: 80px;
	}

	.index-main .patent .list .img {
		cursor: pointer;
	}

	.index-main .medical .flex-bottom .flex {
		/* margin-left: 2.5rem;
		margin-top: 2.4rem; */
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}


	.index-main .medical .flex-bottom .img:nth-child(2) {
		width: 4.8rem;
	}

	.index-main .medical .flex-bottom .img:nth-child(5) {
		width: 6rem;
	}

	.index-main .medical .flex-bottom .img:nth-child(6) {
		width: 7rem;
	}

	.index-main .pop-box .info .btn {
		cursor: pointer;
	}

	/* E index */
	/* S about */
	.about-main .consult .consult-box .flex-left {
		margin-right: 80px;
	}

	.about-main .service-box .list {
		/* justify-content: space-between; */
	}

	.about-main .service-box .item {
		/* height: 17rem; */
		flex: 1;
		margin-bottom: 10px;
		margin-right: 40px;
	}

	.about-main .service-box .item:last-child {
		margin-right: 0;
	}

	.about-main .service-box .item .pc-content {
		display: inline-block;
	}

	.about-main .professional-box .pc-content {
		display: inline-block;
	}

	.about-main .professional-box .flex-right {
		width: 40rem;
	}

	.about-main .professional-box .flex-right .flex:nth-child(1) {
		margin-right: 3rem;
	}

	.about-main .consult-box .item:nth-child(1),
	.about-main .consult-box .item:nth-child(2) {
		margin-right: 3rem;
	}

	.about-main .info .btn-submit {
		cursor: pointer;
	}


	.about-main .service,
	.index-main .service {
		margin: 0 17% 40px;
	}

	/* E about */
	/* S information */
	.info-main .info-list .tab .tab-title {
		cursor: pointer;
	}

	.info-main .info-list .tab .tab-title:hover {
		color: #009ed7;
		border-bottom: 2px solid #009ed7;
	}

	.info-main .info-list .item {
		cursor: pointer;
	}

	.info-main .info-list .item:hover {
		background: #eeeeee;
	}

	/* E information */
	/* S supports */
	.supports-main .supports-list .item {
		cursor: pointer;
	}

	.supports-main .supports-list .item:hover {
		background: #eeeeee;
		border-radius: 15px;
	}

	/* E supports */
	/* S settlement */
	.settlement-main .header-box .btn-back,
	.settlement-main .content .flex-right .flex-header .btn-editv,
	.settlement-main .content .flex-left .btn-login .text,
	.settlement-main .content .quick-pay-box .btn-pay,
	.settlement-main .content .flex-left .btn-submit {
		cursor: pointer;
	}

	.settlement-main .content-header-box .btn-back {
		cursor: pointer;
	}

	/* E settlement */
	/* S orderlist */


	.order-list-main .content-box .list-title .text:nth-child(1) {
		flex: 1;
	}

	.order-list-main .content-box .list-title .text:nth-child(2) {
		width: 180px;
	}

	.order-list-main .content-box .list-title .text:nth-child(3) {
		width: 180px;
	}

	.order-list-main .content-box .list-title .text:last-child {
		width: 140px;
	}

	/* E orderlist */
	/* S orderDetails */

	.order-details-main .logistics-box .layui-timeline-item {
		/* padding-bottom: 0; */
		padding-right: 10px;
	}

	.order-details-main .logistics-box .layui-timeline {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 10px;
	}

	.order-details-main .logistics-box .layui-timeline-item:before {
		left: 0;
		top: 10px;
		z-index: 0;
		width: 100%;
		height: 1px;
	}

	.order-details-main .logistics-box .layui-text h3 {
		margin: 16px 0 0;
		font-size: 17px;
		text-align: center;
	}

	.order-details-main .logistics-box .layui-text p {
		/* margin: 0 0; */
		font-size: 17px;
	}

	/* E orderDetails */
}

/* S 平板和手机 */
@media screen and (max-width: 1024px) and (min-width: 1px) {
	/* S common */

	.index-main,
	.product-main,
	.about-main,
	.supports-main,
	.info-main,
	.order-list-main,
	.settlement-main,
	.info-details-main,
	.order-details-main {
		position: relative;
		min-height: 100vh;
		padding-bottom: 200px;
	}

	/* E common */
	/* S footer */
	.footer-container {
		/* z-index: 999;
		position: relative; */
		width: 100%;
		padding: 20px 1rem 0 1rem;
		height: 200px;
		background-color: #030303;
		box-sizing: border-box;
	}

	.footer-container .flex-left {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-container .flex-left .logo:nth-child(1) {
		width: 72px;
		height: auto;
	}

	.footer-container .flex-left .logo:nth-child(2) {
		width: 100px;
		height: 33px;
	}

	.footer-container .flex-left .title {
		margin-top: .2rem;
	}

	.footer-container .flex-right .text {
		font-size: .8rem;
	}

	.footer-container .box .footer-nav {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.footer-container .box {
		padding: 0 0;
		width: 100%;
	}

	.footer-container .box .footer-nav .info {
		display: none;
		border-bottom: 1px solid #666;
		padding-bottom: 20px;
	}

	.footer-container .box .footer-nav .icon-box {
		display: none;
	}

	.footer-container .flex-box {
		padding-bottom: 1rem;
		width: 100%;
		display: flex;
		/* flex-direction: column; */
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #666;
	}

	.footer-container .box .info {
		display: none;
	}

	.footer-container .box .info-box:nth-child(2) {
		margin-top: 20px;
	}

	.footer-container .box .heav {
		width: 100%;
	}

	.footer-container .box .heav:nth-child(2) {
		/* display: none; */
		align-items: flex-start;
	}

	.footer-container .box h5,
	.footer-container .box .last-text {
		text-align: left !important;
	}

	.footer-container .box .title {
		margin-bottom: 0;
		padding: 1rem 0;
		width: 100%;
		height: auto;
		font-size: 21px;
		/* line-height: 2rem; */
		border-bottom: 1px solid #666;
		/* border-bottom: 1px solid rgba(238, 238, 238, 0.09); */
	}

	.footer-container .box .info .input-box,
	.footer-container .box .info .btn-submit {
		font-size: 17px;
	}

	.footer-container .box .heav:last-child .title {
		border-bottom: 0;
	}

	.footer-container .box a {
		font-size: 20px;
		width: 100%;
		margin-top: 14px;
	}

	.footer-container .box .info .email-box {
		justify-content: flex-start;
	}

	.footer-container .box .from .title {
		margin-bottom: 0;
		font-size: 22px;
	}

	.footer-container .flex-right {
		width: 30%;
	}

	/* E footer */
	/* S index */
	.index-main .pic-div .img {
		height: auto;
		width: 100%;
	}

	.index-main .device {
		position: relative;
		height: 14rem;
		min-height: auto;
		margin-top: -4px;
	}

	.index-main .swiper-pagination-switch {
		width: .6rem;
		height: .6rem;
	}

	.index-main .pagination {
		bottom: 8px;
	}

	.index-main .reason .swiper-container .item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.index-main .reason .list .item .icon-box .icon {
		width: 4.5rem;
	}

	.index-main .reason .page-title {
		margin: 2rem auto 1rem auto;
		font-size: 1.3rem;
	}

	.index-main .reason .text {
		margin: 0 1rem;
		font-size: 1rem;
	}

	.index-main .reason .list {
		padding: 1rem 1rem;
	}

	.index-main .reason .list .item .item-text {
		height: 5rem;
		/* background-color: red; */
	}

	.index-main .reason .list .item {
		margin-top: 0;
		flex: calc(100% / 2 - 1rem);
		padding: 1rem 0;
	}

	.index-main .reason .list .item:nth-child(odd) {
		margin-right: 1rem;
	}

	.index-main .reason .list .item .item-text {
		display: inline-block;
		text-align: center;
	}

	.index-main .reason .list .item .pc-item-text {
		display: none;
	}

	.index-main .page-title {
		/* border-bottom: 3px solid #009ed7; */
		font-size: 22px;
		margin: 20px 0;
	}

	.index-main .concat {
		height: 17.4rem;
	}

	.index-main .concat .swiper-container {
		height: calc(100% - 4rem);
	}

	.index-main .concat-title {
		padding: 1rem 1rem;
		height: 4rem;
	}


	.index-main .concat-title .text {
		font-size: 1rem;
	}

	.index-main .concat .flex-right {
		width: 6rem;
	}

	.index-main .concat-title .flex-right .text {
		font-size: .8rem;
		letter-spacing: 2px;
	}

	.index-main .concat .flex-right .icon {
		width: .8rem;
	}

	.index-main .concat .swiper-box {
		padding-top: 0;
	}

	.index-main .concat .swiper-box .flex-top {
		/* flex-direction: column; */
	}

	.index-main .concat .swiper-box .flex-top .title {
		font-size: 1.6rem;
	}

	.index-main .concat .swiper-box .flex-top .content {
		display: inline-block;
		font-size: .8rem;
		height: 4rem;
	}


	.index-main .concat .swiper-box .flex-top .pc-content {
		display: none;
	}

	.index-main .concat .swiper-container .swiper-box {
		justify-content: center;
		padding-bottom: 0;
	}

	.index-main .swiper-container .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 94%;
	}

	.index-main .concat .arrow-left {
		left: .6rem;
		width: 1rem;
	}

	.index-main .concat .arrow-right {
		right: .6rem;
		width: 1rem;
	}


	.index-main .concat .pagination {
		bottom: .5rem;
	}

	.index-main .concat .swiper-box .flex-text {
		bottom: 2.3rem;
		font-size: .6rem;
	}

	.index-main .company-profile .title,
	.index-main .service-box .page-title {
		font-size: 22px;
	}

	.company-profile p,
	.company-profile span,
	.service p,
	.service span {
		/* font-size: 17px !important; */
	}

	.index-main .service,
	.about-main .service {
		margin: 20px 7% 0;
		width: 86%;
	}


	.index-main .multi-scenario {
		position: relative;
		/* padding: 1rem 1rem; */
		margin: 0 7% 0;
		width: 86%;
	}

	.index-main .multi-scenario .flex-right {
		margin-top: 0;
		margin-left: 0;
		font-size: 12px;
	}

	.index-main .multi-scenario .list {
		/* display: none; */
		justify-content: space-between;
	}

	.index-main .multi-scenario .list .item {
		width: 49%;
	}

	.index-main .multi-scenario .item-info {
		align-items: center;
	}

	.index-main .multi-scenario .img,
	.index-main .multi-scenario .content {
		margin-bottom: 4px;
		width: 154px;
		height: 154px;
	}

	.index-main .multi-scenario .content {
		font-size: 17px;
		width: 100%;
		height: 52px;
		line-height: normal;
		text-align: center;
	}


	.index-main .multi-scenario .price {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.index-main .multi-scenario .icon {
		width: 18px;
	}

	.index-main .multi-scenario .flex-left,
	.index-main .multi-scenario .flex-right {
		padding: 0 10px;
	}

	.index-main .multi-scenario .flex-right .text {
		font-size: 14px;
	}

	/* .index-main .multi-scenario .device {
		display: inline-block;
		height: 17rem;
	}

	.index-main .multi-scenario .swiper-slide {
		position: relative;
	}

	.index-main .multi-scenario .swiper-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.index-main .multi-scenario .swiper-container .swiper-box {
		justify-content: center;
		padding-bottom: 0;
	}

	.index-main .multi-scenario .swiper-box .content {
		text-align: center;
		color: #fff;
		padding: 1rem 1rem;
	} */
	.index-main .company-profile {
		margin: 20px 7% 0;
		width: 86%;
	}

	.index-main .multi-scenario .multi-scenario-box .page-title {
		margin: 20px 0;
		font-size: 22px;
	}

	.index-main .multi-scenario .multi-scenario-box .item-flex-box {
		width: 100%;
		height: 160px;
	}

	.index-main .multi-scenario .multi-scenario-box {
		margin-bottom: 20px;
	}

	.index-main .multi-scenario .multi-scenario-box .list .item {
		min-height: 160px;
	}

	.index-main .patent .page-title,
	.index-main .information .page-title,
	.index-main .advantage .page-title {
		/* margin-top: 2rem;
		margin-bottom: 1rem; */
		/* font-size: 1.3rem; */
	}

	.index-main .medical {
		padding: 20px 0;
	}

	.index-main .medical .medical-box .page-title {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.index-main .medical .flex-bottom {
		padding-bottom: 0;
		width: 100%;
	}

	.index-main .medical .flex-bottom .text {
		font-size: 17px;

		margin-top: 0;
	}

	.index-main .medical .flex-bottom .flex {
		width: 79%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index-main .medical .flex-bottom .flex .img img {
		width: 5rem;
	}

	.index-main .medical .flex-bottom .flex .img {
		margin-right: 20px;
		/* flex: calc(100% / 3 - 1rem); */
		height: 5rem;
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: fit-content;
	}

	.index-main .medical .flex-bottom .flex .img:nth-child(3),
	.index-main .medical .flex-bottom .flex .img:nth-child(6) {
		margin-right: 0;
	}

	.index-main .medical .flex-bottom .flex .img:nth-child(6) img {
		width: 8rem;
		max-width: fit-content;
	}

	.index-main .information .device {
		width: 22rem;
	}

	.index-main .information .item {
		padding: 20px 20px;
		max-width: inherit;
		/* height: 100%; */
		width: 100%;
		min-height: inherit;
	}

	.index-main .information .item .img {
		height: 153px;
	}

	/* E index */
	/* S about */
	.about-main .company-profile {
		margin: 20px 7% 20px;
	}

	.about-main .page-title {
		font-size: 22px;
	}

	.about-main .info .input-box {
		font-size: 14px;
	}

	.about-main .info .btn-submit {
		font-size: 14px;
	}

	.about-main .top-box .top-box-logo {
		top: 4rem;
		left: 2.5rem;
		width: 3rem;
	}

	.about-main .company-profile {
		/* padding: 1rem 2rem; */
	}

	.about-main .company-profile .title {
		text-align: center;
		font-size: 1.5rem;
	}

	.about-main .company-profile .content {
		font-size: 1.2rem;
		font-size: 1.14rem;
	}

	.about-main .service {
		/* padding: 1rem 2rem; */
	}

	.about-main .service-box .page-title {
		text-align: center;
	}

	.about-main .service-box .list {
		flex-wrap: wrap;
	}

	.about-main .service-box .item {
		margin-bottom: 1rem;
		padding-bottom: 2rem;
		padding: 1rem 2rem 2rem 2rem;
		width: 100%;
	}

	.about-main .service-box .item .icon {
		width: 2.3rem;
	}

	.about-main .service-box .item:nth-child(1) .icon,
	.about-main .service-box .item:nth-child(3) .icon {
		width: 2.6rem;
	}

	.about-main .service-box .item .title {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-left: 0;
		margin-top: 3rem;
	}

	.about-main .service-box .item .content {
		font-size: .96rem;
		display: inline-block;
		margin-left: 0;
	}

	.about-main .service-box .item .pc-content {
		display: none;
	}

	.about-main .consult-box .item .title,
	.about-main .consult-box .item .content {
		font-size: 14px;
	}

	.about-main .consult-box .item .icon {
		width: 20px;
	}

	.about-main .consult-box .item:nth-child(1) .icon {
		width: 22px;
	}

	/* E about */
	/* S information */
	.info-main .info-list .box .tab {
		margin-bottom: 0;
		padding: 2px 20px;
		justify-content: center;
	}

	.info-main .info-list .tab .tab-title {
		margin-right: 40px;
		font-size: 14px;
	}

	/* E information */
	/* S aftersales */

	.after-sales-main .list .box .title {
		font-size: 1.6rem;
	}

	.after-sales-main .list .box .item-flex {
		padding: 0 1rem 1.7rem 1rem;
		width: 100%;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.after-sales-main .list .box .item-flex .item {
		margin-top: 1.7rem;
	}

	.after-sales-main .list .box .item-flex .img {
		margin-right: 0;
		width: 19.7rem;
	}

	.after-sales-main .item-flex .info .small-title {
		margin-top: 4rem;
		font-size: 1rem;
		letter-spacing: 2px;
		line-height: normal;
		width: 12rem;
		height: 3.8rem;
	}

	.after-sales-main .item-flex .info .info-item {
		font-size: .9rem;
		line-height: normal;
	}

	.after-sales-main .item-flex .info .info-box {
		width: 12rem;
		height: 10rem;
	}

	.after-sales-main .item-flex .info .bottom {
		margin-top: 0;
		height: 8rem;
	}

	.after-sales-main .item-flex .info .bottom .info-title {
		font-size: 1rem;
	}

	/* E aftersales */
	/* S settlement */
	.settlement-main .content-header-box {
		padding: 0 5.5%;
	}

	.settlement-main .content {
		flex-direction: column;
	}

	.settlement-main .content .content-box {}

	/* E settlement */

	/* S settlement */
	.settlement-main .content .flex-left,
	.settlement-main .content .flex-right {
		width: 100%;
	}

	.settlement-main .content {
		padding: 2rem 5.5%;
	}

	.settlement-main .content-header-box .flex-left .logo-icon {
		width: 92px;
		height: 30px;
	}

	.settlement-main .content-header-box .flex-left .page-title {
		font-size: 23px;
	}

	.settlement-main .content-header-box .btn-back {
		font-size: 23px;
		height: 28px;
		line-height: 28px;
	}

	.settlement-main .content .flex-left .address-box,
	.settlement-main .content .flex-right .flex-header .title {
		font-size: 25px;
	}

	.settlement-main .content .flex-right .total-price,
	.settlement-main .content .flex-right .total-price .total {
		font-size: 27px;
	}

	/* E settlement */
	/* S orderlist */
	.order-list-main .concat-box {
		margin: 20px 0;
	}

	.order-list-main .content-box .page-title {
		margin: 20px 20px;
	}

	.order-list-main .content-box .list-title {
		padding: 0 10px 10px;
		display: none;
	}

	.order-list-main .content-box .list-title .text:nth-child(1) {
		/* margin-right: 5.5%; */
	}

	.order-list-main .content-box .list-title .text {
		/* margin-right: 9.5%; */
	}

	.order-list-main .content-box .list-title .text {
		font-size: 17px;
	}

	.order-list-main .content-box .order-list {
		padding: 0 20px 10px 20px;
	}

	.order-list-main .content-box .order-list .list-top .text:nth-child(2) {
		margin-right: 0;
	}

	.order-list-main .content-box .order-list .order-info {
		flex-direction: column;
	}

	.order-list-main .content-box .order-list .order-info .title-box .title {
		font-size: 14px;
	}

	.order-list-main .content-box .order-list .order-info .status {
		font-size: 14px;
	}

	.order-list-main .content-box .order-list .order-info .price {
		font-size: 14px;
	}

	.order-list-main .content-box .order-list .order-info .shop-price-box {
		margin-top: 10px;
		font-size: 14px;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.order-list-main .content-box .order-list .order-info .actual-price-box {
		margin-top: 10px;
		font-size: 14px;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.order-list-main .content-box .order-list .order-info .trade-status-box {
		margin-top: 10px;
		width: 100%;
		text-align: right;
		font-size: 14px;
	}

	.order-list-main .content-box .order-list .order-info .num {
		margin-top: 0;
	}

	.order-list-main .content-box .order-list .flex-left-box {
		flex-direction: column;
	}

	.order-list-main .content-box .order-list .order-info .img {
		width: 80px;
		height: 80px;
	}

	.order-list-main .content-box .order-list .list-top {
		font-size: 14px;
	}

	.order-list-main .content-box .list {
		padding: 0 0 1rem 0;
	}

	.order-list-main .content-box .list .list-top {
		padding: 10px 10px;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
		font-size: 17px;
	}

	.order-list-main .content-box .list .list-top .text:nth-child(1) {
		margin-right: 14px;
	}

	.order-list-main .content-box .list .list-top .text:nth-child(2) {
		margin-right: 0;
		text-align: right;
	}

	.order-list-main .content-box .list .list-top .text:nth-child(3) {
		margin-right: 2rem;
		display: none !important;
	}

	.order-list-main .content-box .list .order-info {
		flex-direction: column;
	}

	.order-list-main .content-box .list .order-info .num {
		margin-top: 0;
	}

	.order-list-main .content-box .list .order-info .shop-price-box,
	.order-list-main .content-box .list .order-info .actual-price-box {
		margin-top: 10px;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}

	.order-list-main .content-box .list .order-info .trade-status-box {
		margin-top: .5rem;
		justify-content: flex-end;
		width: 100%;
		align-items: center;
		display: flex;
	}

	.order-list-main .content-box .list .order-info .img {
		width: 5.2rem;
		height: 5.2rem;
	}

	.order-list-main .content-box .list .order-info .title-box {
		margin-right: 0;
		align-items: flex-end;
	}

	/* E orderlist */
	/* S supports */
	.supports-main .supports-list .box .tab {
		padding: 18px 20px 2px 20px;
	}


	.supports-main .supports-list .tab .tab-title:first-child {
		margin-right: 40px;
	}

	.supports-main .supports-list .tab .tab-title {
		margin-right: 0;
	}

	.supports-main .supports-list .item-box-bg {
		width: 86%;
	}

	.supports-main .supports-list .search-box-bg {
		width: 86%;
	}

	/* E supports */
	/* S orderDetails */


	.order-details-main .order-details-box {
		margin: 10px 7%;
		width: 86%;
		font-size: 14px;
	}

	.order-details-main .order-info-box .info-item-box {
		padding: 0 0;
		flex-direction: column;
		align-items: flex-start;
		border-bottom: 0;
	}

	.order-details-main .order-info-box .info-item-box .text {
		/* margin-bottom: 10px; */
	}

	.order-details-main .goods-box .title-box {
		display: none;
	}

	.order-details-main .goods-box {
		border: 0;
	}

	.order-details-main .goods-box .data-box .data {
		border-right: 0;
	}

	.order-details-main .goods-box {
		padding: 10px 0;
		border-bottom: 1px solid #d7d1ce;
	}

	.order-details-main .goods-box .data-box {
		padding: 0 0;
		flex-direction: column;
		align-items: flex-start;

	}

	.order-details-main .goods-box .data-item-box {
		width: 100%;
		justify-content: space-between;

	}

	.order-details-main .goods-box .data-item-box .data:nth-child(2) {
		align-items: flex-end;
	}

	.order-details-main .goods-box .data,
	.order-details-main .goods-box .data-item-box .data {
		/* flex: 1; */
		width: auto;
	}

	.order-details-main .goods-box .data:nth-child(1) {
		flex: inherit;
	}

	.order-details-main .price-box {
		padding-top: 10px;
	}

	.order-details-main .logistics-box .layui-timeline-item {
		padding-bottom: 10px;
	}

	.order-details-main .logistics-box .layui-text p {
		margin: 0 0;
	}

	/* E orderDetails */
}

/* E 平板和手机 */
/* S 适配手机 */


@media screen and (max-width: 800px) {
	.index-main .phone-div {
		display: inline-block;
	}

	/* S header */

	.header-container .nav-icon-box .nav-icon {
		width: 14px;
	}

	.header-container .nav-icon-box .car-count {
		font-size: 14px;
		height: auto;
	}

	.header-container .nav-icon-box .nav-icon:nth-child(2) {
		width: 16px;
	}

	.header-container .nav-icon-box .nav-icon:nth-child(3) {
		width: 18px;
	}

	.header-container .logo-box .logo:nth-child(1) {
		width: 72px;
	}

	.header-container .logo-box .logo:nth-child(2) {
		width: 100px;
		height: 33px;
	}

	.header-container .inner {
		background-color: #29231f;
	}

	.header-container .header-box {
		width: 100%;
	}

	.header-container .header-nav .choose {
		/* display: inline-block; */
	}

	.header-container .box {
		display: none;
	}

	.header-container .icon-box {
		display: flex;
	}

	.header-container .box {
		position: absolute;
		top: 3.4rem;
		left: 0;
		width: 100%;
		background-color: #29231f;

	}

	.header-container .box .header-nav {
		flex-direction: column;
	}

	.header-container .box .header-nav .heav {
		/* height: 2rem; */
		width: 100%;
		height: auto;
		flex-direction: column;
		align-items: flex-start;
	}

	.header-container .header-nav a {
		padding: 14px 20px;
		border-bottom: 1px solid rgba(238, 238, 238, 0.09);
		width: 100%;
		justify-content: flex-start;
		font-size: 14px;
	}

	.header-container .header-nav .heav-choose {
		background-color: transparent;
		color: #009ed7;
	}

	.header-container .header-nav .list {
		position: relative;
		display: none;
		width: 100%;
		/* display: flex; */
		flex-direction: column;
		align-items: flex-start;
	}

	.header-container .header-nav .list a {
		border-bottom: 0;
	}

	.header-container .header-nav .list a:last-child {
		border-bottom: 1px solid rgba(238, 238, 238, 0.09);

	}

	.header-container .logo-box .text {
		margin-right: .8rem;
	}

	.header-container .nav-icon-box {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		padding: 1rem 1.2rem;
	}

	/* E header */
	/* S index */



	.index-main .swiper-container .swiper-box {
		/* padding-bottom: 3rem; */
	}

	.index-main .device .arrow-left {
		/* left: .8rem; */
	}

	.index-main .device .arrow-right {
		right: 10px;
	}

	.index-main .device .arrow-left,
	.index-main .device .arrow-right {
		width: 30px;
		height: 30px;
	}


	.index-main .swiper-container .swiper-title {
		padding: 0 12%;
		font-size: 20px;
		text-align: center;
	}

	.index-main .swiper-container .swiper-btn {
		letter-spacing: 2px;
		font-size: 14px;
	}

	.index-main .patent .list {
		width: 20rem;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.index-main .patent .list .item:nth-child(even) .img {
		margin-right: 0;
	}

	.index-main .patent .list .img {
		margin-bottom: 2rem;
	}

	.index-main .advantage .page-title {
		position: relative;
		z-index: 9;
		margin-top: 2rem;
		margin-bottom: 1rem;
	}

	.index-main .advantage-box .flex {
		position: relative;
		width: 100%;
		height: auto;
	}

	.index-main .advantage-box .flex .rich {
		position: absolute;
		top: 0;
		left: 0;
		padding: 1rem 1rem;
		width: 100%;
		height: 100%;
		z-index: 9;
		box-sizing: border-box;
		color: #fff;
		background: rgba(0, 0, 0, .5);
	}

	.index-main .advantage-box .flex .img {
		z-index: 1;
		position: relative;
		width: 37.6rem;
	}

	.index-main .information .information-box {
		padding-bottom: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.index-main .information .list {
		display: none;
	}


	.index-main .information .item {
		color: #fff;
	}

	.index-main .information .item .title {
		font-size: 22px;
	}

	.index-main .information .item .text {
		margin: 20px 0;
		line-height: normal;
		height: 54px;
		font-size: 14px;
	}

	.index-main .information .device {
		position: relative;
		display: inline-block;
		height: 345px;
	}


	.index-main .information .arrow-left {
		top: calc(50% - 30px);
		left: 0;
		background: rgba(0, 0, 0, .5) url(../img/icon-left-arr.png) no-repeat;
		background-size: 100% 100%;
		border-radius: 50%;
	}

	.index-main .information .arrow-right {
		top: calc(50% - 30px);
		right: 0;
		background: rgba(0, 0, 0, .5) url(../img/icon-right-arr.png) no-repeat;
		background-size: 100% 100%;
		border-radius: 50%;
	}

	/* E index */
	/* S about */
	.about-main .professional {
		padding: 1rem 2rem;
	}

	.about-main .professional .professional-box {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.about-main .professional-box .page-title {}

	.about-main .professional-box .flex-left {
		align-items: center;
		justify-content: center;
	}

	.about-main .professional-box .content {
		display: inline-block;
		margin-bottom: 1rem;
	}

	.about-main .professional-box .pc-content {
		display: none;
	}

	.about-main .professional-box .box-bg {
		width: 6.6rem;
		top: -0.2rem;
		left: auto;
		right: 0rem;
	}

	.about-main .professional-box .flex-right {
		width: 100%;
		flex-direction: column;
	}

	.about-main .professional-box .flex-right .flex {
		align-items: center;
		margin-bottom: 1rem;
	}

	.about-main .consult {
		margin: 20px 7% 40px;
		/* padding: 1rem 2rem; */
		height: auto;
	}

	.about-main .consult .consult-box .page-box {
		flex-direction: column;
	}

	.about-main .consult .consult-box .flex-left,
	.about-main .consult .consult-box .flex-right {
		width: 100%;
	}

	.about-main .consult-box .box-title {
		font-size: 1.5rem;
	}

	.about-main .consult-box .list {
		flex-direction: column;
		margin-top: 1rem;
		/* padding: 1rem 2rem; */
		width: 100%;
	}

	.about-main .consult-box .item {
		margin-bottom: 1rem;
		/* padding: 2rem 2rem 1rem 2rem; */
		width: 100%;
	}

	/* E about */
	/* S information */

	.info-main .info-list .item {
		padding: .5rem 1rem;
		flex-direction: column;
	}

	.info-main .info-list .item .img {
		width: 100%;
		height: auto;
	}

	.info-main .info-list .item .flex {
		margin: 1rem 0;
	}

	.info-main .info-list .item .content {
		line-height: normal;
		font-size: 14px;
	}

	.info-main .info-list .item .title {
		font-size: 17px;
		line-height: normal;
	}

	.info-main .info-list .item .time {
		width: 100%;
	}

	.info-main .info-list .item .logo {
		top: auto;
		right: 0;
		bottom: 0;
	}

	.info-details-main .content-box {
		width: 86%;
	}

	/* E information */
	/* S product */
	.product-main .fix-box .fix-item .price-box,
	.product-main .fix-box .btn-buy {
		font-size: 15px;
	}

	/* E product */
}

/* E 适配手机 */
/* S 適配平板 */
@media screen and (max-width: 1024px) and (min-width: 802px) {

	/* S header */
	.header-container .box {
		margin-left: 5rem;
	}

	.header-container .header-nav .heav {
		width: auto;
	}

	/* E header */
	/* S footer */
	.footer-container .box .title {
		height: auto;
	}


	.footer-container .box .footer-nav .heav:nth-child(4) .title {
		text-align: left;
	}

	/* E footer */
	/* S index */
	.index-main .device {
		height: 45rem;
	}

	.index-main .multi-scenario .device {
		height: 37rem;
	}

	.index-main .concat .swiper-box .flex-top .content {
		font-size: 1.2rem;
	}

	.index-main .concat .swiper-box .flex-text {
		bottom: 6.3rem;
		font-size: 1rem;
	}

	.index-main .information .page-title {
		margin-top: 1rem;
	}

	.index-main .advantage {
		overflow: hidden;
	}

	.index-main .information {
		padding-bottom: 2rem;
	}

	.index-main .information .item {
		cursor: default;
	}

	.index-main .information .list {
		margin-top: 10rem;
	}

	/* E index */
	/* S about */
	.about-main .service-box .item {
		height: 14rem;
	}

	.about-main .professional {
		/* padding: 1.4rem 2rem 1.6rem 3rem; */
	}

	.about-main .consult {
		/* padding: 3.8rem 2rem 6.5rem 2rem; */
	}

	.about-main .consult-box .list {
		width: 100%;
	}

	/* E about */
	/* S aftersales */
	.after-sales-main .list .box .item-flex .img {
		width: 22.7rem;
	}

	.after-sales-main .list .box .item-flex .item:nth-child(1),
	.after-sales-main .list .box .item-flex .item:nth-child(3) {
		margin-right: 4rem;
	}

	.after-sales-main .item-flex .info .small-title {
		margin-top: 6.2rem;
		height: 3.8rem;
	}

	/* E aftersales */
}

/* E 適配平板 */

/* E 自適應 */