.login {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}
.login .box {
  width: 425px;
  background: #f2f2f2;
  padding: 40px;
}
.login h1 {
  font-size: 32px;
  font-weight: bold;
  color: #fa5a04;
  font-family: "impact";
  margin-bottom: 20px;
}
.login .inputLi {
  display: flex;
  margin-bottom: 20px;
}
.login .inputLi span {
  background: #fa5a04;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .inputLi span img {
  width: 20px;
  height: 20px;
}
.login .inputLi input {
  flex: 1;
  background: #e3e3e3;
  height: 40px;
  display: flex;
  outline: none;
  font-size: 14px;
  color: #fa5a04;
  box-shadow: 0 0 5px inset #ccc;
  padding: 0 10px;
  border: none;
}
.login .inputLi input::placeholder {
  color: #999;
  font-size: 12px;
}
.login .inputLi button {
  background-image: -webkit-linear-gradient(top, #ff0000, #fa5a04);
  color: #fff;
  font-size: 14px;
  flex: 1;
  border: none;
  cursor: pointer;
  outline: none;
  height: 40px;
}
.login .inputLi button:active {
  opacity: 0.8;
}
.admin {
  width: 100vw;
  height: 100vh;
  background: #f2f2f2;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.admin .top {
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.admin .top .left {
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  font-family: "impact";
  color: #fff;
  font-size: 18px;
}
.admin .top .right {
  flex: 1;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
.admin .top .right a {
  display: flex;
  padding: 0 10px;
  height: 40px;
  text-decoration: none;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
.admin .top .right a i {
  font-size: 12px;
  margin-right: 5px;
}
.admin .top .right a:hover {
  background: #fa5a04;
}
.admin .body {
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
  display: flex;
}
.admin .body .left {
  width: 150px;
  background: #333;
  height: 100%;
}
.admin .body .left .menu {
  border-bottom: 1px solid #444;
  background: #222;
}
.admin .body .left .menu:last-child {
  border-bottom: none;
}
.admin .body .left .menu .title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 20px;
  height: 40px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
.admin .body .left .menu .title:hover {
  background: #fa5a04;
  color: #fff;
}
.admin .body .left .menu .title:hover i {
  color: #fff;
}
.admin .body .left .menu .title i {
  margin-right: 15px;
  color: #fff;
}
.admin .body .left .menu .title .fa.fa-fw.fa-angle-right {
  margin-right: 0;
  margin-left: 15px;
}
.admin .body .left .menu .title.ontitle {
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}
.admin .body .left .menu .title.ontitle + ul {
  display: block;
}
.admin .body .left .menu ul {
  display: none;
}
.admin .body .left .menu ul li {
  border-bottom: 1px solid #333;
}
.admin .body .left .menu ul li:last-child {
  border-bottom: none;
}
.admin .body .left .menu ul li a {
  padding-left: 50px;
  display: flex;
  align-items: center;
  background: #111;
  height: 40px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.admin .body .left .menu ul li.onLink a {
  background: #000;
  border-left: 2px solid orange;
  padding-left: 48px;
}
.admin .body .right {
  flex: 1;
  height: 100%;
}
#rightiframe {
  width: 100%;
  height: 100%;
}
.rbody {
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  min-height: 100vh;
  padding: 10px;
}
.rbody .top {
  background: #f2f2f2;
  height: 35px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #333;
  font-family: "微软雅黑";
}
.rbody .main {
  min-height: 90vh;
  background: #f1f1f1;
  padding: 10px;
}
.rbody .main .tabList {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.rbody .main .tabList .search_form {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.rbody .main .tabList .search_form .search_box {
  display: flex;
  justify-content: space-between;
  width: 500px;
}
.rbody .main .tabList .search_form .search_box select {
  height: 100%;
  border: 1px solid #ddd;
  padding: 0 5px;
  outline: none;
  font-size: 12px;
  width: 100px;
  color: #333;
  background: #fff url(../imgs/down.png) right 10px center no-repeat;
  -webkit-appearance: none!important;
  appearance: none!important;
  margin-right: 5px;
}
.rbody .main .tabList .search_form .search_box input {
  height: 100%;
  border: 1px solid #ddd;
  padding: 0 5px;
  border-right: none;
  outline: none;
  font-size: 12px;
  flex: 1;
  background: #fff;
}
.rbody .main .tabList .search_form .search_box input::placeholder {
  color: #999;
  font-size: 12px;
}
.rbody .main .tabList .search_form .search_box button {
  background: orange;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  width: 60px;
  border: none;
}
.rbody .main .tabList .search_form .search_box button:active {
  opacity: 0.8;
}
.rbody .main .tabList span,
.rbody .main .tabList a {
  background-image: -webkit-linear-gradient(top, #fa5a04, #e60b0b);
  color: #fff;
  margin-right: 1px;
  height: 30px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  font-size: 12px;
}
.rbody .main .tabList span:hover,
.rbody .main .tabList a:hover {
  background-image: -webkit-linear-gradient(top, #666, #000);
}
.rbody .main .tabList span.active,
.rbody .main .tabList a.active {
  background-image: -webkit-linear-gradient(top, #666, #000);
}
.rbody .main .tabBody {
  padding: 10px;
  background: #fff;
  display: none;
  margin-bottom: 10px;
}
.rbody .main .tabBody .tip {
  background: #fa5a04;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 10px;
}
.rbody .main .tabBody .twoBox {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.rbody .main .tabBody .leftbox {
  padding-right: 5px;
}
.rbody .main .tabBody .rightbox {
  padding-left: 5px;
}
.rbody .main .tabBody .leftbox,
.rbody .main .tabBody .rightbox {
  flex: 1;
}
.rbody .main .tactive {
  display: block;
}
.tableLists table {
  width: 100%;
}
.tableLists table tr,
.tableLists table th,
.tableLists table td {
  border: 1px solid #f2f2f2;
}
.tableLists table th {
  background: #999;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
  color: #fff;
}
.tableLists table tr:hover td {
  background: #e4e4e4;
}
.tableLists table tr .height30px {
  height: 30px;
  display: flex;
  margin-left: 0;
  align-items: center;
}
.tableLists table tr td {
  vertical-align: middle;
  background: #fff;
  font-size: 12px;
  padding-top: 0;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
  color: #333;
}
.tableLists table tr td .ios-article-title {
  display: flex;
  color: #333;
  text-decoration: none;
  align-items: center;
}
.tableLists table tr td .ios-article-title span {
  width: 25px;
  color: orange;
}
.tableLists table tr td .ios-article-title p {
  display: block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ios-edit-btn {
  background: #3695ff;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  height: 20px;
  width: 50px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.ios-del-btn {
  background: orange;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  height: 20px;
  width: 50px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.imglists table {
  width: 100%;
  background: #fff;
}
.imglists table tr,
.imglists table th,
.imglists table td {
  border: 1px solid #f2f2f2;
}
.imglists table th {
  background: #999;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
  color: #fff;
}
.imglists table tr:hover td {
  background: #e4e4e4;
}
.imglists table tr .height30px {
  height: 30px;
  display: flex;
  margin-left: 0;
  align-items: center;
}
.imglists table tr td {
  vertical-align: middle;
  background: #fff;
  font-size: 12px;
  padding-top: 0;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding-left: 10px;
  color: #333;
}
.imglists table tr td .coverImg {
  height: 100%;
  display: flex;
  align-items: center;
}
.imglists table tr td .coverImg img {
  max-width: 80%;
  max-height: 80%;
}
.imglists table tr td a {
  color: #333;
  text-decoration: none;
}
