/* ... existing code ... */

body {
	background-color: #f1f1f1;
	font-size: 14px;
	color: #333333;
	font-family: Helvetica Neue, Helvetica, sans-serif;
}

div,
scroll-div,
swiper,
button,
input,
textarea,
label,
navigator,
image {
	box-sizing: border-box;
}

.round {
	border-radius: 2500px;
}

.radius {
	border-radius: 3px;
}

/* ... existing code ... */

.cu-btn {
	position: relative;
	border: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	height: 32px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	overflow: visible;
	margin-left: initial;
	transform: translate(0px, 0px);
	margin-right: initial;
}

/* ... existing code ... */

.cu-avatar {
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	/*background-color: #ccc;*/
	color: #ffffff;
	white-space: nowrap;
	position: relative;
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	font-size: 1.5em;
}

.cu-avatar.sm {
	width: 24px;
	height: 24px;
	font-size: 1em;
}

.cu-avatar.lg {
	width: 48px;
	height: 48px;
	font-size: 2em;
}

.cu-avatar.xl {
	width: 64px;
	height: 64px;
	font-size: 2.5em;
}

/* ... existing code ... */

.cu-list>.cu-item {
	position: relative;
	display: flex;
	padding-right: 15px;
	height: 70px;
	background-color: #ffffff;
	justify-content: flex-end;
	align-items: center
}

.cu-list>.cu-item>.cu-avatar {
	position: absolute;
	left: 15px
}

.cu-list>.cu-item .flex .text-cut {
	max-width: 255px
}

.cu-list>.cu-item .content {
	position: absolute;
	left: 73px;
	width: calc(100% - 48px - 30px - 60px - 10px);
	line-height: 1.6em;
}

/* ... existing code ... */

.cu-bar {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 50px;
	justify-content: space-between;
}

.cu-bar .action {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	max-width: 100%;
}

.cu-bar .action:first-child {
	margin-left: 15px;
	font-size: 15px;
}

.cu-bar .action:last-child {
	margin-right: 15px;
}

/* ... existing code ... */

.cu-chat {
	display: flex;
	flex-direction: column;
}

.cu-chat .cu-item {
	display: flex;
	padding: 15px 15px 35px;
	position: relative;
}

.cu-chat .cu-item>.cu-avatar {
	width: 40px;
	height: 40px;
}

.cu-chat .cu-item>.main {
	max-width: calc(100% - 130px);
	margin: 0 20px;
	display: flex;
	align-items: center;
}

.cu-chat .cu-item>image {
	height: 160px;
}

.cu-chat .cu-item>.main .content {
	padding: 10px;
	border-radius: 3px;
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	font-size: 15px;
	position: relative;
	min-height: 40px;
	line-height: 20px;
	text-align: left;
}

/* ... existing code ... */

.cu-card {
	display: block;
	overflow: hidden;
}

.cu-card>.cu-item {
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 5px;
	margin: 15px;
}

/* ... existing code ... */

.cu-form-group {
	background-color: #ffffff;
	padding: 0.5px 15px;
	display: flex;
	align-items: center;
	min-height: 50px;
	justify-content: space-between;
}

.cu-form-group .title {
	text-align: justify;
	padding-right: 15px;
	font-size: 15px;
	position: relative;
	height: 30px;
	line-height: 30px;
}

.cu-form-group input {
	flex: 1;
	font-size: 15px;
	color: #555;
	padding-right: 10px;
}

.cu-form-group>text[class*="cuIcon-"] {
	font-size: 18px;
	padding: 0;
	box-sizing: border-box;
}

.cu-form-group textarea {
	margin: 16px 0 15px;
	height: 2.3em;
	width: 100%;
	line-height: 1.2em;
	flex: 1;
	font-size: 14px;
	padding: 0;
}

/* ... existing code ... */

.cu-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1110;
	opacity: 0;
	outline: 0;
	text-align: center;
	-ms-transform: scale(1.185);
	transform: scale(1.185);
	backface-visibility: hidden;
	perspective: 1000px;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease-in-out 0s;
	pointer-events: none;
}

