html, body, div, p, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system;
    font-size: 12px;
    color: #000;
    background: #fff
}

body, html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input {
    border: none;
    background: none;
    outline: 0
}

a {
    text-decoration: none
}

ul, li {
    list-style: none
}

strong, b, em {
    font-weight: normal;
    font-style: normal
}

textarea, input {
    -webkit-appearance: none
}

.btn {
    display: block;
    width: 100%;
    padding: 4px 15px;
    background: rgba(4, 119, 249, 1);
    border: rgba(4, 119, 249, 1) 1px solid;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.btn i {
    width: .3rem;
    height: .3rem;
    text-indent: -99999px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -.06rem .1rem 0 .1rem;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid rgba(225, 225, 225, .2);
    border-right-color: #fff;
    overflow: hidden;
    animation: three-quarters-loader 700ms infinite cubic-bezier(0, 0, .75, .91)
}

.btn.grey {
    border-color: #cacaca;
    background: #cacaca
}

.step3 em {
    display: none
}

.download-loading {
    position: relative;
    background: #dbdde2;
    overflow: hidden;
    width: 100px !important
}

.download-loading i {
    display: none
}

.download-loading span {
    position: relative;
    z-index: 1
}

.download-loading span b {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 50px
}

.download-loading em {
    display: block;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(4, 119, 249, 1)
}

@keyframes three-quarters-loader {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.btn-mini {
    display: inline-block;
    width: auto
}

.clr:after {
    display: table;
    clear: both;
    overflow: hidden
}

.clr {
    zoom: 1
}

.blue-color {
    color: #0070c9 !important
}

.contain-page {
    max-width: 100%;
    margin: 0 auto
}

.app-banner {
    display: none
}

.app-banner img {
    display: block;
    width: 100%;
    height: 4rem
}

.app-info {
    display: flex;
    padding: 20px 0;
    width: 87.5%;
    margin: 0 auto;
    background: #fff
}

.app-logo {
    float: left;
    width: 6.5rem;
    height: 6.5rem;
    margin-right: 10px
}

.app-logo img {
    display: block;
    width: 100%;
    border-radius: 20px
}

.app-info-rig {
    flex: 1
}

.app-info-rig strong {
    display: block;
    margin-top: 6px;
    margin-left: 3.28358%;
    font-size: 20px;
    font-weight: bold
}

.app-info-rig p {
    margin: .3em 0 0 3.28358%;
    font-size: 14px;
    color: #8A8A90
}

.app-info-rig .clr {
    margin-top: 1.8em
}

.arouse {
    float: right;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    color: rgba(6, 122, 254, 1)
}

.arouse b {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -2px 5px 0 0;
    text-align: center;
    background: rgba(6, 122, 254, 1);
    color: #fff;
    border-radius: 100%
}

.app-show {
    padding: 0 0 20px;
    width: 87.5%;
    margin: 0 auto;
    background: #fff;
    color: #8E8F92
}

.app-score {
}

.app-age {
    float: right
}

.app-score strong, .app-age strong {
    font-size: 16px;
    font-weight: bold
}

.app-score p, .app-age p {
    color: #d8d8d8;
    font-size: 12px
}

.app-score img {
    width: 80px;
    margin-left: 5px
}

.app-age {
    text-align: right
}

.app-intro, .comment-box, .information-box {
    margin: 0 auto;
    padding: 20px 0;
    width: 87.5%;
    border-top: 1px solid #e5e5e5
}

.app-title {
    margin-bottom: .85em;
    font-size: 20px
}

.app-intro-con { /* position:relative; */
    line-height: 1.8;
    font-size: 14px; /*height:5.4em;*/
    overflow: hidden;
}

.app-intro-con.open {
    height: auto
}

.app-intro-con span {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 1em;
    background: #fff;
    color: #067AFE
}

.app-flow {
    display: none;
    margin: .5rem .4rem 0
}

.appSteps {
    position: relative;
    counter-reset: step;
    margin: .4rem 0 .5rem;
    display: flex
}

.appSteps li {
    list-style-type: none;
    font-size: 0.9rem;
    text-align: center;
    width: 50%;
    position: relative;
    float: left;
    color: rgb(164, 164, 164)
}

.appSteps li .step {
    display: block;
    width: .54rem;
    height: .54rem;
    background-color: rgb(233, 239, 245);
    line-height: .54rem;
    border-radius: 100%;
    font-size: .32rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0 auto .16rem
}

.appSteps li p {
    font-size: .24rem
}

.appSteps li::after {
    content: '';
    width: 60%;
    height: 1px;
    background-color: rgb(233, 239, 245);
    position: absolute;
    left: -30%;
    top: .27rem;
    z-index: -1
}

.appSteps li:first-child::after {
    display: none
}

.appSteps.step01 li:nth-of-type(1) .step {
    background-color: rgb(51, 135, 255)
}

.appSteps.step02 li:nth-of-type(1) .step {
    background-color: rgb(233, 239, 245);
    text-indent: -9999px;
    position: relative
}

.appSteps.step02 li:nth-of-type(2) .step {
    background-color: rgb(51, 135, 255)
}

.appSteps.step02 li:nth-of-type(2)::after {
    background-color: rgb(51, 135, 255)
}

.appSteps.step02 li:nth-of-type(1) .step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .26rem;
    height: .21rem;
    background-image: url("../imgs/gou.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%)
}

.appSteps.step03 li:nth-of-type(1) .step {
    background-color: rgb(233, 239, 245);
    text-indent: -9999px;
    position: relative
}

.appSteps.step03 li:nth-of-type(2) .step {
    background-color: rgb(233, 239, 245);
    text-indent: -9999px;
    position: relative
}

.appSteps.step03 li:nth-of-type(3) .step {
    background-color: rgb(51, 135, 255)
}

.appSteps.step03 li:nth-of-type(2)::after {
    background-color: rgb(51, 135, 255)
}

.appSteps.step03 li:nth-of-type(3)::after {
    background-color: rgb(51, 135, 255)
}

.appSteps.step03 li:nth-of-type(1) .step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .26rem;
    height: .21rem;
    background-image: url("../imgs/gou.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%)
}

.appSteps.step03 li:nth-of-type(2) .step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .26rem;
    height: .21rem;
    background-image: url("../imgs/gou.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%)
}

.appSteps.step04 li:nth-of-type(1)::after, .appSteps.step04 li:nth-of-type(2)::after, .appSteps.step04 li:nth-of-type(3)::after {
    background-color: rgb(51, 135, 255)
}

.appSteps.step04 li:nth-of-type(1) .step, .appSteps.step04 li:nth-of-type(2) .step, .appSteps.step04 li:nth-of-type(3) .step {
    background-color: rgb(233, 239, 245);
    text-indent: -9999px;
    position: relative
}

.appSteps.step04 li:nth-of-type(1) .step::after, .appSteps.step04 li:nth-of-type(2) .step::after, .appSteps.step04 li:nth-of-type(3) .step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .26rem;
    height: .21rem;
    background-image: url("../imgs/gou.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%)
}

.app-guide {
    display: none;
    margin: .85rem .3rem 1rem .1rem
}

.app-guide img {
    display: block;
    width: 100%
}

.app-guide li {
    margin-top: .3rem
}

.app-guide p {
    margin: .15rem .1rem 0 .3rem
}

.app-guide p em {
    font-weight: bold
}

.comment-con {
}

.comment-left {
}

.comment-left strong {
    font-size: 60px;
    line-height: 43px;
    color: #4A4A4E;
    font-weight: bold
}

.comment-left p {
    width: 91px;
    text-align: center;
    color: #7B7B7B;
    margin-top: 10px
}

.comment-star-list li {
    line-height: 1
}

.comment-right {
    float: right;
    width: 63.38308%
}

.comment-right p {
    margin-top: 5px;
    color: #7B7B7B;
    text-align: right
}

.comment-progress {
    position: relative;
    width: calc(100% - 56px);
    height: 2px;
    background: #E9E9EC;
    border-radius: 2px
}

.comment-progress div {
    position: absolute;
    width: 0;
    height: 2px;
    background: #4A4A4E;
    border-radius: 2px
}

.comment-star-list li:nth-child(1) .comment-progress div {
    width: 90%
}

.comment-star-list li:nth-child(2) .comment-progress div {
    width: 10%
}

.comment-star-list li:nth-child(2) .comment-star div {
    width: 20%
}

.comment-star-list li:nth-child(3) .comment-star div {
    width: 40%
}

.comment-star-list li:nth-child(4) .comment-star div {
    width: 60%
}

.comment-star-list li:nth-child(5) .comment-star div {
    width: 80%
}

.information-list li {
    line-height: 3.5;
    border-bottom: #F2F2F2 1px solid;
    overflow: hidden
}

.information-list li .l {
    float: left;
    color: #737379
}

.information-list li .r {
    overflow: hidden;
    text-align: right
}

.information-list li .r p {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    line-height: 1.2
}

.information-list li:last-child {
    border: none
}

.open-btn {
    float: right;
    font-size: .26rem;
    line-height: .48rem;
    color: #067AFE
}

.hidden {
    display: none
}

.mask {
    z-index: 998;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.mask img {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%
}

.disclaimer {
    padding: 10px;
    color: rgba(153, 153, 153, 1);
    background: rgba(249, 249, 249, 1)
}

.mask-box {
    z-index: 999;
    position: relative;
    display: none
}

.mask-colsed {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px
}

.mask-colsed img {
    display: block;
    width: 100%
}

.mask-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2)
}

.mask-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden
}

