@charset "utf-8";

[v-cloak] {
    display: none !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #f7f7f7;
}

#doubleEleven {
    padding-bottom: 80px;
    min-height: 60vh;

}

#doubleEleven .tipsBox {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

#doubleEleven .noRecordImg {
    width: 50%;
    margin: 0 auto;
    display: block;
    padding-top: 40px;
}

#doubleEleven .noRecordImg1 {
    width: 36%;
    margin: 0 auto;
    display: block;
}

#doubleEleven .tips1 {
    font-size: 10px;
    color: #FF506B;
    line-height: 15px;
}

#doubleEleven .topBanner img {
    display: block;
    width: 100%;
    max-height: 498px;
}

#doubleEleven .centerMain {
    width: 1200px;
    margin: 0 auto;

}

#doubleEleven .marT30 {
    margin-top: 30px;
}

#doubleEleven .marT80 {
    margin-top: 80px;
}

#doubleEleven .centerMain .titleLiner {
    width: 1200px;
    height: 69px;
    background: linear-gradient(120deg, #FF506B 0%, rgba(255, 111, 0, 0.28) 100%);
    border-radius: 10px 10px 10px 0;
    font-size: 28px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    padding: 16px 15px 13px 15px;
}

#doubleEleven .centerMain .subBg {
    width: 100%;
    background: #FBFBFB;
}


/* #doubleEleven .centerMain .tipsImg>img {
    display: block;
    width: 1185px;
    height: 110px;
    margin-left: 15px;
    border-radius: 0 0 14px 14px;
} */
#doubleEleven .centerMain .tipsImg {
    padding: 0 55px 0 40px;
}

#doubleEleven .centerMain .tipsImg>p:nth-of-type(1) {
    margin-top: 10px;
    font-size: 20px;
    color: #FF506B;
    line-height: 29px;
}

#doubleEleven .centerMain .tipsImg>p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
}

#doubleEleven .centerMain .tipsImg>p:nth-of-type(2)>span {
    color: #333333;
    font-family: Source Han Sans;
    font-weight: 600;
}

#doubleEleven .centerMain .tipsImg>p:nth-of-type(2)>.a {
    color: #0099AD;
    text-decoration: underline !important;
}



#doubleEleven .centerMain .tipsImg {
    width: 1185px;
    height: 110px;
    margin-left: 15px;
    background: url("/static/v2/img/doubleElevenImg2.png");
    background-size: 100% 100%;
}

#doubleEleven .centerMain .subTitle {
    width: 369px;
    height: 35px;
    background-image: url("/static/v2/img/doubleEleven8.png");
    background-size: 369px 35px;
    line-height: 35px;
    padding-left: 17px;
    font-size: 20px;
    /* background: #FBFBFB; */
    color: #FFFFFF;

}

#doubleEleven .centerMain .titleLiner1 {
    width: 1200px;
    height: 69px;
    background: linear-gradient(120deg, #FF506B 0%, rgba(255, 111, 0, 0.28) 100%);
    border-radius: 10px;
    font-size: 28px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    padding: 16px 15px 13px 15px;
}

#doubleEleven .centerMain .ranking {
    width: 1200px;
    height: 411px;
    background: #FBFBFB;
    border-radius: 10px;
    padding: 30px 15px 4px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#doubleEleven .centerMain .ranking .imgBox {
    width: 680px;
    height: 360px;
    position: relative;
}

#doubleEleven .centerMain .ranking .imgBox>.mask {
    width: 680px;
    height: 360px;
    border-radius: 10px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2022;
}

#doubleEleven .centerMain .ranking .imgBox>.mask>img {
    width: 680px;
    height: 360px;
    border-radius: 10px;
    cursor: pointer;
}

#doubleEleven .centerMain .ranking .imgBox>img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 680px;
    height: 360px;
    cursor: pointer;
}

#doubleEleven .centerMain .ranking .imgBox>a>img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 680px;
    height: 360px;
    cursor: pointer;

}

#doubleEleven .centerMain .ranking .optionBox {
    width: 478px;
    height: 360px;
}

#doubleEleven .centerMain .ranking .optionBox .topOption {
    width: 478px;
    height: 60px;
    background: #FEF3F3;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#doubleEleven .centerMain .ranking .optionBox .topOption>div {
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#doubleEleven .centerMain .ranking .optionBox .topOption>.active {
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FF506B;
    text-decoration: underline !important;
}

#doubleEleven .centerMain .ranking .optionBox .topOption>div:nth-of-type(1)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 41px;
    background: #F3D6DB;
    position: absolute;
    right: 0;
    top: 10px;
}

#doubleEleven .centerMain .ranking .optionBox .rank {
    width: 478px;
    height: 300px;
    padding: 0 20px;
    background: #FFFFFF;
}

