﻿* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif, "宋体";
}

input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

.location {
    position: absolute;
}

body {
    max-width: 10rem;
    margin: auto;
    overflow-x: hidden;
}

.header-img {
    width: 10rem;
    height: 5.44rem;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .header-img img {
        width: 10rem;
        height: 4.66666667rem;
        top: 0;
        left: 0;
    }

    .header-img .box_search {
        width: 9.2rem;
        height: 1.33333333rem;
        background: #ffffff;
        box-shadow: 0px 0.02666667rem 0.32rem 0px rgba(7, 0, 2, 0.15);
        border-radius: 0.13333333rem;
        margin: -0.56rem auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

        .header-img .box_search input {
            height: 100%;
            border: none;
            font-size: 0.42666667rem;
            color: #000000;
            margin: 0rem 0rem 0rem 0.56rem;
            width: 6.93333333rem;
        }

        .header-img .box_search .search {
            width: 0.50666667rem;
            height: 0.50666667rem;
            margin: 0rem 0.48rem 0rem 0rem;
        }
/*菜单栏目 横屏滚动 */
.content_menu {
    width: 9.2rem;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

    .content_menu .box_menu {
        width: 8.66666667rem;
        height: 2.10666667rem !important;
        overflow-y: hidden;
        display: flex;
        position: relative;
    }

    .content_menu .menu {
        width: 8.66666667rem;
        height: 2.10666667rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        padding-top: 0.69333333rem;
        padding-bottom: 4.8rem;
    }

        .content_menu .menu li {
            background: #fbfafa;
            border: 0.02666667rem solid #e8e8e8;
            border-radius: 0.37333333rem;
            font-size: 0.32rem;
            color: #666666;
            padding: 0rem 0.34666667rem 0rem 0.34666667rem;
            height: 0.74666667rem;
            line-height: 0.74666667rem;
            margin: 0rem 0.21333333rem 0rem 0rem;
        }

            .content_menu .menu li.active {
                border: 0.02666667rem solid #85b12e;
                font-size: 0.32rem;
                color: #85B12E;
            }

    .content_menu .btn_to_menu {
        width: 0.66666667rem;
        height: 2.10666667rem;
        text-align: center;
        display: flex;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
    }

        .content_menu .btn_to_menu .img_menu {
            width: 0.42666667rem;
            height: 0.37333333rem;
        }

.goodBrand {
    width: 10rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0.56rem 0;
}

    .goodBrand .item {
        width: 2.48rem;
        height: 2.50666667rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        font-size: 0.32rem;
        color: #333333;
        background-color: #FDFDFD;
        border-bottom: 0.02666667rem solid rgba(232, 232, 232, 0.8);
        border-right: 0.02666667rem solid rgba(232, 232, 232, 0.8);
        border-top: 0.02666667rem solid rgba(232, 232, 232, 0.8);
    }
    .goodBrand .item:nth-child(4n) {
        border-right:none;
    }
    .goodBrand .item:nth-child(n+5) {
        border-top: none;
    }

        .goodBrand .item img {
            width: 1.86666667rem;
            height: 0.85333333rem;
            border: 0.02666667rem solid rgba(232, 232, 232, 0.8);
        }

        .goodBrand .item span {
            width: 90%;
            text-align: center !important;
            overflow: hidden;
            /*超出部分隐藏*/
            text-overflow: ellipsis;
            /* 超出部分显示省略号 */
            white-space: nowrap;
            /*规定段落中的文本不进行换行 */
            max-width: 2.13333333rem;
            /*需要配合宽度来使用*/
            text-align: left;
            margin: 0.21333333rem auto 0;
        }

    .goodBrand .itemColor {
        /* background-color: #FDFDFD;*/
    }

.company {
    height: auto;
}

    .company .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1.25333333rem auto 0;
    }

        .company .title .left {
            height: 0.42666667rem;
            line-height: 0.42666667rem;
            font-size: 0.42666667rem;
            color: #333333;
            margin: 0rem 0rem 0rem 0.4rem;
        }

    .company .box_scroll {
        margin: 0.61333333rem auto 0;
        overflow-y: hidden;
        height: 2.26666667rem;
    }

        .company .box_scroll ._scroll {
            width: 100%;
            height: 2.26666667rem;
            overflow-y: hidden;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -o-box;
            display: box;
            padding-bottom: 2.66666667rem;
        }

            .company .box_scroll ._scroll .box_item:first-child {
                margin: 0rem 0.26666667rem 0rem 0.53333333rem;
            }

            .company .box_scroll ._scroll .box_item:last-child {
                width: 3.86666667rem;
                text-align: left;
            }

                .company .box_scroll ._scroll .box_item:last-child .item {
                    width: 3.33333333rem;
                }

            .company .box_scroll ._scroll .box_item {
                width: 3.33333333rem;
                height: 2.26666667rem;
                margin: 0rem 0.26666667rem 0rem 0rem;
            }

                .company .box_scroll ._scroll .box_item .item .top {
                    width: 3.33333333rem;
                    background: #ffffff;
                    border: 0.02666667rem solid rgba(226, 226, 226, 0.5);
                    overflow: hidden;
                    padding: 0.2rem 0;
                }

                    .company .box_scroll ._scroll .box_item .item .top img {
                        width: 3.33333333rem;
                    }

                .company .box_scroll ._scroll .box_item .item .bottom {
                    font-size: 0.26666667rem;
                    color: #31313a;
                    margin: 0.08rem auto 0;
                    overflow: hidden;
                    /*超出部分隐藏*/
                    text-overflow: ellipsis;
                    /* 超出部分显示省略号 */
                    white-space: nowrap;
                    /*规定段落中的文本不进行换行 */
                    max-width: 3.33333333rem;
                    /*需要配合宽度来使用*/
                    text-align: center;
                }

.searchPage {
    background-color: #F6F6F6 !important;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

    .searchPage .close {
        position: absolute;
        color: #CECECE;
        width: 0.37333333rem;
        height: 0.37333333rem;
        top: 0.37333333rem;
        right: 0.42666667rem;
    }

    .searchPage .title {
        font-size: 0.53333333rem;
        color: #000000;
        font-weight: bold;
        margin: 1.6rem 0rem 0rem 0.48rem;
    }

    .searchPage .box_icon {
        margin: 1.06666667rem auto 0;
        width: 9.04rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-height: 13.33333333rem;
        overflow: scroll;
    }

        .searchPage .box_icon .icon {
            height: 0.93333333rem;
            padding: 0rem 0.26666667rem 0rem 0.26666667rem;
            overflow: hidden;
            /*超出部分隐藏*/
            text-overflow: ellipsis;
            /* 超出部分显示省略号 */
            white-space: nowrap;
            /*规定段落中的文本不进行换行 */
            max-width: 8rem;
            /*需要配合宽度来使用*/
            text-align: left;
            background: #ffffff;
            border-radius: 0.48rem;
            text-align: center;
            line-height: 0.93333333rem;
            margin: 0rem 0.32rem 0.32rem 0rem;
            font-size: 0.34666667rem;
            color: #333333;
        }

footer {
    width: 10rem;
    height: 1.06666667rem;
    background: #f6f6f6;
    line-height: 1.06666667rem;
    text-align: center;
}

    footer span {
        font-size: 0.29333333rem;
        color: #999999;
    }
