* {
    margin: 0;
    padding: 0;
}

body, html {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    font-family: '微软雅黑';
}

body {
    background-color: #f5f5f5;
}

ul, ol, li {
    list-style-type: none;
}

em, i {
    font-style: normal;
    border: none;
    font-family: none;
}

a {
    text-decoration: none;
}

input {
    border: 0;
}

input, textarea, select, a:focus {
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b3b3b3;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #b3b3b3;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #b3b3b3;
}

:-moz-placeholder { /* Firefox 18- */
    color: #b3b3b3;
}

input:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/*宽*/
.comBox {
    width: 1240px;
    margin: 0 auto;
}

/*颜色*/
.red {
    color: #ff0036;
}

.gree {
    color: #029000;
}

.bule {
    color: #1580bd;
}

.C7 {
    color: #b7b7b7;
}

.C9 {
    color: #999;
}

.en {
    font-family: verdana;
}

/*top*/
.mainBx {
    padding-top: 119px;
}

/*隐藏*/
.hide {
    display: none;
}

.center-tx {
    text-align: center;
}

/*弹性布局*/
.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

/*********=============top 样式=============********/
.headerBox {
    background: #c41b20;
    color: #fff;
    font-size: 14px;
}

#topbar {
    height: 38px;
    line-height: 38px;
    background: #c62d31;
    border-bottom: 1px solid #c9373b;
    font-size: 13px;
}

.topbarLtSpn {
    padding-left: 14px;
}

.topbarLt a {
    color: #fff;
}

.topbarRtxt span {
    padding: 0 10px;
}

.topbarLogin {
    width: 128px;
    height: 40px;
    font-size: 12px;
    background-color: #b3292c;
    text-align: center;
    margin-left: 15px;
    position: relative;
}

.LgBox:hover {
    background-color: #ae191d;
}

.LgBox a {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
}

.topbarLogSp::after {
    width: 1px;
    height: 14px;
    background-color: #d11f23;
    content: '';
    display: inline-block;
    position: relative;
    right: -10px;
    top: 3px;
}

.topbarLogin .icon-use {
    font-size: 20px;
    position: relative;
    top: 4px;
    left: -6px;
    padding-right: 2px;
}

.topbarLogin .icon-arrow_d {
    font-size: 10px;
    padding-left: 10px;
    color: #93000e;
    position: relative;
    top: 2px;
}

.useLgin a {
    color: #fff;
}

.useLgin:hover, .useLgin:hover a, .useLgin.active, .useLgin a:hover {
    background-color: #fff;
    color: #333;
}

.useLgin.active a {
    color: #333;
}

.useLgin a.icon-arrow_d {
    color: #666;
}

/*会员中心 弹层*/
.sn-undis {
    position: absolute;
    top: 38px;
    right: 0px;
    z-index: 10;
    width: 260px;
    background-color: #fff;
    padding: 6px 0px;
    /* -webkit-box-shadow: 2px 5px 5px #888;
    -moz-box-shadow: 2px 5px 5px #888;
    box-shadow: 2px 5px 5px #888; */
    font-size: 14px;
}

.sn-undisDl {
    padding-bottom: 5px;
}

.sn-undisDl a {
    display: block;
    line-height: 32px;
    border-bottom: 1px solid #f4f4f4;
    text-indent: 20px;
    text-align: left;
    color: #333;
}

.sn-undisDl a:hover {
    color: #ff0036;
    background-color: #f4f4f4;
}

#topBox {
    padding: 14px 0;
}

#topBox .comBox, #topbar .comBox {
    justify-content: space-between;
}

.topRight {
    padding: 12px 0 0;
}

.topNav {
    justify-content: space-around;
}

.topNav li {
    line-height: 40px;
    height: 40px;
    font-size: 17px;
    padding: 0 20px;
}

.topNav li.curr a {
    color: #fdecd0;
}

.topNav a {
    color: #fff;
}

.logo {
    width: 370px;
    height: 64px;
    position: relative;
    top: -2px;
}

