.hotFather {
    position: relative;
}

.hotFather>a b {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 7px;
    background-image: url('./images/bottom.png');
}

.hotFather:hover b {
    background-image: url('./images/top.png');
}

.cloudServer:hover b {
    background-image: url('./images/top.png');
}

.cloudServer>a b {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 7px;
    background-image: url('./images/bottom.png');
}


/* .trusteeServer:hover b {
    background-image: url('./images/top.png');
}
.trusteeServer>a b {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 7px;
    background-image: url('./images/bottom.png');
} */

.cloudFictitious:hover b {
    background-image: url('./images/top.png');
}

.cloudFictitious>a b {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 7px;
    background-image: url('./images/bottom.png');
}


/* .freeStation:hover b {
    background-image: url('./images/top.png');
}
.freeStation>a b {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 7px;
    background-image: url('./images/bottom.png');
}
.agentAlliance:hover b {
    background-image: url('./images/top.png');
}
.agentAlliance>a b {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 7px;
    background-image: url('./images/bottom.png');
} */

#hotServer {
    width: 100%;
    /* padding-left: 74px;
    padding-right: 74px; */
    background: rgba(25, 28, 38, 1);
    position: absolute;
    display: none;
    top: 102px;
    left: 0;
    z-index: 100000;
    position: fixed;
}

#hotServer .server1 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-rows: 190px;
    border-bottom: 1px solid #3d3d46;
    padding-top: 42px;
    padding-bottom: 42px;
    height: 345px;
}

#hotServer .none-border {
    border: none;
}

#hotServer .server1 .item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2e8fed;
}

#hotServer .server1 .item2 {
    /* padding-left: 30px; */
}

#hotServer .server1 .item3 {
    /* margin-left: -60px!important; */
}

#hotServer .server1 .item ul:after {
    content: '';
    clear: both;
    display: inline-block;
}

#hotServer .server1 .item ul li {
    float: left;
    margin-right: 10px;
}

#hotServer .server1 .item ul li a {
    font-size: 14px;
    color: #FFF;
    line-height: 45px;
}

#hotServer .server1 .item ul li:hover a {
    color: #2e8fed;
    text-decoration: underline;
}

#cloudServer {
    width: 100%;
    /* padding-left: 74px;
    padding-right: 74px; */
    background: rgba(25, 28, 38, 1);
    position: absolute;
    display: none;
    top: 102px;
    left: 0;
    z-index: 100000;
    position: fixed;
}

#cloudServer .server1 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    background: url('./images/bg2.png') no-repeat 97% center;
    grid-template-columns: 40% 40% 40%;
    grid-auto-rows: 140px 140px 100px;
    padding-top: 42px;
    padding-bottom: 42px;
}

#cloudServer .server1 .item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2e8fed;
}

#cloudServer .server1 .item ul:after {
    content: '';
    clear: both;
    display: inline-block;
}

#cloudServer .server1 .item ul li {
    float: left;
    margin-right: 30px;
}

#cloudServer .server1 .item ul li a {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}

#cloudServer .server1 .item ul li a b {
    color: #ffda6f;
}

#cloudServer .server1 .item ul li:hover a {
    color: #2e8fed;
    text-decoration: underline;
}

#cloudFictitious {
    width: 100%;
    /* padding-left: 74px;
    padding-right: 74px; */
    background: rgba(25, 28, 38, 1);
    position: absolute;
    display: none;
    top: 102px;
    left: 0;
    z-index: 100000;
    position: fixed;
}

#cloudFictitious .server1 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 40% 40%;
    grid-auto-rows: 105px 140px 100px;
    padding-top: 42px;
    padding-bottom: 42px;
    background: url('./images/bg2.png') no-repeat 97% center;
}

#cloudFictitious .server1 .item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2e8fed;
}

#cloudFictitious .server1 .item ul:after {
    content: '';
    clear: both;
    display: inline-block;
}

#cloudFictitious .server1 .item ul li {
    float: left;
    margin-right: 30px;
}

#cloudFictitious .server1 .item ul li a {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}

#cloudFictitious .server1 .item ul li a b {
    color: #ffda6f;
}

