@charset "utf-8";

/* CSS Document */
html {
  font-size: 16px;
}

body {
  font-family: 'Georgia', Times New Roman, Adobe Caslon Pro, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

input,
select,
textarea,
.form-label {
  font-family: inter, 'arial', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.holded {
  color: #aaa;
}

img {
  border: 0;
  max-width: 100%;
}

div,
ul,
ol,
li,
dl,
dt,
dd,
a,
img,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0;
  padding: 0;
  border: 0px;
}

input,
select {
  outline: none;
}

ul,
li {
  list-style: none;
}

a:link,
a:visited {
  color: #ff8a9d;
  text-decoration: none;
}

a:hover {
  color: #ff5246;
}

/*去除手机端按钮默认样式*/
input {
  -webkit-appearance: none;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 10 00px white inset;
}

/*去除 select 背景*/
select::-ms-expand {
  display: none;
}

select {
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

/* Clear Fix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
  display: block;
}

/* End hide from IE Mac */
/* end of clearfix */
.cl {
  clear: both;
}

/* layout */

.color_bg {
  background: #ddabbb;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-height: 800px;
  background-image: linear-gradient(220deg, rgb(252 218 200) 0%, rgb(214 167 184) 45%, rgb(108 52 65) 100%);
  background-image: -webkit-linear-gradient(-160deg, rgb(252 218 200) 0%, rgb(214 167 184) 45%, rgb(108 52 65) 100%);
  width: 100%;
  height: 100%;
  background-size: cover !important;

}

#body_background_box,
#body_background_box .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-height: 800px;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}

#body_background_box .img1 {
  background: url(../images/bg1.jpg?v) no-repeat top center;
  z-index: 3;
}

#body_background_box .img2 {
  background: url(../images/bg2.jpg?v) no-repeat top center;
  z-index: 3;
}

#body_background_box .img3 {
  background: url(../images/bg3.jpg?v) no-repeat top center;
  z-index: 3;
}

#body_background_box .img4 {
  background: url(../images/bg4.jpg?v) no-repeat top center;
  z-index: 3;
}

.ques-wrap {
  text-align: center;
  margin: 320px auto 0;
  max-width: 680px;
}

.ques-wrap h1 {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.ques-wrap .question {
  margin: 30px auto 24px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  max-width: 600px;
}

.ques_btn_box {
  margin: 0 auto;
}

.ques_btn {
  box-sizing: border-box;
  display: inline-block;
  margin: auto 25px;
  padding: 22px 56px;
  border-radius: 10px;
  background-color: #3cc53f;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.ques_btn:hover {
  background-color: #32a535;
  color: #fff;
}

.secondary {
  color: #333;
  box-sizing: border-box;
  background: #ddd;
}

.timer {
  font-size: 34px;
  font-weight: 600;
  margin: 10px auto 10px;
  text-align: center;
  color: #fff;
  font-family: "Georgia", Times New Roman;
}

.secondary:hover {
  color: #333;
  background: #fff;
}

body {
  width: 100%;
  height: auto;
  height: 100%;
  background-color: #2a2a2a;
}

.mask {
  position: fixed;
  top: 0%;
  left: 0%;
  background: #000000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.signin {
  line-height: 20px;
  padding: 5px 0;
  text-align: center;
  color: #f0f0f0;
  font-size: 16px;
}

.signin i {
  font-size: 14px;
}

.share {
  margin-top: 20px;
}

.header .logo img {
  max-width: 200px;
}

.header {
  width: 100%;
  padding: 16px 10px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  font-family: inter, 'arial', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  align-items: center;
  box-sizing: border-box;
}

.header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content {
  background: url(../images/lady.png?v4) right bottom no-repeat;
  width: 980px;
  min-height: calc(100vh - 40px);
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  background-size: contain;
}

.content_c {
  width: 100%;
  clear: both;
  border-radius: 8px;
  -moz-border-radius: 8px;
  clear: both;
}

.block_register {
  margin: 0 auto;
  margin-top: 120px;
}

.block_register .ct {
  margin: 0px;
}

.block_register .ct .register_area {
  height: auto;
  width: 420px;
  margin-left: 10px;
}

.copyright {
  background: #f8f8f8;
  color: #999;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

/* ladies scroll  */
.slides {
  margin: 0px auto;
  width: 410px;
  height: 585px;
  overflow: hidden;
  position: relative;
}

.slide-pic {
  margin: 0px;
  padding: 0px;
  width: 410px;
  overflow: hidden;
  list-style: none;
}

.slide-pic img {
  width: 410px;
  height: 585px;
}

.reg_title {
  color: #fff;
  font-size: 2.1rem;
  text-align: left;
}

.reg_text {
  padding: 40px 0px;
}


/* TabbedPanels */
.TabbedPanels {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin: 0px;
  padding: 0;
  position: relative;
  box-shadow: -4px 6px 0px 0px rgba(43, 20, 20, 0.2);
}

.TabbedPanelsTabGroup {
  margin: 0px;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
}

.TabbedPanelsTab {
  display: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: default;
  margin: 0px 5px;
  border-radius: 30px;
  font-size: 36px;
  color: #666666;
  background: #b8c8df;
  *float: left;
  font-style: italic;
}

.TabbedPanelsTabSelected {
  display: block;
  background-color: #4685b8;
  color: #fff;
  -webkit-animation: bounceCenter 0.6s;
  animation: bounceCenter 0.6s;
}

.TabbedContent {
  color: #333;
  font-size: 14px;
  background-position: center top;
  background-repeat: no-repeat;
}

.TabbedPanelsContent {
  position: relative;
  z-index: 2;
  padding: 20px 50px 50px;
}

.reg_area {
  position: relative;
}

.reg_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* form */
#regForm {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

#regForm .form-item {
  margin: 1rem auto 0.75rem;
  text-align: center;
}

#regForm .form-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.15;
  width: 100%;
  text-align: left;
}

