*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    min-width:1260px;
}
html{width: 100%;}
.w{
    width: 1260px;
    margin: auto;
}
ul{
    list-style: none;
    width: 100%;
}
a{
    text-decoration: none;
}
i{
    font-style: normal;
}

/* 位置提示 */
.position{
    background-color: #fff;
    height: 60px;
    margin-bottom: 40px;
    box-shadow:0px 0px 10px 0px rgba(13,4,9,0.08);
}
.position .position_bar{
    height: 100%;
    line-height: 60px;
}
.position .position_bar a{
    height: 100%;
    line-height: 60px;
    font-size:14px;
    color:rgba(119,119,119,1);
}
.wechatimg,
.miniimg img {
    width: 170px;
    height: 170px;
}

.wechatimg {
    display: none;
    position: absolute;
    top: 45px;
    /* right: 185px; */
    z-index: 1;
}

.miniimg {
    display: none;
    position: absolute;
    top: 45px;
    /* right: 70px; */
    z-index: 1;
}