#doubleEleven .centerMain .scorll {
    height: 253px;
    overflow-y: auto;
    overflow-x: hidden;
}

#doubleEleven .centerMain .hightA {
    height: 154px !important;
}

#doubleEleven .scorll::-webkit-scrollbar {
    width: 3px;
}

#doubleEleven .scorll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #FFFFFF;
}

#doubleEleven .scorll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFA4A4;
}

#doubleEleven .centerMain .ranking .optionBox .thead {
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #DCDCDC;
}

#doubleEleven .centerMain .ranking .optionBox .thead li {
    font-size: 15px;
    color: #666666;
    line-height: 21px;
    /* padding-left: 6px; */
}

#doubleEleven .centerMain .ranking .optionBox .thead li:nth-of-type(3) {
    margin-right: 4px;
}

#doubleEleven .centerMain .ranking .optionBox .item {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}

#doubleEleven .centerMain .ranking .optionBox .item:nth-of-type(1) {
    margin-top: 6px;
}

#doubleEleven .centerMain .ranking .optionBox .item:nth-of-type(1)>li:nth-of-type(1)::after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 28px;
    background: url("/static/v2/img/doubleEleven1.png") no-repeat;
    background-size: 100% 100%;
}

#doubleEleven .centerMain .ranking .optionBox .item:nth-of-type(2)>li:nth-of-type(1)::after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 28px;
    background: url("/static/v2/img/doubleEleven2.png") no-repeat;
    background-size: 100% 100%;
}

#doubleEleven .centerMain .ranking .optionBox .item:nth-of-type(3)>li:nth-of-type(1)::after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 28px;
    background: url("/static/v2/img/doubleEleven3.png") no-repeat;
    background-size: 100% 100%;
}

#doubleEleven .centerMain .ranking .optionBox .item li:nth-of-type(1) {
    /* width: 36px; */
    width: 22px;
    text-align: center;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}

/* #doubleEleven .centerMain .ranking .optionBox .item:nth-of-type(4)>li:nth-of-type(1) {
    width: 22px !important;
    text-align: center;
} */

#doubleEleven .centerMain .ranking .optionBox .item li:nth-of-type(2) {
    text-align: center;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}


#doubleEleven .centerMain .ranking .optionBox .item li:nth-of-type(2)>img {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    margin-right: 6px;
}

#doubleEleven .centerMain .ranking .optionBox .item li:nth-of-type(3) {
    width: 45px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #0099AD;
}

#doubleEleven .centerMain .ranking .optionBox .item p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

#doubleEleven .centerMain .ranking .optionBox .item p>span {
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FF506B;
    line-height: 20px;
    text-align: center;
}

#doubleEleven .centerMain .ranking .optionBox .loginBox {
    width: 478px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: -2px -2px 6px 1px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    margin-top: 13px;
    text-align: center;
    margin-left: -20px;
    cursor: pointer;
}

#doubleEleven .centerMain .ranking .optionBox .loginBox>span {
    color: #FF506B;
}

#doubleEleven .centerMain .ranking .optionBox .user {
    width: 478px;
    height: 300px;
    padding: 20px;
    background: #FFFFFF;
}

#doubleEleven .centerMain .ranking .optionBox .user .topInfo {
    padding-left: 7px;
    display: flex;
    justify-content: flex-start;
}

#doubleEleven .centerMain .ranking .optionBox .user .topInfo .right>div {
    display: flex;
    justify-content: flex-start;

}

#doubleEleven .centerMain .ranking .optionBox .user .topInfo .right>div>p {

    line-height: 28px;
    font-size: 20px;
    color: #FF506B;
}

#doubleEleven .centerMain .ranking .optionBox .user .topInfo .right>div .active1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

#doubleEleven .centerMain .ranking .optionBox .user .topInfo .right>div .active1>img {
    width: 6px;
    height: 16px;
}

#doubleEleven .centerMain .ranking .optionBox .user .topInfo .right>div .active1>p {
    display: inline-block;
    margin: 8px 0;
    background: #E65555;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 14px;
    padding: 1px 4px;
}

#doubleEleven .centerMain .ranking .optionBox .user .topInfo>img {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 27px;
    border-radius: 30px;
}

#doubleEleven .centerMain .ranking .optionBox .user .topInfo .right>p {
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #000000;
    line-height: 25px;
    margin-bottom: 7px;
}

#doubleEleven .centerMain .ranking .optionBox .user .thead1 {
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #DCDCDC;
    border-bottom: 1px dashed #DCDCDC;
    margin-top: 17px;
    margin-bottom: 8px;
}

#doubleEleven .centerMain .ranking .optionBox .user .thead1 li {
    font-size: 12px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;

}

