* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.top {
    width: 100%;
    background-color: white;
    text-align: center;
}

.top .desc {
    width: 100%;
    text-align: center;
    font-size: .32rem;
    font-family: AlibabaPuHuiTiM;
    color: #333333;
    line-height: .32rem;
    padding-top: 1rem;
    padding-bottom: .4rem;
}

.top .currency {
    font-size: .56rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    line-height: .52rem;
}

.top .amount {
    font-size: .8rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    line-height: .8rem;
}

hr {
    height: .01rem;
    border: none;
    background-color: #e1e2e3;
    margin-left: .96rem;
}

hr.center {
    margin-right: .36rem;
}

.pay_way {
    margin-top: 1.2rem;
}

.pay_way_row {
    width: 100%;
    height: 1.12rem;
    text-align: justify;
    position: relative;
}

.pay_way_row .type{
    width: .4rem;
    height: .4rem;
    vertical-align: middle;
    position: relative;
    left: .36rem;
}

.pay_way_row .type_t{
    font-size: .32rem;
    font-family: AlibabaPuHuiTiR;
    color: #333333;
    position: relative;
    left: .2rem;
    vertical-align: middle;
}

.pay_way_row .select{
    width: .4rem;
    height: .4rem;
    position:absolute;
    top:50%;
    right: .36rem;
    transform:translate(-50%,-50%);
}

div.btn {
    margin-left: .24rem;
    margin-right: .24rem;
    margin-top: .8rem;
}


