﻿* {
    margin: auto;
    font-size: 14px;
}

body {
    font-family: "微软雅黑",Arial;
    color: #232323;
    background: white;
}

.pro-name,.product-name,.similar-name,.video-name {
    color: #9e9e9e;
}

/*标题文字阴影*/
.title {
    box-sizing: border-box;
    font-size: 1.54rem;
    width: 1400px;
    margin-top: 40px;
    padding-left: 65px;
    background-image: url(/Image/Computer/title.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 40px;
    /*text-shadow: 4px 4px 4px #fa9349;*/
    /*tposition: relative;
    op: 20px;
    opacity: 0.2;*/
}

/*导航*/
.nav-bg {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1400px;
    background: #222222;
    z-index: 3;
}

.nav {
    position: relative;
    width: 1400px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}

    .nav div {
        font-size: 0;
        position: absolute;
    }

    .nav a {
        font-size: 0.93rem;
        color: #979797;
        text-decoration: none;
    }

        .nav a:hover {
            color: #979797;
        }

    .nav span {
        color: #979797;
        margin: 0 15px 0 15px;
    }

.nav-left {
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
}

    .nav-left a {
        display: inline-block;
        min-width: 500px;
        padding-right: 50px;
    }

.nav-right {
    right: 10px;
}

    .nav-right font {
        color: red;
        margin: 0 2px 0 2px;
    }

.nav-total {
    display: none;
}

.nav-cart {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 48px;
    background-image: url(/Image/Computer/cart.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

.nav-shopCart {
    margin-left: 30px;
}

.nav-right-language {
    display: inline-block;
}

.nav-language {
    display: none;
    width: 110px;
    background: #222222;
    padding: 0 0 6px 0;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
}

    .nav-language a {
        display: inline-block;
        width: 110px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        float: left;
    }

        .nav-language a:hover {
            color: white;
        }

/*页首*/
.head-bg {
    min-width: 1400px;
    background: white;
    padding-top: 50px;
}

.head {
    position: relative;
    width: 1400px;
    height: 100px;
}

.head-logo {
    position: absolute;
    margin: 20px 0 0 0;
}

    .head-logo a {
        display: block;
        width: 105px;
        height: 60px;
        background-image: url(/Image/Computer/logo.png);
    }

/*菜单*/
.head-menu {
    position: absolute;
    font-size: 0;
    margin: 38px 0 0 100px;
}

    .head-menu a {
        display: inline-block;
        font-size: 1.15rem;
        color: black;
        text-decoration: none;
        margin-left: 40px;
    }

/*搜索*/
.head-search {
    position: absolute;
    margin: 30px 0 0 950px;
    width: 450px;
}
    /*高级搜索*/
    .head-search a {
        display: inline-block;
        font-size: 1.1rem;
        width: 140px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: black;
        background: #f5f5f9;
        text-decoration: none;
        border-radius: 4px;
        margin-left: 20px;
    }

    .head-search form {
        display: inline-block;
        position: relative;
        width: 290px;
        height: 44px;
        background: #f5f5f9;
        border: none;
        border-radius: 4px;
        overflow: hidden;
        float: left;
    }

.head-search-txt {
    width: 210px;
    height: 44px;
    border: none;
    background-color: #f5f5f9;
    outline: none;
    padding: 0 15px 0 15px;
}

.head-search-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    outline: none;
    background-image: url(/Image/Computer/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f0f0f8;
    background-size: 20px;
    border-radius: 0 5px 5px 0;
    -webkit-appearance: none;
    cursor: pointer;
    position: absolute;
    right: 0;
}

/*登录*/
.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: 4;
}

.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 #196dc7 !important;
}

    .login-sub input {
        color: white;
        font-size: 1rem;
        width: 270px !important;
        height: 34px !important;
        padding: 0 !important;
        background: #196dc7;
        cursor: pointer;
    }

.login-register {
    display: inline-block;
    font-size: 1rem;
    color: #808080;
    text-decoration: none;
    position: absolute;
    margin-top: 15px;
    right: 40px;
    /*margin: 15px 0 0 245px;*/
}

    .login-register:hover {
        color: #196dc7;
    }

.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: #196dc7;
            }

        .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: 3;
}

