.game_item {
    position: relative;
    height: 2.24rem;
    padding: 0.2rem 0;
    border-bottom: 0.02px solid rgba(220, 225, 231, 1);
}

.game_item_logo {
    float: left;
    cursor: pointer;
}

.game_item_content {
    float: left;
    padding-left: 0.4rem;
    height: 100%;
    position: relative;
}

.game_item_title {
    font-size: 0.24rem;
    line-height: 0.31rem;
    font-weight: bold;
    font-family: Microsoft YaHei;
    width: 9.74rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.36rem;
}

.color_green {
    font-size: 0.36rem;
    color: rgba(26, 173, 76, 1);
}

.color_orange {
    font-size: 0.36rem;
    color: rgba(236, 156, 8, 1);
}

.color_blue {
    font-size: 0.36rem;
    color: rgba(10, 125, 227, 1);
}

.color_red {
    font-size: 0.36rem;
    color: rgba(200, 20, 60, 1);
}

.game_item_level {
    position: relative;
}

.game_item_level_text {
    position: absolute;
    font-size: 0.20rem;
    top: 0.13rem;
    left: 0.5rem;

}

.game_item_time {
    font-size: 0.16rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 0.21rem;
}

.game_item_start_time {
    position: absolute;
    bottom: 0.31rem;
}

.game_item_end_time {
    position: absolute;
    bottom: 0;
}

.game_item_button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tr_btn{
    display: inline-block;
    border-radius: 0.04rem;
    cursor: pointer;
    padding: 0.08rem 0.14rem;
    font-size: 0.18rem;
    font-weight: 400;
    border: 1px solid transparent;
}

.tr_btn_blue {
    background: rgba(10, 125, 227, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
}

.tr_btn_blue:hover,
.tr_btn_blue:focus,
.tr_btn_blue:active {
    background: rgba(255, 255, 255, 1);
    color: rgba(10, 125, 227, 1);
    border: 1px solid rgba(10, 125, 227, 1);
}

.tr_btn_deepblue {
    background: rgba(10, 37, 94, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
}

.tr_btn_deepblue:hover,
.tr_btn_deepblue:focus,
.tr_btn_deepblue:active {
    background: rgba(255, 255, 255, 1);
    color: rgba(10, 37, 94, 1);
    border: 1px solid rgba(10, 37, 94, 1);
}

.tr_btn_red {
    background: rgba(200, 20, 60, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
}

.tr_btn_red:hover,
.tr_btn_red:focus,
.tr_btn_red:active {
    color: rgba(200, 20, 60, 1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(200, 20, 60, 1);
}

.tr_btn_displayed {
    background: #bababa;
    color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
}

.tr_btn_displayed:hover,
.tr_btn_displayed:focus,
.tr_btn_displayed:active {
    background: #bababa;
    color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
    cursor: no-drop;
}

.tr_btn_large {
    font-size: 0.2rem;
    font-weight: bold;
    padding: 0.2rem 0.34rem;
}

.tr_btn_small {
    font-size: 0.13rem;
    padding: 0.04rem;
    line-height: 0.17rem;
}

.game_seq_info {
    width: 3.62rem;
    height: 8.41rem;
    box-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.15);
    padding: 0.18rem 0.2rem;
    float: left;
    font-size: 0.16rem;
}

.game_info_panel {
    position: relative;
    float: right;
    width: 8.2rem;
}

.game_info {
    position: relative;
    height: 3.23rem;
    background-color: rgba(10, 125, 227, 1);
    padding: 0.3rem 0.48rem;
    color: rgba(255, 255, 255, 1);
    background: url("../images/gameInfo.png") 0 0 no-repeat;
}

.game_info_title {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}

.game_info_text {
    font-size: 0.16rem;
    font-weight: 400;
    margin-top: 0.12rem;
    line-height: 0.21rem;
}

.game_info_btnGroup {
    position: absolute;
    bottom: 0.22rem;
    right: 0.48rem;
    line-height: 0.3rem;
}
.game_info_news {
    margin-top: 0.1rem;
    box-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.15);
}

.game_info_news img {
    max-width: 100%;
}

.game_info_tab {
    list-style: none;
    position: relative;
    margin-bottom: 0.21rem;
}

.game_info_tab_item {
    float: left;
    height: 0.56rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    cursor: pointer;
    padding-top: 0.2rem;
}

.game_info_tab_item>a {
    padding: 0 0.28rem;
    color: rgba(55, 61, 65, 1);
}

.game_info_tab_item.active>a {
    color: rgba(10, 125, 227, 1);
}

.game_info_tab>span {
    position: absolute;
    left: 0.34rem;
    bottom: 0;
    width: 0.6rem;
    height: 0.04rem;
    background-color: rgba(200, 20, 60, 1);
}

.game_info_tabContent {
    display: block;
    width: 7.4rem;
    margin: 0 auto;
    min-height: 4.32rem;
    border-top: 0.01rem solid rgba(238, 238, 238, 1);
    padding-bottom: 0.19rem;
}

.game_result {
    width: 1.5rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    margin: 0.1rem auto;
}

.game_result>img {
    width: 0.16rem;
    height: 0.16rem;
}

.game_result>span{
    text-align:center;
    ;color:#FFFFFF;
}