body{
    background-color: #F4F5F9;
}
*{
    margin: 0;
    padding: 0;
}
.container{
    width: 7.5rem;
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
}
/*头部*/
.head{
    width: 7.5rem;
    height: 0.88rem;
    background:rgba(201,201,201,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.head_new{
    font-size: 0.3rem;
    color: rgba(68,68,68,1);
    font-weight: bold;

}
.head_pic{
    width: 7.5rem;
    height: 2.18rem;
    display: flex;
    margin-top: 0.88rem;
}
.head_pic img{
    width: 100%;
    height: 100%;
}
/*标题*/
.title{
    margin-top: 0.3rem;
    display: flex;
    flex-flow: column;
}
.title_big{

    font-size: 0.34rem;
    font-family:SourceHanSansCN-Bold;
    font-weight:bold;
    color:rgba(37,87,170,1);
    line-height: 0.5rem;
    text-shadow: 0.01rem 0.01rem 0.01rem rgba(0, 0, 0, 0.22);

    background:linear-gradient(90deg,rgba(43,74,148,1) 0%, rgba(21,138,188,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.title_small{

    font-size: 0.18rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top{
    width: 6.72rem;
    display: flex;
    background-color: #D9DEE8;
    border-radius: 0.13rem;
    margin-top: 0.38rem;
}
.top_text{
    font-size: 0.22rem;
    line-height: 0.46rem;
    margin: 0.23rem 0.12rem ;
    color: #2B4B94;
}
.mid{
    width: 6.47rem;
    display: flex;
    flex-flow: column;
}
.mid_text{
    margin-top: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.46rem;
}
.mid_text:last-child{
    margin-bottom: 0.42rem;
}
/*标题*/
.mid_title{
    font-size: 0.24rem;
    line-height: 0.46rem;
    font-weight: bold;
    color: #497CBC;
    margin-top: 0.3rem;
}
/*底部图片*/
.bottom{
    width: 6.17rem;
    height: 3.21rem;
    display: flex;
    margin-bottom: 1.17rem;
}
.bottom img{
    width: 100%;
    height: 100%;
}

/*底部菜单栏*/
.bottom_menu{
    width: 7.5rem;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
}
.bottom_menu_index{
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #666666;
    line-height: 1.2;
}
.bottom_menu_index_text{
    font-size: 0.24rem;
    color: #666666;
}