
.detail_software_content {
    width: 1242px;
    margin-bottom: 84px;
    background: rgba(255, 255, 255, 1);
    margin-top: 38px;
    padding: 16px;
}

.detail_software_topic {
    width: 1200px;
    height: 239px;
    border: 1px solid rgba(191, 191, 191, 1);
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 1;
    padding-left: 48px;
    padding-right: 88px;
}

.detail_software_top_name {
    width: 325px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC, sans-serif;
    font-weight: 500;
    color: rgba(18, 21, 38, 1);
    line-height: 33px;

}

.detail_software_top_introduction {
    width: 460px;
    height: 80px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC, sans-serif;
    font-weight: 400;
    color: rgba(86, 86, 86, 1);
    line-height: 25px;
}

.detail_software_top_download_32 {
    width: 243px;
    height: 44px;
    display: flex;
    justify-content: center;
    background: rgba(69, 94, 167, 1);
}

.detail_software_top_download_32 a {
    width: 243px;
    text-align: center;
    align-content: center;
    height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 44px;
}

.detail_software_top_download_64 {
    width: 243px;
    height: 44px;
    display: flex;
    justify-content: center;
    background: rgba(49, 188, 165, 1);
}

.detail_software_top_download_64 a {
    width: 243px;
    text-align: center;
    height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 44px;
}

.my-nav-tabs-divider {
    width: 100px;
}

.my-nav-tabs > li > a {
    padding-top: 0;
    width: 124px;
    height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC, sans-serif;
    font-weight: 500;
    color: rgba(69, 94, 167, 1);
    line-height: 44px;
    border: 1px solid rgba(69, 94, 167, 1);
}

.my-nav-tabs > li.active > a, .my-nav-tabs > li.active > a:focus, .my-nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background: rgba(69, 94, 167, 1);
    border: 1px solid rgba(69, 94, 167, 1);
    padding-top: 0;

    width: 124px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC, sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 44px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    text-align: -webkit-match-parent;
}

.my-nav-tabs {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

#myTab {
}

#myTabContent {
    margin-top: 70px;
}

.detail_software_detail {
    width: 1200px;
    margin-top: 22px;
    display: flex;
    justify-content: center;
    background: #ffff;
    padding: 16px;
    border: 1px solid rgba(191, 191, 191, 1);
}

