.header-two-box{
    width: 1400px;
    height: 62px;
    margin: 0 auto;
}

.header-two-box .header-two{
    width:100%;
    height: 62px;
    line-height: 62px;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
  /*   background-color: cadetblue; */
}
.header-two-box .header-two a{
    display: inline-block;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 22px;
    color: #fff;

}
.header-two-box .header-two a:nth-child(1){
    font-size: 28px;
    width: 185px;
    height: 34px;
    line-height: 34px;
    border-right: 2px solid #ffff;
}
.activeer {
    display: block;
    /* width: 157px; */
    height: 62px;
    text-align: center;
    line-height: 62px;
    background-color: #fff1f1;
    color: #e80218 !important;
  
    padding-left: 19px;
    padding-right: 19px;
}