﻿body {
}

.car-header {
    padding: 20px 0;
}

.car-logo img {
    vertical-align: middle;
}

.car-logo b {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px;
}

.follow .isFollowShops {
    color: #e3393c;
}

.follow-shops {
    height: 30px;
    background-color: #f7f7f7
}

    .follow-shops .follow {
        line-height: 30px;
        font-size: small;
        display: inline-block;
        float: right;
        margin: 2px 15px;
        margin-right: 70px;
    }

    .follow-shops .shops {
        line-height: 30px;
        font-size: small;
        display: inline-block;
        float: right;
        margin: 2px 15px;
    }

.shops-brand .shops-img {
    display: inline-block;
}

    .shops-brand .shops-img img {
        width: 250px;
        height: 125px;
    }

.shops-brand .space{
    height: 50px;
    display: inline-block;
    width: 15px;
    border-left: 1px solid #282828;
    position: relative;
    top: 22px;
}

.shops-brand .shops-msg {
    display: inline-block;
    height: 70px;
    position: relative;
    top: 10px;
}

.shops-brand .shops-name {
    width: 530px;
    font-size: 25px;
    font-weight: bold;
    color: black;
}

.shops-brand .shops-slogan {
    background-color: #c81623;
    border-radius: 30px;
    color: white;
    position: relative;
    top: 7px;
    width: 120px;
}

.shops-nav {
    height: 40px;
    background-color: white;
    z-index: 1;
    border-radius:10px;
}


    .shops-nav ul {
        display: inline;
        position: relative;
        z-index: 2;
        padding-left:80px;
    }

        .shops-nav ul li {
            display: inline;
        }

            .shops-nav ul li a {
                color: black;
                font-size: medium;
                line-height: 40px;
                padding:5px 15px;
                border-radius:15px;
            }

            .shops-nav ul li a:hover {
                background-color:black;
                color:white;
            }

    .shops-nav .search-inshops {
        display: inline-block;
        position: absolute;
        right:380px;
        z-index: 3;
    }

        .shops-nav .search-inshops .search-text {
            height: 25px;
            margin: 0 0;
            padding: 0 0;
            width: 150px;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            text-indent: 10px;
        }

        .shops-nav .search-inshops .search-btn {
            display: inline-block;
            background-color: #333;
            width: 60px;
            height: 29px;
            overflow: hidden;
            position: relative;
            top: 9px;
            right: 5px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            cursor: pointer;
        }

            .shops-nav .search-inshops .search-btn img {
                width: 18px;
                height: 18px;
                position: relative;
                left: 10px;
                top: 2px;
            }


.home-page {
    margin-bottom: 50px;
    background-color: #ffffff;
}

.recommond, .flashsale, .teambuy{
    overflow: hidden;
}

.childrenCloth:hover {
    color: #ff2f41 !important;
}

.shops-recommond, .flashsale-intime, .teambuy-intime {
    width: 1200px;
    height: 90px;
    background: white;
    color: black;
    font-weight: 600;
    font-size: 40px;
    position: relative;
    top: 10px;
    text-align: left;
    margin-top: 20px;
}

    .shops-recommond span {
        position: relative;
        top: 6px;
        left: 20px;
    }

    .flashsale-intime span {
        position: relative;
        top: 6px;
        left: 20px;
    }

    .teambuy-intime span {
        position: relative;
        top: 6px;
        left: 20px;
    }

.good-item {
    width: 287px;
    height: 500px;
    display: inline-block;
    margin: 5px 5px;
    border-radius: 20px;
}

        .good-item .gouwuche {
            width: 50px;
            height: 50px;
            position: relative;
            bottom: 22px;
            left: 20px;
        }

.good-img img {
    width: 287px;
    height: 340px;
    background-size: 287px 340px;
}

.good-msg {
    width: 287px;
    height: 62px;
    display: inline-block;
}

.hand-price {
    text-align: right;
    color: #323232;
    font-size: 30px;
    font-weight: 500;

}

.good-name {
    text-align: left;
    color: #c5c5c5;
    font-size: 20px;
    padding:0px 8px;
}

.good-price {
    color: #ff2f41;
    height: 40px;
    display: inline-block;
    width: 290px;
    line-height: 40px;
    position: relative;
}

    .good-price em {
        font-size: 17px;
    }

    .good-price span {
        font-size: 30px;
        font-weight: 800;
    }