#cloudFictitious .server1 .item ul li:hover a {
    color: #2e8fed;
    text-decoration: underline;
}

#trusteeServer {
    width: 100%;
    /* padding-left: 74px;
    padding-right: 74px; */
    background: rgba(25, 28, 38, 1);
    position: absolute;
    display: none;
    top: 102px;
    left: 0;
    z-index: 100000;
    position: fixed;
}

#trusteeServer .server1 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 40% 40%;
    grid-auto-rows: 105px 140px 100px;
    padding-top: 42px;
    padding-bottom: 42px;
}

#trusteeServer .server1 .item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2e8fed;
}

#trusteeServer .server1 .item ul:after {
    content: '';
    clear: both;
    display: inline-block;
}

#trusteeServer .server1 .item ul li {
    float: left;
    margin-right: 30px;
}

#trusteeServer .server1 .item ul li a {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}

#trusteeServer .server1 .item ul li a b {
    color: #ffda6f;
}

#trusteeServer .server1 .item ul li:hover a {
    color: #2e8fed;
    text-decoration: underline;
}

#freeStation {
    width: 100%;
    /* padding-left: 74px;
    padding-right: 74px; */
    background: rgba(25, 28, 38, 1);
    position: absolute;
    display: none;
    top: 102px;
    left: 0;
    z-index: 100000;
    position: fixed;
}

#freeStation .server1 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: 100px;
    padding-top: 42px;
    padding-bottom: 42px;
}

#freeStation .server1 .item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2e8fed;
}

#freeStation .server1 .item ul:after {
    content: '';
    clear: both;
    display: inline-block;
}

#freeStation .server1 .item ul li {
    float: left;
    margin-right: 30px;
}

#freeStation .server1 .item ul li a {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}

#freeStation .server1 .item ul li a b {
    color: #ffda6f;
}

#freeStation .server1 .item ul li:hover a {
    color: #2e8fed;
    text-decoration: underline;
}

#agentAlliance {
    width: 100%;
    /* padding-left: 74px;
    padding-right: 74px; */
    background: rgba(25, 28, 38, 1);
    position: absolute;
    display: none;
    top: 102px;
    left: 0;
    z-index: 100000;
    position: fixed;
}

#agentAlliance .server1 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: 100px;
    padding-top: 42px;
    padding-bottom: 42px;
}

#agentAlliance .server1 .item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2e8fed;
}

#agentAlliance .server1 .item ul:after {
    content: '';
    clear: both;
    display: inline-block;
}

#agentAlliance .server1 .item ul li {
    float: left;
    margin-right: 30px;
}

#agentAlliance .server1 .item ul li a {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}

#agentAlliance .server1 .item ul li a b {
    color: #ffda6f;
}

#agentAlliance .server1 .item ul li:hover a {
    color: #2e8fed;
    text-decoration: underline;
}


/* 主体内容 start */

#contentHotServer {}

#contentHotServer .banner {
    width: 100%;
    /* height: 676px; */
    /* background-image: url('./images/banner.jpg'); */
    background-size: 100% 100%;
    padding-top: 1px;
}

#contentHotServer .banner>div {
    width: 1200px;
    margin: 0 auto;
    margin-top: 225px;
}

#contentHotServer .banner>div .radio_title {
    font-size: 24px;
    color: #fff;
    width: 538px;
    height: 54px;
    background: #2E8FED;
    text-align: center;
    letter-spacing: 16px;
    line-height: 54px;
    border-radius: 27px;
}

#contentHotServer .banner>div .title {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
}

#contentHotServer .banner>div .text {
    font-size: 28px;
    color: #fff;
    margin-top: 60px;
}

#contentHotServer .banner1 {
    width: 100%;
    height: 474px;
    background-image: url('./images/banner1.png');
    background-size: 100% 100%;
    padding-top: 1px;
}

#contentHotServer .banner1>div {
    width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
}

#contentHotServer .banner1>div .title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
}

#contentHotServer .banner1>div .text {
    font-size: 18px;
    color: #fff;
    width: 650px;
    margin-top: 30px;
    line-height: 40px;
}

#contentHotServer .nav {
    /* margin-top: -80px; */
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, .8)
}

