article,
aside,
audio,
blockquote,
body,
button,
canvasde,
dd,
details,
div,
dl,
dt,
fieldset,
figca1tion,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
legend,
li,
main,
nav,
ol,
p,
pre,
section,
summary,
td,
textarea,
th,
ul,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
  visibility: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

del {
  font-family: Arial;
}

img {
  vertical-align: middle;
  border: 0;
}

li {
  list-style: none;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre-wrap;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

address,
caption,
cite,
dfn,
em,
i,
q,
th {
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 700;
}

fieldset,
legend {
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button,
input,
select,
select optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: middle;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-size: 0.28rem;
  line-height: 1.42857143;
  color: #666;
  max-width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 0.05rem auto -webkit-focus-ring-color;
  outline-offset: -0.02rem;
}

.page {
  /* background: url("../images/img4-1.jpg")no-repeat center center; */
  background: url("../images/img4-1.png") no-repeat center center;
  background-size: cover;
  width: 7.5rem;
  height: 16.9rem;
}

.box {
  width: 6.9rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.add {
  width: 100%;
  text-align: center;
  padding-top: 4.2rem;
}

.add dt {
  display: inline-block;
  /*background-color: #e40168;*/
  border-radius: 0.5rem;
  /*padding: 0.05rem 0.3rem;*/
}

.add dt div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add dt div img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.05rem;
}

.add dt div span {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}

.add p {
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  line-height: 0.45rem;
  margin-top: 0.24rem;
}

.form_box {
  width: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-top: 0.17rem;
  padding-bottom: 0.5rem;
}

.form {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.form_title {
  width: 100%;
  padding: 0.3rem 0;
}

.form_title h2 {
  font-size: 0.48rem;
  color: #000597;
  text-align: center;
  font-weight: bold;
}

.form_title p {
  font-size: 0.3rem;
  color: #a3a3a3;
  text-align: center;
  margin-top: 0.1rem;
}

.form dt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.94rem;
  border-radius: 0.1rem;
  background-color: #fff;
  box-sizing: border-box;
  /* border: 1px solid #000043; */
  border: 1px solid #a3a3a3;
  margin-bottom: 0.3rem;
  padding: 0.02rem;
}

.form dt i {
  width: 12%;
  height: 100%;
  line-height: 0.82rem;
  text-align: center;
}

.form dt i img {
  display: inline-block;
}

.form dt:nth-child(3) i img {
  width: 0.21rem;
  height: 0.23rem;
}

.form dt:nth-child(4) i img {
  width: 0.18rem;
  height: 0.24rem;
}

.form dt:nth-child(5) i img {
  width: 0.22rem;
  height: 0.22rem;
}

.form dt:nth-child(6) i img {
  width: 0.22rem;
  height: 0.22rem;
}

.form dt label {
  display: block;
  width: 88%;
  height: 100%;
}

.form dt label input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 0.24rem;
  color: #343434;
  background-color: #fff;
  outline: none;
}

.form dt label select {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 0.24rem;
  color: #b8b8b8;
  outline: none;
  background-color: #fff;
}

.form dt label select option {
  color: #343434;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.24rem;
  color: #b8b8b8;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.24rem;
  color: #b8b8b8;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.24rem;
  color: #b8b8b8;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.24rem;
  color: #b8b8b8;
}

.form dd {
  width: 100%;
  height: 0.84rem;
  position: relative;
  margin: 0 auto;
  padding-bottom: 0.28rem;
}

.form dd button {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background-color: #e43b24;
  border-radius: 0.1rem;
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}

.form dd img {
  width: 0.37rem;
  height: 0.55rem;
  position: absolute;
  top: 50%;
  margin-top: -0.275rem;
  left: 70%;
}

.yc {
  width: 100%;
}

.yc img {
  width: 100%;
}

.bottom {
  width: 100%;
  /*background-color: #fff;*/
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  padding-top: 0.38rem;
  line-height: 0.36rem;
}

.bottom a {
  color: #fff;
}

