/*公共样式*/
a,
b,
body,
button,
dd,
div,
dl,
em,
header,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
label,
li,
nav,
p,
select,
span,
td,
textarea,
u,
ul {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}
html {
  line-height: 1.5;
  -webkit-user-select: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: .875rem;
  color: #333;
  font-family: Helvetica;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
a {
  text-decoration: none;
}
img,
input {
  border: none;
}
img {
  object-fit: cover;
  display: block;
}
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
  -webkit-appearance: none;
  appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c0c4cf;
}
input[type=button],
input[type=number],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
textarea,
button {
  -webkit-appearance: none;
}
a:active,
a:focus,
a:hover,
button,
input,
textarea {
  outline: 0;
}
ol,
ul,
li {
  list-style: none;
}
i,
em,
u {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  color: #000;
}
h1,
.f22 {
  font-size: 1.375rem;
}
h2,
.f20 {
  font-size: 1.25rem;
}
h3,
.f18 {
  font-size: 1.125rem;
}
h4,
.f16 {
  font-size: 1rem;
}
h5,
.f14 {
  font-size: .875rem;
}
h6,
.f12 {
  font-size: .75rem;
}
.f24 {
  font-size: 1.5rem;
}
.f24,
.f22,
.f20,
.f18,
.f16,
.f14,
.f12 {
  color: #31383A;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.c6 {
  color: #666;
}
.c9 {
  color: #999;
}
.gray {
  color: #929292;
}
.white {
  color: #fff;
}
.plum {
  color: #D53C84;
}
.bgc-w,
.box {
  background-color: #fff;
}
.bgc-g {
  background-color: #e7e8f0;
}
.bgc-p {
  background-color: #D53C84;
  color: #fff;
}
.btn,
.btn-g {
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
}
.btn {
  background: #D53C84;
  color: #fff;
}
.btn-g {
  position: relative;
}
.btn-g:after {
  content: '';
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 10px;
}
.btn-blur {
  background: #dcdcdc;
  color: #fff;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.btn-blur.prese {
  background: #D53C84;
}
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page,
.page-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efeff4;
  overflow: hidden;
}
.page {
  background: #F6F6F6;
}
.page-current {
  overflow: hidden;
  display: block;
}
.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
}
.nav_curr {
  border-bottom: 3px solid #D53C84;
  color: #D53C84;
}
.box {
  padding: 15px;
  margin-top: 10px;
}
.line {
  position: relative;
}
.line:after {
  content: '';
  width: 200%;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 1px solid #ccc;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
}
.scrl,
.main {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
/*过渡*/
.hidePage {
  opacity: 0;
}
.showPage {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
/*提示窗*/
#add-loading,
#msg-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 13;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
#add-loading .lod {
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 12;
  border-radius: .5rem;
  padding: 0 1rem;
  min-width: .8rem;
  padding-top: 3rem;
  padding-bottom: .6rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: .8rem;
  background: rgba(0, 0, 0, 0.8) url(../img/page_loading.gif) no-repeat center 0.8rem;
  background-size: 35%;
}
#msg-loading .msg {
  padding: .6rem 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: .3rem;
  overflow: hidden;
  z-index: 12;
  font-size: .8rem;
  max-width: 90%;
  word-wrap: break-word;
}
#msg-loading .msg,
#add-loading .lod {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
}
#msg-loading .msg,
#add-loading .lod {
  -webkit-animation: bounceIn 0.35s;
}
#msg-loading .msg.hide,
#add-loading .lod.hide {
  -webkit-animation: bounceOut 0.25s;
  -webkit-animation-fill-mode: forwards;
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
  }
}
/*基准值*/
@media only screen and (max-width: 320px) {
  html {
    font-size: 0.85625rem;
  }
}
@media only screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 0.9625rem;
  }
}
@media only screen and (min-width: 361px) and (max-width: 380px) {
  html {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 381px) and (max-width: 390px) {
  html {
    font-size: 1.025rem;
  }
}
@media only screen and (min-width: 391px) and (max-width: 420px) {
  html {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 421px) and (max-width: 480px) {
  html {
    font-size: 1.28125rem;
  }
}
