@charset "utf-8";

/* .g-main {
    width: 1360px;
} */

.gift-banner {
    height: 400px;
    background-color: #202020;
    overflow: hidden;
    position: relative;
}

.gift-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.giftmix {
    padding: 50px 0 30px 0;
    margin-bottom: 40px;
}

.gift_tab_list {
    line-height: 30px;
    font-size: 22px;
    color: #383838;
    padding: 30px 0 20px 0;
    position: relative;
}

.gift_tab_list dt,
.gift_tab_list dd {
    float: left;
}

.gift_tab_list dt {
    width: 120px;
    font-weight: bold;
}

.gift_tab_list dd {
    width: 1240px;
}

.gift_tab_list dd a {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #cccccc;
    padding-right: 17px;
    margin: 0 10px 10px 10px;
}

.gift_tab_list dd a:hover,
.gift_tab_list dd a.on {
    color: #CF1132;
}

.gift_tab_list dd a:last-child {
    border-right: none;
}

.gift-filter {
    margin-bottom: 10px;
    padding: 18px 0 18px 20px;
    font-size: 16px;
}

.gift-filter .filter-item {
    height: 40px;
    line-height: 40px;
}

.gift-filter .filter-item span {
    color: #03b4f5;
    float: left;
}

.gift-filter .filter-item .fil {
    width: 750px;
    overflow-wrap: break-word;
    float: left;
}

.gift-filter .filter-item a {
    min-width: 10px;
    height: 24px;
    line-height: 24px;
    color: #999;
    border-radius: 15px;
    text-align: center;
    padding: 0 7px;
    margin: 8px 10px 0 0;
    font-size: 14px;
    float: left;
}

.gift-filter .filter-item a:hover,
.gift-filter .filter-item .active {
    color: #fff;
    background: #03b4f5;
}

.allgift-list {}

.allgift-list li {
    height: 98px;
    line-height: 24px;
    padding: 14px 20px 22px;
    margin-bottom: 12px;
    transition: all 0.3s ease-in;
}

.allgift-list li:hover {
    box-shadow: 0 0 5px #03b4f5;
}

.allgift-list .img {
    width: 98px;
    height: 98px;
    float: left;
}

.allgift-list .info {
    width: 615px;
    padding: 0 25px 0 20px;
    float: left;
}

.allgift-list .name {
    display: block;
    font-size: 14px;
    color: #03b4f5;
    margin-top: 5px;
}

.allgift-list .data {
    text-indent: 6px;
    color: #999;
}

.allgift-list .btn-getgift {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 26px;
    background: #fc8473;
    float: left;
}

.allgift-list .btn-getgift:hover {
    background: #03b4f5;
}

.mt12 {
    margin-top: 12px;
}

/* S 搜索框 */
.search_box {
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: -44px;
    right: 0;
}

.search_input {
    width: 340px;
    height: 100%;
    color: #000000;
    outline: none;
    margin: 0 20px;
}

.search_submit {
    width: 120px;
    color: #ffffff;
    background: #CF1132;
    text-align: center;
}

.search_submit:hover {
    color: #ffffff;
    background: #ed143a;
}

/* E 搜索框 */

.gift_card_list .con,
.list_ser {
    width: 100%;
    min-height: 100px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.gift_card_list .con ul {
    margin-bottom: -24px;
    margin-right: -24px;
}

.gift_card_list .con li,
.list_ser li {
    width: 322px;
    height: 380px;
    line-height: 24px;
    font-size: 14px;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0 24px 24px 0;
    float: left;
    position: relative;
    transition: all 0.3s ease-in;
}

.gift_card_list .con .pics,
.list_ser .pics {
    height: 210px;
    overflow: hidden;
    display: block;
}

.gift_card_list .con .pics img,
.list_ser .pics img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.gift_card_list .con .info,
.list_ser .info {
    padding: 12px 20px;
}

.gift_card_list .con .title,
.list_ser .title {
    display: block;
    font-size: 20px;
    color: #3C3C3C;
    cursor: default;
}

.gift_card_list .con .name,
.list_ser .name {
    display: block;
    color: #666;
    margin-top: 4px;
    cursor: default;
}

.gift_card_list .con .progress,
.list_ser .progress {
    line-height: 18px;
    margin-top: 10px;
}

.gift_card_list .con .progress em,
.list_ser .progress em {
    color: #CF1132;
}

.gift_card_list .con .btn-getgift,
.list_ser .btn-getgift {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 144px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #CF1132;
}

.gift_card_list .con .btn-getgift:hover,
.list_ser .btn-getgift:hover {
    background: #ed143a;
}

.gift_card_list .page {
    margin-top: 34px;
    text-align: center;
    position: relative;
}

.gift_card_list .page li {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #333333;
    background: none;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    opacity: 1;
    cursor: pointer;
}

.gift_card_list .page li.on {
    color: #ffffff;
    background: #CF1132;
    border-color: #CF1132;
}

.gift_card_list .btn_prev,
.gift_card_list .btn_next {
    width: 30px;
    height: 30px;
    background: url(../png/btn_prev_next.png) no-repeat;
    overflow: hidden;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.gift_card_list .btn_prev {
    background-position: 0 0;
    left: 400px;
}

.gift_card_list .btn_next {
    background-position: -30px 0;
    right: 400px;
}

.gift_card_list .btn_prev:hover {
    background-position: 0 -30px;
}

.gift_card_list .btn_next:hover {
    background-position: -30px -30px;
}

.prevStop,
.nextStop {
    opacity: .3;
    cursor: default !important;
}

.prevStop:hover {
    background-position: 0 0 !important;
}

.nextStop:hover {
    background-position: -30px 0 !important;
}


/* 礼包弹窗 */
.w-button {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #e0dfdf !important;
    background: -moz-linear-gradient(top, #fff, #e0dfdf) !important;
    background: -webkit-linear-gradient(top, #fff, #e0dfdf) !important;
    background: -o-linear-gradient(top, #fff, #e0dfdf) !important;
}

.w-button:hover {
    border-color: #c7c7c7;
    color: #666;
}

.common-pop {
    width: 440px;
    height: auto;
    font-size: 16px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.common-pop .close {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #b2b2b2;
    z-index: 2;
}

.common-pop .close:hover {
    color: #888;
}

.common-pop .pop-tit {
    height: 50px;
    line-height: 50px;
    color: #666666;
    background-color: #F3F3F3;
}

.common-pop .pop-txt {
    line-height: 30px;
    padding: 25px 0;
}

.common-pop .btn-cpop {
    margin: 20px 0;
    width: 240px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: #CF1132;
    border-color: #CF1132;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
    background: #CF1132;
}

.common-pop .btn-cpop:hover {
    background: #ec163b;
}

.gamecard-info {
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    padding: 0 30px;
}

.gamecard-info li:nth-child(1) {
    margin-bottom: 10px;
}

.gamecard-code {
    padding-top: 20px;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 10;
    display: none;
}