* {
  box-sizing: border-box;
  font-family: MicrosoftYahei;
  margin: 0;
  padding: 0;
}

html {
  font-size: 50px;
}

body {
  color: #484848;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

li {
  list-style: none;
}

button {
  border: 0 none;
  outline: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 650px;
  width: 100%;
  display: block;
}

.mainBg {
  width: 100%;
  display: block;
}

.header {
  overflow: hidden;
  padding: 0.72rem 0.3rem 0.43rem;
}

.main {
  padding-bottom: 2rem;
}

.footer {
  /*background-color: rgb(255, 251, 216);*/
  background: rgba(0,0,0,0);
  bottom: 0;
  height: 2rem;
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 650px;
}

.game_icon {
  float: left;
  margin-right: 0.32rem;
  width: 1.38rem;
}

.game_info {
  overflow: hidden;
}

.game_title {
  font-size: 0.45rem;
  font-weight: normal;
  line-height: 1.5;
}

.game_version {
  background-color: rgb(0, 189, 102);
  border-radius: 3px;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 300;
  padding: 0 0.1rem;
}

.game_param {
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.36rem;
  margin-top: 0.2rem;
}

.game_param-item {
  display: inline-block;
  margin-right: 0.2rem;
}

.game_type {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.22rem;
  line-height: 0.44rem;
  height: 0.44rem;
  margin-bottom: 0.2rem;
}

.game_type-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.game_type-item:nth-child(1) { background-color: rgb(159, 76, 211); }
.game_type-item:nth-child(2) { background-color: rgb(243, 107, 72); }
.game_type-item:nth-child(3) { background-color: rgb(72, 177, 243); }
.game_type-item:nth-child(4) { background-color: rgb(243, 72, 185); }
.game_type-item:nth-child(5) { background-color: rgb(245, 174, 20); }

.game_views {
  overflow-y: hidden;
  margin-bottom: 0.2rem;
}

.game_views-fullscreen {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.game_views-fullscreen .game_views-inner {
  height: 100%;
  margin-right: 0;
  text-align: center;
  width: 100%;
}

.game_views-fullscreen .game_views-item {
  height: 100%;
}

.game_views-outer {
  margin: 0 auto;
  overflow: hidden;
  width: 200%;
}

.game_views-inner {
  float: left;
  margin-right: 0.1rem;
}
.game_views-inner:last-child {
  margin-right: 0;
}

.game_views-item {
  height: 3.6rem;
}

.game_intro-title {
  background-color: rgb(226, 226, 226);
  border-radius: 0 0.25rem 0.25rem 0;
  display: inline-block;
  font-size: 0.27rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.42rem;
}

.game_intro-detail {
  color: #7B7B7B;
  font-size: 0.22rem;
  line-height: 0.36rem;
  padding: 0.3rem;
}

.game_btn {
  background-color: rgb(243, 107, 72);
  color: #fff;
  display: block;
  font-size: 0.42rem;
  height: 0.96rem;
  line-height: 0.96rem;
  margin: 0.52rem auto 0;
  width: 4.66rem;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.game_btn2,
.game_btn3 {
  background-color: rgb(243, 107, 72);
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 0.36rem;
  height: 0.7rem;
  line-height: 0.7rem;
  margin: 0.2rem auto 0;
  text-align: center;
  width: 3.38rem;
}
.game_btn3 {
  background-color: rgb(72, 161, 243);
}

.qr-code {
  border: 1px solid #ccc;
  display: none;
  margin-top: -3.38rem;
  position: absolute;
  width: 3.38rem;
}
.qr-code.big {
  margin-top: -4.66rem;
  width: 4.66rem;
}

.game_down {
  display: none;
}

.game_down-icon,
.game_down-icon2,
.game_install-icon {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: inline-block;
  height: 0.48rem;
  margin-top: 0.11rem;
  vertical-align: top;
  width: 0.48rem;
}
.game_down-icon {
  background-image: url(../images/down-icon.png);
  margin-top: 0.24rem;
}
.game_down-icon2 { background-image: url(../images/down-icon2.png); }
.game_install-icon { background-image: url(../images/install-icon.png); }


/**
 * 证书样式
 */
.certificate {
  background-color: rgb(255, 253, 236);
  overflow: hidden;
  /*bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;*/
}

.certificate_msg {
  background-color: rgb(245, 242, 221);
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin: 0.5rem 0.3rem;
  padding: 0.5rem 0.2rem;
}

.certificate_step {
  padding: 0 0.3rem;
}

.certificate_step-title {
  color: #FF6C00;
  font-size: 0.3rem;
  line-height: 0.45rem;
}

.certificate_step-title i {
  background-color: #ff6c00;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  width: 0.45rem;
}

.certificate_step-detail {
  padding: 0.2rem 0;
  text-align: center;
}

.certificate_step-detail img {
  width: 4rem;
}

.certificate_btn {
  background-color: transparent;
  background-image: url(../images/certificate.png);
  background-size: 100% 100%;
  color: #fff;
  display: block;
  font-size: 0.36rem;
  height: 1rem;
  margin: 0.2rem auto;
  padding-bottom: 0.18rem;
  padding-left: 0.8rem;
  width: 3.96rem;
}

/**
 * 引导页样式
 */
.guide {
  background-image: url(../images/guide.jpg);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.guide_and {
  background-image: url(../images/guide_and.png?v=1);
}
