/*------------------------Imported styles------------------------*/
/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700'); */

@import url(../css/googleapis.hind.css);
@import url(../css/googleapis.pop.css);


@import url(../css/bootstrap.min.css);
@import url(../css/font-awesome.css);
@import url(../css/icomoon.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.min.css);

/*------------------------Base styles------------------------*/
html {
	font-size: 100px;
}

body {
	font-family: sans-serif, "Microsoft Yahei";
	background: #f7f7f7;
	color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Poppins', sans-serif;
}

iframe {
	border: 0;
}

ul {
	list-style-type: none;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ul,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

p {
	color: #848484;
	font-weight: 300;
}

a {
	text-decoration: none;
	display: inline-block;
	outline: none;
	-webkit-transition: .3s all;
	transition: .3s all;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	-webkit-transition: .3s all;
	transition: .3s all;
}


img {
	max-width: 100%;
	display: inline-block;
}

button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
	background: transparent;
}

input,
textarea {
	font-family: 'Hind', sans-serif;
	display: block;
	font-size: 1rem;
	line-height: 28px;
	outline: none;
	box-shadow: none;
	/*-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;*/
}

.blue-border-btn {
	border: #48c7ec 1px solid;
	padding: 3px 12px;
}

.table {
	display: table;
	border-collapse: collapse;
	width: 98%;
	margin: 0 auto;
}

.table-column-group {
	display: table-column-group;
}

.table-column {
	display: table-column;
}

.table-row-group {
	display: table-row-group;
}

.table-row {
	display: table-row;
}

.table-row li {
	display: table-cell;
}

.boxed_wrapper {
	width: 100%;
	min-width: 375px;
}

.sec-padd {
	padding: 14px 0;
}

.sec-marg {
	margin: 30px auto;
}

.sec-padd-top {
	padding-top: 40px;
}

.sec-padd-bottom {
	padding-bottom: 40px;
}

.no-padd {
	padding: 0px;
}

.base-box {
	margin: 30px 0;
	overflow: hidden;
}

.base-white-box {
	background: #fff;
	padding: 20px;
}

.clear_fix {
	clear: both;
}

.clear_fix:after {
	display: table;
	content: '';
	clear: both;
}

.list_inline li {
	display: inline-block;
}

.social li {
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
}

.social li a {
	color: #fff;
	transition: .5s ease-in-out;
}

.default_link {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #fff;
}

.default_link:hover {
	color: #48c7ec;
}

.default_link i {
	margin-left: 3px;
	font-weight: 700;
	font-size: 18px;
}

