html{
    background-color: #f5f5f5;
}
.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%;
}
/*--------------------------- top ---------------------------------*/
.top{
    width: 7.5rem;
    height: 0.88rem;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    font-size: 0.26rem;
    color: #999999;
}
.top_item{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /*height: 0.2rem;*/
    /*border-bottom: 0.04rem solid transparent;*/
}
.item_color:before{
    color: #922020;
    content: "";
    width: 0.4rem;
    height: 0.04rem;
    background-color: #922020;
    position: absolute;
    bottom: 0.15rem;
    border-radius: 0.02rem;
}
.item_color{
    color: #922020;
}

/*.top_item_line{*/
    /*width: 0.4rem;*/
    /*height: 0.04rem;*/
    /*border-radius: 0.02rem;*/
    /*background-color: #922020;*/
    /*position: absolute;*/
    /*bottom: 0.12rem;*/
/*}*/


/*--------------------------- mid ---------------------------------*/
.mid{
    margin-top: 0.14rem;
    width: 7.5rem;
    /*height: 12rem;*/
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.mid_title{
    margin-top: 0.31rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #3F4249;
}
.mid_pic{
    margin-top: 0.32rem;
    width: 6.86rem;
    height: 2.5rem;
    display: flex;
}
.mid_pic img{
    width: 100%;
    height: 100%;
}
/*文本内容*/
.mid_text{
    margin-top: 0.29rem;
    width: 6.76rem;
    display: flex;
    flex-flow: column;
    /*border: 1px solid red;*/
    margin-bottom: 0.5rem;
}
.mid_text_big{
    font-size: 0.32rem;
    color: #3F4249;
    font-weight: bold;
}
.mid_text_small{
    font-size: 0.28rem;
    color: #3F4249;
}
/*------------------------- 加入我们 ---------------------------*/
.mid_join{
    margin-top: 0.24rem;
    width: 7.5rem;
    height: 4.85rem;
    background: url("../images/bicon_37@2x.png");
    background-size: cover;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.mid_join_title{
    margin-top: 0.31rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #3F4249;
}
.mid_join_input{
    margin-top: 0.24rem;
    width: 6.56rem;
    height: 0.66rem;
    border: none;
    border-radius: 0.33rem;
    outline: none;
    /*padding-left: 0.3rem;*/
    box-sizing: border-box;
    padding:  0 0.3rem;
    font-size: 0.26rem;
}
.mid_join_button{
    margin-top: 0.32rem;
    width: 1.4rem;
    height: 0.66rem;
    background-color: #d13333;
    border-radius: 0.33rem;
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.66rem;
    text-align: center;
}




.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.2rem;
    font-size: 0.22rem;
}