.video-pop {
    width: 250px;
    background: none;
    overflow: visible
}

.video-pop .prism-player {
    background: none
}

.video-pop .mask-colsed {
    right: -25px;
    top: 0
}

.video-pop #video {
    display: block;
    width: 100%
}

.copy-url-img {
    display: block;
    width: 100%
}

.copy-url {
    position: relative;
    margin: 20px 30px;
    height: 36px;
    line-height: 36px;
    background: #F1F6F9;
    border-radius: 18px;
    overflow: hidden
}

.copy-url input {
    padding-left: 20px;
    color: #9A9A99
}

.copy-url button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg, rgba(34, 125, 249, 1), rgba(0, 203, 250, 1));
    color: #fff;
    border-radius: 0 18px 18px 0
}

.file-info {
    display: block;
    margin: 30px 0 20px;
    font-size: 14px;
    color: #00B0F9;
    text-align: center
}

.file-box {
    z-index: 2;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 70%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px
}

.file-box h3 {
    text-align: center;
    font-size: 16px;
    color: #3A3A3A
}

.file-con {
    margin: 20px 0;
    font-size: 14px;
    color: #777
}

.file-con strong {
    display: block;
    margin-top: 20px;
    color: #333
}

.file-con p {
    margin-top: 8px
}

.colsed-btn {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, rgba(32, 124, 249, 1), rgba(0, 205, 250, 1));
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.swiper-container {
    width: 100%
}

