@media screen and (max-width: 1200px) {
    .logo {
        left: 10px;
    }

    .main, .footer {
        width: auto;
    }

    .main {
        margin: 10px;
    }

    .content {
        margin: 0;
    }

    img {
        max-width: 100%;
    }
}

.container {
    margin-top: 10px;
    width: 1200px;
    background-color: #ffffff;
    padding-top:15px;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FFF;
}

body {
    font: 12px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    background-color: #F2F2F2;
}

i {
    font-style: normal;
}

/* 头部 */
.header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    background-color: #393D49;
}

    .header .main {
        position: relative;
        margin: 0 auto;
        min-height: 0;
    }

.logo {
    color: #fff;
    float: left;
    line-height: 50px;
    font-size: 20px;
    padding: 0 25px;
    text-align: center;
    width: 300px;
    height: 45px;
    margin-top:25px;
}

    .logo img {
        width: 100%;
        height: 100%;
    }

.layui-nav-left {
    margin-left: 120px;
}

.layui-nav-right {
    margin-right: 120px;
}

.nav-left {
    margin-left: 130px;
}

.menu {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 65px;
}

    .menu a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
    }

    .menu a {
        position: relative;
        padding: 0 20px;
        margin: 0 20px;
        color: #c2c2c2;
        font-size: 14px;
    }

        .menu a:hover {
            color: #fff;
            transition: all .5s;
            -webkit-transition: all .5s
        }

        .menu a.this {
            color: #fff
        }

            .menu a.this::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -1px;
                width: 100%;
                height: 5px;
                background-color: #5FB878;
            }

.header-index {
}

    .header-index .site-banner-bg {
    }

    .header-index[spring] {
        border: none;
        background-color: #0D1206
    }

    .header-index[summer] {
        border: none;
        background-color: #0A0E11
    }

    .header-index[autumn] {
        border: none;
        background-color: #100903
    }

    .header-index[winter] {
        border: none;
        background-color: #110F25 /*#06041C*/
    }

.header-demo {
    height: 60px;
    border-bottom: none;
}

    .header-demo .logo {
        left: 40px;
    }

    .header-demo .layui-nav {
        top: 0;
    }

        .header-demo .layui-nav .layui-nav-item {
            margin: 0 10px;
        }

        .header-demo .layui-nav .layui-this a {
            padding: 0 30px;
        }

.component {
    position: absolute;
    width: 160px;
    left: 120px;
    top: 16px;
}

    .component .layui-input {
        height: 30px;
        padding-left: 12px;
        background-color: #424652;
        background-color: rgba(255,255,255,.05);
        border: none 0;
        color: #fff;
        color: rgba(255,255,255,.5);
        font-size: 12px;
    }

    .component .layui-form-select .layui-edge {
        display: none;
        border-top-color: #999;
    }

    .component .layui-form-select dl {
        top: 36px;
        background-color: rgba(255,255,255,.9)
    }

.header-demo .component {
    left: 185px;
}

.nav-left {
    margin-left: 130px;
}

.shop-nav {
    background-color: #fff;
    margin-top: 60px;
}

.topbar-logo {
    display: none;
}

    .topbar-logo img {
        width: 82px;
    }

