
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

:root .hide {
    display: none
}

.ellips {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: rgba(0,0,0,.3)
}

.twoline-ellips {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all
}

.clear-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.app-clause-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff
}

.app-clause-layer .close {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
    z-index: 10;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden
}
.pages-container img {
    width: 100%;
    border: none;
}
.app-clause-layer .close:after,.app-clause-layer .close:before {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 10;
    display: block;
    content: "";
    width: 18px;
    height: 1px;
    border-radius: 1px;
    background-color: #666
}

.app-clause-layer .close:before {
    transform: rotate(45deg)
}

.app-clause-layer .close:after {
    transform: rotate(-45deg)
}

.app-clause-layer .header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    font-size: 17px;
    font-weight: 700
}

.app-clause-layer .main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 6px 16px 16px;
    font-size: 12px;
    line-height: 1.8;
    overflow: hidden;
    overflow-y: auto
}

.app-clause-layer.yinsi .main {
    color: #666
}

.app-clause-layer.yinsi .main ul {
    padding-left: 16px
}

.app-clause-layer.yinsi .main ul li {
    list-style-type: disc;
    color: #000
}

.app-clause-layer.yinsi .main .small-title,.app-clause-layer.yinsi .main b {
    color: #000
}

.app-clause-layer.yinsi .main .big-title,.app-clause-layer.yinsi .main .bold,.app-clause-layer.yinsi .main .bold-title {
    color: #000;
    font-weight: 700
}

.app-clause-layer.yinsi .main .big-title {
    padding: 10px 0
}

.app-clause-layer.yinsi .main .bold-title {
    padding-top: 5px
}

.app-clause-layer.yinsi .foreword .title {
    font-size: 13px;
    color: #000
}

.app-clause-layer.yinsi .foreword .content {
    padding-top: 2px;
    text-indent: 2em
}

.app-clause-layer.yinsi .keynote {
    padding: 10px 0;
    font-weight: 700;
    color: #000;
    text-decoration: underline
}

.app-clause-layer.yinsi .brief {
    padding-top: 10px
}

.app-clause-layer.yinsi .brief .title {
    font-size: 13px;
    font-weight: 700;
    color: #000
}

.app-clause-layer.yinsi .contacts,.app-clause-layer.yinsi .paragraph {
    padding-top: 10px
}

.app-clause-layer.yinsi .section {
    padding-top: 10px;
    color: #000
}

.app-clause-layer.yinsi .keywords {
    padding-top: 10px
}

.app-clause-layer.yinsi .keywords .title {
    font-size: 13px;
    font-weight: 700;
    color: #000
}

.app-clause-layer.yinsi .keywords ul {
    padding-left: 0!important
}

.app-clause-layer.yinsi .keywords ul li {
    list-style-type: none!important;
    padding-top: 5px
}

.app-clause-layer.yinsi .authorize {
    padding: 10px 0
}

.app-clause-layer.yinsi .authorize .title {
    font-size: 13px;
    color: #000
}

.app-clause-layer.yinsi .rules {
    padding-top: 10px
}

.app-clause-layer.yinsi .rules p {
    padding-top: 5px
}

.app-clause-layer.quanxian .main {
    color: #666
}

.app-clause-layer.quanxian .main .foreword {
    font-size: 13px;
    color: #000
}

.app-clause-layer.quanxian .main .paragraph {
    padding-top: 10px
}

.app-clause-layer.quanxian .main .paragraph .title {
    font-weight: 700;
    color: #000
}

.app-clause-layer.quanxian .main .paragraph .list {
    line-height: 1.5
}

.app-clause-layer.quanxian .main .paragraph .list .text {
    display: flex;
    padding-top: 2px
}

.app-clause-layer.quanxian .main .paragraph .list .text .field {
    white-space: nowrap
}

.app-clause-layer.quanxian .main .paragraph .list .text .content {
    display: flex;
    flex: 1 1 auto
}

.pages-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden
}

.pages {
    position: relative
}

.page-one {
    background: url(../img/page-one-bg.png) 50% 100% no-repeat;
    background-size: cover;
    background-color: #FBFBFB
}

.page-two {
    background: url(../img/page-two-bg.png) 100% 50% no-repeat;
    background-size: 100% auto;
    background-color: #FBFBFB
}

