body {
    background-image: url(./image/1.jpeg);
    background-repeat:repeat;
    background-attachment: scroll;
    height:100%;
    min-height:80vh;
    font-family: JCY,sans-serif;
}
div{
    display: block;
}
table {
    border: 2px solid black;
}
ul {
    list-style: none;
}
i{
    font-style: italic;
}
img{
    -webkit-user-drag:none ;
}
.h5{
    display: block;
    font-size: 0.83rem;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
/*   菜单                         */
.xigua{
    background: url(./image/icon/xigua.png) center center no-repeat;
    background-size: contain;
}
.shujia{
    background: url(./image/icon/shujia.png) center center no-repeat;
    background-size: contain;
}
.guize{
    background: url(./image/icon/guize.png) center center no-repeat;
    background-size: contain;
}
.sucai{
    background: url(./image/icon/sucai.png) center center no-repeat;
    background-size: contain;
}
.tucao{
    background: url(./image/icon/laba.png) center center no-repeat;
    background-size: contain;
}
.lianjie{
    background: url(./image/icon/lianjie.png) center center no-repeat;
    background-size: contain;
}
.yonghu{
    background: url(./image/icon/yonghu.png) center center no-repeat;
    background-size: contain;
}
.sousuo{
    background: url(./image/icon/sousuo.png) center center no-repeat;
    background-size: contain;
}

.navihead{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: margin-top 1s;
    padding: 0 2px;
    height: 5.5rem;
    box-sizing: border-box;
    flex-shrink: 0;
}
.is-hidden{
    margin-top: -6rem;
}
.is-active{
    background-color: #f5d504;
}
.navicard{
    width: 100%;
    height: 5.5rem;
    padding: 0px;
    transition: .3s;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0,0,0,.12);
    border: 1px solid #e4e7ed;
    border-radius: 8px;
}
.logobox{
    width:10%;
}
.logo{
    height: 1em;
    width: 3em;
    line-height: 1em;
    margin-top: -1rem;
    margin-left: -1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: inherit;
    background: url("./image/hszy.png") right no-repeat;
    background-size: 3rem;
    font-size:120px;
    font-style: italic;
    cursor: pointer;
}
.menu{
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
}
.menu-list{
    width: 100%;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    padding-inline-start: 40px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    padding-left: 3rem;
    margin-top: 0.2rem;
    height: 5rem;
    margin-left: 1rem;
    font-weight: 700;
    vertical-align: bottom;
    cursor: pointer;
}
.menu-container{
    padding-top: 1rem;
    width: 4rem;
}
.menu-item{
    position: relative;
    display: inline-flex;
    padding: 30px;
    box-sizing: border-box;
}
.menu-icontain{
    display: flex;
    justify-content: center;
    justify-items: center;
}
.menu-icon{
    display: block;
    height: 1.8rem;
    width: 1.8rem;
    top: -1.5rem;
    position: relative;
    margin-bottom: -10px;
    margin-right: 3px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1em;
}
.menu-tcontain{
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: 0.2rem;
    margin-left: -0.2rem;
}
.menu-text{
    font-size: 1rem;
    text-align: center;
    margin: -1rem 0 0;
}
.search{
    display: flex;
    justify-content: center;
    justify-items: center;
    width:20%;
}
.el-icon{
    display: none;
}
.searchcontain{
    display: flex;
    justify-content: center;
    justify-items: center;
    min-width: 30rem;
    height: 5rem;
}
.inpucontan{
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: 0.3rem;
    width: 20rem;
}
.diffinput{
    position: relative;
    display: inline-flex;
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
}
.input-wrapper{
    border-radius: 2rem;
    margin-top: 1rem;
    height: 2.3rem;
    margin-right: 0.5rem;
    background-color: #f8f8f8;
    border: 1px solid grey;
    padding: 1px 15px;
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    cursor: text;
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1);
    transform: translateZ(0);
    box-shadow: 0 0 0 1px #dcdfe6, #dcdfe6 inset;
}
.search-bar{
    position: relative;
    display: inline-block;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    color:#606266;
    font-size: inherit;
    padding: 0;
    outline: 0;
    border: none;
    background: 0 0;
    box-sizing: border-box;
}
input.search-bar:focus{
    border-color: #f5d504;
}
.spancotain1{
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    text-align: center;
    color: #a8abb2;
    transition: all .3s;
    pointer-events: none;
}
.spancontain2{
    pointer-events: all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
}
.spanicon{
    font-size: 30px;
    cursor: pointer;
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: inherit;
}
li.menu-item:hover{
    background-color: #f5d504;
    transition-duration: 0.45s;
}
div.menu-container:hover{
    margin-top: 0.1rem;
}
/*   菜单                         */
.bigimage-container{
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}
.bigimage{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.text-container{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e4e7ed;
    background-color: #ffffff;
    overflow: hidden;
    color: #303133;
    transition: .3s;
}
.mainboxshadow{
    box-shadow: 0px 0px 12px rgba(0,0,0,.50);
}
.inner{
    margin-top: 0.6rem;
    margin-left: 0.6rem;
    display: flex;
}
img.middletu{
    cursor: pointer;
    height: 320px;
}
img.xiao-tu{
    cursor: pointer;
    height: 6rem;
    overflow: clip;
}
.innerpic{
    margin-left: 1.2rem;
}
.inner-container{
    display: inline-flex;
    width: 100%;
}
.bigger-name{
    cursor: pointer;
    background: linear-gradient(-110deg, transparent 2rem, white 0);
    bottom: 4.4rem;
    left: 6rem;
    height: 1.5rem;
    padding-right: 3rem;
    position: absolute;
    padding-top: 0.5rem;
    padding-left: 1rem;
    margin-bottom: 0.3rem;
    font-weight: 700;
}
.box-text-container{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e4e7ed;
    overflow: hidden;
    color: #303133;
    transition: .3s;
}
.cate-title{
    font-family: Arial Black,sans-serif;
    font-size: 50px;
    margin-left: 3rem;
    margin-bottom: 0;
}
.cate-container{
    display: flex;
    flex-wrap: wrap;

}
.game-box{
    margin-top: 1rem;
    margin-left: 3.4rem;
    border: 4px solid rgb(255,239,213);
    border-radius: 8px;
    height: 280px;
    width: 250px;
    cursor: pointer;
}
.game-box:hover{
    border: 4px solid #f5d504;
    transition-duration: 1s;
}
.inbox-pic{
    height: 250px;
    width: 250px;
}
.inbox-text{
    width: 100%;
    text-align: center;
    border: 0px solid #606266;
    background: #f8f8f8;
}
.inbox-text:hover{
    background: #a8abb2;
}
.rule-box{
    margin-top: 1rem;
    margin-left: 0.5rem;
    margin-right: 0;
    border-radius: 8px;
    background: #ffffff;
    height: 380px;
    width: 630px;
    margin-bottom: 1rem;
    overflow: scroll;
}
.rule-box h2{
    cursor: pointer;
}
.tucao-text{
    animation-duration: 20s;
    margin-top: 1.3rem;
    animation: textScroller-98290d2c 20s linear infinite;
    width: auto;
    white-space: nowrap
}
@keyframes textScroller-98290d2c {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}
.cate-namebox{
    display: flex;
}
.cate-namebox-item{
    border: 1px solid white;
    width: 90px;
    margin-right: 1rem;
    cursor: pointer;
}
.cate-namebox-item:hover{
    border: 1px solid #f5d504;
    transition-duration: 1s;
}
.cate-namebox img{
    margin-left: 0.76rem;
    text-align: center;
    overflow: hidden;
    width: auto;
}
.cate-namebox-item div{
    text-align: center;
}

.cate-peoplebox{
    display: flex;
}
.cate-peoblebox-item{
    border: 1px solid white;
    width: 100px;
    height: 30px;
    margin-top: 2rem;
    margin-right: 1rem;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.20);
}
.cate-peoblebox-item:hover{
    border: 1px solid #f5d504;
    transition-duration: 1s;
}

