@import url('/css/common.css');

.m-minigame-nav-wrap {
    display: flex;
    align-items: center;
    height: 65px;
    background-color: #fff;
    border-bottom: 1px solid #EDEEF1;
}

.m-minigame-nav-item {
    height: 36px;
    border: 1px solid #C9CBCF;
    font-size: 14px;
    line-height: 36px;
    color: #383A3E;
    padding: 0 20px;
    margin-left: 20px;
    border-radius: 36px;
    cursor: pointer;
}

.m-minigame-nav-item.active {
    background-color: #383A3E;
    color: #fff;
}

.m-minigame-body {
    width: 1580px;
    display: flex;
    margin-left: 20px;
    margin-top: 20px;
    justify-content: space-between;
}

.m-betting-iframe {
    width: 320px;
    height: 785px;
}

.m-betting-iframe iframe {
    display: block;
    width: 320px;
    height: 785px;
} 


.m-minigame-content {
    width: 830px;
}

.m-minigame-chat {
    width: 400px;
    height: 750px;
    position: relative;
    z-index: 0;
}

.m-game-content-nav {
    display: flex;
}

.m-game-content-nav-item {
    width: 25%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #383A3E;
    background-color: #fff;
    border: 1px solid #EDEEF1;
    border-left: none;
}

.m-game-content-nav-item:first-child{
    border-left: 1px solid #EDEEF1;
}

.m-game-content-nav-item.active {
    background-color: #2E8DE5;
    color: #fff;
    border:none;
}

.m-game-content-interval-nav{
    display: flex;
    margin-top: 15px;
}

.m-game-content-interval-item  {
    height: 52px;
    width: 20%;   
    font-size: 14px;
    color: #383A3E;
    background-color: #fff;
    border: 1px solid #EDEEF1;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-game-content-interval-item:first-child{
    border-left: 1px solid #EDEEF1;
}

.m-game-content-interval-item.active{
    border:1px solid #383A3E;
    background-color: #F5F5F5;
}

.m-game-content-interval-icon {
    margin-right: 5px;
}

.m-result-iframe,
.m-game-iframe {
    display: block;
    width: 830px;
}

.m-game-iframe{
    margin-top: 15px;
}

.m-game-iframe {
    height: 660px;
}

.m-game-iframe-710 {
    height: 710px;
}

.m-result-iframe {
    min-height: 660px;
    width: 832px;
}

.m-my-iframe-container {
    /* width: 1670px; */
    overflow: auto;
}
