.gw-package {
    background: #f5f6fa;
    padding-top: 10px;
}

.gw-package .banner {
    width: 100%;
    height: 200px;
    background: url("/statics/epower/img/gw-package.png") no-repeat center center;
    background-size: cover;
    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 th h3 {
    font-weight: bold;
}

.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),
.gw-package .content table th:nth-child(5),
.gw-package .content table th:nth-child(6) {
    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),
.gw-package .content table td:nth-child(5),
.gw-package .content table td:nth-child(6) {
    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;
    width: 340px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.my-websites a {
    width: 160px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #3c7ee5;
    font-size: 16px;
    line-height: 38px;
    color: #3c7ee5;
    text-align: center;
    float: left;
}

.my-websites a:hover {
    background: #3c7ee5;
    color: #fff;
}

.my-websites a:last-child {
    float: right;
}

.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;
}