/* µÇÂ½ */
html,body{
width:100%;
min-width:1200px;
max-width:1920px;
}
.buttondl{
  width:30px;
  height:30px;
  background:#3399cc;
  display:block;
  margin:0 auto;
  text-align:center;
  text-decoration:none;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

.buttondl:hover{
  background:#2288bb;
}

#login{

  width:300px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
  
}

#triangle{
  width:0;
  border-top:12x solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid #3399cc;
  border-left:12px solid transparent;
  margin:0 auto;
}

#login h1{
  background:#d03322;
  padding:20px 0;
  font-size:140%;
  font-weight:300;
  text-align:center;
  color:#fff;
}

.formdl{
  background:#cccccc;
  padding:6% 4%;
}

.input-email-password{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

.input-submit{
  width:100%;
  background:#d03322;
  border:0;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#cccccc;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

.input-submit:hover{
  background:#FF6835;
  color:#ffffff;
}
.dlguangbi{float:right;height:35px;width:40px;line-height:35px;color:#CCCCCC;cursor:hand;}

/* µÇÂ½½áÊø */