﻿@charset "utf-8";
body,html{
    background: #f1f1f1;
    width: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/* 头部样式 */
.header{
    width: 100%;
    position: relative;
  
}
.header .hellL{
    font-size: 15px;
    color:#666666;
}
.header .hellR a{
    font-size: 15px;
    color:#666666;
}
.header .hellR .layui-breadcrumb a:hover{
    color:#da3a24 !important;
}
.header .hellR .layui-breadcrumb{
    position: relative;
}
.header .hellR .layui-breadcrumb .appImg{
    position: absolute;
    left: 0px;
    top: 18px;
    width: 100px;
    height: 100px;
    display: none;
    z-index: 9999;
    padding: 5px;
    background: #fff;
}
#moblieApp{
    display: inline-block;
}
#moblieApp:hover .appImg{
    display: block;
}
.header .top{
    padding:14px 0;
    height: 22px;
}
.header .secTop{
    padding:20px 0;
}
.logo_box {
    position: relative;
}
.personAbData{
    float: right;
    position: absolute;
    right: 0px;
    top: -5px;
    background-color: none;
    background: transparent;
}
.h_title{
    max-width: 140px;
    max-height: 55px;
    display: inline-block;
}
.h_title img{
    max-width: 140px;
    height: 55px;
}
.header .secCart .cartImg{
    vertical-align: text-bottom;
}
.header .secCart  .goLogin{
    display: block;
}
.header .secTel{
    padding-right: 24px;
}
.avatar {
    height: 72px;
    line-height: 72px;
    text-align: center;
}
.header .secTel .telImg{
    vertical-align: text-bottom;
    padding-right: 16px;
}
.header .layui-nav .layui-nav-child dd:last-child a {
    border-bottom: 0;
}
.logo_box .layui-nav .layui-nav-more {
    border-color: #000 transparent transparent;
    border-top-color: rgba(0,0,0,.7);
}
.logo_box .layui-nav .layui-nav-mored {
    border-color:  transparent transparent #000;

}
.logo_box .layui-nav .layui-this:after, .logo_box .layui-nav-bar {
    display: none;
}
.layui-nav-child.top_smBg dd.avatar {
    padding: 0 15px;
}
.layui-nav-child.top_smBg dd.avatar em{
    padding-left: 5px;
}
.layui-nav-child.top_smBg dd {
    text-align: center;
}
.top_smBg {
    background: #fff url(../images/top_bg.png) no-repeat top;
    padding-top: 0;
}
.header .layui-nav .layui-nav-child a {
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}
.header .secCart .cartText, .header .secTel .telText{
    display: inline-block;
    font-size: 18px;
    color:#222;
}
.header .secCart .cartText p,.header .secTel .telText p{
    font-size: 15px;
    color:#999;
}
.header .secCart .layui-badge-dot{
    width: 21px;
    height: 21px;
    line-height: 21px;
    top: -30px;
    left: -14px;
}
.layui-bg-red {
    background-color: #dd5452!important;
}
.header .secondWrap{
    background: #fff;
} 
.navWap{
    background: #303030 !important;
}
.navWap .navWapper .firstNav{
    width:250px;
    position: relative;
    margin:0;
    background: #da3a24;
    height: 60px;
    cursor: pointer;
}

.navWapper  .layui-nav .layui-this{
    background: #da3a24;
    height: 100%;
}
.navWap .layui-nav-bar{
    display: none;
}
.navWap .navWapper li{
    
}
.navWap .navWapper li:last-child{
    margin-right: 0;
}
.navWap .navWapper li .navallContent{
    position: absolute;
    top:61px;
    left: 0;
    z-index: 99999;
    display: none;
}

.navWap .navWapper li .navallContent .categeory{
    background: #fff;
    height: 360px;
    width: 250px;
    border-bottom-left-radius:8px ;
    overflow-y: auto;
    scrollbar-width: thin;
}

