.font0 {
	font-size: 0;
}

.ds_block{
	display: block;
}

.hideCanvas {
	position: absolute;
	right: 50000px;
}

.down {
	transform: rotate(-90deg);
	display: inline-block;
}


.up {
	transform: rotate(90deg);
	display: inline-block;
}

.blur{
	filter:blur(3px);
}

.canvas_blur{
	filter:blur(5px);
}

.rotate180 {
	transform: rotate(180deg);
	display: inline-block;
}

.rotate90 {
	transform: rotate(90deg);
	display: inline-block;
}

.txt_warp {
	white-space: nowrap;
}

.text_r {
	text-align: right;
}

.clear_btn {
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: transparent;
	border-radius: none;
}

.clear_btn::after {
	border: none
}

.bigger_more {
	position: relative;
}

.inline_block {
	display: inline-block;
}

.bigger_more::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: -30px;
	bottom: -30px;
}

.line_cen::after {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	margin-top: 1px;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.clear {
	border: none;
	background: transparent;
}

.clear::after {
	border: 0;
}
.ab_cen {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.big_picker {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

.selector {
	position: relative;
}

.lr {
	writing-mode: vertical-lr;
}

.wid0 {
	width: 0;
	flex: 1;
}

.lineHei40 {
	line-height: 40px !important;
}


.bigger {
	position: relative;
}

.bigger::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: -30px;
	right: -20px;
	bottom: -30px;
	/* background-color: red; */
	left: -30px;
}

.full {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	box-sizing: border-box;
}

.border_none {
	border: none !important
}

.row1 {
	display: flex !important;
	flex-direction: row !important;
}

.box_sizing {
	box-sizing: border-box;
}

.position_re {
	position: relative !important;
}

.position_ab {
	position: absolute !important;
}

.position_fixed {
	position: fixed !important;
}

.ver_mid {
	vertical-align: middle;
}

.text_c {
	text-align: center;
}

.ali_start {
	align-items: flex-start !important;
}

.cen_cen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top_cen{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.left_cen{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.x_cen{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.col {
	display: flex !important;
	flex-direction: column !important;
}

.ali_cen {
	align-items: center !important;
}

.ali_end {
	align-items: flex-end !important;
}

.ali_base {
	align-items: baseline !important;
}

.ju_start {
	justify-content: flex-start !important;
}

.ju_bet {
	justify-content: space-between !important;
}

.ju_cen {
	justify-content: center !important;
}

.ju_aro {
	justify-content: space-around !important;
}

.ju_end {
	justify-content: flex-end !important;
}

.line_th {
	text-decoration: line-through;
}

.bold {
	font-weight: 800;
}

.warp {
	flex-wrap: wrap;
}

.line_1 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	lines: 1;
}

.line_2 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
	lines: 2;
}

.line_3 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-all;
	lines: 3;
}

.line_4 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	word-break: break-all;
	lines: 4;
}

.line_5 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	word-break: break-all;
	lines: 5;
}

.table_border_b {
	border-bottom: 1px solid #8aca34;
	box-sizing: border-box;
}

.table_border_r {
	border-right: 1px solid #8aca34;
	box-sizing: border-box;
}

.forbid {
	width: 100%;
	height: 86px;
	border-radius: 86px;
	background-color: #efefef;
}

.clearBtn {
	background-color: transparent;
	padding: 0;
	line-height: 1;
}

.clearBtn::after {
	border: none;
}

.tool {
	padding: 20px;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	color: white;
	font-size: 22px;
	line-height: 33px;
	top: 50px;
	left: -224px;
	z-index: 3;
	width: 240px;
}

.tool::before {
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: -20px;
	border: 10px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.7);
	right: 30px;
}

.official_img {
	width: 105px;
	height: 43px;
	position: absolute;
	bottom: -6px;
}

.h_per {
	height: 100%;
}

.w_per {
	width: 100%;
}

.wh_per{
	width: 100%;
	height: 100%;
}
.f1{
	flex: 1;
}
.f0{
	flex-shrink: 0;
}

.refresh {
	justify-content: center;
}

.refresh-view {
	display: flex;
	height: 64px;
	width: 750px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.refresh-icon {
	width: 30px;
	height: 30px;
	transition-duration: .5s;
	transition-property: transform;
	transform: rotate(0deg);
	transform-origin: 15px 15px;
}

.refresh-icon-active {
	transform: rotate(180deg);
}

.loading-icon {
	width: 28px;
	height: 28px;
	margin-right: 5px;
	color: gray;
}

.loading-text {
	margin-left: 2px;
	font-size: 14px;
	color: #808080;
}

.loading-more {
	align-items: center;
	justify-content: center;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
}

.loading-more-text {
	font-size: 28px;
	color: #999;
}

.bigger_nvue{
	padding: 10px;
}

.ab_x_center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