#regForm .form-con {
  width: 100%;
  margin-top: 14px;
  mmargin: 0px auto;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #404040;
  overflow: hidden;
}

.input-group,
.input_test {
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 54px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #202020;
}

.input_test {
  position: relative;
}

#passwd1 {
  z-index: 3;
  position: relative;
}

.select-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #404040;
  border-radius: 8px;
  line-height: 1;
}

.select-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  right: 4px;
  top: 40%;
}

.select-wrapper select {
  font-size: 18px;
  font-weight: 500;
  float: left;
  width: 100%;
  margin-top: 0px;
  text-indent: 6px;
  height: 54px;
  line-height: 54px;
  padding-left: 5px;
  border: none;
  background: url(../images/icon_arrow.png) no-repeat 96% center;
  *background: url(../images/icon_arrow.png) no-repeat 100% center;
  color: #222;
}

.select-wrapper select option {
  font-size: 16px;
}

.input-group .input_test,
.input-group .select-wrapper {
  width: 100%;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  text-indent: 6px;
  color: #3b3c68;
}

.form-age {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.input-group .select-wrapper {
  width: 30%;
  height: 52px;
  height: 100%;
  display: inline-block;
}

.input-group .select-wrapper select {
  width: 100%;
}

.input_desc {
  font-size: 12px;
  line-height: 1.8em;
  text-align: right;
  color: #888;
  display: none;
}

.button_box {
  padding-top: 12px;
}

#regForm .submitButton {
  margin: 0 auto;
  max-width: 400px;
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
}

