.network-tabs{
    background-color: #F6F9FC;
    font-size: 16px;
    padding: 0 15%;
    text-align: center;
    color: #676767;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.network-tabs::-webkit-scrollbar{
    display: none;
}
.network-tabs-item{
    padding: 12px 20px;
    word-break: keep-all;
    margin: 0 20px;
}
.network-tabs-item-active{
    color: #3F82C4;
    border-bottom: 2px solid #3F82C4;
}
.network-title{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,.85);
}
.content-title{
    background-color: #3F82C4;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.content-info{
    color: rgba(0,0,0,.65);
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    /* text-indent: 2em; */
}
.info-content{
    width: 80%;
    margin-left: 10%;
}
.netImg1{
    width: 60%;
}
.netImg2{
    width: 80%;
    margin-left: 10%;
}
.datasafe-box{
    position: relative;
}
.datasafe-title{
    padding: 5px 10px;
    background-color: #3F82C4;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    width: 60%;
    position: absolute;
    left: 20%;
    top: -20px;
}
.datasafe-info{
    color: rgba(0,0,0,.65);
    font-size: 16px;
    background-color: #FAFAFA;
    border-radius: 16px;
    padding: 40px 28px 50px;
    line-height: 28px;
}
.appsafe-content{
    width: 80%;
    margin-left: 10%;
    padding: 20px;
    border: 1px solid #E6E6E6;
    margin-top: 30px;
}
.appSave-box{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: rgba(0,0,0,.85);
    font-size: 16px;
}
.gradePro-box{
    width: 80%;
    margin-left: 10%;
    margin-top: 40px;
    background-color: #FAFAFA;
    padding: 20px;
}
.gradePro-box-title{
    color: rgba(0,0,0,.85);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.gradePro-box-info{
    color: rgba(0,0,0,.65);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
}
.trait-item{
    display: flex;
    /* background-color: #FAFAFA; */
    padding: 0 20px 30px;
}
.trait-img{
    width: 20px;
}
.trait-text{
    margin-left: 15px;
}
.trait-info{
    color: rgba(0,0,0,.65);
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}
.content-info>p{
    margin-bottom: 2px;
}
.net-title1{
    font-size: 22px;
}
.networkApp-hover{
    position: relative;
}
.networkApp-hover:hover .hover-text{
    display: block;
}
.hover-text{
    font-size: 14px;
    color: rgba(0,0,0,.5);
    line-height: 24px;
    background-color: #f0f7fc;
    padding: 16px;
    position: relative;
}
.network-icon{
    width: 24px;
    position: absolute;
    top: -16px;
}
.phone-appSafe{
    display: none;
}
.phone-appSafe-li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.pohen-hover-info{
    display: none;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(0,0,0,.5);
    text-align: justify;
    line-height: 24px;
}
.left-close, .left-open, .left-open-sec, .left-close-sec{
    width: 20px;
}
.left-close{
    display: none;
}
.data-title1{
    margin-top: 80px;
}
#hoverInfo0, #hoverInfo1, #hoverInfo2, #hoverInfo3{
    display: none;
}
@media screen and (max-width: 768px){
    .network-tabs-item{
        margin: 0;
    }
    .data-title1{
        margin-top: 60px;
        margin-bottom: 32px;
    }
    .network-tabs{
        flex-wrap: nowrap;
        overflow-y: auto;
        justify-content: left;
        padding: 0;
    }
    .pc-appSafe{
        display: none;
    }
    .phone-appSafe{
        display: block;
    }
    .info-content{
        width: 100%;
        margin-left: 0;
    }
    .content-info{
        padding: 8px 0;
        font-size: 14px;
    }
    .netImg1{
        width: 100%;
    }
    .netImg2{
        width: 100%;
        margin-left: 0;
    }
    .appsafe-content{
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .appSave-box{
        text-align: left;
    }
    .gradePro-box{
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .content-title, .datasafe-title{
        font-size: 16px;
    }
    .net-title1{
        font-size: 18px;
    }
    .trait-img{
        width: 14px;
    }
    .datasafe-info, .appSave-box, .gradePro-box-info, .trait-info{
        font-size: 14px;
    }
}
@media screen and (max-width: 1384px){
    .datasafe-title{
        width: 80%;
        left: 10%;
    }
}