.tran3s {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.center {
	text-align: center;
}

.row-5 {
	margin: 0 -5px;
}

.thm-color {
	color: #48c7ec;
}

.bold {
	font-weight: 700;
}

.s-bold {
	font-weight: 600;
}

.m-bold {
	font-weight: 600;
}

.red-btn {
	background: #e4393c;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	opacity: 1;
	border-radius: 8px;
	padding: 8px 26px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.red-btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.border-bottom {
	border-bottom: 1px solid #f7f7f7;
}
.container {
	max-width: 1680px;
	margin: 0px auto;
}

@media (min-width: 1200px) {
	.container {
		padding: 0;
	}
}

.thm-btn {
	position: relative;
	margin: 6px;
	background: #48c7ec;
	font-size: 14px;
	line-height: 36px;
	font-weight: 600;
	color: #ffffff;
	border: 2px solid #48c7ec;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	padding: 0 30px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

/* @media (max-width: 3840px) {
	.thm-btn {
		font-size: 28px;
	}
}

@media (max-width: 2560px) {
	.thm-btn {
		font-size: 19px;
	}
}

@media (max-width: 1920px) {
	.thm-btn {

		font-size: 14px;
	}
} */

@media (max-width: 1680px) {
	.thm-btn {

		font-size: 12px;
	}
}

.thm-btn:hover {
	background: transparent;
	color: #48c7ec;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}


.section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.section-title h2 {
	position: relative;
	font-size: 24px;
	text-transform: capitalize;
}

.section-title h3 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

.section-title h4 {
	position: relative;
	font-size: 20px;
	text-transform: capitalize;
}

.section-title:before {
	content: "";
	position: absolute;
	top: 42px;
	left: 0;
	width: 50px;
	height: 3px;
	background: #48c7ec;
}

.section-title.center:before {
	left: 50%;
	margin-left: -25px;
}

.right_float {
	position: fixed;
	_position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: 620px;
	bottom: 200px;
	background: #fff;
	z-index: 999999;
	border-radius: 8px 8px 0 0;
	border: #f7f7f7 1px solid;
}

.right_float .service {
	display: block;
	background: url(../images/icons/service.png) center 16px no-repeat;
	text-align: center;
	padding: 66px 16px 16px 16px;
	line-height: 20px;
	color: #333;
}

.right_float .service p {
	border-radius: 8px;
	line-height: 20px;
	font-size: 12px;
	background: #fb4848;
	color: #fff;
	margin-top: 4px;
}

.right_float a.qq {
	background: url(../images/icons/qq.png) no-repeat 8px center;
	padding-left: 36px;
	line-height: 40px;
	display: block;
	border-top: #e8e8e8 1px solid;
}

.right_float a {
	color: #222;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.gif);
}

@media (max-width:1199px) {
	.scroll-top {
		width: 40px;
		left: 100%;
		margin-left: -50px;
		bottom: 60px;
		border-radius: 10px;
		opacity: .6;
	}
}

.float-box {
	width: 56px;
	height: 162px;
	position: fixed;
	_position: absolute;
	right: 50%;
	margin-right: -670px;
	bottom: 10%;
	z-index: 999999;
	border-radius: 8px;
	border: #eee 1px solid;
	background: rgba(255, 255, 255, 0.85);
}

.float-box ul li {
	width: 54px;
	height: 54px;
	padding: 9px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	border-bottom: #eee 1px solid;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	cursor: pointer;
	color: #737373;
}

.float-box ul li span {
	display: block;
	font-size: 16px;
}

.float-box ul li:first-child {
	border-radius: 8px 8px 0 0;
}

.float-box ul li a {
	color: #737373
}

.float-box ul li:hover,
.float-box ul li a:hover {
	color: #19b2e0;
	background-color: #fff;
}

.float-box ul li:last-child {
	border-bottom: 0;
	border-radius: 0 0 8px 8px;
}

.wx-code {
	background: url(../images/icons/weixing-icon.png) no-repeat center center;
}

.wx-code:hover .show-code {
	width: 120px;
	height: 270px;
	color: #737373;
	padding: 10px;
	line-height: 25px;
}

.show-code {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: -54px;
	left: -119px;
	border-radius: 8px;
	border: #eee 1px solid;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.show-code img {
	width: 100px;
	height: 100px;
}

@media (max-width:1199px) {

	/*.scroll-top { width:40px;left:100%; margin-left:-50px;bottom:60px; border-radius:10px; opacity: .6;}*/
	（这行也删除） .float-box {
		right: 0;
		margin-right: 4px;
		bottom: 30%;
		width: 46px;
		height: 132px;
	}

	.float-box ul li {
		width: 44px;
		height: 44px;
		padding: 6px;
	}
}

/*------------------------header-style------------------------*/
.top-bar {
	position: relative;
	background: #2c3038;
	line-height: 40px;
}

.top-bar .top-bar-text li {
	color: #fff;
	margin-right: 20px;
	display: inline-block;
}

.top-bar .top-bar-text li i {
	color: #48c7ec;
	margin-right: 10px;
	font-size: 20px;
	position: relative;
	top: 5px;
}

.top-bar .top-bar-text li a {
	color: #fff;
}

.top-bar .top-bar-text li a:hover {
	color: #48c7ec;
}

.top-bar .top-bar-text li:nth-child(3) {
	font-size: 12px;
}

.top-bar .social li a:hover {
	color: #48c7ec;
	transition: .5s ease-in-out;
}

.top-bar .social li.login-top {
	font-size: 12px;
	border: 1px solid #48c7ec;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 20px;
	line-height: 20px;
	box-sizing: content-box;
	margin-top: 12px;
	padding: 0
}

.top-bar .social li.login-top span {
	padding: 0 10px;
	float: left;
}

.top-bar .social li.login-top a:hover {
	color: #48c7ec;
	transition: .5s ease-in-out;
}

.top-bar .social li.login-top b.free-reg-tip {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	background: #48c7ec;
	/*-webkit-border-radius: 0 5px 5px 0;*/
	/*border-radius: 0 5px 5px 0;*/
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

@media (max-width: 640px) {
	.top-bar .top-bar-text li:nth-child(3) {
		display: none;
	}
}

.theme_menu .container {
	position: relative;
}

.theme_menu {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
}

/*------------------------search------------------------*/
.search-box {
	width: 100%;
	height: 335px;
	background: #111930 url(../images/banner/1.jpg) no-repeat top center;
}

.search-cut,
.search-box .diy-link {
	width: 56%;
	float: right;
	margin-right: 12%;
}

.search-cut {
	margin-top: 190px;
	position: relative;
}

.search-box p {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 55px;
	z-index: 2;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.search-box .active p {
	visibility: hidden;
	opacity: 0;
}

.search-box p a {
	float: left;
	background: #f0f0f0;
	color: #666;
	margin-right: 5px;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	padding: 0 5px;
	line-height: 26px;
}

.search-box p a:hover {
	background: #48c7ec;
	color: #fff;
}

.search-box form {
	display: block;
	background: #fff;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
}

.search-box .active form {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .03);
}

.search-box form:after {
	display: block;
	content: '';
	clear: both;
}

.search-box form input[type=text] {
	width: 100%;
	padding: 0 62px 0 12px;
	height: 44px;
	line-height: 20px;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	border: 1px solid #c7c7c7;
	border-right: none;
	outline: none;
	float: left;
	font-size: 14px;
}

.search-box .active form input[type=text] {
	border-color: #48c7ec;
}

.search-box form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 44px;
	line-height: 42px;
	background: #fff;
	font-size: 18px;
	color: #666;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	border: none;
	border: 1px solid #c7c7c7;
	float: left;
	cursor: pointer;
}

.search-box .active form button {
	border-color: #48c7ec;
}

.search-box form button:hover {
	background: #48c7ec;
	border-color: #48c7ec;
	color: #fff;
}

.search-box .diy-link {
	text-align: right;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 16px;
}

.search-box .diy-link a {
	border: #48c7ec 1px solid;
	padding: 4px 6px;
	margin-left: 6px;
}

.search-box .diy-link a:hover {
	background: #48c7ec;
	color: #fff;
}

@media (max-width:767px) {
	.search-box {
		height: auto;
		background-size: cover;
		background-image: url("../images/banner/1-1.jpg")
	}

	.search-cut,
	.search-box .diy-link {
		width: 76%;
		float: right;
		margin-right: 6%;
	}

	.search-cut {
		margin-top: 30px;
	}

	.search-box p {
		width: 60%;
		height: 26px;
		overflow: hidden;
		text-align: right;
	}

	.search-box p a {
		float: right;
	}

	.search-box form input[type=text],
	.search-box form button {
		height: 36px;
		line-height: 36px;
	}

	.search-box .diy-link {
		margin-top: 10px;
	}

	.search-box .diy-link a {
		font-size: 12px;
	}
}

@media (max-width:480px) {
	.search-box {}

	.search-cut,
	.search-box .diy-link {
		width: 96%;
		margin-right: 2%;
	}

	/*.search-cut{ margin-top:90px;}*/
}

/*------------------------megamenu------------------------*/
@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype')
}

[class*=" fa-"],
[class^=fa-] {
	position: relative;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-search:before {
	content: "\f002"
}

.fa-heart:before {
	content: "\f004"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-heart-o:before {
	content: "\f08a"
}

.probootstrap-navbar .dropdown-submenu>a:before,
.probootstrap-navbar .dropdown>a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.probootstrap-navbar .navbar-toggle {
	border: none
}

.probootstrap-navbar .navbar-toggle:focus,
.probootstrap-navbar .navbar-toggle:hover {
	background-color: transparent
}

.probootstrap-navbar .navbar-toggle span.icon-bar {
	-webkit-transition: all .15s;
	transition: all .15s
}

.probootstrap-navbar .navbar-toggle span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	transform-origin: 10% 10%
}

.probootstrap-navbar .navbar-toggle span:nth-child(3) {
	opacity: 0
}

.probootstrap-navbar .navbar-toggle span:nth-child(4) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	transform-origin: 10% 90%
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(2),
.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(4) {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(3) {
	opacity: 1
}

.probootstrap-navbar .dropdown>a {
	padding-right: 10px !important;
	margin-right: 15px;
	position: relative;
	display: block;
}

@media screen and (max-width:480px) {
	.probootstrap-navbar .dropdown>a {
		display: block;
		padding-right: 0
	}
}

.probootstrap-navbar .dropdown>a:before {
	text-transform: none;
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -10px;
	margin-top: -11px;
	content: "\f107";
	font-size: 20px;
	/* color: rgba(0, 0, 0, .5); */
	color: #fff;
	-webkit-transition: .3s all;
	transition: .3s all
}

.probootstrap-navbar .dropdown>a:hover:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.probootstrap-navbar .dropdown.open>a,
.probootstrap-navbar .dropdown:active>a,
.probootstrap-navbar .dropdown:focus>a,
.probootstrap-navbar .dropdown:hover>a {
	-webkit-transition: .3s all;
	transition: .3s all
}

.probootstrap-navbar .dropdown.open>a:before,
.probootstrap-navbar .dropdown:active>a:before,
.probootstrap-navbar .dropdown:focus>a:before,
.probootstrap-navbar .dropdown:hover>a:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.probootstrap-navbar .dropdown>.dropdown-menu>li a {
	padding: 6px 18px;
}

@media screen and (max-width:767px) {
	.probootstrap-navbar .dropdown>a {
		margin-right: 0;
	}

	.probootstrap-navbar .dropdown>a:before {
		margin-right: 21px;
		margin-top: -11px;
		font-size: 26px;
	}
}


.probootstrap-navbar .navbar-right .dropdown-menu {
	right: auto
}

.probootstrap-navbar .navbar-nav>li>.dropdown-menu:before {
	border: 1px solid #FDBE34;
	content: "";
	position: absolute;
	top: -20px;
	left: 40px;
	border-color: rgba(253, 190, 52, 0);
	border-bottom-color: rgba(0, 0, 0, 0.75);
	;
	border-width: 10px;
	margin-left: -10px
}

@media screen and (max-width:768px) {
	.probootstrap-navbar .navbar-nav>li>.dropdown-menu:before {
		display: none;
	}
}


.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
	float: left;
}

.row-10 {
	margin: 0 -10px;
}

/* Mainmenu fixed style */
@keyframes menu_sticky {
	0% {
		margin-top: -100px;
	}

	50% {
		margin-top: -90px;
	}

	100% {
		margin-top: 0;
	}
}

.theme_menu.stricky-fixed {
	margin: 0;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
}

.theme_menu.stricky-fixed .navbar {
	padding: 8px 0;
}


/*----------------------- Main Footer-----------------------------*/
.main-footer {
	position: relative;
	background: #222;
	color: #848484;
}

.main-footer .section-title {
	margin: 10px 0 30px 0;
}

.main-footer .footer-logo {
	margin-bottom: 26px;
}

.main-footer .widgets-section {
	position: relative;
	padding: 70px 0px 20px;
}

.main-footer .footer-widget {
	position: relative;
}

.main-footer .footer-column h2 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #a1c436;
}

.main-footer .about-widget .text {
	margin-bottom: 20px;
	font-size: 1rem;
	padding-bottom: 15px;
}

.main-footer .contact-info li {
	position: relative;
	padding-left: 30px;
	/* line-height: 1.5278rem; */
}

.main-footer .contact-info li a {
	color: #848484
}

.main-footer .contact-info li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* .main-footer .contact-info li span {
	line-height: 1.5278rem;
	font-size: 3.1389rem;
} */

.main-footer .contact-info li .left {
	font-size: 12px;
	text-align: center;
	margin: 10px 20px 0 0
}

.main-footer .contact-info li img {
	width: 100px;
	height: 100px;
	margin-bottom: 6px;
}

.main-footer .links-widget .list li {
	position: relative;
	width: 50%;
	float: left;
	margin-bottom: 11px;
}

.main-footer .links-widget .list li a {
	position: relative;
	display: block;
	padding-left: 15px;
	color: #848484;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	font-size: .8611rem;
}

.main-footer .links-widget .list li a:before {
	content: '';
	position: absolute;
	left: 0px;
	background: #2e2e2e;
	top: 9px;
	width: 5px;
	height: 5px;
	transition: .5s ease-in-out;
}

.main-footer .links-widget .list li:hover a:before {
	background: #48c7ec;
	transition: .5s ease-in-out;
}

.main-footer .links-widget .list li a:hover,
.main-footer .contact-info li a:hover {
	color: #48c7ec;
}

.main-footer .contact-widget {
	position: relative;
	background: url(../images/background/map.png) left bottom no-repeat;
}

.main-footer i {
	color: #48c7ec;
	margin-right: 6px;
}

.main-footer .social li a {
	color: #fff;
}

.main-footer .social li a:hover {
	color: #48c7ec;
}

.footer-bottom {
	background: #1d1d1d;
	padding: 26px 0;
}

.footer-bottom .copy-text {
	font-family: 'Poppins', sans-serif;
	color: #848484;
	font-size: 12px;
}

.footer-bottom .copy-text a {
	color: #848484;
	margin-right: 8px;
	transition: .3s ease;
}

.footer-bottom .copy-text a:hover {
	color: #48c7ec;
	transition: .3s ease;
}

@media (max-width:767px) {
	.main-footer .widgets-section {
		padding: 20px 0px 20px;
	}

	.main-footer .footer-column {
		display: none;
		font-size: 12px;
	}

	.main-footer .footer-column:last-child {
		display: block;
		margin-bottom: 0;
	}

	.main-footer .contact-info {
		margin-bottom: 10px;
	}

	.main-footer .contact-info li {
		position: relative;
		padding-left: 20px;
		line-height: 22px;
	}

	.main-footer .contact-info li a {
		color: #848484
	}

	.main-footer .contact-info li .icon {
		position: absolute;
		left: 0px;
		top: 0px;
		line-height: 22px;
		font-size: 14px;
	}

	.main-footer .social {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

.breadcumb-wrapper {
	background: #fff;
	color: #848484;
	position: relative;
	padding: 17px 0;
	border-bottom: 1px solid #f4f4f4;
}

.breadcumb-wrapper span {
	margin: 0 8px;
}

.mobile-screenselect {
	position: absolute;
	right: 30px;
	top: 18px;
	display: none;
}

.mobile-screening-box {
	display: none;
}

.mobile-list-item {
	border: #e7e7e7 1px solid;
	padding: 0 10px;
	line-height: 24px;
	margin: 4px 8px 4px 0;
	color: #848484;
	font-family: "Arial", "Microsoft YaHei";
	font-size: 12px;
}

.mobile-reset-btn {
	background: rgb(241, 250, 254);
	border: 2px solid rgb(241, 250, 254);
	color: #48c7ec;
}

.mobile-text-box .selectVal {
	display: none;
}

/*------------------------------item-list-section---------------------------*/
.item-list-section {
	background: #fff;
	padding: 15px 30px;
}

.item-list-section .solution-info {
	text-align: right;
	color: #848484;
	border-bottom: #f1f1f1 1px solid;
	margin: 15px;
	padding-bottom: 12px;
}

.item-list-section .solution-info span {
	color: #222;
	margin: 0 6px;
}

.item-list-section .solution-item {}

.item-list-section .solution-item:nth-child(even) {
	background: #f7f7f7;
}

.item-list-section .solution-item li {
	padding: 12px;
	vertical-align: middle;
}

.item-list-section .solution-item li.list-name {
	line-height: 26px;
}

.item-list-section .solution-item li.list-name a {
	color: #222;
}

.item-list-section .solution-item li.list-name p {
	font-size: 12px;
	line-height: 20px;
}

.item-list-section .solution-item li.list-name p a {
	color: #848484;
}

.item-list-section .solution-item li.list-name p span {
	margin: 0 6px;
	color: #ccc;
}

.item-list-section .solution-item li.list-price {
	width: 16%;
	color: #e4393c;
}

.item-list-section .solution-item li.list-link {
	width: 280px;
	font-size: 12px;
	color: #ccc;
	line-height: 30px;
}

.item-list-section .solution-item li.list-link a {
	display: inline-block;
}

.item-list-section .solution-item .down-icon {
	float: right;
}

.down-icon a {
	margin: 0 6px;
	position: relative;
}

.share-icons {
	text-align: left;
}

.share-icons a {
	color: #333;
	cursor: pointer;
}

.share-icons a i {
	color: #48c7ec;
	margin-right: 6px;
}

.share-icons a {
	position: relative;
	padding-right: 20px;
}

.share-icons .icon-wechat {}

.share-icons .layer-box {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}

.wechat-qrcode {
	top: -130px;
	left: 60px;
	width: 200px;
	height: 246px;
}

.wechat-qrcode.bottom {
	top: 40px;
	left: 0px
}

.wechat-qrcode.bottom:after {
	display: none
}

.share-icons .layer-box h5 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.share-icons .layer-box .qrcode {
	width: 105px;
	margin: 10px auto
}

.share-icons .layer-box .qrcode table {
	margin: 0 !important
}

.share-icons .layer-box p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.wechat-qrcode .copy-link {
	line-height: 16px;
	padding-top: 16px;
}

.wechat-qrcode .copy-link button {
	border: #ddd 1px solid;
	background: #f7f7f7;
	border-radius: 8px;
	padding: 4px 12px;
	color: #333;
	margin: 0 auto;
}

.wechat-qrcode .copy-link button:hover {
	background: #f0f0f0;
}

.wechat-qrcode .copy-link button i {
	color: #48c7ec;
	margin-right: 6px;
}

.share-icons .layer-box:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: transparent #fff transparent transparent
}

.wechat-qrcode:after {
	left: -12px;
	bottom: 100px;
}

.share-icons .icon-wechat:hover .wechat-qrcode {
	display: block
}

.reward-qrcode {
	top: -90px;
	left: 88px;
	width: 200px;
	height: 180px;
}

.share-icons .icon-reward:hover .reward-qrcode {
	display: block
}

.reward-qrcode:after {
	left: -12px;
	bottom: 74px;
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	background: rgba(00, 00, 00, 0.3)
}

.login-modal {
	visibility: hidden;
	width: 400px;
	top: -50%;
	margin-top: 0px;
	left: 50%;
	margin-left: -200px;
	position: fixed;
	z-index: 9999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 10px solid rgba(0, 0, 0, .1);
}

.dialog-title {
	position: relative;
	padding: 0 10px;
	height: 31px;
	line-height: 31px;
	background: #f3f3f3;
	font-size: 14px;
	color: #666;
	font-family: "Microsoft YaHei";
}

.filter-close {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 99;
	color: #666;
}

.filter-close a {
	color: #666;
}

.filter-close a:hover {
	color: #e4393c
}

.login-box {
	background: #fff;
	padding: 40px;
}

.login-box .login_link {
	text-align: right;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.login-modal {
		top: -70%;
	}
}


.item-list-section .solution-item li a {
	color: #848484;
}

.item-list-section .solution-item li a:hover,
.item-list-section .solution-item li.list-name p a:hover {
	color: #48c7ec
}

.down-icon .overlay {
	position: absolute;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(72, 199, 236, 0.9);
	width: 100%;
	transform: scale(0.7, 0);
	transition: .5s ease-in-out;
}

.down-icon a:hover .overlay {
	transform: scale(1, 1);
	transition: .5s ease-in-out;
}

@media (max-width:767px) {

	.item-list-section .table,
	.item-list-section .table-row,
	.item-list-section .table-row li {
		display: block;
	}

	.item-list-section .table-row {
		padding: 12px 0;
	}

	.item-list-section .table-row li {
		width: 100%;
		padding: 2px 12px;
	}

	.item-list-section .solution-item li.list-price {
		width: auto;
	}

	.item-list-section .solution-item li.list-link {
		width: 100%;
	}
}

/*--------------------Recommend Section---------------------------*/
.recommend-section {
	position: relative;
	background: #fff;
}

.recommend-section .slide-item {
	position: relative;
	margin-top: 5px;
	padding: 30px;
	transition: .5s ease;
}

.recommend-section .slide-item:hover {
	box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
	transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.recommend-section .slide-item .img-box {
	text-align: center;
}

.recommend-section .slide-item h4 {
	font-size: 14px;
	line-height: 21px;
}

.recommend-section .slide-item h4 a {
	color: #222;
}

.recommend-section .slide-item p {
	font-size: 13px;
	line-height: 21px;
	margin: 4px 0;
}

.recommend-section .slide-item p a {
	color: #848484;
}

.recommend-section .slide-item p span {
	color: #ccc;
	margin: 0 6px;
}

.padd-bottom-30 {
	padding-bottom: 30px;
}

.recommend-section .slide-item a:hover {
	color: #48c7ec;
}

.recommend-section .slide-item .item-price {
	font-size: 16px;
	color: #48c7ec
}

.recommend-section .slide-item .item-price .rating {
	float: right;
	font-size: 14px;
}

@media screen and (min-width: 1000px) {
	.recommend-section .owl-controls {
		display: none;
	}
}

.recommend-section .owl-controls {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100%;
	left: 0;
}

.recommend-section .owl-carousel {
	position: inherit;
}

/*.recommend-section .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
}

.recommend-section .owl-theme .owl-nav [class*=owl-] {
    color: #999999;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0 5px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
*/
.recommend-section .owl-theme .owl-prev {
	float: left;
	width: 20%;
	text-align: center;
}

.recommend-section .owl-theme .owl-next {
	float: right;
	width: 20%;
	text-align: center;
}

.recommend-section .owl-theme .owl-prev i,
.recommend-section .owl-theme .owl-next i {
	width: 42px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #f4f4f4;
	transition: .5s ease;
	color: #48c7ec;
}

.recommend-section .owl-theme .owl-prev i:hover,
.recommend-section .owl-theme .owl-next i:hover {
	color: #fff;
	background-color: #48c7ec;
	border-color: #48c7ec;
	transition: .5s ease;
}

/*-----------------------screening Section-----------------------------------*/
.accordion {
	margin-bottom: 14px;
	position: relative;
}

.accordion h3 {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 16px;
}

.accordion-box .accordion .acc-content {
	color: #9c9c9c;
	padding: 15px 0px 15px;
	margin: 0 30px;
}

.accordion-box .accordion .acc-content.collapsed {
	display: block;
}

.accordion-box .accordion .acc-content p {
	margin: 0;
}

.screening-box .icon_box {
	width: 40px;
}

.screening-box li+li {
	margin-top: 0px;
	/* border-top: 1px solid #f1f1f1; */
	padding-top: 12px;
}

.screening-box li .icon_box,
.screening-box li .text-box {
	display: flex;
	vertical-align: top;
	flex-direction: row;
	align-items: baseline;
}

.screening-box li .icon_box i {
	font-size: 20px;
	color: #48c7ec;
	position: relative;
	top: 7px;
}

.screening-box .accordion-box {
	border: none;
}

.screening-box .accordion {
	border: 1px solid #f7f7f7;
	background: #fff;
}

.screening-box .accordion-box .accordion .acc-content b {
	color: #222;
	font-weight: 600;
	display: block;
	width: 7%;
}

.screening-box .accordion-box .accordion .acc-content p a,
.listA {
	border: #e7e7e7 1px solid;
	padding: 0 10px;
	line-height: 24px;
	margin: 4px 8px 4px 0;
	color: #848484;
	font-family: "Arial", "Microsoft YaHei";
	font-size: 12px;
}

/* @media (max-width: 3840px) {

	.screening-box .accordion-box .accordion .acc-content p a,
	.listA {
		border: #e7e7e7 1px solid;
		padding: 0 10px;
		line-height: 24px;
		margin: 4px 8px 4px 0;
		color: #848484;
		font-family: "Arial", "Microsoft YaHei";
		font-size: 28px;
	}
}

@media (max-width: 2560px) {

	.screening-box .accordion-box .accordion .acc-content p a,
	.listA {
		border: #e7e7e7 1px solid;
		padding: 0 10px;
		line-height: 24px;
		margin: 4px 8px 4px 0;
		color: #848484;
		font-family: "Arial", "Microsoft YaHei";
		font-size: 19px;
	}
}

@media (max-width: 1920px) {

	.screening-box .accordion-box .accordion .acc-content p a,
	.listA {
		border: #e7e7e7 1px solid;
		padding: 0 10px;
		line-height: 24px;
		margin: 4px 8px 4px 0;
		color: #848484;
		font-family: "Arial", "Microsoft YaHei";
		font-size: 14px;
	}
}

@media (max-width: 1680px) {

	.screening-box .accordion-box .accordion .acc-content p a,
	.listA {
		border: #e7e7e7 1px solid;
		padding: 0 10px;
		line-height: 24px;
		margin: 4px 8px 4px 0;
		color: #848484;
		font-family: "Arial", "Microsoft YaHei";
		font-size: 12px;
	}
} */

.screening-box .accordion-box .accordion .acc-content p a:hover {
	border-color: #48c7ec;
	color: #48c7ec;
}

.text-box .selectVal {
	display: none;
}

@media (max-width: 960px) {
	.list-page {
		background: #fff;
	}

	.list-page .sec-padd {
		padding: 10px 0;
	}

	.list-page .item-list-section {
		padding: 16px 0;
	}

	.contact-infos::-webkit-scrollbar {
		display: none;
		/* Chrome Safari */
	}

	.contact-infos {
		display: flex;
		margin: 0 6px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		/* firefox */
		-ms-overflow-style: none;
		/* IE 10+ */
	}

	.accordion {
		margin-bottom: 0;
	}

	.screening-box {
		margin: 0 -15px;
	}

	.screening-box .accordion {
		border: none;
	}

	.screening-box li .icon_box,
	.screening-box .accordion-box .accordion .acc-content b,
	.pad-hide,
	.screening-box li:last-child {
		display: none;
	}

	.accordion-box .accordion .acc-content {
		padding: 0px;
		margin: 0;
	}

	.screening-box li+li {
		margin-top: 0;
		border-top: 0;
		padding-top: 0;
	}

	.screening-box li {
		float: left;
		margin-right: 6px;
	}

	.text-box .selectVal,
	.listA:first-child {
		display: inline-block;
	}

	.select,
	.select-bg {
		cursor: pointer;
		width: 88px;
		height: 30px;
		text-align: center;
		background-color: #e7e7e7;
		border-radius: 2px;
		padding: 3px 5px;
	}

	.select-bg {
		background-color: #f7f7f7;
	}

	.mobile-select {
		height: auto;
		width: 100%;
		display: flex !important;
		background-color: transparent;
	}

	.mobile-select .selectValtitle,
	.mobile-select .selectValline {
		width: 100%;
	}

	.mobile-screenselect {
		display: block;
	}

	.mobile-screening-box {
		display: none;
		width: 100%;
		position: absolute;
		z-index: 999;
		padding: 20px;
		margin-top: 12px;
		background: #f7f7f7;
	}

	.mobile-screening-box li .fa {
		color: #48c7ec;
		margin-right: 5px;
	}

	.mobile-screening-box-title {
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}

	.mobile-text-box-select {
		margin: 10px 0 15px;
	}

	.mobile-list-item {
		line-height: 28px;
		background: #fff;
	}

	.mobile-no-screen {
		display: none;
	}

	.selectVal {
		position: relative;
		line-height: 24px;
		max-width: 68px;
		padding-right: 20px;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 12px
	}

	.select-font {
		color: #48c7ec;
		padding-right: 0;
		max-width: 82px;
	}

	.xl-icon,
	.sq-icon {
		position: absolute;
		width: 20px;
		height: 20px;
		background-image: url("../images/icons/up-down.png");
		background-position: 4px 0px;
		background-repeat: no-repeat;
		right: 0;
		top: 2px;
	}

	.sq-icon {
		background-position: 4px -33px;
	}

	/*--下拉选择列表样式--*/
	.selectList {
		z-index: 999;
		display: none;
		width: 100%;
		position: absolute;
		top: 30px;
		left: 0px;
		background: #f7f7f7;
		padding: 20px;
		text-align: left;
	}

	.listA {
		line-height: 28px;
		background: #fff;
	}

	/*-------------------------------------------------------------------------------------------------*/
	.dropDown {
		position: relative;
	}

	.item-list-section .solution-info {
		font-size: 12px;
		color: #48c7ec;
		background: #F1F8FD;
		padding: 6px 15px;
		text-align: left;
		margin: 0 0 15px 0;
	}

	.item-list-section .solution-info span {
		color: #48c7ec;
	}

	.layui-form-select dl dd.layui-this {
		background-color: #48c7ec;
	}

	.show-aa {
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, .6);
		width: 100%;
		height: 100%;
		z-index: 6666;
	}
}


/*---------------------------------page_pagination style---------------------------------*/
.page_pagination {
	margin: 30px 0;
}

.page_pagination li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination li a {
	width: 36px;
	line-height: 36px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 14px;
	border-radius: 2px;
}

.page_pagination li a.active,
.page_pagination li a:hover {
	color: #fff;
	background: #48c7ec;
}



/*---------------------------------diy Section--------------------------------*/
.awards {
	background: #48c7ec;
	padding: 50px 0;
}

.awards h4 {
	font-size: 24px;
	color: #fff;
}

.awards p {
	color: #fff;
	opacity: .8;
	margin: 20px 0 40px;
}

.awards .service-list li {
	display: inline-block;
	color: #fff;
	width: 6.8%;
	padding: 16px;
	font-size: 12px;
	text-align: center;
	float: left;
}

.awards .service-list li:nth-child(odd) {
	width: 11%;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 8px;
}

.awards .service-list li:nth-child(odd) i {
	display: block;
	font-size: 28px;
	margin-bottom: 8px;
}

.awards .service-list li:nth-child(even) {
	line-height: 53px;
}

.awards .diy-link {
	color: #fff;
	margin-top: 20px;
}

.awards .diy-link a {
	border: #fff 1px solid;
	color: #fff;
	padding: 4px 6px;
	margin-left: 6px;
}

.awards .diy-link a:hover {
	background: #fff;
	color: #48c7ec;
}

@media (max-width: 768px) {
	.awards .service-list {
		width: 96%;
		margin: 0 auto;
	}

	.awards .service-list li {
		padding: 10px;
		height: 116px;
	}

	.awards .service-list li:nth-child(odd) {
		width: 11%;
	}

	.awards .service-list li:nth-child(odd) i {
		font-size: 20px;
	}

	.awards .service-list li:nth-child(even) {
		line-height: 116px;
	}
}

/*-----------------order-------------*/
.box-white {
	background: #fff;
	margin-bottom: 15px;
	padding: 20px 40px;
}

.box-white .title-16 {
	margin: 20px 12px;
}

.order-box {
	background-color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #f6f6f6;
}

.order-box-header {
	position: relative;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	background: #f7f7f7;
	border-bottom: #f0f0f0 2px solid;
}

.layui-bg-black,
.layui-bg-blue,
.layui-bg-cyan,
.layui-bg-green,
.layui-bg-orange,
.layui-bg-red {
	color: #fff !important
}

.order-box-body {
	position: relative;
	padding: 0 15px;
	line-height: 21px
}



.order-box .inventory-box {
	padding: 0;
	margin: 20px 0
}


/*.icheckbox_sm-blue, .radio_sm-blue,.invoice-radio-button { position: relative; display: block;  margin: 0; padding:0 10px; font-size: 12px; line-height: 30px; cursor: pointer; border: 1px solid #fff; display:inline-block;}
.icheckbox_sm-blue:hover, .radio_sm-blue:hover{color: #222; border-color:#f0f0f0;}
.icheckbox_sm-blue.checked, .radio_sm-blue.checked,.seleted-type{ background:#ecf9fd url(../images/icons/icon-right.png) no-repeat right bottom;border:#48c7ec 1px solid;margin:5px 0 7px;line-height:32px;-webkit-box-shadow:5px 5px 0 #f3f3f3;box-shadow:5px 5px 0 #f3f3f3; color:#222; font-size:14px;}
.icheckbox_sm-blue.disabled, .radio_sm-blue.disabled { opacity: 0.6; cursor: default;}
.icheckbox_sm-blue.disabled:hover, .radio_sm-blue.disabled:hover{ border-color: #f0f0f0;}
.icheckbox_sm-blue.checked:hover, .radio_sm-blue.checked:hover{ border-color: #48c7ec;}*/

.order-info-list {
	margin-top: 20px;
}

.order-info-list li {
	display: block;
	overflow: hidden;
	position: relative;
}

.order-info-list li span {
	margin-right: 8px;
	line-height: 24px;
	display: inline-block;
}

.order-info-list li i {
	margin-right: 6px;
	color: #48c7ec;
}

.invoice-radio-button {
	margin-right: 16px;
	color: #222;
	font-size: 12px;
	border: #f0f0f0 1px solid;
	padding: 4px 12px;
	display: inline-block;
}

.order-info-list li:last-child a,
.order-info-list .invoice-radio-button {
	margin-left: 32px;
	margin-top: 14px;
	color: #222;
	font-size: 12px;
	border: #f0f0f0 1px solid;
	padding: 4px 12px;
	display: inline-block;
}

.order-info-list li:last-child a:hover,
.invoice-radio-button:hover {
	color: #48c7ec;
}

.order-box-body .layui-form-radio {
	width: 96%;
	margin-bottom: 7px;
	padding-left: 20px;
	border: #fff 1px solid;
	line-height: 32px;
	color: #222;
}

.order-box-body .layui-form-radioed,
.layui-input-block .seleted-type {
	background: #ecf9fd url(../images/icons/icon-right.png) no-repeat right bottom;
	-webkit-box-shadow: 5px 5px 0 #f3f3f3;
	box-shadow: 5px 5px 0 #f3f3f3;
	font-size: 14px;
	border-color: #48c7ec;
}

.cart-radio-info {
	position: absolute;
	top: 6px;
	left: 60px;
	width: 80%;
}

.factory-radioed {
	margin-left: 30px;
}

	{
	background: #ecf9fd url(../images/icons/icon-right.png) no-repeat right bottom;
	border: #48c7ec 1px solid;
	margin: 5px 0 7px;
	line-height: 32px;
	-webkit-box-shadow: 5px 5px 0 #f3f3f3;
	box-shadow: 5px 5px 0 #f3f3f3;
	color: #222;
	font-size: 14px;
}

.li-left li {
	float: left;
}

.li-left li a {
	margin-top: 5px;
}

.title-16 {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 20px;
}

.yun-company-box {
	background: #fff;
}

.scroll-bar {
	max-height: 600px;
	overflow: scroll;
	overflow-x: hidden;
}

.yun-company-list li {
	position: relative;
	padding: 24px;
	border-bottom: #f0f0f0 1px solid;
}

.yun-company-list li:hover {
	background: #f7f7f7;
}

.yun-company-list li button {
	position: absolute;
	bottom: 24px;
	right: 24px;
}

.yun-company-list p {
	line-height: 21px;
	margin: 4px 0;
}

.yun-company-list p.black {
	color: #222;
}

.yun-company-list b {
	font-size: 16px;
	color: #222;
	display: block;
	margin: 8px 0;
}

.yun-company-list .layui-btn-primary {
	margin: 0;
}

.cart-stepbar {
	margin: 20px 0;
	width: 100%;
}

.cart-stepbar li {
	width: 20%;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	position: relative;
	float: left;
	background: url(../images/background/arrow-flow.png) 100% 0px no-repeat #e5e5e5;
	color: #404040;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	text-align: center;
	display: list-item
}

.cart-stepbar li span {
	display: block;
	height: 23px;
	line-height: 23px
}

.cart-stepbar .stepbar-done {
	background-color: #b9e0ff;
	background-position: 100% -46px;
	color: #222
}

.cart-stepbar .stepbar-prev {
	background-position: 100% -23px
}

.cart-stepbar .stepbar-current {
	background-color: #00cfff;
	color: #fff
}

.cart-stepbar .stepbar-first {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.cart-stepbar .stepbar-last {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: none
}

@media screen and (max-width:767px) {
	.box-white {
		padding: 20px;
	}

	.title-16 {
		margin-bottom: 0;
	}

	.yun-company-box {
		padding: 20px;
	}

	.yun-company-list li {
		padding: 16px 0;
	}

	.cart-stepbar li:nth-child(1) {
		width: 28%;
	}

	.cart-stepbar li:nth-child(2),
	.cart-stepbar li:nth-child(4) {
		width: 24%;
	}

	.cart-stepbar li:nth-child(3),
	.cart-stepbar li:nth-child(5) {
		width: 12%;
	}

	.order-box-body {
		padding: 0;
	}

	.order-box-body .layui-form-radio {
		height: 62px;
	}

	.radio-height li:nth-child(1) .layui-form-radio {
		height: 32px;
	}

	.cart-radio-info span:nth-child(4),
	.radio-height .cart-radio-info span:nth-child(1) {
		display: block;
	}
}

/*----------------------Login----------------------------*/
.yun-member {
	background-color: #f7f7f7;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 50px 0px;
}

.yun-member form {
	max-width: 400px;
	margin: 0px 10px;
	background-color: rgba(255, 255, 255, .7);
	padding: 30px;
	border-radius: 8px;
}

.yun-member input.form-control,
.yun-member textarea.form-control {
	border-radius: 8px;
}

.yun-member .input-group .input-group-addon {
	border-radius: 8px 0 0 8px;
	background: #efefef;
	border-color: #e4eaec;
}

.yun-member .input-group i.fa {
	font-size: 18px;
	color: #aaa;
	width: 20px;
	text-align: center;
}

.yun-member select.form-control {
	border-radius: 0px;
}

.yun-member textarea.form-control {
	height: auto;
}

.yun-member .login_link {
	text-align: right;
	margin-bottom: 15px;
}

.yun-member .login_code_img img {
	height: 43px;
	cursor: pointer;
	margin-bottom: 16px;
}

.yun-member .form-control-feedback {
	height: 43px;
	line-height: 43px;
	padding-right: 20px;
}

.yun-member .btn {
	border-radius: 8px;
}

.form-control {
	display: block;
	width: 92%;
	height: 36px;
	padding: 2px 15px;
	font-size: 14px;
	line-height: 14px;
	color: #76838f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e4eaec;
	margin-bottom: 20px;
}

.form-control:focus {
	border-color: #62a8ea;
	outline: 0;
}

.form-control.focus,
.form-control:focus {
	border-color: #62a8ea;
	-webkit-box-shadow: none;
	box-shadow: none
}

.login-btn {
	border-radius: 8px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 4px;
	display: block;
	width: 100%;
	color: #fff;
	background-color: #31b9f7;
	cursor: pointer;
	border-color: #31b9f7;
	margin-bottom: 16px;
}

.login-btn:hover {
	background: #027bd6;
}

.login-btn-info {
	text-align: center;
	font-size: 14px;
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.yun-member input.form-control,
.yun-member textarea.form-control {
	border-radius: 8px;
	height: 43px;
}

/*登录界面*/
.yun-h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff;
	padding-left: 20px;
}

.login_index {
	background-image: url(../images/background/500190759.jpg);
	margin-bottom: -16px;
}

.login_index a.btn {
	margin-top: 20px;
}

.login_index .login_type {
	text-align: center;
	margin-top: 20px;
}

.login_index .login_type p {
	color: #444;
}

.login_index .login_type .row {
	padding-top: 5px;
}

.login_index .login_type i {
	font-size: 35px;
}

.login_index .login_type i.fa-qq {
	color: #70A8D6;
}

.login_index .login_type i.fa-weibo {
	color: #E07366;
}

.login_index .login_type i.fa-weixin {
	color: #54C135;
}

.login_index .form-control {
	border: 0;
}

.layui-button {
	width: 120px;
	float: left;
}

.layui-button input[type="submit"] {
	border: #48c7ec 1px solid;
	box-sizing: border-box;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}

.layui-button input:disabled {
	border-color: #f0f0f0;
	color: #999;
}

.inventory-box p.tips {
	color: #222;
	margin: 20px 0 20px 120px;
}

/*-----------------------------------login window-----------------------------*/
.loginPage input[type=password],
.loginPage input[type=text],
.loginPage textarea {
	border: none;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	height: 40px;
	line-hegiht: 40px;
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 300;
	color: #989898;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.loginPage input[type=password]:focus,
.loginPage input[type=text]:focus,
.loginPage select:focus,
.loginPage textarea:focus {
	border-color: #ccc
}

.loginPage textarea {
	min-height: 100px
}

.loginPage button,
.loginPage input[type=submit] {
	border: none;
	cursor: pointer
}

#loginPassword,
#loginMessage {
	display: none;
}

.login-box {
	padding: 20px 40px;
}

.login-box input[type=password]:focus,
.login-box input[type=text]:focus,
.login-box select:focus,
.login-box textarea:focus {
	border-color: #ccc;
}

.login-box .input-group {
	position: relative;
	display: block
}

.login-box .input-group .btn {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 4px 10px;
}

.login-box .input-group .btn:hover {
	background: #01a3f6;
	color: #fff;
}
.login-box .input-group .img {
	 position: absolute;
	 right: 5px;
	 top: -2px;
	 padding: 4px 10px;
}

.login-box input[type=password],
.login-box input[type=text] {
	padding-left: 46px;
}

.login-box .input-group .input-group-addon {
	position: absolute;
	left: 1px;
	top: 1px;
	background: #efefef;
	padding: 0;
	border: 0;
	width: auto
}

.login-box .input-group i.fa {
	font-size: 18px;
	color: #aaa;
	width: 38px;
	line-height: 38px;
	text-align: center;
}

.login-box .btn-default {
	margin-bottom: 10px;
	width: 100%;
	font-size: 14px;
}

/*-----------------------------------login Page-----------------------------*/
.loginPage {
	background-color: #f7f7f7;
}

.body-bg {
	background-image: linear-gradient(#2782df, #003dae);
	background-size: cover;
	padding: 20px 0px;
}

.login-tab {
	width: 400px;
	max-width: 80%;
	margin: 60px;
	background: rgba(255, 255, 255, 1);
	border-radius: 20px;
	float: right;
}

.loginPage .login-box {
	padding: 25px;
	border-radius: 0 0 20px 20px;
}

.loginPage .login-box ul {
	display: none;
}

.loginPage #switch_tab1 {
	min-height: 460px;
	background: url("../images/background/login-left.png") no-repeat 160px center;
	background-size: 460px;
}

.loginPage .registration-box {
	width: 500px;
	background-color: rgba(255, 255, 255, 1);
	margin: 40px auto;
	padding: 40px;
	border-radius: 20px;
}

.loginPage .registration-box h4 {
	margin-bottom: 20px;
}

.loginPage .login-box input {
	font-size: 14px;
}

/*------------------Tabs mobile---------------------*/
.login-tab-list {
	width: 100%;
	border-bottom: #e9e9e9 1px solid;
	padding: 18px 0;
	overflow: hidden;
}

.login-tab-list li {
	line-height: 18px;
	font-size: 18px;
	color: #666;
	font-weight: 400;
	width: 50%;
	float: left;
	border-right: #e9e9e9 1px solid;
	cursor: pointer;
	text-align: center;
}

.login-tab-list li:hover {
	font-weight: 600;
	color: #48c7ec;
}

.login-tab-list li.resp-tab-active {
	font-weight: 600;
	color: #48c7ec;
}

.login-body {
	background: #fff;
}

.login-body .widgets-section {
	display: none;
}

.login-body .footer-bottom {
	background: #fff;
}

@media screen and (max-width:768px) {
	.loginPage #switch_tab1 {
		min-height: 360px;
		background-position: 0px center;
		background-size: 360px;
	}

	.login-tab {
		margin: 30px;
	}
}

@media screen and (max-width:480px) {
	.loginPage #switch_tab1 {
		min-height: 360px;
		background: none;
	}

	.login-tab {
		width: 100%;
		margin: 30px auto;
		float: none;
	}
}

/*注册页面*/
.yun-h4 {
	font-size: 24px;
	margin-bottom: 20px;
	margin: 20px auto;
	max-width: 500px;
}

.yun-h4 a {
	font-size: 12px;
	float: right;
	margin-top: 20px;
}

.register_index form {
	margin: 0px auto;
	max-width: 500px;
	background-color: #fff;
}

.register_index .login_link {
	margin-top: 10px;
	margin-bottom: 0px;
}

.register_index a {
	color: #31b9f7;
}

.register_index a:hover {
	text-decoration: underline;
}

.register_index .yun-more {
	position: relative;
}

.register_index .yun-more span {
	position: absolute;
	text-align: center;
	height: 30px;
	line-height: 30px;
	left: 50%;
	margin-left: -50px;
	top: -15px;
	width: 100px;
	overflow: hidden;
	background-color: #fff;
}

.register_index .login_code .form-control-feedback {
	display: none !important;
}

@media (max-width:640px) {
	.login_index {
		background-image: url(../images/background/bg-login.jpg);
		margin-bottom: -16px;
	}
}

/*-----------------Case.html----------------------*/
.caseList {
	padding: 20px 0 15px;
}

.caseList .single-our-service {
	margin-bottom: 26px;
	background: #fff;
	float: left;
	padding: 20px 30px;
	display: table;
	width: 100%;
	box-shadow: 0 2px 20px 0 #e8e8e8;
	border-radius: 8px;
	transition: box-shadow 0.45s ease;
}

.caseList .single-our-service:hover {
	transition: box-shadow 0.45s ease;
	box-shadow: 0 2px 20px 0 #d8d8d8;
}

.caseList .single-our-service h4 {
	margin-top: 16px;
	margin-bottom: 12px;
	color: #222;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	transition: .5s ease;
}

.caseList .single-our-service:hover h4 {
	color: #48c7ec;
	transition: .5s ease;
}

.caseList .single-our-service .img-box {
	position: relative;
	width: 138px;
	height: 138px;
	overflow: hidden;
	padding: 10px;
	display: table-cell;
	border: #f1f1f1 1px solid;
}

.caseList .single-our-service .img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 116px;
	max-height: 116px;
}

.caseList .single-our-service .text-box {
	display: table-cell;
	height: 138px;
	overflow: hidden;
	padding-left: 30px;
}

.caseList .single-our-service .text-box p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
	height: 48px;
	font-size: 13px;
}

.caseList .single-our-service .text-box a.linkMore {
	border: #48c7ec 1px solid;
	padding: 2px 12px;
	display: block;
	float: right;
	margin-top: 10px;
	transition: .5s ease;
	font-size: 13px;
}

.caseList .single-our-service .text-box a.linkMore:hover {
	background: #48c7ec;
	color: #fff;
	transition: .5s ease;
}

@media (max-width:479px) {
	.caseList .single-our-service {
		padding: 10px;
		margin-bottom: 16px;
	}

	.caseList .single-our-service .img-box {
		width: 102px;
		height: 102px;
	}

	.caseList .single-our-service .img-box img {
		max-width: 80px;
		max-height: 80px;
	}

	.caseList .single-our-service .text-box {
		height: 102px;
		padding-left: 10px;
	}

	.caseList .single-our-service h4 {
		margin: 6px 0;
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 24px;
		height: 24px;
	}

	.caseList .single-our-service .text-box p {
		line-height: 20px;
		height: 60px;
		font-size: 12px;
		-webkit-line-clamp: 3;
	}

	.caseList .single-our-service .text-box a.linkMore {
		display: none
	}
}

/*--------------page------------------*/


. {
	text-align: center;
	padding-top: 20px;
}

.page_pagination li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination li a {
	width: 55px;
	line-height: 55px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 18px;
	border-radius: 2px;
	background: #fff;
}

.page_pagination li a.active,
.page_pagination li a:hover {
	color: #fff;
	background: #48c7ec;
}



#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#TB_window a:link {
	color: #666666;
}