#contentHotServer .nav ul {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

#contentHotServer .nav ul li {
    float: left;
    padding: 32px 0;
    width: 171px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

#contentHotServer .nav ul li a {
    font-size: 14px;
    color: #fff;
}

#contentHotServer .nav ul li a.active {
    color: #fff;
    text-decoration: none;
}

#contentHotServer .nav ul li a:hover {
    color: #fff;
}

#contentHotServer .text {
    width: 100%;
}

#contentHotServer .text .content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

#contentHotServer .text .content p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

#contentHotServer .text .content .title {
    font-weight: bold;
    margin-top: 56px;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

#contentHotServer .text .content img {
    width: 100%;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contentHotServer .table-server {
    width: 100%;
    background: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 40px;
    background: #fff;
    width: 1200px;
    margin: auto;
}

#contentHotServer .table-server .tab_content {
    margin: 0 auto;
    padding-top: 15px;
}

#contentHotServer .table-server .tab_content .title {
    text-align: center;
    font-size: 24px;
    color: #333;
    /* font-weight: bold; */
    color: #fff;
    background: #0097df;
    height: 52px;
    padding-top: 17px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dd0), color-stop(100%, #549be0));
    ;
}

#contentHotServer .table-server .tab_content table {
    margin-top: 15px;
}

#contentHotServer .table-server .tab_content table thead {
    background: #e2e2e2;
    height: 96px;
    background: #fff;
}

#contentHotServer .table-server .tab_content table thead tr {
    height: 54px;
}

#contentHotServer .table-server .tab_content table thead tr td {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #292a2a;
    border-right: 1px solid #fff;
    color: rgb(0, 151, 223);
    font-weight: normal;
}

#contentHotServer .table-server .tab_content table tbody {
    background: #fff;
}

#contentHotServer .table-server .tab_content table tbody tr {
    height: 46px;
}

#contentHotServer .table-server .tab_content table tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

#contentHotServer .table-server .tab_content table tbody tr:hover {
    background: #f5f5f5;
}

#contentHotServer .table-server .tab_content table tbody tr td {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-right: 1px solid #f7f7f7;
    font-weight: normal;
    color: rgb(77, 77, 77);
}

#contentHotServer .table-server .tab_content table tbody tr td b {
    /* color: #d73b3c; */
    font-size: 16px;
    font-weight: normal;
}

#contentHotServer .table-server .tab_content table tbody tr td a {
    display: inline-block;
    width: 96px;
    height: 32px;
    border: 1px solid #dddddd;
    line-height: 30px;
    font-size: 14px;
    color: #292a2a;
    font-weight: bold;
    color: white;
    background: #0097df;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dd0), color-stop(100%, #549be0));
    ;
}

#contentHotServer .table-server .tab_content table tbody tr td a:hover {
    /* background: #2e8fed;
    border:1px solid #2e8fed;
    color: #fff; */
}


/* 温馨提示 */

#contentHotServer .Tips_server {
    width: 100%;
    background: #fff;
    padding-bottom: 80px;
    padding-top: 80px;
    background: #f0f2f5;
    margin-top: 20px;
}

#contentHotServer .Tips_server .tip_content {
    width: 1200px;
    margin: 0 auto;
}

#contentHotServer .Tips_server .tip_content .title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#contentHotServer .Tips_server .tip_content .title1 {
    margin-top: 20px;
    margin-bottom: 34px;
    font-size: 18px;
    color: #666;
}

#contentHotServer .Tips_server .tip_content .title1 b {
    color: #c01b1c;
}

#contentHotServer .Tips_server .tip_content .text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

#contentHotServer .care_server {
    width: 100%;
    background: #fff;
    padding-bottom: 70px;
}

#contentHotServer .care_server .tip_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 74px;
}

#contentHotServer .care_server .tip_content .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

#contentHotServer .care_server .tip_content .title1 {
    margin-top: 20px;
    margin-bottom: 34px;
    font-size: 18px;
    color: #666;
}

#contentHotServer .care_server .tip_content .title1 b {
    color: #c01b1c;
}

#contentHotServer .care_server .tip_content .text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}


/* 服务支持 */

