#J_plu {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 1500;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#J_pluT {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center
}

#ZWL_ALERT {
	width: 80%;
	background-color: #fff;
	border-radius: .2rem;
	-webkit-animation: zoomIn .15s ease forwards;
	animation: zoomIn .15s ease forwards
}

#ZWL_ALERT .ALERT_TITLE {
	width: 100%;
	height: .75rem;
	line-height: .75rem;
	text-align: center;
	background-color: #fe5141;
	font-size: .32rem;
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem
}

#ZWL_ALERT .ALERT_CONTENT {
	width: 100%;
	margin: .1rem auto
}

#ZWL_ALERT .ALERT_CONTENT img {
	width: 20%;
	margin: .2rem;
	display: inline-block;
	float: left;
	vertical-align: middle
}

#ZWL_ALERT .ALERT_CONTENT .ALERT_TEXT {
	min-width: 40%;
	max-width: 70%;
	font-size: .32rem;
	margin: .2rem auto;
	vertical-align: middle
}

#ZWL_ALERT .ALERT_COMFIRM {
	width: 100%;
	padding-bottom: .3rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center
}

#ZWL_ALERT .ALERT_COMFIRM .ALERT_COMFIRM_BUTTON {
	width: 40%;
	background-color: #fe5141;
	height: .7rem;
	line-height: .7rem;
	text-align: center;
	color: #fff;
	font-size: .28rem;
	border-radius: .1rem
}

.ALERT_TEXT_JUST01 {
	line-height: 1rem;
	text-align: center
}

.ALERT_TEXT_JUST02 {
	line-height: .5rem;
	text-align: left
}

#J_pluToast {
	position: fixed;
	z-index: 1500;
	left: 0;
	right: 0;
	top: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#ZWL_TOAST {
	max-width: 80%;
	background: rgba(0, 0, 0, .4);
	text-align: center;
	font-size: .28rem;
	padding: .3rem .3rem;
	margin: 0 auto;
	color: #fff;
	border-radius: .1rem
}

.Z_confirm {
	background-color: #13eb73;
	color: #fff
}

#ZWL_CONFIRM {
	width: 66%;
	background-color: #fff;
	border-radius: .1rem;
	-webkit-border-radius: .1rem
}

#ZWL_CONFIRM .CONFIRM_TOP {
	font-size: .3rem;
	color: #3293ea;
	text-align: center;
	padding-top: .32rem
}

#ZWL_CONFIRM .CONFIRM_TEXT {
	line-height: .4rem;
	padding: .38rem .43rem;
	color: #333;
	font-size: .28rem
}

#ZWL_CONFIRM .CONFIRM_INPUT {
	width: 88%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between
}

#ZWL_CONFIRM .CONFIRM_INPUT input {
	width: 60%;
	height: .8rem;
	font-size: .26rem;
	padding: .07rem 0;
	border-radius: .1rem;
	border: .02rem solid #dfdfdd;
	text-indent: .1rem
}

#ZWL_CONFIRM .CONFIRM_INPUT #sendsms {
	font-size: .28rem;
	color: #fff;
	width: 1.6rem;
	display: inline-block;
	height: .8rem;
	line-height: .8rem;
	border-radius: .1rem;
	text-align: center;
	-webkit-border-radius: .1rem
}

#ZWL_CONFIRM .tips {
	color: #3293ea;
	font-size: .24rem;
	width: 88%;
	margin: 0 auto;
	padding: .05rem 0;
	display: none
}

#ZWL_CONFIRM .tips.active {
	display: block
}

#ZWL_CONFIRM .CONFIRM_SUBMIT {
	width: 88%;
	height: .8rem;
	line-height: .8rem;
	margin: .2rem auto;
	color: #fff;
	text-align: center;
	font-size: .3rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem
}

.zwlcol32 {
	background-color: #3293ea
}

.zwlcoldf {
	background-color: #dfdfdd
}

#ZWL_CONFIRM .COMFIRM_BOTTON {
	width: 4.2rem;
	margin: 0 auto;
	padding-bottom: .35rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between
}

