﻿/* 头部 */
body {
    background-color: #f4f4f4!important;
}
.common_ourHead .common_ourSearch {
    margin-right: 35px!important;
}

.home_newTab .total_container .common_topHead_home{
    color: #333;
    font-weight: 400;
}
.home_newTab .total_container .common_topHead_priceCompetition {
    color: #E62034;
    font-weight: 700;
}
.total_head {
    display: inherit;
    font-size: 14px;
}
.common_ourHead .common_ourHotWord {
    align-items: center;
}
.common_ourHead .common_ourPurchase{
    display: none;
}
.common_ourHead .common_ourChart {
    position: relative;
    top: -12px;
    color: #E62034;
    font-size: 14px;
    font-weight: 700;
}
.common_ourHead .common_ourChart span{
    margin-left: 10px;
}
/* 内容部分 */
.recovery_main .total_container{
    margin-bottom: 50px;
}
.recovery_main .banner {
    width: 100%;
    height: 240px;
    background: url(../../images/jp/JP_ListBanner.png) center no-repeat;
}
.recovery_main .title {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}
.recovery_main .title ul li{
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
}
.recovery_main .title ul .current{
    color: #fff;
    background-color: #E62034;
}
.recovery_main .recovery_mainContent {
    overflow: hidden;
}
.recovery_main .recovery_mainContent .recovery_mainContentUl{
    padding-top: 10px;
}
.recovery_main .recovery_mainContent .recovery_listDeatilBox {
    float: left;
    position: relative;
    width: 294px;
    height: 376px;
    margin-right: 8px;
    margin-bottom: 30px;
    color: #333;
    background-color: #fff;
    font-size: 14px;
}
.recovery_main .recovery_mainContent .recovery_listDeatilBox:nth-child(4n) {
    margin-right: 0;
}
.recovery_main .recovery_mainContent .recovery_listDeatilBox:hover{
    transform: translateY(-10px);
    transition: all ease .3s;
    box-shadow: 0px 8px 15px 1px rgba(127, 127, 127, 0.26);
    cursor: pointer;
}
.recovery_mainContent .recovery_listTime {
    width: 254px;
    height: 47px;
    line-height: 47px;
    margin: 0 auto;
    border-bottom: 1px dashed #E6E6E6;
}
.recovery_mainContent .recovery_listClock{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.recovery_mainContent .recovery_listTime span {
    color: #999;
}
.recovery_mainContent .recovery_listTime .recovery_listCount{
    display: inline-block;
    height: 20px;
    margin: 0 3px;
    color: #F76C0F;
    background-color: #FCF4EF;
    font: 700 16px Arial;
    text-align: center;
    border: 2px solid #F5E8E0;
}
.recovery_mainContent .recovery_listTitle {
    width: 254px;
    height: 53px;
    line-height: 53px;
    margin: 0 auto;
    font-size: 18px;
}
.recovery_mainContent .recovery_listTitle div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recovery_mainContent .recovery_listInfo {
    position: relative;
    width: 254px;
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
}
.recovery_main .recovery_mainContent .recovery_listDeatilBox:hover .recovery_listPic {
    transform: translateY(-160px);
    transition: all ease-in .5s;
}
.recovery_main .recovery_mainContent .recovery_listDeatilBox:hover .recovery_listModel {
    transform: translateY(-160px);
    transition: all ease-in .5s;
}
.recovery_mainContent .recovery_listInfo .recovery_listPic{
    height: 160px;
    line-height: 160px;
    text-align: center
}
.recovery_mainContent .recovery_listInfo .recovery_listPic img{
    max-width: 254px;
    max-height: 160px;
}
.recovery_listInfo .recovery_listPic .weightImg {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 60px;
}
.recovery_listInfo .recovery_listPic .home_chengjiao_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.recovery_mainContent .recovery_listWant {
    position: relative;
    width: 254px;
    height: 66px;
    margin: 0 auto;
    padding-top: 24px;
    box-sizing: border-box;
}
.recovery_mainContent .recovery_listWant .recovery_listWantBox{
    width: 130px;
    height: 22px;
    line-height: 22px;
    color: #5DA0FF;
    background-color: #E8F1FF;
    border-radius: 11px;
    text-align: center;
}
.recovery_mainContent .recovery_listWant span{
    margin-left: 5px;
    vertical-align: middle;
}
.recovery_mainContent .recovery_listInfo .recovery_listModel {
    height: 160px;
    color: #666;
    -ms-scrollbar-track-color: #f2f2f2; /* 兼容ie */
    -ms-scrollbar-arrow-color: #f2f2f2;
    -ms-scrollbar-face-color: #999;
    scrollbar-color: #999 #f2f2f2; /* 兼容火狐 */
    scrollbar-width: thin;
}
/* 滚动条样式 */
.recovery_mainContent .recovery_listInfo .recovery_listModel::-webkit-scrollbar{
    width: 4px;
    height: 4px;
}
.recovery_mainContent .recovery_listInfo .recovery_listModel::-webkit-scrollbar-track{
    background-color: #f2f2f2;
    border-radius: 2px;
}
.recovery_mainContent .recovery_listInfo .recovery_listModel::-webkit-scrollbar-thumb{
    background-color: #aaa;
    border-radius: 2px;
}
.recovery_mainContent .recovery_listInfo .recovery_listModel::-webkit-scrollbar-thumb:hover{
    background-color: #747474;
}
.recovery_mainContent .recovery_listInfo .recovery_listModel::-webkit-scrollbar-corner{
    background-color: #f6f6f6;
}
.recovery_mainContent .recovery_listInfo .recovery_listModelText {
    color: #999;
}
.recovery_mainContent .recovery_listInfo .recovery_listModel li div{
    margin-bottom: 9px;
}
.recovery_mainContent .recovery_listPriceBox {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #fff;
    background: url(../../images/JP/JP_listDetailBg.png) no-repeat center;
    overflow: hidden;
}
.recovery_listPriceBox .recovery_listDeatil {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.recovery_mainContent li:hover .recovery_listPriceShow {
    transform: translateY(-50px);
    transition: all ease .5s;
}
.recovery_mainContent li:hover .recovery_listDeatil {
    display: block;
    transform: translateY(-50px);
    transition: all ease .5s;
}
.recovery_listDeatilBox .recovery_listStatus {
    position: absolute;
    bottom: -44px;
    right: -15px;
    z-index: 2;
}
.recovery_listDeatilBox .recovery_listStatus span{
    position: absolute;
    top: 24px;
    left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
}
.recovery_listDeatilBox .recovery_listStatus span:nth-child(2){
    top: 4px;
}
.recovery_listDeatilBox .recovery_listPrice {
    color: #fff;
    font: 700 24px Arial;
}
.recovery_mainNone {
    position: relative;
    display: none;
}
.recovery_mainNone a{
    position: absolute;
    display: block;
    bottom: 44px;
    width: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #F57E22;
    font-size: 18px;
    font-weight: 700;
}
.recovery_mainNone a span{
    margin-right: 10px;
    vertical-align: middle;
}
.recovery_mainNone2 {
    display: none;
    height: 260px;
    line-height: 260px;
    text-align: center;
    background-color: #fff;
}

/* 分页 */
#recovery_page{
    text-align: right;
}
#recovery_page .layui-laypage-count{
    padding: 0 24px;
    border: 1px solid #E2E2E2;
    background-color: #f4f4f4;
}
#recovery_page .layui-laypage a,
#recovery_page .layui-laypage span{
    padding: 0 10.5px;
    margin-right: 10px;
    background-color: #f4f4f4;
}
#recovery_page .layui-laypage-limits{
    margin-left: -10px;
}
#recovery_page .layui-laypage select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 60px;
    height: 30px;
    padding: 5px;
    background: url(../../../Res/images/index/down.png) no-repeat scroll 73px 11px transparent;
    box-sizing: border-box;
    background-color: #f4f4f4;
    pointer-events: none;
}
#recovery_page .layui-laypage-skip{
    padding: 0 !important;
    margin-left: -10px;
    background-color: #f4f4f4 !important;
}
#recovery_page .layui-laypage-btn:hover{
    color: #E62034;
}
#recovery_page .layui-laypage input, #recovery_page .layui-laypage button{
    background-color: #f4f4f4;
}
#recovery_pages .layui-laypage-prev, #recovery_pages .layui-laypage-next {
    border: none;
    padding: 0 2px;
    color: #666!important;
    background-color: #f4f4f4;
    font-size: 14px;
}
#recovery_pages .layui-laypage-prev:hover, #recovery_pages .layui-laypage-next:hover{
    color: #d82335!important;
}
#recovery_pages .layui-disabled:hover{
    color: #666!important;
}
.recovery_listTimeEnd {
    display: flex;
    justify-content: space-between;
}