html,
body {
    background-image: url('https://static.gov-bid.com/my-center/v2/prod/all/images/common/loginBack.jpg');
    background-size:cover;
    width:100%;
    height:100%;
}

* {
    margin: 0;
    padding: 0;
}

.login-wrap {
    display:block;
   

}

.codeText {
    cursor: pointer;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #D83434;
    font-size: 14px;
}

.codeText1 {
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgb(151, 157, 171);
    font-size: 14px;
    margin-right: 10px;
}

.headLogo {
    cursor: pointer;
    margin-left: 360px;
    width: 167px;
    height: 60px;
}

.head {
    width: 100%;
    height: 64px;
    background: #FFFFFF;
}

.loginLeftTitle {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    /* margin-top: 88px; */
    margin-bottom: 24px;
}

.loginLeftCode {
    width: 168px;
    height: 168px;
    margin-bottom: 24px;
}

.isLoginLeftCode {
    width: 168px;
    height: 168px;
    margin-bottom: 24px;
    opacity: 0.2;
}

.codeTitle {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #000000;
   
}

.updateBtn {
    margin-top: 16px;
    width: 88px;
    height: 30px;
    background: #D83434;
    line-height: 30px;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.codeCell {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 168px;
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loginCodeTitle {
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #606972;
    line-height: 16px;
}

.loginLeft {
    width: 372px;
    display: flex;
    flex-direction: column;
    margin-top: 88px;
    padding: 0px 100px;
}

.loginLine {
    margin-top: 56px;
    width: 0px;
    height: 360px;
    border: 1px solid #EFEFEF;
}

.login-tab {
    cursor: pointer;
    margin-right: 40px;
    margin-top: 88px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #979DAB;
    padding-bottom: 12px;
}

.login-tab-active {
    cursor: pointer;
    margin-right: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-top: 88px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    border-bottom: 2px solid #D83434;
    padding-bottom: 12px;
}

.rightLine {
    width: 308px;
    height: 1px;
    background: #E2E7EB;
    margin-bottom: 40px;
}

.login-btn {
    cursor: pointer;
    width: 308px;
    height: 44px;
    background: #D83434;
    box-shadow: 0px 2px 6px 1px rgba(216,52,52,0.3);
    border-radius: 1px 1px 1px 1px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    margin-top: 22px;
    border: none;
}

.checkText1 {
    cursor: pointer;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #3F454B;
    margin-left: 12px;
}

.checkText2 {
    cursor: pointer;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #D83434;
}

.loginRight {
    padding: 0px 49px;
}

.ms-login {
    margin: 0px auto;
    margin-top: 120px;
    width: 780px;
    height: 472px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 1px rgba(0,0,0,0.08);
    border-radius: 0px 0px 0px 0px;
    display: flex;
}

.inputBox {
    width: 308px;
    height: 40px;
    border: 1px solid #c0c4cc;
    display: flex;
    align-items: center;
}

.inputNumber {
    width: 190px;
    height: 30px;
    outline: none;
    border: none;
}


.botTitleBox {
    margin-top: 14px;
    display: flex;
    align-items: center;
}

.show {
    display: block;
}

.hidden {
    display: none;
}


/***
    底部
*/
.login-footer {
   
    clear:both;
    position:fixed;
    bottom:0;
    text-align: center;
    padding:15px 0;
    background-color:#fff;
    width:100%;
    font-size: 14px;
}

.footer-link {
    color: #979dab;
    
}

.eyeImg{
    width: 16px;
    height: 16px;
    margin-left: 60px;
    cursor: pointer;
}

.loginCodeImgBox{
    margin-top: 12px;
    text-align: center;
}

.loginCodeBrowser{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 4px;
}

.loginCodeProgram{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

 .shareRightCode{
    width: 113px;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}


