html {
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	font-size: 12px;
	/* 根据设计稿的CSSREM值设置 */
}

*,
::after,
::before {
	box-sizing: inherit
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	/* font-family: SourceHanSansCN, Helvetica, Arial, sans-serif; */
	font-family: -apple-system, SourceHanSansCN, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #000000;
	background-color: #fff;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

@font-face {
	font-family: 'SourceHanSansCN';
	src: url('../fonts/SourceHanSansCN-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCNBold';
	src: url('../fonts/SourceHanSansCN-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.container {
	max-width: calc(100% - 22.67rem - 22.67rem);
	/* max-width: calc(100% - 42.34rem); */
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0;
}

.container-common {
	max-width: calc(100% - 8.916666666666667rem - 10.583333333333333rem);
	margin-left: 8.916666666666667rem;
	/* max-width: calc(100% - 42.34rem); */
}

.navbar-brand {
	margin-right: unset !important;	
}

.center-vertically {
	display: flex;
	align-items: center;
	vertical-align: middle;
}

.left-right-vertical {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/*菜单*/
.affix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 6rem;
	padding-top: unset !important;
	padding-bottom: unset!important;
}

.navbar .navbar-brand img {
	width: 12.83rem;
	height: 4.17rem;
	margin-top: 1rem;
	margin-bottom: 0.75rem;
	background: #FFFFFF;
}

.navbar-expand-lg {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 100%;
}

/* 菜单内容 */
#navbarResponsive1 .navbar-expand-lg .navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-align: center;
	align-items: center;
	display: flex !important;
}

#navbarResponsive1 .navbar-nav {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	margin: 0;
	margin-left: auto;
	height: 5.92rem;
}

#navbarResponsive1 .navbar-nav>li {
	height: 1.04rem;
	line-height: 1.04rem;
	border-bottom: 0.03rem solid rgba(0, 0, 0, 0);
	transition: all .5s ease-in-out;
}

#navbarResponsive1 .navbar-nav a {
	color: #7d7b7b;
	text-transform: uppercase;
	text-decoration: none;
	height: 100%;
}

#navbarResponsive1 .navbar-nav a::after {
	content: unset;
}

#navbarResponsive1 .navbar-nav .nav-item {
	position: unset;
	margin-left: 4.08rem;
	padding: 0 0.38rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.5rem;
	color: #545454;
	text-align: left;
	font-style: normal;
	text-transform: none;
	height: 100%;
	/* border: 1px solid #000; */
}

#navbarResponsive1 .navbar-nav .active {
	border-bottom: 0.5rem solid #69BA4F;
	color: #69BA4F;
	padding-top: 0.5rem;
}

#navbarResponsive1 .navbar-nav .active>a {
	/* background-color: #f5f5f5; */
	color: #69BA4F !important;
	font-weight: bold;
}

#navbarResponsive1 .dropdown-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#navbarResponsive1 .dropdown-menu {
	background-image: url('../assets/imgIndex/导航栏-底图2@2x.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* 如果不希望背景重复 */
	background-position: center top;
	width: 100%;
	height: auto;
	/* 	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom; */
}

#navbarResponsive1 .dropdown-menu a {
	text-decoration: none;
}

#navbarResponsive1 .dropdown-menu-item-title:hover a {
	color: #68B94F;
}

.desktop-lan {
	margin-left: 12.5rem;
	color: #545454;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
}

.desktop-lan img {
	width: 1.4rem;
	height: 1.4rem;
}

.desktop-lan a {
	color: #545454 !important;
	text-decoration: none;
	margin-left: 1rem;
}

.desktop-lan span {
	margin-left: 1rem;
}

.is-hover-show {
	display: none;
}

.is-hover-hide {
	display: inline-block;
	vertical-align: middle;
}

#navbarResponsive1 .dropdown-menu-item-title:hover .is-hover-show {
	display: inline-block;
	vertical-align: middle;
}

#navbarResponsive1 .dropdown-menu-item-title:hover .is-hover-hide {
	display: none;
}

#navbarResponsive1 .active-dropdown .is-hover-hide {
	display: none;
}

#navbarResponsive1 .active-dropdown .is-hover-show {

	display: inline-block;
	vertical-align: middle;
}

