
ResourceLeft{
    word-wrap: break-word!important;
    word-break: 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 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(https://www.coolmuster.com/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(https://www.coolmuster.com/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(https://www.coolmuster.com/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(https://www.coolmuster.com/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(https://www.coolmuster.com/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(https://www.coolmuster.com/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(https://www.coolmuster.com/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;
}

@media (max-width: 575.98px) {
    .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%;
    }
}

