@charset "UTF-8";
/* reset */
html, body {
    width: 100%;
    height: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0; }

fieldset, img {
    border: 0 none; }

dl, ul, ol, menu, li {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

input, select, textarea, button {
    vertical-align: middle; }

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer; }

body {
    background: #fff; }

body, th, td, input, select, textarea, button {
    font-size: 12px;
    line-height: 1.4;
    color: #666; }

a {
    color: #666;
    text-decoration: none; }

a:active, a:hover {
    text-decoration: none; }

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal; }

caption {
    display: none; }

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed; }

img {
    vertical-align: middle; }

i {
    font-style: normal; }

a {
    outline: none; }

.clear {
    clear: both; }

.fl {
    float: left; }

.fr {
    float: right; }

.noborder {
    border: none !important; }

.clearfix:before, .clearfix:after {
    content: '';
    display: table; }

.clearfix:after {
    clear: both; }

pre, next {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

img {
    vertical-align: middle; }

.info, .error {
    box-shadow: 1px 1px 2px #ddd;
    background-color: #fdfdfd;
    left: 40%;
    transform: translateX(-50%);
    font-size: 14px;
    position: absolute;
    float: none;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 5em;
    white-space: nowrap;
    top: -80px;
    line-height: 40px;
    /*padding-right: 20px;*/
    opacity: 0;
    transition: all .3s ease;
    z-index: 999;
    text-align: center; }

.info.active, .error.active {
    top: -50px;
    opacity: 0.9;
    animation: out .3s 5s forwards; }

@keyframes out {
    100% {
        top: -80px;
        opacity: 0; } }
.info .icon-close {
    font-size: 12px;
    float: left;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #13CE66 url("/view/static/images/login/close2.png") no-repeat center center;
    background-size: 22px 22px;
    margin-right: 20px; }

.error .icon-close {
    font-size: 12px;
    float: left;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: red url("/view/static/images/login/close2.png") no-repeat center center;
    background-size: 22px 22px;
    margin-right: 20px; }

.wechat-model {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0 19200px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 190;
    box-sizing: border-box;
    width: 270px;
    height: 320px;
    padding-top: 40px;
    display: none; }
.wechat-model p {
    font-size: 20px;
    color: #C3C3C3;
    margin-bottom: 20px; }
.wechat-model img {
    width: 160px;
    height: 160px; }

#wechat {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    left: -10000px;
    position: absolute; }
#wechat:focus ~ .wechat-model {
    display: inline-block; }

/*input-wrapper*/
.input-wrapper {
    margin-top: 30px;
    position: relative; }
.input-wrapper input {
    background: none;
    border: none;
    box-sizing: border-box;
    display: block;
    width: 100%; }
.input-wrapper input:focus {
    outline: none; }
.input-wrapper label {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    width: 100%; }
.input-wrapper label::before {
    content: attr(data-filed);
    font-size: 20px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
    will-change: font-size, top;
    line-height: 1;
    top: 0;
    color: #B1B9BE; }
.input-wrapper input:focus ~ label::before, .input-wrapper input:valid ~ label::before {
    top: -2.2em;
    font-size: 14px; }
.input-wrapper input:focus ~ label::after {
    left: 0%;
    width: 100%; }
.input-wrapper.active input ~ .icon-close {
    display: inline-block; }
.input-wrapper input:invalid ~ .icon-close, .input-wrapper input ~ .icon-close {
    display: none; }

.login-box-wrapper.verify {
    margin-top: 50px; }
.login-box-wrapper.verify .verify-code-box {
    display: block; }

.verify-code-box {
    overflow: hidden; }
.verify-code-box .input-wrapper {
    width: 50% !important;
    float: left; }
.verify-code-box .verify-code {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 20px; }
.verify-code-box .verify-code img {
    width: 100%;
    height: 40px;
    margin-top: 25px; }

body {
    background: #f3f6fa url("/view/static/images/login/background.png") -5px 50px no-repeat;
    font-family: "Microsoft YaHei","榛戜綋", serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    user-select: none;
    font-style: normal;
    font-weight: normal; }

.top-bar {
    height: 53px;
    line-height: 53px;
    text-align: right;
    font-size: 14px;
    color: #5A5E66;
    padding-right: 210px;
    background-color: #fff; }
.top-bar span {
    font-size: 25px !important;
    color: #476188 !important;
    font-weight: bold; }

/*login-box*/
#login-type:checked + .login-box-wrapper .login-box {
    display: none; }
#login-type:checked + .login-box-wrapper .qr-box {
    display: block; }

.qr-box {
    display: none; }
.qr-box .login-sign {
    background-image: url("/view/static/images/login/scan-bar.png") !important; }
.qr-box.invalid .active {
    display: none; }
.qr-box.invalid .invalid-box {
    display: block; }
.qr-box .active .qr-code {
    width: 240px;
    height: 240px;
    margin: 30px auto; }
.qr-box .active .qr-code img {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0; }
.qr-box .active .scan-sign {
    text-align: center;
    font-size: 16px; }
