/**!
 * 新点网上开评标系统登录页
 * 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-left: 10%;
	max-width: 1266px;
}

.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: 10px;
    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/login/yzm.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;
}
