/**!
 * 新点网上开评标系统登录页
 * date:2019-09-10
 * author: qxy;
 */

@charset "UTF-8";
html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    background: url(../images/bj.jpg) center bottom no-repeat;
    background-size: 100% 89.6%;
}

.header {
    height: 10.4%;
    background-color: #fff;
    box-shadow: 0px 3px 59px 0px rgba(9, 7, 183, 0.18);
}

.header .inner {
    height: 100%;
    margin: 0 auto;
    max-width: 1366px;
}

.header .logo {
    float: left;
    height: 100%;
}

.main {
    position: absolute;
    top: 10.4%;
    left: 0;
    right: 0;
    bottom: 0;
}

.main .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1366px;
    height: 100%;
}

.main-left {
    display: block;
    width: 663px;
    height: 467px;
    background: url("../images/main-left.png");
    margin-top: 98px;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    line-height: 1;
    color: #666;
}


/* 登录框 */

.loginBox {
    position: absolute;
    top: 35.2%;
    right: 0;
    margin-top: -189px;
    width: 583px;
    height: 331px;
    border-radius: 4px;
    background: url("../images/login-box.png") 0 0 no-repeat;
    box-shadow: 0px 30px 25px 0px rgba(16, 15, 104, 0.25);
}

.option {
    padding: 40px 0 0 46px;
    width: 189px;
}

.option .note {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.option .tab {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    text-align: left;
    text-indent: 32px;
    cursor: pointer;
}

.option .tab.active {
    color: #2996f2;
    background: #fff url("../images/arrow.png") 15px center no-repeat;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.kind {
    width: 394px;
    height: 100%;
}

.example-staff {
    padding: 47px 34px 0;
}

.kind .head {
    /*margin-bottom: 18px;*/
}

.kind .head .options {
    display: inline-block;
    margin-right: 54px;
    padding: 5px 0;
    font-size: 18px;
    color: #999;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.kind .head .options.active {
    color: #333;
    border-color: #2996f2;
}

.kind .tabbody {
    height: 215px;
    overflow: hidden;
}

.kind .input {
    display: block;
    width: 323px;
    height: 44px;
    /*margin-bottom: 13px;*/
    padding: 0 10px 0 46px;
    line-height: 44px;
    font-size: 14px;
    background: url(../images/pwd.png) 16px center no-repeat;
    border: 1px solid #d0dfec;
    border-radius: 3px;
    outline: 0;
}

.kind .input:focus {
    border-color: #3d9ff1;
}

.kind .input.user {
    background-image: url(../images/user.png);
}

.kind .login-btn {
    display: block;
    width: 325px;
    height: 46px;
    margin-top: 26px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #2996f2;
    border-radius: 3px;
    border: 0;
    outline: 0;
    text-shadow: 0px 1px 0px rgba(9, 93, 189, 0.55);
}

.kind .code {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    background: url(../images/code.png) 0 0 no-repeat;
    cursor: pointer;
}

.kind .brain {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 26px;
    height: 21px;
    background: url(../images/brain.jpg) 0 0 no-repeat;
    cursor: pointer;
}

.kind .sweep {
    position: absolute;
    top: 4px;
    right: 29px;
    width: 87px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    color: #2996f2;
    text-align: center;
    background: url(../images/box.png) 0 0 no-repeat;
    transition: all .5s linear;
}

.kind .renovate {
    position: relative;
    margin: 0 auto;
    width: 220px;
    height: 193px;
}

.kind .renovate img {
    display: block;
}

.kind .renovate p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    text-align: center;
    margin-left: -88px;
    margin-right: -60px;
    margin-top: 10px;
}

.kind .renovate p em {
    color: #2996f2;
}

.appcode {
    position: absolute;
    top: 215px;
    left: 325px;
    display: none;
    padding: 10px 8px 0;
    width: 189px;
    height: 198px;
    background: url(../images/code2.png);
    box-sizing: border-box;
    z-index: 9999;
}

.appcode p {
    font-size: 12px;
    line-height: 32px;
    color: #666;
    text-align: center;
}

.appcode .img {
    margin-left: 15px;
}

.kind .renovate .reinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
}

.kind .renovate .reinner div {
    padding-top: 72px;
    line-height: 14px;
}

