@charset "UTF-8";

#popup .alert .content .btns label,
#popup .page2 .right .ctrl .vote div span,
#popup .page2 .right .ctrl .vote label,
#popup .page2 .right .ctrl label.voted span,
#popup .page2 .right .ctrl label.voted div,
#popup .page2 .right .ctrl label.fb span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#popup .page2 .cover,
#popup .page1 .item .cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden
}

#popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

#popup .panel {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    width: 1400px;
    height: calc(100% - 174px);
    background-color: #FCF3D3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#popup .close {
    position: absolute;
    top: -31px;
    right: -31px;
    display: inline-block;
    cursor: pointer;
    width: 62px;
    height: 62px;
    z-index: 3
}

#popup .page1 {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow: auto
}

#popup .page1 .header {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 72px
}

#popup .page1 .header .title {
    display: inline-block;
    line-height: 100%;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

#popup .page1 .header .title1 {
    display: block;
    margin-top: 10px;
    line-height: 100%;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

#popup .page1 .header .search {
    position: absolute;
    top: 50%;
    right: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 36px;
    width: 240px;
    border: 1px solid #000;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden
}

#popup .page1 .header .search input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 0;
    outline: 0;
    padding-left: 16px;
    padding-right: 40px
}

#popup .page1 .header .search input:focus {
    outline: 0
}

#popup .page1 .header .search input:-ms-input-placeholder {
    font-size: small
}

#popup .page1 .header .search input:-moz-placeholder {
    font-size: small
}

#popup .page1 .header .search input::-moz-placeholder {
    font-size: small
}

#popup .page1 .header .search input::-webkit-input-placeholder {
    font-size: small
}

#popup .page1 .header .search div {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 32px;
    height: 28px;
    border-left: 1px solid #000;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#popup .page1 .header .search div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#popup .page1 .items {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1188px;
    max-width: 100%;
    margin-top: 80px;
    padding-bottom: 64px
}

#popup .page1 .loading {
    display: inline-block;
    width: 100%;
    color: rgba(60, 60, 67, .6)
}

#popup .page1 .coming-soon {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    font-size: 96px;
    font-weight: 700;;
    color: #1E59FF;
    line-height: 100%;
}

#popup .page1 .item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    width: 380px;
    padding: 36px 40px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px
}

#popup .page1 .item .cover {
    display: inline-block;
    width: 300px;
    height: 165px;
    background-color: #000
}

#popup .page1 .item .title {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    margin-top: 16px
}

#popup .page1 .item .info {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin-top: 6px
}

#popup .page1 .item .info .left {
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

#popup .page1 .item .info .left .name {
    display: inline-block;
    width: 100%;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-align: left
}

#popup .page1 .item .info .left .count {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #1E59FF;
    text-align: left;
    margin-top: 24px
}

#popup .page1 .item .info .right {
    display: flex;
    align-items: flex-end;
}

#popup .page1 .item .info .right .num {
    line-height: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #1E59FF
}

#popup .page2 {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 90px 180px;
    overflow: auto
}

#popup .page2 .loading {
    display: inline-block;
    width: 100%;
    color: rgba(60, 60, 67, .6)
}

#popup .page2 .left {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 70px
}

#popup .page2 .left .ig-reel-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    height: 100%;
}

#popup .page2 .left .ig-reel-container .content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

#popup .page2 .left .yt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

#popup .page2 .cover {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #d9d9d9
}

#popup .page2 .cover iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#popup .page2 .text {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 36px
}

#popup .page2 .back {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px
}

#popup .page2 .back img {
    margin-right: 14px
}

#popup .page2 .back span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px
}

#popup .page2 .back label {
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

#popup .page2 .right {
    flex-shrink: 0;
    width: 350px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

#popup .page2 .right .user {
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

#popup .page2 .right .user .num {
    flex-shrink: 0;
    display: inline-block;
    line-height: 100%;
    color: #1E59FF;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 40px
}

#popup .page2 .right .user .count {
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

#popup .page2 .right .user .count * {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #1E59FF
}

#popup .page2 .right .user .count span {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 600
}

#popup .page2 .right .user .count b {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

#popup .page2 .right .info {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 18px;
    flex-grow: 1
}

#popup .page2 .right .info .title {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

#popup .page2 .right .info .name {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    margin-top: 9px
}

#popup .page2 .right .ig-reel-container {
    display: none;
}

#popup .page2 .right .cover {
    display: none
}

#popup .page2 .right .text {
    display: none
}

#popup .page2 .right .ctrl {
    flex-shrink: 0;
    width: 100%;
    text-align: left;
    margin-top: 50px
}

