* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.compute-content {
  width: 100%;
}

.module-title-one {
  margin-bottom: 10px;
  font-size: 28px;
  color: #333;
  font-weight: 700;
  font-family: Source Han sans-serif;
}

.module-title-two {
  margin-bottom: 32px;
  font-size: 16px;
  color: #0099ad;
  font-weight: 400;
  font-family: Source Han sans-serif;
}

.compute-content .compute-banner {
  width: 100%;
  height: 400px;
  background-color: pink;
}

.compute-content .anchor-top {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
  background-color: #f5f5f5;
}

.compute-content .top-nav-fixed {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 3;
}

.compute-content .anchor-top .anchor-point {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}

.compute-content .anchor-top .anchor-point .anchor-item {
  position: relative;
  /* margin-right: 98px; */
  font-size: 16px;
  color: #707070;
  font-family: Source Han sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: none !important;
}

.active-anchor {
  color: #0099ad !important;
  font-weight: 700 !important;
  transition: none !important;
}

.active-anchor::after {
  position: absolute;
  top: 45px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #0099ad;
  transition: none !important;
}

.compute-content .compute-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 48px 0 52px;
  background-color: #fff;
}

.compute-content .compute-method .method-list {
  display: flex;
}

.compute-content .compute-method .method-list .method-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  height: 261px;
  margin-right: 12px;
  padding: 10px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #f0f0f0;
}

.compute-content .compute-method .method-list .method-item .item-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.compute-content .compute-method .method-list .method-item .item-icon img {
  width: 100%;
  height: 100%;
}

.compute-content .compute-method .method-list .method-item .item-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  font-family: Source Han sans-serif;
  color: #333;
}

.compute-content .compute-method .method-list .method-item .item-list {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  width: 170px;
  height: 120px;
  margin-bottom: 12px;
  padding: 10px 0;
  background: #f9f9f9;
  border-radius: 4px 4px 4px 4px;
}

.compute-content
  .compute-method
  .method-list
  .method-item
  .item-list
  .line-info {
  display: flex;
  margin-bottom: 10px;
}

.compute-content
  .compute-method
  .method-list
  .method-item
  .item-list
  .line-info
  p {
  display: flex;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}

.compute-content
  .compute-method
  .method-list
  .method-item
  .item-list
  .line-info
  p:hover {
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #0099ad;
  cursor: pointer;
}

.compute-content
  .compute-method
  .method-list
  .method-item
  .item-list
  .line-info
  .hot {
  display: inline-block;
  width: 34px;
  height: 17px;
  margin-left: 6px;
  font-family: DingTalk JinBuTi;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 17px;
  background: #ff8409;
  border-radius: 9px 9px 9px 0px;
}

.compute-content .compute-method .method-list .method-item .method-btn {
  width: 100px;
  height: 36px;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #999;
  font-family: Source Han sans-serif;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  background: #f5f5f5;
}
.compute-content .compute-method .method-list .method-item:hover .method-btn {
  color: #fff;
  background: #0099ad;
}
.compute-content .profession-sort {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* height: 770px; */
  padding: 48px 0;
  background: url(../img/profession-bgi.png) no-repeat;
}

.profession-sort .profession-list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}

.profession-sort .profession-list .profession-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 224px;
  height: 274px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  border: 1px solid transparent;
}

.profession-sort .profession-list .profession-item:nth-child(5) {
  margin-right: 0;
}

.profession-sort .profession-list .profession-item:nth-child(10) {
  margin-right: 0;
}

.profession-sort .profession-list .profession-item:last-child {
  margin-right: 0;
}

.profession-sort .profession-list .profession-item:hover {
  border: 1px solid #0099ad;
}

.profession-sort .profession-list .profession-item .item-img {
  width: 204px;
  height: 150px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.profession-sort .profession-list .profession-item .item-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  font-family: Source Han sans-serif;
  box-sizing: border-box;
}

.profession-sort .profession-list .profession-item .item-intro {
  font-size: 12px;
  color: #aaa;
  font-family: Source Han sans-serif;
  box-sizing: border-box;
}

.profession-sort .profession-list .profession-item .item-btn {
  display: none;
  width: 100px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-family: Source Han sans-serif;
  background: #0099ad;
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
}

