.buy {
    padding: 20px 0;
    background: #fff;
    border-radius: 12px;
    font-size: 18px;
}

.buy-title {
    padding: 30px 60px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.buy-info {
    width: 700px;
    margin: 0 auto;
    background: #f0f6ff;
    border: 1px solid #c6d5ef;
    text-align: center;
}

.buy-infoc {
    padding: 20px 0;
}

.buy-infoc .buy-info-item {
    margin-top: 20px;
}

.buy-infoc .buy-info-item:first-child {
    margin-top: 0;
}

.buy-info-item {
    display: flex;
    align-items: center;
}

.buy-info-item .info-item-name {
    flex: 1;
    text-align: right;
}

.buy-info-item .info-item-value {
    flex: 1.5;
    text-align: left;
}

.buy-name {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #c6d5ef;
}

.buy-project {    
    color: #ff6666;
}
.payways{
    width: 700px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
}
.payways-title{
    flex: 1;
    text-align: right;
    margin-top: 8px;
}
.pageways-value{
    flex: 1.5;
}
.payways-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.payways-checkbox{
    width: 16px;
    height: 16px;
    border: 1px solid #afc1dc;
    border-radius: 100px;
    position: relative;
}
.payways-item.checked .payways-checkbox::before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: #afc1dc;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.payways-icon{
    margin: 0 16px;
}
.pay-btn-wrap{
    padding: 20px 0 80px 0;
    text-align: center;
}
.pay-btn{
    display: inline-block;
    width: 156px;
    padding: 8px 0;
    background: #4b9cfb;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.buy.success{
    padding: 80px 0;
}
.success .buy-title > *{
    vertical-align: middle;
}
.success .buy-info{
    background: none;
    color: #999;
}
.success .buy-name{
    padding-bottom: 0;
    border-bottom: none;
}
.success .buy-project{
    font-size: 18px;
    color: #558fdf;
}
.success .buy-name{
    border-bottom: none;
}
.success .buy-name{
    border-bottom: none;
}
.buy-notice{
    padding: 20px 0;
    text-align: center;
    color: #558fdf;
}

