binding4Sstore.less 914 字节
.container {
    padding: 32rpx;
    box-sizing: border-box;

    .noBinding {
        .banner_img {
            margin: 200rpx 130rpx 100rpx 130rpx;
            height: 346rpx;

            image {
                width: 100%;
            }
        }

        .banner_img_title {
            margin-bottom: 100rpx;
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 50rpx;

            .text_title {
                font-size: 28rpx;
                font-weight: 400;
                line-height: 60rpx;
                color: #3D444C;

            }



        }

        .btn {
            color: #fff;
            background-color: #E8370F;
            width: 378rpx;
            height: 88rpx;
            margin: 50rpx auto;
        }

    }



}