body {
    background-image: url(../images/back_top.png), url(../images/back_bottom.png);
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

input, button {
    -moz-appearance: none;
    outline: none;
    border: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ffffff !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b3b3b9;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b3b3b9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b3b3b9;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b9;
}

/*logo*/
.reg-container {
    font-family: "Microsoft YaHei";
    padding: 20px 0 100px 0;
}

.reg-logo-box {
    width: 510px;
    height: 150px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/top-logo.png) no-repeat left center;
}

.reg-logo-box .logo-bg {
    background: url(../images/register_logo_bg.png) no-repeat;
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg-logo-box .logo-bg .logo-img {
    width: 41px;
    height: 41px;
}

.reg-logo-box .logo-bg .logo-img img {
    width: 100%;
    height: 100%;
}

.reg-logo-box .logo-title {
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 10px 0 0 -30px;
}

/*register-content*/
.res-content {
    width: 450px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    min-height: 800px;
}

.res-tab {
    padding-left: 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.res-tab .reg-tab-item {
    cursor: pointer;
    display: inline-block;
    height: 42px;
    box-sizing: border-box;
    padding: 0 5px;
    color: #9498a7;
}

.reg-tab-item-active {
    border-top: 2px solid #95a1b9;
    color: #464656 !important;
}

.official-info-con, .personal-info-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    position: relative;
}

.official-info-con {
    display: none;
}

.reg-tip {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
    color: #2597ff;
    cursor: pointer;
}

.reg-input-common {
    width: 350px;
    height: 45px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg-input-common .reg-important-star {
    color: #f06966;
}

.reg-important-star-transparent {
    color: transparent;
}

.reg-input-common .reg-input-info {
    width: 300px;
    margin-left: 20px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #b8c2d6;
    border-radius: 5px;
    color: #464656;
    padding-left: 10px;
}

.reg-user-name-tip {
    width: 330px;
    margin: -10px auto 10px;
    font-size: 12px;
    color: #f06966;
    text-align: right;
}

.reg-input-common .reg-register-code {
    width: 180px;
}

.reg-input-common .reg-code-img-box {
    width: 100px;
    height: 45px;
    margin-left: 20px;
}

.reg-input-common .reg-code-img-box img {
    width: 100%;
    height: 100%;
}

.reg-protocol-item {
    margin-top: -10px;
    width: 300px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
}

.reg-protocol-item .reg-agree {
    color: #524d5a;
    font-size: 12px;
}

.reg-protocol-item .reg-protocol {
    font-size: 12px;
    text-decoration: none;
    color: #2597ff;
}

.official-reg-btn {
    width: 300px;
    height: 45px;
    line-height: 45px;
    background: #2597ff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: 0 0 50px 25px;
    cursor: pointer;
}

.official-reg-btn-qy {
    width: 320px;
    height: 45px;
    line-height: 45px;
    background: #2597ff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: 0 0 50px 75px;
    cursor: pointer;
}

.input-box {
    height: 45px;
    width: 300px;
    margin-left: 20px;
}

.input-height {
    height: 45px !important;
}


