
/* select_block */
.select_block,
.select_body,
.select_right,
.select_center {
		height: 46px; box-sizing: border-box;
}
.select_block {
		display: inline-block;
		width: 100%; margin-bottom: 0px;
    	position:relative;
		cursor: pointer;
		vertical-align: top;
}
.select_center {
    box-sizing: border-box;
    padding-left: 18px; margin-right: 44px;
    background: #fff;
    border-left: 1px solid #bfbdaf; border-top: 1px solid #bfbdaf; border-bottom: 1px solid #bfbdaf;
    cursor: pointer;
}
.active .select_center {
	border-left: 1px solid #1a5d00; border-top: 1px solid #1a5d00; border-bottom: 1px solid #1a5d00;
}

.select_right {
		float: right;
		box-sizing: border-box;
    width:44px;
    background: no-repeat left top url(images/select_zm_right.png);
		border: 1px solid #bfbdaf;
}
.active .select_right {
	border: 1px solid #1a5d00;
}




.select_center span {
    display:block;
    padding:12px 0px 0px 1px;
	overflow: hidden; 	white-space: nowrap;
}


.select_vp {
	display:none;
  	/*width: 100%;*/
	padding: 0px 0px 0px;
    position: absolute;
	left:0px;
	top: 45px;
	z-index: 1000;
    background: #ffffff;
    border: 1px solid #bfbdaf;
	max-height:200px;
}
.select_vp,
.scrollbar-inner {
    max-height: 233px;
}

.select_vp.open {
	border: 1px solid #1a5d00;
}

.select_vp span {
    display:block; overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	height: 46px;
    margin: 1px 0px;
    padding: 12px 13px ;
    cursor: pointer;
    overflow: hidden;
}

.select_vp span:hover {
    background: #e8e1d9;
}
.select_vp span:first-child {
    margin-top:0px;
}
.select_vp span:last-child {
    margin-bottom:0px;
}


.select_center img,
.select_vp img {
	border: 1px solid #bfbdaf; vertical-align: middle;
}

/* /select_block */


/* check-box */
.check-box {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 26px; height: 26px;
	background-repeat: no-repeat;
	background-image: url(images/check-box.png);
	background-position: left top;
	margin-right: 17px;
	top: -1px;
	overflow: hidden;
}
.check-box.checked {
   background-position: right top;
}
.check-box input[type=checkbox] {
	position: absolute;
	left:-20px;
	top: 0px;
}
/* /check-box */

/* radio-button */
.radio-button {
	display: inline-block;
	position: relative;
	width: 21px; height: 21px;
	background-repeat: no-repeat;
	background-image: url(images/radio-button.png);
	background-position: left top;
	top: 2px;
	overflow: hidden;
}
.radio-button-click {
	width: 21px; height: 21px;
}

.radio-button.checked {
	background-position: right top;
}
.radio-button input[type=radio] {
	position: absolute;
	left:-20px;
	top: 0px;
}
/* /radio-button */

.rb_text {
    display: inline-block;
    font-size: 16px;
    padding-top: 2px;
    vertical-align: top;
    margin-left: 10px;
}
.radio_block {
	display: inline-block;
	margin-right: 30px;
}


.qu {
    overflow: hidden;
}
.qu .form_line_left {
    margin-right:19px;
}
.chrome .qu { border-left: 0; }
.form_z {
    color: #2574a9; font-size: 22px; padding-bottom: 16px;
}

.form_line_left {
	width:390px; float:left; margin-right: 15px;
}
.form_line_right {
	width:149px; float:left;
}


.form_line input[type="file"] {
    border: 1px solid #b0bec5;
    font-size: 16px;
    height: 40px;
    left: 0;
    position: absolute;
    top: -60px;
    width: 383px;
	display: none;
}
















