@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  outline: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

.text-center {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

*:before,
*:after,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

.pxl,
.hidden {
  display: none !important;
}

p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
figure {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

svg > * {
  fill-rule: evenodd;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 15px;
}

.wrapper {
  overflow: hidden;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms linear;
}

.scroll-top img {
  width: 50%;
}

.content-text .container {
  max-width: 980px;
}

.content-text h1,
.content-text h2 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.5em;
}

.content-text p {
  margin: 20px 0;
  line-height: 1.4;
  font-size: 1em;
}

@media (max-width: 350px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .scroll-top {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .scroll-top img {
    width: auto;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 0.83vw;
  }

  body {
    font-size: 1rem;
  }

  .container {
    max-width: 80rem;
    padding: 0 1.56rem;
  }

  .scroll-top {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }

  .content-text .container {
    max-width: 61.25rem;
  }

  .content-text h1,
.content-text h2 {
    margin-bottom: 1.25rem;
  }

  .content-text p {
    margin: 1.25rem 0;
  }

  .scroll-top img {
    width: 50%;
  }
}
.header {
  padding: 5px 0;
}

.header .logo img,
.header .logo svg {
  width: auto;
  max-width: 45vw;
  height: 50px;
}

.header .btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.bg-girl {
  position: relative;
  min-height: 300px;
  background-position: 40% top;
  background-repeat: no-repeat;
  background-size: 250% auto;
}

.bg-girl .container,
.bg-girl .container .bg-girl-inner {
  position: relative;
  padding: 0;
  height: 100%;
}

@media (max-width: 350px) {
  .header .logo img,
.header .logo svg {
    height: 45px;
  }

  .header .btn {
    right: 10px;
    font-size: 0.7em;
  }
}
@media (min-width: 768px) {
  .header .btn {
    right: 25px;
  }

  .header .logo img,
.header .logo svg {
    height: 80px;
  }

  .bg-girl {
    min-height: 0;
    height: 700px;
    background-position: center top;
    background-size: cover;
  }

  .bg-girl .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1800px) {
  .header {
    padding: 0.31rem 0;
  }

  .header .logo img,
.header .logo svg {
    height: 5rem;
  }

  .header .btn {
    right: 1.56rem;
  }

  .bg-girl {
    min-height: 0;
    height: 43.75rem;
  }

  .bg-girl .container {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
  }
}
.footer {
  text-align: center;
  font-size: 0.9em;
}

.footer .container {
  padding-left: 0;
  padding-right: 0;
}

.footer .footer-inner {
  padding: 20px 20px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.footer .promotion-text {
  font-size: 0.7em;
  text-align: justify;
}

.footer .legal__container {
  margin-top: 50px;
}

.legal__container > div {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}

.legal__container > div:last-child {
  margin-right: 0;
}

.legal__container > div:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.legal__container > div:last-child:before {
  content: none;
}

.footer .copyright {
  margin-top: 30px;
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .footer .promotion-text {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  .footer .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1800px) {
  .footer .footer-inner {
    padding: 1.25rem 1.25rem 1.87rem;
    border-top-left-radius: 0.62rem;
    border-top-right-radius: 0.62rem;
  }

  .footer .legal__container {
    margin-top: 50px;
  }

  .legal__container > div {
    margin-right: 1.25rem;
  }

  .legal__container > div:before {
    right: -0.94rem;
    width: 0.19rem;
    height: 0.19rem;
  }

  .footer .copyright {
    margin-top: 1.87rem;
  }

  .footer .container {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
  }
}
.btn {
  padding: 5px 15px;
  border: 0;
  border-radius: 3px;
  font-size: 0.9em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 300ms linear;
}

.btn.btn-big {
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 1em;
}

@media (min-width: 768px) {
  .btn {
    padding: 7px 30px;
  }

  .btn.btn-big {
    padding: 15px 30px;
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .btn.btn-big {
    font-size: 1.7em;
  }
}
@media (min-width: 1800px) {
  .btn {
    padding: 0.44rem 1.87rem;
    border-radius: 0.19rem;
  }

  .btn.btn-big {
    padding: 0.94rem 1.87rem;
    border-radius: 0.31rem;
  }
}
.profiles {
  margin: 40px 0;
}

.profiles ul {
  margin: 0 -5px;
}

.profiles ul:after {
  content: "";
  display: table;
  clear: both;
}

.profiles li {
  display: none;
  float: left;
  margin: 5px 0;
  padding: 0 5px;
  width: 50%;
}

.profiles li:nth-child(1),
.profiles li:nth-child(2) {
  display: block;
}

.profiles .btn {
  display: block;
  margin: 20px auto 0;
}

.profile-item {
  position: relative;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
}

.profile-item img {
  width: 100%;
}

.profile-item .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  text-align: center;
  transition: bottom 300ms linear;
}

.profile-item h3 {
  padding: 10px 0;
  font-size: 1rem;
}

.profile-item p {
  height: 60px;
  overflow: hidden;
  font-size: 0.85rem;
  line-height: 1.4;
}

@media (max-width: 350px) {
  .profile-item .cover h3 {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .profiles {
    margin: 80px 0;
  }

  .profiles li {
    display: block;
    margin: 10px 0;
    padding: 0 10px;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .profiles {
    padding: 0 50px;
  }

  .profile-item .cover h3 {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .profile-item:hover .cover {
    bottom: 0;
  }
}
@media (min-width: 1800px) {
  .profiles {
    margin: 5rem 0;
    padding: 0 3.12rem;
  }

  .profiles ul {
    margin: 0 -0.31rem;
  }

  .profiles li {
    margin: 0.62rem 0;
    padding: 0 0.62rem;
  }

  .profiles .btn {
    margin: 1.25rem auto 0;
  }

  .profile-item .cover {
    bottom: -3.75rem;
  }

  .profile-item .cover h3 {
    padding: 0.94rem 0;
  }

  .profile-item p {
    height: 3.75rem;
  }
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .profiles li {
    width: 33.3333%;
  }

  .profiles li:nth-child(3) {
    display: block;
  }
}
.promotion {
  display: none;
  text-align: center;
  font-size: 0;
}

.promotion li {
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.promotion li:before {
  content: "";
  display: block;
  height: 60%;
  width: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.promotion li:last-child:before {
  content: none;
}

.promotion-item {
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 1rem;
}

.promotion-item svg {
  height: 100px;
}

.promotion-item strong {
  display: block;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .promotion {
    display: block;
  }
}
@media (min-width: 992px) {
  .promotion-item {
    font-size: 1.2rem;
  }
}
@media (min-width: 1800px) {
  .promotion li:before {
    width: 0.25rem;
  }

  .promotion-item {
    padding: 0.94rem 0.62rem;
  }

  .promotion-item svg {
    height: 6.25rem;
  }

  .promotion-item strong {
    margin-top: 0.31rem;
  }
}
.section-benefit {
  display: none;
  padding: 3em 1em;
  background: #eeeeee;
}

.section-benefit h1 {
  padding: 0;
  margin: 0;
  font-size: 6em;
  font-weight: normal;
  color: #ff3d00;
}

.section-benefit p {
  font-size: 3.5em;
  margin: 0 0 1em 0;
}

.list-benefit {
  float: right;
  width: 65%;
}

.list-benefit li {
  overflow: auto;
  line-height: 1.5em;
  margin: 0 0 4em 0;
  clear: both;
}

.list-benefit li span.icon-external {
  position: relative;
  background-color: #47ceac;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 9.5em;
  height: 9.5em;
  margin: 0 1em 0 0;
  background-size: 5em auto;
  border-radius: 100%;
}

.list-benefit li span.icon-external img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.list-benefit li h3 {
  color: #000000;
  font-size: 2em;
  line-height: 1.1;
  font-weight: normal;
  margin: 0.5em 0 0.25em 0;
}

.img-benefit {
  float: left;
  width: 30%;
}

@media (min-width: 768px) {
  .section-benefit {
    display: block;
  }

  .list-benefit li span.icon-external {
    margin-top: 1em;
    margin-bottom: 7em;
  }
}
@media (min-width: 992px) {
  .list-benefit li span.icon-external {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .list-benefit li span.icon-external img {
    width: 5.5rem;
  }
}
.section-matching {
  padding: 5em 0.1em;
  background: url(/img/_pictures/fsk12/l/index5_2.jpg) no-repeat center center;
  background-size: cover;
}

.section-matching h2 {
  font-size: 2em;
  color: #47ceac;
}

.section-matching p {
  margin-bottom: 1em;
  font-size: 1.25em;
}

.box-matching {
  position: relative;
  padding: 2em 1em;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.2em;
  box-shadow: 0px 0px 10px #999999;
}

.matching-male,
.matching-female {
  position: relative;
  font-size: 3vw;
  text-align: center;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
}

.matching-male {
  top: -24vw;
  width: 28vw;
  margin-left: -33vw;
}

.matching-female {
  top: -16vw;
  width: 34vw;
  margin-left: 0;
}

@media (min-width: 768px) {
  .section-matching {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .box-matching {
    padding: 3em 0.1em;
  }

  .section-matching h2 {
    font-size: 6em;
  }

  .section-matching p {
    font-size: 3.5em;
    margin-bottom: 0;
  }

  .matching-male {
    top: -12.5rem;
    width: 15rem;
    margin-left: -18rem;
  }

  .matching-female {
    top: -7rem;
    width: 19rem;
    margin-left: 0.5rem;
  }

  .matching-male,
.matching-female {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .section-matching {
    background-attachment: fixed;
  }
}
@media (min-width: 1800px) {
  .box-matching {
    box-shadow: 0 0 0.62rem #999999;
  }

  .box-matching .matching-image img {
    width: 80%;
    max-width: none;
  }
}
.section-stories {
  padding: 3em 0 0;
}

.box-stories {
  position: relative;
}

.story-item {
  position: relative;
  min-height: 18em;
  margin: 2em 0;
}

.story-item:nth-child(2) ~ .story-item {
  display: none;
}

.story-img img {
  width: 100%;
}

.story-content {
  padding: 1em;
  background: #eeeeee;
  border-radius: 0.2em;
  box-shadow: 0px 0px 65px #666;
  position: relative;
  max-width: 37em;
  top: -4px;
}

.story-item .story-content:before {
  content: "";
  display: block;
  position: absolute;
  top: -4em;
  left: 1em;
  right: auto;
  border: 2em solid transparent;
  border-right-color: #eeeeee;
  transform: rotate(90deg);
}

.story-content h2 {
  margin: 0 0 0.2em;
  font-size: 2em;
}

@media (min-width: 768px) {
  .section-stories {
    padding-bottom: 3em;
  }

  .story-item {
    min-height: 15em;
  }

  .story-img {
    position: absolute;
    width: 100%;
    max-width: 280px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
  }

  .story-item:nth-child(2n) .story-img {
    right: 0;
  }

  .story-item:nth-child(2n+1) .story-img {
    left: 0;
  }

  .story-content {
    top: 35px;
    max-width: 30em;
  }

  .story-content h2 {
    font-size: 2em;
    line-height: 1;
  }

  .story-content p {
    font-size: 0.77em;
  }

  .story-item .story-content:before {
    top: 2em;
    bottom: auto;
    border: 2em solid transparent;
    transform: rotate(0deg);
  }

  .story-item:nth-child(2n+1) .story-content:before {
    right: auto;
    left: -4em;
    border-right-color: #eeeeee;
  }

  .story-item:nth-child(2n) .story-content:before {
    left: auto;
    right: -4em;
    border-left-color: #eeeeee;
  }

  .story-item:nth-child(2n) .story-content {
    float: left;
  }

  .story-item:nth-child(2n+1) .story-content {
    float: right;
  }

  .story-item:nth-child(2) ~ .story-item {
    display: block;
  }
}
@media (min-width: 992px) {
  .story-item {
    min-height: 18em;
  }

  .story-img {
    max-width: 420px;
  }

  .story-content {
    top: 27px;
    max-width: 37em;
  }

  .story-content h2 {
    font-size: 3.5em;
  }

  .story-content p {
    font-size: 1em;
  }
}
@media (min-width: 1800px) {
  .story-content {
    box-shadow: 0 0 4rem #666;
    top: 1.69rem;
  }

  .story-img {
    max-width: 26.25rem;
  }
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .story-content {
    max-width: none;
  }
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-overlay.highest {
  display: block;
  z-index: 9999;
}

.registration .form-btn-close {
  display: none;
}

.login-regform {
  padding-top: 80%;
  font-size: 1.1em;
}

.lock-overlay {
  height: auto;
  overflow: auto;
}

.lock-overlay .registration,
.registration {
  position: static;
  transform: none;
  padding: 0;
}

.registration-inner {
  border-radius: 0;
  box-shadow: none;
}

.registration .block-button-group .btn-group {
  border-radius: 5px;
  font-size: 0;
}

.registration .block-button-group .btn-group label {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: left;
}

.registration .block-button-group .btn-group label span {
  position: relative;
  padding: 15px 10px 15px 40px;
  background-color: transparent;
  text-transform: none;
  font-size: 1rem;
  font-style: italic;
}

.registration .block-button-group .btn-group label span:before,
.registration .block-button-group .btn-group label input[type=radio]:checked + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

.registration .block-button-group .btn-group label input[type=radio] + span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: all 200ms ease;
}

.registration .block-button-group .btn-group label input[type=radio]:checked + span:after {
  left: 14px;
  width: 10px;
  height: 10px;
}

.registration .block .btn-group {
  display: flex;
  flex-wrap: wrap;
}

.registration .block .btn-group .btn-prev {
  flex: 1;
  flex-grow: 1;
}

.registration .block .btn-group .btn-primary {
  flex: 4;
  flex-grow: 4;
}

.registration .block .btn-group .btn + .btn {
  margin-left: 5px;
}

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

.registration .form-group:first-child {
  margin-top: 0;
}

.registration .form-group:last-child {
  margin-bottom: 0;
}

.registration .form-group .fa {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 30px;
  text-align: center;
}

.registration .form-group .form-control {
  padding: 0 10px 0 70px;
  height: 50px;
  border: 0;
  border-radius: 5px;
  font-size: 1em;
}

.registration .form-group select.form-control {
  background-image: none;
}

.registration .form-group .required {
  margin-top: 10px;
  font-size: 0.9em;
}

.registration .form-group .unknown-error-msg {
  flex-grow: 1;
  min-width: 100%;
  padding: 8px;
  font-size: 14px;
  text-align: left;
}

.registration .btn-radio input[type=radio] {
  display: none;
}

.registration .form-group.form-group-radio .form-group-inner {
  display: flex;
  margin: 0 -5px;
}

.registration .btn-radio {
  flex: 1;
  margin: 0 5px;
}

.registration .btn-radio label {
  position: relative;
  padding: 0 10px 0 70px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 5px;
  background-color: #47ceac;
  font-size: 1em;
  cursor: pointer;
  color: #ffffff;
}

.registration .btn-radio input[type=radio]:checked + label {
  background-color: #ff3d00;
}

.registration .btn-radio label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #ffffff;
}

.registration .btn-radio.btn-radio-male label:before {
  content: "";
}

.registration .btn-radio.btn-radio-female label:before {
  content: "";
}

.registration .legal-warning-text {
  font-size: 0.8em;
}

/* icons */
.registration .form-group.has-icon .form-group-inner {
  position: relative;
}

.registration .form-group.has-icon .form-group-inner:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 30px;
  text-align: center;
}

.registration .form-group.has-icon.icon-reload .form-group-inner:before {
  content: "";
}

.registration .form-group.has-icon.icon-user .form-group-inner:before {
  content: "";
}

.registration .form-group.has-icon.icon-key .form-group-inner:before {
  content: "";
}

.registration .form-group.has-icon.icon-email .form-group-inner:before {
  content: "";
}

/* progress bar */
.registration .progress-bar-wrapper {
  padding: 0 15px 15px;
}

.registration .progress-bar,
.registration .progress-bar li {
  border-radius: 0;
}

.registration .progress-bar {
  background-color: transparent;
}

.registration .progress-bar li {
  margin: 0 2px;
  height: 17px;
  border-radius: 3px;
}

.registration .progress-bar li::before,
.registration .progress-bar li::after {
  content: none;
}

/* tabs */
.login-regform .tabs {
  display: none;
}

.login-regform .tabs li {
  flex: 1;
  align-self: flex-end;
}

.login-regform .tabs .btn {
  position: static;
  display: block !important;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: none;
  color: #666666;
}

.login-regform .tabs .btn.hidden {
  padding: 15px 0;
  background-color: #47ceac;
  color: #ffffff;
}

@media (min-width: 768px) {
  .login-regform {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 12%;
    left: auto;
    z-index: 9;
    transform: none;
    padding-top: 0;
    width: 450px;
  }

  .registration-inner {
    border-radius: 5px;
  }

  .registration .btn.btn-prev {
    padding: 0;
    font-size: 1.6em;
    width: 55px;
  }
}
@media (max-width: 350px) {
  .registration .btn-radio label,
.registration .form-group .form-control {
    padding-left: 55px;
  }

  .registration .form-group .form-control {
    font-size: 0.9em;
  }
}
@media (min-width: 1800px) {
  .registration .form-icon {
    top: -1.87rem;
  }

  .registration .form-btn-close {
    top: 0.62rem;
    right: 0.62rem;
    width: 1.87rem;
    height: 1.87rem;
    border: calc(1rem / 16) solid #666666;
    font-size: 1.56rem;
  }

  .registration header {
    padding: 0.94rem 0.31rem;
    border-bottom: calc(1rem / 16) solid #666666;
  }

  .registration .block {
    padding: 0.94rem;
  }

  .registration .unknown-error-msg {
    margin: 0.31rem 0;
    font-size: 0.75rem;
  }

  .block-group .btn-group {
    margin-top: 1.25rem;
  }

  /* fields */
  .block-field-group .form-group {
    margin: 0.94rem 0;
  }

  .block-field-group .form-group label {
    margin: 0.31rem 0;
  }

  .block-field-group .form-group label .fa {
    margin-right: 0.31rem;
  }

  .block-field-group .form-group.has-agreement .agreements input[type=checkbox] + label {
    padding-left: 1.87rem;
    min-height: 1.37rem;
  }

  .block-field-group .form-group.has-agreement .agreements input[type=checkbox] + label:before {
    top: 0.13rem;
    margin-right: 0.31rem;
    width: 1.37rem;
    height: 1.37rem;
    border: calc(1rem / 16) solid #666666;
  }

  .block-field-group .form-group.has-agreement .agreements input[type=checkbox]:checked + label:before {
    font-size: 1rem;
    line-height: 1.37rem;
  }

  .form-group-birthday .form-group-birthday-inner {
    margin-left: -0.31rem;
    margin-right: -0.31rem;
  }

  .form-group-birthday .form-group-birthday-inner > div {
    padding: 0 0.31rem;
  }

  .form-group-age-range {
    margin-left: -0.31rem;
    margin-right: -0.31rem;
  }

  .form-group-age-range .form-group-age-range-inner > div {
    padding: 0 0.31rem;
  }

  /* button */
  .block-button-group p {
    margin: 0.62rem 0;
  }

  .login-regform {
    width: 28.12rem;
  }

  .registration-inner {
    border-radius: 0.31rem;
    -webkit-box-shadow: 0 0 1.87rem 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1.87rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1.87rem 0 rgba(0, 0, 0, 0.3);
  }

  .registration .block-button-group .btn-group {
    border-radius: 0.31rem;
  }

  .registration .block-button-group .btn-group label span {
    padding: 0.94rem 0.62rem 0.94rem 2.5rem;
  }

  .registration .block-button-group .btn-group label span:before,
.registration .block-button-group .btn-group label input[type=radio]:checked + span:before {
    left: 0.62rem;
    width: 1.12rem;
    height: 1.12rem;
    border-width: calc(1rem / 16);
  }

  .registration .block-button-group .btn-group label input[type=radio] + span:after {
    left: 1.25rem;
  }

  .registration .block-button-group .btn-group label input[type=radio]:checked + span:after {
    left: 0.87rem;
    width: 0.62rem;
    height: 0.62rem;
  }

  .registration .block .btn-group .btn + .btn {
    margin-left: 0.31rem;
  }

  .registration .form-group .fa {
    width: 3.12rem;
    height: 3.12rem;
    line-height: 3.12rem;
    border-top-left-radius: 0.31rem;
    border-bottom-left-radius: 0.31rem;
    font-size: 1.87rem;
  }

  .registration .form-group .form-control {
    padding: 0 0.62rem 0 4.37rem;
    height: 3.12rem;
    border-radius: 0.31rem;
  }

  .registration .form-group .required {
    margin-top: 0.62rem;
    font-size: 0.87rem;
  }

  .registration .form-group .unknown-error-msg {
    padding: 0.5rem;
    font-size: 0.87rem;
  }

  .registration .form-group.form-group-radio .form-group-inner {
    margin: 0 -0.31rem;
  }

  .registration .btn-radio {
    margin: 0 0.31rem;
  }

  .registration .btn-radio label {
    padding: 0 0.62rem 0 4.37rem;
    height: 3.12rem;
    line-height: 3.12rem;
    border-radius: 0.31rem;
  }

  .registration .btn-radio label:before {
    left: 0.94rem;
    font-size: 1.87rem;
  }

  .registration .btn.btn-prev {
    width: 3.44rem;
  }

  .registration .form-group.has-icon .form-group-inner:before {
    width: 3.12rem;
    height: 3.12rem;
    line-height: 3.12rem;
    border-top-left-radius: 0.31rem;
    border-bottom-left-radius: 0.31rem;
    font-size: 1.87rem;
  }

  /* progress bar */
  .registration .progress-bar-wrapper {
    padding: 0 0.94rem 0.94rem;
  }

  .registration .progress-bar li {
    margin: 0 0.13rem;
    height: 1.06rem;
    border-radius: 0.19rem;
  }

  .login-regform .tabs .btn {
    padding: 1.25rem 0;
  }

  .login-regform .tabs .btn.hidden {
    padding: 0.94rem 0;
  }
}

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