/* 布局开始 */


/* top */

.top-container {
    background-color: #f4cd70;
}


/* header */

/* .header-container .row {
    justify-content: space-between;
    align-items: center;
    height: 100px;
} */ 


/* show-containr */

.show-container .row {
    justify-content: space-between;
    flex-wrap: nowrap;
}


/* footer */

/* .footer-container .row {
    width: 100%;
    justify-content: center;
    align-items: center;
} */


/* 布局结束 */


/* 内容开始 */

body {
    color: #343434;
}

/* .top-container .row {
    justify-content: space-between;
}

.top-container-left,
.top-container-right {
    height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
}

.top-container-left .top-welcome {
    margin-right: 36px;
}

.user-info {
    white-space: nowrap;
}

.login-home-btn {
    vertical-align: top;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
}

.top-link {
    vertical-align: top;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    color: #333;
}

.separate {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    margin: 0 8px;
    font-size: 12px;
    line-height: 12px;
    color: #ddb47f;
}

.top-container-right {
    text-align: right;
    font-size: 12px;
    color: #333;
}

.top-container .top-phone {
    width: 10px;
    height: 12px;
    margin-right: 4px;
    vertical-align: bottom;
    background: url('/static/image/callPhone.png') no-repeat center/contain;
} */


/* header */

/* .header-container {
    background: url('/static/image/navBg.jpg');
}

.header-container .container {
    position: relative;
}

.header-container-left {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}




.header-container-left .title {
    width: 551px;
    height: 77px;
    margin-left: 32px;
}

.header-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-family: SimSun;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.header-link:hover {
    color: #000;
}

.header-container-right {
    display: flex;
    align-items: center;
}

.header-home,
.header-normal,
.header-static {
    text-align: center;
    width: 37px;
    padding: 5px;
}

.header-home:hover {
    background: url('/static/image/hover2.png') no-repeat center/contain;
}

.header-normal:hover {
    background: url('/static/image/hover3.png') no-repeat center/contain;
}

.header-static:hover {
    background: url('/static/image/hover4.png') no-repeat center/contain;
}

.search-container {
    position: absolute;
    bottom: 50%;
    right: 50%;
    height: 48px;
    border-radius: 4px;
    transform: translate(50%, 50%);
    background-color: #fff;
}

.search-input {
    width: 355px;
    height: 48px;
    padding: 16px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
}

.search-btn {
    cursor: pointer;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    vertical-align: middle;
    background: url('/static/image/search.png') no-repeat center;
} */


/* 分类 */

.goods-list-container .container {
    position: relative;
}


/* .nav-container {
    position: absolute;
    top: -19px;
    left: -104px;
    width: 88px;
} */


/* nav */

.nav-container {
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -100px;
    width: 88px;
    padding: 80px 0 30px 0;
    /* height: 368px; */
    background: url('/static/image/categoryTop.png') no-repeat left top/88px 80px, url('/static/image/categoryBottom.png') no-repeat bottom left/88px 30px transparent;
}

.nav-container .category-container {
    width: 88px;
    flex: 0 0 88px;
    border-left: 2PX solid #f4cd71;
    border-right: 2PX solid #f4cd71;
    background: #fff;
}

.second-category-container {
    position: absolute;
    top: 25px;
    left: 96px;
    width: 88px;
    padding: 30px 0;
    line-height: 28px;
    z-index: 2;
    background: url('/static/image/categoryBottom.png') no-repeat bottom, url('/static/image/category2.png') no-repeat top;
}

.second-category {
    width: 100%;
    border-left: 2px solid #f4cd71;
    border-right: 2px solid #f4cd71;
    background-color: #fff;
}

.nav-container .category-item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    cursor: pointer;
}

.category-item:hover {
    color: #fff;
    background: #ad1119;
}

.second-menu {
    width: 100%;
    text-align: center;
}

