﻿
/*powerd by pushauction jin*/
/*jin 2010.4.19*/

/*reset*/
a[href^="javascript"]:focus {
    outline: 0;
    -moz-outline-style: none;
}
/*
body {background: #fff;color: #444;}*/
html, body, pp-login-page-wrapper {
    height: 100%;
}

a {
    font-size: 12px;
    color: #0078d4;
    text-decoration: none;
    outline: none;
}

    a:link, a:visited {
        font-size: 12px;
        color: #0078d4;
        text-decoration: none;
        outline: none;
        cursor: pointer;
    }

    a:hover {
        font-size: 12px;
        color: #002398;
        outline: none;
        cursor: pointer;
    }

    a:focus {
        outline: none;
    }

body, div, q, iframe, form, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

ul, dl, li {
    list-style-type: none;
}

img {
    border: none 0;
}

body, td { /*word-break: break-all;word-wrap: break-word;*/
    line-height: 1.5;
}

body, input, select, button {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif,"宋体";
}

div, p, table, th, td {
    font-size: 1em;
    font-family: inherit;
    line-height: inherit;
}

em, i, u, q, s, dl, caption, dfn, var, address, cite, s, strike, del, ins {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
/*i{color:#669900}*/
hr {
    clear: both;
    margin: 7px 0; /* +margin: 0;*/
    border: 0 none;
    font-size: 1px;
    line-height: 1px;
    color: #ddd;
    background-color: #ddd;
    height: 1px;
}

q:before, q:after {
    content: “”;
    content: none;
}

q {
    quotes: “” “”;
}

h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif,"宋体";
    padding-top: 1px;
}

h1 {
    font-size: 13px;
    font-weight: bold;
    color: #444;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #444;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    color: #f80;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #444;
}

option {
    padding-left: 0.5em
}
/*Bugfix */


* html textarea {
    overflow: auto; /*overflow-x: hidden;*/
}

* html iframe, * html frame {
    overflow: auto;
}

* html input {
    overflow: hidden;
}

body ol li {
    display: list-item;
}

ol li {
    list-style-type: decimal
}
/*end Bugfix*/

/* pp login */
.pp-login-page-wrapper {
    display: flex;
    min-height: 100%;
}

.pp-login-page-left {
    flex: 1;
    padding-top: 8%;
    padding-bottom: 4%;
}

    .pp-login-page-left .top-introduce,
    .pp-login-page-left .bottom-introduce {
        position: relative;
        box-sizing: border-box;
        height: 30%;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

        .pp-login-page-left .top-introduce .introduce-title,
        .pp-login-page-left .top-introduce .introduce-content {
            padding-left: 42%;
            padding-right: 2%;
        }

        .pp-login-page-left .bottom-introduce .introduce-title,
        .pp-login-page-left .bottom-introduce .introduce-content {
            padding-left: 2%;
            padding-right: 42%;
        }

        .pp-login-page-left .top-introduce .introduce-content,
        .pp-login-page-left .bottom-introduce .introduce-content {
            height: calc(100% - 60px);
            border: 1px solid #ccc;
            background: #fff;
            padding-top: 25px;
            font-size: 14px;
            color: #999;
        }

    .pp-login-page-left .top-introduce {
        margin-bottom: 10%;
    }

    .pp-login-page-left .introduce-bg {
        height: 100%;
        width: 38%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px 1px;
    }

    .pp-login-page-left .top-introduce .introduce-bg {
        background-image: url(/images/top-introduce-bg.jpg);
        top: 0;
        left: 2%;
    }

    .pp-login-page-left .bottom-introduce .introduce-bg {
        background-image: url(/images/bottom-introduce-bg.jpg);
        top: 0;
        right: 2%;
    }

    .pp-login-page-left .top-introduce .introduce-title,
    .pp-login-page-left .bottom-introduce .introduce-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

.pp-login-page-right {
    width: 40%;
    background: #fff;
}

.login-wrapper {
    height: calc(100% - 50px);
    box-sizing: border-box;
    padding-top: 10%;
}

    .login-wrapper .container {
        height: calc(100% - 69px);
    }

        .login-wrapper .container .content {
            height: 100%;
            box-sizing: border-box;
        }

.pp-login-page-right .language-switcher {
    padding: 10px 25px;
    text-align: right;
}

    .pp-login-page-right .language-switcher a {
        text-decoration: none;
        color: #999;
        margin-left: 10px;
    }

.pp-login-page-right .site-logo {
    text-align: center;
    width: 30%;
    min-width: 200px;
    margin: auto;
}

.login-content {
    width: 40%;
    min-width: 300px;
    margin: auto;
    height: 100%;
    padding-top: 10%;
    box-sizing: border-box;
}

.login-form h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.login-form input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 5px 11px;
    margin-bottom: 25px;
    transition: all 0.2s;
}

    .login-form input.loginvalidationcode {
        width: calc(100% - 170px);
    }

    .login-form input:hover {
        border-color: #2495e0;
        border-width: 1px;
    }

    .login-form input:focus {
        border-color: #0078d4;
        box-shadow: 0 0 0 2px rgba(5, 185, 255, 0.1);
        outline: 0;
    }

