﻿.tenth-activity{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.3);
}
.hosting-activity{
    position: fixed;
    right: 28px;
    top: 98px;
    width: 120px;
    height: 168px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}
.activity-wrap {
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%) scale(1);
    width: 1100px;
    height: 600px;
    background: url('../image/activity_bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 100000;
}
.hidden-activity-wrap{
    right: 4%;
    top: 16%;
    opacity: 0;
    transform: translate(50%,-50%) scale(0);
}
.show-activity-wrap,.hidden-tenth-activity{
    display: none;
}
.active-header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
    margin-top: 24px;
}
.activity-wrap .active-title {
    display: block;
    width: 217px;
    height: 20px;
    margin: 0 0 0 465px;
}
.active-close{
    display: block;
    margin-left: auto;
    margin-right: 24px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.activity-rules{
    margin-top: 508px;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 24px;
    box-sizing: border-box;
    cursor: pointer;
}
.activity-rules img{
    width: 78px;
    height: 24px;
    margin-left: 6px;
}

.activity-rules-content{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 602px;
    width: 1100px;
    height: 600px;
    background: url('../image/rules-bg.png') no-repeat;
    border-radius: 2px;
    display: none;
    z-index: 100000;
}
.show-activity-rules,.show-hosting-activity{
    display: block;
}
.activity-rules-header{
    padding: 24px 0 0 465px;
    box-sizing: border-box;
}
.activity-rules-close{
    width: 78px;
    height: 24px;
    cursor: pointer;
}
.activity-rules-content p {
    font-size: 14px;
    color: #778CA2;
    line-height: 20px;
    margin: 0 24px 18px 24px;
}
.activity-rules-content p:last-child{
    margin-bottom: 0;
}