@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    font-size: 16px;
    color:#fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;

}

/*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input,button{
    outline: none;
    border: none;
}

a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, a {
    display: block;
}

 /*!*图片自适应 *!*/
/*img {*/
/*width: 100%;*/
/*height: auto;*/
/*width: auto\9; /!* ie8 *!/*/
/*display: block;*/
/*-ms-interpolation-mode: bicubic;/!*为了照顾ie图片缩放失真*!/*/
/*}*/

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header,menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
color: #555;
background-color: #fff;
    /*background-color: #000;*/
    min-width: 300px;

    margin: 0 auto;

}

ul,li{
    list-style-type: none;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    letter-spacing:0.02rem;
    text-decoration: none;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
}
input{
    font-family: 'Microsoft YaHei';
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w33{
    width: 33.333333%;
}
.fl{
    float: left;
}
.fr{
    float: right!important;
}
.db{
    display: block !important;
}
.dn{
    display: none;
}

.top{
    min-width: 300px;
    max-width: 750px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    text-align: center;
    z-index: 100;
    top: 0;
}
.top>.logo{
    height: 0.44rem;
    padding: 0.33rem 0;
}
.top>.logo>img{
    height: 0.44rem;
}


/*bottom*/
.bottom {
    min-width: 300px;
    max-width: 750px;
    width: 100%;
    height: 0.7rem;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: #b4b4b4;
}

.bottom ul li {
    float: left;
    height: 0.7rem;
    width: 50%;
    text-align: center;
}

.bottom ul li a {
    display: block;
    height: 0.7rem;
    line-height: 0.23rem;
    font-size: 0.18rem;
    font-family: "Microsoft Yahei";
    color: #fff;
    background: #6a6a6a;
    padding-top: 0.1rem;
    border-top: 1px solid #323232;
}
.bottom ul li img{
    width: 0.27rem;
}

.bottom ul li a:hover {
    color: #fff;
    background: #848484;
}

.bottom ul #menu_dq a {
    display: block;
    height: 0.7rem;
    line-height: 0.23rem;
    font-size: 0.18rem;
    font-family: "Microsoft Yahei";
    color: #323232;
    background: #ffbe23;
    padding-top: 0.1rem;
    border-top: 1px solid #8b6813;
}

.bottom ul #menu_dq a:hover {
    color: #323232;
    background: #fbc84d;
}