#contentHotServer .server_sup {
    width: 100%;
    background: #fff;
    padding-bottom: 80px;
    padding-top: 60px;
}

#contentHotServer .server_sup .server_content {
    width: 1200px;
    margin: 0 auto;
}

#contentHotServer .server_sup .server_content>.title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

#contentHotServer .server_sup .server_content ul:after {
    content: '';
    display: block;
    clear: both;
}

#contentHotServer .server_sup .server_content ul {
    margin-top: 50px;
}

#contentHotServer .server_sup .server_content ul li {
    float: left;
    width: 399px;
    height: 148px;
    border: 1px solid #f4f4f4;
    padding-top: 1px;
}

#contentHotServer .server_sup .server_content ul li:after {
    content: '';
    display: block;
    clear: both;
}

#contentHotServer .server_sup .server_content ul li img {
    display: block;
    width: 56px;
    height: 56px;
    float: left;
    margin-top: 45px;
    margin-left: 50px;
}

#contentHotServer .server_sup .server_content ul li>div {
    float: left;
    margin-left: 20px;
    width: 236px;
}

#contentHotServer .server_sup .server_content ul li>div .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
}

#contentHotServer .server_sup .server_content ul li:hover {
    background: #f4f4f4;
}

#contentHotServer .server_sup .server_content ul li>div .text {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

#contentHotServer .server_sup .server_content ul li:nth-child(1),
#contentHotServer .server_sup .server_content ul li:nth-child(2),
#contentHotServer .server_sup .server_content ul li:nth-child(4),
#contentHotServer .server_sup .server_content ul li:nth-child(5) {
    border-right: none;
}

#contentHotServer .server_sup .server_content ul li:nth-child(1),
#contentHotServer .server_sup .server_content ul li:nth-child(2),
#contentHotServer .server_sup .server_content ul li:nth-child(3) {
    border-bottom: none;
}

#contentHotServer .prais_record {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#contentHotServer .prais_record:after {
    content: '';
    display: block;
    clear: both;
}

#contentHotServer .prais_record .fl {
    float: left;
    width: 724px;
    padding-top: 1px;
}

#contentHotServer .prais_record .fl .carousel-control {
    width: 100px;
    height: 30px;
    top: 110px;
}

#contentHotServer .prais_record .fl .carousel-control.left {
    left: 10px;
    width: 26px;
    height: 32px;
    background: #000;
    background-image: url('./images/zuo.png');
    background-repeat: no-repeat;
    background-position: center;
}

#contentHotServer .prais_record .fl .carousel-control.right {
    right: 10px;
    width: 26px;
    height: 32px;
    background: #000;
    background-image: url('./images/you.png');
    background-repeat: no-repeat;
    background-position: center;
}

#contentHotServer .prais_record .fl>.title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 48px;
    margin-bottom: 40px;
}

#contentHotServer .prais_record .fl .carousel-inner {
    height: 248px;
}

#contentHotServer .prais_record .fr {
    float: right;
    width: 454px;
    padding-top: 1px;
}

#contentHotServer .prais_record .fr>.title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 48px;
    margin-bottom: 40px;
}

#scrollDiv {
    width: 100%;
    height: 248px;
    min-height: 25px;
    line-height: 25px;
    background: #fafafa;
    overflow: hidden;
    /* padding-top: 50px; */
}

#scrollDiv li {
    height: 50px;
    padding-left: 30px;
    padding-top: 1px;
}

#contentHotServer .prais_record .fr #scrollDiv li>p {
    float: left;
}

#contentHotServer .prais_record .fr #scrollDiv li .img {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    overflow: hidden;
    margin-top: 8px;
}

#contentHotServer .prais_record .fr #scrollDiv li .title {
    font-size: 16px;
    color: #333;
    line-height: 45px;
    margin-left: 10px;
}

#contentHotServer .prais_record .fr #scrollDiv li .time {
    font-size: 16px;
    color: #333;
    line-height: 45px;
    margin-left: 10px;
}

#contentHotServer .prais_record .fr #scrollDiv li .red_text {
    font-size: 16px;
    color: #d73b3c;
    line-height: 45px;
    margin-left: 10px;
}