.compute-content .case {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 44px 0;
  background-color: #f5f5f5;
}

.compute-content .case .case-info {
  display: flex;
  align-items: start;
  width: 1200px;
}

.compute-content .case .case-info .right-box {
  width: 996px;
}

.compute-content .case .case-info .left-select {
  width: 182px;
  /* height: 360px; */
  max-height: 360px;
  margin-right: 24px;
  padding: 4px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #f1f1f8;
}

.compute-content .case .case-info .left-select .select-item {
  position: relative;
  width: 100%;
  padding: 12px 28px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.compute-content .case .case-info .left-select .select-item::before {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%);
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/books.png) no-repeat;
}

.select-item-act {
  color: #fff !important;
  background-color: #5dc1cf;
  border-radius: 4px;
  cursor: pointer;
}

.select-item-act::before {
  position: absolute !important;
  top: 50% !important;
  left: 6px !important;
  transform: translate(0, -50%) !important;
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  background: url(../img/books-act.png) no-repeat !important;
}

.select-item-act::after {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/triangle.png) no-repeat;
}

.compute-content .case .case-info .right-list {
  width: 100%;
  margin-bottom: 12px;
}

.compute-content .case .case-info .right-list .list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  padding: 13px 36px 13px 16px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
}

.compute-content .case .case-info .right-list .list-top .top-left {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-family: Source Han sans-serif;
  color: #333;
}

.compute-content .case .case-info .right-list .list-top .top-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 4px;
  height: 24px;
  background: #0099ad;
  border-radius: 4px 4px 4px 4px;
}

.compute-content .case .case-info .right-list .list-top .top-right {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  font-family: Source Han sans-serif;
  color: #666;
  cursor: pointer;
}