.shop-nav .input-search {
    width: 100%;
    padding: 30px 0 10px;
    text-align: center;
    background-color: #FFF;
}

    .shop-nav .input-search > div {
        position: relative;
        display: inline-block;
    }

    .shop-nav .input-search input {
        vertical-align: middle;
        width: 500px;
        height: 40px;
        background: #eff4f5;
        border: none;
        outline: none;
        padding-left: 10px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .shop-nav .input-search button.layui-btn-shop {
        vertical-align: middle;
        width: 80px;
        height: 40px;
        background: #5eba78;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .shop-nav .input-search button.layui-btn-shop i {
            font-size: 22px;
            line-height: 40px;
        }

    .shop-nav .input-search dl {
        position: relative;
        text-align: left;
        font-size: 12px;
        line-height: 30px;
        top: 5px;
        left: 10px;
    }

        .shop-nav .input-search dl dd, .shop-nav .input-search dl dt {
            display: inline-block;
            color: #9495a4;
        }

            .shop-nav .input-search dl dd a {
                color: #b3b6b8;
                margin-right: 10px;
            }

                .shop-nav .input-search dl dd a:hover {
                    color: #9495a4;
                }

    .shop-nav .input-search a.userBtn {
        width: 60px;
        padding: 0;
        text-align: center;
        height: 40px;
        font-size: 12px;
        margin-left: 20px;
    }

    .shop-nav .input-search .layui-container {
        display: none;
    }

    .shop-nav .input-search.scroll {
        position: fixed;
        top: 60px;
        z-index: 999;
        top: 0;
        padding-top: 10px;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
    }

        .shop-nav .input-search.scroll .layui-container {
            display: block;
        }

        .shop-nav .input-search.scroll .topbar-logo {
            display: block;
            position: absolute;
            left: 15px;
            bottom: 5px;
            z-index: 10;
        }

        .shop-nav .input-search.scroll > div {
            display: block;
        }

            .shop-nav .input-search.scroll > div > * {
                display: inline-block;
            }

        .shop-nav .input-search.scroll input {
            width: 350px;
        }

.shop-nav .shop-banner {
    margin-top: 70px;
    background: #677ee4;
    text-align: center;
}

    .shop-nav .shop-banner .layui-carousel {
        height: 460px;
        background: #5694E9;
    }

        .shop-nav .shop-banner .layui-carousel img {
            width: 100%;
        }

        .shop-nav .shop-banner .layui-carousel .layui-container {
            width: 1400px !important;
        }

.shop-banner .layui-carousel > *[carousel-item] > * {
    background: none;
}

.shop-banner .layui-carousel > *[carousel-item]:before {
    color: #fff;
    color: rgba(255,255,255,.6);
}

.shop-nav .product-list {
    position: absolute;
    left: 0;
    width: 220px;
    z-index: 100;
    height: 520px;
    top: -60px;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
}

    .shop-nav .product-list dl {
        font-size: 0;
    }

        .shop-nav .product-list dl dt {
            display: none;
            font-size: 16px;
            background: #5eba78;
            line-height: 60px;
        }

            .shop-nav .product-list dl dt a {
                color: #FFF;
            }

        .shop-nav .product-list dl dd {
            display: inline-block;
            font-size: 16px;
            color: #666;
            border: 1px solid #f0f0f0;
            border-radius: 2px;
            width: 30%;
            margin-left: 1.5%;
            margin-bottom: 10px;
        }

            .shop-nav .product-list dl dd a {
                display: block;
                line-height: 40px;
            }

                .shop-nav .product-list dl dd a:hover {
                    color: #5eba78;
                    background: #f0f0f0;
                }


/*footer*/
.fly-footer {
    margin: 50px 0 0;
    padding: 20px 0;
    line-height: 30px;
    text-align: center;
    color: #737573;
    border-top: 1px solid #e2e2e2;
}

    .fly-footer a {
        padding: 0 6px;
        font-weight: 300;
        color: #333;
    }

        .fly-footer a:hover {
            color: #777;
        }

.fly-union {
    color: #999;
}

    .fly-union > * {
        display: inline-block;
        vertical-align: middle;
    }

    .fly-union a[sponsor] img {
        width: 80px;
    }

    .fly-union span {
        position: relative;
        top: 5px;
    }

        .fly-union span a {
            padding: 0;
            display: inline;
            color: #999;
        }

            .fly-union span a:hover {
                text-decoration: underline;
            }

/* é¢æ¿ */
.fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

    .fly-panel[pad20] {
        padding: 20px;
    }

.fly-panel-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px dotted #E9E9E9;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}

.fly-panel-main {
    padding: 10px 15px;
}

.fly-panel-border {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

    .fly-panel-border .fly-panel-title {
        border-bottom: 1px solid #e6e6e6;
    }

