*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
body{
  width: 100vw;
  height: 100vh;
  color: #FFFFFF;
  background-size: 100% 100%;
  background-position: center center;
  overflow: hidden;
}
iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@font-face {
  font-family: 'pmzd';
  src: url('../font/PangMenZhengDaoBiaoTiTi-1.ttf');
}
@font-face {
  font-family: 'ztcq';
  src: url('../font/字体传奇特战体\(正式版\).ttf');
}
header{
  width: 30vw;
  height: 6.67vh;
  line-height: 6.67vh;
  background: url('../img/one/header-bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding-left: 1vw;
  box-sizing: border-box;
  font-family: "pmzd";
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.one-bottom{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25vh;
  display: flex;
  justify-content: space-between;
  background-color: rgba(40, 39, 42, 0.6);
  z-index: 5;
}
.one-bottom .bottom-item{
  background-color: rgba(40, 39, 42, 0.439);
  padding: 5px;
}
.item-one{
  width: 20%;
}
.item-two{
  width: 39%;
}
.item-three{
  width: 39%;
}
.item-one>.item-title{
  width: 20%;
}
.item-two>.item-title{
  width: 39%;
}
.item-three>.item-title{
  width: 39%;
}
.bottom-item .item-title{
  height: 3vh;
  font-family: 'pmzd';
  background: linear-gradient(90deg, #5C5C5C, rgba(46, 46, 46, 0));
  padding: 5px 30px;
  position: absolute;
  box-sizing: border-box;
}
.one-bottom .item-title::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #FFFFFF;
  left: 0;
  bottom: 0;
}
.one-bottom .item-content{
  margin-top: 4vh;
}
.one-bottom .list-item{
  margin-top: 1vh;
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.one-bottom .list-item img{
  width: 40%;
}
.one-bottom .list-item::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  right: 50%;
  top: 15%;
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.16);
  box-sizing: border-box;
}
.one-bottom .list-item p{
  width: 40%;
}
.one-bottom .title{
  font-size: 14px;
  color: #9F9F9F;
}
.one-bottom .value{
  font-size: 14px;
  color: #FE6605;
  font-family: 'pmzd';
}
.one-bottom table{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.one-bottom table thead{
  color: #A8A8A8;
  font-size: 14px;
  background: rgba(92, 92, 92, 0.16);
}
.one-bottom table tbody{
  font-size: 12px;
}
.one-bottom table tbody tr{
  border-bottom: 1px dashed #A8A8A8;
}
.one-bottom table tbody tr td{
  padding: 0.5vh 0;
}
.orange{
  color: #FE6605;
}
.green{
  color: #00FF9C;
}
.left-button{
  width: 60px;
  height: 50%;
  background: rgba(40, 39, 42, 0.84);
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  top: 20%;
  left: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
.left-button li{
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.left-button li.active{
  border: 1px solid #FE6605;
  background: rgba(254, 102, 5, 0.27);
}
.left-button li p{
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  background: rgba(254, 102, 5, 0.5);
  padding: 2px 10px;
  border-radius: 10px;
  left: 110%;
  display: none;
}
.left-button li.active p {
  display: block;
}

/* 视频弹窗 */
#video{
  width: 390px;
  height: 258px;
  background: url('../img/one/video-bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  bottom: 40%;
  left: 40%;
  display: none;
}
#video div{
  width: 88%;
  height: 60%;
  margin: 20% auto;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.5vw;
  display: flex;
  align-items: center;
  margin-bottom: 2.5vh;
  justify-content: center;
}
#video>img{
  position: absolute;
  top: 2vh;
  right: 0vw;
  cursor: pointer;
}
#video video{
  width: 90%;
  height: 80%;
  object-fit: fill;
}
#video span{
  position: absolute;
  top: 2vh;
  font-family: 'ztcq';
  left: 100px;
  font-size: 20px;
}
/* 信息弹窗 */
#info{
  width: 390px;
  height: 258px;
  background: url('../img/one/video-bg.png') no-repeat;
  position: absolute;
  bottom: 40%;
  left: 40%;
  display: none;
}
#info>img{
  position: absolute;
  top: 2vh;
  right: 0vw;
  cursor: pointer;
}
#info>div{
  width: 88%;
  height: 60%;
  margin: 20% auto;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.5vw;
  display: flex;
  align-items: center;
}
#info>div>div{
  width: 30%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #FFFFFF;
}
#info>div>div img{
  width: 50%;
}
#info>div>ul{
  width: 70%;
  height: 70%;
  font-size: 12px;
}
#info>div>ul>li{
  width: 100%;
  margin: 1vh 0;
  display: flex;
  justify-content: space-around;
}
#info>span{
  position: absolute;
  top: 2vh;
  font-family: 'ztcq';
  left: 100px;
  font-size: 20px;
}

/* 集装箱区域弹窗 */
.pop{
  width: 345px;
  height: 210px;
  background: url('../img/one/pop3.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  left: 40%;
  display: none;
}
.pop2{
  width: 243px;
  height: 165px;
  background: url('../img/one/pop2.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.pop>img{
  position: absolute;
  right: 1vw;
  top: 1vh;
  cursor: pointer;
}
.pop h4{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #FE6605;
  margin-top: 2vh;
  padding-bottom: 0.5vh;
  border-bottom: 1px dashed #A8A8A8;
}
.pop table{
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  margin-top: 1vh;
  border-collapse: collapse;
}
.pop table thead{
  background-color: rgba(254, 102, 5, 0.5);
}
.pop table thead tr td{
  padding: 5px 0;
}
.pop table tbody tr td{
  padding: 0.5vh 0;
}