body {
    background-color: #eff3f5;
}

.h-full .g-main .g-gift {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.h-full .g-main .g-gift .g-gift1 .g-gift-top1 {
    position: relative;
    min-height: 200px;
    max-width: 280px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin: 0 auto;
}

.h-full .g-main .g-gift .g-gift1 .g-gift-top1 .lblq-btn {
    position: absolute;
    z-index: 2;
    top: -200px;
    left: 0;
    transition: all 0.2s ease;
}

.h-full .g-main .g-gift .g-gift1 .g-gift-top1 .gift-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    z-index: 1;
}

.h-full .g-main .g-gift .g-gift1 .g-gift-top {
    margin-bottom: 10px;
}

.h-full .g-main .g-gift .g-gift1 .g-gift-top img {
    max-width: 280px;
    height: auto;
}

.h-full .g-main .g-gift .g-gift1 .g-gift-top1:hover .lblq-btn {
    top: 0;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot {
    position: relative;
    box-shadow: 0 0 10px #b8b8b8;
    border-radius: 5px;
    width: 100%;
    height: 370px;
    background-color: #fff;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .rm-gift-title {
    background: url(../img/gift.png) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 100px;
    height: 35px;
    color: #fff;
    position: absolute;
    left: -4px;
    top: 3px;
    padding-left: 12px;
    padding-top: 3px;
    font: "Microsoft Yahei";
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hd {
    background: url(../img/gift-reload.jpg) no-repeat;
    background-position: 0 0;
    background-size: 20px 20px;
    position: absolute;
    top: 8px;
    right: 10px;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hd .arrow a {
    display: block;
    color: #a3a3a3;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hd .arrow i {
    display: inline-block;
    margin-right: 28px;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items {
    padding-top: 46px;
    padding-left: 10px;
    padding-right: 10px;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .hot-item1 {
    width: 100%;
    height: 65px;
    padding-top: 6px;
    overflow: hidden;
    border-top: 0.5px dotted #c5c5c5;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .hot-icon {
    width: 44px;
    height: 44px;
    overflow: hidden;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .hot-icon a img {
    width: 100%;
    height: auto;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .hot-item {
    margin-left: 5px;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .hot-item .hot2-title {
    font-size: 14px;
    color: #ee3b5b;
    font-weight: 550;
    overflow: hidden;
    white-space: nowrap;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .hot-item .hot2-text {
    font-size: 12px;
    color: #464545;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .hot-item2 {
    text-align: right;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .surplus {
    font-size: 11px;
    color: #b8b8b8;
    margin-right: 5px;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .surplus .hot-num {
    color: #ff7919;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .lblq {
    border: 1px solid #ffc787 !important;
    color: #ff8800;
    border-radius: 3px;
}

.h-full .g-main .g-gift .g-gift1 .gift-hot .hot-items .lblq:hover {
    border: 1px solid #ff1100 !important;
    color: #ff0000;
}

.h-full .g-main .g-gift .g-gift2 {
    position: relative;
}

.h-full .g-main .g-gift .g-gift2 .bgqb-lb-tb {
    background-color: #fff;
    margin: 10px 0 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px dashed #dddddd;
}

.h-full .g-main .g-gift .g-gift2 .search-gift {
    align-items: center;
    margin-top: 15px;
}

.h-full .g-main .g-gift .g-gift2 .gift-jl {
    text-align: right;
    margin-right: 10px;
    height: 70px;
    line-height: 70px;
}

.h-full .g-main .g-gift .g-gift2 .gift-jl .lb-icon {
    background-size: 100% auto;
    width: 17px;
    height: 25px;
    display: inline-block;
}

.h-full .g-main .g-gift .g-gift2 .gift-jl .jl-text {
    color: #ff9924;
    display: block;
    height: 25px;
    font-size: 16px;
    display: inline-block;
}

.h-full .g-main .g-gift .g-gift2 .gift-jl:hover i {
    opacity: 0.7;
}

.h-full .g-main .g-gift .g-gift2 .gift-jl:hover span {
    color: #ffc787;
}

.h-full .g-main .g-gift .g-gift2 .rm-com-tilte {
    display: flex;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    text-align: left;
    font-style: normal;
}

.h-full .g-main .g-gift .g-gift2 .rm-com-tilte .line {
    width: 6px;
    height: 28px;
    background: #ff7a00;
    margin-right: 7px;
}

.h-full .g-main .g-gift .g-gift2 .rm-com-tilte .title1 {
    font-size: 18px;
    color: #000;
    letter-spacing: 1.2px;
    text-align: left;
    font-style: normal;
}

.h-full .g-main .g-gift .g-gift2 .rm-com-tilte .h-more {
    margin-left: 7px;
    margin-top: 2px;
    align-items: center;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label {
    width: 100%;
    min-height: 90px;
    border-bottom-left-radius: 5px;
    margin-bottom: 15px;
    color: #585353;
    background-color: #fff;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .flex {
    display: flex;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .flex .flex_wrap {
    flex-wrap: wrap;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .label {
    display: flex;
    flex-wrap: nowrap;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .label span {
    font-weight: 550;
    display: inline-block;
    color: #6b6b6b;
    white-space: nowrap;
    margin: 5px;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .active {
    background-color: rgba(255, 122, 0, 0.8);
    color: #ffffff;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .cp {
    cursor: pointer;
    align-items: center;
    margin: 4px 8px;
    min-width: 56px;
    text-align: center;
    transition: all 0.1s ease;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .cp .icon {
    width: 13px;
    height: auto;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .cp span {
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .cp .tip-icon {
    position: absolute;
    right: -4px;
    top: -4px;
    width: auto;
    height: auto;
    z-index: 8;
}

.h-full .g-main .g-gift .g-gift2 .g-list-label .cp:hover {
    background-color: #ff7a00;
    color: #ffffff;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists {
    margin-bottom: 20px;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one {
    background-image: url(../img/lb-list-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one .lb-img img {
    width: 90px;
    height: auto;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one .lb-text {
    margin-left: 15px;
    color: #8f8d8d;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one .lb-text .lb-text1 {
    font-size: 14px;
    color: #f74610;
    font-weight: 550;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one .lb-text .lb-text2 {
    margin: 1px 0 5px;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one .lb-text .oreg {
    color: #ff7919;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one .lb-text a {
    border-radius: 3px;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one:hover {
    background: url(../img/lb-list-bg-2.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.h-full .g-main .g-gift .g-gift2 .lb-lists .lb-list .lb-list-one:hover a {
    background-color: #fff3e1;
}

.h-full .g-main .g-gift .gift-item-bj {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 3px #cecdcd;
}

.h-full .g-main .g-gift .gift-more-bg {
    padding: 0px 10px 5px;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-more {
    text-align: center;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-more a {
    font-size: 12px;
    color: #fcb900;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-more i {
    font-size: 12px;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-2 {
    display: flex;
    height: 100%;
    align-items: center;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-2 .g-i-text1>span:nth-child(1) {
    font-weight: 550;
    color: #503a3a;
    margin-right: 6px;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-2 .g-i-text1 span:nth-child(2) {
    color: #7a7a7a;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-2 .g-i-text1 span:nth-child(2) span {
    color: #fcb900;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-2 .g-i-text2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.h-full .g-main .g-gift .gift-more-bg .gift-item-2 .g-i-text2 a {
    color: #999999;
}


@media (max-width:561px) {

    .g-gift .g-gift1>.gap,
    .xxs {
        width: 100%;
    }
}