body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol {
	list-style: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

select{
	cursor: pointer;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

a:hover{
	/* color: #3479ff; */
}

i{
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	display: flex !important;
	cursor: pointer;
}

input, select{
	border: none;
	outline: none;
}

textarea{
	resize: none;
	text-align: justify;
	outline: none;
}

.shrink0 {
	flex-shrink: 0;
}

.d_flex {
	display: flex;
}

.d_center {
	justify-content: center;
}

.d_end {
	justify-content: flex-end;
}

.d_between {
	justify-content: space-between;
}

.d_around {
	justify-content: space-around;
}

.d_flex_column {
	display: flex;
	flex-direction: column;
}

.d_column_center {
	align-items: center;
}

.d_column_end {
	align-items: flex-end;
}

.d_column_between {
	align-items: space-between;
}

.d_column_around {
	align-items: space-around;
}

.d_wrap {
	flex-wrap: wrap;
}

.t_left {
	text-align: left;
}

.t_center {
	text-align: center;
}

.t_right {
	text-align: right;
}

.t_justify {
	text-align: justify;
}

.relative {
	position: relative;
}

.cf2f6fe {
	color: #f2f6fe;
}

.c565a60{
	color: #565a60;
}

.cf73226{
	color: #f73226;
}

.c3479ff{
	color: #3479ff;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.w50{
	width: 50%;
}

.w80{
	width: 80%;
}

.w100{
	width: 100%;
}

.h100{
	height: 100%;
}

.font12 {
	font-size: 12px;
}

.font14{
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font24 {
	font-size: 24px;
}

.normal {
	font-weight: normal;
}

.semibold {
	font-weight: bold;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: bold;
}

.mgl4{
	margin-left: 4px;
}

.mgl8{
	margin-left: 8px;
}

.mgl12 {
	margin-left: 12px;
}

.mgt4{
	margin-top: 4px;
}

.mgt8 {
	margin-top: 8px;
}

.mgt16 {
	margin-top: 16px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt24{
	margin-top: 24px;
}

.mgt40{
	margin-top: 40px;
}

.mgr4{
	margin-right: 4px;
}

.mgr8{
	margin-right: 8px;
}

.mgr12{
	margin-right: 12px;
}

.mgr24{
	margin-right: 24px;
}

.mgb8{
	margin-bottom: 8px;
}

.mgb24{
	margin-bottom: 24px;
}

.lH15 {
	line-height: 1.5;
}

.lH18 {
	line-height: 1.8;
}

.oClamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.tClamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

button::after {
	border: none;
}

/* ::-webkit-scrollbar, */
.none {
	display: none !important;
}

.zThrough {
	text-decoration: line-through;
}

.pointer{
	cursor: pointer;
}

.pointerNone{
	pointer-events: none;
}

.cff7d00{
	color: #ff7d00;
}

.c212223{
	color: #212223;
}

.c8f939b{
	color: #8f939b;
}

.cf73226{
	color: #f73226;
}

.c666{
	color: #666;
}

.h24{
	font-size: 24px;
}

.h20{
	font-size: 20px;
}

.h18{
	font-size: 18px;
}

.h16{
	font-size: 16px;
}

.h14{
	font-size: 14px;
}

.h12{
	font-size: 12px;
}

.hmgt20{
	margin-top: 20px;
}

.uniHidden{
	display: none !important;
}

.uniDisplay{
	display: flex !important;
}

.uniDisplay2{
	display: block !important;
}

.centerAligned{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.alignVerticalCenter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	width: 100vw;
	height: 100vh;
	z-index: 999;
}

.tRight{
	transform: rotate(90deg);
}

.d_content{
	min-height: calc(100vh - 44px - 122px - 40px);
}


.suspension {
	width: 88px;
	position: fixed;
	right: 24px;
	bottom: 10%;
	z-index: 99;
}

.suspension_block {
	padding: 8px 0;
	/* height: 164px; */
	background: rgba(255, 255, 255, .44);
	box-shadow: -8px 8px 16px 0px rgba(148, 168, 207, .12);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .66);
}

.suspension_icon {
	width: 64px;
	/* height: 64px; */
	background: #fff;
	border-radius: 8px;
	padding: 8px 0;
}

.suspension_icon .onlineService {
	width: 40px;
	height: 40px;
	background: url('../images/common/onlineService.png');
}

.suspension_icon .feedbackRecord {
	width: 40px;
	height: 40px;
	background: url('../images/common/feedbackRecord.png');
}

.multilingual{
	padding-right: 2px;
	margin-right: 32px;
}
.multilingual>span{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* width: 40px !important; */
	
	width: 60px !important;
	text-align: right;
	position: relative;
	left: -10px;
}
.multilingual>i{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #3479ff;
	font-style: normal;
}

.multilingualOptions{
	z-index: 12;
	position: absolute;
	top: 42px;
	left: -2px;
	overflow: scroll;
	padding: 8px 0;
	width: 72px;
	max-height: 176px;
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
	border-radius: 4px 4px 4px 4px;
}
.multilingualOptions::-webkit-scrollbar{
	display: none;
}
.multilingualOptions>p{
	padding: 12px;
	font-size: 18px;
	color: #212123;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.multilingualOptions>p:hover{
	color: #3479ff;
}









@media screen and (max-width: 1024px) {
	.multilingual{
		padding-right: 8px;
		margin-right: 8px;
	}
	.multilingual>span{
		width: 80px;
	}
	.multilingual>i{
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 6px solid #3479ff;
	}
	
	.multilingualOptions{
		top: 30px;
		padding: 4px 0;
		width: 80px;
		max-height: 120px;
	}
	.multilingualOptions>p{
		padding: 8px;
	}
	.multilingualOptions>p:hover{
		color: #3479ff;
	}
	
	
	
	
	/* .suspension{
		width: 100vw;
		position: relative;
		right: 0;
		bottom: 0;
		background: #fff;
		z-index: 0;
	}
	
	.suspension_block{
		flex-direction: row;
		height: 78px;
		border-top: 1px solid #ebf0f9;
		background: #fff;
		border-radius: 0;
		box-shadow: none;
	}
	
	.suspension_block span{
		width: 50vw;
	} */
	
	.h24{
		font-size: 22px;
	}
	
	.h20{
		font-size: 18px;
	}
	
	.h18{
		font-size: 16px;
	}
	
	.h16{
		font-size: 14px;
	}
	
	.h14{
		font-size: 12px;
	}
	
	.uniHidden{
		display: flex !important;
	}
	
	.uniDisplay, .uniDisplay2{
		display: none !important;
	}
	
	.hmgt20{
		margin-top: 18px;
	}
	
	.uniDisplays{
		display: none !important;
	}
	
	.w14{
		font-size: 14px;
	}
	
	.w16{
		font-size: 16px;
	}
	
	.d_content{
		min-height: calc(100vh - 44px - 100px - 40px);
	}
}