.second-link {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.second-link:hover {
    color: #ae121a;
}


/* back */

/* .back-container .container {
    padding: 16px 0 15px 0;
} */


/* show-container */

.shop-bar {
    width: 300px;
    height: 303px;
    flex: 0 0 300px;
    background-color: #fff;
}

.shop-top {
    display: flex;
    white-space: nowrap;
    justify-content: left;
    align-items: center;
    text-align: left;
}

.shop-img {
    margin: 24px;
    width: 96px;
    height: 96px;
}

.sale-number,
.shop-description {
    line-height: 1.5;
}

.shop-name {
    font-size: 18px;
    color: #343434;
}

.shop-bottom {
    padding-left: 24px;
}


/* goods-container */

/* .goods-container {
    width: 888px;
}

.goods-list-container {
    padding-bottom: 60px;
}

.goods-nav {
    width: 100%;
    height: 66px;
    padding-left: 60px;
    line-height: 66px;
    color: #888;
    font-size: 18px;
    background-color: #fff;
}

.goods-toggle {
    margin-right: 26px;
}

.goods-nav-active {
    color: #343434;
    font-weight: bold;
}

.goods-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 303px;
}

.goods-list {
    flex-wrap: wrap;
}

.goods-item {
    width: 186px;
    height: 270px;
    flex: 0 0 168px;
    margin-right: 16px;
    margin-top: 16px;
    text-align: center;
    line-height: 2;
    background-color: #fff;
    border-radius: 4px;
}
.goods-item .text_overflow {
    padding: 0 10px;
    width: 186px;
}
.goods-list .goods-item:nth-child(6n+6) {
    margin-right: 0;
}

.goods-img {
    width: 170px;
    height: 170px;
    margin: 8px;
}

.goods-normal-price {
    text-align: center;
}

.goods-container .price {
    color: #ae121a;
}

.time {
    width: 132px;
    margin: 0 auto;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    background-color: #cd2e36;
}

.time-icon {
    display: inline-block;
    height: 14px;
    width: 13px;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 4px;
    background: url('/static/image/clock.png') no-repeat;
} */

.time {
    width: 132px;
    margin: 0 auto;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    background-color: #cd2e36;
}


/* 分页 */

.page {
    text-align: center;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

.page-item {
    display: inline-block;
    padding: 4px;
    line-height: 32px;
    cursor: pointer;
    background-color: #fff;
}

.now-page {
    background-color: #f4ce72;
    margin: 0 4px;
    padding: 4px 8px;
}


/* footer */

/* .footer-container {
    margin-top: 94px;
    font-size: 12px;
    background: url('/static/image/footer.png') no-repeat center bottom;
}

.footer-container .container {
    height: 161px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-link {
    font-size: 12px;
    color: #333;
}

.wechat-container {
    text-align: center;
}

.wechat-text {
    font-size: 12px;
    font-family: SimSun;
    color: #878787;
}

.wechat-img {
    display: inline-block;
    width: 72px;
    height: 72px;
} */


/* 登录弹窗 */

/* .login {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    padding: 35px 50px;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 500px;
    background: #fff;
}

.login input {
    display: inline-block;
    padding: 4px 0;
    border: none;
    margin-bottom: 11px;
    outline: none;
    vertical-align: middle;
}

.login-title {
    text-align: center;
}

.phone-container,
.sms-container,
.login-btn {
    width: 300px;
    height: 40px;
}

.phone-container,
.sms-container {
    border: 1px solid #ddd;
    padding: 8px 0;
}

.phone-container {
    margin-top: 39px;
    padding-bottom: 8px;
}

.phone-img {
    display: inline-block;
    width: 39px;
    height: 24px;
    border-right: 1px solid #ccc;
    background-color: #cfa693;
}

.phone {
    text-indent: 6px;
}

.sms-container {
    width: 300px;
    margin-top: 16px;
}

.code {
    width: 70%;
    border-right: 1px solid #ddd;
    padding-left: 12px;
    padding-right: 12px;
}

.sms-btn {
    display: inline-block;
    height: 100%;
    color: #f4cd71;
    line-height: 100%;
}

.login-btn {
    margin-top: 44px;
    background: #f4cd71;
    text-align: center;
    line-height: 40px;
}

.error-tip {
    color: #f00;
}

.error-tip::before {
    display: inline-block;
    contain: '！';
    width: 17px;
    height: 17px;
    margin-right: 4px;
    border-radius: 50%;
}

.close-btn {
    position: absolute;
    color: #ccc;
    width: 24px;
    height: 24px;
    font-size: 24px;
    top: 37px;
    right: 26px;
}

.agree {
    margin-top: 16px;
}

.agreement {
    color: #f00;
}

.sign-up-btn {
    position: absolute;
    bottom: 40px;
    right: 49px;
} */


/* 内容结束 */


/* 内容结束 */