* {
    box-sizing: border-box
}

img {
    display: block;
    max-width: 100%
}

body {
    height: 100vh
}

.cover-box, .footer, .m_footer, .navigation, [v-cloak] {
    display: none
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.calc-header {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    text-align: center;
    font-size: .4rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #ececec
}

.calc-header .back {
    position: absolute;
    padding: 0 .33333333rem;
    left: 0;
    top: 0
}

.calc-header .back i {
    color: #b5b5b5;
    font-size: .46666667rem
}

#task_num {
    position: fixed;
    opacity: 0;
    bottom: 0;
    right: 0;
    pointer-events: none
}

#SettleCalculator, .jifen-main-box, .subject-main {
    height: 100%
}

#SettleCalculator input {
    color: #333;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    outline: none
}

#SettleCalculator .settle-step0 {
    height: 100%;
    background: url(../images/jzh-bg-m.jpg) no-repeat bottom #ffefe8;
    background-size: 100%;
    position: relative;
    min-height: 6.66666667rem
}

#SettleCalculator .settle-step0 .step0-box {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

#SettleCalculator .settle-step0 img {
    height: .68rem;
    display: block;
    margin: 0 auto
}

#SettleCalculator .settle-step0 .txt {
    padding: .70666667rem .82666667rem 1.62666667rem;
    font-size: .37333333rem;
    line-height: .6rem;
    color: #505050;
    text-align: center
}

#SettleCalculator .settle-step0 .btn {
    width: 6.10666667rem;
    height: .93333333rem;
    line-height: .93333333rem;
    color: #fff;
    font-size: .37333333rem;
    background: #ff534f;
    border-radius: .46666667rem;
    margin: 0 auto;
    text-align: center;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500
}

#SettleCalculator .progress-box {
    height: .97333333rem;
    background: #f9f9fc;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

#SettleCalculator .progress-box .progress-step {
    width: 9.38666667rem;
    height: .13333333rem;
    background: #eff1f4;
    border-radius: .06666667rem
}

#SettleCalculator .progress-box .progress-step .item {
    height: .13333333rem;
    background: #ff843d;
    border-radius: .06666667rem
}

#SettleCalculator .step-title {
    padding: .66666667rem .33333333rem .4rem;
    font-size: .42666667rem;
    line-height: .53333333rem
}

#SettleCalculator .step-title .num {
    width: .6rem;
    position: relative;
    padding-left: .04rem
}

#SettleCalculator .step-title .num:after {
    position: absolute;
    content: "";
    width: .37333333rem;
    height: .13333333rem;
    background: #ff843d;
    top: .34666667rem;
    left: 0;
    z-index: -1
}

#SettleCalculator .redio-box {
    margin: 0 .33333333rem;
    border-radius: .13333333rem;
    border: 1px solid #e2e2e2;
    overflow: hidden
}

#SettleCalculator .redio-box .redio-item {
    line-height: .61333333rem;
    border-top: 1px dotted #e2e2e2;
    padding: .34666667rem .42666667rem .34666667rem 1.04rem;
    font-size: .4rem;
    position: relative;
    text-align: justify
}

#SettleCalculator .redio-box .redio-item:first-child {
    border: none
}

#SettleCalculator .redio-box .redio-item .radio-strong {
    position: absolute;
    width: .37333333rem;
    height: .37333333rem;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    top: .48rem;
    left: .4rem;
    border-radius: 50%
}

#SettleCalculator .redio-box .redio-item input {
    width: 1.57333333rem;
    line-height: .18666667rem;
    border-bottom: 1px solid #333;
    text-align: center;
    font-size: .4rem
}

#SettleCalculator .redio-box .redio-item:after {
    content: "";
    position: absolute;
    width: .26666667rem;
    height: .26666667rem;
    top: .53333333rem;
    left: .45333333rem;
    border-radius: 50%
}

#SettleCalculator .redio-box .redio-item.active, #SettleCalculator .redio-box .redio-item.active input {
    color: #c01734;
    background: #f7f7f7
}

#SettleCalculator .redio-box .redio-item.active .radio-strong, #SettleCalculator .redio-box .redio-item.active input {
    border-color: #c01734
}

#SettleCalculator .redio-box .redio-item.active:after {
    background: #c01734
}

#SettleCalculator .step-btn-box {
    padding-top: .8rem;
    padding-bottom: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

#SettleCalculator .step-btn-box .step-btn {
    font-size: .37333333rem;
    margin: 0 .2rem;
    height: .93333333rem;
    border-radius: .46666667rem;
    text-align: center
}

#SettleCalculator .step-btn-box .step-btn.next {
    width: 5.33333333rem;
    line-height: .93333333rem;
    background: #ff534f;
    color: #fff
}

#SettleCalculator .step-btn-box .step-btn.next:active {
    background: #c01734
}

#SettleCalculator .step-btn-box .step-btn.prev {
    width: 3.6rem;
    border: 1px solid #ff534f;
    color: #ff534f;
    line-height: .88rem
}

#SettleCalculator .step-btn-box .step-btn.prev:active {
    background: #c01734;
    border-color: #c01734;
    color: #fff
}

#SettleCalculator .tips-box {
    background: #fef5f5;
    padding: .4rem .33333333rem;
    color: #888;
    font-size: .32rem
}

#SettleCalculator .tips-box .tips-hd {
    width: 1.06666667rem;
    height: .42666667rem;
    line-height: .37333333rem;
    background: #fefbfb;
    border-radius: .26666667rem .26666667rem 0 .26666667rem;
    border: 1px solid #ff843d;
    text-align: center;
    color: #ff843d
}

#SettleCalculator .tips-box .tips-bd {
    padding-top: .13333333rem;
    line-height: .48rem;
    text-align: justify
}

#SettleCalculator .ster-fasle-box {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: .26666667rem;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: .13333333rem;
    font-size: .37333333rem;
    z-index: 10;
    text-align: center
}

#SettleCalculator .step-notice-box {
    background: #fef5f5;
    padding: .26666667rem .4rem;
    margin-top: .26666667rem;
    color: #ff534f;
    font-size: .32rem;
    line-height: .45333333rem
}

#SettleCalculator .step-notice-box .iconfont {
    font-size: .32rem;
    padding-right: .10666667rem
}

#SettleCalculator .step-notice-box .notice-txt {
    padding-top: .13333333rem
}