* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
body {
  font: 14px/1.8 "Microsoft YaHei", "微软雅黑";
  color: #fff;
  text-align: center;
}
html {
  background-color: #011523;
}
.gift-box{
  width: 980px;
  margin: 0 auto;
}
.gift-box .title {
  display: flex;
  justify-content: space-around;
  padding: 25px 0 0 22px;
  font-size: 24px;
}
.gift-box .title li {
  width: 244px;
  height: 80px;
  color: #48505a;
  letter-spacing: 1px;
  padding-top: 5px;
  font-weight: 600;
  box-sizing: border-box;
}
.gift-box .title li .time {
  font-size: 16px;
  margin-top: -6px;
}
.gift-box .title .current {
  background: url(https://image.xunyou.com/images/battlegrounds/20210926/li_now.png)
    no-repeat center;
  color: #fff;
}
.gift-box .title .current .time {
  color: #ffe110;
}
.gift-box .gifs{
  display: flex;
}
.gift-box .gifs li{
  cursor: pointer;
}
.gift-box .gifs li:hover{
  opacity: .8;
}
a {
  display: inline-block;
  text-decoration: none;
}
a:focus {
  outline: none;
}
#wrap-bg {
  background: url(https://image.xunyou.com/images/battlegrounds/20210926/wrap-bg.jpg) center top no-repeat;
}
.wrap-1 {
  background: url(https://image.xunyou.com/images/battlegrounds/20210926/wrap-1.jpg) center top no-repeat;
  height: 1194px;
  text-align: center;
  position: relative;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}
.cj {
  text-align: center;
}
.cj a {
  height: 100px;
  width: 372px;
  overflow: hidden;
  position: relative;
  background: url(https://image.xunyou.com/image/2021/20210707/cj.png) left top
    no-repeat;
  display: inline-block;
  font-size: 19px;
  color: #fff;
  text-align: center;
  line-height: 67px;
  margin-top: -160px;
  z-index: 8;
}
.cj a:hover {
  color: #fff;
  background-position: left bottom;
}
.cj-2 a {
  margin-top: 460px;
  background-position: right top;
}
.cj-2 a:hover {
  background-position: -412px bottom;
}
.user {
  height: 42px;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  position: relative;
  width: 1200px;
  z-index: 99;
  display: inline-block;
  margin-top: 330px;
}
.user font {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.user b {
  color: #fff;
}
.user a {
  color: #fff;
  margin: 0 5px;
}
.user a:hover {
  color: #fff;
}
.user .uhave {
  color: #fff;
  display: none;
}
.info {
  width: 800px;
  text-align: left;
  line-height: 8px;
  float: left;
  padding: 265px 0 0 134px;
}
.info p {
  color: #eaf7ff;
  font-size: 12px;
  line-height: 24px;
}
.info a {
  color: #fff;
}
.tq {
  position: absolute;
  text-align: center;
  bottom: 50px;
  right: 172px;
}
.tq a {
  height: 117px;
  overflow: hidden;
  width: 268px;
  background: url(https://image.xunyou.com/images/battlegrounds/20210926/use.png) top center no-repeat;
}

.tq a:hover {
  background-position: bottom center;
  /* opacity: 0.8; */
}
body .explain-layui-layer {
  background: url(https://image.xunyou.com/image/2021/20210707/explain.png)
    no-repeat center;
  background-color: none;
}
body .layui-layer-page .layui-layer-content {
  position: relative;
  overflow: hidden;
}
body #alert_explain {
  display: none;
  overflow-y: auto;
  width: 615px;
  height: 270px;
  margin: 100px auto 100px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: left;
  color: #8c96bb;
}
body #alert_explain h4 {
  color: #b6c2ef;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}
body #alert_explain a {
  color: #ffeabc;
}
body div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  /**/
}
body div::-webkit-scrollbar-track {
  background: #000825;
  border-radius: 2px;
}
body div::-webkit-scrollbar-thumb {
  background: #3d8de2;
  border-radius: 10px;
}
.gray {
  /*grayscale(val):val值越大灰度就越深*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
