#app {
  min-width: 1400px;
}
.ads {
  height: 80px;
  width: 100%;
  position: relative;
}
.ads .ad-img {
  width: 100%;
  height: 100%;
}
.ads .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.banner {
  background: url('../images/1-banner.png') no-repeat #fff;
  overflow: hidden;
  padding-bottom: 30px;
  background-size: cover;
}
.headers {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  position: relative;
}
.headers .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.headers>div .list-btn {
  margin-right: 25px;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}
.headers>div .list-btn:hover,
.headers>div .list-btn.active {
  color: #fa5555;
}
.headers>div .list-btn .arrow {
  transform: rotate(180deg);
  vertical-align: middle;
  transition: transform 1s;
  margin-top: -5px;
}
.headers>div .list-btn:hover .arrow,
.headers>div .list-btn.active .arrow {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.headers .login {
  margin-top: 19px;
  float: right;
}
.headers .login .ecp_tn-header {
  width: auto !important;
}
.headers .login .ecp_top-nav {
  height: 28px;
  border: none;
  background: transparent;
  margin-top: 21px;
}
.headers .login .tn-person-r .ecp_tn-title .ecp_tn-tab {
  width: 80px;
  height: 26px;
  color: #fff;
  background-image: linear-gradient(90deg, #d64e4e 0%, #8e4e60 50%, #484d71 100%);
	border-radius: 4px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}
.headers .login .tn-person-r .ecp_tn-title,
.headers .login .tn-person-r .ecp_tn-title .ecp_tn-tab i {
  padding: 0 !important;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
}
.headers .user-info {
  float: right;
  height: 16px;
  padding-left: 20px;
  border-left: 1px solid #999;
  margin-top: 27px;
}
.headers>div .btn {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(90deg, #d64e4e 0%, #8e4e60 50%, #484d71 100%);
	border-radius: 4px;
}
.headers>div .btn:hover {
  color: #fff;
}
.headers .login>span,
.headers .login .lgoutbtn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.headers .login .lgoutbtn {
  width: 80px;
}
.headers .user-info a {
  line-height: 1;
}
.headers .user-info a.active {
  color: #222;
}
.banner .title {
  font-family: SourceHanSerifCN-Heavy;
	font-size: 50px;
  color: #222;
  text-align: center;
  margin-top: 60px;
  line-height: 1;
}
.search-container {
  width: 860px;
  margin: 40px auto 50px;
}
.search-container .secx {
  width: 760px;
  height: 54px;
  line-height: 54px;
  position: relative;
}
.search-container .secx .pholder {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #999;
  line-height: 54px;
  font-size: 16px;
  width: 760px;
  padding-left: 20px;
  box-sizing: border-box;
  z-index: 2;
}
.search-container .secx .inputtext {
  box-sizing: border-box;
  height: 54px;
  border: none;
  padding-left: 20px;
  font-size: 14px;
  line-height: 54px;
  color: #333;
  width: 760px;
  display: inline-block;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search-container .secx .secbtn {
  width: 100px;
  height: 54px;
  background-image: linear-gradient(90deg,
		#fa5555 0%,
		#d43939 100%);
  border-radius: 0px 4px 4px 0px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
}
.search-container .linkbox {
  text-align: center;
  margin-top: 20px;
}
.search-container .linkbox a {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .3);
  font-size: 16px;
  color: #484d71;
  padding-right: 35px;
}
.search-container .linkbox a:hover {
  background: #fff;
}
.search-container .linkbox .pos-right {
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.service-container {
  border-radius: 6px;
  background: rgba(255, 255, 255, .5);
  width: 1400px;
  margin: 0 auto;
  box-shadow: 0px 8px 23px 0px
		rgba(72, 77, 113, 0.08);
}
.service-container .header {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  color: #222;
}
.service-container .header img {
  width: 30px;
  margin-right: 8px;
}
.service-container .header .tabs {
  margin-left: 25px;
  width: 1100px;
}
.service-container .header .tabs li {
  text-align: center;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
  position: relative;
  width: 25%;
  height: 70px;
}
.service-container .header .tabs li.current {
  border-bottom-color: #fa5555;
}
.service-container .tabs li a {
  font-size: 18px;
  font-style: normal;
  color: #484d71;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.service-container .tabs li.current:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #fa5555;
  left: 50%;
  margin-left: -4px;
  bottom: 0;
}
.service-container .content {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 8px 23px 0px rgba(72, 77, 113, 0.08);
}
.service-container .content .subject {
  width: 433px;
  height: 201px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px 30px 0;
}
.service-container .subject.high {
  background: url(../images/2-1-1gz-bg.png) no-repeat;
}
.service-container .subject.middle {
  background: url(../images/2-1-2cz-bg.png) no-repeat;
}
.service-container .subject.primary {
  background: url(../images/2-1-3xx-bg.png) no-repeat;
}
.service-container .subject .cn {
  font-family: SourceHanSerifCN-Heavy;
	font-size: 30px;
}
.service-container .subject .en {
  font-size: 14px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 10px;
}
.service-container .subject.high .cn {
  color: #484d71;
}
.service-container .subject.high .en {
  color: rgba(72, 77, 113, 0.5);
}
.service-container .subject.middle .cn {
  color: #e07824;
}
.service-container .subject.middle .en {
  color: #cdb3a8;
}
.service-container .subject.primary .cn {
  color: #bd372a;
}
.service-container .subject.primary .en {
  color: #cab0a9;
}
.service-container .sub-list {
  margin-top: 40px;
}
.service-container .sub-list li {
  padding-right: 44px;
}
.service-container .sub-list li:nth-last-child(1) {
  padding: 0;
}
.service-container .sub-list li a {
  line-height: 24px;
  height: 24px;
}
.service-container .high .sub-list a {
  color: #484c71;
}
.service-container .middle .sub-list a {
  color: #e07824;
}
.service-container .primary .sub-list a {
  color: #bd372a;
}
.service-container .sub-list li a:hover {
  color: #fa5555;
}
.service-container .school-manage-list li {
  width: 320px;
  height: 200px;
  border-radius: 6px;
  position: relative;
}
.service-container .school-manage-list li:nth-of-type(1) {
  background: url(../images/2-2-1mxjpccg.png) no-repeat;
}
.service-container .school-manage-list li:nth-of-type(2) {
  background: url(../images/2-2-2msjpcg.png) no-repeat;
}
.service-container .school-manage-list li:nth-of-type(3) {
  background: url(../images/2-2-3xxglfz.png) no-repeat;
}
.service-container .school-manage-list li:nth-of-type(4) {
  background: url(../images/2-2-4zxxdj.png) no-repeat;
}
.service-container .school-manage-list .item-name,
.service-container .reading-list .item-name {
  font-family: SourceHanSerifCN-Heavy;
	font-size: 30px;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 28px;
}
.service-container .school-manage-list .item-link,
.service-container .reading-list .item-link {
  width: 77px;
	height: 32px;
	border-radius: 4px;
	border: solid 1px #ffffff;
  line-height: 32px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.service-container .reading-list li {
  width: 433px;
	height: 200px;
  border-radius: 6px;
  position: relative;
}
.service-container .reading-list li:nth-of-type(1) {
  background: url(../images/2-3-1jddd.png) no-repeat;
}
.service-container .reading-list li:nth-of-type(2) {
  background: url(../images/2-3-2gjscx.png) no-repeat;
}
.service-container .reading-list li:nth-of-type(3) {
  background: url(../images/2-3-3dzqkyd.png) no-repeat;
}
.service-container .pre-primary {
  height: 200px;
  border-radius: 6px;
  background: url(../images/2-4-1cnki.png) no-repeat;
  position: relative;
}
.service-container .pre-primary .item-link {
  width: 77px;
	height: 32px;
	border-radius: 4px;
	border: solid 1px #ffffff;
  line-height: 32px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 54px;
}
.service-container .item-link:hover {
  background: #fff;
  color: #fa5555;
}
.section-container {
  background: #fff;
  padding: 50px 0 0;
}
.section-container.gray {
  background: #f5f6f9;
}
.section-container.light-gray {
  background: #fefefe;
}
.section {
  width: 1400px;
  margin: 0 auto;
  box-shadow: 0px 8px 23px 0px
		rgba(72, 77, 113, 0.08);
}
.section-gray .box {
  height: 597px;
  box-sizing: border-box;
  padding: 0 20px;
}
.section-gray .box1 {
  width: 350px;
  background: #fff;
  padding: 0 20px;
}
.section-gray .box2 {
  width: 466px;
  background: url(../images/3-2-top10kw-bg.png) no-repeat top right, linear-gradient(90deg, #f9fafc 0%, #ebeff3 100%);
}
.section-gray .box3 {
  width: 584px;
  background: url(../images/3-3top10wx-bg.png) no-repeat top right, linear-gradient(90deg, #f9fafc 0%, #ebeff3 100%);
}
.section .box-title {
  height: 70px;
  position: relative;
  margin-bottom: 15px;
}
.section .box:not(.box1) .box-title {
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.section-gray .wordcloud-title-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-gray .wordcloud {
  height: 500px;
}
.box ul.date-pick li {
  width: 44px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  color: #222;
  background: #fff;
  cursor: pointer;
}
.box ul.date-pick li.active,
.box ul.date-pick li:hover {
  background: #fa5555;
  color: #fff;
}
.box .top-list>li {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #484d71;
  overflow: hidden;
  border-radius: 4px;
}
.box .top-list .list-num {
  width: 44px;
  text-align: center;
}
.box .top-list .list-name {
  cursor: pointer;
  width: calc(100% - 44px);
}
.box .top-list .list-name .iconfont {
  font-size: 14px;
}
.box .top-list .list-download {
  padding-right: 10px;
}
.box .top-list .list-download,
.box .top-list .list-download .iconfont {
  font-size: 12px;
}
.box .top-list .list-download .hover-show {
  display: none;
}
.box .top-list>li:hover {
  background: #fff;
}
.box .top-list>li:hover .list-name {
  color: #fa5555;
}
.box .top-list>li:hover .hover-show {
  display: inline-block;
}
.color.first {
  color: #c81717;
}
.color.second {
  color: #f66434;
}
.color.third {
  color: #fd9d7d;
}
.hot-subject {
  width: 1400px;
  margin: 30px auto 0;
  padding-bottom: 25px;
}
.hot-subject>h2 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 30px;
}
.hot-subject .slider-container {
  width: 1400px;
  height: 140px;
  position: relative;
  overflow: hidden;
}
.hot-subject .slider {
  position: relative;
}
.hot-subject .hot-subject-container {
  position: absolute;
}
.hot-subject .subject-list>a {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  border-radius: 25px;
  padding: 0 30px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  width: fit-content;
  float: left;
}
.hot-subject .subject-list>a .iconfont {
  visibility: hidden;
  position: absolute;
  font-size: 14px;
  right: 10px;
}
.hot-subject .subject-list>a:hover {
  background: #fa5555;
  color: #fff;
}
.hot-subject .subject-list>a:hover .iconfont {
  visibility: visible;
}
.light-gray .public-nav {
  width: 1400px;
  height: 481px;
  border-radius: 6px;
  margin: 0 auto;
  background: url(../images/4-tit-bg.png) no-repeat;
  box-sizing: border-box;
  padding: 36px;
  box-shadow: 0px 8px 23px 0px
		rgba(72, 77, 113, 0.08);
}
.public-nav .nav-headers h2 {
  font-size: 28px;
  font-style: italic;
  color: #222;
}
.public-nav .nav-headers li a {
  display: block;
  width: 97px;
  height: 34px;
  line-height: 34px;
  margin-left: 20px;
  border-radius: 17px;
  background: #fff;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  text-align: center;
}
.public-nav .nav-headers li.active a,
.public-nav .nav-headers li:hover a {
  color: #fff;
  background: #fa5555;
}
.public-nav .nav-container {
  height: 375px;
  box-sizing: border-box;
  padding: 0 24px;
  padding-top: 30px;
}
.public-nav .nav-container .mod-tab-head>li,
.public-nav .nav-container .mod-imglist-inner>li {
  float: left;
}
.public-nav .nav-container .mod-imglist-inner>li:nth-last-of-type(-n+7) {
  display: none;
}
.public-nav .mod-tab-head>li a.more {
  display: none;
}
.public-nav .nav-container .second-nav,
.public-nav .nav-container .mod-tab-head {
  border-bottom: 1px solid #ebebeb;
}
.public-nav .second-nav li a,
.public-nav .nav-container .mod-tab-head>li{
  display: block;
  padding: 10px 0;
  border-bottom: 4px solid transparent;
  font-size: 14px;
  color: #484d71;
  margin-right: 55px;
  cursor: pointer;
}
.public-nav .second-nav li:nth-last-child(1) a {
  margin-right: 0;
}
.public-nav .second-nav li.active a,
.public-nav .mod-tab-head>li.cur {
  color: #fa5555;
  border-color: #fa5555;
}
.public-nav .mod-tab-bd .btnbox,
.public-nav .mod-tab-bd .imglist-tit,
.public-nav .mod-tab-bd .errorTit {
  display: none;
}
.public-nav .mod-tab-bd {
  display: none;
  padding: 30px 0;
  overflow-x: auto;
}
.public-nav .mod-tab-bd.cur {
  display: block;
}
.public-nav .controlBox {
  display: none;
}
.public-nav .mod-imglist-wrap,
.public-nav .second-container ul {
  width: max-content !important;
}
.public-nav .second-container{
  padding: 30px 0;
  overflow-x: auto;
}
.public-nav .mod-imglist-inner {
  width: max-content !important;
}
.public-nav .mod-imglist-inner .item,
.public-nav .second-container li {
  margin-right: 30px;
}
.public-nav .mod-imglist-inner .item:nth-last-child(1),
.public-nav .second-container li:nth-last-child(1) {
  margin-right: 0;
}
.public-nav .mod-imglist-inner .item img,
.public-nav .second-container li img {
  width: 157px !important;
  height: 223px !important;
}
.theme-album {
  width: 1400px;
  margin: 50px auto;
  border-radius: 20px 20px 6px 6px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 8px 23px 0px
		rgba(72, 77, 113, 0.08);
}
.theme-album .theme-header {
  height: 169px;
  background: url(../images/5-banner.png) no-repeat;
  overflow: hidden;
  margin-bottom: 40px;
}
.theme-header .btn-container {
  /* width: 445px; */
  margin: 115px auto 0;
}
.theme-header .btn {
  display: block;
  width: 220px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 19px;
  padding: 0 22px;
  margin: 0 auto;
}
.theme-header .btn.left {
  background: #ff9645;
}
.theme-header .btn.right {
  background-image: linear-gradient(90deg,
		#292929 0%,
		#433118 50%,
		#5d3906 100%);
}
.theme-album .section-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.theme-album .section-header .header-name {
  font-size: 24px;
  line-height: 24px;
  padding-right: 20px;
  font-weight: bold;
  font-style: italic;
  color: #222;
  background: url(../images/7-tit-bg.png) no-repeat right;
}
.theme-album .theme-section-1 {
  padding: 0 60px;
}
.section-header .more {
  width: 95px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ebebeb;
  color: #666;
}
.theme-album .theme-section-1 .section-container {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.theme-album .twice {
  margin-top: 50px;
  padding: 0 60px;
}
.theme-album .theme-section-2 {
  width: 620px;
}
.theme-section-2 .section-container {
  padding-top: 18px;
}
.theme-section-2 li {
  height: 44px;
  line-height: 44px;
}
.theme-section-2 li a {
  font-size: 14px;
  color: #222;
}
.theme-section-2 li a:hover {
  color: #fa5555;
}
.theme-section-2 li .icon {
  vertical-align: middle;
  margin-right: 10px;
}
.fixed {
  position: fixed;
  top: 350px;
  right: 60px;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .fixed {
    transform: scale(0.7);
    right: 25px;
  }
}

@media screen and (max-width: 1770px) {
  .fixed {
    transform: scale(0.7);
    right: 32px;
  }
}



.header-popover.el-popper[x-placement^=bottom] {
  margin-top: -15px;
  padding: 0;
}
.header-popover.el-popper[x-placement^=bottom] .el-cascader-panel {
  border: none;
}
.header-popover.el-popper[x-placement^=bottom] .el-cascader-node {
  height: 44px;
  line-height: 44px;
  color: #666;
}
.header-popover.el-popper[x-placement^=bottom] .el-cascader-node.in-active-path,
.header-popover.el-popper[x-placement^=bottom] .el-cascader-node.is-active {
  color: #fa5555;
  font-weight: normal;
}
.header-popover-info {
  padding: 0 !important;
  border: none !important;
  border-radius: 4px;
}
.header-popover-info .info-show {
  background: url(../images/0-用户-bg.png) no-repeat #fff;
}
.header-popover-info .info-show .top {
  padding: 20px;
}
.header-popover-info .info-show .top .words {
  font-weight: bold;
  color: #484d71;
  font-size: 18px;
}
.header-popover-info .info-show .top .right {
  color: #222;
}
.header-popover-info .info-show .bottom {
  border-top: 1px solid #ebebeb;
  width: 100%;
  display: table;
}
.header-popover-info .info-show .bottom a {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  height: 62px;
  width: 50%;
  box-sizing: border-box;
  line-height: 62px;
}
.header-popover-info .info-show .bottom a:nth-last-of-type(1) {
  border-left: 1px solid #ebebeb;
}
.header-popover-info .info-show .bottom .arrow {
  width: 20px;
  height: 20px;
  color: #ccc;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-top: 21px;
  line-height: 20px;
  text-align: center;
}
.header-popover-info .info-show .bottom .iconfont {
  font-size: 12px;
}
.header-popover-info .info-show .bottom a:hover .arrow {
  border: 1px solid #fa5555;
  background: #fa5555;
  color: #fff;
}

.active-pics {
  background: #fff;
  padding-bottom: 30px
}
.active-pics>div {
  width: 1400px;
  margin: 0 auto;
}
.active-pics .swipe-container {
  width: 916px;
}
.active-pics .swipe-container .el-carousel__container {
  height: 238px;
}

.info-service {
  width: 1400px;
  margin: 0 auto;
  box-shadow: 0px 8px 23px 0px
		rgba(72, 77, 113, 0.08);
	border-radius: 6px;
  margin-bottom: 55px;
  padding-bottom: 40px;
}
.info-service .info-title {
  height: 126px;
  background: url(../images/4-tit-bg1.png) no-repeat center;
  box-sizing: border-box;
  padding: 30px;
}
.info-service .info-title span {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  color: #222;
  margin-left: 5px;
  line-height: 36px;
}
.info-service .info-title span,
.info-service .info-title img {
  vertical-align: middle;
}
.info-service .info-content {
  width: 1340px;
  margin: -20px auto 0;
}
.info-service .info-block {
  gap: 20px;
  margin-top: 20px;
}
.info-service .info-block li {
  width: 252px;
	height: 180px;
  border-radius: 6px;
  background: url(../images/znbk-bg.png) no-repeat center;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}
.info-service .info-block .block-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #222;
  cursor: default;
}
.info-service .info-block .block-des {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  cursor: default;
}
.info-service .info-block .block-btn {
  display: none;
  width: 100px;
	height: 32px;
  line-height: 32px;
	border-radius: 4px;
	border: solid 1px #ffffff;
  margin: 20px auto 0;
  color: #fff;
}
.info-service .info-block li:hover  {
  background: url(../images/h-bg.png) no-repeat center;
}
.info-service .info-block li:hover .block-title {
  color: #fff;
}
.info-service .info-block li:hover .block-des {
  display: none;
}
.info-service .info-block li:hover .block-btn {
  display: block;
}
