
.graph-box{
    margin: .08rem;
    margin-top: .12rem;
    padding-top: .1rem;
    padding-bottom: .01rem;
    /*padding: .05rem;*/
    border-radius: .16rem;
    box-shadow:.03rem .03rem .08rem gray;
}

.highlight{
    color: #ec7258;
    font-size: .18rem;
    font-weight: bold;
}



.stars{
    padding: 0 .03rem;
    width: .66rem;
    height: .26rem;
    margin: .03rem;
    font-size: .16rem;
    letter-spacing: 2px;
}

/*计算结果*/
.res-rough{
    padding: 0 .03rem;
    width: .66rem;
    height: .26rem;
    margin: .03rem;
    font-size: .16rem;
    letter-spacing: 2px;

    /*font-weight: bold;*/
}

.res-people{
    width: .8rem;
}

#error-hint{
    color: #de0202;
    font-size: .14rem;
}

.man-calc{
    margin-left: .1rem;
}


.res-date{
    width: 1.3rem;
    margin-left: .1rem;
    color: gray;
    font-size: .14rem
}

.input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*分割线*/
.res-split-line{
    border: 1px solid lightgray;
    margin-top: .1rem;
    margin-bottom: .1rem;
}

/*
 标签弹窗
*/
#tags div{
    font-size: .18rem;
}
#tags div span{
    font-size: .18rem;
}

.edit-new-tag{
    width: 80%;
    height: 2rem;
}

.follow{
    padding: .02rem;
    margin: .02rem;
    border: 1px solid blue;
}

.method-box{
    margin: .03rem;
    min-height: 3.4rem;
    padding: .05rem;
    border-radius: .16rem;
    box-shadow:.03rem .03rem .08rem gray;
    display: none;
}
#method-box-1{
    display: block;
}

.method-title{
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    background: rgba(113, 244, 219, 0.17);
}
#method-title-2, #method-title-3{
    background: rgba(113, 244, 219, 0.17);
    font-weight: normal;
}
.result-area{
    background: #f8f7f3;
    padding: .1rem;
}

.sweet-alert{
    padding: .05rem;
}
.sweet-alert h2{
    font-size: .16rem;
    line-height: 20px;
    margin: .01rem;
}
.sweet-alert button{
    margin: .03rem;
    padding: .06rem;
}
.sweet-alert fieldset{
    padding: .02rem;
}