
body {
  background:#F7F8FC;
}
* {
  touch-action: pan-y;
}
header {
  /* border-top: 5px solid #42A5F5; */
  padding: 1em 0em 0.2em 0;
  background: rgba(238, 238, 238, 0.63);
}

.top_nav {
  /* height: 6em; */
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.14);
  padding: 0 0 10px 0em;

  /* margin: 0em 3em; */
  background-color: #fff;
  /* border-bottom: 2px solid #42A5F5; */
}
.nav {
  width: 40%;
  float: right;
  margin-top: 1em;
  font-size:1.2em;
}
.nav li {
  width: 20%;
}
.nav li a {
  color: #000;
  text-align: center;
  /* border-right: 1px solid #5a5e61; */
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
.nav li a:hover {
  color: #42a5f5;
  background-color: transparent;
}
.nav li a::after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 6px;
  width: 20%;
  height: 2px;
  background-color: #42a5f5;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.nav li a:hover::after {
  visibility: visible;
  transform: scaleX(1);
}
.logo {
  height: 100%;
  background: url(../../images/logo.1f4f6fa.jpg);
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-size: 100% auto;
  width: 293px;
  overflow: hidden;
  float: left;
  margin: 6px 6px 0 0;
  transition: all 0.2s ease-in-out;
  float: left;
  color: #42a5f5;
  font-family: "Fjalla One", sans-serif;
}
.logo a {
  display: block;
  height:100%;
  width:100%;
  color: #42a5f5;
  font-family: "Fjalla One", sans-serif;
  font-size: 3em;
}
.logo a:hover {
  text-decoration: none;
}
.icn {
  float: right;
  padding: 0;
  margin: 1.5em 0em 0 0;
}
.icn ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.icn ul li a {
  background-color: black;
  border-radius: 50%;
  padding: 8px 9px;
}
.icn ul li a:hover {
  background-color: #42a5f5;
}
.navbar-header {
  text-align: right !important;
}
.navbar-toggle {
  float: none !important;
  margin-right: 10px !important;
  background-color: #42a5f5;
}
.icon-bar {
  color: white;
  background-color: white;
}
.slider {
  /* height:300px !important; */
  min-width: 100%;
  /* border-radius: .8em; */
}
/*内容*/
.content {
  margin: 20px auto;
}
/*WHAT WE DO模块*/
.headline h1 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0em 0em 1.2em 0em;
  /* float: left; */
  text-align: center;
}
.headline h5 {
  float: right;
  background: url(../../images/hd-bg.png) 0% 73% repeat-x;
  width: 90%;
  padding: 10px;
  height: 15px;
  margin: 0em;
}
.card {
  margin-bottom: 20px;
}
.card_content {
  /* height:18em; */
  background: #fff;
  color: #000;
  padding: .5em 1em;
  text-align:center;
  border-radius:10px;
  display:flex;
  align-items:center;
}
.card_content:hover {
  color: #2C67F6;
}
.card_content h4 {
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 5px 0px;
}
.card_content p {
  text-align: left;
  font-size: 13px;
}
.card_tixi{
  margin-left:.8em;
}
.card_content img {
  height: 3.5em;
  width: 3.5em;
  /* border-radius:50% */
  /* margin-right: 10px; */
}
.floor {
  width: 100%;
  min-height: 50px;
  /* box-sizing: border-box; */
  /* overflow: hidden; */
}
.floor-yellow {
  /* background-color: #F17116; */
  background: url(../../images/bg.jpg) no-repeat;
  background-size: 100% auto;
}
.floor-yellow ul li {
  list-style: none;
}
.floor-num {
  /* width: 1200px; */
  height: 200px;
  margin: 0 auto;
  padding:1.5em .3em;
  /* border: 1px solid black; */
  overflow: hidden;
}
.floor-num .num-list {
  /* margin: 56px auto 0; */
  /* height: 76px; */
  /* overflow: hidden; */
  border: 1px solid transparent;
  padding:0;
}
.floor-num .num-list .num-box {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  width: 203px;
  height: 55px;
  color: #ffc326;
  opacity: 1;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
}
.floor-num .num-list .num-box:first-child {
  border: none;
}
.floor-num .num-list .num-box .num-title {
  height:1.5em;
  line-height:1.5em;
  text-align:center;
  font-size: 16px;
  font-weight: normal;
}
.floor-num .num-list .num-box .num-desc {
  text-align: center;
}
.data {
  height: 7em;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 18em;
}
.data .datalabel {
  text-align: center;
}

