.title{
    font-size: 50rpx;
    font-weight: 500;
    width: 92%;
    margin: 0 auto;
}
.date{ 
    font-size: 30rpx;
    padding: 6rpx 30rpx;
    .date_text{
        font-size: 28rpx;
        color: #999;
    }
}

.article_info {
    height: 100%;
    margin-top: 20rpx;
    .article_info_title {
        font-size: 34rpx;
        color: red;
        font-weight: 600;
        padding: 20rpx;
    }
    .article_info_content {
        width: 92%;
        height: 100%;
        background-color: #fff;
        margin: 0 auto;
    }

    .article_info .article_no_content {
        margin-top: 20rpx;
        padding-left: 20rpx;
    }
    .hred_cont{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        .cont{
            width: 700rpx;
            height: 340rpx;
            margin: 20rpx auto;
        }
    }
}


.open_button {
    width: 690rpx;
    height: 72rpx;
    background: #41B1FF;
    border-radius: 12rpx;
    font-size: 30rpx;
    color: #fff;
    margin: 147rpx auto 20rpx;
}

.popup_info .popup_title {
    font-size: 30rpx;
    color: #222222;
    padding: 36rpx 181rpx;
    font-weight: 600;
}

.popup_info .input_info {
    display: flex;
    width: 690rpx;
    height: 100rpx;
    border: 2rpx solid #DDDDDD;
    padding: 25rpx;
    margin: 30rpx;
}

.popup_info .popup_button {
    width: 690rpx;
    height: 80rpx;
    background: #41B1FF;
    color: #fff;
    font-weight: 500;
    margin-top: 80rpx;
}

.shop-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.6);
}

.shop-button {
    width: 690rpx !important;
    height: 88rpx !important;
    background: #41B1FF;
    border-radius: 44px;
    margin: 30rpx 20rpx 70rpx 30rpx !important;
    color: #ffffff !important;
    font-size: 32rpx;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 40rpx;
    padding: 20rpx !important;
}

.shop-modalDlg {
    width: 750rpx;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #faf4f4;
    border-radius: 30rpx 30rpx 0rpx 0rpx;
    display: flex;
    flex-direction: column;

    .modalDlg-txtt {
        font-size: 32rpx;
        font-family: PingFang SC;
        font-weight: 500;
        color: #333333;
        margin-top: 33rpx;
        text-align: center;
    }

    .input-txt {
        text-align: left;
        margin: 20rpx 20rpx 0rpx 30rpx;
    }

    .input {
        float: right;
        flex: 1;
        width: 660rpx;
        height: 88rpx;
        border-style: solid;
        border: 2rpx solid #DDDDDD;
        margin: 20rpx 0rpx 0rpx 30rpx;
        padding-left: 30rpx;
    }

    .confirm-next {
        width: 690rpx !important;
        height: 100rpx !important;
        border-radius: 44rpx !important;
        margin: 30rpx 20rpx 30rpx 30rpx !important;
        background: #CCCCCC;
        color: #ffffff !important;
        font-size: 36rpx !important;
        font-family: Source Han Sans CN !important;
        font-weight: 400 !important;

        text-align: center;
    }

    .input-address {
        float: right;
        flex: 1;
        width: 660rpx !important;
        height: 88rpx !important;
        border-style: solid;
        border: 2rpx solid #DDDDDD;
        border-radius: 10rpx;
        margin: 20rpx 0rpx 0rpx 30rpx;
        padding-left: 30rpx;

        .shop-inputs {
            font-size: 30rpx;
            font-family: PingFang SC;
            font-weight: 500;
            color: black;
            line-height: 40rpx;
            margin: 30rpx 0rpx 30rpx 0rpx;
        }
    }

    .ruleHide {
        height: 30rpx !important;
        width: 30rpx !important;
        position: absolute;
        top: 40rpx;
        right: 20rpx;
        margin-right: 10rpx;
    }

    .return {
        height: 50rpx !important;
        width: 50rpx !important;
        position: absolute;
        top: 30rpx;
        left: 20rpx;
        font-size: 30rpx;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #999999;
        line-height: 40rpx;
        text-align: left;
    }
}
.desc{
    padding: 20rpx;
    font-size: 26rpx;
    color: #676767;
}