﻿* {
    margin: auto;
    font-size: 14px;
}

body {
    /*font: 14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;*/
    font-family: Arial,"微软雅黑";
    /*font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;*/
    color: #232323;
    background: #f5f5f9;
}

/*导航*/
.nav-bg {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
    background: #232429;
    z-index: 1004;
}

.nav {
    position: relative;
    width: 1200px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
}

    .nav div {
        font-size: 0;
        position: absolute;
    }

    .nav a {
        font-size: 0.93rem;
        color: #fefefc;
        text-decoration: none;
    }

        .nav a:hover {
            /*color: #4fc3c0;*/
        }

    .nav span {
        color: #fefefc;
        margin: 0 15px 0 15px;
    }

.nav-center {
    position: absolute;
    top: 14px;
    left: 450px;
    width: 300px;
    height: 30px;
    border: 1px solid #fefefc;
    border-radius: 3px;
    overflow: hidden;
}

    .nav-center img {
        position: absolute;
        width: 16px;
        margin: 7px 0 0 11px;
    }

.nav-search-txt {
    position: absolute;
    top: 0;
    left: 40px;
    padding: 0;
    width: 190px;
    height: 30px;
    border: none;
    background-color: #232429;
    outline: none;
    color: white;
}

.nav-search-btn {
    position: absolute;
    right: 0;
    width: 60px;
    height: 30px;
    padding: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.nav-right {
    right: 10px;
}

    .nav-right font {
        color: #fefefc;
        margin: 0 2px 0 2px;
    }

    .nav-right a:hover {
        /*color: #4fc3c0;*/
    }

.nav-total {
    display: none;
}

.nav-cart {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 58px;
    background-image: url(/Image/Computer/cart.png);
    background-repeat: no-repeat;
    background-position-y: center;
}
.nav-order {
    position: absolute;
    display: inline-block;
    width: 38px;
    height: 62px;
    background-image: url(/Image/Computer/top-order.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 32px;
}
.nav-favorites {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 62px;
    background-image: url(/Image/Computer/top-favorites.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 24px;
}
.nav-shoporder{
    margin-left: 34px;
}

.nav-shopCart {
    margin-left: 30px;
}
.nav-shopfavorites{
    margin-left: 30px;
}

/*页首*/
.head-bg {
    min-width: 1200px;
    margin-top: 60px;
    background-color: white;
}

.head {
    position: relative;
    width: 1300px;
    height: 140px;
}

.head-logo {
    position: absolute;
    margin: 34px 0 0 0;
}

    .head-logo a {
        display: block;
        width: 241px;
        height: 69px;
        background-image: url(/Image/Computer/logo.png);
    }

.head-center {
    position: absolute;
    width:;
    height: 58px;
    border-left: 1px solid #ff784b;
    margin: 50px 0 0 260px;
    padding-left: 15px;
}

    .head-center p {
        width: 162px;
        height: 24px;
        line-height: 24px;
        color: white;
        text-align: center;
        margin: 5px 0 5px 0;
        background-image: url(/Image/Computer/ltd.png);
        border-radius: 24px;
    }

    .head-center span {
        display: block;
        font-size: 0.85rem;
        color: #ff784b;
    }

.head-menu {
    position: absolute;
    top: 55px;
    right: 0;
    padding: 0;
    z-index: 999;
}

    .head-menu > li {
        list-style: none;
        margin-left: 30px;
        margin-left: 28px;
        float: left;
    }

        .head-menu > li > a > img {
            display: block;
            margin-bottom: 3px;
            width: 26px;
        }

        .head-menu > li > a {
            display: inline-block;
            color: #555555;
            text-decoration: none;
            padding-bottom: 5px;
        }

            .head-menu > li > a:hover {
                color: black;
            }

.menu-service:hover span {
    color: black;
}

.menu-service:hover .head-service {
    display: block;
}

.head-service {
    display: none;
    padding: 0;
    position: absolute;
    width: 225px;
    margin-left: -55px;
    padding: 9px 0 12px 0;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 2;
}

    .head-service > li {
        list-style: none;
        min-height: 26px;
        line-height: 26px;
        margin-top: 2px;
    }

        .head-service > li > span {
            display: block;
            font-size: 0.93rem;
            color: #777777 !important;
            padding-left: 20px;
        }

        .head-service > li > a {
            display: block !important;
            font-size: 0.93rem;
            color: #777777;
            text-decoration: none;
            padding-left: 20px;
        }

            .head-service > li > a:hover {
                background-color: #f6f6f6;
                color: #ff784b;
                text-decoration:underline;
            }

/*登录*/
.login {
    display: none;
    width: 340px;
    height: 320px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    background: white;
    box-shadow: 2px 2px 20px 0;
    border-radius: 2px 2px;
    z-index: 5;
}

.login-close {
    position: absolute;
    font-family: "宋体";
    font-size: 22px;
    font-weight: 600;
    color: #808080;
    margin: 32px 0 0 290px;
    cursor: pointer;
}

/*旋转*/
@keyframes loginRotate {
    0% {
        transform-origin: 50% 50%;
        transform: rotate(0deg);
    }

    to {
        transform-origin: 50% 50%;
        transform: rotate(360deg);
    }
}

.login-close:hover {
    animation: loginRotate 1s;
    -ms-animation: loginRotate 1s; /* IE 9 */
    -moz-animation: loginRotate 1s; /* Firefox */
    -webkit-animation: loginRotate 1s; /* Safari 和 Chrome */
    -o-animation: loginRotate 1s;
}

.login-title {
    font-size: 1.3rem;
    margin: 32px 0 0 40px;
}

.login ul {
    padding-left: 0;
}

    .login ul li {
        list-style: none;
        width: 270px;
        height: 32px;
        position: relative;
        margin-top: 20px;
        border: 1px solid #808080;
    }

        .login ul li i {
            display: inline-block;
            color: #196dc7;
            font-size: 1.3rem;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            float: left;
        }

        .login ul li input {
            width: 230px;
            height: 30px;
            padding: 2px 0 0 15px;
            outline: none;
            border: none;
        }

.login-code {
    width: 170px !important;
    margin-left: 35px;
}

    .login-code input {
        width: 130px !important;
    }

    .login-code img {
        position: absolute;
        margin: 2px 0 2px 35px;
        cursor: pointer;
    }

.login-sub {
    border: 1px solid #ff784b !important;
}

    .login-sub input {
        color: white;
        font-size: 1rem;
        width: 270px !important;
        height: 34px !important;
        padding: 0 !important;
        background: #ff784b;
        cursor: pointer;
    }

.login-register {
    display: inline-block;
    font-size: 1rem;
    color: #808080;
    text-decoration: none;
    position: absolute;
    margin-top: 15px;
    right: 40px;
}

    .login-register:hover {
        color: #ff784b;
    }

.login ol {
    padding-left: 0;
}

    .login ol li {
        list-style: none;
        width: 200px;
        margin-top: 18px;
    }

        .login ol li a {
            color: black;
            text-decoration: none;
        }

            .login ol li a:hover {
                color: #2eaae0;
            }

        .login ol li img {
            width: 26px;
            padding-bottom: 4px;
            margin-right: 5px;
            vertical-align: middle;
        }

.login-name {
    width: 220px !important;
    margin-top: 30px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .login-name span {
        color: #e5322d;
    }

.hide {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    opacity: 0.4;
    cursor: pointer;
    z-index: 4;
}

/*种类*/
.category {
    /* display: none; */
    /* position: absolute; */
    /* right: 150px; */
    /* width: 600px; */
    /* height: 450px; */
    /* background-color: white; */
    /* border: 1px solid rgba(0,0,0,0.2); */
    /* border-radius: 3px; */
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.2); */
    /* z-index: 3; */
    /*overflow: hidden;*/
    /* overflow-y: scroll; */
}

    .category::-webkit-scrollbar {
        width: 5px;
    }

    .category::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
    }

    /* 滚动条的背景样式 */
    .category::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
        border-radius: 0;
    }

    .category ul {
        /* padding: 0; */
        /* list-style: none; */
        /* margin: 30px 0 60px 20px; */
    }

        .category ul > li {
            /* height: 1em; */
            /* line-height: 1; */
            /* margin-top: 25px; */
            /* border-left: 2px solid #ff784b; */
        }

            .category ul > li a {
                /* display: inline-block; */
                /* font-size: 1.07rem; */
                /* min-width: 80px; */
                /* text-decoration: none; */
                /* color: black; */
                /* margin-left: 8px; */
            }

    .category ol {
        /* padding: 0; */
        /* list-style: none; */
        /* margin-top: 5px; */
    }

        .category ol:before, .category ol:after {
            content: '';
            display: table;
            clear: both;
        }

        .category ol > li {
            /* width: 130px; */
            /* margin: 15px 0 0 10px; */
            /* float: left; */
        }

            .category ol > li a {
                /* display: inline-block; */
                /* font-size: 1rem; */
                /* max-width: 100%; */
                /* height: 1em; */
                /* line-height: 1; */
                /* text-decoration: none; */
                /* color: #777777; */
                /* overflow: hidden; */
                /* text-overflow: ellipsis; */
                /* white-space: nowrap; */
            }

                .category ol > li a:hover {
                    color: #ff784b;
                }
/*
.menu-product:hover span {
    color: black;
}

.menu-product:hover .category {
    display: block;
}*/

/*.menu-catalog:hover span {
    color: black;
}

.menu-catalog:hover .category {
    display: block;
}*/

.body {
    min-width: 1200px;
    background: #f4f8fb;
}

.top {
    position: fixed;
    right: 15px;
    bottom: 100px;
    width: 48px;
    height: 48px;
    background-image: url(/Image/Computer/top.png);
}

/*页脚*/
.foot-bg {
    min-width: 1200px;
    background-color: white;
}

.foot {
    position: relative;
    width: 1200px;
    height: 150px;
}

.foot-logo {
    position: relative;
    margin: 45px 15px 20px 15px;
    float: left;
}
    
    .foot-logo a {
        display: block;
        width: 241px;
        height: 69px;
        background-image: url(/Image/Computer/logo.png);
        background-size: 80%;
        background-repeat: space;
        background-position: center;
    }
.foot ul {
    padding: 0;
    height: 90px;
    margin-top: 35px;
    float: left;
    border-left: 1px solid #070707;
    margin-bottom: 20px;
}

    .foot ul li:first-child {
        font-size: 1.14rem !important;
        color: black;
        margin-top: -6px;
        margin-bottom: 12px;
    }

    .foot ul li {
        list-style: none;
        max-width: 145px;
        margin: 0 50px 10px 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

        .foot ul li a {
            color: #777777;
            text-decoration: none;
        }

            .foot ul li a:hover {
                color: black;
            }

        .foot ul li img {
            width: 80px;
            text-align: center;
        }

/*底部*/
.bottom-bg {
    min-width: 1200px;
    background: #252525;
}

.bottom {
    position: relative;
    width: 1200px;
    height: 50px;
}

    .bottom ul {
        padding: 0;
        position: absolute;
    }

        .bottom ul li {
            list-style: none;
            font-size: 0.86rem;
            height: 14px;
            line-height: 14px;
            padding: 0 10px 0 10px;
            margin-top: 18px;
            color: #fafafa;
            border-right: 1px solid white;
            float: left;
        }

            .bottom ul li span {
                font-size: 0.86rem;
            }

            .bottom ul li a {
                font-size: 0.86rem;
                color: #fafafa;
                text-decoration: none;
            }

                .bottom ul li a:hover {
                    text-decoration: underline;
                }

.bottom-left {
    left: 0;
}

.bottom-right {
    right: 0;
}

.li-after {
    border-right: none !important;
}

.categoryList {
    position: absolute;
    display: none; /**/
    width: 245px;
    height: auto;
    z-index: 9;
    color: #0085fa;
    left: 50%;
    top: 163px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
}

    .categoryList:hover {
        display: block;
    }


.categoryList {
    /*  width: 1200px;
           height: 60px;*/
    margin: 0px;
}

    .categoryList ul {
        padding-left: 0px;
        border: 1px solid #f4f4f4;
        border-radius: 5px;
        background-color: #fff;
    }

        .categoryList ul li {
            width: 245px;
            /* float: left;*/
            font-size: 20px;
            text-align: center;
            /* background-color: #ffffff; */
            list-style-type: none;
            color: #000;
            text-align: left;
        }

        .categoryList ul a:hover {
            color: #ff784b;
            text-decoration:  underline;
        }

    .categoryList .drop-down-content ul li {
        width: 245px;
        /* float: left;*/
        font-size: 20px;
        text-align: center;
        /* background-color: #ffffff; */
    }

    .categoryList ul li:hover {
        color: #ff784b;
    }

    .categoryList ul a {
        display: block;
        text-decoration: none;
        text-align: center;
        line-height: 32px;
        color: black;
        list-style-type: none;
        text-align: left;
        padding-left: 20PX;
    }
   .categoryList ul a .b2{
        position: absolute;
        float:
        right;
        right: 15px;
        color: #e2e2e2;
     }
    .categoryList .drop-down {
        position: relative;
    }

    .categoryList .drop-down-content {
        padding: 0;
        display: none;
        position: absolute;
        z-index: 1;
        background: #fff;
        margin-left: 245px;
        margin-top: -34px;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        background-color: white;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 3px;
        box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    }

        .categoryList .drop-down-content li {
            /* background-color: #fff; */
        }

            .categoryList .drop-down-content li:hover > a {
                color: #ff784b;
            }

    .categoryList .drop-down:hover .drop-down-content {
        display: block;
    }

    .categoryList .drop-down-2 {
        position: relative;
    }
   .categoryList li .b1{
     position: absolute;
     top: 0;
     right: 10px;
     color:#fff;
     display:none;
}
  
   .categoryList .drop-down-2  .b2{
     position: absolute;
     top: 0;
     right: 10px;
     color: #e2e2e2;
     /* display:none; */
}
 .categoryList .drop-down:hover .a1{
     color: #ff784b;
}
 
 .categoryList li:hover .b1{
     position: absolute;
     top: 0;
     right: 10px;
     color:#777777;
     display:block;
}
 
   .categoryList .drop-down-2:hover .b2{
     position: absolute;
     top: 0;
     right: 10px;
     color:#777777;
     display:block;
}

.drop-down-3 {
    position: relative;
}

.drop-down-content-3 {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #007130;
    right: -170px;
    top: 0;
}

.categoryList .drop-down-content-2 {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    right: -248px;
    top: -1px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
}

    .categoryList .drop-down-content-2 > li {
        float: none;
        /* background-color: #007130; */
    }
.drop-down-content-3 > li {
    float: none;
    background-color: #007130;
}

.categoryList .drop-down-content-2 li:hover a {
    color: #ff784b;
}

.drop-down-content-3 li:hover a {
    color: #ff784b;
}

.categoryList .drop-down-2:hover .drop-down-content-2 {
    display: block;
}

.drop-down-3:hover .drop-down-content-3 {
    display: block;
}
.layui-layer-dialog .layui-layer-content {
    word-break: break-word;
}