#doubleEleven .centerMain .ranking .optionBox .user .item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 12px;
}

#doubleEleven .centerMain .ranking .optionBox .user .item1 li:nth-of-type(1) {
    height: 17px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}

#doubleEleven .centerMain .ranking .optionBox .user .item1 li:nth-of-type(2) {
    width: 150px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    text-align: center;
    position: absolute;
    left: 33%;
}

#doubleEleven .centerMain .ranking .optionBox .user .item1 li:nth-of-type(3) {
    font-size: 12px;
    color: #0099AD;
    line-height: 17px;
    margin-right: 8px;
}

#doubleEleven .centerMain .ranking .optionBox .user .noLogin {
    margin-top: 30px;
}

#doubleEleven .centerMain .ranking .optionBox .user .noLogin>img {
    width: 283px;
    height: 149px;
    display: block;
    margin: 0 auto;
}

#doubleEleven .centerMain .ranking .optionBox .user .noLogin>.btn1 {
    display: block;
    width: 290px;
    height: 50px;
    background: linear-gradient(90deg, #0099AD 0%, #52B5FD 100%);
    box-shadow: 2px 2px 10px 1px rgba(66, 161, 248, 0.82);
    border-radius: 25px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    margin: 14px auto 0 auto;
    text-align: center;
}

#doubleEleven .centerMain .activity {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 21px 15px;
    background: #FBFBFB;
    border-radius: 10px;

}

#doubleEleven .centerMain .activity>img {
    display: block;
    width: 678px;
    height: 210px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.06);
}

#doubleEleven .centerMain .activity .right {
    width: 478px;
}

#doubleEleven .centerMain .activity .right .twoImg {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

#doubleEleven .centerMain .activity .right .twoImg>div {
    width: 234px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 22px 16px 24px 30px;
}

#doubleEleven .centerMain .activity .right .twoImg>div>p:nth-of-type(1) {
    text-align: right;
    font-size: 12px;
    color: #000000;
    line-height: 17px;
}

#doubleEleven .centerMain .activity .right .twoImg>div>p:nth-of-type(2) {
    text-align: right;
    font-size: 24px;
    color: #FF506B;
}

#doubleEleven .centerMain .activity .right .twoImg>div>p:nth-of-type(2)>span {
    font-size: 12px;
}

#doubleEleven .centerMain .activity .right .twoImg>div>p {
    text-align: right;
}



#doubleEleven .centerMain .activity .right .twoImg>div:nth-of-type(1) {
    width: 234px;
    height: 100px;
    background: url("/static/v2/img/doubleEleven6.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.06);

}

#doubleEleven .centerMain .activity .right .twoImg>div:nth-of-type(2) {
    width: 234px;
    height: 100px;
    background: url("/static/v2/img/doubleEleven7.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.06);
}

#doubleEleven .centerMain .activity .right .twoImg>div>.p1 {
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 17px;

}

#doubleEleven .centerMain .activity .right .twoImg>div>.p2 {
    font-size: 24px !important;
    color: #0099AD !important;
}

#doubleEleven .centerMain .activity .right .twoImg>div>.p1>a {
    color: #0099AD;

}

#doubleEleven .centerMain .activity .right .order {
    width: 478px;
    height: 110px;
    background: url("/static/v2/img/doubleEleven14.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -12px;
    cursor: pointer;
}

#doubleEleven .centerMain .share {
    padding: 20px 15px 34px 15px;
    background: #FBFBFB;
}

#doubleEleven .centerMain .share .topImg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#doubleEleven .centerMain .share .topImg .card1 {
    width: 318px;
    height: 100px;
    border-radius: 10px;
    padding: 12px 24px 13px 25px;
    display: flex;
    justify-content: space-between;
}

#doubleEleven .centerMain .share .topImg .card1:nth-of-type(n+2) {
    margin-left: -18px;
    padding: 12px 5px 13px 44px;
}

#doubleEleven .centerMain .share .topImg .card1>div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#doubleEleven .centerMain .share .topImg .card1>img {
    display: block;
    margin: auto 0;
    width: 58px;
    height: 62px;
}

#doubleEleven .centerMain .share .topImg .card1>div>div {
    display: flex;
    justify-content: flex-start;
}

#doubleEleven .centerMain .share .topImg .card1>div p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;

}

#doubleEleven .centerMain .share .topImg .card1 .progress {
    width: 130px;

}

#doubleEleven .centerMain .share .topImg .card1 .progress .el-progress__text {
    height: 17px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;



}

.el-progress-bar__inner {
    background-color: #16d3d5;
}

