.course_warp {
    background: url(../../img/achievement_banner.png) center no-repeat;
    background-size: cover;
    height: 1740px;
}
.course_banner_nav li:nth-child(1) {
    height: 60px;
}
.course_banner {
    padding-top: 261px;
}
.record_title {
    text-align: center;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 88px;
}
.record_des {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}
.record_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.record_list div {
    font-size: 36px;
    font-family: LEMONMILK-Bold, LEMONMILK;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.record_list div:hover {
    color: #394CDD;
}
.record_list div i {
    font-size: 16px;
    display: inline-block;
    margin-left: 20px;
}
.record_list p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}
/* .record_on {
    color: #394CDD !important;
} */
.school_offer {
    background: #F2F3F4;
    padding-top: 80px;
    
}
.school_offer_box h3 {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.country_nav {
    width: 398px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 40px;
}
.country_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.country_one_hover {
    color: #394CDD !important;
    cursor: pointer;
}
.country_one img {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    display: none;
}
.country_one .country_icon {
    display: block;
}
.country_one div {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
   
}
.school_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.school_one {
    margin-bottom: 80px;
    position: relative;
}
.school_main_box {
    width: 340px;
    height: 124px;
    background: #000000;
    box-sizing: border-box;
    padding: 10px 20px 25px;
}
.school_main_box div {
    font-size: 14px;
    color: #fff;
    text-align: right;
}
.school_main_box div i {
    font-size: 40px;
    color: #fff;
    font-family: LEMON MILK Bold;
    font-weight: bold;
    display: inline-block;
    margin: 0 20px;
}
.school_main_box p {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #fff;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.school_bottom {
    font-size: 14px;
    color: #000;
    width: 276px;
    padding-left: 20px;
    padding-right: 30px;
    box-sizing: border-box;
    background: rgba(57, 76, 221, 0.14);
    height: 60px;
    padding-top:12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.school_img {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #000000;
    position: absolute;
    left: -3px;
    top: -60px;
}
.school_one img {
    width: 100%;
    height: 100%;
}
.school_crown {
    background: url(../../img/school_crown_bg.png) center no-repeat ;
}
.school_crown_icon {
    position: absolute;
    left: 120px;
    top: 18px;
    width: 40px !important;
    height: 40px !important;
}
.school_hot {
    background: url(../../img/school_hot_bg.png) center no-repeat ;
}

.school_list_show {
    display: none;
}
.school_list_click {
    display: block;
}
.offer_show_warp {
    width: 100%;
    padding-bottom: 100px;
    background: #000;
}
.offer_show_box {
    padding-top: 60px;
    position: relative;
}
.offer_show_box h3 {
    font-size: 40px;
    font-family: LEMONMILK-Bold, LEMONMILK;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}
.offer_img_list_one_on {
    width: 175px;
    height: 245px;
    position: relative;
}
.offer_list {
    display: flex;
}
.offer_one {
    /* margin: 0 15px; */
    /* position: relative; */
    cursor: crosshair
}
.offer_one img {
    width: 175px;
    height: 245px;
}
.offer_one i,.offer_big i  {
    display: block;
    background: linear-gradient(231deg, #000000 0%, #394CDD 100%);
    width: 94px;
    height: 40px;
    border-radius: 30px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.offer_one p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
}
.offer_img_list_one {
    width: 175px;
    margin-top: 40px;
    position: relative;
    margin-right: 25px;
    cursor: crosshair
}
#offer_big_none {
    display: none;
}
.offer_big {
    position: relative;
    width: 175px;
    height: 245px;
    transform: scale(3);
    cursor: crosshair;
}
.offer_big img {
    width: 100%;
    height: 100%;
}
#offer_img_list_big {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev_icon_box {
    position: absolute;
    left: -100px;
    top: 33%;
}
.next_icon_box {
    position: absolute;
    right: -100px;
    top: 33%;
}
.offer_slide {
    position: relative;
}
.prev_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    background: rgba(242, 243, 244, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.next_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    background: rgba(242, 243, 244, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.prev_icon img, .next_icon img {
    width: 8px;
    height: 14px;
}
.overseas_professor_left img {
    width: 202px;
    height: 32px;
}
.share_img {
    width: 100%;
    height: 200px;
}
.share_one p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}
.read {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.share_one {
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
}
.read img {
    margin-right: 8px;
    width: 24px;
    height: 18px;
}
.read i {
    margin-right: 40px;
}

.circle-chart {
    width: 150px;
    height: 150px;
  }
  svg:not(:root) {
    overflow: visible !important;
  }
  
  .circle-chart__circle {
    stroke: #00acc1;
    stroke-width: 5;
    stroke-linecap: square;
    fill: none;
    color: #fff !important;
    animation: circle-chart-fill 2s reverse; /* 1 */ 
    transform: rotate(-90deg); /* 2, 3 */
    transform-origin: center; /* 4 */
  }

  .circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
  }
  
  .circle-chart__background {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 5;
    fill: none; 
  }
  
  .circle-chart__info {
    color: #fff !important;
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
  }
  
  .circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 6px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 100;
  }
  
  .circle-chart__subline {
      alignment-baseline: central;
      text-anchor: middle;
      font-size: 3px;
  }
  
  .success-stroke {
    stroke: #289925;
  }

  @keyframes circle-chart-fill {
    to { stroke-dasharray: 0 100; 
        /* stroke:#ffffff; */
    }
  }
  
  @keyframes circle-chart-appear {
    to {
      opacity: 1;
      transform: translateY(0);
      stroke:#ffffff;
    }
  }

  .circlechart_left_ul {
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 34px;
    justify-content: space-between;
  }
  .circlechart_left_ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 62px;
  }
  .circlechart_left_ul li h4 {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
  }
  .circlechart_left_ul li p {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
  }
  .circlechart {
    background: url(../../img/circle_bg.png) center no-repeat;
    width: 171px;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  
  }
  .circlechart_warp {
    margin-top: 50px;
    display: flex;
  }
  .circlechart_left {
    margin-top: 52px;
    width: 450px;
  }
  .circlechart_title {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 364px;
    height: 60px;
    background: #000000;
    border-radius: 33px;
    line-height: 60px;
    margin-top: 30px;
    cursor: pointer;
  }
  .circlechart_right {
    background: url(../../img/circlechart_right_bg.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    width: 50vw;
    left: 0;
    /* width: 1010px; */
    height: 732px;
  }
  .circlechart_right_warp {
    position: relative;
    width: 50%;
  }
  #main {
    background: url(../../img/circle_bg_big.png) center no-repeat;
    margin-left: 206px;
    margin-top: 50px;
  }
  .country_gain_list {
    display: flex;
    margin-left: 170px;
    margin-top: 69px;
    margin-bottom: 95px;
  }
  .country_gain_one div {
    width: 99px;
    height: 38px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 16px;
    background: url(../../img/country_gain_bg.png) left center no-repeat;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    padding-left: 30px;
  }
  .country_gain_one p {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
  }
  .country_gain_one .country_gain_img {
    width: 154px;
    height: 38px;
    background: url(../../img/country_gain_bg1.png) left center no-repeat;

  }
  .country_gain_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 35px;
  }
  .overseas_professor_right_box {
    width: 960px;
  }