/****header start****/
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}

.yeslogo i {
  margin-right: 8px;
  float: left;
}

.yeslogo i img {
  width: 10px;
  margin-top: -3px;
}

.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}

.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}
/****header END****/

.pad {
  display: none;
}

.phone {
  display: none;
}

.web {
  display: block;
}

@media screen and (max-width: 800px) {
  .web {
    display: none;
  }

  .phone {
    display: none;
  }

  .pad {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .web {
    display: none;
  }

  .pad {
    display: none;
  }

  .phone {
    display: block;
  }
}

/*header menu*/
.headerschool {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 30px;
  z-index: 999;
  border-bottom: 0px solid #008c08;

  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.headerschool h1 {
  float: left;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 64px;
  color: #008c08;
}

.headerschool img {
  width: 40px;
  margin-right: 6px;
  margin-left: 24px;
  vertical-align: middle;
  float: left;
  margin-top: 8px;
}

.menu {
  overflow: hidden;
  float: right;
}

.menu > li {
  float: left;
}

.menu > li div {
  line-height: 66px;
  height: 60px;
  color: #666;
  padding: 0 32px;
  font-size: 18px;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
}

.menu > li div:hover {
  color: #008c08;
}

.menu_ok {
  color: #008c08 !important;
  border-bottom: 2px solid #008c08 !important;
}

@media screen and (max-width: 980px) {
  .headerschool img {
    margin-left: 20px;
  }

  .menu > li div {
    padding: 0 24px;
  }

  .menu > li span {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .headerschool img {
    display: none;
  }

  .headerschool {
    height: 44px;
  }

  .headerschool h1 {
    font-size: 22px;
    margin-left: 16px;
    display: none;
  }

  .menu {
    width: 100%;
  }

  .menu > li {
    width: 50%;
    border-right: 0px solid #eee;
  }

  .menu > li:last-child {
    border-right: 0px solid #eee;
  }

  .menu > li div {
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    height: 44px;
    padding: 0 0px;
  }

  .menu > li span {
    display: none;
  }
}
/*header menu END*/

/*main START*/
.main {
  width: 100%;
  margin-top: 30px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 88;
  background-position: center;
  transition: all 0.3s;
  margin-top: 74px;
  overflow: hidden;
}

.bg {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}

.box01 {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  transition: all 0.3s;
}

.people_left {
  width: 600px;
  position: absolute;
  z-index: 8;
  left: -460px;
  bottom: 0;
  transition: all 0.3s;
}

.people_right {
  width: 600px;
  position: absolute;
  z-index: 8;
  right: -400px;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .people_left {
    width: 400px;
    left: -200px;
  }
  .people_right {
    width: 400px;
    right: -240px;
  }
}

@media screen and (max-width: 1280px) {
  .people_left {
    width: 400px;
    left: -200px;
  }
  .people_right {
    width: 400px;
    right: -136px;
  }
}
@media screen and (max-width: 980px) {
  .main {
    background-image: url("../img/bg_mob.jpg");
  }
  .people_left {
    display: none;
  }

  .people_right {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .people_left {
    display: none;
  }

  .people_right {
    display: none;
  }
}

/*main END*/

/*content START*/
.bigbox {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 980px) {
  .bigbox {
    padding: 0 28px;
  }
}

@media screen and (max-width: 736px) {
  .bigbox {
    padding: 0;
  }
}

.content {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 888;
  padding: 28px 0;
}

.content_bottom {
  padding-bottom: 80px;
}

.content > h1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
  display: inline-block;
  background-color: #57b900;
  line-height: 44px;
  padding: 2px 20px;
  border-radius: 50px;
  height: 44px;
  transition: all 0.3s;
}

.content > h2 {
  font-size: 20px;
  color: #636363;
  margin-bottom: 16px;
  line-height: 1.5;
}

.content h6 {
  color: #5fca00;
  background-color: #fff;
  line-height: 44px;
  padding: 2px 20px;
  border-radius: 50px;
  height: 44px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 14px;
  display: inline-block;
}

.content > h5 {
  background: #fff;
  border: 3px solid #ff8a00;
  border-radius: 100px;
  color: #ff8a00;
  display: inline-block;
  font-size: 24px;
  line-height: 100%;
  margin: 0 0 20px;
  padding: 15px 40px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .content {
    padding: 20px 16px 10px;
  }

  .content_bottom {
    padding-bottom: 20px;
  }

  .content > h1 {
    /* border: 2px #52b33f solid; */
    font-size: 20px;
    padding: 2px 16px;
    margin-bottom: 12px;
    height: 36px;
    line-height: 36px;
  }

  .content > h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .content h6 {
    line-height: 40px;
    padding: 0 16px;
    border-radius: 50px;
    height: 40px;
    font-size: 20px;
    margin-bottom: 14px;
  }
}
/*content END*/

.session {
  width: 100%;
}

.session ul {
  overflow: hidden;
  padding-bottom: 20px;
}

.session li {
  float: left;
  width: calc(100% / 5 - 16px);
  margin-right: 20px;
}

.session li:nth-last-child(1) {
  margin-right: 0;
}

.school {
  border: 2px solid #6edc74;
  border-radius: 8px;
  padding: 12px 12px 12px;
  background-color: #fff;
  box-shadow: 0 5px 0 #6edc74;
  transition: all 0.3s;
}

.school h4 {
  font-size: 22px;
  line-height: 1.5;
  color: #a2a2a2;
}

.school > h3 {
  color: #00bb0b;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}

.foc_top {
  text-align: center;
}

.swiper-slide p {
  font-size: 20px;
  color: #585858;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .session {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 736px) {
  .session {
    margin-bottom: 12px;
  }

  .session ul {
    padding-bottom: 0px;
  }

  .school {
    padding: 8px;
    box-shadow: none;
    border: 2px solid #6edc74;
  }

  .session {
    margin-bottom: 8px;
  }

  .session li {
    width: calc(100% / 2 - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .session li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }

  .session li:nth-child(2) {
    width: calc(100% / 2 - 10px);
  }

  .session li:nth-child(3) {
    margin-right: 0;
  }
  .session li:nth-child(4) {
    margin-bottom: 0;
  }
  .session li:nth-child(5) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .school h4 {
    font-size: 16px;
  }

  .school > h3 {
    font-size: 20px;
  }

  .swiper-slide p {
    font-size: 16px;
  }
}

.bagbox {
  width: 100%;
  overflow: hidden;
}

.bagbox p {
  text-align: right;
  margin-top: 8px;
  color: #adadad;
  font-size: 14px;
}

.bag_img {
  width: 430px;
  overflow: hidden;
  float: left;
  transition: all 0.3s;
  border-radius: 6px;
}

.bag_font {
  width: calc(100% - 430px);
  float: left;
  padding: 0 24px;
  color: #545454;
  text-align: left;
  line-height: 1.5;
  position: relative;
  z-index: 88;
}

@media screen and (max-width: 736px) {
  .bagbox p {
    text-align: center;
    margin-top: 8px;
    color: #adadad;
    font-size: 12px;
  }
}

.bg01 {
  background-color: #e3ffdd;
  background-image: url(../img/bg_could.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg02 {
  background-color: #e3ffdd;
  background-image: url(../img/bg_could02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg03 {
  background-color: #e3ffdd;
  background-image: url(../img/bg03.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.bg04 {
  background-color: #a0e656;
  background-image: url(../img/bg04.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.bg05 {
  background-color: #a0e656;
}
@media screen and (max-width: 980px) {
  .bg03 {
    background-size: 130%;
  }
}

@media screen and (max-width: 736px) {
  .bg03 {
    background-size: 200%;
  }

  .bg04 {
    background-image: none;
  }
}

.bag_font h3 {
  color: #6e6e6e;
  font-size: 28px;
  font-weight: bold;
}

.bag_font p {
  color: #6e6e6e;
  font-size: 20px;
}

/*searchbar START*/
.searchbox_731 {
  padding: 12px 16px;
  position: relative;
  z-index: 88;
  text-align: center;
  background-color: #ff8dc7;
  border-radius: 8px 8px 0 0;
  /* margin-bottom: 36px; */
  margin: 0 auto;
}

.searchbox_731 > ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 950px;
  padding: 2px 0 5px;
}

.searchbox_731 > ul > li {
  float: left;
  padding-right: 20px;
}

.searchbox_731 > ul > li p {
  font-size: 24px;
  color: #fff6a4;
  /* font-weight: bold; */
  line-height: 1.5;
  text-align: left;
  margin-top: 4px;
  /* display: inline-block; */
}

.searchbox_731 > ul > li:nth-child(1) {
  width: 30px;
}
.searchbox_731 > ul > li:nth-child(2) {
  width: calc(100% - 210px);
  padding-right: 0;
  padding-left: 8px;
}
.searchbox_731 > ul > li:nth-child(3) {
  width: 180px;
  /* padding-left: 20px; */
}

.searchbox_731_1 {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 10px;
  border-radius: 4px;
  border: 0;
  font-size: 20px;
  font-family: Arial, "æ–‡æ³‰é©›æ­£é»‘", "WenQuanYi Zen Hei", "å„·é»‘ Pro",
    "LiHei Pro", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", "æ–°ç´°æ˜Žé«”",
    PMingLiU, sans-serif;
  outline: none;
  color: #000;
  transition: all 0.3s;
  background-image: url(../img/musica-searcher.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.searchbox_731_1:focus {
  background-color: #fffacc;
}

.searchbox_731_2 {
  width: 100%;
  height: 44px;
  padding: 0 30px 0 10px;
  border-radius: 8px;
  border: 0;
  font-size: 20px;
  font-family: Arial, "æ–‡æ³‰é©›æ­£é»‘", "WenQuanYi Zen Hei", "å„·é»‘ Pro",
    "LiHei Pro", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei", "æ–°ç´°æ˜Žé«”",
    PMingLiU, sans-serif;
  outline: none;
  background-image: url(../img/icon_dropdown.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #000;
  appearance: none;
}

.searchbox_731_go {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  background-color: #ffeb50;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
}

.searchbox_731_go:hover {
  background-color: #fff6a4;
}

@media screen and (max-width: 980px) {
  .searchbox_731 {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .searchbox_731 > ul {
    padding: 0;
  }

  .searchbox_731 > ul {
    padding-bottom: 12px;
  }

  .searchbox_731 {
    padding: 8px 16px;
    width: 100%;
  }

  .searchbox_731 > ul > li:nth-child(1) {
    width: calc(2%);
    margin-right: 10px;
    padding-right: 0;
    margin-bottom: 8px;
  }
  .searchbox_731 > ul > li:nth-child(2) {
    width: 92%;
    padding-right: 0;
  }
  .searchbox_731 > ul > li:nth-child(3) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .searchbox_731_1,
  .searchbox_731_2,
  .searchbox_731_go {
    height: 40px;
    line-height: 40px;
  }

  .searchbox_731 > ul > li p {
    font-size: 18px;
  }
}

.cta_search {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #ff329a;
  transition: all 0.3s;
  padding-left: 6px;
  box-shadow: 0 5px 0 #de2181;
}

.cta_search h5 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  font-weight: bold;
  /* text-shadow: 1px 1px 2px rgb(0 0 0 / 30%); */
}

.cta_search h5:hover {
  color: #fffbac;
}

.icon {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  /* margin-right: 4px; */
  /* margin-bottom: 4px; */
  position: relative;
  margin-top: -6px;
  margin-right: 4px;
  /* margin-left: -10px; */
  transition: all 0.3s;
}

.icon_test {
  width: 30px;
  margin-top: 6px;
}

@media screen and (max-width: 736px) {
  .cta_search {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 2px;
    transition: all 0.3s;
    padding-left: 0px;
  }

  .icon_test {
    width: 20px;
    margin-top: 7px;
  }

  .cta_search h5 {
    font-size: 20px;
  }
}

#find_work_time {
  color: #757575 !important;
}

/*searchbar END*/

/*TOP START*/
.aa {
  position: absolute;
  top: -120px;
}

.topbox {
  margin: 0 auto;
  border: 3px solid #ff8dc7;
  border-radius: 0 0 8px 8px;
  padding: 14px 20px 12px;
  background-color: #fff;
  text-align: left;
  /* box-shadow: 0 5px 0 #6edc74; */
}

.topbox h4 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}

.topbox > p {
  font-size: 20px;
  font-weight: bold;
  color: #ff59ad;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

.topbox p::before {
  content: "";
  width: 30px;
  height: 30px;
  float: left;
  background-image: url(../img/icon_graduation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: -2px;
  margin-right: 6px;
  color: #ff8100;
  display: none;
}

.top10 {
  width: 100%;
  margin-top: 16px;
}

.top10 ul {
  overflow: hidden;
}

.top10 li {
  /* width: calc(100% / 5 - 9.6px); */
  margin-right: 12px;
  float: left;
}

.top {
  font-size: 22px;
  color: #585858;
  line-height: 1.5;
  background-color: #ffeb3b;
  padding: 4px 8px 2px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  /* font-weight: bold; */
}

.top span::after {
  content: " ▸";
  color: #585858;
  margin-left: -4px;
}
.airplane {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .top {
    font-size: 16px;
    border-radius: 50px;
    margin-bottom: 12px;
  }

  .topbox {
    border: 2px solid #6edc74;
    padding: 14px 20px 10px;
  }

  .topbox p {
    font-size: 18px;
  }

  .topbox p::before {
    width: 25px;
    height: 25px;
    background-size: 25px;
    margin-top: -1px;
    margin-right: 6px;
  }
}

.topblock {
  display: inline-block;
}

.feature {
  margin: 0 auto;
  border: 2px solid #ff8dc7;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 28px 24px 28px;
}

.feature ul {
  overflow: hidden;
}
.feature li {
  float: left;
  width: calc(99% / 4);
  transition: all 0.3s;
}

.featurebox {
  width: 100%;
}

.feature_img {
  width: 150px;
  margin: 0 auto 12px;
}

.featurebox h4 {
  font-size: 20px;
  color: #585858;
}

@media screen and (max-width: 980px) {
  .topbox {
    width: 100%;
  }

  .searchbox_731 {
    width: 100%;
  }

  .feature {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .feature {
    width: 100%;
    border: 2px solid #ff8dc7;
    padding: 12px 12px 20px;
  }

  .feature li {
    width: calc(99% / 2);
  }

  .feature li:nth-child(1) {
    margin-bottom: 12px;
  }

  .feature li:nth-child(2) {
    margin-bottom: 12px;
  }

  .feature_img {
    width: 100px;
    margin: 0 auto 8px;
  }

  .featurebox h4 {
    font-size: 16px;
  }
}

.cta_jobsearch {
  width: 110px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 6px;
  color: #585858;
  background-color: #ffeb3b;
  /* letter-spacing: 4px; */
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  transition: all 0.3s;
  font-weight: bold;
}

/*TOP END*/

/*company START*/
.company {
  max-width: 950px;
  margin: 20px auto 0;
}

.company ul {
  overflow: hidden;
  margin-top: 8px;
}
.company > ul > li {
  float: left;
  width: calc(33.33% - 16px);
  margin-right: 24px;
  margin-bottom: 24px;
  transition: all 0.3s;
}

.company > ul > li:nth-child(3n + 3) {
  margin-right: 0px;
}

.companybox {
  width: 100%;
  padding: 18px 14px 30px 14px;
  border: 2px solid #6edc74;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 736px) {
  .company {
    margin: 0 auto 0;
  }

  .company > ul > li {
    width: calc(50% - 10px);
    margin-bottom: 16px;
    margin-right: 16px;
  }
  .company > ul > li:nth-child(3n + 3) {
    margin-right: 16px;
  }
  .company > ul > li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .companybox {
    border: 2px solid #6edc74;
    padding: 8px 0 24px;
    border-radius: 8px;
  }
}

.company_logo {
  /* max-width: 180px; */
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.logo_img {
  text-align: center;
}

.logo_img img {
  width: 100%;
}

.companybox > h2 {
  height: 48px;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.company_go {
  width: 110px;
  text-align: center;
  padding: 10px 12px 8px;
  font-size: 20px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 4px;
  text-indent: 4px;
  color: #008c08;
  background-color: #ffed60;
  transition: all 0.3s;
  box-shadow: 0 5px 0 #f2c300;
}
.company_go:hover {
  color: #008c08;
  background-color: #ffdb15;
  box-shadow: 0 0 0 #f2c300;
  transform: translateY(5px);
}
@media screen and (max-width: 736px) {
  .companybox h2 {
    height: 28px;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .company_go {
    width: 100px;
    font-size: 16px;
    padding: 8px 12px;
  }
}
/*company END*/

/*school START*/
.schools {
  width: 100%;
  margin-top: 12px;
}

.schools ul {
  overflow: hidden;
}

.schools li {
  /* width: calc(100% / 4 - 9px); */
  /* width: calc(100% / 5 - 9.6px); */
  width: calc(100% / 6 - 10px);
  float: left;
  margin-right: 12px;
}

.schools li:nth-last-child(1) {
  margin-right: 0px;
}

.schoolbox {
  width: 100%;
  padding: 0 4px 6px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  transition: all 0.3s;
}
.school_logo {
  max-width: 180px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.schools p {
  height: 28px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 736px) {
  .schools li {
    width: calc(100% / 2 - 6px);
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .schools li:nth-child(2n + 2) {
    margin-right: 0px;
  }

  .schools p {
    height: 24px;
    font-size: 14px;
  }
}

/*school END*/

.people01 {
  position: absolute;
  width: 140px;
  right: -240px;
  top: 40px;
  z-index: 8;
  /* display: none; */
}

.people02 {
  position: absolute;
  width: 300px;
  left: -360px;
  top: 270px;
  z-index: 8;
  /* display: none; */
}

.people03 {
  position: absolute;
  width: 260px;
  right: -320px;
  top: 0px;
  z-index: 999;
}

.graduation01 {
  position: absolute;
  width: 150px;
  left: -170px;
  top: 350px;
  z-index: 8;
}

.graduation02 {
  position: absolute;
  width: 150px;
  right: -198px;
  bottom: 20px;
  z-index: 8;
  display: none;
}

.airplane {
  position: absolute;
  width: 360px;
  left: -420px;
  top: 420px;
  z-index: 8;
  display: none;
}

.butterfly {
  position: absolute;
  width: 150px;
  right: -300px;
  bottom: 500px;
  z-index: 8;
}

.pen {
  position: absolute;
  width: 100px;
  right: -168px;
  top: 100px;
  z-index: 8;
}

.setting {
  position: absolute;
  width: 140px;
  left: -300px;
  top: 20px;
  z-index: 8;
}

.video {
  position: absolute;
  width: 150px;
  right: -303px;
  top: 100px;
  z-index: 8;
}

.balloon {
  position: absolute;
  width: 200px;
  right: -303px;
  top: 100px;
  z-index: 8;
}

.balloon02 {
  position: absolute;
  width: 200px;
  left: -300px;
  top: 0;
  z-index: 8;
}

.page {
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .people02 {
    width: 280px;
    left: -235px;
    top: 270px;
  }
}
@media screen and (max-width: 1280px) {
  .people01 {
    width: 140px;
    right: -168px;
    top: 40px;
  }

  .people02 {
    width: 280px;
    left: -235px;
    top: 270px;
  }

  .people03 {
    width: 220px;
    right: -164px;
    top: 0px;
  }

  .graduation01 {
    width: 140px;
    left: -112px;
    top: 406px;
  }

  .graduation02 {
    display: none;
  }

  .airplane {
    display: none;
  }

  .butterfly {
    display: none;
  }

  .page {
    overflow: hidden;
  }

  .pen {
    width: 80px;
    right: -130px;
    top: 100px;
  }
  .setting {
    width: 120px;
    left: -122px;
    top: -50px;
  }

  .video {
    width: 128px;
    right: -138px;
    top: 100px;
  }

  .balloon {
    width: 176px;
    right: -160px;
    top: 100px;
  }

  .balloon02 {
    width: 180px;
    left: -122px;
    top: -24px;
  }
}

@media screen and (max-width: 1080px) {
  .people01 {
    width: 130px;
    right: -84px;
    top: 40px;
  }

  .people02 {
    width: 240px;
    left: -148px;
    top: 544px;
  }

  .people03 {
    width: 200px;
    right: -74px;
    top: 262px;
  }

  .graduation01 {
    width: 140px;
    left: -72px;
    top: 454px;
  }

  .graduation02 {
    display: none;
  }

  .airplane {
    display: none;
  }

  .butterfly {
    display: none;
  }

  .page {
    overflow: hidden;
  }

  .pen {
    width: 80px;
    right: -89px;
    top: 100px;
  }
  .setting {
    width: 120px;
    left: -58px;
    top: -50px;
  }

  .video {
    width: 128px;
    right: -76px;
    top: -26px;
  }

  .balloon {
    width: 176px;
    right: -116px;
    top: -42px;
  }

  .balloon02 {
    width: 180px;
    left: -90px;
    top: -38px;
  }
}

@media screen and (max-width: 980px) {
  .people01 {
    display: none;
  }

  .people02 {
    display: none;
  }

  .people03 {
    display: none;
  }

  .butterfly {
    display: none;
  }

  .pen {
    display: none;
  }

  .setting {
    display: none;
  }

  .video {
    display: none;
  }

  .graduation01 {
    position: absolute;
    width: 100px;
    left: -6px;
    top: -50px;
    z-index: 8;
    transform: rotate(-45deg);
  }

  .graduation02 {
    position: absolute;
    width: 120px;
    right: -32px;
    top: -18px;
    z-index: 8;
    display: block;
  }

  .balloon {
    display: none;
  }

  .balloon02 {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .people01 {
    display: none;
  }

  .people02 {
    display: none;
  }

  .people03 {
    display: none;
  }

  .graduation01 {
    position: absolute;
    width: 58px;
    left: 19px;
    top: -8px;
    z-index: 8;
    transform: rotate(-45deg);
  }

  .graduation02 {
    position: absolute;
    width: 58px;
    right: -5px;
    top: 8px;
    z-index: 8;
    display: block;
  }

  .airplane {
    display: none;
  }

  .butterfly {
    display: none;
  }

  .page {
    overflow: hidden;
  }

  .pen {
    display: none;
  }
  .setting {
    display: none;
  }

  .video {
    display: none;
  }

  .balloon {
    display: none;
  }

  .balloon02 {
    display: none;
  }
}

/*æ–°é®®äººç¦®åŒ…start*/
.freshgift {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.fresh_text {
  float: left;
  /* padding: 20px 24px; */
  transition: all 0.3s;
  text-align: left;
  margin-bottom: 12px;
}

.fresh_text > h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ff50a9;
  /* margin-bottom: 8px; */
  line-height: 1.5;
}

.fresh_text > h4 {
  font-size: 22px;
  /* font-weight: bold; */
  color: #d02f37;
  margin-bottom: 8px;
  line-height: 1.5;
}

.sf01 {
  display: inline-block;
  border: 1px #040404 solid;
  padding: 2px 12px 0;
  border-radius: 50px;
  line-height: 1.5;
  margin-right: 8px;
  font-size: 20px;
}

.coffee_A {
  border-radius: 8px;
  margin-bottom: 12px;
}
.coffee_A ul {
  overflow: hidden;
}

.coffee_A li {
  float: left;
  border: 3px #ffd7d9 dotted;
  color: #d02f37;
  background-color: #fffde9;
  padding: 12px;
  font-size: 22px;
  font-weight: bold;
}

.coffee_A li:nth-child(1) {
  width: 30%;
  border-right: none;
}

.coffee_A li:nth-child(2) {
  width: 45%;
  border-right: none;
}

.coffee_A li:nth-child(3) {
  width: 25%;
  background-color: #ff329a;
}

.coffee_B {
  border-radius: 8px;
  margin-bottom: 20px;
}

.coffee_B ul {
  overflow: hidden;
}

.coffee_B li {
  float: left;
  border: 3px #ffd7d9 dotted;
  color: #d02f37;
  background-color: #fffde9;
  padding: 12px;
  font-size: 22px;
  font-weight: bold;
}

.coffee_B li:nth-child(1) {
  width: 40%;
  background-color: #fffde9;
  border-right: none;
}
.coffee_B li:nth-child(2) {
  width: 60%;
}

.freshbox {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .freshbox {
    margin-top: 0;
  }

  .coffee_B li:nth-child(1) {
    width: 100%;
    background-color: #fffde9;
    border-right: 3px #ffd7d9 dotted;
    border-bottom: none;
  }
  .coffee_B li:nth-child(2) {
    width: 100%;
  }

  .fresh_text {
    margin-bottom: 0;
  }

  .coffee_A li {
    float: left;
    border: 2px #ffd7d9 dotted;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
  }

  .coffee_A li:nth-child(1) {
    width: 40%;
    border-right: none;
  }

  .coffee_A li:nth-child(2) {
    width: 60%;
    border-right: 2px #ffd7d9 dotted;
  }

  .coffee_A li:nth-child(3) {
    width: 100%;
    /* background-color: #ff8dc7; */
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    font-size: 20px;
  }
}

.leftbox {
  width: 300px;
  float: left;
  margin-right: 40px;
  transition: all 0.3s;
}

.rightbox {
  width: calc(100% - 340px);
  float: left;
  padding: 20px;
  transition: all 0.3s;
  border: 3px solid #ff8dc7;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px #ff8dc7;
  margin-top: 12px;
}

.fresh_img {
  height: 280px;
  margin: 0 auto;
  background-image: url(../img/fresh.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 180px;
}

.fresh_img02 {
  height: 246px;
  margin: 0 auto;
  background-image: url(../img/fresh02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 180px;
}
.cta_join {
  color: #fff;
}

.cta_join:hover {
  color: #fffbac;
}

.rightbox p {
  text-align: right;
  font-size: 14px;
  color: #848484;
}

.rightbox p:hover {
  color: #ff5f67;
}

.about_p p {
  text-align: right;
  font-size: 14px;
  color: #848484;
}
@media screen and (max-width: 980px) {
  .about_p {
    margin-top: 8px;
  }

  .rightbox p {
    font-size: 14px;
  }

  .leftbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
  }

  .rightbox {
    width: 100%;
    padding: 12px;
    border: 2px solid #ff8dc7;
    margin-top: 0px;
    box-shadow: 0 0 #ff8dc7;
  }

  .fresh_text > h3 {
    font-size: 22px;
    /* margin-bottom: 8px; */
  }

  .fresh_text > h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .fresh_img {
    height: 150px;
    background-size: 26%;
    padding-top: 27px;
    margin-bottom: 10px;
    background-image: url(../img/fresh_mob.png);
    background-position: left center;
  }
  .fresh_img02 {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .about_p {
    margin-top: 8px;
  }

  .rightbox p {
    font-size: 14px;
  }

  .leftbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
  }

  .rightbox {
    width: 100%;
    padding: 12px;
    border: 2px solid #ff8dc7;
    margin-top: 0px;
    box-shadow: 0 0 #ff8dc7;
  }

  .fresh_text > h3 {
    font-size: 22px;
    /* margin-bottom: 8px; */
  }

  .fresh_text > h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .fresh_img {
    height: 104px;
    background-size: 36%;
    padding-top: 26px;
    margin-bottom: 0;
    background-image: url(../img/fresh_mob.png);
    background-position: left center;
  }
  .fresh_img02 {
    display: none;
  }

  .mr_t {
    margin-top: -14px;
  }

  .fresh_img02 {
    height: 246px;
    margin: 0 auto;
    background-image: url(../img/fresh02.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 180px;
  }
}

/*time start*/

.time {
  max-width: 202px;
  color: #e1383b;
  font-size: 22px;
  background-color: #fffde9;
  border: 2px #6d4b5c solid;
  border-radius: 4px;
  padding: 8px 5px;
  box-sizing: border-box;
  margin: 0 auto;
}

.time p {
  font-size: 16px;
  margin-bottom: 8px;
  color: #e1383b;
  letter-spacing: 4px;
}
.sday {
  font-size: 16px;
  margin-left: -5px;
  color: #6d4b5c;
  margin-left: 1px;
}

.buttonbox h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
@media screen and (max-width: 980px) {
  .time p {
    font-size: 20px;
    margin-bottom: 8px;
    color: #e1383b;
    letter-spacing: 4px;
  }
  .sday {
    font-size: 24px;
    margin-left: -5px;
    color: #6d4b5c;
    margin-left: 1px;
  }

  .buttonbox h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 2px;
  }
  .time {
    max-width: none;
    width: 480px;
    float: right;
    font-size: 32px;
    padding: 20px 5px;
  }
}

@media screen and (max-width: 736px) {
  .time {
    border: 1px #6d4b5c solid;
    max-width: none;
    width: 200px;
    /* margin-right: 20px; */
    padding: 12px 4px;
    font-size: 22px;
    /* max-width: 250px; */
    text-align: center;
    background-color: #fffde9;
    color: #e1383b;
    box-shadow: 0 0px 0px 0px rgb(0 0 0 / 30%) inset;
    float: right;
  }

  .sday {
    font-size: 16px;
    color: #614f38;
  }
  .buttonbox h2 {
    font-size: 16px;
    text-align: center;
  }

  .time p {
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 330px) {
  .time {
    font-size: 20px;
    margin-right: 0;
  }
}
/*time end*/

/*gift start*/

.content > p {
  text-align: right;
  font-size: 16px;
  color: #848484;
}

/*æ´»å‹•è¾¦æ³•start*/

.note {
  overflow: hidden;
  padding-left: 16px;
  margin-bottom: 16px;
}
.note > li {
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 8px;
}

.note_s {
  overflow: hidden;
  padding-left: 22px;
  margin-bottom: 12px;
}
.note_s > li {
  list-style-type: disc;
  line-height: 1.5;
  color: #5d5d5d;
}

.note02_s {
  overflow: hidden;
  padding-left: 36px;
  color: #333333;
}
.note02_s > li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #898989;
  text-align: left;
}
.note02_s a {
  color: #333333;
  text-decoration: underline;
}

.note_s_step {
  overflow: hidden;
}
.note_s_step > li {
  padding-left: 16px;
}

.notebox > h3 {
  color: #005391;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 14px;
}

@media screen and (max-width: 736px) {
  .note {
    overflow: hidden;
    padding-left: 4px;
  }
  .note > li {
    font-size: 14px;
  }
  .note_s {
    overflow: hidden;
    padding-left: 18px;
  }
  .note02_s {
    overflow: hidden;
    padding-left: 26px;
  }
  .note02_s > li {
    font-size: 14px;
  }
}

/*gift end*/

/*winners start*/
.winners {
  width: 100%;
  padding: 8px 24px;
  text-align: center;
}

.winnerText {
  padding: 20px;
  margin: 12px 0 30px;
  background: #fffeeb;
  color: #585858;
  /* font-weight: bold; */
  border: 1px solid #a1daa3;
}

.winnerText p {
  font-size: 22px;
  line-height: 1.5;
}

.winnerbox {
  width: 100%;
  z-index: 88;
}

.winnerbox h4 {
  margin-bottom: 8px;
  color: #ff7200;
  font-size: 18px;
  text-align: left;
}

.winner_table {
  width: 100%;
  margin-bottom: 12px;
}

.winner_table table {
  width: 100%;
}

.winner_table td {
  max-width: 94px;
  border: 1px solid #a1daa3;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #007d07;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 10px;
}

.winner_table td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.winner_table tr:nth-child(odd) {
  background-color: #fffeeb;
}

.winner_table tr:nth-child(even) {
  background-color: #fff;
}

.winner_table tr:nth-child(1) {
  background-color: #fbfff4;
  text-align: center;
}

.winnerbox_pop {
  background-color: #fffce4;
  padding: 60px 20px 0 20px;
}
@media screen and (max-width: 980px) {
  .winnerText br {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .winnerText {
    margin: 4px 0 20px;
    padding: 12px;
    text-align: left;
  }
  .winnerText p {
    font-size: 16px;
    line-height: 24px;
  }

  .winnerbox {
    margin-top: 20px;
  }

  .winnerbox h4 {
    font-size: 14px;
  }

  .winner_table td {
    font-size: 14px;
  }
}

/*winners end*/

/*popup start*/
.bgblack {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.popup {
  width: 400px;
  min-height: 340px;
  position: absolute;
  top: 8%;
  z-index: 999;
  border-radius: 8px;
  background-color: #fffce4;
  padding-bottom: 30px; /*overflow: auto;*/
  overflow: hidden;
}

.popup h1 {
  width: 400px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  position: fixed;
  z-index: 999;
  background-color: #57b900;
}

.popup p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 20px;
  color: #4b0885;
  margin-top: -6px;
}

.popup h2 {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  padding: 14px 16px 0px;
  color: #f5253b;
  font-weight: bold;
  margin-bottom: 8px;
}

.popup h3 {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #a2202e;
  margin-bottom: 20px;
  padding: 0 16px;
}

.cantlogin {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 0px 16px 16px;
  color: #4b0885;
  display: none;
}

@media screen and (max-width: 980px) {
  .popup h1 {
    position: fixed;
    width: 400px;
    border-radius: 8px 8px 0 0;
  }
}

@media screen and (max-width: 736px) {
  .popup h1 {
    position: fixed;
    width: 300px;
    border-radius: 8px 8px 0 0;
  }

  .popup h2 {
    margin-bottom: 8px;
  }
  .popup h3 {
    font-size: 16px;
  }
  .cantlogin {
    display: block;
  }
}

/*popup share*/
.box3s {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  overflow: hidden;
}

.box3s li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}

.box3s li:nth-child(1) {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.box3s li:last-child {
  margin: 0;
}

.popup3 {
  padding-bottom: 60px;
}

.fblog {
  width: 258px;
  margin: 0 auto;
}

.fbshare {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #1d74e5;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}

.lineshare {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #0ec242;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}

.joinus {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  background-color: #ff5062;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: bold;
}

/* .fbshare:hover {
  -webkit-filter: brightness(1.1);
}
.lineshare:hover {
  -webkit-filter: brightness(1.1);
}
.joinus:hover {
  background-color: #f5253b;
} */

/*popup share end*/

.box2s {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  overflow: hidden;
}

.box2s li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px; /*padding: 0px 20px 6px;*/
}

.box2s li:last-child {
  margin-right: 0;
}

/*close popup*/
.close {
  position: absolute;
  right: 20px;
  width: 40px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .close {
    position: absolute;
    right: 0px;
    width: 40px;
    cursor: pointer;
  }
}

@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}

@media screen and (max-width: 736px) {
  .popup {
    width: 300px; /*margin:-200px 0 0 -150px;*/
    padding-bottom: 16px;
  }

  .popup3 {
    padding-bottom: 60px;
  }

  .box2s li {
    width: 100%;
    margin-bottom: 8px;
  }

  .box2s {
    position: static;
    width: calc(100%);
    padding: 0 16px;
    left: auto;
    bottom: auto;
  }

  .okgod {
    position: static;
    left: auto;
    bottom: auto;
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .close {
    position: absolute;
    right: 0px;
    width: 40px;
    cursor: pointer;
  }
}

.bodyno {
  overflow: hidden;
}

.goto {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #ff5062;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}

.goto:hover {
  background-color: #f5253b;
}

.popup02 {
  max-height: 80vh;
  overflow: auto;
}

/*popup end*/

/*note start*/
.popup_notebox {
  padding: 48px 12px 0;
}

.popup_notebox > h4 {
  line-height: 1.5;
  color: #007d07;
}
/*note end*/

/*Interview video start */
.list_school {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.list_school > li {
  width: calc(33.33% - 14px);
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: top;
  min-height: 198px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  /* border: 3px solid #6edc74; */
}

.list_school > li:nth-child(3n + 3) {
  margin-right: 0px;
}

.schoolimg {
  height: 140px;
  overflow: hidden;
}

.fbox {
  padding: 12px 12px 10px;
  position: absolute;
  overflow: hidden;
  bottom: 3px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  text-align: left;
}

.fbox h1 {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  /* margin-bottom: 8px; */
  /* min-height: 48px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}

.fbox h2 {
  font-size: 14px;
  color: #999;
  height: 30px;
  line-height: 30px;
  width: calc(100% - 100px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .list_school {
    margin-top: 10px;
  }

  .list_school > li {
    min-height: 174px;
  }

  .fbox {
    bottom: 0;
  }

  .popup_notebox {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .list_school > li {
    width: 100%;
    margin-right: 0;
    min-height: initial;
  }

  .fbox h1 {
    min-height: auto;
    margin-bottom: 8px;
  }

  .fbox {
    position: relative;
    bottom: 0;
    padding: 8px 12px 0px;
  }

  .popup_notebox {
    padding: 12px;
    margin-top: 40px;
  }
}
/*Interview video end */

/*tool start*/
.toolbox {
  width: 100%;
  margin-top: 20px;
}

.toolbox ul {
  overflow: hidden;
  padding-bottom: 20px;
}

.toolbox li {
  width: calc(50% - 14px);
  margin-right: 28px;
  float: left;
  transition: all 0.3s;
}

.toolbox li:nth-last-child(1) {
  margin-right: 0;
}

.tool_s {
  border: 3px solid #6edc74;
  border-radius: 8px;
  padding: 26px 12px 24px;
  background-color: #fff;
  box-shadow: 0 5px 0 #6edc74;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.tool_s:hover {
  background-color: #feffdb;
}
.tool_img {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 14px;
}

.tool_s h1 {
  color: #00a709;
  font-weight: bold;
  line-height: 1.5;
  font-size: 26px;
  transition: all 0.3s;
}

.tool_s p {
  color: #585858;
  /* font-weight: bold; */
  line-height: 1.5;
  font-size: 18px;
  transition: all 0.3s;
}
.cta_tool {
  width: 140px;
  line-height: 44px;
  height: 44px;
  font-size: 22px;
  border-radius: 6px;
  color: #fff;
  background-color: #ff8dc7;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  transition: all 0.3s;
}

.tool_s::before {
  border: 3px solid #6edc74;
  bottom: -55px;
  content: "";
  height: 100px;
  position: absolute;
  transform: rotate(45deg);
  right: -55px;
  width: 100px;
}

.arrow {
  width: 25px;
  bottom: 6px;
  position: absolute;
  right: 5px;
}

@media screen and (max-width: 736px) {
  .toolbox {
    margin-top: 12px;
  }

  .tool_s {
    border: 2px solid #6edc74;
    border-radius: 8px;
    padding: 14px 12px 33px;
    background-color: #fff;
    box-shadow: 0 5px 0 #6edc74;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }

  .tool_img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 9px;
  }

  .tool_s h1 {
    color: #00a709;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    transition: all 0.3s;
  }

  .tool_s p {
    color: #585858;
    /* font-weight: bold; */
    line-height: 1.5;
    font-size: 14px;
    transition: all 0.3s;
  }

  .tool_s::before {
    border: 2px solid #6edc74;
    bottom: -55px;
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(45deg);
    right: -84px;
    width: 100px;
  }

  .arrow {
    width: 16px;
    bottom: 1px;
    position: absolute;
    right: 1px;
  }
}

@media screen and (max-width: 320px) {
  .tool_s h1 {
    font-size: 16px;
  }
}
/*tool end*/

/*20220215 update start*/
.newbox {
  width: 100%;
}
.newbox ul {
  overflow: hidden;
}

.newbox li {
  width: calc(50% - 14px);
  margin-right: 28px;
  float: left;
}

.newbox li:nth-last-child(1) {
  margin-right: 0;
}

.newbox_s {
  border-radius: 12px;
  border: 2px #6edc74 solid;
  overflow: hidden;
  text-align: center;
  padding-bottom: 14px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.newbox_s > h2 {
  padding: 10px 8px;
  background-color: #6edc74;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  /* position: absolute;
  bottom: 0;
  z-index: 99; */
}

.new_title {
  position: relative;
  z-index: 99;
}

.new_title > h1 {
  color: #57b900;
  background-color: #e3ffdd;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s;
}

.new_title > h2 {
  font-size: 20px;
  color: #636363;
  margin-bottom: 16px;
  line-height: 1.5;
}

.newpattern {
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 999;
}

.color_logo {
  color: #e40077;
  margin: 0 4px;
}

.lineblock02 {
  display: block;
}

@media screen and (max-width: 736px) {
  .newbox li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .newbox_s > h2 {
    font-size: 18px;
  }

  .new_title > h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .new_title > h2 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .newpattern {
    width: 60px;
    top: 0;
    right: 8px;
  }

  .newbox_s {
    padding-bottom: 0;
  }

  .newpattern {
    top: 0;
  }

  .lineblock {
    display: block;
  }
}

/*20220215 update end */
