/* pages/buy/buy.wxss */
page {
    background-color: #F7F8FA;
}

.carousel {
    background: #3BC67A;
    border-top: 1rpx solid transparent;
    border-bottom: 1rpx solid transparent;
}

/*商品信息 */
.buylist {
    margin: 32rpx;
    padding: 32rpx;
    background-color: #ffffff;
    display: flex;
    border-radius: 32rpx;

}

.buylist image {
    width: 160rpx;
    height: 160rpx;
    margin-right: 32rpx;
}

.buylist_center {
    padding: 8rpx 0;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.buylist_center :nth-child(1) {
    font-size: 28rpx;
    color: #06121f;
    line-height: 40rpx;
}

.buylist_guige {
    font-size: 24rpx;
    color: #969799;
}

.buylist_center :nth-child(3) {
    font-size: 20rpx;
    color: #fe4005;
    line-height: 36rpx;
}

.jian {
    width: 44rpx;
    height: 44rpx;
}

.jian image {
    width: 44rpx;
    height: 44rpx;
}

.right {
    margin-right: 8rpx;
}
.left {
    margin-left: 8rpx;
}

.box {
    padding: 0 32rpx;
    box-sizing: border-box;
    font-size: 28rpx;
    padding-bottom: 120rpx;
}

.shubox {
    flex: 1;
    display: flex;
    align-items: center;
    margin-top: auto;
    font-size: 28rpx;
}

/* .read_swiper {
    width: 100%;
    height: 428rpx;
}

swiper swiper-item image {
    width: 100%;
    height: 428rpx;
} */

/* .ingright {
    position: absolute;
    right: 0;
    top: 184rpx;
    z-index: 100;
}

.ingleft {
    position: absolute;
    left: 0;
    top: 184rpx;
}

.ingleft image {
    width: 64rpx;
    height: 64rpx;
}

.ingright image {
    width: 64rpx;
    height: 64rpx;
} */

/* .shul {
    margin-top: 48rpx;
    width: 100%;
    height: 120rpx;
    background: rgba(255, 255, 255, 1);
    border-radius: 32rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32rpx;
    box-sizing: border-box;
} */

.box2 {
    padding: 32rpx;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 32rpx;
    margin-top: 24rpx;
}

.boxList {
    height: 104rpx;
    display: flex;
    align-items: center;
    border-bottom: 2rpx solid #EEEEEE;
}

.boxList:nth-child(4n) {
    border: 0;
}

.boxlname {
    flex: 2;
}

.inupt_in {
    flex: 8;
    color: black;
}

.pickerBox {
    width: 100%;
    display: flex;
    align-items: center;
}

.pickerBox image {
    width: 24rpx;
    height: 24rpx;
}

.picker {
    width: 100%;
    color: #BDC4CE;
}

.picker_selected {
    width: 100%;
}


.input-placeholder {
    color: #BDC4CE;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    width: 100%;
    height: 98rpx;
    background: rgba(255, 255, 255, 1);
}

.botton {
    width: 268rpx;
    height: 98rpx;
    background: #2CC274;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    font-size: 28rpx;
}

.heji {
    padding: 0 32rpx;
    box-sizing: border-box;
}

.hui {
    font-size: 28rpx;
    font-weight: 400;
    color: rgba(61, 68, 76, 1);
}

.jge {
    font-weight: bold;
    color: rgba(254, 64, 5, 1);
    font-size: 32rpx;
    margin-left: 24rpx;
}

.bao {
    font-weight: 400;
    color: rgba(254, 64, 5, 1);
    font-size: 24rpx;
}

.user_img {
    width: 32rpx;
    height: 32rpx;
    margin-right: 10rpx;
    margin-top: 5rpx;
}

.user_aggre {
    display: flex;
    justify-content: center;
    margin-top: 38rpx
}

.fade {
    background-color: #C4C4C4;
}