.qr-box .active .scan-sign a {
    text-decoration: none;
    color: #20a0ff; }
.qr-box .invalid-box {
    display: none;
    text-align: center;
    margin-top: 30px; }
.qr-box .invalid-box .error-box {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlLz48L2RlZnM+PHBhdGggZD0iTTUxMiA5NDcuMkMyNzEuMzYgOTQ3LjIgNzYuOCA3NTIuNjQgNzYuOCA1MTJTMjcxLjM2IDc2LjggNTEyIDc2LjggOTQ3LjIgMjcxLjM2IDk0Ny4yIDUxMiA3NTIuNjQgOTQ3LjIgNTEyIDk0Ny4yTTUxMiAwQzIzMC40IDAgMCAyMzAuNCAwIDUxMnMyMzAuNCA1MTIgNTEyIDUxMiA1MTItMjMwLjQgNTEyLTUxMlM3OTMuNiAwIDUxMiAwIiBmaWxsPSIjRjE1NTMzIi8+PHBhdGggZD0iTTcxNi44IDM1My4yOGwtNjEuNDQtNDYuMDhMNTEyIDQ1NS42OCAzNjguNjQgMzA3LjJsLTYxLjQ0IDQ2LjA4TDQ1NS42OCA1MTIgMzA3LjIgNjY1LjZsNjEuNDQgNTEuMkw1MTIgNTY4LjMyIDY1NS4zNiA3MTYuOGw2MS40NC01MS4yTDU2My4yIDUxMnoiIGZpbGw9IiNGMTU1MzMiLz48L3N2Zz4=);
    background-size: cover;
    width: 40px;
    height: 40px;
    margin: 0 auto; }
.qr-box .invalid-box .invalid-sign {
    font-size: 14px; }
.qr-box .invalid-box .refresh {
    line-height: 2.5em;
    background-color: #20a0ff;
    color: white;
    margin-top: 30px;
    text-align: center;
    font-size: 16px; }

.login-box-wrapper {
    box-sizing: border-box;
    width: 385px;
    /*height: 495px;*/
    background-color: white;
    float: right;
    margin-top: 100px;
    /*margin-top: 140px;*/
    margin-right: 210px;
    line-height: 80px;
    padding: 0 45px 45px;
    box-shadow: 0 0 40px rgba(177, 218, 240, 0.6);
    position: relative;
    z-index: 99; }
.login-box-wrapper .login-sign {
    font-size: 21px;
    font-weight: bold;
    background: url("/view/static/images/login/login-bar.png") left center no-repeat;
    background-size: 100% 100%;
    color: #4A5973;
    margin: 0 -45px;
    margin-bottom: 45px;
    padding: 0 45px;
    border-bottom: 1px solid rgba(59, 211, 199, 0.3);
    position: relative; }
.login-box-wrapper .login-sign .tip {
    position: absolute;
    display: inline-block;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 2em;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #20a0ff;
    top: 50%;
    right: 70px;
    transform: translateY(-50%); }
.login-box-wrapper .login-sign .tip:before, .login-box-wrapper .login-sign .tip:after {
    content: '';
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #20a0ff;
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    right: 0; }
.login-box-wrapper .login-sign .tip:before {
    border: 5px solid transparent;
    border-left-color: white !important;
    z-index: 1; }
.login-box-wrapper .input-wrapper {
    width: 100%;
    position: relative; }
.login-box-wrapper .input-wrapper input {
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px; }
.login-box-wrapper .input-wrapper input:focus {
    border-bottom: 1px solid #4285dd; }
.login-box-wrapper .input-wrapper .icon-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: url("/view/static/images/login/close.png");
    background-size: cover;
    text-align: center;
    border-radius: 50%;
    font-size: 4px; }
.login-box-wrapper .remember {
    color: #c3c3c3;
    font-size: 14px;
    overflow: hidden;
    user-select: none;
    cursor: pointer; }
.login-box-wrapper .remember > label {
    float: right;
    line-height: 65px;
    margin: 0 10px; }
.login-box-wrapper .remember input {
    display: none; }
