/* @font-face {
    font-family: 'pingfangSC';
    src: url('../fonts/pingfang_regular-webfont.eot');
    src: url('../fonts/pingfang_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pingfang_regular-webfont.woff2') format('woff2'),
         url('../fonts/pingfang_regular-webfont.woff') format('woff'),
         url('../fonts/pingfang_regular-webfont.ttf') format('truetype'),
         url('../fonts/pingfang_regular-webfont.svg#pingfangSC') format('svg');
    font-weight: normal;
    font-style: normal;
} */

html {
    height: 100%;
}

* {
    font-family: PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
}

label {
    font-weight: 400;
}

body {
    /* overflow: hidden; */
    /* min-width: 700px; */
    height: 100%;
}

.btn-blue,
.btn-blue:focus {
    background: linear-gradient(to right, #8c8ff8, #6cadff);
    color: #fff;
    border-radius: 50px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    font-size: 17px;
}

.btn-blue:hover {
    color: #fff;
    background: #87a6ff;
}

.btn-blue:active {
    box-shadow: 4px 4px 6px rgba(124, 154, 239, .8), inset 1px 2px 4px rgba(0, 0, 0, .1);
}

.login {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    padding: 0;
    color: #393d48;
}


/* .login header {
    box-shadow: none;
} */

.login-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 80px;
}

.login-box {
    width: 100%;
    background: #fff;
    padding: 0 25px;
}

.login-box h1 {
    font-size: 24px;
    color: #393d48;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.login-role .nav-tabs {
    width: 100%;
    border: none;
}

.login-role .nav>li {
    width: 50%;
}

.login-role .nav>li>a {
    border: none;
    color: #383838;
    font-size: 28px;
    text-align: center;
}

.login-role .nav>li>a:after {
    content: '';
    display: block;
    width: 46px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    background: transparent;
}

.login-role .nav-tabs>li.active>a,
.login-role .nav-tabs>li.active>a:hover,
.login-role .nav-tabs>li.active>a:focus,
.login-role .nav>li>a:hover,
.login-role .nav>li>a:focus {
    border: none;
    background: none;
    color: #668eff;
}

.login-role .nav-tabs>li.active>a:after,
.login-role .nav-tabs>li.active>a:hover:after,
.login-role .nav-tabs>li.active>a:focus:after,
.login-role .nav>li>a:hover:after,
.login-role .nav>li>a:focus:after {
    background: #668eff;
}

.login-role .tab-content {
    padding: 72px 95px 0px;
}

.login-role #admin {
    padding-bottom: 72px;
}

.login-role #staff {
    padding-bottom: 27px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    position: relative;
}

.form-horizontal .form-group .form-control {
    background: none;
    padding: 10px 0 10px 40px;
    height: 60px;
    font-size: 17px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #c1c8de;
}

.form-horizontal .form-group .form-control::placeholder {
    color: #bdc2d0;
}

.form-horizontal .form-group .form-control:focus {
    box-shadow: none;
    border-color: #989898;
}

.form-horizontal .form-group .form-control.error {
    border-color: #ff8d8d;
}

.btn-look .btn {
    position: absolute;
    right: 10px;
    top: 0px;
    background: none;
    height: 52px;
}

.btn-look .form-control {
    padding-right: 65px;
}

.btn-code .btn {
    color: #668eff;
    font-size: 17px;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    background: none;
    height: 60px;
}

.btn-code .form-control {
    padding-right: 130px !important;
}

