#top .row .option.three .check-box label {
    padding-left: 0px;
    width: 60px;
}

#top .row .option.three .check-box label input {
    margin-right: 20px;
}

#donation .btn {
    margin-top: 59px;
}

#donation br {
    display: none;
}

#top .pay input[type=radio] {
    margin: 5px;
}

#top .pay img {
    vertical-align: middle;
    cursor: pointer;
}

#top #donation-submit-form {
    margin-top: 59px;
}

#top #donation-submit-form .option.three .check-box.first {
    padding-left: 0;
}

#top input {
    margin-bottom: 0 !important;
    padding-left: 15px;
}

#top .block {
    width: 63%;
    margin: 0 auto;
    text-align: center;
}

.line {
    height: 1px;
    margin: 39px 0 30px 0;
    background: url(../images/line.png) repeat-x;
}

.container {
    font-size: 14px;
    font-weight: normal;
}

.letter-text {
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
}

#top .col {
    padding: 0;
}

#top .the-border {
    border: 1px solid #ddddde;
    padding: 43px 0;
}

#top .big-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    font-family: 'Myriad Pro', 'FZLTCHK', "Microsoft YaHei", "STHeiti-Light", "SimSun";
}

.under-line {
    background-color: #ed1c24;
    width: 25px;
    height: 2px;
    margin-top: 20px;
    margin-left: 43.8%;
}

.red-text {
    color: #ed1c24;
    font-family: 'Myriad Pro', 'FZLTH_GB18030', "Microsoft YaHei", "STHeiti-Light", "SimSun";
}

#top .row .option.three .check-box {
    padding-left: 15px;
    padding-right: 0;
}

#top .row .option.three #otherAmount {
    float: right;
    width: 110px;
}

#top .row .option.three label {
    padding-left: 25px;
}

#btn-donation-confirm {
    margin-top: 60px;
}

#top .row .option {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

#top .row .option label {
    padding: 0;
    margin-bottom: 0;
}

#top .row .option .check-box {
    padding-right: 30px;
}

#top .row .option .check-box:last-child {
    padding-right: 0;
}

#top .row .check-box label {
    cursor: pointer;
}

#top .main_color #payment {
    background-color: unset;
}

#top .row.pay .check-box label {
    padding: 0 20px 0 20px;
}

#top .loading {
    position: relative;
    width: 100%;
    height: 180px;
    text-align: center;
    float: left;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

#top .loading .item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

#top .la-ball-spin-fade.la-2x {
    color: #d9d9d9;
}

@media only screen and (max-width:767px) {
    .mobile-row{
        display: block;
    }
    .mobile-row > .lab  {
        display: block;
        padding-bottom:  10px;
    }
    .flex-start{
        margin-bottom: 0;
    }
    .label-middle{
        padding: 0;
        text-align: left;
    }
    #amountWrapper{
        line-height: 33px;
    }
    #otherAmount {
        margin-top: 10px !important;
        display: flex;
        justify-content: flex-end;
        width: 40%;
    }
    .responsive #top #donation .donation {
        width: 100% !important;
    }

    .responsive #donation select#ourproject {
        width: 100%;
    }

    .responsive #donation #target .col-sm-8.col {
        width: 100%;
    }

    .responsive #donation #target #otherAmount {
        /* width: 100%; */
    }

    .responsive #donation #donor-inform #yourcity {
        width: 39%;
    }

    .responsive #donation #payment .check-box label {
        width: 100%;
        margin-bottom: 26px;
        padding: 0;
        padding-left: 24%;
    }

    .responsive #donation .btn {
        margin-top: 0;
    }

    #top .block {
        width: 80%;
    }

    #top .row .lab.length-1 {
        margin-left: 0;
    }

    #top .row .option.three .check-box label {
        width: auto;
    }

    #top .the-border {
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    #top .row .option.three .check-box label input {
        margin-right: 12px;
    }

    #donor {
        width: 100%;
    }
}