
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
    /* -webkit-text-fill-color: #ededed !important; */
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; 
    /* èƒŒæ™¯è‰²é€æ˜Ž  ç”Ÿæ•ˆæ—¶é•¿  è¿‡æ¸¡æ•ˆæžœ  å¯ç”¨æ—¶å»¶è¿Ÿçš„æ—¶é—´ */
}
input{
    background-color:transparent;
}
.headerLogo{
    padding: 20px 0;
}
.headerLogo a{
    width: 280px;
    height: 58px;
}
.headerLogo a img{
    width: 280px;
    height: 58px;
}
.login{
    /* width: 100%;
    min-width: 1200px;
    background: url(../images/pc_login_bg.png)center no-repeat;
    height: 600px;
    background-size: auto 100%; */
    width: 100%;
    position: relative;
    padding-top: 10%;
}
.loginBg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.loginMsg{
    z-index: 9;
    width: 402px;
    position: absolute;
    right: 10%;
    /* top: 140px; */
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 3px 6px 6px rgba(0,0,0,0.2)
}
.loginMsg-ct{
    padding: 30px 0 0;
}
.loginMsg-ct>h3{
    margin-bottom: 25px;
    padding: 0 30px;
    font-weight: bold;
    color: #333;
}
.loginMsg-infor{
    border-bottom: 1px solid #efefef;
    padding: 0 30px 30px;
}
.loginMsg-infor li{
    height: 36px;
    margin-bottom: 15px;
}
.loginMsg-infor li:nth-last-of-type(1){
    margin-bottom: 0;
}
.loginMsg-infor li.border{
    border: 1px solid #d3d3d3;
}
.loginMsg-infor li input{
    border: none;
    float: left;
    height: 34px;
    padding-left: 15px;
    font-size: 14px;
    width: 228px;
    color: #333;
}
.loginMsg-infor-pic{
    width: 56px;
    height: 34px;
    background-color: #f4f2f2;
    text-align: center;
    border-right: 1px solid #d3d3d3;
}
.loginMsg-infor-pic img{
    width: 19px;
    height: 19px;
    margin-top: 7.5px;
}

.loginMsg-infor li.yzm{
    margin-bottom: 30px;
}
.loginMsg-infor li.yzm input{
    border: 1px solid #d3d3d3;
    height: 36px;
}
.loginMsg-infor li.yzm img{
    height: 36px;
    width: 100px;
}

.loginMsg-infor li.dl a{
    display: block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background-color: #82d008;
    color: #fff;
    font-size: 16px;
}
.loginMsg-infor li.zc a{
    display: block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border: 1px solid #82d008;
    color: #82d008;
    font-size: 16px;
}

.loginFast{
    padding: 15px 30px;
}
.loginFast-right{
    height: 24px;
}
.loginFast-right a{
    height: 24px;
}
.loginFast-right a:nth-last-of-type(1){
    margin-left: 30px;
}
.loginFast-right a img{
    width: 24px;
    height: 24px;
}
.loginFast-right a span{
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    color: #666;
}

input::placeholder{
    color: #999;
}

.address{
    font-size: 14px;
    padding: 20px 0;
}