/*竞拍商品分类展示页*/
.dex-bg {
    height: 377px;
    width: 100%;
}

.listNav {
    margin-top: 25px;
    color: #747474;
    margin-bottom: 25px;
}

.listNav a:hover {
    color: #d5131b;
}

.listDiv {
    color: #676767;
    margin-top: 22px;
}

.listDivD1 {
    border: 1px solid #F3F3F3;
    line-height: 50px;
    overflow: hidden;
    background: #f8f8f8;
}

.listDivD1 > p {
    text-align: center;
    width: 130px;
    background: #f8f8f8;
    height: 50px;
    margin: 0;
}

.listDivUl1 {
    width: 1049px;
    float: right;
    background: #FFFFFF;
    line-height: 50px;
    padding-right: 15px;
}

.list-max {
    max-height: 114px;
    overflow: hidden;
}

.listDivUl1 > li {
    float: left;
    padding-left: 40px;
    cursor: pointer;
}

.showMore {
    margin: 0 auto;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #676767;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.showMore:hover {
    color: #d5131b;
}

.listDivUl1 > li a:hover {
    color: #d5131b;
}

.showMore .iconfont {
    font-size: 12px;
    color: #bfbfbf;
}

.sortDivDiv {
    margin-top: inherit !important;
    position: relative;
    top: 0px;
    z-index: 1000;
}

.sortDiv {
    height: 50px;
    background: #F3F3F3;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
}

.rel {
    position: relative;
}

.sortDiv > p {
    padding: 0 30px;
    display: inline-block;
    float: left;
    margin: 0;
}

.sortDiv > ul li {
    float: left;
    cursor: pointer;
    padding: 0 30px;
}

.sortDiv > ul li.active {
    color: #463A7E;
    font-weight: bold;
}

.sortDiv > ul li:hover {
    color: #463B7F;
}

#pageSmall a.glyphicon-chevron-left {
    position: absolute;
    right: 130px;
    top: 12px;
}

#pageSmall a.glyphicon-chevron-left,
#pageSmall a.glyphicon-chevron-right {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #CDCDCD;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pageSmall > span {
    display: none;
}

#pageSmall a.glyphicon-chevron-right {
    position: absolute;
    right: 20px;
    top: 12px;
}

#sortHeight span,
#sortCreated span {
    background: url(../img/login/pecooIcon.png) -103px -13px;
    width: 8px;
    height: 12px;
    margin-left: 3px;
    display: inline-block;
}

.pageSmall {
    float: right;
    margin-right: 46px;
    margin-top: 2px;
    width: 82px;
    text-align: center;
}

.pageSmall > span:first-child {
    color: #E93B39;
}

#sortHeight span,
#sortCreated span {
    background: url(../img/pecooIcon.png) -103px -13px;
    width: 8px;
    height: 12px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.sortDiv > ul li.active {
    color: #463A7E;
    font-weight: bold;
}

