* {
  touch-action: pan-y;
  margin: 0;
  padding: 0;
}
.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: 0px !important;
  background-color: #42a5f5;
}
.icon-bar {
  color: white;
  background-color: white;
}
.slider {
  height: 300px !important;
  margin: 0 auto;
  /* min-width: 100%; */
  /* border-radius: .8em; */
}
/*内容*/

/*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: 2em 1.5em;
  text-align: center;
  border-radius: 10px;
}
.card_content:hover {
  color: #2c67f6;
}
.card_content h4 {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 20px 0px;
}
.card_content p {
  text-align: center;
  font-size: 16px;
}
.card_content img {
  height: 5em;
  width: 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;
  /* border: 1px solid black; */
  overflow: hidden;
}
.floor-num .num-list {
  padding: 0;
  margin: 56px auto 0;
  height: 76px;
  /* overflow: hidden; */
  border: 1px solid transparent;
}
.floor-num .num-list .num-box {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  width: 206px;
  height: 76px;
  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: 30px;
  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% -20%;
  /* 背景图不平铺 */
  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-left: 0.5px solid #dddddd;
}
.message {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 5px;
  padding: 3px 6px;
  position: relative;
  /* border-radius: 10px; */
}

.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: 28em; */
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 1em 2em;
}

.loginwra .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5em;
  text-align: left;
  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;
}
ul {
  width: 100%;
}
ul li {
  width: 100%;
}

ul li::marker {
  color: #e0e0e0;
}

.itemlabel {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 18px;
}
.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: 220px;
  height: 300px;
  background-color: #fff;
  margin: 20px auto;
  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: 10em;
  width: 10em;
  margin: 2em 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: 70px;
  /* line-height: 60px; */
  margin: 0 auto;
  background-color: #2c67f6;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.boxLabel1 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  background-color: #2c67f6;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  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;
}

/*媒体查询*/
@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: 5px 0;
}
.right_bot_item_warp_img img {
  width: 100px;
  height: 65px;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
}
.right_bot_item_warp_text {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 30px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-label {
  font-size: 16px;
  font-weight: 500;

  color: #a0a0a0;
}

.newsdetail {
  padding: 30px 40px;
}

.flex {
  display: flex;
}

.scroll ul {
  margin-bottom: 0px;
  padding: 0;
}
.scroll-col {
  height: 1000px;
  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.1), 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: 0.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, 1, 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: 3em;
  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: 13em;
  z-index: 1000;
}

.quickLink > a,
.quickLink > button,
.quickLink > div {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  line-height: 120px;
  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 0.5s;
}

.vxurl {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #ddd;
  background: url(/images/weixin.png) no-repeat 50% 10px;
  background-size: 42px 42px;
}

.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;
}

.liuzi {
  border-radius: 0px 0 0 5px;
  border-top: 1px solid #ddd;
  background: url(/images/liuzi.png) no-repeat 50% 15px;
  background-size: 42px 34px;
}

.carousel-indicators {
  bottom: 10px !important;
}

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;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(10px);
  }
  70% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@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: 10px;
  height: 10px;
  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 {
  margin: 0 10px;
}

.smsVerImg {
  display: none;
}

#sendcode[disabled] {
  opacity: 0.5;
  /* color: white !important; */
  /* background: #730000 !important; */
}
#sendImg {
  position: absolute;
  right: 0.3em;
}

#sendcode {
  position: absolute;
  right: 0.3em;
}

//课程start
.index-banner,
.index-hot,
.index-recently {
  min-height: 60px;
  position: relative;
}
.g_live {
  /* width: 1054px; */
  /* _width: 1251px; */
  margin: 0 auto;
}
.g_live:after,
.g_live:before {
  display: block;
  clear: both;
  content: "";
}
.g_live .g_tit {
  _padding: 0 34px 0 17px;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  clear: both;
}
.g_live .g_tit .g_lft {
  border-left: 3px solid #ff6e00;
  color: #595757;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  *height: 25px;
  *line-height: 25px;
  padding-left: 6px;
}
.wid560 .flex-viewport {
  z-index: 10;
}
.flexsliderd .slides li {
  _width: 230px !important;
}

