@charset "UTF-8";
html {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px; }

@media only screen and (min-width: 769px) {
  html {
    font-size: 130px; } }
@media (min-width: 641px) and (max-width: 768px) {
  html {
    font-size: 125px; } }
@media (min-width: 534px) and (max-width: 640px) {
  html {
    font-size: 120px; } }
@media (min-width: 481px) and (max-width: 533px) {
  html {
    font-size: 115px; } }
@media (min-width: 376px) and (max-width: 480px) {
  html {
    font-size: 110px; } }
@media only screen and (max-width: 320px) {
  html {
    font-size: 100px; } }
body {
  font-size: .14em;
  margin: 0;
  color: #333333;
  background-color: #f5f5f5;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template, .hidden, .none {
  display: none; }

svg:not(:root) {
  overflow: hidden; }

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0285F0; }

a:active {
  outline: 0; }

a:active {
  color: #0285F0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: middle; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html, button, input, select, textarea {
  font-family: "Helvetica Neue", "Microsoft YaHei",Helvetica, STHeiTi, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  font-weight: normal; }

h1 {
  font-size: .18rem; }

h2 {
  font-size: .16rem; }

h3 {
  font-size: .14rem; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hide {
  display: none; }

#apply-page .page1 {
  background-color: #d43734;
  position: relative;
  padding-bottom: .5rem; }
  #apply-page .page1 .page1-top {
    font-size: 0; }
    #apply-page .page1 .page1-top img {
      width: 100%;
      min-height: 2.4rem; }
  #apply-page .page1 .big-card {
    text-align: center;
    margin-top: -1px; }
    #apply-page .page1 .big-card img {
      width: 65%; }
  #apply-page .page1 .tips {
    color: #FFDD73;
    text-align: center;
    font-size: .14rem;
    margin-top: -.1rem; }
  #apply-page .page1 .sm-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: .1rem 0;
    width: 70%;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #apply-page .page1 .sm-cards.one {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #apply-page .page1 .sm-cards .sm-card {
      width: 40%;
      position: relative; }
      #apply-page .page1 .sm-cards .sm-card.multi {
        width: 30%; }
      #apply-page .page1 .sm-cards .sm-card .choose {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #apply-page .page1 .sm-cards img {
      width: 100%; }
  #apply-page .page1 .apply-btn {
    width: 90%;
    margin: auto; }
    #apply-page .page1 .apply-btn img {
      width: 100%; }
  #apply-page .page1 .text {
    font-size: .12rem;
    text-align: center;
    color: #FFD99B;
    width: 90%;
    margin: .1rem auto 0; }
    #apply-page .page1 .text .card-notice {
      text-decoration: underline;
      color: #FFD99B;
      margin-left: .1rem; }
  #apply-page .page1 .page-arrow {
    position: absolute;
    width: .3rem;
    height: .3rem;
    background: url("https://img1.mastersim123.com/apply7/next.png") center center no-repeat;
    bottom: .1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-background-size: 50%;
    background-size: 50%;
    -moz-animation: arrowAnimate 1s ease-in-out infinite;
    -o-animation: arrowAnimate 1s ease-in-out infinite;
    animation: arrowAnimate 1s ease-in-out infinite;
    -webkit-animation: arrowAnimate 1s ease-in-out infinite; }
  #apply-page .page1 .invite-friend {
    width: .2rem;
    float: right;
    margin: .3rem;
    position: absolute;
    z-index: 2;
    right: 0; }
    #apply-page .page1 .invite-friend img {
      width: 100%;
      height: 100%; }
#apply-page .page2 {
  margin-top: -1px;
  overflow: auto;
  background-color: #d43734; }
  #apply-page .page2 .prerogative-list {
    text-align: center; }
    #apply-page .page2 .prerogative-list ul {
      width: 85%;
      margin: .1rem auto 0;
      color: #fff3b7;
      font-size: .12rem;
      text-align: left;
      line-height: .24rem; }
      #apply-page .page2 .prerogative-list ul.goldCtCard li span {
        text-decoration: underline;
        color: #fff; }
      #apply-page .page2 .prerogative-list ul .title {
        color: #fff;
        font-size: .16rem; }
    #apply-page .page2 .prerogative-list img {
      width: 100%; }
    #apply-page .page2 .prerogative-list .r1 {
      width: 100%; }
  #apply-page .page2 .choose {
    margin-top: .3rem;
    text-align: center; }
    #apply-page .page2 .choose .title {
      width: 5.28rem;
      margin-top: 0.666667rem;
      margin-bottom: 0.666667rem; }
    #apply-page .page2 .choose img {
      width: 90%; }
    #apply-page .page2 .choose ul img:nth-of-type(n+2) {
      margin-top: .4rem; }
  #apply-page .page2 .fee {
    text-align: center; }
    #apply-page .page2 .fee.fee1 {
      margin-top: .3rem; }
    #apply-page .page2 .fee img {
      width: 90%; }
  #apply-page .page2 .tips {
    width: 85%;
    margin: auto;
    color: #FFDD73;
    line-height: .18rem;
    font-size: .12rem;
    text-align: center; }
    #apply-page .page2 .tips .btn-download {
      text-decoration: underline;
      color: #fff; }
    #apply-page .page2 .tips .title {
      width: 25%;
      margin-top: .3rem;
      margin-bottom: .2rem; }
    #apply-page .page2 .tips .unicom-tips {
      display: none; }
    #apply-page .page2 .tips p {
      margin: 0 auto;
      position: relative;
      text-align: left; }
      #apply-page .page2 .tips p span {
        color: #fff; }
    #apply-page .page2 .tips .p1::before {
      content: "1.";
      margin-left: -0.15rem; }
    #apply-page .page2 .tips .p2::before {
      content: "2.";
      margin-left: -0.15rem; }
    #apply-page .page2 .tips .p3::before {
      content: "3.";
      margin-left: -0.15rem; }
    #apply-page .page2 .tips .p4::before {
      content: "4.";
      margin-left: -0.15rem; }
    #apply-page .page2 .tips .p5::before {
      content: "5.";
      margin-left: -0.15rem; }
    #apply-page .page2 .tips .p6::before {
      content: "6.";
      margin-left: -0.15rem; }
    #apply-page .page2 .tips .split {
      margin: 0.240000rem auto;
      opacity: 0.5;
      border: .01rem dashed #CEDBE5; }
    #apply-page .page2 .tips .other-tip {
      font-size: 0.14rem;
      color: #fff;
      line-height: .18rem; }
  #apply-page .page2 .apply-btn {
    width: 90%;
    margin: auto;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem; }
    #apply-page .page2 .apply-btn img {
      width: 100%; }

