/*********************/
/****** Wificss ******/
/*********************/
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes scaleBtn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleBtn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes moveDown {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

.moveDown {
  -webkit-animation-name: moveDown;
  animation-name: moveDown;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.scaleBtn {
  -webkit-animation-name: scaleBtn;
  animation-name: scaleBtn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html, html a, html button, html input {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body, html {
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

body, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.btnmb, .btnpc {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.btnmb a, .btnpc a {
  display: block;
  width: 100%;
  height: 100%;
}

.imgmb, .btnmb, .btnConnectmb {
  display: none;
}

.help {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.btn {
  position: absolute;
  max-width: 30%;
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 0;
  z-index: 9;
}

.btn a {
  display: block;
}

.btn img {
  max-width: 100%;
}

.btn.top_top {
  top: 2.5rem;
  right: inherit;
  bottom: inherit;
  left: 2.5rem;
}

.btn.top_right {
  top: 2.5rem;
  right: 2.5rem;
  bottom: inherit;
  left: inherit;
}

.btn.left_bottom {
  top: inherit;
  right: inherit;
  bottom: 2.5rem;
  left: 2.5rem;
}

.btn.right_bottom {
  top: inherit;
  right: 2.5rem;
  bottom: 2.5rem;
  left: inherit;
}

.btn.left_center {
  top: 50%;
  right: inherit;
  bottom: inherit;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.bot_center_center {
  top: inherit;
  right: inherit;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btnConnectpc, .btnConnectmb {
  display: none;
}

.btnConnectpc.show, .btnConnectmb.show {
  display: block;
}

.wrapContent {
  width: 100vw;
  height: 100vh;
  position: relative;
  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;
}

.wrapContent .wrapContent-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  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;
}

.innerCover {
  width: 900px;
  height: 512px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.innerCover .innerCover-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.bgCoverMb, .bgCoverPc {
  width: 100%;
  height: 100%;
}

.bgCoverMb {
  position: fixed;
  top: 0;
  display: none;
}

.help a {
  text-align: center;
  line-height: 32px;
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
}

.help a:hover {
  text-decoration: underline;
}

.bgfixedPc, .bgfixedMb {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: 100% 100%;
  width: 100vw;
  height: 45vh;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
}

.bgfixedMb {
  display: none;
}

.logoAppota,
.logoPartner {
  position: absolute;
  z-index: 9;
}

.bgCoverWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  background-size: 120% !important;
}

.ads {
  position: absolute;
  max-width: 30%;
  width: 100%;
  cursor: pointer;
  text-align: center;
  top: inherit;
  right: 0;
  bottom: 1.5rem;
  left: inherit;
  z-index: 9;
}

.fixedBot {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
  background: rgba(15, 164, 74, 0.8);
  border-radius: 10px;
  z-index: 9;
}

.qrcode {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 9;
  max-width: 170px;
  background: #fff;
  border-radius: 10px;
  padding: 7px;
  border: 1px solid #f1f1f1;
}

.qrcode.right {
  left: inherit;
  right: 1rem;
}

.qrcode p {
  margin-top: 7px;
  font-size: 0.7rem;
  text-align: center;
  font-weight: 500;
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.zoom-overlay-open .qrcode {
  z-index: inherit;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.closefixed {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: bold;
  padding: 0 1rem;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 11;
  /* Sit on top */
  padding-top: 70px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .15s ease-out;
  -moz-transition: -moz-transform .15s ease-out;
  -ms-transition: -ms-transform .15s ease-out;
  -o-transition: -o-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

/* Modal Content */
.modal-content {
  width: 400px;
  text-align: center;
  background: #0FA44A;
  color: #fff;
  border: none;
  border-radius: 15px;
  opacity: 1;
  padding: 50px 15px 30px;
  margin: 0 auto;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-content h5 {
  margin: 15px 0 15px 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.modal-content .form {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.modal-content input, .modal-content button {
  width: 100%;
  border: none;
  max-width: 100%;
  outline: 0;
  height: 40px;
  margin-bottom: 15px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 0;
}

.modal-content input {
  background: #0FA44A;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-content button {
  width: 100%;
  background: #fff;
  color: #0FA44A;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  border: none;
}

.modal-content button img {
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-content button.show_loading img {
  opacity: 1;
  position: relative;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.modal-content .close {
  text-decoration: none;
  color: #fff;
  margin-top: 0;
  display: block;
  font-size: 90%;
  opacity: 0.7;
}

.modal-content .close:hover {
  text-decoration: underline;
}

.modal-content .feedback {
  font-size: 85%;
  margin: -10px 0 15px;
  color: #FFC107;
}

.timebox {
  text-align: center;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  border: 1px solid #fff;
  padding: 0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  z-index: 9;
}

#customDots {
  position: absolute;
  top: 50%;
  z-index: 9;
  right: 20px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

#customDots div {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 100%;
  font-size: 80%;
  margin: 7px 0;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#customDots div.active {
  background: #0fa44a;
}

.hidden {
  display: none;
}

#blockgame {
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#blockgame .modal-content {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
}

#blockgame iframe {
  width: 100%;
  height: 100%;
}

.lang {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 10px 4px 4px;
  border: 1px solid #eee;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
}

.lang .logo {
  vertical-align: middle;
  display: inherit;
}

.lang span {
  font-size: 11px;
  font-weight: 500;
}

.lang img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  border-radius: 100%;
}

.blocklang.show {
  display: block;
  padding-top: 100px;
}

.blocklang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blocklang .modal-content {
  padding: 0;
  width: 270px;
  background: #fff;
  color: #000;
  overflow: hidden;
  cursor: pointer;
}

.langItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px;
  padding-left: 40px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.langItem.current, .langItem:hover {
  background: #f5f5f5;
}

.langItem:last-child {
  border: none;
}

.langItem .logo {
  vertical-align: middle;
  display: inherit;
}

.langItem span {
  font-size: 13px;
  font-weight: 500;
}

.langItem img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
}

@media (max-width: 850px) {
  .bgfixedPc, .bgCoverPc, .btnpc, .btnConnectpc {
    display: none;
  }
  .bgfixedMb, .bgCoverMb, .btnmb {
    display: block;
  }
  .logoAppota, .logoPartner {
    position: fixed;
  }
  .btn {
    position: fixed;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 340px;
    height: auto;
    top: inherit;
    right: inherit;
    bottom: 2.5rem;
    left: 50%;
  }
  .innerCover {
    width: 100vw;
    height: 100vh;
    border: none !important;
  }
  .timebox {
    position: fixed;
    right: 30px;
    top: 30px;
  }
  #customDots {
    right: 15px;
    position: fixed;
  }
  input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

@media (min-width: 800px) and (max-width: 900px) {
  .bgfixedMb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 230px;
    height: auto;
  }
  .modal-content {
    width: 80%;
  }
  .modal {
    padding-top: 50px;
  }
  .modal-content .form {
    width: 95%;
  }
  .qrcode {
    position: fixed;
    left: 50% !important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 2rem;
    z-index: 9;
  }
  .zoom-overlay-open .qrcode {
    z-index: 450;
    border: none;
  }
}

body {
  background: #E5F6EE;
}

.logoAppota {
  background: url("../images/appota.png") no-repeat center center;
  background-size: 100%;
}

.bgCoverPc {
  background: url("../images/bgpc.jpg") no-repeat center center;
  background-size: cover;
}

.bgCoverMb {
  background: url("../images/bgmb.jpg") no-repeat top center;
  background-size: 100%;
}

.btnpc, .btnmb {
  background: url("../images/btn.png") no-repeat center center;
  background-size: 100%;
}

.btnConnectpc, .btnConnectmb {
  background: url("../images/btn-connect.png") no-repeat center center;
  background-size: 100%;
}

.itemOwl img {
  background-size: cover !important;
}

.logoAppota {
  top: 1.8rem;
  right: inherit;
  bottom: inherit;
  left: 1.1rem;
  width: 150px;
  height: 50px;
}

.btn {
  top: inherit;
  right: inherit;
  bottom: 1.2rem;
  left: 1.5rem;
}

.btnpc, .btnConnectpc {
  width: inherit;
  height: 50px;
}

.btnmb, .btnConnectmb {
  width: inherit;
  height: 50px;
}

.help a {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.btnpc, .btnmb, .help {
  -webkit-animation-name: scaleBtn;
  animation-name: scaleBtn;
}

.btn:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation: moveDown 0.4s linear 0.5s infinite alternate;
  animation: moveDown 0.4s linear 0.5s infinite alternate;
}

.btn.showqrCode {
  margin-left: 190px;
  bottom: 1.7rem;
}

.ads-pc {
  background: url("../images/ads/bg-ads-pc.png") no-repeat center center;
  background-size: 100% 100%;
}

.imgbutton {
  background: url("../images/ads/imgbutton.png") no-repeat center center;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.ads a {
  text-decoration: none;
}

.ads-pc span {
  color: #fff;
  font-size: 70%;
}

.ads-pc p {
  color: #fff;
  font-weight: 500;
  font-size: 1.05rem;
}

.inner-ads-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-ads-pc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ads-pc {
  display: block;
  padding: 0.6rem 1rem;
}

.ads {
  text-align: left;
}

.fixedBot {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  display: none !important;
}

.fixedBot.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixedBot .btnpc, .fixedBot .btnConnectpc {
  width: 350px;
  height: 40px;
}

.fixedBot .btnpc {
  background: url("../images/ads/qc-btn.png") no-repeat center center/100% 100%;
}

.fixedBot .btnConnectpc {
  background: url("../images/ads/qc-btnconnect.png") no-repeat center center/100% 100%;
}

.sdt {
  text-align: center;
  text-decoration: none;
  background: #0FA44A;
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 38px;
  color: #fff;
  font-weight: 500;
  min-width: 185px;
}

.fixedBot-right {
  position: relative;
}

.fixedBot-left, .fixedBot-right {
  width: 50%;
}

.fixedBot-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.formWrap {
  padding: 0;
  left: 0;
  position: absolute;
  max-width: 40%;
  width: 100%;
  cursor: pointer;
  text-align: center;
  top: inherit;
  right: inherit;
  bottom: 1.7rem;
  z-index: 9;
}

.formWrap.showqrCode {
  margin-left: 190px;
}

.formWrap input, .formWrap button {
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.formWrap input {
  background: #0fa44a;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  outline: 0;
  color: #fff;
  width: 250px;
  font-weight: bold;
}

.formWrap button, .formWrap button:focus {
  width: 40px;
  background: transparent;
  border: 2px solid #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100%;
  background: #0fa44a;
  line-height: 34px;
  cursor: pointer;
}

.formWrap button img {
  width: 18px;
}

@media (max-width: 850px) {
  .formWrap {
    position: fixed;
    max-width: inherit;
    z-index: 10;
    top: inherit;
    right: inherit;
    bottom: 4.5rem;
    left: 0;
    max-width: 100%;
  }
  .formWrap.showqrCode {
    margin-left: 0;
  }
  .formWrap input {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
    vertical-align: middle;
    background: #0fa44a;
  }
  .qrcode.showformWrap {
    bottom: 4.5rem;
  }
  .btn.showqrCode {
    margin-left: 0px;
    bottom: 4.5rem;
  }
}

@media (max-width: 850px) {
  .btnmb, .btnConnectmb {
    width: inherit;
    height: 50px;
  }
  .help a {
    color: #000;
    opacity: 1;
    font-size: 100%;
  }
  .btn {
    position: fixed;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    top: inherit;
    right: inherit;
    bottom: 4.5rem;
    left: 50%;
  }
  .hasAdvertise .btn {
    bottom: 4.5rem;
  }
  .ads {
    position: fixed;
    max-width: inherit;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: left;
    color: #fff;
  }
  .ads-pc {
    background: #0FA44A;
  }
  .ads-pc span {
    color: #F8E71C;
    font-size: 70%;
  }
  .fixedBot .btnpc {
    display: block;
  }
  .fixedBot .btnpc, .fixedBot .btnConnectpc {
    width: 300px;
  }
  .lang {
    position: fixed;
  }
}

@media (min-width: 800px) and (max-width: 900px) {
  .logoAppota {
    top: 1.3rem;
    right: 1rem;
    bottom: inherit;
    left: inherit;
  }
}

@media screen and (max-width: 767px) {
  .help a {
    font-size: 85%;
    opacity: 0.5;
  }
  .btn {
    bottom: 4.5rem;
  }
  .logoAppota {
    top: 2rem;
    right: inherit;
    bottom: inherit;
    left: 1.5rem;
    width: 130px;
    height: 40px;
  }
  .fixedBot .btnpc, .fixedBot .btnConnectpc {
    width: 100%;
    max-width: 400px;
  }
  .fixedBot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    padding: 30px 15px;
    background: #0FA44A;
    position: fixed;
  }
  .fixedBot-left, .fixedBot-right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fixedBot-right {
    padding-top: 25px;
  }
  .fixedBot-right a {
    width: 100%;
  }
  .qrcode.showformWrap {
    bottom: 8.5rem;
  }
}

@media screen and (max-width: 320px) {
  .modal-content {
    padding-top: 40px;
  }
}

/****** Theme  *******/

/*# sourceMappingURL=wifi.css.map */