/*全局样式*/
*{ margin:0; padding:0;word-break:break-all;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,button,input,select,textarea {font-family: "微软雅黑";font-size:14px; }
ol,ul,li{list-style:none;}
a {star:expression(this.onFocus=this.blur()); text-decoration:none; color:#666;}
a {blr:expression(this.onFocus=this.blur())}
a {outline:none;}
a:hover{ color:#da4e57;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none; }
textarea {  -webkit-appearance: none;} 
html,body{font-family: "微软雅黑"; min-width:320px; max-width:480px; margin:0 auto; color:#666; }
body{ min-width:320px; max-width:480px; margin:0 auto; position:relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,textarea,select,option{font-size:12px;vertical-align:middle;outline:none;}
address,caption,cite,code,dfn,th,var{font-weight:normal;}
em,i{font-style:normal;}
q:before,q:after{content:'';}
table,th,td{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
fieldset,img{border:none; margin:0; padding:0; vertical-align:middle;    max-width: 100%;}
.chens{ color:#da4e57;}

.hyta img {
    height: auto;
    margin: 10px 0;
}

div#ks_ol_floatWin_fl {
    position: fixed;
    bottom: 46px;
    right: 10px;
	z-index: 999;
}

.maind {
    /*main绝对定位，进行内部滚动*/
            position: absolute;
            /*top是头部的高度*/
            top: 44px;
            /*bottom是底部的高度*/
            bottom: 0px;
            /*使之可以滚动*/
            overflow-y: hidden;
            /*增加弹性滚动,解决滚动不流畅的问题*/
            -webkit-overflow-scrolling: touch;
} 

#LRfloater2 div{
	z-index: 2147483647; 
	position: fixed; 
	right: 0px; bottom: 0px; 
	width: 100%; 
	height: 350px !important;
}


.lieb ul {
    width: 94%;
    margin: 0 auto;
}


















