/* 定义字体 */

@font-face {
	font-family: 'MiSans';
	src: url('fonts/MiSans-Regular.woff2') format('woff2'),
		/* 推荐使用 woff2 格式，因为它有更好的压缩效果 */
		url('fonts/MiSans-Regular.woff') format('woff'),
		/* 兼容性备用 */
		url('fonts/MiSans-Regular.ttf') format('truetype');
	/* 最后的兼容性备用 */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiSans-Bold';
	src: url('fonts/MiSans-Bold.woff2') format('woff2'),
		/* 推荐使用 woff2 格式，因为它有更好的压缩效果 */
		url('fonts/MiSans-Bold.woff') format('woff'),
		/* 兼容性备用 */
		url('fonts/MiSans-Bold.ttf') format('truetype');
	/* 最后的兼容性备用 */
	font-weight: bold;
	font-style: bold;
}

@font-face {
	font-family: 'MiSans-Medium';
	src: url('fonts/MiSans-Medium.woff2') format('woff2'),
		/* 推荐使用 woff2 格式，因为它有更好的压缩效果 */
		url('fonts/MiSans-Medium.woff') format('woff'),
		/* 兼容性备用 */
		url('fonts/MiSans-Medium.ttf') format('truetype');
	/* 最后的兼容性备用 */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiSans-DNaNpxibold';
	src: url('fonts/MiSans-DNaNpxibold.woff2') format('woff2'),
		/* 推荐使用 woff2 格式，因为它有更好的压缩效果 */
		url('fonts/MiSans-DNaNpxibold.woff') format('woff'),
		/* 兼容性备用 */
		url('fonts/MiSans-DNaNpxibold.ttf') format('truetype');
	/* 最后的兼容性备用 */
	font-weight: bold;
	font-style: bold;
}

/* 使用字体 */
html,
body {
	margin: 0;
	padding: 0;
	/* 指定使用 MiSans 字体，如果不可用则回退到 sans-serif */
	font-family: 'MiSans', sans-serif;
	font-weight: normal;
}

ul,
li {
	margin: 0px;
	padding: 0px;
}

html {
	/* IE 和 Edge */
	-ms-overflow-style: none !important;
	/* Firefox */
	scrollbar-width: none !important;
	/* 允许垂直滚动 */
	overflow-y: scroll !important;
}

button:focus {
	outline: none !important;
}

.topzindex {
	position: absolute !important;
	z-index: 999 !important;
}

/* 隐藏滚动条 */
html::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none !important;
}

.set100vh {
	min-height: 100vh !important;
	height: 100% !important;
}

body,
div,
span,
font,
ul,
p,
h1,
h2,
h3,
h4,
ol,
li,
table,
tr,
td {
	padding: 0;
	margin: 0;
	color: #262629;
}

ul,
li,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #262629;
}

a:active {
	text-decoration: none;
	color: #262629;
}

.cur {
	cursor: pointer
}

.dis {
	display: none
}

img {
	border: 0px;
}

.bgblack {
	background-color: #000000 !important;
}

.bgwhite {
	background-color: #ffffff !important;
}

.bggray {
	background-color: #F8F9FC !important;
}

.fontwhite {
	color: #ffffff !important;
}

.fontmain {
	color: #262629 !important;
}

.mt4px {
	margin-top: 4px;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.header {
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 997;
	top: 0px;
	padding-bottom: 23px;
}

.header-blue {
	background-color: #0000E1 !important;
}

.header .header-logo {
	float: left;
	width: 100%;
	height: 28px;
	margin-top: 32px;
	text-align: center;
}

.header .header-logo img {
	width: auto;
	height: 28px;
}

.header .header-menu {
	float: left;
	width: 32px;
	height: 28px;
	margin-top: -28px;
	margin-left: 20px;
}

.header .header-menu>img {
	width: 16px;
	height: 12px;
	margin-left: 8px;
	margin-top: 8px;
}

.header-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #0049F7;
	display: none;
}

.header-fixed .hfixed-close {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 30px;
	right: 12px;
	z-index: 999;
}

.header-fixed .hfixed-close>img {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	margin-top: 8px;
}

.header-fixed .hfixed-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 998;
	overflow: scroll;
}

.header-fixed .hfixed-nav .hfixed-nav-list {
	float: left;
	width: 100%;
	min-height: 68px;
	margin-top: 140px;
	margin-bottom: 88px;
}

.header-fixed .hfixed-nav .hfixed-nav-list .hfixednl-item {
	float: left;
	width: 100%;
	min-height: 27px;
	margin-bottom: 41px;
	text-align: center;
}

.header-fixed .hfixed-nav .hfixed-nav-list .hfixednl-item a {
	color: #FFFFFF;
}

.header-fixed .hfixed-nav .hfixed-nav-list .hfixednl-item .hfixednli-main {
	float: left;
	width: auto;
	height: 27px;
	line-height: 27px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	display: contents;
}

