/* 各个内容 */

.con_one,
.con_one img,
.con_two,
.con_two img {
    display: inline-block;
    width: 100%;
}

.con_three {
    width: 100%;
    height: 48rem;
    padding-top: 100px;
    padding-bottom: 2rem;
}

.con_three .titleT {
    width: 100%;
    margin: 0  auto 6rem;
}
.titleT img {
    margin: auto;
}


/*新轮播图*/
.ECO_PARTNER_box {
    width: 36rem;
    /* min-width: 36rem; */
    height: 100%;
    height: 30rem;
    min-height: 30rem;
    margin-right: 3rem;
    float: left;
}

.PARTNER_img  {
    width: 100%;

}
.PARTNER_i{
    display: block;
}
.PARTNER_spanL{
    float: left;
    position: absolute;
}
.PARTNER_spanR{
    float: right;
}
.name_game{
    font-size: 2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 1px;
    
}
.PARTNER_i{
    line-height: 3rem;
}

.titles{
    position: relative;
}

.wheelPlan {
    width: 80%;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
}

/* .wheelPlan .tempWrap {
    width: 1230px !important;
    height: 330px;
} */

.mr_frbox {
    /* width: 100%; */
    height: 330px;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    /* overflow-x: scroll;
    overflow-y: hidden; */
}

.mr_newFrbox{
    width: 400rem;
    height: 100%; 
    /* display: contents; */
    overflow: hidden;
    position: relative;
    transform: translate3d(0px,0px,0px);

    
}