.g_live .g_tit a.zb {
  padding-left: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: 0 -33px;
}
.g_live .g_tit a.zb:hover {
  text-decoration: none;
  color: #5baf5b;
}
.g_product .g_pcom {
  display: flex;
  /* margin-left: -17px; */
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g_pcom .g_item {
  width: 368px;
  height: 268px;
  margin: 20px 0 0 0;
  border: 1px solid #e6e6e6;
  padding: 8px 8px 12px;
  font-size: 12px;
  color: #666;
  position: relative;
  float: left;
  overflow: hidden;
  *padding-bottom: 0;
  cursor: pointer;
}
.g_pcom .g_item a:hover {
  text-decoration: none;
}
.g_pcom .g_item .spa5 {
  left: 8px;
  top: 15px;
}
.g_pcom .g_item .g_pimg {
  position: relative;
  width: 100%;
  height: 170px;
  z-index: 2;
}
.g_pcom .g_item .g_pimg img {
  position: relative;
  width: 100%;
  height: 170px;
  display: block;
}
.g_pcom .g_item .g_pDiv {
  height: 0;
}
.g_pinfo {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.g_pcom .p4 {
  width: 252px;
  height: 34px;
  *height: 22px;
  overflow: hidden;
  padding: 14px 0 2px;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  font-weight: bold;
}
.g_pcom .p4 a {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.p5 {
  color: #ccc;
}
.p5 span {
  color: #666;
}
.p5 .spa3 {
  padding-right: 10px;
}
.p5 .spa4 {
  padding-left: 5px;
}
.p6 {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 0 6px;
}
.g_pinfo .price {
  font-size: 16px;
  color: #ff6e00;
  background: url(https://simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202004/22/b35f6_20200422162452.png);
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: -1px 4px;
  position: absolute;
  right: 0;
  _right: 8px;
  bottom: 0;
  padding-left: 20px;
}
.g_pinfo .price.g_buy {
  background: none;
  color: #f60;
}
.g_pDiv {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  font-size: 0;
  /* transition: height 0.3s ease 0s; */
  /* will-change: height; */
  overflow: hidden; /*transition:height 0.3s ease 0s;*/
}
.g_pcom .g_item .g_pear {
  height: 214px;
  background: rgba(250, 250, 250, 0.9);
  padding: 12px 20px 0;
}
.g_pcom .g_item .g_pear .zwimg {
  text-align: center;
  padding: 10px 0;
}
.g_pcom .g_item .g_pear .zwimg img {
  height: 100px;
}
.g_pcom .g_item .g_pbtn input {
  width: 320px;
  border: 0 none;
  height: 56px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.g_pcom .g_item .g_pbtn .btn4 {
  background: #b3b4b4;
  cursor: default;
}
.g_pcom .g_item .g_pbtn {
  height: 56px;
  overflow: hidden; /*border:solid 1px #fff*/
}
.g_pcom .g_item .g_pbtn .btn1 {
  background: #ff6e00;
}
.g_pcom .g_item .g_pbtn .btn1.delete {
  background: #c0a391;
}
.g_pcom .g_item .g_pbtn .btn1[disabled] {
  background: #b3b4b4;
}
.g_pcom .g_item .g_pbtn .btn2 {
  background: #f7b52c;
}
.g_pcom .g_item .g_pbtn .btn3 {
  background: #2ca6e0;
}
.ckd_all {
  clear: both;
  overflow: hidden;
  margin-top: 40px;
  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;
}

.hoverbtn1 {
  display: inline-block;
  width: 100%;
  border: 0 none;
  height: 56px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  text-align: center;
  line-height: 56px;
}
.hoverbtn1:hover {
  color: #fff;
}
.p3 {
  line-height: 24px;
  font-size: 12px;
}
.p3 .seainfo {
  color: #ff6e00;
  display: inline-block;
  margin-top: 4px;
}

.spa5 {
  position: absolute;
  color: #fff;
  padding: 1px 22px 2px 7px;
  background: url(//s.gaodunwangxiao.com/static-zhibo/web/zhibo/src/home/images/num_bg.png)
    no-repeat right top;
  font-size: 12px;
  z-index: 4;
}
/* End 首页 */

/* 资讯start */
.floor-new {
  background-color: rgb(250, 250, 250);
  /* background-color: #fff; */
}
.floor-news {
  /* width: 1200px; */
  /* min-height: 1040px; */
  margin: 0 auto;
  /* overflow: hidden; */
  border: 1px solid transparent;
}
.floor-news .gd-title {
  color: #f17116;
}
.floor-news .news-header {
  width: 100%;
  /* height: 150px; */
  /* overflow: hidden; */
  border-top: 1px solid transparent;
  /* border-bottom: 2px solid rgb(230, 230, 230); */
}
.floor-news .news-header .news-tab {
  margin-top: -50px;
  user-select: none;
  text-align: right;
  opacity: 0;
}
.floor-news .news-header .news-tab .news-item {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #999999;
  width: 100px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
  font-size: 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.floor-news .news-header .news-tab .news-item:hover {
  background-color: #f96203;
  box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
  color: white;
}
.floor-news .news-header .news-tab .news-item span {
  margin-left: 4px;
  margin-right: 4px;
}
.floor-news .news-footer {
  position: relative;
  width: 100%;
  min-height: 340px;
  opacity: 0;
  margin-top: 40px;
  /* overflow: hidden; */
  border: 1px solid transparent;
  /* border-bottom: 2px solid rgb(230, 230, 230); */
}
.floor-news .news-footer .news-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* overflow-y: scroll; */
  opacity: 0;
  padding: 0;
  /* border: 1px solid black; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}
.floor-news .news-footer .news-list .list-item {
  list-style: none;
  float: left;
  height: 290px;
  width: 275px;
  margin-bottom: 28px;
  padding: 16px 24px 0;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 6px;
  transition: 0.4s;
}
.floor-news .news-footer .news-list .list-item:hover {
  box-shadow: 0px 12px 26px 0px rgba(226, 210, 203, 0.5);
}
.floor-news .news-footer .news-list .list-item:nth-child(n + 2) {
  /* margin-left: 24px; */
}
.floor-news .news-footer .news-list .list-item .item-left {
  float: left;
  /* height: 100%; */
  height: 64px;
  overflow: hidden;
  width: 95px;
  /* line-height: 150px; */
  margin-right: 10px;
}
.floor-news .news-footer .news-list .list-item .item-left img {
  width: 100%;
}
.floor-news .news-footer .news-list .list-item .item-right {
  float: right;
  width: 100%;
  height: 220px;
}
.floor-news .news-footer .news-list .list-item .item-right h3 {
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 14px;
  margin-top: 10px;
  letter-spacing: 2px;
}
.floor-news .news-footer .news-list .list-item .item-right p {
  color: #5b5b5b;
  font-size: 14px;
  letter-spacing: 2px;
  word-break: normal;
  word-wrap: break-word;
}
.floor-news .news-more {
  height: 72px;
  width: 100%;
  opacity: 0;
  /* border: 1px solid black; */
  text-align: center;
  line-height: 72px;
  margin-bottom: 30px;
  color: #e7792b;
}
.floor-news .news-more a {
  display: block;
  margin: 10px auto 0;
  width: 190px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid rgba(238, 238, 238, 1);
}

@keyframes moveD {
  from {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
/* 资讯end */

.g_live_tab_ul {
  display: flex;

  opacity: 1;
  animation: 2s ease 0s 1 normal none running moveD;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.g_live_tab_li {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #999999;
  width: 100px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
  font-size: 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  margin-right: 5px;
}

.g_live_tab_li:hover {
  background-color: #f96203;
  box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
  color: white;
}
#g_product {
  /* width: 500px; */
  margin: auto;
  display: flex;
}
/* #g_product>div{
  margin-left: 50px;
} */
/* .active {
  background: #f96203;
  color: #fff;
} */
/* #g_product>.show{
  display: inline-block;
}
#g_product>div{
  display: none;
} */

/* --------------------精品课程 -----------------*/
.SeckillCourses_box__2Mvvv {
  width: 352px;
  height: 360px;
  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;
}

.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: 350px;
  height: 245px;
  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: 100%;
  height: 115px;
  padding: 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: 246px;
  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: 20px;
  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;
  margin-left: 10px;
  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;
}


.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;
}

/* -----------------精品课程end---------- */
