.content-1{
    width: 100%;
    float: left;
    background: #fff;
    opacity: 0.8;
    height: 37px;
}
.box-1{
    width: 1050px;
    height: 37px;
    line-height: 37px;
    margin:0 auto;
    display: block;
}
.font-1{
    color: rgb(40, 45, 108);
    font-family: "HarmonyOS Sans SC";
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
}
.font-1 p{
    line-height: 35px;
}
.qy-1{
    text-align: right;
}
.font-2{
    border-radius: 5px;
    /* 绿色 */
    box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
    background: rgb(0, 165, 120);
    color: rgb(255, 255, 255);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding:5px 10px;
}
.font-2 p{
    display: inline;
}
.font-2 a{
    color: #fff !important;
}