/**
 *--------------------------------------------------
 * Nodule Register
 * 2020-11-24
 * Author: wyt
 *--------------------------------------------------
**/

/* Public */
*{margin:0rem;padding:0rem;}
img{border:none;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{
	font-size:0.12rem;
	line-height:0.14rem;
	font-weight:normal;
}
a,input,textarea{outline:none;}
textarea{resize:none;}
button{
	font-size:0.12rem;
	line-height:0.14rem;
	font-weight:normal;
	font-family:"Microsoft YaHei";
	outline:none;
}
body{
    background: url(imgs/bg.png) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #30b5c1;
	text-align:center;
	font-size:0.12rem;
	line-height:0.14rem;
	font-family:"Microsoft YaHei";
	color:#fff;
}
a:link,a:visited,a:hover{color:#FFF;text-decoration:none;}
input[type="checkbox"]{
	background-color:#eeeeee;
	color: #337ab7;
	font-weight: bold;
}

/* content */
div#content{
    width: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3rem;
    margin-top: -2.8rem;
    padding: 0.1rem;
    text-align: center;
}
div#content header h1{
    height: auto;
    font-size: 0.4rem;
    vertical-align: bottom;
    line-height: 0.4rem;
    font-weight: bold;
}
div#content header div{
    margin-top: 0.12rem;
    font-size: 0.17rem;
    vertical-align: bottom;
    font-weight: bold;
}
div#content form{
    width: 3.6rem;
    margin: 16% auto;
    padding: 0.15rem 0.3rem;
    border: 0.01rem solid transparent;
    border-radius: 0.12rem;
    background-color: #fff;
}
div#content form h2 img{
    width: 86%;
}
div#content form>div{
    margin: 0.2rem 0;
}
div#content form>div input{
    width: 80%;
    height: 0.4rem;
    padding-left: 5%;
    border-radius: 0.05rem;
    border: 0.01rem solid #ccc;
    font-size: 0.14rem;
}
div#content form>div input[type=submit]{
    width: 85%;
    border: 0.01rem solid transparent;
    background-color: #00a9b0;
    color: #fff;
    cursor: pointer;
}
div#content form p#erroTxt{
    height: 0.14rem;
    color: red;
    opacity: 0;
}
div#content form p#erroTxt.show{
    opacity: 1;
    transition: opacity linear 1s;
}
input.loading{
    background: url(imgs/loading.gif) no-repeat 40% 0.1rem;
    background-size: 0.2rem;
}
div#content footer p{
    font-weight: bold;
}
