.main{ max-width:1920px;min-width:1240px;  background-size:cover; color:#FFF;margin:20px auto;}
.main_content{ width:420px; margin:auto; overflow:hidden;  height:600px;}
.main form{width:420px; height:380px; float:right;margin-top:50px; background:rgba(0,0,0,0.5); border-radius:16px;}
.form_title{ width:360px; margin:10px auto; height:50px; border-bottom:1px solid #FFF; line-height:50px;font-size:16px;}
.form_common{ width:360px; margin:20px auto;  overflow:hidden;position:relative;}
.form_common>label{ width:80px; float:left; text-align:right;height:32px; line-height:32px;font-size:14px;}
.form_common>input[type='text'],.form_common>input[type='email'],.form_common>input[type='password'],.form_common>div>input[type='submit']{ width:260px; float:right;height:32px; outline:none; line-height:32px; border-radius:4px; border:none; text-indent:10px; }
.form_common>div{width:260px; float:right;height:32px;}
.form_common>div>input[type='checkbox']{ float:left; margin-top:2px; margin-top:11px;}
.form_common>div>span{ float:left; margin-top:8px; margin-left:6px;}
.form_common>div a{ color:#FFF}
.form_common>div a:hover{ text-decoration:underline}
.form_common>img{ height:20px; position:absolute;top:6px; right:0px;}
.form_common>input[type='submit']{border:0px; width:140px; height:32px;background:#46b8da; color:#FFF;cursor:pointer;float:left;outline:none;border-radius:4px;margin-right:10px;margin-left:50px;}
.form_common2>input[type='submit']{border:0px; width:420px; height:380px;background:#004266; color:#FFFFFF;cursor:pointer;float:left;outline:none;border-radius:16px;margin-right:10px;margin-left:0px;}
.form_common>input[type='button']{border:0px; width:140px;height:32px; background:#46b8da; color:#FFF;cursor:pointer;border-radius:4px;}
.form_common>input[type='submit']:hover,.form_common>input[type='button']:hover{opacity:.9;}
.form_common2>input[type='submit']:hover,.form_common>input[type='button']:hover{opacity:.1;}
.findx{border:1px solid #acacac !important;}
.form_common>input[type='text']:hover{
  border-color: #66afe9;
					background:#FCFCFC;
                    outline: 0;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}