.page-three {
    background: url(../img/page-three-bg.png) 100% 50% no-repeat;
    background-size: 100% auto;
    background-color: #FBFBFB
}

.page-four {
    background: url(../img/page-four-bg.png) 100% 50% no-repeat;
    background-size: 100% auto;
    background-color: #FBFBFB
}

.page-five {
    background: url(../img/page-five-bg.png) 100% 50% no-repeat;
    background-size: 100% auto;
    background-color: #FBFBFB
}
#page-ones{
    background: url(../img/sharebg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #FBFBFB;
}
#page-download{
    background: url(../img/a12.png) no-repeat;
    background-size: 100% 100%;
    background-color: #FBFBFB;
}
.pages .text {
    top: 6%
}
.textA{
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #253343;
    line-height: 33px;
    letter-spacing: 2px;
    text-align: center;
}
.textB{
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #253343;
    line-height: 17px;
    letter-spacing: 1px;
    text-align: center;
}
.pages .picture,.pages .text {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 10;
    opacity: 0
}

.pages .picture {
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.pages .download {
    position: absolute;
    top: 25%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 10;
    display: block;
    width: 239px;
    height: 46px;
    margin: 10px auto 50px;
    padding: 10px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #253343;
    line-height:46px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(270deg,#ffe779,#fed243);
    text-decoration: none;
    letter-spacing: 1px;
}

.app-download {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 5%;
    left: 50%;
    z-index: 10;
    display: none;
    width: 34%;
    transform: translateX(-50%)
}

.pagination {
    position: fixed;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    z-index: 100;
    transform: translateY(-50%);
    padding: 2px 0;
    border-radius: 20px;
    background-color: rgba(0,0,0,.3)
}

.pagination span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 7px 5px;
    border-radius: 50%;
    background-color: #fff
}

.pagination .current {
    background-color: #000
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background: #fff2c4
}

.progress {
    position: absolute;
    top: 45%;
    right: auto;
    bottom: auto;
    left: 10%;
    z-index: 10;
    width: 80%;
    background: #fff
}

.progress,.progress .prog {
    height: 1em;
    border-radius: .5em
}

.progress .prog {
    width: 0;
    background: #f3c720
}

.share {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0,0,0,.6)
}

.share img {
    margin-left: 15%;
    width: 80%;
    height: auto
}

.text-anima {
    -webkit-animation: text-anima 1s forwards;
    animation: text-anima 1s forwards
}

