@charset "utf-8";
/* CSS Document */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fc {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
strong {
  font-weight: normal;
}
li {
  list-style-type: none;
}
ul,
ol {
  margin-bottom: 0;
}
a:focus {
  outline: none;
}
h1,
h2 {
  font-weight: normal;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
html,
body {
  font-family: "宋体", "微软雅黑", Arial;
  background: #fefdf4 url(../images/background-white.png) 100% / cover no-repeat;
}
input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.placeholder {
  color: #fff;
  font-size: 14px;
}
/*header*/
header {
  width: 1000px;
  min-width: 1000px;
  width: auto !important;
  width: 100%;
  max-height: 215px;
  height: auto !important;
  height: 215px;
  overflow: hidden;
}
header img {
  width: 100%;
}
/*main*/
.main {
  width: 1000px;
  margin: 30px auto 0;
  text-align: center;
  cursor: pointer;
  /*左侧导航*/
  /*右侧内容*/
}
.main .img-big {
  float: left;
  margin-left: 20px;
  width: 60px;
  height: 60px;
}
.main .forget {
  text-decoration: underline;
  font-size: 12px;
  color: #0d8860;
}
.main aside {
  width: 290px;
  /* height: 390px; */
  background: #1bb583;
  margin-right: 20px;
  float: left;
  position: relative;
}
.main aside nav {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.main aside nav li {
  line-height: 65px;
  width: 100%;
  border-bottom: 1px solid #12986d;
}
.main aside nav li .myform {
  width: 100%;
  background: #46b590;
  display: none;
}
.main aside nav li .myform li {
  height: 40px;
  padding: 5px 0;
  border-bottom: 1px #229871 solid;
  position: relative;
  line-height: 40px;
}
.main aside nav li .myform li img {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}
.main aside nav li .myform li .validate {
  float: right;
  margin-right: 10px;
  margin-top: 0;
}
.main aside nav li .myform li .forget {
  float: right;
  font-size: 14px;
}
.main aside nav li .myform li:first-child img {
  margin-left: 23px;
}
.main aside nav li .myform li:last-child {
  border-bottom: none;
  position: relative;
}
.main aside nav li .myform li:last-child img {
  margin-left: 19px;
}
.main aside nav li .myform li:last-child img:last-child {
  position: absolute;
  right: 20px;
  top: 0;
}
.main aside nav li .myform input {
  background: #46b590;
  color: #fff;
  width: 120px;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  position: absolute;
  top: 0;
  left: 60px;
}
.main aside nav .active {
  background: #18a375;
}
.main aside .bt {
  width: 130px;
  height: 45px;
  background: #18a375;
  margin: 20px 0;
/*   position: absolute;
  bottom: 15px;
  left: 82px; */
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.main article {
  background: #fffaec;
  width: 690px;
  min-height: 400px;
  float: left;
  margin-top: 0px;
  text-align: left;
}
.main article h2 {
  margin-top: 0;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  background: #19a97a;
}
.main article h2 img {
  margin-left: -20px;
}
.main article nav {
  margin-left: 20px;
  color: #63605f;
  line-height: 26px;
}
.asideNav > li {
  text-indent: -100px;
}
/*footer*/
footer {
  width: 1000px;
  margin: 30px auto 0;
  padding-top: 5px;
  text-align: center;
  border-top: 3px solid #1bb583;
  color: #333;
}
footer p:first-child span {
  margin-left: 20px;
}
footer p:nth-child(2) span:first-child {
  margin-right: 20px;
}
footer p:last-child span {
  display: inline-block;
  width: 30px;
}
/*忘记密码弹窗*/
.tanchu {
  position: absolute;
  display: none;
  top: 285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 320px;
  width: 610px;
  border: 1px solid #939393;
  border-radius: 20px;
  background: #fff;
  z-index: 2000;
}
.tanchu img {
  position: absolute;
  top: 18px;
  right: 18px;
}
.tanchu h2 {
  margin-top: 20px;
  line-height: 66px;
  color: #1b8b67;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

.tanchu input {
  width: 158px;
  height: 40px;
  background: #E95C26;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  
}

.tanchu2 input {
  width: 160px;
  margin: 0 0 0 25px;
}
.tanchu2 {
    display: none;
    text-align: center;
}
.tanchu2 h6 {
    font-weight: normal;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}
.tanchu2 h6 i {
    font-style: normal;
    margin-right: 20px;
}


.content_msg{padding:10px 20px 11px;font-size:15px;}
.content_msg p{color:#bc4036;margin-left:21px;padding-bottom:8px;}
.content_msg p a{color:#bc4036;text-align:center;text-decoration:underline;display:inline-block;background:url(../erqiimages/aniu.png) 0 0 no-repeat;width:86px;height:24px;background-size:100% 100%;}
.content_msg  span{float:left;color:#bc4036;}

.modify{
  float:right;
  width:680px;
}
