.payment-module {
    position: relative;
    margin-top: 30px;
    width: 1140px;
    min-height: 200px;
    height: auto;
    /*background-color: black;*/
}
.payment-text {
    line-height: 40px;
    text-align: left;
    color: gray;
}
.payment-item-module {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 1140px;
    padding: 20px;
    box-shadow: 0 4px 30px rgb(238 242 245 / 80%);
    background-color: white;
    margin-bottom: 20px;
}
.payment-item, .payment-coupon, .payment-method {
    position: relative;
    float: left;
    width: 1140px;
    height: 80px;
}
.payment-pay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 20px rgb(140 163 191 / 8%);
}
.CheckoutWeb_checkout-operation_1sdee {
    display: flex;
    align-items: center;
}
.payment-button {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 180px;
    height: 44px;
    border-radius: 44px;
    font-size: 18px;
    border: 0px;
    color: white;
    background-image: linear-gradient(90deg,#fa8a1a,#fd9833 52%,#ffa54b);
    font-weight: 500;
}
.payment-button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px #9c9b9b;
}
.payment-amount-module {
    position: absolute;
    right: 220px;
    top: 10px;
    height: 50px;
    width: 200px;
    text-align: right;
}
.payment-image-div {
    position: relative;
    float: left;
    height: 80px;
    width: 80px;
    border-radius: 4px;
    overflow: hidden;
    background-color: whitesmoke;
}
.payment-image-div img {
    width: 100%;
}
.payment-item-name, .payment-item-price {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 1000px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 500;
    color: #353535;
    text-align: left;
}
.payment-item-name {
    width: 600px;
}
.removeCarBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background-color: white;
    border-radius: 40px;
    width: 40px;
    color: #666;
}
.removeCarBtn:hover {
    cursor: pointer;
    color: orangered;
}
.retryDownloadResourceBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background-color: white;
    border-radius: 40px;
    width: 120px;
    color: coral;
    border: 1px solid coral;
}
.retryDownloadResourceBtn:hover {
    cursor: pointer;
    color: orangered;
    border: 1px solid orangered;
}
.payment-method-title {
    position: absolute;
    left: 0px;
    top: 15px;
    height: 20px;
    line-height: 20px;
    border-left: 3px solid #fa8919;
    text-align: left;
    padding-left: 30px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #353535;
}
.payment-method-option {
    position: relative;
    display: flex;
    align-items: center;
    width: 207px;
    height: 58px;
    margin: 0 10px 16px;
    border: 1px solid #fa8919;
    border-radius: 4px;
    cursor: pointer;
    float: left;
}
.selected-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 30px;
}
.payment-method-icon {
    position: absolute;
    top: 18px;
    left: 20px;
    height: 24px;
    width: 24px;
}
.payment-method-name {
    position: absolute;
    top: 18px;
    left: 60px;
    line-height: 24px;
    font-size: 16px;
    color: #353535;
}
.payment-coupon {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 80px;
    background-color: whitesmoke;
}
.payment-coupon-code {
    position: relative;
    width: 350px;
    height: 42px;
    float: left;
    border: 1px solid #d7d6d6;
    background-color: white;
    line-height: 42px;
    margin-left: 20px;
    border-radius: 3px;
    text-indent: 20px;
}
.payment-coupon-button {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 80px;
    height: 42px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    background: #fa8919;
    border: none;
    color: white;
}