.data .datalabel .c1 {
  font-size: 24px;
  font-weight: 500;
}

.data .datalabel .c2 {
  font-size: 12px;
  color: #eee;
}
/*Lorem Ipsum is simply text of typesetting industry*/
.read {
  text-transform: uppercase;
  background: url(../../images/btn-bg.png) repeat-x;
  padding: 10px 20px 20px 20px;
  margin: 3.5em 0em 0em 0em;
}
.read .read_text {
  float: left;
}
.read .read_text p {
  color: #777777;
}
.read .read_button {
  float: right;
  text-transform: uppercase;
  color: white;
  font-size: 1.2em;
  padding: 15px 7px;
  background-color: #6a737b;
  border: none;
  margin: 25px 7px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.read_button:hover {
  background-color: #42a5f5;
}
/*OUR WORK模块*/
.img_headline {
  margin: 30px 0 0 0;
  background-image:url(../../images/zu14.png);
  background-position: 50% -120%;
  /* 背景图不平铺 */
  background-repeat: no-repeat;
  /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
  /* background-attachment: fixed; */
  /* 让背景图基于容器大小伸缩 */
  /* background-size: cover; */
}
.img_content {
  margin: 10px 0 10px 0;
}
.content_wra {
  height: 40em;
  position: relative;
}
.img_content img {
  height: 100%;
  width: 40%;
}
.img_content img:hover {
  cursor: pointer;
  box-shadow: 0px 0px 2px #333333;
}
.img_text {
  background-color: rgba(66, 165, 245, 0.7);
  color: #ffffff;
  position: absolute;
  width: 60%;

  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.img_text h3 {
  margin-top: 20px;
  font-size: 1.5em;
}
.img_text p {
  font-size: 1em;
  text-transform: none;
  margin-bottom: 20px;
}
.img_text a {
  color: black;
  font-size: 1em;
  padding: 7px 5px;
  background-color: #ffffff;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.img_text a:hover {
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
}

.container_item {
  /* width: 100%; */
  /* margin: 0 auto; */
  /* border: 1px solid #eee; */
  position: relative;
}

/* 图片样式 */
.container_item img {
  position: absolute;
  transition: all 0.5s;
  width: 270px;
}
.redstar {
  color: red;
  width: 10px;
  /* margin-top: .8em */
}

.inputclass {
  width: 90%;
  height: 2.5em;
  padding-left: 3%;
  border:none;
  border-radius:0;
  background-color:#FFF;
  border-left:.5px solid #DDDDDD;
}
.message {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 5px;
  padding: 3px 6px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  position:relative;

}

.message1 {
  font-weight: 600;
  line-height: 1.6em;
  text-align:center;
  margin-left: 8px;
  color: #d62307;
}

.btn {
  width: 100%;
  height: 5em;
  margin: 0 auto;
  border-radius: 10px;
  animation: scaleDrew 2.5s ease-in-out infinite;

}

.flex .redstar1 {
  color: red;
  width: 10px;
  margin-top: 1.8em;
}
.loginwra {
  width: 100%;
  /* height: 25em; */
  margin: 0 auto;
  /* background:#F5F5F5; */
  /* border-radius: 10px; */
  /* padding: 2em; */
}

.loginwra .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5em;
  text-align: center;
  color: #0C0E0A;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
}
.textareaclass {
  width: 100%;
  /* height: 2.5em; */
  border-radius: 5px;
  border: 1px solid #999;
  margin-top: 1em;
}

.flexitem {
  font-size: 18px;
  margin-top: 1em;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  /* list-style-position: outside; */
  /* padding-left: 10px; */
}
ul {
  width: 100%;
}
ul li {
  width: 100%;
}

ul li::marker {
  color: #e0e0e0;
}

.itemlabel {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  top:0;
  font-weight: 600;
    font-size: 15px;
}
.itemtime {
  position: absolute;
  right: 0;
}

.messageWra {
  /* height: 22em; */
  /* width: 96%; */
  margin: 0 auto;
  border-radius: 10px;
  /* background-color: #fff; */
  /* padding: 1em; */
}
.box {
  overflow: hidden;
  position: relative;
  width: 118px;
  height: 215px;
  background-color: #fff;
  margin: 10px 2px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.2s;
}
.box1 {
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  transform: skew(-30deg);
}
.box:hover .box1 {
  left: 110%;
  transition: all 0.3s;
}
.box:hover {
  transform: translateY(-20px);
  box-shadow: 0 26px 40px -24px rgb(0 36 100 / 50%);
}

.box .boxImg{
  height: 6em;
  width: 6em;
  margin: 1em auto;
  border-radius: 50%;
  background: #F7F8FC;
  border: 1px solid #E2E5F1;
}
.box .boxName{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.boxLabel{
  width: 100%;
  height: 60px;
  /* line-height: 60px; */
  margin: 0 auto;
  background-color: #2C67F6;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color:#fff;
}
.boxLabel1{
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background-color: #2C67F6;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color:#fff;
}
input {
  border: none;
  outline: none;

  background-color: rgba(0, 0, 0, 0);
}
input {
  border: none;
  outline: none;

  background-color: transparent;
}
/*底部*/
footer {
  background-color: #2e2e2e;
  color: #777;
  padding: 20px 0;
}
.footer_div {
  margin-bottom: 0px;
}
.footer_title {
  text-transform: uppercase;
  font-size: 1.5em;
  color: #ffffff;
}
.footer_text {
  margin-bottom: 25px;
}
.footer_button {
  font-size: 1em;
  text-transform: uppercase;
  color: black;
  background-color: #ffffff;
  padding: 10px 10px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.footer_button:hover {
  color: #fff;
  background-color: #42a5f5;
  text-decoration: none;
}
.col-sm-3 ul {
  list-style: none;
  padding-left: 2px;
}
.col-sm-3 ul li {
  border-bottom: 1px ridge rgba(192, 192, 192, 0.13);
  padding: 0px 0px 5px 0px;
  margin: 9px 0px;
}
.col-sm-3 ul li a {
  color: #777;
  text-transform: uppercase;
  margin: 5px;
  font-size: 1.1em;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.col-sm-3 ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.thess_div a {
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 2px;
}
.thess_div a:hover {
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
  color: #ffffff;
}
.footer_bottom {
  background-color: #202020;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.footer_bottom p {
  font-size: 1.1em;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

/*媒体查询*/
@media (max-width: 768px) {
  .nav {
    width: auto;
    float: none;
  }
  .nav li {
    width: auto;
  }
  .nav li a {
    padding: 10px 0;
  }
  .headline h5 {
    width: 85%;
  }
  .read {
    margin: 10px 10px 20px 10px;
  }
  .read .read_text {
  }
  .read .read_text h2 {
    font-size: 1.2em;
    margin: 5px 0;
  }
  .read .read_text p {
    color: #777777;
    font-size: 1em;
    padding: 0;
    margin: 0;
  }
  .read .read_button {
    float: none;
    display: block;
    font-size: 1em;
    padding: 9px 9px;
    background-color: #6a737b;

    margin: 0 auto 30px auto;
  }
  .img_text h3 {
    font-size: 1.3em;
  }
  .footer_bottom p {
    font-size: 1em;
    font-weight: normal;
  }
}

@media (max-width: 480px) {
  .logo a {
    font-size: 2em;
  }
  .icn {
    margin: 0.7em 0em 0.2em 0;
    padding: 0;
  }
  .icn ul {
    padding: 0;
  }
  .icn ul li a {
    padding: 5px 6px;
  }
  .icn ul li {
    margin: 0 3px 0 0;
  }
  .headline h1 {
    font-size: 1.5em;
  }
  .headline h5 {
    width: 65%;
  }
  .card_content h4 {
    font-size: 1.1em;
  }
  .read {
    margin: 25px;
    padding: 0 10px;
  }
  .read .read_text h2 {
    font-size: 0.9em;
    margin: 2px 0;
  }
  .read .read_text p {
    color: #777777;
    font-size: 0.8em;
    padding: 0;
    margin: 0;
  }
  .read .read_button {
    float: none;
    display: block;
    font-size: 0.9em;
    padding: 9px 9px;
    background-color: #6a737b;

    margin: 0 auto 10px auto;
  }
  .img_text h3 {
    margin-top: 10px;
    font-size: 0.9em;
  }
  .img_text p {
    font-size: 0.8em;

    margin-bottom: 10px;
  }
  .img_text a {
    color: black;
    font-size: 0.8em;
    padding: 5px 3px;
  }
  .footer_bottom p {
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 10px;
  }
}
.news-right {
  background: #ffffff;
  border-bottom: 3px solid #76378c;
  position: sticky;
  top: 83px;
  height: 100%;
}
.right_top {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.right_top_item {
  margin-right: 70px;
  padding-bottom: 18px;
  font-size: 16px;
}
.right_bot {
  padding: 20px 20px 0;
}
.right_bot_item {
  cursor: pointer;
}
.right_bot_item_warp {
  padding: 15px 0;
}
.right_bot_item_warp_img img {
  width: 100px;
  height: 65px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}
.right_bot_item_warp_text {
  margin-left: 15px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.newsdetail {
  padding: 30px 40px;
}

.flex {
  display: flex;
}
.scroll{
  display:flex;
}
.scroll ul {
  padding:0;
  margin-bottom: 0px;
}
.scroll-col {
  width:48%;
  margin: 0px 1%;
  display:inline-block;
  height: 680px;
  overflow: hidden;
}
.scroll-col li {
  padding-bottom: 20px;
  list-style: none;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  height:35em;
  text-align: center;
  padding: 40px 30px;
  margin-bottom:40px;
  /* backround-color:red; */
  opacity: .6;
  transform: scale3d(0.8, 0.9, 1);
  transition: all 0.3s ease-in-out;
  background-position: center center;
  /* 背景图不平铺 */
  background-repeat: no-repeat;
  /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
  background-attachment: fixed;
  /* 让背景图基于容器大小伸缩 */
  background-size: cover;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #3190E7;
display: inline-block;
height: 20px;
margin: 0 2px 5px;
transform: translate3d(0px, -50%, 0px) scale(0.3);
transform-origin: 50% 50% 0;
transition: all 250ms ease-out 0s;
width: 20px;
border-radius: 10px;
}/*此代码非源码，仅为演示用，下载源码请到：HTTP://WWW.BOOTSTRApmb.com*/


#carousel img {
  width:350px;
  /* height:100%; */
  display: hidden; /* hide images until carousel prepares them */
  cursor: pointer; /* not needed if you wrap carousel items in links */
}

.hasbg{
  /* height:65em; */
  /* padding:3em; */
  /* background-image:url(/images/background1.png); */
  /* background-position: center center; */
  /* 背景图不平铺 */
  /* background-repeat: no-repeat; */
  /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
  /* background-attachment: fixed; */
  /* 让背景图基于容器大小伸缩 */
  /* background-size: cover; */
}

.teachbg{
   /* height:65em; */
   padding:0em;
   background-image:url(../../images/20240122-145228.jpg);
   background-position: center center;
   /* 背景图不平铺 */
   background-repeat: no-repeat;
   /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
   /* background-attachment: fixed; */
   /* 让背景图基于容器大小伸缩 */
   background-size: cover;
}



.quickLink{
  position: fixed;
  right: 0;
  bottom: 7em;
  z-index: 1000;
}

.quickLink>a,.quickLink>button,.quickLink>div {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  line-height: 95px;
  background-color: #fafafa;
  border-left: 1px solid #ddd;
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;

  transition: all .5s
}

.vxurl {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #ddd;
  background: url(/images/weixin.png) no-repeat 50% 10px;
  background-size: 30px 30px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.arrow{
  top: 20% !important;
}

.liuzi{
  border-radius: 0px 0 0 5px;
  border-top: 1px solid #ddd;
  background: url(../../images/liuzi.png) no-repeat 50% 15px;

  background-size: 30px 22px;
}

.carousel-indicators {
  bottom: 0px !important;
}

.dongtai{
  background-color: #fff;
  box-shadow: 2px 0px 20px 0px #CED2E3;
  padding: 1em 0;
  border-radius: 10px;
}

.clearFix{
display:flex;
    align-items: center;
    /* justify-content: center; */
}

@keyframes scaleDrew {
  /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
      0% {
        transform: scale(1);
      }
  
      25% {
        transform: scale(1.05);
      }
  
      50% {
        transform: scale(1);
      }
  
      75% {
        transform: scale(1.05);
      }
    }
    .carousel-inner{
      /* border-radius:15px; */
      box-shadow:3px 5px 12px 3px rgba(0, 0, 0, 0.3);
    }

    .carousel-indicators li {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 10px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #000\9;
      background-color: rgba(0,0,0,0);
      border: 1px solid #fff;
      border-radius: 10px;
  }

  .carousel-indicators .active{
    width: 8px;
      height: 8px;
    margin: 0 10px;

  }

  input::-webkit-input-placeholder{
    color:gray;
  }
  input::-moz-placeholder{  
    color:gray;
  }
  input:-moz-placeholder{   
    color:gray;
  }
  input:-ms-input-placeholder{ 
    color:gray;
  }
  input:focus::placeholder{
    opacity: 0;
  }
  select:invalid { color: gray; } 

  .smsVerImg{
    display:none;
  }

  #sendcode[disabled] {
    opacity: .5;
    /* color: white !important; */
    /* background: #730000 !important; */
  }
  #sendImg{
    position:absolute;
    right:.3em;
  }

  #sendcode{
    position:absolute;
    right:.3em;
  }

  /* --------------------精品课程 -----------------*/
.SeckillCourses_box__2Mvvv {
  width: 100%;
  /* height: 300px; */
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  position: relative;
  cursor: pointer;
  display:flex;
  padding:10px 10px 5px 10px;
  -webkit-box-shadow: 0 12px 26px 0 #fff;
  box-shadow: 0 12px 26px 0 #fff;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  -moz-transition: box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
  /* display: inline-block; */
}

.SeckillCourses_box__2Mvvv:hover {
  -webkit-box-shadow: 0 12px 26px 0 hsla(0, 0%, 82%, 0.5);
  box-shadow: 0 12px 26px 0 hsla(0, 0%, 82%, 0.5);
}

.SeckillCourses_box__2Mvvv .SeckillCourses_thumb__1rOxT {
  width: 145px;
  height: 108px;
  overflow: hidden;
  position: relative;
}

.SeckillCourses_box__2Mvvv .SeckillCourses_thumb__1rOxT img {
  height: 100%;
  width: 100%;
  /* border-radius: 5px 5px 0 0; */
  transition: all 0.6s ease;
  position: absolute;
  opacity: 1;
}

.SeckillCourses_box__2Mvvv .SeckillCourses_thumb__1rOxT:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.6s ease;
  /* opacity:0.6; */
}

.SeckillCourses_box__2Mvvv .SeckillCourses_title__1sBPC {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 25px;
  background: -webkit-linear-gradient(318deg, #ff9817, #fe2522);
  background: -moz-linear-gradient(318deg, #ff9817 0, #fe2522 100%);
  background: linear-gradient(132deg, #ff9817, #fe2522);
  border-radius: 0 0 37px 0;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 14px;
  letter-spacing: 3px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-top-left-radius: 5px;
}

.SeckillCourses_box__2Mvvv .SeckillCourses_info__29-x9 {
  width: 215px;
  height: 115px;
  padding: 0 0px 5px 15px;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_name__3Bv3L {
  font-size: 16px;
  width: 100%;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333;
  /* line-height: 22px; */
  /* height: 44px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_name__3Bv3L:hover {
  color: #ff6e00;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_content_4Bv4L {
  font-size: 13px;
  width: 100%;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #a0a0a0;
  line-height: 22px;
  /* height: 44px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_teacher_5Bv5L {
  font-size: 13px;
  width: 100%;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333;
  line-height: 30px;
  /* height: 44px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_teacher_5Bv5L
  .SeckillCourses_teacher_5Bv5L_key {
  color: #a0a0a0;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_operation-box__2t2xK {
  margin-top: 14px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

/* .SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_operation-box__2t2xK
  > span {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff6e00;
  line-height: 25px;
} */
.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_operation-box__2t2xK
  .operation-box__2t2xK_label1 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FF352F;
  line-height: 25px;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_operation-box__2t2xK
  .operation-box__2t2xK_label2 {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #B1B3BF;
  line-height: 25px;
  text-decoration:line-through;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_operation-box__2t2xK
  .operation-box__2t2xK_label3 {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #787C92;
  line-height: 25px;
  background-color:rgba(255, 53, 47, .1);
  border-radius: 15px 15px 15px 15px;
  padding:0 10px;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_operation-box__2t2xK
  .operation-box__2t2xK_label3 .operation-box__2t2xK_label3_num{
    color:#FF352F;
  }

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_operation-box__2t2xK
  > button {
  width: 80px;
  height: 26px;
  background: #ff6e00;
  border: none;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  letter-spacing: 3px;
  padding-left: 4px;
}

.SeckillCourses_box__2Mvvv
  .SeckillCourses_info__29-x9
  .SeckillCourses_operation-box__2t2xK
  .SeckillCourses_icon-white-right__2wdCo {
  font-size: 12px;
  margin-left: 3px;
}

.CourseItem_box__1SABP {
  width: 278px;
  height: 275px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 26px 0 #fff;
  box-shadow: 0 12px 26px 0 #fff;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  -moz-transition: box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
  display: inline-block;
}

.CourseItem_box__1SABP:hover {
  -webkit-box-shadow: 0 12px 26px 0 hsla(0, 0%, 82%, 0.5);
  box-shadow: 0 12px 26px 0 hsla(0, 0%, 82%, 0.5);
}

.CourseItem_box__1SABP .CourseItem_thumb__2ieoT {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.CourseItem_box__1SABP .CourseItem_thumb__2ieoT img {
  border-radius: 5px 5px 0 0;
}

.CourseItem_box__1SABP .CourseItem_info__3NOfI {
  width: 100%;
  height: 123px;
  padding: 16px 25px 24px 20px;
}

.CourseItem_box__1SABP .CourseItem_info__3NOfI .CourseItem_name__2q4cp {
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.CourseItem_box__1SABP .CourseItem_info__3NOfI .CourseItem_name__2q4cp:hover {
  color: #ff6e00;
}

.CourseItem_box__1SABP
  .CourseItem_info__3NOfI
  .CourseItem_operation-box__1jnjs {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff6e00;
  line-height: 25px;
}

.home_nav-box__3i7Mf {
  background-color: #fafafa;
  padding-top: 29px;
  height: 429px;
}

.home_nav-box__3i7Mf .home_nav__2EEDL {
  width: 1190px;
  margin: 0 auto;
}

.home_nav-box__3i7Mf .home_nav__2EEDL,
.home_series-courses__2Qx4Z {
  display: -webkit-flex;
  display: -moz-box;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  display: flex;
}

.home_series-courses__2Qx4Z {
  margin-top: 66px;
}

.home_row__dqewX {
  width: 100%;
  padding-top: 56px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
}

.home_row__dqewX .home_position__QIjg8 {
  position: absolute;
  padding-top: 230px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.home_row__dqewX .home_more__28ymy {
  position: absolute;
  right: -webkit-calc(50% - 595px);
  right: -moz-calc(50% - 595px);
  right: calc(50% - 595px);
  bottom: 0;
  height: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  cursor: pointer;
  z-index: 2;
}

.home_row__dqewX .home_more__28ymy > a {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.home_row__dqewX .home_more__28ymy span {
  display: inline-block;
}

.home_row__dqewX .home_more__28ymy .home_icon-right__nuIEW {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 12px;
}

.home_row__dqewX .home_more__28ymy:hover .home_icon-right__nuIEW,
.home_row__dqewX .home_more__28ymy:hover > a {
  color: #ff6e00;
}

.home_gradual-change-left__10gQ8 {
  display: inline-block;
  width: 105px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ff6e00),
    to(#fff)
  );
  background: -webkit-linear-gradient(right, #ff6e00, #fff);
  background: -moz-linear-gradient(right, #ff6e00 0, #fff 100%);
  background: linear-gradient(270deg, #ff6e00, #fff);
}

.home_title__FXqfY {
  font-size: 24px;
  font-weight: 600;
  color: #ff6e00;
  line-height: 24px;
  margin: 0 14px;
}

.home_gradual-change-right__1bnea {
  display: inline-block;
  width: 105px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(#ff6e00)
  );
  background: -webkit-linear-gradient(right, #fff, #ff6e00);
  background: -moz-linear-gradient(right, #fff 0, #ff6e00 100%);
  background: linear-gradient(270deg, #fff, #ff6e00);
}

.home_seckill-row__H0lOa {
  /* margin-top: 26px; */
  /* display: -webkit-flex; */
  /* display: -moz-box; */
  /* display: flex; */
  padding-bottom: 6px;
  /* -webkit-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}

.home_seckill-row__H0lOa > a {
  margin-top: 10px;
  text-decoration: none;
  /* margin-right: 26px */
}

.home_seckill-row__H0lOa > a:last-child {
  margin-right: 0;
}

.home_course-row__1W4MO {
  padding: 26px 0 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_course-row__1W4MO > a {
  margin-right: 26px;
}

.home_course-row__1W4MO > a:last-child {
  margin-right: 0;
}

.home_cpa__25wpz {
  background-color: #fff;
}
.ckd_all {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}
.ckd_all a {
  padding: 6px 80px;
  border-radius: 30px;
  font-size: 18px;
  /* border: 1px solid #ff6e00; */
  /* background: #fff; */
  color: #787C92;
}
.ckd_all a:hover {
  /* background: #ff6e00; */
  /* color: #fff; */
  text-decoration: none;
}
/* -----------------精品课程end---------- */