.fz-label {
	padding-left:0px;
	padding-right:0px;
}

.fz-sel-div {
	padding-top: 8px;
}

.fz-sel-div .fz-select {
	width: 100%;
}

/** 验证输入框,自定义 **/
.customer_form_input {
	width: 100%;
	height: 31px;
	border: 0px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	align-content: center;
	text-align: center;
	color: #0b94ea;
}
.customer_form_input[readonly]{
	background-color: #ffffff !important;
	border: 0px;
	color: #0b94ea;
}

.input-tips {
	min-width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	border: 1px solid #e5e5e5;
	text-align: center;
	color: #0b94ea;
}
.__popup {
            display: inline-block;
            padding: 5px 10px 6px;
            text-decoration: none;
            border-radius: 5px;
            position: fixed;
            top: 1%;
            line-height: 30px;
            background: #FC6;
            border: 1px solid #F90;
            z-index: 9900;
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);
            -moz-box-shadow: 2px 2px 10px #909090;
            -webkit-box-shadow: 2px 2px 10px #909090;
            box-shadow: 2px 2px 10px #909090;
            height: 610px;
            width: 445px;
        }

        #__popup img {
            height: 600px;
            z-index: 9909;
            position: absolute;
        }

        .noneText {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background: none;
            border: none;
            font-size: 15px;
            color: red;
            position: absolute;
            font-weight: bold;
        }

        .lineText {
            padding: 0px 3px 1px 0px;
            font-size: 14px;
            background: none;
            border-left: none;
            border-top: none;
            border-bottom: 1px ridge;
            border-right: 1px ridge;
            text-align: right;
            color: red;
            position: absolute;
            margin: 540px 0px 5px 260px;
        }

        .__wmFlow {
            margin: 510px 0px 5px 230px;
        }

        .__wmWater {
            margin: 318px 0px 5px 230px;
        }