.btn.disabled,
.btn[disabled] {
    color: white;
}
/*产品墙*/
#product-wall {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    min-height: 400px;
    height: auto;
}

    #product-wall > div {
        border: 1px solid #e4dbdb;
        background-color: #fff;
        width: 100%;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

        #product-wall > div:hover {
            cursor: default;
        }

        #product-wall > div > div:last-child {
            margin-top: 25%;
        }

        #product-wall > div > .product-view {
            position: absolute;
            width: 100%;
            height: 50%;
            top: -50%;
            text-align: center;
            border: 1px solid #e4dbdb;
            background-color: black;
            opacity: 0.3;
            border-radius: 8px 8px 0px 0px;
            -webkit-border-radius: 8px 8px 0px 0px;
            -moz-border-radius: 8px 8px 0px 0px;
        }

            #product-wall > div > .product-view > div:last-child {
                margin-top: 50%;
            }

            #product-wall > div > .product-view:hover {
                cursor: pointer;
            }

            #product-wall > div > .product-view img {
                width: 48px;
            }

            #product-wall > div > .product-view span {
                display: block;
                font-size: 16px;
                line-height: 1.7;
                color: #ffffff;
            }

        #product-wall > div > .product-img {
            border: 1px solid #f4f5f6;
            background-color: #f4f5f6;
            border-radius: 8px 8px 0px 0px;
            -webkit-border-radius: 8px 8px 0px 0px;
            -moz-border-radius: 8px 8px 0px 0px;
            position: relative;
        }

            #product-wall > div > .product-img img {
                max-width: 80%;
                max-height: 80%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
            }

            #product-wall > div > .product-img > div:last-child {
                margin-top: 75%;
            }

        #product-wall > div > .product-text {
            border-top: 1px solid #e4dbdb;
            position: absolute;
            width: 100%;
            left: 0;
            top: 75%;
            padding: 0 15px;
            height: 50%;
            background-color: #ffffff;
            border-radius: 0px 0px 8px 8px;
            -webkit-border-radius: 0px 0px 8px 8px;
            -moz-border-radius: 0px 0px 8px 8px;
        }

            #product-wall > div > .product-text span {
                display: block;
                font-size: 14px;
            }

                #product-wall > div > .product-text span:nth-child(1) {
                    color: #333333;
                    height: 25%;
                    line-height: 200%;
                }

                #product-wall > div > .product-text span:nth-child(2) {
                    color: #b3b3b3;
                    height: 25%;
                    line-height: 200%;
                }

                #product-wall > div > .product-text span:nth-child(3) {
                    height: 2px;
                    background-color: #f3f3f3;
                    margin: 2% 0 5% 0;
                }

                #product-wall > div > .product-text span:nth-child(4) {
                    text-align: center;
                }


/*产品明细页面*/
.product-detail {
    display: table;
    width: 100%;
}

    .product-detail .left,
    .product-detail .right {
        display: table-cell;
        width: 49%;
        padding: 1.5em;
        text-align: center;
        vertical-align: middle;
        background-color: #ffffff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
    }

        .product-detail .left > div {
            position: relative;
            border: 1px solid white;
            width: 100%;
        }

            .product-detail .left > div > div:last-child {
                margin-top: 100%;
            }

            .product-detail .left > div > img {
                position: absolute;
                max-width: 80%;
                max-height: 80%;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
            }

    .product-detail .middle {
        display: table-cell;
        width: 2%;
    }

    .product-detail .right > span {
        display: block;
        font-size: 1.1em;
        text-align: left;
    }

        .product-detail .right > span:nth-child(n+2) {
            padding-top: 0.5em;
        }

        .product-detail .right > span:nth-last-child(n+2) {
            padding-bottom: 0.5em;
            border-bottom: 2px solid #e5e5e5;
        }

        .product-detail .right > span > img {
            width: 1.1em;
            height: 1.1em;
        }

        .product-detail .right > span > span {
            font-size: 0.9em;
            color: #7d7d7d;
        }

            .product-detail .right > span > span.large {
                padding-left: 2.22em;
                display: block;
            }

            .product-detail .right > span > span.small {
                float: right;
            }

#downBtn {
    font-size: 1.25em;
}

#item-window-title {
    font-size: 1.25em;
    color: #333333;
}

#item-window-title2 {
    font-size: 1em;
    color: #7d7d7d;
}