.pages {
    text-align: center;
    min-width: 100px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 40px 0 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.disabled {
    color: #acacac !important;
    border-color: #acacac !important;
    text-shadow: 1px 1px #fff !important;
    outline: 0 !important;
    cursor: default !important;
    pointer-events: none;
}

.pages .active > a,
.pages .active > span {
    z-index: 2;
    color: #fff;
    background-color: #d71518;
    border-color: #d71518;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 20px;
    margin-left: -1px;
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin-right: 8px;
}

.category {
    position: relative;
}

.node {
    padding: 3px 10px 4px;
    border: 1px solid #dedede;
}

.node a {
    margin: 0;
}

.category a {
    display: inline;
    margin: 0 1px;
    background-image: none;
    padding: 0;
}

.category .icon-down,
.crumbs .category.enter .icon-up {
    display: inline;
}

.category .icon-up,
.crumbs .category.enter .icon-down {
    display: none;
}

.category .categories {
    position: absolute;
    padding: 15px 0;
    z-index: 9999;
    left: 0;
    top: 22px;
    display: none;
}

.category .categories .wrap {
    background: center center no-repeat #000;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .9);
    width: 440px;
    min-height: 30px;
    padding: 20px;
}

.category .categories .triangle {
    border: 6px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #000;
    position: absolute;
    top: 3px;
    left: 30px;
}

.category .categories a {
    color: #ababab;
    display: inline-block;
    max-width: 89px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    margin-right: -4px;
    font-size: 14px;
}

.category .categories a:hover {
    color: #FFFFFF;
}

.category .icon-arrow-down {
    margin-left: 5px;
    font-size: 8px;
    color: #676767;
}

.category .icon-arrow-up {
    margin-left: 5px;
    font-size: 8px;
    color: #676767;
}

/*end*/

/*商品展示页*/

.box {
    margin-top: 35px;
}

.stop-img {
    width: 880px;
    height: 410px;
    position: relative;
}

.stop-text {
    width: 320px;
    background: #f8f8f8;
    height: 410px;
}

.stop-text .title {
    font-size: 24px;
    color: #494949;
    padding-top: 40px;
    line-height: 36px;
}

.stop-text .text {
    width: 246px;
    height: 75px;
    overflow: hidden;
    text-indent: 2em;
    color: #747474;
    line-height: 19px;
    margin-top: 26px;
    font-size: 12px;
}

.auction {
    text-align: center;
    margin-top: 50px;
    color: #747474;
}

.auction .num {
    color: #d5131b;
    font-size: 24px;
    margin-top: 21px;
}

.box .box-stop {
    height: 63px;
    width: 100%;
    background: #d5131b;
    position: absolute;
    bottom: 0;
}

.remind {
    padding: 6px 24px;
    background: #FFFFFF;
    margin-right: 32px;
    border-radius: 2px;
    margin-top: 10px;
    text-align: center;
    line-height: 16px;
}

.seniority {
    margin-top: 48px;
}

.classify {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.classify .more {
    color: #747474;
    font-size: 16px;
}

.classify a:hover {
    color: #e60012 !important;
}

.seniority .item-box {
    width: 390px;
    height: 480px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-left: 15px;
    margin-top: 23px;
}

.seniority .item-box:hover {
    box-shadow: 0 0 8px 5px #eaeaea;
}

.seniority .item .item-box:nth-of-type(3n-2) {
    margin-left: 0;
}

.seniority .img {
    height: 351px;
    position: relative;
}

.seniority .img .ranking {
    position: absolute;
    width: 62px;
    height: 66px;
    top: 0;
    left: 22px;
    text-align: center;
}

.ranking span {
    text-align: center;
    line-height: 66px;
    font-size: 24px;
    color: #ffffff;
}

.seniority .img img {
    height: 100%;
    width: 100%;
}

.seniority .bottom {
    background: #f8f8f8;
    height: 127px;
    text-align: center;
}

.seniority .bottom .title {
    padding: 24px 25px 0 25px;
    font-size: 16px;
    color: #494949;
}

.seniority .bottom .buy {
    padding: 24px 25px 0 25px;
    padding-top: 19px;
}

/*#main div {
    line-height: 2000px;

}*/

.stair {
    position: fixed;
    top: 50%;
    z-index: 1000;
    overflow: visible;
    width: 80px;
    padding: 0 2px;
    background: #f9f9f9;
    font-size: 16px;
    border: 1px solid #F3F3F3;
    left: 0;
}

.stair li {
    margin: 0 auto;
    list-style: none;
    color: #666666;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    cursor: pointer;
}

.stair li span {
    width: 80px;
    height: 40px;
    display: inline-block;
}

.stair li .active {
    color: #fff !important;
    background: #d5131b;
}

/*end*/

/*拍品展示*/

.shop-show {
    margin: 0px auto;
}

.shop-show .column {
    font-size: 14px;
    margin-left: 33px;
    color: #747474;
}

.shop-show .column .iconfont {
    font-size: 12px;
    margin-left: 8px;
}

.shop-show .item-box {
    width: 286px;
    height: 360px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-left: 18px;
    margin-top: 23px;
}

.shop-show .item-box:hover {
    box-shadow: 0 0 8px 5px #eaeaea;
}

.shop-show .img {
    position: relative;
    height: 246px;
}

.imgss {
    width: 120px !important;
    height: 60px !important;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.shop-show .img img {
    height: 100%;
    width: 100%;
}

.shop-show .bottom {
    background: #f8f8f8;
    height: 112px;
    text-align: center;
}

.shop-show .bottom .title {
    padding: 15px 7px 0 7px;
    font-size: 16px;
    color: #494949;
}

.shop-show .bottom .buy {
    padding: 15px 7px 0 7px;
}

.shop-show .item-box:nth-of-type(4n-3) {
    margin-left: 0;
}

.price-num {
    font-size: 20px;
    color: #d5131b;
    margin-left: 5px;
}

.info {
    color: #FFFFFF;
    width: 60px;
    height: 50px;
    line-height: 24px;
    overflow: hidden;
}

.info-circusee {
    background: #008060;
}

.info-abortive {
    background: #777978;
}

.info-bid {
    background: #d5131b;
}

.info-deal {
    background: #777978;
}

.info-finish {
    background: #777978;
}

.info-num {
    font-size: 24px;
    line-height: 30px;
}

.info-text {
    line-height: 20px;
}

.info-texts {
    line-height: 50px;
}

/*end*/

/*end*/

/*竞拍首页*/

.recommend {
    margin-top: 20px;
}

.clitem .column {
    font-size: 16px;
    color: #747474;
}

.more {
    font-size: 16px;
    margin-left: 40px !important;
}

.classify a {
    font-size: 16px;
    color: #747474;
}

.cut-off {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
}

.special-item {
    margin-top: 25px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 328px;
    background: #f8f8f8;
    display: block;
}

.special-item:hover {
    border-color: #c11f3a;
    border: 1px solid #c11f3a;
}

.special-item:hover .title {
    color: #c11f3a !important;
}

.special .img {
    width: 648px;
    height: 100%;
    position: relative;
}

.special .img img {
    height: 100%;
    width: 100%;
}

.special .rankings {
    position: absolute;
    width: 84px;
    height: 90px;
    top: 0;
    left: 45px;
    text-align: center;
}

.special .text {
    width: 545px;
}

.special .text .title {
    color: #494949;
    font-size: 24px;
    padding-left: 44px;
    padding-right: 55px;
    margin-top: 36px;
    display: block;
}

.seller_name:hover {
    color: #c11f3a;
}

.special .text .sp {
    padding-left: 44px;
    padding-right: 55px;
    color: #747474;
    margin-top: 18px;
    height: 28px;
    line-height: 28px;
}

.special .text .sp a {
    width: 20px;
}

.special .img-txt {
    padding-left: 44px;
    padding-right: 9px;
    margin-top: 46px;
}

.special .img-txt .img {
    height: 126px;
    width: 126px;
}

.special .img-txt .img img {
    height: 100%;
    width: 100%;
}

.special .img-txt .item {
    display: block;
    overflow: hidden;
    width: 164px;

}

.special .img-txt .item:nth-of-type(1) {
    margin-left: 0px;
}

.special .img-txt .item span {
    color: #747474;
    margin-top: 15px;
    display: block;
}

.img-box {
    margin-top: 20px;
}

.img-box .img {
    margin-top: 26px;
}

.img-box .img .img-left {
    width: 427px;
    height: 480px;
    margin-right: 29px;
    cursor: pointer;
}

.img-box .img .img-left img {
    width: 100%;
    height: 100%;
}

.img-box .img .img-right {
    width: 744px;
}

.img-box .img .img-right .item {
    width: 230px;
    height: 230px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-left: 27px;
    margin-top: 20px;
}

.img-box .img .img-right .item:nth-of-type(3n-2) {
    margin-left: 0;
}

.img-box .img .img-right .item:nth-of-type(1) {
    margin-top: 0;
}

.img-box .img .img-right .item:nth-of-type(2) {
    margin-top: 0;
}

.img-box .img .img-right .item:nth-of-type(3) {
    margin-top: 0;
}

.img-box .img-right .item .ppxt-img {
    width: 175px;
    height: 139px;
    padding: 28px;
}

.img-box .img-right .item .ppxt-img img {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.img-box .img-right .item:hover .title {
    height: 33px;
    background: #202020;
    opacity: 0.6;
    color: #ffffff;
    line-height: 33px;
    padding: 0 33px;
    display: block !important;
}

.guess-like {
    margin-top: 20px;
    margin-bottom: 0;
}

.company {
    margin-top: 20px;
}

.company .company-box a {
    float: left;
    display: block;
    width: 188px;
    height: 80px;
    text-align: center;
    margin-right: 12px;
    border: 1px solid #EEEEEE;
    margin-bottom: 10px;
}
.company .company-img {
    width: 100%;
    height: 100%;
}
.stop-text a:hover{
    color: #d5131b;
}
.mt26{
    margin-top: 26px;
}
.company-box a:hover {
    border: 1px solid #d5131b;
}

.company .company-box a:nth-of-type(6n+6) {
    margin-right: 0;
}

.fixright {
    position: fixed;
    top: 50%;
    z-index: 1000;
    overflow: visible;
    padding: 0 2px;
    font-size: 16px;
    right: 0;
}

.fixright ul li {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e0e0e0;
    text-align: center;
    line-height: 56px;
    margin-top: 20px;
    position: relative;
}

.fixright ul #top {
    line-height: 15px;
}

.fixright ul #top a {
    display: block;
    padding-top: 10px;
}

.fixright ul li span {
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    background: #d5131b;
    text-align: center;
    line-height: 18px;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 12px;
}

.fixright ul li:nth-of-type(1) {
    margin-top: 0;
}

.fixright ul li i {
    font-size: 24px;
    color: #ffff;
}

.fixright ul li div {
    font-size: 14px;
    color: #ffff;
}

.fixright ul li:hover {
    background: #d5131b;
}

/*end*/

/*商品详情*/

.shop-img {
    width: 456px;
}

.shop-particulars .shop-img .img {
    width: 456px;
    height: 456px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}

.shop-particulars .shop-img .img img {
    height: 100%;
    width: 100%;
}

.shop-img .roll-img {
    background: #f8f8f8;
    height: 80px;
    padding: 15px 22px;
    position: relative;
}
.mb64{
    margin-bottom: 64px;
}
.shop-img .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    text-align: left;
    color: #120303;
    cursor: pointer;
}

.shop-img .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    text-align: right;
    color: #120303;
    cursor: pointer;
}

