<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.teacher-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 24px;
}
.sm-title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 270px;
}
.sm-title .teach-img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.sm-title .teach-more {
    width: 16px;
    height: 16px;
}
.sm-title .search {
    display: flex;
    width: 270px;
    height: 44px;
    background: #F5F5F5;
    border-radius: 22px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.search-right {
    width: 56px;
    height: 36px;
    background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
    border-radius: 25px;
    text-align: center;
    line-height: 32px;
}
.sm-title .search .search-input {
    border: 0;
    background: transparent;
    outline: none;
    color: #333333;
    width: 180px;
    height: 32px;
}
.search input::-webkit-input-placeholder {
    color: #666666;
    font-size: 14px;
}
.search .search-link {
    width: 18px;
    height: 18px;
    display: block;
    display: flex;
    align-items: center;
}
.search .search-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.types {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.types-item {
    /* margin-right: 20px; */
}
.teach-dro {
    width: 160px;
    height: 48px;
    background: #E8F0FF;
    border: none;
    line-height: 40px;
    color: #1D67FB;
    font-size: 18px;
    font-weight: 600;
}
.types-item .dropdown-item:hover {
    color: #1D67FB;
}
.search-area-m {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.search-area-m .sm-title {
    width: 150px;
}
.search-area-m .search {
    display: flex;
    width: 180px;
    height: 44px;
    background: #F5F5F5;
    border-radius: 22px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.search-area-m .search .search-input {
    width: 100px;
}
.search-area-m .search input::-webkit-input-placeholder {
    color: #666666;
    font-size: 12px;
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show&gt;.btn-secondary.dropdown-toggle {
    background: #1D67FB;
}
.teach-dro:hover {
    width: 160px;
    height: 48px;
    background: #1D67FB;
    border: none;
}
.teacher-top .types .types-item .dropdown-menu {
    background-color: #fff;
    max-height: 300px;
    overflow: auto;
    margin-top: 0;
}

.dropdown {
    position: relative;
}
.active-type {
    background: #0A3F7A;
    color: #FFFFFF;
}
.teacher-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.teacher-item {
    width: 100%;
    /* max-width: 230px; */
    margin-bottom: 30px;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.teacher-avat {
    width: 100%;
    max-width: 145px;
    height: 193px;
    object-fit: cover;
}
.teacher-name {
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.teacher-name .name {
    font-weight: 600;
    font-size: 18px;
    color: #0849CC;
    text-align: center;
}
.teacher-name .name::before {
    width: 20px;
    height: 1px;
    background: linear-gradient( #FE4D5A 0%, #4481FC 100%);
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -10px;
}
.teach-title {
    font-weight: 600;
    font-size: 20px;
    padding-left: 40px;
    height: 30px;
    margin-bottom: 20px;
    position: relative;
}
.teach-tittle-img {
    width: 98%;
    min-width: 980px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    /* transform: translateY(-15px); */
}
.dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    position: absolute;
  }
  .nav-right {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    position: relative;
  }
  .onece-top {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .onece-top::before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
    left: 0;
    top: 65px;
  }
  table {
    width: 100%;
    margin-top: 20px;
  }
  thead {
    font-weight: 600;
    font-size: 18px;
    color: #999999;
  }
  thead tr th {
    padding-bottom: 10px;
  }
  .aling-right {
    text-align: right;
  }
  tbody tr {
    border-bottom: 1px solid #DDDDDD;
  }
  tbody tr th{
    padding: 10px 0;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
  }
  .table-wrap {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .table-fa {
    position: relative;
    min-width: 1080px;
  }</pre></body></html>