/* 头部关注样式 */
.attention{
    width: 100%;
    height: 1.46rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.attTop{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.265rem;
}
.attTop>div:nth-child(1){
    width: 1.44rem;
    height: 0.44rem;
    background: url("../images/publicImg/logotop.png") center no-repeat;
    background-size: 100% 100%;
}
.attTop>div:nth-child(2){
    font-size: 0.35rem;
    color: #585858;
    margin-left: 0.13rem;
    margin-right: 0.31rem;
}
.attTop>div:nth-child(3){
    width: 1.15rem;
    height: 0.486rem;
    line-height: 0.486rem;
    text-align: center;
    border-radius: 0.24rem;
    border: 0.022rem solid #06C1AE;
    color: #06C1AE;
    font-size: 0.265rem;
}
.attBottom{
    font-size: 0.265rem;
    color: #585858;
    text-align: center;
}
.closeBtn{
    width: 0.265rem;
    height: 0.22rem;
    background: url("../images/publicImg/button-nav-close.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.62rem;
    left: 0.33rem;
}