* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #777777;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}


/*---------------------------------------------------- */

@media (min-width: 750px) {
    .form-page-mobile {
        display: none;
    }
}

@media (max-width: 750px) {
    .form-page-mobile {
        display: block;
    }
    #pop-page {
        min-width: 333px !important;
        min-height: 155px !important;
    }
    .text-line {
        font-size: 13px !important;
    }
    .pop-btn img {
        height: 40px !important;
        width: auto !important;
    }
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*loading样式*/

#loading-pop {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    border: 0 !important;
    z-index: 0;
    opacity: 0;
}

#loading-pop .icon-loading {
    width: 150px;
    padding: 30px 20px;
    color: #000000;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px #292929;
    border-radius: 12px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
}

#loading-pop .icon-loading img {
    width: 70px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

#loading-pop.enabled {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    z-index: 999999;
}

#loading-pop .loading-word {
    display: block;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0 0 0;
}


/*----------------------------------------------------*/

@media (max-width: 767px) {
    .section_gap_bottom {
        padding-bottom: 60px;
    }
    .form-page-web {
        display: none;
    }
    .form-page.mobile {
        display: block;
    }
}

img {
    max-width: 100%;
}

#index-page {
    display: none;
}

#soubure-web .web-top {
    position: relative;
}

#soubure-web .web-end {
    position: relative;
}

#soubure-web .twitter-btn {
    position: absolute;
    width: 100%;
    top: 56%;
    display: flex;
    align-items: center;
    /* padding-left: 80%; */
    height: calc(100vh - 100px);
    flex-direction: column;
}

.twitter-btn-img {
    cursor: pointer;
    margin-right: 3%;
}

#soubure .img {
    height: 100%;
}

#soubure-web .invite-top {
    position: absolute;
    width: 100%;
    top: 83%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#soubure-web .invite-bottom {
    position: absolute;
    width: 100%;
    top: 21%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#soubure-web .event-on {
    display: block;
    cursor: pointer;
}

#soubure-web .event-off {
    display: none;
}


/* @media (min-width: 1439px) {
    #soubure-mobile {
        display: none;
    }
}

@media (max-width: 1439px) {
    #soubure-web {
        display: none;
    }
} */

.img-btn {
    cursor: pointer;
}

.img-btn:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

@media screen and (max-device-width: 1680px) {
    .twitter-btn-img,
    .event-on,
    .event-off,
    .detail-btn,
    .confirm-btn,
    .send-btn,
    .end-btn {
        max-height: 200.25px !important;
        /* max-width: 25% !important; */
    }
}

@media screen and (max-device-width: 1400px) {
    .twitter-btn-img,
    .event-on,
    .event-off,
    .detail-btn,
    .confirm-btn,
    .send-btn,
    .end-btn {
        max-height: 80px !important;
        /* max-width: 25% !important; */
    }
    .web-input {
        max-height: 60px;
        max-width: 300px;
    }
}

@media screen and (max-device-width: 1020px) {
    .twitter-btn-img,
    .event-on,
    .event-off,
    .detail-btn,
    .confirm-btn,
    .send-btn,
    .end-btn {
        max-height: 60px !important;
        /* max-width: 25% !important; */
    }
    .web-input {
        max-height: 40px;
        max-width: 250px;
    }
}

#form-page {
    display: none;
}

#form-page .form-top-section {
    position: relative;
}

#form-page .detail-btn {
    position: absolute;
    top: 5%;
    left: 71%;
    cursor: pointer;
}

#form-page .confirm-btn {
    position: absolute;
    top: 22%;
    left: 51%;
    cursor: pointer;
}

#form-page .final-btn-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 87%;
}

#form-page .send-btn {
    display: block;
    cursor: pointer;
}

#form-page .end-btn {
    display: none;
}

.web-input {
    width: 400px;
    height: 80px;
    background: white;
    border: #919191 solid 2px;
    font-size: 47px !important;
}

.web-input .input-off {
    display: none;
}

#self-id {
    position: absolute;
    top: 22.3%;
    left: 19%;
}

#friend-id1 {
    position: absolute;
    top: 40.5%;
    left: 19%;
}

#friend-id2 {
    position: absolute;
    top: 50.3%;
    left: 19%;
}

