@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 800px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for viewports that meet the condition */
}
.btn:focus,
.btn:active,
.btn-link:focus,
.btn-link:active {
  outline: none !important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

svg.logo {
  width: 203px;
  height: 28px;
  vertical-align: top;
  margin-right: 15px;
}

nav.navbar.navbar-default {
  border-radius: 0;
  border: none;
  background-color: #f9f9f9;
}
nav.navbar.navbar-default .container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-brand {
  outline: none;
}

.navbar-brand span {
  font-size: 14px;
  color: #000;
}

.navbar-default button.navbar-toggle {
  border-color: #000;
}

.navbar-default button.navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-nav > li > a {
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
}

#navbar {
  overflow: hidden;
  transition: height 300ms;
  display: block;
  height: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #F9F9F9;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding-top: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.footer > hr {
  width: 330px;
}

.footer > p {
  color: rgba(0, 0, 0, 0.86);
  font-size: 16px;
}

.footer > div .icon-aiysea:hover {
  text-decoration: none;
}
.footer > div .icon-aiysea:hover svg {
  fill: #009051;
}
.footer > div svg {
  fill: rgba(0, 0, 0, 0.16);
}
.footer > div svg:nth-child(1) {
  width: 56px;
  height: 18px;
  margin-right: 40px;
}
.footer > div svg:nth-child(2) {
  width: 36px;
  height: 15px;
  margin-right: 60px;
}
.footer > div svg:nth-child(3) {
  width: 17px;
  height: 20px;
}

.navbar-brand {
  line-height: 18px;
}

