@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, table, ul, ol, dl, input, textarea, select, form, fieldset, legend, dt, dd, a {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

h1, h2, h3, b, strong {
    font-weight: 100;
}

img {
    border: 0;
}

input {
    outline: none;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

body, html, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td, a, img, span {
    font-size: 12px;
}

.fn-left {
    float: left;
}


html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    font-family: "微软雅黑";
    /* background: url('../images/bg_phone.png') top no-repeat ; */
    /* background-size: cover; */
}


.ui-page {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ui-bg {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: -100;
}

.ui-logo-icon {
    width: 2.5rem;
    position: absolute;
    left: 60%;
    top: 0.1rem;
    margin-left: -3.62rem;
    z-index: 10;
}

.ui-logo {
    width: 9rem;
    position: absolute;
    left: 50%;
    top: 0.1rem;
    margin-left: -4.55rem;
    overflow: hidden;
}

.ui-group {
    width: 100%;
    position: absolute;
    top: 4.83rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); /* Opera */
}

.ui-qrcode-body {
    width: 5.98rem;
    position: absolute;
    left: 35%;
    margin-left: -1.54rem;
    top: 5.65rem;
}

.ui-qrcode {
    width: 2.6rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); /* Opera */
    border-radius: 5px;
    box-shadow: 0 0 15px #f7c119;
    border: 1px solid #e8c52d;
}

.ui-btn-down {
    position: relative;
    display: block;
    width: 3.6rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); /* Opera */
    margin-top: 10px;
    z-index: 10;
}

.ui-btn-down > img {
    width: 100%;
    height: 100%;
}

.ui-btn-web {
    position: relative;
    display: block;
    width: 3.9rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); /* Opera */
    z-index: 99;
}

.ui-btn-web > img {
    width: 100%;
    height: 100%;
}

.ui-product {
    width: 18rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); /* Opera */
    margin-top: -1.5rem;
}


.ui-footer {
    width: 100%;
    height: 1.46rem;
    background: #fffdfb;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 1.46rem;
}

.ui-footer > a {
    width: 49.3%;
    height: 100%;
    display: inline-block;
    font-size: 0.36rem;
    text-align: center;
    /* line-height: 1.46rem; */
    color: #5d5d69;
}

.ui-footer > a > img {
    width: 0.6rem;
    vertical-align: middle;
    margin-right: 0.19rem;
}

.ui-line {
    width: 0.02rem;
    height: 1.26rem;
    margin-top: 0.14rem;
}

@media screen and (min-height: 812px) and (max-height: 813px) {
    /* body {
      height: 812px;
  } */
    .ui-footer {
        height: 1.73rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* body {
      height: 1366px;
  } */
    .ui-bg {
        height: 1366px;
    }
}

@media screen and (min-width: 1024px) and (max-width:1025px) {
    /* body {
      height: 1800px;
  } */
    .ui-bg {
        height: 1800px;
    }
}

@media screen and (max-height: 481px) {
    .ui-bg {
        height: 558px;
    }
}