<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.register {
    margin: 45px auto 0;
    border-bottom: 1px solid #eee;
}
.register-content {
    width: 100%;
    height: 544px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.register-title {
    width: 1060px;
    margin: 0 auto;
    height: 85px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.register-title h3{
    width: 100%;
    font-size: 26px;
    color: #666;
    text-align: center;
    margin: 0;
    padding-top: 35px;
}
.register-title p {
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.register-title&gt;p&gt;a {
    color: #EA4335;
    padding-left: 5px;
    text-decoration: underline;
}
.register-main {
    margin: 24px auto 0;
}
.register-main label {
    text-align: right;
    font-size: 16px;
    color: #666;
    font-weight: lighter;
    height: 40px;
    line-height: 40px;
}
.my-regist label{
    font-size: 14px;
}
.register-img {
    text-align: center;
    margin-bottom: 15px;
}
#input-style input {
    width: 312px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: 1px solid #EFEFEF;
    padding-left: 15px;
    color: #666;
    margin-bottom: 9px;
}
#input-style input#focus_btn{
    width: 100px;
    margin-left: 20px;
    padding: 0;
    right: auto;
}
.input-add&gt;span {
    display:block;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #e60013;
    position: relative;
    padding-left: 25px;
    padding-top: 0;
}
.form-group span.error i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../css/img/error.jpg) no-repeat center center;
    position: absolute;
    top: -1px;
    left: 0;
}
.form-group span.success {
    color: #508c1a;
}
.form-group span.success i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../css/img/success-pwd.jpg) no-repeat center center;
    position: absolute;
    top: -1px;
    left: 0;
}
.input-add {
    position: relative;
    height: auto;
}
.input-add .change-img {
    position: absolute;
    top: 0;
    right: -14px;
    width: 112px;
    height: 40px;
    border: 1px solid #EFEFEF;
    text-align:center;
    border-radius: 5px;
    cursor: pointer;
}
#input-style .input-add .change-add-style {
    background: #fff;
    color: #ea4335;
    border: 1px solid #ea4335;
}
#input-style input.activeBtn{
    background:#ea4335;
    color: #fff;
    border: 1px solid #ea4335;
}
#input-style input.huiBtn3{
    background: #f8f8f8;
    color: #999;
    border: 1px solid #eee;
}
.count-down {
    background: #F9F9F9;
    color: #9C9C9C;
}
#input-style .form-group {
    margin: 0;
    margin-top: 9px;
}
#input-style .col-xs-3 {
    padding: 0;
}
.reg-group-agreement .checkbox {
    margin: 0;
}
.checkbox {
    font-size: 14px;
}
.checkbox&gt;span {
    margin-left: 20px;
}
.checkbox&gt;a {
    color: #EA4335;
    text-decoration: underline;
}
#input-style button {
    width: 312px;
    height: 40px;
    border: 0;
    background-color: #ea4335;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;border-radius: 3px;
}
#input-style button:hover{
    background: #ff3333;
}
#input-style input.onlineBtn{
    width: 112px;
    padding: 0;
    color: #fff;
    background: #FF7B22;
    text-align: center;
    border: 1px solid #FF7B22;
    border-radius: 3px;
}
#input-style input.huiBtn{
    width: 112px; padding: 0;
    text-align: center;
    ;border-radius: 3px;
    background: #f8f8f8;
    color: #999;
    border: 1px solid #eee;
}

.form-group&gt;label&gt;i {
    color: #e60013;
    padding-right: 8px;
}
.register-success {
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.register-success h3 {
    margin: 92px auto 0;
    font-size: 30px;
    color: #333;
    padding-left: 60px;
    height: 30px;
    position: relative;
    line-height: 30px;
}
.register-success h3 i{
    width: 46px;
    height: 44px;
    background: url("img/success-duihao_07.jpg");
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -190px;
}
.register-success .register-img img{
    margin-top: 60px;
}
.register-success p {
    font-size: 16px;
    color: #999;
    margin: 48px auto 24px;
    line-height: 16px;
}
.register-success&gt;a {
    color: #4285f4;
    font-size: 16px;
    display: block;
    margin-bottom: 163px;
    text-decoration: underline;
}

</pre></body></html>