.autoP {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.home .top-title {
  position: relative;
}
.home .top-title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 6px;
  background: #E85234;
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
}
.production_banner {
  width: 100%;
  min-width: 1200px;
  height: 480px;
  background: url(/lib/images/home/index/banner.png?v=mjn89mlko7) no-repeat center;
  overflow: hidden;
}
.production_banner .banner_title {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 600;
  font-family: PingFangSC-Medium;
  text-align: center;
  margin-top: 212px;
  letter-spacing: 10px;
}
.production_banner .banner_btn {
  width: 300px;
  height: 58px;
  line-height: 58px;
  background: linear-gradient(180deg, #116bcf 0%, #0d4e96 100%);
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  left: 50%;
  top: 77%;
  transform: translateX(-50%);
  cursor: pointer;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.production_banner .banner_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Medium;
  font-weight: 500;
}
.home .home_plan {
  padding-top: 39px;
  height: 450px;
}
.home .home_plan .plan_title {
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  font-family: PingFangSC-Medium;
  color: #444444;
  text-align: center;
}
.home .home_plan .plan_divs {
  margin-top: 56px;
}
.home .home_plan .plan_divs .divs {
  width: 588px;
  height: 260px;
  position: relative;
  cursor: pointer;
}
.home .home_plan .plan_divs .divs .divs_content {
  cursor: pointer;
  margin-top: 105px;
  text-align: center;
}
.home .home_plan .plan_divs .divs .divs_content .divs_icon {
  width: 76px;
  height: 64px;
}
.home .home_plan .plan_divs .divs .divs_content .divs_title {
  position: relative;
  margin-top: 24px;
  font-size: 24px;
  height: 33px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
  font-family: PingFangSC-Medium;
  color: #FFFFFF;
}
.home .home_plan .plan_divs .divs .divs_content .divs_title::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 130%;
  transform: translateX(-50%);
}
.home .home_plan .plan_divs .divs .divs_content .divs_txt {
  display: none;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}
