@import '../../style/variable.scss';
.x-header{
    height: .6rem;
    line-height: .6rem;
    color: $theme-deep-font;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    background-color: #fff;
    box-shadow:0px 2px 4px 2px rgba(155,156,156,0.1);
}