html{outline:none;-webkit-text-size-adjust:100%!important;-webkit-tap-highlight-color:rgba(255,255,255,0);width:100%;top:0;left:0;font-family:PingFang SC,-apple-system,Helvetica Neue,Helvetica,sans-serif;background:transparent}body{font-size:12px}blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;-webkit-user-select:none;user-select:none}button,input,select,textarea{outline:none;border:none;background:transparent;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-user-select:auto;user-select:auto}li,ol,ul{list-style:none}table,th{font-weight:400}em,i,s{font-style:normal;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:400;padding:0;margin:0}a{cursor:pointer}a,a:hover{text-decoration:none}img{vertical-align:middle}
.dialog[data-v-18aa33b8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.mask[data-v-18aa33b8] {
    position: absolute;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.dialog_wrapper[data-v-18aa33b8] {
    position: absolute;
    width: 5.6rem;
    left: 50%;
    margin-left: -2.8rem;
    top: 45%;
    margin-top: -1.52rem;
    background: #fff;
    border-radius: .06rem;
    z-index: 201;
}
.dialog_wrapper .close[data-v-18aa33b8] {
    position: absolute;
    right: 0.25rem;
    top: 0.16rem;
}
.close img[data-v-18aa33b8] {
    width: .28rem;
}
.dialog_main p[data-v-18aa33b8] {
    text-align: center;
    font-size: .28rem;
    color: #989898;
    padding-top: .18rem;
}
.dialog_con .left[data-v-18aa33b8] {
    text-align: left;
}
.dialog_con[data-v-18aa33b8] {
    border-bottom: 1px solid #ddd;
    padding-bottom: .26rem;
    padding-top: .26rem;
}
.dialog_con p[data-v-18aa33b8] {
    color: #000;
    line-height: 0.4rem;
    padding: 0.1rem 0.4rem 0.1rem;
    text-align: center;
}
.dialog_btn[data-v-18aa33b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4.4rem;
    height: .8rem;
    border-radius: .08rem;
    margin: .22rem auto;
}
.dialog_btn>div[data-v-18aa33b8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
    margin: 0 5px;
    border-radius: 5px;
}
.dialog_btn > .sure[data-v-18aa33b8] {
    background: #FFA444;
}
.dialog_btn > .cancel[data-v-18aa33b8] {
    background: #eee;
    color: #999;
}

.loading .mask {
  position: fixed;
  z-index: 31;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}
.loading-wrapper {
  position: fixed;
  z-index: 33;
  width: 1.8rem;
  min-height: 1.8rem;
  top: 37%;
  left: 50%;
  margin-left: -0.9rem;
  background: rgba(0,0,0,0.9);
  opacity: 0.3;
  text-align: center;
  border-radius: 8px;
  color: #fff;
}
.loading-content {
  position: absolute;
  width: 0;
  z-index: 5;
  left: 50%;
  top: 38%;
}
.loading-content-leaf {
  position: absolute;
  top: -1px;
  opacity: 0.25;
}
.loading-content-leaf:before {
  content: " ";
  position: absolute;
  width: 0.14rem;
  height: 0.05rem;
  background: #d1d1d5;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.098);
  box-shadow: 0 0 1px rgba(0,0,0,0.098);
  border-radius: 1px;
  -webkit-transform-origin: left 50% 0;
  transform-origin: left 50% 0;
}
.loading-content-leaf-0 {
  -webkit-animation: a 1.25s linear infinite;
  animation: a 1.25s linear infinite;
}
.loading-content-leaf-1 {
  -webkit-animation: b 1.25s linear infinite;
  animation: b 1.25s linear infinite;
}
.loading-content-leaf-2 {
  -webkit-animation: c 1.25s linear infinite;
  animation: c 1.25s linear infinite;
}
.loading-content-leaf-3 {
  -webkit-animation: d 1.25s linear infinite;
  animation: d 1.25s linear infinite;
}
.loading-content-leaf-4 {
  -webkit-animation: e 1.25s linear infinite;
  animation: e 1.25s linear infinite;
}
.loading-content-leaf-5 {
  -webkit-animation: f 1.25s linear infinite;
  animation: f 1.25s linear infinite;
}
.loading-content-leaf-6 {
  -webkit-animation: g 1.25s linear infinite;
  animation: g 1.25s linear infinite;
}
.loading-content-leaf-7 {
  -webkit-animation: h 1.25s linear infinite;
  animation: h 1.25s linear infinite;
}
.loading-content-leaf-0:before {
  -webkit-transform: rotate(0deg) translate(0.14rem);
  transform: rotate(0deg) translate(0.14rem);
}
.loading-content-leaf-1:before {
  -webkit-transform: rotate(45deg) translate(0.14rem);
  transform: rotate(45deg) translate(0.14rem);
}
.loading-content-leaf-2:before {
  -webkit-transform: rotate(90deg) translate(0.14rem);
  transform: rotate(90deg) translate(0.14rem);
}
.loading-content-leaf-3:before {
  -webkit-transform: rotate(135deg) translate(0.14rem);
  transform: rotate(135deg) translate(0.14rem);
}
.loading-content-leaf-4:before {
  -webkit-transform: rotate(180deg) translate(0.14rem);
  transform: rotate(180deg) translate(0.14rem);
}
.loading-content-leaf-5:before {
  -webkit-transform: rotate(225deg) translate(0.14rem);
  transform: rotate(225deg) translate(0.14rem);
}
.loading-content-leaf-6:before {
  -webkit-transform: rotate(270deg) translate(0.14rem);
  transform: rotate(270deg) translate(0.14rem);
}
.loading-content-leaf-7:before {
  -webkit-transform: rotate(315deg) translate(0.14rem);
  transform: rotate(315deg) translate(0.14rem);
}
.loading-text {
  margin-top: 1.2rem;
  font-size: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px 0 15px;
}
@-webkit-keyframes a {
0%, 0.01% {
    opacity: 0.25;
}
0.02% {
    opacity: 1;
}
60.01%, to {
    opacity: 0.25;
}
}
@-webkit-keyframes b {
0%, 12.51% {
    opacity: 0.25;
}
12.52% {
    opacity: 1;
}
72.51%, to {
    opacity: 0.25;
}
}
@-webkit-keyframes c {
0%, 25.01% {
    opacity: 0.25;
}
25.02% {
    opacity: 1;
}
85.01%, to {
    opacity: 0.25;
}
}
@-webkit-keyframes d {
0%, 37.51% {
    opacity: 0.25;
}
37.52% {
    opacity: 1;
}
97.51%, to {
    opacity: 0.25;
}
}
@-webkit-keyframes e {
0%, 50.01% {
    opacity: 0.25;
}
50.02% {
    opacity: 1;
}
10.01%, to {
    opacity: 0.25;
}
}
@-webkit-keyframes f {
0% {
    opacity: 0.270958333333333;
}
62.5% {
    opacity: 0.25;
}
62.51% {
    opacity: 1;
}
22.51% {
    opacity: 0.25;
}
to {
    opacity: 0.270958333333333;
}
}
@-webkit-keyframes g {
0% {
    opacity: 0.375125;
}
75.01% {
    opacity: 0.25;
}
75.02% {
    opacity: 1;
}
35.01% {
    opacity: 0.25;
}
to {
    opacity: 0.375125;
}
}
@-webkit-keyframes h {
0% {
    opacity: 0.479291666666667;
}
87.51% {
    opacity: 0.25;
}
87.52% {
    opacity: 1;
}
57.51% {
    opacity: 0.25;
}
to {
    opacity: 0.479291666666667;
}
}

html {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  top: 0;
  left: 0;
}
body {
  font-size: 12px;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "Arial", "\9ED1\4F53", "\5B8B\4F53", sans-serif;
}
html,
body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}
input,
button,
select,
textarea {
  outline: none;
  border: none;
  background: transparent;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}
ol,
ul,
li {
  list-style: none;
}
table,
th {
  font-weight: normal;
}
i,
s,
em {
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.cm-mobile_container {
  max-width: 1024px;
  margin: 0 auto;
}
.cm-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cm-text-c {
  text-align: center;
}
.cm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-flex-align_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.56rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  border-radius: 0.6rem;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #3a3a44;
  color: #3a3a44;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cm-button.cm-btn_waring {
  color: #ff8727;
  border-color: #ff8727;
}
.cm-button.cm-btn_waring:hover,
.cm-button.cm-btn_waring:active {
  outline: none;
  color: #fff;
  border-color: #f36c00;
  background-color: #f36c00;
}
.cm-button.cm-btn_waring_full {
  color: #fff;
  border-color: #ff8727;
  background: #ff8727;
}
.cm-button.cm-btn_waring_full:hover,
.cm-button.cm-btn_waring_full:active {
  outline: none;
  border-color: #f36c00;
  background-color: #f36c00;
}
.cm-button.cm-btn_waring_full.cm-btn_disable {
  background-color: #bbb;
}
.cm-button.cm-btn_active {
  color: #fff;
  border-color: #ff8727;
  background: #ff8727;
}
.cm-button.cm-btn_active:hover,
.cm-button.cm-btn_active:active {
  outline: none;
  border-color: #f36c00;
  background-color: #f36c00;
}
.cm-button.cm-btn_info {
  background: #169bd5;
  border-color: #169bd5;
  color: #fff;
}
.cm-button.cm-btn_info:hover {
  background: #34b3ea;
  border-color: #34b3ea;
}
.cm-button.cm-btn_info:active {
  background: #1179a7;
  border-color: #1179a7;
}
.cm-button.cm-btn_full {
  display: block;
  width: 100%;
}
.cm-button.cm-btn_big {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.34rem;
}
.cm-button.cm-btn_disable {
  cursor: not-allowed;
  color: #e5e5e5;
  border: #e5e5e5;
  pointer-events: none;
}
.cm-clear:before {
  content: '';
  display: table;
}
.cm-clear:after {
  content: '';
  display: table;
  clear: both;
}
.cm-bg {
  background-color: #f6f7f8;
}
.cm-page_title {
  padding: 0.4rem 0.3rem;
  font-size: 0.34rem;
  color: #3a3a44;
}
.cm-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  min-height: 100vh;
}
.cm-section:before {
  content: '';
  display: table;
}
.cm-section:after {
  content: '';
  display: table;
  clear: both;
}
.cm-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0.2rem 0.3rem;
  margin-bottom: 0.2rem;
}
.cm-choice .cm-card {
  width: 2.17rem;
}
.cm-full_img img {
  width: 100%;
}
.cm-bg_info {
  background: #1257d8;
}
.cm-card_block {
  margin: 0.3rem;
  margin-top: 0;
  padding: 0 0.3rem 0.6rem 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
}
.cm-card_block.cm-card_bg_circle {
  background: #fff url('https://u.pingan.com/upingan/upingan/images/images_zy1210/cm-bg_circle.png') no-repeat 0 0;
  background-size: 100% auto;
}
.cm-card_block .cm-card_title {
  font-size: 0.32rem;
  line-height: 1;
  padding-top: 0.4rem;
  font-weight: bold;
}
.cm-card_block .cm-card_img {
  margin: 0.24rem 0.15rem;
}
.cm-card_block .cm-card_info {
  font-size: 0.24rem;
}
.cm-card_block .cm-card_center_title {
  padding: 0.34rem 0 0.2rem 0;
  font-size: 0.32rem;
  text-align: center;
}
.cm-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.58rem 0 0.27rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.cm-entry input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.34rem;
}
.cm-entry input::-webkit-input-placeholder {
  color: #d1d1d1;
  font-size: 0.32rem;
}
.cm-entry input::-moz-placeholder {
  color: #d1d1d1;
  font-size: 0.32rem;
}
.cm-entry input::-ms-input-placeholder {
  color: #d1d1d1;
  font-size: 0.32rem;
}
.cm-entry input::placeholder {
  color: #d1d1d1;
  font-size: 0.32rem;
}
.cm-entry .cm-gray {
  padding: 0 0.2rem;
  font-size: 0.38rem;
}
.cm-gray {
  color: #e5e5e5;
}
.cm-entry_btn {
  padding-top: 0.6rem;
}
.cm-user_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.9rem;
}
.cm-user_row .cm-user_img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  margin-right: 0.3rem;
  overflow: hidden;
}
.cm-user_row .cm-user_img img {
  width: 100%;
}
.cm-user_row .cm-user_name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cm-3d_container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: 0 0;
          perspective-origin: 0 0;
}
.cm-tran_fade {
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all linear 1.3s;
  transition: all linear 1.3s;
  overflow: hidden;
}
.cm-tran_fade > * {
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}
.cm-animate_start {
  opacity: 0.3;
  height: 0;
  -webkit-transform: rotateX(-80deg);
          transform: rotateX(-80deg);
}
.cm-nowrap {
  white-space: nowrap;
}
.cm-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.cm-mask_con {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.cm-mask_con .cm-mask {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cm-mask_con .cm-mask .cm-mask_img {
  margin: 0 1.47rem;
}
.cm-mask_con .cm-mask img {
  width: 100%;
}
.cm-mask_con .cm-mask_content {
  margin-top: 0.5rem;
  padding: 0 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cm-disableBtn {
  pointer-events: none;
}
.cm-disableBtn {
  color: #aaa;
}
.cm-rules_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0.2rem;
  right: 0;
  width: 1.52rem;
  height: 0.52rem;
  font-size: 0.28rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0ad5ff), to(#697eff)) no-repeat;
  background: linear-gradient(90deg, #0ad5ff 0%, #697eff 100%) no-repeat;
  border-radius: 0.26rem 0 0 0.26rem;
}
.cm-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 19;
}
.cm-dialog .content {
  padding: 0.48rem 0 0 0;
  width: 5.4rem;
  background: #fff;
  border-radius: 0.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cm-dialog .content .rule-title {
  margin-bottom: 0.18rem;
  color: #222;
  font-size: 0.36rem;
  text-align: center;
}
.cm-dialog .content .rule {
  padding: 0 0.6rem 0.3rem 0.6rem;
  font-size: 0.28rem;
  color: #222;
  text-align: left;
}
.cm-dialog .content .button {
  height: 0.9rem;
  border-top: 1px solid #e5e5e5;
  line-height: 0.9rem;
  text-align: center;
  color: #ff8727;
  font-size: 0.36rem;
}
@-webkit-keyframes heightShow {
0% {
    opacity: 0.3;
    height: 0;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
}
100% {
    opacity: 1;
    height: 3.7rem;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}
}
@keyframes heightShow {
0% {
    opacity: 0.3;
    height: 0;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
}
100% {
    opacity: 1;
    height: 3.7rem;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}
}
@-webkit-keyframes heightShow2 {
0% {
    opacity: 0.3;
    height: 0;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
}
100% {
    opacity: 1;
    height: 6.36rem;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}
}
@keyframes heightShow2 {
0% {
    opacity: 0.3;
    height: 0;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
}
100% {
    opacity: 1;
    height: 6.36rem;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}
}
@-webkit-keyframes heightShow3 {
0% {
    opacity: 0.3;
    height: 0;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
}
100% {
    opacity: 1;
    height: 1.86rem;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}
}
@keyframes heightShow3 {
0% {
    opacity: 0.3;
    height: 0;
    -webkit-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
}
100% {
    opacity: 1;
    height: 1.86rem;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}
}
.ld-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@-webkit-keyframes fade_trans {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade_trans {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.fade-enter-active {
  -webkit-animation: fade_trans 0.3s ease-in-out;
          animation: fade_trans 0.3s ease-in-out;
}
.fade-leave-active {
  animation: fade_trans 0.3s ease-in-out reverse;
}
