* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.icon {
    width: 1px !important;
    height: 1em !important;
    vertical-align: -0.15em !important;
    fill: currentColor !important;
    overflow: hidden !important;
}

#header-b {
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    margin-bottom: 70px;
}

#header-b .header {
    min-width: 1200px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.header .w {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header .header-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.header .header-box .header-left {
    display: flex;
    align-items: center;
}

.header .header-box .header-left img {
    width: 200px;
}

.header .header-box .header-right {
    /* background-color: pink; */
    display: flex;
    align-items: center;
}

.header .header-box .header-left .mar-left,
.header .header-box .header-right .mar-left {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.header .header-box .header-left .mar-left a,
.header .header-box .header-right .mar-left a {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .header-box .header-right .mar-left:hover,
.header .header-box .header-left .mar-left:hover .estimation-but,
.header .header-box .header-right .mar-left:hover .estimation-but {
    color: #038dfa;
}

.header .header-box .header-right .langs {
    position: relative;
}
.header .header-box .header-right .langs .selsect-lang {
    display: flex;
    font-size: 14px;
    justify-content: center;
}

.header .header-box .header-right .langs .selsect-lang:hover .icon-yuyan {
    color: #038dfa;
}
.header .header-box .header-right .langs .lang-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-box .header-right .langs .selsect-lang:hover {
    color: #038dfa;
}

.header .header-box .header-right .langs .selsect-lang:hover .icon-top {
    color: #038dfa;
}
.header .header-box .header-right .langs:hover .select-box {
    color: #000;
}

.header .header-right .langs .select-box {
    width: 260px;
    background-color: #fff;
    position: absolute;
    top: 35px;
    right: calc(-(250px / 2));
    border: 1px #F2F2F2 solid;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.header .header-right .langs .select-box .lang-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}

.header .langs .select-box .lang-box .lang {
    width: 44%;
    border-color: #dcdfe6;
    font-size: 13px;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #999;
    margin: 0 10px 10px 0;
}

.header .langs .select-box .lang-box .active {
    background-color: #038dfa;
    border-color: #038dfa;
    color: #fff;
}


.header .langs .select-box .lang-box .lang:hover {
    background-color: #038dfa;
    border-color: #038dfa;
    color: #fff;
}

.header .langs .lang-box .box-border {
    border: 1px #dcdfe6 solid;
    color: #606266;
}

.header .langs .select-box .lang_button {
    background-color: #038dfa;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    padding: 6px 0;
}

.header .header-left .quick-link,
.header .header-right .quick-link {
    position: relative;
    padding: 10px 0;
}

.header .header-left .quick-link .list,
.header .header-right .quick-link .list {
    min-width: 130px;
    max-width: 180px;
    padding: 5px 15px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    right: calc(-(70px / 2));
    border: 1px #F2F2F2 solid;
    font-size: 14px;
    color: #606266;
    line-height: 1.5;
    border-radius: 5px;
    display: none;
    z-index: 999;
}

.header .header-left .quick-link:hover .list,
.header .header-right .quick-link:hover .list {
    display: block;
}

.header .header-left .quick-link .list .list-group,
.header .header-right .quick-link .list .list-group {
    text-align: center;
    padding: 10px 0;
}

.header .header-left .quick-link .list .list-group .list-group-item,
.header .header-right .quick-link .list .list-group .list-group-item {
    color: #606266;
}

.header .header-left .quick-link .list .list-group .list-group-item:hover,
.header .header-right .quick-link .list .list-group .list-group-item:hover {
    color: #038dfa;
}

.header .header-left .quick-link .list .list-border,
.header .header-right .quick-link .list .list-border {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.header .header-right .liebiao-box {
    border: 1px solid #d8d8d8;
    padding: 6px;
    border-radius: 5px;
}

.header .header-right .liebiao-box:hover {
    border-color: #038dfa;
    color: #038dfa;
}

.header .header-box .header-right input {
    border: none;
    background-color: #F2F2F2;
    border-radius: 5px;
    height: 35px;
    line-height: 40px;
    outline: none;
    padding-left: 20px;
    padding-right: 45px;
    box-sizing: border-box;
}

.header .header-box .header-right .input1 {
    padding-left: 10px;
    width: 100px;
    margin-right: -10px;
}

.header .header-box .header-right .input1:hover,
.header .header-box .header-right .mar-left:hover {
    cursor: pointer;
}

.header .header-box .header-right .input2 {
    width: 270px;
}

.header .header-right .input-box {
    position: relative;
}

.header .header-right .input-box .inp1 {
    position: absolute;
    top: calc((35px - 18px) / 2);
    left: 70px;
    color: #919191;
}

.header .header-right .input-box .inp2 {
    position: absolute;
    top: calc((35px - 22px) / 2);
    right: 10px;
    color: #919191;
}

.header .header-right .input-box .scrollbar-wrap {
    width: 100px;
    border: 1px #F2F2F2 solid;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 10px 0;
}

.header .header-right .input-box .scrollbar-wrap .dropdown-item {
    font-size: 14px;
    color: #606266;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
}

.header .header-right .input-box .scrollbar-wrap .dropdown-item:hover {
    background-color: #f5f7fa;
    color: #038dfa;
}

.header .header-right .input-box .history-box {
    width: calc(415px + 20px);
    border: 1px #F2F2F2 solid;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 12px;
}
.header .header-right .input-box .history-box .history-list {
    max-height: 130px;
    overflow: auto;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}
.header .header-right .input-box .history-box .history-list::-webkit-scrollbar {
    width: 0px;
}
.header .header-right .input-box .history-box .history-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.header .header-right .input-box .history-box .history-title .icon-shanchu {
    font-size: 18px;
    color: #909399;
    margin-left: 12px;
}
.header .header-right .input-box .history-box .history-title .all-del {
    font-size: 12px;
    color: #999;
    margin-left: 12px;
}
.header .header-right .input-box .history-box .history-title .all-del:hover {
    color: #038dfa;
}
.header .header-right .input-box .history-box .history-list .history-item {
    border: 1px solid #e9e9eb;
    background-color: #f4f4f5;
    color: #909399;
    padding: 4px 10px;
    border-radius: 12px;
    margin-top: 12px;
    margin-right: 12px;
    font-size: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header .header-right .input-box .history-box .history-item .icon-chahao {
    font-size: 16px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    color: #909399;
    margin-left: 8px;
}
.header .header-right .input-box .history-box .history-item .icon-chahao:hover {
    color: #fff;
    background-color: #909399;
}

.header .header-right .product-category-box {
    width: 1200px;
    height: 500px;
    background-color: #fff;
    position: absolute;
    top: 76px;
    left: 0;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    overflow: hidden;
}
.header .header-right .product-category-box .category {
    display: flex;
}
.header .header-right .product-category-box .category .category-left {
    width: 182px;
    height: 500px;
    overflow-y: scroll;
    font-size: 14px;
    background-color: #F9F9F9;
}
.header .header-right  .category .category-left .category-list-item {
    padding: 10px 0 10px 30px;
}
.header .header-right  .category .category-left .active {
    background-color: #fff;
}
.header .header-right  .category .category-left .category-list-item:hover {
    background-color: #fff;
}
.header .header-right .product-category-box .category .category-right {
    width: calc(100% - 182px);
    height: 500px;
    margin-left: 30px;
    padding: 20px 0;
    overflow-y: scroll;
    /* background-color: gold; */
}

.header .header-right  .category .category-right .category-right-item {
    margin-bottom: 20px;
}

.header .category-right .category-right-item .category-right-title {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 4px;
}
.header .category-right .category-right-item .category-right-list {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 0 20px 20px 0;
}
.header .category-right .category-right-item .category-right-list:hover {
    border-color:#038dfa;
}
.header .category-right .category-right-item .category-right-list:hover p {
    color: #038dfa;
}
.header .category-right .category-right-item .category-right-list img {
    width: 80px;
    height: 80px;
    display: block;
}
.header .category-right .category-right-item .category-right-list p {
    font-size: 12px;
    color: #333;
    text-align: center;
}

.header .header-right .login-box {
    display: flex;
}
.header .header-right .login-box a {
    color: #333;
}
.header .header-right .login-box .login a {
    display: block;
    padding: 6px 15px;
    border: 1px solid #038dfa;
    background-color: #038dfa;
    color: #fff;
    border-radius: 20px;
}
.header .header-right .login-box .register a {
    display: block;
    padding: 6px 15px;
    border: 1px solid #038dfa;
    color: #038dfa;
    border-radius: 20px;
}
#user-option a {
    display: block;
    color: #333;
    padding: 5px 0;
    text-decoration: none;
}
#user-option a:hover {
    color: #038dfa;
}
