
.product-detail-nav{
    box-shadow: 0 3px 4px rgb(214 214 214 / 33%);
    background-color: #fff;
    position: relative;
    z-index: 4;
    left: 0;
    display: none;
}
.product-detail-nav.active{
    position: fixed;
    top: 0;
    display: initial;
}
.product-detail-nav .container{
    min-height: 66px;
    font-size: 16px;
    line-height: 26px;
    color: #626262;
}
.product-detail-nav .platform{
    margin-left: 12px;
}
.product-detail-nav .platform span{
    margin-left: 8px;
    border: 1px solid #626262 !important;
    height: 26px;
    width: 26px;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    cursor: pointer;
}

.product-detail-nav .links_controls a.download_mac:before{
    content: '';
    background:url(/public/module/product/assets/images/3_0/product/button/mac-white.png);
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 8px;
}

.product-detail-nav .links_controls a.download_win:before{
    content: '';
    background:url(/public/module/product/assets/images/3_0/product/button/windows-white.png);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.product-detail-nav .links_controls a.buy_win:before{
    content: '';
    background:url(/public/module/product/assets/images/3_0/product/button/windows-white.png);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.product-detail-nav .links_controls a.buy_mac:before{
    content: '';
    background:url(/public/module/product/assets/images/3_0/product/button/mac-white.png);
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 8px;
}

.product-detail-nav .platform span.icon_win::after{
    content: '';
    background-image: url(/public/module/product/assets/images/3_0/download/windows-normal.png);
    width: 14px;
    height: 13px;
    display: inline-block;
    background-size: 14px 13px;
}
.product-detail-nav .platform span.icon_win.active::after{
    background-image: url(/public/module/product/assets/images/3_0/download/windows-pressed.png);
}
.product-detail-nav .platform span.icon_mac::after{
    content: '';
    background-image: url(/public/module/product/assets/images/3_0/download/mac-normal.png);
    width: 14px;
    height: 13px;
    display: inline-block;
    background-size: 14px 11px;
}
.product-detail-nav .platform span.icon_mac.active::after{
    background-image: url(/public/module/product/assets/images/3_0/download/mac-pressed.png);
}
.product-detail-nav .platform span.active{
    border-color: #67a4ff !important;
}
.product-detail-nav a,
.product-detail-nav .links span{
    font-size: 14px;
    text-decoration: none;
    color: #67a4ff !important;
    margin-right: 20px;
    border-bottom: 3px solid #67a4ff;
    display: inline-block;
    height: 66px;
    line-height: 66px;
}
.product-detail-nav a[href]:hover{
    color: #67a4ff !important;
    border-bottom: 3px solid #67a4ff;
}
.product-detail-nav a[href]{
    color: #626262 !important;
    border: none;
}
.product-detail-nav a.download, .product-detail-nav a.download:hover{
    color: #fff !important;
    min-width: 90px;
    padding:0 16px;
    text-align: center;
    border: 1px solid #67a4ff !important;
    background-color: #67a4ff;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}
.product-detail-nav a.download:hover{
    background-color: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
}
.product-detail-nav a.buy, .product-detail-nav a.buy:hover{
    color: #fff !important;
    min-width: 90px;
    padding:0 16px;
    text-align: center;
    border: 1px solid #ff7000 !important;
    background-color: #ff7000;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    margin-right: 0;
}
.product-detail-nav a.buy:hover{
    background-color: #ea5104 !important;
}
.product-detail-nav.active + div{
    margin-top: 66px;
}

ResourceLeft{
    word-wrap: break-word!important;
}

ResourceLeft p{
    line-height: 1.8;
}

.resource-content-banner{
    height: 300px;
    background-color: #F7F9FC;
}

.resource-content-banner a{
    text-decoration: none;
    color: #626262;
}

.resource-content-banner h1 {
    font-weight: 600;
    font-size: 36px;
}

.resource-content-banner-title{
    margin-top: 90px;
}

.resource-content-banner .info{
    justify-content: center;
}

ResourceLeft div.directory-content {
    border-top: 4px solid #67A4FF;
    border-left: 4px solid #F3F3F3;
    border-right: 4px solid #F3F3F3;
    border-bottom: 4px solid #F3F3F3;
    padding: 16px;
}

ResourceLeft div.directory-content>ul>li {
    display: block;
}

ResourceLeft div:not(.directory-content)>ul,div>ol {
    line-height: 1.8rem;
}

ResourceLeft a {
    text-decoration: none;
    color: #67A4FF;
}

ResourceLeft div.directory-content>ul>li li {
    display: block;
}

ResourceLeft div.directory-content>ul>li li::before {
    height: 7px;
    width: 7px;
    background-color: #67A4FF;
    border-radius: 50%;
    display: inline-block;
    content: "";
    margin-bottom: 2px;
    margin-right: 12px
}

ResourceLeft div.directory-content>ul>li::before {
    content: url(/public/module/resource/assets/images/3_0/content/part.png);
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

ResourceLeft .directory-title {
    padding: 0.4rem 1rem 0.4rem 1rem;
    background-color: #67A4FF;
    color: white;
}

ResourceLeft .hot-end::after {
    content: url(/public/module/resource/assets/images/3_0/content/hot.png);
    margin-left: 10px;
    width: 16px;
    height: 22px;
    vertical-align: middle;
}

ResourceLeft .video-end::after {
    content: url(/public/module/resource/assets/images/3_0/content/video.png);
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 0px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

ResourceLeft h1 {
    font-weight: 600;
    font-size: 36px;
}

ResourceLeft h2{
    font-weight: 600;
    font-size: 28px;
    color: #2e2e2e;
    padding-left: 22px;
    position: relative;
}

ResourceLeft h2::before{
    content:'';
    background-color: #67A4FF;
    display: block;
    width: 12px;
    height: 32px;
    position: absolute;
    left: 0;
}

ResourceLeft h3{
    font-size: 24px;
    color: #2e2e2e;
    font-weight:400;
    position: relative;
}

ResourceLeft h3::before{
    content: '';
    background-color: #67a4ff;
    display: block;
    width: 31px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: -1;
}

ResourceLeft table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

ResourceLeft table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

ResourceLeft table > tbody {
  vertical-align: inherit;
}

ResourceLeft table > thead {
  vertical-align: bottom;
}

ResourceLeft table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

ResourceLeft table > :not(caption) > * {
  border-width: 1px 0;
}

ResourceLeft table > :not(caption) > * > * {
  border-width: 0 1px;
}

ResourceLeft span.para-number {
    font-size: 2rem;
    background-image: linear-gradient(0deg, #ff7000 50%, transparent 0%);
    margin-right: 20px;
    background-position: 100% 6px;
    background-size: 100% 30px;
    background-repeat: no-repeat;
}

ResourceLeft div.note {
    background-color: #F2F2F2;
    background-image: url(/public/module/resource/assets/images/3_0/content/note.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    border-radius: 0.4rem;
    padding: 10px 10px 10px 80px;
}

ResourceLeft div.tips {
    background-image: url(/public/module/resource/assets/images/3_0/content/bulb.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    border-radius: 0.4rem;
    padding: 10px 10px 10px 80px;
    border: 2px solid #F2F2F2;
}

ResourceLeft div.support {
    background-image: url(/public/module/resource/assets/images/3_0/content/contact-us.png);
    background-repeat: no-repeat;
    background-position: 40px 10px;
    border-radius: 0.4rem;
    padding: 10px 40px 20px 100px;
    border: 4px solid #ebebeb;
}

.download-button {
    background-color: #67A4FF;
    color: white;
    border-color: #67A4FF;
}

ResourceLeft .relative-link > div > div {
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
}

ResourceLeft .relative-link  a {
    color: black;
    width: fit-content;
}

ResourceLeft .relative-link a:hover {
    color: #ff7000;
}

ResourceLeft .relative-link i::before {
    height: 9px;
    width: 9px;
    background-color: #ff7000;
    border-radius: 50%;
    display: inline-block;
    content: "";
    margin-bottom: 2px;
    margin-right: 12px;
}

ResourceRight div.top-stories a {
    text-decoration: none;
    color: #2e2e2e;
    padding-bottom: 12px;
    font-size:0.9rem;
}

ResourceRight div.top-stories a:hover {
    color: #ff7000;
}

ResourceRight div.top-stories > i::before {
    width: 14px;
    height: 12px;
    content: url(/public/module/resource/assets/images/3_0/content/arrow.png);
}

ResourceRight div.key-words a {
    color: #2e2e2e;
    background-color: #f3f4f6;
    margin: 8px;
    font-size:0.9rem;
}

ResourceRight div.key-words a:hover {
    color: white;
    background-color: #FF7000;
}

ResourceRight div.recommend-product{
    background-color: #f7f9fC;
}

ResourceRight .recommend-product .recommend-product-desc{
    padding-left: 10px;
    padding-right: 10px;
    padding-top:10px;
    padding-bottom: 20px;
    font-size: 0.9rem;
}

ResourceRight .recommend-product i::before {
    height: 9px;
    width: 9px;
    background-color: #ff7000;
    border-radius: 50%;
    display: inline-block;
    content: "";
    margin-bottom: 2px;
    margin-right: 12px;
}

.resource-content  >.row{
    --bs-gutter-x: 4rem;
}

@media (max-width: 575.98px) {
    .product-detail-nav{
        padding: 20px 0;
    }
    .product-detail-nav .container{
        height: auto;
        min-height: 20px;
        padding: 0 20px;
        position: relative;
    }
    .product-detail-nav a,
    .product-detail-nav .links span{
        height: 44px;
        line-height: 44px;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #cbcbcb !important;
    }
    .product-detail-nav .name {
        width: 100%;
        position: relative;
        padding-right: 64px;
    }
    .product-detail-nav .links_controls{
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-detail-nav .links_controls a:first-of-type{
        margin-right: 24px;
    }
    .product-detail-nav .product-detail-nav_toggle{
        position: absolute;
        border: none !important;
        width: 44px !important;
        right: 0;
        top: 0;
        height: 26px !important;
        z-index: 2;
        text-decoration: none !important;
    }
    .product-detail-nav .product-detail-nav_toggle::after{
        content: '';
        background:url(/public/module/product/assets/images/3_0/download/arrow_normal.png);
        background-size: 100%;
        display: block;
        width: 18px;
        height: 10px;
        transform: rotate(0deg);
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .product-detail-nav_toggle.active::after{
        background:url(/public/module/product/assets/images/3_0/download/arrow_pressed.png);
        transform: rotate(180deg);
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .product-detail-nav .links{
        display:none !important;
    }
    .product-detail-nav .links.active{
        display:flex !important;
    }
    .product-detail-nav a.download, .product-detail-nav a.download:hover,.product-detail-nav a.buy, .product-detail-nav a.buy:hover{
        margin: 0 24px 12px 24px;
        width: auto;
    }

    .resource-content-banner-title{
        margin-top: -90px;
    }

    .title-right-img{
        display: none;
    }

    .resource-content-banner h1 {
        font-weight: 600;
        font-size: 30px;
    }

    .resource-content-banner .info{
        justify-content:start;
    }

    ResourceLeft img {
        max-width: 100%;
        height: auto;
    }

    ResourceLeft iframe {
        max-width: 100%;
        height: 100%;
        width: 100%;
    }

    .container >.row{
        --bs-gutter-x: 1.5rem;
    }
}

