
.header{
    background:linear-gradient(11deg, #ffc4d8 0%, #f6edff 45%, #93deff 100%);
    margin-bottom:10px;
}
#app{
    background:#f0e4ee;
}
#AdvSpace{
    background:white;
    border-radius:22px;
    margin-top:16px ;
    min-width:300px;
}
.category-games-wrapper{
    background:white;
    border-radius:22px;
    margin:10px;
    border: 2px solid #ffd6e8;
    box-shadow:0 2px 10px rgba(255, 107, 157, 0.1), 0 4px 0 #ffe0ec
}
.footer{
    background:linear-gradient(180deg, #fff5f8 0%, #fce7f3 100%) ;
    border-top:2px dashed #ffd6e8;
    padding: 24px 16px;
    font-size:12px;
    line-height:20px;
}
.gameDiv {
    border-radius:16px;
    box-shadow:0 6px 16px #fce7f0 ;
    padding-bottom:0.5em;
  
    font-size:12px;
}
.botadv{
    border:1px dashed #fce7f0;
    background:white;
}
.words{
    margin:0 !important;
    padding:12px 14px 5px 12px;
    border-color:#ffb3cc;
    background:#fff1f8;
    font-size: 10px;
    border-radius:16px 16px 0 0;
    color:black;
    /* display:flex; */
}
.mune-search-icon{
    background: #eff8ff;
    width: 22px ;
    height: 22x ;
    /* max-width: 42px ; */
    padding: 9px ;
    border-radius: 999px ;
    border: 2px solid #bae6fd;
    box-shadow: 0 2px 10px rgba(255, 107, 157, 0.1);
    margin :auto ;
    display:inline-block;

}
.logo{
    width:200px;
    text-align:center;
    line-height:5.5;
}

.header{
    display:flex;
    justify-content:center;
    align-content:center;
}
.menu{
    width:22px;
    height:22px;
    padding: 9px ;
    border-radius: 999px;
    border: 2px solid #ffd6e8 ;
    background:#fff0f5  ;
    box-shadow: 0 2px 10px rgba(255, 107, 157, 0.1);
    margin :auto ;
}
.header .domain{
    height:40px;
}
.categort-games-more{
    border :1px solid ff7ab1;
    padding:5px;
    border-radius:10px;
    float: right;
    font-size:10px;
    transform: translate(50px,-3px);
    background: #ffc0d7;
    color:white;
    
}
#searchdiv{
    position:fixed;
    top:70px;
    border: 2px solid #ffd6e8;
    left:16px;
    right:16px;
    display:none;
    border-radius: 20px;
}
.search-icon{
    height: 40px ;
    flex-shrink: 0;
    background:linear-gradient(135deg, #ff6b9d 0%, #fb923c 100%);;
    border-radius: 0 20px 20px 0 ;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:40px;
    
}
.search-input{
    flex: 1 ;
    border: none ;
    border-radius:20px;
}
.zhezhaoContainer{
    background:white;
}
.zhezhao{
    background:white !important;
}
.zhezhaoContainer .zhezhao li{
    background:white;
    border-bottom:1px soliad black;
}
.zhezhaoContainer .zhezhao .el-submenu__title{
    background:white;
    
}
.menuitem{
    border:1px solid black;
    
}
.zhezhaoContainer .zhezhao .close{
    border-radius:50px;
    background: transparent;
    margin-right:10px;
    width:20px;
    border:0px;
    background:transparent;
    
}



.mune-header{
    display:flex;
    justify-content:space-between;
    padding:5px;
    background:linear-gradient(135deg, #ff6b9d 0%, #c084fc 45%, #38bdf8 100%);
    color:white;
    font-weight:800;
    line-height:51px;
    padding-left:1em;
}
.el-menu{
    border-right:0px ;
}
.home{
    width:100%
}
@media (min-width: 1000px) {

    .otherContainer1{
        width:98%;
    }
    .btn {
        width:60%;
    }
    .home div {
        transform:none;
    }
    .otherGameContainer .likeAndHot {
        width:80%;
    }
    
}
@media (max-width: 1000px) {
    .zhezhaoContainer .zhezhao li {
        text-align: start;
    }
}

