
/*其他*/

.u-display-none {
	display: none;
}

.u-display-block {
	display: block;
}

.u-display-inline {
	display: inline-block;
}


.u-cursor {
	cursor: pointer;
}

.u-cursor-disable {
	cursor: not-allowed;
}


.u-overflow-h {
	overflow: hidden;
}
.u-clear-both {
	clear: both;
}
.m-t-15{
	margin-top: 15px !important;
}
.m-b-15{
	margin-bottom: 15px !important;
}
.m-t-20{
	margin-top: 20px !important;
}
.m-b-20{
	margin-bottom: 20px !important;
}
.m-b-25{
	margin-bottom: 25px !important;
}
.m-r-30{
	margin-right: 30px !important;
}
.m-b-30{
	margin-bottom: 30px;
}
.m-b-35{
	margin-bottom: 35px !important;
}
.m-t-40{
	margin-top: 40px !important;
}
.m-b-60{
	margin-bottom: 60px !important;
}
.m-r-130{
	margin-right: 130px !important;
}
.m-r-145{
	margin-right: 145px !important;
}
.p-t-20{
	padding-top: 20px !important;
}
.p-b-30{
	padding-bottom: 30px !important;
}
.u_btn_hover:hover{
	opacity: 0.8;
}

.el-input.suffix-2{
    .el-input__suffix{
        line-height: normal;
        right: -50px;
    }
}
.el-input.suffix-3{
    .el-input__suffix{
        line-height: normal;
		right: -58px;
		.el-input__count-inner{
			padding: 0;
		}
    }
}
.el-textarea.show-word-limit-2{
    .el-input__count{
        line-height: normal;
        right: -48px;
    }
}
.el-textarea.show-word-limit-3{
    .el-input__count{
        line-height: normal;
        right: -58px;
    }
}
@media only screen and (min-device-width: 568px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	.el-textarea.show-word-limit-3{
		.el-input__count{
			line-height: normal;
			right: -64px !important;
		}
	}
}
.Star>label::before{
	content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.text-align-justify{
	text-align: justify;
	text-justify: newspaper;
	word-break: break-all;
}

.rotate-180 {
	transform: rotate(180deg);
}

.u-vertical-middle {
	vertical-align: middle
}