.header-type-01{
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
.header-type-01 .title1{
color: #333;
font-size: 12px;
}
.header-type-01 .more{
color: #666;
}
.header-type-01 .more.more:hover{
    text-decoration: underline;
}
.header-type-02{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 33px;
    padding: 0 10px 8px 34px;
    border-bottom: 2px solid #C10D0C;
    background: url(./login.jpg) no-repeat -225px -156px;
    font-family: Arial, Helvetica, sans-serif;
}
.header-type-02 .header-left{
display: flex;
align-items: center;
}
.header-type-02::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    bottom: 8px;
   background: url(./login.jpg) no-repeat 0 -240px;
}
.header-type-02 .title2{
    font-style: 20px;
    font-weight: normal;color: #333;
}
.header-type-02 .more2{
    font-size: 12px;
  color: #666;
}
.header-type-02 .more2:hover{
    text-decoration: underline;
}
.header-type-02 .keywords{
  display: flex;
  margin-left: 20px;
  font-size: 12px;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
}
.header-type-02 .keywords .item3{
cursor: pointer;
}
.header-type-02 .keywords .line{
    margin: 0 10px;
}