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

body {
    font-family: Arial;
    white-space: nowrap;
    background: white;
}

.nav-bg {
    min-width: 1200px;
    background: #f9f9f9;
}

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

    .nav > div {
        position: absolute;
    }

    .nav ul {
        padding: 0;
    }

        .nav ul li {
            height: 15px;
            line-height: 14px;
            margin-top: 14px;
            padding: 0 12px 0 12px;
            border-right: 1px solid #222222;
            float: left;
        }

            .nav ul li:last-child {
                border-right: none;
            }

            .nav ul li img {
                position: absolute;
                margin-top: -2px;
            }

            .nav ul li span {
                padding-left: 22px;
            }

    .nav a {
        font-size: 14px;
    }

.nav-left {
    left: 0;
}

.nav-right {
    right: 0;
}

.head-bg {
    min-width: 1200px;
    background: #d20a0a;
}

.head {
    width: 1200px;
    height: 168px;
}

.head-logo {
    position: absolute;
    display: inline-block;
    width: 92px;
    height: 92px;
    background: url(/Image/Computer/head_logo.png) no-repeat;
    margin: 38px 0 0 25px;
}

.head-name {
    position: absolute;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 63px 0 0 150px;
}

/*搜索*/
.head-search {
    position: absolute;
    width: 334px;
    height: 56px;
    margin: 60px 0 0 860px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}

.head-search-txt {
    width: 210px;
    height: 56px;
    outline: none;
    border: none;
    background-color: #ffffff;
    padding: 0 15px 0 15px;
    float: left;
}

.head-search-btn {
    position: absolute;
    right: 6px;
    font-size: 15px;
    width: 86px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    margin-top: 6px;
    color: #ffffff;
    background-color: #898989;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.menu-bg {
    min-width: 1200px;
    background: #898989;
    margin-top: 2px;
}

.menu {
    width: 1200px;
    height: 45px;
    line-height: 46px;
}

    .menu a {
        font-size: 16px;
        color: white;
        text-decoration: none;
        padding: 11px 26px 11px 26px;
        margin-left: 18px;
        border-radius: 8px 8px;
    }

        .menu a:hover {
            color: #e5322d;
            background: #ffffff;
        }

/*种类*/
.category-title {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 250px;
    width: 160px;
    height: 48px;
    color: white;
    /*background: #e5322d;*/
    background: #e84b00;
    border-radius: 12px 12px 0 0;
    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;
        text-align: center;
        letter-spacing: 5px;
        margin-left: 5px;
        cursor: pointer;
    }

.category-body {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 355px;
    height: 100%;
    background: #e1e1e1;
    z-index: 4;
    overflow: auto;
}

.category-search {
    position: absolute;
    height: 32px;
    border: 1px solid #e5322d;
    border-radius: 5px 5px;
    background: #e9e9e9;
    margin: 20px 0 0 24px;
}

.category-txt {
    width: 240px;
    height: 32px;
    padding: 0 5px 0 5px;
    outline: none;
    border: none;
    background: #e9e9e9;
    border-right: 1px solid #e5322d;
    border-radius: 5px 0 0 5px;
    float: left;
}

