body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

html {
	color: #000;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical
}

body,
button,
input,
select,
textarea {
	color: #333333;
	font-size: 12px;
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

em {
	font-style: normal
}

small {
	font-size: 12px
}

ul,
ol {
	list-style: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

legend {
	color: #000
}

fieldset,
img {
	border: 0
}

button,
input,
select,
textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	-ms-interpolation-mode: bicubic
}

textarea {
	resize: vertical
}



/* 根據需要添加 */
.text-over {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-over2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ove-hi {
	overflow: hidden;
}

.ove-sc {
	overflow: scroll;
}

.ove-sc::-webkit-scrollbar {
	display: none;
}

/* 字体 */
.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-22 {
	font-size: 22px;
}

.font-24 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-28 {
	font-size: 28px;
}

.font-50 {
	font-size: 50px;
}

.font-w {
	font-weight: bold;
}

.text-c {
	text-align: center;
}

.text-r {
	text-align: right
}

.ver-c {
	vertical-align: center;
}

.ver-t {
	vertical-align: top;
}

/* 邊框 */
.bor-e5 {
	border: 1px solid #e5e5e5;
}

.bor-2f {
	border: 1px solid #2F96FE;
}

.bor-b {
	border-bottom: 1px solid #7c7d7e;
	box-sizing: border-box;
}

.bor-be5 {
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.bor-te5 {
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.bor-r {
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.bor-t {
	border-top: 1px solid #7c7d7e;
	box-sizing: border-box;
}

.bor-l {
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.bor-rw {
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.bor-lw {
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

.bor-ra {
	border-radius: 10px;
	box-sizing: border-box;
}

.bor-no {
	border: none;
}

.box-s {
	box-shadow: 0 0 2px #E5E5E5;
}

.box-s3 {
	box-shadow: 0 0 1px #7d7d7d;
}

/* 背景 */
.bg-f0 {
	background: #f0f0f0;
}

.bg-w {
	background: white;
}

.bg-bw {
	background: linear-gradient(to right, #2b73fe, #33b7ff);
}

.bg-b5 {
	background: rgba(0, 0, 0, 0.5);
}

.bg-no {
	background: none;
}

.bg-c1 {
	background: #c1e0ff;
}

.bg-f2 {
	background: #f2f4f5;
}

/* 字體顏色 */
.co-w {
	color: white;
}

.co-wg {
	color: rgba(255, 255, 255, 0.4);
}

.co-r {
	color: #fc3031;
}

.co-9 {
	color: #999;
}

.co-c {
	color: #ccc;
}

.co-b {
	color: #2f96fe;
}

.co-3 {
	color: #333;
}

.co-g {
	color: #25d86d;
}

.co-ff {
	color: #ff9933;
}

.co-b7 {
	color: #b7b7b7;
}

.co-z {
	color: rgb(102, 51, 204);
}

/* margin */

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-35 {
	margin-top: 35px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom:.2px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.mrl-20 {
	margin: 0 20px;
}

.ml-40 {
	margin-left:.4px;
}


/* pading */
.p-10 {
	padding: 10px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding:.3px;
}


.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top:.3px;
}

.pt-35 {
	padding-top: 35px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-20 {
	padding-right: 20px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom:.3px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-20 {
	padding-left: 20px;
}

.prl-5 {
	padding: 0 05px;
}

.prl-10 {
	padding: 0.1px;
}

.prl-20 {
	padding: 0.2px;
}

.prl-45 {
	padding: 0 45px;
}

.ptb-60 {
	padding:.6px 0;
}

.pbt-20 {
	padding:.2px 0;
}
/* 10px */
.p-10{
	padding: 10px;
}
.pt-10{
	padding-top:10px;
}
.pr-10{
	padding-right: 10px;
}
.pb-10{
	padding-bottom: 10px;
}
.pl-10{
	padding-left: 10px;
}
.prl-10{
	padding-right: 10px;
	padding-left: 10px;
}
.ptb-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 20 */
.p-20{
	padding: 20px;
}
.pt-20{
	padding-top:20px;
}
.pr-20{
	padding-right: 20px;
}
.pb-20{
	padding-bottom: 20px;
}
.pl-20{
	padding-left: 20px;
}
.prl-20{
	padding-right: 20px;
	padding-left: 20px;
}
.ptb-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
/* 30 */
.p-30{
	padding: 30px;
}
.pt-30{
	padding-top:30px;
}
.pr-30{
	padding-right: 30px;
}
.pb-30{
	padding-bottom: 30px;
}
.pl-30{
	padding-left: 30px;
}
.prl-30{
	padding-right: 30px;
	padding-left: 30px;
}
.ptb-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
/* 40 */
.p-40{
	padding: 40px;
}
.pt-40{
	padding-top:40px;
}
.pr-40{
	padding-right: 40px;
}
.pb-40{
	padding-bottom: 40px;
}
.pl-40{
	padding-left: 40px;
}
.prl-40{
	padding-right: 40px;
	padding-left: 40px;
}
.ptb-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-10,.pt-10,.pr-10,.pb-10,.pl-10,.p-20,.pt-20,.pr-20,.pb-20,.pl-20,.p-30,.pt-30,.pr-30,.pb-30,.pl-30,.p-40,.pt-40,.pr-40,.pb-40,.pl-40{
	box-sizing: border-box;
}
/* 10 */
.m-10{
	margin: 10px;
}
.mt-10{
	margin-top:10px;
}
.mr-10{
	margin-right: 10px;
}
.mb-10{
	margin-bottom: 10px;
}
.ml-10{
	margin-left: 10px;
}
.mrl-10{
	margin-right: 10px;
	margin-left: 10px;
}
.mtb-10{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 20px */
.m-20{
	margin: 20px;
}
.mt-20{
	margin-top:20px;
}
.mr-20{
	margin-right: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
.ml-20{
	margin-left: 20px;
}
.mrl-20{
	margin-right: 20px;
	margin-left: 20px;
}
.mtb-20{
	margin-top: 20px;
	margin-bottom: 20px;
}
/* 30px */
.m-30{
	margin: 30px;
}
.mt-30{
	margin-top:30px;
}
.mr-30{
	margin-right: 30px;
}
.mb-30{
	margin-bottom: 30px;
}
.ml-30{
	margin-left: 30px;
}
.mrl-30{
	margin-right: 30px;
	margin-left: 30px;
}
.mtb-30{
	margin-top: 30px;
	margin-bottom: 30px;
}
/* 40px */
.m-40{
	margin: 40px;
}
.mt-40{
	margin-top:40px;
}
.mr-40{
	margin-right: 40px;
}
.mb-40{
	margin-bottom: 40px;
}
.ml-40{
	margin-left: 40px;
}
.mrl-40{
	margin-right: 40px;
	margin-left: 40px;
}
.mtb-40{
	margin-top: 40px;
	margin-bottom: 40px;
}


/* flex */
.flex {
	display: flex;
}

.flex1 {
	flex: 1;
}

.flex-c {
	display: flex;
	align-items: center;
}

.flex-cs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

/* 下标 */
.xiabiao {
	width: 0.1rem;
	height: 0.08rem;
}

/* 定位 */
.po-r {
	position: relative;
}

.po-a {
	position: absolute;
}

.po-fix {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 100;
	width: 100%;
	height: 100%;
}

.po-mid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 不可见 */
.vi-h {
	visibility: hidden;
}

/* width height*/
.h-3 {
	height: 3rem;
}

.h-40 {
	height: 0.6rem;
	line-height: 0.6rem;
}

.h-60 {
	height: 0.5rem;
}

.h-120 {
	height: 1.2rem;
}

.h-140 {
	height: 1.4rem;
}

.mh-9 {
	min-height: 9rem;
}

.w-1 {
	width: 1rem;
	box-sizing: border-box;
}

.w-120 {
	width: 1.20rem;
}

.w-100 {
	width: 100%;
}

.w-12 {
	width: 14rem;
	margin: 0 auto;
}

.w-10 {
	width: 12rem;
}

.w-150 {
	width: 1.5rem;
}

.w-50 {
	width: calc(50% - 0.3rem);
}

.w-540 {
	width: 5.40rem;
}

/* display */
.dis-ib {
	display: inline-block;
}

/* 激活有下边框 */
.active {
	border-bottom: 4px solid #33b7ff;
}

/* 放大 */
.ts1:hover {
	transform: scale(1.1);
}

.ts2:hover {
	transform: scale(1.2);
}

.ts3:hover {
	transform: scale(1.3);
}

.t-m {
	text-decoration: line-through;
}

/* z-index */
.z-5 {
	z-index: 5;
}

.z-6 {
	z-index: 6;
}

.z-7 {
	z-index: 7;
}

.z-8 {
	z-index: 8;
}

.z-9 {
	z-index: 9;
}

.z-10 {
	z-index: 10;
}

#app {
	/* 	min-width: 900px;
	max-width: 1800px; */
	margin: 0 auto;
}

/* 头像 */
.touxiang-60 {
	width: 0.80rem;
	height: 0.80rem;
	border-radius: 50%;
}

.anniu {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
}

.tijiao {
	display: inline-block;
	padding: 5px 35px;
	border: 1px solid #e5e5e5;
	background: #F0F0F0;
}

.duanluo {
	text-indent: 2em;
	line-height: 1.5em;
	margin-bottom: 0.1rem;
}

.w-60 {
	width: 60%;
	margin-left: 20%;
}

.w-80 {
	width: 80%;
	margin-left: 10%;
}

.eimg {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
}

.xialabox {
	padding: 0 0.4rem 0 0.4rem;
	box-sizing: border-box;
}

.xiala {
	border-radius: 10px;
	text-align: center;
	width: 1.5rem;
	margin: 0 10%;
	background: #fff;
	position: absolute;
	top: 0.5rem;
	left: 0;
	box-shadow: 0 0 3px rgb(55, 55, 55);
	overflow: hidden;
	z-index: 100;
}

.xialaitem {
	padding: 0.1rem 0;
}

.xialaitem:hover {
	background: #33B7FF;
	color: #FFFFFF;
	transform: scale(1.1);
	box-shadow: 2px 2px 2px black;
}

.xialabox:hover {
	/*transform: scale(1.1);*/
}

.touxiang {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
}

.touxiang-100 {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}

.touxiang-120 {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
}

.footer2 {
	display: none;
}

.h-120 {
	height: 1.2rem;
}

.juzhong {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wbbutton-160 {
	width: 1.6rem;
	/* height: 0.6rem; */
	background: linear-gradient(to right, #2b73fe, #33b7ff);
	font-size: 18px;
	/* line-height: 0.6rem; */
	border-radius: 0.3rem;
	color: #FFFFFF;
}

.biaoqian {
	/* background: #F0F0F0; */
	padding: 6px 8px;
	margin-right: 20px;
	border-radius: 5px;
	position: relative;
}
.guanbi2{
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	right: -0.15rem;
	top: -0.15rem;
	/* display: none; */
}
.biaoqian:hover > .guanbi2{
	display: inline-block;
} 
.yema {
	display: inline-block;
	min-width: 0.5rem;
	background: #FFFFFF;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
}

.yema-img {
	transform: translateY(0.05rem);
}

.jusebutton {
	background: linear-gradient(to right, #ff7c33, #feb22b);
}

.hongsebutton {
	background: linear-gradient(to right, #fc1212, #fd6767);
}

.wbbutton,
.currentyema {
	background: linear-gradient(to right, #2b73fe, #33b7ff);
}

.wbbutton-160 {
	background: linear-gradient(to right, #2b73fe, #33b7ff);
}

.lusebuttono {
	background: linear-gradient(to right, #1e9b2d, #1ad22f);
}

.fan-jian {
	padding: 3px 5px;
	border-radius: 5px;
}

.yuanquan {
	text-align: center;
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 50%;
	z-index: 2;
}

.gengxian {
	display: inline-block;
	width: 1rem;
	height: 4px;
	transform: translateY(-0.1rem);
	margin-left: -0.05rem;
}

.houseimg {
	height: 2.20rem;
}

.house-collect {
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	z-index: 5;
}

/* 聊天框 */
.dbox {
	position: fixed;
	top: calc(50% - 4rem);
	left: calc(50% - 5.5rem);
	height: 9rem;
	box-shadow: 0 0 3px grey;
}

.headimg {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
}

.bbox {
	width: 3rem;
}

.abox {
	width: 7rem;
}

.ahead {
	height: 0.7rem;
	line-height: 0.7rem;
}

.aover {
	width: 1.6rem;
}

.cbox {
	height: 2.2rem;
}

.abutton {
	width: 1.20rem;
	height: 0.40rem;
	line-height: 0.40rem;
	border-radius: 0.20rem;
}

.fimg {
	width: 3.00rem;
}

.jiao3 {
	right: 0;
	top: 0;
	transform: translate(90%, 100%);
}

.jiao2 {
	left: 0;
	top: 0;
	transform: translate(-90%, 100%);
}

.guanbiinfo {
	text-align: center;
	line-height: 0.3rem;
	font-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 50%;
	width: 0.3rem;
	height: 0.3rem;
	background: rgba(0, 0, 0, 0.2);
}

.po-top {
	position: sticky;
	top: 0;
}

.info-img {
	width: 100px;
	height: 80px;
}

.pinglun-fx {
	width: 8rem;
	height: 5rem;
	position: absolute;
	top: calc(50% - 2.5rem);
	left: calc(50% - 4rem);
}

.fx-box {
	width: 7.6rem;
	height: 3rem;
	position: absolute;
	top: calc(50% - 1.5rem);
	left: calc(50% - 4rem);
}


.box {
	width: 12rem;
	margin: 0 auto;
	/* color: blue; */
}

.b {
	width: 2.40rem;
	height: 0.80rem;
}

.e,
.f:hover {
	color: white;
	/*font-size: 0.20rem;*/
}

.h>img {
	background: white;
	width: 0.90rem;
	height: 0.90rem;
	border-radius: 0.10rem;
}


.iti {
	width: 100%;
}

.upload {
	position: relative;
}

.upload input[type=file] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}



/* =================================== */
@import "./new_file.css";
.yema {
	display: inline-block;
	min-width: 0.5rem;
	background: #FFFFFF;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
}

.yema-img {
	transform: translateY(0.05rem);
}

.jusebutton,
.hongsebutton,
.wbbutton,
.wbbutton-160,
.lusebuttono {
	text-align: center;
	/* min-width: 0.8rem; */
	display: inline-block;
	/* margin-right: 0.2rem; */
	/* height: 0.4rem;
	line-height: 0.4rem; */
	padding: 5px 6px;
	min-width: 0.8rem;
	border-radius: 0.2rem;
	color: #FFFFFF;
}

.jusebutton {
	background: linear-gradient(to right, #ff7c33, #feb22b);
}

.hongsebutton {
	background: linear-gradient(to right, #fc1212, #fd6767);
}

.wbbutton,
.currentyema {
	background: linear-gradient(to right, #2b73fe, #33b7ff);
}

.wbbutton-160 {
	background: linear-gradient(to right, #2b73fe, #33b7ff);
}

.lusebuttono {
	background: linear-gradient(to right, #1e9b2d, #1ad22f);
}

.fan-jian {
	padding: 3px 5px;
	border-radius: 5px;
}

.yuanquan {
	text-align: center;
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 50%;
	z-index: 2;
}

.gengxian {
	display: inline-block;
	width: 1rem;
	height: 4px;
	transform: translateY(-0.1rem);
	margin-left: -0.05rem;
}

.houseimg {
	height: 2.20rem;
}

.house-collect {
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	z-index: 5;
}

/* 聊天框 */
.dbox {
	position: fixed;
	top: calc(50% - 4rem);
	left: calc(50% - 5.5rem);
	height: 9rem;
	box-shadow: 0 0 3px grey;
}

.headimg {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
}

.bbox {
	width: 3rem;
}

.abox {
	width: 7rem;
}

.ahead {
	height: 0.7rem;
	line-height: 0.7rem;
}

.aover {
	width: 1.6rem;
}

.cbox {
	height: 2.2rem;
}

.abutton {
	width: 1.20rem;
	height: 0.40rem;
	line-height: 0.40rem;
	border-radius: 0.20rem;
}

.fimg {
	width: 3.00rem;
}

.jiao3 {
	right: 0;
	top: 0;
	transform: translate(90%, 100%);
}

.jiao2 {
	left: 0;
	top: 0;
	transform: translate(-90%, 100%);
}

.guanbiinfo {
	text-align: center;
	line-height: 0.3rem;
	font-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 50%;
	width: 0.3rem;
	height: 0.3rem;
	background: rgba(0, 0, 0, 0.2);
}

.po-top {
	position: sticky;
	top: 0;
}

.info-img {
	width: 100px;
	height: 80px;
}

.pinglun-fx {
	width: 8rem;
	height: 5rem;
	position: absolute;
	top: calc(50% - 2.5rem);
	left: calc(50% - 4rem);
}

.fx-box {
	width: 7.6rem;
	height: 3rem;
	position: absolute;
	top: calc(50% - 1.5rem);
	left: calc(50% - 4rem);
}


.box {
	width: 12rem;
	margin: 0 auto;
}

.b {
	width: 2.40rem;
	height: 0.80rem;
}

.e,
.f:hover {
	color: white;
	/*font-size: 0.20rem;*/
}

.h>img {
	background: white;
	width: 0.90rem;
	height: 0.90rem;
	border-radius: 0.10rem;
}

.hover-div div:hover {
	background: #C1E0FF;
}

.head-item {
	padding: 0.15rem 0.15rem;
	border-radius: 0.10rem;
	box-shadow: 0 0 0.03rem #BBBBBB;
	margin-right: 0.2rem;
	font-size: 0.18rem;
}

.text-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.all-shu{
	display: inline-block;
	width: 8px;
	height: 25px;
	border-radius: 6px;
	background: linear-gradient(to right, #2b73fe, #33b7ff);
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.w-25 {
	width: 22.8%;
}
.content-right{
	min-height: 10rem;
}
.cur{
	cursor: pointer;
}
a{
	color: #333;
}
.saixuan::-webkit-scrollbar{
	display: none;
}
.lunbotu{
	background: #F0F0F0 !important;
}
.left-img{
	width: 40px;
	height: 46px;
	margin-right: 20px;
}

/*缩略图尺寸*/
.big-lun-img{
	width: 800px;
	height: 600px;
}

.repair-button{
	position: absolute;
    right: 20px;
	top: 85px;
	background: linear-gradient(to right, #2b73fe, #33b7ff);
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.payment{
	background: linear-gradient(to right, #2b73fe, #33b7ff);
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.paybox{
	justify-content: space-between;
	margin-top:20px;
	border-top:1px solid #eee;
	padding-top: 15px;
}
.pay-pirce{
	color:#ff9800;
	font-weight:500;
	font-size:16px;
}
.logo3{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.cursor-pointer {
	cursor: pointer;
}

#showma {
	display: none;
}

#ma:hover #showma {
	display: block;
}

[v-cloak] {
	display: none;
}

.flex-center {
	display: flex;
	justify-content:center;
	align-items:center;
}