body,html {
    width: 100%;
    height: 100%
}

.ie8 .bgMask,html {
    background-color: #000
}

html {
    font-size: 10px;
    color: #000
}

body {
    cursor: default;
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,"Nimbus Sans L",-apple-system,BlinkMacSystemFont,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Microsoft JhengHei","Source Han Sans CN","Source Han Sans SC","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimSun,"WenQuanYi Zen Hei Sharp",sans-serif
}

article,body,button,dd,div,dl,dt,footer,form,h1,h2,h3,h4,h5,h6,header,hr,input,li,nav,ol,p,pre,section,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word
}

a,span {
    word-break: initial
}

body,button,input,select,textarea {
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #000
}

input,select,textarea {
    font-family: "Helvetica Neue",Helvetica,"Nimbus Sans L",-apple-system,BlinkMacSystemFont,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Microsoft JhengHei","Source Han Sans CN","Source Han Sans SC","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimSun,"WenQuanYi Zen Hei Sharp",sans-serif;
    outline: 0;
    resize: none
}

a,button {
    outline: 0;
    cursor: pointer
}

a,a:hover {
    text-decoration: none
}

a,a:visited {
    color: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle
}

th {
    text-align: inherit;
    font-weight: 400
}

img {
    border: 0
}

iframe {
    display: block
}

li,ol,ul {
    list-style: none
}

@media screen and (max-width:1024px) {
    body,body.en,button,input,select,textarea {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media screen and (max-width:1440px) {
    .fis_peu_iWay {
        padding-left: 0;
        padding-right: 0
    }
}


/* 弹窗 */
.popMask {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    -webkit-transform: translateZ(9px);
    -moz-transform: translateZ(9px);
    transform: translateZ(9px);
}
.popMask .popInnerAnimation {
    animation: .28s translate_popinner forwards;
}

.popInner {
    width: 240px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    border-radius: 3px;
}
.pop_scannerQRCode {
    width: 197px;
    height: 197px;
    margin-top: 30px;
}
.pop_scannerGuide{
    padding: 20px;
    margin-top: 30px;
    background-color: #FAFBFC;
    border-top: 1px solid #E9E8E7;
    border-radius: 0 0 3px 3px;
}
.pop_scannerDes{
    padding-top: 10px;
    line-height: 20px;
    color: #848484;
}

@keyframes translate_popinner {
  0%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  90% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    transform: none;
  }
}