#ZWL_CONFIRM .COMFIRM_BOTTON #yes {
	width: 2rem;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	background-color: #3293ea;
	outline: 0;
	border: none;
	font-size: .3rem;
	line-height: .4rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem
}

#ZWL_CONFIRM .COMFIRM_BOTTON #no {
	width: 2rem;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	background-color: #3293ea;
	outline: 0;
	border: none;
	font-size: .3rem;
	line-height: .4rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem
}

#ZWL_CHOOSE {
	width: 100%;
	height: 6.1rem;
	position: fixed;
	bottom: 0;
	z-index: 1501;
	background-color: #fff
}

#ZWL_CHOOSE .ZWL_UL {
	width: 6.5rem;
	height: 4rem;
	margin: 0 auto;
	overflow: scroll
}

#ZWL_CHOOSE .CHOOSENAME {
	font-size: .26rem;
	color: #333;
	text-align: center;
	padding-top: .4rem;
	padding-bottom: .2rem
}

#ZWL_CHOOSE .ZWL_UL li {
	width: 6.5rem;
	height: 1rem;
	line-height: 1rem;
	font-size: .26rem;
	color: #333;
	border-bottom: 1px solid #dfdfdd;
	position: relative
}

#ZWL_CHOOSE .ZWL_UL li .CHOOSEICON.ACTIVE {
	width: .4rem;
	height: .4rem;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.2rem;
	background: url(../images/transfer_choose.png) no-repeat;
	background-size: 100% 100%
}

#ZWL_CHOOSE .ZWL_UL .zwl_li .CHOOSEICON {
	width: .4rem;
	height: .4rem;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.2rem;
	background: url(../images/transfer_unchoose.png) no-repeat;
	background-size: 100% 100%
}

#ZWL_CHOOSE .CHOOSECLOSE {
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	color: #fff;
	background-color: #3293ea;
	font-size: .32rem;
	position: absolute;
	bottom: 0
}

#ZWL_SELECTM {
	width: 83.3%;
	height: 3.5rem;
	background-color: #fff;
	position: absolute;
	top: 1.85rem
}

#ZWL_SELECTM.active:after {
	content: '';
	width: 0;
	position: absolute;
	height: 0;
	top: -.2rem;
	left: 1.3rem;
	border-left: .2rem solid transparent;
	border-right: .2rem solid transparent;
	border-bottom: .2rem solid #fff
}

#ZWL_SELECTM ul {
	width: 5.68rem;
	height: 2.3rem;
	margin: .4rem auto;
	padding-top: .3rem
}

#ZWL_SELECTM ul li {
	width: 1.27rem;
	height: 1rem;
	float: left;
	text-align: center;
	margin-bottom: .2rem
}

#ZWL_SELECTM ul li.unchoose {
	background-color: rgba(50, 147, 234, .1);
	color: #3293ea
}

#ZWL_SELECTM ul li.choose {
	background-color: #3293ea;
	color: #fff
}

#ZWL_SELECTM ul li.mar20 {
	margin-right: .2rem
}

#ZWL_SELECTM ul li .MONTH {
	font-size: .3rem;
	padding-top: .12rem
}

#ZWL_SELECTM ul li .YEAR {
	font-size: .22rem
}

/**
 * 大弹窗
 */
#ZWL_BigALERT{
	width: 86%;
	background-color: #fff;
	border-radius: .1rem;
	-webkit-border-radius: .1rem
}
#ZWL_BigALERT .ALERT_TITLE{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size:0.3rem;
	color: #3292EA;
	text-align: center;
}
#ZWL_BigALERT .ALERT_CONTENT{
	min-height:3.7rem ;
	max-height: 5.84rem;
	text-align: justify;
    overflow-y: auto;
}

#ZWL_BigALERT p{
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #333;
	width: 88%;
	margin: 0 auto;
}
#ZWL_BigALERT .ALERT_COMFIRM{
	width: 100%;
	height: 1.2rem;
	
}
#ZWL_BigALERT .ALERT_COMFIRM .ALERT_COMFIRM_BUTTON{
	width: 62.5%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	margin: 0.4rem auto;
	background-color: #3292EA;
	font-size: 0.3rem;
	color: #fff;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}
