/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bg-white {
	overflow: hidden;
	background: #fff;
}

/* 竖线一条 */
.oneSolid {
	background: rgba(220, 220, 220, 1);
	width: 1px;
	height: 66px;
	margin: 0 20px;
}

input,
textarea {
	outline: none;
	border: 0;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	outline: none;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;


	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

select::-ms-expand {
	display: none;
}

option {
	border: 1px solid rgba(227, 227, 227, 1);
}

/* 单行文本溢出省略号 */
.oneEllipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 多行文本溢出省略号 */
.manyEllipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 字体颜色白色 */
.colorFff {
	color: #FFFFFF;
}

/* 字体颜色首页header */
.colorfourfive {
	color: #666666;
}

/* 点 */
.spot {
	width: 10px;
	height: 10px;
	background: rgba(69, 117, 251, 1);
	border-radius: 50%;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.bg-orange {
	background: #f60;
}

.border-orange {
	border: 1px solid #f60;
}

.color-orange {
	color: #f60;
}

.bg-blue {
	background: #0092FF;
}

.border-blue {
	border: 1px solid #0092FF;
}

.color-blue {
	color: #0092FF;
}

.price-red {
	color: #ff0000;
}

/* 表格 */
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-style: normal;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

select {
	*font-size: 100%;
}

legend {
	color: #000;
}


/* 表格End */

input[type=file] {
	background: transparent;
}

.flex-wrap,
.flex-column-aic,
.flex-aic,
.flex-jcsb,
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-column-aic {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-column-aic-jcc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-aic-jcsa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flex-aic-jcsa-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-aic-jcsb-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-aic-jcc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-aic-jcsb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-aic-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.flex-hor-bet{
	display: flex;
	justify-content: space-between;
}

.flex-hor-around{
	display: flex;
	justify-content: space-around;
}

.flex-hor-aicenter{
	display: flex;
	align-items: center;
}

.flex-hor-center{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flex-hor-bet-center{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.onepixel-border-right {
	position: relative;
}

.onepixel-border-right::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 1px;
	background: #EBEBEB;
	right: 0;
	top: 0;
}

.onepixel-border-bottom::after {
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
	background: #EBEBEB;
	right: 0;
	bottom: 0;
}

/* iconfont */

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

/* iconfont end */

/*    */
.fr {
	float: right;
}

.fl {
	float: left;
}

/* 可点击蓝色按钮 */
.can-click-blue {
	color: #0092FF;
}

.layui-bg-orange {
	padding: 4px 10px;
	text-align: center;
}

.blue-btn {
	color: #fff;
	background: #0092FF;
	padding: 4px 12px;
}

/* 必填项红点 */
.red-dot {
	padding-left: 12px;
	position: relative;
	color: #656565;
}

.red-dot::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: red;
}

/* 必填项红点End  */

.have-underline {
	text-decoration: underline;
}

.blue-title-bar {
	padding-left: 16px;
	position: relative;
}

.blue-title-bar::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 50%;
	background: #0092FF;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* flex 布局 */
.flex-jcsb,
.flex-aic,
.flex-column-aic,
.flex-column-aic-jcc,
.flex-aic-jcsa,
.flex-aic-jcsa-wrap,
.flex-aic-jcsb-wrap,
.flex-aic-jcc,
.flex-aic-jcc-wrap,
.flex-aic-jcsb,
.flex-aic-wrap,
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-aic-,
.flex-aic-jcsb,
.flex-aic-jcc-wrap,
.flex-aic-jcc,
.flex-aic-jcsb-wrap,
.flex-aic-jcsa-wrap,
.flex-aic-jcsa,
.flex-column-aic-jcc,
.flex-column-aic,
.flex-aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-column-aic-jcc,
.flex-column-aic {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-column-aic-jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-aic-jcsa-wrap,
.flex-aic-jcsa {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex-aic-wrap,
.flex-aic-jcsb-wrap,
.flex-aic-jcc-wrap,
.flex-aic-jcsa-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-aic-jcsb,
.flex-aic-jcsb-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-aic-jcc-wrap,
.flex-aic-jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.two-line-elli,
.three-line-elli{
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.two-line-elli{
	-webkit-line-clamp: 2;
}

.three-line-elli{
	-webkit-line-clamp: 3;
}

.text-orange{
	color: #FF6219;
}

.hover-text-blue:hover{
	color: #0092FF;
}

.one-line-elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

svg.iconfont{
	width: 14px;
    height: 14px;
    margin: 0 4px;
    vertical-align: middle;
}

.margin-top-20px {
    margin-top: 20px;
}

.ys-pagination .page-num.current-page {
    background: #0092FF;
    color: #fff;
    border: none;
}