.banner {
    width: 1000px;
    height: 120px;
    /* background-image: url('images/v20230906/tripartiteCompensation/banner-app.png'); */
    border-radius: 10px;
    background-size: 100% 100%;
    border: 0;
}

.mainBox {
    width: 1000px;
    margin: 0 auto;
}

.topBox {
    margin: 15px 0;
    display: flex;
    width: 100%;
}

.top_left,
.top_right {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(29, 21, 19, 0.35);
    height: 500px;
    overflow: hidden;
}

.top_left {
    width: 60.7%;
    margin-right: 10px;
}

.top_right {
    flex: 1;
}

.titleBox {
    height: 30px;
    display: flex;
    justify-content: start;
    margin-bottom: 5px;
    align-items: center;
}

.titleBox .img1 {
    width: 22px;
    height: 23px;
}

.titleBox .img2 {
    width: 25px;
    height: 22px;
}

.gameImg1,
.gameImg2 {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.gammeImageLeft1 {
    background-image: linear-gradient(-60deg,
            #dcd8ff 0%,
            #f1effd 100%);
    color: #4f1799;
}

.gammeImageLeft2 {
    background-image: linear-gradient(-60deg,
            #5ad5a1 0%,
            #c2fde0 100%);
    color: #117a1a;
}

.gammeImageLeft3 {
    background-image: linear-gradient(-60deg,
            #ffcc83 0%,
            #feead0 100%);
    color: #836215;
}

.gammeImageRight1 {
    background-image: linear-gradient(-60deg,
            #83b6ff 0%,
            #cde2fe 100%);
    color: #145786;
}

.gammeImageRight2 {
    background-image: linear-gradient(-60deg,
            #ff80be 0%,
            #fdc2df 100%);
    color: #86183f;
}

.gameImg1 .gamePicBox {
    position: relative;
    width: 138px;
    height: 45px;
    padding: 20px;
    /* background-color: #f0f8fe; */
    border-radius: 10px;
    box-sizing: content-box;
}

.gameImg2 .gamePicBox {
    position: relative;
    width: 123px;
    height: 45px;
    border-radius: 10px;
    padding: 20px;
    /* background-color: #f0f8fe; */
    box-sizing: content-box;
}

.gamePicBox .picName {
    font-weight: 600;
    font-size: 16px;
    /* color: #1A1A1A; */
    max-width: 114px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gamePicBox .picGoBox {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    padding-right: 14px;
    margin-top: 12px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gamePicBox .picGoBox img {
    width: 15px;
    height: 15px;
}

.personPic {
    position: absolute;
    right: 0;
    bottom: 0;
    zoom: 0.9;
}

.custom-carousel .el-carousel__arrow {
    display: none;
}

.custom-carousel .el-carousel__indicator--horizontal {
    display: none;
}

.top_untitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    width: 100px;
    color: rgb(168, 168, 168);
    margin-right: 10px;
    text-align: center;
}

.selectedTitle {
    font-size: 20px;
    width: 100px;
    text-align: center;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottomBorder {
    margin-top: 2px;
    width: 66px;
    height: 2px;
    background-color: #fcb326;
    border-radius: 1px;
}

.gameList {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.gameItem {
    font-size: 12px;
    color: #292929;
    margin: 5px 0;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.gameItem img {
    position: absolute;
    right: -10px;
    top: -10px;
}

.gameItem .gameItem_img {
    width: 60px;
    height: 60px;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 7px;
    border-radius: 15px;
    transform: scale(1);
    transition: all 0.2s;
}

.gameItem .gameItem_img:hover {
    box-shadow: 0px 4px 23px rgba(62, 127, 202, 0.6);
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}

.gameItem .miniText {
    zoom: 0.9;
    color: #555555;
    padding: 8px 1px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contentBox {
    box-shadow: 0px 0px 15px 0px rgba(29, 21, 19, 0.35);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

.content_titleBox {
    display: flex;
    align-items: end;
    justify-content: start;
}

.content_titleBox .tipImg {
    width: 85px;
    height: 48px;
    margin-right: 30px;
}

.tabBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabBox img {
    width: 9px;
    height: 15px;
    cursor: pointer;
}

.titleBox .van-tabs__nav--line {
    width: 200px;
}

.van-tabs.van-tabs--line {
    width: 80%;
}

.van-tab {
    flex-basis: 18% !important;
    border: none;
}

.tabs-default-color {
    color: #000;
}

[class*=van-hairline]::after {
    border: 0;
}

.titleBox .van-tab--active {
    color: #292929 !important;
    font-size: 20px !important;
}

.goodsList {
    width: 100%;
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
    /* gap: 40px; */
    min-height: 300px;
}

.goodsItem {
    width: 286px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    margin-bottom: 30px;
    margin-right: 50px;
}

.goodsItem:nth-child(3n){
    margin-right: 0;
}

.showFour {
    flex-basis: 25%;
}

.showSix {
    flex-basis: 16.66%;
}

.goodsItem .ImgBox {
    width: 286px;
    height: 175px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.goodsItem .ImgBox img {
    width: 70px;
    height: 50px;
}

.goodsImg {
    width: 100%;
    height: 175px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.goodsImgNo {
    width: 266px;
    height: 175px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.goodsMainBox {
    padding: 10px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.goodsTitle {
    display: flex;
    align-items: end;
    margin: 10px 0;
}

.goodsTitle .gameName {
    width: 87px;
    height: 23px;
    border-radius: 11px;
    border: solid 1px #ffa462;
    color: #ffa462;
    font-size: 14px;
    padding: 0 3px;
    line-height: 23px;
    text-align: center;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goodsTitle .goodsName {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #292929;
}

.goodsMsg {
    font-size: 14px;
    line-height: 20px;
    /* display: flex; */
    color: #757575;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* 设置文本超出部分省略 */
    text-overflow: ellipsis;
}

.goodsItem_bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.priceBox {
    font-size: 18px;
    margin-top: 5px;
    color: #ff5528;
    font-weight: bold;
}

.priceBox .price {
    color: #ff5528;
    font-size: 24px !important;
}

.goodsItem_bottom .watchTips {
    font-size: 12px;
    color: #999999;
}

.noData {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noData img {
    width: 200px;
    height: 155px;
}

.pageBox {

    display: flex;
    justify-content: center;
}

.game_type_tab_wrap {
    width: 780px;
    overflow: hidden;
    margin: 0 15px;
    padding-bottom: 10px;
}

.game_type_tab {
    white-space: nowrap;
    display: inline-block;
}

.game_type_tab>div {
    display: inline-block;
    /* min-width: 66px; */
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
}

.game_type_tab>div.active {
    font-size: 20px;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #292929;
}

.game_type_tab>div.active::after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 2px;
    background-color: #fcb326;
    border-radius: 1px;
    left: 50%;
    margin-left: -33px;
    bottom: -7px;
}