.main {
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0;
}
.order {
    width: 1198px;
    margin: 0 auto;
}
.pay-type {
    background: #fff;
    border-radius: 6px;
    padding: 50px;
    margin-bottom: 20px;
}
.pay-type h2 {
    text-align: center;
    font-size: 32px;
    color: #222;
    font-weight: normal;
}
.pay-type h3 {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
    color: #222;
    font-weight: normal;
    font-size: 20px;
    line-height: 80px;
    height: 80px;
}
.pay-type h3 font {
    color: #e54242;
}
.pay-type h4 {
    font-size: 16px;
    font-weight: normal;
    color: #222;
    margin-bottom: 40px;
}
.pay-type ul {
    display: flex;
    flex-wrap: wrap;
}
.pay-type li {
    width: 25%;
    margin-bottom: 40px;
    display: flex;
    cursor: pointer;
    position: relative;
}
.pay-type .payon em {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: block;
    background: #FF6B3D;
    margin: 4px 0 0 4px;
    position: absolute;
    top: 17px;
}
.pay-type li .radio {
    width: 18px;
    height: 18px;
    border: 1px solid #d4d4d4;
    background: #eee;
    border-radius: 18px;
    margin: 18px 20px 0 0;
}
.pay-type li img {
    border: 1px solid #d4d4d4;
}
.pay-type .payon img {
    border: 1px solid #FF6B3D;
}
.order-btn ul {
    display: flex;
    padding: 10px 0 20px 0;
}
.order-btn li:first-child {
    flex: 1;
}
.order-btn li:last-child a {
    display: block;
    width: 166px;
    height: 56px;
    background: #FF6B3D;
    border-radius: 28px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
}