header {
    width: 100%;
    height: 0.92rem;
    background-color: #f90;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 0.32rem;
    box-sizing: border-box;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

header .header-l, header .header-r {
    display: flex;
    align-items: center;
}

header .header-logo {
    display: block;
    width: 1.66rem;
    height: 0.56rem;
    background: url('/assets/common/images/sprite.png') no-repeat 0 0/100% 100%;
    background-size: 9rem 6rem;
}

header .appSkip-btn {
    display: block;
    font-size: 0.24rem;
    width: 1.2rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.05rem;
    margin-left: 0.32rem;
    box-sizing: border-box;
}
header .search-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.96rem;
    height: 0.92rem;
}
header .search-btn {
    display: block;
    width: 0.32rem;
    height: 0.38rem;
    background: url('/assets/common/images/sprite.png') no-repeat -1.86rem 0/100% 100%;
    background-size: 9rem 6rem;
}

header .login-flexBox {
    margin: 0 0.32rem 0 0.08rem;
}

header .login-btn {
    display: block;
    font-size: 0.28rem;
    width: 0.8rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.05rem;
    box-sizing: border-box;
}


header .signIn-flexBox {
    text-align: center;
}

header .signIn-icon {
    display: inline-block;
    width: 0.34rem;
    height: 0.32rem;
    background: url('/assets/common/images/sprite.png') no-repeat -2.38rem 0/100% 100%;
    background-size: 9rem 6rem;
}

header .signIn-text {
    font-size: 0.22rem;
    margin-top: -0.05rem;
}

.signDialogBody{
    background-color: transparent;
}
.signDialogBody .layui-layer-setwin .layui-layer-close2{
    right: 150px;
    top: 380px;
}