* {
    padding: 0;
    margin: 0;
}

html body {
    width: 100vw;
}

.box {
    width: 100%;
}

.boxoneimg {
    width: 53vw;
}

.boxtwo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top:200px
}

.boxtwonav {
    width: 90vw;
}

.boxtwogu {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EEEEEE;
}
.boxtwogu1 {
    width: 100%;
    margin-right: 20px;
    height: 35px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.boxtwogu2 {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EEEEEE;
}

.boxtwoguimg {
    width: 10px;
    height: 12px;
    margin-top: 12px;
    margin-right: 15px;
}

.boxtwoguinput {
    border: none;
    outline: none;
    font-size: 12px;
}

.boxtwoguinputyan {
    width: 20vw;
    border: none;
    outline: none;
    font-size: 12px;
    margin-right: 1vw;
}

.boxtwoguspan {
    width: 110px;
    height: 35px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*display: inline-block;*/
    /* text-align: center;*/
    border: 1px solid #ff9f2c;
    border-radius: 35px;
    line-height: 35px;
    color: #ff9f2c;
}

.boxtwoxia {
    width: 100%;
    text-align: right;
}

.boxtwoxiaa {
    font-size: 12px;
    color: #ff9f2c;
}

.boxtwoxie {
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.boxtwoxiecheckbox {
    margin-right: 1vw;
}

.boxtwoxie span {
    color: #ff9f2c;
}

.boxthree {
    width: 100%;
    text-align: center;
    border-radius: 15px;
    margin-top: -10px;
    background-color: white;

}

.boxthreespan {
    margin-top: 500px;
    width: 80vw;
    height: 40px;
    display: inline-block;
    background-color: #ff9f2c;
    color: white;
    line-height: 40px;
    border-radius: 40px;
}