.compute-content .case .case-info .right-list .list-top .top-right::after {
  content: "";
  position: absolute;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/home9.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

/* .compute-content .case .case-info .right-list .item-list { */
/* display: flex;
    width: 100%;
    height: 200px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px; */
/* } */

.compute-content .case .case-info .right-list .item-list .al-item {
  display: flex;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
  padding: 16px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
}

.compute-content .case .case-info .right-list .item-list .al-item .item-img {
  width: 204px;
  height: 150px;
  margin-right: 10px;
}

.compute-content .case .case-info .right-list .item-list .al-item .right-info {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 15px;
}

.compute-content
  .case
  .case-info
  .right-list
  .item-list
  .al-item
  .right-info
  .item-title {
  margin-bottom: 12px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.compute-content
  .case
  .case-info
  .right-list
  .item-list
  .al-item
  .right-info
  .item-tags {
  display: flex;
  margin-bottom: 12px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.compute-content
  .case
  .case-info
  .right-list
  .item-list
  .al-item
  .right-info
  .item-tags
  .item-tags-item {
  margin-right: 8px;
  padding: 2px 8px;
  background: #f2f9ff;
  border-radius: 24px 24px 24px 24px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #0099ad;
  cursor: pointer;
}

.compute-content
  .case
  .case-info
  .right-list
  .item-list
  .al-item
  .right-info
  .right-method {
  display: flex;
}

.compute-content
  .case
  .case-info
  .right-list
  .item-list
  .al-item
  .right-info
  .right-method
  .label {
  /* width: 125px; */
  display: 1;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.compute-content
  .case
  .case-info
  .right-list
  .item-list
  .al-item
  .right-info
  .right-method
  .value {
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.compute-content
  .case
  .case-info
  .right-list
  .item-list
  .al-item
  .right-info
  .detail-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 33px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 33px;
  background: #0099ad;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.compute-content .compute-advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0;
  width: 100%;
  height: 448px;
  background-color: #f5f5f5;
  background: url(../img/profession-bgi-two.png) no-repeat;
}

.compute-content .compute-advantage .static-info {
  display: flex;
  width: 1200px;
}

.compute-content .compute-advantage .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 246px;
  margin-right: 80px;
  padding: 0 20px;
  padding-top: 25px;
  background: #fbfbfb;
  border-radius: 4px 4px 4px 4px;
}

.compute-content .compute-advantage .info-item:last-child {
  margin-right: 0;
}

.compute-content .compute-advantage .item-img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.compute-content .compute-advantage .item-title {
  margin-bottom: 15px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #111111;
}

.compute-content .compute-advantage .item-txt {
  font-family: Source Han sans-serif;
  font-size: 12px;
  color: #666;
}

.static-image {
  background: url(../img/static-one.png) 100%/100% no-repeat;
}

.static-image2 {
  background: url(../img/static-two.png) 100%/100% no-repeat;
}

.static-image3 {
  background: url(../img/static-three.png) 100%/100% no-repeat;
}

.static-image4 {
  background: url(../img/static-four.png) 100%/100% no-repeat;
}

.compute-content .service-process {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0;
  width: 100%;
  height: 504px;
  background-color: #fff;
}

.compute-content .service-process .process-num {
  display: flex;
  width: 1200px;
  height: 302px;
  margin: 0 auto;
}

.compute-content .service-process .process-num .num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 200px;
  height: 302px;
  padding-top: 40px;
  text-align: center;
}

.compute-content .service-process .process-num .num-item:hover .count {
  width: 56px;
  height: 81px;
  opacity: 1 !important;
}

.compute-content .service-process .process-num .num-item:hover .bottom-info {
  margin-top: 28px;
  padding: 20px 9px;
  background-color: #f7f7f7;
}

.compute-content
  .service-process
  .process-num
  .num-item:hover
  .bottom-info::before,
.compute-content
  .service-process
  .process-num
  .num-item:hover
  .bottom-info::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0;
  background-color: #0099ad;
}

.compute-content
  .service-process
  .process-num
  .num-item:hover
  .bottom-info::before {
  width: 18px;
  height: 6px;
}

.compute-content
  .service-process
  .process-num
  .num-item:hover
  .bottom-info::after {
  width: 6px;
  height: 18px;
}

.compute-content .service-process .process-num .num-item::before {
  content: "";
  position: absolute;
  top: 82px;
  right: -4px;
  display: inline-block;
  content: "";
  width: 16px;
  height: 18px;
  background: url(../img/t-right-img.png) no-repeat;
  background-size: 100%;
}

.compute-content .service-process .process-num .num-item:last-child::before {
  content: "";
  width: 0 !important;
  height: 0 !important;
}

.compute-content .service-process .process-num .num-item .count {
  width: 56px;
  height: 81px;
  opacity: 0.25;
}

.compute-content .service-process .process-num .num-item .bottom-info {
  margin-top: 28px;
  padding: 20px 9px;
}

.compute-content
  .service-process
  .process-num
  .num-item
  .bottom-info
  .num-title {
  margin-bottom: 20px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.compute-content
  .service-process
  .process-num
  .num-item
  .bottom-info
  .num-title-two {
  margin-bottom: 20px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.compute-content .service-process .process-num .num-item .num-img {
  background: url(../img/num1.png) 100%/100% no-repeat;
}

.compute-content .service-process .process-num .num-item .num-img2 {
  background: url(../img/num2.png) 100%/100% no-repeat;
}

.compute-content .service-process .process-num .num-item .num-img3 {
  background: url(../img/num3.png) 100%/100% no-repeat;
}

.compute-content .service-process .process-num .num-item .num-img4 {
  background: url(../img/num4.png) 100%/100% no-repeat;
}

.compute-content .service-process .process-num .num-item .num-img5 {
  background: url(../img/num5.png) 100%/100% no-repeat;
}

.compute-content .service-process .process-num .num-item .num-img6 {
  background: url(../img/num6.png) 100%/100% no-repeat;
}

.compute-content .public-praise {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 702px;
  padding: 48px 0;
  /* background-color: #A1D6D3; */
}

.compute-content .public-praise .praise-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  /* background-color: #A1D6D3; */
  background: url(../img/anima-bg.png) 100%/100% no-repeat;
}

.compute-content .public-praise .praise-list .praise-item {
  display: none;
  position: absolute;
  width: 537px;
  height: 173px;
  padding: 15px 30px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(1) {
  top: 20px;
  left: 497px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(2) {
  top: 114px;
  left: 335px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(3) {
  top: 60px;
  left: 917px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(4) {
  top: 264px;
  left: 1048px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(5) {
  top: 301px;
  left: 436px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(6) {
  top: 380px;
  left: 343px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(7) {
  top: 210px;
  left: 700px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(8) {
  top: 376px;
  left: 998px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(9) {
  top: 361px;
  left: 600px;
}

.compute-content .public-praise .praise-list .praise-item:nth-child(10) {
  top: 31px;
  left: 998px;
}

.compute-content .public-praise .praise-list .praise-item .unit,
.compute-content .public-praise .praise-list .praise-item .review,
.compute-content .public-praise .praise-list .praise-item .user-name {
  margin-bottom: 16px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.compute-content .public-praise .praise-list .praise-item .unit,
.compute-content .public-praise .praise-list .praise-item .user-name {
  color: #666666;
}

.compute-content .public-praise .praise-list .praise-item .review {
  margin-left: 12px;
  color: #333333;
}

.compute-content .results-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 782px;
  padding: 48px 0;
  background-color: #fff;
}

#resultsDisplay .paperCase {
  width: 1200px;
  margin: 32px auto 0 auto;
  position: relative;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  /*定义整体的宽度*/
  /*定义滚动条轨道*/
  /*定义滑块*/
}

#resultsDisplay .paperCase .title {
  margin: 0 !important;
}

#resultsDisplay .paperCase .title li > div {
  font-size: 17px;
  font-family: Source Han sans-serif;
  font-family: Source Han Sans;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
}

#resultsDisplay .paperCase .title li > div:nth-child(odd) {
  background: #f7f7f7;
}

#resultsDisplay .paperCase .title li > div:nth-child(even) {
  background: #eeeeee;
}

#resultsDisplay .paperCase ul li {
  width: 1200px;
  display: flex;
}

#resultsDisplay .paperCase ul li > div {
  min-height: 60px;
  padding: 18px 20px;
}

#resultsDisplay .paperCase ul li > div:nth-child(1) {
  width: 320px;
}

#resultsDisplay .paperCase ul li > div:nth-child(2) {
  width: 120px;
}

#resultsDisplay .paperCase ul li > div:nth-child(3) {
  width: 210px;
}

#resultsDisplay .paperCase ul li > div:nth-child(4) {
  width: 300px;
}

