* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    font-size: 16px;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

li {
    list-style: none;
}

#app {
    position: relative;
}

.swiper-container {
    position: relative;
    transition: all 0.25s;
    height: auto;
    margin-top: 0.6rem;
}

.swiper-slide {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0.45rem;
    width: 100%;
    min-height: 5rem;
    overflow: hidden;
}

.main {
    max-width: 640px;
    margin: auto;
    width: 100%;
    height: 100%;
}

.swiper-slide-1 {
    background: #e9e9e9 url(../../images/wap/index/p1-bg.png) center 0.65rem no-repeat;
    background-size: cover;
    background-position: bottom;
}

.slide-1-txt {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}

.slide-1-txt h1 {
    font-size: 0.26rem;
    color: #ffffff;
}

.slide-1-txt p {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #ffffff;
}

.apply-con {
    width: 100%;
    text-align: center;
}

.apply-btn {
    display: inline-block;
    color: white;
    font-size: 0.14rem;
    border-radius: 4px;
    padding: 0.08rem 0.3rem;
    background: #1476FF;
    border: 1px solid #1476FF;
    margin: 0 auto;
}

.swiper-slide-2 {
    background: #fff;
    text-align: center;
}

.slide-2-txt {
    margin-top: 0;
}

.slide-2-txt h2 {
    font-size: 0.24rem;
    color: #191f25;
}

.slide-2-txt p {
    margin: 0.15rem auto;
    font-size: 0.12rem;
    padding: 0 0.3rem;
    line-height: 1.8;
    color: #7e8184;
}

.slide-2-txt .more-btn {
    display: inline-block;
    color: #1180ff;
    font-size: 0.14rem;
    border-radius: 4px;
    padding: 0.08rem 0.3rem;
    background: #fff;
    margin: 0.1rem auto 0;
    border: solid 0.01rem #1180ff;
}

.swiper-slide-2 .p2-img {
    width: 90%;
    overflow: hidden;
    margin: 10% auto auto;
}

.swiper-slide-2 .p2-img img {
    width: 100%;
}

.swiper-slide-3 {
    background: #e9e9e9 url(../../images/wap/index/p3-bg.png) center 0.65rem no-repeat;
    background-size: cover;
    background-position: bottom;
}

.p3-img {
    width: 100%;
    margin: 0.15rem auto 0.3rem;
    text-align: center;
}

.p3-img img {
    width: 30%;
    margin: 0 auto;
}

.slide-3-txt h2 {
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.1rem;
}

.slide-3-txt p {
    margin-top: 0.1rem;
    font-size: 0.12rem;
    padding: 0 2em;
    line-height: 2em;
    color: #fff;
    margin-bottom: 0.4rem
}

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

.swiper-3-box .more-btn {
    display: inline-block;
    color: #fff;
    font-size: 0.14rem;
    border-radius: 4px;
    padding: 0.08rem 0.3rem;
    margin: 0.1rem auto 0;
    border: solid 0.01rem #fff;
}

.swiper-slide-4 {
    background: #e9e9e9 url(../../images/wap/index/p4-bg.png) center 0.65rem no-repeat;
    background-size: cover;
    background-position: bottom;
}

.slide-4-txt {
    margin-top: 0;
    overflow: hidden;
}

.slide-4-txt h2 {
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.1rem;
}

.vritems_ul {
    width: 90%;
    margin: 0.1rem auto 0;
    height: 90px;
}

.vritems_ul li {
    float: left;
    width: 25%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0.1rem;
    box-sizing: border-box;
}

.vritems_ul li:nth-child(2) div {
    background-image: url(../../images/wap/index/vr_item2.png);
}

.vritems_ul li:nth-child(3) div {
    background-image: url(../../images/wap/index/vr_item3.png);
}

.vritems_ul li:nth-child(4) div {
    background-image: url(../../images/wap/index/vr_item4.png);
}

.vritems_ul li div {
    display: block;
    margin: 0 auto 10px;
    width: 65%;
    height: 60px;
    background: url(../../images/wap/index/vr_item1.png) center bottom no-repeat;
    background-size: 100%;
}

.vritems_ul li span {
    width: 1px;
    height: 45px;
    background: #fff;
    opacity: 0.37;
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
}

.swiper-slide-4 .p4-img {
    width: 90%;
    overflow: hidden;
    margin: 15% auto 10%;
}

.swiper-slide-4 .p4-img img {
    width: 100%;
}

.swiper-slide-5 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    font-weight: 100;
}

.swiper-slide-5 h2 {
    margin-top: 0;
    font-size: 0.24rem;
    color: #191f25;
    margin-bottom: 0.1rem;
}

.slide-5-txt {
    color: #191f25;
    margin: 8% auto;
    width: 80%;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 6px 0 rgba(0, 0, 0, .045);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 6px 0 rgba(0, 0, 0, .045);
}

.slide-5-txt p {
    padding: 0.1rem 0.1rem;
    font-size: 0.13rem;
    line-height:1.8;
    color: #7e8184;
    text-align: left;
}

.p5-img {
    width: 100%;
    overflow: hidden;
}

.p5-img img {
    width: 100%;
    height: auto;
}

.swiper-slide-6 {
    height: 3rem !important;
    min-height: 3rem !important;
    padding-top: 0;
}

.swiper-slide-6 h2 {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #191f25;
    margin-bottom: 0.1rem;
}