.navWap .navWapper li .navallContent .categeory::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.navWap .navWapper li .navallContent .categeory::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(66, 66, 66, 0.2);
    background: rgba(0,0,0,0.1)
}
.navWap .navWapper li .navallContent .categeory::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    border-radius: 10px;

    background: #EDEDED;

}
.navallContent .categeory .per_zs_title1{
    color:#666655;
    font-size: 16px;
    padding:0 30px;
    position: relative;
    line-height: 60px;
    cursor: pointer;
}
.navallContent .categeory .per_zs_title9{
    background-color: #fff6f5;
    color:#da3a24;
    font-size: 16px;
    padding:0 30px;
    position: relative;
    line-height: 60px;
    cursor: pointer;
}
.navallContent .categeory .per_zs_title1 .i{
    color: #999;
    width: 8px;
    height: 13px;
    margin-right: 10px;
    background: url(../images/rightMore.png) no-repeat;
    right: 44px;
    top: 26px;
    position: absolute;
    display: inline-block;
}
.navallContent .categeory .per_zs_title9 .i{
    color: #999;
    width: 8px;
    height: 13px;
    margin-right: 10px;
    background: url(../images/rightMore.png) no-repeat;
    right: 44px;
    top: 26px;
    position: absolute;
    display: inline-block;
    transition: all 1s ease;
}
.navallContent .categeory .per_zs_title1_wapper{
    position: absolute;
    top:0;
    left: 250px;
    background-color: #fff6f5;
    height: 340px;
    width: 320px;
    padding: 10px;
    /* border-bottom-right-radius:8px ; */
    opacity: 0.9;
    border-right: 1px solid #d6d3d3;
    align-items: center;
}

.navallContent .categeory i{
    font-style: normal;
}
.navallContent .categeory .per_zs_title1_wapper .per_zs_title1_wrap{
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-grow: 1;
}

.navallContent .categeory .per_zs_title1_wapper .per_zs_title2 {
    float: left;
    color: #333;
    margin:0px 2%;
    cursor: pointer;
    font-size:14px;
    line-height: 38px;
}
.navallContent .categeory .per_zs_title1_wapper .per_zs_title2:hover{
    color:#da3a24;
}
.navallContent .categeory .per_zs_title1_wapper .per_zs_title2.cur{
    color:#da3a24;
}
.navWap.layui-nav .layui-this{
    height: 100%;
    background: #da3a24;
}

.navWap.layui-nav .layui-this:after{
    content:none;
}
.navWapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navWapper li:last-child{
    margin-right:0;
}
.navWap.layui-nav * {
    font-size: 14px;
}
.showAll{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    height: 28px;
    line-height: 28px;
}
/* 底部样式 */
.footer{
    background: #fff;
    padding-top: 30px;
}
.footWrap{
    margin-bottom:30px;
}
.footer .footerWapL{
    font-size: 24px;
    color:#666;
    padding-right: 96px;
}
.footer .footerWapL p{
    padding-top: 4px;
    /* text-align: right; */
    max-width: 180px;
}
.footerWapR{
    width:38%;
}
.footerWapR li{
    float: left;
    padding-right: 76px;
}
.footerWapR li span{
    font-size: 16px;
    color:#666;
    padding-bottom: 4px;
    display: block;
}
.footerWapR li a{
    display: block;
    padding-bottom: 4px;
}
.allAddress{
    width:300px;
}

.allAddress .addressBox{
    margin-top:4px;
    height: 162px;
    overflow: hidden;
    overflow-y: scroll;
}

.allAddress em{
    color:#666;
    line-height: 30px;
}
.allAddress p{
    font-size: 16px;
    color:#666;
}
.allAddress li .title,.allAddress li .address,.allAddress li .stel{
    margin-bottom: 10px;
}
.allAddress li .stelimg,.allAddress li .emailimg{
    padding-right: 6px;
    vertical-align: text-bottom;
}
.allAddress li .address span,.allAddress li .email span{
    line-height: 28px;
    width:256px;
    display: inline-block;
}
.allAddress li .addressimg{
    padding-right: 6px;
    vertical-align: text-bottom;
}
.allAddress li .stel span{
    line-height: 28px;
    width:200px;
    display: inline-block;
}
.attenUs .QRimg{
    height: 100px;
    width: 100px;
}
.attenUs .QRimg img{
    height: 100%;
    width: 100%;
    margin-top: 4px;
}
.attenUs h3{
    font-size: 16px;
    color: #666;
    text-align: center;
}