#resultsDisplay .paperCase ul li > div:nth-child(5) {
  width: 250px;
}

#resultsDisplay .paperCase .content {
  width: 1200px;
  height: 520px;
  overflow: hidden;
  overflow-y: auto;
}

#resultsDisplay .paperCase .content ul li:hover {
  background: #f7f7f7;
}

#resultsDisplay .paperCase .content ul li div {
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
}

#resultsDisplay .paperCase .content ul li div > p,
#resultsDisplay .paperCase .content ul li div > .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* margin-top: auto; */
}

#resultsDisplay .paperCase .content ul li > div > p,
#resultsDisplay .paperCase .content ul li div > .label {
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  display: block;
}

#resultsDisplay .paperCase .content ul li > div > .label-col {
  font-size: 14px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  line-height: 40px;
  color: #0099ad;
  display: block;
}

#resultsDisplay .paperCase .content ul li div > .eng-lish {
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}

#resultsDisplay .paperCase .content ul li > div:nth-child(1) > p {
  color: #0099ad;
  font-weight: bold;
  font-size: 18px;
}

#resultsDisplay .paperCase .content::-webkit-scrollbar {
  width: 4px;
}

#resultsDisplay .paperCase .content::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eeeeee;
}

#resultsDisplay .paperCase .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #cccccc;
}

.compute-content .curriculum {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 678px;
  padding: 48px 0;
  background-color: #f5f5f5;
}

.compute-content .curriculum .video-list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}

.compute-content .curriculum .video-list .video-item {
  width: 285px;
  height: 228px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.04);
  border-radius: 10px 10px 10px 10px;
  transition: transform 0.1s ease;
  cursor: pointer;
}

.compute-content .curriculum .video-list .video-item:hover {
  transform: scale(1.02);
}

.compute-content .curriculum .video-list .video-item .cover {
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: 8px;
  border-radius: 10px;
}