.cu-modal::before {
	content: "\200B";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.cu-modal.show {
	opacity: 1;
	transition-duration: 0.3s;
	-ms-transform: scale(1);
	transform: scale(1);
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: auto;
}

.cu-dialog {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 340px;
	max-width: 100%;
	background-color: #f8f8f8;
	border-radius: 5px;
	overflow: hidden;
}

/* ... existing code ... */

swiper .a-swiper-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%;
	vertical-align: middle;
}

swiper[class*="-dot"] .wx-swiper-dots,
swiper[class*="-dot"] .a-swiper-dots,
swiper[class*="-dot"] .uni-swiper-dots {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

swiper.square-dot .wx-swiper-dot,
swiper.square-dot .a-swiper-dot,
swiper.square-dot .uni-swiper-dot {
	background-color: #ffffff;
	opacity: 0.4;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	margin: 0 4px !important;
}

swiper.square-dot .wx-swiper-dot.wx-swiper-dot-active,
swiper.square-dot .a-swiper-dot.a-swiper-dot-active,
swiper.square-dot .uni-swiper-dot.uni-swiper-dot-active {
	opacity: 1;
	width: 15px;
}

swiper.round-dot .wx-swiper-dot,
swiper.round-dot .a-swiper-dot,
swiper.round-dot .uni-swiper-dot {
	width: 5px;
	height: 5px;
	position: relative;
	margin: 2px 4px !important;
}

swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active::after,
swiper.round-dot .a-swiper-dot.a-swiper-dot-active::after,
swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #ffffff;
	border-radius: 10px;
}

swiper.round-dot .wx-swiper-dot.wx-swiper-dot-active,
swiper.round-dot .a-swiper-dot.a-swiper-dot-active,
swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active {
	width: 9px;
	height: 9px;
}

.screen-swiper {
	min-height: 187.5px;
}

.screen-swiper image,
.screen-swiper video,
.swiper-item image,
.swiper-item video {
	width: 100%;
	display: block;
	height: 100%;
	margin: 0;
	pointer-events: none;
}

.card-swiper {
	height: 210px !important;
}

.card-swiper swiper-item {
	width: 305px !important;
	left: 35px;
	box-sizing: border-box;
	padding: 20px 0px 35px;
	overflow: initial;
}

/* ... existing code ... */

.cu-steps {
	display: flex;
}

scroll-div.cu-steps {
	display: block;
	white-space: nowrap;
}

scroll-div.cu-steps .cu-item {
	display: inline-block;
}

.cu-steps .cu-item {
	flex: 1;
	text-align: center;
	position: relative;
	min-width: 50px;
}

.cu-steps .cu-item [class*="cuIcon-"],
.cu-steps .cu-item .num {
	display: block;
	font-size: 20px;
	line-height: 40px;
}

.cu-steps .cu-item::before,
.cu-steps .cu-item::after,
.cu-steps.steps-arrow .cu-item::before,
.cu-steps.steps-arrow .cu-item::after {
	content: "";
	display: block;
	position: absolute;
	height: 0px;
	width: calc(100% - 40px);
	border-bottom: 1px solid #ccc;
	left: calc(0px - (100% - 40px) / 2);
	top: 20px;
	z-index: 0;
}

.cu-steps.steps-arrow .cu-item::before,
.cu-steps.steps-arrow .cu-item::after {
	content: "\e6a3";
	font-family: 'cuIcon';
	height: 15px;
	border-bottom-width: 0px;
	line-height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #ccc;
}

.cu-steps.steps-bottom .cu-item::before,
.cu-steps.steps-bottom .cu-item::after {
	bottom: 20px;
	top: initial;
}