.topCart {
    background-color: #d0514e;
    height: 40px;
    line-height: 40px;
    width: 128px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.topCart:hover {
    background-color: #da4d4a;
}

.topCart .icon-cart {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 8px;
}

.topCart .icon-arrow_d {
    font-size: 10px;
    position: relative;
    padding-left: 6px;
}

.topCart em {
    height: 16px;
    line-height: 14px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background-color: #000;
    font-style: normal;
    padding: 0 6px;
    font-size: 12px;
    position: absolute;
    left: 25px;
    top: 2px;
}

/*购物车弹层*/
.shoppingCatLyer {
    position: absolute;
    width: 128px;
    background: #d14643;
    z-index: 99;
    top: 40px;
    text-align: left;
    border-radius: 0 0 3px 3px;
}

.shoppingCatLyer::before {
    position: absolute;
    left: 0;
    top: -1px;
    background: #de5350;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.shoppingCatLyer a {
    display: block;
    line-height: 38px;
    padding-left: 14px;
    color: #fff;
    border-bottom: 1px solid #de5350;
}

.shoppingCatLyer a:hover {
    background: #c52f2b;
    color: #fff;
}

.mouseon::before {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform-origin: 50% 50% 0;
    transition: transform .2s ease-in 0s;
    display: inline-block;
}

/**产品分类 样式**/
.menuBox {
    background-color: #212121;
    color: #fff;
}

.menuNav {
    height: 46px;
    line-height: 46px;
    background-color: #000;
}

.menuNav .comBox {
    position: relative;
}

.menuUl li {
    float: left;
    padding: 0 24px;
    position: relative;
    font-size: 15px;
}

/* .menuUl li:hover{
    background-color:#212121;
} */
.menuUl li.curr {
    background-color: #c41b20;
    color: #fff;
}

.menuUl li.curr a::before {
    width: 0;
    height: 0;
    border-top: 5px solid #c41b20;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.menuUl li a {
    color: #fff;
}

.navWaper {
    position: relative;
    z-index: 9;
}

.nav-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 52px;
    height: 46px;
    background-color: #c41b20;
    font-size: 0;
    line-height: 40px;
}

.nav-line:before {
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -3px;
    z-index: 999;
    width: 0;
    height: 0;
    border-top: 6px solid #c41b20;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
}

/*********=============footer 样式=============********/
.footTop {
    background: #fff;
    border-top: 1px solid #f3f3f3;
}

.footEnsure {
    border-bottom: 1px solid #f1f1f1;
    padding: 16px 0;
    display: flex;
}

.footEnsure li {
    flex: 1;
    text-indent: 70px
}

.footTxtBx {
    display: flex;
    padding: 30px 0 26px;
}

.footTxtUl {
    display: flex;
    width: 84%;
}

.footTxtUl li {
    flex: 1;
    padding-left: 70px;
}

.footTxtUl h2 {
    font-size: 16px;
    font-weight: normal;
}

.footTxtUl div {
    font-size: 12px;
    padding-top: 14px;
}

.footTxtUl div a {
    display: block;
    text-decoration: none;
    color: #999;
    line-height: 24px;
}

.footTxtUl div a:hover, .footTxtQt a:hover, .footBottom a:hover {
    text-decoration: underline;
    color: #e60021;
}

.footTel {
    border-left: 1px solid #f1f1f1;
    text-align: center;
    font-size: 12px;
    width: 16%;
    color: #999;
}

.footTel h1 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 4px;
    color: #e60021;
}

