html,body{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
body {
    background: #F9F9F9;
}

.search {
    position: relative;
}

.index-mescroll{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 98px;
    height: auto;
    /* padding-bottom: 98px; */
}

.top-fixed {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
}

.top-fixed.scroll-down {
    position: fixed;
    top: -104px;
}

.top-fixed.scroll-up {
    position: fixed;
    top: 0;
    background: #fff;
}

/*焦点图 start*/

.swiper-container1 {
    width: 750px;
    height: 320px;
}

.swiper-container1 .swiper-slide {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 320px;
    justify-content: center;
    -webkit-justify-content: center;
}

.swiper-container1 .swiper-slide .ban-swiper-link {
    text-align: center;
    height: 100%;
    width: 100%;
    display:block;
    text-align: center;
    position: relative;
    width: 750px;
    height: 320px;
}

.swiper-container1 .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-container1 .swiper-pagination-bullet {
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
}

.swiper-container1 .swiper-pagination-bullet-active {
    background: #fff;
}

/*焦点图 end*/

/* 统计 */

.statistics {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.statistics li {
    font-size: 24px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.statistics li i {
    color: #FF6000;
    margin-right: 5px;
}

.statistics li span {
    color: #888888;
}

/* link-list start*/

.swiper-container2 {
    background: #fff;
    height: 210px;
    /* margin-bottom: 20px; */
}

.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 150px;
    flex: 1;
    -webkit-flex: 1;
}

.swiper-container2 .swiper-slide a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkitk-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.swiper-container2 .swiper-slide a .new {
    width: 54px;
    height: 37px;
    background: url(./icon/index/NEW@3x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 28px;
    right: 6px;
}

.swiper-container2 .swiper-slide a .hot {
    width: 54px;
    height: 30px;
    background: url(./icon/index/HOT@2x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 28px;
    right: 6px;
}

.swiper-container2 .swiper-slide .text {
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.swiper-container2 .swiper-slide img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

/* link-list end*/

/* 推荐商品模块 start */
.disabled-scroll{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: auto;
}
.disabled-scroll .mescroll-totop {
    bottom: 120px;
}
.recommand-fixed{
    position: fixed;
    left: 0;
    top: 530px;
    right: 0;
    bottom: 0;
}
.recommand-fixed .recommand-box {
    position: absolute;
    left: 0;
    top: 78px;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-bottom: 98px;
}
.recommand-list{
    width: 100%;
    font-size: 0;
    background-color: #F7F7F7;
    padding: 20px 0;
}
.recommand-list .item{
    position: relative;
    margin: 20px 0 15px;
    display: inline-block;
    width: 25%;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}
 .recommand-list .item .hot {
    width: 54px;
    height: 30px;
    background: url(./icon/index/HOT@2x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -30px;
    right: -12px;
 }
.recommand-list .item.active{
    color: #E81818;
}
.recommand-list .item:before{
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 64px;
    height: 3px;
    background-color: #E81818;
    transform: translate3d(-50%, 0, 0);
    display: none;
}
.recommand-list .item.active:before {
    display: block;
}
.recommand-list .item:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    color: #EBEBEB;
    background-color: #EBEBEB;
    /* transform: scaleY(1); */
}
.recommand-list .item:last-child:after{
    display: none;
}
.goods-wrapper{
    font-size: 28px;
    padding: 0 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #F7F7F7;
    padding-top: 18px;
}
.goods-wrapper .goods-item{
    margin-bottom: 20px;
    padding: 10px 12px 22px;
    background: #fff;
    border-radius: 8px;
    width: 45%;
}
.goods-wrapper .goods-item:nth-child(2n) {
    margin-right: 0;
}
.goods-wrapper .goods-item .goods-img{
    height: 238px;
    line-height: 238px;
    text-align: center;
}
.goods-wrapper .goods-item .goods-img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.goods-wrapper .goods-item .goods-desc{
    padding-bottom: 8px;
}
.goods-wrapper .goods-item .goods-desc .info {
    padding: 30px 0;
    padding-right: 72px;
    line-height: 24px;
    position: relative;
    color: #000000;
    font-size: 26px;
}
.goods-wrapper .goods-item .goods-desc .info.normal-info {
    padding-right: 0;
}
.goods-wrapper .goods-item .goods-desc .info .label{
    padding: 4px 10px;
    color: #FFBA4E;
    border: 1px solid #FFBA4E;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 20px;
}
.goods-wrapper .goods-item .goods-desc .info .blockno {
    font-size: 22px;
    color: #999;
}
.goods-wrapper .goods-item .goods-desc .price{
    font-size: 26px;
    line-height: 24px;
}
.goods-wrapper .goods-item .goods-desc .price .red-c {
    color: #FF4444;
    position: relative;
}
.goods-wrapper .goods-item .goods-desc .price .red-c:after{
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
}
.goods-wrapper .goods-item .goods-desc .price .grey-c {
    color: #333;
    font-size: 28px;
}
.goods-wrapper .goods-item .goods-desc .price .unit{
    font-size: 26px;
    color: #FF4444;
}
.goods-wrapper .goods-item .goods-desc .price{
    position: relative;
}
.goods-wrapper .goods-item .goods-desc .price .underline-price {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-decoration: line-through;
    color: #999;
}

/* 推荐商品模块 end */

/*精品推荐 start*/

.title {
    background: #fff;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 25px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 30px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.title .left {
    color: #333;
    font-size: 30px;
}

.title .more {
    color: #888;
    font-size: 26px;
}

.title .more i {
    background: url(../../images/common/r1@3x.png) no-repeat;
    background-size: 12px 22px;
    width: 12px;
    height: 22px;
    display: inline-block;
    margin-left: 10px;
}

/* 精品推荐 end */

/*content start*/

.content {
    border-top: 1px solid rgb(225, 225, 225);
}

.progress {
    background: #fff;
    margin-top: 10px;
}

.progress .title {
    border: 0;
}

.progress ul {
    display: flex;
    display: -webkit-flex;
    margin: 0 25px;
    border-top: 1px solid rgb(225, 225, 225);
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.progress li {
    height: 160px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkt-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkitk-flex-direction: column;
    flex-direction: column;
}

.progress li:nth-child(even) {
    height: 130px;
}

.progress .pic {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.progress .sr {
    width: 12px;
    height: 20px;
    display: block;
}

.progress ul span {
    font-size: 24px;
    color: #555555;
}

.progress .dyn {
    display: flex;
    display: -webkit-flex;
    height: 88px;
    padding: 0 25px;
    border-top: 1px solid rgb(225, 225, 225);
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.progress .dyn p {
    font-size: 30px;
    color: #333333;
    margin-right: 70px;
}

.progress .dyn .swiper-container3 {
    flex: 1;
    -webkit-flex: 1;
}

.progress .dyn span {
    font-size: 30px;
    color: #333;
    border-top: 1px solid rgb(225, 225, 225);
}

.progress .dyn i {
    font-size: 24px;
    color: #555;
}

.progress .dyn i:nth-of-type(3) {
    color: #FF6000;
}

/* 引导弹窗 start */

.photo-masker {
    z-index: 999;
}

.photo-masker .m1 {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 7px;
    right: 10px;
}

.photo-masker .m2 {
    width: 80px;
    height: 106px;
    position: absolute;
    top: 130px;
    right: 20px;
}

.photo-masker .m3 {
    width: 670px;
    height: 170px;
    position: absolute;
    top: 277px;
    left: 33px;
    background: url(icon/index/m3@3x.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 40px;
    line-height: 200px;
    text-align: center;
}

.photo-masker .m4 {
    width: 380px;
    height: 97px;
    position: absolute;
    bottom: 300px;
    left: 200px;
    background: url(icon/index/m4@3x.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 97px;
    text-align: center;
}

/* 引导弹窗 end */

/* 模仿加载、没有更多 start */

.minirefresh-upwrap {
    height: 100px;
    box-sizing: border-box;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    min-height: 30px;
    padding: 15px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.minirefresh-upwrap.status-loading {
    margin: 0;
}

.minirefresh-upwrap .upwrap-progress {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #808080;
    margin-right: 8px;
    border-bottom-color: transparent;
    vertical-align: middle;
}

.minirefresh-upwrap .upwrap-tips {
    font-size: 24px;
    color: #AAAAAA;
    position: relative;
    padding: 15px 0;
}

.minirefresh-upwrap.status-nomore .upwrap-tips:before {
    content: "";
    height: 1px;
    background: rgba(238, 238, 238, 1);
    width: 100px;
    position: absolute;
    left: -110px;
    top: 50%;
}

.minirefresh-upwrap.status-nomore .upwrap-tips:after {
    content: "";
    height: 1px;
    background: rgba(238, 238, 238, 1);
    width: 100px;
    position: absolute;
    right: -110px;
    top: 50%;
}

/* 模仿加载、没有更多 end */

/* 交易动态 */

.swiper-container3 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container3 .swiper-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.result-list {
    margin-left: 9px;
    margin-bottom: 10px;
}

.result-list .result-item {
    width: 240px;
    padding: 10px 10px 0 10px;
    margin-right: 6px;
}

.result-list .panel .pic {
    height: 164px;
}

.result-list .result-item .p-format {
    display: none;
}

.result-list .panel .info {
    padding-top: 16px;
    margin-left: 8px;
}

.result-list .panel .p-name {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 15px;
}

.result-list .panel .p-name .p-blockno {
    display: none;
}

.result-list .panel .pic .bottom {
    display: none;
}

.result-list .panel .com {
    display: none;
}

.result-list .panel .bargain-price {
    /* margin-bottom: 15px; */
}

.result-list .result-item:nth-of-type(odd) {
    border-right: 0;
}

.result-list .result-item:nth-of-type(even) {
    border-left: 0;
}

.minirefresh-wrap.disabled-scroll {
    overflow: hidden;
}
.minirefresh-wrap.disabled-scroll .minirefresh-hardware-speedup{
    transform: none;
    -webkit-transform: none;
}

.disabled-scroll .g-doc{
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
/* .footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 98px;
} */

.status-loading {
    display: none!important;
}

.result-list:last-of-type{
    margin-bottom: 0;
}

.nav-list{
    position: absolute;
    bottom: 0;
}