.act11th-flex-item {
    position: fixed;
    right: 160px;
    top: 40%;
    cursor: pointer;
    transition: all 1s;
    display: none;
}
.act11th-flex-item img {
    width: 82px;
    cursor: pointer;
}
.act11th-flex-item span {
    font-family: SourceSansPro, SourceSansPro;
    font-weight: bold;
    font-size: 10px;
    color: #064589;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}


.act11th-pop-layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1990;
    display: none;
}
.act11th-pop-main {
    width: 823px;
    height: 617px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.act11th-pop-close {
    width: 34px;
    height: 34px;
    background: #EDF4F1;
    border-radius: 50%;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.act11th-pop-close .iconfont {
    font-size: 1.3rem;
}
.act11th-pop-display {
    display: flex;
    justify-content: flex-start;
    height: 100%;
}
.act11th-p-left {
    width: 329px;
    border-radius: 20px 0 0 20px;
}
.act11th-p-right {
    padding-left: 30px;
}
.act11th-p-right .act11th-p-title {
    font-family: SourceSansPro, SourceSansPro;
    font-weight: bold;
    font-size: 40px;
    color: #1C201E;
    line-height: 62px;
    padding-top: 88px;
}
.act11th-p-desc {
    font-family: SourceSansPro, SourceSansPro;
    color: #1C201E;
    padding-top: 150px;
    font-size: 19px;
    line-height: 19px;
}
.act11th-p-bonus {
    font-family: SourceSansPro, SourceSansPro;
    font-weight: 600;
    font-size: 40px;
    color: #1C201E;
    line-height: 44px;
    padding-top: 20px;
}
.act11th-p-links a {
    width: 200px;
    height: 56px;
    border-radius: 60px;
    border: 2px solid #008750;
    font-weight: 400;
    font-size: 22px;
    color: #008750;
    line-height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.act11th-p-links {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}


.targetUser,.isTargetUser{
    display: none;
}

.act11th-p-spinTolink {
    width: 200px;
    height: 56px;
    background: #008750;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 28px;
    margin-left: 20px;
    cursor: pointer;
}


.act11th-p-shoplink {
    width: 329px;
    height: 58px;
    background: #008750;
    border-radius: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 23px;
    text-align: center;
}

.act11th-p-terms {
    text-align: right;
    padding-top: 30px;
}
.act11th-p-terms a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    color: #008750;
    line-height: 16px;
}
