/**!
 * [页面名称]:电子招投标交易平台
 * author: [gaojing];
 */


/*placeholder*/

::-webkit-input-placeholder
/* WebKit browsers */

{
    color: #999;
}

:-moz-placeholder
/* Mozilla Firefox 4 to 18 */

{
    color: #999;
}

::-moz-placeholder
/* Mozilla Firefox 19+ */

{
    color: #999;
}

:-ms-input-placeholder
/* Internet Explorer 10+ */

{
    color: #999;
}

.placeholder
/* Internet Explorer 9- */

{
    color: #999;
}


/*header*/

.login-header {
    height: 105px;
}

.login-header .title{
    margin-left: 3%;
    padding-left: 75px;
    font-size: 36px;
    height: 105px;
    line-height: 105px;
    background: url(../../images/images/login-title.png) left center no-repeat;
}

.login-header .title2 {
    color: #cb2e2e;
}

.login-body {
    position: absolute;
    top: 105px;
    bottom: 96px;
    width: 100%;
}

.body-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.body-pic1 {
    position: absolute;
    top: 20%;
    left: 8%;
    height: 67%;
}

.body-pic2 {
    position: absolute;
    top: 0;
    left: -1%;
    height: 100%;
}

.body-icon1 {
    position: absolute;
    top: 62%;
    left: 50%;
    width: 5%;
}

.body-icon2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23%;
}

.keywords {
    position: absolute;
    top: 45%;
    left: 38%;
    margin-top: -54px;
    width: 236px;
    height: 104px;
}

.keywords span {
    display: inline-block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 42px;
    cursor: default;
    transition: text-shadow .4s;
    -moz-transition: text-shadow .4s;
    -webkit-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    line-height: 55px;
}

.keywords span:hover {
    text-shadow: 0 0 15px #fff;
}

.keywords .mr {
    margin-right: 31px;
}
.keywords2 {
    position: absolute;
    top: 45%;
    right: 40%;
    margin-top: -60px;
    width: 470px;
    height: 120px;
    text-align: center;
    background: url(../../images/images/little2-icon.png) no-repeat right center;
}

.keywords2 .line {
    margin-bottom: 4px;
    background: url(../../images/images/keywords-bg.png) no-repeat;
}

.keywords2 span {
    display: inline-block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 36px;
    cursor: default;
}
.keywords2 .word {
    transition: text-shadow .4s;
    -moz-transition: text-shadow .4s;
    -webkit-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    line-height: 50px;
}
.keywords2 .green {
    color: #a4fffe;
}
.keywords2 .word:hover {
    text-shadow: 0 0 15px #fff;
}

.keywords2 .mr {
    margin-right: 45px;
}

.login-footer {
    position: absolute;
    height: 96px;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #666;
}

.login-footer>p {
    margin-top: 16px;
}


.login-hd,
.login-hd2 {
    padding-top: 6px;
    height: 45px;
    margin: 0 24px;
    border-bottom: 1px solid #daeaf7;
}

.login-hd li {
    float: left;
    width: 50%;
    line-height: 44px;
    color: #999;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}


.login-hd .cur {
    color: #3790e0;
    border-bottom: 2px solid #4d90df;
}

.login-hdyw .cur {
    color: #117ffc;
    border-bottom: 3px solid #117ffc;
}


.login-hdhy .cur {
    color: #6e85fb;
    border-bottom: 3px solid #6e85fb;
}


.submit-block {
    margin: 0 30px;
}

.submit-block input,
.submit-block2 input {
    width: 203px;
    height: 30px;
    line-height: 28px;
    padding-left: 50px;
    padding-right: 10px;
    overflow: hidden;
    margin-left: 0;
    border: 1px solid #d7d8d5;
    border-radius: 4px;
    font-family: Microsoft Yahei;
    background: url(../../images/images/person-login2.png) 11px center no-repeat;
}

.submit-block input:focus {
    border-color: #a3c7ef;
}

.submit-block input.user {
    background-image: url(../images/user.png);
    background-position-x: 11px;
}

.submit-block input.pwd {
    background-image: url(../images/pwd.png);
    background-position-x: 11px;
}

.submit-block input.validate {
    background-image: url(../images/check.png);
    width: 105px;
    margin-left: 2px;
    margin-top: 10px;
}

.login-btn>button {
    margin-top: 16px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft Yahei;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    background-size:100% 30px;
    /* background: url("../images/manager-login-bg.png");   */
}

.login-btnyw>button {
    background: url("../images/manager-login-bg.png");  
}

.login-btnhy>button {
    background: url("../images/transaction-login-btn.png");  
}


.transactionhy {
    background-image: url("../images/transaction-bg.jpg");
}

.transactionyw {
    background-image: url("../images/manager-bg.jpg");
}

.operate {
    margin: 8px -30px 0 0;
}

.operate a {
    float: left;
    width: 60px;
    height: 20px;
    margin-right: 38px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 3px;
}


.guide-download {
    color: #3aa9ff;
    border: 1px solid #11b1fc;
}

.drive-download {
    color: #f88140;
    border: 1px solid #f88140;
}

.free-download {
    color: #f95f5f;
    border: 1px solid #f85656;
}

.operate .download {
    color: #f88140;
    border: 1px solid #f88140;
}

.operate .register {
	padding-top : 10px;
    padding-left: 5px;
}
.operate .forget {
	padding-top : 10px;
    padding-left: 5px;
}

.mt10 {
    margin-top: 10px;
}

.submit-ca .mt14 {
    margin-top: 45px;
}

.submit-ca .login-btn button {
    margin-top: 16px;
}

/* 20220627二维码 */

.qrcode-wrap {
    position: relative;
    width: 191px;
    height: 191px;
    margin: 25px auto 0;
    padding: 10px;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    box-sizing: border-box;
}

.qrcode-img {
    display: block;
    width: 100%;
    height: 100%;
}

.qrcode-tip {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    color: #4f5d74;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}