


.index {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .img1 {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
    width: 52vw;
}

.index .img2 {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 61vw;
}

.index .btns {
    position: absolute;
    bottom: 14vw;
    width: 100%;
    padding: 0 14.6vw;
    display: flex;
    justify-content: space-between;
}

.index .btns a {
    font-size: 4.5vw;
    color: #ffffff;
    text-align: center;
    width: 32vw;
    padding: 2vw 3vw;
    background: linear-gradient(70deg, #00a8e1, #0063c0);
    border-radius: 10rem;
    line-height: 2;
}

.index .btns a#sharerule {
    font-size: 3.5vw;
    line-height: 1.3;
}

.index .window {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    
    z-index: 99;
}

.index .window .close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}

.index .window .cover {
    position: absolute;
    width: 80vw;
    top: 7vh;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    background-color: #ffffff;
    padding: 2rem;
}

.index .window p {
    font-size: 4vw;
    color: #4c4c4c;
}

.index .window ul {
    margin-top: 2rem;
}

.index .window ul li {
    font-size: 4vw;
    color: #4c4c4c;
    margin-top: 1rem;
}

.index .window ul li span {
    color: #26b2e5;
}

.uploads {
    position: relative;
    height: 100%;
}

.uploads .img1 {
    position: absolute;
    width: 50vw;
    top: 5vw;
    left: 4vw;
    z-index: 9;
}

.uploads .img2 {
    position: absolute;
    width: 27vw;
    top: 48%;
    right: 3vw;
    z-index: 9;
}

.uploads .circle {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    width: 81vw;
    height: 82vw;
    background-color: #000000;
    border-radius: 50%;
    overflow: hidden;
}

