﻿.search-goods-swiper-wrap
{
    position: relative;
    width: 100%;
    height: 9.6rem;
    overflow: hidden;
}
.search-goods-swiper-wrap .search-goods-swiper-item
{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: ease-in-out;
}
.search-goods-swiper-item.search-goods-active
{
    opacity: 1!important;
    z-index: 10!important;
}
.search-goods-swiper-wrap .dot-list
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: .3rem;
    left: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}
.search-goods-swiper-wrap .dot-list .dot-item
{
    width: .13rem;
    height: .13rem;
    border-radius: 50%;
    border: .01rem solid #7e7f7f;
    opacity: .4;
}
.search-goods-swiper-wrap .dot-list .dot-item:first-child
{
    margin-right: .05rem;
}
.search-goods-swiper-wrap .dot-list .dot-item.active
{
    background-color: #7e7f7f;
}/*找货页面*/
.search-goods-warp
{
    display: flex;
    justify-content: center;
    padding-top: 1.13rem;
    height: 9.6rem;
    background: url("../jpg/n1zp58.jpg") center/cover no-repeat;
}
.search-goods-warp .download-content-img
{
    width: 8.04rem;
    height: 7.06rem;
}
.search-goods-warp .download-way-warp
{
    margin-left: 2.03rem;
    padding-top: 1.39rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-goods-warp .download-way-warp .download-type
{
    font-size: .5rem;
    margin-bottom: .42rem;
    font-weight: bold;
    color: #fff;
}
.search-goods-warp .download-way-warp .way
{
    border: 1px solid #fff;
    border-radius: 11px;
}
.search-goods-warp .download-way-warp .way .tips
{
    padding: .15rem .18rem;
    font-size: .18rem;
    color: #fff;
    line-height: .2rem;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.search-goods-warp .download-way-warp .way .tips .anzhuo
{
    display: inline-block;
    margin-left: .1rem;
    width: .15rem;
    height: .2rem;
    background: url("../png/a5r7m3.png") center/cover no-repeat;
}
.search-goods-warp .download-way-warp .way .tips .iphone
{
    display: inline-block;
    margin-left: .1rem;
    width: .17rem;
    height: .2rem;
    background: url("../png/m6chtx.png") center/cover no-repeat;
}
.search-goods-warp .download-way-warp .way .qrcode-warp
{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: .13rem .05rem .17rem .05rem;
}
.search-goods-warp .download-way-warp .way .qrcode-warp .qrcode-img
{
    margin-bottom: .13rem;
    width: 1.15rem;
    height: 1.15rem;
}
.search-goods-warp .download-way-warp .way .qrcode-warp .qrcode-tips
{
    font-size: .12rem;
    line-height: .13rem;
    font-weight: bold;
    color: #fff;
}/*订单列表*/
.order-detail-list
{
    padding: 1.22rem 0 1.85rem 0;
    text-align: center;
}
.order-detail-list .order-number
{
    padding-bottom: 1rem;
    position: relative;
    font-size: .58rem;
    line-height: .58rem;
    color: #7e7f7f;
}
.order-detail-list .order-number:after
{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1.45rem;
    height: .04rem;
    background-color: #06b880;
    content: '';
    transform: translateX(-50%);
}
.order-detail-list .order-number .number
{
    color: #06b880;
    font-weight: bold;
}
.order-detail-list .order-type
{
    padding-top: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.order-detail-list .order-type .item
{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}
.order-detail-list .order-type .item .img
{
    margin-bottom: .35rem;
    height: auto;
}
.order-detail-list .order-type .item .title
{
    margin-bottom: .3rem;
    color: #323233;
    font-size: .3rem;
}
.order-detail-list .order-type .item .content
{
    color: #7e7f7f;
    font-size: .22rem;
    line-height: .3rem;
    font-weight: normal;
}
.img-width-90
{
    width: .78rem;
}
.img-width-91
{
    width: .96rem;
}
.img-width-95
{
    width: .86rem;
}
.img-width-98
{
    width: .98rem;
}/* 车找货 start */
.find-car-bg
{
    position: relative;
    background-image: url("../png/x9war1.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 55% auto;
    height: 100%;
}
.find-car-bg .find-car-wrap
{
    position: absolute;
    left: 12.5%;
    top: 29.4%;
}
.find-car-bg .mask-slider-line
{
    position: absolute;
    bottom: 14%;
    left: 13.6%;
    width: 2px;
    height: 1.6rem;
    background-color: #d8d8d8;
    opacity: .5;
}
.find-car-bg .find-car-wrap .find-car-slogan
{
    position: relative;
    font-size: .64rem;
    font-weight: bold;
    line-height: .9rem;
    color: #323233;
    z-index: 10;
}
.find-car-bg .find-car-wrap .find-car-slogan:before
{
    position: absolute;
    left: -65px;
    bottom: -10px;
    content: '';
    width: 1.56rem;
    height: 1.56rem;
    background: #06b880;
    opacity: .2;
    border-radius: 50%;
    z-index: -1;
}
.find-car-bg .find-car-wrap .find-car-intro
{
    margin-top: .32rem;
    color: #7e7f7f;
    font-size: .26rem;
    line-height: .37rem;
}/* 车找货 end */