body {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 46px;
    padding: 0px 320px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
    border-bottom: 4px solid rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .left-part, .header .right-part {
    display: flex;
    align-items: center;
}

.left-part .logo {
    width: 32px;
    height: 32px;
    /*background-color: rgb(184, 255, 255);*/
}

.left-part .title {
    font-family: FZLTZHJW--GB1-0;
    font-size: 16px;
    color: #282B33;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 16px;
}

.left-part .network_btnContent {
    display: inline-block;
}

.left-part .network_btnContent .network_btnDes {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #252B3A;
    line-height: 22px;
    margin-left: 32px;
}

.right-part .hello {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #252B3A;
}

.right-part .avatar {
    width: 32px;
    height: 32px;
    background-color: rgb(54, 119, 240);
    margin-left: 12px;
}

.body {
    width: 1200px;
    height: 1600px;
    margin: 24px auto 0;
    padding: 16px 0px 72px;
    background: #fff;
}

.body .crumbs {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #575D6C;
    letter-spacing: 0;
    line-height: 18px;
}

.body .crumbs .son {
    color: #252B3A;
}

.body .headline {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #282B33;
    line-height: 30px;
    margin-top: 20px;
}

.headline2 {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #282B33;
    line-height: 20px;
    margin-top: 20px;
}

.headline-mobile {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #282B33;
    line-height: 30px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
    display: none;
    padding: 10px 0;
}

.headline-mobile .back {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #282B33;
    line-height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
}

.headline-mobile .back .back-img {
    width: 30px;
    height: 30px;
}

.body .links {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.body .links .button, .body  .button {
    border: 1px solid #252B3A;
    border-radius: 2px;
    padding: 10px 32px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
}

.body .links .button:hover {
    border: 1px solid #C7000B;
    color: #C7000B;
}


.body .links .button:nth-child(1), .body  .button:nth-child(1) {
    margin-right: 16px;
}


.body .des {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #282B33;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 20px;
    max-width: 1071px;

}

.body .des .title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    line-height: 20px;
}

.body .des .word {
    margin-top: 20px;
}

.body .chart {
    display: block;
    /*background-color: aqua;*/
    margin-top: 32px;
}

.footer {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 48px;
    box-sizing: border-box;
    background: #F3F3F3;
    display: flex;
}

.footer-mobile {
    display: none;
}

.footer .box, .network_footer_region_mb .box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

.footer .box {
    display: flex;
}

.footer .network_footer_menus {
    width: 490px;
}

.footer .network_footer_menus .network_menus_title {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #252B3A;
    line-height: 18px;
}

.network_mueus_list {
    display: flex;
    align-items: center;
}

.network_mueus_group {
    width: 237px;
    margin-top: 16px;
    margin-right: 16px;
}

.network_mueus_group li a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #252B3A;
    line-height: 22px;
}


.network_footer_region_mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px 0 0;
    box-sizing: border-box;
    height: auto;
    text-align: center;
    background: #F3F3F3;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.network_footer_copyright_mb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #575D6C;
    line-height: 26px;
}

.network_menu_private_mb {
    margin-bottom: 10px;
}

.network_menu_private_mb li {
    display: inline-block;
}

.network_menu_copyright_mb {
    width: 250px;
}

.network_menu_private_mb li a,
.network_menu_copyright_mb {
    font-size: 12px;
    color: #575d6c;
}

.network_menu_private_mb {
    width: 105px;
}

.network_menu_private_mb li + li::before {
    content: "";
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    border-right: 1px solid #575d6c;
    margin-right: 4px;
}

.des2 {
    float: left;
    width: 590px;
    height: 220px;
    background: #F5F5F6;
    border-radius: 2px;
    border-radius: 2px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #282B33;
    line-height: 26px;
}

.margin1 {
    margin: 20px 0px 0px 30px
}

.des3 {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #282B33;
    line-height: 26px;
}
.tiaozhuan{

    float: right;
    margin: 5px 40px 0px 0px;

}
.line1 {
    margin-top: 25px;
    background: #ADB0B8;
    width: 528px;
    height: 1px
}

.word2 {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #282B33;
    margin-right: 40px;
    line-height: 20px;
}

.app_case {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.app_case_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #282B33;
    line-height: 20px;

}

.app_case_des {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #282B33;
    line-height: 20px;
    margin-top: 20px;
}

.app_case_module {
    float: left;
    width: 590px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
    margin-top: 20px;
}

.app_case_module2 {
    margin-left: 20px;
    /*margin-bottom: 20px;*/
}

.app_case_module_left {
    float: left;
    width: 120px;
    height: 100%;
}

.app_case_module_img {
    margin: 20px 0 0 20px;
    width: 60px;
    height: 60px;
}

.app_case_module_right {
    margin: 20px 60px 0 20px;
}

.app_case_module_title {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #252B3A;
    line-height: 22px;
}

.app_case_module_des {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #575D6C;
    line-height: 22px;
    margin-top: 20px;
}
.app_case_module_line1{
    height: 300px;
}
.app_case_module_icon {
    float: right;
    width: 18px;
    height: 18px;
}

