.header{
    background: #f2f2f2;
    width: 100%;
    height: 50px;
}
.head-ico-left, .head-ico-right{
    background: unset;
    border: unset;
    border-radius: unset;
    opacity: unset;
    position: absolute;
}
.ui-album{
    background: #fff;
    border-bottom: 5px solid #f2f2f2;
}
.ui-album div ul li img{
    padding: 50px 10px 0 10px;
    box-sizing: border-box;
}
.ui-album em{
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    background: rgba(51,51,51,0.5);
    top: 270px;
}
/*.album em{*/
/*    position: absolute;*/
/*    z-index: 5;*/
/*    right: 0;*/
/*    margin: 48px 10px 0 0;*/
/*    display: inline-block;*/
/*    padding: 4px 10px;*/
/*    border-radius: 20px;*/
/*    font-size: 12px;*/
/*    background: rgba(51,51,51,0.5);*/
/*    top: 270px;*/
/*    font-style: normal;*/
/*    color: #FFFFFF;*/
/*    text-align: center;*/
/*    opacity: 0.5;*/
/*}*/
.title{
    padding: 20px 4% 16px 4%;
    border-bottom: 8px solid #f2f2f2;
    color: #f95357;
    font-size: 18px;
}
.title h1{
    padding: 0;
    font-size: 18px;
    margin-top: 5px;
    color: #333;
}
.title p{
    font-size: 20px;
    color: #f95357;
    margin: 0;
    font-weight: bold;
}

.mall-info{
    width: 100%;
    padding: 0 !important;
}
.mall-info li{
    padding: 10px 4%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    border-bottom: 8px solid #f2f2f2;
    font-size: 14px;
    line-height: 24px;
}
.mall-info li span{
    display: inline-block;
    width: 28px;
    color: #999;
    margin-right: 20px;
}
.mall-info li p{
    width: calc(100% - 48px);
    color: #0a0a0a;
    margin: 0;
}

.proTabBox{
    width: 100%;
    margin-top: 20px;
}
.proTabBox .hd ul{
    padding: 0 4%;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proTabBox .hd ul li{
    width: 33.33%;
    text-align: center;
    color: #1f1f1f;
    font-size: 15px;
}
.proTabBox .hd ul li.on a{
    border-bottom: 2px solid #00a67c;
    padding-bottom: 10px;
}
.contact{
    line-height: 1.8;
    padding: 10px 4%;
}
.contact img{
    max-width: 100%;
}
.bd .contact{
    display: none;
}
.bd .showCon{
    display: block;
}

.foot-bar{
    border-top: #F0F0F0 1px solid;
    height: auto;
    padding: 8px 0;
}
.mall-foot{
    width: 92%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_l{
    display: flex;
}
.foot_l li{
    width: 45px;
    height: auto;
    text-align: center;
    float: unset;
}
.mall-foot img{
    width: auto;
    height: 18px;
    margin-bottom: 3px;
    float: left;
    left: 15px;
    position: relative
}
.foot_l li span{
    font-size: 13px;
    color: #999;
}
.mall-foot b{
    top: 3px;
    left: 90px;
    margin: 0;
}
.foot_r{
    display: flex;
    justify-content: flex-end;
}
.foot_r li{
    width: auto;
    height: auto;
    float: unset;
}
.btn-buy, .btn-cart{
    width: 100px;
    border-radius: 5px;
}
.btn-cart{
    background: #e4f2ed;
    color: #3da67e;
    margin-right: 10px;
}
.btn-buy{
    background: #3da67e;
    color: #FFFFFF;
}


.show_cpxq{
    font-size: 15px;
}
.show_ggcs li,
.show_lxwm p{
    border-bottom: 1px solid #eee;
    line-height: 36px;
    font-size: 15px;
}
.show_lxwm p:last-child{
    border-bottom: none;
}