@charset "utf-8";
*{margin:0;padding:0;border:0}
div{box-sizing:border-box}
ol,ul,li{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%}
a:link{text-decoration:none}
a:visited{text-decoration:none}
a:hover{text-decoration:none}
a:active{text-decoration:none}
i{font-style:normal}
a{color:#fff}
a:focus{outline:none}
a.hidefocus{outline:none}
.fl{float:left}
.fr{float:right}
input{outline:none}
.clearfix:after,.clearfix::before{display:block;content:"";clear:both;height:0;overflow:hidden}
.clearfix{zoom:1}
.txtauto{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
img{display:block}
.clear{clear:both}
body{background:#000;font-size:18px;color:#f2e797; overflow:hidden}
.wrap{width:460px;margin:0 auto;position:relative;z-index:10;}
.header{background:url(../img/bg2.webp) no-repeat top center;background-size: 100% auto; opacity:0.8;height:800px;}
.logo{text-align:center;margin:0 auto;padding:0;max-width:100%; visibility:hidden}
.banner{text-align:center;max-width:100%; visibility:hidden;}
#videobox{position:absolute;z-index:-1;width:100%;top:0;height:593px;}
#videobox video{width:100%;height:100%;object-fit:cover;}
.listbox {
    margin: 0 auto;
    position:absolute;
    z-index: 11;
    width: calc(100% - 200px);
	left:0;right:0;
	top:610px;
}
.listbox .list{background:url(../img/listbg.png) no-repeat;margin-bottom:15px;background-size: 100% 100%;height:45px;line-height:45px;transition-duration: .5s;}
.list a{
    text-align: center;
    display: block;
	color:#f2e797;
	font-size:14px;
}
.list a img{
    width: 24px;
    padding-right:10px;
    display: inline;
    vertical-align: middle;
}
.list:hover{background:url(../img/hover.png) no-repeat;background-size: 100% 100%;transition-duration: .5s;}
.list1{position:relative;}
.list1 .urls {
    background: #000;
    position: absolute;
    top: -350px;
    width: 100%;
    border: 1px solid #c0a872;
    padding: 10px;
    line-height: normal;
	transition: opacity 0.5s;
}
.urls .tit{text-align:center}
.tit span{display:block;padding-bottom:10px;}
.urls .li{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.li .li1{
    background: #fff;
    color: #000;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.li .li2{background:url(../img/rightli.png) no-repeat;background-size: 100% 100%;height: 40px;width: 36px;margin-right: 10px;}
.li .li3{
    height: 40px;
    width: 130px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.li .btn{
    width: 80px;
    border: 1px solid #c0a872;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
}
.li .btn a{color:#f2e797;transition-duration: .5s;}
.li .btn:hover{background:#f2e797;}
.li .btn:hover a{color:#000;}
.copyright{text-align:center;padding:0 0 30px;font-size:14px}
.urls{
    z-index: 100;
    background: rgb(0, 0, 0);
    border: 1px solid rgb(192, 168, 114);
    padding: 10px;
    line-height: normal;
    position: fixed;
    width: calc(100% - 20px);
	left:0;right:0;
    margin: 0px auto;
	bottom:10000px;

}
.urls::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    border-width: 11px 9px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    width: 1px;
}
@media screen and (max-width:599px){
  .wrap{width:100%;}
  .listbox{width:260px;}
  .header{height:100%;width:100%;position:fixed;}
  body,.urls .li{font-size:14px;}
  body{position: fixed;top: 0;left: 0;width: 100%;height: 100%;overflow:hidden}
  .list a{font-size:20px}
  .copyright{font-size:9px}
  .list1 .urls{}
  
  .listbox .list{height:45px;line-height:45px;margin-bottom:15px}
  .list a{font-size:14px}
  .list a img{width:22px}
  
}
@media screen and (max-width:499px){
  .wrap{width:100%;}
  .header{height:680px}
}
@media screen and (max-width:399px){
  .header{height:680px}
}