body{
  padding: 0px;
  margin: 0px;
  background-color: #f6f8f9;
  font-size: 14px;
}
a:link, a:visited{
  color: #333333;
  text-decoration: none;
}
a:hover{
  color: #ff0000;
  text-decoration: none;
}
.top{
  width: 100%;
  height: 100px;
  background-color: #0182c4;
  overflow: hidden;
}
.top_title{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
}
.top_title2{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
}
.loginbox{
  width: 450px;
  height: 500px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 3px;
  /* border: 1px solid #efefef; */
  box-shadow: 0 0 8px 0 rgba(102,102,102,.4);
}
.loginbox_title{
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  /*border-bottom: 1px solid #ddd;*/
  font-size: 16px;
}
.loginbox_title span{
  display: inline-block;
  width: 100px;
  height: 50px;
  border-bottom: 2px solid #0182c4;
  box-sizing: border-box;
}
.login_item_title{
  width: 360px;
  margin: 0 auto;
  line-height: 36px;
}
.login_item{
  width: 360px;
  margin: 0 auto;
}
.inputstyle{
  width: 350px;
  height: 32px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-left: 10px;
  
}
.inputstyle:focus{
  outline: none;    
  border: 1px solid #93c6ef; 
  box-shadow: 0 0 5px 0 rgba(78,148,204,.4);
}
.inputstyle::placeholder{
  color: #cccccc;
}

.fflex{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.login_btn_div{
  width: 360px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.login_btn{
  width: 100%;
  height: 42px;
  background-color: #4e94cc;
  border: 1px solid #4e94cc;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
}
.login_btn:hover{
  background-color: #67afe9;
  border: 1px solid #67afe9;
}

.container{
  width: 960px;
  height: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #eee;
  margin-top: 30px;
  padding: 20px;
  border-radius: 6px;
}

/* 表格样式 */
.mytable tr, .mytable td {
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.mytable {
  border-collapse: collapse;
}

.info_title{
  width: 100%;
  height: 47px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.info_title span{
  display: inline-block;
  border-bottom: 3px solid #0182c4;
}

.info_btndiv{
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.info_btn{
  height: 36px;
  background-color: #0182c4;
  border: 1px solid #0182c4;
  border-radius: 5px;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
}

.info_btn2{
  height: 36px;
  background-color: #706e6e;
  border: 1px solid #706e6e;
  border-radius: 5px;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;

}

.bottom{
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #999;
  font-size: 12px;
}