/*产品菜单*/
.product-container {
    margin: auto;
    width: 100%;
    background-color: white;
}

.ul-reset {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}
/* #Navigation Styles
        –––––––––––––––––––––––––––––––––––––––––––––––––– */
nav {
    background: #ffffff;
    position: relative;
    border-bottom: 2px solid #f3f3f3;
    border-top: 2px solid #f3f3f3;
}

    nav > ul > li {
        display: inline-block;
        font-size: 1em;
        padding: 0 1em;
        position: relative;
    }

        nav > ul > li > a {
            text-decoration: none;
            color: black;
            display: block;
            position: relative;
            padding: 20px 0;
            font-size: 1.25em;
            border-bottom: 3px solid transparent;
            text-align: center;
            cursor: pointer;
        }

        nav > ul > li:hover > a {
            text-decoration: none;
        }

        nav > ul > li.selected > a {
            text-decoration: none;
            color: #69aae0;
            border-bottom: 3px solid #69aae0;
            cursor: pointer;
        }
        /*PC端*/
        nav > ul > li:hover > a {
            text-decoration: none;
            color: #69aae0;
            cursor: pointer;
        }

        nav > ul > li:hover > .mega-wrap {
            display: block;
        }
        /*移动端*/
        nav > ul > li.active > a {
            /*text-decoration: none;
            color: #69aae0;
            cursor: pointer;*/
        }

        nav > ul > li.active > .mega-wrap {
            /*display: block;*/
        }
/* #Mega Menu Styles
        –––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
    background: white;
    text-align: left;
    z-index: 999;
    padding-left: 10px;
}

    .mega-menu h3 {
        color: #54b9f3;
        font-size: 1.5em;
    }

    .mega-menu ul {
        float: left;
        margin-bottom: 20px;
        margin-right: 40px;
        width: 100%;
    }

        .mega-menu ul:last-child {
            margin-right: 0;
        }

        .mega-menu ul li {
            display: inline-block;
            width: 10em;
            font-size: 1em;
        }

    .mega-menu a {
        border: 0;
        color: #333333;
        display: block;
        padding: 10px 0;
    }

        .mega-menu h3:hover,
        .mega-menu a:hover {
            color: #54b9f3;
            cursor: pointer;
        }
/* #Droppable Class Styles
        –––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-cover {
    background: white;
    z-index: 9999;
}

    .mega-cover > div {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

        .mega-cover > div > img {
            width: 100%;
            height: 100%;
        }

/* #Droppable Class Styles
        –––––––––––––––––––––––––––––––––––––––––––––––––– */
.droppable {
    position: static;
}

    .droppable > a {
        text-decoration: none;
        font-size: 1.25em;
    }

        .droppable > a:after {
            text-decoration: none;
            content: "\f107";
            font-family: FontAwesome;
            font-size: 12px;
            padding-left: 6px;
            position: relative;
            top: -1px;
        }

/* #Browser Clearfix
        –––––––––––––––––––––––––––––––––––––––––––––––––– */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.mega-wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: white;
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    z-index: 9999;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

    .mega-wrap table {
        width: 100%;
    }

        .mega-wrap table tr {
            width: 100%;
        }

            .mega-wrap table tr td {
                width: 50%;
            }

.productmenu-fixed {
    position: fixed;
    right: 0;
    left: 50%;
    top: 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    z-index: 998;
    width: 73%;
    max-width: 1200px;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
}

@media(max-width: 767px ) {
    .mega-wrap table tr td:first-child {
        width: 100%;
    }

    .mega-wrap table tr td:last-child {
        width: 0%;
        display: none;
    }

    .productmenu-fixed {
        width: 100%;
    }

    #product-wall > div:hover {
        cursor: pointer;
    }

    .product-detail .left,
    .product-detail .right {
        display: block;
        width: 100%;
        padding: 1.5em;
        text-align: center;
    }

        .product-detail .left > div > div:last-child {
            margin-top: 40%;
        }

    .product-detail .middle {
        display: block;
        width: 100%;
        height: 20px;
    }

    .product-detail .right > span {
        font-size: 2em;
    }

    #downBtn {
        font-size: 2em;
    }

    #item-window-title {
        font-size: 2.2em;
    }

    #item-window-title2 {
        font-size: 1.8em;
    }

    nav > ul > li {
        font-size: 1.5em;
    }

    .mega-menu ul li {
        width: 9em;
        font-size: 1.25em;
    }
}