#TB_window a:visited {
	color: #666666;
}

#TB_window a:hover {
	color: #48c7ec;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus {
	color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 50%;
	min-height: 540px;
	max-height: 800px;
	left: 50%;
	margin-left: -430px;
	margin-top: -400px;
	width: 860px;
}

* html #TB_window {
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin=document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding-right: 10px;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_closeAjaxWindow a {
	font-size: 28px;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
	/* -height/2 0 0 -width/2 */
}

* html #TB_load {
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin=document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

.iframe-box {
	width: 850px;
	height: 750px;
}

@media screen and (max-width:767px) {
	#TB_window {
		width: 100%;
		left: 0;
		margin-left: 0;
		top: 0;
		margin-top: 0;
	}

	.iframe-box {
		width: 100%;
	}

}

/*-------------------Contact-------------------------*/
.contact-text {
	float: right;
	width: 40%;
	margin-top: 40px;
}

.contact-text p {
	color: #222;
	font-size: 14px;
	margin: 4px 0;
}

.contact-text p a {
	font-size: 14px;
}

.contact-text p i {
	color: #48c7ec;
	font-size: 16px;
	margin-right: 8px;
	width: 20px;
	text-align: center;
}

.contact-text p button {
	border: #48c7ec 1px solid;
	padding: 2px 12px;
	margin: 12px 0;
}