#navbarResponsive1 .dropdown:hover .dropdown-menu {
	position: absolute;
	display: flex;
	top: 5.82rem;
	z-index: 999;
	left: 0;
}
.dropdown-mobile {
	display: none;
}
#navbarResponsive1 .dropdown-menu .dropdown-menu-title {
	width: 50%;
	/* background-color: #fafafa; */
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-title .dropdown-menu-title-bar {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	font-size: 2.08rem;
	color: #68B94F;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-title .dropdown-menu-title-eng {
	width: 15.83rem;
	height: 2.5rem;
	margin-top: 1.42rem;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-title .dropdown-menu-title-eng img {
	width: 100%;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-box {
	width: 50%;
	/* background-color: #fff; */
	padding: 3.08rem;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-box .dropdown-menu-list {}

#navbarResponsive1 .dropdown-menu .dropdown-menu-box .dropdown-menu-list .dropdown-menu-item {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.33rem;
	color: #686868;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 3.68rem;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-box .dropdown-menu-list .dropdown-menu-item.first-item {
	margin-top: 0;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-box .dropdown-menu-list .dropdown-menu-item .dropdown-menu-item-title {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.33rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 1rem;
	cursor: pointer;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-box .dropdown-menu-list .dropdown-menu-item .dropdown-menu-item-title img {
	height: 2.5rem;
	width: 2.5rem;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-box .dropdown-menu-list .dropdown-menu-item .dropdown-menu-item-bar {
	display: flex;
	padding-left: 2.8rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1rem;
	color: #9A9A9A;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

#navbarResponsive1 .dropdown-menu .dropdown-menu-box .dropdown-menu-list .dropdown-menu-item .dropdown-menu-item-bar div {
	padding-right: 3.25rem;
}

.active-dropdown .dropdown-menu-item-title a {
	color: #68B94F !important;
}

/* footer */
.footer-bottom {
	background-color: #68B94F;
}

.footer-bottom .footInfo {
	width: 100%;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.33rem;
	color: #FFFFFF;
	line-height: 1.39rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	border-top: 0.125rem #ffffff solid;
	padding-bottom: 1.666666666666667rem;
	padding-top: 1.666666666666667rem;
	margin: 0 auto;
}

.footer-top-box {
	padding-top: 2rem;
	color: #fff;
	display: flex;
	margin-bottom: 4rem;
}

.footer-top-box .footer-top-left {
	border-right: 0.125rem #ffffff solid;
	padding-right: 4rem;
	width: 30%;
}

.footer-top-box .footer-top-left .footer-top-left-item {
	margin-bottom: 3rem;
}

.footer-top-box .footer-top-left .footer-top-left-logo {
	width: 16.17rem;
	height: 6.92rem;
}

.footer-top-box .footer-top-left .footer-top-left-ico {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 1.39rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
}

.footer-top-box .footer-top-left .footer-top-left-ltd {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 1.39rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
}

.footer-top-box .footer-top-left .footer-top-left-item1 {
	display: flex;
	margin-bottom: 3rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.17rem;
	color: #FFFFFF;
	line-height: 1.39rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
}

.footer-top-box .footer-top-left .footer-top-left-item1 .address {
	width: 22rem;
}

.footer-top-box .footer-top-left .footer-top-left-item1 .footer-top-left-icon {
	width: 3.33rem;
	height: 3.33rem;
	margin-right: 0.75rem;
}

.footer-top-box .footer-top-left .footer-top-left-QRXCode-box {
	display: flex;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.17rem;
	color: #FFFFFF;
	line-height: 1.39rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
}
.footer-top-box .footer-top-left .footer-top-left-QRXCode-box > div {
	display: flex;
	flex-direction: column;
    align-items: center;
}

.footer-top-box .footer-top-left .footer-top-left-QRXCode-box .footer-top-left-QRXCode {
	width: 9.08rem;
	height: 9.08rem;
	vertical-align: bottom;
}

.footer-top-box .footer-top-left .footer-top-left-QRXCode-box .footer-top-left-QRXCode-left {
	margin-right: 5.33rem;
}


.footer-top-box .footer-top-right {
	padding-top: 1rem;
	display: flex;
	flex: 1;
	margin-left: 5.33rem;
}

.footer-top-box .footer-top-right .footer-top-right-item {
	/* padding: 0 2.58rem; */
	flex: 1;
}

.footer-top-box .footer-top-right .footer-top-right-item .footer-top-right-title {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 500;
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 1.39rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
	margin-bottom: 4.09rem;
}

.footer-top-box .footer-top-right .footer-top-right-item .footer-top-right-title a {
	color: #ffffff !important;
	text-decoration: none;
}

.footer-top-box .footer-top-right .footer-top-right-item .footer-top-right-section {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.17rem;
	color: #FFFFFF;
	line-height: 1.39rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
	margin-bottom: 1.74rem;
}

.footer-top-box .footer-top-right .footer-top-right-item .footer-top-right-section a {
	color: #ffffff !important;
	text-decoration: none;
}

/* 在线留言 */


.online-message .online-message-box {
	background-color: #f8f9f8;
	padding: 3.6rem 2.4rem 0 2.4rem;
	margin: 6.58rem 0;
}

.online-message .online-message-box .contact-us-title {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1.83rem;
	color: #69BA4F;
	line-height: 2.4rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
	border-left: 0.375rem #69BA4F solid;
	padding-left: 0.75rem;
	margin-bottom: 2.25rem;
}

.online-message .online-message-box .online-message-form .online-message {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1.59rem;
	grid-row-gap: 1.83rem;
}

.online-message .online-message-box .online-message-form .online-message-item input {
	width: 100%;
	background-color: #eef0ef;
	border: unset;
	height: 3.17rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 1rem;
	color: #A7A7A7;
	line-height: 1.85rem;
	text-align: justifyLeft;
	font-style: normal;
	text-transform: none;
	padding: 0.75rem;
	border-radius: 0.125rem;
}

.online-message .online-message-box .online-message-form .online-message-item-row .online-message-item-textarea {
	width: 100%;
	height: 11rem;
	background-color: #eef0ef;
	border: unset;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-size: 1rem;
	line-height: 1.85rem;
	padding: 0.75rem;
	border-radius: 0.125rem;

}

.online-message .online-message-box .online-message-form .online-message-item-row {
	margin-top: 1.83rem;
}

.online-message .online-message-box .online-message-form .online-message-item-row .btn-submit {
	width: calc(30% - 0.59rem);
	height: 3.17rem;
	margin-bottom: 1.83rem;
}


/* 按钮 */
.btn-submit {
	background-color: #68B94F;
	border: unset;
	color: #fff !important;
	border-radius: 0.125rem;
	cursor: pointer;
}

.mobile-img {
	display: none !important;
}

.swiper-button-lock {
	display: unset !important;
}
.close-icon-box {
	display: none;
}

.navbar-expand-lg .navbar-collapse {
	display: none !important;
}
.navbarResponsive {
		display: none !important;
	}
#navbarResponsive1 {
		display: block !important;
		margin-left: 6rem;
	}
.mobile-menu{
	display: none;
}
.menu{
	width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.close-button {
	display: flex;
	justify-content: flex-end;
}
.close-button img {
	width: 30px;
	height: 22px;
	margin-top: 9px;
	margin-right: 20px;
}
.menu-list {
	padding-left: 38px;
}
.menu-list .menu-item {
	list-style: none;
	margin-top: 39px;
    display: block;
	width: calc(100% - 76px);
}
.menu-title {
	display: flex;
	flex-direction: column;
}
.menu-list .menu-item .menu-title a {
	line-height: 14px;
    height: 14px;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-size: 14px;	
	color: #545454 !important;
	text-decoration: none;
	display: flex;
    align-items: center;
}
.menu-list .menu-item .menu-title a span{
	height: 14px;
	display: block;
}
.menu-list .menu-item .menu-title a img{
	width: 8px;
	height: 6px;
	margin-left: 7px;
}

.menu-list .menu-item .menu-title a img.down {
	display: block;
}
.menu-list .menu-item .menu-title a img.up {
	display: none;
}

.menu-list .menu-item.active .menu-title a {
	color: #68B94F !important;
}

.menu-list .menu-item.active .menu-title a img.down {
	display: none;
}

.menu-list .menu-item.active .menu-title a img.up {
	display: block;
}

.menu-list .menu-item .sul {
	padding-left: 8px;
	display: none;
}

.menu-list .menu-item.active .sul {
	display: block;
}

.menu-list .menu-item .sul li {
	list-style: none;
	margin-top: 14px;
}

.menu-list .menu-item .sul li a {
	font-size: 12px;
	color: #9A9A9A !important;
	text-decoration: none;
	line-height: 12px;
	height: 12px;
	width: 100%;
}

@media (max-width: 1080px) {
	#navbarResponsive1 {
		margin-left: 20.8rem;
	}
}

/* 平板设备 */
@media (max-width: 1024px) {

	/* 在这里编写适用于平板设备的CSS样式 */
	.container {
		/* max-width: calc(100% - 1*0.67rem); */
		max-width: calc(100% - 5.67rem - 5.67rem);
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}

	#navbarResponsive1 .dropdown-menu {
		background-image: url('../assets/imgIndex/导航栏-底图.png');
	}

	.desktop-img {
		display: none !important;
	}

	.mobile-img {
		display: block !important;
		display: inline-block !important;
	}

	#navbarResponsive1 .dropdown-menu .dropdown-menu-box .dropdown-menu-list .dropdown-menu-item .dropdown-menu-item-bar div {
		padding-right: 2.25rem;
	}
}


/* 手机设备 */
@media (max-width: 768px) {
	html {
		font-size: 8px !important;
	}

	body {
		font-size: 8px !important;
	}

	.container {
		/* max-width: calc(100% - 6*.67rem); */
		max-width: calc(100% - 3.67rem - 3.67rem);
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}

	/* 在这里编写适用于手机设备的CSS样式 */
	.footer-top-box .footer-top-left {
		padding-right: 2rem;
	}

	.footer-top-box .footer-top-right {
		margin-left: 2.33rem;
	}

}

/* 小屏手机设备 */
@media (max-width: 700px) {

	/* 在这里编写适用于小屏手机设备的CSS样式 */
	html {
		font-size: 5px !important;
	}

	body {
		font-size: 5px !important;
	}

	.container {
		/* max-width: calc(100% - 2*.67rem); */
		/* max-width: calc(100% - 2.65rem - 2.65rem); */
	}

	.container-common {
		/* max-width: calc(100% - 1.67rem - 1.67rem); */
		/* max-width: calc(100% - 42.34rem); */
	}

}

/* 小屏手机设备 */
@media (max-width: 680px) {

	/* 移动端首页菜单 */
/* 	#navbarResponsive {
		display: block !important;
	} */
	#navbarResponsive1 {
		display: none !important;
	}
	.desktop-lan {
		display: none;
	}
	.navbar {
		/* background-color: #68B94F; */
		height: 41px;
		padding-top: unset !important;
		padding-bottom: unset !important;
	}

	.navbar .container {
		height: 41px;
	}

	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}
	.navbar-expand-lg .navbar-collapse.show {
		display: block !important;
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 999999;
		background-color: #fff;
		left: 0;
	}

	.navbar-brand {
		background-color: #fff;
		padding: 7px 27px;
		margin-right: unset;
	}
	.navbar .container {
		max-width: 100%;
	}

	.navbar .navbar-brand img {
		width: 82px;
		height: 27px;
		margin-top: unset;
		margin-right: unset;
	}

	.navbar .navbar-toggler-right-img {
		width: 2.5rem;
		height: 1.83rem;
	}

	.navbar-light .navbar-toggler {
		border: unset !important;
	}
	.navbar-nav {
		float: unset;
		display: unset;
	}
	.navbar-nav a {
		color: #7d7b7b;
		text-transform: uppercase;
		text-decoration: none;
		height: 100%;
	}
	.navbar-nav .nav-item {
		position: unset;
		margin-left: 4.08rem;
		padding: 0 0.38rem;
		font-family: SourceHanSansCN, SourceHanSansCN;
		font-weight: 400;
		font-size: 1.5rem;
		color: #545454;
		text-align: left;
		font-style: normal;
		text-transform: none;
		height: 100%;
		height: 6rem;
		margin-right: 4.08rem;
		margin-left: 4.08rem;
	}
	.navbar-nav .active {
		border-bottom: unset;
		color: #68B94F;
		padding-top: 0.5rem;
	}
	.dropdown-mobile {
		display: block;
	}
	.dropdown-desktop {
		display: none;
	}
	.mobile-menu{
		display: flex;
		background-color: #68B94F;
		height: 41px;
		width: 100%;
		align-items: center;
		justify-content: flex-end;
	}

	.mobile-menu a{
		font-size: 12px;
		color: #fff !important;
		text-decoration: none;
	}

	.mobile-menu a:first-child {
		margin-right: 15px;
	}

	.mobile-menu img {
		width: 30px;
		height: 22px;
		margin-left: 25px;
		margin-right: 15px;
	}

	.close-icon-box {
		display: block;
		text-align: right;
		padding-right: 4.08rem;
		padding-top: 1rem;
	}
	.close-icon {
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  line-height: 20px;
	  text-align: center;
	  font-size: 20px;
	  cursor: pointer;
	  
	  color: #68B94F;
	}
	
	/* .close-icon:before,
	.close-icon:after {
	  content: '';
	  position: absolute;
	  width: 2px;
	  height: 20px;
	  background-color: #000;
	  top: 50%;
	  left: 50%;
	}
	
	.close-icon:before {
	  transform: translate(-50%, -50%) rotate(45deg);
	} */
	
	.close-icon:after {
	  transform: translate(-50%, -50%) rotate(-45deg);
	}

	/* 移动端首页菜单 */
	/* 移动端底部 */
	.footer-top-box .footer-top-right {
		display: none;
	}

	.footer-top-box .footer-top-left {
		border-right: unset;
		display: flex;
		align-items: center;
		vertical-align: middle;
	}

	.footer-top-box {
		display: block;
	}

	.footer-top-box .footer-top-left {
		display: flex;
	}
	.footer-top-box .footer-top-left > div:first-child {
		flex: 1;
	}
	.footer-top-box .footer-top-left .footer-top-left-QRXCode-box {
		display:block;
		text-align: right;
	}
	.footer-top-left-QRXCode-box div span {
		margin-top: 5px;
		
		font-size: 10px;
		line-height: 17px;
	}
	.footer-top-box .footer-top-left .footer-top-left-QRXCode-box .footer-top-left-QRXCode.mobile-img {
		width: 70px;
		height: 70px;
		display: block !important;
	}
	.footer-top-box .footer-top-left .footer-top-left-QRXCode-box .footer-top-left-QRXCode-left {
		margin-right: unset;
		margin-bottom: 1.26rem;
	}
	.footer-top-box .footer-top-left .footer-top-left-item1 {
		font-size: 10px;
		line-height: 12px;
	}
	.footer-top-box .footer-top-left .footer-top-left-item1 .footer-top-left-icon {
		width: 22px;
		height: 22px;
	}
	.footer-top-box .footer-top-left .footer-top-left-logo {
		width: 102px;
		height: 44px;
	}
	.footer-top-box .footer-top-left .footer-top-left-ico {
		font-size: 10px;
		line-height: 12px;
	}
	.footer-top-box .footer-top-left .footer-top-left-ltd {
		font-size: 10px;
		line-height: 12px;
	}
	.footer-top-box .footer-top-left .footer-top-left-item {
		margin-bottom: 19px;
	}
	.footer-bottom .footInfo {
		font-size: 10px;
		line-height: 17px;
	}
	.footer-desktop {
		display: none;
	}
	.footer-top-box .footer-top-left .footer-top-left-item1 {
		margin-bottom: 19px;
	}
}


