@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}

.container {
  background: url("../imgs/containerBg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.container .main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 88px;
}
.container .main header {
  height: 38px;
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main header h1 {
  height: 38px;
}
.container .main header h1 .miiyun_logo,
.container .main header h1 .ruanjian_logo {
  float: left;
  margin-right: 15px;
  display: block;
  width: 96px;
  height: 38px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 96px 38px;
}
.container .main header h1 .miiyun_logo {
  background-image: url("/src_sem/images/miiyun_logo.png");
}
.container .main header h1 .ruanjian_logo {
  background-image: url("/src_sem/images/ruanjian_logo.png");
}
.container .main header .search_box {
  background-color: #fff;
  position: relative;
  display: inline-block;
  width: 165px;
  height: 32px;
  /* margin-top: 26px; */
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-size: 12px;
  border: 1px solid #000;
  color: #333;
}
.container .main header .pull-right {
  float: right !important;
}
.container .main header .pull-left {
  float: left !important;
}
.container .main header .search_box .search_input {
  width: 132px;
  height: 30px;
  text-indent: 14px;
  border: none;
  overflow: hidden;
  outline: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.container .main header .search_box .search_submit {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: 7px;
  margin-right: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: url(../imgs/icon_搜索.png) no-repeat center;
}
.container .main main {
  margin-top: 70px;
}
.container .main main .main_banner {
  height: 354px;
  margin: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main main .main_banner .banner_left {
  height: 354px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px 0;
}
.container .main main .main_banner .banner_left .soft {
  display: flex;
  align-items: center;
}
.container .main main .main_banner .banner_left .soft .soft_logo {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin-right: 10px;
}
.container .main main .main_banner .banner_left .soft .soft_name {
  font-weight: bold;
  font-size: 48px;
  color: #333;
}
.container .main main .main_banner .banner_left .descBox .desc {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.container .main main .main_banner .banner_left .descBox .desc:first-child {
  margin-bottom: 20px;
}
.container .main main .main_banner .banner_left .download {
  width: 310px;
  height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF8DAF 0%, #E64273 100%);
}
.container .main main .main_banner .banner_left .download:hover {
  background: linear-gradient(90deg, #FFA7C1 0%, #F45685 100%);
}
.container .main main .main_banner .banner_left .download:active {
  background: linear-gradient(90deg, #FF709B 0%, #E33166 100%);
}
.container .main main .main_banner .banner_left .download img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.container .main main .main_banner .banner_left .download span {
  font-weight: bold;
  font-size: 30px;
  color: #FFF;
}
.container .main main .main_banner .banner_right {
  width: 613px;
  height: 354px;
}
.container .main main .main_top {
  margin-top: 120px;
}
.container .main main .main_top > p {
  font-weight: bold;
  font-size: 48px;
  color: #333;
  text-align: center;
}
.container .main main .main_top > span {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  color: #999;
  text-align: center;
}
.container .main main .main_top .game_list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main main .main_top .game_list .item {
  width: 175px;
  height: 80px;
  background-image: url("../imgs/gameBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}
.container .main main .main_top .game_list .item:hover {
  background-image: url("../imgs/gameBorder.png");
}
.container .main main .main_top .game_list .item:hover .item_name {
  display: none;
}
.container .main main .main_top .game_list .item:hover .install {
  display: inline-block;
}
.container .main main .main_top .game_list .item .item_logo {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}
.container .main main .main_top .game_list .item .item_name {
  width: 104px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-align: center;
}
.container .main main .main_top .game_list .item.other {
  align-items: center;
  justify-content: center;
}
.container .main main .main_top .game_list .item .install {
  display: none;
  width: 104px;
  height: 44px;
  background-image: url("../imgs/installDefault.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.container .main main .main_top .game_list .item .install:hover {
  background-image: url("../imgs/installHover.png");
}
.container .main main .main_top .game_list .item .install:active {
  background-image: url("../imgs/installActive.png");
}
.container .main main .main_center {
  margin: 0 100px;
}
.container .main main .main_center .center_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 120px 0;
}
.container .main main .main_center .center_item .img {
  width: 450px;
  height: 287px;
}
.container .main main .main_center .center_item .text {
  width: 342px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .main main .main_center .center_item .text h2 {
  font-weight: bold;
  font-size: 36px;
  color: #333;
}
.container .main main .main_center .center_item .text p {
  font-size: 18px;
  color: #999;
  text-align: center;
  margin: 30px 0;
}
.container .main main .main_center .center_item .text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  background-color: #FF93B4;
  border-radius: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
}
.container .main main .main_center .center_item .text a:hover {
  background-color: #FF9FBC;
}
.container .main main .main_center .center_item .text a:active {
  background-color: #FF85AA;
}
.container .main main .main_bottom {
  text-align: center;
}
.container .main main .main_bottom h2 {
  font-weight: bold;
  font-size: 48px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.container .main main .main_bottom img {
  width: 856px;
  height: 130px;
}
.container .main main .main_footer {
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.container .main main .main_footer p {
  color: #666;
  text-align: center;
}
.container .main main .main_footer p a {
  color: #0000ee;
  cursor: pointer;
}
.container .main .bottom_fixed {
  height: 88px;
  background-color: #F6F6F6;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.container .main .bottom_fixed .fixed_main {
  height: 88px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main .bottom_fixed .fixed_main .left {
  display: flex;
  align-items: center;
}
.container .main .bottom_fixed .fixed_main .left img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  margin-right: 10px;
}
.container .main .bottom_fixed .fixed_main .right {
  width: 180px;
  height: 60px;
  background: linear-gradient(90deg, #FF8DAF 0%, #E64273 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .main .bottom_fixed .fixed_main .right:hover {
  background: linear-gradient(90deg, #FFA7C1 0%, #F45685 100%);
}
.container .main .bottom_fixed .fixed_main .right:active {
  background: linear-gradient(90deg, #FF709B 0%, #E33166 100%);
}
.container .main .bottom_fixed .fixed_main .right img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.container .main .bottom_fixed .fixed_main .right p {
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
}
