.epcc-header-wrap {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 888;
    opacity: 0.8;
}
.epcc-header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.epcc-logo img{
    width: 234px;
    height: 35px;
}
.epcc-header-left-item {
    display: inline-block;
}
.epcc-logo {
    width: 330px;
}
.epcc-header-left-item {
    padding: 0 20px;
    font-size: 16px;
    color: #000;
}
.epcc-header-left {
    display: inline-block;
}
.epcc-header-right {
    display: inline-block;
}
.epcc-no-login {
    width: 148px;
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    background: #215EB7;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.epcc-no-login:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
.design-footer-code {
    width: 152px!important;
    height: 152px!important;
    background: url(//static-f.fwxgx.com/image/activity/epcc/qr-dd74c3443de4fefd035336501bb74311.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.design-footer-code-desc p{
    font-weight: normal;
}
.design-footer-division {
    background: #0082E6;
}
.design-header-userinfo-img{
    line-height: 60px!important;
}
.epcc-header-box{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 888;
}