.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}

.loading img {
    width: 220Px;
    height: 220Px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.index header {
    background: none;
}
.header-box{
    position: fixed;
    width: 100%;
    z-index: 11;
}
header {
    margin: auto;
    max-width: 1080px;
    padding: 30px 0;
    background: #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #111;
    font-weight: 500;
    font-size: 20px;
}
.logo-img{
    width: 131px;
    height: 40px;
    background: url("../images/logo-pc.png") no-repeat center;
    background-size: cover;
}

.items {
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 20px;
}

.items img {
    width: 135px;
    display: none;
}

.items a {
    text-decoration: none;
    /*color: #000000;*/
    color: #ffffff;
    padding: 0 15px;
    font-size: 17px;
}

.items a:hover {
    /*color: #56ffca;*/
    color: #13fe8f;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    /*background: white;*/
}
.page-content{
    background-color: #1a1a1a;
    color: white;
    height: auto;
}
.page-content h1{
    color: white !important;
}
.page-content .header-box header{
    background-color: #1a1a1a;
}
.page-content .logo-img {
    background: url('../images/logo-pc.png') no-repeat center;
    background-size: cover;
}
/*.page-content .footer a, .page-content .inc a{*/
/*    color: white;*/
/*}*/

.index-bg{
    /*background: url('../images/pc-bg.png') no-repeat center;*/
    /*background-size: cover;*/
    background-color: #1a1a1a;
    z-index: 1;
}
.spot{
    position: absolute;
    width: 470px;
    height: 212px;
    top: 0;
    right: 0;
    z-index: 9;
    background: url('../images/spot@2x.png') no-repeat center;
    background-size: cover;
}
main {
    max-width: 1080px;
    margin: auto;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    /*padding-left: 12%;*/
    /*padding-right: 12%;*/
    /*background: url('../images/pc-spot.png') no-repeat center;*/
    background-image: url('../images/pc-spot.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #1a1a1a;
    height: 100%;
    z-index: 10;
    position: relative;
}


main .left {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    z-index: 2;
    -moz-flex: 1.6;
    -ms-flex: 1.6;
    flex: 1.6;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    /*-ms-flex-align: center;*/
    /*-moz-align-items: center;*/
    /*align-items: center;*/
}

main .left h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 71px;
    padding-bottom: 0;
}

main .left .space-container {
    display: none;
}

main .left .stores {
    margin-top: 24px;
}

main .left .stores img {
    width: 192px;
    z-index: 3;
    cursor: pointer;
}
.apple{
    margin-right: 24px;
}
main .words{
    max-width: 525px;
    margin-top: 80px;
    opacity: 0.8;
    font-family: SFUIText;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    /*color: #000;*/
    color: #ffffff;
}

main .right {
    z-index: 2;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    /*-ms-flex-align: end;*/
    /*-moz-align-items: flex-end;*/
    /*align-items: flex-end;*/
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.right-inner {
    width: 280px;
    height: 570px;
    background: url("../images/sw-bg.png") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .right #phone {
    /*position: absolute;*/
    /*width: 50vh*/
    /*width: 100%;*/
}

main .right .phone-image {
    z-index: 2;
    width: 42vh;
    border-radius: 10px;
    height: 100%
}

main .right .myCarousel {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 46vh;*/
    /*height: 78%;*/
    /*border-radius: 10px;*/
    /*width: 16.88vw;*/
    /*height: 35.88vw;*/
    width: 226px;
    height: 496px;
    border-radius: 30px;
    overflow: hidden;
}

main .right .myCarousel .carousel-inner {
    height: 100%;
    /*margin: 0;*/
    /*padding: 0;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*display: flex;*/
}

main .right .myCarousel .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer {
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.mobile, .footer-mobile{
    display: none;
}
.footer-mobile .footer {
    padding-bottom: 0;
}
.footer-mobile {
    width: 100%;
    padding-bottom: 12px;
}
.inc {
    margin-top: 8px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}
.index.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.footer a{
    margin: 0 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
.footer .pc-inc{
    color: white;
    font-size: 13px;
    margin: 0 44px;
}
.pc a{
    color: white;
    font-size: 13px;
}
.footer > a + a:hover{
    color: #56ffca;
}
#snowzone {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
}

#snowzone .div {
    z-index: 1;
    position: fixed
}
.sharebox{
    display:flex;
    align-items: center;
}
.sharebox .shareimg{
    width:20px;
    height:20px;
    background-size:cover;
    display:inline-block;
    margin-right:4px;
}

@keyframes a {
    0% {
        bottom: 100%;
        opacity: 1
    }
    50% {
        opacity: 1;
        transform: rotate(2turn)
    }
    to {
        transform: rotate(0deg);
        opacity: 0;
        bottom: 0
    }
}

#snowzone .roll {
    position: absolute;
    opacity: 0;
    animation: a 10s;
    -webkit-animation: a 10s;
    -moz-animation: a 10s;
    -ms-animation: a 10s;
    -o-animation: a 10s
}

.phoneALL {
    display: none;
}

.PcPhone {
    display: block;
}

.pageconment {
    width: 90%;
    max-width: 1080px;
    margin: 100px auto 40px;
    border-radius: 12px;
    /*padding: 40px 42px 20px 38px;*/
    padding: 40px 0 20px 0;
    box-sizing: border-box;
}

.content h1 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 15px;
    /*color: rgba(0, 0, 0, 0.6);*/
    color: #ffffff;
}

