*{
  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:1440px;
  height:990px;
  background: url('../img/bg.png') no-repeat;
  background-size:100% 990px;
  margin:0 auto;
  position: relative;
  background-color:#100406;
  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:1200px;
  height:650px;
  margin:0 auto;
  background: #100406;
}
.con-cen{
  display: block;
  width:630px;
  height:420px;
  margin:100px auto 100px auto;
}
.con-bottom{
  display: block;
  width:580px;
  height:145px;
  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;
  min-height:100%;
  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: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 525px;
}

.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; 
} 
