[v-cloak] {
	display: none;
}

.floatLeft {
	float: left !important;

}

.floatRight {
	float: right !important;
}

.marginNone {
	margin: 0 !important;
}

.marginLeft0 {
	margin-left: 0 !important;
}

.marginRight0 {
	margin-right: 0 !important;
}

.marginTop0 {
	margin-top: 0 !important;
}

.marginBottom0 {
	margin-bottom: 0 !important;
}

.padding0 {
	padding: 0 !important;
}

.paddingLeft0 {
	padding-left: 0 !important;
}

.paddingRight0 {
	padding-right: 0 !important;
}

.paddingTop0 {
	padding-top: 0 !important;
}

.paddingBottom0 {
	padding-bottom: 0 !important;
}

.displayBlock {
	display: block !important;
}

.displayNone {
	display: none !important;
}

.textAlignCenter {
	text-align: center !important;
}

.textAlignLeft {
	text-align: left !important;
}

.textAlignRight {
	text-align: right !important;
}

.overflowHidden {
	overflow: hidden !important;
}

.clearFloat:after {
	clear: both;
	content: '.';
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

.border0 {
	border: 0 !important;
}

.borderTop0 {
	border-top: 0 !important;
}

.borderbottom0 {
	border-bottom: 0 !important;
}

.borderLeft0 {
	border-left: 0 !important;
}

.borderRight0 {
	border-right: 0 !important;
}

.positionR {
	position: relative;
}

.positionA {
	position: absolute;
}

.boxSizingBorderBox {
	box-sizing: border-box !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.dot1row {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dot2row {
	width: 100%;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.dot3row {
	width: 100%;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 3;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.not-allowed {
	cursor: not-allowed !important;
	pointer-events: none;
}

body {
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	width: 100%;
}

img {
	display: block;
}

.viewImg {
	width: 100%;
}


.fontSize12 {
	font-size: 0.625vw;
}

.fontSize14 {
	font-size: 0.72916vw;
}

.fontSize16 {
	font-size: 0.83333vw;
}

.fontSize18 {
	font-size: 0.9375vw;
}

.fontSize20 {
	font-size: 1.04166vw;
}

.fontSize24 {
	font-size: 1.25vw;
}

.fontSize32 {
	font-size: 1.66666vw;
}

.fontSize40 {
	font-size: 2.08333vw;
}

.color000 {
	color: #000;
}

.color6E7 {
	color: #6E7071;
}

.color1A {
	color: #1a1a1a;
}

.colorfff {
	color: #fff;
}

.color939 {
	color: #939090;
}

.colorD13 {
	color: #D13232;
}

.orientationText {
	position: fixed;
	top: 0;
	padding-top: 20px;
	background: #000;
	z-index: 1000000;
	width: 100%;
	color: #FFFFFF;
	font-size: 2em;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
}

.orientationText img {
	margin: 0 auto;
}


@media screen and (max-width: 750px) {
	.fontSize12 {
		font-size: 1.6vw;
	}

	.fontSize14 {
		font-size: 1.86666vw;
	}

	.fontSize16 {
		font-size: 2.13333vw;
	}

	.fontSize18 {
		font-size: 2.4vw;
	}

	.fontSize20 {
		font-size: 2.66666vw;
	}

	.fontSize24 {
		font-size: 3.2vw;
	}

	.fontSize28 {
		font-size: 3.73333vw;
	}

	.fontSize32 {
		font-size: 4.26666vw;
	}

	.fontSize36 {
		font-size: 4.8vw;
	}

	.fontSize40 {
		font-size: 5.33333vw;
	}

}