<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  background-color: #F4F7FF;
}
[v-cloak] {
  display: none;
}
.banner {
  width: 100%;
  height: 600px;
  height: calc(100vw * (600 / 1920));
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tab {
  max-width: 1200px;
  width: 93.6%;
  height: 72px;
  display: flex;
  align-items: center;
  margin: 80px auto 50px;
}
.tab_item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #999;
  background-color: #FFF;
  transition: all .2s;
  cursor: pointer;
  position: relative;
}
.tab_item::after {
  content: "";
  position: absolute;
  top: 72px;
  left: calc(50% - 24px);
  width: 48px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: transparent;
  transition: all .2s;
}
.current {
  background-color: #18ACD2;
  font-weight: bold;
  color: #FFF;
}
.current::after {
  background-color: #18ACD2;
}
.table-container {
  max-width: 1200px;
  width: 93.6%;
  margin: 0 auto 105px;
}
.fenbutu {
  max-width: 1200px;
  width: 93.6%;
  margin: 0 auto 105px;
  pointer-events: none;
  display: block;
}
.table {
  width: 100%;
  border-collapse: collapse;
  display: table;
}
.thead {
  width: 100%;
  height: 68px;
  display: table-header-group;
  background-color: #BBE8F3;
}
.th {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  
  font-size: 20px;
  font-weight: bold;
  border-left: 1px solid #FFF;
  padding: 22px;
  box-sizing: border-box;
}
.th:first-child {
  border-left: none;
}
.tr {
  display: table-row-group;
  border-bottom: 1px solid #DDD;
}
.tr:nth-child(even) {
  background-color: #FFF;
}
.tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.td {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
  font-size: 18px;
  color: #666;
  border-left: 1px solid #DDD;
  padding: 22px;
  box-sizing: border-box;
}
.td:last-child {
  border-right: 1px solid #DDD;
}
.td-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
  display: none;
}
.item {
  width: 93.6%;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0,89,122,0.08);
}
.item_header {
  width: 100%;
  height: 40px;
  background-color: #BBE8F3;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 4px 8px rgba(0,89,122,0.08);
}
.item_header_sort {
  width: 82px;
  height: 40px;
  background-image: url(../img/phone_item_sort.png);
  background-size: 100% 100%;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  padding-left: 14px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.item_header_name {
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.item_header_btn {
  width: 68px;
  height: 20px;
  font-size: 12px;
  border-radius: 24px;
  background: linear-gradient(270deg, #E8BF5E 0%, #EC7568 100%);
  font-weight: 400;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.item_body {
  width: 100%;
  padding: 24px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.item_body_content {
  font-size: 14px;
  line-height: 24px;
}
.item_body_content_title {
  color: #02497F;
}
.item_body_content_text {
  color: #333;
}

.preview-tag {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: linear-gradient(270deg, #E8BF5E 0%, #EC7568 100%);
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1.2;
}

.talent-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 200;
  opacity: 0;
  transition: all 0.15s;
  display: none;
}
.talent-mask .talent-pop {
  width: 95%;
  max-width: 600px;
  height: 90%;
  max-height: 800px;
  border-radius: 16px;
  background-color: #D6E8EE;
  position: relative;
  overflow: hidden;
  transform: scale(0.8);
  transition: all 0.15s;
}
.talent-pop-contain {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.talent-pop-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  display: block;
}
.talent-mask .talent-close {
  width: 48px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid #B0B0B0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
}
.talent-pop-top-mask {
  width: 100%;
  height: 12%;
  max-height: 96px;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 44%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.talent-pop-bottom-mask {
  width: 100%;
  height: 12%;
  max-height: 96px;
  background: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 44%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .talent-mask .talent-pop {
    height: 60%;
  }
  .talent-mask .talent-close {
    width: 44px;
    height: 24px;
    font-size: 12px;
    top: 8px;
    right: 8px;
  }
}

@media (max-width: 700px) {
  .th,.td {
    padding: 15px;
  }
}

@media (max-width: 500px) {
  .banner {
    width: 100%;
    height: calc(100vw * (500 / 375));
    background-image: url(../img/phone_bg.png);
  }
  .tab {
    width: 100%;
    height: 50px;
    margin: 0 auto 22px;
	box-shadow: 0px 3px 6px rgba(0,38,47,0.16);
  }
  .tab_item {
    font-size: 20px;
  }
  .tab_item::after {
    top: 50px;
    left: calc(50% - 20px);
    width: 40px;
    height: 12px;
  }
  .table-container {
    display: none;
  }
  .list {
    display: flex;
  }
  .fenbutu {
    width: 100%;
    margin: 0 auto 10px;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
}</pre></body></html>