.t_l{
	text-align: left!important;
}
.t_c{
	text-align: center!important;
}
.fl{
	float: left!important;
}
.fr{
	float: right!important;
}
.colRed{
	color: #a91818;
}
.colRed_2{
	color: #ff0000;
}
.colBlue{
	color: #21a4ff;
}
.colOrange{
	color: #fa8e19;
}
.pt0{
	padding-top: 0!important;
}
.w98{
	width: 98px;
}
.w118{
	width: 118px;
}

.mr_20{
	margin-right: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mt_60{
	margin-top: 60px;
}

.banBox{
	line-height: 0;
}
.banBox img{
	max-width: 100%;
}
.navBox{
	background: #fff;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.navBox ul{
	width: 1200px;
	margin: 0 auto;
	height: 62px;
}
.navBox ul li{
	float: left;
	height: 62px;
}
.navBox ul li a{
	display: block;
	color: #000;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}
.navBox ul li a:hover, .navBox ul li a.cur{
	color: #e8af00;
	border-bottom: 2px solid #e8af00;
}
.navBox2{
	background: #fff;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.navBox2 ul{
	width: 1200px;
	margin: 0 auto;
	height: 62px;
}
.navBox2 ul li{
	float: left;
	height: 62px;
}
.navBox2 ul li a{
	display: block;
	color: #000;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}
.navBox2 ul li a:hover, .navBox2 ul li a.cur{
	color: #e8af00;
}.boxCon, .apiPay{
	width: 1160px;
	margin: 30px auto 0;
	background: #fff;
	overflow: hidden;
}
.boxCon{
	padding: 30px 20px 40px;
}
.ttl{
	padding: 50px 0 30px;
	font-size: 20px;
}
.ttl:before, .payTab dt:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 16px;
	background: #f5d000;
	margin-right: 15px;
}
.boxCon .tab, .flboxCon table, .cz_date_list table, .conBox table{
	border: 1px solid #d4d4d4;
	border-bottom: 0;
	border-right: 0;
	padding: 0;
	font-size: 14px;
	width: 100%;
}
.boxCon .tab th, .boxCon .tab td,.flboxCon table th, .flboxCon table td, .cz_date_list table th, .cz_date_list table td, .conBox table th, .conBox table td{
	border-bottom: 1px solid #d4d4d4;
	padding: 7px 25px;
	align:center;
	line-height: 28px;
}
.boxCon .tab th,.flboxCon table th, .cz_date_list table th, .conBox table th{
	text-align: center;
	background: #ededed;
}
.boxCon .tab_1, .boxCon .tab_2 th, .boxCon .tab_2 td, .flboxCon table th, .flboxCon table td, .cz_date_list table th, .cz_date_list table td, .conBox table th, .conBox table td{
	border-right: 1px solid #d4d4d4;
}

.boxCon .tab_1, .boxCon .tab_2 th, .boxCon .tab_2 td, .flboxCon table th, .flboxCon table td{
	border-right: 1px solid #d4d4d4;
}
.boxCon .tab_1 th{
	width: 127px;
}
.boxCon .tab_2 td, .flboxCon table td{
	text-align: center;
}
.boxCon .tab_2 td:last-of-type{
	width: 100px;
	padding: 8px 12px;
}
.boxCon .tab_2 td.alink{
	padding-left: 60px;
	padding-right: 60px;
}
.boxCon .tab_2 td.alink a{
	float: left;
	width: 25%;
	text-align: left;
	color: #21a4ff;
}
.boxCon .tab_2 td.alink2 a{
	float: left;
	width: 50%;
	text-align: left;
	color: #21a4ff;
}
.alink_btn{
	background: #f5cc00;
	color: #000!important;
	width: 100px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.alink_btn:hover{
	color: #fff;
}
.apiPay .ttl{
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.payList{
	padding: 30px 20px;
	overflow: hidden;
}
.payList li{
	float: left;
	margin: 0 50px 30px 0;
	line-height: 0;
}
.payList li:nth-of-type(4n){
	padding-right: 0;
}
.payList li span{
	border: 1px solid #d4d4d4;
	display: inline-block;
	line-height: 0;
}
/*radio*/
/*.radio{
	display: none;
}
.radio+label{
	display: block;
	float: left;
	border: 1px solid #d5d5d5;
	width: 30px;
	height: 30px;
	margin: 15px 20px 0 0;
	position: relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/statics/168/js/inc/pie.php);
}
.radio:checked+label:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #fa8e19;
	position: absolute;
	top: 10px;
	left: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/statics/168/js/inc/pie.php);
}*/
input[type="radio"] {
	display: none;
}
.payList label {
	cursor: pointer;
	display: block;
	background: url(../img/radio_bg_01.png) no-repeat left center;
	padding-left: 40px;
}
.payList label.checked{
	background: url(../img/radio_bg_02.png) no-repeat left center;
}
.payList label img{
	border: 1px solid #d4d4d4;
}
.addMon{
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
	padding: 20px;
}
.addMon input{
	border: 1px solid #d4d4d4;
	width: 98px;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	margin: 0 10px 0 20px;
}
.addMon span{
	font-size: 12px;
}

.btnPay{
	float: right;
	width: 200px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
}

/*wrap_float*/
.wrap_float{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.wrap_float.is-visible{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.flbox {
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index:9999;
  /*width: 500px;
  height: 430px;*/
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.flbox h4{
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 18px;
	background: #fa8e19;
}
.flbox .ttl{
	padding: 28px 20px 18px;
	line-height: 1;
	border-bottom: 1px solid #d4d4d4;
}
.flboxCon{
	padding: 20px;
}
.flboxCon table th, .flboxCon table td{
	padding: 6px 25px;
}
.flboxCon table .alink_btn{
	width: 70px;
}

.apiFlbox{
	width: 500px;
	height: 430px;
}

.btnStyle{
	border: 0;
	display: inline-block;
	cursor: pointer;
	color: #fff;
}
.btn_orange{
	background: #fa8e19;
}
.btn_w100_h32{
	width: 100px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}
.btn_cancel{
	border: 1px solid #d4d4d4;
	background: none;
	color: #000;
}

/*page*/
.pageBox {
	padding-top: 100px;
	text-align: center;
	line-height: 0;
}
.pageBox a, .pageBox span{
	display: inline-block;
	font-size: 12px;
	color: #666;
	border: 1px solid #ddd;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 0 4px;
	position: relative;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari 和 Chrome */
	-o-border-radius: 3px; /*opera*/
	border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(/statics/168/js/inc/pie.php);
}
.pageBox .prev:before, .pageBox .next:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	position: absolute;
	top: 9px;
}
.pageBox .prev:before{
	border-color: transparent #999 transparent transparent;
	border-style: dashed solid dashed dashed;
	left: 5px;
}
.pageBox .next:before{
	border-color: transparent transparent transparent #999;
	border-style: dashed dashed dashed solid;
	left: 11px;
}
.pageBox .next:hover:before{
	border-color: transparent transparent transparent #fff;
}
.pageBox a:hover, .pageBox a:active, .pageBox .cur{
	border-color: #fa8e19;
	background: #fa8e19;
	color: #fff;
}
.pageBox .disabled_prev:before{
	border-color: transparent #ddd transparent transparent; 
}
.pageBox .disabled_next:before{
	border-color: transparent transparent transparent #ddd; 
}
.pageBox .pageMore{
	display: inline-block;
	border: 0;
	width: 28px;
	height: 28px;
}
.pageBox .pageMore em{
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 2px;
	background: #999;
	border-radius: 50%;
}
.pageBox .pageMore:hover{
	background: none;
}
/*detail*/
.container{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.crumbs{
	font-size: 14px;
	color: #333;
	padding: 20px 0;
}
.crumbs a{
	display: inline;
	color: #333;
}
.left_box{
	float: left;
	padding: 30px 20px;
	overflow: hidden;
	width: 840px;
	background: #fff;
}
.txtH{
	font-size: 24px;
	color: #313242;
	padding-bottom: 30px;
}
.ttl-share{
	width: 100%;
	overflow: hidden;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.ttl-share span{
	display: inline-block;
	min-height: 15px;
}
.ttl-share p{
	padding-top: 1px;
}
.txtSee{
	background: url(../img/icon/ico_see.png) no-repeat left top;
	padding-left: 25px;
	padding-right: 40px;
}
.txtTime{
	background: url(../img/icon/ico_time.png) no-repeat left top;
	padding-left: 25px;
	padding-right: 30px;
}
.txtName{
	background: url(../img/icon/ico_name.png) no-repeat left top;
	padding-left: 20px;
	padding-right: 35px;
}
.shareBox span{
	float: left;
	padding: 1px 5px 0 0;
}
.shareBox a{
	display: inline-block;
	background: url(../img/icon/ico_share.png) no-repeat;
	width: 17px;
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
}
.shareBox a.ico_share_01{
	background-position: 0 0;
}
.shareBox a.ico_share_02{
	background-position: -28px 0;
}
.shareBox a.ico_share_03{
	background-position: -54px 0;
}
.shareBox a.ico_share_04{
	background-position: -81px 0;
}
.shareBox a.ico_share_05{
	background-position: -108px 0;
}
.shareBox a.ico_share_06{
	background-position: -135px 0;
}
.txtCon{
	font-size: 16px;
	color: #555;
	line-height: 36px;
}
.right_box{
	float: right;
	width: 300px;
	overflow: hidden;
}
.boxItem{
	padding: 20px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.user{
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari 和 Chrome */
	-o-border-radius: 50%; /*opera*/
	border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(/statics/168/js/inc/pie.php);
}
.userTxt{
	font-size: 18px;
	color: #333;
	padding-top: 10px;
}
.userTxt span{
	font-size: 14px;
	color: #fa8e19;
	padding-left: 10px;
}

.btn_follow{
	width: 80px;
	height: 28px;
	background: #fa8e19;
	color: #fff;
	border: 0;
	margin-top: 15px;
	position: relative;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari 和 Chrome */
	-o-border-radius: 3px; /*opera*/
	border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(/statics/168/js/inc/pie.php);
}
.itemTtl{
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.listTxt li{
	padding-top: 15px;
	font-size: 12px;
}
.listTxt li a{
	color: #333;
}
.listTxt li span{
	float: right;
	color: #999;
}
.rboxBan{
	line-height: 0;
	margin-bottom: 20px;
}
.alink{
	line-height: 30px;
	padding-top: 10px;
	overflow: hidden;
}
.alink a{
	color: #21a4ff;
	float: left;
	padding-right: 15px;
}
.apiBan div{
	height:100%;
	width:100%;
	background:url(/statics/168/img/api_ban.png)no-repeat;
}
/*api充值页面*/
.dispBlock{
	display: block!important;
}
.payTabBox{
	overflow: hidden;
}
.payCash{
	font-size: 14px;
	color: #333;
	padding-bottom: 30px;
}
.payCash input[type="text"]{
	border: 1px solid #d4d4d4;
	width: 335px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	margin-right: 20px;
}
.payCash span{
	font-size: 12px;
	color: #555;
	padding-left: 5px;
}
.payTab{
	border-bottom: 1px solid #e5e5e5;
	float: left;
	width: 100%;
}
.payTab dt{
	float: left;
	font-size: 20px;
	color: #999;
	padding: 25px 0;
	margin-right: 20px;
}
.payTab dd{
	float: left;
}
.payTab dd a{
	float: left;
	color: #000004;
	font-size: 20px;
	padding: 25px 15px;
	margin-bottom: -1px;
}
.payTab dd a:hover, .payTab dd a.cur{
	color: #f5d000;
	border-bottom: 1px solid #f5d000;
}
.payCon{
	padding: 80px 0;
	float: left;
	width: 100%;
}
.payCon > li{
	display: none;
}
.wechatBox{
	width: 270px;
	float: left;
	padding-left: 210px;
}
.wechat{
	width: 260px;
	height: 260px;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
	font-size: 0;
	position: relative;
}
.wechat img{
	width: 205px;
	height: 205px;
	margin: 25px auto 0;
}
.wechat span{
	display: block;
	width: 24px;
	height: 260px;
	border: 1px solid #e6e6e6;
	position: absolute;
	top: 0;
}
.wechat .wc_l{
	left: 0;
	border-right: 0;
}
.wechat .wc_r{
	right: 0;
	border-left: 0;
}
.wcTxt{
	background: url(../img/ico_scan.png) no-repeat 42px 15px;
	color: #fff;
	margin-top: 30px;
	line-height: 1.8;
	padding: 8px 15px 9px 100px;
	font-size: 16px;
}
.wcTxtBg_alipay{
	background-color: #00aaef;
}
.wcTxtBg_wechat{
	background-color: #05af0d;
}
.img_phone{
	float: right;
	margin-right: 190px;
}
.btnBox{
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #d4d4d4;
	padding-top: 40px;
}
.btnBox button{
	width: 272px;
	height: 80px;
	font-size: 24px;
}

.payCon .payList{
	padding: 0;
	margin-top: -30px;
}

.orderFlbox{
	width: 325px;
	height: 100px;
	line-height: 1.8;
	padding: 60px 85px 60px 90px;
	font-size: 16px;
	color: #333;
}
.flboxBord{
	width: 5px;
	height: 95px;
	background: #f2ce07;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
}

.addMon{
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 20px;
}
.addMon input[type="text"]{
	width: 98px;
	margin: 0 10px 0 20px;
}

/*cz_logo*/
.cz_logo{
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 2px;
	-webkit-box-shadow: 0 0 0 7px #fff, 0 0 0 17px #f0f0f0;
	-moz-box-shadow: 0 0 0 7px #fff, 0 0 0 17px #f0f0f0;
	-ms-box-shadow: 0 0 0 7px #fff, 0 0 0 17px #f0f0f0;
	-o-box-shadow: 0 0 0 7px #fff, 0 0 0 17px #f0f0f0;
	box-shadow: 0 0 0 7px #fff, 0 0 0 17px #f0f0f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/statics/168/js/inc/pie.php);
	position: relative;
	width: 60px;
	height: 60px;
	margin: 17px;
}

/*cz_logo_s*/
.cz_logo_s{
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/statics/168/js/inc/pie.php);
	position: relative;
	width: 60px;
	height: 60px;
}

/*彩种logo*/
.cz_ssc{
	background: url(../img/cz_logo/cz_ssc.png) no-repeat center center;
}
.cz_tjssc{
	background: url(../img/cz_logo/cz_tjssc.png) no-repeat center center;
}
.cz_jsssc{
	background: url(../img/cz_logo/cz_jsssc.png) no-repeat center center;
}
.cz_jssc{
	background: url(../img/cz_logo/cz_jssc.png) no-repeat center center;
}
.cz_cqssc{
	background: url(../img/cz_logo/cz_cqssc.png) no-repeat center center;
}
.cz_syxw{
	background: url(../img/cz_logo/cz_syxw.png) no-repeat center center;
}
.cz_sdsyxw{
	background: url(../img/cz_logo/cz_sdsyxw.png) no-repeat center center;
}
.cz_jxsyxw{
	background: url(../img/cz_logo/cz_jxsyxw.png) no-repeat center center;
}
.cz_gdsyxw{
	background: url(../img/cz_logo/cz_gdsyxw.png) no-repeat center center;
}
.cz_k3{
	background: url(../img/cz_logo/cz_k3.png) no-repeat center center;
}
.cz_jlk3{
	background: url(../img/cz_logo/cz_jlk3.png) no-repeat center center;
}
.cz_jsk3{
	background: url(../img/cz_logo/cz_jsk3.png) no-repeat center center;
}
.cz_kl10{
	background: url(../img/cz_logo/cz_kl10.png) no-repeat center center;
}
.cz_bjpk10{
	background: url(../img/cz_logo/cz_bjpk10.png) no-repeat center center;
}
.cz_gdkl10{
	background: url(../img/cz_logo/cz_gdkl10.png) no-repeat center center;
}
.cz_tjkl10{
	background: url(../img/cz_logo/cz_tjkl10.png) no-repeat center center;
}
.cz_dlt{
	background: url(../img/cz_logo/cz_dlt.png) no-repeat center center;
}
.cz_syydj{
	background: url(../img/cz_logo/cz_syydj.png) no-repeat center center;
}
.cz_xync{
	background: url(../img/cz_logo/cz_xync.png) no-repeat center center;
}
.cz_azxy5{
	background: url(../img/cz_logo/cz_azxy5.png) no-repeat center center;
}
.cz_azxy10{
	background: url(../img/cz_logo/cz_azxy10.png) no-repeat center center;
}
.cz_bjkl8{
	background: url(../img/cz_logo/cz_bjkl8.png) no-repeat center center;
}

/*article*/
.art_tab{
	width: 100%;
	font-size: 14px;
	color: #333;
	border: 0 !important;
	
}
.art_tab th {
	padding: 10px 0;
	background: #fff !important;
	text-align: right !important;
	border:0 !important;
}
.art_tab td{
	padding: 10px 0;
	background: #fff !important;
	text-align: left !important;
	border:0 !important;
}
.art_tab th{
	width: 125px;
	padding-right: 10px;
	text-align: right;
}
.art_tab td .inpStyle{
	border: 1px solid #d4d4d4;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
}
.art_tab label {
	cursor: pointer;
	display: block;
	background: url(../img/radio_bg_01.png) no-repeat left top;
	/*width: 30px;*/
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	margin-top: 7px;
}
.art_tab label.checked{
	background: url(../img/radio_bg_02.png) no-repeat left top;
}
.art_tab .inpUl{
	overflow: hidden;
}
.art_tab .inpUl li, .art_tab .sltUl>li{
	float: left;
	padding-right: 30px;
}
.art_tab td .inp_w1{
	width: 612px;
}
.art_tab td .inp_w2{
	width: 120px;
}
.art_tab td .inp_w3{
	width: 478px;
}
.art_tab .slt_w{
	width: 325px;
}
.art_tab .slt_w2{
	width: 250px;
}
.art_tab .sltUl li{
	padding-right: 70px;
	line-height: 44px;
}

.inpNotes{
	padding-top: 12px;
	font-size: 12px;
	color: #999;
}
.art_tab .textarea{
	/* display: block; */
	border: 1px solid #d4d4d4;
	width: 680px;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.art_tab .textarea:last-child{
	height: 360px;
}
.art_tab th[style="vertical-align: top;"]{
	padding-top: 22px;
}
.art_tab .btnBox{
	border: 0;
	padding-top: 50px;
	text-align: left;
}
.art_tab .btnBox button{
	width: 160px;
}

/*.slt_w{
	display:block;
	border:1px solid #d4d4d4;
	font-size:14px;
	color:#666;
	height: 44px;
	line-height: 44px;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
    /*padding-right:40px;
    padding-left: 10px;*/
    /*将默认的select选择框样式清除*/
    /*appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/select_down.png") no-repeat scroll right center transparent;
}*/
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
/*select.slt_w::-ms-expand { display: none; }*/

/*select*/
.art_tab select{display: none;}
.select_box{
	color: #666;
	position:relative;
	width: 328px;
}
.select_showbox{
	background:url(../img/select_down.png) no-repeat right top;
	border: 1px solid #d4d4d4;
	color: #999;
	font-size: 14px;
	height: 42px;
	line-height:42px;
	text-indent: 10px;
	overflow:hidden;
}
.select_option{
	display:none;
	border:1px solid #d4d4d4;
	border-top:0;
	margin-top:-3px;
	padding-top:3px;
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index:999;
	height: 265px;
    overflow-y: auto;
}
.select_option li{ padding:0 10px; height:35px; line-height:35px; background:#fff; font-size:14px; color: #999;}
.select_option li.selected{ color:#fa8e19;}
.select_option li.hover{ color:#fff; background:#fa8e19;}
.sltUl .select_box{
	width: 250px;
}