/*全站禁止复制*/
*{

-webkit-touch-callout:none;/*系统默认菜单被禁用*/

-webkit-user-select:none;/*webkit浏览器*/

-khtml-user-select:none;/*早期浏览器*/

-moz-user-select:none;/*火狐*/

-ms-user-select:none;/*IE10*/

user-select:none;

}

/*公共样式*/
* { touch-action: pan-y;} 
bode{
    color: rgba(0, 0, 0, 0.507)
}
body,
.my-header,
.my-content,
div,
ul,
li,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
input,
select {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.788);
    font-family: "微软雅黑";
}

#mobile_icon_div span{
    color: white;
}

div {
    display: block;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

input {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    list-style: none;
}

body {
    background: #fff;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}
a{ 
    text-decoration:none; 
    color:rgba(0, 0, 0, 0.459); 
    } 
img {
    border: 0;
}
.kuan{
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px 15px;
}
.center{
    background: #fff;
}
/* 头部 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0);
}
 .header-false{
     background: rgba(0,0,0,0.9);
     transition:0.2s all;
    -webkit-transition:0.2s all;
    -moz-transition:0.2s all;
    -o-transition:0.2s all;
    -ms-transition:0.2s all;
 }

.logo {
    width: 32vw;
    height: 28px;
    margin: 16px 20px;
}
.logo>img {
    height: 100%;
    width: 100%;
}
.hamBurger {
    width: 6vw;
    height: 14px;
    margin: 23px 6vw;
}
.hamBurger>img {
    width: 100%;
    height: 100%;
}

/* 底部导航 */
#footer {
    background-color: #FF9C00;
    height: 60px;
}

#footer>a>span {
    color: #fff;
}
#footer .tab-item{
    display: table-cell;
    overflow: hidden;
    width: 1%;
    height: 10%;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
#footer .tab-item img{
    position: absolute;
    top: 0;
    left: 40%;
    width: 5vw;
    /* height: 11.6vw; */
    /* background: pink; */
}
#footer .tab-item span{
    font-size: 3vw;
    position: absolute;
    left: 30%;
    top: 9vw;
}
/*底部*/
.footer-b {
   width: 100%;
   height: 13vw;
   background: #222222;
   color: #a7abb4;
   font-size: 3vw;
   text-align: center;
   line-height: 13vw;
   margin-bottom: 60px;
}