* {
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Microsoft YaHei','微软雅黑',STXihei,'华文细黑',Heiti,'黑体',SimSun,'宋体',sans-serif;
	font-size: 14px;
	font-weight: 400;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
}


input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

input {
	border: none;
}
input::-webkit-inner-spin-button { visibility: hidden; }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

::-webkit-input-placeholder {

	color: #c6c6c6;
}

:-moz-placeholder {

	color: #c6c6c6;
}

::-moz-placeholder {

	color: #c6c6c6;
}

:-ms-input-placeholder {

	color: #c6c6c6;
}

.column {
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.row {
	display: flex;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
}

.wrap {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.al {
	display: flex;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.ac {
	display: flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.ar {
	display: flex;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.atc {
	display: flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
}

.als{
	display: flex;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
}

.abl {
	display: flex;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-end;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
}

.abc {
	display: flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
}

.sa {
	display: flex;
	justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.sb {
	display: flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.col1 {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.col2 {
	-ms-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}

.col3 {
	-ms-flex: 3;
	-webkit-flex: 3;
	flex: 3;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}
.mw1200{
	width: 1200px;
	box-sizing: border-box;
	min-width: 1200px;
}
.h{
	height: 100%;
}
.h120{
	height: 120px;
}
.w{
	width: 100%;
}

.bgf6f6{
	background-color: #f6f6f6;
}

.mt10{
	margin-top: 10px;
}
.ml10{
	margin-left: 10px;
}
.mb10{
	margin-bottom: 10px;
}

.liu1{
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.liu2{
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.liu3{
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.liu4{
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.bgfbfbfb{
	background-color: #fef9f4;
}
.bgfff{
	background-color: #fff;
}
.fc1f69b2{
	color: #1f69b2;
}
.bg1f69b2{
	background-color: #1f69b2;
}
.pl20{
	padding-left: 40px;
}
.mt5{
	margin-top: 5px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mr30{
	margin-right: 30px;
}
.ml20{
	margin-left: 20px;
}
.pb10{
	padding-bottom: 10px;
}
.ml20{
	margin-left: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.pv10{
	padding: 10px 0;
}
.activecb{
	color: #1f69b2 !important;
}
.dettitl{
	font-size: 24px;
	line-height: 1.8em;
	text-align: center;
	color: #1f69b2;
	margin-top: 10px;
	margin-bottom: 25px;
}
.bgf7f7{
	background-color: #f8f8f8;
}
.beb{
	border: solid 1px #ebebeb;
}


/*高德地图*/
.native-toast {
	position: fixed;
	background-color: rgba(50, 50, 50, .8);
	border-radius: 33px;
	color: white;
	left: 50%;
	text-align: center;
	padding: 6px 12px;
	opacity: 0;
	z-index: 99999;
	transition: transform .25s, opacity .25s, top .25s;
	box-sizing: border-box;
}

.native-toast-bottom {
	bottom: 50px;
	-ms-transform: translateX(-50%) translateY(50px);
	transform: translateX(-50%) translateY(50px)
}

.native-toast-bottom.native-toast-shown {
	opacity: 1;
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

.native-toast-bottom.native-toast-edge {
	bottom: 0;
}

.native-toast-top {
	top: 50px;
	-ms-transform: translateX(-50%) translateY(-50px);
	transform: translateX(-50%) translateY(-50px)
}

.native-toast-top.native-toast-shown {
	opacity: 1;
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

.native-toast-top.native-toast-edge {
	top: 0;
}

.native-toast-center {
	top: 0;
	-ms-transform: translateX(-50%) translateY(-50px);
	transform: translateX(-50%) translateY(-50px)
}

.native-toast-center.native-toast-shown {
	opacity: 1;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.native-toast-edge {
	border-radius: 0;
	width: 100%;
	text-align: left;
}

@media screen and (min-width: 40rem) {
	.native-toast:not(.native-toast-edge) {
		max-width: 18rem;
	}
}


.native-toast-error {
	background-color: #d92727;
	color: white;
}

.native-toast-success {
	background-color: #62a465;
	color: white;
}

.native-toast-warning {
	background-color: #fdaf17;
	color: white;
}

.native-toast-info {
	background-color: #5060ba;
	color: white;
}

[class^="native-toast-icon-"] {
	vertical-align: middle;
	margin-right: 8px
}

[class^="native-toast-icon-"] svg {
	width: 16px;
	height: 16px;
}