/* 头部 */

.hide{
display:none;
}

.headnav>ul>li.menu-item-has-children>a {
    position: relative;
}

.headnav>ul>li.menu-item-has-children>a::before {
    position: absolute;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e63d";
    right: 1rem;
}


/* 分页 */
.pageinfo {
    text-align: center;
}

.pageinfo a {
    margin-right: 1.875rem;
    position: relative;
    font-size: 1.5rem;
    color: #333333;
    display: inline-block;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 50%;
    border: 1px solid #ebebeb;
}

.pageinfo a.current {
    border: 1px solid #ee353e;
    background: #ee353e;
    color: #fff;
}

.pageinfo a .iconfont {
    font-size: 1.5rem;
}

footer .email .clearfix{
position: relative;
}
footer .email .clearfix label{
    position: absolute;
    left: 0;
    bottom: -27px;
}

header .logo{
display:none;
}