﻿/*_TextLimitSize.cshtml中使用*/
.attr-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

    .attr-text .limit-pop {
        position: absolute;
        right: 8px;
        bottom: 8px;
        font-size: 12px;
        color: #333;
    }

    .attr-text .limit-size {
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        color: #333;
        margin: 5px 0;
    }

    .attr-text .limit-pop-textarea {
        right: 20px;
    }
.payment-methods-all{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
    .payment-methods-all .payment-method-title {
        font-weight: bold;
        padding-left: 20px;
        background: url('/images/icon-secure.jpg') no-repeat left center;
        background-size: 15px 15px;
        margin-top: 20px;
        color: #0273b6
    }
    .payment-methods-all .payment-method-image img {
        width: auto;
        max-width: 100%;
    }