body {
  width: 100%;
  /* max-width: 1920px; */
  min-height: 100vh;
  margin: 0 auto;
  background-color: #000;
  background-image: url(../img/indexBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
/* #app {
  display: flex;
  flex-direction: column;
} */
.main {
  /* flex: 1; */
  height: 100%;
  padding-bottom: 50px;
  overflow-y: auto;
}
.inner {
  width: 100%;
  height: 130px;
  margin: 16px auto;
  display: flex;
  justify-content: space-around;
}
.logo {
  /* display: flex;
  align-items: center; */
}
.search {
  margin: 16px 0 0 32px;
  text-align: left;
}
.search .line1 {
  display: flex;
}
.search .line1 .label {
  width: 112px;
  height: 52px;
  line-height: 52px;
  background-color: rgba(0, 0, 0, .3);
  border-radius: .25rem .25rem 0 0;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.search .line1 .placeholder {
  display: flex;
  height: 52px;
  line-height: 52px;
  margin-left: 32px;
}
.search .line1 .placeholder div,
.search .line1 .placeholder p {
  margin-right: 10px;
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.search .line1 .placeholder p:hover {
  color: #ff0500;
}
.search .line1 .placeholder .atev {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #ff0500;
}
.search .line2 {
  width: 512px;
  height: 52px;
  line-height: 52px;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 0 4px 4px 4px;
}
.search .line2 input {
  width: 464px;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  background-color: transparent;
  border: none;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.search .line2 input::-webkit-input-placeholder {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.search .line2 input::-moz-placeholder {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.search .line2 input::-ms-input-placeholder {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.other {
  margin: 0 0 0 32px;
}
.other .line1 {
  display: flex;
  cursor: pointer;
}
.other .line1 div:first-child {
  width: 130px;
  height: 42px;
  margin-left: 32px;
  background-image: url(../img/btn1.png);
  background-repeat: no-repeat;
  
}
.other .line1 div:nth-child(2) {
  width: 130px;
  height: 49px;
  margin-left: 32px;
  background-image: url(../img/btn2.png);
  background-repeat: no-repeat;
}
.other .line2 {
  margin-top: 20px;
  text-align: center;
}
.notice-box {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  margin: 5px 0;
  background-image: url(../img/noticeBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.marquee {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #FFE761;
  line-height: 50px;
  /* animation: roll 20s linear infinite; */
  white-space: nowrap;
  text-align: center;
}
.tableBar {
  display: flex;
  width: 100%;
  height: 50px;
  background: #73300F;
}
.tableBar2 {
  background: #0F2A68;
}
.navBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 14px;
}
.TableLeft {
  display: flex;
  align-items: center;
  flex: 1;
}
.TableLeft div,
.TableLeft p {
  padding: 0 10px;
  cursor: pointer;
  opacity: 1;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}
.TableLeft p:hover {
  color: #ff0500;
}
.TableLeft .atev {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #ff0500;
}
.TableRight {
  width: 230px;
  display: flex;
}
.TableRight .input_p {
  width: 160px;
  height: 28px;
  background: #F1E3D8;
  border-radius: 3px;
  margin-right: 10px;
}
.TableRight .input_p input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0 12px;
}
.TableRight .btn_p {
  width: 60px;
  height: 28px;
  background: #CD0000;
  border-radius: 3px;
  opacity: 1;
  line-height: 28px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.TableRight .btn_p2 {
  background: #D34C13;
}
.float-left {
  position: fixed;
  left: 20px;
  bottom: 200px;
  width: 310px;
  height: 343px;
  background-image: url('../img/floatDownloadBg.png');
  background-repeat: no-repeat;
  background-size: 310px 343px;
  z-index: 99;
}
.float-left .hot-zone {
  position: absolute;
  bottom: 62px;
  left: 78px;
  width: 155px;
  height: 56px;
}
@keyframes roll {
  0% {
    transform: translateX(calc(100% - 28px));
  }

  100% {
      transform: translateX(-100%);
  }
}