.flexItem:nth-child(4n) {
    margin-right: 0 !important;
}

.homeBox {
    /* flex: 1; */
    /* min-height: 868px; */
    padding-top: 40px;
    background: #e9e2da;
    overflow: hidden;
}

.tableBar {
    display: flex;
    padding-bottom: 14px;
    background: #e9e2da;
}

.navBar {
    width: 1200px;
    height: 68px;
    /* background: yellow; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TableLeft {
    display: flex;
    align-items: center;
    flex: 1;
}

.TableLeft p {
    height: 44px;
    padding: 0 20px;
    cursor: pointer;
    background: linear-gradient(180deg, #e3c478 0%, #efd7a8 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-right: 10px;
    line-height: 44px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.TableLeft p:hover {
    color: #bc0f01;
}

.TableLeft .atev {
    height: 44px;
    background: linear-gradient(180deg, #b90b00 0%, #e95211 100%);
    border-radius: 0px 0px 0px 0px;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
}

.TableRight {
    width: 248px;
    display: flex;
}

.TableRight .input_p {
    width: 220px;
    height: 44px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.TableRight .input_p input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0 12px;
}

.TableRight .btn_p {
    width: 68px;
    height: 44px;
    background: #e64d10;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    line-height: 44px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.boutique-box,
.game-stored-box {
    width: 1200px;
    margin: 0 auto;
}

.boutique-box .head img,
.game-stored-box .head img {
    width: 440px;
    height: 34px;
}

.flxeDiv {
    width: 1200px;
    /* height: 700px; */
    margin: 0 auto;
    padding: 28px 0 28px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    /* overflow-y: hidden; */

}

.flexItem {
    position: relative;
    top: 0;
    width: 288px;
    margin-right: 16px;
    margin-bottom: 24px !important;
    transition: all 0.2s ease;
}

.flexItem:hover {
    top: -5px;
}

.flexItem .itemTop {
    width: 288px;
    height: 192px;
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.flexItem .itemTop img {
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
    object-fit: cover;
    transition: all 0.2s linear;
}

.flexItem:hover .itemTop img {
    transform: scale(1.15);
}

.flexItem .itemTop .new_bfc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 32%);
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.flexItem .sbg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 52px;
    height: 52px;
    z-index: 9;
}

.flexItem .jx {
    /* background: url('../img/qualityServe.png') no-repeat; */
    background: url('../img/iconThree.png') no-repeat;
    background-size: 100% 100%;
}
.flexItem .exclusive {
    width: 40px;
    height: 40px;
    background: url('../img/exclusive.png') no-repeat;
    background-size: 100% 100%;
}

.flexItem .hy {
    background: url('../img/memberServe.png') no-repeat;
    background-size: 100% 100%;
}

.flexItem .itemTop .dinwei {
    position: absolute;
    top: 0;
    right: 0px;
    display: flex;
}

.flexItem .itemTop .dinwei .box_sb {
    position: relative;
    top: 0;
    left: 10px;
    background: url('../img/sbk.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ffffff;
    padding-right: 10px;
}

.flexItem .itemTop .dinwei .pay_box {
    background-size: 100% 100%;
    /* position: absolute;
            top: 0;
            right: 0px; */
    z-index: 99;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ffffff;
}

.flexItem .itemCen {
    width: 288px;
    height: 106px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding: 12px 8px;
}

.flexItem .itemCen .tltle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.flexItem .itemCen .tltle span {
    display: block;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #e64d10;
    /* margin-bottom: 8px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flexItem .itemCen .tltle .titName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.flexItem .itemCen .text {
    width: 258px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #8c8c8c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flexItem .itemCen .tip {
    display: flex;


}

.flexItem .itemCen .tip span {
    cursor: pointer;
    margin-right: 8px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    background: linear-gradient(180deg, #ff541e 0%, #ff8f5f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    /* width: 52px; */
    height: 22px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #ff5620;
    line-height: 22px;
    padding: 0 4px;
}

.flexItem .itemCen .tip span:nth-of-type(n) {
    /* margin-right: 0; */
}

.flexItem .itemFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    border-radius: 0 0 6px 6px;
}

.flexItem .itemFooter img {
    width: 144px;
    height: 36px;
    cursor: pointer;
}

/* .flexItem .itemFooter p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 36px;
    background: #d7932f;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    cursor: pointer;
}

.flexItem .itemFooter p:nth-of-type(2) {
    height: 36px;
    background: #d02a1a;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
} */

/* 是否吸顶 */
.tableBar .sticky {
    position: fixed;
    width: 100%;
    transition: color 0.2s linear;
    transition: background 0.2s linear;
    background-color: #fff;
    /* margin-top: 80px; */
    top: 0;
    z-index: 99999999;
}

.tableBar .sticky .active {
    transition: color 0.2s linear;
    color: #fff;


}

.tableBar .sticky .active span {
    border-bottom: 2px solid #ffffff;
}