.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;
    padding-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.32rem;
    font-weight: bold;
    color: #3F4249;
    margin-top: 0.6rem;
}

/*mid_box*/
.mid_box{
    margin-top: 0.24rem;
    width: 6.82rem;

    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.mid_box_pic{
    margin-top: 0.24rem;
    width: 6.22rem;
    height: 6.22rem;
}
.mid_box_pic img{
    width: 100%;
    height: 100%;
}
.mid_box_text{
    margin-top: 0.21rem;
    width: 6.22rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.4rem;
    word-wrap: break-word;
    margin-bottom: 0.3rem;

}



/*更多*/
.mid_load{
    width: 6.86rem;
    height: 0.96rem;
    background-color: #ffffff;
    font-size: 0.28rem;
    display: flex;
    justify-content: space-between;

    margin: 0.24rem auto 0.6rem;
}
.mid_load_left{
    margin-left: 0.33rem;
    /*width: 0.99rem;*/
    display: flex;
    align-items: center;
}
.mid_load_left_pic{
    width: 0.14rem;
    height: 0.26rem;
    display: flex;
}
.mid_load_left_pic img{
    width: 100%;
    height: 100%;
}
.mid_load_left_text{
    margin-left: 0.1rem;
}

.mid_load_right{
    /*width: 0.99rem;*/
    margin-right: 0.33rem;
    display: flex;
    align-items: center;
}
.mid_load_right_pic{
    width: 0.14rem;
    height: 0.26rem;
    display: flex;
}
.mid_load_right_pic img{
    width: 100%;
    height: 100%;
}
.mid_load_right_text{
    margin-right: 0.1rem;
}

.show_pic{
    width: 6.57rem;
    height: 4.17rem;
    background-color: #ffffff;
    margin-top: 0.03rem;
    box-shadow:0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
    border-radius:4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pic_size{
    width: 6.36rem;
    height: 3.96rem;
    display: flex;
}
.pic_size img{
    width: 100%;
    height: 100%;
}
/*设置角标*/
.icon_bicon{
    width: 0.39rem;
    height: 0.17rem;
}
.icon_bicon img{
    width: 100%;
    height: 100%;
}
/*色彩搭配*/

/*--------------- 底部菜单栏 ---------------*/
.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;
}
.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;
}