/*样式初始化*/
html, body, div, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption,
figure, footer, fieldset, header, menu, nav, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
}
body {
    font-family:"微软雅黑",YaHei,"Microsoft YaHei","宋体","Arial,Verdana";
    font-size: 14px;
    background: #ffffff;
}

a {
    text-decoration: none;
    color: #555555;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
    text-decoration: none;
    outline-style: none;
    /*FF*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button {
    outline: none;
    border: 0px;
}

ol,
ul {
    list-style: none;
}
.cf::before,
.cf::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.cf {
    *zoom: 1;
    /*IE/7/6*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*头部*/
.header-box1 {
    width: 100%;
    background: #F9F9F9;
    color: #999999;
    border-bottom: 1px solid #E8E8E8;
}

.header-box1 .box-h {
    height: 35px;
    line-height: 35px;
}
.header-box1 a:hover{
    color: #F63756;
    text-decoration: none;
}
.header-box1 a{
  color: #999999;
}
.header-box1 ul li{
    padding: 0 15px;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}
.header-box1 ul li:nth-child(n+2) {

    border-left: 0;

}
/*end*/

/*头部1*/
.headers .logobox-left {
    margin-top: 37px;
    width: 216px;

}
.logbox .search {
    margin-top: 37px;
    margin-right: 70px;
}

.logbox .search .key {
    float: left;
    width: 299px;
    height: 48px;
    box-sizing: border-box;
    line-height: 48px;
    color: #999;
    padding: 4px;
    border-width: 2px 0 2px 2px;
    border-color: #e60012;
    border-style: solid;
    outline: 0;
    font-size: 14px;
    padding-left: 15px;
}

.logbox .search .button {
    float: left;
    width: 93px;
    height: 48px;
    background: #e60012;
    border: none;
    border-radius: 0;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.hot {
    margin-top: 15px;
}

.hot-item {
    width: 322px;
}

.hot-item a:nth-of-type(1) {
    padding-left: 10px;
}

.hot-item a:hover {
    color: #e60012;
}

.logbox .cart {
    margin-top: 39px;
    width: 200px;
    height: 44px;
    line-height: 40px;
    box-sizing: border-box;
    border: solid 1px #e60012;
    position: relative;
}

.cart .paipindiv {
    font-size: 16px;
}

.headPaiDiv {
    width: 200px;
    line-height: 30px;
    border: 1px solid #e60012;
    padding: 10px 0;
    background: #ffffff;
    z-index: 2001;
    box-sizing: border-box;
    text-align: center;
    margin-left: -1px;
    position: absolute;
    margin-top: -1px;
}
/*end*/
/*商城*/
.show-category {
    width: 100%;
    min-width: 1200px;
    height: 45px;
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-bottom: 5px solid #D9131F;
    margin-top: 32px;
}

.show-category .categorysy {
    position: relative;
}

.show-category .categorysy:hover .categorys-tab-content {
    display: block;
}

.show-category .all {
    display: block;
    width: 230px;
    height: 45px;
    line-height: 40px;
    background: #D9131F;
    text-align: center;
    font-size: 16px;
    /*padding-bottom: 2px;*/
}

.show-category .all a {
    display: block;
    color: #ffffff;
}

.show-category .navitemsy li {
    float: left;
}
.show-category .navitemsy li a {
    display: block;
    width: 107px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #4C4C4C;
}
.show-category .navitemsy li:hover a {
    background: #F1F1F1;

    color: #F63756;
}

.store-box {
    position: relative;
}

.categorys-tab-content {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    height: 500px;
    z-index: 30;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.categorys-tab-content .categorys-items {
    position: relative;
    height: 100%;
}

.categorys-tab-content .categorys-item {
    cursor: pointer;
    height: 12.5%;
}

.categorys-tab-content .item-content {
    padding: 9px 15px;
    float: left;
    width: 230px;
    box-sizing: border-box;
}

.categorys-tab-content .selected .item-content {
    background-color: rgba(146, 34, 34, .5);
}

.categorys-tab-content .iconfont {
    color: #bfbfbf;
    font-size: 18px;
    display: block;
}

.categorys-tab-content .categorys-title {
    float: left;
    margin-left: 10px;
}

.categorys-tab-content .categorys-title strong {
    display: block;
    font-weight: normal;
}

.categorys-tab-content .categorys-title strong a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.categorys-tab-content .categorys-title span {
    display: block;
}

.categorys-tab-content .categorys-title span a {
    color: #bfbfbf;
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
}

.categorys-tab-content .categorys-title span a:hover, .categorys-tab-content .categorys-title strong a:hover {
    color: #e23435;
}

.categorys-items-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    width: 750px;
    min-height: 500px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
    -webkit-transition: top .25s ease;
    transition: top .25s ease;
}
.cate-layer-con {
    padding: 20px 20px 28px 18px;
}

.cate-layer-left {
    float: left;
    width: 700px;
}

.cate_channel {
    overflow: hidden;
    height: 24px;
    width: 100%;
}

.cate_channel a {
    float: left;
    margin-right: 10px;
    padding: 0 10px 0 12px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: #5f4f4f;
}

.cate_detail {
    margin-top: 20px;
    width: 100%;
}

.cate_detail dl {
    padding-left: 80px;
    position: relative;
}

.cate_detail dt {
    overflow: hidden;
    position: absolute;
    color: #555;
    left: 0;
    top: 13px;
    width: 70px;
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cate_detail dd {
    padding: 8px 0;
    overflow: hidden;
    border-bottom: 1px dashed #d2d2d2;
    min-height: 28px;
}

.cate_detail dd a {
    float: left;
    margin: 8px 0;
    padding: 0 10px;
    height: 12px;
    border-left: 1px solid #e0e0e0;
    line-height: 12px;
    white-space: nowrap;
}
/*end*/