.login-role .forget-link {
    font-size: 18px;
    color: #808080;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

.login-role .forget-link:hover {
    color: #668eff;
}

.login-box .btn-blue {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.login-box .btn-download {
    background: #fff;
    border-color: #648BFF;
    color: #3946b5;
    margin-top: 20px;
}

.decs {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #808080;
}

.link {
    color: #648BFF;
}

.help-link {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
}

.help-link:hover {
    color: #fff;
}

.code {
    width: 224px;
    margin: auto;
    display: block;
    margin-bottom: 80px;
}

.code-intro {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #383838;
}

.code-intro.text-gray {
    color: #808080;
}

.steps {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.steps:after {
    content: '';
    clear: both;
    display: block;
}

.steps>.step {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
}

.steps>.step:first-child::before {
    display: none;
}

.steps>.step:last-child::after {
    display: none;
}

.steps>.step::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 50%;
    height: 1px;
    background: #dbdbdb;
}

.steps>.step:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0px;
    width: 50%;
    height: 1px;
    background: #dbdbdb;
}

.steps.step1>.step:first-of-type>.stepName,
.steps.step2>.step:first-of-type>.stepName,
.steps.step2>.step:nth-child(2)>.stepName,
.steps.step3>.step>.stepName {
    color: #648BFF;
}

.steps>.step>.num {
    background: url(../images/login/step-normal.png) center center no-repeat;
    background-size: contain;
    width: 14px;
    height: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.steps>.step.active .num {
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/login/step-active.png) center center no-repeat;
    background-size: contain;
}

.steps>.step.complete .num {
    position: relative;
    width: 14px;
    height: 30px;
    background: url(../images/login/step-complete.png) center center no-repeat;
    background-size: contain;
}

.steps>.step>.stepName {
    display: block;
    font-size: 13px;
    color: #cccccc;
}

.step2>.step-1:after,
.step2>.step-2::before {
    background: #648BFF;
}

.step3>.step-1:after,
.step3>.step-2::before,
.step3>.step-2::after,
.step3>.step-3::before {
    background: #648BFF;
}

.step-box {
    padding: 20px 0;
}

.step-box h2 {
    font-size: 17px;
    margin-bottom: 20px;
}

.step-box h2 strong {
    font-size: 20px;
}

.step2-box .code-intro {
    margin-top: 38px;
    margin-bottom: 20px;
}

.login-box .step2-box .btn-blue {
    margin-bottom: 20px;
}

.sign-intro {
    font-size: 30px;
    color: #648bff;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.code-intro {
    font-size: 18px;
    color: #808080;
}

.modal-statement iframe {
    width: 100%;
    height: calc(100vh - 38px - 50px);
    overflow-y: auto;
    border: none;
}

.modal-statement .modal-dialog {
    margin: 0;
}

.modal-statement .modal-content {
    border-radius: 0;
    border: none;
}

.modal-statement .modal-header {
    padding: 10px 15px 0 15px;
    border: none;
}

.modal-statement .modal-header .close {
    font-size: 30px;
}

.modal-statement .modal-body {
    height: calc(100vh - 38px);
    overflow: hidden;
}

.statement {
    color: #333;
}

.statement .logo {
    margin-bottom: 0;
}

.statement-list,
.statement-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.statement-list label {
    font-size: 21px;
    margin: 20px 0 10px 0;
    display: block;
}

.statement-list li {
    line-height: 28px;
    font-size: 16px;
}

.statement-list ul li {
    list-style: square;
}

.statement-list ul li ul li {
    list-style: disc;
}

.statement-list ul li ul li ul li {
    list-style: circle;
}

.statement-list ul {
    margin-left: 20px;
}

.statement h5 {
    margin-top: 0;
    font-size: 24px;
}

.statement .footer {
    background: #3c8dbc;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
}

.statement .header {
    background: rgba(255, 255, 255, .92);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
    padding: 20px 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.statement .header .logo {
    width: 100%;
}

.statement .header .nav {
    float: right;
    margin-top: 20px;
}

.statement .header .nav a {
    cursor: pointer;
    font-size: 16px;
}

.icon-login {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-company {
    background-image: url(../images/login/icon-company.png);
}

.icon-name {
    background-image: url(../images/login/icon-name.png);
}

.icon-phone {
    background-image: url(../images/login/icon-phone.png);
}

.icon-code {
    background-image: url(../images/login/icon-code.png);
}

.icon-mail {
    background-image: url(../images/login/icon-mail.png);
}

.icon-password {
    background-image: url(../images/login/icon-password.png);
}

.icon-success {
    width: 192px;
    height: 124px;
    display: block;
    margin: 20px auto 10px auto;
    background-image: url(../images/login/icon-success.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.step3-box p {
    font-size: 17px;
    margin-bottom: 20px;
}

.guide-txt {
    font-size: 12px;
    color: #6f7586;
    text-align: center;
}

.guide-txt span {
    color: #648BFF;
}

.guide-img {
    width: 90%;
    margin: auto;
}