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*/
.log-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: url(../images/register_bg.png);*/
    background-size: 100%;
    font-family: "Microsoft YaHei";
    background-image: url("../images/back_top.png"), url("../images/back_bottom.png");
    background-position: top, bottom;
    background-repeat: no-repeat;
}

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

.log-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;
}

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

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

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

.log-content {
    width: 450px;
    margin: 0 auto;
    /*background: rgba(255, 255, 255, 0.4);*/
    /*border: 3px solid rgba(255, 255, 255, 0.1);*/
    /*border-radius: 5px;*/
    overflow: hidden;
}

.log-tab {
    padding-left: 10px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    /*background: #d8dfee;*/
}

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

.log-info-content {
    margin: 50px 0 40px 0;
}

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

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

.log-input-common .login-code {
    width: 180px;
}

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

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

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

.log-register-item {
    margin: 0 auto;
    width: 310px;
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.log-error-tips {
    margin: -10px auto 0;
    width: 310px;
    height: 45px;
    line-height: 45px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: red;
    font-size: 16px;
}

.log-remember-psw {
    height: 45px;
    line-height: 45px;
}

.log-psw-title {
    color: #524d5a;
    font-size: 12px;
}

.log-account-box {
    height: 45px;
    line-height: 45px;
    text-align: right;
    margin-left: 5px;
}

.log-account-box::before {
    content: "|";
    color:#524d5a;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
}

.log-not-account {
    color: #524d5a;
    font-size: 12px;
}

.register-now {
    font-size: 12px;
    text-decoration: none;
    color: #524d5a;
}

.register-now:hover {
    text-decoration: none;
    color: #524d5a;
}