@charset "UTF-8";
/* 礼包中心 */

.secondary > .game-gift {
    margin-bottom: 0.1rem;
    padding-top: 3.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("/assets/img/secondary2-bg.png");
}
.secondary > .game-gift > .content-title {
    height: 1.2rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 68% auto;
    background-image: url("/assets/img/game-gift-title.png");
}
.secondary > .game-gift > .gift-content {
    position: relative;
    color: white;
    width: 12rem;
    margin: 0 auto 0.1rem auto;
    min-height: 7.4rem;
    padding-top: 0.4rem;
    background: url("/assets/img/gift-content-bg.png") repeat-y top left / 100%;
}
.secondary > .game-gift > .gift-content > .gifts-activation {
    height: 4.7rem;
    width: 10rem;
    margin: 0 auto;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-title {
    width: 1.2rem;
    height: 0.3rem;
    padding-left: 0.4rem;
    margin-bottom: 0.2rem;
    background: url("/assets/img/game-gift-icon.png") no-repeat left center / 0.28rem;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-nologin {
    padding: 0 1.2rem;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-nologin > .text {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-nologin > .login-btn {
    width: 1.6rem;
    height: 0.43rem;
    margin: 0 auto;
    cursor: pointer;
    background: url("/assets/img/gift-login-btn.png")no-repeat center center / 100%;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-nologin > .login-btn:hover {
    background: url("/assets/img/gift-login-btn-active.png")no-repeat center center / 100%;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-nologin > .login-btn:active {
    transform: scale(0.98);
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content {
    padding: 0 1.2rem;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .activation-login-name{
    height: 0.3rem;
    text-align: left!important;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .activation-login-name > .login-name-label,
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .activation-login-name > .login-name-text{
    user-select:none;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .activation-login-name > .out-login{
    font-size: 0.16rem;
    margin-left: 0.2rem;
    color: #a4a4a4;
    cursor: pointer;
    transition: color 0.3s;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .activation-login-name > .out-login:hover{
    color: white;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > div {
    height: 0.4rem;
    margin-bottom: 0.2rem;
    text-align: center;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > div > .recLabel {
    width: 1.3rem;
    margin-right: 0.1rem;
    text-align: right;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > div > .text {
    width: 2.8rem;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .activation-code > .text > input {
    width: 2.8rem;
    height: 0.35rem;
    font-size: 0.16rem;
    padding: 0 0.1rem;
    color: #1b1e21!important;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .activation-server > .text > select {
    width: 2.8rem;
    font-size: 0.16rem;
    border-radius: 0.02rem;
    height: 0.35rem;
    padding: 0 0.1rem;
    border: 0;
    color: #1b1e21!important;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .activation-role > .text > select {
    width: 2.8rem;
    font-size: 0.16rem;
    border-radius: 0.02rem;
    height: 0.35rem;
    padding: 0 0.1rem;
    border: 0;
    color: #1b1e21!important;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .actButton{
    margin-top: 0.4rem;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .actButton > .convertibility-btn{
    width: 1.6rem;
    height: 0.43rem;
    margin: 0 auto;
    cursor: pointer;
    background: url("/assets/img/convertibility-btn.png")no-repeat center center / 100%;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .actButton > .convertibility-btn:hover {
    background: url("/assets/img/convertibility-btn-active.png")no-repeat center center / 100%;
}
.secondary > .game-gift > .gift-content > .gifts-activation > .activation-content > .actButton > .convertibility-btn:active {
    transform: scale(0.98);
}
.secondary > .game-gift > .gift-content > .gifts-inquiry {
    width: 10rem;
    margin: 0 auto;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-title {
    width: 3.6rem;
    height: 0.3rem;
    padding-left: 0.4rem;
    margin-bottom: 0.2rem;
    background: url("/assets/img/game-gift-icon.png") no-repeat left center / 0.28rem;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content {
    padding: 0 1.2rem;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > div{
    margin-bottom: 0.2rem;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > div > .recLabel {
    width: 1.3rem;
    margin-right: 0.1rem;
    text-align: right;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > div > .text {
    width: 2.8rem;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inquiry-mobile > .text > input {
    width: 2.8rem;
    height: 0.35rem;
    font-size: 0.16rem;
    padding: 0 0.1rem;
    color: #1b1e21!important;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inquiry-code > .text > .inquiryCode {
    width: 1.4rem;
    height: 0.35rem;
    font-size: 0.16rem;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
    color: #1b1e21!important;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inquiry-code > .text > .inquiryCode-btn {
    width: 1.4rem;
    height: 0.35rem;
    line-height: 0.33rem;
    font-size: 0.15rem;
    text-align: center;
    cursor: pointer;
    user-select:none;
    background-color: #691922;
    border: #8c7436 0.01rem solid;
    transition: background-color 0.3s;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inquiry-code > .text > .inquiryCode-btn:hover {
    background-color: #ab1515;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inquiry-code > .text > .inquiryCode-btn:not(.hos):active {
    transform: scale(0.98);
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inquiry-code > .text > .inquiryCode-btn.hos{
    background-color: #858585;
    color: #2c2c2c;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inqButton > .inqButton-btn {
    width: 1.6rem;
    height: 0.43rem;
    margin: 0 auto;
    cursor: pointer;
    background: url("/assets/img/inqButton-btn.png")no-repeat center center / 100%;
    transition: background 0.3s;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inqButton > .inqButton-btn:hover {
    background: url("/assets/img/inqButton-btn-active.png")no-repeat center center / 100%;
}
.secondary > .game-gift > .gift-content > .gifts-inquiry > .inquiry-content > .inqButton > .inqButton-btn:active {
    transform: scale(0.98);
}
.secondary > .game-gift > .gift-content > .gift-text{
    font-size: 0.16rem;
    width: 9.72rem;
    margin: 0 auto;
}
.secondary > .game-gift > .gift-content > .gift-text > div > .code{
    color: red;
    font-weight: bold;
}