body{
    background-color: #f6f6f6;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*页面头部样式*/

.b2b_header_box {
    background-color: #1a1a1a;
    width: 100%;
    padding-top: 5px;
}

.b2b_header_box .inBox {
    width: 1200px;
    margin: auto;
    font-size: 8px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b2b_header_box .inBox .header_left {
    height: 30px;
    display: flex;
}

.b2b_header_box .inBox .header_left .welcome {
    line-height: 30px;
}

.b2b_header_box .inBox .header_left .name {
    position: relative;
    width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ff0000;
}

.b2b_header_box .inBox .header_left .name p {
    cursor: pointer;
    line-height: 30px;
}

.b2b_header_box .inBox .header_left .name:hover {
    color: #ffffff;
}

.b2b_header_box .inBox .header_left .name img {
    height: 10px;
    width: 10px;
    margin: 0 0 0 4px;
}

.b2b_header_box .inBox .header_left .name .down2 {
    display: none;
}



.b2b_header_box .inBox .header_left .name .nameBox{
    display: none;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: absolute;
    width: 60px;
    /*bottom:0px;*/
    left: 0;
    z-index: 100;
    padding: 0 10px 0 6px;
    animation:move 0.5s;
}
.b2b_header_box .inBox .header_left .name .nameBox div{
    color: #333 !important;
}
.b2b_header_box .inBox .header_left .name .nameBox div img{
    height: 24px;
    width: 24px;
    margin: 0 auto;
}


#header{
    background-color: #1a1a1a;
    width: 100%;
}
#header-wrapper{
    width: 1200px;
    margin: 0 auto;
}

.header-content {
    display: flex;
    align-items: center;
    height: 60px !important;
    width: 1200px;
    margin: 0px auto 8px;
}

.header-content .header-logo {
    display: flex;
    align-items: center;
    margin:  0 50px;
    cursor: pointer;
}
#header-sesrch{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
}
#search-form{
    width: 450px;
    height: 35px;
    display: flex;
    border: #424b5a solid 2px;
    align-items: center;
    padding: 0 15px;
    border-radius: 40px;
    color: #979eaa;
    font-weight: bold;
    margin-left: 80px;
    background-color: #202938;
}
#search_key_words{
    width: 430px;
    height: 32px;
    display: flex;
    font-size: 13px;
    border: 0px;
    align-items: center;
    color: #979eaa !important;
    font-weight: bold !important;
    background-color: #202938 !important;
}


#shop_keywords{
    width: 30px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#shop_keywords img{
    width: 20px;
    height: 20px;
}


#topBottom{
    width: 1200px;
    display: flex;
    height: 40px;
    justify-content: space-between;
}
#topBottom #navMenu{
    width: 260px;
    height: 40px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#topBottom #navMenu .menuItem{
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}


#topBottom #navMenu .menuItem a:hover{
    color: #e82d34;
}

#topBottom #navMenu .active{
    height: 40px;
    border-bottom: #b70910 solid 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#topBottom #navMenu .active:first-child{
    color: #b70910;
}

/*购物车*/
#topBottom .carBox {
    width: 100px;
    height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b90913;
    border-radius: 40px;
    border: 0px;
    cursor: pointer;
    color: white;

}

#topBottom .carBox img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}


.header_right {
    display: flex;
    font-size: 14px;
    height: 100%;
    color: white;
    align-items: center;
}

.header_right .rightItem {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    cursor: pointer;
    color: #fff;
    height: 30px;
    margin-left: 30px;
}
.header_right .gerenBox a{
    color: #0A1532;
    margin-top: 10px;
    cursor: pointer;
}

.header_right a:hover {
    cursor: pointer;
    color: #e82d34;
}

#kefu{
    display: flex;
    align-items: center;
    min-width: 170px;
}
.header_right .geren {
 width: 110px;
}

.header_right .gerenBox {
    display: none;
    height: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 70px;
    z-index: 1000;
    animation: moves 0.5s;
    box-sizing: border-box;
    margin-left: 40px;
}
/*搜索栏下拉*/
.tips {
    /* text-align: center; */
    font-size: 13px;
    color: #aaa;
}
.search_list{
    width: 600px;
    height: auto;
    max-height: 500px;
    background-color: white;
    position: absolute;
    z-index: 999;
    overflow: auto;
    transform: translate(260px,-50px);
    border-radius: 5px;
}
.keylist {
    height: 40px;
    min-width: 80%;
    line-height: 40px;
    cursor: pointer;
    padding: 0 28px;
}
.title {
    border-left: 3px solid red;
    height: 20px;
    line-height: 22px;
    padding-left: 5px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    min-width: 80%;
}

.keylist:hover {
    background-color: #f5f5f5;
}
.keylist > a {
    width: 100%;
    display: block;
}
.hides {
    display: none;
}



/*轮播前进后退按钮*/
.swiper-container {
    /*--swiper-theme-color: #ff6600;!* 设置Swiper风格 *!*/
    /*--swiper-navigation-color: #00ff33;!* 单独设置按钮颜色 *!*/
    cursor: pointer;
    --swiper-navigation-size: px; /* 设置按钮大小 */
}

/*首页底部*/
.b2b_bottom_box {
    width: 100%;
    height: 227px;
    background: #0A1532;
}

.bottom_itemBox1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1200px;
    height: 62%;
    margin: 0 auto;
    border-bottom: 1px solid #384058;
}

.bottom_itemBox1 .item {
    display: flex;
    color: #fff;
}

.bottom_itemBox1 .item img {
    height: 38px;
    width: 38px;
    margin: 0 7px 0 0;
}

.bottom_itemBox1 .item .text h6 {
    margin: 6px 0 6px 0;
    font-size: 13px;
}

.bottom_itemBox1 .item .text div {
    color: #6B7183;
    font-size: 8px;
    line-height: 20px;
}

.bottom_itemBox1 .code img {
    height: 91px;
}

/*底部第二部分*/
.bottom_itemBox2 {
    width: 1100px;
    height: 38%;
    margin: 0 auto;
    color: #6B7183;
    font-size: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottomLine1 {
    text-align: center;
    margin: 0 0 6px;
}

.bottomLine1 .mid {
    margin: 0 10px;
}

.bottomLine1 a {
    text-decoration: none;
    color: #6B7183;
}

.bottomLine2 {
    text-align: center;
}

a.alink {
    color: #ffffff;
}

.cursor{
    cursor: pointer;
}

.authBox .buttonBox .saveButton{
    display: inline-block;
    width: 200px;
    height: 30px;
    margin: 70px 30px;
    line-height: 30px;
}

.menuItem_child{
    position: absolute;
    visibility:hidden;
    display: grid;
    width: 90px;
    height: 80px;
    text-align: center;
    z-index: 990;
    padding-top: 5px;
    border-radius: 0 0 5px 5px;
    transform: translate(-30px,60px);
    border-top:  3px solid #b70910;
    background-color: rgb(26, 26, 26);
}

.menuItem:nth-child(4) .menuItem_child{
    position: absolute;
    visibility:hidden;
    display: grid;
    width: 90px;
    height: 70px;
    text-align: center;
    z-index: 990;
    padding-top: 5px;
    border-radius: 0 0 5px 5px;
    transform: translate(-30px,55px);
    border-top:  3px solid #b70910;
    background-color: rgb(26, 26, 26);
}


.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #c84146;
}

#demo-laypage-text {
    display: flex;
    justify-content: center;
}



