body,
html {
    width: 100%;
    height: 100%;
}

.Mobile-home {
    width: 100%;
    height: 100%;
    background: url('../images/back.png')top left no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.form {
    width: 80%;
    margin: 0 auto;
    margin-top: 200px;
}

.form .item {
    height: 35px;
    margin-bottom: 20px;
}

.form .item span {
    height: 35px;
    width: 28%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.form .item input,
.form .item select {
    height: 35px;
    width: 72%;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #666;
}

.form .item .checkbox {
    width: 20px;
    height: 20px;
    margin-left: 28%;
}

.form .item .user {
    color: #0c28ce;
    height: 20px;
    line-height: 20px;
}

.Mobile-home .btn {
    width: 80%;
    margin: 0 auto;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.Mobile-home .btn img {
    width: 160px;
    /* margin-left: 28%; */
    margin: 0 auto;
    border-radius: 10px;
}

.Mobile-home .trip-img {
    width: 100%;
    margin: 185px auto 20px;
}