.ui-fp {
    margin-top: 24px;
    text-align: center;
    ont-family: MicrosoftYaHei;
    font-size: 24px;
    color: #666666;
    letter-spacing: 0;
}

.ui-login {
    background-color: #fff;
    width: 420px !important;
    height: 400px !important;
    margin-left: 780px !important;
    margin-top: 43px !important;
}

.ui-circle {
    text-align: center;
    line-height: 27px;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.bg-grey {
    background-color: #989A9C;
}

.bg-red {
    background-color: red;
}

.font-red {
    color: red;
}

.font-grey {
    color: #333333;
}

.ui-first {
    margin-top: 20px;
    position: absolute;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-second {
    margin-top: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-third {
    margin-top: 20px;
    position: absolute;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-hr-first {
    border: 1px solid #D8D8D8;
    width: 152px;
    margin-top: 20px;
    position: absolute;
    left: 41%;
}

.ui-hr-second {
    border: 1px solid #D8D8D8;
    width: 152px;
    margin-top: 20px;
    position: absolute;
    left: 51%;
}

.ui-fp-input {
    width: 383px !important;
    height: 44px !important;
    padding: 11px 10px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    border: solid 1px #CCC;
}

.ui-fp-input-code {
    width: 240px !important;
    height: 44px !important;
    padding: 11px 10px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    border: solid 1px #CCC;
}

.ui-fp-img {
    margin-left: 30px;
    height: 44px;
}

.ui-fp-btn {
    margin-left: 40px !important;
}

.ui-show-div {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FB3434;
}

.success {

}

.ui-first-p {
    margin-top: 35px;
    position: absolute;
    left: 38.5%;
}

.ui-second-p {
    margin-top: 35px;
    position: absolute;
    left: 48.5%;
}

.ui-third-p {
    margin-top: 35px;
    position: absolute;
    left: 59.3%;
}

.success {
    position: relative;
}

.success-img {
    position: absolute;
    left: 50%;
    margin-top: 20px;
    margin-left: -32px;
}

.success-text {
    margin-top: 90px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}

.ui-a {
    position: absolute;
    left: 50%;
    background: #FB3434;
    border-radius: 2px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 474px;
    height: 50px;
    margin-left: -237px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 10px;
}

.ui-a:hover {
    text-decoration: none;
    color: #fff;
}