a{cursor:pointer;text-decoration: none;color:#333;}
img{border:none;vertical-align:middle;}

ul{display:block;list-style: none;}
span{display:inline-block;box-sizing: border-box;}
input, label {vertical-align: middle;}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.bold{font-weight:700;}
.t-center{text-align:center;}
.t-right{text-align:right;}
.t-left{text-align:left;}
.indent{text-indent: 2em;}
.hidden{display:none;}
.red{color:red;}
.b-border{border-bottom:1px solid #c8c7cc;}
.t-padding4{padding-top:4px;}
.t-padding6{padding-top:6px;}
.t-padding8{padding-top:8px;}
.t-padding10{margin-top:10px;}
.t-padding15{margin-top:15px;}
.t-padding20{margin-top:20px;}
/*a{blr:expression(this.onFocus=this.close());outline:none;}解决android下链接边框问题，好像没用*/



.icon-user{ background:url(../images/1.jpg) no-repeat 10px center}

/*主页面*/
#page{width:100%;margin:0 auto;position:relative;}
#header{width:100%;height:42px;line-height:42px;text-align: center;padding-right:0px;padding-left:0px;}
#header .title{font-size:12.5pt;display: inline-block;top:0px;overflow:hidden;padding-left2:10px;}
#header img{height:30px;margin-left:4px;margin-right:4px;}
#header img.logo{height:24px;margin-bottom:4px;margin-right:4px;}
#page.fix-header #header {position: fixed;top: -1px;z-index: 999;}
#page.fix-header #container{margin-top: 41px;}
#container{width:100%;overflow-x:hidden;}
#brand{width:100%;overflow:hidden;}
#brand img{width:100%;}
#image{width:100%;}
#image img{width:100%;border:none;margin:0px;padding:0px;}
#footer{width:100%;margin:0 auto;_zoom:1;text-align:center;padding-top:20px;clear:both;font-size:10pt;color:#666;padding-bottom:8px;}
#footer p{font-size:10pt;color:#666;text-align:center;}
#yx-footer{width:100%;margin:-50px auto 55px;_zoom:1;text-align:center;clear:both;}
#yx-footer p{font-size:10pt;color:#666;text-align:center;}
#yx-footer a{color:#666;}






/*** 图片轮播 S ***/
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width: 100%;
}
.swipe-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.swipe-wrap > div {
    float:left;
    width:100%;
    height: 100%;
    position: relative;
}
.swipe .bottom{
    z-index:0;position: absolute;color:#FFF;text-align:left;text-indent:5px;bottom: 0px;padding: 0px;height: 30px;line-height: 30px;display: block;
    width: 100%;
    background:rgba(0,0,0,0.5);
    background-color:#000 \9;
    filter:alpha(opacity=80)\9;
    *background-color:#000 \9;
    *filter:alpha(opacity=80)\9;

}
.dots{z-index:1;position: absolute;bottom: 0px;padding: 0px;height: 30px;line-height: 30px;display: block;right:0;}
.dots b {display: inline-block; margin:12px 4px;width: 10px;height: 10px;border-radius: 6px;background: rgba(144, 144, 144, 0.8);}
.dots .select {background: #fff;}


/*图标*/
.load-wrap{padding:8px;text-align:center;}
.load-panel{text-align:center;padding:6px;color:#666;background-color:white;}
span.no-load{color:#999;}
span.load{background: url(/css/icon/upload.png) no-repeat center left;background-size: 24px auto;padding-left:28px;}
span.loadding{background: url(/css/icon/loading.png) no-repeat center left;background-size: 20px auto;padding-left:28px;}
#header a.icon{width:42px;height:42px;padding-left:4px;}


.bg-FF7D23{background:-webkit-gradient(linear, 0 0, 0 100%, from(#0083c7), to(#006cac));background:-moz-linear-gradient(top, #0083c7, #006cac);/* Firefox */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0083c7,endColorstr=#006cac,grandientType=0); color:#fff;height:32px; line-height:32px; padding-left:10px; padding-right:10px;float:left; font-weight:bold; font-size:16px;;}

#header a.icon-list{background: url(../images/y11.png) no-repeat center center;background-size: 30px auto;padding-left:0px;}






/*** 下拉菜单 start ***/
.dropdown-menu{
    position:absolute;
    left:-180px;
    top:42px;
    z-index:99999;
	background:#1c1c1c;
    min-width: 180px;
    margin-left: 0px;
    margin-left: 0px;

    list-style: none!important;
    margin-bottom:0px;
	
}

.dropdown-menu  li:after{
    height: 1px;
    overflow: hidden;
    position:absolute;
    content: " ";
    width: 94%;
    left: 3%;
    margin: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#363636));
    background: -moz-linear-gradient(top, #363636, #363636);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#363636');
}

.dropdown-menu li:last-child:after{
    height: 0px;
    border: none;
}

.dropdown-menu.show{
    display:block;
}

.dropdown-menu li a{ 
text-align:center;
    display:block;
    width:auto;
    height:36px;
    line-height:36px;
    color:#9f9e9c;
    font-size:16px;
    margin: 0px;
}
.dropdown-menu li img{
    width:auto;
    height:30px!important;
    margin: 0px;
    line-height: 39px;
}
/*** 下拉菜单 end ***/
