/* 公共模块-start */
.g-mzw-btn-a1{
	width: 130px;
	height: 40px;
	background-color: #C9151E;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}
.g-mzw-btn-a2{
	height: 32px;
	border-radius: 4px;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	padding: 0 12px;
}
.g-mzw-btn-a2.color1{
	background-color: #F2F8FF;
	color: #007DFF;
	border-color: #007DFF;
}
.g-mzw-btn-a2.color2{
	background-color: #FFF8EF;
	border-color: #FF9200;
	color: #FF9200;
}
.g-mzw-btn-a2.color3{
	background-color: #F2FFF4;
	border-color: #209805;
	color: #209805;
}

.g-mzw-btn-a3{
	width: 80px;
	height: 32px;
	background-color: #F7F7F7;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.g-mzw-btn-a3.style2{
	background-color: #C9151E;
	color: #fff;
}

.g-mzw-title-a1{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
	position: relative;
	padding-left: 12px;
	overflow: hidden;
}
.g-mzw-title-a1::before{
	content: '';
	display: block;
	width: 4px;
	height: 16px;
	background-color: #C9151E;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.g-mzw-title-a1 .title-tit{
	float: left;
	position: relative;
}
.g-mzw-title-a1 .title-more{
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
}

.g-mzw-title-a1.style2{
	font-size: 24px;
	line-height: 33px;
}
.g-mzw-title-a1.style2::before{
	height: 22px;
}

.g-mzw-text-a1{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
}
.g-mzw-text-a1 .color1{
	color: #2AA54E;
}
.g-mzw-text-a1 .color2{
	color: #C9151E;
}

.g-mzw-text-a1.center{
	text-align: center;
}
/* 公共模块-end */

/* 登录-start */
.m-mzw-models-a1{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../images/icon/bgpic-a1.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.m-mzw-models-a1 .models-con{
	overflow: hidden;
	width: 1160px;
	height: 640px;
	border-radius: 16px;
	margin: 0 auto;
}
.m-mzw-models-a1 .models-l,
.m-mzw-models-a1 .models-r{
	float: left;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}
.m-mzw-models-a1 .models-l{
	background-color: #FFF2F2;
	padding: 109px 61px 0 60px;
}
.m-mzw-models-a1 .models-r{
	background-color: #fff;
	padding: 105px 97px 0 98px;
}
.m-mzw-models-a1 .tit{
	font-size: 32px;
	font-weight: 600;
	color: #000000;
	line-height: 45px;
	text-align: center;
	margin-bottom: 38px;
}
.m-mzw-models-a1 .pic{
	width: 100%;
	overflow: hidden;
}
.m-mzw-models-a1 .logo-pic{
	width: 75px;
	overflow: hidden;
	margin: 0 auto 23px;
}
.m-mzw-models-a1 .logo-tit{
	font-size: 24px;
	font-weight: 600;
	color: #C9151E;
	line-height: 33px;
	margin-bottom: 41px;
	text-align: center;
}

.m-mzw-form-a1{
	display: block;
	overflow: hidden;
}
.m-mzw-form-a1 .form-item{
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}
.m-mzw-form-a1 .input-txt{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid rgba(151, 151, 151, 0.4);
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 0 10px;
	outline: none;
}
.m-mzw-form-a1 .form-item.icon .input-txt{
	padding-left: 32px;
}
.m-mzw-form-a1 .form-item.icon::after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.m-mzw-form-a1 .form-item.icon1::after{
	background-image: url(../images/icon/icon-a1.png);
}
.m-mzw-form-a1 .form-item.icon2::after{
	background-image: url(../images/icon/icon-a2.png);
}
.m-mzw-form-a1 .form-item-btn{
	padding-top: 23px;
	margin-bottom: 30px;
}
.m-mzw-form-a1 .from-btn{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background-color: #C9151E;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	border: none;
	outline: none;
	cursor: pointer;
}
.m-mzw-form-a1 .form-item-other{
	overflow: hidden;
	padding: 0 46px 0 32px;
}
.m-mzw-form-a1 .forget,
.m-mzw-form-a1 .register{
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
.m-mzw-form-a1 .forget{
	float: left;
	color: #000000;
}
.m-mzw-form-a1 .register{
	float: right;
	color: #C9151E;
}
/* 登录-end */

/* 注册-start */
.mzw-row1 .mzw-row1-1{
	font-size: 32px;
	font-weight: 600;
	color: #000000;
	line-height: 45px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 26px 0 29px;
}
.mzw-row1 .mzw-row1-2{
	max-width: 1253px;
	min-height: calc(100vh - 202px);
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 45px 180px 79px;
	box-sizing: border-box;
}
.mzw-row1 .mzw-row1-2-2{
	padding-top: 71px;
}
.mzw-row1 .mzw-row1-2-3{
	padding-top: 45px;
}
.mzw-row1 .mzw-row1-2-4{
	padding-top: 79px;
}

.ul-mzw-tree-a1{
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.ul-mzw-tree-a1 li{
	float: left;
	margin-left: 356px;
}
.ul-mzw-tree-a1 li:first-child{
	margin-left: 0;
}
.ul-mzw-tree-a1 .con{
	display: block;
}
.ul-mzw-tree-a1 .index{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	position: relative;
	margin: 0 auto 4px;
}
.ul-mzw-tree-a1 .num{
	background-color: #F7F7F7;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.ul-mzw-tree-a1 .index::before{
	content: '';
	display: block;
	width: 370px;
	height: 4px;
	background-color: #F7F7F7;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
}
.ul-mzw-tree-a1 li:first-child .index::before{
	display: none;
}
.ul-mzw-tree-a1 .txt{
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
}
.ul-mzw-tree-a1 li.on .num{
	background-color: #C9151E;
	color: #FFFFFF;
}
.ul-mzw-tree-a1 li.on .index::before{
	background-color: #C9151E;
}

.m-mzw-form-a2{
	display: block;
	overflow: hidden;
}
.m-mzw-form-a2 .form-item{
	overflow: hidden;
	margin-bottom: 24px;
}
.m-mzw-form-a2 .form-label,
.m-mzw-form-a2 .form-input,
.m-mzw-form-a2 .form-tip{
	float: left;
}
.m-mzw-form-a2 .form-label,
.m-mzw-form-a2 .form-tip{
	line-height: 40px;
}
.m-mzw-form-a2 .form-label{
	width: 96px;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	color: #000000;
}
.m-mzw-form-a2 .form-input{
	width: 334px;
	overflow: hidden;
}
.m-mzw-form-a2 .form-tip{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
	padding-left: 19px;
}
.m-mzw-form-a2 .input-txt{
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	outline: none;
	overflow: hidden;
	padding: 0 16px;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
}
.m-mzw-form-a2 .form-item.code .input-txt{
	width: 190px;
	float: left;
}
.m-mzw-form-a2 .form-code{
	width: 130px;
	height: 40px;
	background-color: #C9151E;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-left: 14px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
/*.m-mzw-form-a2 .form-code .code2{*/
/*	display: none;*/
/*}*/
.m-mzw-form-a2 .form-code.active{
	background-color: rgba(0, 0, 0, 0.3);
	cursor: default;
}
.m-mzw-form-a2 .form-code.active .code1{
	display: none;
}
.m-mzw-form-a2 .form-code.active .code2{
	display: block;
}
.m-mzw-form-a2 .form-item-btn{
	padding-top: 63px;
}
.m-mzw-form-a2 .form-btn{
	display: block;
	width: 130px;
	height: 40px;
	background-color: #C9151E;
	border-radius: 4px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.m-mzw-form-a3{
	display: block;
	overflow: hidden;
}
.m-mzw-form-a3 .form-item-title{
	overflow: hidden;
	margin-bottom: 29px;
}
.m-mzw-form-a3 .form-tit{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 22px;
	padding-right: 15px;
	position: relative;
	float: left;
}
.m-mzw-form-a3 .form-tit::after{
	content: '';
	display: block;
	width: 1920px;
	border: 1px dashed rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.m-mzw-form-a3 .form-list{
	margin-left: 117px;
	margin-bottom: 18px;
}
.m-mzw-form-a3 .form-list::after,
.m-mzw-form-a3 .form-row::after{
	content: '';
	display: block;
	clear: both;
}
.m-mzw-form-a3 .form-col{
	float: left;
	width: 50%;
}
.m-mzw-form-a3 .form-item{
	margin-bottom: 16px;
}
.m-mzw-form-a3 .form-item::after{
	content: '';
	display: block;
	clear: both;
}
.m-mzw-form-a3 .form-item.required .form-label::before{
	content: '*';
	display: inline;
	color: #C9151E;
	margin-right: 8px;
}
.m-mzw-form-a3 .form-label{
	width: 100px;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-align: right;
	margin-right: 8px;
	line-height: 32px;
}
.m-mzw-form-a3 .form-input{
	float: left;
	width: calc(100% - 108px);
	height: 32px;
}
.m-mzw-form-a3 .input-txt,
.m-mzw-form-a3 .form-select{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 0 14px;
	outline: none;
	font-family: inherit;
}
.m-mzw-form-a3 .form-select{
	appearance: none;
}
.m-mzw-form-a3 .form-input-select{
	position: relative;
}
.m-mzw-form-a3 .form-input-select::after{
	content: '';
	display: block;
	width: 16px;
	height: 17px;
	background: url(../images/icon/icon-a3.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}
.m-mzw-form-a3 .form-input-date{
	position: relative;
}
.m-mzw-form-a3 .form-input-date::after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon/icon-a4.png) no-repeat right center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}
.m-mzw-form-a3 .form-item-btn{
	padding-top: 59px;
}
.m-mzw-form-a3 .form-btn{
	border: none;
	outline: none;
	padding: 0;
}

.m-mzw-form-a3.style2 .input-txt{
	line-height: 32px;
	border: none;
	background-color: #F0F2F4;
}
.m-mzw-form-a3.style2 .form-list{
	position: relative;
}
.m-mzw-form-a3.style2 .form-head{
	width: 113px;
	height: 126px;
	border-radius: 4px;
	border: 1px solid #979797;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	left: -116px;
	top: 0;
}

.m-mzw-models-a2{
	overflow: hidden;
}
.m-mzw-models-a2 .pic{
	width: 96px;
	overflow: hidden;
	margin: 0 auto 23px;
}
.m-mzw-models-a2 .tit{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	line-height: 33px;
	text-align: center;
	margin-bottom: 45px;
}
.m-mzw-models-a2 .btn{
	display: flex;
	justify-content: center;
}
/* 注册-end */

/* 个人信息-start */
.mzw-row2 .mzw-col-l,
.mzw-row2 .mzw-row2-1,
.mzw-row2 .mzw-row2-2{
	background-color: #FFFFFF;
}
.mzw-row2 .mzw-col-l{
	width: 220px;
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 24px;
	position: sticky;
	left: 0;
	top: 0;
}
.mzw-row2 .mzw-col-r{
	width: calc(100% - 237px);
}
.mzw-row2 .logo{
	width: 100%;
	display: block;
	padding: 0 17px;
	box-sizing: border-box;
	margin-bottom: 31px;
}
.mzw-row2 .mzw-row2-1{
	height: 78px;
	padding: 0 43px;
	margin-bottom: 18px;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 5;
	box-sizing: border-box;
}
.mzw-row2 .mzw-row2-2{
	min-height: calc(100vh - 96px);
	padding: 16px 257px 40px 76px;
	box-sizing: border-box;
}
.mzw-row2 .mzw-row2-2.style2{
	padding: 34px 110px 0;
}
.mzw-row2 .mzw-row2-2.style3{
	padding: 44px 35px 0;
}

.snv{
	padding: 0 6px;
	overflow: hidden;
}
.snv li{
	margin-bottom: 10px;
}
.snv .con{
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 51px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #5E5E5E;
	transition: .4s;
}
.snv li.on .con,
.snv .con:hover{
	background-color: #C9151E;
	color: #FFFFFF;
}

.ul-mzw-list-a1{
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.ul-mzw-list-a1 li{
	margin-left: 25px;
}
.ul-mzw-list-a1 li:first-child{
	margin-left: 0;
}
.ul-mzw-list-a1 .con{
	cursor: pointer;
	display: flex;
	align-items: center;
}
.ul-mzw-list-a1 .pic{
	overflow: hidden;
	margin-right: 5px;
}
.ul-mzw-list-a1 .txt{
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	line-height: 1.5;
}
.ul-mzw-list-a1 li.head .pic{
	width: 24px;
}
.ul-mzw-list-a1 li.exit .pic{
	width: 16px;
}
/* 个人信息-end */

/* 报名须知-start */
.m-mzw-details-a1{
	overflow: hidden;
}
.m-mzw-details-a1 .tit1,
.m-mzw-details-a1 .tit2{
	text-align: center;
	color: #000000;
}
.m-mzw-details-a1 .tit1{
	font-size: 32px;
	font-weight: 400;
	line-height: 45px;
	margin-bottom: 14px;
}
.m-mzw-details-a1 .tit2{
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 38px;
}
/* 报名须知-end */

/* 报名选课-start */
.m-mzw-models-a3{
	overflow: hidden;
}
.m-mzw-models-a3 .models-item{
	margin-bottom: 50px;
}
.m-mzw-models-a3 .models-item2{
	margin-bottom: 97px;
}
.m-mzw-models-a3 .models-tit{
	margin-bottom: 22px;
}

.m-mzw-form-a4{
	display: block;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 23px 27px;
}
.m-mzw-form-a4 .form-item{
	overflow: hidden;
	margin-bottom: 32px;
}
.m-mzw-form-a4 .form-item:last-child{
	margin-bottom: 0;
}
.m-mzw-form-a4 .form-label{
	width: 80px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	text-align: right;
	margin-right: 12px;
	float: left;
}
.m-mzw-form-a4 .form-input{
	width: calc(100% - 92px);
	float: left;
}

.m-mzw-radio-m1 .radio-con{
	overflow: hidden;
}
.m-mzw-radio-m1 .input-radio-item{
	float: left;
	margin-right: 12px;
	position: relative;
}
.m-mzw-radio-m1 .input-radio-item:last-child{
	margin-right: 0;
}
.m-mzw-radio-m1 .radio-label{
	display: block;
	min-width: 44px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	line-height: 22px;
	padding: 0 8px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}
.m-mzw-radio-m1 .input-radio{
	z-index: 2;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m-mzw-radio-m1 .input-radio:checked +.radio-label{
	background-color: #C9151E;
	border-color: #C9151E;
	color: #fff;
}

.m-mzw-table-a1{}
.m-mzw-table-a1 table{
	width: 100%;
}
.m-mzw-table-a1 th{
	text-align: left;
}
.m-mzw-table-a1 thead{}
.m-mzw-table-a1 tbody{}
.m-mzw-table-a1 thead tr{
	background-color: #FAFAFA;
}
.m-mzw-table-a1 th,
.m-mzw-table-a1 td{
	padding: 22px 15px 10px;
}
.m-mzw-table-a1 tbody tr:nth-child(2n+1){
	background-color: #fff;
}
.m-mzw-table-a1 tbody tr:nth-child(2n){
	background-color: #FAFAFA;
}
.m-mzw-table-a1 .cell{
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}
.m-mzw-table-a1 th .cell{
	font-weight: 500;
}
.m-mzw-table-a1 td .cell{
	font-weight: 400;
}
.m-mzw-table-a1 .g-mzw-btn-a2{
	float: left;
}
.m-mzw-table-a1 .g-mzw-btn-a2.color1{
	margin-right: 18px;
}
.m-mzw-table-a1 .table-foot{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 33px;
	padding: 34px 0 65px;
	text-align: right;
}
.m-mzw-table-a1 .table-foot .color1{
	font-size: 24px;
	font-weight: 500;
	color: #C9151E;
}
.m-mzw-table-a1 .table-btn{
	display: flex;
	justify-content: flex-end;
}
/* 报名选课-end */

/* 弹窗-start */
/*.m-mzw-popup-a1{*/
/*	display: none;*/
/*}*/
.m-mzw-popup-a1 .popup-con{
	padding: 32px 25px;
	box-sizing: border-box;
}
.m-mzw-popup-a1 .popup-close{
	width: 16px;
	height: 16px;
	background: url(../images/icon/icon-a7.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

.m-mzw-popup-a1.style1{
	/*display: none;*/
}
.m-mzw-popup-a1.style1 .popup-con{
	border-radius: 0;
	width: 821px;
	height: 654px;
}
.m-mzw-popup-a1.style1 .popup-body{
	height: 100%;
}
.m-mzw-popup-a1.style1 .popup-title{
	padding: 24px 0 11px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: 15px;
}
.m-mzw-popup-a1.style1 .popup-title .g-mzw-title-a1{
	margin-left: -15px;
}
.m-mzw-popup-a1.style1 .popup-txt{
	padding-top: 18px;
	margin-left: 15px;
	box-sizing: border-box;
	height: calc(100% - 69px);
	overflow-x: hidden;
	overflow-y: auto;
}

.m-mzw-popup-a1.style2 .popup-con{
	width: 370px;
}
.m-mzw-popup-a1.style2 .popup-body{
	padding-top: 22px;
}
.m-mzw-popup-a1.style2 .popup-txt{
	min-height: 48px;
	margin-bottom: 37px;
}
.m-mzw-popup-a1.style2 .popup-txt .g-mzw-text-a1{
	font-weight: 400;
}
.m-mzw-popup-a1.style2 .popup-btn{
	display: flex;
	justify-content: center;
}
.m-mzw-popup-a1.style2 .popup-btn .g-mzw-btn-a3.false{
	margin-right: 32px;
}

.m-mzw-popup-a1.style3 .popup-con{
	width: 370px;
}
.m-mzw-popup-a1.style3 .popup-pic{
	width: 48px;
	overflow: hidden;
	margin: 0 auto 12px; 
}
.m-mzw-popup-a1.style3 .popup-pic-tit{
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
	margin-bottom: 16px;
	text-align: center;
}
.m-mzw-popup-a1.style3 .popup-txt{
	min-height: 72px;
	margin-bottom: 14px;
}
.m-mzw-popup-a1.style3 .popup-txt .g-mzw-text-a1{
	font-size: 14px;
}
.m-mzw-popup-a1.style3 .popup-btn{
	display: flex;
	justify-content: center;
}
.ul-mzw-list-a2{
	overflow: hidden;
}
.ul-mzw-list-a2 li{
	float: left;
	width: 50%;
	margin-bottom: 8px;
}
.ul-mzw-list-a2 li:nth-child(2n) .con{
	padding-left: 70px;
}
.ul-mzw-list-a2 .con{
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}
.ul-mzw-list-a2 .tit{
	float: left;
	color: rgba(0, 0, 0, 0.3);
}
.ul-mzw-list-a2 .info{
	float: left;
	color: #000000;
}
.ul-mzw-list-a2 .info.color{
	font-size: 18px;
}
.ul-mzw-list-a2 .info.color1{
	color: #FF9500;
}
.ul-mzw-list-a2 .info.color2{
	color: #3FA600;
}
.ul-mzw-list-a2 .info.color3{
	color: #C9151E;
}
/* 弹窗-end */