.page{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 1;
}
.header{
    width: 100%;
    height: .88rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 1.1rem;
    box-sizing: border-box;
    flex-shrink: 1;
}
.header .head{
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 1;
}
.header .divider{
    width: 100%;
    height: 1px ;
    background-color: #dddddd;
}
.header .head .right{
    display: flex;
    flex-shrink: 1;
}
.header .head .right .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    flex-shrink: 1;
}
.header .head .right .home{
    margin-right: 0.65rem;
}
.header .head .right .privacy{
    margin-right: 0.65rem;
}
.header .head .right .item .title{
    color: #999999;
    font-size: 18px;
    font-family: PingFang SC;
    /* font-weight: 600; */
}
.header .head .right .item .title.col{
    color: #999999;
    /* font-weight: 600; */
}
.header .head .right .item .divider{
    width: .2rem;
    height: .04rem;
    background: transparent;
    border-radius: .05rem;
    margin-top: .08rem;
}
.header .head .right .item .selectdColor{
    color:#333333;
    font-weight: 600;
}
.header .head .right .item .selectBg{
    background:#333333;
}
.header .head .icons {
    display: flex;
    align-items: center;
}
.header .head .icons .icon{
    width: .60rem;
    height: .6rem;
    margin-right: .12rem;
}
.header .head .icons .textIcon{
    width: .6rem;
    height: .3rem;
}
.main{
    height: 100%;
    overflow: auto;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    box-sizing: border-box;
}
.main .text{
    padding-top: .4rem;
    padding-left: .54rem;
    padding-bottom: .2rem;
    padding-right: .2rem;
}
.main .text h3{
    font-size: 0.18rem;
    font-family:  PingFangSC-Semibold ;
    margin-bottom: .2rem;
}
.main .text p {
    font-size: .16rem;
    font-family:  PingFangSC-Regular ;
    line-height: .3rem;
}
.footer{
    width: 100%;
    margin-bottom: 40px;
    color: #2c2c2c;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC;
    flex-shrink: 1;
    border-top: 1px solid #d1d1d1;
}
.footer div:first-child {
    margin-top: .5rem;
}
.footer div{
    margin-top: .05rem;
    display: flex;
    align-items: center;
}
.footer div img {
    width: .2rem;
    height: .2rem;
}
.footer div a {
    color: #2c2c2c;
    display: flex;
    align-items: center;
    text-decoration: none;
}