.contact-text p button:hover {
	background: #48c7ec;
	color: #fff;
}

.contact-text #InvoiceInfo {
	display: none;
}

.map-box {
	width: 56%;
	height: 502px;
	float: left;
}

.contact-text .contact-code {
	text-align: center
}

.contact-text .contact-code .left img {
	width: 120px;
	height: 120px;
}

.about-part2 {
	background: #fff;
	font-family: "PingFang SC";
	padding: 72px 0
}

.about-part2 .theme-name {
	text-align: center;
	padding-bottom: 64px
}

.about-part2 .theme-name .tit {
	height: 56px;
	line-height: 56px;
	font-size: 40px;
	font-family: PingFangSC-Medium, PingFang SC;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	position: relative
}

.about-part2 .theme-name .tit::before {
	position: absolute;
	content: "";
	width: 98px;
	height: 8px;
	background: url(../images/background/dot_right.png) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	left: -159px;
	top: 23px
}

.about-part2 .theme-name .tit::after {
	position: absolute;
	content: "";
	width: 98px;
	height: 8px;
	background: url(../images/background/dot_left.png) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	right: -159px;
	top: 23px
}

.about-part2 .advantage_item {
	text-align: center;
}

.about-part2 .advantage_item .advantage_item_title {
	margin-top: 12px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #292929;
	line-height: 32px;
	letter-spacing: 1px
}

.about-part2 .advantage_item .advantage_item_remark {
	margin-top: 8px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #999;
	line-height: 22px;
	letter-spacing: 1px
}

.advantage-bg {
	background: #000 url("../images/background/bg_879b169a.jpg") no-repeat;
}

.advantage-bg .theme-name .tit {
	color: #fff;
}

.advantage-bg .advantage_item .advantage_item_title {
	color: #fff;
}

.advantage-bg .advantage_item .advantage_item_remark {
	color: #aaa;
}

.about-text p {
	color: #333;
	text-indent: 2em;
	margin: 12px 0;
	font-size: 16px;
}

.about-text img {
	text-align: center;
	margin-top: 20px;
}

@media (max-width:992px) {
	.contact-text {
		width: 100%;
		margin-top: 0px;
	}

	.map-box {
		width: 100%;
		height: 502px;
		text-align: center;
		margin: 20px 0;
	}
}

@media (max-width:767px) {
	.about-part2 {
		padding: 36px 0
	}

	.advantage-bg {
		padding: 48px 0;
	}

	.about-part2 .theme-name {
		padding-bottom: 32px
	}

	.about-part2 .theme-name .tit {
		height: 24px;
		line-height: 24px;
		font-size: 21px;
	}

	.about-part2 .theme-name .tit::before {
		top: 13px
	}

	.about-part2 .theme-name .tit::after {
		top: 13px
	}

	.about-part2 .advantage_item .advantage_item_title {
		font-size: 16px;
		line-height: 22px;
	}

	.about-part2 .advantage_item .advantage_item_remark {
		font-size: 12px;
		line-height: 18px;
	}

	.about-part2 .advantage_item {
		margin-bottom: 30px;
	}

	.about-part2 .advantage_item img {
		width: 50%;
	}

	.about-text p {
		font-size: 14px;
	}
}

/*--------------------Banner-------------------------------*/
.banner-box {
	width: 100%;
	height: 235px;
	background: #111930 url(../images/banner/2.jpg) no-repeat top center;
	line-height: 235px;
	text-align: center;
	font-size: 32px;
	color: #fff;
}

@media screen and (max-width:767px) {
	.banner-box {
		height: 120px;
		line-height: 120px;
		font-size: 24px;
		background-position: -100px center;
		background-size: 240%;
	}
}

