﻿/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px "Microsoft YaHei";color:#333;outline:none;}
body{background:#fff;}
a,a:hover{color:#666;}
a:focus{outline:none;}


/*浮动和清除浮动*/
.f-fl{float:left;}
.f-fr{float:right;}
.clearfix:before, .clearfix:after { content:"";display:table; }
.clearfix:after { clear:both; overflow:hidden; }
.clearfix {zoom:1;}


/*公共样式*/
html,body,div,table,td,th,ul,li,p,a{ font-size: 0.7rem;font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;}

/* 背景色 */
.bgcolor{background: #f3f3f3;}

/*顶部*/
.m-topbar {background-color:#00b991;font-size: 1rem; line-height: 4rem;width: 100%;text-align: center;  position: relative;  color: #fff;  font-weight: bolder;}
.m-title{font-weight: normal;line-height: 2rem;}

/*登陆输入框*/
.m-login{padding: 2rem;margin: 0 0 1rem 0}
.m-login-input{display: block;font-size: 1rem;height: 100%;width: 100%;box-sizing: border-box;text-indent: 0.5rem;border-radius: 0.3rem;border:none;}
.m-login-titie{color:#00b991;font-size: 1rem;}
.m-inner-item{height: 2rem;line-height: 2rem;font-size:1rem;margin: 1.5rem 0;width: 100%;overflow: hidden}
.m-login-code img{display: block;width: 100%;height: 100%}
.m-login-submit{background-color:#00b991;color: #fff;border: none }

.err{font-size: 0.8rem; color:red;}
/*底部*/
.m-notice{width:100%;padding:0.5rem;word-break:break-all;box-sizing:border-box;}
.m-notice p{font-size: 0.75rem;line-height: 1rem;text-align: center;color:#00b991;}