* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body .content_box {
  width: 100vw;
  height: 100vh;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 13px;
}
body .content_box:hover::after {
  transform: scale(1.1);
}
body .content_box::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 160, 232, 0.4);
  z-index: 2;
}
body .content_box::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
body .content_box .fix_logo {
  width: 600px;
  height: 120px;
  background: url(../img/03.png?1);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
body .content_box .goto {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 5;
  text-transform: uppercase;
  text-shadow: 0 0 5px #18b6ff;
}
body .content_box .goto:hover {
  opacity: 0.8;
}
body .content_box .tips {
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  line-height: 60px;
  z-index: 5;
  text-transform: uppercase;
  text-shadow: 0 0 5px #18b6ff;
}
body .content_box .tips p {
  font-size: 26px;
}
body .content_box .tips:hover {
  opacity: 0.8;
}
body .content_box .tabledata {
  display: none;
  position: fixed;
  z-index: 10;
  background: rgba(48, 81, 172, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 30px 10% ;
}
body .content_box .tabledata table {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
body .content_box .tabledata table a {
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
}
body .content_box .tabledata table td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body .content_box.mobel {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 13px;
}
body .content_box.mobel::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 160, 232, 0.4);
  z-index: 2;
}
body .content_box.mobel::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
body .content_box.mobel .fix_logo {
  width: 90vw;
  height: 40vw;
  background: url(../img/04.png?1);
  background-size: cover;
  background-position: center top;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
body .content_box.mobel .goto {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 5;
  text-transform: uppercase;
  text-shadow: 0 0 20px #18b6ff;
}
body .content_box.mobel .tips {
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  line-height: 2rem;
  z-index: 5;
  text-transform: uppercase;
  text-shadow: 0 0 20px #18b6ff;
}
body .content_box.mobel .tips p {
  font-size: 0.8rem;
  white-space: nowrap;
}
body .content_box.mobel .tabledata {
  display: none;
  position: fixed;
  z-index: 10;
  background: rgba(48, 81, 172, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0;
}
body .content_box.mobel .tabledata table {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
body .content_box.mobel .tabledata table a {
  cursor: pointer;
}
body .content_box.mobel .tabledata table td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.6rem;
}
body .content_box.mobel .tabledata table thead td:nth-child(1) {
  width: 1.5rem !important;
}
body .content_box.mobel .tabledata table thead td:nth-child(2) {
  width: 2.5rem !important;
}
body .content_box.mobel .tabledata table thead td:nth-child(4) {
  width: 4rem !important;
}
body .content_box.mobel .gotoTab {
  position: fixed;
  left: 50%;
  top: 78%;
  z-index: 5;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
body .content_box.mobel .gotoTab .gotoTabItem {
  width: 5.4rem;
  margin-right: 0px;
  margin-bottom: 0.5rem;
  display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}

body .content_box.mobel .gotoTab .gotoTabItem .itemTop {
  width: 5.4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 7px;
    backdrop-filter: blur(5px);
    color: #FFFFFF;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .content_box.mobel .gotoTab .gotoTabItem .itemTop.active {
background: rgba(246, 171, 6, 0.8);
}
body .content_box.mobel .gotoTab .gotoTabItem .itemTop .itemName {
  margin-right: 7px;
}
body .content_box.mobel .gotoTab .gotoTabItem .itemTop img {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
body .content_box.mobel .gotoTab .gotoTabItem .itemBottomo {
  margin-top: 0.15rem;
  color: #FFFFFF;
  font-size: 0.48rem;
}


body .content_box .gotoTab {
  position: fixed;
  left: 50%;
  top: 80%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: row;
  }

body .content_box .gotoTab .gotoTabItem {
  width: 160px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  
}

body .content_box .gotoTab .gotoTabItem .itemTop {
  width: 160px;
  height: 55px;
  line-height: 55px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 7px;
  backdrop-filter: blur(5px);
  color: #FFFFFF;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .content_box .gotoTab .gotoTabItem .itemTop.active {
  background: rgba(246, 171, 6, 0.8);
}

body .content_box .gotoTab .gotoTabItem .itemTop .itemName {
  margin-right: 7px;
}

body .content_box .gotoTab .gotoTabItem .itemTop img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

body .content_box .gotoTab .gotoTabItem .itemBottomo {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
}
