

.login-registration {
    width: 450px;
    margin:120px auto 50px;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.login_header_all {
    width: 100%;
    margin:20px 0 0px 0;
    color: #363636;
    text-align: center;
    font-size: 24px;
}
.login_header_txt{
    width: 100%;
    height: 50px;
    color: #939393;
    text-align: center;
    font-size: 14px;

}
.active{
    border-bottom:3px solid #FFDD44;
    color: #181818;
}
.register-con {
    margin: 0 auto;
    width: 360px;
}

.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;
}
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;
}
input:-webkit-autofill {
    /*-webkit-box-shadow: 0 0 0px 1000px white inset !important;*/
    -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}
.register-con ul li input[type=text], .register-con ul li input[type=password] {
    width: 100%;
    height: 56px;
    line-height: 44px;
    background-color: #F5F5F5;
    outline: none;
    border:none;
    border-radius: 4px;
    text-indent: 20px;
    font-size: 14px;
}

.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;
}

.label_phone {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 15px;
    height: 23px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/Public/Home/images/phone_icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.register-con ul li {
    margin-bottom: 25px;
    height: 46px;
    position: relative;
}

.send_code {
    display: inline-block;
    width: 130px;
    height: 56px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    outline: none;
    border:none;
    border-radius: 4px;
    border:1px solid #f5f5f5;
    background-color: #ffffff;
    color:#181818;
}

.register-con .btn {
    padding: 20px 0 40px;
    width: 368px;
    margin: 0 auto;
}

.btn_onsubmit {
    display: block;
    height: 56px;
    line-height: 44px;
    font-size: 14px;
    color: #181818;
    text-align: center;
    background: #ffd914;
    width:360px;
    cursor: pointer;
    outline: none;
    border:none;
    border-radius: 4px;
}

#code {
    width: 225px;
    height: 56px;
    text-indent: 20px;
    font-size: 14px;
    /* color:#c8c8c8; */
}
.yanzheng-ma{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.radio-cheack{
    margin-bottom: 20px;
    color:#181818;
    font-size: 14px;
}
.radio-cheack{
    display: flex;
}
.radio-cheack-s{
    display: flex;
    align-items: center;
    position: relative;
}
.radio-cheack-s-one{
    margin-right: 40px;
}
.radio-ch{
    margin-right: 20px;
    width: 24px;
    height: 24px;
    position: absolute;
    right:26px;
    opacity: 0;
}

.radio-bg{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image:url('/Public/Home/images/radio.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.radio-bg-s{
    background-image:url('/Public/Home/images/radio-check.png');
}
.weixinWrap{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 180px;

}
.use_wei{
    text-align: center;
    position: relative;
}
.use_wei:after{
    content:"";
    display: block;
    width: 126px;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 10px;
}
.use_wei:before{
    content:"";
    display: block;
    width: 126px;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: -2px;
    top: 10px;
}
.use_wei a{
    color: #c8c8c8;
    font-size: 12px;
}
.login_wx {
    width: 46px;
    height: 46px;
    display: block;
    margin: 10px auto 0;
    background: url(/Public/Home/images/icon_weixin.png) no-repeat;

}

