.home .home_plan .plan_divs .divs:hover .divs_content {
  margin-top: 59px;
}
.home .home_plan .plan_divs .divs:hover .divs_content .divs_title {
  margin-bottom: 25px;
}
.home .home_plan .plan_divs .divs:hover .divs_content .divs_txt {
  display: inline;
}
.home .home_plan .plan_divs .divs:nth-child(2) {
  background: url(/lib/images/home/index/div_left.png) no-repeat;
}
.home .home_plan .plan_divs .divs:nth-child(1) {
  background: url(/lib/images/home/index/div_right.png) no-repeat;
}
.home .home_scene {
  height: 575px;
  padding-top: 32px;
}
.home .home_scene .scene_title {
  height: 45px;
  line-height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #444444;
  margin-bottom: 46px;
}
.home .home_scene .scene_li {
  padding: 0;
}
.home .home_scene .scene_li li {
  width: 300px;
  height: 394px;
  list-style: none;
  float: left;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.home .home_scene .scene_li li .lis_icon {
  width: 64px;
  height: 55px;
  margin-top: 58px;
}
.home .home_scene .scene_li li p {
  text-align: center;
}
.home .home_scene .scene_li li .li_title {
  margin: 40px 0 24px 0;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  font-weight: 600;
  color: #444444;
}
.home .home_scene .scene_li li .li_txt {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  color: #666666;
  font-weight: 500;
}
.home .home_scene .scene_li li .li_hover {
  position: relative;
}
.home .home_scene .scene_li li .li_hover::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  top: 116%;
  left: 50%;
  transform: translateX(-50%);
}
.home .home_scene .scene_li li .li_hover::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 165%;
  left: 50%;
  transform: translateX(-50%);
}
.home .home_scene .scene_li li .li_hover:nth-child(4)::after {
  content: '';
}
.home .home_scene .scene_li li .li_hover:nth-child(5)::after {
  content: '';
}
.home .home_scene .scene_li li .li_txt:nth-child(4) {
  margin: 13px 0;
}
.home .home_scene .scene_li li:nth-child(2) .lis_icon {
  width: 54px ;
  height: 55px;
}
.home .home_scene .scene_li li:nth-child(2) .li_title {
  margin-top: 49px;
}
.home .home_scene .scene_li li:nth-child(3) .lis_icon {
  width: 64px;
  height: 47px;
}
.home .home_scene .scene_li li:nth-child(3) .li_title {
  margin-top: 57px;
}
.home .home_scene .scene_li li:nth-child(4) .lis_icon {
  width: 55px;
  height: 54px;
}
.home .home_scene .scene_li li:nth-child(4) .li_title {
  margin-top: 49px;
}
.home .home_scene .scene_li li:hover p {
  color: #FFFFFF;
}
.home .home_scene .scene_li li:hover .lis_icon {
  display: none;
}
.home .home_scene .scene_li li:hover .li_txt {
  margin-bottom: 50px;
}
.home .home_scene .scene_li li:nth-child(1):hover .li_hover:nth-child(3)::after {
  content: '自定义教学大纲，让教学如此清晰';
}
.home .home_scene .scene_li li:nth-child(1):hover .li_hover:nth-child(4)::after {
  content: '支持多人在线，即时互动，自动生成回放';
}
.home .home_scene .scene_li li:nth-child(1):hover .li_hover:nth-child(5)::after {
  content: '限时测验，屏幕锁死，全程录像';
}
.home .home_scene .scene_li li:nth-child(2):hover .li_hover:nth-child(3)::after {
  content: '系统学习，大纲明确';
}
.home .home_scene .scene_li li:nth-child(2):hover .li_hover:nth-child(4)::after {
  content: '在线完成，自动阅卷';
}
.home .home_scene .scene_li li:nth-child(2):hover .li_hover:nth-child(5)::after {
  content: '互动反馈，教学相长';
}
.home .home_scene .scene_li li:nth-child(3):hover .li_hover:nth-child(3)::after {
  content: '老师账号绑定课程';
}
.home .home_scene .scene_li li:nth-child(3):hover .li_hover:nth-child(4)::after {
  content: '学生账号绑定课程';
}
.home .home_scene .scene_li li:nth-child(3):hover .li_hover:nth-child(5)::after {
  content: '配置课程基本属性';
}
.home .home_scene .scene_li li:nth-child(4):hover .li_hover:nth-child(3)::after {
  content: '班级互动讨论，学习不再枯燥';
}
.home .home_scene .scene_li li:nth-child(4):hover .li_hover:nth-child(4)::after {
  content: '云盘中储存课件，省去整理分发烦恼';
}
.home .home_scene .scene_li li:nth-child(4):hover .li_hover:nth-child(5)::after {
  content: '当天教学日程，一行轻松掌握';
}
.home .home_scene .scene_li li::before {
  content: '';
  width: 139px;
  height: 147px;
  background: url(/lib/images/home/index/ying0.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: -3px;
  color: rgba(13, 78, 150, 0.3);
}
.home .home_scene .scene_li li:nth-child(2)::before {
  background: url(/lib/images/home/index/ying1.png) no-repeat;
}
.home .home_scene .scene_li li:nth-child(3)::before {
  background: url(/lib/images/home/index/ying2.png) no-repeat;
}
.home .home_scene .scene_li li:nth-child(4)::before {
  background: url(/lib/images/home/index/ying3.png) no-repeat;
}
.home .home_scene .scene_li li:nth-child(odd) {
  background: #F9FBFF;
}
.home .home_scene .scene_li li:nth-child(even) {
  background: #FFFCFB;
}
.home .home_scene .scene_li li:nth-child(odd):hover {
  background: #6E9BF4;
}
.home .home_scene .scene_li li:nth-child(even):hover {
  background: #F79683;
}
.home .home_show {
  height: 1153px;
  position: relative;
}
.home .home_show .show_bgc {
  width: 1172px;
  height: 1153px;
  position: absolute;
  z-index: -1;
  right: 0;
  background: url(/lib/images/home/index/bgc.png) no-repeat;
}
.home .home_show .show_content .content-top,
.home .home_show .show_content .content-bottom {
  padding-top: 60px;
}
.home .home_show .show_content .content-top .top-title,
.home .home_show .show_content .content-bottom .top-title {
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #444444;
  margin-bottom: 53px;
  font-family: PingFangSC-Medium;
  position: relative;
}
.home .home_show .show_content .content-top .top-ul,
.home .home_show .show_content .content-bottom .top-ul,
.home .home_show .show_content .content-top .bottom-ul,
.home .home_show .show_content .content-bottom .bottom-ul {
  width: 610px;
  position: relative;
}
.home .home_show .show_content .content-top .top-ul li,
.home .home_show .show_content .content-bottom .top-ul li,
.home .home_show .show_content .content-top .bottom-ul li,
.home .home_show .show_content .content-bottom .bottom-ul li {
  list-style: none;
  float: left;
  width: 305px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  font-family: PingFangSC-Medium;
  text-align: center;
  color: #888888;
  border-bottom: 1px solid #888888;
  cursor: pointer;
}
.home .home_show .show_content .content-top .top-ul .hoverLi,
.home .home_show .show_content .content-bottom .top-ul .hoverLi,
.home .home_show .show_content .content-top .bottom-ul .hoverLi,
.home .home_show .show_content .content-bottom .bottom-ul .hoverLi {
  color: #0d4e96;
  border-color: #0d4e96;
}
.home .home_show .show_content .content-top .top-ul .top-btn,
.home .home_show .show_content .content-bottom .top-ul .top-btn,
.home .home_show .show_content .content-top .bottom-ul .top-btn,
.home .home_show .show_content .content-bottom .bottom-ul .top-btn {
  width: 108px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(180deg, #116bcf 0%, #0d4e96 100%);
  border-radius: 5px;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFFFFF;
  position: absolute;
  left: 230px;
  top: 300px;
  cursor: pointer;
}
.home .home_show .show_content .content-top .top-ul .top-btn a,
.home .home_show .show_content .content-bottom .top-ul .top-btn a,
.home .home_show .show_content .content-top .bottom-ul .top-btn a,
.home .home_show .show_content .content-bottom .bottom-ul .top-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #FFFFFF;
}
.home .home_show .show_content .content-top .bottom-ul,
.home .home_show .show_content .content-bottom .bottom-ul {
  width: 915px;
}
.home .home_show .show_content .content-top .img-ul,
.home .home_show .show_content .content-bottom .img-ul,
.home .home_show .show_content .content-top .img-bottom,
.home .home_show .show_content .content-bottom .img-bottom {
  margin-top: 16px;
}
.home .home_show .show_content .content-top .img-ul li,
.home .home_show .show_content .content-bottom .img-ul li,
.home .home_show .show_content .content-top .img-bottom li,
.home .home_show .show_content .content-bottom .img-bottom li {
  list-style: none;
  width: 100%;
}
.home .home_show .show_content .content-top .img-ul li .img-left,
.home .home_show .show_content .content-bottom .img-ul li .img-left,
.home .home_show .show_content .content-top .img-bottom li .img-left,
.home .home_show .show_content .content-bottom .img-bottom li .img-left {
  width: 486px;
  height: 320px;
  margin-right: 38px;
}
.home .home_show .show_content .content-top .img-ul li .img-app,
.home .home_show .show_content .content-bottom .img-ul li .img-app,
.home .home_show .show_content .content-top .img-bottom li .img-app,
.home .home_show .show_content .content-bottom .img-bottom li .img-app {
  width: 385px;
  margin-left: 100px;
}
.home .home_show .show_content .content-top .img-ul li .txt-right,
.home .home_show .show_content .content-bottom .img-ul li .txt-right,
.home .home_show .show_content .content-top .img-bottom li .txt-right,
.home .home_show .show_content .content-bottom .img-bottom li .txt-right {
  max-width: 510px;
}
.home .home_show .show_content .content-top .img-ul li .txt-right .txt-right_title,
.home .home_show .show_content .content-bottom .img-ul li .txt-right .txt-right_title,
.home .home_show .show_content .content-top .img-bottom li .txt-right .txt-right_title,
.home .home_show .show_content .content-bottom .img-bottom li .txt-right .txt-right_title {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #173257;
  margin-top: 40px;
  position: relative;
}
.home .home_show .show_content .content-top .img-ul li .txt-right .txt-right_title::before,
.home .home_show .show_content .content-bottom .img-ul li .txt-right .txt-right_title::before,
.home .home_show .show_content .content-top .img-bottom li .txt-right .txt-right_title::before,
.home .home_show .show_content .content-bottom .img-bottom li .txt-right .txt-right_title::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #173257;
  position: absolute;
  left: 0;
  top: 35px;
}
.home .home_show .show_content .content-top .img-ul li .txt-right .txt-right_txt,
.home .home_show .show_content .content-bottom .img-ul li .txt-right .txt-right_txt,
.home .home_show .show_content .content-top .img-bottom li .txt-right .txt-right_txt,
.home .home_show .show_content .content-bottom .img-bottom li .txt-right .txt-right_txt {
  margin-top: 28px;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 400;
  color: #173257;
  line-height: 32px;
}
.home .home_show .show_content .content-top .img-ul li .img-bottom_txt,
.home .home_show .show_content .content-bottom .img-ul li .img-bottom_txt,
.home .home_show .show_content .content-top .img-bottom li .img-bottom_txt,
.home .home_show .show_content .content-bottom .img-bottom li .img-bottom_txt {
  width: 523px;
}
.home .home_institution {
  padding: 80px 0;
}
.home .home_institution .institution_title {
  height: 45px;
  line-height: 45px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #444444;
  text-align: center;
  font-size: 32px;
  margin-bottom: 26px;
  position: relative;
}
.home .home_institution .institution_box {
  display: flex;
  justify-content: space-between;
}
.home .home_institution .institution_box .institution_img {
  width: 80px;
  object-fit: contain;
}
.box-list-out {
  width: 282px;
  height: 252px;
  background-color: transparent;
}
.box-list {
  width: 272px;
  height: 252px;
  /* 白卡 */
  background: linear-gradient(145.9deg, #F4F4F4 8.26%, #FFFFFF 88.04%);
  /* 白卡 */
  box-shadow: -8px -8px 10px #FFFFFF, 8px 8px 11px rgba(0, 0, 0, 0.0797947);
  border-radius: 4px;
  margin-left: 10px;
  flex-shrink: 0;
}
.box-list .box-title {
  position: relative;
  z-index: 9999999;
}
.box-list .box-title .ranking {
  width: 233px;
  height: 26px;
  border-radius: 4px 0px 0px 0px;
  position: absolute;
  top: 14px;
  left: -9px;
}
.box-list .box-title .ranking .sp {
  font-size: 14px;
  color: #fff;
  margin-left: 25px;
  font-weight: 500;
  display: inline-block;
  line-height: 26px;
}
.box-list .box-title .ranking-1 {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #000096 71.87%, #000096 90.45%);
}
.box-list .box-title .ranking-ota {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #FBC600 70.77%, #FBC600 90.45%);
}
.box-list .box-title .ranking-iit {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #CE0E2D 71.87%, #CE0E2D 90.45%);
}
.box-list .box-title .ranking-nau {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #031846 71.87%, #031846 90.45%);
}
.box-list .box-title .ranking-rit {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #F36B24 71.87%, #F36B24 90.45%);
}
.box-list .box-title .ranking-csu {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #016E53 71.87%, #016E53 90.45%);
}
.box-list .box-title .ranking-web {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #084B88 71.87%, #0B4E8A 90.45%);
}
.box-list .box-title .ranking-ua {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #AB0520 71.87%, #AB0520 90.45%);
}
.box-list .box-title .ranking-vt {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #852244 71.87%, #8C2F4F 90.45%);
}
.box-list .box-title .ranking-ac {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #EAC75D 71.87%, #EAC75D 90.45%);
}
.box-list .box-title .ranking-kl {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #0a5dab 71.87%, #cfe2ed 90.45%);
}
.box-list .box-title .triangle-1 {
  position: absolute;
  top: 40px;
  border-top: 7px solid #030331;
  border-left: 9px solid transparent;
  left: -9px;
}
.box-list .box-title .triangle-ota {
  border-top: 7px solid #BB9507;
}
.box-list .box-title .triangle-iit {
  border-top: 7px solid #960920;
}
.box-list .box-title .triangle-nau {
  border-top: 7px solid #000A1F;
}
.box-list .box-title .triangle-rit {
  border-top: 7px solid #CD4F0E;
}
.box-list .box-title .triangle-csu {
  border-top: 7px solid #06362A;
}
.box-list .box-title .triangle-web {
  border-top: 7px solid #06335A;
}
.box-list .box-title .triangle-ua {
  border-top: 7px solid #6C0214;
}
.box-list .box-title .triangle-vt {
  border-top: 7px solid #5E0423;
}
.box-list .box-title .triangle-ac {
  border-top: 7px solid #A88006;
}
.box-list .box-title .triangle-kl {
  border-top: 7px solid #043360;
}
.box-list .box-scool {
  text-align: center;
  padding-top: 73px;
}
.box-list .box-scool .box-img {
  height: 100px;
  margin-bottom: 10px;
}
.box-list .box-scool img {
  width: 91px;
  height: 92px;
  margin-bottom: 23px;
}
.box-list .box-scool .img-RIT {
  width: 146px;
  height: 55px;
  margin-top: 10px;
}
.box-list .box-scool .img-OTA {
  width: 70px;
  height: 92px;
}
.box-list .box-scool .img-IIT {
  width: 110px;
  height: 88px;
}
.box-list .box-scool .img-NAU {
  width: 150px;
  height: 33px;
  margin-top: 25px;
}
.box-list .box-scool .img-DUKE {
  width: 91px;
  height: 82px;
}
.box-list .box-scool .img-CSU {
  width: 95px;
  height: 97px;
}
.box-list .box-scool .img-WEB {
  width: 156px;
  height: 76px;
}
.box-list .box-scool .img-VT {
  width: 152px;
  height: 73px;
}
.box-list .box-scool .img-UA {
  width: 94px;
  height: 86px;
}
.box-list .box-scool .img-AC {
  width: 98px;
  height: 98px;
}
.box-list .box-scool .school-name {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.box-list .box-scool .en-name {
  margin-top: 5px;
  margin-bottom: 23px;
  font-weight: 300;
}
.box-list .box-hide .box-hide-title {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin-top: 17px;
  position: relative;
  margin-right: 15px;
  left: 15px;
}
.box-list .box-hide .box-hide-title .sp {
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 26px;
  line-height: 26px;
  left: -15px;
  background: #CE0E2D;
  box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.139123);
  border-radius: 0px 4px 4px 0px;
}
.box-list .box-hide .box-hide-list {
  padding: 0 15px 23px 15px;
  margin-top: 17px;
}
.box-list .box-hide .box-hide-list .list1 {
  margin: 10px 0;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.box-list .box-hide .box-hide-list .list1 .sp1 {
  width: 13%;
}
.box-list .box-hide .box-hide-list span {
  font-size: 12px;
  color: #444;
}
.box-list .box-hide .box-hide-list .sp2 {
  width: 87%;
}
.box-list .box-bgc {
  background-size: 91px 82px;
}
.school {
  margin: 0 40px;
  margin-top: 60px;
  position: relative;
}
.school .school-title {
  width: 1200px;
  font-size: 30px;
  color: #333;
}
.school .out-box {
  width: 1200px;
  margin: 0 auto;
}
.school .box {
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex: 1;
  /* entire container, keeps perspective */
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.school .box .flip-container {
  perspective: 1000;
}
.school .box .swiper-slide {
  text-align: inherit;
  display: block;
}
.school .box .flip-container:hover .flipper,
.school .box .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.school .box .flip-container,
.school .box .front,
.school .box .back {
  width: 272px;
  height: 252px;
}
.school .box .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.school .box .front,
.school .box .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.school .box .front {
  z-index: 2;
}
.school .box .back {
  transform: rotateY(180deg);
}
.school .box .box-list-out {
  width: 282px;
  height: 252px;
  background-color: transparent;
}
.school .box .box-list {
  width: 272px;
  height: 252px;
  /* 白卡 */
  background: linear-gradient(145.9deg, #F4F4F4 8.26%, #FFFFFF 88.04%);
  /* 白卡 */
  box-shadow: -8px -8px 10px #FFFFFF, 8px 8px 11px rgba(0, 0, 0, 0.0797947);
  border-radius: 4px;
  margin-left: 10px;
  flex-shrink: 0;
}
.school .box .box-list .box-title {
  position: relative;
  z-index: 9999999;
}
.school .box .box-list .box-title .ranking {
  width: 233px;
  height: 26px;
  border-radius: 4px 0px 0px 0px;
  position: absolute;
  top: 14px;
  left: -9px;
}
.school .box .box-list .box-title .ranking .sp {
  font-size: 14px;
  color: #fff;
  margin-left: 25px;
  font-weight: 500;
  display: inline-block;
  line-height: 26px;
}
.school .box .box-list .box-title .ranking-1 {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #000096 71.87%, #000096 90.45%);
}
.school .box .box-list .box-title .ranking-ota {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #FBC600 70.77%, #FBC600 90.45%);
}
.school .box .box-list .box-title .ranking-iit {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #CE0E2D 71.87%, #CE0E2D 90.45%);
}
.school .box .box-list .box-title .ranking-nau {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #031846 71.87%, #031846 90.45%);
}
.school .box .box-list .box-title .ranking-rit {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #F36B24 71.87%, #F36B24 90.45%);
}
.school .box .box-list .box-title .ranking-csu {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #016E53 71.87%, #016E53 90.45%);
}
.school .box .box-list .box-title .ranking-web {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #084B88 71.87%, #0B4E8A 90.45%);
}
.school .box .box-list .box-title .ranking-ua {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #AB0520 71.87%, #AB0520 90.45%);
}
.school .box .box-list .box-title .ranking-vt {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #852244 71.87%, #8C2F4F 90.45%);
}
.school .box .box-list .box-title .ranking-ac {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #EAC75D 71.87%, #EAC75D 90.45%);
}
.school .box .box-list .box-title .ranking-kl {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #0a5dab 71.87%, #cfe2ed 90.45%);
}
.school .box .box-list .box-title .triangle-1 {
  position: absolute;
  top: 40px;
  border-top: 7px solid #030331;
  border-left: 9px solid transparent;
  left: -9px;
}
.school .box .box-list .box-title .triangle-ota {
  border-top: 7px solid #BB9507;
}
.school .box .box-list .box-title .triangle-iit {
  border-top: 7px solid #960920;
}
.school .box .box-list .box-title .triangle-nau {
  border-top: 7px solid #000A1F;
}
.school .box .box-list .box-title .triangle-rit {
  border-top: 7px solid #CD4F0E;
}
.school .box .box-list .box-title .triangle-csu {
  border-top: 7px solid #06362A;
}
.school .box .box-list .box-title .triangle-web {
  border-top: 7px solid #06335A;
}
.school .box .box-list .box-title .triangle-ua {
  border-top: 7px solid #6C0214;
}
.school .box .box-list .box-title .triangle-vt {
  border-top: 7px solid #5E0423;
}
.school .box .box-list .box-title .triangle-ac {
  border-top: 7px solid #A88006;
}
.school .box .box-list .box-title .triangle-kl {
  border-top: 7px solid #043360;
}
.school .box .box-list .box-scool {
  text-align: center;
  padding-top: 73px;
}
.school .box .box-list .box-scool .box-img {
  height: 100px;
  margin-bottom: 10px;
}
.school .box .box-list .box-scool img {
  width: 91px;
  height: 92px;
  margin-bottom: 23px;
}
.school .box .box-list .box-scool .img-RIT {
  width: 146px;
  height: 55px;
  margin-top: 10px;
}
.school .box .box-list .box-scool .img-OTA {
  width: 70px;
  height: 92px;
}
.school .box .box-list .box-scool .img-IIT {
  width: 110px;
  height: 88px;
}
.school .box .box-list .box-scool .img-NAU {
  width: 150px;
  height: 33px;
  margin-top: 25px;
}
.school .box .box-list .box-scool .img-DUKE {
  width: 91px;
  height: 82px;
}
.school .box .box-list .box-scool .img-CSU {
  width: 95px;
  height: 97px;
}
.school .box .box-list .box-scool .img-WEB {
  width: 156px;
  height: 76px;
}
.school .box .box-list .box-scool .img-VT {
  width: 152px;
  height: 73px;
}
.school .box .box-list .box-scool .img-UA {
  width: 94px;
  height: 86px;
}
.school .box .box-list .box-scool .img-AC {
  width: 98px;
  height: 98px;
}
.school .box .box-list .box-scool .school-name {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.school .box .box-list .box-scool .en-name {
  margin-top: 5px;
  margin-bottom: 23px;
  font-weight: 300;
}
.school .box .box-list .box-hide .box-hide-title {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin-top: 17px;
  position: relative;
  margin-right: 15px;
  left: 15px;
}
.school .box .box-list .box-hide .box-hide-title .sp {
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 26px;
  line-height: 26px;
  left: -15px;
  background: #CE0E2D;
  box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.139123);
  border-radius: 0px 4px 4px 0px;
}
.school .box .box-list .box-hide .box-hide-list {
  padding: 0 15px 23px 15px;
  margin-top: 17px;
}
.school .box .box-list .box-hide .box-hide-list .list1 {
  margin: 10px 0;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.school .box .box-list .box-hide .box-hide-list .list1 .sp1 {
  width: 13%;
}
.school .box .box-list .box-hide .box-hide-list span {
  font-size: 12px;
  color: #444;
}
.school .box .box-list .box-hide .box-hide-list .sp2 {
  width: 87%;
}
.school .box .box-list .box-bgc {
  background: url(/static/images/website/about/bgc/DUKE.png) no-repeat center center;
  background-size: 91px 82px;
}
