* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: AlibabaPuHuiTi_3_105_Heavy;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
}
.page-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-container .wrap {
  min-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-container .center-wrap {
  width: 1680px;
  box-sizing: border-box;
  padding: 0px 100px;
}
.page-container .main-header {
  border-bottom: 1px solid #c9c9c9;
}
.page-container .main-header .center-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-top: 19px;
  padding-bottom: 32px;
}
.page-container .main-header .center-wrap .main-logo {
  width: 305px;
  height: 43.5px;
}
.page-container .main-header .center-wrap .right-nav-wrap {
  display: flex;
  align-items: center;
}
.page-container .main-header .center-wrap .right-nav-wrap .nav-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-container .main-header .center-wrap .right-nav-wrap .nav-text .title {
  font-weight: 500;
  font-size: 22px;
  color: #2e2e2e;
}
.page-container .main-header .center-wrap .right-nav-wrap .nav-text .desc {
  font-weight: 500;
  font-size: 14px;
  color: #2e2e2e;
}
.page-container .main-header .center-wrap .right-nav-wrap .dot {
  width: 1px;
  height: 50px;
  background: #000000;
  border-radius: 1px;
  opacity: 0.4;
  margin-left: 13px;
  margin-right: 20px;
}
.page-container .main-header .center-wrap .right-nav-wrap .nav-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
}
.page-container .main-header .center-wrap .right-nav-wrap .nav-list .nav-item {
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #2e2e2e;
  cursor: pointer;
  transition: all 0.3s;
}
.page-container
  .main-header
  .center-wrap
  .right-nav-wrap
  .nav-list
  .nav-item:hover {
  color: #1aaf00;
  text-decoration: underline;
}
.page-container .main-nav .center-wrap {
  position: relative;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: calc(100px - 18px);
}
.page-container .main-nav .center-wrap .main-nav-item {
  padding: 16px 18px;
  font-weight: 400;
  font-size: 20px;
  color: #2e2e2e;
  transition: all 0.3s;
  cursor: pointer;
}
.page-container .main-nav .center-wrap .main-nav-item:hover {
  font-weight: 600;
  background-color: #62d74e;
  color: #fff;
  border-radius: 8px;
}
.page-container .main-nav .center-wrap .select-tool {
  width: auto;
  height: auto;
  position: absolute;
  margin: auto;
  background: #ffffff;
  padding: 28px 35px;
  z-index: 999;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.page-container .main-nav .center-wrap .select-tool .dorp-item {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 20px;
}
.page-container .main-nav .center-wrap .select-tool .dorp-item:hover {
  color: #0052d9;
}
.page-container .main-nav .center-wrap .select-tool .speicel {
  display: flex;
  justify-content: space-between;
}
.page-container .main-nav .center-wrap .select-tool .speicel .caie-img {
  width: 252px;
  height: 280px;
}
.page-container .main-nav .center-wrap .select-tool .speicel .title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  padding-bottom: 10px;
}
.page-container .main-nav .center-wrap .select-tool .speicel .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #4b4b4b;
  display: flex;
  align-items: center;
}
.page-container .main-nav .center-wrap .select-tool .speicel .desc span {
  font-weight: 600;
  font-size: 16px;
  color: #4b4b4b;
}
.page-container .main-nav .center-wrap .select-tool .speicel:hover {
  color: #000;
}
.page-container .main-nav .center-wrap .select-tool .dorp-item:last-child {
  margin-bottom: 0;
}
.page-container .main-nav .center-wrap .select-tool::after {
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  background-clip: padding-box;
  border: solid 4px rgba(221, 221, 221, 0);
  border-width: 4px 4px 0 0;
  position: absolute;
  top: -7px;
  left: 53px;
  content: " ";
}
.page-container .main-nav .center-wrap .select-drop1 {
  top: 70px;
  left: 72px;
}
.page-container .main-nav .center-wrap .select-drop2 {
  top: 70px;
  left: 198px;
}
.page-container .main-nav .center-wrap .select-drop3 {
  top: 70px;
  left: 265px;
}
.page-container .main-nav .center-wrap .select-drop4 {
  top: 70px;
  left: 361px;
}
.page-container .main-nav .center-wrap .select-drop5 {
  top: 70px;
  left: 436px;
  width: 686px;
}
.main-banner .banner-wrap {
  width: 100%;
  background-image: url("../imgs/banner-bg.png");
  height: 700px;
  background-size: cover;
  display: flex;
  box-sizing: border-box;
  padding-top: 149px;
  justify-content: flex-start;
}
.main-banner .banner-wrap .content-wrap {
  width: 740px;
  height: 425px;
  background: linear-gradient(251deg, rgba(3, 45, 64, 0.71) 0%, #032d40 100%);
  border-radius: 8px;
  opacity: 0.9;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 137px;
}
.main-banner .banner-wrap .content-wrap .main-title {
  font-weight: bold;
  font-size: 56px;
  color: #62d74e;
}
.main-banner .banner-wrap .content-wrap .white {
  color: #fff;
}
.main-banner .banner-wrap .content-wrap .sec-title {
  margin-top: 16px;

  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}
.main-banner .banner-wrap .content-wrap .btn-wrap {
  display: flex;
  padding-top: 40px;
  align-items: center;
}
.main-banner .banner-wrap .content-wrap .btn-wrap .register-btn {
  width: 160px;
  height: 50px;
  background: #62d74e;
  border-radius: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
.main-banner .banner-wrap .content-wrap .btn-wrap .register-btn:hover {
  color: #fff;
  scale: 1.1;
}
.main-banner .banner-wrap .content-wrap .btn-wrap .advice {
  display: flex;
  align-items: center;
  margin-left: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.main-banner .banner-wrap .content-wrap .btn-wrap .advice:hover .icon {
  left: 10px;
}
.main-banner .banner-wrap .content-wrap .btn-wrap .advice .icon {
  position: relative;
  left: 0;
  transition: all 0.3s;
  margin-left: 5px;
  width: 16px;
  height: 16px;
}
.quotation-wrap .center-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 70px;
}
.quotation-wrap .center-wrap .main-title-wrap .main-title {
  font-size: 70px;
  color: #62d74e;
  font-weight: 600;
}
.quotation-wrap .center-wrap .main-title-wrap .gray {
  margin-left: 20px;
  color: #2e3d45;
}
.quotation-wrap .center-wrap .desc {
  padding-top: 10px;

  font-weight: 600;
  font-size: 26px;
  color: #000000;
}
.quotation-wrap .center-wrap .get-quotation {
  cursor: pointer;
  margin-top: 20px;
  width: 184px;
  height: 50px;
  background: #62d74e;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
  transition: all 0.3s;
}
.quotation-wrap .center-wrap .get-quotation:hover {
  color: #fff;
  scale: 1.1;
}
.card-show-wrap {
  background: #f7f7f7;
  padding: 100px 0px;
}
.card-show-wrap .center-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.card-show-wrap .center-wrap .main-title {
  font-size: 60px;
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-show-wrap .center-wrap .main-title span {
  color: #1aaf00;
}
.card-show-wrap .center-wrap .desc {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.card-show-wrap .center-wrap .desc-title {
  padding-top: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #2f2f2f;
}
.card-show-wrap .center-wrap .desc-title span {
  color: #1aaf00;
}
.card-show-wrap .center-wrap .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card-show-wrap .center-wrap .card-list .card-item {
  position: relative;
  cursor: pointer;
  top: 0px;
  margin-top: 65px;
  width: 390px;
  height: 379px;
  margin-right: 30px;
  transition: all 0.3s;
}
.card-show-wrap .center-wrap .card-list .card-item .card-img {
  width: 390px;
  height: 160px;
}
.card-show-wrap .center-wrap .card-list .card-item .card-content {
  width: 390px;
  height: 219px;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  box-sizing: border-box;
  padding: 19px 20px;
}
.card-show-wrap .center-wrap .card-list .card-item .card-content .title {
  font-weight: 600;
  font-size: 24px;
  color: #2f2f2f;
}
.card-show-wrap .center-wrap .card-list .card-item .card-content .desc {
  padding-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.card-show-wrap .center-wrap .card-list .card-item .card-content .action-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.card-show-wrap
  .center-wrap
  .card-list
  .card-item
  .card-content
  .action-wrap
  .action-btn {
  width: 146px;
  height: 49px;
  background: #ffffff;
  border-radius: 25px;
  border: 2px solid #61d84f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  transition: all 0.3s;
}
.card-show-wrap
  .center-wrap
  .card-list
  .card-item
  .card-content
  .action-wrap
  .action-btn:hover {
  background: #a1e793;
  border: none;
}
.card-show-wrap
  .center-wrap
  .card-list
  .card-item
  .card-content
  .action-wrap
  .i-want-know {
  transition: all 0.3s;
  margin-left: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  display: flex;
  align-items: center;
}
.card-show-wrap
  .center-wrap
  .card-list
  .card-item
  .card-content
  .action-wrap
  .i-want-know
  .arrow-icon {
  position: relative;
  background-image: url("../imgs/black-arrow.png");
  background-size: cover;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  right: 0px;
  transition: all 0.3s;
}
.card-show-wrap
  .center-wrap
  .card-list
  .card-item
  .card-content
  .action-wrap
  .i-want-know:hover {
  color: #6c7773;
  display: flex;
  align-items: center;
}
.card-show-wrap
  .center-wrap
  .card-list
  .card-item
  .card-content
  .action-wrap
  .i-want-know:hover
  .arrow-icon {
  right: -4px;
  background-image: url("../imgs/arrow-gray.png");
}
.card-show-wrap .center-wrap .card-list .card-item:hover {
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04),
    0px 13px 14px 0px rgba(0, 0, 0, 0.08), 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  top: -10px;
}
.project-price {
  height: 500px;
  background-image: url("../imgs/ai_bg.png");
  background-size: cover;
  box-sizing: border-box;
  padding-top: 109px;
  padding-left: 202px;
  justify-content: flex-start !important;
}
.project-price .title-wrap .title {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}
.project-price .title-wrap .title span {
  font-weight: 600;
  font-size: 26px;
  color: #62d74e;
}
.project-price .title-wrap .action-wrap {
  padding-top: 62px;
  display: flex;
}
.project-price .title-wrap .action-wrap .btn {
  cursor: pointer;
  width: 210px;
  height: 49px;
  background: #042d42;
  border-radius: 25px;
  border: 2px solid #61d84f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s;
}
.project-price .title-wrap .action-wrap .btn:hover {
  background-color: #a1e793;
}
.quick-start .title-wrap {
  padding-top: 100px;
  padding-bottom: 20px;
  font-weight: 600;
}
.quick-start .title-wrap .title {
  display: flex;
  justify-content: center;

  font-size: 60px;
  color: #2f2f2f;
}
.quick-start .title-wrap .title span {
  color: #1aaf00;
}
.quick-start .title-wrap .desc {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.quick-start .round-bg {
  width: 100%;
  height: 670px;
  background-color: #032d40;
}
.job-list-wrap {
  width: 100%;
  height: 670px;
  display: flex;
}
.job-list-wrap .content-bg {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url("../imgs/round.png");
    background-size: cover;
    background-position: -300px center;
    background-repeat: no-repeat;
  }
  .job-list-wrap .content-bg .main-logo {
    cursor: pointer;
    position: absolute;
    top: 311px;
    left: 48px;
    width: 150px;
    height: 161px;
    transition: all 0.3s;
  }
  .job-list-wrap .content-bg .main-logo:hover {
    scale: 1.1;
  }
  .job-list-wrap .content-bg .job-item {
    position: absolute;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .job-list-wrap .content-bg .job-item .job-icon {
    width: 50px;
    height: 50px;
    background-size: cover;
    flex-shrink: 0;
    transition: all 0.3s;
  }
  .job-list-wrap .content-bg .job-item .icon-1 {
    background-image: url("../imgs/yxfx.png");
  }
  .job-list-wrap .content-bg .job-item .icon-2 {
    background-image: url("../imgs/jy.png");
  }
  .job-list-wrap .content-bg .job-item .icon-3 {
    background-image: url("../imgs/znkf.png");
  }
  .job-list-wrap .content-bg .job-item .icon-4 {
    background-image: url("../imgs/fy.png");
  }
  .job-list-wrap .content-bg .job-item .icon-5 {
    background-image: url("../imgs/wbsc.png");
  }
  .job-list-wrap .content-bg .job-item .icon-6 {
    background-image: url("../imgs/qgfx.png");
  }
  .job-list-wrap .content-bg .job-item .icon-7 {
    background-image: url("../imgs/wdxt.png");
  }
  .job-list-wrap .content-bg .job-item .icon-8 {
    background-image: url("../imgs/ds.png");
  }
  .job-list-wrap .content-bg .job-item .icon-9 {
    background-image: url("../imgs/jrhy.png");
  }
  .job-list-wrap .content-bg .job-item .icon-10 {
    background-image: url("../imgs/yljk.png");
  }
  .job-list-wrap .content-bg .job-item .icon-11 {
    background-image: url("../imgs/flfw.png");
  }
  .job-list-wrap .content-bg .job-item .icon-12 {
    background-image: url("../imgs/jsyy.png");
  }
  .job-list-wrap .content-bg .job-item .job-name {
    margin-left: 10px;
    font-weight: bold;
    font-size: 24px;
    flex-shrink: 0;
  }
  .job-list-wrap .content-bg .zero {
    top: 281px;
    left: 309px;
  }
  .job-list-wrap .content-bg .zero:hover .icon-1 {
    background-image: url("../imgs/yxfx_gre.png");
  }
  .job-list-wrap .content-bg .one {
    left: 309px;
    top: 413px;
  }
  .job-list-wrap .content-bg .one:hover .icon-2 {
    background-image: url("../imgs/jy_gre.png");
  }
  .job-list-wrap .content-bg .three {
    top: 220px;
    left: 530px;
  }
  .job-list-wrap .content-bg .three:hover .icon-3 {
    background-image: url("../imgs/znkf_gre.png");
  }
  .job-list-wrap .content-bg .four {
    top: 352px;
    left: 550px;
  }
  .job-list-wrap .content-bg .four:hover .icon-4 {
    background-image: url("../imgs/jqfy_gre.png");
  }
  .job-list-wrap .content-bg .five {
    left: 530px;
    top: 484px;
  }
  .job-list-wrap .content-bg .five:hover .icon-5 {
    background-image: url("../imgs/wbsc_gre.png");
  }
  .job-list-wrap .content-bg .six {
    top: 144px;
    left: 816px;
  }
  .job-list-wrap .content-bg .six:hover .icon-6 {
    background-image: url("../imgs/qgfx_gre.png");
  }
  .job-list-wrap .content-bg .seven {
    top: 291px;
    left: 849px;
  }
  .job-list-wrap .content-bg .seven:hover .icon-7 {
    background-image: url("../imgs/wdxt_gre.png");
  }
  .job-list-wrap .content-bg .eight {
    top: 413px;
    left: 849px;
  }
  .job-list-wrap .content-bg .eight:hover .icon-8 {
    background-image: url("../imgs/ds_gre.png");
  }
  .job-list-wrap .content-bg .nine {
    top: 560px;
    left: 816px;
  }
  .job-list-wrap .content-bg .nine:hover .icon-9 {
    background-image: url("../imgs/jrhy_gre.png");
  }
  .job-list-wrap .content-bg .ten {
    top: 220px;
    left: 1171px;
  }
  .job-list-wrap .content-bg .ten:hover .icon-10 {
    background-image: url("../imgs/yljk_gre.png");
  }
  .job-list-wrap .content-bg .eleven {
    top: 352px;
    left: 1181px;
  }
  .job-list-wrap .content-bg .eleven:hover .icon-11 {
    background-image: url("../imgs/flfw_gre.png");
  }
  .job-list-wrap .content-bg .twelve {
    top: 484px;
    left: 1167px;
  }
  .job-list-wrap .content-bg .twelve:hover .icon-12 {
    background-image: url("../imgs/jsyy_gre.png");
  }
.welfare-wrap {
  background: #042d42;
  height: auto;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 50px 20px;
}
.welfare-wrap .center-wrap {
  display: flex;
  align-items: center;
  padding-right: 0px;
}
.welfare-wrap .center-wrap .title-wrap {
  box-sizing: border-box;
  flex-shrink: 1;
}
.welfare-wrap .center-wrap .title-wrap .title {
  font-size: 33px !important;
  color: #ffffff;
}
.welfare-wrap .center-wrap .title-wrap .green {
  color: #a1e793;
}
.welfare-wrap .center-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1160px;
  justify-content: space-between;
  margin-left: 140px;
  flex-shrink: 0;
}
.welfare-wrap .center-wrap .list-wrap .list-item {
  width: 320px;
  margin-bottom: 50px;
}
.welfare-wrap .center-wrap .list-wrap .list-item .list-cover {
  width: 50px;
  height: 50px;
}
.welfare-wrap .center-wrap .list-wrap .list-item .title {
  padding-top: 20px;
  padding-bottom: 10px;

  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}
.welfare-wrap .center-wrap .list-wrap .list-item .desc {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  opacity: 0.6;
}
.class-list-wrap {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #f7f7f7;
}
.class-list-wrap .center-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.class-list-wrap .center-wrap .title-wrap {
  font-size: 60px;
  color: #2f2f2f;
  padding-bottom: 50px;
}
.class-list-wrap .center-wrap .title-wrap span {
  color: #1aaf00;
  font-weight: 600;
}
.class-list-wrap .center-wrap .course-list {
  display: flex;
}
.class-list-wrap .center-wrap .course-list .course-item {
  padding: 15px 20px;
  font-size: 24px;
  background: #ffffff;
  border-radius: 8px;
  margin-right: 2px;
  font-weight: bold;
  color: #333333;
  transition: all 0.3s;
  cursor: pointer;
}
.class-list-wrap .center-wrap .course-list .active {
  background-color: #1aaf00;
  color: #fff;
}
.class-list-wrap .center-wrap .course-card-wrap {
  margin-top: 20px;
  width: 1200px;
  height: 380px;
  background: #ffffff;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04),
    0px 13px 14px 0px rgba(0, 0, 0, 0.08), 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.class-list-wrap .center-wrap .course-card-wrap .left-img-wrap {
  margin-right: 30px;
  width: 300px;
  height: 300px;
  background: #f3f4f3;
  border-radius: 8px;
  border: 1px solid #a1e793;
  position: relative;
}
.class-list-wrap .center-wrap .course-card-wrap .left-img-wrap .class-cover {
  position: relative;
  width: 300px;
  height: 300px;
  left: -16px;
  top: -20px;
}
.class-list-wrap .center-wrap .course-card-wrap .right-content-wrap {
  width: 785px;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .classname-button {
  display: flex;
  justify-content: space-between;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .classname-button
  .classname {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .classname-button
  .button {
  width: 130px;
  height: 44px;
  background: #1aaf00;
  border-radius: 22px;
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .classname-button
  .button:hover {
  scale: 1.1;
  color: #fff;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .class-tag-wrap {
  padding-top: 20px;
  padding-bottom: 14px;
  display: flex;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .class-tag-wrap
  .class-tag {
  padding: 0px 7px;
  font-weight: 400;
  font-size: 14px;
  color: #062a00;
  background: #a1e7936c;
  border-radius: 2px;
  border: 1px solid #ffffff;
  opacity: 0.8;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .class-introduce {
  font-weight: 300;
  font-size: 14px;
  color: #333333;
  display: flex;
  margin-bottom: 21px;
  align-items: center;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .class-introduce
  .people-round
  span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 4px 6px 4px 22px;
  background: url(../imgs/right_icon.png) no-repeat 4px center
    rgba(255, 255, 255, 0.08);
  background-size: 14px;
  border-radius: 14px;
  border: 1px solid #8e6eb1;
  margin-right: 10px;
}
.class-list-wrap
  .center-wrap
  .course-card-wrap
  .right-content-wrap
  .class-introduce
  .team {
  display: inline-block;
  margin-left: 10px;

  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.footer-wrap {
  height: 200px;
  background-image: url("../imgs/footer-bg.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrap .contact {
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.footer-wrap .contact .phone {
  margin-left: 22px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.footer-wrap .qrcode {
  display: flex;
  align-items: center;
  margin-left: 122px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.footer-wrap .qrcode .qrcode-img {
  margin-left: 30px;
  width: 108px;
  height: 108px;
  background: #ececec;
}
/*鐧婚檰椤甸潰寮€濮�*/
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.Landing_con {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 500px;
  height: 404px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #ececec;
  padding: 70px 60px 0;
}
.landing_tab {
  width: 380px;
  margin: 0 auto 25px;
}
.landing_top_item {
  float: left;
  width: 50%;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  text-align: center;
  height: 40px;
  cursor: pointer;
}
.landing_top_item.active {
  font-weight: bold;
  color: #333333;
  position: relative;
}
.landing_top_item.active:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #0052d9;
  border-radius: 2px;
}
.landing_bot_item {
  display: none;
}
.landing_bot_item.active {
  display: block;
}
.Landing_con input {
  width: 380px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  line-height: 40px;
  padding: 0 10px;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.9);
}
.Landing_con input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.Landing_con input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.Landing_con input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.Landing_con .vcode_ipt {
  width: 259px;
}
.Landing_con .submit_ipt {
  border: none;
  background: #d4e3fc;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  margin-top: 18px;
}
.submit_ipt.vc_done {
  background: #0052d9;
}
.submit_ipt_arround {
  display: none;
  width: 20px;
  height: 20px;
  background: url(../img/Notification.png) no-repeat center;
  background-size: 20px;
  position: absolute;
  left: 48%;
  top: 41%;
  animation: arounds 2s infinite;
}
.submit_ipt_arround.show {
  display: block;
}
input.getVcode {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 40px;
  background: #0052d9;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 40px;
  margin-left: 3px;
  cursor: pointer;
}
input.getVcode:hover {
  background: #266fe8;
  color: rgba(255, 255, 255, 0.9);
}
.landing_tips,
.forget_p {
  font-weight: 400;
  font-size: 16px;
  color: #266fe8;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  display: block;
}
.forget_p:hover {
  color: #266fe8;
}
.landing_close {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../imgs/close.png") no-repeat center;
  background-size: 24px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
input {
  outline: none;
}
input.getVcode.clicked {
  background: #0034b5;
}
input.getVcode.waiting {
  background: #d4e3fc;
}
@keyframes arounds {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1404px) {
  .welfare-wrap {
    padding-left: 40px !important;
  }
  .welfare-wrap .center-wrap .title-wrap .title {
    font-size: 33px !important;
  }
  .welfare-wrap .center-wrap .list-wrap {
    width: 700px;
    display: flex;
  }
  .class-list-wrap .title-wrap {
    font-size: 40px !important;
  }
}