/*种类*/
.category-title {
    position: fixed;
    left: 0;
    top: 0;
    top: 250px;
    /*top: 0;
    bottom: 360px;*/
    width: 160px;
    height: 48px;
    color: white;
    background: #fabe00;
    transform: rotate(90deg);
    transform-origin: 0% 100%;
    -ms-transform: rotate(90deg); /* IE 9 */
    -ms-transform-origin: 0% 100%; /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -webkit-transform-origin: 0% 100%; /* Safari 和 Chrome */
    -moz-transform: rotate(90deg); /* Firefox */
    -moz-transform-origin: 0% 100%; /* Firefox */
    -o-transform: rotate(90deg); /* Opera */
    -o-transform-origin: 0% 100%; /* Opera */
    cursor: pointer;
    z-index: 2;
}

    .category-title span {
        display: block;
        width: 160px;
        height: 20px;
        line-height: 22px;
        text-align: center;
    }

    .category-title label {
        display: block;
        font-size: 1.1rem;
        text-align: center;
        letter-spacing: 5px;
        margin-left: 5px;
        cursor: pointer;
    }

.category-body {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background: white;
    z-index: 4;
    overflow: auto;
}

    .category-body::-webkit-scrollbar {
        width: 10px;
        height: 1px;
    }

.category-search {
    position: absolute;
    height: 40px;
    border-radius: 6px 6px;
    background: #eaeaea;
    margin: 20px 0 0 24px;
}

.category-txt {
    width: 232px;
    height: 40px;
    padding: 0 0 0 15px;
    outline: none;
    border: none;
    background: #e9e9e9;
    border-radius: 5px 0 0 5px;
    float: left;
}

