.container {
  min-width: 1440px;
  background-color: #000e32;
}
.max-width-1225 {
  width: 100%;
  max-width: 1225px;
  margin: 0 auto;
}
.max-width-940 {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.title {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title h4 {
  padding: 12px 0;
  width: 260px;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  font-family: PingFang SC-Regular;
  color: #fde598;
  background-image: url(../img/title-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.title p {
  color: #6464ff;
  margin-top: 6px;
  font-size: 14px;
  font-family: PingFang SC-Regular;
}
.banner {
  height: 660px;
}
.banner .banner-img {
  height: 100%;
  width: 100%;
}
.banner .navbar {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
}
.banner .navbar .navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .navbar .navbar-content .navbar-left {
  display: flex;
  align-items: center;
}
.banner .navbar .navbar-content .navbar-left .logo {
  width: 122px;
  height: 44px;
  margin-right: 15px;
}
.banner .navbar .navbar-content .navbar-left .logo img {
  width: 100%;
  height: 100%;
}
.banner .navbar .navbar-content .navbar-left ul {
  display: flex;
  align-items: center;
}
.banner .navbar .navbar-content .navbar-left ul li {
  padding: 20px 25px;
}
.banner .navbar .navbar-content .navbar-left ul li a {
  font-family: PingFang SC-Regular;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.banner .navbar .navbar-content .navbar-left ul li a:hover {
  font-weight: 600;
}
.banner .navbar .navbar-content .navbar-right {
  display: flex;
  align-items: center;
}
.banner .navbar .navbar-content .navbar-right .phone {
  font-family: PingFang SC-Medium;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  display: flex;
  align-items: center;
}
.banner .navbar .navbar-content .navbar-right .phone .icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #4ab3ef;
}
.banner .navbar .navbar-content .navbar-right .phone .icon i {
  font-size: 18px;
  vertical-align: middle;
  color: #4ab3ef;
}
.banner .navbar .navbar-content .navbar-right .register {
  margin: 0 10px 0 60px;
  padding: 0 15px;
  line-height: 40px;
  font-family: PingFang SC-Regular;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #398cde;
}
.banner .navbar .navbar-content .navbar-right .login {
  padding: 0 15px;
  line-height: 40px;
  font-family: PingFang SC-Regular;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
}
.offer {
  position: fixed;
  bottom: 15%;
  z-index: 9;
}
.offer .offer-content {
  position: absolute;
  bottom: 14px;
  right: 45px;
}
.offer .offer-content a {
  display: block;
  width: 115px;
  height: 30px;
  margin-bottom: 14px;
  transform: rotate(-8deg);
}
.offer .offer-content a:nth-last-child(1) {
  margin-bottom: 0;
}
.cloud-server {
  position: relative;
  margin-bottom: 60px;
}
.cloud-server .server-content {
  position: relative;
}
.cloud-server .server-content table {
  width: 100%;
  border-collapse: collapse;
}
.cloud-server .server-content table tr {
  height: 60px;
}
.cloud-server .server-content table thead {
  background-color: #000063;
}
.cloud-server .server-content table thead th {
  font-size: 16px;
  font-weight: 400;
  font-family: PingFang SC-Regular;
  color: #fff;
}
.cloud-server .server-content table tbody {
  background-color: #090979;
}
.cloud-server .server-content table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.cloud-server .server-content table tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: PingFang SC-Regular;
  color: #fff;
}
.cloud-server .server-content table tbody tr td img {
  border-radius: 8px;
}
.cloud-server .server-content table tbody tr td:nth-child(8) {
  color: #eaeb05;
}
.defence-server {
  margin-bottom: 60px;
  position: relative;
}
.defence-server .lantern {
  position: absolute;
  left: 25px;
  top: 105px;
}
.defence-server .server-content {
  position: relative;
}
.defence-server .server-content table {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  border-collapse: collapse;
}
.defence-server .server-content table tr {
  height: 60px;
}
.defence-server .server-content table thead {
  background-color: #000063;
}
.defence-server .server-content table thead th {
  font-size: 16px;
  font-weight: 400;
  font-family: PingFang SC-Regular;
  color: #fff;
}
.defence-server .server-content table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.defence-server .server-content table tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: PingFang SC-Regular;
  color: #fff;
}
.defence-server .server-content table tbody tr td a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dc5309;
  font-style: italic;
  font-weight: 500;
  font-family: PingFang SC-Medium;
}
.defence-server .server-content table tbody tr td a img {
  margin-left: 5px;
}
.defence-server .server-content table tbody tr td:nth-child(9) {
  color: #eaeb05;
}
.defence-ip {
  margin-bottom: 60px;
}
.defence-ip .ip-content {
  position: relative;
}
.defence-ip .ip-content .cloud {
  top: 50%;
  transform: translateY(50%);
  left: -300px;
  position: absolute;
}
.defence-ip .ip-content .ip-list {
  display: flex;
  flex-wrap: wrap;
}
.defence-ip .ip-content .ip-list .ip-item {
  width: calc((100% - 80px) / 3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 40px 30px 0;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__header {
  padding: 20px 0 15px 25px;
  background-color: #000063;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__header h6 {
  margin-bottom: 15px;
  font-family: PingFang SC-Medium;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__header p {
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 600;
  color: #6464ff;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content {
  background-color: #090979;
  padding: 30px 20px 20px;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content .param__content {
  display: flex;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content .param__content .param-item {
  flex: 1;
  text-align: center;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content .param__content .param-item h6 {
  margin-bottom: 20px;
  font-family: PingFang SC-Medium;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content .param__content .param-item span {
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 600;
  color: #6464ff;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content .price {
  margin: 25px 0 20px;
  font-family: PingFang SC-Regular;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content .price span {
  color: #ffff00;
  font-size: 20px;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content .buy {
  text-align: right;
}
.defence-ip .ip-content .ip-list .ip-item .ip-item__content .buy a img {
  border-radius: 8px;
}
.defence-ip .ip-content .ip-list .ip-item:nth-child(3n) {
  margin-right: 0;
}
.bandwidth-server {
  position: relative;
  margin-bottom: 60px;
}
.bandwidth-server .lantern {
  position: absolute;
  right: 25px;
  top: 55px;
}
.bandwidth-server .cloud {
  bottom: 95px;
  right: -150px;
  position: absolute;
}
.bandwidth-server .server-content {
  position: relative;
}
.bandwidth-server .server-content table {
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 35px;
  width: 100%;
  border-collapse: collapse;
}
.bandwidth-server .server-content table tr {
  height: 60px;
}
.bandwidth-server .server-content table thead {
  background-color: #000063;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bandwidth-server .server-content table thead th {
  font-size: 16px;
  font-weight: 400;
  font-family: PingFang SC-Regular;
  color: #fff;
}
.bandwidth-server .server-content table tbody {
  background-color: #090979;
}
.bandwidth-server .server-content table tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: PingFang SC-Regular;
  color: #fff;
}
.bandwidth-server .server-content table tbody tr td a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  font-family: PingFang SC-Medium;
}
.bandwidth-server .server-content table tbody tr td a img {
  margin-left: 5px;
}
.physics-server {
  position: relative;
  padding-bottom: 190px;
}
.physics-server .server-content {
  position: relative;
}
.physics-server .server-content .lantern {
  position: absolute;
  top: 80px;
  left: -246px;
}
.physics-server .server-content table {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-collapse: collapse;
}
.physics-server .server-content table tr {
  height: 60px;
}
.physics-server .server-content table thead {
  background-color: #000063;
}
.physics-server .server-content table thead th {
  font-size: 16px;
  font-weight: 400;
  font-family: PingFang SC-Regular;
  color: #fff;
}
.physics-server .server-content table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.physics-server .server-content table tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: PingFang SC-Regular;
  color: #fff;
}
.physics-server .server-content table tbody tr td img {
  border-radius: 8px;
}
.physics-server .server-content table tbody tr td:nth-child(7) {
  color: #eaeb05;
}
.physics-server .server-content .tip {
  margin-top: 70px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: PingFang SC-Regular;
  color: #1771c6;
}
.physics-server .cloud {
  width: 100%;
  height: 292px;
  position: absolute;
  bottom: 0;
}
