body{
    font-family: "微软雅黑", sans-serif,"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
}
.top-logo {
    display: none;
}
.side-menu {
    width: 200px;
    padding: 10px 0;
    background-color: white;
    height: 100%
}
.logo {
    width:100%;
    text-align: center;
    color: rgba(53, 53, 53, 1);
    font-size: 20px;
    cursor: pointer;
}
.logo-icon-div {
    display: inline-block;
    width: 38px;
    position:relative;
    top:-10px;
}
.logo-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    /*background-color: rgba(139, 127, 254, 0.8);*/
    background-image: linear-gradient(rgba(112, 143, 252, 1), rgba(147, 124, 255, 1));
    color: white;
    border-radius: 5px;
    font-size: 15px;
}
.logo-world-div {
    display: inline-block;
    width: 135px;
    position: relative;
    overflow: hidden;
    top:3px;
}
.logo-world-sub {
    font-size: 14px;
    letter-spacing: 6px;
    text-align: center;
}
.right-content {width: calc(100% - 202px);min-height: 100%;}
.banner {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    background-size: 100%;
    width: 100%;
    height: 300px;
}
.search-area {
    background:transparent;
    position: relative;
    top:20%;
    color: white;
    width: 70%;
    margin: 0 auto;
}
input#keyword::-webkit-input-placeholder {color: lightgray}
input#keyword::-moz-placeholder {color: lightgray}
input#keyword::-ms-input-placeholder {color: lightgray}
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-radius: 20px;
}
.input-group>input.search-input {
    background: rgba(0,0,0, 0.8);
    height: 30px;
    width: 100%;
    line-height: 30px;
    color: white;
    font-size: 13px;
    border-radius: 20px;
}
.search-bar {position: absolute;right: 30px; height: 30px;line-height: 30px;border-radius: 20px;}
.search-bar>span {background:rgba(0,0,0,0);border-radius: 20px;color:white;border: none;z-index: 3;cursor: pointer}
/*@media (min-width: 900px) {*/
    .input-group>input.search-input {
        background: rgba(0,0,0, 0.8);
        height: 45px;
        width: 100%;
        line-height: 45px;
        font-size: 16px;
        color: white;
        border-radius: 20px;}
    .search-area {padding: 30px 10px 10px 10px;}
    .search-bar {position: absolute;right: 30px; height: 45px;line-height: 45px;border-radius: 20px;}
    .search-bar span {background:rgba(0,0,0,0);border-radius: 20px;color:white;border: none;z-index: 3;cursor: pointer}
    .notice-div{top:40px;}
/*}*/
/**********************/
.carousel-notice-cell {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
}
.noticeLine {
    color: #fff!important;
    background: rgba(0,0,0,0.5);
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
}
.notice-div{position: relative;top:55px;}
.carouselNotice {padding: 0 0.5rem; background: rgba(0,0,0,0.5);}
.noticeVol {position: relative;top: 22px;color: white;}
.noticeCell {display: inline-block;width: 100%}
.navBar{line-height: 25px;}
.top-notice {
    width: 55%;
    margin: 0 auto;
}
@media screen and (max-width: 660px){
    .top-notice {
        width: 100%;
        padding: 0 10px;
    }
}
.notice-line {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}
.notice-line,.notice {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    /*background: rgba(0, 0, 0, 0.5);*/
    color: white;
    white-space:nowrap;
}
.notice-line {width: 100%;}
.notice-line i {margin-left: 5px;}
/******************************/
.games-list {padding: 20px;background-color: rgba(242, 244, 246, 1);color: rgba(85, 85, 85, 1);}
.games-title {font-size: 18px;padding: 10px 0 15px 0; }
a{text-decoration: none;}
.game-box {margin-bottom: 15px;/*border: 1px solid red;*/}
.game-cell {
    width: 100%;
    padding: 10px 0;
    /*height: 115px;*/
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: white;
    margin-top:5px;
    transition-property:margin;
    transition-duration: 0.35s;
    cursor: pointer;
}


.game-name a {text-decoration: none;}
.game-logo {width: 65px; float: left;text-align: center;margin-left: 5px;}
.game-logo img {width:90%;}
.game-info {margin-left: 78px;margin-top: 10px;}
.game-name, .game-memo {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.game-name {color: rgba(40, 42, 45, 1);font-weight: bold;font-size: 15px;}
.game-memo {color: rgba(85, 85, 85, 1);font-size: 14px}

@media (max-device-width: 768px) {
    .side-menu {
        width: 55px;
        padding-top: 20px;
    }
    .right-content {width: calc(100% - 58px);}
    .banner {
        max-height: 212px;
    }
    .logo-world-div {
        display: none;
    }
}

@media screen and (max-width: 1279px){
    .banner {
        /*background-size: 100%;*/
        background-size: 1279px;
        background-repeat:no-repeat;
    }
}
@media screen and (max-width: 800px){
    .side-menu {
        width: 55px;
        padding-top: 20px;
    }
    .right-content {width: calc(100% - 58px);}
    .logo-world-div {
        display: none;
    }
    .col-6 {
        padding-right: 5px;
    }
    @media (max-width: 576px) {
        .top-logo {
            display: block;
            height: 50px;
            text-align: center;
            background-color: white;
        }
        .logo-icon-div {
            display: inline-block;
            /*width: 45px;*/
            /*position:relative;*/
            /*top:-10px;*/
        }
        .logo-icon {
            width: 35px;
            height: 35px;
            line-height: 35px;
            background-color: rgba(139, 127, 254, 0.8);
            font-size: 15px;
            /*position: relative;*/
            /*top:2px;*/
        }
        .logo-title {
            font-size: 18px;
            font-weight: bold;
        }
        .logo-world-div {
            display: inline-block;
            width: 135px;
            text-align: left;
            /*position: relative;*/
            /*overflow: hidden;*/
            /*top:7px;*/
        }
        .logo-world-sub {
            font-size: 12px;
            letter-spacing: 6px;
            text-align: left;
        }
        .banner {
            margin-top: 50px;
        }
        .side-menu {
            display: none;
        }
        .right-content {width: 100%;;margin: 0 auto;}
    }
    .banner {
        background-size: 800px;
        background-repeat:no-repeat;
        max-height: 212px;
    }
    .search-area {
        width:100%;
        top:40%;
    }
    .notice-div {top: 75px;}
}
@media (min-width: 1200px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1400px) {
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
/***************************/
body.dark {
    background-color: #2c2e2f;
}
.dark .side-menu {
    background-color: #2c2e2f;
}
.dark .logo {
    color: white;
    background-color: #2c2e2f;
}
.dark .logo-icon {
    background-color: rgba(139, 127, 254, 0.8);
    color: white;
}
.dark .banner {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
}
.dark .search-area {
    color: white;
}
.dark .games-list {
    background-color: rgba(27, 29, 31, 1);
    color: rgba(136, 136, 136, 1);
}
.dark .game-cell {
    background-color: #2c2e2f;
}
.dark  .game-cell:hover .game-name>a {
    color: white;
}
.dark .game-name a{
    color: #e1e1e1;
}
.dark .game-memo {
    color: #888889;
}
