*{
    margin: 0;
    padding: 0;
}
html{
    background: #eff0f4;
}
.hender{
    width:100vw;
    height: 11.8vw;
    background: #5fc0cd;
    position: relative;
    margin-bottom: 2.08vw;
}
.hender .left{
    font-size: 4.44vw;
    color: white;
    line-height: 11.8vw;
    position: absolute;
    left: 4.16vw;
}
.hender .center{
    font-size: 5vw;
    color: white;
    line-height: 11.8vw;
    text-align: center;
}
.hender .right{
    font-size: 4.44vw;
    color: white;
    line-height: 11.8vw;
    position: absolute;
    right: 4.16vw;
    top:-0.2vw;
}

.import input{
    width:79.17vw;
    height: 13.88vw;
    font-size: 4.58vw;
    color: #e1e5e7;
    padding-left: 20.83vw;
    border: none;
    outline: none;
    background: white;
}
.import .imp{
    margin-bottom: 2.08vw;
    position: relative;
}
.imp .cellphone{
    width: 4.02vw;
    height: 5.97vw;
    position: absolute;
    top: 4.16vw;
    left: 5.83vw;
}
.imp .outer{
    width: 0.27vw;
    height: 7.36vw;
    background: #eaedee;
    position: absolute;
    top: 4.16vw;
    left: 15.97vw;
}
.ort{
    position: relative;
}
.ort .lock{
    width: 4.16vw;
    height: 6.11vw;
    position: absolute;
    top: 4.16vw;
    left: 5.83vw;
}
.ort .out-er{
    width: 0.27vw;
    height: 7.36vw;
    background: #eaedee;
    position: absolute;
    top: 4.16vw;
    left: 15.97vw;
}
.rump{
    width: 100vw;
    height: 13.88vw;
    background:#5fc0cd ;
    border:none;
    outline: none;
    color: white;
    font-size: 5vw;
    margin-top: 9.72vw;
    margin-bottom: 2.77vw;
}
.last{
    font-size: 3.88vw;
    color:#5fc0cd;
    float: right;
    margin-right: 4.16vw;
}
