@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body,
html {
  margin: 0;
  padding: 0;
  color: #585858;
} 
a {color: #585858;text-decoration: none;}
* {
  box-sizing: border-box;
  font-family: "Microsoft YaHei","Open Sans",tahoma,arial,sans-serif;
}
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -50px;
}
.text-center {
  text-align: center;
}
p{
  margin: 0;
  padding: 0;
}
.mainw3.form {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 2rem 0;
  position: relative;
  z-index: 0;
}
.mainw3.form:before {
  content: "";
  background: rgba(0, 0, 0, 0.72);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.subscribe-w3lsbottom .page-ti {
  text-align: center;
  font-size: 140px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
p.page-mk {
  color: #fff;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 36px;
  text-align: center;
  opacity: 0.4;
  z-index: 0;
}
.subscribe h6 {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  font-weight: normal;
}
.theme-button {
  min-width: 130px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  background: #f5f5f5;
  padding: 14px 36px;
  border-radius: 4px;
  _transition: 0.3s ease;
  _border: 1px solid #00a98f;
}
.theme-button:hover {
  background: #00a98f;
  color: #fff;
}
::-webkit-input-placeholder {
  color: #999 !important;
}
:-moz-placeholder {
  color: #999 !important;
}
::-moz-placeholder {
  color: #999 !important;
}
:-ms-input-placeholder {
  color: #999 !important;
}

@media(max-width: 1440px) {
  .theme-button {
	  font-size: 28px;
	  padding: 14px 34px;
  }
}
@media(max-width: 1023px) {
  p.page-mk {
	  font-size: 36px;
  }
}
@media(max-width: 900px) {
  .subscribe-w3lsbottom .page-ti {
	  font-size: 130px;
  }

  a.play-icon.popup-with-zoom-anim {
	  padding: 11px 30px;
	  font-size: 14px;
  }
}
@media(max-width: 768px) {
  .theme-button {
	  font-size: 20px;
	  padding: 14px 34px;
  }
}
@media(max-width: 480px) {
  .subscribe-w3lsbottom .page-ti {
	  font-size: 80px;
  }
  a.play-icon.popup-with-zoom-anim {
	  padding: 10px 26px;
	  font-size: 13px;
  }
}
@media(max-width: 440px) {
  p.page-mk {
	  font-size: 24px;
	  margin: 0 auto 20px;
  }
  .theme-button {
	  font-size: 18px;
	  padding: 8px 24px;
  }
}
@media(max-width: 320px) {
  .subscribe-w3lsbottom .page-ti {
	  font-size: 60px;
  }
  a.play-icon.popup-with-zoom-anim {
	  padding: 9px 19px;
	  font-size: 12px;
  }
  p.page-mk {
	  font-size: 20px;
  }
  .theme-button {
	  font-size: 14px;
	  padding: 6px 10px;
	  min-width: 100px;
  }
}