.w1200 {
  width: 12rem;
  margin: auto;
  overflow: hidden;
}

.w1920 {
  max-width: 19.2rem;
  position: relative;
  margin: auto;
}
.overFlow{
  overflow: hidden;
}

.hide-top {
  top: -1.5rem !important;
}
.swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  background: rgba(255,255,255,0.8);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  background: rgba(0,0,0,0.2);
  border-radius: 20px;
  padding: 6px 16px 2px 16px;
  left: 50%;
  transform: translate(-50%, -0%);
  width: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 10px;
}
.swiper-pagination-bullet-active{
  background: #59B663;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  display: none!important;
}

.no-page{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: RGBA(247, 247, 247, 1);
}
.no-page-c img{
  width: 300px;
}
.no-page-text{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  text-align: center;
  margin-top: 16px;
}

.container-fluid {
  overflow: hidden;
}
.container-fluid,
.container {
  padding: 0;
  /*overflow: hidden;*/
  /* font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif; */
}

.header{
  padding: 10px 0;
}

.header-logo img{
  width: 80px;
  height: 80px;
  background: #F0EEED;
}
.header-title{
  font-size: .28rem;
  color: #333333;
  line-height: 43px;
  margin-left: 10px;
}
.header-item{
  margin-left: .28rem;
  font-size: .18rem;
  color: #333333;
  line-height: 25px;
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 3px solid #FFFFFF;
  transition: all .3s;
}
.header-item:hover{
   color: #59B663;
}
.header-item-active{
  font-size: .18rem;
  color: #59B663!important;
  border-bottom: 3px solid #59B663;
  -webkit-font-smoothing: antialiased;
}
/*手机端导航*/
.navbar {
  background: #fff;
}
.navbar-header {
  padding: 8px 16px!important;
  font-size: 15px;
  color: #333333;
  line-height: 22px;
  box-sizing: border-box;
  margin-left: inherit!important;
  margin-right: inherit!important;
  z-index: 10;
  position: relative;
  background: #fff;
}
.nav-logo{
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 8px;
  object-fit: cover;
}
.navbar-toggle{
  border: none;
  padding: 0;
  margin-right: 0;
  background: none!important;
  border-radius: inherit;
}
.nav_phone_list{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: RGBA(89, 182, 99, 1);
  transform: translateX(100%);
  transition: all .36s ease
}
.nav-animation{
  transform: translateX(0%);
}
.nav-wap-list{
  padding-top: 56px;
  padding-bottom: 20px;
}
.nav-wap-item{
  padding: 18px 24px;
  box-sizing: border-box;
  font-size: 16px;
  color: #FFFFFF!important;
  line-height: 19px;
  border-bottom: 1px solid rgba(203,201,201,0.3);
}
.nav-wap-ico{
  width: 8px;
  height: 8px;
  display: flex;
}

.nav-wap-ico:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;/* 模块背景为透明 */
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}


.navbar-toggle span{
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* banner三条横线——菜单 变成叉号 start */
.nav-ico span:first-child {
  transform: rotate(45deg) translate(1px) !important;
}
.nav-ico span:nth-child(2) {
  -webkit-transform: translateX(0.13333333rem) scaleX(1.6);
  transform: translateX(0.13333333rem) scaleX(1.6);
  opacity: 0;
  margin-top: 7px!important;
}
.nav-ico span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0)!important;
  transform: rotate(-45deg) translate(0)!important;
  margin-top: 5.5px!important;
}
/* banner三条横线——菜单 变成叉号 end */


.footer{
  background: #59B663;
  padding: 30px 0 0 0;
}
.footer-cont{
  align-items: flex-start;
}
.footer-cont-code{
  box-sizing: border-box;
  margin: auto;
  min-width: 112px;
}
.footer-cont-code img{
  width: 112px;
  height: 112px;
  background: #FFFFFF;
  border-radius: 8px;
  object-fit: cover;
  margin: auto;
}
.footer-cont-tip{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 8px;
}
.footer-cont-contact{
  padding-left: 80px;
  box-sizing: border-box;
  /* width: 80%; */

}
.footer-cont-title{
  font-size: 24px;
  color: #FFFFFF;
  line-height: 34px;
}
.footer-cont-list{
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-cont-item{
  min-width: 35%;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 14px;
}
.footer-beian{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 12px 0;
  border-top: 1px solid rgba(123, 228, 134, 0.40);
  margin-top: 20px;
}

.paging{
  min-height: 100px;
}
.paging-cont{
  padding: 18px 0 53px 0;
}
.paging-prev,.paging-next{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 32px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  margin-right: 10px;
  transition: all .36s ease;
}
.paging-next{
  margin-right: 16px;
}
.paging-list span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 33px;
  height: 32px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  cursor: pointer;
  transition: all .36s ease;
}
.paging-list span:hover,.paging-prev:hover,.paging-next:hover{
  color: #59B663;
  border: 1px solid #59B663;
}

