﻿.FreightCostEstimate {
    min-height: 100%;
    background: #f3f3f3;
}

.FreightCostEstimate-header {
    background: #fff;
    margin-bottom: 0.2rem;
}

.main-box {
    padding: 0 0.2rem;
}

.main {
    background: #fff;
    padding: 0 0.2rem;
    margin-bottom: 0.28rem;
}

.main-item {
    height: 0.9rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.01rem solid #f3f3f3;
}

.main-item-left {
    color: #666;
    font-size: 0.28rem;
    align-items: center;
}

.main-item-right {
    font-size: 0.28rem;
    align-items: center;
}

.mandatory {
    padding: 0.02rem 0.02rem;
    border: 0.01rem solid #F13a47;
    color: #F13a47;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.2rem;
    border-radius: 0.1rem;
}

.main-item-right input {
    border: none;
    font-size: 0.24rem;
    text-align: right;
}

.main-foot {
    height: 1.34rem;
    padding-top: 0.3rem;
    text-align: right;
}

.prompt {
    font-size: 0.2rem;
    color: #97a8bb;
    margin-bottom: 2.5rem;
}

.foot-put .input {
    height: 0.9rem;
    width: 100%;
    border-radius: .45rem;
    border: none;
    color: #fff;
    background: #0081EF;
    font-size: .3rem;
    text-align: center;
    line-height: 0.9rem;
}
