p {
  margin: 0;
}

/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Poppins", Arial, "Microsoft Yahei", sans-serif;
  color: #898989;
  line-height: 1;
  background: #FFF;
}

ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  font-family: "Poppins";
  border: none;
  outline: none;
  background: none;
}

span {
  font-weight: inherit;
}

ul,
li {
  list-style: none;
}

img {
  border: 0px;
  padding: 0px;
  display: block;
}

a {
  color: #5c5c5c;
  text-decoration: none;
}

em,
i {
  font-style: italic;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
  background: url() no-repeat center;
}

.header {
  position: fixed;
  z-index: 100;
  height: 65px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 10vw;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.logo {
  float: left;
  width: 180px;
  padding-top: 11px;
}

.logo a {
  color: #1E9FFF;
  font-size: 18px;
}

.logo img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 10px 0 0;
}

.btn1 {
  line-height: 33px;
  padding: 0 60px;
  border: 2px solid #dcdcdf;
  border-radius: 19px;
  display: inline-block;
  color: #39325A;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bntbox {
  float: right;
  padding-top: 14px;
}

.btn2 {
  line-height: 37px;
  padding: 0 60px;
  border-radius: 19px;
  display: inline-block;
  color: #fff;
  background: #6D4DFF;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bj1 {
  background-size: cover;
  padding: 155px 0 90px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f2f1f8), to(#e0d8ff));
  background: linear-gradient(90deg, #f2f1f8 50%, #e0d8ff 100%);
}

.Vide {
  width: 1130px;
  max-width: 94%;
  margin: 0 auto;
  overflow: hidden;
}

.Vide_text {
  float: left;
  width: 46%;
}

.Vide_text h1 {
  color: #39325A;
  margin-bottom: 20px;
  font: normal normal 600 40px/60px Poppins;
}

.Vide_text h1 span {
  color: #6D4DFF;
}

.Vide_text p {
  color: #39325A;
  font: normal normal 300 18px/27px Poppins;
}

.Vide_text ul {
  overflow: hidden;
  padding-top: 46px;
  margin-left: -5px;
}

.Vide_text li {
  float: left;
  padding-left: 5px;
}

.Vide_tp {
  float: right;
  width: 54%;
  padding-left: 30px;
}

.Vide_tp img {
  width: 597px;
  height: 446px;
}

.btn3 {
  min-width: 230px;
  text-align: center;
  line-height: 48px;
  background: #6d4dff;
  color: #fff;
  border-radius: 24px;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn3:hover {
  background: #4F2FE3;
  border-color: #4F2FE3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  color: #fff;
}

.btn1:hover {
  background: #4F2FE3;
  border-color: #4F2FE3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  color: #fff;
}

.btn2:hover {
  background: #4F2FE3;
  border-color: #4F2FE3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  color: #fff;
}

.btn4:hover {
  background: #4F2FE3;
  border-color: #4F2FE3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
  color: #fff;
}

.btn5:hover {
  background: #4F2FE3;
  border-color: #4F2FE3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  color: #fff;
}

.btn4 {
  min-width: 230px;
  text-align: center;
  line-height: 44px;
  color: #6d4dff;
  border-radius: 24px;
  display: inline-block;
  font-size: 18px;
  border: 2px solid #6d4dff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn4 img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 6px 0 0;
  width: 20px;
}

.gnfl {
  width: 869px;
  margin: 0 auto;
}

.gnfl ul {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gnfl li {
  display: inline-block;
  position: relative;
}

.gnfl p {
  margin-top: 6px;
  color: #39325A;
  font: normal normal 600 13px/20px Poppins;
}

.gnfl img {
  margin: 0 auto;
  width: 83px;
  height: 45px;
}

.gnfl li:before {
  position: absolute;
  content: "";
  background: url(https://static-alter1.vidnoz.com/web/jp/img/index/heng.webp) no-repeat right center;
  width: 75px;
  height: 5px;
  top: 20px;
  right: -115px;
}

.gnfl li:last-child:before {
  width: 0;
}

.Make {
  width: 1161px;
  max-width: 100%;
  margin: 0 auto;
}

.Make_title {
  padding: 81px 150px 53px 150px;
  text-align: center;
}

.Make_title h2 {
  color: #39325A;
  margin-bottom: 15px;
  font: normal normal 600 34px/51px Poppins;
}

.Make_title h2 span {
  color: #6D4DFF;
}

.Make_title p {
  color: #39325A;
  font: normal normal 300 18px/27px Poppins;
}

.Make_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-bottom: 120px;
}

.Make_left {
  width: 610px;
}

.Make_left img {
  /* width: 100%; */
  width: 582px;
  height: 514px;
}

.Make_left_data img {
  /* width: 100%; */
  width: 666px;
  height: 499px;
}

.Make_left_easy {
  width: 610px;
}

.Make_left_easy img {
  -webkit-transform: translate(-48px, 0px);
          transform: translate(-48px, 0px);
  /* width: 100%; */
  width: 665px;
  height: 500px;
}

.Make_left_cat {
  width: 610px;
}

.Make_left_cat img {
  -webkit-transform: translate(28px, 0px);
          transform: translate(28px, 0px);
  /* width: 100%; */
  width: 591px;
  height: 502px;
}

.fl {
  float: left;
}

.Make_right {
  width: calc(100% - 720px);
}

.Make_right h3 {
  color: #39325A;
  margin-bottom: 15px;
  font: normal normal 500 24px/35px Poppins;
}

.Make_right p {
  color: #39325A;
  margin-bottom: 33px;
  font: normal normal 300 16px/25px Poppins;
}

.bj2 {
  background-size: cover;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f2f1f8), to(#e0d8ff));
  background: linear-gradient(90deg, #f2f1f8 50%, #e0d8ff 100%);
}

.make {
  width: 1370px;
  max-width: 94%;
  margin: 0 auto;
  padding-bottom: 90px;
}

.make_title {
  text-align: center;
  padding: 100px 0 0;
}

.make_title h2 {
  line-height: 1.6;
  font-size: 34px;
  color: #39325A;
  margin-bottom: 15px;
  font: normal normal 600 34px/51px Poppins;
}

.make_title h2 span {
  color: #6D4DFF;
}

.makebox ul {
  overflow: hidden;
  margin-left: -10px;
  padding: 50px 5px;
}

.makebox li {
  float: left;
  padding-left: 10px;
  width: 100px;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.mahz {
  position: relative;
}

.mahz_title {
  width: 90px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  text-align: center;
  height: 525px;
  z-index: 10;
  cursor: pointer;
}

.sjzs {
  display: none;
}

.mahz_title span {
  font-size: 50px;
  color: #E1DFEC;
  text-align: center;
  line-height: 100px;
  border-bottom: 2px solid #e7e6e9;
  display: inline-block;
  padding: 0 10px;
}

.mahz {
  width: 88px;
}

.makenr {
  -webkit-transition: All 0.8s ease-in-out;
  transition: All 0.8s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
}

.makenr img {
  -webkit-transition: All 1.4s ease-in-out;
  transition: All 1.4s ease-in-out;
  width: 1069px;
  height: 526px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.makenr img:hover {
  -webkit-box-shadow: 0 0 10px rgba(109, 77, 255, 0.5);
          box-shadow: 0 0 10px rgba(109, 77, 255, 0.5);
}

.makebox li.cur {
  width: calc(100% - 300px);
}

.makebox li.cur .makenr {
  opacity: 1;
  width: 100%;
  -webkit-filter: drop-shadow(6px 23px 6px #DAD9DD);
          filter: drop-shadow(6px 23px 6px #DAD9DD);
}

.makebox li.cur .mahz {
  width: 100%;
}

.makebox li.cur .mahz_title {
  opacity: 0;
}

.maketext {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 70px;
}

.makebox li.cur .mahz span {
  opacity: 1;
}

.makebox li.cur .mahz h3 {
  opacity: 1;
}

.makebox li.cur .mahz p {
  opacity: 1;
}

.makebox li.cur .mahz a {
  opacity: 1;
  cursor: pointer;
}

.maketext span {
  display: block;
  color: #fff;
  font-size: 61px;
  margin-bottom: 210px;
  opacity: 0;
  -webkit-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.maketext h3 {
  color: #fff;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  font: normal normal 600 24px/35px Poppins;
}

.maketext p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  font: normal normal 300 16px/25px Poppins;
}

.maketext a {
  display: block;
  min-width: 210px;
  line-height: 40px;
  border-radius: 21px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  float: right;
  color: #fff;
  opacity: 0;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  margin-top: 10px;
}

.maketext a:hover:hover {
  background: #7a6ee5;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #fff;
}

.fllb {
  text-align: center;
}
.fllb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fllb li {
  display: inline-block;
  padding: 0 30px;
}

.fllb a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #39325A;
  padding: 0 35px 18px 35px;
}

.fllb a:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #170f3d;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  bottom: 0;
}

.fllb li.cur a:before {
  width: 100%;
}

.fllb li.cur a {
  font-weight: bold;
  width: 100%;
}

.ewer_title h2 {
  line-height: 1.6;
  font-size: 34px;
  color: #39325A;
  padding: 135px 0 70px;
  text-align: center;
  font: normal normal 600 34px/51px Poppins;
}

.ewer_bj {
  background: url(https://static-alter1.vidnoz.com/web/jp/img/index/a8.webp) no-repeat center center;
  height: 326px;
  overflow: hidden;
  position: relative;
}

.ewerbox {
  width: 1200px;
  margin: 0 auto;
  max-width: 94%;
}

.ewerbox ul {
  overflow: hidden;
  padding: 0 10px 50px 10px;
}

.ewerbox li {
  float: left;
  width: 16.66%;
  text-align: center;
  text-align: center;
}

.ewerbox img {
  opacity: 0;
}

.ewerbox p a {
  opacity: 0;
  display: block;
  margin-top: 10px;
  color: #39325A;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  font: normal normal 300 14px/21px Poppins;
}

.rwnr .swiper-slide-active .ewerbox p a {
  opacity: 1;
}

.rwnr .swiper-slide-active .ewerbox img {
  opacity: 1;
}

.ewerbox img {
  /* width: 100px; */
  margin: 0 auto;
  border-radius: 50%;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -webkit-animation: App-logo-spin infinite 2s linear;
          animation: App-logo-spin infinite 2s linear;
}

@-webkit-keyframes App-logo-spin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes App-logo-spin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sjzs {
  display: none;
}

.Marketer {
  width: 128px;
  height: 128px;
}

.Student {
  width: 108px;
  height: 108px;
}

.Educator {
  width: 94px;
  height: 94px;
}

.ewerbox ul li:nth-child(1) {
  padding-top: 140px;
}

.ewerbox ul li:nth-child(2) {
  padding-top: 45px;
}

.ewerbox ul li:nth-child(3) {
  padding-top: 145px;
}

.ewerbox ul li:nth-child(4) {
  padding-top: 10px;
}

.ewerbox ul li:nth-child(5) {
  padding-top: 170px;
}

.ewerbox ul li:nth-child(6) {
  padding-top: 130px;
}

.ewerbox a:hover p {
  color: #6D4DFF;
}

.btnbox2 {
  text-align: center;
  padding: 50px 0 100px;
}

.ewbox {
  width: 100%;
  position: relative;
  margin-top: 0;
  -webkit-transition: All 0.6s ease-in-out;
  transition: All 0.6s ease-in-out;
}

.box {
  position: relative;
  width: 100%;
  height: 128px;
}

.ewbox a {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ewbox li a:nth-child(2) {
  opacity: 0;
}

.ewbox.on ul li:nth-child(1) a:nth-child(1) {
  -webkit-animation: 1.4s, 100ms;
          animation: 1.4s, 100ms;
  opacity: 0;
}

.ewbox.on ul li:nth-child(1) a:nth-child(2) {
  -webkit-animation: 1.8s, 100ms;
          animation: 1.8s, 100ms;
  opacity: 1;
}

.ewbox.on ul li:nth-child(1) a:nth-child(2) img {
  -webkit-animation: bounceIn 3.8s, 500ms;
          animation: bounceIn 3.8s, 500ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ewbox.on ul li:nth-child(2) a:nth-child(1) {
  -webkit-animation: 1.4s, 100ms;
          animation: 1.4s, 100ms;
  opacity: 0;
}

.ewbox.on ul li:nth-child(2) a:nth-child(2) {
  -webkit-animation: 1.8s, 100ms;
          animation: 1.8s, 100ms;
  opacity: 1;
}

.ewbox.on ul li:nth-child(2) a:nth-child(2) img {
  -webkit-animation: bounceIn 3.8s, 100ms;
          animation: bounceIn 3.8s, 100ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ewbox.on ul li:nth-child(3) a:nth-child(1) {
  -webkit-animation: 1.4s, 100ms;
          animation: 1.4s, 100ms;
  opacity: 0;
}

.ewbox.on ul li:nth-child(3) a:nth-child(2) img {
  -webkit-animation: bounceIn 3.8s, 500ms;
          animation: bounceIn 3.8s, 500ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ewbox.on ul li:nth-child(3) a:nth-child(2) {
  -webkit-animation: 1.8s, 100ms;
          animation: 1.8s, 100ms;
  opacity: 1;
}

.ewbox.on ul li:nth-child(4) a:nth-child(1) {
  -webkit-animation: 1.4s, 100ms;
          animation: 1.4s, 100ms;
  opacity: 0;
}

.ewbox.on ul li:nth-child(4) a:nth-child(2) {
  -webkit-animation: 1.8s, 100ms;
          animation: 1.8s, 100ms;
  opacity: 1;
}

.ewbox.on ul li:nth-child(4) a:nth-child(2) img {
  -webkit-animation: bounceIn 3.8s, 500ms;
          animation: bounceIn 3.8s, 500ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ewbox.on ul li:nth-child(5) a:nth-child(1) {
  -webkit-animation: 1.4s, 100ms;
          animation: 1.4s, 100ms;
  opacity: 0;
}

.ewbox.on ul li:nth-child(5) a:nth-child(2) {
  -webkit-animation: 1.8s, 100ms;
          animation: 1.8s, 100ms;
  opacity: 1;
}

.ewbox.on ul li:nth-child(5) a:nth-child(2) img {
  -webkit-animation: bounceIn 3.8s, 500ms;
          animation: bounceIn 3.8s, 500ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ewbox.on ul li:nth-child(6) a:nth-child(1) {
  -webkit-animation: 1.4s, 100ms;
          animation: 1.4s, 100ms;
  opacity: 0;
}

.ewbox.on ul li:nth-child(6) a:nth-child(2) {
  -webkit-animation: 1.8s, 100ms;
          animation: 1.8s, 100ms;
  opacity: 1;
}

.ewbox.on ul li:nth-child(6) a:nth-child(2) img {
  -webkit-animation: bounceIn 3.8s, 500ms;
          animation: bounceIn 3.8s, 500ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.bj3 {
  background-size: cover;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f2f1f8), to(#e0d8ff));
  background: linear-gradient(90deg, #f2f1f8 50%, #e0d8ff 100%);
}

.why {
  width: 1170px;
  margin: 0 auto;
  max-width: 94%;
}

.why_title {
  text-align: center;
  padding: 120px 0px 60px 0px;
}

.why_title h2 {
  line-height: 1.6;
  font-size: 34px;
  color: #39325A;
  margin-bottom: 15px;
  font: normal normal 600 34px/51px Poppins;
}

.why_title h2 span {
  color: #6D4DFF;
}

.why_title h2 b {
  color: #FE6969;
}

.why_title p {
  font-size: 16px;
  line-height: 26px;
  color: #8A81B9;
  font: normal normal 300 16px/25px Poppins;
}

.why_nr {
  overflow: hidden;
  padding-bottom: 130px;
  position: relative;
}

.why_tp {
  width: 577px;
  float: right;
}

.why_tp.fixStyle {
  position: fixed;
  left: calc(50% + 9px);
  top: 128px;
}

.why_tp.posStyle {
  position: absolute;
  left: calc(50% + 9px);
  bottom: 130px;
}

.why_tp img {
  width: 100%;
}

.img1 {
  position: relative;
  z-index: 10;
}

.img2 {
  opacity: 0;
}

.why_text {
  width: calc(100% - 620px);
  float: left;
  padding-right: 5%;
  padding-top: 30px;
}

.why_box {
  padding-bottom: 35px;
  padding-left: 35px;
  position: relative;
}

.why_box1:before {
  position: absolute;
  content: "";
  background: url(https://static-alter1.vidnoz.com/web/jp/img/index/a28.webp);
  width: 10px;
  height: 30px;
  top: 0;
  left: 0;
}

.why_box2:before {
  position: absolute;
  content: "";
  background: url(https://static-alter1.vidnoz.com/web/jp/img/index/a27.webp);
  width: 10px;
  height: 124px;
  top: 0;
  left: 0;
}

.why_box3:before {
  position: absolute;
  content: "";
  background: url(https://static-alter1.vidnoz.com/web/jp/img/index/a29.webp);
  width: 10px;
  height: 57px;
  top: 20px;
  left: 0;
}

.why_box h3 {
  color: #39325A;
  font: normal normal 500 18px/27px Poppins;
}

.why_box p {
  font-size: 14px;
  color: #8A81B9;
  line-height: 19px;
  font: normal normal 300 14px/21px Poppins;
}

.urers {
  width: 1150px;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 80px;
}

.urers_title {
  padding: 100px 0 30px;
}

.urers_title h2 {
  line-height: 1.6;
  font-size: 34px;
  color: #39325A;
  text-align: center;
  font: normal normal 600 34px/51px Poppins;
}

.urers_nr {
  position: relative;
}

.urers_box {
  float: left;
}

.urers_tp {
  float: left;
  width: 254px;
}

.urers_tp p {
  font-size: 16px;
  color: #39325A;
  margin-top: 10px;
  text-align: center;
  font: normal normal 300 16px/25px Poppins;
}

.urers_text {
  float: right;
  width: calc(100% - 350px);
  padding-top: 50px;
}

.urers_text p:first-child {
  font-size: 14px;
  color: #39325A;
  margin-bottom: 16px;
  font: normal normal 600 14px/21px Poppins;
}

.urers_text p {
  font-size: 16px;
  color: #39325A;
  line-height: 26px;
  font: normal normal 300 16px/25px Poppins;
}

.urers_nr .swiper-pagination {
  text-align: left;
  padding-left: 350px;
}

.urers_nr .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #beb8cb;
  vertical-align: middle;
}

.urers_nr .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #6d4dff;
}

.bj4 {
  background-size: cover;
  background: url(https://static-alter1.vidnoz.com/web/jp/img/marketing/marketing_get_bg.svg) center top no-repeat;
}

.stvrt {
  width: 880px;
  margin: 0 auto;
  max-width: 100%;
  padding: 100px 0 115px;
}

.stvrt_title {
  text-align: center;
  padding-bottom: 55px;
}

.stvrt_title h2 {
  font-size: 34px;
  color: #39325A;
  line-height: 1.6;
  margin-bottom: 20px;
  font: normal normal 600 34px/51px Poppins;
}

.stvrt_title p {
  font-size: 16px;
  color: #39325A;
  line-height: 1.6;
  font: normal normal 300 16px/25px Poppins;
}

.stvrt_nr {
  position: relative;
  height: 56px;
  border: 1px solid #6d4dff;
  border-radius: 28px;
  margin-bottom: 10px;
}

input[type=text] {
  color: black;
}

.wby1 {
  width: 100%;
  height: 54px;
  padding: 0 200px 0 30px;
  font-size: 16px;
  color: #C1C1C1;
  font: normal normal 300 16px/25px Poppins;
}

.wby1::-webkit-input-placeholder {
  color: #C1C1C1;
}

.btn5 {
  position: absolute;
  width: 198px;
  height: 56px;
  border-radius: 27px;
  right: 0px;
  top: 0px;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #6d4dff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.fixStyle {
  position: fixed;
  left: 50%;
}

.button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-box a {
  min-width: 306px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  min-width: 306px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #6d4dff;
  letter-spacing: -0.24px;
  border-radius: 25px;
  margin-right: -19px;
  color: #FFFFFF;
}
.button-box a:hover {
  background: #4F2FE3;
  border-color: #4F2FE3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  color: #fff;
}

@media (max-width: 1200px) {
  .button-box a {
    font-size: 0.3rem;
    font-weight: 500;
    min-width: 100%;
    height: 1rem;
    line-height: 1rem;
    border-radius: 50px;
  }
  .header {
    padding: 0 1vw;
  }
  .btn3 {
    min-width: 180px;
  }
  .btn4 {
    min-width: 200px;
  }
  .gnfl {
    width: 100%;
  }
  .gnfl li {
    padding: 0 45px;
  }
  .Make_right {
    padding-top: 60px;
  }
  .why_text {
    padding-right: 0;
  }
  .why_box {
    padding-bottom: 15px;
  }
  .btn1 {
    padding: 0 30px;
  }
  .btn2 {
    padding: 0 30px;
  }
}
.salesman {
  width: 254px;
  height: 296px;
  display: block;
}

.marketer {
  width: 254px;
  height: 296px;
  display: block;
}

.seeker {
  width: 254px;
  height: 296px;
  display: block;
}

.student {
  width: 257px;
  height: 296px;
  display: block;
}

/* CSS Mob */
@media (max-width: 1200px) {
  .bj1 {
    padding: 0.6rem 0.4rem 0.5rem 0.4rem;
  }
  .Vide_tp {
    padding: 0.5rem 0 0 0;
    width: 100%;
    float: none;
  }
  .Vide_text {
    width: 100%;
    padding: 0;
    float: none;
  }
  .Vide_text h1 {
    font-size: 0.52rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 0.2rem;
    font: normal normal 600 0.5rem/0.76rem Poppins;
    letter-spacing: 0px;
  }
  .Vide_text p {
    font-size: 0.3rem;
    line-height: 1.7;
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #39325A;
  }
  .Vide_text ul {
    padding-top: 0.3rem;
    margin: 0;
  }
  .Vide_text ul li {
    width: 100%;
    float: none;
    display: block;
    padding: 0;
    padding-bottom: 0.2rem;
  }
  .btn3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 100%;
    line-height: 1rem;
    font-size: 0.3rem;
    margin: 0;
    border-radius: 50px;
  }
  .btn4 {
    min-width: 100%;
    line-height: 1rem;
    font-size: 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50px;
  }
  .gnfl ul {
    margin: 0;
    margin-top: 0;
  }
  .gnfl li {
    padding: 0 0.1rem;
  }
  .Vide_tp img {
    width: 100%;
    height: auto;
  }
  .pczs {
    display: none;
  }
  .Make_left_easy img {
    /* transform: translate(-48px, 0px); */
    width: 100%;
    height: auto;
  }
  .Make_left_cat img {
    width: 100%;
    height: auto;
  }
  .Make_left img {
    width: 100%;
    height: auto;
  }
  .Make_left_data img {
    width: 100%;
    height: auto;
    -webkit-transform: translate(-32px, 0px);
            transform: translate(-32px, 0px);
  }
  .gnfl img {
    width: 60px;
  }
  .lastpip {
    margin-left: 0.2rem !important;
  }
  .gnfl p {
    font-weight: 700;
    font-size: 0.24rem;
    line-height: 1.6;
    zoom: 0.8;
    font: normal normal 600 0.2rem/0.3rem Poppins;
    color: #39325A;
  }
  .gnfl p span {
    display: block;
  }
  .gnfl li:before {
    width: 0.4rem;
    /* top: 10px; */
    right: -0.5rem;
  }
  .Make_title {
    padding: 0.6rem 0 0.35rem 0;
  }
  .Make {
    padding: 0 0.6rem;
  }
  .Make_title h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .Make_title p {
    color: #39325A;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
  }
  .Make_left_easy img {
    margin: 0 auto;
    width: 90%;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  .Make_left {
    float: none;
    width: 100%;
  }
  .Make_left_easy {
    float: none;
    width: 100%;
  }
  .Make_left_cat {
    float: none;
    width: 100%;
  }
  .Make_right {
    width: 100%;
    padding-top: 0.55rem;
  }
  .Make_left_data {
    width: 100%;
  }
  .Make_right h3 {
    text-align: center;
    margin-bottom: 0.1rem;
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .Make_right p {
    text-align: center;
    margin-bottom: 0.4rem;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #39325A;
  }
  .Make_left_cat img {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    margin: 0 auto;
    margin-left: 6vw;
  }
  .Make_box {
    display: block;
    padding-bottom: 1.1rem;
  }
  .make_title {
    padding-top: 0.75rem;
  }
  .make_title h2 {
    font-size: 0.52rem;
    line-height: 1.6;
  }
  .makebox {
    display: none;
  }
  .sjzs {
    display: block;
  }
  .qhtbbox {
    position: relative;
    padding: 0.39rem 0.3rem 0 0.3rem;
  }
  .qhtext {
    position: absolute;
    width: 100%;
    padding: 0 0.7rem 0.6rem 0.7rem;
    left: 0;
    bottom: 0;
  }
  .qhtext span {
    font-size: 0.74rem;
    margin-bottom: 1.4rem;
    color: #fff;
    display: block;
  }
  .qhtext h3 {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
    color: #fff;
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .qhtext p {
    font-size: 0.3rem;
    line-height: 1.8;
    color: #fff;
    font: normal normal 300 0.32rem/0.55rem Poppins;
  }
  .qhtext a {
    display: block;
    text-align: center;
    width: 3.73rem;
    line-height: 1rem;
    font-size: 0.32rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.51rem;
    margin-top: 0.4rem;
    background: rgba(255, 255, 255, 0.07);
    font: normal normal 300 0.32rem/0.8rem Poppins;
  }
  .qhtbbox img {
    width: 100%;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .makebox ul {
    padding: 30px 0;
  }
  .mahz_title {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mahz_title span {
    line-height: 50px;
    font-size: 30px;
  }
  .makebox li {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  .mahz {
    width: 100% !important;
  }
  .makebox li.cur {
    width: 100%;
  }
  .makebox li.cur .mahz {
    width: 100% !important;
  }
  .makenr {
    height: auto;
    position: static;
  }
  .makenr img {
    height: auto;
    width: 100%;
  }
  .maketext {
    padding: 0 15px;
  }
  .maketext span {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .maketext h3 {
    font-size: 18px;
  }
  .maketext p {
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .mahz a {
    min-width: 100px;
    line-height: 30px;
    font-size: 12px;
  }
  .makebox li .mahz {
    height: 50px;
  }
  .makebox li.cur .mahz {
    width: 100% !important;
    height: auto;
  }
  .fllb a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.24rem;
  }
  .fllb a {
    color: #39325A;
    padding-bottom: 8px;
  }
  .fllb li {
    padding: 0 4px;
  }
  .fllb {
    text-align: center;
  }
  .fllb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .make {
    padding-bottom: 60px;
  }
  .ewer_title h2 {
    font-size: 0.52rem;
    line-height: 1.6;
    padding: 0;
    font: normal normal 600 25px/38px Poppins;
  }
  .ewerbox {
    display: none;
  }
  .sjjdt ul {
    overflow: hidden;
  }
  .sjjdt li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .sjjdt img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
  }
  .box p a {
    display: block;
    text-align: center;
    font-size: 0.26rem;
    margin-top: 0.45rem;
    font: normal normal 300 0.24rem/0.3rem Poppins;
    color: #39325A;
  }
  .ewerbox img {
    max-width: 60%;
  }
  .ewerbox p {
    font-size: 12px;
    zoom: 0.8;
  }
  .btnbox2 {
    padding: 0 0.7rem 1rem 0.7rem;
  }
  .ewer_bj {
    background: none;
  }
  .ewbox.on {
    margin-top: -260px !important;
  }
  .why_title {
    padding: 46px 0 29px 0;
  }
  .tpbox img {
    width: 100%;
    margin-bottom: 45px;
  }
  .swipe_btn {
    margin-bottom: 53px;
  }
  .why_title h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .why_box {
    padding: 0 0 0.4rem 0;
    text-align: center;
  }
  .why_box3:before,
.why_box1:before,
.why_box2:before {
    background: none;
  }
  .why_title p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #39325A;
  }
  .why_tp {
    width: 100%;
    float: none;
    padding: 0;
  }
  .why_text {
    float: none;
    width: 100%;
  }
  .why_nr {
    padding-bottom: 50px;
  }
  .urers_title {
    padding: 50px 0 30px;
  }
  .urers_title h2 {
    font-size: 0.52rem;
    line-height: 1.6;
    font: normal normal 600 25px/38px Poppins;
  }
  .urers_tp {
    overflow: hidden;
    float: none;
    width: 100%;
  }
  .uretext {
    float: right;
    width: calc(100% - 3.3rem);
    text-align: left;
    padding-top: 1.5rem;
  }
  .urers_tp p:first-child {
    text-align: left;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    font: normal normal 300 14px/21px Poppins;
  }
  .urers_tp p:last-child {
    text-align: left;
    font-size: 0.34rem;
    font: normal normal 500 18px/24px Poppins;
    color: #39325A;
  }
  .urers_tp img {
    float: left;
    width: 2.98rem;
    height: auto;
  }
  .urers_text p:first-child {
    display: none;
  }
  .urers_text {
    float: none;
    width: 100%;
    padding: 0.45rem 0 0.8rem;
  }
  .urers_nr .swiper-pagination {
    padding: 0;
    text-align: center;
  }
  .urers {
    max-width: 100%;
    /* padding-bottom: .95rem; */
    margin: 0 auto;
    padding: 0 0.6rem 0.9rem 0.6rem;
  }
  .urers_text p {
    width: 100%;
    text-align: center;
    font: normal normal 300 0.28rem/0.5rem Poppins;
    color: #39325A;
  }
  .stvrt {
    max-width: 100%;
    padding: 0.9rem 0.6rem 0.9rem 0.6rem;
  }
  .stvrt_title h2 {
    font-size: 0.52rem;
    line-height: 1.6;
    font: normal normal 600 0.5rem/0.76rem Poppins;
    letter-spacing: 0px;
    color: #39325A;
  }
  .stvrt_title p {
    font-size: 0.32rem;
    line-height: 1.6;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #39325A;
  }
  .stvrt_title {
    padding-bottom: 0.4rem;
  }
  .stvrt_nr {
    border: none;
    height: auto;
  }
  .page-form {
    border: none;
    height: auto;
    background: transparent !important;
    display: contents;
  }
  .page-form:hover {
    border: none !important;
  }
  .why {
    max-width: 100%;
  }
  .page-input {
    border: 1px solid #6d4dff !important;
    background-color: #fff !important;
  }
  .page-form.dirty:hover {
    border: none !important;
  }
  .wby1 {
    text-align: center !important;
    font-size: 0.3rem;
    height: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    display: block;
    line-height: 0.98rem;
    border: 1px solid #6d4dff;
    padding: 0;
  }
  .btn5 {
    position: static;
    width: 100% !important;
    height: 1rem;
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.3rem;
    border-radius: 0.5rem;
  }
  .why_box h3 {
    margin-bottom: 0.1rem;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    color: #39325A;
  }
  .why_box p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    color: #39325A;
  }
  .bj3 {
    padding-bottom: 1.65rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    background: transparent -webkit-gradient(linear, left top, right top, from(#F4F2FF), to(#C2B4FF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #F4F2FF 0%, #C2B4FF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
  }
  .why_tp.fixStyle {
    position: static;
  }
  .why_tp.posStyle {
    position: static;
  }
  .Vide_text ul {
    text-align: center;
  }
  .Vide_text li {
    padding: 0;
    display: inline-block;
    float: none;
  }
  .btn1,
.btn2 {
    display: none;
    padding: 0 20px;
  }
  .ewerbox p a {
    font-size: 12px;
  }
  .ewer_title {
    padding: 0.5rem 0.7rem 0.3rem 0.7rem;
  }
  .btn3:hover {
    background: #7a6ee5;
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #fff;
  }
  .btn1:hover {
    background: #7a6ee5;
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #fff;
  }
  .btn2:hover {
    background: #7a6ee5;
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #fff;
  }
  .btn4:hover {
    background: #7a6ee5;
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #fff;
  }
}
.takeleft {
  width: 351px;
}

.takemid {
  width: 560px;
  margin: 20px 80px 0 100px;
}

.takerig {
  width: 445px;
}

.takeleft,
.takemid,
.takerig {
  display: inline-block;
  vertical-align: text-top;
}

.atihome_sec2_left,
.atihome_sec2_right {
  -webkit-animation: fadeIn 4.25s, 100ms;
          animation: fadeIn 4.25s, 100ms;
  display: none;
  transition: all linear 0.5s 0.3s;
  -webkit-transition: all linear 0.5s 0.3s;
  -moz-transition: all linear 0.5s 0.3s;
  -o-transition: all linear 0.5s 0.3s;
  -ms-transition: all linear 0.5s 0.3s;
}

.atihome_sec2_right img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.atihome_sec2_left.showed,
.atihome_sec2_right.showed {
  display: block;
  -webkit-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

.atihome_sec2_right.showed img {
  animation: imgtrans 1s ease-in-out forwards;
  -webkit-animation: imgtrans 1s ease-in-out forwards;
  -moz-animation: imgtrans 1s ease-in-out forwards;
  -o-animation: imgtrans 1s ease-in-out forwards;
  -ms-animation: imgtrans 1s ease-in-out forwards;
}

@-webkit-keyframes imgshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imgshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes imgtrans {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes imgtrans {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.takeleft {
  position: sticky;
  top: 90px;
}

.takerig {
  position: sticky;
  top: 120px;
}

.atihome_sec2_mid {
  width: 100%;
  margin-top: 100px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
}

.atdlthx_safe {
  position: fixed;
  z-index: 1000;
  left: 50px;
  bottom: 20px;
  -webkit-animation: updown 0.7s ease-in-out infinite alternate;
          animation: updown 0.7s ease-in-out infinite alternate;
}

.ata_more {
  max-width: 1500px;
  margin: 100px auto -20px;
  height: 250px;
  overflow: hidden;
  width: 96%;
  border: 1px solid #f3f3f3;
  border-radius: 15px;
  padding-bottom: 40px;
}

.ata_more_left {
  width: 60%;
}

.ata_more_right {
  width: 39%;
}

.ata_more_left > p,
.ata_more_right > p {
  font-weight: 700;
}

.ata_more_left,
.ata_more_right {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.ata_more_title,
.pra_more_left > ul {
  font-size: 24px;
  margin: 40px 0 0 35px;
}

.ata_more_title > a,
.pra_more_left > ul > a {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.ata_more_left > ul {
  margin: 20px 0 0 35px;
}

.ata_more_title > img {
  vertical-align: bottom;
}

.ata_more_left:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 1px;
  height: 235px;
  background-color: #f3f3f3;
}

.ata_more_left > ul > li {
  margin-left: 15px;
  position: relative;
  line-height: 35px;
  display: inline-block;
  width: 47%;
}

.ata_more_left > ul > li > a {
  font-size: 14px;
  color: gray;
  position: relative;
  text-decoration: none;
}

.ata_more_left > ul > li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: #2375ff;
  border-radius: 3px;
}

.ata_more_left > ul > li > a > span {
  width: 0;
  height: 1px;
  display: inline-block;
  background: #2375ff;
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
}

.ata_more_left > ul > li > a:hover span {
  width: calc(100% - 1px);
}

.ata_more_left > ul > li > a:hover {
  color: #2375ff;
}

.ata_tipsbox > a {
  display: inline-block;
  font-size: 15px;
  color: gray;
  padding: 0 25px;
  background-color: rgba(238, 244, 255, 0.8);
  line-height: 25px;
  border-radius: 20px;
  margin-right: 5px;
  margin-top: 13px;
  text-decoration: none;
}

.ata_tipsbox {
  margin: 15px 0 0 35px;
}

.ata_tipsbox > a:hover {
  color: #2375ff;
}

.ata_more_left > p,
.ata_more_left > ul {
  margin-left: 35px;
}

.takeleft {
  width: 300px;
}

.takemid {
  width: calc(100% - 660px);
  margin: 20px 0;
}

.takerig {
  float: right;
  width: 590px;
  top: 140px;
}

.atihome_sec2_left {
  width: 300px;
  height: 600px;
  background-size: 300px 600px;
}

.atihome_sec2_left > img {
  width: 266px;
  height: 578px;
  margin: 14px 0 0 17px;
}

.atihome_sec2_right img {
  width: 585px;
  height: 528px;
  display: block;
}

.coffe_down img {
  width: 657px;
  height: 530px;
  display: block;
  margin-left: -37px;
}

.atihome_sec2_area {
  margin-top: 70px;
}

@media screen and (max-width: 1210px) {
  .atihome_sec2_area {
    margin-top: 20px;
  }
  .atihome_sec2_area h3 {
    font-size: 32px;
  }
  .atihome_sec2_mid .atihome_sec2_area > img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1190px) {
  .takeleft {
    width: 250px;
  }
  .takemid {
    width: calc(100% - 560px);
    margin: 20px 0;
  }
  .takerig {
    width: 500px;
    top: 180px;
  }
  .atihome_sec2_left {
    width: 250px;
    height: 500px;
    background-size: 250px 500px;
  }
  .atihome_sec2_left > img {
    width: 222px;
    height: 485px;
    margin: 11px 0 0 14px;
  }
}
@media screen and (max-width: 980px) {
  .atihome_sec h2,
.atihome_sec2 .atihome_sec_tit h2 {
    font-size: 36px;
  }
  .takemid {
    width: 100%;
    margin: 20px auto 0;
  }
  .atihome_sec2_mid {
    width: 100%;
    margin: 20px auto;
    opacity: 1;
  }
  .takeleft,
.takerig,
.atihome_sec2_mid .atihome_sec2_area > img {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .atihome_sec2 {
    height: auto !important;
  }
}