/* 小屏手机设备 */
@media (max-width: 480px) {

	/* 在这里编写适用于小屏手机设备的CSS样式 */
	html {
		font-size: 5px !important;
	}

	body {
		font-size: 5px !important;
	}

	.container {
		/* max-width: calc(100% - 2*.67rem); */
		/* max-width: calc(100% - 2.65rem - 2.65rem); */
	}

	.container-common {
		/* max-width: calc(100% - 1.67rem - 1.67rem); */
		/* max-width: calc(100% - 42.34rem); */
	}

}

/* 小屏手机设备 */
@media (max-width: 450px) {
	html {
		font-size: 4px !important;
	}

	body {
		font-size: 4px !important;
	}

	.container {
		/* max-width: calc(100% - 2*.67rem); */
		/* max-width: calc(100% - 2.65rem - 2.65rem); */
	}

	.container-common {
		/* max-width: calc(100% - 1.67rem - 1.67rem); */
		/* max-width: calc(100% - 42.34rem); */
	}

	.dropdown-menu .dropdown-menu-box .dropdown-menu-list .dropdown-menu-item .dropdown-menu-item-bar div {
		padding-right: 1.25rem;
	}

	/* .footer-top-box .footer-top-left .footer-top-left-QRXCode-box .footer-top-left-QRXCode-left {
		margin-right: 2.33rem;
	} */

	/* .footer-top-left-QRXCode-box div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-top-left-QRXCode-box div span {
		margin-top: 5px;
	}

	.footer-top-box .footer-top-right .footer-top-right-item {
		flex: unset;
		margin-right: 1.5rem;
	}

	.footer-top-box .footer-top-left .footer-top-left-item1 .address {
		line-height: 1.5;
	} */
}