@import "base.css";

.box-header{
    width: calc(100% - 2rem);
    height: .65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}
.box-header.fixed{
    position: fixed;
    top: 0;
    z-index: 999;
}
.logoESG{
    width: 1.95rem;
    height: .66rem;
}
.logoESG a{
    display: block;
    width: 100%;
    height: 100%;
    background: url("/common/images/logoBlue.png") no-repeat;
    background-size: 100%;
}
.language li{
    padding: 0 .2rem;
}
.language li:first-of-type{
    border-right: .01rem solid #ccc;
}
.language li a{
    color: #333;
    font-size: .16rem;
}
.language li.active a{
    color: #437EDE;
}

.box-footer{
    text-align: center;
}
.box-footer.fixed{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: .2rem;
}
.box-footer p{
    color: #333333;
}
.box-footer a,
.box-footer a p{
    font-size: .12rem;
}

.pagesBox .box-header.fixed{
    background: #fff;
}
.pagesBox .box-footer.fixed{
    position: relative;
}

body, html{
    background: none;
}