.index .banner .item1 .item-left{
    width: 246px;
    background: linear-gradient( 180deg, rgba(255,255,255,0.6) 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    padding: 15px;
    justify-content: space-between;
}
.index .banner .item1 .item-left .left-item{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    cursor: pointer;
    /*background: url("/indexstatic/imgs/index_banner_left_bg.png") no-repeat;*/
    /*background-size: 100% 100%;*/
}
.index .banner .item1 .item-left .left-item:hover{
    background: url("/indexstatic/imgs/index_banner_left_bg.png") no-repeat;
    background-size: 100% 100%;
}
.index .banner .item1 .item-left .left-item .left-item-title img{
    margin-left: 5px;
    margin-right: 0px;
}
.index .banner .item1 .item-left .left-item .nums{
    margin-left: 5px;
    margin-top: 0px;
}

.index .banner .item1 .item-left .left-item .nums .title{
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.index .banner .item1 .item-left .left-item .nums .subtitle{
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 12px;
    color: #666;
}
.index .banner .item1 .item-center .banner-item img{
    height: 100%;
}

.index .banner .item1 .item-right{
    width: 244px;
}
.index .banner .item1 .item-right .top{
    background: linear-gradient( to bottom, rgba(255,255,255,0.6) 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    padding: 20px;
}
.index .banner .item1 .item-right .top .member{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.index .banner .item1 .item-right .top .zhongxin{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 16px;
}
.index .banner .item1 .item-right .top .zhongxin div{
    width: 96px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
}
.index .banner .item1 .item-right .top .zhongxin .buy{
    background: linear-gradient( 90deg, #FF8D3C 0%, #FFBB8B 100%);
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
.index .banner .item1 .item-right .top .zhongxin .sell{
    background: #FFFFFF;
    border: 1px solid #FF8D3C;
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 14px;
    color: #FF8D3C;
}
.index .banner .item1 .item-right .top{
    height: 256px;
    margin-bottom:20px;
}
.index .banner .item1 .item-right .top .want{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.index .banner .item1 .item-right .top .want .btn{
    width: 96px;
    height: 90px;
}


.index .index-content .item2{
    height: 50px;
    background-image:none;
    background: linear-gradient( 180deg, rgba(255,255,255,0.6) 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    margin-top: 0px;
    margin-bottom: 20px;
}
.index .index-content .item2 .outer-div{
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    margin-top: 0px;
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.index .index-content .item2 .outer-div .line{
    color: #ccc;
}
.index .index-content .item2 .outer-div span{
    color: #FF8D3C;
    font-family: OPPOSans-L;
    font-family: Bold;
}
.index .index-content .item3{
    height: auto;
}
.index .index-content .item3 .item-left{
    width: 936px;
}

.index .index-content .item3 .item-left .item-left-games{
    width: 100%;
    height: 384px;
    background: linear-gradient( 180deg, rgba(255,255,255,0.6) 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding: 24px 32px;

}
.index .index-content .item3 .item-left .item-left-games .game-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: mama;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.index .index-content .item3 .item-left .item-left-games .game-top .title span{
    color: #FF4B4B;

}
.index .index-content .item3 .item-left .item-left-games .game-top .more{
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;

}
.index .index-content .item3 .item-left .item-left-games .game-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index .index-content .item3 .item-left .item-left-games .game-list .game-item{
    width: 85px;
    margin: 0px;
}
.index .index-content .item3 .item-left .item-left-props{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index .index-content .item3 .item-left .item-left-props .prop-list{
    width: 482px;
    height: 222px;
    background: linear-gradient( 170deg, #D7F3FF 0%, #FFFFFF 44%);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FFFFFF;
    padding: 20px 32px;
}
.index .index-content .item3 .item-left .item-left-props .prop-list .prop-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: mama;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.index .index-content .item3 .item-left .item-left-props .prop-list .prop-top .more{
    font-family: mama;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.index .index-content .item3 .item-left .item-left-props .prop-list .prop-game{
    width: 100%;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.index .index-content .item3 .item-left .item-left-props .prop-list .prop-game .prop-item{
    width: 100px;
    height: 91px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.index .index-content .item3 .item-left .item-left-props .prop-list .prop-game .prop-item img{
    width: 63px;
    height: 63px;
    border-radius: 8px;
}
.index .index-content .item3 .item-left .item-left-props .active-list{
    width: 434px;
    height: 222px;
    background: linear-gradient( 170deg, #FFF1D7 0%, #FFFFFF 44%);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FFFFFF;
    padding: 20px 32px;
}
.index .index-content .item3 .item-left .item-left-props .active-list .active-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: mama;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.index .index-content .item3 .item-left .item-left-props .active-list .active-img{
    width: 370px;
    height: 134px;
}
.index .index-content .item3 .item-left .item-left-props .active-list{
    width: 434px;
    height: 222px;
    background: linear-gradient( 170deg, #FFF1D7 0%, #FFFFFF 44%);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FFFFFF;
    padding: 20px 32px;
}

.index .index-content .item3 .item-left .item-left-accounts{
    width: 100%;
    height: 340px;
    background: linear-gradient( 170deg, #FFF1D7 0%, #FFFFFF 44%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding: 24px 32px;

}
.index .index-content .item3 .item-left .item-left-accounts .item-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: mama;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.index .index-content .item3 .item-left .item-left-accounts .item-top span{
    color: #FF8D3C;
}
.index .index-content .item3 .item-left .item-left-accounts .item-top .game_id{
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}
.index .index-content .item3 .item-left .item-left-accounts .item-top .game_this{
    color: #FF8D3C;
}
.index .index-content .item3 .item-left .item-left-accounts .item-top .more{
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.index .index-content .item-content .account_list{
    width: 208px;
    height: 248px;
    margin: 0px;
    padding-top: 8px;
}
.index .index-content .item-content .account_list .img{
    width: 192px;
    height: 108px;
    border-radius: 12px;
    margin: 0 auto;
}
.index .index-content .item-content .account_list .img img{
    width: 192px;
    height: 108px;
}
.index .index-content .item-content .account_list .title{
    width: 192px;
    height: 50px;
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    -webkit-line-clamp: 2;
}
.index .index-content .item-content .account_list .price{
    width: 192px;
}
.index .index-content .item-content .account_list .titleDiv{
    left: 210px;
}


.index .index-content .item3 .item-right{
    width: 245px;
}
.index .index-content .item3 .item-right .top1{
    padding: 16px;
}
.index .index-content .item3 .item-right .top1 .title .item:hover{
    color: #FF8D3C;
}
.index .index-content .item3 .item-right .top1 .title .item-this{
    color: #FF8D3C;
}

.index .index-content .item3 .item-right .top1 .input{
    width: 212px;
    height: 46px;
    line-height: 46px;
    background: #F6F6F6;
    border-radius: 8px 8px 8px 8px;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.index .index-content .item3 .item-right .top1 .input input{
    border: none;
    outline: none;
    background: #F6F6F6;
}
.index .index-content .item3 .item-right .top1 .input .getHeihao{
    cursor: pointer;
    width: 52px;
    height: 34px;
}

.index .index-content .item3 .item-right .chengjiao-num{
    width: 244px;
    height: 390px;
    background: linear-gradient( to bottom, rgba(255,255,255,0.6) 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    margin-top: 20px;
    padding: 16px;
}
.index .index-content .item3 .item-right .chengjiao-num .title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-family: mama;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.index .index-content .item3 .item-right .chengjiao-num .title .subtitle span{
    font-family: mama;
    font-weight: bold;
    font-size: 18px;
    color: #FF8D3C;
}
.index .index-content .item3 .item-right .chengjiao-num .title .item{
    font-family: rubik, OPPOSans;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.index .index-content .item3 .item-right .chengjiao-num .title .item span{
    font-family: OPPOSans-M, OPPOSans;
    color: #FF8D3C;
}
/* 昨日成交 */
.index .index-content .item3 .item-right .chengjiao-num .paihang-list .paihang{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.index .index-content .item3 .item-right .chengjiao-num .paihang-list .paihang .icon{
    width: 50%;
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-family: OPPOSans-M, OPPOSans;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.index .index-content .item3 .item-right .chengjiao-num .paihang-list .paihang .icon .game-pic{
    width: 36px;
    height: 36px;
    margin-right: 8px;
}
.index .index-content .item3 .item-right .chengjiao-num .paihang-list .paihang .icon .phtop{
    width: 35px;
    height: 27px;
    position: absolute;
    top: -13px;
    left: -13px;

}

.index .index-content .item3 .item-right .title .bt span{
    font-size: 16px;
}
.index .index-content .item3 .item-right .title span{
    font-size: 16px;
}
.index .index-content .item3 .item-right .list .list-item{
    font-size: 14px;
}

.index .index-content .item3 .item-right .top{
    width: 244px;
    height: 211px;
    background: linear-gradient( 180deg, rgba(255,255,255,0.6) 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    margin-top: 20px;
}
.index .index-content .item3 .item-right .bottom{
    width: 244px;
    height: 211px;
    background: linear-gradient( 180deg, rgba(255,255,255,0.6) 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    margin-top: 5px;
}
.index .index-content .item3 .item-right .list .list-item{
    line-height: 35px;
}

/* 合作伙伴 */
.index .index-content .item4{
    width: 100%;
    height: 200px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    background: linear-gradient( 180deg, rgba(255,255,255,0.6) 0%, #FFFFFF 100%);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFFFFF;
    padding: 16px 32px;
}
.index .index-content .item4 .name .t1{
    text-align: left;
}
/*.index .index-content .item4 .scrolllist{*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/
/*.index .index-content .item4 .scrolllist .imglist_w .imglist{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
/*.index .index-content .item4 .scrolllist .imglist_w{*/
/*    width: 100%;*/
/*}*/
.index .index-content .item4 .scrolllist .imglist_w .imglist li{
    width: 208px;
    height: 116px;
}
.index .index-content .item4 .scrolllist .imglist_w .imglist li img{
    width: 100%;
    height: 110%;
}

.footer-top{
    width: 100%;
    min-width: 1920px;
    height: 90px;
    margin-top: 24px;
    background: linear-gradient( to right, #fff 0%, #FFF1D7 50%, #fff 100%);
}
.footer-top .footer-top-content{
    width: 1200px;
    height: 90px;
    line-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0px 32px;
}

footer{
    margin-top: 0px;
}

