.caipiaowrapbox{
    width: 12rem;
    margin: 0.5rem auto;
}
.caipiaowrapbox-mid {
    width: 11.6rem;
    height: auto;
    overflow: hidden;
    padding: 50px 20px;
    background-color: var(--index-game-box-bgcolor);
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0,0,0,.06);
    box-shadow: 0 0.03rem 0.09rem 0 rgba(0,0,0,.06);
}
.caipiaowrapbox-mid ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.1rem;
}
.caipiaowrapbox-mid ul li {
    width: 33.3333%;
    margin: var(--cardRowSpacing) var(--cardColSpacing);
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    
}
.caipiaowrapbox-mid ul li .platform_contentBox {
    height: 1.46rem;
    width: 3.74rem;
}
.caipiaowrapbox-mid ul li .platform_contentBox .platform_wrap {
    border-radius: 0.1rem;
    background: var(--theme-btn-bg);
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.caipiaowrapbox-mid ul li .platform_contentBox .platform_wrap .platform_detail {
    background: url('/web_template1/images_plus/index/lottery_bg.png?v4')0px 0px / 100% 100%;
}
.caipiaowrapbox-mid ul li .platform_contentBox .platform_wrap .platform_detail {
    padding: 0;
    position: relative;
    height: 1.46rem;
    width: 3.74rem;
    opacity: 1;
    transform: scale(1);
    display: flex;
}
.platform_wrap .platform_detail .platCon_box {
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 1.7rem;
}
.platform_wrap .platform_detail .platCon_box .platCon_wrap {
    align-items: center;
    bottom: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    gap: 0.08rem;
    justify-content: left;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    width: 100%;
    z-index: 1;
    margin-left: 0.2rem;
}
.platform_wrap .platform_detail .platCon_box .platCon_wrap .platCon_detail {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: .2rem;
    justify-content: left;
    width: 100%;
}
.platform_wrap .platform_detail .platCon_box .platCon_wrap .platCon_detail img.imgLogo {
    flex-shrink: 0;
    height: 0.38rem;
    margin: -0.09rem 0;
    width: 0.38rem;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.platform_wrap .platform_detail .platCon_box .platCon_wrap .platCon_detail span.platname {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.25;
    overflow: hidden;
    text-align: center;
    white-space: pre-line;
    word-break: normal;
    -webkit-line-clamp: 2;
    color: var(--theme-btn-text);
    font-size: .2rem;
    margin-left: 0.05rem;
}
.platform_wrap .platform_img {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
}
.platform_wrap .platform_img img {
    height: 100%;
    width: 1.67rem;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.caipiaowrapbox-mid ul li:hover .platform_hover_container {
    opacity: 1;
}
.caipiaowrapbox-mid .platform_hover_container {
    background-color: var(--index-game-box-hoverBg);
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    z-index: 5;
}
.caipiaowrapbox-mid .platform_hover_container .platform_hover_wrap {
    align-items: center;
    border: 0.01rem solid #fff;
    border-radius: 0.1rem;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: .16rem;
    height: 0.4rem;
    justify-content: center;
    width: 1rem;
}
.caipiaowrapbox-mid .border_bottom {
    border-width: 1px;
    border-radius: 0.1rem;
    border: 0 solid var(--theme-game-lobby-border);
    bottom: 0;
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
.lottery-wrap .GameList ul li .GameImg img.error-image {
    width: 100%;
}