body {
    padding-bottom: 4.25rem;
    background-color: #FFF;
}

.row {
    justify-content: flex-start;
}

.banner-content .content {
    padding: 0;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    /* max-height:6rem;
	*/
}

.order-list-content {
    background-color: #fff;
}

.order-list-item {
    position: relative;
}

.order-list-item>.content {
    align-items: flex-start;
}

.item-right {
    flex: 1;
    margin-left: 0.45rem;
}

.item-head {
    margin-top: 0.6rem;
}

.item-img-array {
    /* justify-content:space-around;
	*/
    margin-top: 0.4rem;
    flex-wrap: wrap;
}

.item-img-array .img {
    flex: 1;
    max-width: 32%;
    /* max-width:45%;
	*/
    border-radius: 0.2rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    /* padding-bottom:100%;
	*/
}

.item-img-array .img-bg {
    flex: 1;
    /* max-width:100%;
	*/
    /* border-radius:0.2rem;
	margin-bottom:0.2rem;
	*/
    padding-bottom: 100%;
    background: no-repeat center/cover;
}

.item-img-array .img:nth-child(3n+2),
.item-img-array .img:nth-child(3n+3) {
    margin-left: 0.2rem;
}

.order-list-item+.order-list-item {
    border-top: 0.05rem solid #F4F4F4;
}

.item-text {
    /* margin-top:0.2rem;
	*/
    line-height: 1rem;
    padding: 0.2rem 0.4rem;
}