.submitButton {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 20px 60px;
  max-width: 280px;
  display: inline-block;
  border-radius: 10px;
  background: linear-gradient(#ff3939 0%, #ffa057 100%);
  box-shadow: 0px 4px 12px rgba(255, 52, 0, 0.35);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
}

.submitButton:hover {
  background: linear-gradient(#ffa057 0%, #ff3939 100%);
}

.password-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 2.8rem;
  padding-left: 5px;
  z-index: 1;
  font-weight: normal;
  font-size: 1rem;
  color: #999999;
  text-align: left;
}

.terms_privacy {
  color: #666;
  display: none;
  margin: 16px auto 0;
  line-height: 1.3;
  font-size: 13px;
  text-align: center;
  max-width: 280px;
  font-family: inter, 'arial', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.terms_privacy a {
  color: #ce0e52;
  text-decoration: underline;
}

.terms_privacy a:hover {
  color: #ff4076;
}

/* intsva */
.intsva {
  position: absolute;
  z-index: 98;
  line-height: 1em;
  height: auto;
  font-size: 11px;
  /*font-size:0.7rem;*/
  margin-top: -29px;
  padding: 4px 6px;
  padding: 0.25rem 6px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0.2rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  /*white-space: nowrap;*/
}

.intsva .arrow {
  display: block;
  content: "";
  position: absolute;
  margin-left: 10px;
  bottom: -6px;
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-top-color: #333;
  left: 0;
  /* use for arrow bgColor */
}

.intsva .arrow:after {
  display: block;
  content: "";
  position: absolute;
  margin-top: -5px;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  z-index: -1;
  border-color: transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-top-color: #333;
  /* use for arrow border */
}

.error-tips {
  line-height: 2em;
  color: #CE4844;
}

.error-tips.block {
  margin: 6px 0 10px;
  padding: 5px 10px;
  margin: 0.375rem 0 0.625rem;
  padding: 0.375rem 0.625rem;
  border: 1px solid #f3c6cc;
  background: #ffedef;
  border-radius: 0.2rem;
}

.error-tips.block h1 {
  font-size: 14px;
  margin-bottom: 0.2em;
}

.error-tips.block p {
  line-height: 1.2em;
  margin-bottom: 0.4em;
}

/*for ie*/
.ie9 .select-wrapper select {
  margin-top: 10px;
  height: 1.5rem;
  width: 98%;
}

.ie8 .select-wrapper select {
  margin-top: 10px;
  height: 20px;
  width: 98%;
  border: none;
  background: url(../images/icon_arrow.png) no-repeat 100% center;
}


/* 如果没有定义这个，有可能在加载时一瞬间显示弹层 */
.popup-container {
  display: none;
}

/* animation */
.animated {
  animation-duration: .7s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@-webkit-keyframes bounceCenter {
  0% {
    -webkit-transform: scale(1)
  }

  10% {
    -webkit-transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.2)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@keyframes bounceCenter {
  0% {
    transform: scale(1)
  }

  10% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}

@-moz-document url-prefix() {
  .select_city {
    background: url("../images/icon_arrow.png") no-repeat 240px 8px !important;
  }
}

@media only screen and (max-height:680px) {
  .copyright {
    position: relative;
  }

  .content {
    min-height: 680px;
    height: calc(100vh - 40px);
  }

}

@media only screen and (max-height:750px) {
  .ques-wrap {
    margin: 120px auto 0;
  }
}

@media only screen and (max-width:700px) {
  .ques-wrap {
    width: 96%;
    margin: 40vh auto 40px;
  }

  #body_background_box .img1 {
    background: url(../images/mbg1.jpg) no-repeat top center;
    z-index: 3;
  }

  #body_background_box .img2 {
    background: url(../images/mbg2.jpg) no-repeat top center;
    z-index: 3;
  }

  #body_background_box .img3 {
    background: url(../images/mbg3.jpg) no-repeat top center;
    z-index: 3;
  }

  #body_background_box .img4 {
    background: url(../images/mbg4.jpg) no-repeat top center;
    z-index: 3;
  }

  #body_background_box,
  #body_background_box .bg_img {
    background-size: cover;
  }
}

@media only screen and (max-width:813px) {

  .content {
    width: 100%;
  }

}

