html,
body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    font-family: 'PingFang SC Microsoft YaHei';
}
* {
    margin: 0;
    padding: 0;
}
.hide {
    display: none;
}

.home {
    height: 100%;
    background-color: #E3F2EA;
}
.home-title {
    height: 8vh;
    line-height: 8vh;
    text-align: center;
    font-size: 2rem;
    color: #272848;
    font-weight: bold;
}
.home-img {
    max-width: 100%;
    height: 52vh;
}
.home-tip {
    margin: 1.5vh 0;
}
.home-tip,
.home-notice {
    color: #227368;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
}
.home-btn {
    text-decoration: none;
    display: inline-block;
    margin: 0 2.5% 1.5vh 2.5%;
    width: 95%;
    height: 7vh;
    line-height: 7vh;
    border-radius: 10vh;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    border: 1px solid #E7EDB4;
    background: linear-gradient(180deg, #96E5BE 0%, #80DFB1 6%, #3C8A51 100%);
    box-shadow: 0px 15px 40px rgba(66, 146, 89, 0.2);
    /* background: linear-gradient(to bottom, #96E5BE 0%, #3C8A51 100%); */
}
.home-foot {
    text-align: center;
    color: #227368;
    font-size: 1.4rem;
    width: 95%;
    margin-left: 2.5%;
}

.num {
    height: auto;
    background-color: #F5F6FA;
}
.num-wrap {
    width: 95%;
    padding-left: 2.5%;
    padding-bottom: 10px;
}
.num-title {
    padding-top: 10px;
    text-align: center;
    font-size: 2rem;
    color: #272848;
    font-weight: bold;
}
.num-tip {
    margin-top: 15px;
    color: #B0841E;
    background-color: #F9F5ED;
    /* text-align: center; */
    font-size: 1.5rem;
    padding: 10px;
    border-radius: 10px;
}
.input-tip {
    margin: 15px 0 10px 0;
    font-size: 1.5rem;
    color: #B0B3BE;
}
.clothes-wrap {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}
.icon-img {
    width: 26px;
    vertical-align: middle;
}
.icon-title {
    font-weight: 600;
    color: #272848;
    font-size: 2rem;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.num-input-wrap {
    color: #272848;
    font-size: 1.6rem;
}
.num-input-div {
    margin: 20px 0 0 0;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.num-input {
    width: 40%;
    position: absolute;
    right: 0;
    height: 30px;
    outline: none;
    border: 0;
    font-size: 1.5rem;
    text-align: center;
}
.num-btn {
    margin-bottom: 10px;
    background-color: #57BE6A;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

.result {
    height: auto;
    background-color: #365644;
}
.result-wrap {
    width: 95%;
    padding-left: 2.5%;
    padding-bottom: 10px;
}
.result-title {
    padding-top: 10px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}
.result-sub {
    color: #fff;
    font-size: 1.6rem;
    margin: 20px 0 10px 0;
}
.result-info {
    color: #fff;
    font-size: 2rem;
    margin: 0px 0 15px 0;
    font-weight: bold;
}
.result-info-top {
    height: 45px;
    line-height: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(180deg, #70D3A4 0%, #C8EBCE 100%);
}
.result-info-top span {
    color: #41896B;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 3%;
}
.result-info-center {
    height: 40px;
    line-height: 40px;
}
.result-info-center span {
    color: #272848;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 3%;
}
.result-info-bottom {
    height: 45px;
    line-height: 45px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(241, 248, 244);
    margin-top: -1px;
}
.result-info-bottom span {
    color: #272848;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 3%
}
.evaluate {
    font-size: 1.6rem;
    color: #fff;
    margin: 20px 0 0px 0;
}
.result-year {
    font-size: 1.6rem;
    color: #fff;
}
.result-year-span {
    font-size: 2rem;
    color: #FCD464;
    font-weight: 600;
}
.evaluate-wrap {
    margin: 15px 0;
}
.evaluate-top {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 0 20px 4%;
}
.evaluate-top span {
    width: 24%;
    display: inline-block;
    text-align: center;
}
.evaluate-center,
.evaluate-bottom {
    background: rgb(241, 248, 244);
    margin-top: -1px;
    padding: 10px;
}
.evaluate-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 15px;
}
.evaluate-center span,
.evaluate-bottom .num-span {
    color: #272848;
    font-size: 1.5rem;
    display: inline-block;
    text-align: center;
    width: 24%;
}
.evaluate-bottom .num-span span {
    color: #41896B;
    font-size: 1.6rem;
}
.info {
    height: 100%;
}
.info-tip {
    color: #272848;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 20px 5px;
}
.info-address {
    color: #B0B3BE;
    font-size: 1.5rem;
    margin: 20px 0 10px 10px;
}
.info-input {
    width: 60%;
}
.info-foot {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    border: 1px #fff solid;
}
.info-btn {
    margin: 10px 2.5% 20px 2.5%;
    width: 95%;
}
.last {
    text-align: center;
}
.last-img-wrap img {
    margin-top: 15vh;
    width: 25%;
}
.last-submit {
    color: #272848;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 3vh;
}
.last-msg,
.last-percent {
    color: #B0B3BE;
    font-size: 1.5rem;
    margin-top: 1.5vh;
}
.last-percent {
    margin-top: 7vh;
}
.last-btn {
    margin-top: 2vh;
    background-color: #57BE6A;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}
.last-share-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    text-align: right;
}
.last-share-img img {
    margin: 10px 25px;
    width: 25%;
}
.share-img-tip {
    width: 40%;
    margin-left: 58%;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
}


@media only screen and (min-width: 320px) {
    html,
    body {
        font-size: 55.556% !important;
    }
}
@media only screen and (min-width: 360px) {
    html,
    body {
        font-size: 62.5% !important;
    }
}
@media only screen and (min-width: 375px) {
    html,
    body {
        font-size: 65.10417% !important;
    }
}
@media only screen and (min-width: 414px) {
    html,
    body {
        font-size: 71.875% !important;
    }
}
@media only screen and (min-width: 768px) {
    html,
    body {
        font-size: 133.3333% !important;
    }
}
@media only screen and (min-width: 1024px) {
    html,
    body {
        font-size: 177.77778% !important;
    }
}