﻿body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
} 

.divfill {
    width: 100%;
    height: 100%;
} 

#wechatLogin {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
} 

#seepwd {
    cursor: pointer;
} 

#ImgLogo {
    position: absolute;
    top: 50px;
    right:80px; /*都是ie搞的鬼*/
} 

a {
    color: #19ADE6 !important;
    text-decoration: none;
} 

a:link {
    color: #19ADE6 !important;
    text-decoration: none;
}

a:hover {
    color: #19ADE6 !important;
    text-decoration: underline;
} 

a:visited {
    color: #19ADE6 !important;
    text-decoration: none;
} 

a:active {
    color: #19ADE6 !important;
    outline: none;
    text-decoration: none;
} 

.diyContent p {
    color: white;
    padding-left: 10px
} 

.diyContent1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.loginDiv {
    height: 550px;
    width: 420px;
    background-color: white;
    position: absolute;
    top:50%;
    right:15%;
    z-index: 999;
    border-radius:8px;
    margin-top:-260px
} 

.imgbutton {
    width: 300px;
    height: 40px;
    background-color: #ff7200;
    border: 0px;
    border-radius: 0px;
    margin-top: 50px;
    color: white;
    font-size: 17px;
    outline: none;
    cursor: pointer;
}

.imgbutton:hover {
    opacity: 0.9
}

.findPwdInput {
    border: 0px;
    cursor: pointer;
    outline: none;
    background: white;
    line-height: 30px;
    height: 40px;
    margin-top: -10px;
    font-size: 14px;
    font-weight: bold
}

#TB_LoginId {
    border: 0px;
    cursor: pointer;
    outline: none;
    background: white;
    line-height: 30px;
    height: 40px;
    margin-top: -10px;
    font-size:14px;
    font-weight:bold;
    padding-left:10px;
}

#TB_LoginId:-webkit-autofill /*去掉自动填充生成的背景颜色*/ {
    box-shadow: 0 0 0px 1000px white inset !important;
}
#resetPWDInputLoginId:-webkit-autofill /*去掉自动填充生成的背景颜色*/ {
    box-shadow: 0 0 0px 1000px white inset !important;
}
#resetPWDInputPhoneNum:-webkit-autofill /*去掉自动填充生成的背景颜色*/ {
    box-shadow: 0 0 0px 1000px white inset !important;
}
#smsyzm:-webkit-autofill /*去掉自动填充生成的背景颜色*/ {
    box-shadow: 0 0 0px 1000px white inset !important;
}
#newpwd:-webkit-autofill /*去掉自动填充生成的背景颜色*/ {
    box-shadow: 0 0 0px 1000px white inset !important;
}
#confirmpwd:-webkit-autofill /*去掉自动填充生成的背景颜色*/ {
    box-shadow: 0 0 0px 1000px white inset !important;
}

#TB_LoginId::-webkit-input-placeholder { /*input placeholder颜色*/
    color: #cccccc;
}

#TB_LoginId::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
}

#TB_LoginId:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

#TB_LoginId:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

#TBCode {
    border: 0px;
    cursor: pointer;
    outline: none;
    background: white;
    line-height: 30px;
    height: 40px;
    margin-top: -10px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

    #TBCode:-webkit-autofill /*去掉自动填充生成的背景颜色*/ {
        box-shadow: 0 0 0px 1000px white inset !important;
    }
    #TBCode::-webkit-input-placeholder { /*input placeholder颜色*/
        color: #cccccc;
    }

    #TBCode::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #cccccc;
    }

    #TBCode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #cccccc;
    }

    #TBCode:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #cccccc;
    }

#TB_PassWord {
    border: 0px;
    cursor: pointer;
    outline: none;
    background: white;
    line-height: 30px;
    height: 40px;
    margin-top: -10px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

#TB_PassWord:-webkit-autofill /*去掉自动填充生成的背景颜色*/ {
    box-shadow: 0 0 0px 1000px white inset !important;
}

#TB_PassWord::-webkit-input-placeholder { /*input placeholder颜色*/
    color: #cccccc;
}

#TB_PassWord::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
}

#TB_PassWord:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

#TB_PassWord:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

#TB_PassWord::-ms-clear {
    display: none;
}

#TB_PassWord::-ms-reveal {
    display: none;
}

.errorLabel { 
    width: 400px;
    /*background-color: white;*/
    height: auto;
    position: absolute;
    top: 360px;
    left:60px
}
.priDiv {
    width: 300px; 
    height: auto;
    position: absolute;
    top: 480px;
    left: 60px;
    word-break:break-all
}

.loginInputDiv {
    height: 35px;
    width: 300px;
    border-bottom: 1px solid #ded8d8;
    display: flex
}

.label1 {
    color: white;
    font-size: 17px;
    vertical-align: super
}
.langselect {
    border: 0px;
    background: rgba(0, 0, 0, 0.00);
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-family: 'Microsoft YaHei UI';
    height: 40px;
    font-weight: lighter; 
}
.langselect option {
    background-color: #34353c;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Microsoft YaHei Light'
} 