/**!
 * 新点电子交易平台标准版-登录页
 * date:2019-04-18
 * author: xiaolong;
 */

@charset "UTF-8";

html {
    overflow-x: hidden;
    *overflow-y: auto;
}

.header {
    height: 88px;
    line-height: 88px;
    text-align: left;
    padding-left: 46px;
}

.header>img {
    vertical-align: middle;
}

.loginbg {
    position: relative;
    overflow: hidden;
    font-family: Microsoft yahei;
}

.loginbg>img {
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
}

/*#region 登录框 */
.login-tab {
    position: absolute;
    top: 50%;
    right: 14%;
    z-index: 1;
    display: flex;
    height: 463px;
    border-radius: 4px;
    box-shadow: 0 3px 30px 0 rgba(26, 76, 147, 0.08);
    transform: translateY(-50%);
    overflow: hidden;
}

.login-tab-inner {
    position: relative;
    box-sizing: border-box;
    padding: 42px 46px 0;
    width: 420px;
    background-color: #fff;
}

.login-tab-top {
    margin-bottom: 26px;
}

.login-tab-hd {
    display: flex;
    justify-content: center;
    height: 41px;
}

.login-tab-hd>li {
    box-sizing: border-box;
    padding: 0 15px;
    color: #555;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    user-select: none;
}

.login-tab-hd>li.active {
    color: #3472D7;
    border-bottom: 2px solid #3472D7;
}

.login-tab-hd>li+li {
    margin-left: 4px;
}

.login-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    height: 40px;
    text-align: center;
    line-height: 20px;
}

.login-info.right {
    color: #30bb7b;
}

.login-info.error {
    color: #fc5353;
}

.login-info.error span {
    box-sizing: border-box;
    padding-left: 20px;
    background: url("../../../image/images/image2024/redicon.png") no-repeat left center;
}

.login-form>.form-row {
    position: relative;
    margin-bottom: 16px;
    * vertical-align: middle;
    padding: 0;
}

.form-row>.label {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    padding-left: 13px;
}

.form-row>.txt {
    box-sizing: border-box;
    padding: 0 10px 0 40px;
    width: 100%;
    height: 42px;
    border: 1px solid #DCDFE2;
    border-radius: 2px;
    outline: none;
    background: no-repeat 15px center;
    transition: border-color .3s;
}

.form-row>.txt:focus {
    border-color: #3472D7;
}

.form-row>.txt.user {
    background-image: url("../../../image/images/image2024/icon1_test.png");
}

.form-row>.txt.pwd {
    background-image: url("../../../image/images/image2024/icon2_test.png");
}

.form-row>.txt.validate {
    padding-right: 103px;
    background-image: url("../../../image/images/image2024/icon3_test.png");
}

.form-row>.txt+.mini-verifycode {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 93px !important;
    height: calc(100% - 2px) !important;
}

.protocol a {
    color: #37a40e;
}

.protocol a:hover {
    text-decoration: underline;
}

.btnbar>.btnlogin {
    width: 100%;
    height: 46px;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    border: none;
    outline: none;
    border-radius: 2px;
    background-color: #3472D7;
    transition: background-color .3s;
    cursor: pointer;
}

.btnbar>.btnlogin:hover,
.btnbar>.btnlogin:active {
    background-color: #3085ff;
}

.btnbar {
    padding-top: 16px;
}

.form-btm {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.form-btm>a {
    color: #4E5463;
    line-height: 24px;
}

.form-btm>a:last-child {
    color: #3472D7;
}

.form-btm>a:hover {
    color: #3472D7;
}

.form-btm .download {
    float: none;
    color: #ff7800;
    text-decoration: underline;
}

.form-btm .download:hover {
    color: #1257ba;
}

.form-btm .enter {
    padding-left: 20px;
    background: url("../../../image/images/imagenew/icon-enter.png") 0 center no-repeat;
}

.form-btm .enter:hover {
    background-image: url("../../../image/images/imagenew/icon-enter2.png");
}

.form-btm .provide {
    padding-left: 20px;
    margin-right: 18px;
    background: url("../../../image/images/imagenew/icon-provide.png") 0 0 no-repeat;
}

.form-btm .provide:hover {
    background-image: url("../../../image/images/imagenew/icon-provide2.png");
}

.form-btm .split-line {
    width: 30px;
    height: 14px;
    position: relative;
}

.login-question {
    position: absolute;
    bottom: 42px;
    left: 46px;
    right: 46px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 26px;
    padding: 0 29px;
}

.login-question>span {
    padding-left: 23px;
    margin: 0 6px;
    background: url("../../../image/images/imagenew/note.png") 0 center no-repeat;
}

.login-question a {
    box-sizing: border-box;
    padding-left: 20px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    background: no-repeat left center/16px 16px;
}

.login-question a:hover {
    color: #1257ba;
}

.login-question a.docurl {
    background-image: url("../../../image/images/image2024/down.png");
}

.login-question a.faq {
    background-image: url(../../../image/images/image2024/question.png);
}

/* 小桥 */
.qiao {
    position: absolute;
    top: 330px;
    right: -83px;
    width: 105px;
    height: 102px;
}

.qiao>img {
    vertical-align: top;
    cursor: pointer;
}

.qiao-tip {
    position: absolute;
    top: -64px;
    right: -96px;
    width: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 0 6px;
    height: 64px;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    background: url("../../../image/images/imagenew/robot-msg.png") no-repeat;
}

.qiao-tip>span {
    display: block;
    color: #333;
}

.qiao-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 10px;
    cursor: pointer;
    background: url("../../../image/images/imagenew/close.png") center center no-repeat;
}

