* {
  box-sizing: border-box;
  font-family: MicrosoftYahei;
  margin: 0;
  padding: 0;
}

html {
  font-size: 50px;
}

body {
  color: #484848;
  font-size: 12px;
}

li {
  list-style: none;
}

button {
  border: 0 none;
  outline: none;
}

a {
  text-decoration: none;
}

.header {
  overflow: hidden;
  padding: 0.72rem 0.3rem 0.43rem;
}

.main {
  padding-bottom: 2rem;
}

.footer {
  background-color: rgb(255, 251, 216);
  bottom: 0;
  height: 2rem;
  left: 0;
  position: fixed;
  width: 100%;
}

.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;
}

.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;
}

/**
* 注册块样式
*/
.user_block {
  position: absolute; /* 设置绝对定位，使其脱离文档流 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.user_block_overlay {
  position: absolute; /* 设置绝对定位，使其脱离文档流 */
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 设置背景色，使用 rgba 来设置半透明效果 */
  z-index: 1; /* 设置层级，确保遮盖层在内容之上 */
  pointer-events: all; /* 禁止遮盖层阻止用户与底层内容交互 */
}

.user_create_block {
  border: 2px solid #101010;
  width: 80%;
  height: 64%;
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: none;
}
.user_create_block_title {
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 33%;
}

/* 去登录按钮 */
.go_login_btn span {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0 5% 0 5%;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 90%;
}
/* 去注册按钮 */
.go_reg_btn span {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0 5% 0 5%;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 90%;
}

/**
 * 关闭按钮
 */
.close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}

.close-btn:before, .close-btn:after {
  content: "";
  position: absolute; 
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform-origin: center;
}

.close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* form 表单块  */
.user_login_block_form {
  text-align: center;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 55px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin p {
  font-size: 16px;
  font-weight: bold;
  color: #ed8c12;
  margin-bottom: 6px;
}

.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input {
  display: block;
  border: 1px solid #9b9898;
}
.form-signin input[type="text"] {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
}

.form-signin input[name="pwd"] {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
}

.form-signin input[name="confirm"] {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
}
.form-signin #submit {
	display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}
.form-signin #submit_login {
	display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#notice {
  display: none;
}

/* 登录块样式 */
.user_login_block {
  border: 2px solid #101010;
  width: 80%;
  height: 52%;
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: none;
}
.user_login_block_title {
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 33%;
}


/**
 * 引导页样式
 */
.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);
}
