* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Microsoft YaHei, HanHei SC, Helvetica Neue, Open Sans, Arial,
    Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
html {
  background-image: url("../res/bg.png");
  background-size: 1920px 1080px;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #071424;
}
a {
  text-decoration: none;
}
img,
i {
  vertical-align: middle;
}
.app {
}
.app-content {
  width: 1100px;
  margin: 0 auto;
  /* padding-top: 45px; */
}
.app-header {
  /* position: fixed;
  left: 0;
  top: 0; */
  width: 100%;
  padding-top: 15px;
  user-select: none;
}
.app-header-content {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.app-header-logo {
  display: inline-block;
}
.app-header-img {
  display: inline-block;
  width: 182px;
  height: 30px;
}
.app-header-menu {
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.app-header-menu-360 {
  display: inline-block;
  color: #55be84;
  transition: all 0.15s;
  margin-left: 30px;
  width: 120px;
  height: 25px;
  background-image: url("../res/3.png");
}
.app-header-menu-360:hover {
  background-image: url("../res/3.png");
}

.app-header-btn {
  display: inline-block;
  cursor: pointer;
  width: 122px;
  height: 27px;
  vertical-align: middle;
}
.app-header-btn1 {
  margin-left: 32px;
  background-image: url("../res/a1.png");
  background-size: 100% 100%;
}
.app-header-btn1.active {
  background-image: url("../res/a2.png");
}
.app-header-btn2 {
  margin-left: 12px;
  background-image: url("../res/a3.png");
  background-size: 100% 100%;
}
.app-header-btn2.active {
  background-image: url("../res/a4.png");
}
.app-header-btn3 {
  margin-left: 12px;
  background-image: url("../res/a5.png");
  background-size: 100% 100%;
}
.app-header-btn3.active {
  background-image: url("../res/a6.png");
}

.app-body {
  margin: 0 auto;
}
.app-title {
  position: relative;
  margin-top: 97px;
}
.app-title-img {
  display: block;
  margin: 0 auto;
}

.app-nums {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 80px;
}
.app-nums-item {
  width: 275px;
  position: relative;
  margin: 0 50px;
  text-align: center;
}
.app-nums-title {
  font-size: 16px;
  color: #00cc99;
  padding-left: 20px;
}
.app-nums-title1 {
  text-align: left;
  padding-left: 45px;
}
#box1 .app-nums-list {
  position: absolute;
  right: 0;
  height: 32px;
}
#box2 .app-nums-list {
  position: absolute;
  right: 80px;
  height: 32px;
}
.app-nums li {
  list-style: none;
  width: 28px;
  float: left;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}
.app-nums li div {
  display: inline-block;
  width: 28px;
  height: 32px;
  line-height: 32px;
  background-image: url("../res/span.png");
  background-size: 28px 32px;
}
.app-nums-box {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  color: #00ff99;
  font-weight: bold;
  height: 32px;
  overflow: hidden;
}
.app-nums-unit {
  position: absolute;
  display: inline-block;
  color: #55b48e;
  font-weight: normal;
  text-align: center;
  right: 61px;
  top: 35px;
  font-weight: bold;
}
.app-nums-unit2 {
  right: -20px;
}

.app-nums-span {
  display: inline-block;
  width: 28px;
  height: 32px;
  line-height: 32px;
  background-image: url("../res/span.png");
  background-size: 28px 32px;
}

.app-tab {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
  margin-bottom: 60px;
}
.app-tab-360 {
  position: absolute;
  right: 146px;
  top: 0;
}
.app-tab-menu {
  display: inline-block;
  width: 200px;
  height: 524px;
  background-image: url("../res/line.png");
  background-size: 100% 100%;
  background-color: #071424;
  padding: 22px;
}

.app-tab-menu-item {
  color: #04d787;
  height: 48px;
  cursor: pointer;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
}
.app-tab-menu-item.active {
  background-image: url("../res/btn_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #071424;
}
.app-tab-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.app-tab-icon1 {
  background-image: url("../res/icon1.png");
}
.active .app-tab-icon1 {
  background-image: url("../res/icon1_on.png");
}
.app-tab-icon2 {
  background-image: url("../res/icon2.png");
}
.active .app-tab-icon2 {
  background-image: url("../res/icon2_on.png");
}
.app-tab-icon3 {
  background-image: url("../res/icon3.png");
}
.active .app-tab-icon3 {
  background-image: url("../res/icon3_on.png");
}
.app-tab-icon4 {
  background-image: url("../res/icon4.png");
}
.active .app-tab-icon4 {
  background-image: url("../res/icon4_on.png");
}
.app-tab-item {
  display: none;
  position: relative;
  height: 100%;
}

.app-tab-item2 {
  background: #fff;
  padding: 30px;
  line-height: 36px;
  color: #666;
}
.app-tab-img {
  display: block;
  max-width: 100%;
}
.app-tab-item3 {
  padding: 30px;
  word-break: break-all;
  line-height: 36px;
  color: #fff;
}
.app-tab-item.active {
  display: block;
}
.app-tab-body {
  display: inline-block;
  width: 890px;
  background: #071424;
  border: 1px solid #35654d;
}
.app-tab-table {
  position: relative;
}
/* .app-tab-table::before {
  position: absolute;
  content: "";
  left: 296px;
  top: 0;
  width: 1px;
  height: 450px;
  background: rgba(28, 139, 119, 0.3);
}
.app-tab-table::after {
  position: absolute;
  content: "";
  right: 296px;
  top: 0;
  width: 1px;
  height: 450px;
  background: rgba(28, 139, 119, 0.3);
} */
.app-tab-table-header {
  background: #01483b;
  display: flex;
}
.app-tab-table-th {
  width: 222px;
  height: 50px;
  line-height: 50px;
  color: #04d787;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid rgba(28, 139, 119, 0.3);
}
.app-tab-table-th2 {
  width: 398px;
}
.app-tab-table-th:last-child {
  border-right: none;
}
.app-tab-table-body {
  height: 472px;
}
.app-tab-table-tr {
  display: flex;
  background: #080217;
}
.app-tab-table-tr:nth-child(2n) {
  background: #080c1b;
}
.app-tab-table-td {
  width: 222px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  border-right: 1px solid rgba(28, 139, 119, 0.3);
}
.app-tab-table-td2 {
  height: 60px;
  line-height: 60px;

  word-break: break-word;
}

.app-tab-table-td3 {
  width: 400px;
  text-align: left;
  padding-top: 8px;
  line-height: 1.25;
  font-size: 12px;
}

.app-tab-page {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  user-select: none;
}
.app-tab-page-num {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #04d787;
  border: 1px solid #01483b;
  cursor: pointer;
}
.app-tab-page-num.active {
  background: #01483b;
}

.app-footer {
  background: #071424;
}
.app-footer-content {
  margin: 0 auto;
  width: 1100px;
  height: 97px;
  padding: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

/* åˆ†é¡µ */

a {
  text-decoration: none;
}
#page {
  display: table;
  margin: 0 auto;
}
.page {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pagingUl {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 30px;
}
.pagingUl li {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #01483b;
}
.pagingUl li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
  color: #04d787;
  font-size: 14px;
}
.prv,
.next {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  padding: 0 5px;
  color: #04d787;
  border: 1px solid #01483b;
}
.first,
.last {
  width: 40px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  padding: 0 5px;
  color: #04d787;
  border: 1px solid #01483b;
}
.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
  background-color: #01483b !important;
  color: #04d787 !important;
}
