body {
  padding: 0;
  margin: 0;
  font-family: Arial;
  color: #000000;
  background-image: url("../images/bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#main {
  width: 1200px;
  margin:0 auto;
}
#header {
  background-image: url("../images/icon_bg.png");
  height: 100px;
  padding: 14px 0;
}
#header .icon img {
  height: 100px;
  width: 100px;
  border-radius: 10%;
  margin-left: 20px;
  float: left;
}
#header .game_name {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 30px;
  float: left;
}
#menu {
  height: 70px;
  background-color: #000000;
}
#menu .item{
  width: 600px;
  height: 70px;
  font-size: 30px;
  color: #8190f0;
  font-weight: bold;
  text-align: center;
  float: left;
  cursor: pointer;
}
#menu .item .menu_font{
  height: 45px;
  padding-top: 15px;
}
#menu .item .select_icon {
  height: 10px;
  display: none;
}
#menu .selected .select_icon {
  display: block;
}
#menu .selected {
  color: #ffffff;
}
#content {
  background-color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  line-height: 29px;
}

#content h1 {
  font-size: 24px;
  font-weight: bold;
}

#main_content {
  padding: 20px;
  background-color: #ffffff;
}

#main_content_body {
  border: 6px solid #80B0FF;
  border-radius: 16px;
  padding: 30px;
  background-color: #CAF3FF;
}

#download_btn {
  height: 157px;
  
}

#download_btn ul,#game_pic_show ul {
  padding: 0px;
  margin: 0px;
}

#download_btn ul li {
  height: 157px;
  float: left;
  list-style: none;
  margin-left: 110px;;
}

.split_line {
  margin: 30px 0;
  border: 1px solid #AAAAAA;
}

.slogan {
  text-align: center;
  font-size: 50px;
  background-image: linear-gradient(to right,#2fb2ff,#07c4ac);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: 700;
  margin-bottom: 20px;
}

#demo img {
  width: 1088px;
}

#href_url {
  height: 70px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  color: #999999;
}

#href_url a {
  text-decoration: underline;
  color: #7595C6;
}