.long-goodlist {
    display: inline-block;
    width: 598px;
    border: none;
}

.long-gooditem {
    width: 588px;
    height: 755px;
    display: inline-block;
    margin: 5px 5px;
    border-radius: 20px;
}

    .long-gooditem .gouwuche {
        width: 50px;
        height: 50px;
        position: relative;
        bottom:22px;
    }

.long-good-img img{
    width: 588px;
    height: 655px;
    background-size: 588px 655px;
}

.long-good-msg {
    width: 185px;
    height: 100px;
    display: inline-block;
}

.long-hand-price {
    text-align: right;
    color: #323232;
    font-size: 30px;
    font-weight: 500;
}

.long-good-name {
    text-align: right;
    color: #c5c5c5;
    font-size: 30px;
}

.long-good-price {
    color: #d12222;
    height: 100px;
    display: inline-block;
    width: 344px;
    line-height: 100px;
    position:relative;
}

    .long-good-price em {
        font-size: 30px;
    }

    .long-good-price .flash-price {
        font-style: italic;
        font-size: 50px;
        font-weight: 800;
        margin-right: 15px;
    }

    .long-good-price .origin-price {
        color: #cacaca;
        font-size: 25px;
        text-decoration: line-through;
    }

    .long-good-price img {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 25px;
        left: 350px;
    }

.short-goodlist {
    display: inline-block;
    width: 598px;
    border: none;
}

.short-gooditem {
    width: 588px;
    height: 500px;
    display: inline-block;
    margin: 5px 5px;
    border-radius: 20px;
}

    .short-gooditem .gouwuche {
        width: 50px;
        height: 50px;
        position: relative;
        bottom: 22px;
    }

.short-good-img img {
    width: 588px;
    height: 400px;
    background-size: 588px 655px;
}

.short-good-msg {
    width: 185px;
    height: 100px;
    display: inline-block;
}

.short-hand-price {
    text-align: right;
    color: #323232;
    font-size: 30px;
    font-weight: 500;
}

.short-good-name {
    text-align: right;
    color: #c5c5c5;
    font-size: 30px;
}

.short-good-price {
    color: #d12222;
    height: 100px;
    display: inline-block;
    width: 344px;
    line-height: 100px;
    position: relative;
}

    .short-good-price em {
        font-size: 30px;
    }

    .short-good-price .flash-price {
        font-style: italic;
        font-size: 50px;
        font-weight: 800;
        margin-right: 15px;
    }

    .short-good-price .origin-price {
        color: #cacaca;
        font-size: 25px;
        text-decoration: line-through;
    }

    .short-good-price img {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 25px;
        left: 350px;
    }

.two-goodlist {
    display: inline-block;
    width: 1200px;
    border: none;
}

.two-gooditem {
    width: 588px;
    height: 500px;
    display: inline-block;
    margin: 5px 5px;
    border-radius: 20px;
}

    .two-gooditem .gouwuche {
        width: 50px;
        height: 50px;
        position: relative;
        bottom: 22px;
    }

.two-good-img img {
    width: 588px;
    height: 400px;
    background-size: 588px 655px;
}

.two-good-msg {
    width: 185px;
    height: 100px;
    display: inline-block;
}

.two-hand-price {
    text-align: right;
    color: #323232;
    font-size: 30px;
    font-weight: 500;
}

.two-good-name {
    text-align: right;
    color: #c5c5c5;
    font-size: 30px;
}

.two-good-price {
    color: #d12222;
    height: 100px;
    display: inline-block;
    width: 344px;
    line-height: 100px;
    position: relative;
}

    .two-good-price em {
        font-size: 30px;
    }

    .two-good-price .flash-price {
        font-style: italic;
        font-size: 50px;
        font-weight: 800;
        margin-right: 15px;
    }

    .two-good-price .origin-price {
        color: #cacaca;
        font-size: 25px;
        text-decoration: line-through;
    }

    .two-good-price img {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 25px;
        left: 350px;
    }


.no-data {
    text-align: center;
    font-size: large;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    margin-top: 30px;
    background-color:white;
}

.shops-recommond .span-select {
    color: white!important;
    background-color:black!important;
}

/*.recommond .shops-recommond a .checkout span:hover {
    color: #ff6e63 !important;
}*/


