/**
 * @file index.css
 */
.btn-default {
    display: block;
    width: 335.14rpx;
    height: 88.77rpx;
    line-height: 88.77rpx;
    font-size: 32.61rpx;
    box-sizing: border-box;
    border-radius: 9.06rpx;
    text-align: center;
    color: #fff;
    background: #C40311;
    margin: 0 auto;
    padding: 0 30.8rpx;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-default::after {
    border: none;
}
.btn-default:active {
    opacity: .5;
}

.btn-large {
    width: 688.41rpx;
    height: 88.77rpx;
    line-height: 88.77rpx;
    font-size: 32.61rpx;
}

.btn-middle {
    width: 335.14rpx;
    height: 88.77rpx;
    line-height: 88.77rpx;
    font-size: 32.61rpx;
}

.btn-small {
    width: 217.39rpx;
    height: 68.84rpx;
    line-height: 68.84rpx;
    font-size: 27.78rpx;
    letter-spacing: 3.02rpx;
}

.btn-xs-small {
    padding: 0 16.91rpx;
    width: 109.9rpx;
    min-width: 50px;
    height: 50.72rpx;
    line-height: 50.72rpx;
    font-size: 23.55rpx;
    letter-spacing: 0;
}

.btn-default.btn-firstly {
    color: #fff;
    background: #C40311;
}

.btn-default.btn-secondly {
    color: #666;
    background: #fff;
    border: 1.812rpx solid #bbb;
}

.btn-default.btn-thirdly {
    color: #fff;
    background: #38f;
}

.btn-disabled {
    opacity: .2 !important;
}

.btn-default .btn-link {
    width: 200rpx;
    height: 60rpx;
    line-height: 60rpx;
    font-size: 25.36rpx;
    background: #fff;
    color: #C40311;
    border: 1.812rpx solid #C40311;
}

.btn-icon-img {
    display: inline-block;
    width: 26rpx;
    height: 26rpx;
    vertical-align: middle;
    margin-right: 18rpx;
    margin-top: -5rpx;
}


