@charset "UTF-8";
@font-face {
  font-family: 'TH Fah kwang';
  src: url('fonts/THFahkwang-Bold.woff2') format('woff2'),
      url('fonts/THFahkwang-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TH Fah kwang';
  src: url('fonts/THFahkwang.woff2') format('woff2'),
      url('fonts/THFahkwang.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.btn-primary
{
  color: #fff;
  background:#4ea4dc;
  border-color:#4ea4dc;
}

body {
  font-family: "TH Fah kwang", sans-serif;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.features-icons .features-icons-item {
  max-width: 20rem;
}
.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../assets/img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
header.masthead:before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
header.masthead h1, header.masthead .h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.testimonials .testimonial-item {
  max-width: 18rem;
}
.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../assets/img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.call-to-action:before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home-container {
  width:100%;
  height:auto;
  /* min-width:1280px; */
  position:relative
}

.home-container .home-content {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.home-container .home-content .account-container {
  background-color: hsla(0, 0%, 100%, 0.7);
  height: 100%;
  min-width: 450px;
  max-width: fit-content;
  position: absolute;
  right: 16.7%;
  top: 0;
}

.home-container .home-content .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-container .home-content .bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-container .home-content .bg-video.ie {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}

.home-container .home-content .account-container .inner-container {
  width: 100%;
  height: 700px;
  position: absolute;
}
.mobile-container
{
  background-color: #a6a6a6;
  position: relative;
}
.mobile-outer
{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.mobile-form
{
  width: 85vw;
  max-width: 500px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 5vh;
  text-align: left;
}
.imgContainer
{
  overflow:hidden;
}
.mobile__bg
{
  height: 100vh;
}
.mobile-test
{
  width: 6rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  /* height: max-content; */
  min-height: 9.5rem;
  padding: 0 .33rem;
  border-radius: .22rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.04rem 0.49rem 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0.04rem 0.49rem 0 rgb(0 0 0 / 10%);
}
body {
  margin: 0;
}
footer
{
  width: 100%;
}

.home-container .home-title {
  width: 1000px;
  height: auto;
  position: absolute;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.default-header {
  height: 38px;
  font-size: 36px !important;
  font-weight: 400;
  font-stretch: normal;
  line-height: 38px;
  color: #4ea4dc;
  text-align: center;
  padding-bottom: 8px;
}
.default-header:after {
  display:block;
  content:'';
  width:100%;
  height:4px;
  background:#4ea4dc;
  margin-top:5px;
}

/*Custom Landscape*/
@media screen and (orientation:landscape) {

  .mobile-form
  {
    transform: scale(0.666667);
  }
  .mobile__bg
  {
    height: 100%;
    width: 100vw;
  }
  .desktop__bg
  {
    height: 100%;
    width: 100vw;
  }
}

.fb {
    background-color: #3B5998;
    color: white;
  }

/*! Copyright © 2011 - 2022 miHoYo. All Rights Reserved */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
body,
html {
  height: 100%;
  font-size: 14px;
  overflow-x: hidden;
  color: #333;
  font-family: Microsoft YaHei, \\5fae\8f6f\96c5\9ed1, Arial, sans-serif;
  background-color: #111;
}
body,
html,
video {
  margin: 0;
  padding: 0;
}
video {
  border: none;
  outline: none;
}

#frame {
  visibility: hidden;
}
.img img {
  width: 100%;
}
.center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
img:not([src]),
img[src=""] {
  opacity: 0;
}
.v-center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mhy-register .register-form-container {
  overflow: visible !important;
}
.mhy-register .default-header {
  white-space: nowrap;
}

.pos-box {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 15px 20px;
}
.pos-box,
.pos-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.pos-box-item {
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pos-box-item__title {
  width: 150px;
}
.pos-box-action {
  text-align: right;
}
.home-container {
  width: 100%;
  height: auto;
  min-width: 1280px;
  position: relative;
}
.home-container .mhy-register .agreement-container .mhy-checkbox span {
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-container .home-content {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.home-container .home-content .bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-container .home-content .bg-video.ie {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.home-container .home-content .bg-video__bg {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-container .home-content .privacy {
  width: 1080px;
  height: 80px;
  border-radius: 2px;
  border: 2px solid #4ea4dc;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2%;
  background-color: hsla(0, 0%, 100%, 0.8);
}
.home-container .home-content .privacy .p-text {
  position: absolute;
  left: 36px;
  top: 17px;
}
.home-container .home-content .privacy .href {
  color: #43a4dc;
  text-decoration: underline;
}
.home-container .home-content .privacy .button {
  position: absolute;
  top: 15px;
  right: 49px;
  width: 140px;
  height: 48px;
  background-color: #4ea4dc;
  border-radius: 4px;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0;
  color: #fff;
  cursor: pointer;
}
.home-container .home-content .account-container {
  background-color: hsla(0, 0%, 100%, 0.7);
  height: 100%;
  width: 550px;
  position: absolute;
  right: 16.7%;
  top: 0;
}
.home-container .home-content .account-container .inner-container {
  width: 100%;
  height: 700px;
  position: absolute;
}
.home-container .home-content .account-container .inner-container .to-offical {
  position: absolute;
  width: 65px;
  height: 46px;
  top: 0;
  right: -8px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAuCAMAAABuzqVqAAABYlBMVEVHcExOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNxOpNz///9OpNyCv+bg7/n+///V6vdYqd79/v+s1e+hzuzc7fibzOuYyutdq9+22vHB3/Oq0+6ezeyAvuau1e+p0+5Rpt31+v1VqN2Rx+nV6fen0u6czOuVyepWqN7X6veSx+laqt5Zqt7d7viczOz+/v/e7vnb7PiWyepcq9/Z6/eRxunh8Plfrd+MxOjj8Pns9fvw+Pxjr+DK5PVlsOHD4PP3+/2r1O6u1u/W6ves1O+l0e2j0O2UyOqTyOq12fDK5PRerN9drN+PxumPxekvNuojAAAAMnRSTlMAEArdStwHCPxbIhzu8QlxjHLZuou0uOZPzprNmRj62xfgy/mc30nPltjXt+ROUOURtXVIccYAAAHfSURBVEjHtddnV8IwFAbgOitOFPfee94oFkGR4d6ACwT33uv/e1OPR1QSA03eTz25OQ+Q3oZU034la8ju6CvuIJbyk8y3DRQQCUk2S8sHiZwkod15hMhW9V5CpKut7US+WthC5KtFXUS+ml3Hn+S/9Geg1vPnXAPAXNpqLn/KLdBcpanq/D71A7ieXADzhMyfnQqrZdwJq4gekkNkV8+FFwKf/RFe/Q7Rt8Rz4h3ZC4BZUdXGK98D7By8HsHRy8EOXV1htZpTdQM4t7xx5OLeLWcaahZn6wsg+uCdMHtgwvuIrE9QrWXX1hDdj+7CZ3aj+8iuiamVzNK0E5wzoQh8JRKawZFpIbWKVTGJsAe+4wmbHySiVjAK6/hzt409SM6esY2Lsi6glqQeX0Y0YMTgZ2IGvYHL/6uM8UUAt7EJv7NpYLMtZqz6XO6NG/ibyQ23y5fxCpCFpRVIlZWlBQt3i4zT1jevJul3NK/oAzFuqbMsqXYlaq0Slbm7WFKZOyFVT6ZojjNQbRw1qU/TVPUaFSrr39CiquekrAQZatDSKcPwpFQ9huiJqJNIzufprUeFqhW1qVC1whwVqtbUoELV9EYVKjZYngoV3+JqFKj0jdNRIF/FjA5XjvUXN1tTPwDo8+gsMoAPZgAAAABJRU5ErkJggg==);
}
.home-container .home-content .account-container .inner-container .to-offical:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAuCAMAAABuzqVqAAABKVBMVEVHcExdw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/9dw/////9dw//9//+a4/9oyP/M/f+/9P9uy/+08P+58v+48v+78//K+v/l///Y//+y7v+t7P+Y4f9ty/9ryv9qyv+x7v+s7P+s6/9mx/9lx/+m6P9xzf9gxf/w///G+f/O/f/I+v/E+P+w7f+u7f/B9/+q6/+q6v/M+/9vzP9uzP/+///X///O/v940f910P/L+//n//8m3wneAAAAMnRSTlMABwrdStwQCPxbIhzu8Qly2bpxjIu0uOZPls6azZkY+tsX4Mv5nN9Jz07Y17fktVDlEW/y7zcAAAG3SURBVEjHtdZpUxMxAMbxVFqWlltQUEBQVPBC+We7u70oRw/u0xvE4/t/CF8wHdrShGw3eV7myfxmks1kI0RXBt9MTb4deSkTpZNMZd8PSQtpN8fGP0g7aUNXMlLaVr0nUlpXny9L+2puSdpXh19L++qDp/pJG2z0oc7p51wDZ7HVtH7KDwD+xlS9zD3Lh1/AuZTnJ3+M1YfaCafAoTwETn8bb4QQqU+6/gL4dnRy9B34B5umalZXfwX2LoGfe0AM9bGmjYDtAgCF7TjqoObqqwCfb1AofAGqhuqsuisBWzVaqW0BJTN1WlmVgWKd29SLQNlIfaRqikC5QXsaZaBook4oiiZQCuhMUAKaBupo7/FdoNKNQlABdu9XFeNAdBeFIAL6VqtE+1c9VH8/Mjheqh2Qxwc+veIfHCf4WjJPa60+4Lf2hXyik5VInXKizjpRlbdLIlV5E+YBwjAMQ/pQszr19kDFVL0ZF6rqb5hQ9QZ6NjsKdSfRKyNQqIHpi+iVtJyb19uqC1UMv3ChityAC1U8m3ehCm/BhSpEOuNCFWPjMw5UIVLZySH7qhBi/eP02ruRxWTqfzYR4MDNyrmlAAAAAElFTkSuQmCC);
}
.home-container .home-content .account-container .inner-container .down-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-container .home-content .account-container .inner-container .down-container p {
  margin-top: 0;
  margin-bottom: 8px;
}
.home-container .home-content .account-container .inner-container .down-container .line {
  margin-top: 89px;
  width: 450px;
  height: 5px;
  background-color: #f0f0f0;
  top: 133px;
}
.home-container .home-content .account-container .inner-container .down-container .dear-player {
  width: 418px;
  height: 25px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  color: #a6a6a6;
  top: 159px;
}
.home-container .home-content .account-container .inner-container .down-container .down-content {
  width: 418px;
  height: 182px;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #a6a6a6;
  margin-top: 26px;
  margin-bottom: 26px;
  top: 191px;
}
.home-container .home-content .account-container .inner-container .down-container .to-question {
  width: 450px;
  height: 62px;
  background-color: #4ea4dc;
  border-radius: 4px;
  top: 488px;
  line-height: 62px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  text-decoration: none;
}
.home-container .home-title {
  width: 1000px;
  height: auto;
  position: absolute;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.home-container .home-footer {
  height: 179px;
  background-color: #111;
}
.home-container .home-footer .bottom {
  text-align: center;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  letter-spacing: 0;
  color: #666;
}
.home-container .home-footer .footer-wraper {
  width: 347px;
  margin: 0 auto;
}
.home-container .home-footer .footer-wraper .top {
  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;
}
.home-container .home-footer .footer-wraper .top .cell-1 {
  margin-right: 38px;
  width: 147px;
  height: 63px;
}
.home-container .home-footer .footer-wraper .top .cell-2 {
  height: 114px;
  width: 162px;
}
.home-container .modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
}
.home-container .modal-container .modal-content {
  width: 540px;
  height: 264px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAADcAQMAAADZfTNZAAAABlBMVEX///9OpNxqyJSmAAAAMElEQVRo3u3LMQ0AAAgDsPlXhTPwQMJF+ze9VDFN0zRN0zR/TAAAAAAAAAAAAODIAFVT8HAyquJtAAAAAElFTkSuQmCC);
}
.home-container .modal-container .close {
  position: absolute;
  width: 27px;
  height: 24px;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYBAMAAAD5bpvIAAAAMFBMVEVHcEz///////////////////////////////////////////////////////////9EPuwCAAAAD3RSTlMA3e4zIswRd6pViESZu2bZ6ocjAAAAv0lEQVQYGQXBzU3CAAAG0JfwU5F4M1w5MEDRBahMwIkrYQM20A1wA9hAN5ANcANHMC0hFDx8vmeYjIBhcmCXFpinRZHsoT/OAra5Qi91Bb00FY6ZgO44S4rkE5ilZZcLYJBsOmX2AB85rdMCuEu9zQJAf5XUFQDzZAKA5+QKQLdMmimAdW4/eQSwyvIlZ4CH1FUneQMcc+I3N6BI3rlPNuA1F9jmDwbJAdZpppjlDLplRnTKjICvnHlKUwFF8v0PVnVn0pVIOKUAAAAASUVORK5CYII=);
}
.home-container .modal-container .modal-title {
  width: 100%;
  height: 54px;
  color: #fff;
  font-size: 20px;
}
.home-container .modal-container .modal-title,
.home-container .modal-container .real-content {
  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;
  text-align: center;
}
.home-container .modal-container .real-content {
  width: 500px;
  top: 85px;
  color: #909090;
  font-size: 18px;
  line-height: 26px;
  height: 120px;
  margin: 0.8rem auto;
}
.home-container .modal-container .btn-confirm {
  position: absolute;
  top: 200px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 110px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  width: auto;
  height: 38px;
  background-color: #4ea4dc;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0;
  color: #fff;
  cursor: pointer;
}
.home-container.es-es .register-form-container .input-inner-btn,
.home-container.pt-pt .register-form-container .input-inner-btn {
  line-height: 20px !important;
}
.mhy-account {
  width: 450px;
  position: relative;
}
.mhy-account .error-text {
  padding: 0 !important;
}
.mhy-account .default-header {
  height: auto !important;
}
.mhy-account .input-container {
  background: #fff;
  height: 50px;
}
.mhy-account input::-ms-input-placeholder {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #d6d6d6;
}
.mhy-account input::placeholder {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #d6d6d6;
}
.mhy-account input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #d6d6d6;
}
.mhy-account input:-moz-placeholder,
.mhy-account input::-moz-placeholder {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #d6d6d6;
}
.mhy-account input:-ms-input-placeholder {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #d6d6d6;
}
.mhy-account .third-plat-tip {
  background: transparent;
}
.mhy-account .default-header {
  height: 38px;
  font-size: 36px !important;
  font-weight: 400;
  font-stretch: normal;
  line-height: 38px;
  color: #4ea4dc;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 5px solid #4ea4dc;
}
.mhy-account .mhy-form-input {
  padding-top: 0;
}
.mhy-account .mhy-form-input:first-child {
  margin-top: 27px;
}
.mhy-account .register-bar {
  font-size: 18px !important;
}
.mhy-account .mhy-register .input-item {
  margin-bottom: 0;
}
.mhy-account .mhy-register .default-header {
  white-space: normal;
  height: auto;
}
.mhy-account .mhy-register .register-form-container {
  margin-top: 50px;
  background: transparent;
  border-radius: 0;
}
.mhy-account .mhy-register .register-form-container .login-btn {
  margin-top: 20px;
}
.mhy-account .mhy-register .mhy-3rd-plat-login,
.mhy-account .mhy-register .third-plat-icon {
  margin-top: 10px;
}
.mhy-account .mhy-register .mhy-checkbox {
  font-size: 16px;
  line-height: 22px !important;
}
.mhy-account .mhy-login .login-form-container {
  margin-top: 90px;
  background: transparent;
}
.channel-link {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 3;
}
*/
