.point-list-top{
    position: relative;
    background: #fff;
    padding: 5px 10px;
    line-height: 30px;
    font-size: 12px;
}
.point-list-class{
    width: calc(100% - 380px);
    height: 30px;
    overflow: hidden;
}
.point-list-class a{
    margin-right: 30px
}
.point-goods-top{
    line-height: 25px;
}
.my-intergral{
    font-size: 16px;
}
.my-intergral-quantity{
    font-size: 14px;
    color: #fa5700;
}
.my-intergral-quantity i {
    margin-left: 5px;
    vertical-align: bottom;
}
.no-intergral-quantity{
    color: #000;
}
.point-goods-sort-style li{
    font-size: 14px;
    color: #707070;
    position: relative;
}
.point-goods-sort-style li:hover{
    color: #989898;
    cursor: pointer;
}
.point-goods-sort-style i{
    font-size: 12px;
    color: #bebebe;
    vertical-align: 1px;
    /*margin-left: 2px;*/
    position: absolute;
    top: 0;
    left: 60px;
}
.point-goods-sort-style i[data-type="1"]{
    display: none;
    color: #707070;
    top: -4px;
    left: 56px;
}
.point-goods-sort-style i[data-type="2"]{
    display: none;
    color: #707070;
    top: 4px;
    left: 56px;
}
.point-goods-box li{
    width: 290px;
    height: 410px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    /*border: 1px solid #fff;*/
    transition: 0.3s;
}
.point-goods-box li:nth-of-type(4n+4){
    margin-right: 0px;
}
.point-goods-img{
    height: 290px;
    text-align: center;
}
.point-goods-img a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.point-goods-img img{
    width: 240px;
    height: 240px;
    margin: 5px 0px;
}
.point-goods-title{
    font-size: 14px;
}
.point-goods-text p{
    /*margin-bottom: 10px;*/
    text-align: center;
}
.point-goods-text .point-goods-stock{
    color: #707070;
    margin-bottom: 20px;
}
.point-goods-text .point-goods-replenishment{
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
    background: #bebebe;
    font-size: 14px;
}
.point-goods-text .point-goods-info{
    line-height: 16px;
    color: #989898;
    font-size: 14px;
}
.point-goods-text .point-goods-info i{
    margin-left: 3px;
    margin-right: 5px;
    font-size: 12px;
}
.point-goods-text .point-goods-info img{
    width: 85px;
}
.point-goods-text .point-goods-price{
    color: #fa5700;
    font-size: 18px;
    transition: 0.3s;
    margin-bottom: 10px;
}
.point-goods-text .point-goods-price i{
    font-size: 15px;
    margin-left: 5px;
    vertical-align: 1px;
}
.point-goods-btn{
    display: flex;
    justify-content: center;
    opacity: 0;
    /*transition: 0.1s;*/
}
.point-goods-btn span{
    width: 110px;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
    /*padding-left: 0;*/
    padding: 1px 0px;
}
.point-goods-btn .goods-view-details{
    margin-right: 10px;
    background: #fff;
    border:1px solid #707070;
    color: #707070;
}
.point-goods-btn .goods-view-details:hover{
    border:1px solid #989898;
    color: #989898;
}

.point-goods-btn .goods-no-stock{
    background: #989898;
    border: 1px solid #989898;
    color: #fff;
}
.point-goods-box li:hover{
    /*margin-top: -1px;*/
    /*border-color: #ccc;*/
    box-shadow: 0px 3px 12px rgba(96,96,96,0.42);
}
.point-goods-box li:hover .point-goods-stock{
    display: none;
}
.point-goods-box li:hover .point-goods-info{
    display: none;
}
.point-goods-box li:hover .point-goods-price{
    font-size: 26px;
    margin: 25px 0px 18px;
}
.point-goods-box li:hover .point-goods-price i{
    font-size: 22px;
    vertical-align: 2px;
}
.point-goods-box li:hover .point-goods-btn{
    opacity: 1;
    transition: 0.5s;
}
/*.layui-laypage .layui-laypage-total{*/
    /*border: none;*/
/*}*/
.layui-laypage .layui-laypage-skip{
    /*border: 1px solid #e2e2e2;*/
    background: none;
}
.point-list-top input[type=text], input[type=password]{
    box-sizing: border-box;
}
.search-point{
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 1px;
    font-size: 12px;
}
.list-more,
.list-less{
    display: none;
}
.point-goods-top .recommend{
    border-right: none;
}
.point-sort{
    height: 23px;
    line-height: 23px;
    display: inline-block;
    border: 1px #e5e5e5 solid;
    cursor: pointer;
    padding: 0 15px 0 15px;
    position: relative;
    background-color: #fff;
    font-size: 12px;
}
.point-goods-top .point-sort i{
    position: absolute;
    border: 4px solid transparent;
    top:-4px;
    left: 36px;

}
.sort-hover{
    color: #32b8c7;
}
.sort-active{
    background-color:#32b8c7;
    color: #fff!important;
}