body {
    font-family: Microsoft YaHei,tahoma,arial,Hiragino Sans GB,sans-serif;
}

#header {
    background: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#shortcut {
    background-color: #f7f9fa;
    border-bottom: 1px solid #ddd;
}

    #shortcut .w {
        width: 100%;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
        color: #666;
    }

    #shortcut li {
        float: left;
        padding: 0 5px;
        cursor:pointer;
    }

    #shortcut .spacer {
        width: 1px;
        height: 14px;
        padding: 0;
        margin-top: 5px;
        background: #666;
    }

    #shortcut .shopcart, #shortcut .connetion {
        position: relative;
        padding-right: 16px;
    }

    #shortcut .not {
        padding-right: 0;
    }

    #shortcut .shopcart .count, #shortcut .connection .count {
        position: absolute;
        top: -5px;
        right: 0;
        font-size: 12px;
        color: #E9394E;
        font-style: normal;
    }

#header .container {
    position: relative;
    height: 62px;
    margin-top: 26px;
    background: #fff;
}

#header .logo {
    position: absolute;
    top: 5px;
    left: 0;
}

#header .search {
    position: relative;
    width: 548px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin: auto;
    font-size: 0;
    margin-bottom: 9px;
    background: #13BA81;
}

    #header .search input {
        width: 390px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
        padding-left: 40px;
        border: none;
        outline: none;
        vertical-align: top;
    }

    #header .search .icon-search {
        position: absolute;
        top: 0;
        left: 12px;
        width: 13px;
        height: 40px;
        background: url(../image/new/icon_搜索.png) center no-repeat;
    }

    #header .search .icon-clear {
        position: absolute;
        top: 10px;
        right: 132px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        background: url(../image/new/icon_clear.png) no-repeat;
    }

    #header .search .button {
        width: 118px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
        color: #fff;
        padding: 0;
        border: none;
        cursor: pointer;
        background: #13BA81;
    }

.search .search-list {
    position: absolute;
    top: 40px;
    left: 0;
    width: 430px;
    background: #fff;
    z-index: 10;
}

.search .sl-item {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    padding-left: 40px;
    cursor: pointer;
}

#header .shopcart {
    position: absolute;
    top: 6px;
    right: 0;
    width: 87px;
    height: 34px;
    line-height: 34px;
    padding-right: 23px;
    font-size: 15px;
    color: #fff;
    text-align: right;
    cursor: pointer;
    background: #404145 url(../image/new/icon_跳转.png) 94px center no-repeat;
}

    #header .shopcart .t {
        color: #fff;
    }

    #header .shopcart .count {
        display: inline-block;
        min-width: 20px;
        color: #fff;
    }

    #header .shopcart .icon-shopcart {
        position: absolute;
        top: -1px;
        left: -26px;
        width: 36px;
        height: 36px;
        background: url(../image/new/icon_shopcart_h.png) no-repeat;
    }

#header .hotwords {
    width: 550px;
    margin: auto;
    overflow: hidden;
}

    #header .hotwords li {
        float: left;
        height: 15px;
        line-height: 14px;
        font-size: 14px;
        padding-left: 16px;
        padding-right: 16px;
        color: #999999;
        cursor: pointer;
        border-right: 1px solid #999999;
        width: 50px;
        max-width: 60px;
        overflow: hidden;
    }

        #header .hotwords li:first-child {
            padding-left: 0;
        }

        #header .hotwords li:last-child {
            border: none;
        }

.nav-bar {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-top: 26px;
}

.side-top {
    float: left;
    position: relative;
    width: 215px;
    height: 32px;
    padding-left: 15px;
    color: #fff;
    background: #13BA81 url(../image/new/icon_分类.png) 200px center no-repeat;
}

    .side-top:hover .menu {
        display: block;
    }

    .menu {
        display: none;
        position: absolute;
        top: 32px;
        left: 0;
        width: 100%;
        height: 400px;
        padding-top: 2px;
        background: #48494F;
        z-index: 10;
    }

       .menu.active {
            display: block;
        }

        .menu > li {
            position: relative;
            height: 49px;
            line-height: 49px;
            font-size: 16px;
            padding-left: 15px;
            color: #fff;
            border-bottom: 1px solid #555;
            background: url(../image/new/icon_跳转.png) 207px center no-repeat;
        }

            .menu > li.active {
                background: #13BA81 url(../image/new/icon_跳转.png) 207px center no-repeat;
            }

            .menu > li:hover .sub-part {
                display: block;
            }

.sub-part {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    width: 556px;
    padding-top: 18px;
    padding-right: 34px;
    padding-left: 26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    border: 3px solid #13BA81;
    background: #fff;
    z-index: 1;
}

    .sub-part li {
        float: left;
        width: 25%;
        height: 16px;
        line-height: 16px;
        color: #555555;
        text-align: center;
        border-right: 1px solid #DDDDDD;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-bottom: 30px;
        overflow: hidden;
        cursor: pointer;
    }

        .sub-part li:nth-child(4n) {
            border: none;
        }

.nav {
    float: left;
}

    .nav li {
        float: left;
        padding-left: 43px;
        cursor: pointer;
        color: #333;
        font-weight: bold;
    }

        .nav li a {
            color: #333;
            font-weight: bold;
        }

        .nav li.active a {
            color: #13BA81;
        }

#main {
    padding-bottom: 50px;
}

#footer {
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    color: #999;
    text-align: center;
    background: #404145;
    z-index: 100;
}

    #footer .s1 {
        margin-right: 30px;
    }

    #footer .s2 {
        margin-right: 20px;
    }

    #footer .s3 {
        margin-right: 30px;
    }

.stepper {
    width: 100px;
    height: 30px;
}

    .stepper .minus {
        float: left;
        width: 32px;
        height: 30px;
        cursor: pointer;
        background: url(../image/new/bg_minus.png) no-repeat;
    }

    .stepper .plus {
        float: left;
        width: 28px;
        height: 30px;
        cursor: pointer;
        background: url(../image/new/bg_plus.png) no-repeat;
    }

    .stepper input {
        float: left;
        width: 38px;
        height: 28px;
        font-size: 14px;
        border: 1px solid #E9394E;
        outline: none;
        text-align: center;
    }

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.fixedTools {
    position: fixed;
    bottom: 80px;
    right: 8px;
    width: 32px;
    background: #fff;
    z-index:9;
}

    .fixedTools .backtop, .fixedTools .shopCart, .fixedTools .connection {
        height: 32px;
        margin-bottom: 1px;
        background: #e9394e;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    .fixedTools .backtop {
        background: #e9394e url(../image/new/icon_f_bt.png) no-repeat;
    }

    .fixedTools .shopCart {
        display: block;
        background: #e9394e url(../image/new/icon_f_sc.png) no-repeat;
    }
.page-content{
    min-height: 600px;
}
