.banner{
    padding:50px 0;
    background-color: #ddd;
    /* background-image: linear-gradient(#1a202e, #0c1016); */
    color:#1a202e;
    overflow: hidden;
}

.order-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.order-section h3, .order-section h4{
    color:#005bb6;
}

.alipay-icon{
    height:40px;
}

.total-amount span{
    font-size:28px;
}

@media (min-width:970px){
    .order-form{
        padding-right: 100px;
    }

    .order-col{
        border-right: 1px solid #ddd;
    }

    .notice-col{
        padding-left: 100px;
    }
}