.show {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.show_big {
  background: url("../images/img9.png") no-repeat center center;
  background-size: cover;
  width: 5.79rem;
  height: 8.15rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -4.075rem;
  margin-left: -2.895rem;
  animation: mymove 0.5s;
  animation-iteration-count: 1;
  /* Safari and Chrome */
  -webkit-animation: mymove 0.5s;
  -webkit-animation-iteration-count: 1;
}

.show_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.hide {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  line-height: 0.6rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -0.2rem;
}

@keyframes mymove {
  from {
    top: 0;
  }

  to {
    top: 50%;
  }
}

@-moz-keyframes mymove

/* Firefox */ {
  from {
    top: 0;
  }

  to {
    top: 50%;
  }
}

@-webkit-keyframes mymove

/* Safari and Chrome */ {
  from {
    top: 0;
  }

  to {
    top: 50%;
  }
}

@-o-keyframes mymove

/* Opera */ {
  from {
    top: 0;
  }

  to {
    top: 50%;
  }
}

/*.show_box dd {*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    width: 100%;*/
/*    height: 2.7rem;*/
/*}*/
.show_box h2 {
  width: 100%;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 1.1rem;
  left: 50%;
  margin-left: -2.895rem;
}

.show_box p:nth-child(2) {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.45rem;
  margin-top: 0.05rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  margin-left: -2.895rem;
}

/*.show_box dt {*/
/*    text-align: center;*/
/*}*/
.show_box em {
  display: block;
  font-size: 0.28rem;
  color: #666;
  padding-top: 0.5rem;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 2.65rem;
  left: 50%;
  margin-left: -2.895rem;
}

.show_box p:nth-child(4) {
  font-size: 0.26rem;
  color: #343434;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 3.7rem;
  left: 50%;
  margin-left: -2.895rem;
}

.show_box img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 4.4rem;
  left: 50%;
  margin-left: -1.25rem;
}

.show_box span {
  display: block;
  font-size: 0.24rem;
  color: #5f9ad8;
  margin-top: 0.6rem;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0.4rem;
  left: 50%;
  margin-left: -2.895rem;
}

.private_policy {
  margin-top: 0.14rem;
}

.private_policy .private_policy_confirm {
  display: flex;
  align-items: center;
  margin-bottom: 0.45rem;
}

.private_policy .private_policy_confirm .confirm_text {
  margin-left: 0.1rem;
  font-size: 0.24rem;
}

.private_policy .private_policy_text {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #606060;
}

.private_policy input[type="checkbox"] {
  border-radius: 50%;
}

/* CSS 代码 */
.private_policy .round-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0.26rem;
  height: 0.26rem;
  background-color: #fff;
  border-radius: 50%;
  border: 0.02rem solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}

.private_policy .round-checkbox:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.private_policy .round-checkbox:checked::after {
  content: "\2714";
  font-size: 0.2rem;
  color: #fff;
  line-height: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.private_policy a {
  color: #1952c2;
  outline: none;
  text-decoration: none;
}

select option:disabled {
  color: #b8b8b8;
  /* 灰色或其他颜色 */
}

.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.mask .success,
.mask .fail {
  height: 3.08rem;
  width: 4.7rem;
  position: absolute;
  top: calc(50% - 1.54rem);
  left: calc(50% - 2.35rem);
  background-color: #fff;
  border-radius: 0.3rem;
  text-align: center;
}

.mask .success .pic {
  width: 1.16rem;
  height: 1.16rem;
  margin: 0.17rem 0 0;
}

.mask .fail .pic {
  width: 0.82rem;
  height: 0.72rem;
  margin: 0.36rem 0 0.14rem;
}

.mask h2 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #df0b0b;
  margin-bottom: 0.1rem;
}

.mask .success .close,
.mask .fail .close {
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  height: 0.36rem;
  width: 0.36rem;
}

.mask .confirm {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #165dff;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.7rem;
}

.mask .privacy_cancel {
  text-align: center;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.7rem;
  width: 50%;
}

.mask .privacy_confirm {
  width: 50%;
  color: #165dff;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.7rem;
}

.mask .btns {
  display: flex;
  width: 100%;
}
