.main {
    width: 100%;
    height: 100%;
    margin: 50px auto 0 auto;
    text-align: center;
    padding-bottom: 0.24rem;
}




/* 搴曢儴 */
.bottom {
    font-size: .4rem;
    padding: .4rem 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #ecf1f6;
}

.footer {
    padding: 0.4rem 2%;
    width: 96%;
    float: left;
    background-color: #666;
}

.footer .footer_bt {
    width: 100%;
    float: left;
}

.footer .choose_btn {
    float: left;
    margin: 0 0 0.3rem;
    width: 100%;
}

.footer .choose_btn_list {
    width: 46%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 2%;
    background: #0652ff;
    border-radius: 0.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    text-decoration: none;
}

.footer .choose_address {
    width: 100%;
    float: left;
    font-size: 0.12rem;
    line-height: 0.28rem;
    text-align: center;
    color: #fff;
}