/* @import url("roboto.css");

body,
button,
input,
select,
textarea {
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
} */

:focus {
	outline: 0;
}

body {
	/*line-height: 1.88rem;*/
}

body,
.content {
	color: #68747f;
}

a,
button,
input,
select {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
	/*color: #57b382;*/
}
button:hover {
	opacity: 0.7;
	cursor: pointer;
}

::selection {
	color: #fff;
	background: #57b382;
}

p small {
	color: #a1a6ab;
}

table {
	margin-bottom: 1.25rem;
}

div.annote {
	color: #a1a6ab;
	font-size: 0.875rem;
}

div.annote * {
	color: #a1a6ab;
	font-size: 0.875rem;
}

div.annote ul li:before {
	background: #a1a6ab !important;
}

header.header .hero {
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat
}

.container.is-fullwidth {
	width: 100%;
	max-width: 100%;
}

section.section {
	padding-top: 0;
	padding-bottom: 0;
}

input.input {
	box-shadow: none;
}

sup {
	font-size: 12px;
	margin: 0px 2px;
}

.button {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}


hr {
	background-color: #ecedee;
}

.strong {
	font-weight: 500 !important;
}

.title {
	font-size: 24px;
	color: #333;
	font-weight: 500;
}

.title-fff {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}

.title sup {
	font-size: 20px;
}

.section.is-medium {
	padding-top: 3.125rem;
	padding-bottom: 5rem;
}

.section.is-small {
	padding-top: 3.75rem;
	padding-bottom: 2.5rem;
}

body>section.section:first-of-type {
	/*padding-top: 3.125rem;*/
}

body>section.section:last-of-type {
	/*padding-bottom: 6.25rem;*/
}

header section.hero.is-275 {
	height: 275px !important;
}

header section.hero.is-335 {
	height: 335px !important;
}

header section.hero.is-335 .hero-body {
	padding: 36px 20px 0;
}

.title-block {
	text-align: center;
	margin-bottom: 2.875rem;
}

.title-block .title {
	margin-bottom: 1.25rem;
	font-weight: normal;
	line-height: normal;
	color: #3e464c;
	font-size: 28px;
}

.title-block .subtitle {
	font-size: 1rem;
	color: #68747f;
	line-height: 2;
	margin-top: -10px !important;
}

.is-text-white {
	color: #fff !important;
}

.is-text-lightgray {
	color: #a1a6ab !important;
}

.is-text-gray {
	color: #68747f !important;
}

.is-text-teal {
	color: #ff3636 !important;
}

.is-text-neutralgrey {
	color: #68747f !important;
}

.is-text-charcoalgrey {
	color: #3e464c !important;
}

.is-fullwidth {
	width: auto;
}

.button {
	border-radius: 4px;
	border: solid 1px #dee0e7;
	color: #68747f;
}

.button.large {
	width: auto;
	height: 40px;
	padding-left: 32px;
	padding-right: 32px;
}

.button.medium-text-size {
	font-size: 14px;

}

.button:active,
.button.is-active {
	border-color: #ff3636;
	color: #ff3636;
	box-shadow: none;
}

.button.is-dark {
	background: #443d4e;
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
	background-color: #0fbb7f;
}


.button.is-rounded {
	border-radius: 290486px;
	padding-left: 1em;
	padding-right: 1em
}

.button.is-height-48 {
	height: 3rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.select select {
	border-color: #ff3636;
	color: #ff3636;
	padding-left: 1em;
}

.is-text-normal {
	font-size: 1rem !important;
	font-weight: normal;
}

.is-text-small {
	font-size: 0.875rem !important;
}

.is-text-strong {
	font-weight: 500 !important;
}

.image.is-40x40 {
	height: 40px;
	width: 40px;
}

.image.is-60x60 {
	height: 60px;
	width: 60px;
}

.image.is-140x140 {
	max-width: 140px;
	height: 140px;
	margin: 0 auto;
}

.card-content {
	padding: 0 0 1rem 0;
}

.media-left {
	margin-right: 1.25rem;
}

.media-content .title {
	line-height: 1.375rem;
	padding-bottom: 0.625rem;
	position: relative;
}

.section.complete-solutions .column.is-3 {
	padding-bottom: 0
}

.section.complete-solutions .card {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.section.complete-solutions .card-image {
	padding-top: 2.5rem;
	padding-bottom: 2.6875rem
}

@media screen and (max-width: 768px) {
	.section.complete-solutions .card-image {
		padding-top: 0;
		padding-bottom: 1rem
	}

	.section.complete-solutions .card {
		height: 18rem !important
	}

}

/* @media screen and (max-width: 768px) {
    header.header .content-nav .tabs ul {
        justify-content: flex-start;
    }
} */

.section.complete-solutions .card-image .image img {
	height: 140px;
}

.section.complete-solutions .card-des {
	font-size: 0.875rem;
	color: #a1a6ab;
	line-height: 2;
	height: 5rem;
	overflow: hidden;
	margin-top: 0.625rem;
	margin-right: 1.875rem;
	margin-left: 1.875rem;
	opacity: 1;
}

.section.complete-solutions .card {
	border: none;
	box-shadow: none;
	cursor: pointer;
	height: 22.5rem;
	position: relative
}

.section.complete-solutions .card:hover {
	-webkit-transform: translate(0, -1.25rem);
	-moz-transform: translate(0, -1.25rem);
	transform: translate(0, -1.25rem);
	background-color: #ffffff;
	box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
	border: none;
}

.section.complete-solutions hr {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 1.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	border: none;
	background: none;
	position: relative
}

.section.complete-solutions hr:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.12);
}

.section.complete-solutions .card-content .card-des,
.section.complete-solutions .card-content .more-link {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.section.complete-solutions .card-content .more-link:hover {
	color: #ff3636
}

.section.complete-solutions .card-content .more-link {
	visibility: hidden;
	font-size: 0.875rem;
	position: absolute;
	opacity: 0;
	width: 100%;
	bottom: 2.5rem;
	text-align: center;
	visibility: visible
}

.section.complete-solutions .card:hover .card-des {
	opacity: 0;
	visibility: hidden;
}

.section.complete-solutions .card:hover .more-link {
	opacity: 1;
	visibility: visible
}

.section.complete-solutions .card-content .title {
	font-size: 1.25rem;
	font-weight: 500;
	color: #3f464d;
}

#solutions-industry.complete-solutions {
	/* padding-bottom: 0 */
}

.more-link {
	color: #ff3636;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #3e464c;
}

.is-background-white {
	background: white
}

.is-background-grey {
	background: #f5f9fa;
}

.is-background-martinique {
	background-color: #3d3e49;
}

.is-background-darkblue {
	background-color: #443d4e;
}

.is-background-martinique .title-block .title,
.is-background-darkblue .title-block .title {
	color: #fff
}