.slide-6-txt {
    color: #191f25;
    margin: 0 auto;
    width: 80%;
    background-color: #fff;
    border: 1px solid transparent;
}

.slide-6-txt p {
    padding: 0.5em 0.1rem;
    font-size: 0.14rem;
    color: #7e8184;
    text-align: center;
}

.customer_box {
    position: relative;
    margin-top: 2em;
    height: 200px;
}

.customer_box .cus_img {
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.customer_box .mask1 {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 5em;
    height: 200px;
}

.customer_box .mask2 {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 5em;
    height: 200px;
}

.customer_box .cus_img img:nth-child(1) {
    left: 0;
    animation: left_one 60s linear infinite 0.5s;
}

.customer_box .cus_img img:nth-child(2) {
    left: -1668px;
    animation: left_two 60s linear infinite 0.5s;
}

.customer_box .cus_img img:nth-child(3) {
    top: 60px;
    animation: right_one 60s linear infinite 0.5s;
}

.customer_box .cus_img img:nth-child(4) {
    top: 60px;
    right: -1668px;
    animation: right_two 60s linear infinite 0.5s;
}

.customer_box .cus_img img {
    width: 1668px;
    height: 50px;
    position: absolute;
}

@keyframes left_one {
    from {
        left: 0
    }
    to {
        left: 1668px
    }
}

@keyframes left_two {
    from {
        left: -1650px
    }
    to {
        left: 0
    }
}

@keyframes right_one {
    from {
        right: 0
    }
    to {
        right: 1668px
    }
}

@keyframes right_two {
    from {
        right: -1650px
    }
    to {
        right: 0
    }
}

.endslide {
    background: #1e2837;
    padding-top: 0;
    min-height: 3.5rem !important;
}

@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
    .swiper-slide-6 {
        background-size: 100% 100%;
    }

    .con-720 {
        margin-top: 0.1rem;
    }

    .note-720, .swiper-3-note-con {
        margin-bottom: 0.1rem;
    }

    .swiper-slide-4 .experience-con {
        margin-top: 0;
    }

    .swiper-slide-7 .apply-con {
        margin-top: 0.1rem;
    }
}


.common-fixed-view{
    position: fixed;
    font-size: 0.112rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    display: none;
}
.common-close-btn {
    position: absolute;
    right: 0.07rem;
    top:  0.07rem;
    width: 0.28rem;
    height: 0.28rem;
    background-image: url(../../images/web/btn-close.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

/*选择框*/
.choose-box-view{
    display: none;
    position: fixed;
    top: 50%;
    background-color: #ffffff;
    border-radius: 0.07rem;
    min-height: 0.75rem;
    overflow: hidden;
    transition: .2s ease-in-out;
    z-index: 210;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.94rem;
    -webkit-user-select:none ;
    -moz-user-select:none;
}
.choose-box-view .choose-code {
    width: 0.588rem;
    height: 0.525rem;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    background-image: url(../../images/web/toggle-code.png);
}
.choose-box-view .choose-title{
    width: 100%;
    margin-top: 0.168rem;
    text-align: center;
    font-family: MicrosoftYaHei;
    line-height: 0.364rem;
    font-size: 0.168rem;
    color: #000000;
    margin-bottom: 0.238rem;
}
.choose-box-view .one-btn{
    width: 2.45rem;
    height: 0.42rem;
    background-color: #1476fe;
    border-radius: 0.028rem;
    box-sizing: border-box;
    margin: 0 auto 0.14rem;
    font-size: 0.112rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.42rem;
    cursor: pointer;
}
.choose-box-view .two-btn{
    width: 2.45rem;
    height: 0.42rem;
    border-radius: 0.028rem;
    border: solid 1px #1476fe;
    margin:  0.14rem auto 0.28rem;
    font-family: MicrosoftYaHei;
    font-size: 0.112rem;
    color: #1476fe;
    text-align: center;
    line-height: 0.42rem;
    cursor: pointer;
}


/*已注册*/
.open-view{
    display: none;
    position: fixed;
    top: 50%;
    background-color: #ffffff;
    border-radius: 0.07rem;
    min-height: 0.7rem;
    overflow: hidden;
    transition: .2s ease-in-out;
    z-index: 210;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.94rem;
    -webkit-user-select:none ;
    -moz-user-select:none;
}
.open-view .open-phone{
    width: 0.588rem;
    height:0.525rem;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-image: url(../../images/web/toggle-code.png);
    background-size: cover;
}
.open-view .open-title{
    margin-top: 0.434rem;
    line-height: 0.266rem;
    text-align: center;
    width: 100%;
    padding: 0 0.371rem;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    font-size: 0.168rem;
    color: #000000;
    margin-bottom: 0.294rem;
}
.open-view .btn-view{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.294rem;
    padding: 0 0.14rem;
    box-sizing: border-box;
}
.open-view .btn-link{
    width: 1.26rem;
    height: 0.469rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(//cdn.uj.cn/static/newHouseWebApp/newHouse/link@2x.png);
    cursor: pointer;
}
.open-view .btn-plus{
    width: 1.26rem;
    height: 0.469rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(//cdn.uj.cn/static/newHouseWebApp/newHouse/plus@2x.png);
    cursor: pointer;
}
.open-view .btn-plus-v2{
    width: 2.1rem;
    height: 0.49rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(//cdn.uj.cn/static/newHouseWebApp/newHouse/v2/saas-logo@2x.png);
    cursor: pointer;
}
