.main_box {
    background-color: #ffeced;
    height: 100vh;
    align-items: center;
}

.pay_box {
    background-color: #fff;
    width: 80%;
    height: 800px;
    align-items: flex-start;
    margin-top: 200px;
    padding: 30px;
}

.pay_box .pay_l {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e2e0e0;
}

.pay_box .pay_l .tyle {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay_box .pay_l .pay_active{
    color: #fa8f8f;
    font-weight: bold;
}

.pay_box .pay_l a {
    color: #000;
}

.pay_box .pay_r_t {
    width: 100%;
    height: 60px;
}

.pay_box .pay_r_t .active_text {
    color: #fa8f8f;
}

.pay_box .pay_r_b {
    width: 100%;
    margin-top: 30px;
}

.pay_box .pay_r_b .list {
    width: 100%;
    height: 60px;
}

.pay_box .pay_r_b .list .title {
    width: 140px;
}

.pay_box .pay_r_b .list .list1 {
    background-color: #fa8f8f;
    color: #fff;
    width: 100px;
    height: 30px;
    border-radius: 5px;
}

.pay_box .pay_r_b .list .list2 input {
    width: 260px;
    height: 40px;
    border: 1px solid #e2e0e0;
    padding-left: 11px;
    border-radius: 5px;
}

.pay_box .pay_r_b .pay_list {
    margin-top: 20px;
}

.pay_box .pay_r_b .pay_list .title {
    width: 140px;
}

.pay_box .pay_r_b .pay_list .list3 {
    width: 1000px;
    flex-wrap: wrap;
}

.pay_box .pay_r_b .pay_list .list3 .li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
}

.pay_box .pay_r_b .pay_list .list3 .active {
    color: #fa8f8f;
    font-weight: bold;
}

.pay_box .pay_r_b .pay_list .list3 .other {
    width: 200px;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
}

.pay_box .pay_r_b .pay_list .list3 .other input {
    width: 80px;
    height: 32px;
    border: 1px solid #BBBBBB;
    margin: 0 5px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 32px;
}

.pay_box .pay_r_b .pat_tips {
    margin-top: 100px;
    border-top: 1px solid #e2e0e0;
    padding-top: 30px;
}

.pay_box .pay_r_b .pat_tips .tips_red {
    color: #fa8f8f;
    font-size: 20px;
}

.pay_box .pay_r_b .pay_btn {
    margin-top: 50px;
    width: 250px;
    height: 50px;
    background-color: #fa8f8f;
    color: #fff;
    border-radius: 5px;
}