.swiper-slide img {
    display: block;
    width: 100%
}

.swiper-slide p {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #0491F7
}

.mask-pop .swiper-container .swiper-pagination {
    position: static
}

.swiper-pagination-bullet {
    background: #DBF0FD;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #0491F7
}

.loading-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .9)
}

.loading-box span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.8rem 0 0 -.8rem;
    width: 1.6rem;
    height: 1.6rem;
    box-sizing: border-box;
    border-radius: 100%;
    border: .08rem solid rgba(22, 39, 65, .2);
    border-right-color: #2A9FF6;
    overflow: hidden;
    animation: three-quarters-loader 700ms infinite cubic-bezier(0, 0, .75, .91)
}

.pc-box {
    display: none;
    text-align: center
}

.pc-box .info {
    font-size: 16px;
    font-weight: bold
}

.pc-logo {
    width: 160px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto 0
}

.pc-logo img {
    display: block;
    width: 100%
}

.pc-box > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em
}

.pc-box .code {
    width: 231px;
    height: 231px
}

.imgs-box {
    width: 87.5%;
    margin: 0 auto 20px
}

.imgs-box .swiper-slide {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    margin: 0;
    margin-right: 3.3vw;
    padding: 0;
    padding-bottom: .75em;
    white-space: normal;
    font-size: 12px
}

.imgs-box .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    min-width: 52vw;
    max-width: 82vw;
    max-height: 65vh;
    border-radius: 10px
}

.pay-box {
    display: none;
    position: relative;
    z-index: 1000
}

.custom-title {
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #888
}

.pay-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4)
}

.pay-pop {
    position: fixed;
    top: 20%;
    left: 10%;
    width: 80%;
    background: #fff;
    border-radius: 10px
}