.aoc_runbook {
    float: left;
    margin-bottom: 20px;
}
.runbook_box {
    margin-left: 20px;
}
.body .links-mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    #header {
        display: none;
    }

    body {
        background: #eee;
    }

    .body {
        width: calc(100% - 20px);
        min-width: 375px;
        padding: 15px 15px 24px;
        margin: 20px auto;
        height: 2600px;
    }

    .crumbs {
        display: none;
    }

    .body .headline {
        display: none;
    }

    .headline-mobile {
        display: block;
    }

    .body .links {
        display: none;
    }

    .body .links-mobile {
        display: flex;
        float: left;
        align-items: center;
        margin-top: 40px;
    }

    .body .links-mobile .button {
        background: #FFFFFF;
        border: 1px solid #ADB0B8;
        border-radius: 2px;
        font-family: PingFangSC-Semibold;
        font-size: 12px;
        color: #252B3A;
        text-align: center;
        width: 148px;
        height: 24px;
        margin-left: 29px;
        padding: 0px 0px;
    }

    .body .links-mobile .button-red {
        background: #C7000B;
        border-radius: 2px;
        font-family: PingFangSC-Semibold;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        width: 148px;
        height: 24px;

    }

    .body .des {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }

    .body .des .title {
        font-family: PingFangSC-Medium;
        font-size: 14px;
        line-height: 22px;
    }

    .body .des .word {
        margin-top: 4px;
    }

    .body .des-first {
        margin-top: 0px;
    }

    .body .chart {
        width: calc(100% + 30px);
        /*background-color: aqua;*/
        margin-top: 16px;
        margin-left: -15px;
    }

    .network_footer_copyright_mb {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 15px;
        font-size: 12px;
    }

    .network_footer_region_mb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 16px 0 0;
        box-sizing: border-box;
        height: auto;
        text-align: center;
        background: #F3F3F3;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .network_footer_copyright_mb {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #575D6C;
        line-height: 26px;
    }

    .network_menu_private_mb li a,
    .network_menu_copyright_mb {
        line-height: 1;
    }

    .footer {
        padding-top: 0px;
        padding-bottom: 10px;
        display: none;
    }

    .footer-mobile {
        display: flex;
    }

    .footer .box {
        flex-direction: column;
    }

    .footer .network_footer_menus {
        padding-top: 24px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .network_footer_menus .network_menus_title {
        font-size: 12px;
        color: #252B3A;
        line-height: 16px;
        font-weight: bold;
    }

    .network_mueus_list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .network_mueus_group {
        width: 100%;
        display: flex;
        margin-top: 10px;
        padding: 0 52px;
        box-sizing: border-box;
    }

    .network_mueus_group li {
        width: calc(100% / 4);
        text-align: center;
    }

    .network_mueus_group li a {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #252B3A;
        text-align: center;
        line-height: 16px;
    }

    .aoc_runbook {
        float: left;
        margin-top: 20px;
    }

    .des2 {
        float: left;
        width: calc(100%);
        height: 175px;
        background: #F5F5F6;
        border-radius: 2px;
        border-radius: 2px;
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #282B33;
        line-height: 22px;
    }

    .aoc_box {
        height: 200px;
    }

    .runbook_box {
        margin-left:0px;
    }

    .margin1 {
        margin: 20px 0px 0px 30px
    }

    .des3 {
        font-family: PingFangSC-Medium;
        font-size: 12px;
        color: #282B33;
        line-height: 26px;
    }

    .line1 {
        margin-top: 5px;
        background: #ADB0B8;
        width: 285px;
        height: 1px
    }

    .word2 {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #282B33;
        margin-right: 40px;
        line-height: 20px;
    }

    .app_case {
        float: left;
        width: 100%;
        height: 1400px;
        margin-top: 30px;
        background: #F5F5F6;
    }

    .app_case_title {
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #252B3A;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
        margin-top: 20px;
    }

    .app_case_des {
        ont-family: PingFangSC-Regular;
        font-size: 12px;
        color: #575D6C;
        line-height: 18px;
        padding: 0px 10px 0px 10px;
        margin-left: 10px;
    }

    .app_case_module {
        background: #FFFFFF;
        box-shadow: 0 1px 0 0 #EEEEEE, 0 -1px 0 0 #EEEEEE;
        width: calc(100% - 30px);
        height: 200px;
        margin-left: 10px;
        padding: 0px 10px 0px 10px;
    }
    .app_case_module_line1{
        height: 360px;
    }


    .app_case_module_left {
        float: left;
        width: 120px;
        height: 160px;
    }

    .app_case_module_img {
        margin: 20px 0 0 20px;
        width: 60px;
        height: 60px;
    }

    .app_case_module_right {
        margin: 10px 20px 0 20px;
    }

    .app_case_module_title {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #252B3A;
        letter-spacing: 0;
    }

    .app_case_module_des {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #575D6C;
        letter-spacing: 0;
        line-height: 20px;
        margin-top: 10px;
    }

    .app_case_module_icon {
        float: right;
        /*margin-right: 20px;*/
        /*margin-top: -168px;*/
    }
    .headline2 {
        text-align: center;
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #282B33;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
