.form-title {
    font-size: 0.34rem;
    color: #060606;
    margin: 0 0 0.2rem 0;
    text-align: right;
}

.form-content {
    font-size: 0.34rem;
    color: #060606;
    margin: 0;
    width: 100%;
}

.input-group {
    margin-bottom: 0.34rem;
    display: flex;
    margin-top: 0.34rem;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0.34rem;
    margin-left: 0.34rem;
}

.input-normal {
    padding: 3% 5%;
    box-sizing: border-box;
    background: #efeff0;
    border: 0;
    border-radius: 0.05rem;
    color: #595757;
    width: 100%;
}

.input-incorrect {
    padding: 3% 5%;
    box-sizing: border-box;
    background: #efeff0;
    border-color: red;
    border-style: solid;
    border-width: 0.01rem;
    border-color: red;
    border-radius: 0.05rem;
    color: #595757;
    width: 100%;
}

select {
    padding: 3% 5%;
    box-sizing: border-box;
    background: #efeff0;
    border: 0;
    border-radius: 0.05rem;
    color: #595757;
    width: 100%
}

.button {
    background: #169cf4;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 0.10rem;
    padding: 3%;
    width: 60%;
    font-size: 0.16rem
}

.xl {
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 20%
}

.confirm-btn {
    color: #169cf4;
    width: 30%;
    border: none;
    font-size: 0.16rem;
    padding: 3%;
    text-align: center;
}

.load1 .loader,
.load1 .loader:before,
.load1 .loader:after {
    background: #FFF;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.load1 .loader:before,
.load1 .loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.load1 .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.load1 .loader {
    text-indent: -9999em;
    margin: 8em auto;
    position: relative;
    font-size: 11px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.load1 .loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}