﻿/**!
 * [页面名称]:安徽公共资源交易集团
 * author: [gaojing];
 */
html {
    *overflow: hidden;
}
body {
    overflow: hidden;
}
.loginbg {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.loginbg > img {
    left: 0;
    position: absolute;
    top: 0;
}

.title {
    position: absolute;
    top: 13%;
    left: 50%;
    margin: -70.5px 0 0 -477.5px;
}

.title.title2 {
    margin: -70.5px 0 0 -398px;
}

.pic {
    position: absolute;
    top: 55%;
    left: 30%;
    margin: -235.5px 0 0 -339px;
}

.pic.pic2 {
    margin: -204.5px 0 0 -310px;
}


/*login-block>*/
.login-block3 {
	top: 52%;
	height: 100%;
    padding: 8px 40px 0;
    border-radius: 5px;
    background-color: #fff;
}

.login-bigbox {
    position: absolute;
    top: 52%;
    left: 50%;
    margin: -165px 0 0 -205px;
    width: 410px;
    height: 330px;
    padding: 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
}

.login-box {
    position: absolute;
    top: 52%;
    left: 50%;
    margin: -165px 0 0 -205px;
    width: 410px;
    height: 330px;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
}

.login-block-hy {
    margin: -241.5px 0 0 -235.5px !important;
    padding: 49px 52px 55px 52px;
    position: absolute;
    top: 52%;
    left: 64%;
    width: 367px;
    height: 382px;
    background: url(customframe4bid/images/login-blockBg.png) no-repeat;
    z-index: 99;
}

.login-block3.login-block2 {
    left: 50%;
}

.login-hd li {
    float: left;
    width: 50%;
    line-height: 70px;
    color: #b8d2ef;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
    cursor: pointer;
}
.login-hd .cur {
    color: #006fed;
    background: #fff;
}


.submit-block {
    margin: 0 23px;
    padding: 5px 0 0 0;
}

.iptitem {
    position: relative;
    margin-top: 15px;
}

.iptitem.user > .icon {
    background-image: url(../images/user-icon.png);
}
.iptitem.user-hy > .icon {
    background-image: url(customframe4bid/images/user-icon.png);
}

.iptitem.pwd > .icon {
    background-image: url(../images/pwd-icon.png);
}
.iptitem.pwd-hy > .icon {
    background-image: url(customframe4bid/images/pwd-icon.png);
}

.iptitem.code > .icon {
    background-image: url(customframe4bid/images/code-icon.png);
}
.iptitem.code-hy > .icon {
    background-image: url(customframe4bid/images/code-icon.png);
}

.iptitem > .icon {
    position: absolute;
    left: 4px;
    top: 0;
    display: block;
    width: 50px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center center;
}

.iptitem > input {
    padding: 0 10px 0 54px;
    width: 257px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    outline: none;
}

.iptitem.code > input {
    padding: 0 104px 0 54px;
    width: 163px;
}

.code-pic {
    position: absolute;
    top: 5px;
    right: 14px;
    display: block;
    width: 80px;
    height: 34px;
    background: url(../images/code.png);
}

.submit-block input:focus {
    border-color: #006fed;
}


.login-btn > button {
    margin-top: 20px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #006fed;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}
.login-btn>button:hover {
   /*  background-color: #1eac86; */
}

.login-btnyw {
    background: url(customframe4bid/images/manual-icon.png)
}

.operate {
    margin-top: 18px;
}

.operate a {
    display: inline-block;
    color: #ababab;
}

.operate .manual {
    color: #3aa9ff;
    border: 1px solid #11b1fc;
}
.operate .manual-hy {
    margin-right: 20px;
    padding-left: 23px;
    background: url(customframe4bid/images/manual-icon.png) no-repeat 0 center;
}

.operate .drive {
    padding-left: 25px;
    background: url(../images/drive-icon.png) no-repeat 0 center;
}
.operate .drive-hy {
    padding-left: 25px;
    background: url(customframe4bid/images/drive-icon.png) no-repeat 0 center;
}

.operate .download {
   color: #f95f5f;
    border: 1px solid #f85656;
}

.submit-ca .iptitem.pwd {
    margin-top: 60px;
}

.submit-ca .login-btn>button {
    margin-top: 63px;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    font-size: 12px;
    text-align: center;
}

.footer .company {
    margin: 0 auto 4px;
    width: 238px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    background: url(../images/footer-bg.png);
}
.footer .company-hy {
    margin: 0 auto 4px;
    width: 238px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    background: url(customframe4bid/images/footer-bg.png);
}

.footer .version {
    color: #006fed;
}

/*placeholder*/

::-webkit-input-placeholder
/* WebKit browsers */

{
    color: #ababab;
}

:-moz-placeholder
/* Mozilla Firefox 4 to 18 */

{
    color: #ababab;
}

::-moz-placeholder
/* Mozilla Firefox 19+ */

{
    color: #ababab;
}

:-ms-input-placeholder
/* Internet Explorer 10+ */

{
    color: #ababab;
}

.placeholder
/* Internet Explorer 9- */

{
    color: #ababab;
}