.pay-pop > strong {
    display: block;
    padding: 15px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.next-btn {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 0 0 10px 10px;
    background: #0477f9;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.pay-pop .colsed {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px
}

.pay-pop .colsed img {
    display: block;
    width: 100%;
    height: 100%
}

.invitation-code-input {
    width: 80%;
    margin: 20px auto
}

.invitation-code-input > input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #e5e5e5
}

.invitation-code-input .error {
    display: none;
    margin-top: 10px;
    color: #f00
}

.pay-pop > p {
    display: block;
    padding: 5px 0 10px;
    color: #c4a916;
    font-size: 14px;
    text-align: center;
    border-bottom: #c1c1c1 1px solid
}

.pay-pop .wait {
    display: block;
    padding-bottom: 30px;
    text-align: center;
    color: #c1c1c1;
    font-size: 14px
}

.pay-way {
}

.radio input[type="radio"] {
    opacity: 0
}

.radio input[type="radio"] + span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: #eee 1px solid;
    border-radius: 100%
}

.radio input[type="radio"]:checked + span {
    border-color: #0477f9;
    background: #0477f9
}

.radio input[type="radio"]:checked + span:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 11px;
    margin: -5px 0 0 -7px;
    background: url("../imgs/gou.jpg") no-repeat;
    background-size: 100% auto
}

.pay-way {
    padding: 30px 20px
}

.pay-way li {
    font-size: 14px
}

.pay-way li label {
    display: block
}

.pay-way li + li {
    margin-top: 25px
}

.pay-way div {
    float: right
}

.pay-way img {
    vertical-align: middle;
    margin: -3px 10px 0 0;
    width: 25px
}

.pay-pop > p.low-versition-p {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #000
}

