@charset "utf-8";

body {
    padding-bottom: 0 !important;
    background-color: #fff;
}
/*改变输入框的光标颜色（输入文字不同色）*/
input { caret-color: #007aff; }

.logo1{
    width:100%;
    text-align:center;
    margin-top:1.227rem;
}

.logo1 img{
    width:69.333%;
    height:3.3067rem;
}

.capital {
    max-width: 100%;
    height: 37px;
    margin-left: 25px;
    margin-right: 25px;
}
.capital.largest { margin-top: 30px; }
.Compay[hidden] { display: none; }
.description {
    font-size: 16px;
    color: #4c4c4c;
}

.InputArea { padding: 30px 25px 0; }
.InputArea.largest { padding-top: 0; }
.InputField li {
    position: relative;
    height: 55px;
    overflow: hidden;
}
.InputField label {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #4c4c4c;
}
.InputField input {
    display: block;
    box-sizing: border-box;
    padding-left: 60px;
    width: 100%;
    height: 55px;
    font-size: 15px;
    color: #000;
    border: none;
    border-top: 25px solid transparent;
    border-bottom: 1px solid #949494;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
.InputField input.wrong { border-bottom-color: #ff5f58; }
.InputField .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    opacity: 0;
    background-color: #007aff;
    -webkit-transition: width .3s,opacity .2s;
    transition: width .3s,opacity .2s;
}
.InputField input:not([class~="wrong"]):focus + .line {
    opacity: 1;
    width: 100%;
}
.tip_info {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    line-height: 25px;
    color: #ff5f58;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tip_info span {
    display: block;
    height: 25px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.getCode {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    height: 40px;
    line-height: 50px;
    font-size: 15px;
    color: #007aff;
    -webkit-user-select: none;
    user-select: none;
}
.getCode:before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 1px;
    height: 15px;
    background-color: #666666;
}
.getCode:active,
.getCode.wait { opacity: .55; }

.code {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 85px;
    height: 40px;
    overflow: hidden;
}
.code:before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 1px;
    height: 15px;
    background-color: #666666;
}
.code img {
    position: static !important;
    display: block;
    width: 85px;
    margin-top: 5px;
}

.else_request {
    margin: 30px 25px 0;
    overflow: hidden;
}
.else_request.largest {
    margin-top: 15px;
    margin-bottom: 15px;
}
.else_request > a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #007aff;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.else_request > a:first-child {
    float: left;
    padding-right: 20px;
}
.else_request > a:last-child {
    float: right;
    padding-left: 5px;
}
.else_request > a:only-child {
    padding-right: 0;
}
.else_request > a:active {
    text-decoration: underline;
    opacity: .55;
}

.error_tip {
    margin: 7px 0 15px;
    height: 17px;
    line-height: 17px;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ff5f58;
}
.error_tip:empty { visibility: hidden; }
.sendRequest {
    margin: 0 25px 30px;
    overflow: hidden;
}
.agreement {
    font-size: 12px;
    opacity: .6;
    margin-top:10px;
    text-align:center;
}
.agreement a{
    color:#007aff;

}
.sendBtn {
    margin-top: 9px;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 16px;
    letter-spacing: .3em;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #007aff;
}
.sendBtn[disabled] { background-color: #dedede; }
.sendBtn:active { background-color: #0264cf; }