.kind .renovate .reinner span {
    display: block;
    margin: 18px auto;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #2996f2;
    border-radius: 4px;
    cursor: pointer;
}

.kind .success {
    padding-top: 195px;
    background: url(../images/phone2.png) center 55px no-repeat;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.kind .success .green {
    color: #2eb175;
}

.kind .success .blue {
    color: #2996f2;
}

.kind .sweepcode {
    padding-top: 60px;
}

.ca-login input {
    margin-top: 16px;
}

.yzminput {
    margin: 0 auto;
    width: 240px;
    /*margin-left:33px;*/
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    text-indent: 46px;
    background: url(../images/loginnew/validate-login2.png) 16px center no-repeat;
    border: 1px solid #d0dfec;
    outline-color: #3d9ff1;
    border-radius: 3px;
}
.mt34 {
    margin-top: 40px; }

.mt18 {
    margin-top: 18px !important; }

.mt13 {
    margin-top: 13px !important; }

.mt10 {
    margin-top: 10px !important; }

.mt8 {
    margin-top: 8px !important; }

spanLogo {
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    color: #007CDB;
    margin-left: 10px;
}

.other-login {
	height: 35px;
    margin-left: -6px;
    margin-top: 1px;
    padding: 0 2px;
}
.other-login .other-login-tt {
	font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #2996f2;
    margin-right: 5px;
    display: inline;
}

/* 20260212 */

body {
    background-image: url(../images/loginnew/bg.jpg);
    background-size: 100% 100%;
}

.main {
    top: 0 !important;
}

.main .inner {
    max-width: 100%;
}

.main-left {
    position: relative;
    width: calc(100% - 527px);
    height: 100%;
    background: transparent;
    margin-top: 0;
    overflow: hidden;
}

.main-left .logo {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 58%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.loginBox {
    top: 0;
    right: 0;
    margin-top: 0;
    width: 527px;
    height: 100%;
    border-radius: 0;
    background: rgba(13, 41, 77, 0.4);
    backdrop-filter: blur(7.5px);
    padding: 0 70px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.option {
    width: 100%;
    padding: 0;
}

.option .welcome {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.option .note {
    font-size: 32px;
    margin-bottom: 50px;
}

.option .tab {
    min-width: 90px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
    text-indent: 0;
    margin-right: 6px;
    box-sizing: border-box;
    text-align: center;
}

.option .tab:last-child {
    margin-right: 0;
}

.option .tab.active {
    border-radius: 2px;
    background: #fff;
    color: #217CFF;
    font-weight: bold;
}

.kind {
    position: relative;
    width: 100%;
    height: 284px;
}

.example-staff {
    padding: 20px 0 0;
}

.kind .head {
    height: 49px;
    line-height: 48px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.kind .head .options {
    vertical-align: top;
    margin-right: 30px;
    height: 49px;
    line-height: 30px;
    padding-bottom: 15px;
    padding: 0;
    font-size: 22px;
    color: #fff;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
}

.kind .head .options:last-child {
    margin-right: 0;
}

.kind .head .options.active {
    color: #fff;
    border-color: #fff;
    font-weight: bold;
}

.kind .code,
.kind .brain,
.kind .sweep {
    top: 20px;
}

.kind .input {
    width: 100%;
    padding-left: 50px;
    font-size: 16px;
    border-color: #fff;
    background-color: #fff;
    background-repeat: 12px center;
}

.yzminput {
    width: 300px;
    font-size: 16px;
    border-color: #fff;
    background-color: #fff;
}

.kind .login-btn {
    width: 100%;
    background-color: #217CFF;
}

.kind .renovate p {
    color: #d0dfec;
    margin-left: 0;
    margin-right: 0;
}

.kind .success  {
    color: #d0dfec;
}

.kind .renovate p em,
.kind .success .blue {
    color: #fff;
}

.kind .renovate {
    width: 100%;
}

#mcertqrcode {
    margin: 0 auto;
}

.kind .renovate .reinner {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 193px;
}

.kind .renovate .reinner span {
    background-color: #217CFF;
}

.other-login {
    padding: 0;
    margin-left: 0;
    text-align: center;
}

.other-login .other-login-tt {
    padding: 0 5px;
    margin: 0 3px;
    background-color: #217CFF;
}
