/*
宽度小于600适配
*/
@media screen and (max-device-width: 810px) {
  .htmlContent img{
    display: none;
  }
}
.bgone{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;right: 0;left: 0;bottom: 0;margin: auto;
}
.pic{
  width: 492px;
  height: auto;
  position: absolute;
  top:173px;right: 453px;left: 0;bottom: 0;margin: auto;
  z-index: 2;
}

.table{
  background-color: #FFFFFF;
  width: 70%;
  height: 490px;
  position: absolute;
  top:20%;right: 0;left: 0;bottom: 0;margin: auto;
}
.mobileTable{
  background-color: #FFFFFF;
  width: 80%;
  height: 490px;
  position: absolute;
  top:20%;right: 0;left: 0;bottom: 0;margin: auto;
}
.password{
  position: absolute;
  top: 12.8rem;
  right: 4rem;
  display: flex;
}

.wel{
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: -6rem;
  text-align: center;
  font-weight: bold;

}
.welphone{
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: -6rem;
  text-align: center;
  font-weight: bold;

}
.wel1{
   width: 960px;
   height: 35px;
   color: #fff;
   font-size: 18px;
   position: absolute;
   top: -4rem;
   text-align: center;
   margin-top:10px;
 }

.user{
  position: absolute;
  top: 7.8rem;
  right:4rem;
  display: flex;
}

#yonghu img{
  height: 30px;
  position: absolute;
  left: 10px;
  top: 13px;
}
.mainpc{
  width:40%;float:right;margin-right:60px;margin-top:60px;
}
.mainphone{
  width:90%;float:right;margin-right:12px;margin-top:30px;
}