@media only screen and (max-width:700px) {
  .reg_title {
    text-align: center;
    margin: 1rem auto;
  }

  .content {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 40px);
    background-position: center 40px;
    background-size: cover;
  }

  .content_c {
    margin-top: 20vh;
  }

  .left {
    display: none;
  }

  .block_register .ct .register_area {
    width: 100%;
    margin: 0 auto;
    max-width: 460px;
  }


  .block_register .ct {
    margin: 0;
    padding-bottom: 30px;
  }

  .block_register .ct .right {
    width: 96%;
    margin: 0 auto;
    float: none;
  }

  .block_register {
    height: auto;
    margin-top: 60px;
  }

  .TabbedPanelsTabGroup {
    left: 5px;
    top: 10px;
  }

  .TabbedPanelsContent {
    padding: 30px 0 50px;
    width: 90%;
    margin: 0 auto;
  }

  .block_register .logo {
    padding: 0;
    text-align: center;
  }

  .block_register .logo img {
    padding: 0px;
    width: 80%;
    padding-top: 10px;
  }

  .form-label {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }

  .attention_desc {
    padding: 60px 0px 20px;
  }

  .reg_text {
    padding: 20px 20px;
  }

  .reg_text {
    padding: 20px 6px 32px;
    text-align: center;
    margin: 0 auto;
  }

  .reg_area {
    margin-top: -20px;
  }

  .copyright {
    height: auto;
  }

  .ques-wrap h1 {
    font-size: 36px;
  }

  .ques_btn {
    margin: 0 8px;
    font-size: 1.5rem;
    padding: 24px 0;
    width: 40%;
    max-width: 180px;
  }

  .ques-wrap .question {
    font-size: 22px;
  }

  #login {
    position: absolute !important;
    min-height: 500px !important;
  }

  #login .form-label {
    padding-top: 2px;
  }

}


@media only screen and (max-width:450px) {
  .signin a:link {
    color: #fff;
  }

  .signin i {
    display: none;
  }

  .attention_con {
    box-sizing: border-box;
    width: 90%;
    padding: 30px 20px;
  }

  .attention_title {
    font-size: 28px;
  }

  a.attention_btn {
    font-size: 26px;
  }

  .ques-wrap h1 {
    font-size: 32px;
  }

  .block_register {
    width: 94%;
  }

  .TabbedPanelsTab {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }

  .block_register .ct .register_area {
    margin: 0 auto;
    width: 94%;
    box-sizing: border-box;
  }

  .block_register {
    margin-top: 0px;
    width: 100%;
  }

  #login .form-label {
    line-height: 1;
  }

  .TabbedPanelsContent {
    padding: 20px 0 40px;
    width: 85%;
  }

  /*手机版弹出验证信息位置调整*/
  .TabbedContent table {
    width: 98%;
  }

  #pointmsg_birthday_y {
    margin-left: 0px;
    background-position: -50% 100%;
    padding-bottom: 3px;
    margin-right: 18px;
  }

  #pointmsg_birthday_y p {
    border-bottom: 1px solid #FF9900;
  }

  #pointmsg_last_name {
    margin-left: 0px;
    background-position: -200% 100%;
    padding-bottom: 3px;
    margin-right: 18px;
  }

  #pointmsg_last_name p {
    border-bottom: 1px solid #FF9900;
  }

  #pointmsg_first_name {
    margin-left: 0px;
    background-position: -50% 100%;
    padding-bottom: 3px;
    margin-right: 18px;
  }

  #pointmsg_first_name p {
    border-bottom: 1px solid #FF9900;
  }

  #pointmsg_passwd1 {
    margin-right: 18px;
  }

  .form-label {
    margin-bottom: 0;
  }

  .form-con {
    width: 100%;
  }
}

@media only screen and (max-width:320px) {

  #pointmsg_first_name,
  #pointmsg_last_name,
  #pointmsg_passwd1 {
    margin-right: 52px;
  }

  .ques-wrap {
    width: 90%;
    margin-top: 20px;
  }

  .ques-wrap .question {
    margin: 20px auto 15px;
  }

  .ques-wrap h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .ques-wrap .question {
    font-size: 18px;
  }

  .select-wrapper select {
    font-size: 14px;
  }

  .content_c {
    margin-top: 150px;
  }
}


/* mobile landscape popup */
@media (max-width:820px) and (orientation:landscape) {
  .popup-container {
    width: 94% !important;
    left: 3% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: 3% !important;
    height: 94% !important;
    max-height: none;
  }

  .popup-container .popup-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    max-height: none;
  }

  .popup-container .popup-content {
    top: 70px;
    height: auto;
  }



}