@charset "UTF-8";
/***板块***/
.fullsizepart-weather-todo-block {
  width: 100%;
  min-height: 100px;
  padding: 20px 0;
  margin: 0;
}
.weather-block-container {
  float: left;
}
.weather-block-container .big-day-box {
  float: left;
  width: 68px;
  height: 60px;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
}
.weather-block-container .time-box {
  float: left;
  height: 60px;
  width: 278px;
  padding: 0 10px 0 10px;
  border-right: 1px solid rgba(153, 153, 153, 0.3);
}
.weather-block-container .time-box .date-box {
  margin: 0 0 6px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
}
.weather-block-container .time-box .year-box {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 24px;
}
.weather-block-container .weather-block {
  float: left;
  height: 60px;
  padding: 0 0 0 30px;
}
.weather-block-container .weather-block .greetings-row {
  margin: 0 0 13px;
  font-size: 18px;
  color: #333;
  line-height: 22px;
}
.weather-block-container .weather-block .weather-row .weather-info-item {
  float: left;
}
.weather-block-container .weather-block .weather-row .weather-info-item .loc-text {
  float: left;
  height: 22px;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.weather-block-container .weather-block .weather-row .weather-info-item .weather-text {
  float: left;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  margin: 0 15px 0 0;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-position: left center;
}
.weather-block-container .weather-block .weather-row .weather-info-item .air-title {
  float: left;
  height: 22px;
  line-height: 22px;
  margin: 0 10px 0 0;
  color: #666;
  font-size: 14px;
}
.weather-block-container .weather-block .weather-row .weather-info-item .air-tag {
  float: left;
  min-width: 22px;
  padding: 0 3px;
  line-height: 22px;
  height: 22px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.weather-block-container .weather-block .weather-row .weather-info-item .air-tag.green {
  background-color: #57c22d;
}
.fullsizepart-todo-block-container {
  float: right;
  padding: 10px 0;
}
.fullsizepart-todo-block-container .fullsizepart-todo-item {
  float: left;
  height: 40px;
  padding: 0 15px;
  border-left: 1px solid rgba(153, 153, 153, 0.3);
}
.fullsizepart-todo-block-container .fullsizepart-todo-item .icon-box {
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
}
.fullsizepart-todo-block-container .fullsizepart-todo-item .icon-box > img {
  vertical-align: middle;
}
.fullsizepart-todo-block-container .fullsizepart-todo-item .title-box {
  float: left;
  display: block;
  height: 40px;
  margin: 0 20px 0 0;
  padding: 5px 0;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.fullsizepart-todo-block-container .fullsizepart-todo-item .number-box {
  float: left;
  display: block;
  height: 40px;
  padding: 5px 0;
  line-height: 30px;
  font-size: 24px;
  color: #2f3941;
  font-weight: bold;
}
.fullsizepart-todo-block-container .fullsizepart-todo-item:first-child {
  border-left: none;
}
@media only screen and (max-width: 1345px) {
  .fullsizepart-todo-block-container .fullsizepart-todo-item .title-box {
    width: 40px;
    line-height: 18px;
    margin: 0 5px 0 0;
    padding: 3px 0;
  }
}
@media only screen and (max-width: 1250px) {
  .fullsizepart-todo-block-container .fullsizepart-todo-item .title-box {
    display: none;
  }
  .ec-page-outside-container .ec-page-main-container .ec-page-header .ec-header-title {
    width: 160px;
  }
  .ec-page-outside-container .ec-page-main-container .ec-page-header .operate-bar {
    width: calc(100% - 530.1px);
  }
}
.zh-weather-todo-block {
  width: 100%;
  height: 109px;
  display: flex;
  padding: 0 10px;
}
.zh-weather-todo-block .zh-weather-block-container {
  float: left;
  display: flex;
  align-items: center;
}
.zh-weather-todo-block .zh-weather-block-container .big-day-box {
  width: 50px;
  height: 50px;
  padding: 5px 0;
  margin: 0;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  overflow: hidden;
  font-weight: bold;
  /*color: #fff;*/
}
.zh-weather-todo-block .zh-weather-block-container .time-box {
  height: 52px;
  min-width: 224px;
  padding: 0 10px 0 15px;
  border-right: 1px solid rgba(153, 153, 153, 0.6);
}
.zh-weather-todo-block .zh-weather-block-container .time-box .date-box {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
}
.zh-weather-todo-block .zh-weather-block-container .time-box .year-box {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 24px;
}
.zh-weather-todo-block .zh-weather-block-container .weather-block {
  height: 50px;
  padding: 0 0 0 20px;
}
.zh-weather-todo-block .zh-weather-block-container .weather-block .weather-info-item {
  float: left;
  height: 50px;
  display: flex;
  align-items: center;
}
.zh-weather-todo-block .zh-weather-block-container .weather-block .weather-info-item .loc-text {
  float: left;
  height: 50px;
  margin: 0 15px 0 0;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
.zh-weather-todo-block .zh-weather-block-container .weather-block .weather-info-item .weather-text {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 34px;
  color: #333;
  margin: 0 15px 0 0;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-position: left center;
}
.zh-weather-todo-block .zh-weather-block-container .weather-block .weather-info-item .air-title {
  float: left;
  height: 50px;
  line-height: 50px;
  margin: 0 10px 0 0;
  color: #666;
  font-size: 14px;
}
.zh-weather-todo-block .zh-weather-block-container .weather-block .weather-info-item .air-tag {
  float: left;
  min-width: 22px;
  padding: 0 3px;
  line-height: 22px;
  height: 22px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.zh-weather-todo-block .zh-weather-block-container .weather-block .weather-info-item .air-tag.green {
  background-color: #57c22d;
}
.zh-ad-container-outside {
  width: 100%;
  display: flex;
}
.zh-ad-container-outside .zh-ad-container {
  height: 216px;
  flex: 1;
  width: calc(71% - 20.01px);
  margin: 0 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.zh-ad-container-outside .zh-ad-container .swiper-slide {
  height: 214px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.zh-ad-container-outside .zh-ad-container .swiper-slide > img {
  height: 100%;
}
.zh-ad-container-outside .zh-todo-block {
  position: relative;
  min-width: 292px;
  width: calc(29% - 20.01px);
  height: 216px;
  margin: 0 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0 7px 12px 0 rgba(15, 118, 240, 0.13);
  background-color: rgba(237, 245, 255, 0.5);
}
.zh-ad-container-outside .zh-todo-block .zh-todo-block-item {
  cursor: pointer;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 8px 20px 20px;
  width: 50%;
  height: 108px;
}
.zh-ad-container-outside .zh-todo-block .zh-todo-block-item .zh-todo-block-info .title-box {
  font-size: 34px;
  font-family: 'dincondensedbold';
  color: #2f3941;
  line-height: 38px;
}
.zh-ad-container-outside .zh-todo-block .zh-todo-block-item .zh-todo-block-info .text-box {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.zh-ad-container-outside .zh-todo-block .zh-todo-block-item .icon-box {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zh-ad-container-outside .zh-todo-block .zh-todo-block-item > .line-box {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 1px;
  border-right-width: 1px;
  border-right-style: solid;
}
.zh-ad-container-outside .zh-todo-block .zh-todo-block-item:nth-child(2n) > .line-box {
  display: none;
}
.zh-ad-container-outside .zh-todo-block > .line-box {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.zh-ad-container-outside .swiper-pagination {
  bottom: 10px!important;
}
.zh-ad-container-outside .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}
.zh-ad-container-outside .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.8) !important;
  opacity: 1;
}
.work-application-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 0 0 -10px;
  padding: 10px 0 0;
}
.work-application-list .application-item {
  position: relative;
  float: left;
  width: calc(100% / 11 - 0.01px);
  padding: 0 10px 17px;
  height: 120px;
  cursor: pointer;
}
.work-application-list .application-item .drag-area {
  display: none;
  position: absolute;
  top: 10px;
  width: 14px;
  left: 10px;
  cursor: pointer;
}
.work-application-list .application-item .drag-area > span {
  display: block;
}
.work-application-list .application-item .drag-area > span::before {
  content: "";
  float: left;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 4px 3px 0;
  background-color: #adafb1;
  border-radius: 3px;
}
.work-application-list .application-item .drag-area > span::after {
  content: "";
  float: right;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 0 3px ;
  background-color: #adafb1;
  border-radius: 3px;
}
.work-application-list .application-item .icon-box {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 13px;
  text-align: center;
}
.work-application-list .application-item .icon-box > img {
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
  border-radius: 10px;
}
.work-application-list .application-item .icon-box .collect-star {
  opacity: 0;
  position: absolute;
  top: -4px;
  left: calc(50% + 25px);
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAABe0lEQVQokXWSvYoTURTHf3fmBsJOpkhYiYFTuYUgLAQtBEGw3EpQ2G4bH8EnsNBym+32EVywV0tfYertvBCYjCE3uZCZ4c6dLTTLmE1Odz5+nP/5UIvFgn1mjDkHngBXIlLu5vUB6EUcxzdaa1VV1RHwabcm2tsOvqRpqobDIUqpj8aY44MdjTFHwAnwSmt9liQJSimSJEmdc5fGmGvgVkQKAJVl2WPgu1JqqrVGa02SJPT7fQCapsFai/ce7z0hhAL4oIHnWuvpeDxGKfVAcxzHjEaje3+5XB47595GwE/v/deiKGjb9sDIf229XuOcuwU+RyLSABdVVV3P53NCCHshay3W2gx4LSK/VfeOxpg/k8lkFMfxAzDPc+q6fiMiv6BzDmPMoyiK/oO60nu9HsDTrd99gOm/JGVZslqt8N6TpimDwWALnm6Luw/QNk1DnucURZHVdf0+hHBqrb2ZzWZhs9kA3K99d8Z3QAn8EJG2E38GvAS+icga4A77eKQ8aDmO2gAAAABJRU5ErkJggg==);
}
.work-application-list .application-item .icon-box .add-app-to-school {
  opacity: 0;
  position: absolute;
  top: -4px;
  left: calc(50% + 25px);
  display: block;
  width: 20px;
  height: 20px;
}
.work-application-list .application-item .icon-box .hover-info {
  display: none;
  position: absolute;
  top: -7px;
  left: calc(50% + 50px);
  z-index: 12;
  width: 115px;
}
.work-application-list .application-item .icon-box .hover-info .hover-info-inside {
  position: relative;
  float: left;
  padding: 0 10px;
  line-height: 26px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #666;
  font-size: 13px;
  background-color: #fff;
}
.work-application-list .application-item .icon-box .hover-info .hover-info-inside::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 6px;
  border-width: 7px 6px 7px 0;
  border-style: solid;
  border-color: transparent #ddd transparent;
}
.work-application-list .application-item .icon-box .hover-info .hover-info-inside::after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 9px;
  border-width: 4px 5px 4px 0;
  border-style: solid;
  border-color: transparent #fff transparent;
}
.work-application-list .application-item .icon-box .hidden-btn {
  width: 100%;
  height: 22px;
  border-radius: 6px;
  position: absolute;
  top: 14px;
  z-index: 10;
  display: none;
}
.work-application-list .application-item .icon-box .hidden-btn > a {
  display: block;
  margin: 0 auto;
  height: 22px;
  width: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-radius: 6px;
}
.work-application-list .application-item .icon-box .app-icon {
  max-height: 50px;
}
.work-application-list .application-item .add-icon-box {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 12px;
  border: 1px dashed;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
}
.work-application-list .application-item .app-name {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-align: center;
}
.work-application-list .application-item.collect .icon-box .collect-star {
  opacity: 0.5;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAABYElEQVQokXWSv0pcURDGf3PODhoTLQ4RUidFICAsWoiFD5BGMJAqKUI6G8EnSGGbJp2PECF9tPEZxNrORjBciBt2L5l7ZlKsysXsTjfnm2/+fOeTOP/ErLDG3gMvgW9atH2MD+aQNkgcSxYJiyXgy+OaNHMcHOYnWfLTDHBgjT2fO9EaWwJeAVuS5G1amPZMi2nZW/9qjR0Bl1r0F4D8PfvwAviJMJQkSBbSQkJUAAgPfOyEB1EDghvg8wBYlyzDwcoA5P+dJQn5WX7I67iueus7CTiNGt+7Px3EnIvvwieOt34JHCYtWoGPYXHUjeaT67hSJ/UC2NaiVwlAi1YtuhddNBGzmdEFwL4WvYbed1hjqwhFUu/QXg/JAvD6Pu8bYHgH4ub4ZKpkXsxTlafY2n1x3wCBQ3fbUUf1Irp4h7NWx/XYfpu7OfR0l75XrbFdoAVOtGj03t8Am8APLToC+AfnP5c5azaoagAAAABJRU5ErkJggg==);
}
.work-application-list .application-item.unused-app .app-name {
  opacity: 0.5;
}
.work-application-list .application-item.unused-app .alert-text {
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  padding: 13px 0;
  line-height: 22px;
  color: rgba(1, 1, 1, 0.3);
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(221, 221, 221, 0.85);
  border-radius: 12px;
}
.work-application-list .application-item.used-app .add-app-to-school,
.work-application-list .application-item.used-app .hover-info,
.work-application-list .application-item.used-app .alert-text {
  display: none;
}
.work-application-list .application-item:hover .drag-area {
  display: block;
  z-index: 50;
}
.work-application-list .application-item:hover .hover-info {
  display: block;
}
.work-application-list .application-item:hover .icon-box .collect-star,
.work-application-list .application-item:hover .icon-box .add-app-to-school {
  opacity: 1;
}
.work-application-list .application-item:hover.collect .icon-box .collect-star {
  opacity: 1;
}
.work-application-list .application-item:hover.used-app .add-app-to-school,
.work-application-list .application-item:hover.used-app .hover-info,
.work-application-list .application-item:hover.used-app .alert-text {
  display: none;
}
.work-application-list .application-item:hover .hidden-btn {
  display: block;
}
.work-application-list .application-item:nth-child(11n) .icon-box .hover-info {
  left: auto;
  right: 30%;
}
.work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside {
  float: right;
}
.work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside::before {
  left: auto;
  right: -6px;
  border-width: 7px 0 7px 6px;
  border-color: transparent #ddd transparent;
}
.work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside::after {
  left: auto;
  right: -5px;
  border-width: 4px 0 4px 5px;
  border-color: transparent #fff transparent;
}
.work-application-list .application-item.folder .icon-box,
.work-application-list .application-item.tem-folder .icon-box {
  width: 50px;
  height: 50px;
  margin: 30px calc(50% - 25px) 21px;
}
.work-application-list .application-item.folder .icon-box > img,
.work-application-list .application-item.tem-folder .icon-box > img {
  width: 20px;
}
.work-application-list .application-item.folder .icon-box .collect-star,
.work-application-list .application-item.tem-folder .icon-box .collect-star,
.work-application-list .application-item.folder .icon-box .hover-info,
.work-application-list .application-item.tem-folder .icon-box .hover-info {
  display: none!important;
}
.work-application-list .application-item.folder .drag-area,
.work-application-list .application-item.tem-folder .drag-area {
  display: none;
}
.work-application-list .application-item.draging .drag-area {
  display: block;
}
.work-application-list.inside-folder .application-item .drag-area {
  display: none;
}
.editing-mod .work-application-list .application-item .drag-area {
  display: block;
  z-index: 50;
}
.editing-mod .work-application-list .application-item .icon-box .lock-mark {
  display: none;
}
.editing-mod .work-application-list .application-item .icon-box .hover-info {
  display: none!important;
}
.editing-mod .work-application-list .application-item .icon-box .hover-info .hover-info-inside {
  display: none;
}
.editing-mod .work-application-list .application-item .icon-box .fa-minus-circle {
  display: block;
  position: absolute;
  top: 22px;
  left: calc(50% + 20px);
  color: #999;
  z-index: 11;
}
.editing-mod .inter-editing-mod,
.editing-mod .folder-name-title,
.editing-mod .back-prev {
  display: none;
}
.editing-mod .out-editing-mod {
  display: inline;
}
.editing-mod .save-editing-mod {
  display: inline;
}
.editing-mod .sp-line-box,
.editing-mod .input-folder-name-con {
  display: inline-block;
}
.editing .work-application-list .application-item:hover .fa-minus-circle {
  display: block;
}
.sp-line-box {
  display: inline-block;
  width: 1px;
  height: 14px;
  border-right: 1px solid #ddd;
  margin: 0 5px 0;
  transform: translateY(3px);
}
.out-editing-mod,
.save-editing-mod,
.sp-line-box,
.input-folder-name-con,
.fa-minus-circle {
  display: none;
}
.work-application-all {
  padding: 5px 0 0;
}
.work-application-all .work-application-list .application-item {
  width: calc(100% / 8 - 0.01px);
}
.work-application-all .work-application-list .application-item:nth-child(8n) .icon-box .hover-info {
  left: auto;
  right: 30%;
}
.work-application-all .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside {
  float: right;
}
.work-application-all .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside::before {
  left: auto;
  right: -6px;
  border-width: 7px 0 7px 6px;
}
.work-application-all .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside::after {
  left: auto;
  right: -5px;
  border-width: 4px 0 4px 5px;
}
.collect-work-application {
  width: 100%;
}
.collect-work-application .work-application-list .application-item .icon-box .collect-star {
  opacity: 0;
}
.collect-work-application .work-application-list .application-item:hover .hover-info {
  display: none;
}
.collect-work-application .work-application-list .application-item:hover.collect .icon-box .collect-star {
  opacity: 1;
}
.collect-work-application .work-application-list .application-item:hover.collect .hover-info {
  display: block;
}
.application-type-list {
  width: 100%;
  padding: 7px 0 0;
}
.application-type-list .application-type-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 20px;
}
.application-type-list .application-type-row .application-type-title {
  display: table-cell;
  width: 100px;
  border-radius: 6px 0 0 6px;
  vertical-align: middle;
}
.application-type-list .application-type-row .application-type-title .type-tit-info {
  width: 100%;
}
.application-type-list .application-type-row .application-type-title .type-tit-info .type-icon {
  width: 100%;
  margin: 0 0 7px;
  text-align: center;
  padding: 0 15px;
  font-size: 28px;
  line-height: 32px;
}
.application-type-list .application-type-row .application-type-title .type-tit-info .type-name {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1px;
}
.application-type-list .application-type-row .work-application-outside {
  display: table-cell;
}
.application-type-list .application-type-row .work-application-outside .work-application-list {
  float: left;
  width: 100%;
  margin: 0 0 -10px;
  padding: 10px 0 0;
}
.application-type-list .application-type-row .work-application-outside .work-application-list .application-item {
  width: calc(100% / 7 - 0.01px);
}
.application-type-list .application-type-row:last-child {
  margin: 0 0 10px;
}
.folder-name-title {
  color: #333;
}
.input-folder-name-con {
  position: relative;
  width: 212px;
  height: 38px;
  margin: -10px 0 -11px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 8px;
  overflow: hidden;
}
.input-folder-name-con .input-folder-name {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0);
}
.input-folder-name-con > .fa-times-circle {
  position: absolute;
  top: 11px;
  right: 10px;
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1460px) {
  .application-type-list .application-type-row .work-application-outside .work-application-list .application-item {
    width: calc(100% / 8 - 0.01px);
  }
  .work-application-all .work-application-list .application-item {
    width: calc(100% / 9 - 0.01px);
  }
  .work-application-all .work-application-list .application-item:nth-child(8n) .icon-box .hover-info {
    left: calc(50% + 50px);
    right: auto;
  }
  .work-application-all .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside {
    float: left;
  }
  .work-application-all .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside::before {
    right: auto;
    left: -6px;
    border-width: 7px 0 7px 6px;
  }
  .work-application-all .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside::after {
    right: auto;
    left: -5px;
    border-width: 4px 0 4px 5px;
  }
  .work-application-all .work-application-list .application-item:nth-child(9n) .icon-box .hover-info {
    left: calc(50% - 100px);
  }
  .work-application-all .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside {
    float: right;
  }
  .work-application-all .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside::before {
    left: auto;
    right: -6px;
    border-width: 7px 0 7px 6px;
  }
  .work-application-all .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside::after {
    left: auto;
    right: -5px;
    border-width: 4px 0 4px 5px;
  }
}
@media only screen and (max-width: 1280px) {
  .application-type-list .application-type-row .work-application-outside .work-application-list .application-item {
    width: calc(100% / 5 - 0.01px);
  }
  .collect-work-application .work-application-list .application-item {
    width: calc(100% / 9 - 0.01px);
  }
  .collect-work-application .work-application-list .application-item:nth-child(11n) .icon-box .hover-info {
    left: calc(50% + 50px);
    right: auto;
  }
  .collect-work-application .work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside {
    float: left;
  }
  .collect-work-application .work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside::before {
    right: auto;
    left: -6px;
    border-width: 7px 0 7px 6px;
  }
  .collect-work-application .work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside::after {
    right: auto;
    left: -5px;
    border-width: 4px 0 4px 5px;
  }
  .collect-work-application .work-application-list .application-item:nth-child(9n) .icon-box .hover-info {
    left: auto;
    right: 30%;
  }
  .collect-work-application .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside {
    float: right;
  }
  .collect-work-application .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside::before {
    left: auto;
    right: -6px;
    border-width: 7px 0 7px 6px;
  }
  .collect-work-application .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside::after {
    left: auto;
    right: -5px;
    border-width: 4px 0 4px 5px;
  }
  .work-application-all .work-application-list .application-item {
    width: calc(100% / 6 - 0.01px);
  }
  .work-application-all .work-application-list .application-item:nth-child(6n) .icon-box .hover-info {
    left: auto;
    right: 30%;
  }
  .work-application-all .work-application-list .application-item:nth-child(6n) .icon-box .hover-info .hover-info-inside {
    float: right;
  }
  .work-application-all .work-application-list .application-item:nth-child(6n) .icon-box .hover-info .hover-info-inside::before {
    left: auto;
    right: -6px;
    border-width: 7px 0 7px 6px;
  }
  .work-application-all .work-application-list .application-item:nth-child(6n) .icon-box .hover-info .hover-info-inside::after {
    left: auto;
    right: -5px;
    border-width: 4px 0 4px 5px;
  }
}
@media only screen and (max-width: 1180px) {
  .application-type-list .application-type-row .application-type-title {
    width: 90px;
  }
  .application-type-list .application-type-row .work-application-outside .work-application-list .application-item {
    width: calc(100% / 4 - 0.01px);
  }
  .collect-work-application .work-application-list .application-item {
    width: calc(100% / 8 - 0.01px);
  }
  .collect-work-application .work-application-list .application-item:nth-child(11n) .icon-box .hover-info {
    left: calc(50% + 50px);
    right: auto;
  }
  .collect-work-application .work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside {
    float: left;
  }
  .collect-work-application .work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside::before {
    right: auto;
    left: -6px;
    border-width: 7px 0 7px 6px;
  }
  .collect-work-application .work-application-list .application-item:nth-child(11n) .icon-box .hover-info .hover-info-inside::after {
    right: auto;
    left: -5px;
    border-width: 4px 0 4px 5px;
  }
  .collect-work-application .work-application-list .application-item:nth-child(9n) .icon-box .hover-info {
    left: calc(50% + 50px);
    right: auto;
  }
  .collect-work-application .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside {
    float: left;
  }
  .collect-work-application .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside::before {
    right: auto;
    left: -6px;
    border-width: 7px 0 7px 6px;
  }
  .collect-work-application .work-application-list .application-item:nth-child(9n) .icon-box .hover-info .hover-info-inside::after {
    right: auto;
    left: -5px;
    border-width: 4px 0 4px 5px;
  }
  .collect-work-application .work-application-list .application-item:nth-child(8n) .icon-box .hover-info {
    left: auto;
    right: 30%;
  }
  .collect-work-application .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside {
    float: right;
  }
  .collect-work-application .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside::before {
    left: auto;
    right: -6px;
    border-width: 7px 0 7px 6px;
  }
  .collect-work-application .work-application-list .application-item:nth-child(8n) .icon-box .hover-info .hover-info-inside::after {
    left: auto;
    right: -5px;
    border-width: 4px 0 4px 5px;
  }
  .work-application-all .work-application-list .application-item {
    width: calc(100% / 4 - 0.01px);
  }
}
.school-week-time-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px 0;
  margin: -6px 0 0;
}
.school-week-time-row .school-week-time-show {
  font-size: 16px;
  line-height: 26px;
}
.school-week-time-row .school-week-time-show > span {
  font-size: 16px;
  line-height: 26px;
}
.school-week-time-row .school-week-time-show .bootstrap-select > .btn {
  border: none;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
}
.school-week-time-row .school-week-time-show .bootstrap-select > .btn > span {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.school-week-time-row .school-week-time-show .bootstrap-select > .btn .caret {
  display: none;
}
.school-week-time-row .school-week-time-operation {
  display: flex;
}
.school-week-time-row .school-week-time-operation .operation-btn {
  font-size: 14px;
  line-height: 26px;
}
.school-week-time-row .school-week-time-operation .operation-btn > i {
  font-size: 24px;
  line-height: 24px;
}
.school-week-time-row .school-week-time-operation .time-box {
  padding: 0 20px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.classtable-container {
  width: 100%;
  padding: 5px 20px 0;
}
.classtable-container .classtable-header {
  display: flex;
  width: 100%;
}
.classtable-container .classtable-header > li {
  width: calc((100% - 51.7px) / 7);
  height: 42px;
  padding: 10px 15px;
  border-left: 1px solid #fff;
}
.classtable-container .classtable-header > li:first-child {
  width: 51px;
  border-left: none;
}
.classtable-container .classtable-header > li > div {
  width: 100%;
  height: 22px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.classtable-container .classtable-body {
  display: flex;
  width: 100%;
  border-top: 1px solid #ddd;
}
.classtable-container .classtable-body > li {
  position: relative;
  width: calc((100% - 51.7px) / 7);
  border-left: 1px solid #ddd;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABYCAYAAAA0lJ22AAAAEklEQVQYlWNgGAVDDdy9e/c/AAp8A5cV6wF4AAAAAElFTkSuQmCC);
}
.classtable-container .classtable-body > li:first-child {
  width: 51px;
  border-left: none;
  background: #f6f7f7;
}
.classtable-container .classtable-body > li:first-child > div:last-child {
  border-bottom: 1px solid #ddd;
}
.classtable-container .classtable-body > li .class-title {
  display: flex;
  align-items: center;
  height: 88px;
  padding: 0 18px;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.classtable-container .classtable-body > li .class-box {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  padding: 5px 4px;
}
.classtable-container .classtable-body > li .class-box .class-item {
  flex: 1;
  padding: 5px 4px 5px 8px;
  margin: 0 2px;
  border-left-width: 5px;
  border-left-style: solid;
  border-radius: 0 5px 5px 0;
}
.classtable-container .classtable-body > li .class-box .class-item .title-box {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}
.classtable-container .classtable-body > li .class-box .class-item .text-box {
  font-size: 12px;
  line-height: 22px;
}
.classtable-container .classtable-body > li .class-box .class-item.color-1 {
  border-left-color: #e79b1e;
  background-color: rgba(252, 222, 161, 0.25);
}
.classtable-container .classtable-body > li .class-box .class-item.color-1 div {
  color: #e79b1e;
}
.classtable-container .classtable-body > li .class-box .class-item.color-2 {
  border-left-color: #684dcf;
  background-color: rgba(210, 191, 255, 0.25);
}
.classtable-container .classtable-body > li .class-box .class-item.color-2 div {
  color: #684dcf;
}
.classtable-container .classtable-body > li .class-box .class-item.color-3 {
  border-left-color: #3389d2;
  background-color: rgba(180, 223, 255, 0.25);
}
.classtable-container .classtable-body > li .class-box .class-item.color-3 div {
  color: #3389d2;
}
.classtable-container .classtable-body > li .class-box .class-item.color-4 {
  border-left-color: #f07147;
  background-color: rgba(255, 195, 173, 0.25);
}
.classtable-container .classtable-body > li .class-box .class-item.color-4 div {
  color: #f07147;
}
.classtable-container .classtable-body > li .class-box .class-item.color-5 {
  border-left-color: #7ac288;
  background-color: rgba(155, 236, 163, 0.25);
}
.classtable-container .classtable-body > li .class-box .class-item.color-5 div {
  color: #7ac288;
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-1 {
  border-left-color: rgba(231, 155, 30, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-1 div {
  color: rgba(231, 155, 30, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-2 {
  border-left-color: rgba(104, 77, 207, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-2 div {
  color: rgba(104, 77, 207, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-3 {
  border-left-color: rgba(51, 137, 210, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-3 div {
  color: rgba(51, 137, 210, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-4 {
  border-left-color: rgba(240, 113, 71, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-4 div {
  color: rgba(240, 113, 71, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-5 {
  border-left-color: rgba(122, 194, 136, 0.5);
}
.classtable-container .classtable-body > li .class-box.passed-class .class-item.color-5 div {
  color: rgba(122, 194, 136, 0.5);
}
.classtable-container .classtable-body > li .class-box.class-1 {
  height: 44px;
  top: 0;
}
.classtable-container .classtable-body > li .class-box.class-2 {
  height: 44px;
  top: 44px;
}
.classtable-container .classtable-body > li .class-box.class-3 {
  height: 44px;
  top: 88px;
}
.classtable-container .classtable-body > li .class-box.class-4 {
  height: 44px;
  top: 132px;
}
.classtable-container .classtable-body > li .class-box.class-5 {
  height: 44px;
  top: 176px;
}
.classtable-container .classtable-body > li .class-box.class-6 {
  height: 44px;
  top: 220px;
}
.classtable-container .classtable-body > li .class-box.class-7 {
  height: 44px;
  top: 264px;
}
.classtable-container .classtable-body > li .class-box.class-8 {
  height: 44px;
  top: 308px;
}
.classtable-container .classtable-body > li .class-box.class-9 {
  height: 44px;
  top: 352px;
}
.classtable-container .classtable-body > li .class-box.class-10 {
  height: 44px;
  top: 396px;
}
.classtable-container .classtable-body > li .class-box.class-11 {
  height: 44px;
  top: 440px;
}
.classtable-container .classtable-body > li .class-box.class-12 {
  height: 44px;
  top: 484px;
}
.classtable-container .classtable-body > li .class-box.class-1-2 {
  height: 88px;
  top: 0;
}
.classtable-container .classtable-body > li .class-box.class-2-3 {
  height: 88px;
  top: 44px;
}
.classtable-container .classtable-body > li .class-box.class-3-4 {
  height: 88px;
  top: 88px;
}
.classtable-container .classtable-body > li .class-box.class-4-5 {
  height: 88px;
  top: 132px;
}
.classtable-container .classtable-body > li .class-box.class-5-6 {
  height: 88px;
  top: 176px;
}
.classtable-container .classtable-body > li .class-box.class-6-7 {
  height: 88px;
  top: 220px;
}
.classtable-container .classtable-body > li .class-box.class-7-8 {
  height: 88px;
  top: 264px;
}
.classtable-container .classtable-body > li .class-box.class-8-9 {
  height: 88px;
  top: 308px;
}
.classtable-container .classtable-body > li .class-box.class-9-10 {
  height: 88px;
  top: 352px;
}
.classtable-container .classtable-body > li .class-box.class-10-11 {
  height: 88px;
  top: 396px;
}
.classtable-container .classtable-body > li .class-box.class-11-12 {
  height: 88px;
  top: 440px;
}
.classtable-container .classtable-body > li .class-box.class-1-4 {
  height: 176px;
  top: 0;
}
.classtable-container .classtable-body > li .class-box.class-2-5 {
  height: 176px;
  top: 44px;
}
.classtable-container .classtable-body > li .class-box.class-3-6 {
  height: 176px;
  top: 88px;
}
.classtable-container .classtable-body > li .class-box.class-4-7 {
  height: 176px;
  top: 132px;
}
.classtable-container .classtable-body > li .class-box.class-5-8 {
  height: 176px;
  top: 176px;
}
.classtable-container .classtable-body > li .class-box.class-6-9 {
  height: 176px;
  top: 220px;
}
.classtable-container .classtable-body > li .class-box.class-7-10 {
  height: 176px;
  top: 264px;
}
.classtable-container .classtable-body > li .class-box.class-8-11 {
  height: 176px;
  top: 308px;
}
.classtable-container .classtable-body > li .class-box.class-9-12 {
  height: 176px;
  top: 352px;
}
.classtable-list .classtable-list-item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.classtable-list .classtable-list-item > p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.classtable-list .classtable-list-item > p > i {
  margin: 0 10px 0 0;
}
.classtable-list .classtable-list-item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1190px) {
  .classtable-container .classtable-header > li {
    height: 60px;
    padding: 10px 22px;
  }
}
@media only screen and (max-width: 1060px) {
  .classtable-container .classtable-header > li {
    padding: 10px 15px;
  }
}
.padd-010 {
  padding: 0px 10px !important;
}
.sex-num {
  line-height: 28px;
  padding: 11px 20px;
  height: 52px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.sex-num > p:nth-child(1) {
  float: left;
}
.sex-num > p:nth-child(1) > span {
  font-weight: bold;
  font-size: 22px;
}
.sex-num > p:nth-child(3) {
  float: right;
  margin-right: 9px;
  font-size: 14px;
  color: #333;
}
.sex-num > p:nth-child(3) > span {
  font-weight: bold;
}
.sex-num > p:nth-child(2) {
  position: relative;
  top: 2px;
  float: right;
}
.sex-num > p:nth-child(2) > img {
  width: 27px;
  height: 27px;
}
.sex-num > p:nth-child(2) > span {
  width: 260px;
  height: 12px;
  background-color: #e4007f;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-65%);
  margin: 0px 9px;
}
.sex-num > p:nth-child(2) > span > span:nth-child(1) {
  width: 180px;
  height: 12px;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.people-echarts {
  width: calc(100% + 20px);
}
.people-echarts > div {
  width: calc((100% / 3) - 20px);
  margin-right: 20px;
  height: 213px;
  float: left;
  border-radius: 10px;
  padding: 0px 15px 20px 15px;
}
.people-echarts > div .box-tit {
  line-height: 48px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid;
}
.people-echarts > div .one-charts {
  width: 121px;
  height: 121px;
  margin-right: 20px;
  margin-top: 23px;
  float: left;
}
.people-echarts > div .two-charts {
  width: 111px;
  height: 111px;
  margin-right: 30px;
  margin-top: 28px;
  float: left;
}
.people-echarts > div .two-text {
  float: left;
  margin-top: 23px;
}
.people-echarts > div .two-text > p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.people-echarts > div .two-text > p > span {
  font-weight: bold;
}
.people-echarts > div .two-text > p > a {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  margin-right: 5px;
}
.people-echarts > div .one-text {
  float: left;
  margin-top: 23px;
}
.people-echarts > div .one-text > p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.people-echarts > div .one-text > p > span {
  font-weight: bold;
}
.award {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin: 20px 0px;
}
.people-color {
  width: calc(100% + 20px);
}
.people-color > div {
  width: calc((100% / 3) - 20px);
  margin-right: 20px;
  height: 213px;
  float: left;
  border-radius: 10px;
  padding: 0px 15px 15px 15px;
}
.people-color > div .box-tit {
  line-height: 48px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid;
}
.people-color > div .people-percent {
  margin: 20px 0px;
}
.people-color > div .people-percent > p:nth-child(1) {
  float: left;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.people-color > div .people-percent > p:nth-child(1) > span {
  font-size: 24px;
}
.people-color > div .people-percent > p:nth-child(2) {
  float: right;
  font-size: 24px;
  color: #666;
}
.small-people-content {
  width: 260px;
  margin: 0 auto;
}
.small-people-content .small-people {
  float: left;
  margin-right: 13px;
  width: 13px;
  height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.small-people-content .small-people .up-people-img {
  overflow: hidden;
  position: relative;
  bottom: 30px;
}
.small-people-content .small-people .down-people-img {
  color: red;
}
.small-people-content .small-people > div {
  width: 13px;
  height: 100%;
}
.small-people-content .small-people > div > i {
  font-size: 18px;
}
.file-list-container {
  width: 100%;
}
.file-list-container .file-list-item {
  cursor: pointer;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.file-list-container .file-list-item .new-box {
  width: 32px;
  height: 16px;
  margin: 0 6px 0 0;
  border-radius: 4px;
  background-color: #eb6100;
  background-repeat: no-repeat;
  background-position: center;
}
.file-list-container .file-list-item .title-box {
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.file-list-container .file-list-item .time-box {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.panel-pager-container {
  padding: 20px 0 10px;
  display: flex;
  justify-content: flex-end;
}
.panel-pager-container .pager-number {
  height: 26px;
  line-height: 26px;
}
.panel-pager-container .pager-number > span {
  color: #777;
  font-size: 16px;
}
.panel-pager-container .pager-btn {
  width: 26px;
  height: 26px;
  margin: 0 0 0 10px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.new-box {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAIBAMAAAAVevJtAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMARO4R3SK7iDOqmWbMd1V5YRrdAAAAdklEQVQI12Ow/8UwX/r//y/7C+40ODEw/RfIF/z/UML+gH/FNyDPGcgLNmD5+j/7LwPTz+9A3v+fXN//a35kYPrqry/4XzSY7//P/x8YmD73/xf8b8DA+t/xfwKQxw7kKSkZ+C/QL2DgEGAQNBYUFGQINGg0AAAGeDE4Jkhp1QAAAABJRU5ErkJggg==);
}
.app-center-block.fullsize {
  width: calc(100% + 20px);
  margin: 0 -10px -10px;
  padding: 12px 0 0;
}
.app-center-block .app-center-item {
  cursor: pointer;
  float: left;
  width: calc(100% / 8 - 20.01px);
  height: 140px;
  padding: 20px 0 0;
  margin: 0 10px 20px;
  border-radius: 6px;
}
.app-center-block .app-center-item .icon-box {
  width: 100%;
  height: 60px;
  margin: 0 0 20px;
  text-align: center;
}
.app-center-block .app-center-item .app-name-box {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.app-center-block .app-center-item.no-data .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  margin: 0 auto 23px;
}
.app-center-block .app-center-item.no-data .app-name-box {
  height: 18px;
  width: 50%;
  border-radius: 12px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .app-center-block .app-center-item {
    width: calc(100% / 4 - 20.01px);
  }
}
/***卡片***/
.sys-panel-body {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5px 5px 14px;
}
.sys-panel-body .sys-panel-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%!important;
}
.sys-panel-body .sys-panel-item .sys-item {
  width: calc((100% / 3) - 0.1px);
  padding: 0 6px;
  margin: 0 0 12px;
  cursor: pointer;
}
.sys-panel-body .sys-panel-item .sys-item .icon-picture {
  width: 100%;
  height: 42px;
  margin: 0 0 7px;
  text-align: center;
}
.sys-panel-body .sys-panel-item .sys-item .system-name {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666;
}
.sys-panel-body .swiper-pagination {
  bottom: 6px;
  display: flex;
  justify-content: center;
}
.sys-panel-body .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 3px;
  opacity: 1;
  cursor: pointer;
}
.sys-panel-body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.links-panel-body {
  width: 100%;
  padding: 5px 5px;
}
.links-panel-body .link-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 5px 10px 5px;
  margin: 0 0 10px;
  border-radius: 10px;
  cursor: pointer;
  display: block\9;
}
.links-panel-body .link-item > i {
  float: left;
  margin: 0 10px 0 0;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}
.links-panel-body .link-item > span {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
}
.links-panel-body .link-item > span.number-box {
  float: right;
  color: #666;
}
.links-panel-body .link-item .title-box {
  flex: 1;
}
.links-panel-body .link-item .link-icon {
  margin: 0 8px 0 0;
  float: none;
}
.links-panel-body .link-item:last-child {
  margin: 0;
}
.links-panel-body .link-item.color-1 {
  background-color: rgba(16, 154, 159, 0.05);
}
.links-panel-body .link-item.color-1 .title-box {
  color: #109a9f;
}
.links-panel-body .link-item.color-2 {
  background-color: rgba(9, 110, 217, 0.05);
}
.links-panel-body .link-item.color-2 .title-box {
  color: #096ed9;
}
.links-panel-body .link-item.color-3 {
  background-color: rgba(252, 156, 0, 0.05);
}
.links-panel-body .link-item.color-3 .title-box {
  color: #fc9c00;
}
.links-panel-body .link-item.color-4 {
  background-color: rgba(65, 186, 89, 0.05);
}
.links-panel-body .link-item.color-4 .title-box {
  color: #41ba59;
}
.links-panel-body .link-item.color-5 {
  background-color: rgba(104, 77, 207, 0.05);
}
.links-panel-body .link-item.color-5 .title-box {
  color: #684dcf;
}
.links-panel-body .link-item.red-color-1 {
  background-color: rgba(250, 84, 28, 0.2);
}
.links-panel-body .link-item.red-color-1 i,
.links-panel-body .link-item.red-color-1 span {
  color: #fa541c;
}
.links-panel-body .link-item.red-color-2 {
  background-color: rgba(250, 84, 28, 0.1);
}
.links-panel-body .link-item.red-color-2 i,
.links-panel-body .link-item.red-color-2 span {
  color: #fa541c;
}
.links-panel-body .link-item.red-color-3 {
  background-color: rgba(250, 84, 28, 0.05);
}
.links-panel-body .link-item.red-color-3 i,
.links-panel-body .link-item.red-color-3 span {
  color: #fa541c;
}
.card-title-row {
  width: 100%;
  height: 26px;
  margin: 0 0 15px;
}
.card-title-row .title-box {
  float: left;
  width: calc(100% - 90.01px);
  height: 26px;
  line-height: 26px;
  color: #333;
  font-size: 16px;
}
.card-title-row .option-picker {
  float: left;
  width: 90pix;
  height: 32px;
  margin: -3px 0;
}
.card-title-row .option-picker .option-picker-select {
  width: 100%;
}
.card-title-row .option-picker .bootstrap-select .dropdown-menu {
  left: auto;
  right: -10px;
}
.card-title-row .option-picker .bootstrap-select .caret {
  right: 0;
}
.card-title-row .option-picker .bootstrap-select > .btn {
  border: none;
  padding: 5px 10px 5px 0;
  background-color: rgba(0, 0, 0, 0);
}
.commonly-used-work {
  width: calc(100% + 10px);
  margin: -1px -5px 0;
}
.commonly-used-work .work-item {
  cursor: pointer;
  float: left;
  display: table;
  width: calc(50% - 20px);
  height: 56px;
  margin: 10px ;
  border-radius: 10px;
  table-layout: fixed;
}
.commonly-used-work .work-item.color-1 {
  background-color: rgba(8, 151, 156, 0.05);
}
.commonly-used-work .work-item.color-1 .icon-box .icon-bg {
  background-color: #08979c;
}
.commonly-used-work .work-item.color-2 {
  background-color: rgba(23, 118, 218, 0.05);
}
.commonly-used-work .work-item.color-2 .icon-box .icon-bg {
  background-color: #1776da;
}
.commonly-used-work .work-item.color-3 {
  background-color: rgba(251, 100, 50, 0.05);
}
.commonly-used-work .work-item.color-3 .icon-box .icon-bg {
  background-color: #fb6432;
}
.commonly-used-work .work-item.color-4 {
  background-color: rgba(248, 173, 49, 0.05);
}
.commonly-used-work .work-item.color-4 .icon-box .icon-bg {
  background-color: #f8ad31;
}
.commonly-used-work .work-item .icon-box {
  display: table-cell;
  width: 55px;
  height: 56px;
  vertical-align: middle;
  text-align: center;
  padding: 0 8px;
}
.commonly-used-work .work-item .icon-box .icon-bg {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  line-height: 36px;
  text-align: center;
}
.commonly-used-work .work-item .icon-box .icon-bg > img {
  vertical-align: middle;
}
.commonly-used-work .work-item .title-box {
  display: table-cell;
  padding: 0 5px 0 0;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  text-align: left;
  color: #666;
}
.memo-panel-body {
  padding: 0 5px;
}
.memo-panel-body .memo-item-input {
  width: 100%;
  height: 34px;
  margin: 0 0 6px;
  overflow: hidden;
}
.memo-panel-body .memo-item-input > textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 10px 5px 33px;
  margin: 0 0 10px;
  border-radius: 4px;
  line-height: 22px;
  resize: none;
  border: none;
  color: #666;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  background-color: #fdfdfd;
  border: 1px solid #d5d5d5;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAA50lEQVQoka2RP0rEQBSHv8QlFxCSO6QRq+3svICQ+6QRwcLKzl6EdwMLra3WJnMAuykmJCRkMkFnrGKx6wYD/qoH7/e9v1FVVYGV2gBkWfZnQGtNvLYLcBzSWq+HlrRZ6jDH+zsfQLNBa330QP97iKU3xMCuaRq894vVvfe0bQvwHgNb59y1MebTOfcrME0Txhg/juMtsD1J09QrpV7yPH8ex/HCe3+aJAlRFBFCoO97uq77CCFciciDUurrZycReQPOrbX3xphgraWua4ZheALOROR19kZlWR6MUxTFJXAH3IjI437+GxCwcGc+ZR4jAAAAAElFTkSuQmCC);
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
.memo-panel-body .memo-item-input > textarea:focus {
  height: 72px;
  padding: 5px 10px 5px 33px;
  line-height: 22px;
  font-size: 14px;
}
.memo-panel-body .memo-item-input .memo-info-box {
  opacity: 0;
  display: flex;
  height: 30px;
}
.memo-panel-body .memo-item-input .memo-info-box .memo-word-number {
  flex: 1;
  text-align: left;
  line-height: 30px;
}
.memo-panel-body .memo-item-input .memo-info-box .memo-word-number .line-box {
  margin: 0 -5px;
}
.memo-panel-body .memo-item-input .memo-info-box .memo-btn-content .memo-btn {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.memo-panel-body .memo-item-input .memo-info-box .memo-btn-content .memo-btn.cancel-btn {
  color: #999;
  background-color: #ececec;
}
.memo-panel-body .memo-item-input .memo-info-box .memo-btn-content .memo-btn.confirm-btn {
  color: #fff;
  margin: 0 0 0 10px;
}
.memo-panel-body .memo-item-input.active {
  height: 112px;
}
.memo-panel-body .memo-item-input.active .memo-info-box {
  opacity: 1;
}
.memo-panel-body .memo-list-content {
  width: 100%;
  margin: 0 0 -10px;
}
.memo-panel-body .memo-list-content .memo-list-item {
  display: flex;
  height: 49px;
  padding: 12px 0;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
.memo-panel-body .memo-list-content .memo-list-item::before {
  content: "";
  float: left;
  width: 4px;
  height: 14px;
  display: block;
  margin: 5px 10px 5px 0;
}
.memo-panel-body .memo-list-content .memo-list-item .title-box {
  flex: 1;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.memo-panel-body .memo-list-content .memo-list-item .btn-box {
  flex-basis: auto;
  display: none;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.memo-panel-body .memo-list-content .memo-list-item .btn-box > a {
  display: inline-block;
  width: 20px;
  margin: 0 0 0;
  line-height: 24px;
  color: rgba(153, 153, 153, 0.5);
}
.memo-panel-body .memo-list-content .memo-list-item:last-child {
  border-bottom: none;
}
.memo-panel-body .memo-list-content .memo-list-item:hover .btn-box {
  display: block;
}
.memo-panel-body .memo-list-content .memo-list-item.color-1::before {
  background-color: #0150bc;
}
.memo-panel-body .memo-list-content .memo-list-item.color-2::before {
  background-color: #f8ad31;
}
.memo-panel-body .memo-list-content .memo-list-item.color-3::before {
  background-color: #41a173;
}
.memo-panel-body .memo-list-content .memo-list-item.color-4::before {
  background-color: #a50001;
}
.class-situation-list {
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.class-situation-list .student-item {
  float: left;
  width: 25%;
  margin: 0 0 15px;
}
.class-situation-list .student-item .icon-box {
  float: left;
  width: 100%;
  margin: 0 0 5px;
  cursor: poiner;
}
.class-situation-list .student-item .icon-box .student-image {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0);
  background-position: center;
  background-size: auto calc(100% + 6px);
  background-repeat: no-repeat;
}
.class-situation-list .student-item .title-box {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
  cursor: poiner;
}
.class-situation-list .student-item.color-1 .icon-box .student-image {
  border-color: #fb6432;
}
.class-situation-list .student-item.color-1 .title-box {
  color: #fb6432;
}
.class-situation-list .student-item.color-2 .icon-box .student-image {
  border-color: #f8ad31;
}
.class-situation-list .student-item.color-2 .title-box {
  color: #f8ad31;
}
.quick-link-list {
  width: 100%;
}
.quick-link-list .quick-link-item {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
.quick-link-list .quick-link-item .quick-link {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 0;
  cursor: pointer;
}
.quick-link-list .quick-link-item .quick-link .icon-box {
  padding: 0 10px 0 0;
}
.quick-link-list .quick-link-item .quick-link .text-box {
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.quick-link-list .quick-link-item:last-child {
  border-bottom: none;
}
.data-st-icon {
  float: left;
  display: inline-block;
  width: 15px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAABHElEQVQ4jb3TS0vCQRQF8J9m7wdWSBDYIgiCgjZBUH6XvmLfIChqWYtyVYtei17oxlLJtMWMoH+1dNOBWcydOXfuvedMyuGRAVjGJsZwjVK/S5nEfhIryGOpI36ANzziFV+dCbYwj1nMDCoHubha+EAVlQzWfyH1QwpzceXSI5J78K8JbnCMcmcwqQLUBTXaaOEK90L/jd8S3MXLeeygiQs8C37YFZQYmCCLcUHvenythAnsxfMuJGeQxT6mBMOUBG8U+pHbCZqJ2EIkLAp2Lggm64fvTOxvNXEwHYl/4SWNomDLUVFFMY0azgV/D4sKzlBrD/ETJ3gagvyA01hBl4wNXAoSbgs/tBNlod0/nfgeq1nDRnzpVhh2D34AYiA8YDmgnuwAAAAASUVORK5CYII=);
}
.rules-st-icon {
  float: left;
  display: inline-block;
  width: 15px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAmUlEQVQ4ja3TwQnCQBRF0ZPBCkQLsISsLcd1bECrMD24swMbsJnoSgIiuJAIRiaZJN7dX9w3n/+YrD7lObZYGEaFMqAYIcMcRcByhPwJCRNkMGvNG9x7nAzHWMAez4SA6AarHvmHdsAFj4QN1rGAM+qEh6MBuwT5i7/X2NBVZ2eNDV11dtbYkFzn5BsE3Cb414CD998eSoXyBd2nFeUUyWNqAAAAAElFTkSuQmCC);
}
.unsteady-part-con .quick-link-list {
  padding: 0 5px;
}
.community-panel-body {
  width: 100%;
  padding: 5px;
}
.community-panel-list {
  width: 100%;
}
.community-panel-list .community-list-item {
  width: 100%;
  padding: 0 0 16px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #ccc;
}
.community-panel-list .community-list-item:last-child {
  padding: 0 0 1px;
  margin: 0;
  border-bottom: none;
}
.community-panel-list .community-item-info {
  width: 100%;
  margin: 0 0 7px;
}
.community-panel-list .community-item-info .community-item-picture {
  float: left;
  width: 56px;
  height: 56px;
  overflow: hidden;
}
.community-panel-list .community-item-info .community-item-picture .community-picture {
  width: 100%;
}
.community-panel-list .community-item-info .community-item-title {
  float: right;
  width: calc(100% - 71px);
}
.community-panel-list .community-item-info .community-item-title .title-box {
  float: left;
  width: 100%;
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 18px;
}
.community-panel-list .community-item-info .community-item-title .tag-box {
  float: left;
  width: 80px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
}
.community-panel-list .community-item-info .community-item-title .tag-box.type-1 {
  background-color: rgba(13, 108, 228, 0.1);
  color: #0d6ce4;
}
.community-panel-list .community-item-info .community-item-title .tag-box.type-2 {
  background-color: rgba(237, 145, 0, 0.1);
  color: #ed9100;
}
.community-panel-list .community-item-details {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.padd-15 {
  padding: 15px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.bg-255-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.self-content .img-box {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px solid #fff;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.self-content .img-box > img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
}
.self-content .self-base-info {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.self-content .self-text {
  float: right;
  display: block;
  width: calc(100% - 104px);
}
.self-content .self-text .self-name {
  float: left;
  margin-bottom: 11px;
  padding: 8px 0 0;
}
.self-content .self-text .self-name .name-box {
  float: left;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.self-content .self-text .self-name .tag-box {
  float: left;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
}
.self-content .self-text .self-num {
  float: left;
  width: 100%;
  height: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.self-content .self-text .self-class {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.self-content .self-phone {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding-left: 5px;
}
.self-content .self-phone > span {
  margin-right: 5px;
}
.self-content .hover-option-container {
  width: calc(100% + 20px);
  height: 0;
  padding: 0;
  margin: 0 -10px;
  float: left;
  overflow: hidden;
}
.self-content .hover-option-container .hover-option-item {
  float: left;
  width: calc(100% / 3 - 0.01px);
  display: block;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.self-content .hover-option-container .hover-option-item::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 5px;
  border-right: 1px solid #ddd;
}
.self-content .hover-option-container .hover-option-item .icon-box {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 8px;
  border-radius: 11px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.self-content .hover-option-container .hover-option-item .title-box {
  display: block;
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
}
.self-content .hover-option-container .hover-option-item:last-child::before {
  display: none;
}
.card-panel-container.self-info {
  background-color: #fff!important;
  width: calc(100% - 30.01px);
  margin: 0 15px 20px;
}
.card-panel-container.self-info .hover-option-container {
  height: 65px;
  padding: 15px 0 2px;
}
.padd-15 {
  padding: 12px 15px 13px 15px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mail-content {
  width: 100%;
}
.mail-content > div {
  height: 74px;
}
.mail-content .mail-img {
  float: left;
  width: 142px;
  border-right: 1px solid #dedede;
}
.mail-content .unread-mail {
  float: left;
  width: calc(100% - 142px);
  padding: 0px 0px 0px 20px;
}
.mail-content .unread-mail p:nth-child(1) {
  font-size: 16px;
}
.mail-content .unread-mail p:nth-child(1) span {
  font-size: 30px;
  margin-right: 5px;
}
.mail-content .unread-mail p:nth-child(2) {
  font-size: 14px;
  color: #666;
}
.padd-15 {
  padding: 15px;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.balance-content > div {
  height: 44px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}
.balance-content .school-card {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.balance-content .school-card .icon {
  float: left;
  margin-right: 10px;
}
.balance-content .school-card .tab-name {
  float: left;
}
.balance-content .school-card .balance-num {
  float: right;
}
.balance-content .school-card .balance-num span {
  font-size: 24px;
  margin-right: 2px;
}
.balance-content .internet-charge {
  background-color: #128e8a;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.balance-content .internet-charge .icon {
  float: left;
  margin-right: 10px;
}
.balance-content .internet-charge .tab-name {
  float: left;
}
.balance-content .internet-charge .balance-num {
  float: right;
}
.balance-content .internet-charge .balance-num span {
  font-size: 24px;
  margin-right: 2px;
}
.pb-0 {
  padding: 13px 15px 0px 15px !important;
}
.padd-15 {
  padding: 15px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.school-calendar-tit p:nth-child(1) {
  float: left;
}
.school-calendar-tit p:nth-child(2) {
  float: right;
  font-size: 14px !important;
  color: #666 !important;
}
.school-calendar-tit p:nth-child(2) span {
  font-weight: bold;
  margin: 0px 5px;
}
.calendar-list > div {
  height: 17px;
  padding-left: 10px;
  font-size: 14px;
  color: #666;
  line-height: 16px;
  margin-bottom: 15px;
}
.calendar-list > div span {
  font-size: 16px;
  font-weight: bold;
}
.calendar-list .red-box {
  border-left: 3px solid red;
}
.calendar-list .red-box p:nth-child(1) {
  float: left;
}
.calendar-list .red-box p:nth-child(2) {
  float: right;
}
.calendar-list .orange-box {
  border-left: 3px solid orange;
}
.calendar-list .orange-box p:nth-child(1) {
  float: left;
}
.calendar-list .orange-box p:nth-child(2) {
  float: right;
}
.calendar-list .blue-box {
  border-left: 3px solid blue;
}
.calendar-list .blue-box p:nth-child(1) {
  float: left;
}
.calendar-list .blue-box p:nth-child(2) {
  float: right;
}
.padd-15 {
  padding: 15px;
}
.mb-7 {
  margin-bottom: 7px !important;
}
.price-num span {
  font-weight: bold;
}
.price-num > span:nth-child(1) {
  margin-right: 3px;
}
.price-num > span:nth-child(2) {
  margin-left: 3px;
}
.money-tabs {
  height: 8px;
  margin: 0 auto;
  width: 70px;
}
.money-tabs a {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  margin-right: 5px;
  border-radius: 50%;
}
.money-tabs a.active {
  width: 26px;
  border-radius: 10px;
  background: #01559d;
}
.money-container {
  border-radius: 0 0 5px 5px;
  width: 100%;
  border-top: 0;
  height: 133px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.money-slide {
  height: 100%;
  width: 100%;
  background: none;
  color: #333;
  margin-right: 14px;
  border-radius: 10px;
}
.money-content > div:nth-child(1) {
  width: 50%;
  height: 133px;
  border-radius: 10px;
  float: left;
  padding: 20px 0px;
}
.money-content > div:nth-child(1) > img {
  display: block;
  width: 45px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.money-content > div:nth-child(1) .money-01 {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.money-content > div:nth-child(1) .money-02 {
  line-height: 26px;
  text-align: center;
}
.money-content > div:nth-child(1) .money-02 span:nth-child(1) {
  font-size: 16px;
  margin-right: 10px;
}
.money-content > div:nth-child(1) .money-02 span:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
}
.money-content > div:nth-child(2) {
  width: 50%;
  height: 133px;
  float: left;
  padding: 15px 20px 20px;
  line-height: 24px;
}
.money-content > div:nth-child(2) > p:nth-child(1) {
  font-size: 14px;
  color: #999;
}
.money-content > div:nth-child(2) > p:nth-child(2) {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.money-content > div:nth-child(2) > p:nth-child(3) {
  font-size: 14px;
  color: #999;
}
.money-content > div:nth-child(2) > p:nth-child(4) {
  font-size: 14px;
  color: #666;
}
.swiper-pagination-bullet {
  background-color: rgba(1, 85, 157, 0.2) !important;
}
.swiper-pagination-bullet-active {
  background-color: rgba(1, 85, 157, 0.85) !important;
  width: 26px !important;
  border-radius: 10px !important;
}
.swiper-pagination {
  bottom: 0px !important;
}
.padd-15 {
  padding: 15px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.resource-list > div:last-child {
  margin-bottom: 13px !important;
}
.resource-list > div {
  width: 100%;
  height: 25px;
  font-size: 14px !important;
  color: #666;
  line-height: 25px;
  display: inline-table;
  margin-bottom: 20px;
}
.resource-list > div .res-img {
  width: 50px;
  float: left;
  padding-left: 6px;
}
.resource-list > div .res-img > img {
  vertical-align: middle;
}
.resource-list > div .res-name {
  width: calc(100% - 50px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.open-more {
  width: 52px;
  height: 6px;
  border-radius: 10px;
  margin: 0 auto;
}
.resource-fold-btn {
  position: absolute;
  right: 50%;
  width: 52px;
  height: 6px;
  cursor: pointer;
  bottom: 10px;
  transform: translateX(50%);
}
.resource-fold-btn > p {
  width: 50%;
  height: 100%;
  float: left;
}
.resource-fold-btn .fold-btn-inside:nth-child(1) > span {
  display: block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.resource-fold-btn .fold-btn-inside:nth-child(2) > span {
  display: block;
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.resource-fold-btn:hover .fold-btn-inside:nth-child(1) {
  transform: rotate(30deg);
  position: absolute;
  right: 22px;
}
.resource-fold-btn:hover .fold-btn-inside:nth-child(2) {
  transform: rotate(-30deg);
  position: absolute;
  left: 22px;
}
.padd-15 {
  padding: 15px;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.original-box {
  width: calc(100% + 15px);
}
.original-box > div:nth-child(1) {
  background-color: #0c5eb1;
}
.original-box > div:nth-child(2) {
  background-color: #2881df;
}
.original-box > div:nth-child(3) {
  background-color: #fc3300;
}
.original-box > div:nth-child(4) {
  background-color: #40703e;
}
.original-box > div {
  float: left;
  width: calc((100% / 2) - 15px);
  height: 103px;
  padding: 0px 10px;
  margin: 0px 15px 15px 0px;
  border-radius: 10px;
  background-color: #333;
}
.original-box > div > p {
  font-size: 14px;
  color: #fff;
}
.original-box > div > p:nth-child(1) {
  height: calc(100% - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.original-box > div > p:nth-child(1) > img {
  display: block;
  margin: 0 auto;
}
.original-box > div > p:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  text-align: center;
}
.padd-15 {
  padding: 15px;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.icon-library {
  width: calc(100% + 15px);
}
.icon-library > div {
  width: calc((100% / 2) - 15px);
  margin: 0px 15px 15px 0px;
  border-radius: 10px;
  height: 36px;
  padding: 10px;
  float: left;
}
.icon-library > div > p {
  margin-right: 5px;
  width: 22px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-library > div > span {
  font-size: 14px;
  color: #666;
  position: relative;
  top: -4px;
}
.video-tit {
  width: calc(100% + 15px);
}
.video-tit > p {
  width: calc((100% / 2) - 15px);
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-right: 15px;
  text-align: center;
}
.padd-15 {
  padding: 15px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.video-box {
  width: calc(100% + 15px);
  margin-bottom: 11px;
}
.video-box > a {
  width: calc((100% / 2) - 15px);
  border-radius: 10px;
  height: 80px;
  float: left;
  margin-right: 15px;
  position: relative;
}
.video-box > a > video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
}
.video-box > a > img {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.video-tit {
  width: calc(100% + 15px);
  margin-bottom: 4px;
}
.video-tit > p {
  width: calc((100% / 2) - 15px);
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-right: 15px;
  text-align: center;
}
/***弹出***/
.manage-block-container {
  width: 100%;
  padding: 10px 0 0;
}
.manage-block-container .manage-block-title {
  display: flex;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 20px;
}
.manage-block-container .manage-block-title .title-box {
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
  font-size: 16px;
  line-height: 26px;
  background-repeat: no-repeat;
  background-position: left center;
}
.manage-block-container .manage-block-title .info-box {
  font-size: 12px;
  line-height: 26px;
  color: #999;
}
.manage-block-container .manage-block-title .info-box > i {
  font-size: 13px;
}
.manage-block-container .manage-block-list {
  display: flex;
  flex-wrap: wrap;
}
.manage-block-container .manage-block-list .manage-block {
  position: relative;
  width: calc(20% - 40.01px);
  margin: 5px 20px 25px;
  border-radius: 4px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
.manage-block-container .manage-block-list .manage-block .title-box {
  height: 37px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 37px;
  border-radius: 4px;
}
.manage-block-container .manage-block-list .manage-block .body-box {
  height: 66px;
  padding: 0 10px;
  line-height: 66px;
  text-align: center;
}
.manage-block-container .manage-block-list .manage-block .body-box > img {
  max-width: 100%;
  vertical-align: middle;
}
.manage-block-container .manage-block-list .manage-block .shadow-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  align-content: center;
}
.manage-block-container .manage-block-list .manage-block .shadow-box .icon-box {
  width: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.manage-block-container .manage-block-list .manage-block .shadow-box .text-box {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.manage-block-container .manage-block-list .manage-block:hover .shadow-box {
  display: flex;
}
.manage-block-container .manage-block-list.my-block .manage-block .shadow-box {
  background-color: rgba(232, 72, 29, 0.7);
}
.manage-block-container .manage-block-list.all-block .manage-block .shadow-box {
  background-color: rgba(84, 187, 41, 0.7);
}
.full-screen .manage-block-container .manage-block-list .manage-block {
  width: calc((100% / 7) - 40.01px);
}
.padd-15 {
  padding: 15px;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.netcost-ipass-oa-comm > div {
  height: 53px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: right 0;
  background-origin: content-box;
}
.netcost-ipass-oa-comm .item-box {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.netcost-ipass-oa-comm .item-box.blue {
  color: #066be3;
  background-color: rgba(6, 107, 227, 0.05);
  background-image: url(../../image/home-ec/bg/block-blue-bg.png);
}
.netcost-ipass-oa-comm .item-box.green {
  color: #08979c;
  background-color: rgba(8, 151, 156, 0.05);
  background-image: url(../../image/home-ec/bg/block-green-bg.png);
}
.netcost-ipass-oa-comm .item-box.orange {
  color: #f8ad31;
  background-color: rgba(248, 173, 49, 0.05);
  background-image: url(../../image/home-ec/bg/block-orange-bg.png);
}
.netcost-ipass-oa-comm .item-box.red {
  color: #fa541c;
  background-color: rgba(250, 84, 28, 0.05);
  background-image: url(../../image/home-ec/bg/block-red-bg.png);
}
.netcost-ipass-oa-comm .item-box .left-box {
  display: flex;
  align-items: center;
}
.netcost-ipass-oa-comm .item-box .left-box .icon {
  padding: 0 10px 0 0;
}
.netcost-ipass-oa-comm .item-box .left-box .icon img {
  vertical-align: middle;
}
.netcost-ipass-oa-comm .item-box .left-box .tab-name {
  color: #333;
  font-size: 14px;
}
.netcost-ipass-oa-comm .item-box .right-box {
  flex: 1;
  text-align: right;
  padding: 0 10px 0 0;
}
.netcost-ipass-oa-comm .item-box .right-box .number-box {
  font-size: 14px;
}
.netcost-ipass-oa-comm .item-box .right-box .number-box span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 2px;
  line-height: 24px;
  display: inline-block;
  padding: 4px 0 0 0;
}
.library-card-box {
  padding: 0 5px;
  margin-top: -5px;
}
.library-card-box .box-item {
  width: 100%;
  float: left;
  height: 45px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  color: #666;
  position: relative;
}
.library-card-box .box-item:last-of-type {
  border: 0;
}
.library-card-box .box-item::before {
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 4px;
  display: block;
  content: "";
}
.library-card-box .box-item.red::before {
  background-color: #fa541c;
}
.library-card-box .box-item.blue::before {
  background-color: #0150bc;
}
.library-card-box .box-item.orange::before {
  background-color: #f8ad31;
}
.library-card-box .box-item .text-box {
  width: fit-content;
  float: left;
  line-height: 14px;
  padding: 13px 0 18px 13px;
}
.library-card-box .box-item .num-box {
  width: calc(100% - 69px);
  float: left;
  text-align: right;
  line-height: 14px;
  padding: 15px 0 16px;
}
.library-card-box .box-item .num-box span {
  font-size: 16px;
  font-weight: bold;
  line-height: 12px;
}