#contentHotServer .prais_record .fr #scrollDiv li .img img {
    width: 100%;
    height: 100%;
}

.cloudServe-a {
    display: block;
}

.gloablServe-a {
    display: none;
}

.hightPreServe-a {
    display: none;
}

.list-2j {
    margin-top: 30px;
}

.list-2j {
    display: none;
}

.list-2j.active {
    display: block;
}

.list-2j a {
    padding: 0px 16px;
    background-color: #FFFFFF;
    color: #222;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    transition: all 200ms;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #f4f4f4;
    width: 150px;
    text-align: center;
    margin-right: 10px;
}

.list-2j .active,
.list-2j a:hover {
    color: #fff;
    background-color: #0097df;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dd0), color-stop(100%, #549be0));
    ;
}

.list-2j .active::after {
    content: '';
    position: absolute;
    border-top: 7px solid #509adf;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    left: 45%;
}

.table-server>.tab_content {
    display: none;
}

.table-server>.tab_content:first-child {
    display: block;
}

#contentHotServer .nav ul li:hover,
#contentHotServer .nav ul li.active {
    text-align: center;
    background: #0286c5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dd0), color-stop(100%, #549be0));
}

#contentHotServer .nav ul li:hover>a,
#contentHotServer .nav ul li.active>a {
    font-weight: bold;
}

ul.list-unstyled {
    line-height: 28px;
}

ul.list-unstyled h2 {
    font-size: 30px;
    font-weight: normal;
    color: #1c2334;
    margin-top: 0;
    margin-bottom: 20px;
}

ul.list-unstyled li {
    padding-top: 4px;
    color: #333;
    position: relative;
    margin-left: 13px;
    font-size: 14px;
}

ul.list-unstyled li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1e88e5;
}

ul.timg {
    padding: 10px;
    margin-top: 18px;
}

ul.timg li {
    padding: 8px;
}

ul.timg li img {
    padding: 10px;
    background: #fff;
    height: 86px;
}

.tab_over {
    width: 1200px;
    margin: auto;
}

#security .main h4 {
    margin-bottom: 10px;
    margin-left: 40px;
    font-size: 18px;
    color: #1c2334;
}

#security .main img {
    float: left;
    margin-right: 10px;
    height: 28px;
}

#security .main p {
    margin-left: 40px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

#security .server_content>div {
    margin-bottom: 40px;
}

.info-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 40px;
    position: relative;
    padding-top: 60px;
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}

