@charset "utf-8";
*{
  margin: 0;
  padding: 0;
}
.topbox{
  height: 46px;
  background: black;
  display: block;
  padding-left:40px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.fitwidth{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.bottom{
  width: 100%;
  height: 260px;
  background: #3b3d44;;
}
.bottombox {
  margin: 0 200px;
  display: flex;
}
.title {
  height: 40x;
  padding-top: 40px;
  line-height: 40px;
  color: #ccc;
  font-size: 18px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 10px;
}
.leftbox {
  width: 50%;
}
.leftbox .eight span{
  float: left;
  width: 20%;
  padding-right: 0px;
  height: 30px;
  color: #6a6c74;
  font-size: 14px;
}
.eight{
  width: 100%;
  height: 70px;
}
.company{
  width: 100%;
  height: 30px;
  display: flex;
}
.company span{
  float: left;
  font-size: 14px;
  color: #65666e;
  line-height: 30px;
}
.auth{
  display: flex;
  flex-flow: nowrap;
  margin-top: 5px;
}
.auth div{
  display: flex;
  align-items: center;
}
.auth div span{
  color: #65666e;
  font-size: 14px;
}

.rightbox{
  display: flex;
  margin-top: 40px;
  width: 50%;

}
.codebox{
  margin: 0 20px 0 30px;
}
.content{
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.content span{
  height: 36px;
  font-size: 14px;
  color: #9d9e9f;
}
.rightbox .split{
  border-left: 2px #333 solid;
  height: 130px;
  width: 3px;
  float: left;
  margin-top: 12px;
}