.footTContact {
    border: 1px solid #e60021;
    width: 120px;
    display: inline-block;
    color: #e60021;
    margin: 16px 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.footTContact a {
    color: #e60021;
    display: block;
}

.footTContact a:hover {
    color: #ff1335;
}

.footTContact span {
    margin: 0 6px;
    position: relative;
    top: 1px;
}

.footTxtQt {
    border-top: 1px solid #f1f1f1;
    padding: 14px 0;
    display: flex;
    align-items: center;
}

.footTxtQtSpn {
    padding-left: 50px;
    width: 120px;
    font-size: 16px;
}

.footTxtQt a {
    font-size: 12px;
    text-decoration: none;
    color: #999;
    margin-right: 27px;
    line-height: 28px;
}

.footTxtQtDv {
    padding-right: 44px;
    word-break: break-all;
}

.footBottom {
    background: #000;
    border-top: 4px solid #e60021;
    color: #ccc;
    font-size: 14px;
    padding: 20px 0 16px;
    text-align: center;
    line-height: 28px;
}

.footBottom a {
    text-decoration: none;
    color: #ccc;
    position: relative;
}

.footBottomPt a {
    padding: 0 14px;
}

.footBottomPt a::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #3c3c3c;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}

.footBottomPt a:last-child::after {
    display: none;
}

.footBicp {
    color: #777;
    font-size: 12px;
}

.footBicp span {
    padding: 0 8px;
    display: inline-block;
}

.footBimgBx {
    padding-top: 26px;
    text-align: center;
}

.footBimgBx a {
    display: inline-block;
    width: 125px;
    height: 38px;
    margin-right: 8px;
    background-image: url('../img/icon_new.png');
    background-repeat: no-repeat;
}

.footBimg1 {
    background-position: left top;
}

.footBimg2 {
    background-position: left -39px;
}

.footBimg3 {
    background-position: left -78px;
}

.footTelWx img {
    width: 90px;
}


/*二级分类 样式*/
.menuSubox {
    background-color: #212121;
    height: 124px;
}

.menuSubox .comBox {
    background: url('../img/index/menubj.jpg') no-repeat right top;
    height: 124px;
}

.menuSubUl {
    padding-top: 46px;
}

.menuSubUl li {
    background-color: #403d3d;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    margin-right: 9px;
    width: 116px;
    text-align: center;
    height: 78px;
    position: relative;
}

.menuSubUl li a {
    color: #898989;
    display: block;
}

.menuSubUl li a::before {
    height: 3px;
    background-color: #403d3d;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 4px 4px 0 0;
}

.menuSubUl li:last-child {
    margin-right: 0;
}

.menuSubUl li.curr {
    background-color: #fff;
}

.menuSubUl li.curr a::before {
    background-color: #e12227;
}

.menuSubUl li.curr a {
    color: #000;
}

.kaIcn {
    width: 50px;
    height: 51px;
    margin: 0 auto;
    display: block;
    margin-top: 4px;
    background-image: url('../img/icon_new.png');
    background-repeat: no-repeat;
}

.kaImg1 {
    background-position: left -121px;
}

.kaImg2 {
    background-position: -50px -121px;
}

.kaImg3 {
    background-position: -100px -121px;
}

.kaImg4 {
    background-position: -150px -121px;
}

.kaImg5 {
    background-position: -200px -121px;
}

.kaImg6 {
    background-position: -250px -121px;
}

.kaImg7 {
    background-position: -300px -121px;
}

.kaImg8 {
    background-position: -350px -121px;
}

.kaImg9 {
    background-position: -400px -121px;
}

.kaImg10 {
    background-position: -450px -121px;
}

.menuSubUl li.curr .kaImg1 {
    background-position: left -173px;
}

.menuSubUl li.curr .kaImg2 {
    background-position: -50px -173px;
}

.menuSubUl li.curr .kaImg3 {
    background-position: -100px -173px;
}

.menuSubUl li.curr .kaImg4 {
    background-position: -150px -173px;
}

.menuSubUl li.curr .kaImg5 {
    background-position: -200px -173px;
}

.menuSubUl li.curr .kaImg6 {
    background-position: -250px -173px;
}

.menuSubUl li.curr .kaImg7 {
    background-position: -300px -173px;
}

.menuSubUl li.curr .kaImg8 {
    background-position: -350px -173px;
}

.menuSubUl li.curr .kaImg9 {
    background-position: -400px -173px;
}

.menuSubUl li.curr .kaImg10 {
    background-position: -450px -173px;
}

/*********=============分页=============*********/
.pageBox {
    padding: 20px;
    text-align: center;
}


/*********=============找回密码页 样式=============********/
.passBox h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 30px 0 10px;
}

.passwdMain {
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 41px 20px 39px;
    margin-bottom: 40px;
}

/*left*/
.passLeft {
    padding: 0 75px 0 120px;
}

.passLeft li {
    border: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
    margin-bottom: 26px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
}

.passSpn {
    padding-left: 18px;
    width: 82px;
    line-height: 50px;
    text-align: right;
    display: inline-block;
}

.passInpt {
    width: 278px;
    height: 50px;
    padding: 0 10px;
    border: 0;
    line-height: 50px;
    color: #666;
}

.passInpt:focus, .passCode:focus, .passImgCode {
    border: 0;
    -webkit-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0 0, 0 0 0 0;
}

.passCode, .passImgCode {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 116px;
    height: 50px;
    border: 0;
    background-color: #e5e5e5;
    text-align: center;
    cursor: pointer;
    color: #888;
}

.passImgCode img {
    border: 0;
    top: -1px;
    position: relative;

}

.passCode:hover {
    background-color: #d5d5d5;
}

.passwdBnt {
    background-color: #000;
    color: #fff;
    height: 52px;
    line-height: 52px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.passwdBnt:hover {
    background-color: #2a2a2a;
}

/*right*/
.passRt {
    border-left: 1px solid #e5e5e5;
    padding-left: 56px;
}

.passRt dl {
    margin-bottom: 20px;
}

.passTel {
    margin-bottom: 0;
}

.passLog dt, .passTel dt {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff;
    text-align: center;
}

.passLog dt {
    background-color: #7ac23c;
    font-size: 23px;
}

.passTel dt {
    background-color: #ff0036;
    font-size: 17px;
}

.passLog a:hover {
    text-decoration: underline;
    color: #e20131;
}

.passLog dd {
    line-height: 36px;
}

.prompt {
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 18px;
}

.prompt p {
    margin-bottom: 10px;
}

.passLoga {
    background: url('../img/login/password.jpg') no-repeat;
    width: 380px;
    height: 229px;
    display: block;
    margin-top: 20px;
}

