.borDer {
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
}
.transforms {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
textarea:-moz-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
.clearfixs {
  zoom: 1;
}
.clearfixs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textEls {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input::-webkit-input-placeholder {
  color: #bcbcc5;
  font-size: 12px;
}
body {
  min-width: 1320px;
  background-color: #f3f3f6;
}
.head {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #3a4570;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.head .hcon {
  width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.head .hcon .back {
  float: left;
  font-size: 14px;
  color: #a8a8b3;
  padding-left: 19px;
  width: 50px;
  text-align: left;
  cursor: pointer;
  background: url(../images/back-icon.png) no-repeat left center;
}
.head span {
  font-size: 16px;
  color: #a8a8b3;
  display: inline-block;
}
.content {
  padding-top: 60px;
  width: 1320px;
  margin: 0 auto;
  position: relative;
}
.content .set-menu {
  width: 260px;
  background: #ffffff;
  float: left;
  height: calc(100vh - 60px);
  position: fixed;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  padding: 20px 8px;
}
.content .set-menu .set-list {
  overflow: hidden;
}
.content .set-menu .set-list .apl-lab {
  width: 100%;
}
.content .set-menu .set-list .apl-lab .apl-top {
  width: 100%;
  height: 44px;
  cursor: pointer;
}
.content .set-menu .set-list .apl-lab .apl-top .name {
  float: left;
  padding-left: 12px;
  line-height: 44px;
  height: 44px;
  font-size: 14px;
  color: #6f6f74;
}
.content .set-menu .set-list .apl-lab .apl-top .down-btn {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 11px;
  margin-right: 9px;
  background: url(../images/datecenter-down.png) no-repeat center;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.content .set-menu .set-list .apl-lab .apl-top.select .name {
  color: #45454c;
  font-weight: bold;
}
.content .set-menu .set-list .apl-lab .apl-top.select .down-btn {
  background: url(../images/datecenter-downcur.png) no-repeat center;
}
.content .set-menu .set-list .apl-lab .ap-list {
  width: 100%;
  height: auto;
}
.content .set-menu .set-list .apl-lab .ap-list ul {
  margin-top: 0;
  margin-bottom: 0;
}
.content .set-menu .set-list .apl-lab .ap-list ul li {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  padding-left: 26px;
  position: relative;
  line-height: 38px;
  font-size: 14px;
  color: #6f6f74;
  cursor: pointer;
}
.content .set-menu .set-list .apl-lab .ap-list ul li:hover,
.content .set-menu .set-list .apl-lab .ap-list ul li.active {
  background: #d5deff;
  color: #4A68D1;
}
.content .set-menu .set-list .apl-lab .ap-list .ap-list ul li {
  padding-left: 52px;
}
.content .lol {
  display: none;
}
.content .set-main {
  float: right;
  width: 1050px;
  height: auto;
  background: #ffffff;
  position: relative;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  padding: 30px 15px;
  min-height: calc(100vh - 60px);
}
.content .set-main .nodata {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding-top: 110px;
  height: 16px;
  width: 160px;
  background: url(../images/nodate-icon.png) no-repeat center top;
}
.content .set-main .nodata p {
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #b3b5bd;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.content .set-main .list {
  margin-bottom: 15px;
}
.content .set-main .tab-search {
  position: absolute;
  top: 30px;
  right: 30px;
}
.content .set-main .tab-search input {
  float: left;
  width: 204px;
  height: 24px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #bcbcc5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  background: url("../images/icon-search.png") no-repeat 4px center;
  background-size: 14px 14px;
  font-size: 12px;
  color: #6f6f74;
}
.content .set-main .tab-search input::placeholder {
  color: #bcbcc5;
}
.content .set-main .tab-search span {
  display: block;
  float: left;
  width: 40px;
  height: 24px;
  background: #4a68d1;
  border-radius: 0px 4px 4px 0px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
.content .set-main h3 {
  font-size: 14px;
  color: #45454c;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.content .set-main .list h4 {
  font-size: 12px;
  color: #85858f;
  line-height: 17px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.content .set-main .list ul li {
  overflow: hidden;
  float: left;
  margin-right: 24px;
  margin-bottom: 10px;
  padding: 15px;
  cursor: pointer;
}
.content .set-main .list ul li:nth-child(3n) {
  margin-right: 0;
}
.content .set-main .list ul li:hover {
  background-color: #f3f3f6;
  border-radius: 20px;
}
.content .set-main .list ul li .img {
  float: left;
  width: 140px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.content .set-main .list ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.content .set-main .list ul li .tit {
  float: left;
  margin-left: 10px;
  width: 144px;
  height: 120px;
  position: relative;
}
.content .set-main .list ul li .tit h5 {
  max-height: 40px;
  margin-bottom: 11px;
  line-height: 20px;
  font-size: 14px;
  color: #45454c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .set-main .list ul li .tit h5 i {
  color: #4a68d1;
}
.content .set-main .list ul li .tit p {
  max-height: 35px;
  line-height: 17px;
  font-size: 12px;
  color: #85858f;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .set-main .list ul li .tit p i {
  color: #4a68d1;
}
.content .set-main .list ul li .tit .bot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.content .set-main .list ul li .tit .bot em {
  float: left;
  font-size: 12px;
  color: #85858f;
  line-height: 26px;
}
.content .set-main .list ul li .tit .bot i {
  float: right;
  width: 72px;
  height: 26px;
  background: #d5deff;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #4a68d1;
}
.content .set-main .list .more {
  width: 100%;
  height: 17px;
  line-height: 17px;
  text-align: center;
}
.content .set-main .list .more em {
  font-size: 12px;
  color: #4a68d1;
  display: inline-block;
  background: url(../images/down-icon.png) no-repeat right center;
  padding-right: 16px;
  cursor: pointer;
}
.content .set-main .list .more.nodate em {
  padding-right: 0;
  font-size: 12px;
  color: #a6a6a6;
  background-image: none;
}
.mCSB_scrollTools {
  z-index: 999 !important;
}
.mCSB_scrollTools {
  right: 4px;
  width: 5px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #bcbcc5 !important;
  border-radius: 100px;
}
.marker {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(16, 26, 41, 0.76);
}
.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(25, 59, 104, 0.04);
  border-radius: 12px;
  width: 640px;
  height: 480px;
}
.popup .pu-title {
  height: 60px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.popup .pu-title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #181e33;
  margin-left: 30px;
}
.popup .pu-title .pu-close {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url("../images/icon-close.png") no-repeat center;
  background-size: 18px 18px;
  margin-right: 30px;
}
.popup .pu-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(25, 59, 104, 0.06);
}
.popup .pu-con {
  overflow: hidden;
}
.popup .pu-con .clone-box {
  height: 350px;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  padding-top: 16px;
  padding: 16px 30px 0;
}
.popup .pu-con .clone-box .lab {
  margin-bottom: 40px;
  position: relative;
}
.popup .pu-con .clone-box .lab .error {
  position: absolute;
  left: 78px;
  top: 44px;
  line-height: 30px;
  font-size: 12px;
  color: #ff3b30;
}
.popup .pu-con .clone-box .lab .name {
  float: left;
  height: 44px;
  line-height: 44px;
  width: 78px;
  text-align: left;
  font-size: 14px;
  color: #181e33;
}
.popup .pu-con .clone-box .lab .inputs {
  float: left;
  width: 502px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e1e1e5;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
}
.popup .pu-con .clone-box .lab .inputs input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  padding-left: 14px;
  font-size: 14px;
}
.popup .pu-con .clone-box .lab .inputs input::-webkit-input-placeholder {
  color: #bcbcc5;
  font-size: 14px;
}
.popup .pu-con .clone-box .lab .infos {
  width: 502px;
  float: left;
}
.popup .pu-con .clone-box .lab .infos .imgs {
  float: left;
  width: 200px;
  height: 126px;
}
.popup .pu-con .clone-box .lab .infos .imgs img {
  display: block;
  width: 100%;
  height: 100%;
}
.popup .pu-con .clone-box .lab .infos .tit {
  float: left;
  width: 302px;
  padding-top: 63px;
  padding-left: 20px;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
}
.popup .pu-con .clone-box .lab .infos .tit .edit {
  line-height: 20px;
  padding-left: 22px;
  background: url(../images/edit-icon.png) no-repeat left center;
  font-size: 14px;
  color: #3a8bff;
  cursor: pointer;
  margin-bottom: 10px;
  width: 60px;
}
.popup .pu-con .clone-box .lab .infos .tit .edit:hover {
  color: rgba(58, 139, 255, 0.7);
}
.popup .pu-con .clone-box .lab .infos .tit p {
  font-size: 12px;
  color: #a8a8b3;
  line-height: 17px;
}
.popup .pu-btn {
  overflow: hidden;
  height: 70px;
  position: relative;
}
.popup .pu-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(25, 59, 104, 0.06);
}
.popup .pu-btn span {
  width: 92px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #94c1ff;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-size: 14px;
  color: #3a8bff;
  float: right;
  margin-top: 17px;
  margin-right: 30px;
}
.popup .pu-btn span.pre-btn {
  float: left;
  margin-left: 30px;
  margin-right: 0;
}
.popup .pu-btn span.btn-confirm {
  width: 104px;
  height: 36px;
  background: url(../images/jb_btn_104.png) no-repeat 0 0;
  background-position-x: 0px;
  background-position-y: 0px;
  font-size: 14px;
  color: #ffffff;
  border: none;
}
.popup .pu-btn span.btn-confirm:hover {
  background-position: 0 -48px;
}
