﻿body {
    background-color: #f5f5f5;
}

#navTop {
    background-color: rgba(255, 255, 255, 0.9);
}

    #navTop .layui-nav {
        background: transparent;
    }

#banner_bg {
    height: 715px;
    background: url('/Content/imgs/shopmm/pg-bg.png') no-repeat;
    background-size: 1920px 100%;
    background-position: center 90px;
}

    #banner_bg .pinggu_sum {
        margin-top: 85px;
        margin-bottom: 40px;
        color: #a0a0a0;
        text-align: center;
    }

        #banner_bg .pinggu_sum span {
            color: #fff;
        }

            #banner_bg .pinggu_sum span b {
                margin: 0 5px;
                font-size: 24px;
            }

        #banner_bg .pinggu_sum .th {
            font-size: 40px;
            color: #d3b16a;
            font-weight: bold;
            margin-top: 10px;
        }

    #banner_bg .pingguBox {
        background-color: white;
        padding: 110px 140px;
    }

        #banner_bg .pingguBox .layui-form .layui-form-item .layui-form-label {
            font-size: 16px;
            color: #303030;
            width: 8.5%;
            height: 35px;
            line-height: 35px;
            border: 1px solid #e6e6e6;
            border-right: none;
            position: relative;
        }

            #banner_bg .pingguBox .layui-form .layui-form-item .layui-form-label::after {
                content: '';
                position: absolute;
                height: 25px;
                width: 1px;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto 0;
                background-color: #e6e6e6;
            }

        #banner_bg .pingguBox .layui-form .layui-form-item .layui-input {
            width: 58.2%;
            height: 55px;
            border-left: none;
            float: left;
        }

            #banner_bg .pingguBox .layui-form .layui-form-item .layui-input:focus {
                border-color: #e6e6e6 !important;
            }

        #banner_bg .pingguBox .layui-form .layui-form-item button {
            font-size: 16px;
            float: left;
            height: 55px;
            line-height: 55px;
            border-radius: 0;
            width: 14.29%;
            background-color: #1a1b1f;
            margin: 0;
        }

        #banner_bg .pingguBox .layui-form .layui-form-item .pgbtn {
            background-color: #d3b16a;
            margin-right: 1%;
        }

    #banner_bg .tips {
        text-align: center;
        color: #4e4e4e;
        margin-top: 70px;
    }

        #banner_bg .tips .price {
            color: #e1aa38;
            margin-right: 25px;
        }

        #banner_bg .tips .time {
            color: #afafaf;
        }

.advantage {
    padding: 90px 0;
}

    .advantage .th {
        color: #313131;
        font-size: 20px;
        margin-bottom: 40px;
    }

        .advantage .th > span {
            color: #898989;
            font-size: 14px;
            margin-left: 20px;
        }

    .advantage > ul > li {
        float: left;
        width: 25%;
        background-color: #fff;
        padding: 50px 0;
        text-align: center;
    }

        .advantage > ul > li > img {
            display: block;
            margin: 0 auto;
            height: 60px;
        }

        .advantage > ul > li ul {
            margin-top: 30px;
            display: inline-block;
            text-align: center;
        }

            .advantage > ul > li ul li {
                line-height: 160%;
                color: #afafaf;
            }

                .advantage > ul > li ul li:first-of-type {
                    font-size: 20px;
                    color: #353535;
                }

#similarShops {
    margin-bottom: 95px;
    margin-top: 40px;
    width: 100%;
}

    #similarShops > .th {
        margin-bottom: 40px;
    }

        #similarShops > .th span:first-of-type {
            font-size: 20px;
            font-weight: bold;
            color: #686868;
        }

        #similarShops > .th .refresh {
            float: right;
            color: #3e3e3e;
        }

            #similarShops > .th .refresh img {
                margin-right: 10px;
                margin-bottom: 2px;
            }

    #similarShops li.itemShop:nth-child(n+5) {
        margin-top: 1.3%;
    }

    #similarShops li.itemShop {
        box-sizing: border-box;
        padding: 25px;
        float: left;
        background-color: #fff;
        width: 24%;
        height: 270px;
        cursor: pointer;
        position: relative;
    }

        #similarShops li.itemShop:hover {
            -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
        }

        #similarShops li.itemShop:not(:last-of-type) {
            margin-right: 1.2%;
        }

        #similarShops li.itemShop > .title {
            color: #2d2d2d;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #similarShops li.itemShop .tags {
            text-align: left;
            margin-top: 12px;
            margin-bottom: 18px;
        }

            #similarShops li.itemShop .tags .itemTag {
                color: #767676;
                font-size: 12px;
                padding: 0 12px;
            }

                #similarShops li.itemShop .tags .itemTag:first-of-type {
                    padding-left: 0;
                }

                #similarShops li.itemShop .tags .itemTag:not(:last-of-type) {
                    border-right: 2px solid #eeeeee;
                }

        #similarShops li.itemShop .contact {
            display: inline-block;
        }

            #similarShops li.itemShop .contact > a {
                margin-right: 12px;
            }

        #similarShops li.itemShop .cateImg {
            position: absolute;
            right: 25px;
            bottom: 25px;
        }

.sellshop {
    position: relative;
    margin-top: 115px;
    margin-bottom: 90px;
}

    .sellshop span {
        position: absolute;
        left: 35px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        font-weight: bold;
        margin: auto;
        color: #4d4d4d;
    }

    .sellshop input[type='text'] {
        height: 60px;
        font-size: 15px;
        width: 935px;
        padding-left: 200px;
        display: inline-block;
    }

    .sellshop .sell_btn {
        width: 290px;
        height: 60px;
        line-height: 60px;
        background-color: #1a1b1f;
        font-size: 16px;
        float: right;
    }