.info-item .tit {
    position: absolute;
    background: #f9f9f9;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 40px;
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.info-item .server-info-table {
    margin: 10px 0;
    color: #999;
    line-height: 30px;
}

.some-row>* {
    display: table-row;
}

.info-item .server-info-table>div>div {
    width: 300px;
    white-space: nowrap;
    font-size: 14px;
}

.some-row>*>* {
    display: table-cell;
    vertical-align: top;
}

.info-item .server-info-table span {
    color: #333;
}

.info-item .price-info {
    margin-bottom: 0;
    padding-top: 5px;
    border-top: 1px dashed #ddd;
    min-height: 36px;
}

.btn-d {
    height: 32px;
    line-height: calc(30px);
    padding: 0 16px;
    border: 1px solid #0286c5;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transition: all 300ms;
    color: #fff;
    background-color: #0286c5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dd0), color-stop(100%, #549be0));
    text-align: center;
    white-space: nowrap;
    outline: 0;
}

.btn-d:hover {
    color: #fff;
    background-color: #008dd0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #549be0), color-stop(100%, #008dd0));
}

.info-item .server-info-table {
    margin: 10px 0;
    color: #999;
    line-height: 30px;
}

.info-item .price {
    font-size: 16px;
    color: #008dd0;
}

.tablelist {
    margin-bottom: 0;
}

.tablelist h4 {
    background: #1c8ef2;
    border-radius: 0;
    color: #FFF;
    margin-bottom: 0;
    line-height: 46px;
    padding-left: 15px;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dd0), color-stop(100%, #549be0));
}

.ded-table {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.tablelist .table tbody td:first-child,
.tablelist .table thead th:first-child {
    padding-left: 35px;
}

.tablelist .table tbody tr:last-child {
    background: #fff;
    border-top: 1px #f2f2f2 solid;
}

.tablelist .table tbody tr:last-child {
    border-radius: 0 0 0 4px;
}

table tr.highlight {
    background-color: #FFF !important;
    border-bottom: 1px #eee solid;
}

.tablelist .table>tbody>tr>td {
    padding: 19px 5px;
    text-align: left;
    font-size: 14px;
}

.tablelist .table tbody tr:last-child td {
    border-bottom: 0;
}

table h5.price {
    font-size: 20px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 0;
}

table h5.price .yen {
    margin-right: .03em;
    font-weight: 400;
    font-size: 75%;
    vertical-align: top;
}

table h5.price small {
    margin-left: .03em;
    font-size: 75%;
    font-weight: 400;
    color: #454545;
}

.action-btn-green.dominant {
    background: #008dd0;
    padding: 5px 15px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dd0), color-stop(100%, #549be0));
}

.action-btn-green.dominant:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #549be0), color-stop(100%, #008dd0));
}

.tablelist .table>thead>tr>th {
    background-color: #f9f9f9;
    border-bottom: 1px #eee solid;
    line-height: 35px;
    font-size: 14px;
    text-align: left;
    color: rgb(66, 74, 84);
}

.table-server>.tablelist {
    display: none;
}

.table-server>.tablelist:first-child {
    display: block;
}


/* 响应式 */

@media (max-width:768.78px) {
    .visible-xs {
        display: block!important;
    }
    .aaa-top .navbar-toggle {
        position: absolute;
        right: 0px;
    }
    .aaa-top .navbar-brand>img {
        max-height: 100%;
    }
    .aaa-top .navbar-brand {
        padding: 5px 15px;
    }
    .aaa-top {
        background-color: #0e1f4d;
        border-color: #0e1f4d;
    }
    .aaa-top .navbar-nav>li>a {
        color: #f3eaea;
    }
    body {
        margin-top: 50px!important;
    }
    .aaa-top .navbar-toggle:hover,
    .aaa-top .navbar-toggle:focus {
        background-color: #0e1f4d;
    }
    #contentHotServer .nav ul {
        width: 100%;
    }
    #contentHotServer .nav {
        height: auto;
    }
    #contentHotServer .nav ul li {
        width: 33%;
        height: auto;
        padding: 20px 0px;
    }
    #contentHotServer .text .content {
        width: 100%;
    }
    .list-2j {
        margin-top: 20px;
        text-align: left;
        padding-left: 3%;
    }
    .over-auto {
        overflow: auto;
    }
    #contentHotServer .table-server {
        width: 98%;
        padding-bottom: 10px;
    }
    /* .ded-table {
        width: 1200px;
    } */
    #contentHotServer .Tips_server .tip_content {
        width: 100%;
    }
    ul.timg li img {
        height: auto;
    }
    ul.timg {
        margin-top: 0px;
    }
    ul.timg:first-child {
        margin-top: 20px;
    }
    #contentHotServer .server_sup .server_content {
        width: 100%;
    }
    #floatTools,
    .tc-footer {
        display: block!important;
        padding-top: 0px!important;
    }
    .tc-footer .tc-footer-columns {
        display: none;
    }
    .tc-footer .tc-footer-copyright {
        height: auto!important;
        padding-bottom: 20px;
    }
    #contentHotServer .Tips_server {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #contentHotServer .server_sup {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .info-item {
        width: 100%;
        padding: 15px 30px;
    }
    .info-item .tit {
        padding: 15px;
        padding: 15px 30px;
    }
    .info-item .server-info-table>div>div {
        width: 100%;
        display: block;
        float: left;
    }
    .list-2j a {
        width: 31%;
        margin-right: 1%;
        padding: 0px;
    }
    .list-2j a:nth-child(3n) {
        margin-right: 0%;
    }
    .tablelist .table>thead>tr>th {
        /* white-space: nowrap; */
    }
    .action-btn-green.dominant {
        min-width: 33px;
        display: block;
        padding: 5px 0px;
        text-align: center;
    }
    .tablelist .table tbody td:first-child,
    .tablelist .table thead th:first-child {
        padding-left: 10px;
    }
}