.azy-group-header{
    padding: 0;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
}
.azy-new-header{
  background: #ffffff;
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.azy-header-new-img{
  cursor: pointer;
  width:331px !important;
  height:60px !important;
}
.azy-new-divider{
  margin-left:21px;
  margin-right: 22px;
  height:18px;
  background:#3E3E3E;
  width: 1px;
}
.azy-new-name{
  font-size: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #3E3E3E;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  white-space: nowrap;
  width: 426px;
}
.azy-head-tab{
  display: flex;
  width: 426px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
.azy-new-login {
  cursor: pointer;
  margin-left: 40px;
  width: 88px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #0382D8;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #0382D8;
  line-height: 32px;
  text-align: center;
}
.menu-tabs{
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 25px;
  text-align: right;
}
.menu-tabs.active {
  border-bottom: 2px solid #0382D8;
  display: inline-block;
  color: #0382D8;
}

.azy-new-resource{
  height: 298px;
  box-sizing: border-box;
  position: relative;
}
.azy-major-group-name{
  height: 67px;
  font-size: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #0382D8;
  line-height: 67px;
  margin-top: 32px;
}
.azy-new-resource-title{
  margin-top: 8px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #575757;
  line-height: 28px;
}
.azy-resource-new-box{
  width: 736px;
  height: 110px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 22px;
  margin-top: 16px;
  display: -webkit-box; 
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all; 
  line-clamp: 5; 
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
}
.azy-resource-new-box >>> p {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 22px;
  display: -webkit-box; /* 必须加上这两个前缀才能生效 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all; /* 当单词太长时自动断开 */
  line-clamp: 5; /* 限制为行数 */
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
}
.azy-resource-view{
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #0382D8;
  line-height: 20px;
  cursor: pointer;
}
.azy-resource-box-img{
  position: absolute;
  width: 365px;
  height: 365px;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.azy-resource-box-img img {
  border-radius: 10px;
}

.azy-new-targets{
  background: #F3F8FC;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.azy-target-content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 32px;
}
.azy-target-btns{
  display: flex;
  justify-content: space-between;
}
.azy-target{
  width: 96px;
  height: 32px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
}
.azy-target-current{
  width: 96px;
  height: 32px;
  background: rgba(3,130,216,0.08);
  border-radius: 8px;
  color: #0382D8;
}
.targets-box{
  margin-top: 20px;
  width: 1200px;
  height: 204px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.targets-box-content{
  height: 106px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 22px;
  display: -webkit-box; /* 必须加上这两个前缀才能生效 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all; /* 当单词太长时自动断开 */
  line-clamp: 5; /* 限制为行数 */
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
}

.fruit-box{
  margin-top:24px;
  display: flex;
  justify-content: space-between;
}
.fruit-box-item{
  width: 165px;
  height: 148px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  display: flex;
  background: #EBF2FF;
  justify-content: center;
  align-items: center;
} 
.fruit-box-item img{
   position: absolute;
   top:35px;
   left: 61px;
   width: 44px;
   height: 44px;
   cursor: pointer;
 }
.fruit-box-title{
 position: absolute;
 bottom: 13px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #6A686B;
  cursor: pointer;
  width: 130px;
  height: 44px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-wrapper-login{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,.4);
  display: none;
  justify-content: center;
  align-items: center;
}

/* 弹出框样式 */
.text-wrapper{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,.4);
  display: none;
  justify-content: center;
  align-items: center;
}
.text-container{
  width: 1000px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(143,162,176,0.24);
  border-radius: 8px;
  position: relative;
}
.text-container-head{
  height: 48px;
  text-align: center;
  box-shadow: 0px 1px 0px 0px rgba(143,162,176,0.24);
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 48px;
}
.text-container-close{
  position: absolute;
  right: 28px;
  top: 16px;
  color: #8FA2B0;
  cursor: pointer;
}
.text-container-login-close{
  position: absolute;
  right: 28px;
  top: 16px;
  color: #8FA2B0;
  cursor: pointer;
}
.text-container-content{
  padding: 24px 20px 24px 36px;
  height: 70vh;
  overflow-y: auto;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 22px;
  margin-right: 12px;
}
.text-container-iframe{
  height: 70vh;
  width: 100%;
}
.text-container-content::-webkit-scrollbar {
  width: 4px !important;
}
.text-container-content::-webkit-scrollbar-track-piece {
  background-color: #fff!important;;
}
.text-container-content::-webkit-scrollbar-thumb {
  background-color: #E2E7EA!important;;
  background-clip: padding-box;
  min-height: 48px;
  border-radius: 2px;
}

.azy-group-major{
  width: 100%;
  height: 348px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 32px;
}
.azy-major-info{
  width: 1200px;
  margin: 0 auto;
}
.group-major-head{
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.group-major-title{
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #575757;
  line-height: 28px;
}
.group-major-content {
  height: 249px;
  width: 1340px;
  margin-left: -70px;
}
.major-content{
  display: flex; 
  justify-content: center
}

.goupSpecialty-carousel {
  display: flex;
  justify-content: center;
  width: 100%;
}
.goupSpecialty-card {
  width: 288px;
  height: 249px;
  margin-left: 8px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #E6EAED;
  margin-right: 8px;
  position: relative;
}
.goupSpecialty-card-img{
  width: 288px;
  height: 150px;
  position: relative;
}
.goupSpecialty-card-img img{
    width: 288px;
    height: 150px;
    border-radius: 8px 8px 0px 0px;
}
.goupSpecialty-card-name{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 41px;
  text-align: center;
}
.goupSpecialty-card-box {
  height: 99px;
  padding: 14px;
  box-sizing: border-box;
}
.card-box-name {
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #575757;
  line-height: 25px;
  margin-top: 15px;
  text-align: center;
}
.goupSpecialty-card-info {
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  line-height: 32px;
}
.goupSpecialty-card-text {
  width: 100%;
  height: 56px;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.goupSpecialty-card-text span{
  color: #8FA2B0 !important;
  font-size: 12px !important;
}
.azy-group-logic {
  width: 100%;
  height: 266px;
  background: #F3F8FC;
  position: relative;
  box-sizing: border-box;
  padding: 32px 0;
}
.azy-logic-content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.group-logic-title{
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #575757;
  line-height: 28px;
}
.group-logic-text{
  margin-top: 20px;
  width: 736px;
  height: 110px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}
.group-logic-img{
  position: absolute;
  width: 365px;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.group-logic-img img {
    border-radius: 10px;
  }
.picScroll-left{ overflow:hidden; position:relative;}
.picScroll-left .hd{width: 1340px;position:relative; height: 251px;}
.picScroll-left .bd{width: 1224px;margin: 0 auto;margin-top: -251px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center;  }

.azy-group-logic {
  width: 100%;
  height: 266px;
  background: #F3F8FC;
  position: relative;
  box-sizing: border-box;
  padding: 32px 0;
}
.azy-logic-content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.group-logic-title{
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #575757;
  line-height: 28px;
}
.group-logic-text{
  margin-top: 20px;
  width: 736px;
  height: 110px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}
.group-logic-img{
  position: absolute;
  width: 365px;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.azy-train-system {
  width: 100%;
  background: #fff;
  padding-top: 40px;
  box-sizing: border-box;
  position: relative;
}
.azy-train-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.azy-train-content{
  width: 1200px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.train-system-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #575757;
  line-height: 28px;
}

.curriculumSystem-card {
  width: 100%;
  height: 48px;
  background: #F3F8FC;
  border-radius: 8px;
  display: flex;
  margin-top: 24px;
}
.curriculumSystem-card-title {
  width: 140px;
  height: 48px;
  background: #0382D8;
  border-radius: 8px 0px 0px 8px;
  opacity: 0.8;
}
.curriculumSystem-card-content {
  width: calc(100% - 140px);
  height: 48px;
  border-radius:  0px 8px  8px 0px ;
}

.card-title-text {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.card-title-text p{
  margin: 0;
}

.card-content-text {
  width: calc(100% - 60px);
  height: 100%;
  overflow: hidden;
  line-height: 48px;
  padding: 0 30px;
}
.card-content-text > span {
  font-size: 16px;
  margin-right: 48px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #575757;
  cursor: pointer;
}
.course-list{
  width: 100%;
  padding: 40px 0;
}
.course-list-content{
  width: 1200px;
  margin: 0 auto;
}
.course-list-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-list-title {
  display: flex;
}
.course-list-carousel {
  width: 100%;
  height: 245px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.course-list-card {
  width: 288px;
  height: 245px;
  background: #FFFFFF;
  margin-right: 13px;
  border-radius: 8px;
  border: 1px solid #E6EAED;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.course-list-card:hover .course-img{
  transform: scale(1.1)
}

.course-card-name{
  position: absolute;
  left: 23px;
  top:60px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #22A0FF;
  line-height: 33px;
  z-index: 99;
}

.course-card-teacher{
  position: absolute;
  left: 23px;
  top:98px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8E99A1;
  line-height: 20px;
  z-index: 99;
}

.course-img {
  width: 288px;
  height: 150px;
  border-radius: 8px 8px 0 0;
}
.course-list-box{
  padding: 16px 14px 0;
}
.course-box-name{
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #575757;
  line-height: 22px;
}
.course-box-parent{
  display: flex;
  justify-content: space-between;
}
.course-box-title{
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.info-teach-Name {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #8FA2B0;
  margin-left: 6px;
}
.course-box-number{
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 22px;
}
.course-list-card:hover .course-list-box > .course-box-name {
  color: #0082d8;
}

.course-list-card:last-child {
  margin-right: 0;
}
.course-list-card:hover .azy-group-item-cover{
  bottom:0
}
.statistics-list{
  width: 100%;
  background: #fff;
  padding: 47px 0 63px;
}
.statistics-list-content{
  width: 1200px;
  margin: 0 auto;
}
.statistics-title{
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #575757;
  line-height: 28px;
}

.statistics-content {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  height: 105px;
}
.statistics-card {
  width: 288px;
  height: 105px;
  background: #F3F8FC;
  border-radius: 8px;
  margin-right: 16px;
  position: relative;
}
.statistics-card:last-child {
  margin-right: 0;
}
.statistics-card-img{
  width: 40px;
  height: 40px;
  position: absolute;
  left:40px;
  top:34px;
}
.statistics-card-content {
  height: 56px;
  font-size: 40px;
  font-family: DINAlternate, DINAlternate;
  font-weight: bold;
  color: #0382D8;
  line-height: 56px;
  position: absolute;
  top: 13px;
  right: 0;
  width: 208px;
  text-align: center;
}
.statistics-card-title {
  height: 18px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 18px;
  position: absolute;
  width: 208px;
  text-align: center;
  bottom: 18px;
  right: 0;
}
.group-logic-img img {
    border-radius: 10px;
  }

.bg-img {
  width: 100%;
  height: 206px;
}
.bg-img-name{
   word-spacing: 10px;
  background-image: linear-gradient(
    180deg,
    rgba(3, 97, 185, 1) 0,
    rgba(3, 97, 185, 0.560784) 0,
    rgba(255, 255, 255, 1) 48.510742%,
    rgba(255, 255, 255, 1) 100%
  );
  color: rgba(255, 255, 255, 1);
  font-size: 65px;
  text-align: center;
  line-height: 280px;
  font-family: Source Han Sans CN;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bg-img img{
  width: 100%;
  height: 100%;
}
.details-box {
  width: 1200px;
  height: 250px;
  background: #FFFFFF;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.details-box-head{
  padding: 40px 40px 0 40px;
}
.details-box-spin{
  width: 100%;
  height: 1px;
  margin-top: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.major-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #575757;
  line-height: 28px;
}
.major-introduce {
    padding: 17px 25px 0 40px;
    height: 120px;
    margin-right: 5px;
    overflow-y: scroll;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #7F8B93;
    line-height: 24px;
  }
.major-introduce::-webkit-scrollbar {
  width: 4px !important;
}
.major-introduce::-webkit-scrollbar-track-piece {
  background-color: #fff!important;;
}
.major-introduce::-webkit-scrollbar-thumb {
  background-color: #E2E7EA!important;;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2px;
}

.major-box {
  width: 1200px;
  max-height: 314px;
  background: #ffffff;
  margin: 0 auto;
  margin-top: 124px;
  padding-bottom: 24px;
}
.major-box-head{
  padding: 40px 40px 0 40px;
}
.major-box-spin{
  width: 100%;
  height: 1px;
  margin-top: 20px;
  border-bottom: 1px solid #E1E1E1;
}

.major-box-btn{
  display: flex;
  padding: 23px 40px 0;
}
.major-box-btn-item{
  padding: 0 16px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  line-height: 32px;
  cursor: pointer;
}
.major-current-btn{
  background: rgba(3,130,216,0.08);
  color: #0382D8;
  border-radius: 8px;
}
.major-group-box {
  width: 1200px;
  min-height: 480px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}
.major-group-box  .major-group-tabs {
    width: 268px;
    height: auto;
    margin-right: 20px;
}
.major-group-box .tabs-title {
    width: 100%;
    height: 72px;
    background: #0082d8;
    border-radius: 10px 10px 0px 0px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
    line-height: 72px;
    text-align: center;
  }
.major-group-box .tabs-item {
    width: calc(100% - 40px);
    height: 18px;
    background: #ffffff;
    padding: 22px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f7f9;
    cursor: pointer;
}
.tabs-item .title {
    height: 18px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4d4d4d;
  }
.tabs-item .icon-box {
  font-size: 14px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  border: 1px solid #0082d8;
  background: #0082d8;
}
.tabs-item p{
  margin: 0;
}
.icon-box .el-icon-arrow-right {
  padding: 1px 1px;
}
.majorGroupContent{
  width: 100%;
  background: #ffffff;
   border-radius: 10px;
}
.major-group-content {
  padding: 24px 30px;
 }
.major-group-content .text {
    margin: 20px 0;
    text-indent: 4ch;
  }
.major-group-content .text  p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #414141;
    line-height: 30px;
  }
.major-group-content  .text ol {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #414141;
  line-height: 30px;
}

.major-group-fruit-item{
  line-height: 40px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.group-fruit-title{
  text-align: center;
  font-size: 20px;
  color: rgb(100,90,255);
  font-weight: 700;
  margin-bottom: 14px;
}
.group-fruit-content{
 padding: 0 20px;
}
.group-fruit-content img{
 width: 70%;
 height: auto;
}
.group-fruit-file{
  margin-top: 30px;
}

.azy-header-new-user img{
  width: 40px;
  height: 40px;
}
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover{
  background-color: #ecf5ff !important;
  color: #0082D8 !important;
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}