.main , .page{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.container{
    width: 100%;
    line-height: 1;
    display: flex;
    flex-flow: column;
}
.header{
    width: 7.5rem;
    height:0.88rem;
    background:rgba(146,32,32,1);
    color: #ffffff;
    display: flex;
    align-items: center;
    /*position: relative;*/
}
.icon-caidan{
    font-size: 0.65rem;
    margin-left: 0.32rem;
}
.header_mid{
    display: flex;
    width: 2.66rem;
    height: 0.52rem;
    position: absolute;
    margin: 0 2.42rem;
}
.header_mid img{
    width: 100%;
    height: 100%;
}
.menu_default{
    width: 7.5rem;
}
.menu_item{
    display: flex;
    justify-content: space-between;
    height: 0.79rem;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0.32rem;
}
.menu_item:first-child{
    margin-top: 0.24rem;
}
.menu_text{
    font-size: 0.26rem;
    margin-left: 0.14rem;
}
.icon-jinru{
    color: #666666;
}

/*--------------- 图片 ---------------*/
.banner{
    width: 7.5rem;
    height: 3.6rem;
    margin-top: 0.88rem;
}
.banner img{
    width: 100%;
    height: 100%;
}
.mid{
    width: 7.5rem;
    display: flex;
    flex-flow: column;
    background-color: #f5f5f5;
    align-items: center;
}
.mid_big_text{
    font-size: 0.4rem;
    font-weight: bold;
    color: #3F4249;
    margin-top: 0.6rem;
}
.mid_small_text{
    font-size: 0.24rem;
    line-height: 0.56rem;
    color: #3F4249;
}
.mid_box{
    width: 6.85rem;
    height: 11.79rem;
    background: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 0.24rem;
    margin-bottom: 0.3rem;
}
.mid_box_pic{
    width: 6.22rem;
    height: 6.22rem;
    margin-top: 0.24rem;
}
.mid_box_pic img{
    width: 100%;
    height: 100%;
}
.mid_box_intro{
    font-size: 0.32rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #3F4249;
    margin: 0 0.39rem
}
.mid_box_text{
    font-size: 0.26rem;
    font-weight: 500;
    color: #999999;
    line-height: 0.4rem;
    margin: 0.28rem 0.39rem;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
}
.mid_load{
    width: 6.86rem;
    height: 0.6rem;
    background-color: #ffffff;
    font-size: 0.26rem;
    line-height: 0.6rem;
    text-align: center;
    margin: 0.24rem auto 0.6rem;
}


/*--------------- 底部菜单栏 ---------------*/
.footer_menu{
    width: 100%;
    height: 0.98rem;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;

    z-index: 2;
    border-radius: 0.02rem;
    background: #ffffff;
    /*border: 1px solid red;*/
    align-items: center;
    justify-content: space-around;
}
.footer_item{
    display: flex;
    flex-flow: column;
    align-items: center;
    -webkit-flex: 1;

}
.footer_item_icon{
    width: 0.46rem;
    height: 0.44rem;
}
.icon_select{
    background: url("../images/bicon_10@2x.png");
    background-size: cover;
}
.icon_product{
    background: url("../images/bicon_11@2x.png");
    background-size: cover;
}
.icon_inquire{
    background: url("../images/bicon_12@2x.png");
    background-size: cover;
}
.icon_join{
    background: url("../images/bicon_13@2x.png");
    /*background-size: 100% 100%;*/
    background-size: cover;

}
.footer_item_text{
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #922020;
    margin-top: 0.13rem;
}
.icon_big{
    width: 0.61rem;
    height: 0.35rem;
}

/*底部介绍*/
.bottom{
    width: 7.5rem;
    height: 2.89rem;
    background-color: #922020;
    margin-bottom: 0.98rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 0.24rem;
    color: #ffffff;
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
}
.bottom_addr{
    margin-top: 0.34rem;
}
.bottom_tel{
    margin-top: 0.2rem;
}
.bottom_fax{
    margin-top: 0.18rem;
}
.bottom_email{
    margin-top: 0.2rem;
}
.bottom_copyright{
    margin-top: 0.38rem;
    font-size: 0.22rem;
}