.login-form label.form-title {
    color: #333;
    font-size: 12px;
    line-height: 2;
}

.login-form .login-btn {
    width: 100%;
    height: 36px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    border: none;
    border-radius: 8px;
    background: #0078d4;
    margin-top: 25px;
}

    .login-form .login-btn:hover {
        text-decoration: none;
        cursor: pointer;
        background: #0063b0;
    }

.login-form .login-btn-disabled {
    width: 100%;
    height: 36px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    border: none;
    border-radius: 8px;
    background: #ccc;
}

    .login-form .login-btn-disabled:hover {
        text-decoration: none;
        cursor: not-allowed;
    }

.forgot-pw {
    text-align: center;
    margin-top: 10px;
}

.pp-signup-row {
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
}

.form-validation-code {
    margin-bottom: 25px;
}

    .form-validation-code input, .form-validation-code img, .form-validation-code a {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
/* end pp login */
.footer {
    padding-bottom: 10px;
    clear: both;
    width: 100%;
    padding-top: 0px;
    background: #fff;
}

    .footer p {
        color: #333;
        text-align: center;
    }

.footerlink a {
    padding: 0 5px;
}

.footercr {
    padding-top: 8px;
    padding-left: 5px;
    text-align: center;
}

    .footercr p.footericp {
        padding-top: 5px;
        width: 160px;
        margin: 0;
    }

    .footercr img {
        margin-top: 4px;
    }

.logintxt {
    width: 60%;
    font-size: 12px;
    padding: 5px 2%;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 7px;
    box-shadow: 0px 0px 2px #ddd inset;
    margin-bottom: 4px; /*background:url(../images/home_key.png) 10px 0 no-repeat; padding-left:35px;*/
}

    .logintxt:hover, .logintxt:focus {
        border: 1px solid #aaa;
    }

.loginpwd {
    width: 60%;
    font-size: 12px;
    padding: 5px 2%;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 7px;
    box-shadow: 0px 0px 2px #ddd inset;
    margin-bottom: 4px; /* background:url(../images/home_key.png) 10px -26px no-repeat; padding-left:35px;*/
}

    .loginpwd:hover, .loginpwd:focus {
        border: 1px solid #aaa;
    }

.refresh-captcha {
    background: url(../images/sysicon.png) -1px -421px no-repeat;
    display: block;
    width: 18px;
    height: 18px;
}

.refresh-captcha {
    margin-left: 10px;
}

.refresh-img {
    margin-left: 10px;
}

.registerverification {
    background: url(../images/smileface.png) 50px top no-repeat;
    margin-top: 30px;
    float: left;
    width: 98%
}

.padding-top-10 {
    padding-top: 10px
}

.hpbrow {
    width: 100%;
    float: left;
    background: #fefefe;
}

    .hpbrow h2 {
        font-size: 12px;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        text-align: left;
        margin-top: 20px;
        margin-left: 30px;
    }

    .hpbrow .notes {
        margin: 15px 30px 20px 30px;
        text-align: left;
        color: #f60;
    }

.footer.footer {
    background: transparent;
    border-top: 1px solid #efefef;
}

.hplogin {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}

.hploginleft {
    float: left;
    width: 50%;
    box-shadow: 4px 0px 0px #eee;
    border-right: 1px solid #ccc;
    background: #fff;
    min-height: 360px;
}

    .hploginleft h1 {
        font-size: 0;
        font-size: 20px;
    }

.hploginright {
    float: right;
    width: 49.8%;
}



.ssllogin {
    margin: 30px;
}

    .ssllogin h1 {
        text-align: left;
        width: 100%;
    }

    .ssllogin p {
        margin-bottom: 0px;
        border: 1px solid #f60;
        background: #FFE2B9;
        padding: 5px;
        float: left;
    }

    .ssllogin dl {
        float: left;
        padding-bottom: 12px;
        width: 100%;
    }

    .ssllogin dt, .ssllogin dd {
        float: left;
    }

    .ssllogin dt {
        width: 100%;
        text-align: left;
        margin-right: 10px;
        padding-bottom: 10px;
    }

    .ssllogin dd {
        width: 100%;
        margin-bottom: 20px;
        vertical-align: middle
    }

        .ssllogin dd input {
            vertical-align: middle;
        }

.forgetpwd {
    padding-top: 10px;
}

.alert_msg {
    width: 100%;
    float: left;
    min-height: 30px;
}

.danger.validation-summary-errors ul {
    text-align: left;
    background: url(/images/error_icon.png) left no-repeat;
    padding: 5px;
    padding-left: 20px;
    color: #d11421;
}

.danger.validation-summary-errors li {
    line-height: 18px;
    list-style-type: none;
    padding-left: 5px;
}

.hlogin_feature {
    min-height: 150px;
    border-bottom: 1px solid #ccc;
    margin-right: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

    .hlogin_feature h2 {
        font-size: 16px;
        color: #333;
        text-align: left;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    .hlogin_feature p {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        text-align: left;
    }

    .hlogin_feature i {
        margin-right: 5px;
    }

/*.hlogin_signup{ min-height:150px; margin-right:30px; margin-top:30px;margin-left:30px;}
.hlogin_signupin{min-height:80px;}
.hlogin_signup h2{ font-size:16px; color:#333; text-align:left; margin:0; padding:0;margin-bottom:10px;  }*/
.hlogin_signup {
    min-height: 150px;
    margin-right: 30px;
    margin-top: 130px;
    margin-left: 30px;
}

.hlogin_signupin {
    min-height: 160px;
    text-align: center;
}

.hlogin_signup h2 {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

body {
    background-color: #f5f5f5;
    min-width: 1300px;
}

.systemloading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    border: 5px solid;
    border-radius: 50% !important;
    border-color: #d8e0e6;
    border-top-color: #bb111e;
    box-sizing: border-box;
    animation: fa-spin 1.2s infinite linear;
    z-index: 1000;
}

    .systemloading i {
        color: #333;
        font-size: 30px
    }

#cover {
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100% !important;
    height: 100% !important;
    filter: alpha(opacity=30);
    opacity: 0.2;
    z-index: 999
}

.divDisplayNone {
    display: none;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.alertmsg {
    border: 1px solid #FFE58F;
    background: #fffbe7;
    width: 98%;
    float: left;
    margin-bottom: 10px;
    padding: 1%;
    border-radius: 4px;
}

.modal-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 99;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 20px;
}

.modal-close {
    cursor: pointer;
    float: right;
    font-size: 16px;
}

.modal.two-factor-auth {
    top: 120px;
    margin-left: -200px;
    height: 300px;
    width: 400px;
}

.two-factor-auth .title {
    text-align: center;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
}

.two-factor-auth .title-1 {
    font-size: 18px;
    margin-top: 30px;
}

.two-factor-auth .title-2 {
    font-size: 14px;
    margin-top: 30px;
}

.two-factor-auth .title-4 {
    font-size: 12px;
}

.two-factor-auth .verification-code {
    outline: none;
    display: block;
    margin: 20px auto 0;
    padding: 5px 0;
    letter-spacing: 7px;
    width: 150px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #bbb;
    text-align: center;
}

.two-factor-auth .input-error {
    text-align: center;
    color: red;
    margin: 10px auto 0;
    width: 65%;
}

.two-factor-auth .btn-confirm {
    cursor: pointer;
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #03529E;
    border-radius: 4px;
    border: 0;
    outline: none;
    display: block;
    margin: 40px auto 0;
}

    .two-factor-auth .btn-confirm:hover {
        background-color: #024588;
    }

@media screen and (max-width: 1000px) {
    body {
        min-width: unset;
    }

    .pp-login-page-left {
        display: none;
    }

    .pp-login-page-right {
        width: 100%;
    }
}
