.rewardUserFixed_bj{
    /*background: url("../../../images/pc/activity/activityTemplate/rewardUser-fixed-right.png") no-repeat center top;*/
    width:192px;
    height: 192px;
    position: fixed;
    right: 10px;
    top: 30%;
    cursor: pointer;
    z-index: 1;
    background-size: cover !important;
}
.rewardUserFixed_reward {
    font-size: 36px;
    text-align: center;
    position: relative;
    padding-top: 78px;
}
.rewardUserFixed_reward span {
    font-size: 20px;
    position: absolute;
    left: 52px;
    top: 62px;
}
.rewardUserFixed_get {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding-top: 28px;
}
.rewardUserFixed_Pop_Main {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.rewardUserFixed_Pop_Item {
    width: 680px;
    height: 480px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.rewardUserFixedPopImg {
    width: 320px;
    float: left;
}
.rewardUserFixedPopImg img {
    width: 100%;
}
.rewardUserFixedPopRight {
    float: left;
    width: 360px;
    padding-left: 20px;
    position: relative;
}
.rewardUserFixedPopRight .r_u_title {
    font-weight: bold;
    font-size: 38px;
    color: #008750;
    line-height: 44px;
    padding-top: 94px;
}
.rewardUserFixedPopRight .r_u_goLinks {
    width: 200px;
    height: 56px;
    border-radius: 60px;
    border: 2px solid #008750;
    font-weight: 400;
    font-size: 22px;
    color: #008750;
    line-height: 52px;
    text-align: center;
    margin-top: 50px;
}
.rewardUserFixedPopRight .r_u_goLinks a {
    display: block;
    width: 100%;
}
.rewardUserFixedPopRight .r_u_desc {
    padding-top: 54px;
    padding-right: 30px;
}
.rewardUserFixedPopRight .r_u_desc .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #1C201E;
    line-height: 18px;
}
.rewardUserFixedPopRight .r_u_desc .p2 {
    font-weight: 600;
    font-size: 32px;
    color: #1C201E;
    line-height: 34px;
    padding-top: 16px;
}
.rewardUserFixed_pop_close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}


