#top-header{position:relative;width:100%;height:65px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-negative:0;flex-shrink:0}#top-header .header-center-decoration{width:40%;height:60px;margin-top:15px}#top-header .header-left-decoration,#top-header .header-right-decoration{width:25%;height:60px}#top-header .center-title{position:absolute;left:50%;top:5px;transform:translateX(-50%);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end}#top-header .center-title .main-title{font-size:30px;font-weight:700;color:hsla(0,0%,100%,.6)}#top-header .center-title .sub-title{font-size:30px;font-weight:700;margin-left:20px}#top-header .right-action{position:absolute;font-size:24px;right:10px;top:20px;border-radius:5px;padding-left:20px;padding-right:20px;background-color:rgba(0,0,0,.5)}#top-header .right-action:hover{font-weight:700;background-color:rgba(0,0,0,.8);cursor:pointer}