/**!
 * [页面名称]:电子招投标交易平台
 * 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(../../image/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(../../image/images/little2-icon.png) no-repeat right center;
}

.keywords2 .line {
    margin-bottom: 4px;
    background: url(../../image/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;
}
.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-block>*/

.login-block {
    margin-top: -150px;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 325px;
    height: 300px;
    background: url(../../image/images/login-blockBg.png) no-repeat;
    background-size:100% 100%;
}

.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;
    font-family: Microsoft Yahei;
    background: url(../../image/images/person-login2.png) 11px center no-repeat;
}

.submit-block input:focus {
    border-color: #a3c7ef;
}

.submit-block input.pwd {
    background-image: url(../../image/images/pwd-login2.png);
    background-position-x: 11px;
}

.submit-block input.validate {
    background-image: url(../../image/images/validate-login2.png);
    width: 105px;
}

.login-btn a {
    margin-top: 16px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    font-family: Microsoft Yahei;
    text-align: center;
    cursor: pointer;
    background-color: #43a8ef;
    border: 0;
    border-radius: 4px;
}

.operate {
    margin-top: 6px;
    line-height: 18px;
}

.operate a {
    color: #999;
    font-size: 14px;
}

.operate .download {
    padding-left: 23px;
    background: url(../../image/images/download-icon.png) no-repeat 4px center;
}
.operate .downloadsc {
    padding-left: 23px;
    background: url(../../image/images/download-icon.png) no-repeat 4px center;
}
.operate .register {
    padding-left: 5px;
}
.operate .forget {
    padding-left: 5px;
}
.mt10 {
    margin-top: 10px;
}

.submit-ca .mt14 {
    margin-top: 66px;
}

.submit-ca .login-btn a {
    margin-top: 16px;
}