﻿﻿body {
}
        .logo-img, .logo-title {
            height: 80px;
            display: table-cell;
            vertical-align: middle;
            cursor: pointer;
        }
        .logo-title img {
            vertical-align: middle;
        }
        .logo-img {
            padding: 0 10px;
        }
        .logo-img img {
            width: 80px;
            height: 80px;
        }

        .result {
            width: 100%;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            color: #ff704a;
            font-weight: bold;
            font-size: 16px;
        }

/*登录界面*/
.login {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            font-size: 14px;
        }

        .login-header {
            position: relative;
            width: 1200px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .login-bg {
            flex-grow: 1;
            position: relative;
            top: -1px;
            width: 100%;
            min-height: 680px;
            min-width: 1200px;
            background: url('../login/image/login-bg.jpg') center center no-repeat;
            background-size: 100% 100%;
        }

        .login-page {
            width: 406px;
            height: 500px;
            position: absolute;
            top: 5%;
            right: 15%;
            border: 4px solid #B8CFE8;
            border-radius: 5px;
            background-color: #ffffff;
        }

        .page-title {
            width: 406px;
            height: 55px;
            display: table-cell;
            vertical-align: middle;
            font-size: 16pt;
            text-align: center;
            border-bottom: 4px solid #e3e3e3;
        }
        .page-title h {
            color:#456ca6;
            font-weight:900;
        }
        /*.page-title {
            width: 406px;
            height: 55px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            border-bottom: 4px solid #e3e3e3;
        }*/

        .page-content {
            position: relative;
            width: 360px;
            margin: 0 auto;
        }

        .err-msg {
            position: absolute;
            color: red;
            font-size: 12px;
            text-indent: 38px;
        }

        .err-msg-tel {
            top: 75px;
            display:none;
        }
        /*.err-msg-tel {
            top: 73px;
        }*/

        .err-msg-pic {
            top: 145px;
        }
        /*.err-msg-idc {
            top: 143px;
        }*/

        .err-msg-message {
            top: 215px;
        }

        .err-msg-check {
            top: 225px;
            text-indent: 22px;
        }
        /*.err-msg-check {
            top: 334px;
            padding-left: 22px;
        }*/

        .page-content input::placeholder {
            color: #c4c7ca;
            font-size: 16px;
        }

        .telephone {
            width: 100%;
            height: 42px;
            border: 1px solid #E1E1E1;
            box-sizing: border-box;
            margin-top: 27px;
            background: url('../login/image/tlp-icon.png') 9px center no-repeat;
            padding-left: 38px;
            color: #4c94e6;
        }
        
        .safe-msg {
            width: 100%;
            height: 42px;
            margin-top: 30px;
        }

        .safe-msg .message {
            float: left;
            width: 208px;
            height: 42px;
            border: 1px solid #E1E1E1;
            box-sizing: border-box;
            background: url('../login/image/safe-icon.png') 9px center no-repeat;
            padding-left: 38px;
        }

        .safe-msg .getMsg {
            float: right;
            padding: 0;
            margin: 0;
            width: 130px;
            height: 42px;
            background-color: #3e8de5;
            border: none;
            font-size: 16px;
            color: #ffffff;
        }

        .safe-pic {
            width: 100%;
            height: 42px;
            margin-top: 30px;
        }

        .safe-pic .pic-char {
            float: left;
            width: 208px;
            height: 42px;
            border: 1px solid #E1E1E1;
            box-sizing: border-box;
            background: url('../login/image/safe-icon.png') 9px center no-repeat;
            padding-left: 38px;
        }

        .safe-pic .pic-icon {
            float: right;
            width: 128px;
            height: 40px;
            cursor: pointer;
            border: 1px solid #c0c0c0;
        }

        .safe-pic .pic-icon img {
            width: 128px;
            height: 40px;
        }

        .user-type {
            margin-top: 30px;
        }

        .login-btn {
            width: 360px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            margin-top: 40px;
            background: url('../login/image/loginPage-button.png') 0 0 no-repeat;
            border:hidden;
        }

        .login-btn:hover {
            opacity: 0.9;
        }

        .login-other {
            width: 100%;
            position: absolute;
            top: 430px;
        }

        .login-other p {
            margin: 0;
            padding: 0;
            margin-bottom: 14px;
            color: #757575;
        }

        .login-other a {
            text-decoration: none;
            color: #d23f3f;
            position: absolute;
        }

        .login-other a img {
            vertical-align: middle;
        }

        .login-other .getRsg {
            right: 0;
            bottom: 0;
            cursor: pointer;
        }

        .login-footer {
            width: 100%;
            min-width: 1200px;
            padding: 12px 0;
        }

        .login-footer .login-copyR {
            height: 60px;
            vertical-align: middle;
            text-align: center;
        }

        .login-footer .login-copyR img {
            width: 56px;
            height: 68px;
            vertical-align: middle;
            cursor: pointer;
        }

        .login-footer .login-copyR .copyR-des {
            margin-left: 14px;
            display: inline-block;
            vertical-align: middle;
        }

        .login-footer .login-copyR .copyR-des p {
            margin: 0;
            padding: 0;
            text-align: left;
            line-height: 18px;
            color: #3d3e3e;
        }

        .login-footer .login-copyR .copyR-des p span {
            margin-left: 16px;
        }

        .login-footer .login-copyR .copyR-des p .csbtc {
            margin-left: 61px;
        }

        .login-footer .login-copyR .copyR-des p .numb {
            margin-left: 94px;
        }

        .login-footer .login-copyR .copyR-des p .cursor {
            cursor: pointer;
        }

/*注册界面*/
.register {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            font-size: 14px;
        }

        .register-header {
            position: relative;
            width: 1200px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .register-bg {
            flex: 1;
            position: relative;
            top: -1px;
            width: 100%;
            min-height: 680px;
            min-width: 1200px;
            background: url('../login/image/login-bg.jpg') center center no-repeat;
            background-size: 100% 100%;
        }

        .register-page {
            width: 406px;
            height: 580px;
            position: absolute;
            top: 5%;
            right: 15%;
            border: 4px solid #B8CFE8;
            border-radius: 5px;
            background-color: #fff;
        }

        .id-card {
            width: 100%;
            height: 42px;
            border: 1px solid #E1E1E1;
            box-sizing: border-box;
            margin-top: 27px;
            background: url('../login/image/idc-icon.png') 9px center no-repeat;
            padding-left: 38px;
            color: #4c94e6;
        }

        .reading {
            width: 100%;
            height: 30px;
            margin-top: 16px;
        }

        .reading .readBtn {
            float: right;
            width: 340px;
            font-size: 12px;
            text-align: left;
            color: #989898;
            line-height: 18px;
        }

        .reading .readBtn span {
            cursor: pointer;
            color: #3e8de5;
        }

        .reading .readBtn span:hover {
            opacity: 0.8;
        }

        .register-btn {
            width: 360px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            margin-top: 5px;
            background: url('../login/image/loginPage-button.png') 0 0 no-repeat;
            border:hidden;
        }

        .register-btn:hover {
            opacity: 0.9;
        }

        .register-other {
            width: 100%;
            position: absolute;
            top: 500px;
        }

        .register-other p {
            margin: 0;
            padding: 0;
            margin-bottom: 14px;
            color: #757575;
        }

        .register-other a {
            text-decoration: none;
            color: #d23f3f;
            position: absolute;
        }

        .register-other a img {
            vertical-align: middle;
        }

        .register-other .getRsg {
            right: 0;
            bottom: 0;
            cursor: pointer;
        }

        .register-footer {
            width: 100%;
            min-width: 1200px;
            padding: 12px 0;
        }

        .register-footer .register-copyR {
            height: 60px;
            vertical-align: middle;
            text-align: center;
        }

        .register-footer .register-copyR img {
            width: 56px;
            height: 68px;
            vertical-align: middle;
            cursor: pointer;
        }

        .register-footer .register-copyR .copyR-des {
            margin-left: 14px;
            display: inline-block;
            vertical-align: middle;
        }

        .register-footer .register-copyR .copyR-des p {
            margin: 0;
            padding: 0;
            text-align: left;
            line-height: 18px;
            color: #3d3e3e;
        }

        .register-footer .register-copyR .copyR-des p span {
            margin-left: 16px;
        }

        .register-footer .register-copyR .copyR-des p .csbtc {
            margin-left: 61px;
        }

        .register-footer .register-copyR .copyR-des p .numb {
            margin-left: 94px;
        }

        .register-footer .register-copyR .copyR-des p .cursor {
            cursor: pointer;
        }