

input[type="radio"]:checked + i {
    background-image: url("../../images/feedback/choose_s.png");
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none
}

input[type="radio"] + i {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: .05rem;
    background: url("../../images/feedback/choose_n.png") no-repeat;
    background-size: 100% 100%;
}



/********************** 支付样式 ************************/
.container {
    width: 1200px;
}

.pay-method-box {
    background: #fff;
    padding: 24px 0 80px 0;
    border-radius: 12px;
    margin-bottom: 54px;
}

.pay-method-content {
    width: 1127px;
    margin: 0 auto;
}

.pay-method-title {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding-bottom: 27px;
    border-bottom: 1px solid #e3e3e3;
}

.pay-method-title span {
    font-size: 24px;
    margin-left: 10px;
}

.payment-info {
    margin-top: 15px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e3e3e3;
}

.payment-info-title {
    font-size: 22px;
    color: #333;
}

.payment-info-title span {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
}

.payment-date-time {
    margin-top: 42px;
    padding-left: 9px;
}

.payment-date {
    font-size: 16px;
    color: #888;
}

.payment-date span {
    color: #333;
    margin-left: 3px;
}

.payment-name {
    font-size: 16px;
    color: #888;
    margin-left: 126px;
}

.payment-name span {
    color: #333;
    margin-left: 3px;
}

.payment-price {
    margin-top: 25px;
    font-size: 16px;
    color: #888;
    padding-left: 9px;
}

.payment-price span {
    color: #333;
    margin-left: 3px;
}

.payment-method-title {
    font-size: 22px;
    color: #333;
    margin-top: 30px;
}

.payment-method-title span {
    font-size: 18px;
    margin-left: 14px;
}

.payment-type {
    padding-left: 5px;
    margin-top: 44px;
}

.choose-weichat  {
    text-align: center;
    line-height: 27px;
}

.choose-weichat div img {
    width: 31px;
    height: 27px;
    margin-left: 17px;
    margin-top: -8px;
}

.choose-weichat div span {
    font-size: 20px;
    color: #333;
    margin-left: 7px;
    padding-bottom: 2px;
}

.choose-card {
    margin-left: 67px;
}

.choose-card div img {
    width: 40px;
    height: 36px;
    margin-left: 15px;
    margin-top: -8px;
}

.choose-card div span {
    font-size: 20px;
    color: #333;
    margin-left: 21px;
}

.payment-money {
    font-size: 16px;
    color: #333;
    margin-top: 49px;
}

.payment-money span {
    font-size: 26px;
    color: #cf4444;
    font-weight: bold;
    margin-left: 75px;
}

.wechat-scan-qr {
    margin-top: 45px;
}

.wechat-scan-qr p {
    font-size: 16px;
    color: #333;
    padding-top: 33px;
}

.scan-qr-con img:first-child {
    width: 150px;
    height: 150px;
}

.wechat-scan-qr .scan-qr-con {
    margin-left: 77px;
}

.wechat-scan-qr .scan-qr-con div {
    margin-left: 20px;
    padding-top: 61px;
}

.wechat-scan-qr .scan-qr-con div img {
    width: 31px;
    height: 27px;
}

.wechat-scan-qr .scan-qr-con div span {
    font-size: 20px;
    color: #333;
    margin-left: 11px;
}

.use-card {
    margin-top: 38px;
    display: none;
}

.use-card .card-id {
    margin-top: 13px;
    margin-bottom: 13px;
}

.use-card div input {
    margin-left: 23px;
}

.use-card span {
    font-size: 16px;
    color: #333;
    width: 48px;
}

input[type="text"] {
    width: 494px;
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    padding: 0 28px 0 28px;
}

input[type="text"]::placeholder {
    font-size: 14px;
    color: #9d9d9d;
}

.payment-submit-box {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.payment-submit-box button {
    width:197px;
    height:41px;
    border:1px solid rgba(169,84,124,1);
    border-radius:27px;
    font-size: 18px;
    color: #a9547c;
    text-align: center;
    line-height: 41px;
}


/********************* 弹窗 ******************************/

.boom-box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    display: none;
}

.submit-btn-boom {
    width: 417px;
    height: 336px;
    background: #fff;
    border-radius: 12px;
    position: fixed;
    top: 20.9%;
    left: 39.17%;
    padding: 8px 11px;
}

.close-boom {
    width: 31px;
    height: 31px;
}

.success-info {
    text-align: center;
    margin-top: 70px;
}

.success-info img {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: block;
}

.success-info p {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin-top: 47px;
    margin-bottom: 49px;
}

.success-info button {
    width: 197px;
    height: 41px;
    border: 1px solid #a9547c;
    border-radius: 27px;
    font-size: 18px;
    color: #a9547c;
    text-align: center;
    line-height: 41px;
}




