div.fancy-select {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #46565D;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
	
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
	cursor: pointer;
	padding: 10px 24px 11px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #fff;
	border: 1px solid #9C9C9C;
	color: #9A9A9A;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	width: 152px;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
	font-size:14px;
	font-weight:normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #9B9B9B;
	top: 18px;
	right: 8px;
}

div.fancy-select div.trigger.open {
	background: #E40001;
	border: 1px solid #E40001;
	color: #fff;
	box-shadow: none;
}

div.fancy-select div.trigger.open:after {
	border-top-color: #fff;
}

div.fancy-select ul.options {
	padding:10px 0;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 6050;
	max-height:200px;
	overflow: auto;
	background: #fff;
	color:#9b9b9b;
	min-width: 150px;
	border:1px solid #E40001;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 40px;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
	padding: 8px 10px;
	color: #9b9b9b;
	font-weight:normal;
	cursor: pointer;
	white-space: nowrap;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
	background: #E40001;
	color: #fff;
}

div.fancy-select ul.options li.hover {
	color: #E40001;
}


/*首页表单*/
.i_form{ width:1200px; background:url(../images/i_form.png) repeat; position:absolute; bottom:50px; left:50%; margin-left: -600px; z-index:6000; border-radius:6px;}
.i_form i{ display:none;}
.i_form_center{ padding:20px 25px; width:1200px; margin:0 auto; max-width:1200px;}
.i_form_select{ width:160px; height:40px; float:left; padding:0 5px;}
.i_form_radio{ font-size:14px; color:#9B9B9B; line-height:38px;  width:260px; border:1px solid #9B9B99; background:#fff; float:left; height:40px; padding-left:10px; margin:0 5px}
.i_form_radio .input_text{ outline:none; text-indent:4px; width:78px; line-height:38px; height:38px; border:none; background:none; color:#9B9B9B; }
.i_form_radio label{ font-size:14px; color:#9B9B9B; font-weight:normal; cursor:pointer;}
.i_form_radio label:hover{ color:#E70012;}

.i_form_input{ font-size:14px; position:relative; z-index:1; color:#9B9B9B; line-height:38px;  width:200px; border:1px solid #9B9B99; background:#fff; height:40px; float:left; margin:0 5px}
.i_form_input span{ position:absolute; display: block; width:70px; height:22px; top:8px; line-height:22px; left:10px; z-index:9;}
.i_form_input .input_text{ outline:none; padding:0 4px 0 74px; width:100%; line-height:38px; height:38px; border:none; background:none; color:#9B9B9B; }

.i_form_input2{ font-size:14px; position:relative; z-index:1; color:#9B9B9B; line-height:38px;  width:370px; border:1px solid #9B9B99; background:#fff; height:40px; float:left; margin:0 5px}
.i_form_input2 span{ position:absolute; display: block; width:40px; height:22px; top:8px; line-height:22px; left:10px; z-index:9;}
.i_form_input2 .input_text{ outline:none; padding:0 4px 0 44px; width:100%; line-height:38px; height:38px; border:none; background:none; color:#9B9B9B; }

.i_form_but{ width:110px; padding:0 5px; height:40px; float:left;}
.i_form_but .submit_but{ font-size:14px; color:#fff; line-height:40px; border:none; background:#E80111; text-align:center; cursor:pointer; outline:none; width:100px;}
