body,ul,li{margin:0;padding:0; font-family:"宋体"; font-size:12px;}   
ul li::marker {
    content: none; /* 这会移除标记内容 */
}
a {text-decoration:none;}
.wrap{
  width: 1200px;
  margin: 0 auto;
}
.azy-container{
  height: 157px;
  width: 100%;
  background: #fff;
}
.azy-header{
 background:#ffffff;
 height: 113px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
}
.azy-header-left{
  display: flex;
  align-items: center;
}
.azy-header-left img{
  width: 408px;
  height: 75px;
}
.azy-divider{
  width: 2px;
  height: 25px;
  background: #D9D9D9;
  margin-left: 23px;
  margin-right: 29px;
}
.azy-name{
  line-height: 75px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #373E3E;
}
.azy-header-right{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #787878;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.azy-header-user{
  position: absolute;
  right: 10px;
  top:38px;
  display: flex;
}
.azy-input-serach{
  width:280px ;
  border-radius: 8px;
  border: 1px solid #E3E8EC;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.azy-input-serach .text{
    width: 90%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
    outline: none;
}
.azy-input-serach i{color: #dcdfe6;cursor: pointer;}
.azy-menu{
  height: 44px;
  background: #0082D8;
  padding: 0;
}
.azy-menu a{
  color: #ffffff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 44px;
  font-weight: 400;
  text-align: left;
}
.azy-menu .active{
  font-weight: bold;
}
.azy-menu a:hover{
  font-weight: bold;
}
 
.azy-footer{
  height: 60px;
  width: 100%;
  background: #f3f8fc;
  position: fixed;
  bottom: 0;
}
.azy-footer p{
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC,PingFang SC;
  font-weight: 400;
  color: #6a686b;
}
.azy-footer p a{
  color: #6a686b;;
}
.azy-main{
  height: calc(100vh - 217px);
  overflow-y: auto;
  background-color: #fff;
}
.azy-slideBox{ width:100%; height:22.91vw; overflow:hidden; position:relative;box-sizing: border-box;}
.azy-slideBox .hd{ overflow:hidden; position:absolute;left: 50%;transform: translateX(-50%);bottom: 10px; z-index:1; }
.azy-slideBox .hd ul{ overflow:hidden; zoom:1;}
.azy-slideBox .hd ul li{ float:left; margin-right:5px;  width:30; height:2px; opacity: 0.48; text-align:center; background:#fff; cursor:pointer; }
.azy-slideBox .hd ul li.on{ background:#fff;opacity: 1; }
.azy-slideBox .bd{ position:relative; height:100%; z-index:0;   }
.azy-slideBox .bd li{ zoom:1; vertical-align:middle; }
.azy-slideBox .bd img{ width:100%;; height:22.91vw; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.azy-slideBox .prev,
.azy-slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-40px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.azy-slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.azy-slideBox .prev:hover,
.azy-slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.azy-slideBox.prevStop{ display:none;  }
.azy-slideBox .nextStop{ display:none;  }

.azy-group{margin-top: 60px;}
.azy-group-title{
  width: 100%;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #414141;
  text-align: center;
}
.azy-group-two-title{
  margin-top: 8px;
  width: 100%;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #AFAFAF;
  line-height: 30px;
  text-align: center;
}
.azy-group-content{
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.azy-group-item:hover img{
  transform: scale(1.1)
}

.azy-group-item{
  width: 288px;
  height: 219px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E6EAED;
  margin-bottom: 32px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.azy-group-item:nth-child(4n) {
  margin-right: 0;
}
.azy-group-item:last-child {
  margin-right: auto;
}
.azy-group-item-cover{
  width: 288px;
  height: 245px;
  background: linear-gradient(0deg, #0082D8, rgba(0,130,216,0.6));
  box-shadow: 3px 5px 10px 0px rgba(0,63,105,0.3);
  border-radius: 8px;
  position:absolute;
  bottom: -245px;
  transition: all .5s;
  cursor: pointer;
}
.azy-group-cover-label{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-top: 23px;
  
}
.azy-group-item:hover .azy-group-item-cover{
  bottom:0
}
.azy-group-item-img{
  width: 288px;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.azy-group-item-name{
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #22A0FF;
  line-height: 33px;
  position: absolute;
  top:59px;
  left: 24px;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  white-space: nowrap;
}
.azy-group-item-type{
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8E99A1;
  line-height: 20px;
  position: absolute;
  top:97px;
  left: 24px;
}

.azy-group-item img{
  width: 100%;
  height: 150px;
  transition: all .8s;
  border-radius: 8px 8px 0 0;
}
.cover-img{
  margin-top: 61px;
  margin-left: 115px;
  width: 58px !important;
  height: 58px !important;
  opacity: 0.8;
}
.azy-group-info{
  padding: 14px 14px 0;
}
.azy-group-name{
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #575757;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  white-space: nowrap;
}

.azy-group-label{
  
   display: flex; 
  justify-content: space-between;
  height: 24px;
  line-height: 24px;
}
.azy-group-label-left
{
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #8FA2B0;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.azy-group-label-left img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
.azy-group-label-right{
  color: #8FA2B0;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.azy-noData{
  width: 1300px;
  padding: 20px 0;
}
.azy-noData img{
  display: block;
  width: 278px;
  height: 239px;
  margin: 0 auto;
}
.azy-noData-label{
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #A4A4A4;
  line-height: 16px;
}

.azy-group-button{
  margin: 0 auto;
  text-align: center;
  width: 136px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #0082D8;
  border-radius: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0082D8;
  line-height: 44px;
  cursor: pointer;
  margin-bottom: 60px;
 }
 .azy-group-button:hover{
  background: #eaf7ff;
 }
.azy-data-item{
  width: 220px;
  height: 140px;
  background: linear-gradient(28deg, #FFFFFF, #E6F5FF);
  box-shadow: 2px 3px 9px 0px rgba(227,233,237,0.6);
  border-radius: 4px;
  margin-right: 25px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.azy-data-item:nth-child(5n) {
    margin-right: 0;
  }
.azy-data-number{
  height: 41px;
  font-size: 56px;
  font-family: CF Din;
  font-weight: 400;
  color: #0082d8;
  line-height: 41px;
  text-align: center;
  margin-top: 33px;
}
.azy-data-label{
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 30px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.azy-data-label img{
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.azy-group-course{
  background: #fafafa;
  padding: 50px 0px 1px
}
.azy-categorys{
  background: rgb(245, 247, 250);
  padding-top: 32px;
}
.azy-category{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.azy-category-item{
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #4D4A54;
  line-height: 26px;
  width: 135px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.azy-category-item span{
  cursor: pointer;
  padding: 2px 10px;
}
.azy-category-item  span:not(.current):hover{
  color: #0382D8;
}
.azy-category-major{
  display: flex;
  width: 1025px;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  padding-left: 10px;
}
.azy-major-item{
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  min-width: 146px;
  line-height: 26px;
  margin-bottom: 10px;
  display: inline-block;
  
}
.azy-major-item span{
    cursor: pointer;
    padding: 4px 0 4px 3px;
  }
.azy-major-item span:not(.current):hover{
    color: #0382D8;
  }

.azy-major-btn{
  line-height: 26px;
  cursor: pointer;
  position: absolute;
  right: 0px;
}

.azy-category-title{
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #575757;
  line-height: 30px;
  margin-right: 15px;
}
.azy-category-item .current{
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #0382D8;
  line-height: 26px;
  cursor: pointer;
}
.azy-major-item .current{
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #0382D8;
  line-height: 26px;
  cursor: pointer;
}
.azy-resource-type{
  display: flex;
  justify-content: space-between;
}
.azy-resource-type-btns{
  display: flex;
}
.azy-resource-type-btn{
  width: 88px;
  height: 32px;
  line-height: 32px;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8FA2B0;
  text-align: center;
  cursor: pointer;
}
.azy-resource-type-btn.current{
  color: #0382D8;
  background: rgba(3,130,216,0.08);
}
.major-resource-page{
  text-align: center;
  background: #fff;
  padding-bottom: 30px;
}

.pagination {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}

.pagination a{
  margin-bottom: 0px;
  margin: 0 5px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  color: #8fa2b0;
  border-radius: 4px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;

}
.pagination a:hover {
  color: #0382d8;
  text-decoration: none;
}
.pagination span{
  display: inline-block;
  height: 24px;
  color: #8fa2b0;
  line-height: 24px;
}
.pagination .current {
  color: #0382d8;
  border: 1px solid #0382d8;
}
.pagination .prev,
.pagination .next {
  border-color: #0382d8;
  color: #0382d8;
  border: 1px solid #0382d8;
}
.pagination .prev i,
.pagination .next i{
  color:#0382d8 ;
} 
.pagination .totalCount{margin-right: 15px;}
.pagination .disabled {
  cursor: not-allowed;
  border: 1px solid #c6cbd0;
}
.pagination .go-page{
  width: 40px;
  height: 24px;
  border-radius: 4px;
  outline: none;
  margin:0 5px;
  text-align: center; 
  border: 1px solid #c6cbd0;
}
.pagination .go-page:focus{
   color:#0382d8 ;
   border: 1px solid #0382d8;
}
.pagination .disabled i{
  color: #8fa2b0;
}
.pagination .disabled span {
  border-color: #eee;
  color: #eee;
}
.pagination .pagesize {
  width: 215px;
  text-align: left;
  margin-left: 2em;
}
.pagination .pagesize ~ ul {
  margin-top: -32px;
}
.pagination ul {
  margin: 0;
}

 ::-webkit-scrollbar { 
  width: 0 !important; 
}

.azy-resource-media{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.azy-resource-container{
  width: 920px;
  height: 580px;
  background: #ABABAB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.major-reource .dplayer-video-wrap{
  border-radius: 6px;
}
.major-reource .dplayer-video-wrap .dplayer-video{
  min-height: 580px;
}
.azy-media-info{
  width: 360px;
  height: 580px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 20px 30px;
  box-sizing: border-box;
  overflow-y: auto;
}
.azy-media-info-title{
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #4D4D4D;
  line-height: 30px;
  text-overflow: ellipsis;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
}
.azy-evaluate{
  display: flex;
  margin-top: 30px;
  margin-bottom: 18px;
}
.azy-evaluate-star{
    cursor: pointer;
		margin-right: 5px;
    background:url('../../images/star-select.png');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.azy-evaluate-staroff{
    cursor: pointer;
		margin-right: 5px;
    background:url('../../images/star.png');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.azy-evaluate-textarea{
  padding: 6px;
  width: 100%;
  border: 1px solid #dcdfe6;
  line-height: 1.5;
  outline: none;
  resize: none;
}
.azy-evaluate-submit{
  margin-top: 10px;
  margin-bottom: 14px;
  display: flex;
  justify-content: end;
}
.azy-evaluate-btn{
  width: 92px;
  height: 32px;
  border: 1px solid #0082D8;
  border-radius: 6px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0082D8;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.azy-evaluate-btn:hover{
  background: #eaf7ff;
}

.azy-media-divider{
  width: 100%;
  height: 2px;
  background: #F5F7F9;
  margin-top: 16px;
}
.azy-media-info-item{
  display: flex;
  padding: 8px 0;
}
.azy-media-info-left{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 30px;
  height: 30px;
  width: 70px;
  text-align: justify;
}
.azy-media-info-left:after {
    display: inline-block;
    content: "";
    width: 100%;
}
.azy-media-info-center{
  width: 30px;
  line-height: 30px;
  text-align: left;
}

.azy-media-info-right{
  width: 200px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.azy-media-download{
  width: 138px;
  height: 44px;
  border: 1px solid #0082D8;
  border-radius: 6px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0082D8;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  margin-top:25px;
}
.azy-media-download:hover{
  background: #eaf7ff;
}

.azy-resource-evaluate{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.azy-evaluate-info{
  width: 920px;
  height: 640px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 25px 30px;
  box-sizing: border-box;
}

.azy-evaluate-list{
  overflow-y: auto;
  height: 320px;
}
.azy-evaluate-item{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #EDEFF0;
}
.azy-evaluate-item:last-child{
  border:0px
}
.azy-evaluate-left{
  width: 52px;
  margin-right: 20px;
}
.azy-evaluate-left img{
    width: 100%;
    height: 52px;
  }
.azy-evaluate-right{
  width: 100%;
}
.azy-evaluate-name{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.azy-evaluate-name span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
  }
.azy-evaluate-content{
  margin-bottom: 8px;
  
}
.azy-evaluate-content span{
     font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
  }
.azy-evaluate-time{
  display: flex;
  justify-content: space-between;
  
}
.azy-evaluate-time span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
  }
 .azy-evaluate-time .replay{
    cursor: pointer;
  }
.azy-evaluate-child{
  display: flex;
  padding: 20px 0 10px;
}

.azy-evaluate-child-left{
  width: 34px;
  margin-right: 20px;
 
}
.azy-evaluate-child-left img{
    width: 100%;
    height: 34px;
  }

.azy-evaluate-child-right{
  width: 100%;
}
.azy-evaluate-recommend{
  width: 360px;
  height: 640px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 25px 30px;
  box-sizing: border-box;
}
.azy-recommend-item{
  margin-top: 30px;
  display: flex;
  cursor: pointer;
}
.azy-recommend-item img{
    width: 109px;
    height: 73px;
    border-radius: 10px;
  }
.azy-recommend-info{
  margin-left: 17px;
  width: 174px;
}
.azy-recommend-name{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #25272B;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.azy-recommend-people{
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 30px;
}

.azy-course-introduction {
  width: 100%;
  height: 288px;
  padding: 40px 0;
  background-color: #ffffff;
}
.introduction-box {
  display: flex;
}
.introduction-box-img {
  height: 288px;
  width: 444px;
  position: relative;
}
.introduction-box-img > img {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.introduction-box-text {
  flex: 1;
  margin-left: 40px;
}

.introduction-box-name{
  font-size: 38px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #22A0FF;
  position: absolute;
  bottom:120px;
  left: 40px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  white-space: nowrap;

}
.introduction-box-type{
  height: 20px;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #8E99A1;
  line-height: 20px;
  position: absolute;
  bottom:70px;
  left: 40px;
}

.introduction-box-header {
  width: 100%;
  height: 140px;
  display: flex;
  padding-top: 10px;
}
.introduction-header-left {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.introduction-header-right {
  width: 82px;
  height: 105px;
  background: #f1f9ff;
  border-radius: 8px;
  display: none;
}
.introduction-code {
  background: #fff;
  width: 70px;
  height: 70px;
  margin: 7px 6px;
}
.introduction-header-right p {
  height: 21px;
  font-size: 12px;
  font-weight: 400;
  color: #0082d8;
  text-align: center;
}
.introduction-course-title {
  width: auto;
  height: 35px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #414141;
  line-height: 30px;
}
.introduction-teacher-name {
  display: flex;
  height: 22px;
  align-items: center;
  margin-bottom: 16px ;
  margin-top: 15px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4D4D4D;
}
.introduction-teacher-name > p {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 22px;
  margin-left: 10px;
}
.introduction-course-type {
  width: fit-content;
  height: 28px;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid #0082d8;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #0082d8;
  line-height: 28px;
}
.text_img {
  display: flex;
  align-items: center;
}


.text_img_image {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  margin-left: 21px;
  cursor: pointer;
}

.introduction-text {
  width: calc(100% - 38px);
  height: 100px;
  padding: 19px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #f7fafc;
  position: relative;
}

.introduction-text-content {
  height: 33px;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 30px;
  font-family: Source Han Sans CN;
}

.introduction-button {
  position: absolute;
  right: 31px;
  top: 45px;
  width: 132px;
  height: 44px;
  background: #0082d8;
  border-radius: 6px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.btn {
  background: #0082d8;
}
.azy-main-course {
  display: flex;
  border-radius: 6px;
  margin-top: 20px;
}

.azy-main-course-left {
  width:830px;
  margin-right: 20px;
  max-height: 800px;
  overflow-y: scroll;
  background-color: #ffffff;
}
.azy-main-list {
  padding: 21px 24px;
  width: calc(100% - 48px);
}
.main-list-tabPane {
  width: 100%;
  height: 45px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ebebeb;
}
.tabPane-item {
  min-width: 110px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 35px;
  position: relative;
  cursor: pointer;
}
.tabPane-item.current{
  color:#0082d8;
  font-weight:bold;
}
.tabPane-item p{
  margin: 0;
  padding: 0;
}

.tabPane-bar {
  width: 40px;
  height: 5px;
  background: #0082d8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
}

.azy-main-view {
  padding: 0;
  max-height: 600px;
  overflow-y: auto;
}
.azy-view-box {
  width: 100%;
  margin-bottom: 20px;
}
.azy-view-tabPane {
  padding: 0 30px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  background: #edf4fd;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.azy-view-moduleKey {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
/* .tabPane-center {
  width: 97px;
  height: 24px;
  overflow-wrap: break-word;
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  cursor: pointer;
  padding: 25px 40%;
} */
.azy-lesson-tabPane {
  width: calc(100% - 120px);
  line-height: 55px;
  padding: 0 30px 0 90px;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.azy-view-cell {
  margin-left: 120px;
  line-height: 42px;
  background: #edf4fd;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  cursor: pointer;
}
.azy-main-course-right {
  width: 350px;
}
.azy-teacher-box {
  margin: 23px;
  width: calc(100% - 46px);
}
.azy-teamTea-box {
  width: 100%;
}
.azy-teamTea-item {
  width: 122px;
  height: 110px;
  background: #f9fbfd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  margin-bottom: 10px;
}
.teacher-item-name {
  height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 30px;
}
.azy-main-teacher {
  width: 100%;
  height: 245px;
}
.azy-main-title {
  display: flex;
  align-items: center;
  height: 33px;
}
.azy-main-title p {
  height: 33px;
  margin-left: 10px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 30px;
}
.user {
  font-size: 18px;
  color: #0082d8;
}
.azy-user-img {
  margin: 18px 35px 10px 35px;
}
.azy-teamTea-name {
  text-align: center;
  height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 30px;
  margin: 0; 
}

.profile_img {
  display: flex;
  height: 200px;
  padding-top:20px;
}
.teacher_profile {
  margin-left: 23px;
  flex: 1;
  width: 100%;
}
.teacher_name {
  margin-top: 15px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 30px;
}
.teacher_text {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 28px;
  height: 140px;
  overflow-y: auto;
}

.teacher_text::-webkit-scrollbar {
  width: 2px !important;
}
.teacher_text::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1!important;
}
.teacher_text::-webkit-scrollbar-thumb{
  background-color: #748AA1!important;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 1px;
}

.related {
  width: 100%;
  height: 557px;
  background-color: #ffffff;
}
.related_content {
  width: calc(100% - 60px);
  padding: 15px 30px;
}
.related_title {
  height: 31px;
  font-size: 22px;
  font-weight: bold;
  color: #4d4d4d;
  padding-top: 9px;
}
.related_content_card {
  overflow: hidden;
  display: flex;
  margin: 22px 0;
}
.related_img {
  border-radius: 10px;
  width: 109px;
  height: 73px;
  cursor: pointer;
}
.related_content_card:hover .related_img {
  transition: all 0.8s ease-out 0s;
  border-radius: 15px;
  transform: scale(1.05);
}
.related_content_text {
  margin: 5px 0 0 0;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.related_content_name {
  max-width: 145px;
  font-size: 18px;
  font-weight: 400;
  color: #25272b;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related_content_teacher {
  height: 13px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 30px;
}
.introduction-content {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 30px;
  padding-top: 15px;
}
.introduction-content p{
  text-indent: 2em;
}
.azy-resource-evaluate {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.azy-evaluate-info {
  width: 100%;
}
.azy-evaluate-info >>> .el-textarea {
  height: 138px;
  position: relative;
  border-radius: 6px;
}
.azy-evaluate-info >>> .el-textarea__inner {
  background: #f7fafc;
}
.azy-evaluate-info >>> .el-input__count {
  position: absolute !important;
  bottom: 8px !important;
  right: 15px !important;
}

.azy-evaluate-submit {
  height: 46px;
  padding-top: 10px;
  position: relative;
}
.azy-evaluate-btn {
  width: 92px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #0082d8;
  border-radius: 6px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #0082d8;
  position: absolute;
  right: 0;
}
.azy-str {
  height: 67px;
  line-height: 67px;
  align-items: center;
}
.azy-str >>> .star {
  margin-right: 20px;
}
.azy-evaluate-list {
  overflow-y: auto;
  height: 320px;
}
.azy-evaluate-item {
  display: flex;
  padding: 20px 0 12px 0;
  border-bottom: 1px solid #edeff0;
}
.azy-evaluate-left {
  width: 52px;
  height: 52px;
  margin-right: 20px;
}
.azy-evaluate-left img {
  width: 100%;
  height: 100%;
}
.azy-evaluate-right {
  flex: 1;
}
.azy-evaluate-name {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.azy-evaluate-name > span {
  height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 30px;
}
.azy-evaluate-content {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 30px;
}
.azy-evaluate-time {
  display: flex;
  justify-content: space-between;
  
}
.azy-evaluate-time span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
  }
 .azy-evaluate-time .replay{
    cursor: pointer;
  }
.refresh {
  font-size: 13px;
  cursor: pointer;
}
.refresh:hover {
  color: #5074f0;
  font-size: 13px;
}
.refresh:active {
  font-size: 11px;
  color: #807ffc;
}