@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
pre,
xmp,
plaintext,
listing {
  white-space: normal;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
select,
time {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button,
label,
address,
caption,
cite,
code,
em,
strong,
var {
  font-weight: normal;
  font-style: normal;
}
i {
  font-style: normal;
}
ul,
dl,
ol,
li,
dt,
dd {
  list-style: none;
}
img,
fieldset,
input[type="submit"] {
  border: none;
}
input {
  -webkit-appearance: none;
}
input,
textarea,
select {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: #fff;
}
a {
  color: #7A7A7A;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #f85d4f;
  text-decoration: none;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -webkit-user-select: none;
  /* 禁止选中文本 */
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  /* 设置点击链接时遮罩层为全透明 */
  background: #fff;
  font-family: PingFangSC-Regular, PingFang SC, Source Han Sans SC-Medium, Source Han Sans SC!important;
}
html,
body {
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}
/* 设置webkit内核下文字大小不小于12/@r */
a,
button,
input {
  -webkit-touch-callout: none;
  outline: none;
}
/* 禁止长按链接、按钮、输入框出现系统默认弹框菜单 */
a,
a:visited {
  text-decoration: none;
  -webkit-touch-callout: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@font-face {
  font-family: 'hylxtj';
  src: url('../font/hylxtj.ttf');
}

/* sjf */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
li {
  list-style-type: none;
}
img {
  border: 0;
}
.none{
  display: none;
}
.container{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #000;
}
.kv {
    width:100%;
    background: url("../images/bg.png") no-repeat center top;
    background-size: 100%;
    position: relative;
    min-height: 100%;
}
.index_top{
  width: 96%;
  margin: 0 auto;
}
.index_top_img{
  width: 100%;
  display: block;
}
.index_logo{
  width: 8rem;
  margin: 0 auto;
}
.index_logo_img{
  width: 8rem;
  display: block;
  padding-top: 5rem;
}

.index_page_content {
  width: 100%;
  margin: 11rem auto;
  text-align: center;
}

.index_page_txt{
	color:#fff;
	font-size: 1.1rem;
	text-align:center;
	margin-top: 12rem;
}
.index_banner{
  width: 70%;
  margin: 0 auto;
}

.index_img{
  width: 100%;
  margin: 4rem auto;
}
.index_img1{
  width: 82%;
  display: block;
  margin: 0 auto;
}
.index_msg{
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3rem;
  letter-spacing: 0rem;
  color: #040404;
  text-align: center;
  padding-bottom: 2rem;
}
.index_msg input{
    width: 70%;
    height: 5rem;
    border-radius: 3rem;
    margin: 2rem auto;
    font-size: 2rem;
    text-align: center;
}
.index_msg2{
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2rem;
	letter-spacing: 0rem;
	color: #fff;
	text-align: center;
	padding-bottom: 1rem;
}
.codeBtn{
    width: 28rem;
    height: 7rem;
    background: url("../images/btn08.png") no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    line-height: 6rem;
    /*font-family: 'Honghuang';*/
    color: #fff;
}

.index_page_rule{
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: rgba(0,0,0,0.6);
}
.index_page_rule_box{
  width: 100%;
  margin: 0 auto;
}

.index_page_rule_box .title{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 37rem;
  font-size: 3.2rem;
  color: #fff;
  font-family: 'hylxtj';
}
.index_page_rule_box .title img{
  width: 100%;
  display: block;
}

.index_page_rule_box .main{
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #fff;
  margin: 3rem auto;
  width: 84%;
}
.index_page_rule_box .main p{
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #fff;
  margin: 0 auto;
}
.index_page_rule_box .bottom{
  width: 58%;
  margin: 6rem auto 0;
  text-align: center;
}
.index_page_rule_box .bottom img{
  width: 100%;
  display: block;
}
.popup{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
}
.popup_content{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background: #fff;
  border-radius: 2rem;
}
.popup_box{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1rem 5rem;
  box-sizing: border-box;
  position: relative;
}
.popup_title{
  /*font-family: 'Honghuang';*/
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
  font-stretch: normal;
  color: #494949;
}

.popup_box .logo{
  width: 5rem;
  margin: 5rem auto 4rem;
}
.popup_box .gb{
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
