@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0}
ul li{ list-style:none}
img{ border:0; max-width:100%; }
a{ text-decoration:none; color:#333}
.clear{ clear:both}
body{ font-family:"微软雅黑"; width:100%; height:100%;border-radius: 20px; overflow:hidden;background: #204dcc !important;}
a:hover{ text-decoration:underline}

.loginHome{
  width:100%;height:100%;position:absolute;margin: 10px auto;color: #000;font-size: 14px; background:url(../images/nx_bg.png)  center center no-repeat !important;
}
.loginHome .main{
  width:1280px; height:720px;margin: 0 auto; padding: 0;
}
.loginBox{ width:520px; position: relative;left: 64%; top:36.5%  }

.loginBox .item{ width:200px; height:45px; margin-left:120px;}

.loginBox .item .txt input{ border:0; background:none; outline:none; width:100%; height:45px; line-height:45px; color:#fff; letter-spacing:2px; font-size:14px;padding-left: 15px}


:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}

input:-ms-input-placeholder{
    color: #fff;opacity:1;
}

input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}

.loginBox .item_2{width:300px; margin-left:105px; overflow:hidden; padding-bottom:20px}
.loginBox .item_2 a{ float:right; color:#fff; font-size:12px}
.loginBox .item_2 input{ float:left;}
.loginBox .item_2 span{ float:left; color:#fff; font-size:12px}

.loginBox .item_3{ width:250px;margin-left:90px; margin-top: 100px; overflow:hidden }
.loginBox .item_3 .btn{ padding-top:8px; width:250px; height:45px; background:#2a8bfc;border:0; outline:none; text-align:center; line-height:45px; color:#fff; letter-spacing:2px; font-size:16px; font-weight:bold;border:1px solid #1d90c5; margin-bottom:10px; cursor:pointer}

.loginBox .item_4{
  color:#fff;margin-left:80px!important;margin-top: 50px !important;width: 300px !important;
}

input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  top:3px;
  position: relative;
}

input[type=checkbox]:after {
  position: absolute;
  width:6px;
  height:13px;
  top: 0;
  content: " ";
  background:rgba(11,116,180,1);border:1px solid #1d90c5;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 3px;
}

input[type=checkbox]:checked:after {
  content: "✓";
  font-size: 12px;
}


.loginBox .item_4{width:300px; margin-left:105px; overflow:hidden; margin-top:10px; color:#fff; font-size:12px; letter-spacing:0.5px}
.loginBox .item_4 a{color:#1d90c5; font-size:12px; font-weight:bold; padding-left:3px}


.loginBox .item_5{width:300px; margin-left:105px; overflow:hidden; margin-top:80px;letter-spacing:0.5px; margin-bottom:70px}
.loginBox .item_5 p{ text-align:center; color:#fff; font-size:14px;}