/* 防止小屏幕溢出 */
@media screen and (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }
}

.jingtai1-header{
    min-width: 1200px;
    background: url('/img/banner-bg-tps.webp') no-repeat center center;
    background-size: cover;
    height: 540px;
}
.jingtai1-header-wrap{
    max-width: 1400px;
    min-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}
.jingtai1-header-wrap h1{
    font-size: 48px;
    color: #333;
    margin-top: 80px;
    font-family:'CustomFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.jingtai1-header-wrap .feature-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px 0;
}
.jingtai1-header-wrap .feature-tags .feature-tag{
    background: rgba(252, 154, 8, 0.8);
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    justify-content: center;
    width: 80px;
}
.jingtai1-header-wrap .feature-tags .feature-tag i{
    font-size: 16px;
    margin-right: 5px;
}

.header-item{
    margin-top: 30px;
}
.header-item>div{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.header-item>div img{
    width: 24px;
    height: 24px;
}
.header-item>div span{
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.jingtai1-header-wrap p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 400;
    margin-top: 5px;
}
.jingtai-dingzhi-btn-box{
    display: flex;
    align-items: center;
    margin-top: 34px;
    gap: 20px;
    flex-wrap: wrap;
}
.jingtai-dingzhi-btn-box a{
    text-decoration: none;
    padding: 0 20px;
    border-radius:4px;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 46px;
    gap: 6px;
    color: #fff;
    justify-content: center;
    min-width: 100px;
}

.jingtai-dingzhi-buy{
    background-color: #2878ff;
    transition: .25s;
    width: 120px;
}
.jingtai-dingzhi-buy a{
    color: #fff;
}
.jingtai-dingzhi-buy:hover{
    background-color: #0250d8;
}
.jingtai-dingzhi-console{
    background-color:#f4f7ff;
    border:solid 1px #a3b6ff;
    color: #2878ff;
    transition: .25s;
}
.jingtai-dingzhi-console:hover{
    border:solid 1px #2878ff;
}

.jingtai1-header-bottom{
    min-width: 1200px;
    max-width: 1400px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(181, 181, 181, 0.1);
    border-radius:8px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    position: relative;
}
.jingtai1-header-bottom>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    position: relative;
}
.jingtai1-header-bottom>div>i{
    width: 60px;
    height: 60px;
    opacity: 0.1;
    position: absolute;
    margin: auto;
    left: 20px;
}
.jingtai1-header-bottom>div:last-child{
    border-right: none;
}
.jingtai1-header-bottom>div p{
    font-size: 30px;
    font-weight: 800;
    color: #2878ff;
}
.jingtai1-header-bottom>div span{
    font-size: 14px;
    color: rgba(85, 84, 84, 0.6);
    font-weight: 350;
}
.jingtai1-header-bottom>div .icon-buxian{
    font-size: 30px;
}
.jingtai1-header-wrap .jingtai-shuoming{
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}
.jingtai1-header-wrap .jingtai-shuoming i{
    color: red;
    margin-right: 5px;
}

.jingtai1-why-choose{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
}
.jingtai1-why-choose>h2{
    text-align: center;
    font-size: 40px;
    font-weight: 350;
    color: #000;
    margin-top: 60px;
}
.jingtai1-why-choose>p{
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin-top: 5px;
}

.why-choose-table{
    margin-top: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}
