.banner {
	width: 100%;
	padding-bottom: 56px;
	background-position: 50%;
	background-size: cover
}

.banner .banner-center {
	padding-top: 70px;
	font-size: 0
}

.banner .banner-center .selected-logoPC {
	width: 251px;
	height: 78px;
	vertical-align: middle
}

.banner .banner-center .selected-logoMB {
	display: none
}

.banner .banner-center .selected-area {
	margin-left: 16px;
	display: inline-block;
	position: relative
}

.banner .banner-center .selected-area .selected-area-all {
	display: inline-block;
	border: 1px solid #0008ff;
	border-radius: 2px;
	padding: 5px 35px 5px 10px;
	font-size: 12px;
	color: #252b3a;
	letter-spacing: 0;
	line-height: 18px;
	position: relative;
	cursor: pointer
}

.banner .banner-center .selected-area .selected-area-all:before {
	content: "";
	border: 4px solid transparent;
	border-top: 5px solid #666a75;
	border-bottom: none;
	margin-bottom: 1px;
	position: absolute;
	top: 50%;
	left: 85%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.banner .banner-center .selected-area .selected-area-all.open:before {
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg)
}

.banner .banner-center .selected-area .navigation-ul {
	display: none;
	list-style: none;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	padding: 0;
	width: calc(100% - 2px);
	position: absolute;
	background: #fff;
	border: 1px solid #0008ff;
	border-radius: 2px;
	z-index: 10
}

.banner .banner-center .selected-area .navigation-ul a {
	color: #252b3a;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
	display: block;
	padding: 6px 0 6px 9px;
	text-decoration: none
}

.banner .banner-center .selected-area .navigation-ul li:hover {
	background: #fff9f1;
	cursor: pointer
}

.banner .banner-center .selected-area .navigation-ul li:hover a {
	color: #0008ff
}

.banner .banner-center .selected-hot-sell-title {
	font-weight: 700;
	font-size: 24px;
	color: #252b3a;
	line-height: 30px;
	margin-top: 70px;
	margin-bottom: 32px
}

