/* 自定义class */
.wc_60{width: 60%;}

/*注册*/
#header{width: 100%;   height: 45px;   background: #009944;   position: fixed;   top: 0px;   z-index: 999;}
#header .h_back{background: #009944; width: 100%; height: 100%; position: absolute; top: 0px;}
.h_list_top{height: 45px; width: 100%; position: absolute; font-family: "黑体"; font-size: 12px; color: #fff;}
.h_list_top .hlt_a{width: auto; height: 45px; line-height: 45px; float: left; color: #fff; font-size: 16px;}
.h_list_top .hlt_a i{background: url(/picture/home/leftward.png) no-repeat 0px 12px; width: 13px; height: 45px; background-size: 12px; float: left; margin-right: 10px;}
.h_list_top .hlt_content{width: auto; height: 45px; margin: 0 70px;}
.h_list_top .hlt_a2{width: 70px; height: 45px; line-height: 45px; float: right; text-align: center; color: #fff; font-size: 16px;}

#content{max-width: 640px; margin: 55px auto 0 auto; height: auto; padding: 1px 0; min-width: 320px;background-color: #fff;border-top: 1px solid #EBEBEB;border-bottom: 1px solid #EBEBEB; color: #666666; font-family: "黑体";}
#content .attention{background: #FAD6B0; color: #f74142; height: 24px; line-height: 24px; position: absolute; width: 100%; top: -11px; text-align: center;}
#content .login_name{height: inherit;width: 83px;text-align: center;float: left;}
#content .login_name > li{width: 100%;height: 45px;line-height: 45px;border-bottom: 1px solid #ffffff; font-size: 14px; text-align: right;}
#content .login_input{height: inherit; width: auto; margin-left: 83px;}
#content .login_input > li{height: 45px; width: 100%; line-height: 46px;}
#content .login_input > li + li{border-top: 1px solid #ECEEEF;}
#content input{border: none; font-size: 14px; color: #000; width: 100%; height: 20px; font-family: "黑体"; padding: 0px; margin: 10px 0;}
.code{width: 60px; height: 25px; line-height: 25px; background: #009944;color: #FFF; text-align: center; margin-top:10px;  padding: 0 5px; display: block; float: right;  font-size: 12px;  margin-left: 2px;}
.empty{letter-spacing: 4.2px;margin-left: 4px;}
.protocol{ width: 90%; height: 30px; margin: 10px auto;}
.protocol img{width: 15px; height: 15px; margin-top: 8px; float: left;}
.protocol span{ font-family: "黑体";font-size: 14px;display: block;float: left;line-height: 30px;margin-left: 5px;}
.protocol a{ font-family: "黑体";font-size: 14px;display: block;float: left;line-height: 30px;margin-left: 5px;}
input[type="checkbox"] {position: absolute;opacity: 0;}
.login{border: none; background: #f74142;  margin: 0 auto; text-align: center; width:90%;  height: 40px; line-height: 40px;  display: block;  color:#FFFFFF;font-size:15px;font-family: "黑体"; -webkit-appearance: none;}
.tips{width: 90%; height: 30px; margin: 10px auto; color:#999;}
.verify_btn{float: right; line-height: 30px; padding-left: 10px; padding-right: 10px; margin-top: 8px; margin-right: 10px; border-radius: 5px;}

/* 获取手机验证码前的输入检测弹窗样式 */
.monitor_window{font-size: 0;}
.monitor_window > p{color: #333; font-size: 14px; padding-bottom: 10px; padding-top: 5px;}
.monitor_window > input[type="text"]{display: inline-block; border: 1px solid #ccc; height: 30px; line-height: 32px; padding: 0 5px; margin: 0; border-radius: 4px; width: 120px; vertical-align: middle;}
.monitor_window > img{display: inline-block; border: 1px solid #ccc; height: 30px; width: 70px; margin-left: 10px; vertical-align: middle;}
.monitor_window .mw_footer{border: 0; height: 32px; padding: 15px 0 5px 0;}
.monitor_window .mw_btn{text-align: center; width: 90px; height: 30px; line-height: 30px; display: inline-block; color: #fff; border: 1px solid #009944; background: #009944; border-radius: 4px; font-size: 14px; font-family: "黑体"; -webkit-appearance: none;}

::-moz-placeholder { color: #ccc; }
::-webkit-input-placeholder { color:#ccc; }
:-ms-input-placeholder { color:#ccc; }
