span {
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    color: #4ebbfe;
    font-size: 0.38rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0.22rem;
    box-sizing: border-box;
    box-shadow: 0 0.03rem 0.43rem 0 rgba(41, 167, 255, 0.13);
}

header .iconfont {
    font-size: 0.38rem;
}
.content{
    width: 100%;
    height: auto;
    padding: 0.4rem 0.22rem;
    box-sizing: border-box;
}
.content .list{
    width: 100%;
    height: auto;
}
.list li{
    width: 100%;
    height: 1.14rem;
    margin-bottom: 0.5rem;
}
.list li span{
    display: block;
    width:100%;
    font-size: 0.26rem;
    color: #41b2fc;
    padding: 0 0 0 0.22rem;
    box-sizing: border-box;
}
.list li input{
    outline: none;
    width: 100%;
    height: .84rem;
    background: #f1faff;
    border: 0;
    border-radius: 0.08rem;
    margin-top: 0.2rem;
}
.save {
    width: 4.54rem;
    height: 0.6rem;
    padding: 0.2rem 2.06rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #ffffff;
    background-image: linear-gradient(90deg, #37e06f 0%, #31d69a 100%), linear-gradient(#3bacfe, #3bacfe);
    box-shadow: 0 0.04rem 0.2rem 0 rgba(55, 223, 116, 0.75);
    border-radius: .3rem;
    margin: 0.7rem auto 0;
}