.common1-page1 {}

.page-wrap {
    /* padding-bottom: ; */
}

.page-title {
    padding-top: 3.375rem;
    margin-bottom: 3rem;
}

.page-title>h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
    font-weight: 600;
}

.page2 {
    /* padding-top: 5rem; */
    padding-top: 0px;
    margin-top: -0.75rem;
}

.page2 .page2-container {}

.page2 .page2-container .container-list {
    padding-bottom: 2.5rem;
}

.page2 .page2-container .container-list a {
    display: block;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: rgba(29, 29, 31, .65);
    margin: 0 1.5rem 2.6rem;
}

.page2 .page2-container .container-list a:first-child {
    margin-left: 0;
}

.page2 .page2-container .container-list a.active {
    color: rgba(0, 79, 255, 1);
}

.page2 .page2-container .container-list a i {
    /* font-style: normal; */
    opacity: 0;
}

.page2 .page2-container .container-list a.active i {
    opacity: 1;
}

.page2 .page2-container .container-content {
    padding-bottom: 4.3rem;
    position: relative;
    padding-top: 4rem;
}

.page2 .page2-container .container-content::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 74%;
    transform: skewX(-23deg);
    background: linear-gradient(0deg, #02B3FF 0%, #004FFF 100%);
    z-index: -1;
}

.page2 .page2-container .container-content ul li {
    display: none;
    position: relative;
}

.page2 .page2-container .container-content ul li.active {
    display: block;
}

.page2 .page2-container .container-content ul li .item-table {
    max-height: 33rem;
    overflow: auto;
    background: #fff;
    padding-right: 1rem;
}


/* 滚动条 线的样式   无法识别是不是能滚动  */


/* .page2 .page2-container .container-content ul li::before {
    content: '';
    display: block;
    width: 2px;
    height: 90%;
    background: linear-gradient(180deg, rgba(0, 79, 255, 1) 0%, rgba(0, 79, 255, 0) 100%);
    position: absolute;
    right: 3px;
    top: 5%;
    z-index: 1;
} */

.page2 .table {
    min-width: 600px;
}

.blueScrollY::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #fff;
}

.page2 .table thead {}


/* 控制表头固定的核心代码 */

.page2 .table thead tr th {
    position: sticky;
    top: 0;
    /* 第一列最上 */
}

.page2 .table thead th {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(29, 29, 31, 1);
    padding: 2rem 1rem;
    /* background: linear-gradient(171deg, rgba(0, 79, 255, 0.038) 0%, rgba(0, 79, 255, 0.1) 100%); */
    background: linear-gradient(171deg, rgba(243, 247, 255, 1) 0%, rgba(232, 239, 255, 1) 100%);
}

.page2 .table tbody tr td:nth-of-type(1) {}

.page2 .table tbody {}

.page2 .table tbody tr {}

.page2 .table tbody td {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(29, 29, 31, 0.65);
    padding: 2rem 1rem;
    font-weight: 400;
    background: linear-gradient(171deg, rgba(2, 179, 255, 0.04) 0%, rgba(0, 79, 255, 0.04) 100%);
    min-height: 5rem;
}

.page2 .table thead th,
.page2 .table tbody td {
    /* border-bottom: 1px solid rgba(236, 236, 237, 1); */
}

.page3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.page3 .page-wrap {
    position: relative;
    padding-bottom: 3rem;
}

.page3 .page-wrap::before {
    content: '';
    width: 100%;
    height: 86%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 75%;
    transform: skewX(-23deg);
    background: linear-gradient(177deg, #02B3FF 0%, #004FFF 100%);
    z-index: -1;
}

.page3 .page-title {
    padding-top: 2rem;
    opacity: 0;
    visibility: hidden;
}

.page3 .page3-container {}

.page3 .page3-container span {
    display: block;
    width: 3.375rem;
    height: 3.375rem;
    background: #004FFF;
    transform: skewX(-23deg);
}

.page3 .page3-container span i {
    display: block;
    width: 100%;
    height: 100%;
    transform: skewX(23deg);
    background: url(/src/img/products/network/map.svg) center center no-repeat;
    background-size: 50% auto;
}

.page3 .container-left {
    min-width: 200px;
    flex: 1;
    padding-right: 2.5rem;
}

.page3 .page3-container .container-left h2 {
    padding-bottom: 1rem;
}


/* .page3 .container-left .list-item {
    display: none;
}

.page3 .container-left .list-item:nth-of-type(1) {
    display: block;
} */

.page3 .container-left .left-list {
    overflow-y: auto;
    height: calc(434px - 4.375rem);
}

.page3 .container-left .list-item {
    margin-bottom: 1.5rem;
}

.page3 .container-left h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #004FFF;
    line-height: 2.25rem;
    margin-bottom: 1rem;
}

.page3 .container-left p {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(29, 29, 31, 0.65);
    line-height: 1.5rem;
}

.page3 .container-right {
    /* width: 60%; */
    margin: 0 auto;
    position: relative;
}

.page3 .container-right .right-mes {
    position: absolute;
    background: #477ffb;
    transform: skewX(-23deg);
    left: -10px;
    top: -12px;
    z-index: 3;
}

.page3 .container-right ul {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.page3 .container-right ul li .right-mes {
    position: static;
}

.page3 .container-right ul li {
    /* position: absolute; */
    /* background: rgb(0 255 67 / 64%); */
    cursor: pointer;
    margin-bottom: 1rem;
}

.page3 .container-right .right-mes span {
    transform: skewX(0deg);
    width: 3rem;
    height: 3rem;
}

.page3 .container-right .right-mes h3 {
    font-size: 1.125rem;
    line-height: 3rem;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: skewX(23deg);
    font-weight: 400;
    white-space: nowrap;
}

.page3 .container-right .right-mes span i {
    transform: skewX(23deg);
}

.page3 .container-right ul li p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 1rem;
    color: rgba(51, 51, 51, .75);
}

.page3 .container-right ul li p br {
    display: none;
}

.page3 .container-right img {
    width: 100%;
}

@media screen and (max-width:1000px) {
    .page3 .container-left {
        display: none;
    }
    .page3 .container-right #main1 {
        display: none;
    }
    .page3 .container-right ul {
        display: block;
    }
    .page3 .page-wrap::before {
        display: none;
    }
    .page3 .container-right ul li .li-i {
        padding: 1rem 0;
    }
    .page3 .container-right ul li .right-mes {
        margin-bottom: 1.5rem;
    }
    .page3 .container-right ul li .li-i:last-child {
        padding-bottom: 1.5rem;
    }
    .page3 .container-right ul li h4 {
        font-size: 14px;
        line-height: 22px;
    }
    .page3 .container-right ul li p {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width:576px) {
    .page3 .container-right .right-mes h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .page3 .container-left p,
    .page2 .table tbody td {
        font-size: 12px;
        line-height: 18px;
    }
    .page3 .container-left {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .page3 .container-right {
        width: 100%;
    }
    .page2 .table thead th {
        font-size: 12px;
        line-height: 18px;
    }
    .page2 .table tbody td {
        font-size: 10px;
        line-height: 16px;
    }
    .page3 .container-left p {
        font-size: 10px;
        line-height: 18px;
    }
    .page3 .page-wrap::before,
    .page2 .page2-container .container-content::before {
        display: none;
    }
    .page2 .page2-container .container-list {
        padding-bottom: 0;
    }
    .page2 .page2-container .container-list a {
        font-size: 13px;
        line-height: 18px;
        margin: 0 5px 10px;
    }
    .page2 .page2-container .container-content {
        padding-top: 15px;
    }
    .blueScrollY::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #fff;
    }
}