header {
    display: flex;
    align-items: center;
    line-height: 0.88rem;
    padding: 0 0.4rem 0 0.32rem;
    background-color: #45b649;
}
header div {
    flex: 1;
}
header .tit {
    font-size: 0.36rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
header .right {
    text-align: right;
}
header  img {
    width: 0.18rem;
    height: 0.32rem;
    display: block;
}
header .right img {
    width: 0.44rem;
    height: 0.44rem;
    display: block;
    margin-left: auto;
}
.main .hr {
    height: 0.2rem;
    background: rgba(249,249,249,1);
    margin-bottom: 0.4rem;
}
.main-top {
    margin-top: 0.28rem;
    padding: 0.32rem 0;
}
.main-top .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.32rem;
}
.main-top .left {
    display: flex;
}
.main-top .flex a {
    color: rgba(43, 51, 52, 1);
    font-size: 0.28rem;
    line-height: 0.4rem;
    position: relative;
}
.main-top .flex a:first-of-type {
    padding-right: 0.2rem;
    margin-right: 0.2rem;
}
.main-top .flex a:first-of-type::after {
    /*content: '|';*/
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: rgba(43,51,52,0.5);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tool {
    text-align: right;
    cursor: pointer;
    color: rgba(43, 51, 52, 0.5);
    background-color: #F9F9F9;
}
.tool img {
    width: 0.26rem;
    height: 0.22rem;
}