body{background-color: #fff!important;}
#register .mui-content{background-color: #fff;}
#register .mui-input-group{padding-right: 15px;}
#register .logoImg{width:100%;text-align: center;padding: 20px 0px;}
#register .logoImg img{width:60%;border:0px;}
#register #registerGo{width: 50%;border-radius: 20px;margin-left: 25%;margin-top: 20px;}
#register .mui-btn-on{color:#fff;border:0px;background:#0d93fb;background: -webkit-gradient(linear,left top,right top,from(#0d93fb),to(#0ab8f6));background: linear-gradient(to right,#0d93fb,#0ab8f6);}
#register .mui-input-group:after,#register .mui-input-group:before{background-color: #fff;}
#register .mui-input-row input{margin-left: 15px;padding-left: 0px;}
/*第三方*/
#register .three{margin:40px 20px 20px;border-top:1px solid #eae9eb;}
#register .three .threeTitle{text-align: center;width: 112px;margin: -8px auto 0px;font-size: 12px;color:#b2b2b2;background: #fff;}
#register .three .threeApp{margin-top:20px;}
#register .three .threeApp a{text-align: center;}
/*同意*/
#register .agree{font-size: 12px;color:#b2b2b2;margin-left:10%;margin-top:30px;}
#register .agree label{font-weight: normal;}
#register .agree span{color:#262626}
/*获得验证码按钮*/
#register #getCode{position: absolute;top:8px;right:0px;font-size: 12px;padding: 5px 5px;width:auto;}
/*平板*/
@media (min-width: 768px) {
	#register .threeApp{width:50%;margin-left:25%;}
	#register .mui-input-group{width: 80%;margin-left: 10%;}
	#register .agree{margin-left:30%;}
}
/*手机*/
@media (max-width: 760px) {
	#register #registerGo{width: 80%;margin-left: 10%;}
}
@media (min-width: 0px) and (max-width: 320px) {
	
}