/*----------------Factory-page-----------------------*/
.factory-box li {
	margin: 16px auto;
}

.factory-box figure {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	min-height: 205px;
	margin-bottom: 28px;
}

.factory-box figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
}

.factory-box figure .count {
	background: #48c7ec;
	color: #fff;
	font-size: 18px;
	padding: 4px 20px;
	position: absolute;
	left: 0;
	bottom: -6px;
}

.factory-box h4 a {
	margin-bottom: 10px;
	font-size: 16px;
}

.factory-box p {
	position: relative;
	padding-left: 26px;
}

.factory-box p i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}

.factory-box li p:last-child {
	height: 52px;
}

.factory-box p i,
.factory-detail-box p i {
	color: #48c7ec;
	font-size: 16px;
	margin-right: 8px;
}

.factory-detail-box {
	padding: 30px;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
}

.factory-detail-box h4 {
	font-size: 32px;
	margin: 20px 0 8px 0;
}

.factory-detail-box p {
	color: #333;
	font-size: 14px;
	margin: 6px 0;
}

.factory-detail-box li {
	padding: 1px 0;
	line-height: 36px;
}

.factory-detail-box li span {
	width: 90px;
	color: #888;
	background: #f7f7f7;
	margin-right: 8px;
	display: table-cell;
	float: left;
	text-align: right;
}

.factory-detail p {
	text-indent: 2em;
}

.factory-detail-box img {
	max-width: 100%;
	max-height: 400px;
	margin-bottom: 20px;
}

/*.factory-detail-box h4{ margin:20px 30px 6px 30px;}
.factory-detail-box p{ margin:6px 30px;}*/

p.gray {
	color: #848484;
}

/*----------------error page-----------------------*/
.error {
	background: #fff;
	padding: 100px 0;
	margin: 30px 0;
	text-align: center;
	border-radius: 16px;
}

.error h4 {
	font-size: 96px;
	font-weight: 700;
	background: url(../images/icons/404.png) no-repeat top center;
	padding-top: 210px;
}

.error h5 {
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 10px;
	background: url(../images/icons/404.png) no-repeat top center;
	padding-top: 210px;
}

.error p {
	font-size: 16px;
}

.error a {
	margin-top: 40px;
	background: #48c7ec;
	padding: 4px 20px;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
}

.error a:hover {
	background: #2eb8e0;
}

.error-other p {
	font-size: 16px;
	color: #333;
}

.error-other a.error-return {
	margin-left: 30px;
	background: #fff;
	padding: 0;
	color: #48c7ec;
	border-radius: 0;
}

.error-other a.error-return:hover {
	background: #fff;
}

@media screen and (max-width:767px) {
	.error {
		padding: 60px 0;
	}

	.error h5 {
		font-size: 36px;
	}

	.error-other a.error-return {
		margin-top: 10px;
		margin-left: 0;
		display: block;
	}
}

/*----------------factory-case-list-----------------------*/
.box-fixed {
	position: fixed;
	top: 80px;
}

.factoryCaseMenu {
	margin: 30px 0 16px 0;
	width: 100%;
	float: left;
}

.factoryCaseMenu li {
	float: left;
	background: #fff;
	margin-right: 20px;
	padding: 12px 20px;
	text-align: center;
	border-bottom: #e5e5e5 4px solid;
}

.factoryCaseMenu li a {
	color: #222
}

.factoryCaseMenu li.active {
	background: #48c7ec;
	border-bottom: #25add5 4px solid;
}

.factoryCaseMenu li.active a {
	color: #fff;
}

@media (max-width:479px) {
	.factoryCaseMenu {
		display: table;
	}

	.factoryCaseMenu li {
		margin: 0;
		display: table-cell;
	}
}

/*-----------------------screening Section-----------------------------------*/
.accordion-box2 {
	margin: 10px 0 20px 0;
}

.accordion-box2 .acc-content {
	color: #666;
	display: table;
	width: 100%;
	border-top: 1px solid #e3e3e3;
}

.accordion-box2 .acc-content li {
	display: table-row;
}

.accordion-box2 .acc-content b {
	font-weight: 600;
	font-size: 12px;
	display: block;
	display: table-cell;
	width: 110px;
	background: #f3f3f3;
	padding: 0 10px;
	border-bottom: 1px solid #e3e3e3
}

.accordion-box2 .acc-content p {
	display: table-cell;
	font-weight: 400;
	margin: 0;
	padding: 0 10px;
	border-bottom: 1px solid #e3e3e3
}

.accordion-box2 .acc-content p a {
	padding: 0 10px;
	line-height: 24px;
	margin: 6px 8px 6px 0;
	color: #666;
	font-family: "Arial", "Microsoft YaHei";
	font-size: 12px;
}

.accordion-box2 .acc-content p a:hover {
	color: #48c7ec;
}

.accordion-box2 .acc-content p a.active {
	background: #48c7ec;
	color: #fff;
}

.factoryCaseMenu {
	margin: 0px 0 16px 0;
	width: 100%;
	float: left;
}

/*-----------------------Join Us-----------------------------------*/
.join-bg {
	background: #ebebeb;
}

.join-banner {
	text-align: center;
	overflow: hidden;
	background-image: url(../images/join/bg_slider3.jpg);
	width: 100%;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	background-size: cover;
	background-position: center center;
	background-color: #009ec1 !important;
	padding: 80px 0;
}

.join-banner .bannerText {
	margin: 0 auto;
	color: #fff;
}

.join-banner .bannerText .sign {
	height: 50px;
}

.join-banner .bannerText .banners-tips {
	font-family: PingFangSC-Semibold;
	font-size: 30px;
	color: #fff;
	line-height: 44px;
}

.join-banner .bannerText p {
	color: #fff;
}

.join-banner .bannerText .p1 {
	font-size: 72px !important;
	font-weight: 700;
	line-height: 105px;
}