#friend-id3 {
    position: absolute;
    top: 59.5%;
    left: 19%;
}

#friend-id4 {
    position: absolute;
    top: 68.5%;
    left: 19%;
}

#friend-id5 {
    position: absolute;
    top: 78%;
    left: 19%;
}

#friend-name1 {
    position: absolute;
    top: 40.5%;
    left: 64%;
}

#friend-name2 {
    position: absolute;
    top: 50.3%;
    left: 64%;
}

#friend-name3 {
    position: absolute;
    top: 59.5%;
    left: 64%;
}

#friend-name4 {
    position: absolute;
    top: 68.5%;
    left: 64%;
}

#friend-name5 {
    position: absolute;
    top: 78%;
    left: 64%;
}

#pop-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

#pop-page {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 666.5px;
    min-height: 310px;
    background: url('../images/pop-img.png') no-repeat center;
    background-size: cover;
}

#pop-page .pop-btn {
    position: absolute;
    top: 64%;
    left: 5%;
}

#pop-page .pass-section {
    display: flex;
    align-items: center;
}

#pop-page .pass-stage-one-section {
    display: flex;
    align-items: center;
}

#pop-page .cancel-btn {
    width: 198px;
    height: 78px;
}

#pop-page .confirm-step-one-btn {
    width: 198px;
    height: 78px;
    margin-left: 50%;
}

#pop-page .ok-btn {
    width: 198px;
    height: 78px;
}

#pop-page .twitter-pop {
    margin-left: 20%;
    width: 303px;
    height: 78px;
}

#pop-page .pass-not-section {
    display: none;
}

#pop-page .rewrite-btn {
    width: 198px;
    height: 78px;
    margin-left: 100%;
    cursor: pointer;
}

#pop-page .text1 {
    display: none;
    position: absolute;
    top: 12%;
    left: 5.5%;
}

#pop-page .text2 {
    display: none;
    position: absolute;
    top: 12%;
    left: 5.5%;
}

#pop-page .text3 {
    display: none;
    position: absolute;
    top: 12%;
    left: 5.5%;
}

#pop-page .text4 {
    display: none;
    position: absolute;
    top: 12%;
    left: 5.5%;
}

#pop-page .text5 {
    display: none;
    position: absolute;
    top: 12%;
    left: 5.5%;
}

#pop-page .text6 {
    display: none;
    position: absolute;
    top: 12%;
    left: 5.5%;
}

#pop-page .text7 {
    display: none;
    position: absolute;
    top: 12%;
    left: 5.5%;
}

#pop-page .text8 {
    display: none;
    position: absolute;
    top: 12%;
    left: 5.5%;
}

#pop-page .text-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #34404f;
    font-size: 24px;
}

#form-page .form-page-mobile-top {
    position: relative;
}

#form-page .detail-mobile-btn {
    position: absolute;
    top: 3.3%;
    right: 0;
    width: 45%;
    cursor: pointer;
}

#form-page .mobile-selfid {
    border: 1px solid black;
    position: absolute;
    top: 13.8%;
    left: 30%;
    width: 200px;
    height: 28px;
}

#form-page .confirm-mobile {
    width: 100%;
    position: absolute;
    top: 18%;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

#form-page .confirm-mobile-btn {
    width: 150px;
    height: 51px;
}

#form-page .mobile-selfid {
    font-size: auto !important;
}

#form-page .mobile-input {
    width: 200px;
    height: 28px;
    margin-bottom: 16px;
    border: 1px solid black;
}

#form-page .mobile-friend1 {
    position: absolute;
    top: 33%;
    left: 30%;
}

#form-page .mobile-friend2 {
    position: absolute;
    top: 45.5%;
    left: 30%;
}

#form-page .mobile-friend3 {
    position: absolute;
    top: 57.8%;
    left: 30%;
}

#form-page .mobile-friend4 {
    position: absolute;
    top: 70.2%;
    left: 30%;
}

#form-page .mobile-friend5 {
    position: absolute;
    top: 82.8%;
    left: 30%;
}

#form-page .send-mobile {
    position: absolute;
    top: 95%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#form-page .send-mobile-btn {
    width: 43%;
}

#form-page .end-mobile-btn {
    width: 43%;
    display: none;
}