/* #doubleEleven .centerMain .share .topImg .linear1 {
    background: linear-gradient(180deg, #FF7450 0%, #FF9CAC 100%);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.06);
}

#doubleEleven .centerMain .share .topImg .linear2 {
    background: linear-gradient(313deg, #B1DCF8 0%, #81AEFC 100%);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.06);
}

#doubleEleven .centerMain .share .topImg .linear3 {
    background: linear-gradient(134deg, #A542FF 0%, #C98CFF 100%);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.06);
} */
#doubleEleven .centerMain .share .topImg .linear1 {
    background: url("/static/v2/img/doubleEleven15.png") no-repeat;
    background-size: 100% 100%;

}

#doubleEleven .centerMain .share .topImg .linear2 {
    background: url("/static/v2/img/doubleEleven16.png") no-repeat;
    background-size: 100% 100%;
}

#doubleEleven .centerMain .share .topImg .linear3 {
    background: url("/static/v2/img/doubleEleven17.png") no-repeat;
    background-size: 100% 100%;
}


#doubleEleven .centerMain .share .topImg .card2 {
    width: 234px;
    height: 100px;
    background: url(/static/v2/img/doubleEleven7.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 6%);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 22px 30px 24px 30px;
}

#doubleEleven .centerMain .share .topImg .card2>p:nth-of-type(1) {
    text-align: right;
    font-size: 12px;
    color: #000000;
    line-height: 17px;

}

#doubleEleven .centerMain .share .topImg .card2>.p1 {
    text-align: right;
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 17px;
}

#doubleEleven .centerMain .share .topImg .card2>.p2 {
    text-align: right;
    font-size: 24px !important;
    color: #0099AD !important;

}

#doubleEleven .centerMain .share .topImg .card2>.p1>a {
    color: #0099AD
}

#doubleEleven .centerMain .share .itemCard {
    margin-top: 15px;
    width: 1170px;
    height: 146px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 11px 10px;
}

#doubleEleven .centerMain .share .itemCard>img {
    width: 198px;
    height: 123px;
    cursor: pointer;
}

#doubleEleven .centerMain .share .itemCard .textInfo {
    width: 713px;
    height: 123px;
    padding-left: 19px;
    border-right: 1px dashed #D9D9D9;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;

}

#doubleEleven .centerMain .share .itemCard .textInfo>h2 {
    width: 654px;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #111111;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#doubleEleven .centerMain .share .itemCard .textInfo>p:nth-of-type(1) {
    width: 654px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#doubleEleven .centerMain .share .itemCard .textInfo>p:nth-of-type(2) {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

#doubleEleven .centerMain .share .itemCard .shareBtn {
    width: 219px;
    height: 123px;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#doubleEleven .centerMain .share .itemCard .shareBtn .btn1 {
    width: 72px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #FF506B;
    font-size: 14px;
    color: #FF506B;
    line-height: 32px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

#doubleEleven .centerMain .share .itemCard .shareBtn .isShare {
    background: #FF506B !important;
    color: #FFFFFF !important;
    cursor: pointer;
}

#doubleEleven .centerMain .share .itemCard .shareBtn .isShare::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/forward3.png) no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

#doubleEleven .centerMain .share .itemCard .shareBtn>div>p:nth-of-type(1) {
    font-size: 16px;
    color: #333333;
    line-height: 14px;
    text-align: center;
}

#doubleEleven .centerMain .share .itemCard .shareBtn>div>p:nth-of-type(2) {
    font-size: 20px;
    color: #FF506B;
    line-height: 29px;
    text-align: center;

}

#doubleEleven .centerMain .questionBox {
    padding: 30px 24px;
    background: #FBFBFB;
    border-radius: 0px 0px 10px 10px;
}

#doubleEleven .centerMain .questionBox .question {
    display: flex;
    justify-content: flex-start;
    width: 1042px;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FF506B;
    line-height: 25px;
}

#doubleEleven .centerMain .questionBox .question>p {
    width: 1000px;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FF506B;
    line-height: 25px;
    word-wrap: break-word;
    word-break: break-all;
}

#doubleEleven .centerMain .questionBox .answer {
    padding-left: 74px;
    width: 1150px;
    font-size: 16px;
    color: #000000;
    line-height: 28px;

}

#doubleEleven .centerMain .questionBox .oneItem:nth-of-type(n+2) {
    margin-top: 6px;
}

#doubleEleven .centerMain .matter {
    padding: 30px 22px;
    background: #FBFBFB;
    border-radius: 0px 0px 10px 10px;
}

#doubleEleven .centerMain .matter>p {
    width: 1150px;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    word-wrap: break-word;
    word-break: break-all;
}

/* #doubleEleven .centerMain .matter>p:nth-of-type(n+2) {
    margin-top: 12px;
} */


#prizePopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 2000;
    display: none;
}