/*页面布局*/
.content_xs {
    position: absolute;
    top: 7%;
    bottom: 6%;
    width: 100%;
    overflow-x: auto;
}
.home_nav_xs{
    position: absolute;
    top: 0;
    width: 100%;
}
.container_xs{
    width: 100%;
    height:100%;
    position: relative;
}
.home_bottom_xs{
    position: fixed;
    bottom: 0;
    background: white;

}
/*面包屑*/
.prodCenter_banner_xs{
    background: #F8F8F8;
}
.fl_button{
    margin: 7% 18%;
    display: flex;
    border: 1px solid;
    border-radius: 5px;
}
.fl_button img{
    width: 27%;
    height: 100%;
    padding: 4%;
}
.fl_button div{
    padding: 4%;
    display: inline-block;
}
/*.prodCenter_crumbs_location_xs{*/
    /*border-top: 2px solid #008080;*/
    /*line-height: 14px;*/
    /*color: white;*/
    /*display: flex;*/
    /*margin: 0 auto;*/
    /*padding-top: 19px;*/
    /*text-align: center;*/
    /*max-width: 265px;*/
/*}*/
.prodCenter_crumbs_location_xs{
    border-left: 4px solid #007B7C;
    line-height: 14px;
    color: black;
    margin: 0 auto;
    /*padding: 15px 15px 15px 0;*/
    margin: 15px;
    padding-left: 15px;
    max-width: 265px;
    font-size: 10px;
}
.content_tab_cont_xs{
    /* display: none; */
}
.content_tab_xs{
    padding: 10px;
}
.content_tab_xs a{
    color: black;
}
.content_tab_cont_xs{
    font-size: 10px;
    margin-bottom: 10px;
}
.content_tab_cont_xs img{
    width: 100%;
}
.content_tab_cont_xs .text{
    margin-top: 13px;
    font-size: 9rem;
}
.content_tab_cont_xs .text .cont{
    transform-origin: 0 0;
    transform: scale(0.88,0.88);
    color: rgb( 102, 102, 102 );
    margin-top: 5px;
}