/**
  header
 */
.header-box_1 {
    background-color: rgba(255, 255, 255, 1);
    width: 99vw;
    height: 100px;
    align-items: center;
	justify-content: center;
}
.header-image_1 {
    width: 145px;
    height: 45px;
}

.header-text-wrapper_1 {
    background-color: rgba(0, 84, 147, 1);
    border-radius: 4px;
    height: 40px;
    width: 98px;
    margin: 0 0 0 785px;
}
.header-text_1 {
    width: 66px;
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    letter-spacing: 0.42105263471603394px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 8px 0 0 16px;
}

.header-label_1 {
    width: 32px;
    height: 32px;
    margin: 0 0 0 32px;
}

.header-thumbnail_1 {
    width: 1px;
    height: 18px;
    margin: 0 0 0 31px;
}

.header-text_2 {
    width: 26px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(50, 51, 51, 1);
    font-size: 18px;
    letter-spacing: 0.4736842215061188px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    line-height: 25px;
    margin: 0 0 0 32px;
}
.header-box_2 {
    height: 80px;
    background: url(./img/SketchPng0b9027b07b6a33612fd252d3695925405ed171fe89d3df9f7f6f4a779deb3baf.png)
    100% no-repeat;
    background-size: 100% 100%;
    margin-top: 2px;
/*     width: 99vw; */
    align-items: center;
}
.el-menu {
/*     height: 70px; */
    margin: 10px 0 0 0 !important;
	 border: 0 !important;

}

.header-text-wrapper_1:hover {
    background-color: #0072C7;
}

.header-text_2:hover {
    color: #0072C7;
}

.el-menu-item {
	padding: 0 42px !important;
}