html{
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
html,body,div,img,a,p,input,ul{
  margin:0;
  border:0;
  padding:0;
  font-style:normal;
}
html,body {
  -webkit-touch-callout:none;
  -webkit-text-size-adjust:none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  -webkit-user-select:none;
  font-family: 'Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',' 微软雅黑';
  font-size: .625rem;
  color: #666666;

}
input,select{
  border:0;
  margin:0;
  padding:0;
  font-size:1em;
  line-height:1em;
  /*-webkit-appearance:none;*/
  background-color:rgba(0, 0, 0, 0);
  outline: none;
}
span{
  display:inline-block;
}
img{
  width: 100%;
  height: 100%;
  display: block;
}
ul{
  list-style: none;
}
a,a:link,a:visited,a:hover,a:active{
  text-decoration: none;
  color: #666666;
}
body {
  height: 100vh;
   margin: 0 auto;
   
  }

.page {
  background-image: url("../images/meet_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  position: relative;	
  max-width: 750px;
  height: 100vh;
  margin: 0 auto;
 }
.page-code{
	position: relative;	
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.6rem; 
	height: 100vh;
	width:100%;
} 
.page-code .logo {
  width: 200px;
  margin: 30px auto;
 }
.page-code .header-wrap{
    width: 100%;
    height: 30%;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
}
.page-code .content {
  position: relative;
  width: 30%;
}
.page-code .content-wrap {
  display: flex;
  flex-direction: row;	
  height: 35px;
  line-height: 35px;
  font-size: 1.2rem;
  background-color: #eba29c;
  border-radius: 20px;
  padding-left: 17px;
  border: 1px solid #eeeeee; 
 }
 .page-code .content-wrap .content-group{
	display: flex;
    flex-direction: row;	
 }
.page-code .content-wrap .content-wrap .content-group input {
  width: 80%;
  color: #ffffff; }

.page-code footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 150px;
  font-size: 1.4rem; }
.page-code .btn {
  margin: 50px auto;
  width:30%;
  text-align: center;
  height: 30px;
  line-height: 30px;
 }
.page-code .btn-wrap {
  background-color:#b71010;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  text-align: center;
}


.page-index header {
  background-image: url("../images/meet_top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 90px;
  padding-top: 30px; }
.page-index .header {
  color: #000000;
  font-size: 1.2rem;
  text-align: center; }
.page-index .bold {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px; }
.page-index .time {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px; }
.page-index .content {
  margin-top: 30px; }
.page-index .content-item {
  width: 60%;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  font-size: 1.2rem;
  background-color: #eba29c;
  border-radius: 20px;
  padding-left: 17px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  position: relative; }
.page-index .content-item input {
  width: 70%;
  color: #ffffff;
  border-radius: 0;
  border-left: 1px solid #ffffff;
  padding-left: 5px;
  text-align: center; }
.page-index .content-item .none{
  width: 10%;
}
.page-index .content-item .select_bank {
  position: absolute;
  right: 10px;
  top: 35px;
  left: 50px;
  line-height: 20px;
  display: none;
  background-color: #ffffff;
  color: #000000;
  z-index: 999;
  text-indent: 10px;
  padding: 10px 0; }
.page-index footer {
  /*background-color: #ffffff;*/
  /*position: absolute;*/
  /*bottom: 0px;*/
  left: 0px;
  right: 0px;
  height: 90px;
  font-size: 1.4rem; }
.page-index footer .btn {
  text-align: center;
  height: 30px;
  line-height: 30px; }
.page-index footer .btn-wrap {
  width: 60%;
  margin: 30px auto;
  background-color: #d42216; }