.header-fixed .hfixed-nav .hfixed-nav-list .hfixednl-item .hfixednli-children {
	float: left;
	width: 100%;
	min-height: 40px;
	display: none;
}

.header-fixed .hfixed-nav .hfixed-nav-list .hfixednl-item .hfixednli-children>span {
	float: left;
	width: 100%;
	min-height: 20px;
	line-height: 20px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #E8EAEC;
	text-align: center;
	margin-top: 20px;
}

.header-fixed .hfixed-nav .hfixed-nav-list .hfixednl-item .hfixednli-children>span>a {
	color: #E8EAEC;
}

.header-fixed .hfixed-tab {
	bottom: 0px;
	position: fixed;
	padding-top: 17px;
	padding-bottom: 47px;
	width: 100%;
	height: 24px;
	background-color: #0049F7;
	z-index: 998;
}

.header-fixed .hfixed-tab img {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 159px;
}

.header-fixed .hfixed-tab a {
	float: left;
	margin-left: 23.5px;
	width: auto;
	height: 24px;
	line-height: 24px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.footer {
	float: left;
	width: 390px;
	min-height: 444px;
	background: #0000E1;
}

.footer .footer-navs {
	float: left;
	width: 325px;
	margin-left: 32.5px;
	margin-right: 32.5px;
	min-height: 32px;
	margin-top: 46px;
}

.footer .footer-navs span {
	float: left;
	width: 25%;
	height: 19px;
	line-height: 19px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 14px;
	margin-top: 13px;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 1 !important;
	overflow: hidden !important;
	color: #ffffff;
	text-align: center;
}

.footer .footer-navs span>a {
	display: block;
	width: auto;
	height: 19px;
	line-height: 19px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
}

.footer .footer-row {
	float: left;
	width: 244px;
	margin-left: 73px;
	margin-right: 73px;
	line-height: 20px;
	height: 20px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.footer .footer-row img {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 10px;
}

.footer .footer-row-sm {
	float: left;
	width: 244px;
	margin-left: 73px;
	margin-right: 73px;
	line-height: 16px;
	min-height: 16px;
	font-family: MiSans;
	font-size: 12px;
	color: #FFFFFF !important;
	text-align: center;
	margin-top: 15px;
}

.footer .footer-row-sm font {
	color: #ffffff !important;
}

.footer .footer-row-sm-normal {
	float: left;
	width: 325px;
	margin-left: 32.5px;
	margin-right: 32.5px;
	height: 12px;
	line-height: 12px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 9px;
	color: #FFFFFF;
}

.footer-row-sm-normal a,
.footer-row-sm-normal font {
	display: inline-block;
	width: auto;
	height: 16px;
	line-height: 16px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 9px;
	color: #FFFFFF;
}

.footer-row-hr {
	float: left;
	width: 325px;
	height: 0px;
	border: 1px solid #7777EF;
	margin-left: 32.5px;
	margin-right: 32.5px;
	margin-top: 28px;
}

.footer-row-height {
	float: left;
	width: 100%;
	min-height: 0px;
}

.modal-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #0049F7;
	display: none;
}

.modal-fixed .mfixed-close {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 30px;
	right: 12px;
	z-index: 999;
}

.modal-fixed .mfixed-close>img {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	margin-top: 8px;
}

.modal-fixed .mfixed-qrcode {
	float: left;
	width: 200px;
	height: 200px;
	margin-left: 95px;
	margin-right: 95px;
	text-align: center;
	margin-top: 50%;
	background-image: url(../images/wrapperewm.png);
	background-size: cover;

}

.modal-fixed .mfixed-qrcode>img {
	float: left;
	width: 170px;
	height: 170px;
	margin: 15px;
	border-radius: 5px;
}

.inner-page {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 990;
	background-color: #F8F9FC;
	;
}

.inner-page-float {
	float: left;
	position: unset;
	min-height: 548px;
}

.inner-page .inner-page-navs {
	float: left;
	width: 354px;
	height: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 18px;
	margin-right: 18px;
}

.inner-page .inner-page-navs a,
.inner-page .inner-page-navs span {
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 12px;
	color: #555555;
	margin-right: 10px;
}

.inner-page .inner-page-bigtitle {
	float: left;
	width: 354px;
	min-height: 37px;
	line-height: 37px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 28px;
	color: #262629;
	margin-left: 18px;
	margin-right: 18px;
}


.inner-page .inner-page-time {
	float: left;
	width: 354px;
	height: 16px;
	line-height: 16px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 12px;
	color: #898a8e66;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.inner-page .inner-page-time font {
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	color: #898a8e66;
}

.inner-page .inner-page-hr-sm {
	float: left;
	width: 354px;
	height: 1px;
	margin-left: 18px;
	margin-right: 18px;
	border-top: #cacacc solid 1px;
}

.inner-page .inner-page-tags {
	float: left;
	width: 354px;
	min-height: 0px;
	margin-left: 18px;
	margin-right: 18px;
}

.inner-page .inner-page-tags span {
	float: left;
	width: auto;
	min-width: 36px;
	height: 20px;
	line-height: 20px;
	padding-left: 14px;
	padding-right: 14px;
	margin-right: 7px;
	background: #ECECEC;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 8px;
	color: #76767F;
	border-radius: 12.6px;
	text-align: center;
	opacity: 0.6;
	margin-top: 10px;
}

.inner-page .inner-page-content {
	float: left;
	width: 354px;
	min-height: 120px;
	margin-left: 18px;
	margin-right: 18px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
	letter-spacing: 0;
	text-align: justify;
	line-height: 24px;
	margin-top: 27px;
}

.inner-page .inner-page-content img {
	max-width: 100% !important;
}

.inner-page .inner-page-content p {
	margin-bottom: 10px;
}

.inner-page .inner-banner {
	float: left;
	width: 100%;
	height: 248px;
	background-size: cover;
}

.inner-page .inner-banner-title {
	float: left;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: -134px;
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	text-align: center;
}

.inner-page .inner-banner-btn {
	float: left;
	width: 96px;
	height: 28px;
	background: #0000E1;
	margin-left: 147px;
	margin-top: -76px;
	line-height: 28px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 48px;
}

.inner-page .inner-title-maincolor,
.inner-page .inner-title-bluecolor {
	float: left;
	width: 354px;
	min-height: 37px;
	line-height: 37px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 60px;
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 28px;
	color: #0000E1;
	text-align: center;
}

.inner-page .inner-title-maincolor {
	color: #262629 !important;
}

.inner-page .inner-title-short {
	float: left;
	width: 354px;
	min-height: 24px;
	line-height: 24px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 12px;
	font-family: MiSans-Demibold;
	font-weight: 600;
	font-size: 18px;
}

.inner-page .inner-title-sub {
	float: left;
	width: 354px;
	min-height: 22px;
	line-height: 22px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #76767F;
	letter-spacing: 0;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 42px;
}

.inner-page .inner-title-summary {
	float: left;
	width: 354px;
	min-height: 10px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 10px;
}

.inner-page .inner-title-summary span {
	float: left;
	width: 100%;
	min-height: 52px;
	margin-top: 24px;
}

.inner-page .inner-title-summary span b {
	float: left;
	width: 100%;
	min-height: 32px;
	line-height: 32px;
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 20px;
	overflow: hidden;
}

.inner-page .inner-title-summary span font {
	float: left;
	width: 100%;
	min-height: 16px;
	line-height: 16px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 12px;
	color: #76767F;
	overflow: hidden;
}

.inner-page .inner-bigtitle {
	float: left;
	width: 354px;
	height: 37px;
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 28px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	margin-top: 44px;
}

.inner-page .inner-image {
	float: left;
	width: 354px;
	height: 372px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 24px;
}

.inner-page .inner-image img {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.inner-page .inner-box-normal {
	float: left;
	width: 372px;
	min-height: 168px;
	margin-left: 18px;
	margin-top: 24px;
	margin-bottom: 80px;
}

.inner-page .inner-box-normal .inner-box-item {
	float: left;
	width: 168px;
	height: 168px;
	border-radius: 16px;
	margin-right: 18px;
	margin-top: 18px;
}

.inner-page .inner-box-normal .inner-box-item-bg {
	float: left;
	width: 168px;
	height: 168px;
	background-size: 100% auto;
}

.inner-page .inner-box-normal .inner-box-item-title {
	float: left;
	width: 100%;
	min-height: 19px;
	line-height: 19px;
	font-family: MiSans-Demibold;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	margin-top: 127px;
}

.inner-page .inner-box-image {
	float: left;
	width: 100%;
	height: 272px;
	padding-top: 44px;
	padding-bottom: 44px;
}

.inner-page .inner-box-image .gallery {
	width: 100% !important;
	height: 272px !important;
	padding-left: 8px !important;
	margin-bottom: 0px !important;
	overflow: hidden !important;
	display: none;
}

.inner-page .inner-box-image .gallery-cell {
	width: 336px !important;
	height: 272px !important;
	margin-right: 8px !important;
	margin-left: 0px !important;
}

.inner-page .inner-box-image .gallery-cell img {
	float: left;
	width: 100%;
	height: 100%;
}

.inner-page .page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.inner-page .page .innerp {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.inner-page .page .innerp-content {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	z-index: 990;
}

.inner-page .page .innerp-content .innerp-content-top {
	float: left;
	width: 100%;
	height: 0px !important;
	line-height: 0px !important;
	min-height: 0px !important;
	margin-bottom: 0px !important;
}

.inner-page .page .innerp-content div {
	float: left;
	width: 380px;
	min-height: 80px;
	line-height: 80px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 60px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 18px;
}

.inner-page .page .innerp-content span {
	float: left;
	width: 300px;
	min-height: 27px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 45px;
	margin-right: 45px;
}

.inner-page .inner-page-video {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: fixed;
	z-index: 990;
}

.inner-page .page .innerp-content-big {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.pb-carouselWarp {
	float: left !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
}

.pb-carouselWarp div,
.pb-carouselWarp span {
	margin: 0px !important;
}

.pb-carouselWarp .swiper-container {
	float: left !important;
	width: 100% !important;
	height: 100% !important;
}

.pb-carouselWarp .swiper-container .swiper-slide {
	float: left !important;
	height: 100% !important;
}

.pb-carouselWarp .swiper-container .product-ib-title {
	position: absolute;
	width: 300px !important;
	height: 68px !important;
	line-height: 34px !important;
	margin-left: 45px !important;
	margin-right: 45px !important;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	display: none;
}

.pb-carouselWarp .swiper-container .product-ib-img {
	position: absolute;
	float: left !important;
	width: 152px !important;
	height: 230px !important;
	margin-left: 119px !important;
	animation: moveUp 2.5s forwards;
	display: none;
}

.pb-carouselWarp .swiper-container .product-ib-img img {
	width: 100%;
	height: 100%;
}

.pb-carouselWarp .swiper-container .product-ib-desc {
	position: absolute;
	float: left !important;
	width: 260px !important;
	min-height: 66px !important;
	line-height: 22px !important;
	margin-left: 65px !important;
	margin-right: 65px !important;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	display: none;
}


.pb-carouselWarp .arrow-left {
	position: absolute;
	background: url(../images/icon-prev.png) no-repeat;
	background-size: cover !important;
	left: 7px !important;
	top: 50% !important;
	margin-top: -13.5px !important;
	width: 27px !important;
	height: 27px !important;
	z-index: 998 !important;
}

.pb-carouselWarp .arrow-right {
	position: absolute;
	background: url(../images/icon-next.png) no-repeat;
	background-size: cover !important;
	right: 7px !important;
	top: 50% !important;
	margin-top: -13.5px !important;
	width: 27px !important;
	height: 27px !important;
	z-index: 998 !important;
}

.inner-page .inner-page-title-wrapper {
	float: left;
	width: 100%;
	min-height: 37px;
	padding-bottom: 42px;
	display: none;
}

.inner-page .inner-page-title {
	float: left;
	width: 100%;
	min-height: 37px;
	line-height: 37px;
	margin-top: 44px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 28px;
	color: #0000E1;
	text-align: center;
}

.inner-page .inner-page-title-md {
	float: left;
	width: 38%;
	min-height: 37px;
	line-height: 37px;
	margin-top: 44px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 24px;
	color: #0000E1;
	text-align: center;
	margin-left: 6%;
	margin-right: 6%;
}

.inner-page .inner-page-title-sm {
	float: left;
	width: 25.33333%;
	min-height: 37px;
	line-height: 37px;
	margin-top: 44px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 20px;
	color: #0000E1;
	text-align: center;
	margin-left: 4%;
	margin-right: 4%;
}

.inner-page .news-category-title-sub {
	color: #76767F !important;
}

.inner-page .news-category-title-sub.active {
	color: #262629 !important;
}

.inner-page .inner-page-title-smwrapper {
	float: left;
	width: 97px;
	height: 28px;
	line-height: 28px;
	background-color: #EDEFF2;
	border-radius: 14px;
	margin-top: 24px;
	font-weight: 400;
	text-align: center;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 12px;
	margin-right: 16px;
}

.inner-page .inner-page-title-smwrapper.active {
	background-color: #262629 !important;
	color: #ffffff !important;
}

.inner-page .inner-page-list {
	float: left;
	width: 100%;
	min-height: 394px;
	margin-top: 5px;
	margin-bottom: 34px;
}

.inner-page .inner-page-list-item {
	float: left;
	width: 361px;
	height: 394px;
	background: #FFFFFF;
	border-radius: 12px;
	margin-top: 14px;
	margin-left: 14.5px;
}

.inner-page .inner-page-list-item .ipli-product-img {
	float: left;
	width: 110px;
	height: 180px;
	margin-top: 68px;
	margin-left: 125.5px;
	margin-right: 125.5px;
}

.inner-page .inner-page-list-item .ipli-product-img img {
	float: left;
	width: 100%;
	height: 100%;
}

.inner-page .inner-page-list-item .ipli-product-title {
	float: left;
	width: 300px;
	min-height: 29px;
	line-height: 29px;
	font-family: MiSans-Bold;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin-left: 30.5px;
	margin-right: 30.5px;
	margin-top: 32px;
}

.inner-page .inner-page-list-item .ipli-product-desc {
	float: left;
	width: 300px;
	min-height: 29px;
	min-height: 20px;
	line-height: 20px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-left: 30.5px;
	margin-right: 30.5px;
	margin-top: 6px;
}

.inner-page .inner-page-wrapper {
	float: left;
	width: 100%;
	min-height: 37px;
	padding-bottom: 30px;
	background-size: cover;
}

.inner-page .inner-page-hr {
	float: left;
	width: 100%;
	height: 61px;
}

.inner-page .inner-page-ctitle {
	float: left;
	width: 354px;
	min-height: 37px;
	line-height: 37px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 28px;
	color: #0000E1;
	text-align: center;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
	margin-top: 42px;
}

.inner-page .inner-page-cshorttitle {
	float: left;
	width: 354px;
	min-height: 24px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #76767F;
	line-height: 24px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 24px;
}

.inner-page .inner-page-csubtitle {
	float: left;
	width: 354px;
	min-height: 34px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 14px;
	color: #262629;
	line-height: 34px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 27px;
}

.inner-page .inner-page-cimage {
	float: left;
	width: 354px;
	height: 239px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 24px;
}

.inner-page .inner-page-cimage img {
	width: 100%;
	height: 100%;
}

.inner-page .inner-page-contet {
	float: left;
	width: 354px;
	min-height: 156px;
	margin-left: 18px;
	margin-right: 18px;
	padding-top: 30px;
	margin-bottom: 25px;
	border-top: #DCDCDC solid 1px;
}

.inner-page .inner-page-contet .innerpc-image {
	float: left;
	width: 80px;
	height: 80px;
	margin-left: 8px;
	margin-right: 21px;
}

.inner-page .inner-page-contet .innerpc-alltitle {
	float: left;
	width: 224px;
	min-height: 27px;
}

.inner-page .inner-page-contet .innerpc-alltitle .innerpc-title {
	float: left;
	width: 100%;
	min-height: 27px;
	max-height: 81px;
	line-height: 27px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 20px;
	color: #0000E1;
}

.inner-page .inner-page-contet .innerpc-alltitle .innerpc-shorttitle {
	float: left;
	width: 100%;
	min-height: 22px;
	line-height: 22px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 16px;
	margin-top: 12px;
}

.inner-page .inner-page-contet .innerpc-alltitle .innerpc-subtitle {
	float: left;
	width: 100%;
	min-height: 18px;
	line-height: 18px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 12px;
	margin-top: 7px;
}

.inner-page .news-category-block-wrapper {
	float: left;
	width: 100%;
	min-height: 592px;
}

.inner-page .news-category-block {
	float: left;
	width: 100%;
	min-height: 0px;
	display: none;
	text-align: center;
}

.inner-page .news-category-pagego {
	float: left;
	width: 100%;
	height: 148px;
	background: linear-gradient(to bottom, rgba(241, 244, 253, 0), rgba(241, 244, 253, 1));
	margin-top: -38px;
	text-align: center;
	display: none;
	position: relative;
	z-index: 997;
}

.inner-page .news-category-pagego span {
	width: 100%;
	margin-top: 72px;
	display: inline-block;
	height: 26px;
	font-family: MiSans-Medium;
	font-weight: 500;
	font-size: 14px;
	color: #76767F;
}

.inner-page .news-category-pagego img {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.inner-page .news-category-allload {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 40px;
	line-height: 26px;
	font-weight: 500;
	font-family: MiSans-Medium;
	color: #76767F;
	text-align: center;
	font-size: 14px;
	display: none;
}

.inner-page .news-category-blockpage {
	float: left;
	width: 100%;
	min-height: 452px;
	margin-bottom: 0px !important;
}

.inner-page .news-category-blockpage .news-category-blockitem {
	float: left;
	width: 354px;
	min-height: 434px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 18px;
	margin-right: 18px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	text-align: left;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .15)
}

.inner-page .news-category-blockpage .news-category-blockitem img {
	float: left;
	width: 354px;
	height: 200px;
}

.inner-page .news-category-blockpage .news-category-blockitem .ncbitem-title {
	float: left;
	width: 84%;
	min-height: 24px;
	line-height: 24px;
	font-family: MiSans-SNaNpxibold;
	font-weight: 600;
	font-size: 18px;
	margin-top: 24px;
	margin-left: 8%;
	margin-right: 8%;
}

.inner-page .news-category-blockpage .news-category-blockitem .ncbitem-desc {
	float: left;
	width: 84%;
	min-height: 22px;
	line-height: 22px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #76767F;
	letter-spacing: 0;
	line-height: 22px;
	margin-top: 20px;
	margin-left: 8%;
	margin-right: 8%;
}

.inner-page .news-category-blockpage .news-category-blockitem .ncbitem-time {
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 12px;
	color: #898a8e66;
	margin-left: 8%;
	margin-top: 20px;
	padding-bottom: 42px;
}

.inner-page .news-category-blockpage .news-category-blockitem .ncbitem-time font {
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	color: #898a8e66;
}

.inner-page .news-category-blockpage .news-category-blockitem .ncbitem-titlebig {
	float: left;
	width: 88.7%;
	min-height: 27px;
	line-height: 27px;
	font-family: MiSans-Demibold;
	font-weight: 600;
	font-size: 20px;
	margin-top: 40px;
	margin-left: 5.65%;
	margin-right: 5.65%;
}

.inner-page .news-category-blockpage .news-category-blockitem .ncbitem-titleshort {
	float: left;
	width: 88.7%;
	min-height: 26px;
	line-height: 26px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 14px;
	margin-top: 4px;
	margin-left: 5.65%;
	margin-right: 5.65%;
}

.inner-page .news-category-blockpage .news-category-blockitem .ncbitem-titlesub {
	float: left;
	width: 88.7%;
	min-height: 26px;
	line-height: 26px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 14px;
	margin-top: 23px;
	margin-left: 5.65%;
	margin-right: 5.65%;
	padding-bottom: 60px;
}

.inner-page .news-category-blockpage .news-category-blockitem .ncbitem-titlesub span {
	float: left;
	width: 100%;
	height: 16px;
}

.news-joinus-block-wrapper .news-category-blockitem {
	min-height: 417px !important;
}

.inner-page .content-box-list {
	float: left;
	width: 100%;
	min-height: 744px;
	margin-top: 47px;
}

.inner-page .content-box-list .gallery-hr {
	float: left;
	width: 100%;
	height: 48px;
	margin-top: 48px;
}

.inner-page .content-box-list .gallery {
	min-height: 640px !important;
	background-color: #ffffff !important;
	display: none;
	margin-left: -24px;
	margin-bottom: 25px;
}

.inner-page .content-box-list .gallery-cell {
	width: 328px !important;
	min-height: 598px !important;
	height: auto !important;
	margin-right: 13px;
	background: #F8F9FC;
	padding-bottom: 42px;
}

.inner-page .content-box-list .gallery-cell .content-box-list-img {
	float: left;
	width: 328px;
	height: 313px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	overflow: hidden;
}

.inner-page .content-box-list .gallery-cell .content-box-list-title {
	float: left !important;
	width: 272px !important;
	min-height: 32px !important;
	line-height: 32px !important;
	font-family: MiSans-Semibold !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	margin-left: 28px !important;
	margin-top: 42px !important;
}

.inner-page .content-box-list .gallery-cell .content-box-list-title br {
	display: none !important;
}

.inner-page .content-box-list .gallery-cell .content-box-list-shorttitle {
	float: left !important;
	width: 272px !important;
	min-height: 22px !important;
	line-height: 22px !important;
	font-family: MiSans-Demibold !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	margin-left: 28px !important;
	margin-top: 16px !important;
}

.inner-page .content-box-list .gallery-cell .content-box-list-subtitle {
	float: left !important;
	width: 272px !important;
	min-height: 22px !important;
	font-family: MiSans-Regular !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #76767F !important;
	line-height: 22px !important;
	margin-left: 28px !important;
	margin-top: 11px !important;
}

.inner-page .content-box-list .gallery-cell .content-box-list-subtitle span {
	height: 8px !important;
	float: left !important;
	width: 100% !important;
}

.inner-page .flickity-prev-next-button .arrow {
	fill: #666 !important;
	border: none !important;
}

.inner-page .flickity-prev-next-button {
	background: none !important;
	width: 36px;
	height: 36px;
	background-size: cover !important;
	top: 725px;
	display: none;
}

.inner-page .flickity-prev-next-button.previous {
	left: 42px !important;
}

.inner-page .flickity-prev-next-button.next {
	left: 90px !important;
}

.inner-page .flickity-prev-next-button.next:active,
.inner-page .flickity-prev-next-button.next {
	background-image: url(../images/rightson.png) !important;
}

.inner-page .flickity-prev-next-button.next[disabled] {
	background-image: url(../images/rights.png) !important;
	opacity: 0.5;
}

.inner-page .flickity-prev-next-button.previous:active,
.inner-page .flickity-prev-next-button.previous {
	background-image: url(../images/leftson.png) !important;
}

.inner-page .flickity-prev-next-button.previous[disabled] {
	background-image: url(../images/lefts.png) !important;
	opacity: 0.5;
}

.inner-page .flickity-prev-next-button svg {
	display: none;

}

.inner-page .inner-contactus-block-item {
	float: left;
	width: 159px;
	height: 130px;
	margin-left: 35px;
	margin-top: 44px;
}

.inner-page .inner-contactus-block-item .inner-contactus-block-item-img {
	float: left;
	width: 100%;
	height: 55px;
}

.inner-page .inner-contactus-block-item .inner-contactus-block-item-img img {
	float: left;
	width: 55px;
	height: 55px;
}

.inner-page .inner-contactus-block-item .inner-contactus-block-item-title {
	float: left;
	width: 96%;
	min-height: 24px;
	line-height: 24px;
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 18px;
	margin-top: 26px;
}

.inner-page .inner-contactus-block-item .inner-contactus-block-item-subtitle {
	float: left;
	width: 96%;
	height: 19px;
	line-height: 19px;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 14px;
	margin-top: 6px;
}

.inner-page .inner-contactus-block-item .inner-contactus-block-item-subtitle font {
	float: left;
	width: auto;
	height: 19px;
	line-height: 19px;
	color: #0091FF !important;
}

.inner-page .inner-contactus-block-item .inner-contactus-block-item-subtitle img {
	float: left;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	margin-top: 1px;
}

.common-modal-mask {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	opacity: 0.7;
	z-index: 999;
	display: none;
}

.common-modal {
	position: fixed;
	left: 50%;
	top: 10%;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	z-index: 999;
	display: none;
}

.feedback-modal {
	width: 354px;
	margin-left: -177px;
}

.common-modal .common-modal-content {
	float: left;
	width: 100%;
	height: auto;
	min-height: 485px;
	border-radius: 15px;
	overflow: hidden;
	background: #F8F9FC;
	max-height: 96%;
	/* 限制最大高度，确保内容超出时可以滚动 */
	overflow-y: auto;
	/* 允许内容在垂直方向上滚动 */
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}

.common-modal .common-modal-footer {
	float: left;
	width: 100%;
	height: 40px;
}

.feedback-modal .feedback-modal-title {
	width: 100%;
	height: 66px;
	background-color: #0000E1;
	text-align: center;
	padding-top: 44px;
}

.feedback-modal .feedback-modal-title .fmtitle-logo {
	display: inline-block;
	width: 292px;
	height: 35px;
}

.feedback-modal .feedback-modal-title .fmtitle-close {
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	margin-top: -34px;
}

.common-modal .common-modal-text {
	float: left;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 20px;
	min-height: 22px;
	line-height: 22px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 16px;
	color: #262629;
	padding-bottom: 20px;
}

.common-modal .common-modal-option {
	float: left;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	min-height: 22px;
	line-height: 22px;
	font-family: MiSans-DNaNpxibold;
	font-weight: 600;
	font-size: 16px;
	color: #262629;
	margin-top: 17px;
}

.common-modal .common-modal-option-error {
	float: left;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	height: 19px;
	line-height: 19px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #D83333;
	margin-top: 5px;
}

.common-modal .common-modal-select {
	float: left;
	width: 297px;
	height: 39px;
	line-height: 39px;
	margin-left: 40px;
	margin-right: 40px;
	background: #FFFFFF;
	border: 1px solid #A5BCFF;
	box-shadow: 0 0 5px 0 #76767f45;
	border-radius: 4px;
	margin-top: 15px;
	overflow: hidden;
}

.common-modal .common-modal-select select {
	border: none !important;
	width: 100%;
	height: 37px;
	line-height: 37px;
	border-radius: 4px;
	transition: none !important;
}

.common-modal .common-modal-select-customer {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 39px;
	line-height: 39px;
	background: #FFFFFF;
	border: 1px solid #E8EAEC;
	box-shadow: 0 0 5px 0 #76767f45;
	border-radius: 4px;
	margin-top: 15px;
	cursor: pointer;
}

.common-modal .common-modal-select-customer-focus {
	border: 1px solid #A5BCFF !important;
}

.common-modal .common-modal-select-customer .common-modal-select-customer-name {
	float: left;
	width: 86%;
	height: 37px;
	line-height: 37px;
	margin-left: 9%;
	margin-right: 5%;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
}

.common-modal .common-modal-select-customer>img {
	float: left;
	width: 11px;
	height: 11px;
	margin-top: -22px;
	margin-left: 10px;
}

.common-modal .common-modal-select-customer .common-modal-select-customer-options-wrap {
	position: relative;
	top: -2px;
	width: 100%;
	min-height: 43px;
	float: left;
	display: none;
}

.common-modal .common-modal-select-customer .common-modal-select-customer-options {
	float: left;
	margin-top: 6px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	min-height: 37px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	float: left;
}



.common-modal .common-modal-select-customer .common-modal-select-customer-options>span {
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-top: 2px;
	background-color: #ffffff;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
}

.common-modal .common-modal-select-customer .common-modal-select-customer-options>span:hover {
	background-color: #d8d8d869 !important;
}

.common-modal .common-modal-textarea {
	float: left;
	width: 80%;
	height: 109px;
	margin-left: 10%;
	margin-right: 10%;
	background: #FFFFFF;
	border: 1px solid #E8EAEC;
	border-radius: 4px;
	margin-top: 15px;
}

.common-modal .common-modal-textarea textarea {
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: 78px;
	line-height: 19px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none !important;
	border-radius: 4px;
}

.common-modal .common-modal-input {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #E8EAEC;
	border-radius: 4px;
	margin-top: 15px;
}

.common-modal .common-modal-input input {
	float: left;
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
	padding-left: 10px;
	padding-right: 17px;
	border: none !important;
	border-radius: 4px;
	margin-top: 1px;
}

.common-modal .common-modal-tip {
	float: left;
	width: 63%;
	margin-left: 10%;
	margin-right: 10%;
	min-height: 19px;
	line-height: 19px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #F2F2FF;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #262629;
	margin-top: 1px;
	padding-left: 13%;
	padding-right: 4%;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/warn.png);
	background-size: 51px 51px;
	border-radius: 4px;
}

.common-modal .common-modal-input input:focus,
.common-modal .common-modal-select select:focus,
.common-modal .common-modal-textarea textarea:focus {
	/* 消除选中时的边框 */
	outline: none !important;
	box-shadow: none !important;
	transition: none !important;
}

.common-modal .common-modal-btn-wrap {
	float: left;
	width: 100%;
	height: 42px;
	margin-top: 57px;
	text-align: center;
}

.common-modal .common-modal-btn-wrap .common-modal-btn {
	display: inline-block;
	width: 297px;
	height: 42px;
	line-height: 42px;
	background: #D6D6D6;
	border-radius: 8px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.common-modal .common-modal-btn-wrap .common-modal-btn.active,
.common-modal .common-modal-btn-wrap .common-modal-btn:hover {
	background-color: #0000E1 !important;
}

.common-modal .common-modal-btn-wrap .common-modal-btn-disabled:hover {
	background: #D6D6D6 !important;
}

.loading-modal,
.msg-modal {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0px;
	z-index: 9999;
	opacity: 0.52;
	display: none;
}

.loading-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 其他样式，如定位、背景色等 */
	position: fixed;
	top: 45%;
	left: 50%;
	z-index: 9999;
}

/* Loading spinner */
.loading-spinner {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-left-color: #1890ff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.msg-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 其他样式，如定位、背景色等 */
	position: fixed;
	top: 45%;
	left: 50%;
	z-index: 9999;
}

/* Loading spinner */
.msg-container .msg-content {
	display: inline-block;
	width: 280px;
	margin-left: -160px;
	min-height: 24px;
	line-height: 24px;
	padding: 20px;
	background-color: #fcfcfc;
	border-radius: 10px;
	text-align: center;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.msg-success-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* 其他样式，如定位、背景色等 */
	position: fixed;
	top: 50%;
	left: 50%;
	width: 336px;
	height: 194px;
	background: #FFFFFF;
	box-shadow: 0 0 5px 0 #767a7f45;
	border-radius: 15px;
	z-index: 9999;
	margin-left: -168px;
	margin-top: -97px;
}

.msg-success-container .msg-success-close {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: -40px;
}

.msg-success-container .msg-success-close>img {
	position: relative;
	float: right;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.msg-success-container .msg-success-img {
	float: left;
	width: 100%;
	height: 56px;
	margin-top: 18px;
	text-align: center;
}

.msg-success-container .msg-success-img>img {
	display: inline-block;
	width: 56px;
	height: 56px;
}

.msg-success-container .msg-success-content {
	float: left;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-family: MiSans-Normal;
	font-weight: 400;
	font-size: 16px;
	color: #262629;
	margin-top: 26px;
	text-align: center;
}

.error-box {
	border: 1px solid #D83333 !important;
}

#gotoTopId,
#gotoTopIndexId {
	z-index: 997;
	position: fixed;
	width: 42px;
	height: 42px;
	right: 4px;
	background: #0000D8;
	border-radius: 2px;
	cursor: pointer;
	opacity: 0.8 !important;
	bottom: 460px;
	display: none;
}

#gotoTopId:hover,
#gotoTopIndexId:hover {
	opacity: 1 !important;
}

#gotoTopId img,
#gotoTopIndexId img {
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 12px;
	margin-top: 8px;
}

#gotoTopId span,
#gotoTopIndexId span {
	float: left;
	width: 100%;
	height: 10px;
	line-height: 10px;
	font-family: MiSans-Normal;
	font-size: 8px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	opacity: 0.85;
}

/*
.inner-page .page0 {
	background: #0B5D28;
}

.inner-page .page1 {
	background: #E2B75A;
}

.inner-page .page2 {
	background: #f57401;
}

.inner-page .page3 {
	background: #78a106;
}

.inner-page .page4 {
	background: #ea969d;
}
*/

.height100pctfixed {
	position: fixed;
	height: 100% !important;
}

.notborder {
	border: none !important;
}

.resetHtmlQBr {
	display: none;
}

.resetHtmlBr {
	display: none;
}

.resetHtmlBrSpan {
	display: none;
}

.resetHtmlSpaceBr {
	display: none;
}

.dataformat {
	display: none;
}

@keyframes moveDown {
	0% {
		transform: translateY(0);
		/* 初始位置 */
	}

	100% {
		transform: translateY(30px);
		/* 结束位置，向上移动30px */
	}
}


@keyframes moveUp {
	0% {
		transform: translateY(0);
		/* 初始位置 */
	}

	100% {
		transform: translateY(-10px);
		/* 结束位置，向上移动30px */
	}
}

img{
	object-fit: cover;
}