/* 登录帮助 */
.login-help {
    float: left;
    position: relative;
    z-index: 2;
    width: 324px;
    height: 479px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 5px 0 25px;
    background: url("../../../image/images/imagenew/help-bg.png") no-repeat;
}

.login-help-title {
    display: inline-block;
    position: relative;
    line-height: 38px;
    font-size: 18px;
    color: #1257ba;
    font-weight: 600;
    margin-left: 5px;
}

.login-help-title:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 35px;
    background: url("../../../image/images/imagenew/help.png") no-repeat;
    top: 2px;
    right: -40px;
}

.login-help-list {
    position: relative;
    height: 300px;
    overflow: auto;
    padding-left: 5px;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 6px;
}

.login-help-list a {
    color: #1257ba;
}

.login-help-list a:hover {
    color: #ff7e00;
    text-decoration: underline;
}

.login-help-dl {
    line-height: 30px;
    padding-top: 40px;
    position: relative;
    font-size: 0;
    text-align: center;
}

.login-help-dl>a {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
    padding: 0 10px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
    border: 1px solid #fba858;
    border-radius: 3px;
    background: url("../../../image/images/imagenew/icon-download.png") 10px center no-repeat;
    background-color: #ff7e00;
    background-color: rgba(255, 126, 0, 0.6);
}

.login-help-dl>a:hover {
    background-color: #ff4e00;
    background-color: rgba(255, 78, 0, 0.6);
}

.login-help-dl>.check {
    background: url("../../../image/images/imagenew/icon-circle.png") 10px center no-repeat;
    background-color: #3969aa;
    background-color: rgba(57, 105, 170, 0.6);
    border-color: #7ea6dd;
}

.login-help-dl>.check:hover {
    background-color: #2b438c;
    background-color: rgba(43, 67, 140, 0.6);
}

.login-help-dl:before {
    position: absolute;
    content: "";
    left: 5px;
    right: 25px;
    height: 1px;
    top: 0;
    background-color: #ecf0f6;
    background-color: rgba(236, 240, 246, 0.7);
}

/*placeholder*/
::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 流星 */
/*star*/
.u_p3d {
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
}

.u_camera {
    -webkit-perspective: 2000px;
    -webkit-perspective-origin: 50% 50%;
    perspective: 2000px;
    perspective-origin: 50% 50%;
}

.frame_star {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.star {
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.star_ani {
    position: absolute;
    width: 100%;
    height: 400px;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.star[data-status=busy] .star_ani {
    -webkit-animation-name: star_ani;
    animation-name: star_ani;
}

.star_left {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.star_right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.star_1 {
    width: 3px;
}

.star_1 .star_ani {
    background-image: url(../../../image/images/imagenew/star1.png);
}

.star_2 {
    width: 3px;
}

.star_2 .star_ani {
    background-image: url(../../../image/images/imagenew/star2.png);
}

.star_3 {
    width: 2px;
}

.star_3 .star_ani {
    background-image: url(../../../image/images/imagenew/star3.png);
}

@-webkit-keyframes star_ani {
    0% {
        top: 0;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

@keyframes star_ani {
    0% {
        top: 0;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

/*# sourceMappingURL=login04.css.map */
/* fixed */
.scan-code.login-question {
    padding-left: 50px;
    line-height: 28px;
    position: absolute;
    content: '';
    top: 391px;
    left: 0;
    margin-top: 25px;
}

.scan-code.login-question>span {
    margin: 0;
}

.scan-code.login-question>span+span {
    margin-left: 32px;
}

.login-tab .sweepcode p.business-license {
    color: #333;
    line-height: 21px;
    max-width: 200px;
    text-align: justify;
}
