.main-container {
    background-color: #9AE5C3;
    width: 100%;
    /* width: 1918px; */
    margin: auto;
    /* display: inline-block; */
}

.nav {
    width: 100%;
    /* width: 1918px; */
    margin: auto;
    display: block;
}

/* 活动简介 */
.main-container .try-info {
    position: relative;
    width: 100%;
    /* width: 1918px; */
    margin: auto;
}
.try-info .active-desc {
    position: absolute;
    width: 34%;
    top: 22%;
    left: 21%; 
    height: 69%;
    background-color: #95EFC5;
    display: flex;
}
.try-info .active-desc img {
    width: 37.51%;
    height: 100%;
    display: inline-block;
}
.try-info .active-desc .introduce {
    font-size: 16px;
    color: #1D882E;
    line-height: 1;
    font-weight: 400;
    flex: 1;
}
@media screen and (max-width: 1600px) {
    .try-info .active-desc .introduce {
        font-size: 13px;
    }        
}
.try-info .active-desc .introduce p {
    margin-bottom: 3.92%;
    margin-left: 12.5%;
}
.try-info .active-desc .introduce p:nth-child(1) {
    padding-top: 6.37%;
}
.try-info .active-desc .introduce p span {
    color: #611965;
    font-weight: bold;
}
.try-info .active-desc .introduce > div {
    width: 51.71%;
    height: 23.9%;
    background-color: #C3F3DD;
    margin-top: -5px;
    margin-left: 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.try-info .active-desc .introduce > div p:nth-child(1) {
    color: #43CA8B;
    margin: 0 0 0 6.63%;
    display: flex;
    align-items: center;
    padding-top: 0;
}
.try-info .active-desc .introduce > div p:nth-child(1) span {
    display: inline-block;
    width: 45px;
    height: 20px;
    background-color: #43CA8B;
    color: #FFF;
    margin-right: 12px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius:4px;
}

.try-info .active-desc .introduce > div p:nth-child(2) {
    color: #F66A92;
    margin: 0 0 0 6.63%;
}

.try-info .active-desc .introduce > div p:nth-child(2) span {
    display: inline-block;
    width: 45px;
    height: 20px;
    background-color: #F66A92;
    color: #FFF;
    margin-right: 12px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius:4px;
}

.try-info .active-desc button {
    width: 50.98%;
    height: 21.88%;
    background: url('../img/try_btn.png') no-repeat;
    background-size: contain;
    border: none;
    display: block;
    margin: 5.88% auto 0;
    outline: none;
    cursor: pointer;
}

.try-info .draw-qualification {
    position: absolute;
    width: 23%;
    top: 22%;
    right: 21%;
    height: 69%;
    background-color: #95EFC5;
}

.try-info .draw-qualification p {
    color: #1D882E;
    margin-left: 13%;
    margin: 6.19% 0 0 13.3%;
    line-height: 1;
    font-size: 16px;
    font-weight:400;
}

@media screen and (max-width: 1600px) {
    .try-info .draw-qualification p {
        font-size: 13px;
    }        
}

.try-info .draw-qualification p span {
    color: #611965;
    font-weight: bold;
}
.try-info .draw-qualification p:nth-child(1) {
    position: absolute;
    right: 0;
    background-color: #f66a92;
    margin-top: 2.11%;
    border-radius: 19px 0px 0px 19px;
    color: #fcee55;
    padding: 2.75% 2.29% 2.75% 3.89%;
    text-shadow: 0px 0px 3px #611965;
}

.try-info .draw-qualification p:nth-child(1) span {
    color: #fcee55;
    font-weight: bold;
}

.try-info .draw-qualification button {
    width: 47.70%;
    height: 21.88%;
    background: url('../img/draw_btn.png') no-repeat;
    background-size: contain;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 8% auto 0;
    display: block;
}
.try-info .draw-qualification button.disalbe {
    background: url('../img/draw_btn_no.png') no-repeat;
    background-size: contain;
}


/* 规则 */
.rules-session {
    width: 100%;
    margin-top: 57px;
    padding-bottom: 102px;
    display: block;
    text-align: center;
}
.rules-session .rules-desc {
    width: 62%;
}

/* 提示 */
.prompt {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 512px;
    height: 289px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    flex-direction: column;
}
.prompt .head {
    width: 100%;
    height: 60px;
    background-image: linear-gradient(90deg, #feb895 0%, #fe9a95 50%, #fd7394 100%), 
                                    linear-gradient(#ff527a, #ff527a);
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.prompt .head span {
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color:#FFF;
}
.prompt .head img {
    position: absolute;
    right: 23px;
    width: 25px;
    height: 26px;
}
.prompt .prompt-text {
    flex: 1;
    font-size: 27px;
    color: #FD7394;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prompt #enterGame {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.prompt #enterGame button {
    width: 124px;
    height: 44px;
    background: url(../img/determine.png) no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}