body{background: #F8F8F8;}
/* 导航条底部搜索栏 */
/*background: url('http://r.hpoi.net.cn/gk/res/img/home-banner.jpg') center;*/
.hpoi-homesearch {
    width: 100%;
    height: 175px;
    background-position: center;
    margin-top: -20px;
}
/*悬浮栏*/
.hpoi-home-suspension-bar{position: fixed;bottom: 20px;left: 50%;margin-left: 625px;}
.hpoi-home-suspension-bar .item-suspension{display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;border-radius: 6px;background-color: #FFFFFF;box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);}
.hpoi-home-suspension-bar .item-suspension + .item-suspension{margin-top: 10px;}
.hpoi-home-suspension-bar .item-suspension>i{font-size: 21px;color: #444444;}
.hpoi-home-suspension-bar .item-suspension:hover i{color: #35CDFF;}
.hpoi-home-suspension-bar .item-suspension>.icon-down-arrow{font-size: 12px;}
.hpoi-home-suspension-bar .item-suspension>.icon-light-model{font-size: 25px;}

/*轮播图*/
.swiper-home {border-radius: 6px;height: 140px;}
/*.swiper-home .swiper-pagination-bullet {width: 6px;height: 6px}*/
/*.swiper-home .swiper-pagination-bullet-active {width: 14px !important;height: 6px !important;}*/
.swiper-home {--swiper-navigation-color: #DDDDDD;--swiper-navigation-size: 15px;}
.swiper-home .swiper-button-prev {border-radius: 0px 6px 6px 0px;left: 0;top: 45%;}
.swiper-home .swiper-button-next {border-radius: 6px 0px 0px 6px;right: 0;top: 45%;}
.swiper-home .swiper-button-prev,.swiper-home  .swiper-button-next {background: rgba(0, 0, 0, 0.3);width: 20px;height: 30px;}
.swiper-more{z-index: 5;position: absolute;top: 0;right: 0; width: 38px;height: 22px;background-color: rgba(0, 0, 0, 0.2);border-radius: 0px 6px 0px 6px;display: flex;justify-content: space-evenly;align-items: center;}
.swiper-more div{width: 4px;height: 4px;border-radius: 50%;background-color: #FFFFFF}
/*轮播图*/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{width: auto;left: auto;bottom: 0;right: 10px;line-height: 20px;color: #FFFFFF;}
.hpoi-bmdiv {width: 100%;height: 20px;position: absolute;bottom: 0;line-height: 20px;background: rgba(0, 0, 0, 0.2);color: #fff;border-radius: 0px 0px 6px 6px;}
.hpoi-bmdiv > p {font-size: 12px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 0;padding-left: 10px;}

/*红人榜*/
.left-item-image{padding: 0;}

/*二手、网站首页图片*/
.hpoi-home-img-box{display: flex;margin: 20px -5px 0 -5px;}
.hpoi-home-img-box>a{padding: 0 5px;}
.hpoi-home-img-box>a img{width: 100%;border-radius: 6px;}

/***********点赞有奖***********/
.hpoi-ranking-neon{color: #333333;font-size: 18px;}
.hpoi-ranking-neon:hover,.hpoi-ranking-neon:focus{color: #333333;}
a.ranking-neon{color: red;transition: all 0.5s;font-size: 18px}
a.ranking-neon{color: #fff;-webkit-animation: neon1 1.5s ease-in-out infinite alternate;-moz-animation: neon 1.5s ease-in-out infinite alternate;animation: neon 1.5s ease-in-out infinite alternate;}
@-webkit-keyframes neon {from {text-shadow: 0 0 10px red;} to {text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px red, 0 0 30px red;}}
.fix-neon-btn{padding: 2px;font-size: 14px;color: #666666;}
.hpoi-home-praise-head .item-head-more{margin-top: 10px;border-bottom: 1px solid #EEEEEE;display: flex;justify-content: space-between;}
.hpoi-home-praise-head .item-head-more a{font-size: 14px;color: #666666;border-bottom: 1px solid transparent;padding-bottom: 6px;margin-bottom: -1px;}
/*.hpoi-home-praise-head .item-head-more a{margin-right: 20px}*/
/*.hpoi-home-praise-head .item-head-more{float: right;font-size: 14px;color: #666666;border-bottom: 1px solid transparent;padding-bottom: 1px;}*/
/*.hpoi-home-praise-head .item-head-more+.item-head-more{margin-right: 10px;}*/
/*每周有奖列表用户样式*/
.hpoi-home-ranking-box{display: flex;margin-top: 20px;}
.hpoi-home-ranking-box .item-ranking-status{display: flex;align-items: center;}
.hpoi-home-ranking-box .item-ranking-status span{display: block;width: 18px;height: 18px;line-height: 18px;text-align: center;border-radius: 50%;color: #999999;background-color: #EEEEEE;}
.hpoi-home-ranking-box .item-ranking-img{width: 42px;height: 42px;margin-left: 10px;}
.hpoi-home-ranking-box .item-ranking-img>a>img{width: 100%;}
.hpoi-home-ranking-box .item-ranking-content{flex: 1;width: 0;margin-left: 10px;}
.item-ranking-content .rk-name{font-size: 14px;display: flex;justify-content: space-between;}
.item-ranking-content .rk-name>.nickname-box{flex: 1;display: flex;align-items: center;padding-right: 5px;}
.item-ranking-content .rk-name>.nickname-box>a{color: #444444;transition: color var(--transition-2s);}
.item-ranking-content .rk-name>span{color: #FF0000;}
.item-ranking-content .rk-sign{color: #666666;margin-top: 6px;}
.item-ranking-content .rk-name>.nickname-box>a:hover{color: #35CDFF;}

/*商品推荐&待补款*/
.hpoi-taobao-box{margin: -20px -5px 0 -5px;}
.hpoi-taobao-box .item-img,.hpoi-taobao-price{background: #FFFFFF;}
.hpoi-taobao-box .item-img>a>img{width: 100%;border-radius: 6px;}
.hpoi-taobao-box .item{position: relative;}
.hpoi-taobao-box .item .item-img span{
    position: absolute;
    top: 0;
    right: 0;
    color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 0px 6px 0px 6px;
}
.hpoi-taobao-price{margin-top: 6px;color: red;}
.hpoi-home-box-lt{margin-top: 20px;padding: 20px;background-color: #FFFFFF;border-radius: 6px;}

/*周边期待榜、近期发售*/
.hpoi-home-box-rt{padding: 20px;background: #FFFFFF;border-radius: 6px;}
.hpoi-home-box-rt .title-tab{display: flex;align-items: center;height: 34px;border-bottom: 1px solid #EEEEEE;}
.hpoi-home-box-rt .title-tab>a{color: #666666;font-size: 14px;border-bottom: 2px solid transparent;line-height: 33px;transition: var(--transition-all-2s);}
.hpoi-home-box-rt .title-tab>a+a{margin-left: 20px;}
.home-list{min-height: 407px;}
.home-list>.item{display: flex;margin-top: 20px;align-items: center;}
.home-list>.item .ranking{display: block;width: 18px;height: 18px;line-height: 18px;border-radius: 50%;color: #999999;background-color: #EEEEEE;text-align: center}
.icon-ranking-top{width: 18px;}
.home-list>.item .ranking-img{display: none;margin-left: 10px;width: 56px;height: 56px;}
.home-list>.item .ranking-img>img{width: 100%;border-radius: 6px;}
.home-list>.item .box-rt{flex: 1;margin-left: 10px;display: flex;flex-direction: column;justify-content: space-between;}
.home-list>.item .box-rt p{margin-bottom: 0;}
.home-list>.item .box-rt .left>:first-child{display: flex;justify-content: space-between;}
.home-list>.item .box-rt .left>:last-child{display: none;}
.home-list>.item .box-rt .left>:last-child>.name,.home-list>.item .box-rt .left>:first-child>.name{font-size: 14px;color: #444444;transition: color var(--transition-2s);}
.home-list>.item .box-rt .left>:first-child>.time{color: #999999 !important;}
.home-list>.item .box-rt .left>:first-child>.name{flex: 1;padding-right: 10px;height: 19px;}
.home-list>.item .box-rt .left>.time{display: block;}
.home-list>.item .box-rt .right{display: none;justify-content: space-between;color: #999999;}
.ranking-active>.ranking-img{display: block !important;}
.ranking-active>.box-rt .right{display: flex !important;}
.ranking-active>.box-rt .left>.time{display: none !important;}
.ranking-active>.box-rt .left>:first-child{display: none !important;}
.ranking-active>.box-rt .left>:last-child{display: block !important;height: 38px;}
.home-list>.item .box-rt .left>:last-child>.name:hover,.home-list>.item .box-rt .left>:first-child>.name:hover{color: #35CDFF;}

/*热门推荐悬浮*/
.hpoi-hotrecommend-suspension>.item{display: flex;background-color: #FFFFFF;border-radius: 6px;}
.hpoi-hotrecommend-suspension>.item>.cover>img{width: 96px;height: 48px;border-radius: 6px;}
.hpoi-hotrecommend-suspension>.item>.title{flex: 1;margin: 4px 0 0 10px;}
.hpoi-hotrecommend-suspension>.item>.title>a{color: #333333;font-size: 14px;transition: color var(--transition-2s);}
.hpoi-hotrecommend-suspension>.item+.item{margin-top: 20px;}
.hpoi-hotrecommend-suspension>.item>.title>a:hover{color: #35CDFF;}
.hpoi-hotrecommend-suspension>.item:hover{box-shadow: none;}

/**/
.hpoi-box-title{padding-bottom: 10px;border-bottom: 1px solid #EEE;}

@media screen and (max-width: 1080px) {  a.ranking-neon{font-size: 16px;}  }
@media screen and (max-width: 1062px) {
    .item-ranking-img{display: none;}
    .home-list>.item .ranking-img{display: none !important;}
}
/*div阴影*/
.hpoi-home-box-lt,.hpoi-home-box-rt{
    transition:  var(--transition-all-2s);
}
.hpoi-home-box-lt:hover,.hpoi-home-box-rt:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/*排名颜色*/
/*.hpoi-ranking-one{background: #FD4C5B !important;color: #FFFFFF !important;}*/
/*.hpoi-ranking-two{background: #FF9510 !important;color: #FFFFFF !important;}*/
/*.hpoi-ranking-three{background: #FAD215 !important;color: #FFFFFF !important;}*/

/*选中样式*/
.a-disabled{color: #35CDFF !important;border-bottom-color: #35CDFF !important;transition: var(--transition-all-2s);}
.a-ranking{font-size: 18px !important;color: #35CDFF !important;border-bottom-color: #35CDFF !important;}


