.main , .page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.container{
    width: 100%;
    height: 100%;
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.header{
    width: 6.97rem;
    height: 5.03rem;
    border-radius: 0.16rem;
    background-color: green;
    margin-top: 0.14rem;
    position: relative;
}
.header img{
    width: 100%;
    height: 100%;
}
/*.link{*/
/*width: 0.18rem;*/
/*height: 0.18rem;*/
/*background:rgba(218,186,111,1);*/
/*border-radius:50%;*/
/*position: absolute;*/
/*bottom: 0;*/
/*}*/
.bottom{
    margin-top: 0.22rem;
    width: 6.97rem;
    height: 5.4rem;
    display: flex;

    background: rgba(255,255,255,1);
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.16rem;
}
.bottom_box{
    width: 6.2rem;
    /*height: 4.04rem;*/
    /*border: 1px solid red;*/
    margin: 0.42rem 0.44rem 0 0.33rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
    color: rgba(88,88,88,1);
    font-weight: 500;

}