.login-box-wrapper .remember input + label {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    color: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    margin-right: 5px; }
.login-box-wrapper .remember input:checked + label {
    background-color: #1F7EF2; }
.login-box-wrapper .remember input:checked + label:after {
    content: "\2714"; }
.login-box-wrapper .login {
    background-color: #1F7EF2;
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    width: 285px;
    margin-top: 15px;
    margin-left: 8px; }

.footer-box {
    height: 180px;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #cfcfcf; }
.footer-box .download:last-child a {
    color: #cfcfcf; }
.footer-box .download-box {
    width: 650px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -35px; }
.footer-box .download-box .download {
    overflow: hidden;
    font-size: 14px; }
.footer-box .download {
    background-repeat: no-repeat;
    background-size: 49px 49px;
    padding-left: 68px;
    height: 49px;
    /*font-weight: bold;*/
    cursor: pointer; }
.footer-box .download label {
    cursor: pointer; }
.footer-box .download:first-child:hover {
    background-image: url("/view/static/images/login/wechat-active.png"); }
.footer-box .download:last-child:hover {
    background-image: url("/view/static/images/login/download-active.png"); }
.footer-box .download:hover {
    color: #1f7ef2; }
.footer-box .download:hover a {
    color: #1f7ef2; }
.footer-box .download input {
    display: none; }
.footer-box .download label {
    display: block; }
.footer-box .download:first-child {
    background-image: url("/view/static/images/login/wechat.png");
    float: left; }
.footer-box .download:last-child {
    background-image: url("/view/static/images/login/download.png");
    float: right; }
.footer-box .title {
    font-size: 18px; }
.footer-box .sign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
.footer-box .footer {
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center; }
.footer-box .footer a {
    color: #2DBEAA;
    display: inline-block;
    margin-right: 20px; }

@media screen and (max-height: 840px) {
    .input-wrapper input:focus ~ label::before, .input-wrapper input:valid ~ label::before {
        top: -1.5em;
        font-size: 12px; }

    .login-box-wrapper {
        line-height: 40px;
        margin-top: 80px;
        margin-right: 70px;
        height: auto;
        width: 335px;
        padding-bottom: 40px; }
    .login-box-wrapper .login-sign {
        font-size: 20px;
        line-height: 60px; }
    .login-box-wrapper .input-wrapper {
        margin-top: 40px; }
    .login-box-wrapper .input-wrapper input {
        font-size: 16px;
        line-height: 30px;
        height: 30px; }
    .login-box-wrapper .login {
        margin-top: 10px;
        font-size: 14px;
        line-height: 35px;
        border-radius: 4px;
        cursor: pointer;
        width: 240px; }

    .verify-code-box .verify-code img {
        width: 100%;
        height: 30px;
        margin-top: 20px; }

    .footer-box {
        height: 180px; }
    .footer-box .download label {
        margin-top: 5px; } }
@media screen and (max-height: 768px) {
    .login-box-wrapper {
        margin-top: 30px; } }
/*iphone 6*/
@media screen and (max-height: 690px) {
    .login-box-wrapper.verify .input-wrapper, .login-box-wrapper .input-wrapper {
        margin-top: 30px; }

    .input-wrapper label::before {
        font-size: 16px; }

    .login-box-wrapper {
        padding: 10px 20px; }
    .login-box-wrapper .login-sign {
        padding: 0 20px;
        margin: 0 -10px;
        line-height: 30px; }
    .login-box-wrapper .login {
        line-height: 30px;
        margin: 0 auto; } }
/*iphone 6*/
@media screen and (max-height: 600px) {
    .login-box-wrapper.verify .input-wrapper {
        margin-top: 20px; }
    .login-box-wrapper .input-wrapper {
        margin-top: 10px; } }
@media screen and (max-width: 960px) {
    .footer-box .download-box {
        width: 400px; }
    .footer-box .download-box .download {
        padding-left: 55px; } }
@media screen and (max-width: 626px) {
    .top-bar {
        padding-right: 20px; }

    .input-wrapper label::before {
        font-size: 16px; }
    .input-wrapper input:focus ~ label::before, .input-wrapper input:valid ~ label::before {
        font-size: 12px; }

    .login-box-wrapper {
        width: 280px;
        margin: 0;
        position: relative;
        right: 50%;
        top: 50%;
        transform: translate(50%, -80%); }
    .login-box-wrapper .input-wrapper {
        margin-top: 25px; }
    .login-box-wrapper .input-wrapper input {
        font-size: 16px; }
    .login-box-wrapper.verify {
        margin-top: 10px; }
    .login-box-wrapper .login-sign {
        margin-bottom: 20px; }
    .login-box-wrapper .login {
        width: 180px; }

    .footer-box .download-box {
        width: 90%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        margin-top: 0 !important; }
    .footer-box .download-box .download {
        background-size: 45px 45px;
        background-position: left center; }
    .footer-box .download-box .title {
        font-size: 16px; }
    .footer-box .download-box .sign {
        font-size: 12px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0; }
    .footer-box .footer {
        font-size: 12px; } }
@media screen and (max-width: 375px) {
    .download-box {
        position: static !important;
        transform: translate(0, 0) !important;
        white-space: normal !important; }

    .footer-box {
        height: auto; }
    .footer-box .footer {
        position: static;
        left: 0;
        right: 0;
        bottom: 50px; }
    .footer-box .download {
        box-sizing: border-box;
        display: inline-block;
        padding-left: 45px !important;
        background-size: 35px 35px !important;
        float: none !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
    .footer-box .download-box {
        overflow: hidden;
        max-width: 310px;
        margin-right: 0;
        margin-bottom: 20px; }

    /*.footer-box{*/
    /*position: static;*/
    /*}*/
    /*.footer-box .download-box{*/
    /*}*/ }
.formError {
    color: #FF4949;
    font-weight: 700;
    font-size: 14px; }

.greenPopup {
    color: #13CE66 !important; }

/*# sourceMappingURL=home.css.map */