.compute-content .curriculum .video-list .video-item .cover img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.compute-content .curriculum .video-list .video-item .cover .left-float {
  display: flex;
  /* align-items: center; */
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px 12px 12px 12px;
}

.compute-content .curriculum .video-list .video-item .cover .left-float .play {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 8px;
  background: url(../img//play-js.png) 100%/100% no-repeat;
}

.compute-content .curriculum .video-list .video-item .cover .left-float .num {
  font-family: Bahnschrift, Bahnschrift;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.compute-content .curriculum .video-list .video-item .video-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  margin-bottom: 8px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.compute-content .curriculum .video-list .video-item .bottom-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px 0 28px;
}

.compute-content .curriculum .video-list .video-item .bottom-info .teacher,
.compute-content .curriculum .video-list .video-item .bottom-info .free,
.compute-content .curriculum .video-list .video-item .bottom-info .money,
.compute-content .curriculum .video-list .video-item .bottom-info .jf {
  position: relative;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.compute-content .curriculum .video-list .video-item .bottom-info .money {
  margin-left: 80px;
}

.compute-content
  .curriculum
  .video-list
  .video-item
  .bottom-info
  .teacher::before {
  position: absolute;
  top: 2px;
  left: -18px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/js-teacher.png) 100%/100% no-repeat;
}

.compute-content
  .curriculum
  .video-list
  .video-item
  .bottom-info
  .money::before {
  position: absolute;
  top: 2px;
  right: 33px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/liveMoney.png) 100%/100% no-repeat;
}

.compute-content .curriculum .video-list .video-item .bottom-info .jf::before {
  position: absolute;
  top: 2px;
  right: 30px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/liveJf.png) 100%/100% no-repeat;
}

.compute-content
  .curriculum
  .video-list
  .video-item
  .bottom-info
  .free::before {
  position: absolute;
  top: 2px;
  right: 30px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/free-icon.png) 100%/100% no-repeat;
}

.compute-content .team-module {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 788px;
  padding: 48px 0;
  background-color: #fff;
}

.compute-content .team-module .team-info {
  width: 1200px;
}

.compute-content .team-module .team-info .team-intro {
  width: 100%;
  height: 156px;
  margin-bottom: 41px;
  padding: 24px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  word-break: break-all;
  background: url(../img/intro-bg.png) 100%/100% no-repeat;
}

.compute-content .team-module .team-info .member-list {
  display: flex;
  width: 100%;
}

.compute-content .team-module .team-info .member-list .team-box {
  position: relative;
  width: 330px;
  height: 360px;
  margin-right: 105px;
  padding-top: 30px;
  overflow: hidden;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eeeeee;
}

.compute-content .team-module .team-info .member-list .team-box:last-child {
  margin-right: 0;
}

.compute-content .team-module .team-info .member-list .team-box .member-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background: #ffffff;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back {
  position: absolute;
  top: 0;
  left: -330px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #eeeeee;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-name {
  margin-bottom: 12px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-name
  span {
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-position {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-position
  .position {
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-position
  .unit {
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-info {
  /* display: flex; */
  width: 100%;
  margin-bottom: 12px;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-info
  .label {
  position: relative;
  width: 320px;
  margin-left: 8px;
  margin-bottom: 1px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-info
  .label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -8px;
  width: 4px;
  height: 14px;
  background: #0099ad;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item-back
  .member-info
  .value {
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

/* .compute-content .team-module .team-info .member-list .flip{
    display: ;
} */

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item
  .photograph {
  width: 167px;
  height: 167px;
  margin-bottom: 40px;
  border-radius: 50%;
  background: url(../img/member-one.png) 100%/100% no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item
  .photograph2 {
  width: 167px;
  height: 167px;
  margin-bottom: 40px;
  border-radius: 50%;
  background: url(../img/member-two.png) 100%/100% no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item
  .photograph3 {
  width: 167px;
  height: 167px;
  margin-bottom: 40px;
  border-radius: 50%;
  background: url(../img/member-three.png) 100%/100% no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item
  .name {
  margin-bottom: 20px;
  font-family: Source Han Sans;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}

.compute-content
  .team-module
  .team-info
  .member-list
  .team-box
  .member-item
  .intro {
  width: 100%;
  padding: 0 42px;
  font-family: Source Han sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
