﻿/**!
 * [页面名称]:招投标
 * 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:  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: 16%;
    left: 7%;
    height: 70%;
}

.body-pic2 {
    position: absolute;
    top: 15%;
    left: 9%;
    height: 80%;
}



.login-footer {
    position: absolute;
    height: 96px;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #666;
}

.login-footer>p {
    margin-top: 16px;
}


/*login-block>*/

.login-block {
    margin-top: -159px;
    position: absolute;
    top: 50%;
    right: 9%;
    width: 325px;
  	/* height: 318px; */
    /* background:  no-repeat; */
    background:#fff;
    border-radius:5px;
}

.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;
}


.submit-block {
    margin: 0 30px;
}

.submit-block input,
.submit-block2 input {
    width: 203px;
    height: 42px;
    line-height: 42px;
    padding-left: 50px;
    padding-right: 10px;
    overflow: hidden;
    margin-left: 0;
    border: 1px solid #d7d8d5;
    border-radius: 4px;
    color: #4d90df;
    font-family: microsoft yahei;
    background:  11px center no-repeat;
}

.submit-block input:focus {
    border-color: #a3c7ef;
}

.submit-block input.pwd {
    background-image: ;
    background-position-x: 11px;
}

.login-btn>button {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    font-family: microsoft yahei;
    text-align: center;
    cursor: pointer;
    background-color: #39b7ad;
    border: 0;
    border-radius: 4px;
}

.operate {
    margin-top: 12px;
}

.operate a {
    color: #999;
    font-size: 14px;
}

.operate .download {
    padding-left: 23px;
    background:  no-repeat 4px center;
}

.mt23 {
    margin-top: 23px;
}

.mt14 {
    margin-top: 14px;
}

.submit-ca .mt14 {
    margin-top: 45px;
}

.submit-ca .login-btn>button {
    /* margin-top: 63px; */
    margin-top: 10px;
    margin-bottom: 30px;
}