.cu-steps .cu-item::after {
	border-bottom: 1px solid currentColor;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.cu-steps .cu-item[class*="text-"]::after {
	width: calc(100% - 40px);
	color: currentColor;
}

.cu-steps .cu-item:first-child::before,
.cu-steps .cu-item:first-child::after {
	display: none;
}

.cu-steps .cu-item .num {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	margin: 10px auto;
	font-size: 12px;
	border: 1px solid currentColor;
	position: relative;
	overflow: hidden;
}

.cu-steps .cu-item[class*="text-"] .num {
	background-color: currentColor;
}

.cu-steps .cu-item .num::before,
.cu-steps .cu-item .num::after {
	content: attr(data-index);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease-in-out 0s;
	transform: translateY(0px);
}

.cu-steps .cu-item[class*="text-"] .num::before {
	transform: translateY(-20px);
	color: #ffffff;
}

.cu-steps .cu-item .num::after {
	transform: translateY(20px);
	color: #ffffff;
	transition: all 0.3s ease-in-out 0s;
}

.cu-steps .cu-item[class*="text-"] .num::after {
	content: "\e645";
	font-family: 'cuIcon';
	color: #ffffff;
	transform: translateY(0px);
}

.cu-steps .cu-item[class*="text-"] .num.err::after {
	content: "\e646";
}

/* ... existing code ... */

.flex {
	display: flex;
}

.basis-xs {
	flex-basis: 10%;
}

.basis-sm {
	flex-basis: 20%;
}

.basis-df {
	flex-basis: 25%;
}

.basis-lg {
	flex-basis: 30%;
}

.basis-xl {
	flex-basis: 40%;
}

.flex-sub {
	flex: 1;
}

.flex-twice {
	flex: 2;
}

.flex-treble {
	flex: 3;
}

.flex-direction {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.align-stretch {
	align-items: stretch;
}

.self-start {
	align-self: flex-start;
}

.self-center {
	align-self: flex-center;
}

.self-end {
	align-self: flex-end;
}

.self-stretch {
	align-self: stretch;
}

.align-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

/* ... existing code ... */

.margin-0 {
	margin: 0;
}

.margin-xs {
	margin: 5px;
}

.margin-sm {
	margin: 10px;
}

.margin {
	margin: 15px;
}

.margin-lg {
	margin: 20px;
}

.margin-xl {
	margin: 25px;
}

.margin-top-xs {
	margin-top: 5px;
}

.margin-top-sm {
	margin-top: 10px;
}

.margin-top {
	margin-top: 15px;
}

.margin-top-lg {
	margin-top: 20px;
}

.margin-top-xl {
	margin-top: 25px;
}
.margin-bottom-xs {
	margin-bottom: 5px;
}

.margin-bottom-sm {
	margin-bottom: 10px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.margin-bottom-lg {
	margin-bottom: 20px;
}

.margin-bottom-xl {
	margin-bottom: 25px;
}
.margin-left-xs {
	margin-left: 5px;
}

.margin-left-sm {
	margin-left: 10px;
}

.margin-left {
	margin-left: 15px;
}

.margin-left-lg {
	margin-left: 20px;
}

.margin-left-xl {
	margin-left: 25px;
}

.margin-right-xs {
	margin-right: 5px;
}

.margin-right-sm {
	margin-right: 10px;
}

.margin-right {
	margin-right: 15px;
}

.margin-right-lg {
	margin-right: 20px;
}

.margin-right-xl {
	margin-right: 25px;
}


/* ... existing code ... */

.padding-0 {
	padding: 0;
}

.padding-xs {
	padding: 5px;
}

.padding-sm {
	padding: 10px;
}

.padding {
	padding: 15px;
}

.padding-lg {
	padding: 20px;
}

.padding-xl {
	padding: 25px;
}

.padding-top-xs {
	padding-top: 5px;
}

.padding-top-sm {
	padding-top: 10px;
}

.padding-top {
	padding-top: 15px;
}

.padding-top-lg {
	padding-top: 20px;
}

.padding-top-xl {
	padding-top: 25px;
}

.padding-bottom-xs {
	padding-bottom: 5px;
}

.padding-bottom-sm {
	padding-bottom: 10px;
}

.padding-bottom {
	padding-bottom: 15px;
}

.padding-bottom-lg {
	padding-bottom: 20px;
}

.padding-bottom-xl {
	padding-bottom: 25px;
}
.padding-left-xs {
	padding-left: 5px;
}

.padding-left-sm {
	padding-left: 10px;
}

.padding-left {
	padding-left: 15px;
}

.padding-left-lg {
	padding-left: 20px;
}

.padding-left-xl {
	padding-left: 25px;
}

.padding-right-xs {
	padding-right: 5px;
}

.padding-right-sm {
	padding-right: 10px;
}

.padding-right {
	padding-right: 15px;
}

.padding-right-lg {
	padding-right: 20px;
}

.padding-right-xl {
	padding-right: 25px;
}

/* ... existing code ... */

.cf::after,
.cf::before {
	content: " ";
	display: table;
}

.cf::after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* ... existing code ... */

.bg-red {
	background-color: #e54d42;
	color: #ffffff;
}

.bg-orange {
	background-color: #f37b1d;
	color: #ffffff;
}

.bg-yellow {
	background-color: #fbbd08;
	color: #333333;
}

.bg-olive {
	background-color: #8dc63f;
	color: #ffffff;
}

.bg-green {
	background-color: #39b54a;
	color: #ffffff;
}

.bg-cyan {
	background-color: #1cbbb4;
	color: #ffffff;
}

.bg-blue {
	background-color: #0081ff;
	color: #ffffff;
}

.bg-purple {
	background-color: #6739b6;
	color: #ffffff;
}

.bg-mauve {
	background-color: #9c26b0;
	color: #ffffff;
}

.bg-pink {
	background-color: #e03997;
	color: #ffffff;
}

.bg-brown {
	background-color: #a5673f;
	color: #ffffff;
}

.bg-grey {
	background-color: #8799a3;
	color: #ffffff;
}

.bg-gray {
	background-color: #f0f0f0;
	color: #333333;
}

.bg-black {
	background-color: #333333;
	color: #ffffff;
}

.bg-white {
	background-color: #ffffff;
	color: #666666;
}

/* ... existing code ... */

.text-xs {
	font-size: 10px;
}

.text-sm {
	font-size: 12px;
}

.text-df {
	font-size: 14px;
}

.text-lg {
	font-size: 16px;
}

.text-xl {
	font-size: 18px;
}

.text-xxl {
	font-size: 22px;
}

.text-sl {
	font-size: 40px;
}

.text-xsl {
	font-size: 60px;
}

/* ... existing code ... */
.text-red {
	color: #e54d42;
}

.text-orange {
	color: #f37b1d;
}

.text-yellow {
	color: #fbbd08;
}

.text-olive {
	color: #8dc63f;
}

.text-green {
	color: #39b54a;
}

.text-cyan {
	color: #1cbbb4;
}

.text-blue {
	color: #0081ff;
}

.text-purple {
	color: #6739b6;
}

.text-mauve {
	color: #9c26b0;
}

.text-pink {
	color: #e03997;
}

.text-brown {
	color: #a5673f;
}

.text-grey {
	color: #8799a3;
}

.text-gray {
	color: #f0f0f0;
}

.text-black {
	color: #333333;
}

.text-white {
	color: #ffffff;
}

.grid {
	display: flex;
	flex-wrap: wrap;
}

.grid.grid-square {
	overflow: hidden;
}

.grid.grid-square .cu-tag {
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: 3px;
	padding: 3px 6px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.grid.grid-square>div>span[class*="cuIcon-"] {
	font-size: 26px;
	position: absolute;
	color: #8799a3;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.grid.grid-square>div {
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.grid.grid-square>div.bg-img image {
	width: 100%;
	height: 100%;
	position: absolute;
}
.grid.col-1.grid-square>div {
	padding-bottom: 100%;
	height: 0;
	margin-right: 0;
}

.grid.col-2.grid-square>div {
	padding-bottom: calc((100% - 10px)/2);
	height: 0;
	width: calc((100% - 10px)/2);
}

.grid.col-3.grid-square>div {
	padding-bottom: calc((100% - 20px)/3);
	height: 0;
	width: calc((100% - 20px)/3);
}

.grid.col-4.grid-square>div {
	padding-bottom: calc((100% - 30px)/4);
	height: 0;
	width: calc((100% - 30px)/4);
}

.grid.col-5.grid-square>div {
	padding-bottom: calc((100% - 40px)/5);
	height: 0;
	width: calc((100% - 40px)/5);
}

.grid.col-2.grid-square>div:nth-child(2n),
.grid.col-3.grid-square>div:nth-child(3n),
.grid.col-4.grid-square>div:nth-child(4n),
.grid.col-5.grid-square>div:nth-child(5n) {
	margin-right: 0;
}

.grid.col-1>div {
	width: 100%;
}

.grid.col-2>div {
	width: 50%;
}

.grid.col-3>div {
	width: 33.33%;
}

.grid.col-4>div {
	width: 25%;
}

.grid.col-5>div {
	width: 20%;
}


.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