.banner .banner-center .selected-hot-sell-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:769px) {
	.banner .banner-center .selected-hot-sell-content-li {
		width: calc(25% - 8px);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		border-radius: 2px;
		background: #0008ff
	}

	.banner .banner-center .selected-hot-sell-content-li:hover {
		-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
	}

	.banner .banner-center .selected-hot-sell-content-li:hover:before {
		width: 100%;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 4px;
		background: #ff6600;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: -webkit-transform .3s linear;
		transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
		transition: transform .3s linear, -webkit-transform .3s linear
	}

	.banner .banner-center .selected-hot-sell-content-li a {
		padding: 24px 24px 11px;
		margin-top: 4px;
		letter-spacing: 0;
		display: block;
		text-decoration: none;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f8fcff), color-stop(53%, #f3f7fa ));
		background-image: linear-gradient(180deg, #f8fcff, #f3f7fa  53%);
		box-shadow: 1px 1px 8px 0 rgba(55,99,170,.2);
	}

	.banner .banner-center .selected-hot-sell-content-li a .promotion-info {
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		z-index: 5;
		background-size: cover
	}

	.banner .banner-center .selected-hot-sell-content-li a .promotion-info.hide {
		display: none
	}

	.banner .banner-center .selected-hot-sell-content-li a .selected-hot-sell-content-li-title {
		font-weight: 700;
		font-size: 18px;
		color: #252b3a;
		line-height: 26px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.banner .banner-center .selected-hot-sell-content-li a .selected-hot-sell-content-li-info {
		font-size: 14px;
		color: #575d6c;
		line-height: 22px;
		margin-top: 4px;
		margin-bottom: 12px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.banner .banner-center .selected-hot-sell-content-li a .selected-hot-sell-trial {
		margin-bottom: 20px
	}

	.banner .banner-center .selected-hot-sell-content-li a .selected-hot-sell-trial span {
		background: #fbf0df;
		border-radius: 2px;
		padding: 3px 8px;
		font-size: 12px;
		color: #8a8e99;
		line-height: 18px
	}

	.banner .banner-center .selected-hot-sell-content-li a .price-info {
		font-stretch: condensed;
		font-weight: 700;
		font-size: 24px;
		color: #0008ff;
		line-height: 28px
	}

	.banner .banner-center .selected-hot-sell-content-li a .price-unit {
		margin-left: 6px;
		font-size: 12px;
		color: #575d6c;
		line-height: 17px
	}

	.banner .banner-center .selected-hot-sell-content-li a .selected-hot-sell-line {
		margin-top: 8px;
		margin-bottom: 8px;
		height: 1px;
		opacity: .2;
		background: #adb0b8
	}

	.banner .banner-center .selected-hot-sell-content-li a .selected-hot-sell-image {
		width: 12px;
		height: 12px;
		display: inline-block;
		vertical-align: middle;
		background-size: cover;
		background-position: 50%
	}

	.banner .banner-center .selected-hot-sell-content-li a .selected-hot-sell-phone {
		font-size: 12px;
		color: #898e9a;
		letter-spacing: 0;
		text-align: center;
		line-height: 18px;
		margin-left: 4px;
		vertical-align: middle
	}

	.banner .banner-center .selected-hot-sell-content-li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 4px;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transition: -webkit-transform .3s linear;
		transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
		transition: transform .3s linear, -webkit-transform .3s linear;
		border-radius: 2px 2px 0 0
	}
}

.banner .banner-pagination {
	display: none;
	width: 100%;
	background: #fafafa;
	text-align: center
}

.banner .banner-pagination.show {
	display: block;
	position: fixed;
	z-index: 15;
	top: 75px;
	height: 55px;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1)
}

.banner .banner-pagination.show .fix-content {
	display: inline-block;
	margin: 0 auto;
	height: 55px;
	text-align: center;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.banner .banner-pagination.show .fix-content .main-wrapper {
	margin: 0;
	text-align: center;
	padding-left: 0
}

.banner .banner-pagination.show .fix-content .main-wrapper li {
	float: left;
	list-style: none;
	margin-right: 80px
}

.banner .banner-pagination.show .fix-content .main-wrapper li:last-child {
	margin-right: 0
}

.banner .banner-pagination.show .fix-content .main-wrapper li span {
	position: relative
}

.banner .banner-pagination.show .fix-content .main-wrapper li span:hover {
	cursor: pointer;
	color: #0008ff
}

.banner .banner-pagination.show .fix-content .main-wrapper li.active span:after {
	content: "";
	position: absolute;
	width: calc(100% + 20px);
	height: 3px;
	top: 33px;
	left: -10px;
	background: #0008ff
}

@media (max-width:1023px) {
	.banner {
		padding-bottom: 0
	}

	.banner .banner-center {
		max-width: unset;
		padding: 60px 15px 15px
	}

	.banner .banner-center .selected-logoPC {
		display: none
	}

	.banner .banner-center .selected-logoMB {
		display: block;
		width: 156px;
		height: 50px
	}

	.banner .banner-center .selected-area {
		margin-top: 15px;
		background: hsla(0, 0%, 100%, .5)
	}

	.banner .banner-center .selected-hot-sell-title {
		font-size: 18px;
		line-height: 22px;
		margin-top: 52px;
		margin-bottom: 17px
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li {
		width: calc(50% - 4px);
		height: auto;
		box-shadow: 1px 1px 8px 0 rgba(55,99,170,.2);
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li:nth-child(2) {
		margin-right: 0
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li:nth-child(3),
	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li:nth-child(4) {
		margin-top: 8px
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a {
		display: block;
		margin-top: 0;
		padding: 15px 12px;
		background-image: inherit
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a .selected-hot-sell-content-li-title {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 20px;
		font-weight: 700;
		color: #252b3a;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a .selected-hot-sell-content-li-info {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 18px;
		margin-top: 8px;
		margin-bottom: 10px;
		color: #575d6c;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a .price-info {
		font-stretch: condensed;
		font-weight: 600;
		font-size: 24px;
		line-height: 30px;
		color: #0008ff
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a .price-unit {
		margin-left: 6px;
		font-size: 12px;
		color: #575d6c;
		line-height: 17px
	}

	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a .selected-hot-sell-image,
	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a .selected-hot-sell-line,
	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a .selected-hot-sell-phone,
	.banner .banner-center .selected-hot-sell-content .selected-hot-sell-content-li a .selected-hot-sell-trial {
		display: none
	}

	.banner .banner-pagination {
		display: none !important
	}
}

.cui-enterprise {
	width: 100%;
	background: #fcfcfc
}

.cui-enterprise .cui-enterprise-center {
	padding: 56px 0
}

.cui-enterprise .cui-enterprise-center .tab-content-top {
	margin-bottom: 32px
}

.cui-enterprise .cui-enterprise-center .tab-content-top .tab-content-title {
	font-weight: 700;
	font-size: 24px;
	color: #252b3a;
	line-height: 30px;
	margin-right: 16px
}

.cui-enterprise .cui-enterprise-center .tab-content-top .tab-content-info {
	font-size: 14px;
	color: #8a8e99;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left {
	margin-right: 16px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06)
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link {
	width: 100%;
	height: 100%;
	padding: 16px;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-bgImg {
	height: 172px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-position: 50%;
	background-size: 100% 100%
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-bgImg .tab-card-inner-word {
	position: absolute;
	left: 16px;
	bottom: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info {
	padding-left: 16px;
	margin: 22px 0 27px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50%
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-img.hide {
	display: none
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-titles {
	margin-left: 16px;
	line-height: 22px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-titles span {
	display: block
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
	font-weight: 700;
	font-size: 16px;
	color: #252b3a
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
	font-size: 14px;
	color: #575d6c;
	margin-top: 4px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-desc {
	font-size: 14px;
	color: #8a8e99;
	line-height: 22px;
	margin-top: 12px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-price {
	padding-left: 16px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-price .price-info {
	font-stretch: condensed;
	font-weight: 700;
	font-size: 24px;
	color: #0008ff;
	line-height: 28px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-price .price-unit {
	margin-left: 6px;
	font-size: 12px;
	color: #575d6c;
	line-height: 17px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left.biggest {
	width: 50%;
	max-width: 592px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left.biggest .tab-card-bgImg:hover {
	background-size: 110% 110%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left.biggest .tab-card-info .tab-card-info-img {
	margin-top: -6px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left.biggest .tab-card-info .tab-card-info-titles span.main-title {
	font-size: 18px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left.biggest .tab-card-info .tab-card-info-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest {
	width: calc(50% - 8px);
	height: 196px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06)
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link {
	padding: 32px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-info .tab-card-info-img {
	position: absolute;
	bottom: 32px;
	right: 32px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-info .tab-card-info-titles {
	margin-left: 0;
	width: 100%
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-info .tab-card-info-titles span.main-title {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-info .tab-card-info-titles span.sub-title {
	letter-spacing: 0;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-price {
	position: absolute;
	left: 32px;
	bottom: 32px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest:nth-child(n+3) {
	margin-top: 16px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link {
	width: 100%;
	height: 100%;
	padding: 16px;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info .tab-card-info-img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50%
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info .tab-card-info-titles {
	line-height: 22px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info .tab-card-info-titles span {
	display: block
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
	font-weight: 700;
	font-size: 16px;
	color: #252b3a
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
	font-size: 14px;
	color: #575d6c;
	margin-top: 4px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-price .price-info {
	font-stretch: condensed;
	font-weight: 700;
	font-size: 24px;
	color: #0008ff;
	line-height: 28px
}

.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-price .price-unit {
	margin-left: 6px;
	font-size: 12px;
	color: #575d6c;
	line-height: 17px
}

@media (max-width:1023px) {
	.cui-enterprise {
		background: #fafafa
	}

	.cui-enterprise .cui-enterprise-center {
		margin: 0 15px;
		padding-top: 32px;
		padding-bottom: 0
	}

	.cui-enterprise .cui-enterprise-center .tab-content-top {
		margin-bottom: 16px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-top .tab-content-title {
		font-size: 18px;
		line-height: 22px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-top .tab-content-info {
		display: none
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		background: #fff;
		border: 1px solid #dfe1e6
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link {
		height: auto
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-price,
	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link object {
		display: none
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info {
		margin: 0;
		padding-left: 0
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-img {
		width: 48px;
		height: 48px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-desc {
		display: none
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left.biggest {
		width: 100%;
		height: auto;
		max-width: none
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left.biggest .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-left.biggest .tab-card-info .tab-card-info-titles span.sub-title {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		margin-top: 0;
		background: #fff;
		border: 1px solid #dfe1e6;
		border-top: none
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link {
		height: auto !important
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info {
		margin: 0;
		padding-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info .tab-card-info-img {
		width: 48px;
		height: 48px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info .tab-card-info-desc {
		display: none
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest {
		border-bottom: 1px solid #dfe1e6;
		width: 100%;
		height: auto !important
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest:last-child {
		border-bottom: none
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link {
		padding: 16px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-info {
		padding-left: 0 !important
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-info .tab-card-info-img {
		position: unset;
		margin-right: 16px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-info .tab-card-info-img.hide,
	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-info .tab-card-info-img:last-child {
		display: none
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-info .tab-card-info-img.hide:first-child {
		display: block
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-info .tab-card-info-titles {
		width: calc(100% - 64px);
		margin-left: 0 !important
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}

	.cui-enterprise .cui-enterprise-center .tab-content-wrap .tab-card-right .smallest .tab-card-link .tab-card-price {
		display: none
	}
}

.cui-office {
	width: 100%;
	background: rgba(233, 237, 250, .6)
}

.cui-office .cui-office-center {
	padding: 56px 0
}

.cui-office .cui-office-center .tab-content-top {
	margin-bottom: 32px
}

.cui-office .cui-office-center .tab-content-top .tab-content-title {
	font-weight: 700;
	font-size: 24px;
	color: #252b3a;
	line-height: 30px;
	margin-right: 16px
}

.cui-office .cui-office-center .tab-content-top .tab-content-info {
	font-size: 14px;
	color: #8a8e99;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px
}

.cui-office .cui-office-center .tab-content-wrap,
.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex {
	width: calc(66.66667% - 10.66667px)
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06)
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link {
	width: 100%;
	padding: 16px;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-bgImg {
	height: 172px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-position: 50%;
	background-size: 100% 100%
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-bgImg .tab-card-inner-word {
	position: absolute;
	left: 16px;
	bottom: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info {
	padding-left: 16px;
	margin: 22px 0 27px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info .tab-card-info-img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50%
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info .tab-card-info-img.hide {
	display: none
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info .tab-card-info-titles {
	margin-left: 16px;
	line-height: 22px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span {
	display: block
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
	font-weight: 700;
	font-size: 16px;
	color: #252b3a
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
	font-size: 14px;
	color: #575d6c;
	margin-top: 4px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info .tab-card-info-desc {
	font-size: 14px;
	color: #8a8e99;
	line-height: 22px;
	margin-top: 12px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-info2 {
	display: none
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-price {
	padding-left: 16px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-price .price-info {
	font-stretch: condensed;
	font-weight: 700;
	font-size: 24px;
	color: #0008ff;
	line-height: 28px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card .tab-card-link .tab-card-price .price-unit {
	margin-left: 6px;
	font-size: 12px;
	color: #575d6c;
	line-height: 17px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second {
	width: calc(50% - 8px);
	position: relative
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-link {
	padding: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info {
	margin: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info .tab-card-info-flex {
	width: calc(100% - 80px)
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info .tab-card-info-img {
	width: 80px;
	height: 80px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info .tab-card-info-titles {
	width: 100%;
	margin-left: 0
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info .tab-card-info-titles span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info .tab-card-info-desc {
	margin-top: 12px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info2 {
	display: block;
	margin: 16px 0 28px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info2 .customer-example {
	font-size: 12px;
	color: #252b3a
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info2 object {
	display: block;
	height: 18px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info2 object .customer-link {
	font-size: 12px;
	color: #526ecc;
	line-height: 18px;
	text-decoration: none
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-info2 object .customer-link:hover {
	text-decoration: underline
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex .tab-card.second .tab-card-price {
	padding-left: 0
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column {
	width: calc(33.33333% - 5.33333px)
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06)
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card .tab-card-link {
	width: 100%;
	padding: 16px;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card .tab-card-link .tab-card-info {
	padding-left: 16px;
	margin: 22px 0 27px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card .tab-card-link .tab-card-info .tab-card-info-titles {
	margin-left: 16px;
	line-height: 22px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span {
	display: block
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
	font-weight: 700;
	font-size: 16px;
	color: #252b3a
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
	font-size: 14px;
	color: #575d6c;
	margin-top: 4px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card.third {
	height: 130px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card.third .tab-card-link {
	padding: 32px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card.third .tab-card-info {
	margin: 0;
	padding-left: 0
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card.third .tab-card-info .tab-card-info-img {
	display: none
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card.third .tab-card-info .tab-card-info-titles {
	margin-left: 0;
	width: 100%
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card.third .tab-card-info .tab-card-info-titles .sub-title {
	margin-top: 8px
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card.third .tab-card-info .tab-card-info-titles span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column .tab-card.third:first-child {
	margin-bottom: 16px
}

@media (max-width:1023px) {
	.cui-office {
		background: #fafafa
	}

	.cui-office .cui-office-center {
		max-width: unset;
		margin: 0 15px;
		padding-top: 32px;
		padding-bottom: 0
	}

	.cui-office .cui-office-center .tab-content-top {
		margin-bottom: 16px
	}

	.cui-office .cui-office-center .tab-content-top .tab-content-title {
		font-size: 18px;
		line-height: 22px
	}

	.cui-office .cui-office-center .tab-content-top .tab-content-info {
		display: none
	}

	.cui-office .cui-office-center .tab-content-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-left2-flex,
	.cui-office .cui-office-center .tab-content-wrap .tab-content-wrap-right2-column {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0;
		margin-top: 0;
		background: #fff;
		border: 1px solid #dfe1e6;
		border-bottom: none
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card .tab-card-info2,
	.cui-office .cui-office-center .tab-content-wrap .tab-card .tab-card-info-desc,
	.cui-office .cui-office-center .tab-content-wrap .tab-card .tab-card-price {
		display: none !important
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card .tab-card-link {
		padding: 16px !important
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-img {
		width: 48px !important;
		height: 48px !important;
		background-size: cover;
		background-position: 50%
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.second {
		height: auto
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.second .tab-card-link {
		padding: 16px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info-flex {
		width: calc(100% - 64px) !important
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info .tab-card-info-img {
		position: unset;
		margin-right: 16px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info2 {
		display: none
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third {
		height: auto !important;
		margin-bottom: 0 !important
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third:last-child {
		border-bottom: 1px solid #dfe1e6
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third .tab-card-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 16px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third .tab-card-link .tab-card-info {
		width: 100%
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third .tab-card-link .tab-card-info .tab-card-info-img {
		display: block;
		position: unset;
		margin-right: 16px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third .tab-card-link .tab-card-info .tab-card-info-img.hide {
		display: none
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third .tab-card-link .tab-card-info .tab-card-info-titles {
		width: calc(100% - 64px)
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}

	.cui-office .cui-office-center .tab-content-wrap .tab-card.third .tab-card-link .tab-card-info2 {
		display: none
	}
}

.cui-manager {
	background: #fafafa;
	width: 100%
}

.cui-manager .cui-manager-center {
	padding: 56px 0
}

.cui-manager .cui-manager-center .tab-content-top {
	margin-bottom: 32px
}

.cui-manager .cui-manager-center .tab-content-top .tab-content-title {
	font-weight: 700;
	font-size: 24px;
	color: #252b3a;
	line-height: 30px;
	margin-right: 16px
}

.cui-manager .cui-manager-center .tab-content-top .tab-content-info {
	font-size: 14px;
	color: #8a8e99;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px
}

.cui-manager .cui-manager-center .tab-content-wrap,
.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 {
	width: calc(50% - 8px)
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card {
	width: calc(50% - 8px);
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06)
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link {
	width: 100%;
	height: 100%;
	padding: 16px;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info {
	padding-left: 16px;
	margin: 22px 0 27px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50%
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-img.hide {
	display: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-titles {
	margin-left: 16px;
	line-height: 22px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span {
	display: block
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
	font-weight: 700;
	font-size: 16px;
	color: #252b3a
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
	font-size: 14px;
	color: #575d6c;
	margin-top: 4px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-desc {
	font-size: 14px;
	color: #8a8e99;
	line-height: 22px;
	margin-top: 12px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info2 {
	display: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-price {
	padding-left: 16px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-price .price-info {
	font-stretch: condensed;
	font-weight: 700;
	font-size: 24px;
	color: #0008ff;
	line-height: 28px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-price .price-unit {
	margin-left: 6px;
	font-size: 12px;
	color: #575d6c;
	line-height: 17px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-bgImg {
	display: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link {
	padding: 32px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info {
	padding-left: 0;
	margin: 0
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info .hide {
	display: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info .tab-card-info-img {
	width: 80px;
	height: 80px;
	margin-top: 12px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info .tab-card-info-titles {
	margin-left: 0
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info .tab-card-info-desc {
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info2 {
	display: block;
	height: 39px;
	margin: 32px 0 44px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info2 .customer-example {
	font-size: 12px;
	color: #252b3a;
	margin-bottom: 4px;
	line-height: 17px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info2 object {
	height: 14px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info2 object .customer-link {
	font-size: 12px;
	color: #526ecc;
	line-height: 18px;
	text-decoration: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-info2 object .customer-link:hover {
	text-decoration: underline
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-price {
	padding-left: 0
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 {
	width: calc(50% - 8px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link {
	width: 100%;
	height: 100%;
	padding: 16px;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-bgImg {
	height: 172px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-position: 50%;
	background-size: 100% 100%
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-bgImg .tab-card-inner-word {
	position: absolute;
	left: 16px;
	bottom: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info {
	padding-left: 16px;
	margin: 22px 0 27px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info .tab-card-info-img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50%
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info .tab-card-info-img.hide {
	display: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info .tab-card-info-titles {
	margin-left: 16px;
	line-height: 22px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info .tab-card-info-titles span {
	display: block
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
	font-weight: 700;
	font-size: 16px;
	color: #252b3a
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
	font-size: 14px;
	color: #575d6c;
	margin-top: 4px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info .tab-card-info-desc {
	font-size: 14px;
	color: #8a8e99;
	line-height: 22px;
	margin-top: 12px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-info2 {
	display: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-price {
	padding-left: 16px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-price .price-info {
	font-stretch: condensed;
	font-weight: 700;
	font-size: 24px;
	color: #0008ff;
	line-height: 28px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card-link .tab-card-price .price-unit {
	margin-left: 6px;
	font-size: 12px;
	color: #575d6c;
	line-height: 17px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest {
	width: calc(50% - 8px);
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06)
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-link {
	padding: 32px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-bgImg {
	display: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-info {
	margin: 0;
	padding-left: 0
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-info .tab-card-info-img {
	position: absolute;
	bottom: 32px;
	right: 32px
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-info .tab-card-info-desc {
	display: none
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-info .tab-card-info-titles {
	margin-left: 0;
	width: 100%
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-info .tab-card-info-titles span.main-title {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-info .tab-card-info-titles span.sub-title {
	letter-spacing: 0;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest .tab-card-price {
	position: absolute;
	left: 32px;
	bottom: 32px;
	padding-left: 0
}

@media (min-width:769px) {
	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .smallest:nth-child(n+3) {
		margin-top: 16px
	}
}

@media (max-width:1023px) {
	.cui-manager.deep {
		background: #fafafa
	}

	.cui-manager .cui-manager-center {
		max-width: unset;
		margin: 0 15px;
		padding-top: 32px;
		padding-bottom: 0
	}

	.cui-manager .cui-manager-center .tab-content-top {
		margin-bottom: 16px
	}

	.cui-manager .cui-manager-center .tab-content-top .tab-content-title {
		font-size: 18px;
		line-height: 22px
	}

	.cui-manager .cui-manager-center .tab-content-top .tab-content-info {
		display: none
	}

	.cui-manager .cui-manager-center .tab-content-wrap,
	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 {
		width: 100% !important
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0;
		margin-top: 0;
		background: #fff;
		border: 1px solid #dfe1e6;
		border-bottom: none
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link {
		height: auto
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-price,
	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link object {
		display: none
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info {
		margin: 0
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-img {
		width: 48px;
		height: 48px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth {
		height: auto
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link {
		padding: 16px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info .tab-card-info-img {
		display: block;
		position: unset;
		margin-right: 16px;
		margin-top: 0
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info .tab-card-info-img.hide,
	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info .tab-card-info-img:last-child {
		display: none
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info .tab-card-info-img.hide:first-child {
		display: block
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info2,
	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-info-desc,
	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-left2 .tab-card.fourth .tab-card-link .tab-card-price {
		display: none
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100% !important
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0;
		margin-top: 0;
		background: #fff;
		border: 1px solid #dfe1e6;
		border-top: none
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card:first-child {
		border-top: 1px solid #dfe1e6
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card .tab-card-link {
		height: auto
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card .tab-card-link .tab-card-price,
	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card .tab-card-link object {
		display: none
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card .tab-card-link .tab-card-info {
		margin: 0
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card .tab-card-link .tab-card-info .tab-card-info-img {
		width: 48px;
		height: 48px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest {
		height: auto
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link {
		padding: 16px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-info .tab-card-info-img {
		position: unset;
		margin-right: 16px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-info .tab-card-info-img.hide,
	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-info .tab-card-info-img:last-child {
		display: none
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-info .tab-card-info-img.hide:first-child {
		display: block
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-info .tab-card-info-titles {
		width: calc(100% - 64px)
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}

	.cui-manager .cui-manager-center .tab-content-wrap .tab-content-wrap-right4 .tab-card.smallest .tab-card-link .tab-card-price {
		display: none
	}
}

.cui-market {
	width: 100%;
	background: rgba(233, 237, 250, .6)
}

.cui-market .cui-market-center {
	padding: 56px 0
}

.cui-market .cui-market-center .tab-content-top {
	margin-bottom: 32px
}

.cui-market .cui-market-center .tab-content-top .tab-content-title {
	font-weight: 700;
	font-size: 24px;
	color: #252b3a;
	line-height: 30px;
	margin-right: 16px
}

.cui-market .cui-market-center .tab-content-top .tab-content-info {
	font-size: 14px;
	color: #8a8e99;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px
}

.cui-market .cui-market-center .tab-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cui-market .cui-market-center .tab-content-wrap .tab-card {
	position: relative;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06)
}

@media (min-width:769px) {
	.cui-market .cui-market-center .tab-content-wrap .tab-card {
		width: calc(25% - 12px)
	}
}

.cui-market .cui-market-center .tab-content-wrap .tab-card:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link {
	width: 100%;
	height: 100%;
	padding: 16px;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-bgImg {
	height: 172px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-position: 50%;
	background-size: 100% 100%
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-bgImg .tab-card-inner-word {
	position: absolute;
	left: 16px;
	bottom: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info {
	padding-left: 16px;
	margin: 22px 0 27px
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50%
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-img.hide {
	display: none
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-titles {
	margin-left: 16px;
	line-height: 22px
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span {
	display: block
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
	font-weight: 700;
	font-size: 16px;
	color: #252b3a
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
	font-size: 14px;
	color: #575d6c;
	margin-top: 4px
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info .tab-card-info-desc {
	font-size: 14px;
	color: #8a8e99;
	line-height: 22px;
	margin-top: 12px
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-info2 {
	display: none
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-price {
	padding-left: 16px
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-price .price-info {
	font-stretch: condensed;
	font-weight: 700;
	font-size: 24px;
	color: #0008ff;
	line-height: 28px
}

.cui-market .cui-market-center .tab-content-wrap .tab-card .tab-card-link .tab-card-price .price-unit {
	margin-left: 6px;
	font-size: 12px;
	color: #575d6c;
	line-height: 17px
}

.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link {
	padding: 32px;
	height: auto
}

.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-info {
	margin: 0;
	padding-left: 0
}

@media (min-width:769px) {
	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-info .tab-card-info-img {
	width: 60px;
	height: 60px
}

@media (min-width:769px) {
	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-info .tab-card-info-img {
		margin-top: 25px;
		margin-left: 180px
	}
}

.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-info .tab-card-info-titles {
	width: 100%;
	margin-left: 0
}

.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-info .tab-card-info-titles span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-price {
	padding-left: 0;
	margin-top: -28px
}

@media (max-width:1023px) {
	.cui-market {
		background: #fafafa
	}

	.cui-market .cui-market-center {
		max-width: unset;
		margin: 0 15px;
		padding-top: 32px;
		padding-bottom: 0
	}

	.cui-market .cui-market-center .tab-content-top {
		margin-bottom: 16px
	}

	.cui-market .cui-market-center .tab-content-top .tab-content-title {
		font-size: 18px;
		line-height: 22px
	}

	.cui-market .cui-market-center .tab-content-top .tab-content-info {
		display: none
	}

	.cui-market .cui-market-center .tab-content-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 1px solid #dfe1e6
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-top: 0;
		background: #fff;
		border-bottom: 1px solid #dfe1e6
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card.second {
		height: auto
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link {
		padding: 16px
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info .tab-card-info-img {
		width: 48px;
		height: 48px;
		margin-right: 16px
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info .tab-card-info-titles {
		width: calc(100% - 64px)
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info .tab-card-info-titles span.main-title {
		font-size: 14px;
		letter-spacing: 0;
		text-align: justify;
		line-height: 18px
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info .tab-card-info-titles span.sub-title {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}

	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info2,
	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-info-desc,
	.cui-market .cui-market-center .tab-content-wrap .tab-card.second .tab-card-link .tab-card-price {
		display: none
	}
}

.selected-introduction {
	width: 100%;
	height: 192px;
	background-size: cover;
	background-position: 50%
}

.selected-introduction .introduction-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex
}

.selected-introduction .introduction-content .col-sm-6 {
	width: 60%;
	padding: 44px 40px 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.selected-introduction .introduction-content .col-sm-6 .logo {
	width: 150px;
	height: 36px;
	background-size: 100%;
	background-position: 50%
}

.selected-introduction .introduction-content .col-sm-6 .introduction-desc {
	opacity: .8;
	font-size: 14px;
	color: #252b3a;
	line-height: 22px;
	margin-top: 14px
}

.selected-introduction .introduction-content .col-sm-6:nth-child(2) {
	width: 40%;
	padding: 48px 0 0
}

.selected-introduction .introduction-content .col-sm-6 .col-sm-12 {
	width: 50%;
	text-align: center
}

.selected-introduction .introduction-content .col-sm-6 .col-sm-12 h3 {
	font-weight: 700;
	font-size: 18px;
	color: #5b617a;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px;
	margin: 0
}

.selected-introduction .introduction-content .col-sm-6 .col-sm-12 div {
	opacity: .5;
	font-size: 14px;
	color: #252b3a;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px;
	margin: 8px 0 12px
}

.selected-introduction .introduction-content .col-sm-6 .col-sm-12 .button {
	color: #0008ff;
	font-size: 12px;
	letter-spacing: 0;
	text-align: center;
	padding: 7px 24px;
	line-height: 18px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	border: 1px solid #0008ff
}

.selected-introduction .introduction-content .col-sm-6 .col-sm-12 .button:hover {
	background-color: #c9a467;
	color: #fff
}

@media (max-width:1023px) {
	.selected-introduction {
		display: none
	}
}