b, strong {
    font-weight: 700;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.rate-info {
    padding-top: 1rem;
    margin: 0 1.45rem;
    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: space-between;
    border-top: 1px solid #eee
}

.rate-info .rate p strong {
    font-size: 1rem;
    font-weight: 700;
    color: #888
}

.rate-info .rate > img {
    width: 5rem;
    margin-left: 5px
}

.rate-info .rate > p {
    color: #999;
    font-size: .75rem
}

.rate-info .classification strong {
    color: #8e8f92;
    font-size: 1rem
}

.rate-info
.classification > p {
    color: #999;
    font-size: .75rem
}

.rate-info .rate p {
    padding-bottom: 0.25rem
}

.rate-info .rate, .rate-info .classification {
    text-align: center
}

.rate-info
.classification p {
    padding-bottom: 0.25rem
}

.rate-info .rate-line-between {
    width: 1px;
    background-color: #e7e7e7;
    height: 3rem;
    margin: 0.5rem 0.5rem 0 0.5rem
}

.comment-info {
    border-top: 1px solid #eee;
    padding: 1rem 0;
    margin: 0 1.45rem;
}

.comment-info .comment-info-title {
    margin-bottom: .85rem;
    font-size: 1.25rem;
    font-weight: bolder
}

.comment-info .comment-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.comment-info .comment-info-content .comment-info-l > strong {
    font-size: 3.75rem;
    line-height: 3.5rem;
    color: #4a4a4e;
    font-weight: 700
}

.comment-info .comment-info-content .comment-info-l > p {
    width: 5.6875rem;
    text-align: center;
    color: #7b7b7b;
    margin-top: .625rem
}

.comment-info .comment-info-content .comment-info-r {
    margin-left: 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.comment-info .comment-info-content .comment-info-r .comment-star-list > li {
    margin-top: .3rem;
    line-height: 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-info .comment-info-content .comment-info-r .comment-star-list
.comment-star {
    position: relative;
    width: 2.875rem;
    height: .4375rem
}

.comment-info
.comment-info-content .comment-info-r .comment-star-list .comment-star > img {
    display: block;
    width: 100%;
    height: 100%
}

.comment-info .comment-info-content .comment-info-r .comment-star-list
.comment-star > div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff
}

.comment-info .comment-info-content .comment-info-r .comment-star-list
.comment-progress { /* position:relative; */
    margin-left: .5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: .125rem;
    background: #e9e9ec;
    border-radius: .125rem
}

.comment-info .comment-info-content .comment-info-r .comment-star-list
.comment-progress > div {
    position: absolute;
    left: 0;
    width: 0;
    height: .125rem;
    background: #4a4a4e;
    border-radius: .125rem;
    width: 90%
}

.comment-message {
    background-color: #F9F9F9;
    border: none;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    min-height: 11.5rem
}

.comment-message > div {
    padding: 0 10px
}

.comment-message .comment-user {
    margin-bottom: 5px
}

.comment-message .comment-user span:first-child {
    display: inline-block;
    width: 69%;
    text-align: left;
    font-weight: bold;
    font-size: 0.85rem;
    margin: 0
}

.comment-message .comment-user span:last-child {
    display: inline-block;
    width: 29%;
    text-align: right;
    font-size: 0.75rem
}

.comment-message .comment-star .glyphicon-user {
    font-size: 0.75rem;
    border: 1px solid #dedeea;
    border-radius: 50%;
    color: #fff;
    background-color: #E9E9EC
}

.comment-message
.comment-star {
    font-size: 0.75rem
}

.comment-message .comment-star span:first-child {
    color: #FFBB15;
    display: inline-block;
    width: 49%;
    text-align: left
}

.comment-message .comment-star span:last-child {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-size: 0.75rem
}

.comment-message .comment-content {
    padding: 5px 10px
}

.spinner {
    text-align: center;
    float: left
}

.spinner > div {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

.mask-box {
    z-index: 200;
    position: relative
}

.mask-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.mask-colsed {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px
}

.mask-pop .swiper-container .swiper-pagination {
    position: static
}

#gomchelp {
    max-height: 500px;
    overflow-y: scroll
}

.install-tip-title {
    margin-top: 20px;
    width: 114px;
    height: 29px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.main-content-bg {
    width: 100%;
    position: fixed;
    top: 0;
    background-size: 1500px;
}

.install-tip-root {
    padding: 0;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.install-tip-content {
    display: block;
    background-color: rgba(32, 60, 126, .8666666666666667);
    width: 82%;
    padding: 6px;
    color: #efefef;
    font-size: 14px
}

.pc-box {
    display: none;
    text-align: center;
    z-index: 2;
    position: relative
}

.pc-logo {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto
}

.pc-logo img {
    display: block;
    width: 100%;
    height: 100%
}

.pc-box > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em
}

.pc-box .code {
    margin: 30px auto 10px;
    width: 200px;
    height: 200px
}

.pc-box .info {
    font-size: 18px;
    font-weight: bold;
    margin: 50px auto
}

.pc-box .pc-colsed {
    z-index: 2;
    position: absolute;
    right: 20px;
    width: 30px
}

.pc-box .pc-colsed img {
    display: block;
    width: 100%
}

.pc-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/bg1.jpg)
}

.pc-box .tipss {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    width: 100%
}

.farstgosteptipsbut {
    background-color: #48c78e;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
}

.arouse2 {
    float: right;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    color: rgba(6, 122, 254, 1)
}

.arouse2 b {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -2px 5px 0 0;
    text-align: center;
    background: rgba(6, 122, 254, 1);
    color: #fff;
    border-radius: 100%
}

.mask-popnew {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

.mask-pop .swiper-container {
    width: 100%
}

.mask-pop
.swiper-slide img {
    display: block;
    width: 100%
}

.mask-pop .swiper-slide p {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #0491F7
}

.mask-pop .swiper-container
.swiper-pagination {
    position: static
}

.mask-pop .swiper-pagination-bullet {
    background: #DBF0FD;
    opacity: 1
}

.mask-pop .swiper-pagination-bullet-active {
    background: #0491F7
}

.mask-popnew
.swiper-container {
    width: 100%
}

.mask-popnew .swiper-slide img {
    display: block;
    width: 100%
}

.mask-popnew .swiper-slide p {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #0491F7
}

.mask-popnew .swiper-container .swiper-pagination {
    position: static
}

.mask-popnew
.swiper-pagination-bullet {
    background: #DBF0FD;
    opacity: 1
}

.mask-popnew .swiper-pagination-bullet-active {
    background: #0491F7
}

.popup {
    position: fixed;
    top: 32%;
    left: 30%;
    transform: translate(-20%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    text-align: center;
}

.popup p {
    font-size: 18px;
    margin-bottom: 20px;
}

.popup button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #00BCD4;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.popup button:hover {
    background-color: #0477f8;
}

.float-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 9999;
}

.float-window img {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 106%;
    max-height: 100%;
}