.roll-img .swiper-button-next .iconfont {
    font-size: 20px;
    line-height: 45px;
}

.roll-img .swiper-button-prev .iconfont {
    font-size: 20px;
    line-height: 45px;
}

.shop-particulars .item-top {
    margin-top: 44px;
}

.roll-img .swiper-container {
    width: 100%;
    height: 100%;
}

.roll-img .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.brief {
    width: 704px;
    color: #aeaeae;
    font-size: 16px;
}

.brief .title {
    font-size: 20px;
    line-height: 36px;
    color: #494949;
}

.brief .price {
    margin-top: 10px;
    font-size: 16px;
}

.brief .auction-h {
    margin-top: 30px;
}
.brief .auction-h a:hover{
    color: #c11f3a !important;
}

.brief .auction-stop {
    height: 40px;
    background: #e60012;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}

.abortive-top {
    height: 205px;
    background: #f8f8f8;
    text-align: center;
    font-size: 30px;
}

.brief .auction-he {
    max-height: 286px;
    background: #f8f8f8;
    padding: 0 20px;
    padding-bottom: 25px;
}

.mt30 {
    margin-top: 30px;
}

.num-money {
    text-align: center;
    width: 140px;
    height: 30px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 20px;
    color: #e93b39;
}

.num-btn {
    display: block;
    text-align: center;
    line-height: 30px;
    width: 25px;
    height: 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bolder;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
}

.num-btn:hover {
    color: #e93b39;
}

.auction-he .dotted {
    padding-bottom: 33px;
    border-bottom: 1px dashed #b4b4b4;
}

.conclude {
    text-align: center;
    margin-top: 20px;
    color: #666;
}

.item-top .finish {
    text-align: center;
    margin-top: 55px;
    color: #fff;
    background-image: -webkit-linear-gradient(-90deg, #899094 0, #696D70 100%);
    background-image: -moz-linear-gradient(-90deg, #899094 0, #696D70 100%);
    background-image: -ms-linear-gradient(-90deg, #899094 0, #696D70 100%);
    background-image: linear-gradient(-90deg, #899094 0, #696D70 100%);
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.particulars-btn {
    margin-top: 31px;
}

.particulars-btn .btn {
    font-size: 16px;
    display: block;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    background: #e93b39;
    color: #ffffff;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 25px;
}

.particulars-btn .btn:hover {
    color: #ffffff;
    opacity: 0.8;
}

.auction-he .hint {
    margin-top: 25px;
}

.flow {
    margin-top: 36px;
    height: 70px;
    background: #f8f8f8;
    line-height: 70px;
    font-size: 0;
    color: #434343;
}

.flow .iconfont {
    color: #e93b39;
    font-size: 26px;
    vertical-align: middle;
}

.flow .flow-deteil {
    display: inline-block;
    position: relative;
    width: 225px;
    font-size: 16px;
}

.rest {
    margin-top: 46px;
}

.mt28 {
    margin-top: 28px;
}

.rest .item {
    height: 176px;
    width: 177px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}

.rest .item img {
    height: 100%;
    width: 100%;
}

.rest .item {
    margin-left: 27px;
}

.rest .item:hover {
    box-sizing: border-box;
    border: 1px solid #e93b39;
}

.rest .item:nth-of-type(1) {
    margin-left: 0;
}

.disorder {
    margin-top: 30px;
}

.goos-main-l {
    width: 930px;
}

.goos-main-l .item-top {
    height: 51px;
}

.submenu-active {
    background: #e93b39 !important;
}

.goos-main-l .item-top .item {
    width: 186px;
    background: #333333;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    border-right: solid 1px #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
}

.open-active {
    background: #e93b39 !important;
}

.goos-main-l .text {
    border: solid 1px #e5e5e5;
    margin-top: 31px;
    padding: 28px;
}

.goos-main-l .text .content {
    background: #f3f3f3;
    padding: 32px 28px 52px 28px;
}

.goos-main-r {
    width: 240px;
}

.describe {
    margin-top: 40px;
}

.disorder .title {
    height: 50px;
    background: #e93b39;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.disorder .describe .img-text {
    margin-top: 20px;
    line-height: 2em;
}

.disorder .describe .img-text p {
    margin-top: 10px;
}

.disorder .describe .img-text img {
    max-width: 100%;
}

.record {
    margin-top: 45px;
}

.record .rail {
    background: #f3f3f3;
    height: 50px;
    color: #747474;
    font-size: 16px;
}

.mt37 {
    margin-top: 37px;
}

.record .list {
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
}

.lsbg {
    color: #e93b39;
}

.ls {
    color: #747474;
}

.promise {
    margin-top: 45px;
}

.promise .img-text {
    text-align: center;
    margin-top: 20px;
}

.promise .img-text img {
    max-width: 100%;
}

.promise .img-text span {
    display: block;
    color: #aeaeae;
    line-height: 30px;
    font-size: 16px;
}

.service {
    margin-top: 45px;
}

.goos-main-r .item .img {
    width: 240px;
    height: 240px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
}

.goos-main-r .item .img img {
    width: 100%;
    height: 100%;
}

.goos-main-r .item .txt {
    color: #494949;
    font-size: 16px;
    margin-top: 12px;
}

.goos-main-r .item .money {
    color: #e93b39;
    font-size: 16px;
    line-height: 24px;
}

.mt13 {
    margin-top: 13px;
}

.goos-main-r .item .num {
    height: 24px;
    width: 96px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
}

.goos-main-r .item:nth-of-type(1) {
    margin-top: 25px;
}

.goos-main-r .item {
    margin-top: 42px;
}

.protocol {
    padding: 0 20px;
}

.popout .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.popout .title1 {
    margin-top: 20px;
}

.popout .title1 h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.popout .title1 p {
    text-indent: 2em;
}

.service-title {
    margin-top: 10px;
}

.service-title img {
    max-width: 100%;
}

.service-title h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promise-title {
    margin-top: 10px;
}

.promise-title h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.swiper-slide-actives {
    box-sizing: border-box;
    border: 2px solid #e93b39;
}

/*end*/

/*频道栏目页*/

.module-wrap {
    height: 450px;
}

html,
body {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.module-wrap .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #FFFFFF !important;
}

.module-wrap a {
    width: 100%;
    height: 100%;
}

.module-wrap .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.module-wrap .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 21px;
    left: 0;
    width: 100%;
}

.special {
    margin-top: 20px;
}

.special-box {
    height: 50px;
    background: #f8f8f8;
    line-height: 50px;
}

.special .special-day {
    width: 200px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #494949;
}

.special-active {
    background: #d5131b;
    color: #FFFFFF !important;
}

.goods-type {
    margin-top: 25px;
}

.goods-type .column {
    font-size: 16px;
    margin-left: inherit;
}

.goods-active {
    color: #d5131b;
}

.tab-day {
    display: none;
}

.show {
    display: block;
}

.left-hot-tag {
    position: absolute;
    width: 260px;
    height: 377px;
    background: #ffffff;
    z-index: 4;
    opacity: 0.8;
}

.img-channel {
    width: 100%;
    height: 133px;
    vertical-align: top;
}

.hot-tag-box {
    height: 214px;
    overflow: hidden;
    padding: 15px;
    text-align: left;
}

.hot-tag-box a {
    color: #494949;
    padding: 6px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 10px;
    display: block;
    float: left;
    margin-bottom: 9px;
}

.hot-tag-box a:hover {
    color: #fff;
    border-color: #d5131b;
    background-color: #d5131b;
}

/*end*/

/*商家简介*/
.pmp-seller-crumb-wrap {
    color: #7a7a7a;
    font-size: 12px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.pmp-seller-crumb-wrap a {
    color: #7a7a7a;
}

.pmp-seller-desc-wrap {
    background: #f8f8f8;
}

.pmp-seller-desc-wrap .img {
    width: 90px;
    height: 90px;

}

.pmp-seller-desc-wrap .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pmp-seller-desc-wrap .info-left {
    text-align: center;
}

.pmp-seller-desc-wrap .info-left .follow {
    color: #7a7a7a;
    margin-top: 20px;
}

.pmp-seller-desc-wrap .info-left .popup-base {
    width: 80px;
    height: 22px;
    background: #d5131b;
    border-radius: 11px;
    line-height: 22px;
    color: #ffffff;
    margin-top: 10px;
}

.pmp-seller-desc-wrap .info-left .followed {
    background: #b7b7b7;
}

.pmp-seller-desc-wrap {
    padding: 46px 76px 47px 43px;
}

.pmp-seller-desc-wrap .info-centre {
    margin-left: 40px;
    color: #7a7a7a;
}

.pmp-seller-desc-wrap .info-centre .seller-name {
    font-size: 20px;
    margin-bottom: 24px;
}

.mt15 {
    margin-top: 15px;
}

.special-day-item .item-box {
    width: 286px;
    height: 360px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-left: 18px;
    margin-top: 23px;
}

.pmp-seller-desc-wrap .pmp-seller-intro {
    margin-left: 77px;
    width: 530px;
    color: #7a7a7a;
    line-height: 24px;
}

.pmp-seller-desc-wrap .pmp-seller-intro .intro-p {
    line-height: 24px;
}

.pmp-seller-desc-wrap .pmp-seller-intro em {
    display: block;
    color: #d5131b;
    font-size: 24px;
    font-style: normal;
    margin-top: 18px;
}

.pmp-seller-desc-wrap .pmp-seller-intro ul li:nth-of-type(2) {
    margin-left: 45px;
}

.pmp-seller-desc-wrap .pmp-seller-intro ul {
    text-align: center;
    margin-bottom: 25px;
}

.special-day-item .item-box:nth-of-type(4n-3) {
    margin-left: 0;
}

.special-day-item .img {
    height: 246px;
    width: 100%;
}

.special-day-item .bottom {

    background: #f8f8f8;
    height: 112px;
    text-align: center;

}

.special-day-item .bottom .title {
    padding: 15px 15px 0 15px;
    font-size: 16px;
    color: #494949;
}

.special-day-item .bottom .buy {
    padding: 15px 7px 0 7px;
}

.special-day-item .item-box:hover {
    box-shadow: 0 0 8px 5px #eaeaea;
}

.mb33 {
    margin-bottom: 33px;
}

.sort-bar a {
    display: block;
    color: #747474;
    margin-right: 30px;
}

.sort-bar-active {
    color: #d5131b !important;
}

/*end*/


/*
* 出价
*/
.price-box {
    padding: 20px;
    margin: auto;
}

.price-box .price-title {
    font-size: 20px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.price-box .price-tiems {

}

.price-box .price-tiems .item {
    color: #666666;
    border: 1px solid #d2d2d2;;
    background-color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
    line-height: 50px;
    margin-bottom: 10px;
}

.price-box .price-tiems .item:hover {
    color: #FFFFFF;
    background-color: #06ae56;
    border:1px solid #06ae56;
}

.price-box .price-tiems .cur {
    color: #ffffff;
    background-color: #06ae56;
    border: 1px solid #06ae56;
}

.price-box .price-btns {
    margin-top: 20px;
    text-align: center;
}

.price-box .price-btns .price-btn {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    background-color: #06ae56;
    color: #ffffff;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 22px;
    border: none;
    margin: 0 10px;
}

.price-box .price-btns .price-btn:hover {
    color: #ffffff;
    opacity: 0.8;
}