﻿#slide_header {
    background: none;
    height: auto;
    width: 1190px;
    margin: auto;
}

#slide_header .slide_header_box {
    height: auto;
}

.slide_header_box .img {
    width: 100%;
}

.slide_header_box .img img {
    width: 100%;
}

#goods_nav ul li.text {
    /*width: 970px;*/
    width: 100%;
}

#goods_nav .sort {
    /*right: 240px;*/
    right: 0;
}

.main_nav_list {
    overflow: hidden;
    text-align: center;
}

.main_nav_list.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
    padding: 10px 0;
}

.main_nav_list ul {
    display: inline-block;
}

.main_nav_list li {
    height: 73px;
    width: 195px;
    float: left;
    background-image: url("../images/main_nav_list_icon.png");
    background-repeat: no-repeat;
    margin: 2px;
    background-position-x: -199px;
    cursor: pointer;
}
.main_nav_list li a{display: block;width: 100%;height: 100%;}
.main_nav_list li.current {
    background-position-x: 0px;
}

.main_nav_1 {
    background-position-y: 0px;
}

.main_nav_2 {
    background-position-y: -73px;
}

.main_nav_3 {
    background-position-y: -146px;
}

.main_nav_4 {
    background-position-y: -219px;
}

.main_nav_5 {
    background-position-y: -292px;
}

.main_nav_6 {
    background-position-y: -365px;
}

#goodsLists div.goods {
    position: relative;
}

#goodsLists div.goods:after, .row_goods:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 60px;
    background-image: url("../images/weekdays.png");
    background-repeat: no-repeat;
    z-index: 40;
    top: -5px;
    left: 5px;
}

.week1:after {
    background-position: 0 0;
}

.week2:after {
    background-position: -49px 0;
}

.week3:after {
    background-position: -98px 0;
}

.week4:after {
    background-position: -147px 0;
}

.week5:after {
    background-position: -196px 0;
}

.week6:after {
    background-position: -246px 0;
}

.week7:after {
    background-position: -295px 0;
}

#goodsLists div.goods div.name_more li {
    height: 2em;
    line-height: 1em;
}

#goodsLists div.goods div.name_more li.name_two {
    font-size: 14px;
    color: #999;
}

#goodsLists div.goods {
    border: 1px solid #EDEDED;
    -webkit-box-shadow: 5px 5px 10px #EDEDED;
    -moz-box-shadow: 5px 5px 10px #EDEDED;
    box-shadow: 5px 5px 10px #EDEDED;
}

#goodsLists div.goods div.price_more {
    border-top: 1px solid #EDEDED;
    margin-top: 1em;
}

#goodsLists div.goods div.price_more {
    height: 40px;
    line-height: 40px;
}

#goodsLists div.goods div.price_more ul li > div {
    float: left;
    width: 50%;
    height: 100%;
}

#goodsLists div.goods div.price_more ul li > div.price {
    font-size: 20px;
    font-weight: bold;
    color: #58863E;
}

#goodsLists .join_box_btn button {
    border: none;
    background-color: #36c3bb;
    height: 25px;
    padding: 0 10px;
    color: #fff;
    margin-top: 5px;
    float: right;
    font-family: 'Microsoft YaHei', '微软雅黑', 'SimSun', sans-serif;
    cursor: pointer;
}
#goodsLists .join_box_btn button a{
    color: #FFF;
    text-decoration: none;
}
#goodsLists div.goods div.price_more .num {
    font-size: 13px;
    color: #999;
}

.row_goods {
    border: 1px solid #EDEDED;
    margin-bottom: 25px;
    height: 260px;
    position: relative;
    -webkit-box-shadow: 5px 5px 10px #EDEDED;
    -moz-box-shadow: 5px 5px 10px #EDEDED;
    box-shadow: 5px 5px 10px #EDEDED;
}

.row_goods:hover, #goodsLists div.goods:hover {
    border: 1px solid rgba(148, 126, 11, 0.6) !important;
}

.row_goods > .img {
    float: left;
    width: 50%;
    height: 100%
}

.row_goods > .describe {
    float: right;
    width: 50%
}

.row_goods > .describe li {
    font-size: 14px;
    margin: 1em;
    color: #666;
    min-height: 2.5em;
}

.row_goods > .describe li:last-child {
    border-top: 1px dashed #eaeaea;
    margin-top: -0.5em;
    padding-top: 0.5em;
}

.row_goods > .describe li span.name {
    color: #fe7e01;
    margin-right: 10px;
    font-weight: bold
}

.row_goods > .describe li span.tip {
    border: 1px solid;
    font-size: 12px;
    margin-right: 25px;
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    line-height: 25px
}

.row_goods > .describe li span.tip.one {
    color: #fe7e01
}

.row_goods > .describe li span.tip.two {
    color: #3498DB
}

.row_goods > .describe li span.tip.three {
    color: green
}

.row_goods > .describe li span.time {
    font-size: 13px;
    color: #999;
    margin-right: 25px
}

.row_goods > .describe li span.price {
    font-size: 20px;
    font-weight: bold;
    color: #58863E;
    margin-right: 25px;
}

.row_goods > .describe button {
    border: none;
    background-color: #fe7e01;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    vertical-align: baseline;
    font-family: 'Microsoft YaHei', '微软雅黑', 'SimSun', sans-serif;
    cursor: pointer;
}
.row_goods > .describe button a{
    color: #FFF;
    text-decoration: none;
}

.row_goods .img {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}

.row_goods .img img {
    width: 100%;
}

#placeMoro {
    overflow: visible;
}