.main .titimg img {
  width: 100%;
}
.main .tips {
  margin: 0 auto;
  width: 1200px;
  height: 62px;
  padding: 16px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #666666;
}
.main .tabs {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #3093FF;
}
.main .tabs .zb {
  width: 124px;
  height: 43px;
  font-size: 18px;
  color: #3093FF;
  background-color: rgba(48, 147, 255, 0.06);
  text-align: center;
  line-height: 43px;
  cursor: pointer;
}
.main .tabs .zbfirst {
  color: #fff;
  background-color: #3093FF;
}
.main .tabszong .qh {
  display: none;
}
.main .tabszong .zbschool .school-li {
  width: 1200px;
  height: 98px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
}
.main .tabszong .zbschool .school-li .school-left {
  display: flex;
}
.main .tabszong .zbschool .school-li .school-left .school-icon img {
  width: 60px;
}
.main .tabszong .zbschool .school-li .school-left .school-name {
  margin-left: 10px;
}
.main .tabszong .zbschool .school-li .school-left .school-name .topline {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  font-family: PingFang SC-Medium, PingFang SC;
}
.main .tabszong .zbschool .school-li .school-left .school-name .school-tag span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  background-color: #F8F8F8;
  padding: 2px;
  margin-left: 2px;
}
.main .tabszong .zbschool .school-li .school-right {
  display: flex;
}
.main .tabszong .zbschool .school-li .school-right .btn {
  width: 116px;
  height: 30px;
  border: 1px solid #50A4FF;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}
.main .tabszong .tsactivity {
  padding: 0 16px;
}
.main .tabszong .tsactivity .tshd-li {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 102px;
  margin: 0 auto;
  align-items: center;
}
.main .tabszong .tsactivity .tshd-li .tshd-left {
  display: flex;
}
.main .tabszong .tsactivity .tshd-li .tshd-left .tshd-icon img {
  width: 110px;
  height: 70px;
}
.main .tabszong .tsactivity .tshd-li .tshd-left .tshd-name {
  margin-left: 10px;
}
.main .tabszong .tsactivity .tshd-li .tshd-left .tshd-name .tshd-topline {
  font-size: 22px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin: 8px 0;
}
.main .tabszong .tsactivity .tshd-li .tshd-left .tshd-name .tshd-tag {
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.main .tabszong .tsactivity .tshd-li .tshd-right {
  width: 116px;
  height: 30px;
  border: 1px solid #50A4FF;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
}
.main .tabszong .tsactivity .tshd-li .tshd-right a .ydicon {
  display: none;
}
.main .dh {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.main .dh .gomk {
  padding-left: 10px;
  width: 384px;
  height: 100px;
  background-color: #F2F8FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.main .dh .gomk .gomk-left {
  margin-left: 10px;
}
.main .dh .gomk .gomk-left .gomk-tit {
  margin-top: 0.1rem;
  font-size: 24px;
  font-weight: 500;
  color: #3093FF;
}
@media screen and (max-width: 820px) {
  .main .titimg img {
    content: url(../images/img2.png);
  }
  .main .tips {
    max-width: 6.75rem;
    height: 2.4rem;
    font-size: 0.24rem;
  }
  .main .tabs {
    width: 6.75rem;
    height: 0.45rem;
    align-items: center;
    justify-content: space-around;
    border: none;
    margin-top: -1rem;
  }
  .main .tabs .zb {
    width: 2rem;
    height: 0.5rem;
    background: #F5F5F5;
    color: #6666;
    font-size: 0.25rem;
    line-height: 0.5rem;
    border-radius: 0.04rem;
  }
  .main .tabs .zbfirst {
    color: #fff;
    background-color: #3093FF;
  }
  .main .tabszong {
    margin-top: 0.5rem;
  }
  .main .tabszong .zbschool .school-li {
    display: block;
    width: 6.74rem;
    height: 2.5rem;
  }
  .main .tabszong .zbschool .school-li .school-left {
    display: block;
  }
  .main .tabszong .zbschool .school-li .school-left .school-icon {
    display: inline-block;
  }
  .main .tabszong .zbschool .school-li .school-left .school-icon img {
    width: 1rem;
    height: 1rem;
  }
  .main .tabszong .zbschool .school-li .school-left .school-name {
    width: 5rem;
    display: inline-block;
    margin-left: 0.1rem;
  }
  .main .tabszong .zbschool .school-li .school-left .school-name .topline {
    font-size: 0.3rem;
  }
  .main .tabszong .zbschool .school-li .school-left .school-name .school-tag {
    line-height: 0rem;
    font-size: 0.06rem;
  }
  .main .tabszong .zbschool .school-li .school-left .school-name .school-tag span {
    display: inline-block;
    font-size: 0.22rem;
    color: #999999;
    background-color: #F8F8F8;
    margin-top: 0.3rem;
  }
  .main .tabszong .zbschool .school-li .school-right {
    margin-left: 1.4rem;
  }
  .main .tabszong .zbschool .school-li .school-right .btn {
    width: 1.8rem;
    height: 0.5rem;
    line-height: 0rem;
    text-align: center;
  }
  .main .tabszong .zbschool .school-li .school-right .btn a {
    color: #50A4FF;
    text-align: center;
    width: 1.5rem;
    height: 0.5rem;
  }
  .main .tabszong .zbschool .school-li .school-right .btn a span {
    font-size: 0.26rem;
    margin-bottom: 0.4rem;
  }
  .main .tabszong .zbschool .school-li .school-right .btn a span:nth-child(1) {
    margin-left: -0.2rem;
    position: relative;
    left: 0.23rem;
  }
  .main .tabszong .zbschool .school-li .school-right .btn a span:nth-child(2) {
    position: relative;
    right: 0.08rem;
  }
  .main .tabszong .tsactivity .tshd-li {
    width: 6.75rem;
    height: 3rem;
    display: block;
  }
  .main .tabszong .tsactivity .tshd-li .tshd-left .tshd-name .tshd-topline {
    font-size: 0.35rem;
  }
  .main .tabszong .tsactivity .tshd-li .tshd-right {
    margin-left: 1.95rem;
    border: none;
    font-size: 0.2rem;
  }
  .main .tabszong .tsactivity .tshd-li .tshd-right a .pcicon {
    display: none;
  }
  .main .tabszong .tsactivity .tshd-li .tshd-right a .ydicon {
    display: inline-block;
  }
  .main .tabszong .tsactivity .tshd-li .tshd-right a span {
    color: #3093FF;
  }
  .main .dh {
    width: 6.74rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
  }
  .main .dh .gomk {
    width: 2rem;
    height: 2.5rem;
    display: block;
    background-color: #fff;
    margin-left: 0.4rem;
  }
  .main .dh .gomk .gomk-left {
    margin-left: 0.01rem;
    text-align: center;
  }
  .main .dh .gomk .gomk-left .gomk-tit {
    width: 1.1rem;
    color: #333333;
    font-size: 0.25rem;
  }
  .main .dh .gomk .gomk-left .gomk-go {
    display: none;
    width: 0.44rem;
    height: 0.44rem;
  }
}
