body {
    background-color: #f8f8f8;
}

.section-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    height: auto;
    overflow: hidden;
}

.page-header {
    background-color: #fff;
}

.page-site-nav {
    padding: 24px 0;
}

.logo {
    float: left;
    margin-left: 20px;
}

.header-search {
    float: left;
    margin-left: 250px;
}

.header-search .form-group input {
    float: left;
    padding: 0 10px;
    width: 341px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border: 2px solid #e84252;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-search .form-group button {
    float: left;
    width: 52px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #e84252;
    border: none;
    outline: 0;
}

.header-search .form-group button:hover,
.header-search .form-group button:active,
.header-search .form-group button:focus {
    background-color: #e82b3c;
}

.header-search .form-group button i {
    font-size: 2rem;
}

.header-nav {
    background: #e84252;
    height: 48px;
}

.nav-wrap li {
    float: left;
}

.nav-wrap li a {
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}

.nav-wrap li a:hover {
    background-color: #e72b3d;
}

.nav-wrap li a .iconfont {
    margin-right: 3px;
}


/*footer*/

.page-footer {
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #C5C5C5;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.page-footer p {
    line-height: 30px;
}

.footer-menu a {
    color: #e84252;
    position: relative;
    padding: 0 10px;
}

.footer-menu a::after {
    position: absolute;
    right: 0;
    top: -5px;
    content: "|";
    font-size: 1em;
    color: #B5B2B2;
}

.links-wrap {
    width: 900px;
    margin: 0 auto;
}

.links-wrap li {
    float: left;
    line-height: 28px;
    height: 28px;
    list-style-type: none;
    margin-right: 10px;
}

.links-wrap li,
.links-wrap li a {
    color: #bbb;
}

.links-wrap li a:hover {
    color: #e84252;
}

.list-info-cont .list-wrap .list-item {
    position: relative;
    float: left;
    margin: 0 10px 30px;
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    height: auto;
    overflow: hidden;
    transition: all .3s ease;
    cursor: pointer;
}

.list-info-cont .list-wrap .list-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.u-img {
    position: relative;
}

.u-img img {
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
}

#today {
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    color: white;
    line-height: 16px;
    background: #59acfd;
    padding: 4px 6px 3px;
    font-size: 14px;
}

.Internal-stamps {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e84252;
    padding: 3px 8px;
    font-size: 1.4rem;
    color: #fff;
}

.caption .commodity-title {
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #a0a0a0;
    font-family: 'Microsoft Yahei';
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caption .commodity-title a {
    color: #a0a0a0;
    font-weight: normal;
}

.commodity-price {
    padding: 0 10px 10px;
    color: #999;
    font-size: 1.4rem;
}

.commodity-price .present-price {
    float: left;
}

.commodity-price .present-price .price {
    font-size: 22px;
    color: #e84252;
    font-weight: bold;
}

.commodity-price .present-price i {
    font-size: 14px;
    font-weight: normal;
}

.commodity-price .original-price {
    float: right;
    color: #999;
    line-height: 28px;
    text-decoration: line-through;
}

.load-more {
    display: none;
    width: 96%;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    background: #fafafa;
}

.load-more a {
    font-size: 1.4rem;
}

.load-more:hover {
    border-color: #e84252;
    color: #e84252;
}

.load-more:hover a {
    color: #e84252;
}

.breadcrumb {
    padding-left: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 1.4rem;
}

.breadcrumb .breadcrumb-ago a:hover {
    color: #e84252;
}

.main {
    overflow: hidden;
    padding-bottom: 30px;
    background: #fff;
    margin-bottom: 20px;
}

.main_left {
    width: calc(100% - 240px);
    margin: 0 auto;
}

.list-details-con {
    width: 100%;
}

.details-img {
    width: 37%;
    float: left;
    padding: 20px 20px 0px;
}

.details-content {
    height: auto;
    overflow: hidden;
    padding-bottom: 1px;
    margin-right: 20px;
    color: #777;
}

.details-title {
    height: auto;
    padding: 20px 0 5px;
    text-align: left;
}

.details-title h1 {
    color: #666;
    font-size: 1.8rem;
    font-weight: 400;
}

.details-info {
    min-height: 30px;
    height: auto;
    line-height: 30px;
    text-align: left;
    word-spacing: 1px;
    border-bottom: 1px solid #d2d2d2;
    color: #999;
    font-size: 1.4rem;
}

.tx-reason {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 22px;
    color: #aaa;
    font-size: 1.4rem;
    line-height: 1.4;
}

.details-price {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 42px;
    text-align: center;
}

.details-price .present-price,
.details-price .original-price {
    float: none;
    display: inline;
    margin-right: 20px;
}

.get-coupon {
    margin-bottom: 20px;
}

.get-coupon a {
    display: block;
    margin: 0 auto;
    width: 180px;
    background-color: #ffd2c4;
    font-size: 1.4rem;
}

.get-coupon .coupon1 {
    float: left;
    padding: 10px 8px;
    color: #ff5c5c;
    text-align: center;
}

.get-coupon .coupon1 i {
    display: block;
    font-style: normal;
}

.get-coupon .coupon2 {
    background: url(../images/coupon-btn-1.png);
    width: 122px;
    height: 58px;
    letter-spacing: 2px;
    font-size: 1.1em;
    display: block;
    color: white;
    float: left;
    line-height: 58px;
    text-align: center;
}

.tx-explain {
    text-align: center;
    color: #999;
    font-size: 1.4rem;
    line-height: 28px;
}

.tx-explain p:first-child {
    color: red;
}

.module-header {
    padding-left: 10px;
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #949494;
    text-align: left;
}

.module-header .module-title {
    color: #FF4765;
    font-weight: bold;
}

.command-wrap {
    display: none;
    background: #f9f8f8;
    width: 98%;
    margin: 25px 1% 0;
    font-size: 1.4rem;
    border: #eaeaea 1px solid;
}

.tx-command {
    line-height: 40px;
    height: 40px;
    padding: 0 20px 0 15px;
    border-bottom: #eaeaea 1px solid;
}

.tx-command i {
    float: right;
    font-size: 1.8rem;
    color: #afafaf;
    line-height: 40px;
    height: 40px;
}

.command-content textarea {
    background-color: #fff;
    resize: none;
    margin: 15px auto;
    padding: 5px;
    color: #666;
    overflow: hidden;
}

.command-content button {
    border-radius: 6px;
    background: #f30;
    color: #fff;
    padding: 15px 0;
    margin: 0 auto 10px;
}

.command-content textarea,
.command-content button {
    width: 85%;
    outline: none;
    display: block;
    border: 0;
}

.bdfs {
    width: 100%;
    margin-top: 50px
}

.bdsharebuttonbox {
    margin: 0 auto;
    width: 230px
}

.data-filter {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.data-filter .item {
    float: left;
    height: 34px;
    line-height: 32px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.6rem;
    text-decoration: none;
    color: #999;
}

.data-filter .active,
.data-filter .item:hover {
    color: #e84252 !important;
    border-bottom: 2px solid #e84252;
}

/*提示*/

.layui-layer {
    background-color: rgba(0, 0, 0, 0)!important;
    box-shadow: 1px 1px 50px rgba(0,0,0,0)!important;
}

.explorer-wpapper {
    position: relative;
    background-color: #e84252;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.explorer-wpapper img {
    width: 100%;
}