#popup .page2 .right .ctrl label.fb {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 80px;
    cursor: pointer;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    background-color: #37EA5E;
    border: 2px solid #000000;
}

#popup .page2 .right .ctrl label.fb span {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px
}

#popup .page2 .right .ctrl label.fb img {
    margin-left: 8px;
    margin-right: 8px
}

#popup .page2 .right .ctrl label.voted {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    cursor: not-allowed;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    background-color: #939393;
    color: #fff
}

#popup .page2 .right .ctrl label.voted div {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    margin-top: 13px
}

#popup .page2 .right .ctrl label.voted span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px
}

#popup .page2 .right .ctrl .vote {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

#popup .page2 .right .ctrl .vote label {
    flex-shrink: 0;
    padding: 23px 21px;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-color: #1E59FF;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    cursor: pointer
}

#popup .page2 .right .ctrl .vote label.voted {
    background-color: #aeaeb9;
}

#popup .page2 .right .ctrl .vote div {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #1E59FF;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    margin-left: 10px
}

#popup .page2 .right .ctrl .vote div span {
    color: #1E59FF
}

#popup .page2 .right .ctrl .vote div span:first-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px
}

#popup .page2 .right .ctrl .vote div span:last-child {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px
}

#popup .page2 .right .ctrl .vote div span:last-child:after {
    content: "票";
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
    margin-top: 3px
}

#popup .page2 .right .share {
    margin-top: 16px;
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

#popup .page2 .right .share * {
    display: inline-block
}

#popup .page2 .right .share span {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 100%;
    font-weight: 900;
    color: #000
}

#popup .page2 .right .share a {
    flex-shrink: 0;
    display: inline-block;
    margin-left: 16px;
    text-decoration: none
}

#popup .page2 .right .share a img:first-child {
    display: inline-block
}

#popup .page2 .right .share a img:last-child {
    display: none
}

#popup .page2 .right .share a:hover img:first-child {
    display: none
}

#popup .page2 .right .share a:hover img:last-child {
    display: inline-block
}

#popup .page2 .right .back {
    display: none
}

#popup .alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2
}

#popup .alert .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    max-width: 450px;
    width: calc(100% - 32px);
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
    border-radius: 44px;
    padding: 50px 16px
}

#popup .alert .content .text {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

#popup .alert .content .text+.text {
    margin-top: 10px
}

#popup .alert .content .btns {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px
}

#popup .alert .content .btns label {
    display: inline-block;
    padding: 3px 20px;
    cursor: pointer;
    text-align: center;
    border: 3px solid #1E59FF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 900
}

#popup .alert .content .btns label.ok {
    background-color: #1E59FF;
    color: #fff
}

#popup .alert .content .btns label.cancel {
    color: #1E59FF;
    background-color: #fff;
    margin-left: 16px
}

#popup .alert .content .btns img.guimg {
    position: fixed;
    right: 10px;
    width: 120px;
    bottom: 60px;
}

#popup .alert .content .btns label.lock {
    color: #fff;
    background-color: #939393;
    margin-left: 16px;
    border: 3px solid #939393;
}

#popup .alert .content .small-text {
    color: #848484;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

@media screen and (max-width: 499px)and (min-width: 0) {
    #popup .alert .content {
        padding: 30px 16px
    }

    #popup .alert .content .text {
        font-size: 18px;
        line-height: 18px
    }

    #popup .alert .content .btns label {
        font-size: 18px
    }
}

@media screen and (max-width: 799px)and (min-width: 0) {
    #popup .page2 .right .user .num {
        width: 85px;
        height: 85px;
        line-height: 79px;
        font-size: 30px
    }

    #popup .page2 .right .user .count span {
        font-size: 14px;
        line-height: 19.6px
    }

    #popup .page2 .right .user .count b {
        font-size: 24px;
        line-height: 33.6px
    }

    #popup .page2 .right .info {
        flex-grow: 0
    }

    #popup .page2 .right .info .title {
        font-size: 20px;
    }

    #popup .page2 .right .info .name {
        font-size: 24px;
    }

    #popup .page2 .right .cover {
        margin-top: 10px
    }

    #popup .page2 .right .text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px
    }

    #popup .page2 .right .ctrl label.fb {
        padding-left: 0;
        padding-right: 0
    }

    #popup .page2 .right .ctrl label.fb img {
        width: 30px
    }

    #popup .page2 .right .ctrl label.fb span {
        font-size: 20px;
        line-height: 20px
    }

    #popup .page2 .right .ctrl label.voted div {
        font-size: 18px;
        line-height: 18px
    }

    #popup .page2 .right .ctrl label.voted span {
        font-size: 12px;
        line-height: 35px
    }

    #popup .page2 .right .ctrl .vote label {
        font-size: 20px;
        line-height: 20px
    }

    #popup .page2 .right .ctrl .vote div {
        width: 50px;
        height: 50px;
        line-height: 44px
    }

    #popup .page2 .right .ctrl .vote div span:first-child {
        font-size: 10px !important;
        line-height: 14px !important
    }

    #popup .page2 .right .ctrl .vote div span:last-child {
        font-size: 20px !important;
        line-height: 20px !important
    }

    #popup .page2 .right .ctrl .vote div span:last-child:after {
        margin-top: 1px;
        font-size: 10px !important
    }

    #popup .page2 .right .share span {
        font-size: 20px;
        line-height: 20px
    }

    #popup .page2 .right .share img {
        width: 40px
    }
}

