/* 公共模块-start */
.g-mzw-checkbox-m1 {
	display: flex;
	justify-content: center;
}
.g-mzw-checkbox-m1 .checkbox-label{
	position: relative;
	cursor: pointer;
	height: 32px;
	overflow: hidden;
	padding: 0 12px 0 36px;
	box-sizing: border-box;
	border: 1px solid #d7dbe0;
	border-radius: 2px;
	transition: .4s;
}
.g-mzw-checkbox-m1 .checkbox-icon {
	width: 16px;
	height: 16px;
	border: 1px solid #d7dbe0;
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.g-mzw-checkbox-m1 .checkbox-icon::before {
	font-size: 12px;
	color: #fff;
	padding-top: 2px;
}

.g-mzw-checkbox-m1 .checkbox-tit{
	line-height: 30px;
	font-size: 14px;
	color: #4b5669;
	transition: .4s;
}

.g-mzw-checkbox-m1 .checkbox-input {
	display: none;
}
/* .g-mzw-checkbox-m1.check .checkbox-icon, */
.g-mzw-checkbox-m1 .checkbox-input:checked+.checkbox-label .checkbox-icon{
	background-color: #006aff;
	border-color: #006aff;
}
/* .g-mzw-checkbox-m1.check .checkbox-icon::before, */
.g-mzw-checkbox-m1 .checkbox-input:checked+.checkbox-label .checkbox-icon::before {
	display: inline;
}

.g-mzw-checkbox-m1 .checkbox-label:hover{
	border-color: #006aff;
}
.g-mzw-checkbox-m1 .checkbox-label:hover .checkbox-tit{
	color: #006aff;
}

.g-mzw-checkbox-m1.style2 .checkbox-label{
	padding: 0;
	border: none;
	height: auto;
}
.g-mzw-checkbox-m1.style2 .checkbox-icon{
	position: static;
	transform: unset;
}

.g-mzw-delete-a1{
	width: 32px;
	height: 32px;
	border: 1px solid #f46144;
	border-radius: 2px;
	font-size: 16px;
	color: #f46144;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.m-mzw-radio-m1 .radio-con{
	overflow: hidden;
}
.m-mzw-radio-m1 .input-radio-item{
	float: left;
	margin: 0 12px;
	position: relative;
}
.m-mzw-radio-m1 .input-radio-item:first-child{
	margin-left: 0;
}
.m-mzw-radio-m1 .input-radio-item:last-child{
	margin-right: 0;
}
.m-mzw-radio-m1 .radio-label{
	overflow: hidden;
	height: 32px;
	display: flex;
	align-items: center;
	cursor: pointer;
	background-color: #f2f3f5;
	padding: 0 11px 0 12px;
	transition: .4s;
}
.m-mzw-radio-m1 .radio-label:hover{
	background-color: #e5e7eb;
}
.m-mzw-radio-m1 .input-radio-val{
	font-size: 14px;
	color: #4b5669;
	line-height: 1.2;
	white-space: nowrap;
}
.m-mzw-radio-m1 .input-radio{
	z-index: -999;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.m-mzw-radio-m1 .input-radio-label{
	width: 10px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 4px;
}
.m-mzw-radio-m1 .input-radio-label-icon{
	font-size: 14px;
	margin: -5px 0;
	color: #c2c6d1;
}
.m-mzw-radio-m1 .input-radio-label-icon.icon1{
	transform: rotate(180deg);
}
.m-mzw-radio-m1 .input-radio:checked +.radio-label .input-radio-val,
.m-mzw-radio-m1 .input-radio:checked +.radio-label .input-radio-label-icon.icon2,
.m-mzw-radio-m1 .input-radio:checked +.radio-label.top .input-radio-label-icon.icon1{
	color: #006aff;
}
.m-mzw-radio-m1 .input-radio:checked +.radio-label.top .input-radio-label-icon.icon2{
	color: #c2c6d1;
}

.g-mzw-setup-a1{
	display: block;
	height: 34px;
	line-height: 34px;
	margin-left: 12px;
	color: #4b5669;
	font-weight: 400;
	font-size: 14px;
	background-color: #f2f3f5;
	padding: 0 15px;
	transition: .4s;
	cursor: pointer;
}
.g-mzw-setup-a1::before{
	margin-right: 6px;
}
.g-mzw-setup-a1:hover{
	background-color: #e5e7eb;
}

.g-mzw-btn-a1{
	display: block;
	width: 28px;
	height: 28px;
	border: 2px;
	background-color: #006aff;
	transition: .4s;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
}
.g-mzw-btn-a1:hover{
	background-color: #2e8cff;
}

.g-mzw-btn-a1.bg2{
	background-color: #ffaa00;
}
.g-mzw-btn-a1.bg2:hover{
	background-color: #ffbb33;
}

.g-mzw-tip-a1{
	display: block;
	background: #30bf78;
	height: 16px;
	padding: 0 4px;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	transform: scale(.75);
	color: #fff;
	margin-left: 2px;
}
.g-mzw-tip-a1.style2{
	height: 15px;
	line-height: 15px;
	margin-right: 2px;
	padding: 0 3px;
	margin-left: 0;
	transform: scale(.8);
}
/* 公共模块-end */

/* 首页-start */
.m-mzw-banner-a1{
	width: 100%;
	height: 188px;
	background: #0a1427 url(../images/litpic/banner-a1.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 34px 0 0;
	display: flex;
	justify-content: center;
}
.m-mzw-banner-a1 .tit{
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 4px;
}
.m-mzw-banner-a1 .desc{
	color: #7a8699;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

.m-mzw-form-a1{
	display: flex;
	justify-content: center;
}
.m-mzw-form-a1 .form-con{
	width: 723px;
	height: 40px;
	background: #ffffff;
	box-shadow: 0 1px 8px rgba(0,0,0,.08);
	border-radius: 3px;
	height: 40px;
	display: flex;
	align-items: center;
}
.m-mzw-form-a1 .form-item{
	width: 25%;
	padding-left: 12px;
	box-sizing: border-box;
	position: relative;
}
.m-mzw-form-a1 .form-item::after{
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: #d7dbe0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.m-mzw-form-a1 .form-item:last-child::after{
	display: none;
}
.m-mzw-form-a1 .form-btn{
	display: block;
	border: none;
	outline: none;
	height: 40px;
	padding: 0 21px;
	margin-left: 16px;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	background-color: #006aff;
	transition: .4s;
}
.m-mzw-form-a1 .form-btn:hover{
	background-color: #2e8cff;
}

.m-mzw-form-a1.style2 .form-con{
	width: 448px;
	height: 34px;
	border: 1px solid #d7dbe0;
	border-right: none;
	box-sizing: border-box;
	border-radius: 2px 0 0 2px;
}
.m-mzw-form-a1.style2 .form-item{
	width: 33.333%;
	padding-left: 8px;
}
.m-mzw-form-a1.style2 .form-btn{
	width: 34px;
	height: 34px;
	margin-left: 0;
	padding: 0;
	border-radius: 0 2px 2px 0;
	font-size: 18px;
	color: #fff;
}

.m-mzw-select-m1 {
	width: 100%;
	height: 32px;
	position: relative;
}

.m-mzw-select-m1 .select-input {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-mzw-form-a1 .input-txt,
.m-mzw-select-m1 .select-input-text {
	display: block;
	width: calc(100% - 30px);
	height: 100%;
	border: none;
	outline: none;
	/* padding: 0 12px 0 0; */
	box-sizing: border-box;
	font-size: 14px;
	color: #1d2129;
	outline: none;
	border: none;
	font-family: inherit;
}
.m-mzw-form-a1 .input-txt{
	width: 100%;
	padding: 0 12px 0 0;
}

.m-mzw-select-m1 .select-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	position: relative;
	transition: .4s;
	font-size: 18px;
	color: #c2c6d1;
	line-height: 30px;
	text-align: center;
}

.m-mzw-select-m1 .select-input-text:focus + .select-icon{
	transform: rotate(180deg);
}

.m-mzw-select-m1 .select-option {
	display: none;
	width: 100%;
	max-height: 274px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	background-color: #fff;
	padding: 8px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	z-index: 100;
}

.m-mzw-select-m1 .select-option-con {
	display: block;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	padding: 0 8px;
	color: #4b5669;
	transition: .4s;
	font-size: 14px;
}

.m-mzw-select-m1 .select-option-con:hover {
	background-color: #f2f3f5;
}

.m-mzw-select-m1.style2{
	padding-left: 8px;
	box-sizing: border-box;
}
.m-mzw-select-m1.style2 .select-option{
	top: unset;
	bottom: 40px;
}
.m-mzw-select-m1.style2 .select-input-text {
	cursor: pointer;
}

.m-mzw-swiper-a1,
.m-mzw-swiper-a1 .swiper-con{
	overflow: hidden;
	position: relative;
}
.m-mzw-swiper-a1{
	padding: 0 20px;
	height: 36px;
	background: #fff7e8;
	display: flex;
}
.m-mzw-swiper-a1 .swiper-icon{
	width: 20px;
	height: 100%;
	color: #ffaa00;
	font-size: 16px;
	line-height: 36px;
}
.m-mzw-swiper-a1 .swiper-con{
	width: calc(100% - 28px);
	margin-left: 8px;
}
.m-mzw-swiper-a1 .con{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1d2129;
	font-size: 14px;
	line-height: 36px;
}
.m-mzw-swiper-a1 .links{
	display: inline;
	color: #006aff;
	margin-left: 12px;
	font-size: inherit;
}
.m-mzw-swiper-a1 .links::before{
	margin-right: 4px;
}

.m-mzw-models-a1{}
.m-mzw-models-a1 .models-row1{
	background-color: #fff;
	height: 52px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-mzw-models-a1 .models-row1-l{
	display: flex;
	align-items: center;
}
.m-mzw-models-a1 .models-row1 .delete{
	margin-left: 12px;
	cursor: pointer;
}
.m-mzw-models-a1 .models-row1 .line{
	width: 1px;
	height: 15px;
	background: #d7dbe0;
	margin: 0 12px;
}
.m-mzw-models-a1 .models-row1-r{
	display: flex;
	align-items: center;
}
.m-mzw-models-a1 .models-row2{
	padding: 10px 20px 0;
	min-height: 500px;
	height: calc(100vh - 332px);
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}
.m-mzw-models-a1 .models-row3{
	height: 56px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(29,33,41,.16), 0 2px 10px rgba(29,33,41,.06);
}

.ul-mzw-list-a1{
	overflow: hidden;
}
.ul-mzw-list-a1 li{
	margin-bottom: 12px;
}
.ul-mzw-list-a1 .con{
	display: block;
	background: #fff;
	height: 100px;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 16px 20px;
	overflow: hidden;
	display: flex;
}
.ul-mzw-list-a1 .checkbox{
	margin-right: 12px;
	flex-shrink: 0;
}
.ul-mzw-list-a1 .txt{
	flex: 1;
	display: flex;
}
.ul-mzw-list-a1 .txt-col1{
	width: 29.47%;
	position: relative;
}
.ul-mzw-list-a1 .txt-col1::after,
.ul-mzw-list-a1 .txt-col2::after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0px;
	display: block;
	width: 1px;
	background: #e5e7eb;
}
.ul-mzw-list-a1 .txt .tit{
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #1d2129;
}
.ul-mzw-list-a1 .dl1{
	overflow: hidden;
}
.ul-mzw-list-a1 .dl1 dd{
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 50%;
}
.ul-mzw-list-a1 .dl1 .name{
	color: #a9b2c2;
}
.ul-mzw-list-a1 .dl1 .info{
	color: #4b5669;
	margin-left: 4px;
}
.ul-mzw-list-a1 .txt-col2{
	width: 70.53%;
	position: relative;
}
.ul-mzw-list-a1 .tree{
	display: flex;
}
.ul-mzw-list-a1 .tree dd{
	position: relative;
	text-align: center;
	width: 10.87%;
	padding: 0 4px;
	box-sizing: border-box;
}
.ul-mzw-list-a1 .tree-line{
	position: absolute;
	left: -50%;
	top: 5px;
	width: 100%;
	height: 1px;
	background-color: #30bf78;
}
.ul-mzw-list-a1 .tree dd:first-child .tree-line{
	width: 0%;
}
.ul-mzw-list-a1 .tree-icon{
	position: relative;
}
.ul-mzw-list-a1 .tree-icon::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	background-color: #30bf78;
	border-radius: 50%;
	z-index: 2;
	position: relative;
}
.ul-mzw-list-a1 .tree-icon::after{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.ul-mzw-list-a1 .tree-icon.icon-dingwei::before{
	content: "\e602";
	width: auto;
	background-color: transparent;
	line-height: 14px;
	text-align: center;
	color: #30bf78;
	padding-right: 1px;
}
.ul-mzw-list-a1 .tree-tit{
	margin: 4px 0 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 2px;
	box-sizing: border-box;
	color: #1d2129;
	line-height: 20px;
	font-size: 14px;
}
.ul-mzw-list-a1 .tree-info{
	font-size: 12px;
	color: #a9b2c2;
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
.ul-mzw-list-a1 .btns{
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
}
.ul-mzw-list-a1 .btns .btn1{
	margin-bottom: 8px;
}

.m-mzw-page-a1{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m-mzw-page-a1 .page-num{
	font-size: 14px;
	color: #4b5669;
	line-height: 32px;
	margin-right: 4px;
}
.m-mzw-page-a1 .page-prev,
.m-mzw-page-a1 .page-next{
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	color: #c2c6d1;
	font-size: 16px;
	line-height: 32px;
	box-sizing: border-box;
	margin: 0 4px;
	cursor: pointer;
}
.m-mzw-page-a1 .page-prev{
	transform: rotate(180deg);
}
.m-mzw-page-a1 ul{
	overflow: hidden;
}
.m-mzw-page-a1 ul li{
	margin: 0 4px;
	float: left;
}
.m-mzw-page-a1 ul .con{
	display: block;
	min-width: 32px;
	height: 32px;
	cursor: pointer;
	border-radius: 2px;
	padding: 0 4px;
	line-height: 32px;
	text-align: center;
	box-sizing: border-box;
	transition: .4s;
}
.m-mzw-page-a1 ul li.active .con{
	background-color: #006aff;
	color: #fff;
}
.m-mzw-page-a1 .page-list{
	margin-left: 4px;
	width: 100px;
	height: 34px;
	border: 1px solid #d7dbe0;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer;
}
/* 首页-end */

/* 地图-start */
.m-mzw-models-a2{
	width: 364px;
	position: absolute;
	top: 20px;
	right: 28px;
	z-index: 2000;
	height: calc(100vh - 40px);
	display: flex;
	flex-direction: column;
	z-index: 20;
}
.m-mzw-models-a2 .models-row1{
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(29,33,41,.14), 0 2px 8px rgba(29,33,41,.12);
	border-radius: 4px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 12px;
	flex-shrink: 0;
}
.m-mzw-models-a2 .models-tit{
	font-weight: 600;
	font-size: 24px;
	color: #1d2129;
	line-height: 30px;
}
.m-mzw-models-a2 .models-desc{
	font-weight: 400;
	font-size: 14px;
	color: #7a8699;
	line-height: 20px;
	margin: 8px 0 16px;
}
.m-mzw-models-a2 .models-row2{
	overflow: hidden;
	flex: 1;
	border-radius: 6px;
}
.m-mzw-models-a2 .models-row2-con{
	width: 100%;
	box-shadow: 0 2px 8px rgba(29,33,41,.14), 0 2px 8px rgba(29,33,41,.12);
	border-radius: 6px;
	background: #fff;
	max-height: 100%;
	display: flex;
	flex-direction: column;
}
.m-mzw-models-a2 .models-tit2{
	height: 40px;
	line-height: 40px;
	background: #006aff;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.m-mzw-models-a2 .models-tit2-1{
	display: block;
	width: 84px;
	background: #0051d2;
	text-align: center;
	font-weight: 600;
}
.m-mzw-models-a2 .models-tit2-2{
	padding-left: 16px;
	font-weight: 400;
}
.m-mzw-models-a2 .models-tree{
	overflow-y: auto;
	overflow-x: hidden;
	padding: 12px;
	flex: 1;
}

.m-mzw-form-a2{
	height: 36px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.m-mzw-form-a2 .form-input{
	height: 100%;
	background-color: #f2f3f5;
	display: inline-flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
.m-mzw-form-a2 .input-txt{
	height: 100%;
	width: 100%;
	font-size: 14px;
	color: #1d2129;
	font-family: inherit;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 0;
	background-color: transparent;
	padding: 0 12px;
}
.m-mzw-form-a2 .form-btn{
	height: 100%;
	margin-left: 8px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #30bf78;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	outline: none;
	white-space: nowrap;
	transition: .4s;
}

.m-mzw-form-a2 .form-btn:hover{
	background-color: #4ecc89;
}

.m-mzw-location-a1{
	padding: 16px 28px;
	border-bottom: 1px solid #d8d8d8;
}
.m-mzw-location-a1 .location-name,
.m-mzw-location-a1 .location-time{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-mzw-location-a1 .location-name .start,
.m-mzw-location-a1 .location-name .end{
	font-weight: 600;
	font-size: 18px;
	color: #1d2129;
	line-height: 24px;
}
.m-mzw-location-a1 .location-name .line{
	display: block;
	width: 80px;
	height: auto;
}
.m-mzw-location-a1 .location-time .start,
.m-mzw-location-a1 .location-time .end{
	margin: 4px 0 0;
	font-weight: 400;
	font-size: 12px;
	color: #7a8699;
	line-height: 18px;
}

.m-mzw-tree-a1{
	overflow: hidden;
}
.m-mzw-tree-a1 .tree-title{
	background: #f2f3f5;
	padding: 8px 16px;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.m-mzw-tree-a1 .tree-tit{
	font-weight: 600;
	font-size: 14px;
	color: #1d2129;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.m-mzw-tree-a1 .tree-tit::before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: url(..//images/icon/icon-a2.svg) no-repeat center;
	background-size: 100% auto;
}
.m-mzw-tree-a1 .tree-info{
	font-weight: 400;
	font-size: 12px;
	color: #7a8699;
	line-height: 18px;
	margin: 4px 0 0;
}
.m-mzw-tree-a1 .tree-btn{
	font-weight: 400;
	font-size: 14px;
	color: #1d2129;
	line-height: 20px;
	flex-shrink: 0;
}
.m-mzw-tree-a1 .tree-list{
	margin-top: 12px;
}
.m-mzw-tree-a1 .tree-list li{
	position: relative;
	padding: 0 0 12px;
}
.m-mzw-tree-a1 .tree-list li::after{
	content: "";
	position: absolute;
	left: 7px;
	top: 12px;
	width: 1px;
	height: calc(100% - 8px);
	background-color: #30bf78;
}
.m-mzw-tree-a1 .tree-list .con{
	display: flex;
	align-items: center;
	color: #1d2129;
	font-size: 14px;
	line-height: 19px;
}
.m-mzw-tree-a1 .tree-list .con::before{
	color: #30bf78;
	position: relative;
	margin-right: 8px;
	z-index: 2;
}
.m-mzw-tree-a1 .tree-list dl dd{
	color: #7a8699;
	font-size: 12px;
	line-height: 18px;
	margin: 8px 0 0 24px;
	display: flex;
	align-items: center;
}
.m-mzw-tree-a1 .tree-list dl .name{
	width: 96px;
}
.m-mzw-tree-a1 .tree-list dl .time{
	width: 145px;
}
.m-mzw-tree-a1 .tree-list dl dd.tip{
	background: #e6f4ff;
	border-radius: 2px;
	padding: 8px 12px;
	color: #006aff;
	line-height: 18px;
}
/* 地图-end */

/* 详情-start */
.m-mzw-models-b1{
	position: relative;
	background: #ffffff;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 12px;
}
.m-mzw-models-b1 .tit{
	font-weight: 700;
	font-size: 20px;
	color: #1d2129;
	line-height: 26px;
	margin: 3px 0 0;
}
.m-mzw-models-b1 ul{
	overflow: hidden;
}
.m-mzw-models-b1 li{
	float: left;
	margin-right: 24px;
}
.m-mzw-models-b1 .con{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.m-mzw-models-b1 .name{
	color: #4b5669;
}
.m-mzw-models-b1 .info{
	margin-left: 4px;
	color: #c2c6d1;
}
.m-mzw-models-b1 .btn{
	display: block;
	height: 32px;
	padding: 0 15px;
	background-color: #006aff;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	right: 24px;
	top: 20px;
	transition: .4s;
}
.m-mzw-models-b1 .btn:hover{
	background-color: #2e8cff;
}
.m-mzw-models-b1 li:first-child{
	float: none;
	margin-right: 0;
}
.m-mzw-models-b1 li:first-child .con{
	padding: 6px 0;
}
.m-mzw-models-b1 li:last-child{
	margin-right: 0;
}
.m-mzw-models-b1 li:first-child .name{
	color: #1d2129;
}

.m-mzw-models-b2{
	background: #ffffff;
	border-radius: 4px;
	padding: 20px 24px 24px;
	margin-bottom: 12px;
}
.m-mzw-models-b2 .tit{
	font-weight: 500;
	font-size: 16px;
	color: #1d2129;
	line-height: 22px;
	margin: 0 0 16px;
}
.m-mzw-models-b2 .table{
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	height: 168px;
}
.m-mzw-models-b2 .thead{
	height: 32px;
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	box-sizing: border-box;
	display: flex;
}
.m-mzw-models-b2 .thead ul{
	border: 1px solid #e5e7eb;
	border-top: none;
	border-left: none;
	box-sizing: border-box;
	border-bottom: none;
	overflow-y: hidden;
	overflow-x: auto;
	padding-right: 36px;
}
.m-mzw-models-b2 .thead li{
	position: relative;
	background: #ffffff;
	color: #1d2129;
	width: 126px;
	font-size: 14px;
	line-height: 32px;
	border-right: 1px solid #e5e7eb;
	cursor: pointer;
	flex-shrink: 0;
	text-align: center;
}
.m-mzw-models-b2 .thead li:last-child{
	border-right: none;
}
.m-mzw-models-b2 .tbody{
	padding: 24px 22px 24px 6px;
}
.m-mzw-models-b2 .tbody ul{
	display: flex;
	align-items: center;
}
.m-mzw-models-b2 .tbody li{
	width: 6.49%;
	box-sizing: border-box;
}
.m-mzw-models-b2 .tbody li.position{
	width: 8.775%;
}
.m-mzw-models-b2 .tbody .con{
	display: flex;
}
.m-mzw-models-b2 .tbody li:first-child .con{
	display: block;
	padding-left: 16px;
}
.m-mzw-models-b2 .tbody .arrow-icon{
	width: 16px;
	color: #006aff;
	padding-top: 14px;
	font-size: 12px;
}
.m-mzw-models-b2 .tbody .txt{
	flex: 1;
	overflow: hidden;
}
.m-mzw-models-b2 .tbody .icon{
	width: 44px;
	height: 44px;
	border: 1px solid rgba(0,106,255,.08);
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #006aff;
	font-size: 18px;
	font-weight: bold;
}
.m-mzw-models-b2 .tbody .name{
	font-size: 12px;
	color: #1d2129;
	line-height: 18px;
	margin: 9px 0 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-mzw-models-b2 .tbody .time{
	color: #7a8699;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.m-mzw-models-b3{
	background: #ffffff;
	border-radius: 4px;
	padding: 8px 24px 14px;
	overflow: hidden;
}
.m-mzw-models-b3 .models-tab{
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 20px;
}
.m-mzw-models-b3 .models-table{
	margin-bottom: 10px;
}
.m-mzw-models-b3{}
.m-mzw-models-b3{}
.m-mzw-models-b3{}
.m-mzw-models-b3{}
.m-mzw-models-b3{}

.ul-mzw-tab-a1{
	display: flex;
}
.ul-mzw-tab-a1 li{
	margin-right: 32px;
}
.ul-mzw-tab-a1 .con{
	display: block;
	color: #7a8699;
	font-size: 14px;
	line-height: 44px;
	font-weight: 400;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: .4s;
}
.ul-mzw-tab-a1 .con::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #006aff;
	opacity: 0;
	transition: .4s;
}
.ul-mzw-tab-a1 li.on .con,
.ul-mzw-tab-a1 .con:hover{
	color: #1d2129;
}
.ul-mzw-tab-a1 li.on .con::after{
	opacity: 1;
}

.ul-mzw-table-a1{
	border: 1px solid #d7dbe0;
}
.ul-mzw-table-a1 li{
	font-size: 12px;
	font-weight: 400;
	line-height: 32px;
	box-sizing: border-box;
	border-bottom: 1px solid #d7dbe0;
}
.ul-mzw-table-a1 li:last-child{
	border-bottom: none;
}
.ul-mzw-table-a1 dl{
	display: flex;
	align-items: center;
}
.ul-mzw-table-a1 dd{
	width: 20%;
	padding: 0 8px;
	height: 32px;
	box-sizing: border-box;
	border-right: 1px solid #d7dbe0;
}
.ul-mzw-table-a1 dd.status{
	color: #c2c6d1;
	display: flex;
	align-items: center;
}
.ul-mzw-table-a1 dd.status::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #c2c6d1;
	border-radius: 10px;
	margin-right: 4px;
}
.ul-mzw-table-a1 dd:last-child{
	border-right: none;
}
.ul-mzw-table-a1 li.title{
	color: #1d2129;
	background: #e5e7eb;
	line-height: 36px;
}
.ul-mzw-table-a1 li.title dd{
	font-weight: 500;
	height: 36px;
}
.ul-mzw-table-a1 .table-info{
	background: #f2f3f5;
	color: #4b5669;
	padding: 0 8px;
	display: flex;
	align-items: center;
}
.ul-mzw-table-a1 .table-info::before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAABa5JREFUSEuVVltsVFUUXfvcO9PS94sCRUANrSDEqAniB4+i8cNEA/KoQCQhEEQUQSNiDNEMiY+IjRoSMBiNkvCBBRMUYoIILZigUQiQUCKGKJZQCu2UebXTmXvP2eacO7edttOmnjQznfs4a6+91177EMa6mAlEnPPx0e4NeYHGiqefa2IOlt5GIK1ggIMCFA3DaZhF6bHuMyogM9POFlihReQ2XuU5xDhMQDUDUgMQwWLGHSYs3/YA/RFqZhv1UCEiNVIAIwPqNAEIAaQ3WP8bbyPgY2a4AOzMhi4RbAbe/OpxalzRxNahBpIYJcWjMtz7L5cn0qiYXYTYvr+wvdeBBtWAVgZQMmAXBdC4oQ67LidQUuAisnkmhXV2KEfNhwGGmIVm9OFlnqOY9xNQKADZp1DWJ1E+9AVdzHyb7+ZbiCgFAZBiok07ZtNxf6/s9I4IuOMcv8ssd4LggmELr2aDV+Y3M6A8/eraWgT64v051sZcqR2e0kz+t5xJf87glwA4BLJA0D1hntcfGsRfBDDIKFeLxQbx97vn5S3JJZwRa7j+ROqIYl5MXvBCl4P0rlo13gUDrK8bfZn7BlCAxdmpTwXn51JrTsBQiEXro8mzBMzVURMgdOs5LiNgE6oKCcm0ix7HAiuCEB5dNn/QYrnGyXGzDjUM78+cgE//yHkUi18lIaYpZnYlyLaASeUW6mqCKA4Cf7eH0eMIdPcEEU9ZmTRoaRriEWtc0eSjz1Lv0DoOBszUb0VTd2lH0rrpulxoW8Q1lTbV1gQxocyCRYSelETbrXA/pZ6UwJ2EjVhSsFQgy0JfID8w/VRDwc2RAZmpvgVWyyJyJzW2T6suGnd1ckUgb8Y9eZhYYRuFSukpNeVI3OgIGxUZEQmvjvGkwK2ohUgvOQnXfuTa5uLW+ma2W+ohfR8eYJhxFn1j3cm+VwOW2F1TFWBBIDdjVLrL9RJS4ubtbvS5ygRgkydRSwBKgSO9RK5rvXFsZeUnnqIy6soo3PzWPpgoRT0x3haEJywLcLSnaABtLwwUB4DHKoD7CxmO46K1K4WTbX2IpCUCgkwd9e7CA9brFMP6QCYrW4zlaUDfDbb8zi8ysM/0mG4z1mozajda19EvmQzMKgHiLkMqhdI8gXMdKXzTGofLrG3GU6sG9kiT9z+t/W5x9X6t/n7ADb/yR0phOwA9aoJ+rjW7pAQeLAFWTwXaksCRGy4id6NYNaMY00sD2HMxioudKRQECHLwnDB7QfA7x56b+J4B9B1+zRleyIzmTFZMdL6rpJSXyqVTgBMdwA9tEp2dnXi+rgjLaovw9ZUoWm70ocD20uoT9XoSMVhYcHzphEsaS1uHmeTa3ZeexGkC5vue6NXaYzi7BHjhPuB6L3CsTSIei2FZbSHqygLYeymKC3c8hlmAknQlmA6eWl29yidmWPg/nvmJt0qFz3zH8BnqoG0Clk8BHioDImkGK4XyfIHzt1PYfyUGrWBdwyGTl20hFv2yevxphFggRNq1TJUNy/qjXAXCnwAqPe14lqxZ6tYoDAALqoBphQzpOPgn6uDntl7EHQVbF3tgGU9loubza8Y/mX0WGtyHRDz3CO8B4+XstPqp1SwcBoqERCrWjWhKmXbQbZA9Pfx3LfDKS+smftt/EsjuQ//iw4e4XgHNYO+gZEZEZvkqcl2JdDxsxr5+KNMG/reZiQxcsNO04Mor1YlsexvGEMyi9iBOA5gHfZzg/uOEB6t7U0q4ifDQevlx6cGiY3nr+qYJu9DEFjJN72tiIPOZm1MP8GtS4VM9WP2hO4ilklCJcHbNBrUCQF0I5M9s31jSNaZpUXGAS6w0DktgITEcb/IOFICUBHrD/dFk5q+Rnj7TENPrXVvHf+krMzuykU9tmu1d5OWi4V27ZT5rALRnfSOYUlh7b8pL//CTem7A/3F0zxnQKO//B+0yzz6B/9ioAAAAAElFTkSuQmCC) no-repeat center;
	background-size: 100% 100%;
}

.m-mzw-data-a1{
	overflow: hidden;
}
.m-mzw-data-a1 .tit{
	font-size: 16px;
	color: #1d2129;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 10px;
}
.m-mzw-data-a1 .info{
	font-weight: 400;
	font-size: 14px;
	color: #1d2129;
	line-height: 20px;
}

.ul-mzw-info-a1{
	overflow: hidden;
}
.ul-mzw-info-a1 li{
	margin-bottom: 10px;
}
.ul-mzw-info-a1 li:last-child{
	margin-bottom: 0;
}
.ul-mzw-info-a1 .con{
	display: block;
}
.ul-mzw-info-a1 .tit{
	font-weight: 400;
	font-size: 16px;
	color: #1d2129;
	line-height: 22px;
	margin-bottom: 10px;
}
.ul-mzw-info-a1 dl{
	overflow: hidden;
	display: flex;
}
.ul-mzw-info-a1 dd{
	font-weight: 400;
	font-size: 14px;
	color: #1d2129;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 24px;
}
.ul-mzw-info-a1 dd:last-child{
	margin-right: 0;
}
.ul-mzw-info-a1 .name{
	color: #7a8699;
}
.ul-mzw-info-a1 dl.style2{
	display: block;
}
.ul-mzw-info-a1{}
.ul-mzw-info-a1{}
.ul-mzw-info-a1{}
/* 详情-end */