.category-btn {
    width: 44px;
    height: 40px;
    padding: 0;
    background-image: url(/Image/Computer/find.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e9e9e9;
    outline: none;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.category {
    width: 290px;
    margin: 75px 0 35px 25px;
}

    .category ul {
        padding-left: 0;
    }

        .category ul > li {
            position: relative;
            list-style: none;
            color: black;
            width: 290px;
            height: 50px;
            line-height: 50px;
            margin-top: 15px;
            border-radius: 5px;
        }

            .category ul > li a {
                display: inline-block;
                color: white;
                font-size: 1.1rem;
                max-width: 240px;
                min-width: 20px;
                height: 20px;
                line-height: 20px;
                text-decoration: none;
                position: absolute;
                margin: 15px 35px 0 15px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                z-index: 2;
            }

            .category ul > li div {
                width: 290px;
                height: 50px;
                border-radius: 5px;
            }

                .category ul > li div span {
                    display: inline-block;
                    color: white;
                    font-family: "宋体";
                    font-weight: 600;
                    font-size: 1.1rem;
                    width: 26px;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    position: absolute;
                    right: 5px;
                    bottom: 11px;
                    cursor: pointer;
                }

    /*.category ul > li span {
                display: inline-block;
                color: white;
                font-size: 1.1rem;
                width: 240px;
                height: 50px;
                line-height: 50px;
                padding: 0 35px 0 15px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .category ul > li a {
                display: inline-block;
                color: white;
                font-family: "宋体";
                font-weight: 600;
                font-size: 1.1rem;
                width: 26px;
                height: 26px;
                line-height: 26px;
                text-align: center;
                text-decoration: none;
                position: absolute;
                right: 5px;
                bottom: 11px;
                z-index: 2;
            }*/

    .category ol {
        padding-left: 0;
        display: none;
        min-height: 20px;
    }

        .category ol > li {
            list-style: none;
            color: #6b6b6b;
            height: 15px;
            line-height: 15px;
            margin: 10px 0 0 15px;
        }

            .category ol > li a {
                display: inline-block;
                color: #6b6b6b;
                font-size: 1rem;
                max-width: 260px;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .category ol > li a:hover {
                    color: #196dc7;
                }

.category-span {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

/*#categorySpan0 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}*/

#category0 {
    display: block;
}

.category1 {
    background-color: #0e9aff;
}

.category2 {
    background-color: #03cb8f;
}

.category3 {
    background-color: #9cc624;
}

.category4 {
    background-color: #ffa012;
}

.category5 {
    background-color: #ff7223;
}

.category6 {
    background-color: #8c52f7;
}

.category7 {
    background-color: #6067f7;
}

/**/
.right {
    font-size: 0;
    width: 48px;
    height: 240px;
    position: fixed;
    right: 5px;
    /*top: 250px;*/
    top: 35%;
    bottom: 0;
    z-index: 3;
}

    .right a {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin-top: 6px;
    }

    .right div {
        display: none;
        width: 160px;
        height: 160px;
        background: white;
        position: absolute;
        margin-left: -180px;
        margin-top: -20px;
        box-shadow: 2px 2px 8px #cbc8c8;
    }

        .right div img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 150px;
        }

.body {
    min-width: 1400px;
    background: #f5f7fa;
}

    .body:after, .body:before {
        content: '';
        display: table;
        clear: both;
    }

/*页脚*/
.foot-bg {
    min-width: 1400px;
    background: #222222;
}

.foot {
    width: 1400px;
    height: 230px;
    color: white;
}

    .foot div {
        display: inline-block;
    }

.foot-left {
    position: absolute;
    width: 230px;
    height: 300px;
    text-align: center;
    /*opacity: 0;*/
}

    .foot-left a {
        display: block;
        width: 105px;
        height: 60px;
        background-image: url(/Image/Computer/logo.png);
        margin-top: 65px;
    }

    .foot-left span {
        display: inline-block;
        font-size: 1.1rem;
        margin-top: 20px;
    }

.foot-center {
    width: 880px;
    position: absolute;
    margin: 45px 0 0 320px;
}

    .foot-center ul {
        padding: 0;
        white-space: nowrap;
        float: left;
    }

        .foot-center ul li {
            font-size: 1.10rem;
            list-style: none;
            max-width: 300px;
            min-height: 20px;
            line-height: 20px;
            margin-right: 120px;
            margin-bottom: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .foot-center ul li a {
                color: white;
                text-decoration: none;
                font-size: 0.93rem;
            }

                .foot-center ul li a:hover {
                    color: white;
                }

            .foot-center ul li span, .foot-center ul li font {
                font-size: 0.93rem;
            }

.foot-about li {
    margin-right: 0px !important;
}

.foot-category {
    margin-left: 70px;
}

.foot-right {
    position: absolute;
    width: 190px;
    margin: 45px 0 0 1200px;
}

    .foot-right span {
        display: block;
        font-size: 1.1rem;
        height: 40px;
        margin-left: 20px;
    }

    .foot-right a {
        display: inline-block;
        width: 38px;
        height: 38px;
        margin-left: 20px;
        position: relative;
        /*top: 100px;
        opacity: 0.2;*/
    }

.foot-twitter {
    background-image: url(/Image/Computer/twitter.png);
}

.foot-facebook {
    background-image: url(/Image/Computer/facebook.png);
}

.foot-instagram {
    background-image: url(/Image/Computer/instagram.png);
    background-size: 38px;
}

/*底部*/
.bottom-bg {
    min-width: 1400px;
    background: #222222;
}

.bottom {
    padding: 1px 0 0 0;
    width: 1400px;
    height: 99px;
    text-align: center;
    font-size: 0;
}

    .bottom li {
        list-style: none;
        height: 20px;
        line-height: 20px;
        margin: 10px 0 0 0;
    }

        .bottom li label {
            font-size: 0.93rem;
        }

        .bottom li span {
            display: inline-block;
            font-size: 0.93rem;
            color: white;
            margin: 0 10px 0 10px;
        }

            .bottom li span a {
                font-size: 0.93rem;
                color: white;
                text-decoration: none;
            }

                .bottom li span a:hover {
                    text-decoration: underline;
                }

/*.bottom {
    width: 1400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 0;
}

    .bottom label {
        font-size: 0.93rem;
    }

    .bottom span {
        display: inline-block;
        font-size: 0.93rem;
        color: white;
        margin: 0 10px 0 10px;
    }

        .bottom span a {
            font-size: 0.93rem;
            color: white;
            text-decoration: none;
        }

            .bottom span a:hover {
                text-decoration: underline;
            }*/
