html,body{
    margin: 0;
    padding:0;
    overflow-x: hidden;

}
a{
    text-decoration: none;
}

#header-div{
    width: 1920px;
    height: 90px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: white;
}

#header-div > div:first-child{
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

#header-div > div>img{
   height: 56px;

}

#header-div > div>span{
    font-size: 22px;
    font-family: Noto Sans CJK;
    font-weight: bold;
    color: #0050AC;
 }

 #header-div > div>div{
    /*margin-left: 106px;*/
     margin-left: 88px;

     font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #7E889B;
 }


 #header-div > div>div>span{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #7E889B;
    margin: 0 5px;
 }

 #header-div > div>div>a{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #7E889B;
    margin: 0 5px;
 }

 
#header-div > div:last-child{
    width: 630px;
    height: 100%;
    background-color: #0050AC;
    border-left: 20rpx;
    transform: skewX(45deg);
    position: absolute;
    right: -45px;
    top:0;
}


#header-div > div>div:last-child>a{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 10px;
}
