*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  list-style: none;
}
html,body{
  background:#100406;
}
.wrap{
  background:#100406;
  position: absolute;
  min-width: 100%;
  min-height:100%;
}
.header-top{
  background:#100406;
  min-height:100%;
}
.bg{
  width:100%;
  height:100vh;
  background: url('bg.png') no-repeat;
  background-size:contain;
  margin:0 auto;
  position: relative;
  background-color: white;
  padding-top: 100px;
}
.head-title{
  position: absolute;
  top:30px;
  right:100px;
  display: flex;
}
.head-title p{
  margin-left:48px;
  font-size:20px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  /* color:rgba(255,255,255,1); */
  cursor: pointer;
}
.content{
  width:100%;
  background: #100406;
}

.con-top{
  display:block;
  width:1149px;
  height:650px;
  margin:0 auto;
  background: #100406;
}
.con-cen{
  display: block;
  width:630px;
  height:470px;
  margin:100px auto 100px auto;
}
.con-bottom{
  display: block;
  width:580px;
  height:135px;
  margin:0 auto;
}
.bottom{
  margin-top:165px;
  text-align:center;
  font-size:12px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:#948E8E;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.bottom p{
  margin-bottom:10px;
}
.bottom p span{
  margin-left:50px;
}
.useragreement{
  display: none;
  width: 1200px;
  background-color: #fff;
  color: #333;
  padding: 20px;
  margin:0 auto;
  border-radius: 10px;
  max-height: 80vh;
  box-shadow:2px 2px 3px #aaaaaa;
  overflow: auto;
  z-index: 9;
  position: relative;
}

.useragreement h1 {
  font-size: 18px !important;
  text-align: center;
  margin-bottom: 10px;
}
.useragreement p {
  font-size: 14px !important;
  line-height: 24px;
  margin: 20px 0;
}

.load .btn{
  width: 216px;
  height: 62px;
}

.load {
  position: absolute;
  left: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 520px;
}

.load .url{
  width: 122px;
  height: 122px;
  margin-left: 70px;
}
a{
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
::selection { 
    background: #FFF; 
    color: #333; 
} 
::-moz-selection { 
    background: #FFF; 
    color: #333; 
} 
::-webkit-selection { 
    background: #FFF; 
    color: #333; 
} 
