.gw-package {
  background: #f5f6fa;
  padding-top: 10px;
}

.gw-package .banner {
  height: 200px;
  background: url("./img/gw-package.png") no-repeat center center;
  background-size: contain;
  padding-top: 55px;
  text-align: center;
  margin-bottom: 11px;
}

.gw-package .banner h3 {
  font-size: 44px;
  line-height: 40px;
  color: #ffffff;
}

.gw-package .banner p {
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}

.gw-package .content {
  width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 40px;
  background: #ffffff;
}

.gw-package .content .classify {
  overflow: hidden;
  padding-top: 40px;
}

.gw-package .content .classify li {
  float: left;
  width: 250px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #436de0;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #3c7ee5;
  margin-left: 40px;
  margin-bottom: 21px;
  cursor: pointer;
}

.gw-package .content .classify li.active,
.gw-package .content .classify li:hover {
  color: #fff;
  background: #3c7ee5;
}

.gw-package .content table {
  width: 100%;
}

.gw-package .content table th {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
}

.gw-package .content table th:first-child {
  padding-left: 40px;
}

.gw-package .content table th:nth-child(2),
.gw-package .content table th:nth-child(3),
.gw-package .content table th:nth-child(4) {
  text-align: center;
}

.gw-package .content table th td {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.gw-package .content table td {
  height: 40px;
}

.gw-package .content table td:first-child {
  padding-left: 40px;
}

.gw-package .content table td:nth-child(2),
.gw-package .content table td:nth-child(3),
.gw-package .content table td:nth-child(4) {
  text-align: center;
}

.gw-package .content table tr:hover {
  background: #f5f6fa;
}

.gw-package .content table .icon-error {
  color: #B6C0DB;
}

.gw-package .content table .taocan-title {
  height: 80px;
}

.gw-package .content table .taocan-title td {
  font-weight: bold;
  color: #3c7ee5;
}

.my-websites {
  text-align: center;
}

.my-websites a {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #3c7ee5;
  font-size: 16px;
  line-height: 39px;
  margin: 0 auto;
  color: #3c7ee5;
  text-align: center;
  margin-bottom: 20px;
}

.my-websites a:hover {
  background: #3c7ee5;
  color: #fff;
}

.fs32 {
  font-size: 32px !important;
}

.gw-package * {
  box-sizing: border-box;
}

.color-b6c0db {
  color: #b6c0db;
}

.color-3c7ee5 {
  color: #3c7ee5;
}

.gw-package {
  padding-bottom: 10px;
}

.fixedTable {
  position: fixed;
  width: 1200px !important;
  margin: 0 auto;
  background: #fff;
  top: 70px;
}

.content>table>thead a {
  border-radius: 3px;
  width: 70px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #3c7ee5;
  border: solid 1px #3c7ee5;
  font-weight: normal;
  background: #fafafa;
  margin-top: 10px;
}

.content>table>thead a:hover {
  background: #3c7ee5;
  color: #fff;
  border-color: #3c7ee5;
}