.share-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  display: none; }
  .share-mask .share-bg {
    background-repeat: no-repeat;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
    position: relative; }
    .share-mask .share-bg img {
      width: 100%; }
    .share-mask .share-bg .bottom {
      width: 90%;
      height: .2rem;
      padding-bottom: 0.4rem;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: .25rem; }
      .share-mask .share-bg .bottom .tips {
        height: 10%; }
        .share-mask .share-bg .bottom .tips p {
          font-size: 0.373333rem;
          color: #ff4e4b;
          text-align: center;
          font-family: "PingFangSC-Semibold"; }
          .share-mask .share-bg .bottom .tips p:last-child {
            font-size: 0.266667rem;
            color: #666666;
            font-family: "PingFangSC-Regular"; }
      .share-mask .share-bg .bottom .share-buttons {
        width: 100%;
        margin-top: .05rem;
        height: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .share-mask .share-bg .bottom .share-buttons div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          display: -webkit-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          align-items: center;
          margin-left: .04rem; }
          .share-mask .share-bg .bottom .share-buttons div::last-child {
            margin-left: 0;
            margin-right: .04rem; }
          .share-mask .share-bg .bottom .share-buttons div img {
            width: 0.3rem;
            margin-right: .05rem; }
          .share-mask .share-bg .bottom .share-buttons div p {
            font-family: "DroidSansFallback";
            font-size: 12px;
            color: #333333; }
    .share-mask .share-bg .continue {
      position: absolute;
      width: 80%;
      height: 1.5rem;
      bottom: .8rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.rule-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  display: none; }
  .rule-mask #ruleDetail {
    width: 90%;
    height: 85%;
    overflow: scroll;
    background-color: #fff;
    border-radius: 5px;
    padding: .2rem;
    position: relative;
    z-index: 5; }
    .rule-mask #ruleDetail .close {
      position: absolute;
      right: .05rem;
      top: .05rem;
      width: .15rem;
      height: .15rem;
      background-image: url(https://imgq.mastersim123.com/close_pro.png);
      -o-background-size: .15rem;
      background-size: .15rem;
      background-repeat: no-repeat; }
    .rule-mask #ruleDetail .title {
      text-align: center;
      font-size: .18rem;
      margin-top: .02rem; }
    .rule-mask #ruleDetail .content {
      margin-top: .15rem;
      line-height: 1.5; }

@media screen and (max-height: 570px) {
  #apply-page .page1 .big-card img {
    width: 50%; }
  #apply-page .apply-btn {
    width: 80%; } }
/* keyframes动画区域 */
@-moz-keyframes arrowAnimate {
  from {
    bottom: 2%; }
  to {
    bottom: 1.5%; } }
@-o-keyframes arrowAnimate {
  from {
    bottom: 2%; }
  to {
    bottom: 1.5%; } }
@keyframes arrowAnimate {
  from {
    bottom: 2%; }
  to {
    bottom: 1.5%; } }
@-webkit-keyframes arrowAnimate {
  from {
    bottom: 2%; }
  to {
    bottom: 1.5%; } }
@-moz-keyframes arrowAnimate1 {
  from {
    bottom: 4%; }
  to {
    bottom: 3.5%; } }
@-o-keyframes arrowAnimate1 {
  from {
    bottom: 4%; }
  to {
    bottom: 3.5%; } }
@keyframes arrowAnimate1 {
  from {
    bottom: 4%; }
  to {
    bottom: 3.5%; } }
@-webkit-keyframes arrowAnimate1 {
  from {
    bottom: 4%; }
  to {
    bottom: 3.5%; } }
