body,
div,
ul,
li {
  padding: 0;
  margin: 0;
}
* {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  user-select: none; /* 标准语法 */
}
body {
  font: 14px/1 "Microsoft Yahei";
  min-width: 1200px;
  background-color: #1b1510;
}

ul {
  list-style: none;
}
a {
  outline: none !important;
}

.wrap-bg {
  background: url(https://image.xunyou.com/2025/aion2/wrap-1_1.jpg) center top no-repeat;
  height: 965px;
  color: #fff;
}

.content {
  width: 1200px;
  height: 965px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner_1{
  position: absolute;
  bottom: 436px;
  right: -0px;
    background: url(https://image.xunyou.com/2025/aion2/banner_1.png) no-repeat center
    top;
    height: 159px;
    width: 154px;
    z-index:1;
    cursor: pointer;
    
}
.banner_2{
  position: absolute;
  bottom: 236px;
  right: 0px;
    background: url(https://image.xunyou.com/2025/aion2/banner_2.png) no-repeat center
    top;
    height: 181px;
    width: 168px;
    z-index:1;
      cursor: pointer;
}

.list {
  position: absolute;
  top: 400px;
  left: -166px;
}

.list > li {
  margin-bottom: 19px;
  font-weight: 600;
}

.list > li img {
  vertical-align: middle;
  margin-right: 10px;
}

.btn {
  box-sizing: border-box;
  position: absolute;
  width: 1200px;
  bottom: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kol{
  position: absolute;
  bottom: 136px;
  right: -18px;
    background: url(https://image.xunyou.com/2025/aion2/kol.png) no-repeat center
    top;
    height: 140px;
    width: 214px;
    z-index:1
}

.btn a {
  display: inline-block;
  width: 399px;
  background: url(https://image.xunyou.com/2025/aion2/left.png) no-repeat center
    top;
  height: 67px;
}

.sharebtn {
  position: absolute;
  bottom: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; /* 按钮之间的间距 */
}

.sharebtn a {
  display: inline-block;
  width: 180px;
  background: url(https://image.xunyou.com/2025/ymir/share.png) no-repeat left
    top;
  height: 40px;
  text-decoration: none;
  color: #000;
  text-align: center;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}

/* APK按钮特殊样式 */
.sharebtn .apk {
  width: 180px;
}

.btn a:hover,
.sharebtn a:hover {
  background-position: left bottom;
}

/* APK按钮hover效果 */
.sharebtn .apk:hover {
  background-position: left bottom;
}

.btn .dowload-left {
  margin-right: 92px; 
}

.btn .dowload-right {
  background-image: url(https://image.xunyou.com/2025/aion2/right.png);
}

/* 悬浮框样式 */
.hover-div {
  display: none;

  height: 163px;
  width: 150px;
  position: absolute;
  top: -170px;
  left: 0%;
  transform: translateX(10%);
  background: url(https://image.xunyou.com/2025/ymir/kuang.png) no-repeat center;
  background-size: contain;
  z-index: 100;
}

/* 为每个按钮的悬浮框设置特定位置 */
#apkHoverDiv {
  left: 0;
  transform: translateX(14%);
  display: none;
  flex-direction: column;
  align-items: center;
}
.showTitle {
  height: 30px;
  line-height: 30px;
  color: #706b68;
  font-size: 14px;
  font-weight: 400;
}

#mobileHoverDiv {
  left: 50%;
  transform: translateX(-48%);
  display: none;
  flex-direction: column;
  align-items: center;
}

#downloadTypeHoverDiv {
  left: 100%;
  transform: translateX(-110%);
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 150px;
  height: 163px;
}
#downloadTypeHoverDiv a.android {
  width: 127px !important;
  height: 30px !important;
  background: url(https://image.xunyou.com/2025/ymir/android.png) no-repeat left
    top;
}

#downloadTypeHoverDiv a.web {
  width: 127px !important;
  height: 30px !important;
  background: url(https://image.xunyou.com/2025/ymir/web.png) no-repeat left top;
}

#downloadTypeHoverDiv a.window {
  width: 127px !important;
  height: 30px !important;
  background: url(https://image.xunyou.com/2025/ymir/window.png) no-repeat left
    top;
}
#downloadTypeHoverDiv a:hover {
  background-position: left bottom !important;
}

.dec {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.4);
  background-color: #1b1510;
  position: fixed;
  font-size: 12px;
  width: 100%;
  bottom: 0;
}

.title {
  position: absolute;
  top: 346px;
  left: -154px;
  display: flex;
  justify-content: space-around;
}

.title :first-child {
  font-size: 36px;
  color: #fff;
  margin-right: 20px;
  font-weight: 700;
}

#two {
  font-size: 36px;
  color: #fff;
}

.title :last-child {
  margin-left: 5px;
  font-size: 30px;
  color: #67c7e9;
  line-height: 32px;
}

.tips {
  position: absolute;
  right: -4px;
  top: 10px;
  /* width: 20%; */
}

.diamond {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #75e3ff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* Internet Explorer */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  margin: 0px 16px 2px;
  /*让菱形浏览器上居中*/
}
