.content-area {
    width: 640px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-line-area {
    width: 580px;
    height: 3rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.txt {
    width: 580px;
    height: 2rem;
    border: 0px;
    font-size: 1rem;
    letter-spacing: 4px;
    outline: none;
}

.txt-short {
    width: 380px;
    height: 2rem;
    border: 0px;
    font-size: 1rem;
    letter-spacing: 4px;
    outline: none;
}

.btn-short {
    width: 180px;
    height: 2.4rem;
    background-color: #81d9fd;
    border-radius: 20px;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #fff;
    border: 0px;
    outline: none;
}

.btn {
    width: 580px;
    height: 3rem;
    background-color: #81d9fd;
    border: 0px;
    border-radius: 10px;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 2rem;
    outline: none;
}

.explain {
    width: 580px;
    height: 5rem;
    margin-top: 1rem;
    line-height: 1.5rem;
    font-size: .8rem;
    color: #00a54c;
    letter-spacing: 2px;
}

#slider {
    width: 100%;
    height: 3rem;
    margin-top: 1rem;
}

.ft-slider {
    width: 100% !important;
    height: 3rem !important;
}

.ft-slider-bar {
    width: 3rem !important;
    height: 3rem !important;
}

.ft-slider-content {
    font-size: 1rem;
}

.ft-slider-content {
    font-size: 1rem;
}

.weui-toptips {
    height: 3rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weui-toast_content {
    font-size: 1rem;
    display: none;
}

.weui-toast {
    width: 70px;
    height: 70px;
}

.result-info {
    width: 640px;
    height: auto;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.result-info-line {
    width: 580px;
    height: 3rem;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e5e5e5;
}

.label-txt {
    width: 130px;
    height: 3rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-txt {
    width: 450px;
    height: 3rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: left;
}


/**时间线**/

.flows {
    width: 580px;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.flows ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flows img {
    width: 40px;
    height: 40px;
}

.flows .txt {
    width: 540px;
    height: 2rem;
    font-size: 1rem;
    color: #00a54c;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.blank-area {
    width: 580px;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.blank-area-line {
    width: 6px;
    height: 3rem;
    margin-left: 17px;
    background-color: #00a54c;
}

@keyframes mymove {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }
    25% {
        transform: scale(1.5);
        /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.5);
    }
}

.select-now {
    animation: mymove 1s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
}

.report-info .result-info-line {
    width: 640px;
}

.report-info .label-txt {
    width: 180px;
    height: auto;
}

.report-info .content-txt {
    width: 400px;
    height: auto;
}

.report-blank-line {
    width: 640px;
    height: .2rem;
    margin-top: .6rem;
    background-color: #e5e5e5;
}