body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif
}

#main {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    position: absolute;
    width: 100%
}

.kf {
    width: 1.3rem;
    height: 1.3rem;
    background: url("../images/kf.png");
    background-size: 100% 100%;
    position: fixed;
    top: 3rem;
    right: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.app {
  width: 1.3rem;
    height: 1.3rem;
    background: url("../images/app.png");
    background-size: 100% 100%;
    position: fixed;
    top: 4.3rem;
    right: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.kf a,
.app a {
    display: block;
    width: 1.77rem;
    height: 1.79rem
}

.content {
    width: 100%;
    background: #fefbfb;
}

.content .banner {
    width: 100%;
    height: 7.58rem;
    margin-bottom: 1rem;
    background: url("../images/bg1.png");
    background-size: 100% 100%;
    position: relative
}

.content .banner .xz {
    padding: 0 .3rem;
    position: relative;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 1000
}

.content .banner .xz div {
    display: block;
    width: 4rem;
    height: 1.1rem;
    -webkit-animation: heart_beat .8s infinite linear;
    animation: heart_beat .8s infinite linear
}

.content .banner .xz div:first-child {
    background: url(../images/ios.png);
    background-size: 100% 100%
}
.content .banner .xz div a {
    display: block;
    height: 1rem;
}

.content .banner .xz div:nth-child(2) {
    background: url(../images/android.png);
    background-size: 100% 100%
}

@-webkit-keyframes heart_beat {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

@keyframes heart_beat {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

.content .bd {
    padding-left: 0;
    padding-right: 0;
    padding-top: .4rem;
    padding-bottom: .2rem;
    text-align: center;
    position: relative;
    z-index: 20
}

.content .bd .title {
    margin: .4rem 0 .3rem
}

.content .bd .title img {
    width: 5.4rem;
    height: .3rem
}

.content .bd ul {
    width: 95%;
    margin: 0 auto
}

.content .bd li {
    height: .9rem;
    margin-bottom: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content .bd .ms {
    display: inline-block;
    font-size: .34rem;
    height: .9rem;
    line-height: .9rem;
    width: 1.3rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: .11rem;
    background: #beb594;
    color: #fff;
}

.content .bd .lj {
    height: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .1rem
}

.content .bd .lj img {
    width: .3rem;
    height: .3rem
}

.content .bd .url {
    width: 5.2rem;
    height: .92rem;
    line-height: .92rem;
    color: #655f59;
    background: #fffffe;
    border: 1px solid #debea4;
    border-radius: 10px;
    text-align: center;
    font-size: .37rem
}

.content .bd .url img {
    width: .5rem;
    height: .5rem;
    vertical-align: middle;
    margin-right: .2rem
}

.content .bd .jt {
    height: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .1rem
}

.content .bd .jt img {
    width: .72rem;
    height: .32rem
}

.content .bd .btn-open {
    display: inline-block;
    width: 1.73rem;
    height: .95rem;
    background: url("../images/enter.png");
    background-size: 100% 100%
}

.content .bd .btn-open a {
    display: inline-block;
    width: 100%;
    height: .95rem;
    line-height: .95rem;
    font-size: .32rem;
    font-weight: 400;
    color: #fff;
}

.content .bd .reCheck {
    display: block;
    width: 3.6rem;
    height: 1rem;
    margin: .52rem auto 0;
    background: url("../images/check_btn.png");
    background-size: 100% 100%
}

.content .kh {
    text-align: center
}

.content .kh a img {
    width: 6.96rem;
    height: 2.06rem
}

.content .often .title {
    height: 1.2rem;
    padding: 0 .53rem;
    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
}

.content .often .title span {
    font-size: .34rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff
}

.content .often .title img {
    width: 9rem;
    height: .9rem
}

.content .often ul {
    width: 9.01rem;
    height: 3.51rem;
    background: url(../images/oftent_bg.png);
    background-size: 100% 100%;
    margin: .5rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content .often ul li {
    width: 2.25rem;
    height: 1.7rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content .often ul li:nth-child(1) {
    border-top-left-radius: 10px
}

.content .often ul li:nth-child(4) {
    border-top-right-radius: 10px
}

.content .often ul li:nth-child(5) {
    border-bottom-left-radius: 10px
}

.content .often ul li:nth-child(8) {
    border-bottom-right-radius: 10px
}

.content .often ul li img {
    width: 1.6rem;
    height: 1rem;
    margin-top: .08rem
}

.content .often ul li span {
    display: block;
    font-size: .32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fddda3;
    margin-top: -0.1rem
}

.content .footer {
    height: 1rem;
    background: #e4dfd2;
    color: #333333;
    margin-top: .56rem;
    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
}

.content .footer img {
    width: 5.4rem;
    height: .3rem
}

.footer-box {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    bottom: unset;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1000
}

.footer-box img {
    width: 100%;
    height: 1.73rem
}

.swiper-box {
    width: 100%;
    margin-top: .4rem
}

.swiper-box .title {
    text-align: center
}

.swiper-box .title img {
    width: 8.33rem;
    margin-bottom: 0.5rem;
}

.swiper-container {
    height: 3.9rem;
    margin: 0 auto;
    margin:0 .8rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-slide {
    width: 4rem !important;
    height: 3.18rem;
    text-align: center;
    font-size: 18px;
    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
}

.swiper-slide img {
    width: 4rem;
}

.swiper-pagination-bullet {
    width: .18rem;
    height: .18rem;
    background: #f6f1df;
    margin: 0 .2rem !important
}

.swiper-pagination-bullet-active {
    background: #beb594
}
.swiper2 .swiper-slide {
  width: 100%!important;
  height: auto!important;
}
.swiper2 img {
  width: 100%;
}
.pop {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/pop.gif) no-repeat;
    width: 5rem;
    height: 6.2rem;
    z-index: 99999;
    background-size: 100% auto;
}
.pop .pop-url {
    width: 5rem;
    height: 5.5rem;
    display: block;
}
.pop .pop-close {
    width: 5rem;
    height: 0.8rem;
    display: block;
}