.main h1 {
    line-height: 26px;
}

.textarea {
    line-height: 26px;
    padding: 10px;
    width: 100%;
    border: 3px solid #a0cfff;
    box-sizing: border-box;

}

.desc {
    line-height: 26px;
    padding-bottom: 10px;
}

.content {

    padding: 0px;

}

.Groupbtn {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    position: relative;
    z-index: 200;
}

.Groupbtn button {
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
}

.Groupbtn .btn1 {
    background-color: #409EFF;
    color: #fff;
    padding: 5px 10px;
    box-sizing: inherit;
    border: 1px solid #409EFF;
}

.Groupbtn .btn2 {
    background-color: #fff;
    color: #337ecc;
    padding: 5px 10px;
    box-sizing: inherit;
    border: 1px solid #409EFF;
}


.result {
    position: relative;
    top: -40px;
    z-index: 100;
    max-width: 850px;
}

.result .total1 {
    font-weight: 600;
    line-height: 28px;
}

.result .total1 span {
    display: inline-block;
    padding: 0px 15px;
    background-color: #fff;
    margin-right: 8px;
    overflow: hidden;
    border: 1px solid #409EFF;
    box-sizing: border-box;

}

.result .total1 em {
    color: #ff0000;
    font-size: 16px;
    font-style: normal;
}

@media screen and (max-width: 760px) {
    .main {
        padding: 10px;
    }

    .main .tips {
        padding: 5px;
    }


    .Groupbtn {
        display: flex;
        justify-content: space-around;

    }

    .Groupbtn button {
        margin: 0;
    }

    .main .container {
        background-color: #fff;
        border-radius: 6px;
        padding: 10px;
        box-sizing: border-box;
    }

    .result {
        width: 100%;
        position: relative;
        top: 0px;

    }

    .total1 {
        display: flex;
        flex-wrap: wrap;
    }

    .result .total1 span {
        width: 50%;
        display: inline-block;
        border: 0;
        border-bottom: 1px dashed #ccc;
        padding: 5px 0;
        margin: 0;
    }
}