.paging-all{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.paging-all input{
  width: 56px;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DCDFE6;
  text-align: center;
  margin: 0 8px;
}
.paging-number{
  margin: 0 8px;
}
.paging-left{
  margin-left: 16px;
}
.paging-action{
 background: #59B663;
 border: 1px solid #59B663!important;
 color: #FFFFFF!important;
}

.type-wap{
  padding: 12px 16px;
  position: relative;
}

.type-wap-cont{
  height: 48px;
  padding: 0 16px;
  background: #F5FFF6;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  position: relative;
  z-index: 10;
}
.type-wap-ico{
  width: 8px;
  height: 8px;
  display: flex;
  margin-left: 8px;
  margin-top: -5px;
}

.type-wap-ico:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;/* 模块背景为透明 */
  border-color: #333333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.type-wap-list{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 12;
}

.wap-search{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}
.wap-search-shadow{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all .36s ease;
}
.wap-search-cont{
  position: relative;
  z-index: 10;
  transform: translateX(100%);
  height: 100%;
  padding: 72px 18% 78px 3% ;
  box-sizing: border-box;
  background: #fff;
  transition: all .36s ease;
  overflow-y: scroll;
}
.wap-search-s
{
  padding: 3px;
  background: #F5FFF6;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
}
.wap-search-ico{
  width: 18px;
  height: 18px;
  margin: 0 12px;
}
.wap-search-input
{
  padding: 4px 0;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  background: none;
  border: none;
  width: 300px;
}
.wap-search-rol{

}
.wap-search-title{
  padding: 16px 0;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.wap-search-list{
  flex-wrap: wrap;
}
.wap-search-item{
  width: calc(50% - 12px);
  margin-right: 12px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 8px;
  padding: 5px;
  border: 1px solid rgba(232, 232, 232, 1);
}
.wap-search-item:nth-child(2n){
  margin-right: 0;
}
.wap-search-item-active{
  color: #59B663;
  border: 1px solid #59B663;
}
.wap-search-btn{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 3% 16px 18% ;
  box-sizing: border-box;
  z-index: 10;
  transform: translateX(100%);
  transition: all .36s ease;
}
.wap-search-btn1{
  width: 45%;
  text-align: center;
  font-size: 16px;
  color: #59B663;
  line-height: 22px;
  padding: 6px 0;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #59B663;
}
.wap-search-btn2{
  width: 45%;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 6px 0;
  border-radius: 50px;
  background: #59B663;
  border: 1px solid #59B663;
}
.wap-search-active .wap-search-shadow{
  opacity: 1;
}
.wap-search-active .wap-search-cont{
  transform: translateX(15%);
}
.wap-search-active .wap-search-btn{
  transform: translateX(0%);
}
/* .course-wap{
  margin-right: 40px;
} */
.type-wap-item{
  width: 50%;
}
.type-wap-search{
  position: absolute;
  right: 16px;
  width: 18px;
  height: 18px;
  display: block;
}

.no-data{
  width: 100%;
  padding: 100px 0 150px 0;
  text-align: center;
}
.no-data img{
  width: 220px;
  margin: auto;
}
.no-data-text{
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  text-align: center;
  margin-top: 12px;
}

/* --------------首页-------------- */
.index-banner{
  position: relative;
}
.index-title{
  position: relative;
  margin-bottom: 22px;
}
.index-swiper-item img{
  width: 100%;
  max-height: 420px;
  /* object-fit: cover; */
}
.index-title-ico{
  height: 44px;
  width: auto;
}
.index-title-ico img{
  height: 100%;
}
.index-title-line{
  position: absolute;
  right: 123px;
  top: 24px;
  width:  calc(100% - 330px);
  height: 2px;
  border: 1px dashed rgba(89, 182, 99, 0.8);
}
.index-title-line.width-more{
  width:  calc(100% - 390px);
}
.index-title-more{
  font-size: 16px;
  color: #FFFFFF!important;
  line-height: 22px;
  padding: 7px 12px;
  background: #59B663;
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #59B663;
  cursor: pointer;
  transition: all .36s ease
}
.index-title-more:hover{
  transform: translateX(-6px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}

.index-cont1{
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(243,255,244,0.8) 0%, rgba(240,255,242,0) 100%);
  padding-top: 50px;
}
.index-cont1-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.index-cont2{
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255,246,235,0.8) 0%, rgba(255,240,221,0) 100%);
  padding-top: 50px;
  overflow: hidden;
}
.index-cont2-bg1{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.index-cont2-bg2{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* 热门咨询 */
.index-consult{
  position: relative;
  z-index: 2;
}
.index-consult-cont{
  padding-bottom: 102px;
  align-items: flex-start;
}
.index-consult-l{
  width: calc(50% - 10px);
  height: 380px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index-consult-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .36s ease
}
.index-consult-l:hover .index-consult-img{
  transform: scale(1.1);
}
.index-consult-big-title{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  border-radius: 8px;
  background: linear-gradient(360deg, #091353 0%, rgba(9,19,83,0) 100%);
  padding: 71px 20px 17px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.index-consult-r{
  width: calc(50% - 10px);
}
.index-consult-item{
  margin-bottom: 20px;
  cursor: pointer;
}
.index-consult-item:first-child{
  display: none;
}
.index-consult-item:last-child{
  margin-bottom: 0;
}
.index-consult-pic{
  width: 30%;
  height: 113px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 14px;
  object-fit: cover;
}
.index-consult-pic img{
  width: 100%;
  height: 113px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  transition: all .36s ease
}
.index-consult-item:hover .index-consult-pic img{
 transform: translateX(6px);
}
.index-consult-item:hover .index-consult-title{
  color: rgba(89, 182, 99, 1);
}
.index-consult-item:hover .index-consult-text{
  color: rgba(89, 182, 99, 1);
}
.index-consult-desc{
  width: calc(70% - 20px);
  transition: all .36s ease
}
.index-consult-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  transition: all .36s ease
}
.index-consult-text{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  transition: all .36s ease
}

/* 热门课程 */
.index-course{
  position: relative;
  z-index: 2;
}
.index-course-list{
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.index-course-item{
  width: calc(25% - 15px);
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  margin-right: 20px;
  transition: all .36s ease
}
.index-course-item:nth-child(4n){
  margin-right: 0;
}
.index-course-item:hover{
  transform: translateY(-10px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}
.index-course-pic{
  width: 100%;
  height: 180px;
}
.index-course-pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.index-course-desc{
  padding: 10px;
  background: #FFFFFF;
}
.index-course-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.index-course-type{
  padding: 10px 0;
}
.index-course-type span{
  padding: 2px 4px;
  font-size: 14px;
  font-weight: 400;
  color: #A77B0B;
  line-height: 20px;
  background: rgba(230,185,72,0.2);
  border-radius: 4px;
}
.index-course-grass{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}


/* 热门线路 */
.index-activity{
  position: relative;
  z-index: 2;
}
.index-activity-cont{
  padding-bottom: 90px;
  align-items: flex-start;
}
.index-activity-l{
  width: calc(50% - 10px);
  height: 380px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index-activity-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .36s ease
}
.index-activity-l:hover .index-activity-img{
  transform: scale(1.1);
}

.index-activity-big-title{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-radius: 8px;
  background: linear-gradient(0deg, #091353 0%, rgba(9,19,83,0) 100%);
  padding: 85px 20px 17px 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.index-activity-big-title span{
  display: block;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 22px;
}
.index-activity-big-title span:first-child{
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.index-activity-big-title span:nth-child(2){
  padding: 4px 0;
}

.index-activity-r{
  width: calc(50% - 10px);
}
.index-activity-item{
  margin-bottom: 20px;
  cursor: pointer;
}
.index-activity-item:first-child{
  display: none;
}
.index-activity-item:last-child{
  margin-bottom: 0;
}
.index-activity-desc{
  width: calc(70% - 20px);
}

.index-activity-pic{
  width: 30%;
  height: 113px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 14px;
}
.index-activity-pic img{
  width: 100%;
  height: 113px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  transition: all .36s ease
}
.index-activity-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  transition: all .36s ease
}
.index-activity-grass{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  padding: 8px 0;
  transition: all .36s ease
}
.index-activity-grass span,.index-activity-time span{
  color: rgba(102, 102, 102, 1);
}
.index-activity-time{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  transition: all .36s ease
}
.index-activity-item:hover .index-activity-pic img{
 transform: translateX(6px);
}
.index-activity-item:hover .index-activity-title{
  color: rgba(89, 182, 99, 1);
}
.index-activity-item:hover .index-activity-grass{
  color: rgba(89, 182, 99, 1);
}
.index-activity-item:hover .index-activity-grass span{
  color: rgba(89, 182, 99, 1);
}
.index-activity-item:hover .index-activity-time{
  color: rgba(89, 182, 99, 1);
}
.index-activity-item:hover .index-activity-time span{
  color: rgba(89, 182, 99, 1);
}


/* 优秀作品 */
.index-works-cont{
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}
.index-works-l{
  width: calc(50% - 10px);
}
.index-works-list{
  flex-wrap: wrap;
}
.index-works-item{
  width: calc(50% - 10px);
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  display: block;
}
.index-works-item img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.index-works-item:nth-child(2n){
  margin-right: 0;
}
.index-works-item:nth-child(5){
  display: none;
}
.index-works-r{
  width: calc(50% - 10px);
  height: 380px;
  margin-bottom: 20px;
}
.index-works-r .index-works-item{
  width: 100%;
  height: 380px;
  position: relative;
  border-radius: 8px;
}
.index-works-info{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(89,182,99,0.898);
  text-align: center;
  transition: all .36s ease;
  opacity: 0;
}
.index-works-info-cont{
  width: 100%;
  height: 100%;
  transition: all .36s ease;
  transform: translateY(20px);
}
.index-works-item:hover .index-works-info{
  opacity: 1;
}
.index-works-item:hover .index-works-info-cont{
  transform: translateY(0px);
}
.index-works-title{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.index-works-name{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  padding: 24px 0 8px 0;
}
.index-works-grass{
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.single{
  width: 100%;
}
.single .index-works-item{
  width: calc(25% - 20px);
  margin-right: 20px;
}
.single .index-works-item:nth-child(4){
  margin-right: 0;
  width: calc(25% - 10px);
}



/* 优秀教师 */
.index-teacher{
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.index-teacher-list{
  flex-wrap: wrap;
}
.index-teacher-item{
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  transition: all .36s ease;
  transform: translateY(0px);
  cursor: pointer;
}
.index-teacher-item:hover{
  transform: translateY(-8px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}
.index-teacher-item:nth-child(2n){
  margin-right: 0;
}
.index-teacher-name{
  padding: 18px 20px 14px 20px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  position: relative;
}
.index-teacher-name img{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.index-teacher-c{
  padding: 12px 20px;
  height: 170px;
}
.index-teacher-school span{
  font-size: 14px;
  color: #A77B0B;
  line-height: 20px;
  padding: 2px 4px;
  background: rgba(230,185,72,0.2);
  border-radius: 4px;
}
.index-teacher-grass{
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 12px;
}
.index-teacher-text{
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 12px;
}

.index-teacher-item:nth-child(4n+1) .index-teacher-name{
  background: #59B663;
}
.index-teacher-item:nth-child(4n+2) .index-teacher-name{
  background: #00A1E1;
}
.index-teacher-item:nth-child(4n+3) .index-teacher-name{
  background: #ED6E77;
}
.index-teacher-item:nth-child(4n+4) .index-teacher-name{
  background: #F2AC3C;
}

/* --------------资讯动态-------------- */
.consult-list{
  align-items: flex-start;
  margin-top: 30px;
}
.consult-l{
  margin-right: 30px;
}
.consult-l-list{
  background: #FFFFFF;
  box-sizing: border-box;
  width: 176px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.consult-l-item{
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  padding: 18px 24px;
  border-right: 1px solid #D8D8D8;
  border-left: 4px solid #59B663;
  cursor: pointer;
  transition: all .2s;
  box-sizing: border-box;
}
.consult-l-active{
  font-weight: 500;
  color: #59B663;
  border: 1px solid #D8D8D8;
}
.consult-l-ico{
  width: 8px;
  height: 8px;
  display: flex;
  opacity: 0;
  transition: all .36s ease;
  transform: translateX(-16px);
}
.consult-l-activity .consult-l-ico{
  opacity: 1;
  transform: translateX(0px);
}
.consult-l-ico:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;/* 模块背景为透明 */
  border-color: #59B663;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.consult-r{
  width: calc(100% - 210px);
}
.consult-r-first{
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}
.consult-r-first-pic{
  width: 100%;
  height: 550px;
  border-radius: 8px;
  overflow: hidden;
}
.consult-r-first-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consult-r-first-cont{
  position: relative;
  z-index: 10;
  margin-top: -70px;
  box-sizing: border-box;
  position: relative;
}
.consult-r-first-title{
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 31px;
  background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, #FFFFFF 100%);
  padding: 17px 30px 22px 120px;
}
.consult-r-first-text{
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding: 0 30px 0 120px;
}
.consult-r-first-time{
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 70px;
  background: rgba(242,172,60,0.7);
  text-align: center;
}
.consult-r-first-time span{
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.consult-r-first-time span:first-child{
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 5px;
}

.consult-r-item{
  padding: 30px 0;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.consult-r-item:first-child{
  display: none;
}
.consult-r-pic{
  width: 27%;
  height: 188px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.consult-r-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consult-r-time{
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 80px;
  height: 70px;
  background: rgba(242,172,60,0.7);
  text-align: center;
}
.consult-r-time span{
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.consult-r-time span:first-child{
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 5px;
}
.consult-r-cont{
  width: 70%;
}
.consult-r-title{
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 31px;
  transition: all .36s ease
}
.consult-r-text{
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
  transition: all .36s ease
}
.consult-r-btn{
  cursor: pointer;
  font-size: 16px;
  color: #59B663;
  line-height: 24px;
  text-align: right;
  margin-top: 30px;
  opacity: 0;
  transform: translateX(24px);
  transition: all .36s ease
}
.consult-r-title:hover {
  color: #59B663;
}
.consult-r-text:hover {
  color: #59B663;
}
.consult-r-item:hover .consult-r-btn{
  opacity: 1;
  transform: translateX(0);
}
.consult-more{
  font-size: 16px;
  font-weight: 500;
  color: #59B663;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  padding: 30px 0 60px 0;
}

/* --------------资讯动态-详情-------------- */
.detail-content{
  background: #F7F7F7;
}
.detail-nav{
  font-size: 18px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 25px;
  padding: 20px 0;
  flex-wrap: wrap;
}
.detail-nav a{
  color: rgba(102, 102, 102, 1);
}
.detail-nav a:hover{
  color: #59B663;
}
.detail-nav span:last-child{
  color: #333333;
}
.detail-ico{
  width: 8px;
  height: 8px;
  display: flex;
  margin: 0 10px;
}

.detail-ico:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;/* 模块背景为透明 */
  border-color: #333333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.detail-cont{
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 50px;
}
.detail-header{
  padding: 39px 0 30px 0;
  border-bottom: 1px dashed #D0D0D0;
}
.detail-title{
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 34px;
  text-align: center;
}
.detail-text{
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
}
.detail-text span:first-child{
  color: #59B663;
  margin-right: 40px;
}
.detail-html{
  font-size: 20px;
  color: #333333;
  line-height: 34px;
  padding: 30px 0;
}
.detail-speace{
  height: 30px;
}
.detail-speace1{
  height: 40px;
}


/* --------------课程资源-------------- */
.course-nav{
  border-bottom: 1px solid #E8E8E8;
}
.course-nav-item{
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  margin-right: 60px;
  padding: 22px 3px;
  border-bottom: 4px solid #FFFFFF;
  cursor: pointer;
  transition: all .36s ease
}
.course-nav-item:hover{
  color: #59B663;
}
.course-nav-action{
  border-bottom: 4px solid #59B663;
  font-weight: 500;
  color: #59B663;
}
.course-nav-r{
  padding: 3px;
  background: #F5FFF6;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
}
.course-search-ico{
  width: 18px;
  height: 18px;
  margin: 0 12px;
}
.course-search-input{
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  background: none;
  border: none;
  width: 300px;
}
.course-search-btn{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 6px 16px;
  border-radius: 50px;
  background: #59B663;
  cursor: pointer;
}

.course-type{
  padding: 20px 0;
}
.course-type-cont{
  position: relative;
  background: rgba(245, 255, 246, 1);
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 4px;
  overflow: hidden;
  padding: 16px 0 8px 0;
}
.course-bg{
  position: absolute;
  left: 20px;
  top: 0;
  width: 166px;
  height: 181px;
  object-fit: cover;
}
.course-type-rol{
  position: relative;
  z-index: 1;
  align-items: flex-start;
  margin-top: 8px;
}
.course-type-title{
  width: 12%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  padding-top: 2px;
}
.course-type-list{
  flex-wrap: wrap;
  width: 88%;
}
.course-type-item{
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all .36s ease;
  box-sizing: border-box;
  padding: 4px 8px;
  border: 1px solid rgba(89,182,99,0);
}
.course-type-item:hover{
   color: #59B663;
}
.course-type-active{
  color: #59B663;
  border-radius: 4px;
  border: 1px solid #59B663;
}

.course-list{
  flex-wrap: wrap;
}
.course-list-item{
  width: calc(25% - 15px);
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all .36s ease;
}
.course-list-item:nth-child(4n){
  margin-right: 0;
}
.course-list-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}
.course-item-pic{
  width: 100%;
  height: 180px;
  border-radius: 10px;
}
.course-item-pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.course-item-cont{
  padding: 10px;
}
.course-item-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.course-item-grass{
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}
.course-item-type{
  padding: 12px 0;
}
.course-item-type span{
  background: rgba(230,185,72,0.2);
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
  color: #A77B0B;
  line-height: 20px;
  padding: 2px 4px;
}
.course-labal-item{
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 26px 16px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .36s ease;
  min-height: 132px;
}
.course-labal-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}
.course-labal-item:nth-child(4n){
  margin-right: 0;
}
.course-labal-l{
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.course-labal-l img{
  width: 100%;
  height: 100%;
  display: block;
}
.course-labal-r{
  width: calc(100% - 60px);
}
.course-labal-title{
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.course-labal-c{
  margin-top: 4px;
}
.course-labal-c span{
  font-size: 14px;
  color: #A77B0B;
  line-height: 20px;
  padding: 2px 4px;
  background: rgba(230,185,72,0.2);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}
.course-labal-class{
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  line-height: 22px;
  margin-left: 8px;
}

/* --------------活动线路-------------- */
.activity-list{
  flex-wrap: wrap;
}
.activity-list-item{
  width: calc(50% - 15px);
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .36s ease;
}
.activity-list-item:nth-child(2n){
  margin-right: 0;
}
.activity-list-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}
.activity-list-item:hover .activity-item-title{
  color: rgba(89, 182, 99, 1);
}
.activity-item-pic{
  width: 190px;
  height: 120px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  margin-right: 16px;
}
.activity-item-pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.activity-item-cont{
  width: 352px;
}
.activity-item-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  transition: all .36s ease;
}
.activity-item-title:hover{
  color: rgba(89, 182, 99, 1);
}
.activity-item-grass,.course-item-time{
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
  margin-top: 8px;
}
.activity-item-grass span,.course-item-time span{
  color: rgba(102, 102, 102, 1);
}
.activity-item-grass p,.course-item-time p{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

/* --------------活动线路-详情-------------- */
.activity-detail-c{
  background: #F7F7F7;
}
.activity-info{
  position: relative;
  padding: 20px;
  background: #FFFFFF;
}
.activity-info-bg{
  position: absolute;
  left: 0;
  top: 0;
}

.activity-info-pic{
  width: 285px;
  height: 180px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  margin-right: 40px;
}
.activity-info-pic img,.teacher-info-pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.activity-info-title{
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 34px;
  padding-bottom: 12px;
  margin-top: -24px;
}
.activity-info-time{
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  line-height: 22px;
  margin-top: 12px;
}
.activity-info-time img{
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
}
.activity-info-grass{
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  line-height: 22px;
  margin-top: 12px;
}
.activity-info-grass img{
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
}
.activity-detail{
  padding: 30px 50px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E8E8E8;
  margin-top: 20px;
  overflow: hidden;
}
.activity-detail-title{
  font-size: 24px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 34px;
  margin-bottom: 20px;
}
.activity-detail-title span{
  border-bottom: 4px solid #FFFFFF;
}
.activity-detail-title span:first-child{
  color: #59B663;
  border-bottom: 4px solid #59B663;
}
.activity-detail-html{
  font-size: 20px;
  color: #333333;
  line-height: 34px;
}

/* --------------优秀作品-------------- */
.works-list{
  flex-wrap: wrap;
}
.works-list-item{
  width: calc(25% - 15px);
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all .36s ease;
}
.works-list-item:nth-child(4n){
  margin-right: 0;
}
.works-list-item:hover{
  transform: translateY(-8px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}
.works-item-pic{
  width: 100%;
  height: 180px;
  border-radius: 10px;
}
.works-item-pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.works-item-cont{
  padding: 10px 10px 16px 10px;
}
.works-item-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  display: none;
}
.works-item-text{
  margin-top: 12px;
  margin-top: 4px!important;
}
.works-item-name{
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.works-item-name span:first-child{
  width: 28px;
  height: 28px;
  background: #59B663;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.works-item-grass{
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}
.works-list-item:nth-child(2n) .works-item-name span:first-child{
  background: #00A1E1;
}
.works-list-item:nth-child(3n) .works-item-name span:first-child{
  background: #ED6E77;
}
.works-list-item:nth-child(4n) .works-item-name span:first-child{
  background: #F2AC3C;
}
.works-list-item:nth-child(5n) .works-item-name span:first-child{
  background: #00A1E1;
}


/* --------------优秀作品-详情-------------- */
.works-detail-cont{
  align-items: flex-start;
}
.works-detail-r{
  width: 250px;
  box-sizing: border-box;
  padding: 0 16px 24px 16px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E8E8E8;
  border-top: 4px solid #59B663;
}
.works-detail-student{
  padding-bottom: 4px;
  border-bottom: 1px solid #E8E8E8;
}
.works-detail-name{
  padding: 16px 0;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.works-detail-title{
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  margin-bottom: 12px;
}
.works-detail-title span:first-child{
  color: #999999;
  margin-right: 24px;
}
.works-other-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  padding-top: 22px;
}
.works-other-title img{
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 6px;
}
.works-other-item{
  position: relative;
  width: 100%;
  height: 138px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 12px;
  cursor: pointer;
  display: block;
}

.works-other-item img{
  width: 100%;
  height: 100%;
  display: block;
  transition: all .36s ease;
  object-fit: cover;
}
.works-other-name{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  padding: 10px 8px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}
.works-other-item:hover .works-other-item img{
  transform: scale(1.1);
}
.works-detail-l{
  width: calc(100% - 270px);
  overflow: hidden;
  position: relative;
  height: 692px;
  background: #fff;
}
.works-swiper-item{
  width: 100%;
  height: 100%;
  width: auto;
}
.works-swiper-item img, .works-swiper-item video{
  margin: auto;
  height: 100%;
  display: block;
}
.works-swiper-item video{
  background: #000;
}


/* --------------优秀教师-------------- */
.teacher-list{
  flex-wrap: wrap;
}
.teacher-item{
  width: calc(33% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(18,44,21,0.2);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .36s ease;
}

.teacher-item:hover{
  transform: translateY(-8px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}
.teacher-item:nth-child(3n){
  margin-right: 0;
}
.teacher-item-title{
  padding: 18px 20px 14px 20px;
  position: relative;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.teacher-item-title img{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.teacher-item-cont{
  padding: 12px 20px;
  height: 170px;
}
.teacher-item-cont span{
  background: rgba(230,185,72,0.2);
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
  color: #A77B0B;
  line-height: 20px;
  padding: 2px 4px;
}
.teacher-item-grass{
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 12px;
}
.teacher-item-text{
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 12px;
}
.teacher-item:nth-child(4n+1) .teacher-item-title{
  background: #59B663;
}
.teacher-item:nth-child(4n+2) .teacher-item-title{
  background: #00A1E1;
}
.teacher-item:nth-child(4n+3) .teacher-item-title{
  background: #ED6E77;
}
.teacher-item:nth-child(4n+4) .teacher-item-title{
  background: #F2AC3C;
}



.teacher-analysis{
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #59B663;
}
.teacher-analysis-rol:first-child{
  background: #F5FFF6;
  border-bottom: 1px solid #59B663;
}
.teacher-analysis-row{
  width: 33%;
  text-align: center;
  padding: 13px 0;
  font-size: 20px;
  color: #333333;
  line-height: 34px;
}
#teacher-main{
  width: 400px;
  height: 350px;
  margin-top: 20px;
}
.swiper-button-prev{
  left: 0;
  width: 48px;
  height: 110px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-top: -55px;
  transform: translateX(-50px);
  transition: all .3s;
  opacity: 0;
  background: #5B5B5B;
}
.swiper-left{
  width: 12px;
  height: 12px;
  display: flex;
  margin: 0 10px;
}
.swiper-left::after{
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px 2px ;
  transform: rotate(45deg);
}
.swiper-button-next{
  right: 0;
  width: 48px;
  height: 110px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  margin-top: -55px;
  transform: translateX(50px);
  transition: all .3s;
  opacity: 0;
  background: #5B5B5B;
}
.swiper-right{
  width: 12px;
  height: 12px;
  display: flex;
  margin: 0 10px;
}
.swiper-right::after{
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.works-detail-l:hover .swiper-button-prev,.works-detail-l:hover .swiper-button-next{
  transform: translateX(0);
  opacity: 1;
}

.teacher-info-pic{
  width: 187px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  margin-right: 40px;
}
.teacher-info-time{
  margin-top: 0;
  margin-right: 80px;
}
.teacher-info-grass{
  margin-top: 0;
}
.teacher-info{
  padding: 0;
}
.teacher-info-title{
  padding-top: 30px;
}


/* --------------公示页面-------------- */
.pages-vote{
  background: linear-gradient(0deg, #F1FDFF, #F1FDFF), #FFFFFF;
}
.prize-works-list{
  transition: all .3s;
}
.vote-tab{
  padding-top: 21px;
}
.vote-tab-item{
  font-size: 28px;
  font-weight: bold;
  color: #00113F;
  padding: 28px 30px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}
.vote-tab-item p{
  margin: 0;
}
.vote-tab-item .ico{
  position: absolute;
  left: 32px;
  bottom: 15px;
  width: 80px;
  opacity: 0;
  transition: all .3s;
  transform: scale(0,1);
}
.vote-tab-active .ico{
  opacity: 1;
  transform: scale(1,1);
}
.vote-tab-active{
  color: #2EB43C;
}
.prize-list{
  position: relative;
  padding-bottom: 50px;
}
.prize-top{
  position: absolute;
  left: 2%;
  top: -3.5vw;
  width: 96%;
  z-index: -1;
}
.prize-item{}
.prize-title{
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFE;
  position: relative;
  z-index: 2;
  width: 296px;
  height: 62px;
  margin: 35px auto 25px auto ;
}
.prize-title .ico{
  width: 36px;
  height: 36px;
  margin-right: 6px;
  display: block;
}

.prize-title .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.prize-works{
  position: relative;
  z-index: 1;

}
.prize-works-c{
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(180deg, #E5FFEE 0%, #FBFFE7 100%);
  border: 2.17px solid #FFFFFF;
  border-radius: 42.39px;
}
.prize-works-bg{
  width: 394px;
  margin-top: -20px;
}
.prize-works-cont{
  flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
    margin-top: -10px;
}
.prize-works-item{
  position: relative;
  width: calc(25% - 20px);
  margin-right: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 2px solid rgba(21, 175, 38, 0.15);
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  padding: 0 12px;
  margin-bottom: 30px;
  cursor: pointer;
  border: 2px solid #fff;
  transition: all .36s ease
}
.prize-works-item .more{
  position: absolute;
  right: 15px;
  top: 27px;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #ccc;
  transform: rotate(45deg);
  transition: all .36s ease
}
.prize-works-item:hover{
  border: 2px solid #15AF26;
}
.prize-works-item:nth-child(4n){
  margin-right: 0;
}
.prize-works-item:hover .more{
  border-color: #15AF26;
}

.prize-works-item .name{
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #00113F;
  font-weight: bold;
  padding: 16px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prize-works-item .title{
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #00113F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prize-works-item .school{
  font-size: 14px;
  text-align: center;
  color: rgba(0, 17, 63, 0.45);
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prize-works-item .info-item {
  margin-top: 16px;
  width: 48%;
}
.prize-works-item .info-item .number{
  padding: 11px 0;
  border-radius: 248px;
  background: rgba(21, 175, 38, 0.1);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #15AF26;
}
.prize-works-item .info-item .text{
  font-size: 12px;
  text-align: center;
  color: rgba(10, 105, 20, 0.65);
  padding: 6px 0 10px 0;
}
/* 预览作品 */
.prize-preview{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.prize-preview-shadow{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  animation: fadeIn .3s;
}
.prize-preview-cont{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  animation: zoomIn .3s;
}
.prize-preview-content{
  width: 1200px;
  position: relative;
  z-index: 2;
}
.preview-title{
  padding: 19px 0;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
}
.preview-title .close{
  width: 30px;
  opacity: 1;
}
.preview-info{
  background: #333333;
  height: 562px;
}
.preview-left{
  width: 920px;
  height: 100%;
}
.preview-left .swiper-wrapper{
  width: 920px;
  height: 100%;
}
.preview-left video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview-right{
  width: 280px;
  height: 100%;
}
.preview-right-info{
  padding: 20px;
  background: rgba(68, 68, 68, 0.45);
}
.preview-name{
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.preview-school{
  font-size: 14px;
  line-height: 14px;
  color: #DFDFDF;
  padding: 12px 0 14px 0;
}
.preview-grade{
  font-size: 14px;
  line-height: 14px;
  color: #B3B3B3;
}
.preview-score{
  padding: 20px 18px;
}
.preview-score-item .text{
  font-size: 14px;
  color: #B3B3B3;
  margin-bottom: 4px;
}
.preview-score-item .number{
  font-size: 18px;
  color: #FFFFFF;
  width: 112px;
  height: 46px;
  border-radius: 7px;
  background: #2EB43C;
}
.preview-introduce{
  padding: 10px 20px;
}
.preview-introduce .title{
  font-size: 14px;
  color: #B3B3B3;
}
.preview-introduce .content{
  font-size: 14px;
  line-height: 21px;
  color: #D6D6D6;
  margin-top: 12px;
}
.fixed-login {
  position: fixed;
  top: 68px;
  right: 30px;
  z-index: 99999;
  background: linear-gradient(#4ebaf2,#2782b7);
  color: #fff;
  border-radius: 4px;
  padding: 15px;
  height: initial;
  width: 175px;
  text-align: center;
}
.fixed-login h2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 16px;
  white-space: pre-line;
}
.fixed-login .login-btn{
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  display: block;
}

.com-login-btn{
  color: #FFFFFF!important;
  line-height: 22px;
  font-size: 16px;
  padding: 6px 20px;
  background: #59B663;
  border-radius: 40px;
  border: 1px solid #59B663;
  cursor: pointer;
  margin-left: 16px;
  margin-bottom: 4px;
}
.com-login-btn:hover{
  opacity: 0.9;
}
.fixed-login .mt-10px{
  margin-top: 10px;
}
/* --------------优秀示范校-------------- */
/* 优秀示范校 */
.index-school{
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.school-list-total{
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #333333;
}
.school-list{
  flex-wrap: wrap;
}
.school-list-item{
  width: calc(20% - 16px);
  border-radius: 12px;
  border: 1px solid #E7E7F3;;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all .36s ease;
  padding: 10px 10px 12px 10px;
  background: #fff;
}
.school-list-item:nth-child(5n){
  margin-right: 0;
}
.school-list-item:hover{
  transform: translateY(-8px);
  box-shadow: 0 2px 10px rgba(0,0,0,.06)
}
.school-item-pic{
  width: 100%;
  height: 143px;
  border-radius: 12px;
  overflow: hidden;
}
.school-item-pic img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.school-item-cont{
  padding-top: 12px;
}
.school-item-title{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.com-login-btn{
  color: #FFFFFF!important;
  line-height: 22px;
  font-size: 16px;
  padding: 6px 20px;
  background: #59B663;
  border-radius: 40px;
  border: 1px solid #59B663;
  cursor: pointer;
  margin-left: 16px;
  margin-bottom: 4px;
}
.com-login-btn:hover{
  opacity: 0.9;
}
.address-tip{
  font-size: 13px;
  color: #909090;
  display: none;
}
.school-item-address{
  margin-top: 6px;
  color: #9194B5;
  font-size: 14px;
  padding-left: 18px;
  background: url("../img/school/address_icon.png") left center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