.is-background-martinique .title-block .subtitle,
.is-background-darkblue .title-block .subtitle {
	color: rgba(255, 255, 255, 0.6);
}

.is-background-martinique h4 {
	color: #ffffff;
}

.section.padding-bottom-40 {
	padding-bottom: 2.5rem
}

.free-signup {
	background-color: #363742;
}

.free-signup .container {
	height: 8.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.free-signup .container .title {
	color: #fff;
	margin-bottom: 0;
	margin-right: 2.5rem
}

.free-signup .container .button {
	height: 3rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media screen and (max-width: 768px) {
	.free-signup .container {
		flex-flow: column;
		height: auto;
		padding: 2.5rem 0;
	}

	.free-signup .container .title {
		text-align: center;
		margin: 0 0 1.25rem 0;
	}

	.free-signup .container .button {
		height: 3rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

section.section .content:first-child>.container>.columns:first-child {
	margin-top: 0;
}

.content p {
	line-height: 1.71;
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.level-item {
		margin-right: 0 !important;
	}
}

.content blockquote {
	border: 0 none !important;
	border-radius: 3px;
	background-color: #f5f9fa;
	color: #838e97;
	padding: 1.6875rem 1.875rem 1.5625rem;
	position: relative;
	text-indent: 2.25rem;
	line-height: 2;
	font-size: 1.125rem;
	letter-spacing: normal;
	text-align: justify;
	margin-bottom: 40px !important;
}

blockquote:before {
	color: #ff3636;
	content: "\201C";
	font-size: 3.8rem;
	position: absolute;
	left: -10px;
	top: 60px;
	line-height: 0.1em;
}

blockquote:after {
	color: #ff3636;
	content: "\201D";
	font-size: 3.8rem;
	position: absolute;
	right: 2.5rem;
	bottom: 1.5rem;
	line-height: 0.1em;
}

.content p:not(:last-child) {
	margin-bottom: 1.88rem;
}

.button.is-white,
.button.is-white:hover {
	color: #ff3636;
}

.media+.media {
	border-top: 0 none;
	padding-top: 15px;
	margin-top: 15px;
}

.block-title {
	text-align: center;
}

.tab-panel {
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: fadeEffect .3s;
	animation: fadeEffect .3s;
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.tab-panel.is-active {
	display: block;
}


/* -- button -- */

.button.is-primary.is-outlined {
	border: solid 1px rgba(255, 255, 255, 0.5);
	color: #ffffff;
}


/* -- tabs -- */

.tabs li.is-active a {
	font-weight: 500;
}


/* -- header -- */

.with-no-position {
	position: static;
}

header.header>.navbar>.container {
	max-width: 1360px
}

@media screen and (min-width: 769px) {

	header.header>.nav-wrapper>.navbar>.container .navbar-brand,
	header.header>.nav-wrapper>.navbar>.container .navbar-end {
		/* min-width: 240px */
	}

	header.header>.nav-wrapper>.navbar>.container .navbar-menu {
		margin-left: -15px;
	}

	header.header>.nav-wrapper>.navbar>.container .navbar-end>.navbar-item {
		padding-right: 0
	}
}

/* -- hero -- */

.home header.header section.hero {
	padding-top: 4.25rem;
	height: 31.25rem;
}

header.header section.hero {
	height: auto;
	padding-top: 6.625rem;
	height: 500px;
}

header.header section.hero.is-medium {
	height: 450px;
}

@media screen and (max-width: 1024px) {
	header.header section.hero {
		padding-top: 0;
		height: auto;
	}
}

header.header .hero .hero-body {
	display: flex;
	/* align-items: center; */
	position: relative;
	padding: 80px 0 2rem;
}

@media screen and (max-width: 768px) {
	header.header .hero .hero-body {
		padding: 80px 20px 2rem;
	}
}

@media screen and (max-width: 414px) {
	header.header .hero .btn-group {
		display: flex;
		flex-direction: column;
	}

	header.header .hero .btn-group.is-centered {
		align-items: center;
	}

	header.header .hero .btn-group .button+.button {
		margin-top: 12px;
	}
}

header.header .hero .hero-body.special-product-header {
	padding-top: 7.5rem;
}

header.header .hero.is-dark {
	background-color: #3d3e49;
}

header.header .hero .hero-body .title {
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	line-height: normal;
	margin-bottom: 1rem;
	padding-bottom: 0;
}

header.header .hero .hero-body .subtitle {
	font-size: 1rem;
	text-align: left;
	line-height: 1.67;
	color: #ffffff;
	margin-bottom: 1rem;
}

header.header .hero .title:not(.is-spaced)+.subtitle {
	margin-top: 0;
}

header.header .hero .btn-group {
	padding-top: 0.875rem
}

header.header .hero .btn-group .button {
	height: 2.75rem;
	min-width: 10rem;
	font-size: 14px;
	font-weight: 500;
}

header.header .hero .btn-group .button:not(:last-child) {
	margin-right: 1rem
}

header.header .hero-foot.content-nav {
	position: relative;
	background-color: rgba(0, 0, 0, 0.05);
}

header.header .hero-foot.content-nav.is-sticky {
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background-color: rgba(61, 62, 73, 0.9);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

header.header .hero-foot.content-nav .tabs li {
	margin: 0 2%;
}

header.header .hero-foot.content-nav .tabs li.is-active {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li a {
	padding: 1rem 1.75rem;
	background: transparent;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	border: none;
	margin-bottom: 0;
	color: #fff;
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li:not(.is-active) a:hover {
	color: #ff3636;
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li.is-active a {
	color: #ff3636;
	background-color: transparent;
	border: none;
	position: relative;
	margin-bottom: 0;
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li.is-active a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	display: block;
	background-color: #ff3636;
}


/* -- footer -- */

footer.footer {
	 background-color: #2c3134;
}

footer.footer .menu .menu-label {
	margin: 0 0 1.25rem 0;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	margin-right: 20px;
}

footer.footer .menu .menu-list {
	margin-left: 0;
	display: flex;
	flex-flow: column wrap;
}

footer.footer .menu .menu-list li {
	line-height: 1.1rem;
	list-style: none;
}

footer.footer .menu .menu-list a {
	font-size: 14px;
	text-align: left;
	opacity: 0.5;
	color: #888888;
	padding-left: 0;
}

footer.footer .menu .menu-list a:hover {
	background: none;
	opacity: 1;
	color: #597EF7;
}

footer.footer .level {
	align-items: baseline;
}

footer.footer a {
	color: #fff;
	opacity: 0.5;
	font-size: 0.875rem;
}

footer.footer a:hover {
	opacity: 1;
}

footer.footer .copyright {
	text-align: left;
	margin: 0 0 3.125rem 0;
}

footer.footer .copyright {
	text-align: left;
	margin: 0 0 50px 0;
}

.footerss {
	padding: 70px 0 40px 0 !important;
}

.footerss .logo {
	display: flex;
	margin: 10px 0;
	opacity: 1;
	align-items: center;
}
.footerss .logo img {
	height: 40px;
	padding-right: 10px;
}
.footerss .logo span {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	opacity: 10;
}

@media screen and (max-width: 769px) {
	footer.footer {
		display: block;
	}

	.logo-desktop {
		display: none
	}

	footer.footer .menu .menu-list {
		display: flex;
		flex-flow: row wrap;
	}

	footer.footer .menu .menu-list li {
		line-height: 1.1rem;
		list-style: none;
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.logo-mobile {
		display: none
	}
}

footer.footer .level-right .menu-list,
footer.footer .menu .level-left+.level-right {
	margin-top: 0;
}

footer.footer .copyright figcaption {
	opacity: 0.5;
	font-size: 0.875rem;
	color: #ffffff;
	font-style: normal;
}

footer.footer .license {
	text-align: center;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.5);
}

footer.footer .license img {
	vertical-align: text-bottom;
	margin: 0 0.4rem;
}

footer.footer .icon {
	vertical-align: middle;
	margin-right: 4px;
}

footer.footer .menu-img {
	display: flex;
	align-items: center;
}

footer.footer .qc-wechat-qrcode figure img {
	width: 63px;
	height: auto;
	margin-right: 18px;
}

footer.footer span.tel {
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	padding: 0.5em 0;
	display: inline-block;
}

@media screen and (max-width: 769px) {
	aside.menu {
		overflow-x: auto;
		max-width: none !important;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	aside.menu li,
	aside.menu li.is-active {
		background-color: transparent !important;
	}

	aside.menu li+li {
		margin-top: 0 !important;
	}

	aside.menu li a {
		padding: 0.575em 0.875rem !important;
	}

	aside.menu li.is-active a::after {
		display: none !important;
	}

	aside.menu li {
		display: inline-block;
	}
}

@media screen and (max-width: 769px) {
	.table-panel {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		-webkit-backface-visibility: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.table-panel table {
		width: auto !important
	}

	.static-button-icon {
		display: none;
	}
}


/* -- side-menu ---*/

@media screen and (min-width: 769px) {
	aside.side-menu.menu {
		max-width: 160px;
	}
}

aside.side-menu.menu .menu-label {
	color: #a1a6ab;
	font-size: 14px;
	line-height: 1;
	text-align: left;
}

aside.side-menu.menu ul.menu-list {
	list-style: none;
	margin: 0 1.25rem 0 0;
}

aside.side-menu.menu ul.menu-list {
	list-style: none;
	margin: 0;
}

aside.side-menu.menu li+li {
	margin-top: 0.725em;
}

aside.side-menu.menu a {
	color: #616076;
	display: block;
	padding-top: 0.575em;
	padding-left: 1.25rem;
	padding-bottom: 0.575em;
	position: relative;
	border: 0.0625rem solid transparent;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

aside.side-menu.menu li {
	border: solid 0.0625rem transparent;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

aside.side-menu.menu li:hover a {
	color: #ff3636;
	background: none;
}

aside.side-menu.menu li.is-active a {
	color: #ff3636;
	background: none;
}

aside.side-menu.menu li.is-active {
	border-radius: 0.0625rem;
	background-color: #fff;
	border: solid 0.0625rem rgba(0, 0, 0, 0.12);
	color: #ff3636;
}

aside.side-menu.menu li.is-active a:after {
	border: solid 0.0625rem #a1a6ab;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: 0.5rem;
	width: 0.5rem;
	pointer-events: none;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	margin-top: -0.25rem;
	right: 1.125em;
	top: 50%;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}

table.table td {
	vertical-align: middle;
}

section.section>.container>figure.image {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.solution-typical table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: white;
	table-layout: fixed;
}

.solution-typical table th {
	font-weight: 500;
	white-space: nowrap;
}

.solution-typical table th,
.solution-typical table td {
	text-align: left;
	color: #68747f;
	padding: 0.875rem 1.25rem;
	border: 1px solid #dce0e0;
	vertical-align: top;
	font-size: 0.875rem
}

.solution-typical p {
	line-height: 1.88;
	color: #68747f;
	margin-bottom: 1.25rem;
}

.content-404 {
	padding: 200px 0;
}

.content-404 h1 {
	font-size: 128px;
	font-weight: 400;
	color: gainsboro;
	line-height: 1.4;
	margin-bottom: 0.2em;
}

ol {
	list-style: none;
	counter-reset: li;
}

ol li {
	counter-increment: li;
}

ol li::before {
	content: counter(li);
	color: #a1a6ab;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}


/*
    terms style
*/

.terms .menu {
	position: sticky;
}

.terms .menu .menu-label {
	font-size: 14px;
	color: #a1a6ab;
	margin-bottom: 15px;
}

.terms aside.side-menu {
	max-width: 100%;
}

.terms .menu .menu-list a {
	font-size: 0.875rem;
}

.terms .menu .menu-list a:hover {
	background: transparent;
	color: #ff3636;
}

.terms-content {
	font-size: 14px;
	display: none;
}

.terms-content.is-active {
	display: block;
}

.terms-content h4 {
	font-size: 14px;
}

.terms-content h1 {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.terms-content h2 {
	font-size: 1rem;
	margin-bottom: 1.25rem;
}

.terms-content h1,
.terms-content h2,
.terms-content h3,
.terms-content h4,
.terms-content h5,
.terms-content h6 {
	font-weight: 500;
	color: #3e464c;
}

.terms-content h4 {
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.terms-content h5 {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.terms-content p {
	margin-bottom: 1.875rem;
}

#terms .terms-content p {
	margin-bottom: 1.5em;
}

#terms .terms-content em {
	font-weight: 700;
	font-style: normal;
}

.terms-content ul {
	margin-bottom: 1.25rem;
}

.terms-content ul li {
	position: relative;
	padding: 0 1rem;
	margin-left: 1rem;
	line-height: 2.29;
}

.terms-content ul li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 15px;
	border-radius: 50%;
	background: #ff3636;
}

.terms-content strong {
	color: #68747f;
	font-weight: 500;
}

.terms-content table.table th,
.terms-content table.table td {
	color: #68747f;
	padding: 15px 30px;
}

.terms-content table.table th {
	font-size: 16px;
	font-weight: 500
}

.terms-content table.table td {
	font-size: 14px;
	font-weight: normal;
}

.terms-content table.table tr:hover {
	background: transparent
}

.footer-onlineservice {
	position: fixed;
	bottom: 20px;
	right: 120px;
	width: 146px;
	height: 44px;
	line-height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
	box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
	text-align: center;
	background: #fff;
	font-size: 16px;
}

.footer-onlineservice .qimo-btn {
	color: #3d464c;
	font-family: PingFangSC-Medium, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	cursor: pointer;
}

.footer-onlineservice .qimo-btn::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	-webkit-margin-after: 3px;
	vertical-align: text-bottom;
	background-image: url('/static/assets/images/icons/common/help.svg');
	background-size: 16px 16px;
}

.static-button-icon {
	position: fixed;
	bottom: 30vh;
	right: 26px;
	width: 50px;
	height: 56px;
	line-height: 44px;
	z-index: 1000;
	/* background: url('../images/icons/common/float-button@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in; */
}

.hexagon {
	width: 50px;
	height: 61px;
	text-align: center;
	position: relative;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url('/static/assets/images/icons/common/right-float-btn.svg');
	background-position: -62px -196px;
}

.hexagon:hover {
	background-position: 0 -196px;
}

.static-button-icon:hover .static-group-buttons {
	visibility: visible;
	opacity: 1;
}

.static-button-icon .static-group-buttons:hover {
	opacity: 0;
}

.static-group-button-item {
	height: 36px;
}

.square {
	margin-top: -1rem;
	background-color: #fff;
	padding-top: 1.2rem;
	padding-bottom: 12px;
	border-radius: 3px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.static-button-icon .square a {
	color: #68747f;
	font-size: 12px;
	line-height: normal;
	opacity: 1;
}

.square-item {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	margin-top: 10px;
}

.square-item:hover p {
	color: #00aa72;
}

.square-item figure.image {
	width: 16px;
	height: 16px;
	margin-bottom: 3px;
}

.square-item figure {
	cursor: pointer;
	background: url('/static/assets/images/icons/common/right-float-btn.svg');
}

.square-item.cooperation figure {
	background-position: -30px 0px;
}

.square-item.cooperation:hover figure {
	background-position: 0px 0px;
}

.square-item.documents figure {
	background-position: -30px -48px;
}

.square-item.documents:hover figure {
	background-position: 0px -48px;
}

.square-item.pricing figure {
	background-position: -30px -96px;
}

.square-item.pricing:hover figure {
	background-position: 0 -96px;
}

.static-group-button-item img {
	width: 16px;
	height: 16px;
	margin: 0 auto;
	margin-bottom: 3px;
}

.static-group-button-item {
	line-height: 1.7;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
}

#back-to-top {
	margin-top: 2px;
	text-align: center;
}

#back-to-top figure {
	width: 16px;
	height: 16px;
	background-image: url('/static/assets/images/icons/common/right-float-btn.svg');
	background-position: -30px -156px;
	background-repeat: no-repeat;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top:hover figure {
	background-position: 0 -156px;
}

#back-to-top img {
	width: 16px;
}

@media screen and (max-width: 1440px) {
	.static-button-icon {
		bottom: 35vh;
	}
}

/* .qimo-btn:after {
    border: 1px solid #68747f;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.4rem;
    width: 0.4rem;
    pointer-events: none;
    position: absolute;
    top: 0.6rem;
    z-index: 4;
    right: -10px;
    transform: rotate(225deg);
} */

.static-group-buttons {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 86px;
	top: 10px;
	left: -100px;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	cursor: default;
}

.static-group-buttons .static-group-button-item:last-of-type {
	border: none;
}

.static-group-buttons:after {
	content: ' ';
	right: -6px;
	position: absolute;
	top: 12px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-style: solid;
	border-width: 6px;
	border-color: transparent;
	border-left: 6px solid rgba(0, 0, 0, 0.8);
	border-right-width: 0;
}


div.annote ol {
	position: relative;
	margin: 5px 0;
	padding-left: 2rem;
}

div.annote ol li {
	counter-increment: li;
}

div.annote ol li::before {
	content: counter(li);
	color: #a1a6ab;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

section.pricing .reservation .media-content h6 {
	margin-bottom: 0;
}

.header-account .navbar-item.is-hidden {
	display: none;
}

.navbar-end.is-hidden-mobile.header-account {
	justify-content: flex-end;
	align-items: center;
}

.is-paddingless-left-right {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.function-tab-bar.tabs {
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.function-tabs li.is-active:after {
	position: absolute;
	content: '';
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ff3636;
}

.function-tab-bar.tabs ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-grow: 1;
	border: none;
}

.function-tab-bar ul li {
	display: flex;
	flex-direction: row;
	position: relative;
	cursor: pointer;
}

.function-tabs-content .tab-content {
	display: none;
}

.function-tabs-content .tab-content.is-active {
	display: block;
}

.function-tab-bar ul li span {
	padding-left: 12px;
	line-height: 40px;
}

.function-tabs-content {
	margin-top: 46px;
}

.function-ability-content {
	margin-bottom: 68px;
}

.function-ability-content .content p {
	color: #a1a6ab;
	font-size: 14px;
	line-height: 1.71;
}

.product-schemes .content p {
	color: #a1a6ab;
	font-size: 14px;
	line-height: 2;
}

.product-apps .app-platform {
	background-color: #f5f8fa;
	padding-top: 70px;
	padding-bottom: 40px;
}

.product-apps .column .title {
	margin-top: 20px;
	margin-bottom: 10px;
}

.product-apps .column .app-intro {
	font-size: 14px;
	color: #a1a6ab;
	line-height: 1.71;
	margin-bottom: 40px;
}

.product-apps .column .app-download span {
	color: #68747f;
	font-size: 1rem;
}

.mobile-app-platform {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-items: flex-start;
	background-color: #f5f8fa;
	height: 160px;
}

.qrcode-platform {
	position: absolute;
	right: 30px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.mobile-app-platform figure.image {
	margin-left: 56px;
	margin-right: 26px;
}

.mobile-app-qrcode {
	display: none;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.qrcode-platform:hover {
	width: 124px;
	height: auto;
}

.qrcode-platform:hover .mobile-app-qrcode {
	display: block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.qrcode-platform:hover .default-app-qrcode {
	display: none;
}

/*
æœç´¢ç»“æžœé¡µé¢æ ·å¼
*/
#search .page-title {
	font-size: 24px;
}

#search .entry-header a {
	font-weight: 500;
	font-size: 1rem;
	color: #3e464c;
}

#search .entry-header .search-keywords {
	color: #ff3636;
}

#search article {
	margin: 24px 0;
	padding-bottom: 16px;
	border-bottom: solid #eeeff1 1px;
}

#search .entry-summary {
	font-size: 14px;
	line-height: 2.14;
}

/*
åº•éƒ¨ banner æ ·å¼
*/
.section.footer-banner {
	padding: 40px 0 !important;
	background: url(/static/assets/images/footer-banner.svg) no-repeat center #3d3e49;
	background-size: cover;
	text-align: center;
}

.section.footer-banner .title {
	color: #fff;
	padding: 0px 1rem;
}

.section.footer-banner .button {
	width: 160px;
	height: 44px;
	font-weight: 500;
}

.mt10 {
	margin-top: 10px;
}

.text-group_32 {
	width: 136px;
	height: 44px;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.text_41 {
	width: 134px;
	height: 22px;
	overflow-wrap: break-word;
	color: rgba(58, 58, 58, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	line-height: 22px;
	margin-left: 1px;
}

.text_42 {
	width: 136px;
	height: 17px;
	overflow-wrap: break-word;
	color: rgba(118, 119, 119, 1);
	font-size: 12px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	line-height: 17px;
	margin-top: 5px;
}


.certification ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-flow: nowrap row;
	background: #fff;
}

.certification ul li {
	margin-bottom: 1.25rem;
	flex: 1;
}

.certification figure.image {
	display: flex;
	justify-content: left;
}

.certification ul li figure.image img {
	height: 45px;
	width: 45px;
	margin-right: 20px;
}

.certification {
	padding: 30px 0 10px 0;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 1);
}

.container-box {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	/*min-height: 600px;*/
	margin-bottom: 20px;
	margin-top: 20px;
	gap: 20px;
}

.container-box-aside {
	background-color: rgba(255, 255, 255, 1);
	width: 200px;
	display: flex;
	flex-direction: column;
	height: fit-content;
	padding: 10px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	border-radius: 6px;
}

.container-box-main {
	/*width: 980px;*/
	width: 100%;
	display: flex;
	flex-direction: column;
}
.container-box-main20-10 {
	background: #fff;
	padding: 20px;
}

.container-box-main-row {
	background-color: rgba(255, 255, 255, 1);
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.container-box-main-row-head {
	background-color: rgba(255, 255, 255, 1);
	padding: 20px 20px 0 20px;
}

.container-box-main-row-10 {
	padding: 10px;
}

.container-box-main-row .title_11 {
	font-size: 18px;
	font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
	font-weight: 500;
	color: #030303;
	line-height: 25px;
	margin: 0 10px;
}

.container-box-main-row .product-img_22 {
	display: none;
	width: 292px;
	height: 292px;
}

.container-box-main-row .product-img_22 img {
	max-width: revert;
	height: 100%;
}

.container-box-main-row .section_22 {
	width: 100%;
	/*padding-left: 20px;*/
}

.container-box-main .title_22 {
	overflow-wrap: break-word;
	color: rgba(4, 4, 4, 1);
	font-size: 18px;
	font-family: AlibabaPuHuiTi-Medium;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	line-height: 25px;
}

.container-box-main .title_22 .title_left_22 {
	float: left;
}

.container-box-main .title_22 .title_right_22 {
	font-size: 14px;
	float: right;
}

.notice_22 {
	border-radius: 4px;
	/*margin-top: 20px;*/
	padding: 10px 10px;
	width: 100%;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: NaN;
	text-align: left;
	word-wrap: break-word;
	/*line-height: 40px;*/
	margin-bottom: 12px;
}

.notice_ali_22 {
	background-color: #F4F8FF;
	border: 1px solid #CDD9FD;
	color: #597EF7;
}

.notice_tencent_22 {
	background-color: #F4F8FF;
	border: 1px solid #CDD9FD;
	color: #597EF7;
}

.container-box-main-row .form-group {
	display: flex;
	height: 36px;
	width: 100%;
	/* margin: 30px 0 0px 0; */
	/*justify-content: center;*/
	align-items: center;
}

.container-box-main-row  .form-group-label_22 {
	padding-right: 10px;
	height: 20px;
	overflow-wrap: break-word;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	letter-spacing: -0.46666666865348816px;
	font-family: PingFangSC-Regular;
	font-weight: NaN;
	text-align: center;
	white-space: nowrap;
}

.container-box-main-row .form-group-input_text {
	flex: 1 1 auto;
	font-weight: 500;
}

.container-box-main-row .form-group-input_text img {
	width: 18px;
}

.container-box-main-row .form-group-input_text .form-group-input_text_tags {
	background: linear-gradient(135deg, #FF4F1D 0%, #FF1866 100%);
	border-radius: 9px;
	padding: 1px 10px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

.container-box-main-row .form-group-input_22 {
	/*width: 100%;*/
	overflow-wrap: break-word;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: NaN;
	white-space: nowrap;
	line-height: 20px;
	margin-top: 15px;
	height: 32px;
}

.container-box-main-row .form-group-input_22 input {
	overflow-wrap: break-word;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: NaN;
	white-space: nowrap;
	line-height: 20px;
	margin-top: -10px;
	width: 327px;
}

.form-group-btn_22 {
	width: 327px;
	height: 38px;
	border-radius: 20px;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 38px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
}

.form-group-btn-ali_22 {
	background: #597EF7;
}

.form-group-btn-tencent_22 {
	background: #597EF7;
}

.container-box-main-row .form-group-search-btn_22 {
	width: 60px;
	height: 32px;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	margin-top: -3px;
	margin-left: -55px;
	border-radius: 4px;
	border: 1px solid #597EF7;
	color: #597EF7;
	background: #fff;
	display: none;
}

.container-box-aside .aside-item {
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	height: 60px;
	padding: 20px 0 20px 20px;
}

.container-box-aside .aside-item:hover,
.container-box-aside .aside-item.is-active {
	background: linear-gradient(90deg, #f3faff 0%, #ebf4ff 100%);
}

.container-box-aside .aside-item .left-img {
	width: 30px;
	height: fit-content;
	padding-right: 8px;
}

.container-box-aside .aside-item-title {
	height: 20px;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	line-height: 20px;
}

.container-box-aside .aside-item .tag-wrapper {
	height: 24px;
	background: url('https://oss.yunxiaodi.com/img/yxd86561d9d5c2b42c11eccd1ed45f7e1bd1c545c5896244a9240373a2ce9a72270.png') 0px -1px no-repeat;
	background-size: 75px 28px;
	width: 73px;
	margin-top: -3px;
}

.container-box-aside .aside-item .tag-wrapper .tag-wrapper-text {
	width: 48px;
	height: 17px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	line-height: 17px;
	margin: 3px 0 0 16px;
}

.container-box-aside .nava-item {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	border: 1px solid #FA6600;
	border-radius: 6px;
	overflow: hidden;
	background: #FFFFFF;
}

.container-box-aside .nava-item .img-banner {
	background-color: #FA6600;
	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
}

.container-box-aside .nava-item .img-banner img {
	height: 16px;
	padding-right: 8px;
}
.container-box-aside .nava-item .img-banner .aside-item-title {
	height: 20px;
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	line-height: 20px;
	color: #FFFFFF;
}

.container-box-aside .nava-item .url-banner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.container-box-aside .nava-item .url-banner .url-banner-a {
	color: #A3A3A3;
	font-size: 16px;
	font-weight: 400;
	padding: 20px 27px;
}

.container-box-aside .nava-item .url-banner .url-banner-a.is-active {
	font-weight: 600;
	color: #FA6400;
}

.yxd-tab {
	display: none !important;
}

.yxd-tab-item.is-active {
	font-weight: 600 !important;
	color: #333333;
}

.yxd-tab-item {
	width: 100px;
	color: #999999;
	cursor: pointer;
	line-height: 38px;
	text-align: center;
	padding: 10px 14px;
	position: relative;
	display: inline-block;
}

.yxd-tab-item img {
	margin-bottom: 3px;
	height: 20px;
}

.yxd-padding-header {
	height: 60px;
}

/*热门推荐*/
.wzczzwzli a{width: 687px;max-height: 39px;font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;margin-bottom: 19px;}
.wzroTitle{font-size: 22px; font-weight: bold; color: #333333;margin-bottom: 18px;}
.wzrTwo{width: 365px; background: #FFFFFF;margin:27px 0 30px 0;border-radius: 12px;}
.wzrt-title,.wzrthree-title,.wzrfour-title{display: flex;flex-direction: row;justify-content: space-between;padding:15px 14px 0 15px;}
.wzrt-title a,.wzrthree-title a,.wzrfour-title a{color: #999999;margin-top:3px;}
.wzrtlist li a img{width: 156px; height: 96px;}
.wzrtlist li {display: flex;flex-direction: column;}
.wzrtlist  ul{display: flex;flex-direction: row;flex-wrap: wrap;margin:18px 14px 26px 15px;padding-bottom: 10px;}
.wzrtlist li a  span{width: 132px;font-size: 14px;color: #333333;}
.wzrtlist li a.title-a-span{width: 132px;font-size: 14px;color: #333333;}
.wzrtlist li:nth-child(odd){margin-right: 24px;}
.title-a-spanl{height: 20px;overflow: hidden; width: 156px;margin:10px 0 18px 0;}
.wzrt-title div,.wzrthree-title div,.wzrfour-title div{ font-size: 18px;font-weight: bold;color: #333333;}
.wzrThree{width: 100%;background: #FFFFFF;border-radius: 12px;}
.wzrFour{margin:31px 0 0 0;padding:0 0 20px 0;width: 366px;background:#FFFFFF ;border-radius: 12px;}
.wzrthreelist ul{display: flex;flex-direction: column;margin:29px 15px  0 14px;}
.bkwzMain .wzrthreelist ul{margin-top: 15px;}
.wzrthreelist li{display: flex;flex-direction: row;justify-content: space-between;margin-bottom: 18px;}
.wzrthreelist li a img{ width: 130px;height: 80px;}
.wzrthree-right{margin-left:15px;display: flex;flex-direction: column;justify-content: space-between;    width: 190px;}
.wzrthree-right .wzrthreelaimg{width: 183px; height: 45px; font-size: 14px;color: #333333;line-height: 25px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.wzrthree-right a{max-height: 60px ;overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.wzrthreerb{display:flex;flex-direction: row;justify-content: space-between;margin-right: 15px;}
.wzrthreerb div:nth-child(1){font-size: 12px;color: #999999;}
.wzrthreerb a{ font-size: 12px;color: #B7B7B7;}
.wzrthreerb a img{width: 12px !important;height: 12px !important; margin: 0 3px 4px 0;}
.sjyx_banSwiperwz img{width: 335px;min-height:160px}
.sjyx_banSwiperwz .swiper-pagination-bullet-active{width: 26px;background: #FFFFFF; border-radius: 4px;}
.swiper-container{margin:28px 14px 28px 16px;}
.wzrfourlTab{display: flex;flex-direction: row;justify-content: space-between;height: 20px;}
.wzrfourlTab div{font-size: 14px;font-weight: bold;line-height: 2px;cursor: pointer;}
.wzrfourlTab .check{color:#FC3930}
.wzrfourlTab .check div{border:3px solid #FC3930;;margin-top: 15px;}
.wzrfourList{margin: 30px 14px 0 16px;}
.wzrfourList ul{margin:20px 0 0 0}
.wzrfourli{display: flex;flex-direction: row;margin-bottom: 15px;}
.wzrfourli a{ width: 252px;height: 20px;font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #999999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.wzrflr{margin-right: 20px;}
.wzrthreeTab {display:flex;flex-direction: row;margin: 25px 0  0 14px;}
.wzrthreeTab  .tabdiv{    font-size: 14px;font-weight: bold;line-height: 2px;  cursor: pointer;margin-right: 15px;}
.wzrthreeTab .check {color: #FC3930;}
.wzrthreeTab .check div {border: 3px solid #FC3930;margin-top: 15px;}

.banner-title-top {
	margin-top: 72px;
}
.banner-title {
	margin-bottom: 10px;
	font-size: 42px;
	line-height: 52px;
	color: #000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.banner-button {
	padding-top: 20px;
	width: 100%;
}
.text-action {
	background-image: linear-gradient(90deg,#ffb034,#ff7349);
	height: 32px;
	border-radius: 32px;
	display: inline-block;
	padding: 0 30px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	position: relative;
	font-weight: 500;
}

.submit-banner{
	width: 50%;
	position: relative;
}
.submit-cloudicon{
	position: absolute;
	top: 20px;
	left: 27px;
}
.submit-cloudicon img{
	display: inline-block;
	height: 28px;
}
.submit-title-content{
	position: absolute;
	top: 130px;
	left: 30px;
}
.submit-title-content{
	width: 300px;
}
.submit-title-content-title {
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-bottom: 20px;
}
.submit-title-content-desc {
	font-size: 12px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.submit-content{
	width: 50%;
	position: relative;
	padding: 20px;
}
.submit-content-title{
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.submit-content .form-group{
	margin-bottom: 15px;
}
.submit-content .form-group-label_22{
	font-size: 12px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 17px;
	margin-bottom: 7px;
}
.submit-content input{
	height: 28px;
	line-height: 28px;
}
.submit-content .ax-chera{
	width: 100px;
	margin: 0;
	margin-right: 10px;
}
.submit-content .submit-btn_22{
	width: 136px;
	height: 32px;
	background: #FA6400;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	border: none;
	color: #fff;
}
.login-container{
	background: url(https://oss.yunxiaodi.com/img/login-background.png);
	padding: 100px 0;
}
.login-box{
	width: 1040px;
	min-height: 500px;
	background: #ffffff;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.045);
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.045);
}
.login-form{
	padding: 100px 100px 0px 100px;
	height: 560px;
	text-align: center;
}
.login-form-title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 50px;
}
.login-form-group{
	font-size: 12px;
	margin: 24px 0 0 0;
	width: 100%;
	position: relative;
}
.login-form-group input{
	padding: 0 32px;
}
.login-form-input-prefix{
	font-size: 23px;
	left: 6px;
	position: absolute;
	top: 5px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: rgba(0, 0, 0, 0.65);
	line-height: 0;
}
.login-form-btn{
	background: #597EF7;
	border: none;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	margin-top: 20px;
	cursor: pointer;
}

.login-form-regtext a{
	font-size: 14px;
	font-weight: 400;
	color: #597EF7;
	line-height: 20px;
}

.mobile-header-account{
	font-size: 29px;
	position: absolute;
	top: 0.25rem;
	right: 4rem;
	z-index: 1004;
	display: none;
}
.pc-header-account{
	display: flex;
	align-items: center;
	margin-left: 20px;
}
#loginbtncontent{
	display: none;
}
.nav-login-btn{
	display: inline-block;
	width: 60px;
	height: 32px;
	background: #597EF7;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
}
.nav-login-btn:hover{
	color: #FFFFFF;
	opacity: 0.7;
}
.nav-reg-btn{
	display: inline-block;
	width: 60px;
	height: 32px;
	background: #F5F5F5;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-left: 10px;
}


/* 下拉按钮样式 */
.userdropbtn {
	font-size: 16px;
	border: none;
	cursor: pointer;
	background: none;
}
.userdropbtn i{
	margin-right: 5px;
}

/* 容器 <div> - 需要定位下拉内容 */
.userdropmenu {
	position: relative;
	display: block;
}

/* 下拉内容 (默认隐藏) */
.userdropmenu-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
}

/* 下拉菜单的链接 */
.userdropmenu-divider{
	height: 1px;
	margin: 4px 0;
	overflow: hidden;
	line-height: 0;
	background-color: #e8e8e8;
}
.userdropmenu-content a {
	font-size: 14px;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.userdropmenu-content a i{
	margin-right: 10px;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.userdropmenu-content a:hover {background-color: #f1f1f1}

/* 在鼠标移上去后显示下拉菜单 */
.userdropmenu:hover .userdropmenu-content {
	display: block;
}

/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.userdropmenu:hover .userdropbtn {
	background-color: #f1f1f1;
}

/*layui*/
.layui-input, .layui-select, .layui-textarea, .layui-btn {
	height: 32px;
	line-height: 32px
}
.layui-input-wrap {
	position: relative;
	line-height: 32px;
}
.layui-input-wrap .layui-input {
	color: #666;
	font-size: 14px;
	font-family: sans-serif;
}
.layui-input-affix {
	line-height: 32px;
}
.layui-input-block {
	margin-left: 60px;
	min-height: 36px;
	font-size: 12px;
}
.layui-form-label {
	text-align: left;
	padding: 6px 0;
	font-size: 12px;
	width: 60px;
}
.layui-btn {
	background: #597EF7;
}
.layui-btn-primary {
	background: none;
}
.layui-table-view{
	border: none;
}
.layui-table-tool{
	padding: 10px 0;
}
.layui-table-header thead{
	background: #FAFAFA;
}
.layui-table-view .layui-table td,
.layui-table-header th{
	border-right: none;
	border-left: none;
}
.layui-table-view .layui-table a{
	font-size: 12px;
	font-weight: 400;
	color: #597EF7;
}
.layui-table-checked{
	background-color: #597ef724;
}
.page-container{
	text-align: center;
	margin-top: 10px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #597EF7;
}

.notauth-div{
	display: none;
	width: 100%;
	text-align: center;
	align-items: center;
	margin-top: 60px;
}
.notauth-div img{
	width: 140px;
}
.notauth-div-desc{
	display: block;
	font-size: 14px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin-top: 15px;
}
.notauth-div .notauth-div-btn{
	margin-top: 15px;
}
.notauth-div-login-btn{
	height: 32px;
	width: 90px;
	line-height: 32px;
}
.notauth-div-reg-btn{
	height: 32px;
	width: 90px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #597EF7;
	color: #597EF7;
	line-height: 30px;
	margin-left: 10px;
}

#payContent{
	/*display: none;*/
}


.pay-body-content {
	font-family: PingFangSC, PingFang SC;
	position: relative;
	/*padding: 10px 15px;*/
	line-height: 24px;
	width: 100%;
	margin: 0 auto;
	margin-top: 12px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
}

.pay-body-content-head {
	padding: 20px;
	border-bottom: 1px solid #DDDDDD;
}
.pay-body-content-body {
	display: flex;
	padding: 20px;
}
.pay-body-content-time {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0;
	padding: 12px 10px 12px 24px;
	background: linear-gradient(135deg, #7CA5FF 0%, #6D8AFF 100%);
	border-radius: 0px 4px 0px 100px;
	font-weight: 500;
	font-size: 12px;
	color: #FFFFFF;
}
.pay-body-form-group{
	display: flex;
	align-items: center;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
}
.pay-body-form-group_label{

}
.pay-body-form-group_text{
	font-weight: 500;
	font-size: 16px;
	color: #666666;
	margin-left: 4px;
}

.pay-body-form-group_text.font-size-12{
	font-size: 12px;
	color: #999999;
}

.pay-body-content .product-info {
	text-align: center;
	color: #050505 ;font-size: 18px;font-weight: 500; margin: 20px 0
}
.pay-body-content #copy_address {
	display: inline-block;
	width: 136px;
	height: 136px;
	padding: 13px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}
.pay-body-content #copy_address #qrcode {
	/*margin-top: 10px;*/
}
.address-content{
	margin-left: 24px;
	/*padding: 5px 0;*/
}
.pay-body-content .time-content{
	color: #999999 ;font-size: 14px;font-weight: 500;margin: 0 0 20px 0;
}
.pay-body-content .time-content #countTime{
	display: inline-block;font-size: 18px;color: #597EF7;
}
.pay-body-content .need-pay-tilte {
	font-size: 14px;font-weight: 400;color:#999999;
}
.pay-body-content .copy_price-content {
	margin: 5px 0 0px 0;
}
.pay-body-content .need-pay-money {
	font-size: 24px;font-weight: 600;color:red;
}

.pay-body-content .show_code {
	text-align: center;
	border-radius: 10px;
	margin: 0 auto;
	padding-top: 10px;
}
.pay-body-content .show_code img {
	margin: 0 auto;
}

.pay-body-content .product-pay-price {
	/*margin: 5px auto;*/
	/*padding: 4px 0 4px 12px;*/
	/*background: #F4F4F4;*/
	border-radius: 4px;
	position: relative;
}

.pay-body-content .product-pay-price #qrcodeaddress {
	color: #999;
}
.pay-body-content .product-pay-price i {
	color: #999;
	font-size: 13px;
}
.pay-body-content #copyBtn2 {
	font-size: 14px;
	cursor: pointer;
	/*color: #fff;*/
	/*background: #597EF7;*/
	/*padding: 4px 10px;*/
	/*border-radius: 4px;*/
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 0;*/
}
.pay-body-content .pay-tips-content {
	display: block;
	width: 100%;
	/*height: 45px;*/
	/*background: #FFEDED;*/
	/*border-radius: 4px;*/
	/*border: 1px solid #FFDEDE;*/
	font-size: 12px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #E02020;
	line-height: 17px;
	/*text-align: center;*/
	margin-top: 5px;
	margin-bottom: 8px;
	/*padding: 4px 0;*/
}

.pay-body-content-noborder {
	font-family: PingFangSC, PingFang SC;
	position: relative;
	/*padding: 10px 15px;*/
	line-height: 24px;
	width: 100%;
	margin: 0 auto;
	margin-top: 12px;
	background: #FFFFFF;
}

.pay-body-content-noborder .chuli-btn {
	display: block;
	width: 100%;
	padding: 10px 30px;
	background: #3C8CE7;
	border: 1px solid #3C8CE7;
	border-radius: 12px;
	color: #fff;
	text-align: center;
}

.tab-nav-list {
	display: flex;
	/*justify-content: space-between;*/
	background: #fff;
	gap: 12px;
}

.tab-nav-list a {
	font-size: 14px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 182px;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	font-style: normal;
}
.tab-nav-list .is-active {
	color: #597EF7;
	background: linear-gradient( 180deg, #F5F8FF 0%, #FFFFFF 100%);
	box-shadow: 0px 4px 8px 0px rgba(26,66,194,0.1);
	border-radius: 4px;
	border: 1px solid #597EF7;
}
.tab-nav-list a img{
	width: 20px;
	margin-right: 3px;
}
.sectionsss{
	background: linear-gradient( 180deg, #597EF7 0%, rgba(89,126,247,0) 100%) no-repeat;
	background-size: 100% 360px;
}
.vertical-label_22 {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	margin-bottom: 12px;
	margin-top: 20px;
}

.bottom-taba {

}

.bottom-taba .bottom-taba-img{
	display: block;
	width: 20px;
	height: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-position 0.3s ease;
	background-position: 0px 0px;
	margin: 6px 0px 10px 0px;
}
.bottom-taba.is-active .bottom-taba-img{
	transition: background-position 0.3s ease;
	background-position: 0px -20px;
}
.mobile-contract-content {
	display: none;
}
.account-search-tip {
	font-weight: 400;
	font-size: 12px;
	color: #597EF7;
	font-style: normal;
}
.account-search-tip.search-success{
	display: none;
	color: #52c41a;
}
.account-search-tip.search-error{
	display: none;
	color: #E02020;
}

@media screen and (max-width: 1300px) {
	.container-box {
		gap: 20px;
	}
	.container-box-main {
		width: 100%;
	}
	.nav-reg-btn {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.pc-header-account {
		display: none;
	}
	.mobile-header-account {
		display: block;
	}
	.aside-nav {
		display: none;
	}
	.mobile-header-account .userdropmenu{
		display: none;
		padding: 4px 0 0 0;
	}
}

@media screen and (max-width: 768px) {
	.tab-nav-list {
		display: flex;
		flex-wrap: wrap;
	}
	.tab-nav-list .tab-nav-list-item{
		flex: 1 1 29%;
	}
	.tab-nav-list:has(> .tab-nav-list-item:nth-child(4)) .tab-nav-list-item{
		flex: 1 1 33%;
	}
	.yxd-tab {
		display: block !important;
	}

	.yxd-padding-header {
		height: 60px;
	}

	.flex-row {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.shop-content .main-box {
		width: 100%;
	}

	.shop-content .main-box .product-pay-price {
		position: relative;
		height: 45px;
		overflow: hidden;
		white-space: nowrap;
	}

	.shop-content .main-box .product-pay-price #copyBtn2 {
		background: #3C8CE7;
		border: 1px solid;
		position: absolute;
		z-index: 100;
		border-radius: 20px;
		padding: 10px 20px;
		height: 100%;
		right: 0;
		top: 0;
		color: #fff !important;
	}

	.shop-content .show_code {
		width: 100%;
	}
	.container-box {
		padding: 10px;
		width: 100%;
		flex-direction: column;
		margin-top: 0px;
	}

	.container-box-main-row {
		padding: 0.75rem;
		width: 100%;
		flex-wrap: wrap;
		display: block;
		margin-bottom: 10px;
	}

	.container-box-main-row .title_11 {
		padding: 20px;
	}

	.container-box-main-row .product-img_22 {
		width: 100%;
		height: fit-content;
		/* height: 200px;
		overflow: hidden; */
	}

	.container-box-main-row .product-img_22 img {
		width: 100%;
		display: none;
	}

	.container-box-main-row .section_22 {
		padding: 0px 0;
	}


	.certification ul {
		padding: 20px 0;
		margin-bottom: 20px;
		width: 100%;
		padding: 0;
		flex-wrap: wrap;
	}

	.certification ul li {
		padding: 12px;
	}
	.certification ul li figure.image img {
		height: 30px;
		width: 30px;
		margin-right: 5px;
	}
	.certification figure .text_41 {
		height: 14px;
		font-size: 14px;
		line-height: 14px;
	}
	.certification figure .text-group_32 {
		width: 136px;
		height: 34px;
	}
	.certification figure .text_42 {
		height: 12px;
		font-size: 12px;
	}
	.aside-nav {
		display: none;
	}

	.container-box-aside {
		width: 100%;
	}

	.container-box-main {
		width: 100%;
	}

	.container-box-main20-10 {
		padding: 10px;
	}

	.submit-banner{
		width: 100%;
	}
	.submit-content{
		width: 100%;
	}
	.login-container{
		background: none;
		padding: 30px 0;
	}
	.login-box{
		width: 100%;
		height: auto;
	}
	.login-form{
		padding: 100px 50px;
		height: 560px;
		text-align: center;
		width: 100%;
	}

	.mobile-header-account{
		display: block;
	}
	.pc-header-account{
		display: none;
	}

	.pay-body-content {
		width: 100%;
	}
	.container-box-main-row .form-group-input_22 {
		width: 100%;
	}

	.container-box-main-row .form-group-input_22 input {
		width: 100%;
	}

	.mobile-contract-content {
		display: block;
		position: fixed;
		bottom: 80px;
		right: 5px;
		width: 42px;
		min-height: 64px;
		background: #FFFFFF;
		box-shadow: 0px 4px 8px 0px rgba(71,94,167,0.15);
		border-radius: 21px;
		padding: 6px 0 12px 0;
	}
	.mobile-contract-content ul a{
		display: flex;
		flex-direction: column;
		-moz-box-align: center;
		align-items: center;
		-moz-box-pack: center;
		justify-content: center;
		color: rgb(46, 46, 46);
		cursor: pointer;
		transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
		fill: #597EF7;
		margin-top: 5px;
	}
	.mobile-contract-content ul a svg{
		height: 30px;
		width: 30px;
	}
	.mobile-contract-content ul a img{
		height: 30px;
		width: 30px;
		margin-bottom: 6px;
	}
	.mobile-contract-content ul a .sus-desc{
		font-weight: 400;
		font-size: 12px;
		color: #597EF7;
		line-height: 8px;
	}
	.pay-body-content-body {
		flex-direction: column;
	}
	#copy_address {
		margin: 0 auto;
	}
	.address-content {
		margin-left: 0;
		text-align: center;
	}
}