@-webkit-keyframes text-anima {
    0% {
        -webkit-transform: translateY(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes text-anima {
    0% {
        transform: translateY(-100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.picture-anima {
    -webkit-animation: picture-anima 1s forwards;
    animation: picture-anima 1s forwards
}

@-webkit-keyframes picture-anima {
    0% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1
    }
}

@keyframes picture-anima {
    0% {
        transform: translateY(-50%) scale(0);
        opacity: 0
    }

    to {
        transform: translateY(-50%) scale(1);
        opacity: 1
    }
}

.page-one .center-box {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 16px 0
}

.page-one .reg-box{
    position: absolute;
    top: 195px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0px 16px;
    height: 230px;

}
.reg-box-div{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    height: 230px;
    background-color: #fff;
    border-radius: 5px;
}

.reg-box-divA{
    height: 47px;
    background: #F4F5F6;
    border-radius: 2px;
    margin: 0px 30px;
    margin-top: 26px;
}
.reg-box-divB{
    height: 47px;
    background: #F4F5F6;
    border-radius: 2px;
    margin: 0px 30px;
    margin-top: 17px;
    display: flex;
}
.reg-box-divC{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #FDDE33;
    border-radius: 22px;
    margin: 0px 30px;
    margin-top: 25px;
}
.reg-box-divA_input1{
    width: 100%;
    height: 47px;
    background: #F4F5F6;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    letter-spacing: 1px;
    border: none;
	outline: none;
    text-indent:15px;
}
.reg-box-divA_input2{
    width: 65%;
    height: 42px;
    background: #F4F5F6;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    letter-spacing: 1px;
    border: none;
	outline: none;
    text-indent:15px;
}
.reg-box-divA_inputbtn{
    width: 35%;
    height: 47px;
    line-height: 47px;
    background: #FDDE33;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #253343;
    text-align: center;
    cursor:pointer;
    border: none;
	outline: none;
}

.page-one .code-box{
    position: absolute;
    top: auto;
    right: 0;
    bottom: 12%;
    left: 0;
    z-index: 9;
    padding: 0px 16px;
}
.code-box-div{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-radius: 7px;
    border-radius: 5px;
    height: 130px;
    display: inline-block;
}
.code-box-divA{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background: linear-gradient(135deg, #FDDE33 0%, #FFAC00 100%);
    display: flex;
}
.code-box-divB{
    width: 118px;
    height: 118px;
    margin: 0 auto;
    background: #000;
    border-radius: 6px;
    margin-top: 6px;
}


.page-one .btn-box {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 2%;
    left: 0;
    z-index: 9;
    padding: 16px 0
}

.page-one .btn-boxdeveloper {
    text-align: center;
}

.page-one .btn-boxbottom,.page-one .btn-boxdeveloper {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #253343;
    line-height: 1.2
}

.page-one .btn-boxbottom {
    justify-content: center;
    padding-top: 5px
}

.btn-boxapp-info,.btn-boxbottom {
    display: flex;
    align-items: center
}



.page-one .developer {
    text-align: center;
}

.page-one .bottom,.page-one .developer {
    font-size: 12px;
    color: #999;
    line-height: 1.2
}

.page-one .bottom {
    justify-content: center;
    padding-top: 5px
}

.page-one .app-info,.page-one .bottom,.page-one .buttons {
    display: flex;
    align-items: center
}

.page-one .buttons {
    color: #999
}

.page-one .buttons .quanxian,.page-one .buttons .yinsi {
    color: #335ba5
}

.page-one .buttons .comma {
    color: #999
}


/* 下载 */
.page-downloadA{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-downloadA>img{
    width:255px;
    height:255px;
    margin-top: 50px;
}
.page-downloadB{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-downloadB>img{
    width:153px;
    height:45px;
    margin-top: 20px;
}
.page-downloadC{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #253343;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
    
}
.page-downloadD{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-downloadD>img{
    width:210px;
    height:50px;
    margin-top: 40px;
}
.page-downloadE{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    text-align: center;
    margin-top: 40px;
}


/* 邀请 */
.page-invite{
    background-color:  #F9F9F9;;
}
.page-invite .reg-box{
    position: relative;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0px 16px;

}
.page-invite .invite-box-div{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    /* height: 230px; */
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 0px;
}
.inviteTitle{
    display: flex;
    align-items: center;
    margin: 0px 20px;
}
.inviteTitleimg{
    width: 30px;
    height: 30px;
}
.inviteTitleimg>img{
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.inviteTitletxt{
    width: 80px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #253343;
    line-height: 22px;
    letter-spacing: 1px;
    margin-left:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.inviteTitledes{
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A1A4B1;
    line-height: 22px;
    letter-spacing: 1px;
}
.inviteTitleA{
    margin: 0px 20px;
    height:60px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #253343;
    line-height: 80px;
    letter-spacing: 1px;
    text-align: center;
}
.inviteTitleB{
    margin: 0px 20px;
    height:50px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A1A4B1;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
}
.inviteTitleC{
    margin: 0px 20px;
    height:60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}
.inviteTitleCa{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.inviteTitleCa1{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    width:80px;
}
.inviteTitleCa span{
    color: red;
}
.inviteTitleCa1 span{
    color: red;
}
.inviteTitleCb{
    margin-left:15px;
}
.inviteTitleCb1{
    width: 100%;
    height: 47px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    letter-spacing: 1px;
    border: none;
    outline: none;
}
.inviteTitleD{
    margin: 0px 20px;
    height:60px;
    display: flex;
    align-items: center;
}
.inviteTitleDA{
    width:70%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}
.inviteTitleD_inputbtn{
    width: 30%;
    height: 47px;
    line-height: 47px;
    background: #ffffff;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ED7233;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
}
.inviteTitleCb2{
    width: 80%;
    height: 47px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    letter-spacing: 1px;
    border: none;
    outline: none;
}
.inviteTitleE{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #FDDE33;
    border-radius: 22px;
    margin: 25px 20px;
}
.invitebootom{
    margin: 0 auto;
    height: 40px;
    position: relative;
    top: 70px;
    text-align: center;
}
.invitebootom>img{
    width:80%;
}