.category-btn {
    width: 50px;
    height: 32px;
    padding: 0;
    background-image: url(/Image/Computer/search.png);
    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-total {
    position: absolute;
    font-size: 16px;
    margin: 70px 0 0 30px;
}

.category {
    width: 300px;
    margin: 110px 0 35px 25px;
}

    .category ul {
        padding-left: 0;
    }

        .category ul > li {
            list-style: none;
            color: black;
            margin-top: 15px;
        }

            .category ul > li label {
                display: inline-block;
                font-family: "宋体";
                font-size: 16px;
                width: 12px;
                height: 12px;
                line-height: 12px;
                text-align: center;
                border: 1px solid black;
                margin-right: 5px;
                margin-top: 4px;
                float: left;
                cursor: pointer;
            }

            .category ul > li a {
                display: inline-block;
                color: black;
                max-width: 230px;
                text-decoration: none;
                vertical-align: top;
                margin: 0 4px 0 0;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .category ul > li a:hover {
                    color: #e5322d;
                }

            .category ul > li span {
                color: #e5322d;
            }

    .category ol {
        padding-left: 0;
        display: none;
    }

        .category ol > li {
            list-style: none;
            color: #6b6b6b;
            height: 15px;
            line-height: 15px;
            margin: 12px 0 0 18px;
        }

            .category ol > li a {
                display: inline-block;
                color: #6b6b6b;
                max-width: 230px;
                text-decoration: none;
                vertical-align: top;
                margin: 0 4px 0 0;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .category ol > li a:hover {
                    color: #e5322d;
                }

            .category ol > li span {
                color: #e5322d;
            }

#category0 {
    display: block;
}

/*登录*/
.login {
    display: none;
    width: 340px;
    height: 345px;
    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: 35px 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: 18px;
    margin: 35px 0 0 40px;
}

.login ul {
    padding-left: 0;
}

    .login ul li {
        width: 270px;
        height: 32px;
        margin-top: 24px;
        border: 1px solid #808080;
    }

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

        .login ul li input {
            width: 230px;
            height: 30px;
            padding: 2px 0 0 0;
            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 15px;
        cursor: pointer;
    }

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

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

.login-register {
    display: inline-block;
    font-size: 14px;
    color: #808080;
    text-decoration: none;
    margin: 15px 0 0 245px;
}

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

.login ol {
    padding-left: 0;
}

    .login ol li {
        width: 200px;
        margin-top: 20px;
    }

        .login ol li a {
        }

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

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

.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.3;
    cursor: pointer;
    z-index: 3;
}

/**/
.body {
    width: 1200px;
    min-height: 500px;
}

/**/
.right {
    position: fixed;
    top: 20%;
    bottom: 20%;
    right: 10px;
    font-size: 0;
    width: 180px;
    height: 700px;
    text-align: center;
    background-color: white;
    border: 1px solid #e84b00;
    border-radius: 0 10px 10px 10px;
    overflow: hidden;
    z-index: 3;
    display: none !important;
}

.right-title {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #e84b00;
}

    .right-title img {
        vertical-align: middle;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .right-title span {
        font-size: 18px;
        color: white;
    }

.right-whatsApp {
    min-height: 50px;
    padding: 20px 0;
    border-bottom: 1px solid #e84b00;
}

    .right-whatsApp span {
        display: block;
        font-size: 17px;
        margin-bottom: 15px;
    }

    .right-whatsApp img {
        /*width: 133px;*/
        max-width: 160px;
    }

.right-weChat {
    min-height: 50px;
    padding: 20px 0;
    border-bottom: 1px solid #e84b00;
}

    .right-weChat span {
        display: block;
        font-size: 17px;
        margin-bottom: 15px;
    }

    .right-weChat img {
        max-width: 160px;
    }

.right-qrcode {
    padding: 5px 0;
    border-bottom: 1px solid #e84b00;
}

    .right-qrcode img {
        display: block;
        margin: 20px auto;
    }

.right-close {
    height: 70px;
    line-height: 70px;
    cursor: pointer;
}

    .right-close img {
        vertical-align: middle;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .right-close span {
        font-size: 16px;
    }

.service {
    position: fixed;
    right: 10px;
    bottom: 25%;
    display: none;
    text-align: center;
    padding: 16px;
    background-color: #e84b00;
    cursor: pointer;
}

/*.service span {
        display: block;
        height: 22px;
        line-height: 22px;
        font-size: 16px;
        color: white;
    }*/

/**/
.foot {
    min-width: 1200px;
    height: 330px;
    text-align: center;
}

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

    .foot p {
        font-size: 30px;
        margin-top: 75px;
        margin-bottom: 45px;
    }

    .foot div {
        width: 1200px;
        overflow: hidden;
    }

/**/
.footer-bg {
    min-width: 1200px;
    background: #eeeeee;
}

.footer {
    position: relative;
    width: 1200px;
    height: 186px;
}

.footer-logo {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(/Image/Computer/logo.png) no-repeat;
    background-size: 100px;
    margin: 45px 0 0 65px;
    /*border-radius: 30px 30px;*/
}

.footer div {
    position: absolute;
    right: 0;
    display: flex;
    width: 1000px;
}

    .footer div ul {
        padding-left: 0;
        margin-top: 20px;
    }

        .footer div ul li {
            list-style: none;
            max-width: 350px;
            color: #6a6a6a;
            margin-top: 12px;
            white-space: initial !important;
        }

            .footer div ul li a {
                color: #6a6a6a;
            }

            .footer div ul li:first-child {
                font-size: 16px;
                font-weight: bold;
            }

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

.bottom {
    width: 1200px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

    .bottom span {
        font-size: 16px;
        line-height: 1;
        color: white;
        margin: 0 5px;
    }

        .bottom span a {
            font-size: 16px;
            color: white;
            text-decoration: none;
        }

            .bottom span a:hover {
                text-decoration: underline;
            }
.rightJJ{
        position: fixed;
        top: 10%;
        right: 1px;
        font-size: 55px;
        width: 30px;
        height: 30px;
        font-weight: bold;
        color: #ff5722;
        z-index: 4;
        cursor: pointer;
        text-shadow: 1px 1px 1px #ffffff;
        display: none;
}