.why-choose-table .table-header{
    display: grid;
    grid-template-columns: 180px 1fr;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e8e8e8;
}
.why-choose-table .table-header .col-title,
.why-choose-table .table-header .col-desc{
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.why-choose-table .table-header .col-title{
    border-right: 1px solid #e8e8e8;
}
.why-choose-table .table-row{
    display: grid;
    grid-template-columns: 180px 1fr;
    border-bottom: 1px solid #e8e8e8;
    transition: background-color 0.2s;
}
.why-choose-table .table-row:last-child{
    border-bottom: none;
}
.why-choose-table .table-row:hover{
    background-color: #f9fbff;
}
.why-choose-table .table-row .col-title{
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #2878ff;
    border-right: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
}
.why-choose-table .table-row .col-desc{
    padding: 16px 24px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.why-choose-table .table-row .col-desc .note{
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}
.why-choose-table .table-row .col-desc a{
    color: #2878ff;
    text-decoration: none;
}
.why-choose-table .table-row .col-desc a:hover{
    text-decoration: underline;
}

.jingtai1-why-choose-box{
    min-height: 600px;
    /* background: url('/img/t2_index_full.png') no-repeat center center;
    background-size: cover; */
    margin-top: 40px;
}
.jingtai1-why-choose-box .choose_tab{
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}
.jingtai1-why-choose-box .choose_tab a{
    display: inline-block;
    width: auto;
    height: 42px;
    padding: 0 36px;
    margin: 0 20px;
    line-height: 42px;
    font-size: 18px;
    color: #2D3141;
    border-radius: 26px;
}
.jingtai1-why-choose-box .choose_tab a.active{
    background-color: #2D3141;
    color: #fff;
}
.choose_content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 40px;
}
.choose_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.choose_content_item>div{
    margin-top: 80px;
    display: none;
}
.choose_content_item_btn{
    margin-top: 40px;
    display: flex;
    gap: 40px;
}
.choose_content_item_btn div{
   display: flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   background-color: rgb(28 107 255 / 80%);
   border: solid 1px #eee;
   border-radius: 30px;
   padding: 10px 20px;
   color: #fff;
}
.choose_content_item_btn div i{
    font-size: 18px;
}
.choose_content_item_btn div a{
    color: #fff;
}
.choose_content_item_btn div:hover{
    transition: .25s;
    background-color: #1d70fe;
}
.choose_content_item h2{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.choose_content_item h2 i{
    height: 50px;
    width: 50px;
    color: #2878ff;
    margin-right: 20px;
}
.choose_content_item p{
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
}
.jingtai1-application-scene{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    overflow-x: auto;
}
.jingtai1-application-scene h2{
    text-align: center;
    font-size: 40px;
    font-weight: 350;
}
.scence-desc{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}
.jingtai1-application-scene-box{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.jingtai1-application-scene-box-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(147, 172, 226, 0.1);
    border: solid 1px #f3f2fc;
}
.jingtai1-application-scene-box-item:hover{
    box-shadow: 0px 4px 20px 0px rgba(147, 172, 226, 0.5);
}
.jingtai1-application-scene-box-item-img img{
    width: 220px;
    height: 160px;
    border-radius: 5px;
    object-fit: cover;
}

.jingtai1-application-scene-box-item-title h3{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin:10px 0;
}
.jingtai1-application-scene-box-item-title p{
    color: #a8a8b3;
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.jingtai1-application-scene-box-type{
    margin-top: 10px;
}

.jingtai1-application-scene-box-type span{
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    border: solid 1px rgba(244, 183, 87, 0.35);
    font-size: 12px;
    color: #f4b757;
    margin-right: 10px;
}

.jingtai1-document-tool{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
}
.jingtai1-document-tool h2{
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    margin-top:80px;
}

.jingtai1-document-tool .jingtai1-document-tool-box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 40px;

}
.tool-item{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    box-shadow: 0px 4px 20px 0px rgba(147, 172, 226, 0.1);
    border: solid 1px #f3f2fc;
    border-radius: 10px;
}
.tool-item:hover{
    box-shadow: 0px 4px 20px 0px rgba(147, 172, 226, 0.5);
}
.tool-item i{
    font-size: 36px;
    color: #2878ff;
}
.tool-item p{
    color: #888;
    margin-top: 5px;
}
.tool-item div{
    padding: 5px 0;
}

.jingtai-mianfei-test{
    border: 1px solid #FF6600;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #FF6600;
}
.jingtai-mianfei-test a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
    transition: .25s;
}
.jingtai-mianfei-test:hover{
    background-color: rgb(216, 58, 5);
    color: #fff;
}
.jingtai-doc{
    border: 1px solid #999;
    background-color: #f1f1f1;
    color: #333 !important;
    border-radius: 20px;
    padding: 10px 20px;
    transition: .25s;
}
.jingtai-doc a{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
    transition: .25s;
}
.jingtai-doc:hover{
    background-color: #e1e1e1;
}

/* 全国IP分布地图样式 */
.maps-box{
    background-color: #fff;
    padding: 80px 0 60px 0;
    min-width: 1200px;
}
.maps-container{
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.maps-container>h2{
    text-align: center;
    font-size: 40px;
    font-weight: 350;
    color: #000;
    margin-bottom: 40px;
}
.maps-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.maps-info-bar{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.maps-info-bar .info-item{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
}
.maps-info-bar .info-item i{
    font-size: 24px;
    color: #2878ff;
}
.maps-info-bar .info-item em{
    color: #2878ff;
    font-weight: 600;
    font-style: normal;
    margin-left: 5px;
}
.maps-chart{
    margin-top: 20px;
    padding: 30px;
    position: relative;
    width: 100%;
    max-width: 1200px;
}
.maps-legend{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.maps-legend .legend-item{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}
.maps-legend .legend-item span{
    display: inline-block;
    width: 20px;
    height: 14px;
    border-radius: 2px;
}

/* 响应式适配 */
@media screen and (max-width: 1200px) {
    .jingtai1-header,
    .jingtai1-header-wrap,
    .jingtai1-header-bottom,
    .jingtai1-why-choose,
    .jingtai1-application-scene,
    .jingtai1-document-tool,
    .maps-box,
    .maps-container {
        min-width: unset !important;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .jingtai1-header {
        height: auto;
        padding: 40px 0;
        overflow-x: hidden;
    }
    .jingtai1-header-wrap {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    .jingtai1-header-wrap h1 {
        font-size: 32px;
        margin-top: 40px;
    }
    .jingtai1-header-bottom {
        grid-template-columns: repeat(3, 1fr);
        height: auto;
        padding: 20px 10px;
        margin: 0 15px;
        gap: 10px;
    }
    .jingtai1-header-bottom > div {
        padding: 10px 0;
        border-right: none;
    }
    .jingtai1-header-bottom > div p {
        font-size: 22px;
    }
    .jingtai1-why-choose {
        padding: 0 15px;
    }
    .jingtai1-why-choose > h2,
    .jingtai1-application-scene h2,
    .jingtai1-document-tool h2,
    .maps-container > h2 {
        font-size: 28px;
    }
    .why-choose-table {
        overflow-x: auto;
    }
    .why-choose-table .table-header,
    .why-choose-table .table-row {
        grid-template-columns: 120px 1fr;
    }
    .why-choose-table .table-header .col-title,
    .why-choose-table .table-header .col-desc,
    .why-choose-table .table-row .col-title,
    .why-choose-table .table-row .col-desc {
        padding: 12px 15px;
        font-size: 13px;
    }
    .jingtai1-application-scene {
        padding: 0 15px;
        overflow-x: hidden;
    }
    .jingtai1-application-scene-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .jingtai1-application-scene-box-item-img img {
        width: 100%;
        height: auto;
    }
    .jingtai1-document-tool {
        padding: 0 15px;
    }
    .jingtai1-document-tool .jingtai1-document-tool-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .maps-box {
        padding: 40px 0;
        overflow-x: hidden;
    }
    .maps-container {
        padding: 0 15px;
    }
    .maps-chart {
        padding: 10px;
        max-width: 100%;
    }
    .maps-info-bar {
        gap: 20px;
    }
    .maps-info-bar .info-item {
        font-size: 14px;
    }
    .maps-legend {
        gap: 15px;
        flex-wrap: wrap;
    }
    .maps-legend .legend-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .jingtai1-header-wrap h1 {
        font-size: 26px;
        margin-top: 30px;
    }
    .jingtai1-header-wrap p {
        font-size: 14px;
        line-height: 24px;
    }
    .header-item > div span {
        font-size: 13px;
    }
    .jingtai-dingzhi-btn-box {
        gap: 10px;
        margin-top: 20px;
    }
    .jingtai-dingzhi-btn-box a {
        padding: 0 15px;
        line-height: 40px;
        font-size: 14px;
    }
    .jingtai1-header-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
    .jingtai1-header-bottom > div:nth-child(5) {
        grid-column: span 2;
    }
    .jingtai1-why-choose > h2,
    .jingtai1-application-scene h2,
    .jingtai1-document-tool h2,
    .maps-container > h2 {
        font-size: 24px;
    }
    .why-choose-table .table-header,
    .why-choose-table .table-row {
        grid-template-columns: 100px 1fr;
    }
    .why-choose-table .table-header .col-title,
    .why-choose-table .table-header .col-desc,
    .why-choose-table .table-row .col-title,
    .why-choose-table .table-row .col-desc {
        padding: 10px 12px;
        font-size: 12px;
    }
    .jingtai1-application-scene-box {
        grid-template-columns: 1fr;
    }
    .jingtai1-application-scene-box-item {
        padding: 15px;
    }
    .jingtai1-document-tool .jingtai1-document-tool-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .tool-item {
        padding: 15px;
        gap: 15px;
    }
    .tool-item i {
        font-size: 28px;
    }
    .maps-info-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0 10px;
    }
    .maps-info-bar .info-item {
        font-size: 13px;
    }
    .maps-legend {
        gap: 10px;
    }
    .maps-legend .legend-item {
        font-size: 11px;
        gap: 5px;
    }
    .maps-legend .legend-item span {
        width: 16px;
        height: 12px;
    }
}