html,body{width:100%;height:100%;margin:0 auto;padding:0;
	font:14px Microsoft YaHei,"微软雅黑",Lucida,Verdana,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,Droid Sans Fallback,SimSun,sans-serif;
	color:#4444;text-align:left}
body{background: url(../Images/loginbg.jpg) no-repeat center;background-size: cover;}
ul,li{padding:0;margin:0;list-style-type:none}
img{border:0;vertical-align:middle}
h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0}
.right{float:right}
.left{float:left}
.clear{clear:both;height:auto}
a{color:#555;text-decoration:none}
a:hover{color:#000;text-decoration:none}

input,textarea,select,button{outline:none;resize:none;vertical-align:middle;font:14px Microsoft YaHei,"微软雅黑",Lucida,Verdana,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,Droid Sans Fallback,SimSun,sans-serif}

/*会员登录注册-----------------------------*/
.form-box{position: fixed;left:0;right:0;top:-60px;bottom: 0;margin: auto;height:620px;width:700px;}
.form-box .logo{margin:0 auto;display:block;width:120px;height:80px;background:url('../Images/dm_logo.png') no-repeat center center}
.form-box .box{padding: 10px 199px 20px 199px;font-size:14px;position:relative;border:1px solid #fff;width:300px;background:rgba(255,255,255,.8) none repeat scroll 0 0!important;filter:Alpha(opacity=80);background:#fff;border-radius:3px;box-shadow:0 0 2px #999}

.form-box .loginbg{text-align: center; padding: 10px 0;background:rgba(255,255,255,.8);border-radius:3px;box-shadow:0 0 2px #999;
margin-bottom: 50px;width:700px;}

.form-box .box .mask{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:url('../Images/loading.gif') no-repeat center center rgba(255,255,255,.9)}
.form-box .box .tab{overflow:hidden;margin-bottom:20px}
.form-box .box .tab a{display:block;width:50%;border-bottom:3px solid #ddd;float:left;text-align:center;font-size:18px;height:50px;line-height:50px}
.form-box .box .tab a.active{color:#ff6600;border-bottom:3px solid #ff6600}
.form-box .box .row{padding:10px 0;overflow:hidden}
.form-box .box .row span.tip{color: red;}
.form-box .box .row.center{text-align:center;color:#999}
.form-box .box .row img{border-radius:3px}
.form-box .box .row a.c{color:#ff6600}
.form-box .box .row a.refresh-verify{display:block;height:42px;line-height:42px;width:70px;text-align:center}
.form-box .box .row .input{box-shadow:inset 0 1px 1px #eee;background:#fff;border:1px solid #ddd;height:20px;line-height:20px;padding:10px 10px 10px 35px;width:253px;border-radius:3px;vertical-align:middle;font-size:14px}
.form-box .box .row .input.mobile{background:url('../Images/login-input-mobile-icon.png') no-repeat 10px center #fff}
.form-box .box .row .input.password{background:url('../Images/login-input-password-icon.png') no-repeat 10px center #fff}
.form-box .box .row .input.verify{background:url('../Images/login-input-verify-icon.png') no-repeat 10px center #fff;width:50px}
.form-box .box .row .input.code{background:url('../Images/login-input-code-icon.png') no-repeat 10px center #fff;width:100px}
.form-box .box .row .input:disabled{background-color:#eee;color:#aaa;text-shadow:1px 1px 1px #fff;cursor:default}
.form-box .box .row .refresh-verify{margin-left:10px}
.form-box .box .row .btn{background:#ff6600;border:1px solid #ff6600;border-radius:3px;vertical-align:middle;height:42px;line-height:42px;color:#fff;cursor:pointer;width:145px}
.form-box .box .row .btn:hover{background:#ff6600}
.form-box .box .row .btn:disabled{background:#eee;border:1px solid #DCDCDC;color:#aaa;text-shadow:1px 1px 1px #fff;cursor:default}
.form-box .box .submit input{margin-top:20px;border:0;background:#ff6600;width:100%;height:25px;cursor:pointer;color:#fff;height:40px;line-height:40px;border-radius:3px;font-size:16px}
.form-box .box .submit input:hover{background:#ff6600}
.form-box .box .submit input:disabled{background:#ccc;border:1px solid #ccc;color:#aaa;text-shadow:1px 1px 1px #fff;cursor:default}
