.login-registration{
    width: 400px;
    margin:120px auto 180px;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.login_header {
    width: 100%;
    height: 50px;
    margin:40px 0 30px;

}

.login_header ul {
    display: flex;
    justify-content: center;
}
.login_header ul li {
    font-family: Microsoft YaHei;
    font-size: 20px;
    padding-bottom: 12px;
    margin: 0 20px;
}

.login_header ul li a {
    padding-bottom:12px;
    color: #989898;
}

.active{
    border-bottom:3px solid #FFDD44;
    color: #181818;
}

.login-con {
    margin: 0 auto;
    width: 360px;
}

.login-con ul li {
    margin-bottom: 10px;
    position: relative
}
input:-webkit-autofill {
    /*-webkit-box-shadow: 0 0 0px 1000px white inset !important;*/
    -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}
input::-webkit-input-placeholder{
    color:#C8C8C8;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#C8C8C8;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#C8C8C8;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#C8C8C8;
}
.login-con ul li input[type=text], .login-con ul li input[type=password] {
    width: 360px;
    height: 56px;
    outline: none;
    border:none;
    border-radius: 4px;
    text-indent: 20px;
    background-color: #F5F5F5 !important;
    font-size: 14px;
}

.login-con ul li.yzm input[type=text] {
    width: 230px;
    margin-right: 8px
}

.login-con ul li img.yzm {
    width: 128px;
    height: 46px;
    vertical-align: middle
}



.login-con li {
    position: relative;
}

.label_name {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/Public/Home/images/denglu_touxiang.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.label_password {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/Public/Home/images/shouye/mima.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.btn_login {
    display: block;
    height: 56px;
    line-height: 44px;
    font-size: 14px;
    color: #181818;
    text-align: center;
    background: #ffdd44;
    width: 100%;
    cursor: pointer;
    outline: none;
    border:none;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 21px;
}



.find_password {
    text-align: center;
    cursor: pointer;
    margin-bottom: 39px;
}
.find_password a {
    color: #989898;
    font-size: 13px;
}
.use_wei{
    text-align: center;
    position: relative;
}
.use_wei:after{
    content:"";
    display: block;
    width: 126px;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 10px;
}
.use_wei:before{
    content:"";
    display: block;
    width: 126px;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    left: -2px;
    top: 10px;
}
.use_wei a{
    color: #c8c8c8;
    font-size: 12px;
}
.weixinWrap{
    margin-bottom: 30px;
}

.login_wx {
    width: 46px;
    height: 46px;
    display: block;
    margin: 10px auto 0;
    background: url(/Public/Home/images/icon_weixin.png) no-repeat;
    
}

/*.login_wx:hover {
    width: 90px;
    height: 90px;
    background: url(/Public/Home/images/wx_login.png) no-repeat;
    background-size: 90px 90px;
    margin-bottom: 15px
}

.login_qq {
    width: 90px;
    height: 90px;
    display: block;
    background: url(/Public/Home/images/qq_login_hover_1.png) no-repeat;
    background-size: 90px 90px;
    text-indent: -9999em;
    margin-bottom: 15px
}

.login_qq:hover {
    width: 90px;
    height: 90px;
    background: url(/Public/Home/images/qq_login.png) no-repeat;
    background-size: 90px 90px;
    margin-bottom: 15px
}
*/