@media screen and (max-width: 499px)and (min-width: 0) {
    #popup .page2 {
        padding: 20px
    }
}

@media screen and (max-width: 649px)and (min-width: 500px) {
    #popup .page2 {
        padding: 20px 45px
    }
}

@media screen and (max-width: 849px)and (min-width: 650px) {
    #popup .page2 {
        padding: 40px 90px
    }
}

@media screen and (max-width: 1349px)and (min-width: 0) {
    #popup .page1 .header {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 32px
    }

    #popup .page1 .header .title {
        font-size: 24px;
    }

    #popup .page1 .header .search {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 16px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    #popup .page1 .coming-soon {
        font-size: 70px;
    }

    #popup .page1 .items {
        margin-top: 32px
    }

    #popup .page2 .left {
        display: none
    }

    #popup .page2 .right {
        width: 100%
    }

    #popup .page2 .right .ig-reel-container {
        display: inline-block;
        margin-top: 10px
    }

    #popup .page2 .right .cover {
        display: inline-block;
        margin-top: 10px
    }

    #popup .page2 .right .text {
        display: inline-block;
        margin-bottom: 10px
    }

    #popup .page2 .right .ctrl label.fb {
        width: 100%
    }

    #popup .page2 .right .ctrl label.voted {
        width: 100%
    }

    #popup .page2 .right .ctrl .vote {
        justify-content: center
    }

    #popup .page2 .right .ctrl .vote label {
        flex-grow: 1;
        text-align: center
    }

    #popup .page2 .right .share {
        justify-content: center
    }

    #popup .page2 .right .back {
        display: inline-flex;
        justify-content: center;
        margin-top: 32px;
        padding-bottom: 32px
    }
}

@media screen and (max-width: 499px)and (min-width: 0) {
    #popup .panel {
        width: calc(100% - 64px);
        height: calc(100% - 64px)
    }

    #popup .page1 .items {
        width: calc(100% - 32px);
        justify-content: center
    }

    #popup .page1 .item {
        width: calc(100% - 32px);
        padding: 16px
    }

    #popup .page1 .item:nth-child(n+2) {
        margin-top: 30px
    }

    #popup .page1 .item .cover {
        width: 100%
    }
}

@media screen and (max-width: 899px)and (min-width: 500px) {
    #popup .panel {
        width: calc(100% - 64px);
        height: calc(100% - 64px)
    }

    #popup .page1 .items {
        width: 380px
    }

    #popup .page1 .item:nth-child(n+2) {
        margin-top: 30px
    }
}

@media screen and (max-width: 1049px)and (min-width: 900px) {
    #popup .panel {
        width: calc(100% - 64px);
        height: calc(100% - 64px)
    }

    #popup .page1 .items {
        width: 784px
    }

    #popup .page1 .item:nth-child(2n+2) {
        margin-left: 24px
    }

    #popup .page1 .item:nth-child(n+3) {
        margin-top: 30px
    }
}

@media screen and (max-width: 1349px)and (min-width: 1050px) {
    #popup .panel {
        padding-bottom: 80px;
        width: 1000px;
        height: calc(100% - 64px)
    }

    #popup .page1 .items {
        width: 784px
    }

    #popup .page1 .item:nth-child(2n+2) {
        margin-left: 24px
    }

    #popup .page1 .item:nth-child(n+3) {
        margin-top: 30px
    }
}

@media screen and (min-width: 1350px) {
    #popup {
        padding-bottom: 80px
    }

    #popup .page1 .item:nth-child(3n+2) {
        margin-left: 24px;
        margin-right: 24px
    }

    #popup .page1 .item:nth-child(n+4) {
        margin-top: 30px
    }
}

@media screen and (max-width: 1469px)and (min-width: 1350px) {
    #popup .panel {
        padding-bottom: 80px;
        width: 1300px
    }

    #popup .page1 .header .search {
        right: 52px
    }
}