/* blog */
.remaker-container-head {
    left: 0;
}
html {
    font-family: 'Trebuchet MS', Poppins, helvetica, PingFang SC, Arial !important;
}
.VPNav {
    display: none;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: inline-block;
}

h1 {
    font-size: 32px;
    font-weight: 700;
}

.VPLocalNav {
    top: 59px !important;
}
.VPDoc {
    padding-top: 80px !important;
}

.vp-doc strong {
    color: #000;
}

/* ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
} */


/* pc */
.remaker-tools-pop-div {
    display: inline-block;
    --remaker-tools-content-gap: 25px;
}

.remaker-tools-pop-div.el-popover {
    padding: unset;
    border-radius: 12px;
    width: auto !important;
}

.remaker-tools-pop-tools {
    color: #3D3D3D;
    font-size: 16px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 20px;
    display: flex;
    gap: var(--remaker-tools-content-gap);
    flex-flow: row;
    overflow-y: auto;
}

.remaker-tools-pop-box {
    margin-right: 0px;
}

.remaker-tools-pop-title {
    font-size: 18px;
    font-weight: 600;
    color: #101010;
}

.remaker-tools-pop-line {
    height: 1px;
    background: #D8D8D8;
    width: 100%;
    margin-top: 18px;
}

.remaker-tools-pop-content-box {
    display: flex;
    flex-flow: row;
    gap: var(--remaker-tools-content-gap);
    margin-top: 20px;
}

.remaker-tools-pop-content {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-right: 11px;
}

.remaker-tools-content-item {
    line-height: normal;
    min-height: 28px;
    color: inherit;
    text-decoration: none;
}

/* mobile */

.remaker-tools-mobile-mask{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 9999;
}
.remaker-tools-mobile-box{
    display: inline-block;
    padding: 35px;
    background: white;
    border-right: 1px solid #D8D8D8;
    width: 85%;
    overflow-y: auto;
    height: 100%;
}

.remaker-tools-mobile-title{
    font-size: 24px;
    font-weight: bold;
    color: #3D3D3D;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.remaker-tools-mobile-title i{
    font-weight: bold;
    margin-left: auto;
}
.remaker-tools-mobile-category-box .el-collapse-item__header{
    font-size: 16px;
    color: #101010;
    font-weight: 600;
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0;
    height: auto;
    line-height: 1;
}
.remaker-tools-mobile-tool-item{
    display: block;
    font-size: 14px;
    color: #3D3D3D;
    margin-top: 20px;
    text-decoration: none;
}
.remaker-tools-mobile-category-box .el-collapse-item__content{
    border-bottom: 1px solid #D8D8D8;
}

#remaker-tools-mobile {
    width: 260px;
    overflow-y: auto;
    max-height: 500px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #efefef;
    border-radius: 10px;
    background: #fff;
    padding: 0 10px;
    padding-bottom: 10px;
}

.remaker-container-faq-accordion {
    border-bottom: 1px solid #eee !important;
}

@media screen and (max-width: 1050px) {
    .remaker-container-head-link-dropdown-content {
        right: -59px !important;
    }

    .blog-title {
        padding-top: 30px;
    }
}

/* tools */

.remaker-tools-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.remaker-tools-pop-tools::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.remaker-tools-content-badge {
    display: inline-block;
    border-radius: 8px;
    color: #F6F6F6;
    font-size: 12px;
    font-weight: 600;
    padding: 7px;
    margin-left: 5px;
    line-height: 1;
}
.cursor-pointer {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.remaker-tools-reference{
    font-size: 16px;
}

.remaker-tools-wrapper {
    position: relative;
}
#remaker-tools-pop-tools {
    display: none;
}
.remaker-tools-wrapper:hover #remaker-tools-pop-tools {
    display: block;
    opacity: 1;
}

.remaker-container-head-link-dropdown:hover .remaker-tools-scrollbar {
    display: block;
}

.remaker-tools-scrollbar {
    display: none;
}



#remaker-tools-pop-tools {
    min-width: 1210px;
    position: relative;
    right: 100px;
}

.remaker-container-tools-mobile-div {
    width: 1000px;
    margin: 0 auto;
}

.remaker-container-tools-mobile-div-panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 45px;
}

.remaker-container-tools-mobile-div-accordion {
    background-color: #fff;
    color: #101010;
    cursor: pointer;
    padding: 0 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 16px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 500;
    position: relative;
    line-height: inherit;
}

.remaker-container-tools-mobile-div-accordion svg {
    transition: transform 0.5s;
    transform: rotate(0deg);
    position: absolute;
    right: 13px;
    bottom: 21px;
}

@media screen and (max-width: 1050px) {
    .remaker-container-tools-mobile-div {
        width: 100%;
    }
    .remaker-container-tools-mobile-div>div {
        width: 96%;
        margin: 0 auto;
    }
}