form {
  margin: 0 auto;
  max-width: 400px;
  padding: 30px;
  margin-top: 44px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form > .form-group {
  position: relative;
}

form > .clearfix {
  margin-bottom: 38px;
}
form > .clearfix > span {
  font-size: 24px;
  position: relative;
  top: -7px;
  font-weight: 700;
}

input.form-control {
  border-color: #dbdbdb;
  font-size: 16px;
  height: 44px;
}

input.form-control:focus {
  border-color: #874FFF;
  box-shadow: none;
}

button.btn-link {
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
  position: relative;
  padding-right: 15px;
}

button.btn-link:hover {
  color: #874FFF;
}

div.clearfix a:hover button.btn-link:before,
div.clearfix a:hover button.btn-link:after {
  background-color: #874FFF;
}

button.btn-link:before {
  top: 7px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

button.btn-link:after {
  top: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.btn-link:before,
button.btn-link:after {
  content: '';
  width: 1px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.56);
  position: absolute;
  right: 0;
}

button[type=submit] {
  width: 100%;
  background: linear-gradient(137.93deg, #874fff 0%, #3a82ff 134.73%);
  color: white;
  height: 44px;
}

button[type=submit]:hover,
button[type=submit]:focus {
  background: linear-gradient(137.93deg, #874fff 0%, #3a82ff 134.73%);
  color: white;
}

p {
  text-align: center;
}

form > p {
  font-size: 12px;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.38);
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.38);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.success {
  text-align: left;
  padding-top: 14px;
}

.success:before {
  content: '✓';
  text-align: center;
  background-color: #874FFF;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 5px;
  color: white;
  display: inline-block;
}

.success:after {
  content: 'Done';
  color: #874FFF;
  vertical-align: text-bottom;
  font-size: 14px;
  line-height: 14px;
}

.error {
  text-align: left;
  margin-bottom: 0;
  display: block;
  color: red;
  font-size: 14px;
  position: relative;
  padding-top: 14px;
  padding-bottom: 5px;
}

.error:before {
  content: '';
  text-align: center;
  background-color: red;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 5px;
  color: white;
  display: inline-block;
  vertical-align: middle;
}

.error:after {
  content: '✕';
  color: white;
  position: absolute;
  font-size: 12px;
  left: 3px;
  top: 16px;
}

@media (min-width: 768px) {
  .success,
  .error {
    min-width: 250px;
    margin-top: 10px;
    padding-top: 0;
  }

  .error:after {
    top: 2px;
    left: 3.5px;
  }
}
hr {
  margin-top: 70px;
  margin-bottom: 20px;
}

.thirdparty-login.btn-group-justified > .btn-group {
  width: 33%;
}
.thirdparty-login.btn-group-justified > .btn-group:nth-child(1) {
  padding-right: 5px;
}
.thirdparty-login.btn-group-justified > .btn-group:nth-child(2) {
  padding-left: 5px;
}
.thirdparty-login.btn-group-justified > .btn-group:nth-child(3) {
  padding-left: 10px;
}

.thirdparty-login.btn-group-justified > .btn-group .btn {
  width: 100%;
  border-radius: 4px !important;
  color: rgba(0, 0, 0, 0.56);
  background-color: #ededed;
  border: none;
}

.thirdparty-login .btn-group:nth-child(1) :hover {
  background-color: #04B486;
  color: white;
}

.thirdparty-login .btn-group:nth-child(2) :hover {
  background-color: #E42C35;
  color: white;
}

.thirdparty-login .btn-group:nth-child(3) :hover {
  background-color: #34A5FA;
  color: white;
}

#wx_login_container {
  text-align: center;
  height: 200px;
  overflow: hidden;
}

.loader {
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -16px;
  text-indent: -9999em;
  -webkit-animation: loader 1.3s infinite linear;
  animation: loader 1.3s infinite linear;
}

@-webkit-keyframes loader {
  0%, 100% {
    box-shadow: 0em -3em 0em 0.2em #e9e9e9, 2em -2em 0 0em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 -0.5em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 0em #e9e9e9;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #e9e9e9, 2em -2em 0 0.2em #e9e9e9, 3em 0em 0 0em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 -0.5em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 0em #e9e9e9, 3em 0em 0 0.2em #e9e9e9, 2em 2em 0 0em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 -0.5em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 0em #e9e9e9, 2em 2em 0 0.2em #e9e9e9, 0em 3em 0 0em #e9e9e9, -2em 2em 0 -0.5em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 0em #e9e9e9, 0em 3em 0 0.2em #e9e9e9, -2em 2em 0 0em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 0em #e9e9e9, -2em 2em 0 0.2em #e9e9e9, -3em 0em 0 0em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 0em #e9e9e9, -3em 0em 0 0.2em #e9e9e9, -2em -2em 0 0em #e9e9e9;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 0em #e9e9e9, -3em 0em 0 0em #e9e9e9, -2em -2em 0 0.2em #e9e9e9;
  }
}
@keyframes loader {
  0%, 100% {
    box-shadow: 0em -3em 0em 0.2em #e9e9e9, 2em -2em 0 0em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 -0.5em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 0em #e9e9e9;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #e9e9e9, 2em -2em 0 0.2em #e9e9e9, 3em 0em 0 0em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 -0.5em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 0em #e9e9e9, 3em 0em 0 0.2em #e9e9e9, 2em 2em 0 0em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 -0.5em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 0em #e9e9e9, 2em 2em 0 0.2em #e9e9e9, 0em 3em 0 0em #e9e9e9, -2em 2em 0 -0.5em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 0em #e9e9e9, 0em 3em 0 0.2em #e9e9e9, -2em 2em 0 0em #e9e9e9, -3em 0em 0 -0.5em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 0em #e9e9e9, -2em 2em 0 0.2em #e9e9e9, -3em 0em 0 0em #e9e9e9, -2em -2em 0 -0.5em #e9e9e9;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 0em #e9e9e9, -3em 0em 0 0.2em #e9e9e9, -2em -2em 0 0em #e9e9e9;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #e9e9e9, 2em -2em 0 -0.5em #e9e9e9, 3em 0em 0 -0.5em #e9e9e9, 2em 2em 0 -0.5em #e9e9e9, 0em 3em 0 -0.5em #e9e9e9, -2em 2em 0 0em #e9e9e9, -3em 0em 0 0em #e9e9e9, -2em -2em 0 0.2em #e9e9e9;
  }
}
.wx-title {
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding-bottom: 12px;
  margin-top: -30px;
}

.policy {
  font-size: 12px;
}

.slogan {
  margin-bottom: 70px;
}

.hcontainer {
  display: flex;
  gap: 120px;
  overflow: hidden;
  margin: 50px 10vw;
  justify-content: space-between;
}

.image-side {
  background-size: cover;
  flex: 1;
  text-align: right;
  margin-top: 60px;
}

.form-side {
  width: 500px;
  flex-direction: column;
}

@media (max-width: 1920px) {
  .image-side > img {
    width: 100%;
    max-width: 628px;
  }
}
form > :nth-child(3) {
  margin-bottom: 0;
}

form > :nth-child(4) {
  font-size: 13px;
  padding-top: 1px;
  margin-bottom: 0;
}

form > :nth-child(4) span {
  color: black;
}

form > :nth-child(4) a {
  display: block;
  float: right;
  color: #874FFF;
  font-weight: bold;
  outline: none;
}

form > :nth-child(4) > .checkbox .squaredTwo > label {
  width: 17px;
  height: 17px;
}

form > :nth-child(4) > .checkbox .squaredTwo > label:after {
  top: 4px;
  left: 1px;
}

form > .form-group div {
  height: 34px;
  padding-left: 0px;
  padding-right: 0px;
}
form > .form-group .phone-code {
  position: absolute;
  right: 5px;
  top: 9px;
  text-decoration: none;
  color: #874FFF;
}
form > .form-group .phone-code[disabled="true"] {
  pointer-events: none;
  color: #acaeb0;
}

.single .btn {
  width: 100%;
  border-radius: 4px !important;
  color: rgba(0, 0, 0, 0.56);
  background-color: #ededed;
  border: none;
}
.single .btn:hover {
  background-color: #02b300;
  color: white;
}

/* .squaredTwo */
#ck-auto-login {
  margin-left: 10px;
}

.squaredTwo {
  position: relative;
  width: 20px;
  height: 20px;
}

.squaredTwo span {
  padding-left: 8px;
  color: #919193;
}

.squaredTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: -20px;
  top: -2px;
  border: 1px solid #dcdcdc;
}

.squaredTwo label:after {
  content: '';
  width: 14px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 3px;
  border: 1.5px solid #21a4b7;
  border-top: none;
  border-right: none;
  background: transparent;
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
}

.squaredTwo input[type=checkbox] {
  opacity: 0;
}

.squaredTwo input[type=checkbox]:checked + label:after {
  filter: "progid: DXImageTransform.Microsoft.Alpha(enabled=false)";
  opacity: 1;
}

/* end .squaredTwo */
