body{
    background-color:#f5f3f4;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {   
    -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;  
     color:#333;
}  
.login-content a{
	transition:color 0.3s;
}
.login-content a:hover{
	color:#333;
}
.verify-img-out{
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.45) ;
}
.yg-row{
	color:#333;
}
.reg-hd{
    height: 130px;
}
.reg-in{
    width: 1200px;
    margin: 0 auto;
}
.reg-logo{
    float: left;
    width: 300px;
    height: 60px;
    margin-top: 35px;
}
.reg-tr-block{
    float: right;
    font-size: 18px;
    margin-top: 50px;
    color: #737373;
}
.reg-tr-block a{
    color: #B4662F;
}
a{
    text-decoration: none;
}
.reg-content{
    position: relative;
    width: 1200px;
    padding-bottom: 55px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 3px 3px #cbc9c9;
}
.reg-tab{
    font-size: 28px;
    text-align: center;
    padding-top: 44px;
    padding-bottom: 24px;
}
.reg-tab p{
    font-size: 18px;
}
.u-input{
    width: 476px;
    height: 48px;
    border:1px solid #ddd;
    margin: 0 auto 30px;
    box-sizing: border-box;
    position: relative;
}
.u-input:last-child{
    margin-bottom: 40px;
}
.reg-ueser-name{
    letter-spacing: 7px;
}
.i-input-left{
    width:100px;
    height:46px;
    text-align: center;
    line-height: 46px;
    float: left;
}
.i-input-right{
    float: left;
    height: 46px;
    width:370px;
}
.reg-code{
    width: 259px;
}
.get-code{
    width: 115px;
    height: 46px;
    cursor: pointer;
    background-color: #f8f8f8;
}
.u-legalNotices{
    width: 476px;
    margin: 0 auto 50px;
    font-size: 12px;
}
.u-legalNotices a{
    color:#87c3ff;
}
.u-legalNotices input{
    cursor: pointer;
    float: left;
    width: 14px;
    height: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 5px;
    margin-top: 2px;
}
.u-reg{
    display: block;
    margin: 0 auto;
    width:476px;
    height: 46px;
    background-color:#B4662F;
    color: white;
    cursor: pointer;
}
.u-ts{
    position: absolute;
    bottom: -23px;
    font-size: 12px;
    left: 20px;
    color: #a5a5a5;
}
.i-input-left span{
    font-size: 14px;
}
.i-input-right{
    font-size: 14px;
    line-height: 47px;
}

/*登录*/
.login-bg{
    background: url("../../images/back.jpg") center no-repeat;
    height: 570px;
    width:100%;
}
.login-page{
    margin-top: 70px;
    margin-left: 780px;
    border: 1px solid #e8e8e8;
    width: 420px;
    background: #fff;
    min-height: 465px;
    height: auto!important;
    position: relative;
}
.login-loginFormWrap{
    width: 350px;
    height: 440px;
    margin:0 auto;
}
.login-title{
    padding:45px 0 35px;
    color: #333;
    font-size: 24px;
    text-align: center;
}
.login-inputBox{
    width:100%;
    height: 40px;
    border:1px solid #d9d9d9;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.login-u-logo{
    width: 50px;
    height: 38px;
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
    float: left;
}
.login-inputBox input{
    width: 280px;
    height: 38px;
    padding-left: 15px;
    font-size: 14px;
    color: #33333;
}
.login-inputBox input::placeholder{
    color: #acacac;
    font-size: 14px;
}
.user{
    background: url("../../images/ueser.png")center no-repeat;
    width: 48px;
    height: 38px;
}
.lock{
    background: url("../../images/lock.png")center no-repeat;
    width: 48px;
    height: 38px;
}
.unlogin{
    height: 14px;
    padding: 0 4px;
    margin-bottom: 20px;
}
.unlogin a{
    font-size: 14px;
    color: #adadad;
}
.go-reg{
    float: right;
}
.login-ing{
    width:100%;
    height: 50px;
    cursor: pointer;
    background: #c49d73;
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing:10px;
}
.login-line{
    width:100%;
    height: 1px;
    background: #d9d9d9;
    margin-bottom: 10px;
}
.other-login span{
    font-size: 14px;
    color: #adadad;
}
.other-login a{
    font-size: 24px;
    margin-right: 5px;
}
.weibo{
    color: #d85050;
}
.other-login a.weibo:hover{
	color: #d85050;
    opacity:0.7;
}
.weixin{
    color: #4cd64c;
}
.other-login a.weixin:hover{
	color: #4cd64c;
    opacity:0.7;
}
.other-login a.qq{
    color: #69bae2;
    font-size:26px;
}
.other-login a.qq:hover{
	color: #69bae2;
    opacity:0.7;
}
.zhifubao{
	color:#3378bb;
}
.zhifubao img{
	width:22px;
}
.other-login a.zhifubao:hover{
	color:#3378bb;
    opacity:0.7;
}
.v-code{
    position: absolute;
    top:2px;
    right: 2px;
}
.v-code img{
    cursor: pointer;
}
.v-computer{
    position: absolute;
    top:0;
    right: 0;
}
.v-computer img{
    cursor: pointer;
}
.code-img{
    background: url("../../images/kuang_03.png")center no-repeat;
    width: 100%;
    height: 173px;
    text-align: center;
    margin-bottom: 25px;
    padding: 15px;
}
.code-img img{
    width: 142px;
    height: 142px;
    margin:0 auto;
}
.unlogin-code{
    float: left;
    margin-left: 40px;
}
.s-login{
    font-size: 14px;
    color: #adadad;
    line-height: 30px;
    margin-left: 10px;
}
.unlogin-c{
    margin-bottom: 37px;
}
.pop-tip{
    border: 1px solid #f3d995;
    line-height: 16px;
    padding: 3px 15px 3px 15px;
    background: #fefcee;
    position: relative;
    color: #df9c1f;
    font-size: 12px;
    font-weight: 400;
}
.login-tip{
    position: absolute;
    top: 13px;
    right: 80px;
}
.poptip-arrow img{
    position: absolute;
    right: -6px;
    top: 5px;
}
.code-lose{
    width: 176px;
    height: 176px;
    position: absolute;
    top: 0px;
    left: 88px;
    background: rgba(255,255,255,.95);
}
.code-tip{
    color: #333;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.refresh{
    width: 100px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #c49d73;
    color: #fff;
    margin: 0 auto;
}
.login-cnt{
    position: relative;
}
.tip{
    position: absolute;
    top: -30px;
    border:1px solid #f3d9d9;
    background: #fff8f8;
    color: #e44444;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
#mpanel1{
    margin-bottom: 25px;
}
.login-opacity{
	transition:opacity 0.2s;
	opacity:1;    
}
.login-opacity:hover{
    opacity:0.9;
}
/* 底部样式  */
footer{
	display:block;
	width:100%;
	background:#fff;
	height:240px;
	text-align:center;
	padding-top:80px;
	font-size:12px;
	box-sizing:border-box;
}
.foot-p a{
	color:#868686;
}
.foot-p .foot-line{
	color:#868686;
	padding:0 15px;
}
.foot-text{
	margin-top:25px;
	color:#5b5b5b;
}
/* 图标 */
.icon{
    font-family: iconfont;
    font-style:normal;
}
