.content{
    margin-top: 1.1rem;
    background-color: #fff;
}
.content li {
    width: 100%;
    font-size: .35rem;
    height: .95rem;
    line-height: .95rem;
    border-bottom:1px solid #EFEFEF;
}
.content li label{
    width: 30%;
    display: inline-block;
    text-align: center;
}
.content li input{
    width: 70%;
    display: inline-block;
}
.content li:last-child input{
    width: 30%;
}
.content li:last-child .button {
    width: 35%;
    background-color: #FFB43A;
    color: #fff;
    border: 0;
    border-radius:10px; 
}
.drag {
    width: 100%;
    height: 100%;
    line-height: .95rem;
    background-color: #e8e8e8;
    position: relative;
    margin: 0 auto;
}

.bg {
    width: 40px;
    height: 100%;
    position: absolute;
    background-color: #75CDF9;
}

.text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
}

.btn {
    width: .9rem;
    height: 100%;
    line-height: .9rem;
    position: absolute;
    border: 1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color: #666;
}
.next{
    line-height: .98rem;
    border: 0;
    outline: none;
    width: 80%;
    margin: 0 auto;
    background-color: #b8b8b8;
    color:#fff;
    display: block;
    margin-top: .3rem;
    border-radius:6px; 
    font-size: .36rem;
}