* {
  padding: 0;
  margin: 0;
}
body {
  height: 100%;
  background: #f9f9f9;
}
.content {
  height: 100%;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  position: relative;
}
#load {
  position: absolute;
  top: 80px;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: auto;
}
#load img {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 687px;
  height: 687px;
}
#load img:first-child {
  display: block;
}
.yesbox {
  background: #00000050;
  height: 100px;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
}
.yesboxs {
  background: #00000050;
  height: 100px;

}
.header_wrapper {
  box-sizing: border-box;
  padding: 0 88px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: center;
  align-items: center;
  -webkit-align-content: center;
  -webkit-align-items: center;

  z-index: 9999;
}
.header_wrapper .logo {
  height: 36px;
}
.header_wrapper .nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_wrapper .nav li {
  float: left;
  position: relative;
  height: 90px;
  line-height: 90px;
  transition: 1s;
}
.header_wrapper .nav li > a {
  margin-left: 18px;
  margin-right: 18px;
  color: #333333;
  text-decoration: none;
  padding: 10px 1px;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.header_wrapper .nav li > a:hover {
  background: linear-gradient(to right, #577fff, #a977ff);
  -webkit-background-clip: text;
  color: transparent;
  border-image: linear-gradient(to right, #577fff, #a977ff) 1 10 1;
}
.diamond_recharge {
  margin-top: 36px;
  padding: 12px 24px;
  color: #8c8c8c;
  font-size: 18px;
  background: #ffffff;
  display: inline-block;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#footer {
  padding: 30px 0 20px 0;
  background: #000000;
  opacity: 0.5;
  box-shadow: 0px -1px 2px 0px rgba(218, 218, 218, 0.32);

  line-height: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.footer_menu {
  margin-bottom: 20px;
  padding-bottom: 26px;
  /* border-bottom: 1px solid #ecf0f1; */
}
.footer_menu span a {
  margin-right: 34px;
  margin-left: 34px;
  color: #ffffff;
  text-decoration: none;
}
#footer p {
  margin-top: 10px;
}
#footer p a {
  color: #ffffff;
  text-decoration: none;
}
#container {
  position: relative;
  margin: 0 auto;
  width: 1060px;
}