.join-banner .bannerText .p1 span {
	margin-left: 10px;
	background-image: linear-gradient(135deg, #f6dc5b, #be883f);
	-webkit-background-clip: text;
	color: transparent;
	text-shadow: none;
}

.join-banner .bannerText .sets {
	display: block
}

.join-banner .bannerText .sets .feature {
	font-size: 12px;
	padding-left: 40px;
}

.join-banner .bannerText .feature span {
	font-size: 16px;
	margin-right: 40px;
}

.join-banner .bannerText .feature span em {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f6dc5b;
	border-radius: 50%;
	border: 2px solid #be883f;
	margin-right: 10px;
}

button.apply {
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 400;
	width: 260px;
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	margin: 40px auto;
	color: #2e353b;
	background-image: linear-gradient(#f6dc5b, #be883f);
	outline: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

button.apply:hover {
	color: #754400;
	background-image: linear-gradient(#f4e4b5, #c7a25f);
	outline: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
}

.join-title {
	text-align: center;
	margin: 50px auto;
}

.join-title h3 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 4px;
	display: inline-block;
	line-height: 32px;
	padding-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.join-title h3::before {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: 8px;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 40px;
}

.join-title h3::after {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 15px;
}

.join-content {
	border-radius: 22px;
	box-shadow: 0 0 25px #e9e9e9;
	background: #fff;
	margin: 30px auto;
}

.join-content1 {
	background: url("../images/join/2.png") no-repeat right bottom;
	background-size: auto 100%;
	padding: 0 50px 50px 50px;
}

.join-content1 ul li {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	height: 45px;
	line-height: 32px;
	margin: 12px 0;
	letter-spacing: 2px
}

.join-content1 ul li b {
	color: #be883f;
}

.join-content1 ul li i {
	font-size: 32px;
	color: #be883f;
	margin-right: 12px;
	display: block;
	float: left;
	line-height: 32px;
}

.why-item h4 {
	margin: 5px 0;
	line-height: 30px;
	font-size: 18px;
	color: #be883f;
	font-weight: 600;
}

.join-box {
	background: url(../images/join/background_02.jpg) no-repeat scroll left bottom / cover;
	position: relative;
	z-index: 0;
	padding-bottom: 60px;
}

.join-box:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	z-index: -1;
	opacity: .9;
	background: linear-gradient(to right, #0a4f8c 0%, #172435 100%);
}

.join-box .join-title h3 {
	color: #fff;
}

.join-box .join-title h3::before {
	background: #e1e1e1 none repeat scroll 0 0;
}

.join-box .join-title h3::after {
	background: #e1e1e1 none repeat scroll 0 0;
}

.join-content2 .why-item {
	margin-bottom: 27px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 25px #16263d;
	padding: 20px 20px 0;
	position: relative;
	height: 250px;
	background-image: linear-gradient(#fffdf4, #fcf3d3);
	z-index: 0;
}

.join-content2 .why-item:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 250px;
	content: '';
	z-index: -1;
}

.join-content2 .why-item1 {
	height: 530px;
}

.join-content2 .why-item1:after {
	height: 530px;
	background: url("../images/join/p01.gif") no-repeat bottom right;
}

.join-content2 .p02:after {
	background: url("../images/join/p02.gif") no-repeat bottom right;
}

.join-content2 .p03:after {
	background: url("../images/join/p03.gif") no-repeat bottom right;
}

.join-content2 .p04:after {
	background: url("../images/join/p04.gif") no-repeat bottom right;
}

.join-content2 .p05:after {
	background: url("../images/join/p05.gif") no-repeat bottom right;
}

.apply_content {
	margin: 0 auto 60px auto;
}

.apply_content .layui-form-label {
	width: 300px;
}

.apply_content .layui-form-item .layui-input-inline {
	width: 300px;
}

.apply_content .layui-form {
	padding: 0 60px 30px 60px;
}

.apply_content .layui-input {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 6px;
	padding: 16px 10px;
	height: 50px;
	margin: 10px 0;
	box-sizing: border-box;
}

.apply_content .layui-form-mid {
	margin-top: 10px;
}

.apply_content .layui-upload-drag {
	margin: 10px 15px;
	border-radius: 6px;
}

.apply-box {
	padding: 0 40px 60px 40px;
}

.apply-circle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 108%;
	left: 50%;
	transform: translateX(-50%);
}

.apply-circle li {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	padding-top: 94px;
	text-align: center;
}

.apply-circle li:first-child:after {
	background-color: #be883f;
}

.apply-circle li:nth-child(2):after {
	background-color: #d6a54c;
}

.apply-circle li:nth-child(3):after {
	background-color: #e5bb54;
}

.apply-circle li:nth-child(4):after {
	background-color: #f6dc5b;
}

.apply-circle li:after {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	border: 6px solid #fff;
	box-shadow: 0 4px 20px 0 rgba(255, 105, 120, .36);
	z-index: 1;
}

.apply-circle:after {
	content: "";
	position: absolute;
	top: 62px;
	left: 50%;
	transform: translateX(-50%);
	width: 88%;
	height: 6px;
	background: linear-gradient(90deg, #be883f, #f6dc5b);
}

.apply-circle li .icon {
	margin: 0 auto 15px auto;
	padding-top: 12px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: #fff7da;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
}

.apply-circle li i {
	font-size: 32px;
	color: #e9b706;
}

@media screen and (max-width:992px) {
	.join-banner {
		padding: 50px 0
	}

	.join-banner .bannerText .banners-tips {
		font-size: 30px;
		line-height: 44px;
	}

	.join-banner .bannerText .p1 {
		font-size: 48px !important;
		line-height: 75px;
	}

	button.apply {
		font-size: 18px;
		width: 240px;
		height: 34px;
		line-height: 34px;
		margin: 30px auto;
	}

	.join-content {
		margin: 10px 0;
	}

	.join-title h3 {
		font-size: 24px;
		line-height: 24px;
	}

	.join-content1 {
		background-size: auto 75%;
		letter-spacing: 0px
	}

	.join-content1 ul li {
		font-size: 14px;
		height: 45px;
		line-height: 26px;
		margin: 6px 0;
	}

	.why-item h4 {
		color: #f6dc5b;
	}

	.join-content2 .why-item {
		margin: 0 20px 20px 20px;
		border-radius: 0;
		box-shadow: none;
		padding: 0 0 0 100px;
		height: 100px;
		background-image: none;
		color: rgba(255, 255, 255, 0.85)
	}

	.join-content2 .why-item:after {
		height: 76px;
		border-radius: 50%;
		width: 76px;
		border: 3px solid #eee;
	}

	.join-content2 .why-item1 {
		height: 100px;
	}

	.join-content2 .why-item1:after {
		height: 76px;
		background: url("../images/join/p01.gif") no-repeat bottom center;
	}
}

@media screen and (max-width:767px) {
	.join-content1 {
		padding: 0 30px 30px 30px;
	}

	.join-content2 .join-title {
		margin: 20px 0 40px 0;
	}
}

@media screen and (max-width:480px) {
	.join-banner .bannerText .banners-tips {
		font-size: 18px;
		line-height: 28px;
	}

	.join-banner .bannerText .p1 {
		font-size: 28px !important;
		line-height: 45px;
	}

	.join-banner .bannerText .sets .feature {
		padding-left: 0;
	}

	.join-banner .bannerText .feature span {
		font-size: 12px;
		margin-right: 14px;
	}

	.join-banner .bannerText .feature span em {
		width: 6px;
		height: 6px;
		margin-right: 6px;
	}

	button.apply {
		font-size: 16px;
		width: 180px;
		margin-bottom: 0;
	}

	.join-title {
		margin: 30px 0;
	}

	.join-title h3 {
		font-size: 21px;
	}

	.join-content1 {
		background-size: auto 40%;
		padding: 0 30px 120px 30px;
	}

	.join-content1 ul li {
		font-size: 14px;
		height: auto;
		line-height: 24px;
		margin: 12px 0;
		position: relative;
		padding-left: 40px;
	}

	.join-content1 ul li i {
		position: absolute;
		left: 0;
		top: 0px;
	}

	.join-content2 .why-item {
		margin: 0 10px 20px 10px;
		padding-left: 90px;
	}

	.why-item h4 {
		line-height: 28px;
		font-size: 16px;
		margin-top: 0;
	}

	.apply-box {
		padding: 0 20px 40px 20px;
	}

	.apply_content .layui-form {
		padding: 0px 20px 40px 20px;
	}

	.apply_content p {
		font-size: 12px;
	}

	.apply_content button.apply {
		font-size: 16px;
		width: 180px;
		margin-top: 0;
	}
}

.item-list-section .table .card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 3840px;
}

.item-list-section .table .card-container .card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.item-list-section .table .card-container .card img {
	width: 100%;
	height: 70% !important;
	padding: 5px;
}

.item-list-section .table .card-container .card .card-header {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	height: 65px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.item-list-section .table .card-container .card .card-content {
	/* padding: 20px; */
	margin: -30px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.item-list-section .table .card-container .card .card-content p {
	margin: 0 0 10px;
}

.item-list-section .table .card-container .card .card-content .labels {
	display: none;
	flex-wrap: wrap;
}

.item-list-section .table .card-container .card .card-content .labels a {
	background-color: #e0f7fa;
	border-radius: 3px;
	color: #00796b;
	margin-right: 5px;
	padding: 2px 5px;
	text-decoration: none;
}

.item-list-section .table .card-container .card .card-content .price {
	color: #e91e63;
	font-size: 18px;
	font-weight: bold;
}

.item-list-section .table .card-container .card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	margin: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease;
	width: calc(20% - 20px);
	/* 五个卡片，每个卡片占据20%宽度，减去左右边距 */
	box-sizing: border-box;
	height: 350px;
}

.item-list-section .table .card-container::after {
	content: '';
	flex: auto;
	width: calc(20% - 20px);
	margin: 10px;
}

.programmeInfo {
	height: 80%;
	width: 100%;
}
.thumbnail-list {
	width: 100%;
	height: 20%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	align-items: center;
}

/* @media screen and (max-width: 3840px) {
	.item-list-section .table .card-container .card {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
		margin: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: box-shadow 0.3s ease;
		width: calc(20% - 20px);
		box-sizing: border-box;
		height: 560px;
	}

	.item-list-section .table .card-container::after {
		content: '';
		flex: auto;
		width: calc(20% - 20px);
		margin: 10px;
	}

	.programmeInfo {
		height: 70%;
		width: 100%;
	}

	.thumbnail-list {
		width: 100%;
		height: 25%;
		display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
        align-items: center;
	}
} */



/* @media screen and (max-width: 2560px) {
	.item-list-section .table .card-container .card {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
		margin: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: box-shadow 0.3s ease;
		width: calc(20% - 20px);
		box-sizing: border-box;
		height: 450px;
	}

	.item-list-section .table .card-container::after {
		content: '';
		flex: auto;
		width: calc(20% - 20px);
		margin: 10px;
	}

	.programmeInfo {
		height: 70%;
		width: 100%;
	}
}

@media screen and (max-width: 1920px) {
	.item-list-section .table .card-container .card {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
		margin: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: box-shadow 0.3s ease;
		width: calc(20% - 20px);
		box-sizing: border-box;
		height: 450px;
	}

	.item-list-section .table .card-container::after {
		content: '';
		flex: auto;
		width: calc(20% - 20px);
		margin: 10px;
	}

	.programmeInfo {
		width: 100%;
		height: 70%
	}
}

@media screen and (max-width: 1680px) {
	.item-list-section .table .card-container .card {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
		margin: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: box-shadow 0.3s ease;
		width: calc(20% - 20px);
		box-sizing: border-box;
		height: 350px;
	}

	.item-list-section .table .card-container::after {
		content: '';
		flex: auto;
		width: calc(20% - 20px);
		margin: 10px;
	}

	.programmeInfo {
		height: 65%;
		width: 100%;
	}
} */

@media screen and (max-width: 1200px) {
	.item-list-section .table .card-container .card {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
		margin: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: box-shadow 0.3s ease;
		width: calc(20% - 20px);
		/* 五个卡片，每个卡片占据20%宽度，减去左右边距 */
		box-sizing: border-box;
		height: 350px;
	}

	.item-list-section .table .card-container::after {
		content: '';
		flex: auto;
		width: calc(20% - 20px);
		margin: 10px;
	}

	.programmeInfo {
		height: 80%;
		width: 100%;
	}
}


@media screen and (max-width: 992px) {
	.item-list-section .table .card-container .card {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
		margin: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: box-shadow 0.3s ease;
		width: calc(33.333% - 20px);
		/* 三个卡片在一行 */
		box-sizing: border-box;
	}

	.item-list-section .table .card-container::after {
		content: '';
		flex: auto;
		width: calc(33.333% - 20px);
		margin: 10px;
	}

	.ifhide {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.item-list-section .table .card-container .card {
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
		margin: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: box-shadow 0.3s ease;
		width: calc(50% - 20px);
		/* 三个卡片在一行 */
		box-sizing: border-box;
	}

	.item-list-section .table .card-container::after {
		content: '';
		flex: auto;
		width: calc(50% - 20px);
		margin: 10px;
	}

	.ifhide {
		display: none;
	}
}
@media screen and (max-width:4200px) {
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}
	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
		font-size: xxx-large;
	}

	.seniorityClass {
		display: flex;
		font-size: 30px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;

	}

	.seniorityNum {
		font-size: 72px;
		font-weight: bold;
	}

	.cardBanner {
		background-image: url(../images/banner/rectangle5.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 10;
		width: 16%;
		height: 43%;
		position: absolute;
		padding: 1%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: 36px
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 36px
	}

	.cardTitle span {
		font-size: 36px;
		font-weight: bold;
	}

	.cardContent {
		width: 479px;
		margin: 0px 40px;
		text-align: center;
		color: #333333;
		font-size: 24px;
	}

	.cardButton {
		width: 40%;
		margin-bottom: 5%;
		position: relative;
		font-size: 24px;
	}

	.cardButton img {
		width: 100%;
	}

	.cardButtonText {
		position: absolute;
		top: 23%;
		left: 16%;
		color: white;
	}

	.elsehide {
		display: none;
	}

	.product {
		width: 2296px;
		margin: auto;
		margin-top: 4.1111rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 60px;
		color: #0F0F0F;

	}

	.productTitleBottom {
		font-weight: 400;
		font-size: 30px;
		color: #666666;
		margin-top: 34px;
		margin-bottom: 97px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		/* 4 cards per row */
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 664px;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 80% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
		width: 100%;
		height: 55%;
		background-size: 100% 100%;

	}

	.card-content {
		padding: 15px;
		display: flex;
		font-size: 24px;
		flex-direction: row;
		justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 15px;
		color: #000;
		line-height: 40px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: larger;
		font-weight: bold;
	}

	.cardContentTextPrice {
		color: red;
	}

	.scenarios {
		width: 2296px;
		height: 1600px;
		background-color: white;
		margin: 90px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 520px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
		width: 20%;
		margin-left: 26px;
	}

	.scenariosTab li {
		width: 265px;
		height: 165px;
		color: #48C7EC;
		list-style: none;
		line-height: 164px;
		text-align: center;
		background-color: #f0f0f0;
		font-size: 64px;
		font-weight: bold;
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 100%;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-color: transparent;
		color: white;
		background-size: 100% 100%;
		width: 274px;
		height: 165px;
		/* 添加更多激活状态的样式 */
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 30px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		margin-left: 26px;
		font-size: 24px;
		line-height: 42px;
	}

	.scenariosTabLook {
		width: 20%;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 75px;
		text-align: center;
		line-height: 75px;
		color: white;
		font-size: 24px;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 20px;
		margin-left: -100px;
	}

	.CIMage {
		padding: 5.2222rem;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px;
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 390px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: auto;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
		margin: 0px !important;
		height: 66% !important;
	}

	.description {
		padding: 15px;
		font-size: 24px;
		color: #333;
	}

	.bottom {
		width: 2296px;
		height: 220px;
		background-color: white;
		margin: 90px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		font-size: xx-large;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
	}

	.bottomCheckImg {
		width: 30%;
		height: 80%;
	}

	.float-box {
		right: 30%;
	}

	.embed-icon {
		width: 5% !important;
	}

	.main-footer .contact-info li .icon {
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.main-footer .contact-info li span {
	}
	.widgets-img{
		height: 850px;
	}
}

@media screen and (max-width:3840px) {
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}
	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
		font-size: xxx-large;
	}

	.seniorityClass {
		display: flex;
		font-size: 30px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;

	}

	.seniorityNum {
		font-size: 72px;
		font-weight: bold;
	}

	.cardBanner {
		background-image: url(../images/banner/rectangle5.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 10;
		width: 16%;
		height: 43%;
		position: absolute;
		padding: 1%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: 36px
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 36px
	}

	.cardTitle span {
		font-size: 36px;
		font-weight: bold;
	}

	.cardContent {
		width: 479px;
		margin: 0px 40px;
		text-align: center;
		color: #333333;
		font-size: 24px;
	}

	.cardButton {
		width: 40%;
		margin-bottom: 5%;
		position: relative;
		font-size: 24px;
	}

	.cardButton img {
		width: 100%;
	}

	.cardButtonText {
		position: absolute;
		top: 23%;
		left: 16%;
		color: white;
	}

	.elsehide {
		display: none;
	}

	.product {
		width: 2296px;
		margin: auto;
		margin-top: 4.1111rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 60px;
		color: #0F0F0F;

	}

	.productTitleBottom {
		font-weight: 400;
		font-size: 30px;
		color: #666666;
		margin-top: 34px;
		margin-bottom: 97px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		/* 4 cards per row */
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 664px;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 80% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
		width: 100%;
		height: 55%;
		background-size: 100% 100%;

	}

	.card-content {
		padding: 15px;
		display: flex;
		font-size: 24px;
		flex-direction: row;
		justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 15px;
		color: #000;
		line-height: 40px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: larger;
		font-weight: bold;
	}

	.cardContentTextPrice {
		color: red;
	}

	.scenarios {
		width: 2296px;
		height: 1600px;
		background-color: white;
		margin: 90px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 520px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
		width: 20%;
		margin-left: 26px;
	}

	.scenariosTab li {
		width: 265px;
		height: 165px;
		color: #48C7EC;
		list-style: none;
		line-height: 164px;
		text-align: center;
		background-color: #f0f0f0;
		font-size: 64px;
		font-weight: bold;
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 100%;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-color: transparent;
		color: white;
		background-size: 100% 100%;
		width: 274px;
		height: 165px;
		/* 添加更多激活状态的样式 */
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 30px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		margin-left: 26px;
		font-size: 24px;
		line-height: 42px;
	}

	.scenariosTabLook {
		width: 20%;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 75px;
		text-align: center;
		line-height: 75px;
		color: white;
		font-size: 24px;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 20px;
		margin-left: -100px;
	}

	.CIMage {
		padding: 5.2222rem;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px;
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 390px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: auto;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
		margin: 0px !important;
		height: 66% !important;
	}

	.description {
		padding: 15px;
		font-size: 24px;
		color: #333;
	}

	.bottom {
		width: 2296px;
		height: 220px;
		background-color: white;
		margin: 90px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		font-size: xx-large;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
	}

	.bottomCheckImg {
		width: 30%;
		height: 80%;
	}

	.float-box {
		right: 30%;
	}

	.embed-icon {
		width: 5% !important;
	}

	.main-footer .contact-info li .icon {
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.main-footer .contact-info li span {
	}
	.widgets-img{
		height: 850px;
	}
}

@media screen and (max-width:2560px) {
	.widgets-img{
		height: 600px;
	}
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}
	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
		font-size: x-large;
	}

	.seniorityClass {
		display: flex;
		font-size: 20px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;
	}

	.seniorityNum {
		font-size: 48px;
		font-weight: bold;
	}

	.cardBanner {
		background-image: url(../images/banner/rectangle5.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 10;
		width: 16%;
		height: 43%;
		position: absolute;
		padding: 1%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: 24px;
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 24px;
	}

	.cardTitle span {
		font-size: 24px;
		font-weight: bold;
	}

	.cardContent {
		width: 320px;
		margin: 0px 40px;
		text-align: center;
		color: #333333;
		font-size: 16px;
		line-height: 24px;
	}

	.cardButton {
		width: 35%;
		margin-bottom: 10%;
		position: relative;
		font-size: 16px
	}

	.cardButtonText {
		position: absolute;
		top: 16%;
		left: 11%;
		color: white;
	}

	.elsehide {
		display: none ;
	}

	.product {
		width: 1530px;
		margin: auto;
		margin-top: 3.2222rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 40px;
		color: #0F0F0F;
	}

	.productTitleBottom {
		font-weight: 400;
		font-size: 20px;
		color: #666666;
		margin-top: 23px;
		margin-bottom: 65px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		/* 4 cards per row */
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 22.2222rem;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 80% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		background-size: 100% 100%
	}

	.card-content {
		padding: 15px;
		display: flex;
		font-size: 16px;
		flex-direction: row;
		justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 4px;
		color: #000;
		line-height: 27px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: 16px;
		font-weight: bold;
	}

	.cardContentTextPrice {
		color: red;
	}

	.scenarios {
		width: 1530px;
		height: 44.4444rem;
		background-color: white;
		margin: 2.6389rem auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 350px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	.scenariosTab li {
		width: 177px;
		height: 109px;
		color: #48C7EC;
		list-style: none;
		line-height: 109px;
		text-align: center;
		background-color: #f0f0f0;
		font-size: 43px;
		font-weight: bold;
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 100%;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: transparent;
		color: white;
		width: 186px;
		height: 109px;
		/* 添加更多激活状态的样式 */
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 20px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		font-size: 16px;
		margin-bottom: 0rem;
	}

	.scenariosTabLook {
		width: 160px;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100%;
		height: 70px;
		text-align: center;
		line-height: 47px;
		color: white;
		font-size: 16px;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 0px;
		margin-left: -100px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px;
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 300px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: auto;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
	}

	.description {
		padding: 15px;
		font-size: 16px;
		color: #333;
	}

	.bottom {
		width: 1530px;
		height: 132px;
		background-color: white;
		margin: 94px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		font-size: x-large;
	}

	.bottomCheckImg {
		width: 30%;
		height: 90%;
	}

	.float-box {
		right: 30%;
	}

	.embed-icon {
		width: 5% !important;
	}
}

@media screen and (max-width:1920px) {
	.widgets-img{
		height: 450px;
	}
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}
	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
		font-size: large;
	}

	.seniorityClass {
		display: flex;
		font-size: 15px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;

	}

	.seniorityNum {
		font-size: 36px;
		font-weight: bold;
	}

	.cardBanner {
		background-image: url(../images/banner/rectangle5.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 10;
		width: 16%;
		height: 43%;
		position: absolute;
		padding: 1%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: 18px;
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 18px;
	}

	.cardTitle span {
		font-size: 18px;
		font-weight: bold;
	}

	.cardContent {
		width: 240px;
		text-align: center;
		color: #333333;
		font-size: 12px;
		line-height: 24px;
	}

	.cardButton {
		width: 40%;
		margin-bottom: 5%;
		position: relative;
		font-size: 12px;
	}

	.cardButtonText {
		position: absolute;
		top: 25%;
		left: 17%;
		color: white;
	}

	.elsehide {
		display: none;
	}

	.product {
		width: 1148px;
		margin: auto;
		margin-top: 3.2222rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 30px;
		color: #0F0F0F;
	}

	.productTitleBottom {
		font-weight: 400;
		font-size: 15px;
		color: #666666;
		margin-top: 17px;
		margin-bottom: 49px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		/* 4 cards per row */
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 332px;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 75% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		background-size: 100% 100%;
		height: 60%;
	}

	.card-content {
		margin-top: 0px;
		padding: 15px;
		display: flex;
		font-size: 12px;
		flex-direction: row;
		justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 4px;
		color: #000;
		line-height: 20px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: 12px;
		font-weight: bold;
	}

	.cardContentTextPrice {
		color: red;
	}

	.scenarios {
		width: 1148px;
		height: 44.4444rem;
		background-color: white;
		margin: 2.6389rem auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 265px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	.scenariosTab li {
		width: 133px;
		height: 82px;
		color: #48C7EC;
		list-style: none;
		line-height: 82px;
		text-align: center;
		background-color: #f0f0f0;
		font-size: 32px;
		font-weight: bold
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 100%;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: transparent;
		color: white;
		width: 140px;
		height: 92px;
		/* 添加更多激活状态的样式 */
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 15px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		margin-left: 26px;
		font-size: 12px;
		margin-bottom: 0rem;
		line-height: 21px;
	}

	.scenariosTabLook {
		width: 20%;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100%;
		height: 50px;
		text-align: center;
		line-height: 40px;
		color: white;
		font-size: 12px;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 0px;
		margin-left: -80px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px;
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 200px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: auto;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
	}

	.description {
		padding: 15px;
		font-size: 16px;
		color: #333;
	}

	.bottom {
		width: 1148px;
		height: 120px;
		background-color: white;
		margin: 94px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		width: 50%;
		font-size: 18px;
	}

	.bottomCheckImg {
		width: 45%;
		height: 85%;
	}

	.float-box {
		right: 50%;
	}
}

@media screen and (max-width:1680px) {
	.widgets-img{
		height: 380px;
	}
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}

	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
		font-size: large;
	}

	.seniorityClass {
		display: flex;
		font-size: 13px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;

	}

	.seniorityNum {
		font-size: 32px;
		font-weight: bold;
	}

	.cardBanner {
		background-image: url(../images/banner/rectangle5.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 10;
		width: 16%;
		height: 43%;
		position: absolute;
		padding: 1%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: xx-small;
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 16px;
	}

	.cardTitle span {
		font-size: 16px;
		font-weight: bold;
	}

	.cardContent {
		width: 100%;
		text-align: center;
		color: #333333;
		font-size: 11px;
		line-height: 16px;
	}

	.cardButton {
		width: 45%;
		margin-bottom: 5%;
		position: relative;
		font-size: 11px;
	}

	.cardButtonText {
		position: absolute;
		top: 27%;
		left: 18%;
		color: white;
	}

	.elsehide {
		display: none;
	}

	.product {
		width: 1005px;
		margin: auto;
		margin-top: 5.2222rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 26px;
		color: #0F0F0F;
	}

	.productTitleBottom {
		font-weight: 400;
		font-size: 13px;
		color: #666666;
		margin-top: 15px;
		margin-bottom: 42px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		/* 4 cards per row */
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 290px;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 80% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 60%;
		background-size: 100% 100%;
	}

	.card-content {
		padding: 15px;
		display: flex;
		font-size: 11px;
		flex-direction: row;
		justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 0;
		color: #000;
		font-size: 11px;
		line-height: 18px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: 11px;
		font-weight: bold;
	}

	.cardContentTextPrice {
		color: red;
	}

	.scenarios {
		width: 1005px;
		height: 44.4444rem;
		background-color: white;
		margin: 2.6389rem auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 223px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	.scenariosTab li {
		width: 116px;
		height: 72px;
		color: #48C7EC;
		list-style: none;
		line-height: 72px;
		text-align: center;
		background-color: #f0f0f0;
		font-size: 28px;
		font-weight: bold;
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 100%;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: transparent;
		color: white;
		width: 123px;
		height: 72px;

		/* 添加更多激活状态的样式 */
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 13px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		margin-left: 26px;
		margin-bottom: 0rem;
		font-size: 11px;
		line-height: 18px;
	}

	.scenariosTabLook {
		width: 20%;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 35px;
		text-align: center;
		line-height: 33px;
		color: white;
		font-size: 11px;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 0px;
		margin-left: -80px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px;
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 165px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: auto;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
	}

	.description {
		padding: 15px;
		font-size: 11px;
		color: #333;
	}

	.bottom {
		width: 1005px;
		height: 85px;
		background-color: white;
		margin: 94px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		font-size: medium;
	}

	.bottomCheckImg {
		width: 30%;
		height: 75%;
	}
}
@media screen and (max-width:1540px) {
	.widgets-img{
		height: 380px;
	}
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}

	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
		font-size: 11px;
	}

	.seniorityClass {
		display: flex;
		font-size: 11px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;

	}

	.seniorityNum {
		font-size: 27px;
		font-weight: bold;
	}

	.cardBanner {
		background-image: url(../images/banner/rectangle5.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 10;
		width: 16%;
		height: 43%;
		position: absolute;
		padding: 1%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: xx-small;
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 14px;
	}

	.cardTitle span {
		font-size: 14px;
		font-weight: bold;
	}

	.cardContent {
		width: 100%;
		text-align: center;
		color: #333333;
		font-size: 9px;
        line-height: 14px
	}

	.cardButton {
		width: 45%;
		margin-bottom: 5%;
		position: relative;
		font-size: 9px;
	}

	.cardButtonText {
		position: absolute;
		top: 27%;
		left: 18%;
		color: white;
	}

	.elsehide {
		display: none;
	}

	.product {
		width: 861px;
		margin: auto;
		margin-top: 5.2222rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 23px;
		color: #0F0F0F;
	}

	.productTitleBottom {
		font-weight: 400;
        font-size: 11px;
        color: #666666;
        margin-top: 13px;
        margin-bottom: 36px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		/* 4 cards per row */
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 290px;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 80% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 60%;
		background-size: 100% 100%;
	}

	.card-content {
		padding: 7px;
        display: flex;
        font-size: 9px;
        flex-direction: row;
        justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 0;
		color: #000;
		font-size: 11px;
		line-height: 15px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: 11px;
		font-weight: bold;
	}

	.cardContentTextPrice {
		color: red;
	}

	.scenarios {
		width: 861px;
		height: 44.4444rem;
		background-color: white;
		margin: 2.6389rem auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 196px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
		margin-left: 10px;
	}

	.scenariosTab li {
		width: 99px;
        height: 62px;
        color: #48C7EC;
        list-style: none;
        line-height: 62px;
        text-align: center;
        background-color: #f0f0f0;
        font-size: 24px;
        font-weight: bold;
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 100%;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: transparent;
		color: white;
        width: 103px;
        height: 62px;

		/* 添加更多激活状态的样式 */
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 11px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		margin-left: 26px;
		margin-bottom: 0rem;
		font-size: 9px;
		line-height: 16px;
	}

	.scenariosTabLook {
		width: 20%;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 35px;
		text-align: center;
		line-height: 33px;
		color: white;
		font-size: 11px;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 0px;
		margin-left: -60px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 4px
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 165px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: auto;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
	}

	.description {
		padding: 15px;
		font-size: 9px;
		color: #333;
	}

	.bottom {
		width: 861px;
		height: 85px;
		background-color: white;
		margin: 94px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		font-size: medium;
	}

	.bottomCheckImg {
		width: 30%;
		height: 75%;
	}
}
@media screen and (max-width:1440px) {
	.widgets-img{
		height: 380px;
	}
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}

	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
		font-size: 11px;
	}

	.seniorityClass {
		display: flex;
		font-size: 11px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;

	}

	.seniorityNum {
		font-size: 27px;
		font-weight: bold;
	}

	.cardBanner {
		background-image: url(../images/banner/rectangle5.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 10;
		width: 16%;
		height: 43%;
		position: absolute;
		padding: 1%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: xx-small;
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 14px;
	}

	.cardTitle span {
		font-size: 14px;
		font-weight: bold;
	}

	.cardContent {
		width: 100%;
		text-align: center;
		color: #333333;
		font-size: 9px;
        line-height: 14px
	}

	.cardButton {
		width: 45%;
		margin-bottom: 5%;
		position: relative;
		font-size: 9px;
	}

	.cardButtonText {
		position: absolute;
		top: 27%;
		left: 18%;
		color: white;
	}

	.elsehide {
		display: none;
	}

	.product {
		width: 861px;
		margin: auto;
		margin-top: 5.2222rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 23px;
		color: #0F0F0F;
	}

	.productTitleBottom {
		font-weight: 400;
        font-size: 11px;
        color: #666666;
        margin-top: 13px;
        margin-bottom: 36px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		/* 4 cards per row */
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 290px;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 80% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 60%;
		background-size: 100% 100%;
	}

	.card-content {
		padding: 7px;
        display: flex;
        font-size: 9px;
        flex-direction: row;
        justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 0;
		color: #000;
		font-size: 11px;
		line-height: 15px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: 11px;
		font-weight: bold;
	}

	.cardContentTextPrice {
		color: red;
	}

	.scenarios {
		width: 861px;
		height: 44.4444rem;
		background-color: white;
		margin: 2.6389rem auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 196px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
		margin-left: 10px;
	}

	.scenariosTab li {
		width: 99px;
        height: 62px;
        color: #48C7EC;
        list-style: none;
        line-height: 62px;
        text-align: center;
        background-color: #f0f0f0;
        font-size: 24px;
        font-weight: bold;
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 100%;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: transparent;
		color: white;
        width: 103px;
        height: 62px;

		/* 添加更多激活状态的样式 */
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 11px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		margin-left: 26px;
		margin-bottom: 0rem;
		font-size: 9px;
		line-height: 16px;
	}

	.scenariosTabLook {
		width: 20%;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 35px;
		text-align: center;
		line-height: 33px;
		color: white;
		font-size: 11px;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 0px;
		margin-left: -60px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 4px
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 165px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: auto;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
	}

	.description {
		padding: 15px;
		font-size: 9px;
		color: #333;
	}

	.bottom {
		width: 861px;
		height: 85px;
		background-color: white;
		margin: 94px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		font-size: medium;
	}

	.bottomCheckImg {
		width: 30%;
		height: 75%;
	}
}
@media screen and (max-width: 1300px) {
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}
	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
	}

	.seniorityClass {
		display: flex;
		font-size: 9px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;
	}

	.seniorityNum {
		font-size: 23px;
		font-weight: bold;
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 11px;
	}

	.cardTitle span {
		font-size: 11px;
		font-weight: bold;
	}

	.cardContent {
		width: 100%;
		text-align: center;
		color: #333333;
		font-size: 8px;
        line-height: 11px;
	}

	.cardButton {
		width: 50%;
		margin-bottom: 5%;
		position: relative;
		font-size: 8px;
	}

	.cardButtonText {
		position: absolute;
		top: 27%;
		left: 18%;
		color: white;
	}

	.elsehide {
		display: none;
	}

	.product {
		width: 718px;
		margin: auto;
		margin-top: 3.2222rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 19px;
		color: #0F0F0F;
	}

	.productTitleBottom {
		font-weight: 400;
		font-size: 9px;
		color: #666666;
		margin-top: 11px;
        margin-bottom: 30px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 207px;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 60% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
        width: 100%;
        height: 60%;
        background-size: 100% 100%;
	}

	.card-content {
		padding: 15px;
        display: flex;
        font-size: 8px;
        flex-direction: row;
        justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 0;
        color: #000;
        font-size: 8px;
        line-height: 11px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: larger;
		font-weight: bold;
	}

	.scenarios {
		width: 718px;
		height: 44.4444rem;
        background-color: white;
        margin: 2.638rem auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 162px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	.scenariosTab li {
		width: 83px;
        height: 51px;
		color: #48C7EC;
		list-style: none;
        line-height: 51px;
        text-align: center;
        background-color: #f0f0f0;
        font-size: 20px;
        font-weight: bold;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		color: white;
        background-color: transparent;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 87px;
        height: 51px;
		/* 添加更多激活状态的样式 */
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 270px;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 9px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		margin-left: 26px;
		margin-bottom: 0rem;
        font-size: 8px;
        line-height: 13px;
	}

	.scenariosTabLook {
		width: 20%;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 30px;
        text-align: center;
        line-height: 20px;
        color: white;
        font-size: 8px;;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 0px;
		margin-left: -50px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px;
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 102px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: 100%;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
	}

	.description {
		padding: 15px;
		font-size: 8px;
		color: #333;
	}

	.bottom {
		width: 718px;
		height: 70px;
		background-color: white;
		margin: 94px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		font-size: small;
	}

	.bottomCheckImg {
        width: 36%;
        height: 72%;
	}

}
@media screen and (max-width: 1200px) {
	.login-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#loginbtn{
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
	}
	.freeReceiveVIP-top{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 50px;
	}
	#freeReceiveVIP{
		background-color: #6cc5e8;
		color: #fff;
		border-radius: 10px;
		height: 25px;
		line-height: 3px;
		margin-left: 10px;
	}
	.bgstyle {
		position: relative;
	}

	.seniority {
		width: 100%;
		color: white;
		position: absolute;
		top: 32%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-evenly;
		align-items: center;
	}

	.seniorityClass {
		display: flex;
		font-size: 9px;
	}

	.seniorityActive::after {
		content: '';
		width: auto;
		height: .1111rem;
		display: block;
		margin: 0;
		margin-top: 3px;
		background-color: #64ddf9;
	}

	.seniorityNum {
		font-size: 23px;
		font-weight: bold;
	}

	.cardTitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #010001;
		font-size: 11px;
	}

	.cardTitle span {
		font-size: 11px;
		font-weight: bold;
	}

	.cardContent {
		width: 100%;
		text-align: center;
		color: #333333;
		font-size: 8px;
        line-height: 11px;
	}

	.cardButton {
		width: 50%;
		margin-bottom: 5%;
		position: relative;
		font-size: 8px;
	}

	.cardButtonText {
		position: absolute;
		top: 27%;
		left: 18%;
		color: white;
	}

	.elsehide {
		display: none;
	}

	.product {
		width: 718px;
		margin: auto;
		margin-top: 3.2222rem;
		text-align: center;
	}

	.productTitleTop {
		font-weight: 400;
		font-size: 19px;
		color: #0F0F0F;
	}

	.productTitleBottom {
		font-weight: 400;
		font-size: 9px;
		color: #666666;
		margin-top: 11px;
        margin-bottom: 30px;
	}

	.productContent {
		width: 100%;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 10px;
		width: calc(25% - 20px);
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 207px;
	}

	.card:hover {
		transform: translateY(-10px);
	}

	.card img {
		width: 100%;
		height: 60% !important;
		height: auto;
	}

	.productContentImg {
		background-repeat: no-repeat;
        width: 100%;
        height: 60%;
        background-size: 100% 100%;
	}

	.card-content {
		padding: 15px;
        display: flex;
        font-size: 8px;
        flex-direction: row;
        justify-content: space-around;
	}

	.card-content h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.card-content p {
		margin: 0;
        color: #000;
        font-size: 8px;
        line-height: 11px;
	}

	.cardContentText {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.cardContentText p span {
		font-size: larger;
		font-weight: bold;
	}

	.scenarios {
		width: 718px;
		height: 44.4444rem;
        background-color: white;
        margin: 2.638rem auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: nowrap;
	}

	.scenariosTab {
		height: 162px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	.scenariosTab li {
		width: 83px;
        height: 51px;
		color: #48C7EC;
		list-style: none;
        line-height: 51px;
        text-align: center;
        background-color: #f0f0f0;
        font-size: 20px;
        font-weight: bold;
	}

	.scenariosTab li.active {
		background-image: url(../images/banner/bubble.png);
		color: white;
        background-color: transparent;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 87px;
        height: 51px;
		/* 添加更多激活状态的样式 */
	}

	.scenariosContent {
		height: 100%;
		width: 80%;
		position: relative;
	}

	.scenariosContent li {
		height: 270px;
		width: 80%;
		position: absolute;
		display: none;
	}

	.scenariosContent li.active {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.scenariosTabTitle {
		font-size: 9px;
		font-weight: bold;
		margin: 0px 26px;
	}

	.scenariosTabTitleContent {
		margin-left: 26px;
		margin-bottom: 0rem;
        font-size: 8px;
        line-height: 13px;
	}

	.scenariosTabLook {
		width: 20%;
		margin: 0px auto;
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 30px;
        text-align: center;
        line-height: 20px;
        color: white;
        font-size: 8px;;
	}

	.scenariosContent li.active img {
		width: 40%;
		height: 70%;
		margin: auto 0px;
		margin-left: -50px;
	}

	.image-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px;
	}

	.image-item {
		background: #fff;
		/* border: 1px solid #ddd; */
		border-radius: 6px;
		margin: 10px;
		width: calc(33.333% - 20px);
		box-sizing: border-box;
		text-align: center;
		transition: transform 0.3s;
		height: 102px;
	}

	.image-item:hover {
		transform: translateY(-10px);
	}

	.image-item img {
		width: 100%;
		height: 100%;
		/* border-bottom: 1px solid #ddd; */
		padding: 10px;
	}

	.imageItemimg {
		width: 100% !important;
	}

	.description {
		padding: 15px;
		font-size: 8px;
		color: #333;
	}

	.bottom {
		width: 718px;
		height: 70px;
		background-color: white;
		margin: 94px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		font-size: small;
	}

	.bottomCheckImg {
        width: 36%;
        height: 72%;
	}

}

.cardOne {
	top: 45%;
	left: 23%;
}

.cardTwo {
	top: 45%;
	left: 42%;
}

.cardThree {
	top: 45%;
	left: 61%;
}

.cardIcon {
	width: 40%;
	margin-top: 5%;
}

@media screen and (max-width: 992px) {
	.login-top {
        height: 40px;
	}
	#loginbtn{
		background-color: transparent;
        color: #fff;
        border-radius: 0px;
        height: 0px;
        line-height: 0px;
        margin-left: 0px
	}
	.freeReceiveVIP-top{
		height: 40px;
	}
	#freeReceiveVIP{
		background-color: transparent;
        color: #fff;
        border-radius: 0px;
        height: 0px;
        line-height: 0px;
        margin-left: 0px
	}
	.ifhide {
		display: none;
	}

	.cardTitleText {
		font-size: 15px;
		font-weight: bold;
	}

	.cardTitleContent {
		font-size: 10px;
	}

	.cardTitle span {
		font-size: 10px;
		font-weight: unset;
	}

	.elsehide {
		display: block ;
	}

	.cardButton {
		width: 80%;
		position: relative;
	}

	.cardButtonText {
		font-size: 10px;
		top: 30%;
		left: 16%;
	}

	.mobileStyle {
		width: 90%;
		background-color: #1d1d24;
		margin: -10px auto;
		height: 60px;
		position: relative;
		z-index: 10;
		border-radius: 10px;
		color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		flex-wrap: nowrap;
	}

	.seniorityNum {
		font-size: large;
		font-weight: bold;
	}

	.seniorityClass {
		font-size: 6px;
	}

	.seniorityActive::after {
		content: '';
		width: 0px;
		height: 0px;
	}

	.product {
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.productContent {
		width: 100%;
	}

	.smallStyle {
		font-size: medium;
		margin-top: 40px;
		margin-left: 13px;
		text-align: left;
		height: 20px;
	}

	.smallStyle::after {
		content: '';
		width: 20%;
		height: 2px;
		display: block;
		margin: 0;
		margin-top: -7px;
		background-color: #64ddf9;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0px;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 5px;
		width: calc(50% - 10px);
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 320px;
	}

	.card-content {
		padding: 15px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-start;
	}

	.cardContentText p {
		line-height: 20px;
	}

	.cardContentText p span {
		font-weight: 600;
		font-size: 15px;
	}

	.bottomTitle {
		width: 95%;
		margin: 0px auto;
		font-size: medium;
	}

	.bottomTitle::after {
		content: '';
		width: 7%;
		height: 2px;
		display: block;
		margin: 0;
		margin-top: -7px;
		background-color: #64ddf9;
	}

	.bottom {
		width: 95%;
		height: 230px;
		margin: 18px auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-around;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		width: 60%;
		text-align: center;
		margin: 0px 20%;
	}

	.bottomCheckImg {
		width: 60%;
		height: 40%;
		margin: 0px 20%;
	}

	.mobileScenarios {
		width: 95%;
		margin: 10px auto;
		background-color: white;
		height: 1200px
	}

	.mobileScenariosTab {
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}

	.mobileScenariosTab li {
		font-weight: bold;
		font-size: 18px;
	}

	.mobileScenariosTab li.mobileActive {
		color: #6bc1e9;
	}

	.mobileScenariosTab .mobileActive::after {
		content: '';
		width: 80px;
		height: 2px;
		display: block;
		margin: 0px -20px 0px;
		background-color: #64ddf9;
	}

	.mobileScenariosContent {
		height: 800px;
		width: 95%;
		position: relative;
		margin: 0px auto;
	}

	.mobileScenariosContent li {
		height: 270px;
		width: 95%;
		position: absolute;
		display: none;
	}

	.mobileScenariosContent li.mobileActive {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.scenario-image-container {
		width: 100%;
		height: 60%;
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.scenario-image-container img {
		width: 35%;
		height: 90%;
		margin: 5% 20%;
	}

	.carousel-container {
		position: relative;
		width: 100%;
		height: 320px;
		max-width: 800px;
		border-radius: 10px;
	}

	.carousel {
		display: flex;
		transition: transform 0.5s ease-in-out;
		padding: 0 0%;
		overflow-y: auto;
		width: 100%;
		height: 100%;
		margin: 10px;
	}

	.carousel-item {
		min-width: 70%;
		/* Make the item slightly smaller to reveal part of the next one */
		box-sizing: border-box;
		margin-right: 15px;
		/* Add space between images */
		position: relative;
	}

	.carousel-item img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

	.carousel-item div {
		position: absolute;
		bottom: 15px;
		left: 10px;
		color: white;
		font-size: xx-large;
	}

	.carousel-button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		border: none;
		padding: 10px;
		cursor: pointer;
		border-radius: 5px;
	}

	.carousel-button.prev {
		left: 10px;
		display: none;
	}

	.carousel-button.next {
		right: 10px;
		display: none;
	}

	.carousel-button:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.scenario-content-container {
		padding: 10px;
		line-height: 54px;
	}

	.scenario-title {
		font-size: xx-large;
		font-weight: bold;
	}

	.scenario-description {
		font-size: x-large;
		line-height: 30px;
	}

	.scenario-btn {
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 30%;
		height: 30%;
		color: white;
		font-size: xx-large;
		text-align: center;
		line-height: 65px;
	}

	.embed-icon {
		width: 17% !important;
	}
}

@media screen and (max-width: 768px) {
	.ifhide {
		display: none;
	}

	.cardTitleText {
		font-size: 7px;
		font-weight: bold;
	}

	.cardTitleContent {
		font-size: 5px;
	}

	.cardTitle span {
		font-size: 5px;
		font-weight: unset;
	}

	.elsehide {
		display: block ;
	}

	.cardButton {
		width: 80%;
		position: relative;
	}

	.cardButtonText {
		font-size: 5px;
		top: 30%;
		left: 16%;
	}

	.mobileStyle {
		width: 90%;
		background-color: #1d1d24;
		margin: -10px auto;
		height: 60px;
		position: relative;
		z-index: 10;
		border-radius: 10px;
		color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		flex-wrap: nowrap;
		font-size: 8px
	}

	.seniorityNum {
		font-size: large;
		font-weight: bold;
	}

	.seniorityClass {
		font-size: 6px;
	}

	.seniorityActive::after {
		content: '';
		width: 0px;
		height: 0px;
	}

	.product {
		width: 100%;
		margin: auto;
		/* margin-top: 224px; */
		text-align: center;
	}

	.productContent {
		width: 100%;
	}

	.smallStyle {
		font-size: medium;
		margin-top: 25px;
		margin-left: 13px;
		text-align: left;
		height: 20px;
	}

	.smallStyle::after {
		content: '';
		width: 40%;
		height: 2px;
		display: block;
		margin: 0;
		margin-top: -7px;
		background-color: #64ddf9;
	}

	.card-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0px;
	}

	.card {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin: 5px;
		width: calc(50% - 10px);
		box-sizing: border-box;
		transition: transform 0.3s;
		height: 220px;
	}

	.card-content {
		padding: 5px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-start;
	}

	.cardContentText {
		font-size: 10px;
	}

	.cardContentText p {
		line-height: 15px;
	}

	.cardContentText p span {
		font-weight: 600;
		font-size: 10px;
	}

	.bottomTitle {
		width: 95%;
		margin: 0px auto;
	}

	.bottomTitle::after {
		content: '';
		width: 15%;
		height: 2px;
		display: block;
		margin: 0;
		margin-top: -7px;
		background-color: #64ddf9;
	}

	.bottom {
		width: 95%;
		height: 150px;
		margin: 18px auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-around;
	}

	.bottomCheck {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		height: 60%;
		width: 90%;
		font-size: 11px;
		margin: 0px 5%;
	}

	.bottomCheckImg {
		width: 90%;
		height: 40%;
		margin: 0px 5%;
	}

	.mobileScenarios {
		width: 95%;
		height: 900px;
		margin: 10px auto;
		background-color: white;
	}

	.mobileScenariosTab {
		width: 100%;
		height: 70px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}

	.mobileScenariosTab li {
		font-weight: bold;
		font-size: 18px;
	}

	.mobileScenariosTab li.mobileActive {
		color: #6bc2ea;
	}

	.mobileScenariosTab li.mobileActive::after {
		content: '';
		width: 80px;
		height: 2px;
		display: block;
		margin: 0px -20px 0px;
		background-color: #6bc2ea;
	}

	.mobileScenariosContent {
		height: 800px;
		width: 95%;
		position: relative;
		margin: 0px auto;
	}

	.mobileScenariosContent li {
		height: 270px;
		width: 95%;
		position: absolute;
		display: none;
	}

	.mobileScenariosContent li.mobileActive {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.scenario-image-container {
		width: 100%;
		height: 60%;
		border: 1px solid #d7d7d7;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.scenario-image-container img {
		width: 60%;
		height: 90%;
		margin: 5% 20%;
	}

	.carousel-container {
		position: relative;
		width: 100%;
		height: 170px;
		border-radius: 10px;
	}

	.carousel {
		display: flex;
		transition: transform 0.5s ease-in-out;
		padding: 0 0%;
		overflow-y: auto;
		width: 100%;
		height: 100%;
		margin: 10px;
	}

	.carousel-item {
		min-width: 70%;
		/* Make the item slightly smaller to reveal part of the next one */
		box-sizing: border-box;
		margin-right: 15px;
		/* Add space between images */
		position: relative;
	}

	.carousel-item img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

	.carousel-item div {
		position: absolute;
		bottom: 15px;
		left: 10px;
		color: white;
		font-size: large;
	}

	.carousel-button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		border: none;
		padding: 10px;
		cursor: pointer;
		border-radius: 5px;
	}

	.carousel-button.prev {
		left: 10px;
		display: none;
	}

	.carousel-button.next {
		right: 10px;
		display: none;
	}

	.carousel-button:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.scenario-content-container {
		padding: 10px;
		line-height: 54px;
	}

	.scenario-title {
		font-size: large;
		font-weight: bold;
	}

	.scenario-description {
		font-size: small;
		line-height: 20px;
	}

	.scenario-btn {
		background-image: url(../images/banner/button.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 30%;
		height: 20%;
		color: white;
		text-align: center;
		line-height: 28px;
		font-size: 16px;
	}

	.embed-icon {
		width: 17% !important;
	}
}