.contentWidthRestriction h2 {
    font-size: 18px;
    /*padding: 30px 0px;*/
    padding: 40px 0 10px;
}

.contentWidthRestriction h4 {
    font-size: 20px;
    padding: 10px 0px;
}

.contentWidthRestriction p {
    line-height: 22px;
    word-wrap: break-word;
    font-size: 14px;
}

.contact {
    width: 180px;
    margin: 35px auto 0;
    border-radius: 24px;
    padding: 15px 0px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #A06BF9;
}

.linkbox {
    display: none;
}

.footheight {
    height: 70px;
}

.indexlinkbox {
    display: none;
}


/*手机样式*/

@media (max-width: 800px) {
    /*123*/
    .page-content .pageconment{
        width: auto !important;
        padding: 0 20px 0 !important;
    }
    .page-content header{
        padding: 12px 20px;
    }
    .pc{
        display: none;
    }
    header{
        box-sizing: border-box;
        height: 3.75rem;
        padding: 0 1.125rem;
    }
    .page-content .logo-img {
        width: 3.1rem;
        height: 2rem;
        background: url("../images/logo-mobile.png") no-repeat center;
        background-size: 100%;
    }
    .index-bg {
        background-color: #1a1a1a;
        position: fixed;
    }
    .index-star.content {
        min-height: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('../images/mobile-spot.png');
    }
    .items a {
        display: none;
    }
    .content{
        height: auto;
        min-height: 100%;
        background-size: 100%;
    }
    .spot{
        width: 26.3vh;
        height: 11.8vh;
        z-index: 20;
    }
    .header-box-mobile{
        background-color: #000000;
    }
    main{
        margin-top: 6.5rem;
        display: block;
        position: relative;
        z-index: 8;
        background-image: none;
    }
    main .left {
        padding: 0 1.25rem;
    }
    main .left h1{
        font-size: 2.5rem;
        text-align: left;
        line-height: 3rem;
    }
    main .left h1.last-title{
        margin-bottom: 0.625rem;
    }
    main .words{
        width: 100%;
        margin-top: 0;
        text-align: left;
        font-size: 1rem;
        font-family: SFUIText-Medium, SFUIText;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.25rem;
    }
    main .left .space-container {
        display: block;
        color: #fff;
        margin-top: 3rem;
        position: relative;
    }
    main .left .space-container .space-input-placeholder {
        font-size: 1rem;
        font-family: 'PingFangSC-Semibold', 'PingFang SC';
        font-weight: 600;
        color: #FFFFFF;
        line-height: 1.375rem;
        margin-bottom: 0.75rem;
    }
    main .left .space-container .input-prex {
        font-size: 0.875rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(255,255,255,0.5);
    }
        
    main .left .space-container .space-input{
        background: #2F2F2F;
        border-radius: 1.875rem;
        width: 100%;
        height:2.75rem ;
        overflow: hidden;
        padding-left: 1rem;
        display: flex;
        caret-color: #31D475;
        align-items: center;
        position: relative;
    }
    .space-input>input {
        padding: 0;
        width: 100%;
        height: 100%;
        background: #2F2F2F;
        outline:none;  
        border:none;
        caret-color: #31D475;
        color: #fff;
        font-size: 0.875rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 1.25rem;
    }
    @supports (-webkit-mask: none) and (not (cater-color: #31D475)) {}
    .space-container .space-input input::placeholder {
        font-size: 0.875rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(255,255,255,0.5);
        line-height: 1.25rem;
        
    }
    .space-input > .space-btn {
        flex-shrink: 0;
        /* box-sizing: border-box; */
        min-width: 8.8125rem;
        height:2.75rem ;
        background: #13FE8F;
        border-radius: 1.875rem;
        border:none;
        font-size: 1rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 1.25rem;
        margin-left: 0.4rem;
        white-space: nowrap; 
    }
    main .left .space-container .tip-linkname-text {
        position: absolute;
        top: 5.375rem;
        font-size: 0.8125rem;
        font-family: Gilroy-Medium, Gilroy;
        font-weight: 500;
        color: #FE3231;
        line-height: 0.875rem;
        display: flex;
        align-items: center;
        margin-left: 0.0625rem;
        display: none;
    }
    main .left .space-container .tip-linkname-text::before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('../images/tips.svg');
        margin-right: 0.3125rem;
    }
    main .left .stores{
        margin-top: 4rem;
        margin-bottom: 5rem;
    }
    .apple{
        margin-right: 0;
    }
    main .left .stores img{
        width: 55.55vw;
        margin: auto;
    }
    main .right #phone {
        position: absolute;
        width: 35vh;
    }
    .right-inner {
        width: 17.625rem;
        height: 32.4375rem;
        /* width: 78.3vw;
        height: 144.16vw; */
        background-size: contain;
    }
    main .right .myCarousel {
        /*width: 62.88vw;*/
        /*height: 136.77vw;*/
        /*width: 63vw;*/
        /*height: 137vw;*/
        width: 58vw;
        height: 126vw;
    }
    main .right {
        background: #13FE8F;
        align-items: center;
        padding-top: 1.5rem;
    }
    .mobile{
        display: block;
    }
    .footer-mobile{
        display: block;
        background: #13FE8F;
        padding-top: 1.5rem;
    }
    .footer-mobile .footer >a{
        font-size: 0.8125rem;
        font-family: SFUIText-Bold, SFUIText;
        font-weight: 800;
        color: #000000;
        line-height: 0.9375rem;
        margin: 0;
        margin-right: 1.25rem
    }
    .footer-mobile .footer >a:last-child {
        margin-right: 0;
    }
    .footer-mobile .inc {
        font-size: 0.75rem;
        font-family: SFUIText-Regular, SFUIText;
        font-weight: 400;
        color: #000000;
        line-height: 0.875rem;
        margin: 0 0 1.375rem;
    }
    .pageconment{
        width: calc(100% - 6.66vw);
        margin: 20vw auto 0;
        padding: 5vw 4.44vw 10vw;
    }
    .footheight {
        height: 0px;
    }
    .linkbox {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .linkbox a {
        display: block;
        text-align: center;
        line-height: 30px;
        color: #fff;
    }
    .indexlinkbox {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        position: absolute;
        bottom: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        z-index: 9999;
    }
    .indexlinkbox a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
        color: #111;
    }
    .sharelink{
        margin: 1rem 0 1.25rem;
    }
    .swiper-slide {
        overflow: hidden;
    }
    .swiper-slide > img {
        height: 28.125rem;
        width: 13.25rem;
        margin: auto auto
    }
}
