
.download {width: 100vw; height: 100vh; background:#f4d5e9;}
.download img { width: 100vw; height: 100vh; object-fit: contain; display: block; }
.download img[hidden] { display: none; }

.top{ padding-top:0px;
      marign-bottom:20px;
	  width:100%;
	  height:44px;
	  background:#f8f8f8;
	  border-bottom:1px solid #f1f1f1;
	}
.top img { float:left;width:28px; margin:8px; border-radius:4px;}
.top label {float:left; line-height:44px;}
.top_btn {float:right; margin:8px; width:60px; height:26px; border-radius: 4px;
    border:1px solid #FF92C6;
    background:#fff;
	color:#F248AB;
    font-family:  "Microsoft YaHei";
    font-size: 12px;
	text-align:center;
	line-height:24px;
	}
.top_btn:hover {
	background:#ffedf7;
	color:#F248AB;
	}
#layout{
	
    padding-top: 30px; 
    max-width: 768px;
    margin:0 auto; 
    min-width: 320px;
    background: #ffffff;
    min-height:480px; 
}
#layout span{
    display: block;
    position: relative;
    text-align: center;
    height:80px;
    line-height: 80px;
    font-family: "Microsoft YaHei";
    color:#fff;
    font-size: 1.5em;
}
#layout ul li{
    list-style: none;
    margin-left:14%;
    position: relative;
	line-height:46px;
}
#layout ul li img { width:20px;}
#err_msg{
    height:15px;
    text-align: center;
    color:red;
    margin-bottom: 3px;
}
.username,.yzm, .pwd, .pwd2{
    width:72%;
    height:48px;
	line-height:48px;
    background:#fff;
    filter:alpha(opacity:50);
    list-style: none;
    margin:0;
    padding-left:40px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #ddd;
}
.un,.yz, .pw, .pw2{
    position: absolute;
    margin-top:8px;
}
.queren{
    list-style: none;
    margin:10px 0;
    width:25%; 
    margin-left:14%;
    height:20px;
    position:relative;
}
.fx{
    width:13px;
    height:13px;
    border:1px solid #4f7b9c;
    float: left;
}
.queren p{
    text-align: left;
    margin-top:15px; 
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color:#0C0C0C;
    width:180px;
}
.reg-btn{
    width:100%;
    height:30%;
    margin-top:100px;
}
.submit{
    width:74%;
    height:38px;
	line-height:38px;
	border:none;
    background:#F248AB;
    text-align: center;
    margin:30px 0 0 13%;
    color:#fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
}
.reg-login p{
    width:74%;
    height:38px;
    line-height: 38px;
    background:#989898;
    text-align: center;
    margin:15px 0 0 13%;
    color:#fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    border-radius: 20px;
    display: block;
}
#send{
    position:absolute;
    margin:13px 0 0 -87px;
    width:87px;
    height:28px;
    border-radius: 20px;
    border:1px solid #FF92C6;
    background:#fff;
	color:#F248AB;
    font-family:  "Microsoft YaHei";
    font-size: 12px;
    cursor: pointer;
}










