.cate-zhuoyou-container{

    display: flex;
    flex-wrap: wrap;
}
.zhuoyou-item{
    display: flex;
    margin-top: 2rem;
    margin-left:2rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid white
}
.zhuoyou-item-textbox{
    padding-left: 5px;
    width: 400px;
    background: #ffffff;
    overflow: clip;
}
.zhuoyou-name{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: black;
    font-size: 1.3rem;
    font-family: JCY, sans-serif;
    font-weight: bold;
}
.zhuoyou-bestplayer{
    padding-bottom: 8px;
}
.zhuoyoubutton{
    background: linear-gradient(180deg, #0b72b5, #244587);
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    overflow: hidden;
    padding: 6px 12px;
    text-overflow: ellipsis;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.zhuoyoubutton:hover{
    background:linear-gradient(180deg, #0692ea, #244587)
}
.detail-backimg{
    display: flex;
    background-size: cover;
    background-blend-mode: multiply;
    height: 450px;
}
.detail-bigimg{
    height: 400px;
    margin-left: 2rem;
    padding-top: 1.5rem;
}
.detail-container{
    height: 25%;
    width: 500px ;
    text-align:left;
    margin-left: 2rem;
    margin-top: 1.5rem;
}
.detail-item-title{
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
    border-bottom: 1px solid white;
}
.detail-item-detail{
    font-size: 18px;
    line-height: 1.428571429;
    padding-top: 1rem;
}
.detail-item-container{
    display: flex;
    padding-top: 1rem;
}
.detail-container p{
    float: left;
    width: 270px;
    font-size: 18px;
}
.detail-people-container{
    border: 1px solid white;
    border-radius: 5px;
    width: 550px;
    height: 70px;
    margin-top: 2.5rem;
}
.detail-people-item div{
    border: 1px solid #707f85;
    border-radius: 5px;
    width: 40px;
    text-align: center;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
}
.detail-people-best{
    background: #f7931e;
}
.detail-people-ok{
    background: #10d8d8;
}
.detail-people-text{
    font-size: 18px;
}
.detail-detail{
    color: rgba(244, 244, 244)
}
.detail-detail p{
    margin-top: 1rem;
    margin-bottom: 1rem
}
.rule-smalltitle{
    font-family: Arial Black,sans-serif;
    margin-bottom: 0.25rem;
}
.rule-container p{
    font-size: 18px;
}

