/*--selectbox--*/
.default .select_box{ position:relative; display:inline-block;width:100%;height:52px;line-height:52px;}
.default .select_up{ height:52px; line-height:52px;  position:relative; display:inline-block;cursor:pointer; color:#666;
	width:100% !important;background-color:#e9edee;}
.default .disabled .select_up .select_up_text,.disabled .select_up{ background:#f5f5f5!important; color:#ccc!important;}
.default .select_up b{ width:11px; height:6px; position:absolute; right:10px; top:24px;background: url(../images/index_bg.png) -287px -9px no-repeat;}
.default .select_up .title{ font-weight:normal; padding:0 8px;}
.default .select_up .select_up_text{ height:52px; line-height:52px;border:none;  width:90%; float:left; padding-left:10px; cursor:pointer;
	font-size:1rem;}

.default .select_box .select_list{ position:absolute; left:0;top:28px; width:auto;  border-top:none; background:#fff; display:none; text-align:left;width:100% !important;background-color:#e9edee;}
.default .select_box .select_list a{ position:relative; line-height:35px; height:35px; padding-left:8px; display:block; text-decoration:none;color:#666; 
	cursor:pointer; white-space:nowrap;}
.default .select_box .select_list a:hover{ background:#f00; color:#fff;}

.default .select_box .erji{ position:absolute; width:113px;left:90px;top:0; background:#fff; border:1px solid #D2DBE2;}
.default .select_box .icon{ width:7px; height:12px; display:inline-block;background: url(../images/apply_icon.png) -5px -139px no-repeat; position:absolute;right:5px;top:8px;}


/*--other skin--*/
.others .select_box{ display:inline-block; cursor:pointer; line-height:25px; vertical-align:middle; position:relative;text-align: left; font-weight: normal;}
.others .select_box{+display: inline;}
.others .select_box .select_up{ border:1px solid #afafaf;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px; *zoom:1; height: 25px; overflow:hidden; background:url(../images/selectbox.png) repeat-x 0 -9px;}
.others .select_box .select_up:after{ content:"\0020"; display:block; clear:both; height:0;}
.others .select_box .select_up h4{ float: left; color:#666; font-weight:normal; padding-left:16px;}
.others .select_box .select_up p{ float:right; width:7px; height:5px; border-left:1px solid #afafaf; padding:10px 4px;}
.others .hover .select_up{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.others .hover .select_up p{background:url(../images/selectbox.png) repeat-x 0 -39px;-moz-border-top-right-radius: 5px;-webkit-border-top-right-radius: 5px;border-top-right-radius:5px;}
.others .select_box .select_up p b{ width:7px; height:4px; display:block; background:url(../images/selectbox.png) no-repeat 0 0;}
.others .select_box .select_list{ border:1px solid #afafaf; position:absolute; left:0; top:27px;}
.others .select_box .select_list a{padding-left:16px; height:25px;overflow:hidden; display:block; text-decoration:none; color:#585858; background-color:#fff; position:relative;}
.others .select_box .select_list a:hover{ background:url(../images/selectbox.png) repeat-x 0 -69px;}

.others .select_box .erji{ position:absolute; width:113px;left:90px;top:0; background:#fff; border:1px solid #D2DBE2;}
.others .select_box .icon{ width:7px; height:12px; display:inline-block;background: url(../images/apply_icon.png) -5px -139px no-repeat; position:absolute;right:5px;top:8px;}