  /* 屏幕宽度小于991的样式 */
.tive .container{
    display:block;
}
.header_logo > p,.search{
    display:none;
}
.header_logo h1{
    text-align: center;
    padding:4px 10px;
}
.header_logo h1 img{
    width:60%;
}
.big_nav{
    display:none;
}

@font-face {
    font-family: 'fontello';
    src: url('/skin/purui/css/fonts/fontello.eot?19356133');
    src: url('/skin/purui/css//skin/purui/css/fonts/fontello.eot?19356133') format('embedded-opentype'),
         url('/skin/purui/css/fonts/fontello.woff?19356133') format('woff'),
         url('/skin/purui/css/fonts/fontello.ttf?19356133') format('truetype'),
         url('/skin/purui/css/fonts/fontello.svg?19356133') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }

.header_m_r{
    display:block;
}
.nav_m_btn {
    height: 47px;
    width: 60px;
    float: right;
    position: relative;
    cursor: pointer;
    line-height: 40px;
    font-size: 20px;
}

.nav_m_btn span,
.nav_m_btn em {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.nav_m_btn {
    float: right;
    position: relative;
    width: 60px;
    cursor: pointer;
}

.nav_m_btn span{
    display: block;
    font-size:2rem;
}

.nav_m_btn span i:first-child {
    margin-top: 0;
}

/*绝对居中*/
.a_m_c {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.nav_m_btn em{
    visibility: hidden;
    opacity: 0;
    font-size:2rem;
}
.visible_nav .nav_m_btn span {
    display:none;
    visibility: hidden;
    opacity: 0;
}

.visible_nav .nav_m_btn em {
    visibility: visible;
    opacity: 1;
}


.header_m_box {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #044289;
    height: calc(100% - 52px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.visible_nav .header_m_box{
    right: 0;
}
/* 小屏幕导航搜索框 */
.header_m_box form{
    padding:0 20px;
}
.header_m_box .inpt{
    background: #fff;
    width:  calc(100% - 40px);
    margin: 12px auto;
    z-index: 91;
    border: 1px solid #eee;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
    float:left;
}
.header_m_box .inpt .inputText{
    height:30px;
    width: calc( 100% - 132px );
    padding:0;
    padding-left:12px;
}
.header_m_box .inpt select{
    width:60px;
    height:40px;
    float: left;
}
.header_m_box .inpt .inputSub{
    width:46px;
    height:40px;
    float: right;
    padding:0;
    background: none;

}
.header_m_box .inpt .inputSub i{
font-size:2rem;
text-align: center;
}
.sidekefu{
    display:none;
}
.header_m_box>ul>li{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: initial;
    height: auto;
    line-height:12vw;
    padding-left:38px;
}
.header_m_box>ul>li>a{
    display: block;
    width:calc( 100% - 80px );
    color:#fff;
    font-size:1.6rem;
}
.ban_text h2{
    font-size:1.4rem;
  }


  .libiao_bg, .fuwu_bg, .anli_bg, .tall_bg, .chanpin_bg{
    height:120px;
}
.heading_l2 span{
    width:100%;
}

/* 手机屏幕小于992px */
.hot_new ul li{
    width:calc( 100% - 2% );
}
/* 手机产物中心 */
.productList_img, .productList_text{
    width:100%;
    margin:0;
}
/* 手机产物列表 */
.caidan_left{
    display:none;
}
.heading-02{
    width:100%;
}
.page_set{
    width:100%;
}
.page_set_li figure{
    width:60%;
    margin:0 auto;
    float:none;
}
.page_set_li figcaption{
    width:calc( 100% - 4%);
    padding:1% 2%
}
/* 产物详情页面 */
.product_info .product_info_c .p_i_img{
    width:100%;
}
.p_i_text{
    width: calc( 100% - 40px );
}