* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
  }
  /* body::-webkit-scrollbar {display:none} */
  i{ font-style: normal}
  ul, ol, li {
    list-style: none;
  }
  
  li {
    cursor: pointer;
  }
  
  img {
    vertical-align: top;
  }
  
  a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
  }
  
  html,body {
    width: 1920px;
    max-width: 100%;
    overflow-x: hidden;
  }
  /* 背景 */
  
#bg{
    width: 1920px;
    height: 921px;
    position: relative;
    background: url(../images/bg_bg1.jpg) 0 0 no-repeat,
                url(../images/bg_bg2.jpg) 0 150px no-repeat,
                url(../images/bg_bg3.jpg) 0 322px no-repeat,
                url(../images/bg_bg4.jpg) 0 547px no-repeat,
                url(../images/bg_bg5.jpg) 0 751px no-repeat;
    overflow: hidden;
  }

  /* 城主 */
.cz-box{
    width: 850px;
    height: 264px;
    position: absolute;
    bottom: 430px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
}
.dcz{
    width: 287px;
    height: 264px;
    background: url(../images/dcz_bg.png) no-repeat;
    background-size: 287px 101px;
    background-position:left bottom;
    position: relative;
    overflow: visible;
    margin-bottom: -40px;
}
.dcz-img{
    width: 426px;
    height: 316px;
    position: absolute;
    left: 50%;
    bottom: 58px;
    margin-left: -213px;
    z-index: 90;
}
.dcz-img img{
    width: 426px;
    height: 316px;
}
.dcz-text{
    width: 36px;
    height: 110px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

/* 副城主 */
.fcz{
    width: 191px;
    height: 234px;
    background: url(../images/fcz_bg.png) no-repeat;
    background-size: 191px 86px;
    background-position:left bottom;
    position: relative;
    overflow: visible;
}
.fcz-img{
    width: 300px;
    height: 238px;
    position: absolute;
    left: 50%;
    bottom: 67px;
    margin-left: -150px;
}
.fcz-img img{
    width: 100%;
    height: 100%;
}
.fcz-text{
    width: 36px;
    height: 109px;
    position: absolute;
    right: -20px;
    top: 0;
}
/* 精英 */
.jy-box{
    width: 1200px;
    height: 288px;
    position: absolute;
    bottom: 109px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* margin: 66px auto 0; */
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
}
.jy{
    width: 209px;
    height: 288px;
    background: url(../images/jy_bg.png) no-repeat;
    background-position:left bottom;
    background-size: 209px 88px;
    position: relative;
    overflow: visible;
}

.jy-img{
    width: 262px;
    height: 209px;
    position: absolute;
    left: 50%;
    bottom: 55px;
    margin-left: -131px;
}
.jy-img img{
    width: 100%;
    height: 100%;
}
.jy-text{
    /* width: 55px; */
    /* height: 32px; */
    position: absolute;
    right: 0;
    bottom: 105px;
    z-index: 99;
}
.jy .names{
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    bottom: 2px;
}
/* 虚位以待 */
.null{
    width: 190px;
    height: 180px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.dcz .null{
    bottom: 60px;
}
.fcz .null{
    bottom: 51px;
}
.jy .null{
    bottom: 50px;
}
.null img{
    width: 100%;
    height: 100%;
}
/* 名字 */
.names{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #FFE9A2;
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 右边浮动 */
.right{
    position: fixed;
    right: 0;
    top: 300px;
    width: 244px;
    height: 253px;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
    transition: .5s;
    z-index: 99;
}
.sousuo{
    width: 206px;
    height: 39px;
    background: #401E13;
    border-radius: 5px;
    position: absolute;
    top: 126px;
    left: 18px;
    z-index: 10;
}
.ipt{
    width: 140px;
    float: left;
}
.ipt input{
    width: 130px;
    height: 20px;
    margin: 10px 0 0 5px;
    color: #F5EAB8;
    border: none;
    outline: none;
    background: none;
}
.btn{
    width: 66px;
    height: 39px;
    float: right;
    border-radius: 0 5px 5px 0;
    background: #8D3010;
    color: #fff;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    cursor: pointer;
}

.list{
    width: 206px;
    height: 169px;
    background: url(../images/list_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 160px;
    left: 18px;
    color: #F5EAB8;
    display: none;
}
.list ul{
    width: 195px;
    height: 155px;
    margin: 10px auto 0;
    text-align: center;
    overflow-y: scroll;
}
.list ul li{
    height: 30px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list ul li:hover{
    background: RGBA(245, 234, 184, .2);
}
.list ul::-webkit-scrollbar{
    display: none;
    /* width: 3px; */
}

.shouqi{
    width: 35px;
    height: 80px;
    position: absolute;
    top: 120px;
    left: 10px;
    cursor: pointer;
}

/* 新增 */
.right{
    z-index: 99;
}
@font-face{
    font-family: FZXKK;
   /* src: url('./FZXKJW.TTF')*/
}
.v-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 61px;
    margin: 0 auto;
    font-size: 40px;
    /* font-weight: bold; */
    color: #FFF49D;
    width: 408px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-family: FZXKK;
}