.uploads .circle .meng {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.uploads .circle .img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(70deg, #00a8e1, #0063c0) no-repeat center/cover;
}

.uploads .circle .btns {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.uploads .circle .btns .camera {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20%;
    z-index: 1;
}

.uploads .circle .btns .camera img {
    width: 35%;
}

.uploads .circle .btns .camera p {
    font-size: 6vw;
    color: #ffffff;
    margin-top: 1.5rem;
    letter-spacing: 0;
}

.uploads .circle .btns .camera p.tip {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 3vw; 
    margin-top: 0;
    text-align: center;
    white-space: nowrap;
}

.uploads .circle .btns .skip {
    position: absolute;
    bottom: 15%;
    padding: 0.6rem 2rem;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    font-size: 5vw;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.uploads .circle .btns .skip span {
    margin-right: 5px;
    word-break: keep-all;
    white-space: nowrap;
}

.uploads .circle .btns .skip img {
    height: 1.5rem;
}

.uploads .circle #xdaTanFileImg {
    width: 0;
    height: 0;
    opacity: 0;
}

.uploads .gonext {
    position: absolute;
    width: 85vw;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 3vw;
    text-align: center;
    background: linear-gradient(70deg, #00a8e1, #0063c0);
    border-radius: 10rem;
    font-size: 4.5vw;
    color: #ffffff;
}

.forms {
    position: relative;
    height: 100%;
}

.forms .img1 {
    position: absolute;
    width: 100%;
    top: 5vw;
}

.forms .img2 {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.forms .finger {
    /* position: absolute;
    width: 18vw;
    left: 0;
    right: 0;
    bottom: 14%;
    margin: auto; */
    display: inline-block;
    position: absolute;
    width: 42vw;
    /* bottom: 14%; */
    top: 75vh;
    left: 0;
    right: 0;
    margin: auto;
    padding: 3vw;
    text-align: center;
    background: linear-gradient(70deg, #00a8e1, #0063c0);
    border-radius: 10rem;
    white-space: nowrap;
    font-size: 4.5vw;
    color: #ffffff;
}

.forms .finger.smallmb {
    top: initial;
    top: inherit;
    bottom: 3%;
}

.forms .form {
    position: absolute;
    top: 22%;
    width: 100%;
    padding: 0 5vw;
}

.forms .form .item {
    margin-top: 2rem;
}

.forms .form .item:first-child {
    margin-top: 0;
}

.forms .form .item p {
    font-size: 5vw;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem;
}

.forms .form .item input {
    width: 100%;
    background-color: #ffffff;
    padding: 0.8rem;
    font-size: 4vw;
    color: #4c4c4c;
}

.tooltip {
    display: none;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.tooltip .meng {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}

.tooltip .tips {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80vw;
    height: 20vw;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #c09a62;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.tooltip .tips p {
    vertical-align: middle;
    color: chocolate;
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
}

.final .img {
    position: relative;
}

.final .img img {
    width: 100%;
    max-height: initial !important;
}

.final .img .tip {
    position: absolute;
    right: 0;
    bottom: 5%;
    padding: 1rem;
    font-size: 5vw;
    color: #ffffff;
    background-color: rgba(0,0,0,0.2);
}

/* 2020-3-13 start */
.index .window .cover {
    padding: 2rem;
    border-radius: 2rem;
}

.index .window .cover .tit {
    font-size: 2rem;
    color: #26b2e5;
    border-bottom: 1px solid #26b2e5;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.index .window .cover .close1 {
    position: absolute;
    right: 2rem;
    left: initial;
    top: 2rem;
    border-radius: 50%;
    background: linear-gradient(70deg, #00a8e1, #0063c0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
}
.index .btns {
    z-index: 2;
}
.index .building {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: initial !important;
    max-height: initial !important;
    z-index: 1;
}
.index .img2 {
    z-index: 2;
}

.uploads .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.uploads .loading p {
    padding: 2rem 3rem;
    background-color: #ffffff;
    font-size: 2.2rem;
    color: #4c4c4c;
}

.index .window .cover .close1 span {
    color: #4c4c4c;
    font-size: 1.6rem;
}
/* 2020-3-13 end */

/* 2020-3-16 start */
.crop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 888;
    display: none;
}

.crop img {
    width: 100%;
    max-width: 100%;
}

.crop .go {
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 0;
    z-index: 1;
}

.crop .close {
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 0;
    left: 0;
    z-index: 1;
}
/* 2020-3-16 end */

/* 2020-3-17 start */
.uploads .loading {
    background-color: rgba(0,0,0,0.5);
}

.uploads .loading .cover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploads .loading .cover img {
    animation: spinner .8s linear infinite;
}

@keyframes spinner{
 
    0%{
        -webkit-transform: rotate(0deg);
    }

    25%{
        -webkit-transform: rotate(90deg);
    }

    50%{
        -webkit-transform: rotate(180deg);
    }

    75%{
        -webkit-transform: rotate(270deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner{
 
    0%{
        -webkit-transform: rotate(0deg);
    }

    25%{
        -webkit-transform: rotate(90deg);
    }

    50%{
        -webkit-transform: rotate(180deg);
    }

    75%{
        -webkit-transform: rotate(270deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
    }
}
/* 2020-3-17 end */

/* 2020-3-19 start */
.crop .go {
    width: 5rem;
    height: 5rem;
}
.crop .close {
    width: 5rem;
    height: 5rem;
}
.crop .cropper-bg {
    background-image: none;
    background-color: #000;
}
/* 2020-3-19 end */

/* 2020-3-20 start */
.final .img .tip {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* 2020-3-20 end */

/* 2020-3-24 start */
.forms .form .item p {
    font-size: 4vw;
    margin-bottom: 0.5rem;
}
.forms .form .item input {
    font-size: 3vw;
}
/* 2020-3-24 end */

/* 2020-3-25 start */
.crop .close {
    width: 3.5rem;
    height: 3.5rem;
    top: 2rem;
    left: 2rem;
}

.crop .go {
    width: 3.5rem;
    height: 3.5rem;
    top: 2rem;
    right: 2rem;
}
/* 2020-3-25 end */

/* 2020-7-21 start */
.action--site-final {
    background-color: #fbbb95;
}