/*
解决系统缩放导致页面问题,通过设置根元素的font-size来解决
另外，:root指代文档根节点即html，但优先级会高于html
*/
@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
  (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
  (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
  :root {
    font-size: 14px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
  (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
  (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
  :root {
    font-size: 13px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
  (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
  (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
  :root {
    font-size: 12px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
  (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
  (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root {
    font-size: 10px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
  (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
  (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
  :root {
    font-size: 9px;
  }
}
@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
  (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
  (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
  :root {
    font-size: 8px;
  }
}

@media screen and (max-width: 600px) {
  :root {
    font-size: 3.2px;
  }
}

html,
body {
    color: #333
}

@media screen and (max-width: 800px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    html {
        /* background-color: #000000; */
        font-size: 13px;
    }
}

a,p {
  margin: 0;
  padding: 0;
}
.gl-depth-1 {
    box-shadow: 0 2px 2px 0 rgba(69, 219, 230, 0.14), 0 3px 1px -2px rgba(69, 219, 230, 0.12), 0 1px 5px 0 rgba(69, 219, 230, 0.2)
}

.gl-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(69, 219, 230, 0.14), 0 1px 7px 0 rgba(69, 219, 230, 0.12), 0 3px 1px -1px rgba(69, 219, 230, 0.2)
}

.gl-depth-2,
.gl-btn {
    box-shadow: 0 4px 5px 0 rgba(69, 219, 230, 0.14), 0 1px 10px 0 rgba(69, 219, 230, 0.12), 0 2px 4px -1px rgba(69, 219, 230, 0.3)
}

.gl-depth-3 {
    box-shadow: 0 8px 17px 2px rgba(69, 219, 230, 0.14), 0 3px 14px 2px rgba(69, 219, 230, 0.12), 0 5px 5px -3px rgba(69, 219, 230, 0.2)
}

.gl-depth-4 {
    box-shadow: 0 16px 24px 2px rgba(69, 219, 230, 0.14), 0 6px 30px 5px rgba(69, 219, 230, 0.12), 0 8px 10px -7px rgba(69, 219, 230, 0.2)
}

.gl-depth-5 {
    box-shadow: 0 24px 38px 3px rgba(69, 219, 230, 0.14), 0 9px 46px 8px rgba(69, 219, 230, 0.12), 0 11px 15px -7px rgba(69, 219, 230, 0.2)
}

.gl-btn {
    padding: 6px 16px;
    border-radius: 20px;
    color: #fff;
    /* background-color: #45DB82; */
    background-color: #1A5F4A;
    font-size: 12px;
    font-weight: 200
}

.row .col {
    clear: both
}

.row {
    display: flex;
    flex-wrap: wrap
}

.fx {
    display: flex
}

.fx1 {
    flex-grow: 1
}

.fx-wrap {
    flex-wrap: wrap
}

.fx-col {
    flex-direction: column
}

.fx-justify {
    justify-content: space-between
}

.fx-around {
    justify-content: space-around
}

.fx-center {
    justify-content: center
}

.fx-right {
    justify-content: flex-end
}

.fx-middle {
    align-items: center
}

.fx-stretch {
    align-items: stretch
}

.fx-item-stretch {
    align-self: stretch
}

.fx-item-center,
.page-footer .icon-content .icon {
    align-self: center
}

.fx-item-end {
    align-self: flex-end
}

.width100 {
    width: 100%
}

.height100 {
    height: 100%
}

.transition3 {
    transition: .3s
}

.fbold {
    font-weight: bold
}
.row {
  padding: 1.25rem 0;
  margin-bottom: 0 !important;
}
.page-footer {
  padding-top: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #333;
  font-size: 14px !important;
  text-align: justify;
  font-family: MiSans,  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.page-footer a {
  color: #333;
}

.page-footer .line {
  width: 100%;
  height: 8px;
  background-color: #195F4A;
}

.page-footer h5 {
  font-size: 2.25rem !important;
  font-weight: bold;
  margin-bottom: 17px;
}

@media screen and (max-width: 600px) {
  .page-footer h5 {
    font-size: 18px !important;
  }
}

.page-footer .qr {
  width: calc(100% / 2);
}

.page-footer .qr img {
  width: 65%;
}

.page-footer .icon-content {
  position: relative;
  height: 80%;
  max-width: 200px;
}

@media only screen and (max-width: 600px) {

  /* .page-footer .icon-content {
    margin-left: 14px !important;
  } */
  /* 控制客户服务\市场合作\工作机会等间隙 */
  .page-footer .col.m6.s12 {
    margin-top: 20px;
  }
  .page-footer .col.m5.s12 {
    margin-top: 20px;
  }
  .page-footer .col.m5.s12 .row .col {
    margin: 20px 50px 20px 0px;
  }

  .page-footer .qr img {
    width: 60%;
  }
}

.page-footer .icon-content .icn-douyin {
  cursor: pointer;
  position: relative;
}

.page-footer .icon-content .icn-douyin .qr-douyin {
  display: none;
  width: 180px;
  height: 200px;
  position: absolute;
  left: -60px;
  bottom: 70px;
}

.page-footer .icon-content .icn-douyin:hover>.qr-douyin {
  display: block;
}

.page-footer .icon-content .icon {
  display: block;
  max-width: 40px;
  width: 20%;
}

.page-footer .icon-content .icon img {
  width: 100%;
}

.page-footer .txt {
  line-height: 2;
}

@media screen and (min-width: 993px) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 600px) {
  .page-footer .txt {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .page-footer .col.m5.s12>h5 {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }
}

.page-footer .footer-copyright {
  padding: 20px 0;
  background: #fff;
  color: #333;
  font-size: 12px;
}

.page-footer .footer-copyright a {
  color: #333;
}

.home {
    background-color: #41B093;
    background-image: linear-gradient(-60deg, #41B093 0%, #5CD4B6 35%, #41B093 35%, #41B093 100%);
    padding: 80px 0
}

.home .title img {
    width: 330px;
    margin-bottom: 10px
}

.home .title p {
    position: relative;
    margin: 0;
    padding: .8em 0;
    color: #fff;
    text-align: center
}

.home .title p:before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -6px;
    width: 90%;
    height: 0;
    border-top: 1px solid #fff
}

.home .t-img {
    width: 80%;
    max-width: 280px
}

@media only screen and (max-width: 600px) {
    .home .t-img {
        width: 60%;
        margin-top: 50px
    }
}


/* container begin */


.team {
  margin-top: 4.167vw;
  font-family: MiSans,  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media screen and (max-width: 600px) {
  .team {
    margin-top: 56px;
  }
}

.team .title-img {
  display: flex;
}
.team .title-img .container {
  width: auto;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 13.125vw;
  z-index: 2;
}
.team .title-img .container>h1 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 3.125vw;
  color: rgba(23, 95, 74, 0.60);
  user-select: none;
}
.team .title-img .container>img {
  margin-top: 7.083vw;
  width: 26.510vw;
  height: 9.427vw;
}
.team .title-img img {
    width: 100%;
    height: auto;
    z-index: -1;
}


.team .introduction {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto 4.375vw;
}


/* title begin */
.team .content-title {
    position: relative;
    align-self: flex-start;
    width: 100%;
    margin: 20px 0 30px;
}

.team  .content-title h5 {
    font-size: 1.875vw;
    font-weight: bold;
}


@media only screen and (max-width: 600px) {
    .team .content-title h5{
        font-size: 6rem;
        flex-shrink: 0;
        width: 80%
    }
}

.team .content-title:before {
    content: '';
    z-index: -1;
    display: block;
    width: 2.083vw;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -0.417vw;
    border: 0.15625vw solid #1A5F4A;
    border-radius: 0.208vw;
}
@media screen and (max-width: 600px) {
  .team .content-title:before {
    width: 18px;
    height: 3px;
    background-color: #1A5F4A;
    bottom: -3.6px;
    border-width: 0;
    border-radius: 1.5px;
  }
}
/* title end */


/* honor begin */
.team .introduction .honor {
    width: 100%;
    height: 100%;
}

.team .introduction .honor .honor-time {
    width: 11.9792vw;
    position: relative;
}

.team .introduction .honor .honor-time .timer1, 
.team .introduction .honor .honor-time .timer2,
.team .introduction .honor .honor-time .timer3 {
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.0833vw;
}

.team .introduction .honor .honor-time .timer2 {
    top: 24.3229vw;
}

.team .introduction .honor .honor-time .timer3 {
    top: 34vw;
}

@media screen and (max-width: 600px) {
    .team .introduction .honor .honor-time {
      width: 90px;
    }
    .team .introduction .honor .honor-time .timer1 {
      top: 10px;
    }
    .team .introduction .honor .honor-time .timer2 {
      top: 190px;
    }

    .team .introduction .honor .honor-time .timer3 {
      top: 252px;
    }
}

.text-shadow {
    text-shadow: 1.3542vw 1.6667vw 0px rgba(25, 95, 74, 0.10);
}

@media screen and (max-width: 600px) {
    .text-shadow {
        text-shadow: 10px 9px 0px rgba(25, 95, 74, 0.10);
    } 
}

.team .introduction .honor .honor-time .out-timer {
    position: absolute;
    left: 0;
    top: 0;
    width: 10.729vw;
    height: 4.479vw;
    font-size: 4.167vw;
    font-weight: 800;
    color: #000000;
    line-height: 4.896vw;
}

@media screen and (max-width: 900px) {
    .team .introduction .honor .honor-time .out-timer {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .team .introduction .honor .honor-time .out-timer {
        font-size: 26px;
    }
}


.team .introduction .honor .honor-details {
    position: relative;
    margin-left: 1.40625vw;
    border-left: 0.104vw solid #195F4A;
    padding: 0.990vw 0 0 4.635vw;
}

.team .introduction .honor .honor-details::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.521vw 1.042vw 0.521vw;
    border-color: transparent transparent #1A5F4A transparent;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-54%, -4%);
}
@media screen and (max-width: 600px) {
  .team .introduction .honor .honor-details {
    border-left-width: 2px;
  }
  .team .introduction .honor .honor-details::before {
    border-width: 0 5px 10px 5px;
    transform: translate(-60%, -20%);
  }
}
.team .introduction .honor .honor-txt {
    letter-spacing: 0.052vw;
    position: relative;
}

.team .introduction .honor .honor-txt::before {
    content: '';
    position: absolute;
    top: 1.640vw;
    left: -4.6875vw;
    width: 0.885vw;
    height: 0.885vw;
    display: block;
    border-radius: 50%;
    transform: translateX(-50%);
    background-color: #195F4A;
}

@media screen and (max-width: 600px) {
    .team .introduction .honor .honor-details {
        padding: 19px 0 0 26px;
    }
    /* 需要注意padding-left */
    .team .introduction .honor .honor-txt::before {
        left: -27.5px;
        width: 6px;
        height: 6px;
    }
}

.team .introduction .honor .honor-txt:nth-child(-n+4) {
    margin-bottom: 1.5625vw;
}
.team .introduction .honor .honor-txt:nth-child(4),
.team .introduction .honor .honor-txt:nth-child(5) {
    margin-bottom: 4.323vw;
}

.team .introduction .honor .honor-txt .honor-mouth {
    font-weight: 600;
    font-size: 1.5625vw;
}
.team .introduction .honor .honor-txt .honor-detail {
    font-weight: normal;
    font-size: 1.042vw;
}
.team .introduction .honor .honor-txt .honor-detail .honor-span {
    padding-left: 0.3125vw;
}

@media screen and (max-width: 600px) {
  .team .introduction .honor .honor-txt:nth-child(4),
  .team .introduction .honor .honor-txt:nth-child(5) {
    margin-bottom: 28px;
  }
  .team .introduction .honor .honor-txt .honor-mouth {
    font-size: 12px;
  }
  .team .introduction .honor .honor-txt .honor-detail {
    font-size: 10px;
  }
}

/* honor end */

.team .introduction .txt {
    width: calc(60% + 2.0833vw);
    box-sizing: border-box;
    padding: 0.521vw 1.042vw;
    margin-bottom: 6.25vw;
    transform: translate(-2.083vw, 6.25vw);
    background: rgba(249, 249, 249, 0.4)
}

@media only screen and (max-width: 600px) {
    .team .introduction .txt {
        flex-shrink: 0;
        width: 100%;
        transform: translate(0, 0);
    }
}

.team .introduction .txt h5 {
    position: relative;
    display: inline-block;
    font-weight: 550;
}

.team .introduction .txt h5:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.4167vw;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 0.1042vw solid #333
}

.team .introduction .txt p {
    text-align: justify;
    line-height: 1.9
}

.team .introduction .txt p strong {
    font-weight: bold;
}

.team .introduction .txt .qr {
    text-align: center;
    margin: 0;
    height: 0;
    opacity: 0;
    transition-delay: .3s;
    transition: .3s
}

.team .introduction .txt .qr.on {
    height: auto;
    opacity: 1
}

.team .introduction .txt .qr img {
    width: 6.25vw
}

/* official interview begin */

.official-interview {
    width: 100%;
    height: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1.0417vw;
}
@media screen and (max-width: 600px) {
    .official-interview {
        grid-template-columns: auto;
        grid-template-rows: repeat(6, 1fr);
        gap: 20px;
        justify-content: center;
    }
}

.official-interview li {
    list-style-type: none;
    position: relative;
    margin-top: 0.8333vw;
}

.official-interview li img{
    width: 100%;
    z-index: -1;
}
.official-interview li span {
  font-weight: 500;
  font-size:  1.1458vw;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 50%;
  bottom: calc(4.2708vw / 2);
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .official-interview li {
    margin-top: 16px;
  }
  .official-interview li img {
    width: 300px;
  }
  .official-interview li span {
    font-size: 5rem;
    bottom: calc(56px / 2);
  }
}
/* official interview end */



/* program interview begin */

.broadcaster,
.founder {
    display: flex;
    font-size: 1.0417vw;
}

.broadcaster>span,
.founder>span {
  padding-left: 0.6vw;
  padding-right: 3.5vw;
}

/* select all program img */
.program-interview img{
    width: 33.3333vw;
    height: 23.4375vw;
}

.program-interview h6 {
    font-size: 1.4583vw;
    font-weight: 600;
    color: rgba(25, 95, 74, 1);
}


.broadcaster {
    margin-top: 0.8333vw;
}

.broadcaster img {
    margin-right: 1.25vw;
}

.founder {
    margin-top: 3.125vw;
}

.founder img {
    margin-left: 1.25vw;
}

@media screen and (max-width: 600px) {
    .broadcaster,
    .founder {
        flex-wrap: wrap;
    }
    .program-interview h6  {
      font-size: 16px;
    }
    .program-interview p {
      font-size: 12px;
    }
    .program-interview img{
        width: 100%;
        height: 100%;
        margin: 5px 0 16px 0;
    }

    .founder {
        margin-top: 28px;
    }

    .founder img {
        order: -1;
    }
}

/* program interview end */


/* .team .introduction .fragment_box {
    width: 100%;
}
.team .introduction .mascot {
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.team .introduction .mascot .li img {
    width: 240px;
    height: 240px
}

.team .introduction .mascot .li h6 {
    font-weight: 550
}

.team .qr img {
    width: 120px
} */