﻿.footer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.footer__icon{width:14px;height:14px}.footer__title{font-size:12px;color:#ccc;line-height:14px;margin-left:5px}body,html{margin:0;height:100%}.outbound-link--gray{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:80px 20px 0}.outbound-link--gray__icon{height:66px;width:66px}.outbound-link--gray__title{margin-top:24px;font-size:18px;color:#111;text-align:center;line-height:24px}.outbound-link--gray__url{margin:10px}.outbound-link--gray__desc,.outbound-link--gray__url{font-size:14px;color:#111;text-align:center;line-height:22px}.outbound-link--gray__button{margin-top:40px}.outbound-link__foot{position:fixed;bottom:20px}
.van-button--plain.van-button--info {
    color: #1989fa;
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #fff;
    margin-top: 40px;
    border-width: 0;
    border: 1px solid #1989fa;
}
.van-button--info {
    color: #fff;
}
.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}