body {
  cursor: url(../img/smartbeebox.ico), auto;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.try-prompt-box .try-prompt {
  padding: 6px 12px;
  background: #fff;
  position: fixed;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #606266;
  padding: 8px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 1rem;
  animation: tryPrompt 0.5s 1;
  -webkit-animation: tryPrompt 0.5s 1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  z-index: 115;
  display: none;
}
.try-prompt-box .try-prompt::before {
  content: "!";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #FF7373;
  font-size: 0.5rem;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  text-align: center;
}
.try-prompt-box .try-prompt-success::before {
  content: "✔";
  background: #67C23A;
}
.contact-way-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
.contact-way-box .contact-way-box {
  background: #fff;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 600px;
  text-align: center;
}
.contact-way-box .contact-way-box .contact-close {
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 1;
  font-size: 24px;
  color: #909399;
  padding: 4px 6px;
}
.contact-way-box .contact-way-box .contact-title {
  font-size: 24px;
  color: #53A7FF;
  text-align: center;
  margin: 48px 0;
}
.contact-way-box .contact-way-box .contact-table {
  padding: 0 60px;
}
.contact-way-box .contact-way-box .contact-table .contact-item {
  border: 1px solid #dcdfe6;
  padding: 12px 12px 12px 48px;
  line-height: 1.5;
  border-radius: 4px;
  position: relative;
  margin-bottom: 24px;
  display: flex;
}
.contact-way-box .contact-way-box .contact-table .contact-item .client-title {
  font-size: 14px;
  color: #303133;
}
.contact-way-box .contact-way-box .contact-table .contact-item .client-inp {
  border: 0;
  color: #606266;
  flex: 1;
  margin-left: 12px;
}
.contact-way-box .contact-way-box .contact-table .contact-item .client-inp::placeholder {
  color: #c0c4cc;
}
.contact-way-box .contact-way-box .contact-table .contact-item .client-gender {
  color: #303133;
  width: 72px;
  border: 0;
}
.contact-way-box .contact-way-box .contact-table .contact-item .client-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -132px;
}
.contact-way-box .contact-way-box .contact-table .client-phone .client-icon {
  background-position: -30px -132px;
}
.contact-way-box .contact-way-box .contact-table .client-mail .client-icon {
  background-position: -60px -132px;
}
.contact-way-box .contact-way-box .contact-table .client-company .client-icon {
  background-position: -90px -132px;
}
.contact-way-box .contact-way-box .contact-table .client-describe {
  width: 100%;
  padding: 0px;
}
.contact-way-box .contact-way-box .contact-table .client-describe .describe-text {
  width: 100%;
  border: 0;
  line-height: 2;
  height: 90px;
  padding: 12px;
  color: #606266;
  resize: none;
  font-family: "微软雅黑";
}
.contact-way-box .contact-way-box .contact-table .client-describe .describe-text::placeholder {
  color: #c0c4cc;
}
.contact-way-box .contact-way-box .contact-upload {
  border: 0;
  padding: 12px 60px;
  color: #fff;
  font-size: 24px;
  background: #53A7FF;
  border-radius: 100px;
  margin-top: 24px;
  cursor: pointer;
}
.heat-map-box {
  background: url(../img/heat-map.jpg) no-repeat top center;
  position: relative;
}
.heat-map-box .heat-map {
  height: 1080px;
}
.heat-map-box .heat-map .heat-map-title {
  padding-top: 276px;
  font-size: 72px;
  line-height: 1;
  color: #303133;
  animation-delay: 0.5s;
}
.heat-map-box .heat-map .heat-map-subhead {
  margin-top: 36px;
  font-size: 72px;
  font-weight: 200;
  line-height: 1;
  color: #303133;
  animation-delay: 1s;
}
.heat-map-box .heat-map .heat-map-text {
  margin-top: 90px;
  font-size: 26px;
  line-height: 1;
  color: #606266;
  font-weight: 200;
  animation-delay: 1.5s;
}
.heat-map-box .heat-map .heat-map-text .heat-map-big {
  font-size: 40px;
  font-weight: 200;
}
.heat-map-box .heat-map .heat-map-btn {
  width: 240px;
  height: 60px;
  color: #fff;
  background: #fecb2b;
  border: 0;
  margin-top: 24px;
  font-size: 24px;
  cursor: pointer;
  animation-delay: 1.5s;
}
.heat-map-box .heat-map .heat-map-btn:hover {
  background: #ffc100;
}
.trait-box {
  text-align: center;
  background: url(../img/trait-bg.jpg) no-repeat top center;
}
.trait-box .trait-title {
  font-size: 54px;
  color: #303133;
  line-height: 1;
  padding-top: 84px;
  margin-bottom: 60px;
  opacity: 0;
  animation-delay: 0.5s;
}
.trait-box .trait-text {
  font-size: 24px;
  line-height: 1;
  color: #606266;
  margin-bottom: 66px;
}
.trait-box .trait-text p {
  margin-bottom: 24px;
  font-weight: 200;
  opacity: 0;
  animation-delay: 1s;
}
.trait-box .fours-king {
  overflow: hidden;
  padding-bottom: 32px;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.trait-box .fours-king .fours-king-item {
  position: relative;
  max-width: 460px;
  width: 47%;
  height: 196px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fff;
  float: left;
  margin: 12px;
  opacity: 0;
  overflow: hidden;
}
.trait-box .fours-king .fours-king-item:nth-child(1) {
  animation-delay: 1.3s;
}
.trait-box .fours-king .fours-king-item:nth-child(2) {
  animation-delay: 1.6s;
}
.trait-box .fours-king .fours-king-item:nth-child(3) {
  animation-delay: 1.9s;
}
.trait-box .fours-king .fours-king-item:nth-child(4) {
  animation-delay: 2.2s;
}
.trait-box .fours-king .fours-king-item .fours-item-watermark {
  position: absolute;
  bottom: 0;
  opacity: 0.04;
}
.trait-box .fours-king .fours-king-item .fours-item-watermark h6 {
  font-size: 108px;
  line-height: 1;
  font-weight: 500;
}
.trait-box .fours-king .fours-king-item .fours-item-watermark img {
  height: 100%;
}
.trait-box .fours-king .fours-king-item .fours-item-title {
  font-size: 24px;
  color: #303133;
  margin-top: 54px;
  margin-bottom: 24px;
  line-height: 1;
}
.trait-box .fours-king .fours-king-item .fours-item-text {
  font-size: 16px;
  color: #909399;
  line-height: 2;
}
.danfoo-solution {
  position: relative;
  margin-bottom: 120px;
}
.danfoo-solution .danfoo-solution-title {
  font-size: 44px;
  color: #303133;
  line-height: 1;
  text-align: center;
  margin: 84px 0;
}
.danfoo-solution .danfoo-solution-banner .wrap-banner {
  display: none;
}
.danfoo-solution .danfoo-solution-banner .wrap-banner414 {
  display: none;
}
.danfoo-solution .danfoo-solution-banner img {
  width: 100%;
}
.danfoo-solution .swiper-container {
  width: 100%;
  height: 100%;
}
.danfoo-solution .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.danfoo-solution .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.danfoo-solution .swiper-button-next,
.danfoo-solution .swiper-button-prev {
  width: 36px;
  height: 60px;
  background: rgba(254, 203, 43, 0);
  transition: all 0.2s;
  border-radius: 2px;
}
.danfoo-solution .swiper-button-next:hover,
.danfoo-solution .swiper-button-prev:hover {
  background: #fecb2b;
}
.danfoo-solution .swiper-button-next:hover::after,
.danfoo-solution .swiper-button-prev:hover::after {
  color: #fff;
}
.danfoo-solution .swiper-button-next::after,
.danfoo-solution .swiper-button-prev::after {
  color: #fecb2b;
}
.danfoo-solution .swiper-pagination-bullet-active {
  background: #fecb2b;
}
.product-features-box .product-features-item {
  height: 800px;
  line-height: 1;
  position: relative;
}
.product-features-box .product-features-item .product-features-item-title {
  font-size: 60px;
  color: #303133;
  padding-top: 280px;
  margin-bottom: 36px;
  animation-delay: 0.5s;
  opacity: 0;
}
.product-features-box .product-features-item .product-features-item-subhead {
  font-size: 48px;
  color: #606266;
  margin-bottom: 72px;
  animation-delay: 1s;
  opacity: 0;
}
.product-features-box .product-features-item .product-features-item-text p {
  font-size: 24px;
  color: #909399;
  margin-bottom: 36px;
  animation-delay: 1.5s;
  opacity: 0;
}
.product-features-box .product-features-item .product-features-image {
  position: absolute;
  opacity: 0;
}
.product-features-box .product-features-item .product-features-image img {
  display: block;
}
.features-real,
.features-auto {
  text-align: right;
}
.features-patent {
  background: url(../img/product-features-01.jpg) no-repeat top center;
}
.features-real .product-features-image {
  top: 184px;
}
.features-analyse {
  background: #f4f4f4;
  overflow: hidden;
}
.features-analyse .analyse-01 {
  right: -40px;
  bottom: 0;
}
.features-analyse .analyse-02 {
  right: 390px;
  top: 178px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  animation-delay: 2s;
}
.features-analyse .analyse-03 {
  right: 457px;
  top: 460px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  animation-delay: 2.5s;
}
.features-auto .product-features-image {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.features-auto .auto-01 {
  top: 48px;
  animation-delay: 1s;
}
.features-auto .auto-02 {
  top: 75px;
  left: 210px;
  animation-delay: 1.5s;
}
.master-area-box {
  background: url(../img/master-bg-3.jpg) no-repeat top center;
  position: relative;
  overflow: hidden;
}
.master-area-box .master-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.master-area-box .master-video video {
  width: 100%;
}
.master-area-box .master-area {
  width: 480px;
  height: 800px;
  background: rgba(255, 255, 255, 0.8);
}
.master-area-box .master-area .master-top {
  display: block;
  text-align: center;
  padding-top: 96px;
  margin-bottom: 96px;
  opacity: 0;
  animation-delay: 0.5s;
}
.master-area-box .master-area .master-title {
  font-size: 24px;
  line-height: 1;
  color: #303133;
  margin: 72px 48px 36px;
  opacity: 0;
  animation-delay: 1s;
}
.master-area-box .master-area .master-text {
  font-size: 16px;
  line-height: 1;
  color: #606266;
  margin-bottom: 24px;
  margin-left: 48px;
  opacity: 0;
  animation-delay: 1.5s;
}
.master-area-box .master-area .master-footer {
  margin-top: 48px;
  opacity: 0;
  animation-delay: 2s;
}
.master-area-box .master-area .master-sowrd {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.buy-area {
  overflow: hidden;
  position: relative;
}
.buy-area .buy-logo-text {
  margin: 60px 0;
  opacity: 0;
  animation-delay: 3.5s;
}
.buy-area .buy-logo-text h6 {
  font-size: 48px;
  color: #303133;
  letter-spacing: 3px;
}
.buy-area .buy-area-btn {
  background: #fecb2b;
  border: 0;
  color: #fff;
  font-size: 16px;
  width: 120px;
  height: 36px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  animation-delay: 4s;
  opacity: 0;
}
.buy-area .buy-area-btn:hover {
  background: #ffc100;
}
.buy-area .buy-logo-icon {
  position: absolute;
  right: 0;
  top: 50px;
  width: 258px;
  height: 275px;
}
.buy-area .buy-logo-icon img {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .trait-box .fours-king .fours-king-item .fours-item-watermark h6 {
    font-size: 96px;
  }
  .danfoo-solution .swiper-button-next,
  .danfoo-solution .swiper-button-prev {
    display: none;
  }
  .features-real .product-features-item .product-features-item-title {
    padding-top: 80px;
  }
  .features-real .product-features-item .product-features-image {
    width: 60%;
    top: 288px;
  }
  .features-real .product-features-item .product-features-image img {
    width: 100%;
  }
  .features-analyse .product-features-item .analyse-02 {
    top: 258px;
    right: 370px;
  }
  .features-analyse .product-features-item .analyse-03 {
    top: 520px;
    right: 447px;
  }
  .features-analyse .product-features-item .product-features-item-title {
    padding-top: 80px;
  }
}
@media screen and (max-width: 869px) and (min-width: 769px) {
  .trait-box .fours-king .fours-king-item {
    width: 45%;
  }
}
@media screen and (max-width: 769px) {
  .heat-map-box {
    background: url(../img/wrap/wrap-heat-map.jpg) no-repeat bottom center;
  }
  .heat-map-box .heat-map .heat-map-title {
    padding-top: 120px;
  }
  .heat-map-box .heat-map .heat-map-text {
    margin-top: 60px;
  }
  .heat-map-box .heat-map .heat-map-btn {
    width: 180px;
  }
  .trait-box .trait-text {
    margin-bottom: 18px;
  }
  .trait-box .trait-text p {
    margin-bottom: 0;
    line-height: 2;
  }
  .trait-box .fours-king .fours-king-item {
    width: 46%;
  }
  .trait-box .fours-king .fours-king-item .fours-item-watermark h6 {
    font-size: 84px;
  }
  .danfoo-solution {
    width: 100%;
  }
  .danfoo-solution .danfoo-solution-banner .pc-banner {
    display: none;
  }
  .danfoo-solution .danfoo-solution-banner .wrap-banner {
    display: block;
  }
  .product-features-box .product-features-item .product-features-item-title {
    font-size: 48px;
  }
  .product-features-box .product-features-item .product-features-item-subhead {
    font-size: 30px;
  }
  .product-features-box .product-features-item .product-features-item-text p {
    font-size: 20px;
  }
  .features-real .product-features-item .product-features-item-title {
    padding-top: 120px;
  }
  .features-real .product-features-item .product-features-image {
    width: 80%;
  }
  .features-analyse .product-features-item .product-features-item-title {
    padding-top: 240px;
  }
  .features-analyse .product-features-item .analyse-02,
  .features-analyse .product-features-item .analyse-03 {
    display: none;
  }
  .features-analyse .product-features-item .analyse-01 img {
    width: 100%;
  }
  .features-auto .auto-01 {
    width: 48%;
    top: 72px;
  }
  .features-auto .auto-01 img {
    width: 100%;
  }
  .features-auto .auto-02 {
    width: 44%;
    left: 108px;
    top: 98px;
  }
  .features-auto .auto-02 img {
    width: 100%;
  }
  .master-area-box .master-area {
    width: 432px;
  }
  .master-area-box .master-footer img {
    width: 100%;
  }
  .buy-area .buy-logo-text {
    width: 40%;
  }
  .buy-area .buy-logo-text h6 {
    font-size: 36px;
  }
  .buy-area .buy-logo-text img {
    width: 68%;
  }
}
@media screen and (max-width: 577px) {
  .contact-way-box .contact-way-box {
    width: 96%;
  }
  .contact-way-box .contact-way-box .contact-table {
    padding: 4%;
  }
  .heat-map-box .heat-map {
    text-align: center;
  }
  .heat-map-box .heat-map .heat-map-title {
    font-size: 60px;
  }
  .heat-map-box .heat-map .heat-map-subhead {
    font-size: 60px;
  }
  .heat-map-box .heat-map .heat-map-text {
    margin-top: 48px;
  }
  .heat-map-box .heat-map .heat-map-text .heat-map-big {
    font-size: 36px;
  }
  .trait-box .trait-text {
    margin-bottom: 18px;
  }
  .trait-box .trait-text p {
    margin-bottom: 0;
    line-height: 2;
  }
  .trait-box .fours-king .fours-king-item {
    width: 45%;
  }
  .trait-box .fours-king .fours-king-item .fours-item-watermark h6 {
    font-size: 52px;
    font-weight: 600;
  }
  .danfoo-solution {
    width: 100%;
  }
  .features-real .product-features-item {
    text-align: center;
  }
  .features-real .product-features-item .product-features-item-title {
    padding-top: 72px;
  }
  .features-real .product-features-item .product-features-item-subhead {
    margin-bottom: 48px;
  }
  .features-real .product-features-item .product-features-item-text {
    display: flex;
    justify-content: space-evenly;
  }
  .features-real .product-features-item .product-features-image {
    top: 328px;
    width: 100%;
  }
  .features-analyse .product-features-item .product-features-item-title {
    padding-top: 80px;
  }
  .features-analyse .product-features-item .product-features-item-subhead {
    margin-bottom: 60px;
  }
  .features-analyse .product-features-item .product-features-item-text p {
    margin-bottom: 24px;
  }
  .features-analyse .product-features-item .analyse-02,
  .features-analyse .product-features-item .analyse-03 {
    display: block;
    width: 40%;
  }
  .features-analyse .product-features-item .analyse-02 img,
  .features-analyse .product-features-item .analyse-03 img {
    width: 100%;
  }
  .features-analyse .product-features-item .analyse-02 {
    top: 400px;
    left: 24px;
  }
  .features-analyse .product-features-item .analyse-03 {
    top: 580px;
    left: 10px;
  }
  .features-analyse .product-features-item .analyse-01 {
    width: 72%;
  }
  .features-auto .product-features-item {
    text-align: center;
  }
  .features-auto .product-features-item .product-features-item-title {
    padding-top: 72px;
  }
  .features-auto .product-features-item .product-features-item-subhead {
    margin-bottom: 48px;
  }
  .features-auto .product-features-item .product-features-item-text p {
    margin-bottom: 24px;
  }
  .features-auto .product-features-item .product-features-item-text {
    display: flex;
    justify-content: space-evenly;
  }
  .features-auto .auto-01 {
    width: 48%;
    top: 282px;
    left: 84px;
  }
  .features-auto .auto-01 img {
    width: 100%;
  }
  .features-auto .auto-02 {
    width: 44%;
    top: 308px;
    left: 216px;
  }
  .features-auto .auto-02 img {
    width: 100%;
  }
  .master-area-box .contentArea {
    width: 100%;
  }
  .master-area-box .master-area {
    width: 100%;
  }
  .master-area-box .master-area .master-top {
    padding-top: 72px;
    margin-bottom: 72px;
  }
  .master-area-box .master-footer {
    margin: 48px;
  }
  .master-area-box .master-footer img {
    width: 100%;
  }
  .buy-area .buy-logo-icon {
    width: 188px;
  }
  .buy-area .buy-logo-text h6 {
    font-size: 26px;
  }
  .buy-area .buy-logo-text img {
    width: 68%;
  }
}
@media screen and (max-width: 415px) {
  .heat-map-box {
    background: url(../img/wrap/wrap-heat-map-414.jpg) no-repeat bottom center;
  }
  .heat-map-box .heat-map {
    text-align: center;
  }
  .heat-map-box .heat-map .heat-map-title {
    font-size: 48px;
  }
  .heat-map-box .heat-map .heat-map-subhead {
    font-size: 48px;
  }
  .heat-map-box .heat-map .heat-map-text {
    margin-top: 48px;
    font-size: 20px;
  }
  .heat-map-box .heat-map .heat-map-text .heat-map-big {
    font-size: 30px;
  }
  .heat-map-box .heat-map .heat-map-btn {
    font-size: 20px;
    width: 144px;
    height: 48px;
  }
  .danfoo-solution {
    width: 100%;
  }
  .danfoo-solution .danfoo-solution-title {
    font-size: 36px;
    margin: 60px 0;
  }
  .danfoo-solution .danfoo-solution-title span {
    display: block;
    width: 100%;
    margin: 12px 0;
  }
  .danfoo-solution .danfoo-solution-banner .pc-banner {
    display: none;
  }
  .danfoo-solution .danfoo-solution-banner .wrap-banner {
    display: none;
  }
  .danfoo-solution .danfoo-solution-banner .wrap-banner414 {
    display: block;
  }
  .trait-box .trait-title {
    font-size: 36px;
  }
  .trait-box .trait-text p {
    font-size: 20px;
  }
  .trait-box .fours-king .fours-king-item {
    width: 43%;
    height: 168px;
  }
  .trait-box .fours-king .fours-king-item .fours-item-title {
    font-size: 22px;
    margin-top: 48px;
  }
  .trait-box .fours-king .fours-king-item .fours-item-text {
    font-size: 14px;
  }
  .trait-box .fours-king .fours-king-item .fours-item-watermark h6 {
    font-size: 36px;
  }
  .product-features-box .product-features-item .product-features-item-title {
    font-size: 36px;
  }
  .product-features-box .product-features-item .product-features-item-subhead {
    font-size: 24px;
  }
  .features-real .product-features-item {
    text-align: center;
  }
  .features-real .product-features-item .product-features-item-title {
    padding-top: 120px;
  }
  .features-real .product-features-item .product-features-item-subhead {
    margin-bottom: 60px;
  }
  .features-real .product-features-item .product-features-item-text {
    display: flex;
    justify-content: space-evenly;
  }
  .features-real .product-features-item .product-features-image {
    top: 384px;
    width: 100%;
  }
  .features-auto .auto-01 {
    width: 54%;
    left: 12%;
  }
  .features-auto .auto-02 {
    width: 48%;
    left: 42%;
  }
  .features-patent {
    background: url(../img/wrap/wrap-product-features-01.jpg) no-repeat top center;
  }
  .master-area-box .master-footer {
    margin: 24px;
  }
  .master-area-box .buy-area .buy-logo-text h6 {
    font-size: 19px;
  }
  .master-area-box .buy-area .buy-logo-icon {
    width: 120px;
    top: 84px;
  }
  .buy-area .buy-logo-icon {
    width: 120px;
    top: 84px;
  }
  .buy-area .buy-logo-text h6 {
    font-size: 19px;
  }
  .buy-area .buy-logo-text img {
    width: 68%;
  }
}
@media screen and (max-width: 376px) {
  .features-patent .product-features-item {
    height: 700px;
  }
  .trait-box .trait-title {
    font-size: 36px;
  }
  .trait-box .trait-text p {
    font-size: 14px;
  }
  .trait-box .fours-king .fours-king-item {
    width: 46%;
    margin: 6px;
    height: 148px;
  }
  .trait-box .fours-king .fours-king-item .fours-item-title {
    margin-top: 36px;
  }
  .trait-box .fours-king .fours-king-item .fours-item-text {
    font-size: 14px;
  }
  .trait-box .fours-king .fours-king-item .fours-item-watermark h6 {
    font-size: 30px;
  }
  .product-features-box .product-features-item .product-features-item-title {
    font-size: 32px;
  }
  .product-features-box .product-features-item .product-features-item-subhead {
    font-size: 28px;
  }
  .product-features-box .product-features-item .product-features-item-text p {
    font-size: 16px;
  }
  .master-area-box .master-area .master-top img {
    width: 70%;
  }
  .buy-area .buy-logo-text h6,
  .buy-area .buy-logo-text img {
    opacity: 0;
  }
  .buy-area .buy-area-btn {
    animation-delay: 2.5s;
  }
}
@media screen and (max-width: 321px) {
  .trait-box .fours-king .fours-king-item .fours-item-text {
    font-size: 12px;
  }
  .features-analyse .product-features-item .product-features-item-title {
    padding-top: 120px;
  }
  .features-analyse .product-features-item .product-features-item-subhead {
    margin-bottom: 72px;
  }
  .features-analyse .product-features-item .product-features-item-text p {
    margin-bottom: 36px;
  }
  .features-analyse .product-features-item .analyse-02 {
    top: 480px;
  }
  .features-analyse .product-features-item .analyse-03 {
    top: 630px;
  }
  .features-auto .product-features-item .product-features-item-title {
    padding-top: 120px;
  }
  .features-auto .auto-01 {
    top: 348px;
    width: 64%;
    left: 6%;
  }
  .features-auto .auto-02 {
    top: 360px;
    width: 60%;
    left: 34%;
  }
}