.mostBottom{
    background: #303030;
    height:86px;
}
.bottomWrap .beian{
    color:#fff;
    text-align: center;
    line-height: 86px;
}
.bottomWrap .beian a{
    color:#019cf9;
}
.linkBox{
    text-align: center;
}
.linkBox .linklj {
    margin:0 8px
}
.linkBox .linklj a:hover{
    color: #da3a24 !important;
}
.linkQuery{
    text-align: center;
    padding:20px 0;
}
.linkQuery span{
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #9cadc3;
}
.linkQuery a{
    margin-right: 15px;
}
/* 右侧悬浮窗 */
.fixedFloating {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -150px;
    padding: 0 24px;
    z-index: 9999999;
}
.fixedFloating li {
    height: 61px;
    line-height: 61px;
    cursor: pointer;
    position: relative;
}
.fixedFloating li .outBox {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
}
.fixedFloating li .isWeixinCode img,.fixedFloating li .APPcodeFloat img{
    width: 100%;
    height: 100%;
}
.fixedFloating li:hover .outBox{
    background-color: #da3a24;
}
/* .fixedFloating li:hover .outBox a{
    color: #da3a24;
    font-size: 16px;
} */
.fixedFloating li .triangle{
    position: absolute;
    width:0;
    height:0;
    border-width:14px 0 14px 14px;
    border-style:solid;
    border-color:transparent transparent transparent #fff;
    top:50%;
    margin-top: -14px;
    right: 99999px;
   

}
.fixedFloating li .innerBox {
    padding: 15px;
    width: 106px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    right: 99999px;
    top: 0px;
    color: #000;
}
.fixedFloating .guideBoxTemplate .innerBox{
    width: 125px;
}
.guideBoxTemplate {
    position: relative;
    background: #da3a24;
    margin-bottom: 1px;
}
.guideBox_cz>a{
    display: inline-block;
}
.guideBox_cz>a img{
    padding: 10px;
}
.guideBox_cz{
    padding: 0 !important;
    background: #da3a24 !important;
}
.guideBoxTemplate .new_tip{
    position: absolute;
    left: -10px;
    top: -10px;

}
.fixedFloating li .wholeInnerBox{
  padding: 0;
}
.fixedFloating li .smwidth {
    width: 180px;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}
.wholeInnerBox  .demo{
   display: inline-block;
   width: 100%;
   height: 60px;
   text-align: center;
   line-height: 60px;
}
.fixedFloating li .innerBox .demo:hover{
    color:#da3a24
}
.fixedFloating li .innerBox .qqBox:hover{
    color:#da3a24
}
.fixedFloating li .innerBox .qqBox:hover a{
    color:#da3a24
}
.feedback {
    padding: 10px;
    text-align: center;
}
.feedback h2 {
    border-left: 2px solid #da3a24;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    text-align: left;
}
.feedback textarea {
    display: box;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    margin-top: 10px;
    padding: 10px;
    resize: none;
    text-align: left;
    overflow-y: auto;
}
.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
  .logo_url {
    position: absolute;
    max-width: 150px;
    opacity: 0.4;
    top: 10px;
    left: 10px;
}

.qqBox{
    padding:5px 0;
    border-bottom: 2px solid #f3f3f3;
}
.qqBox:last-child{
    border-bottom: 0px
}
.serverLink a{
    display: block;
}
.loginStyle {
    width: 260px !important;
}
.loginStyle .layui-layer-content,.loginStyle .layui-layer-btn{
    text-align: center;
}