.left-nav {
    left: 0;
    top: 0;
    position: fixed;
    overflow: hidden;
    background: #f6f7fa;
    z-index: 50;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.left-nav,
.left-nav-empty {
    width: 240px;
    height: 100vh;
    content: "viewport-units-buggyfill; height: 100vh";
}

.left-nav-empty {
    float: left;
}

.main-content {
    display: flow-root;
    position: relative;
    min-height: 100vh;
    content: "viewport-units-buggyfill; min-height: 100vh";
}

.left-nav .left-nav-inner {
    overflow: auto;
    width: 100%;
    -webkit-flex: 1;
    flex: 1;
}

.category-container {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.category-container li {
    position: relative;
    white-space: nowrap;
    list-style: none;
}

.category-container .category-entry-wrapper {
    margin: 20px 10px 0;
}

.category-container .category-entry-wrapper .category-entry-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 43px;
    text-decoration: none;
    cursor: pointer;
}

.category-container .category-entry-wrapper .category-entry-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 20px;
}
.category-container .category-entry-wrapper .category-entry-item i {
    color: var(--semi-color-text-2);
    font-size: 18px;
    margin-right: 10px;
    margin-left: 20px;
}

.category-container .category-entry-wrapper .category-entry-item span {
    font-size: 16px;
    line-height: 23px;
    color: #242424;
}

.category-container .category-entry-wrapper .category-entry-item[data-actived="true"] {
    background: #e8e8fd;
    border-radius: 10px;
}

.category-container .category-entry-wrapper:first-child {
    margin-top: 0;
}

.category-container .category-entry-wrapper {
    margin: 20px 10px 0;
}

.category-container li {
    position: relative;
    white-space: nowrap;
    list-style: none;
}

.search-wrapper {
    margin: 30px 20px 30px 0;
    -webkit-flex: 1;
    flex: 1;
}

.search-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.tool-list-container {
    /* display: grid; */
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tool-list-container .tool-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
    /* margin-right: 30px; */
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
    /* min-width: 360px; */
    height: 100px;
    text-decoration: none;
}.tool-list-container .tool-item img {
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-left: 10px;
}.tool-list-container .tool-item i {
    width: 60px;
    height: 60px;
    min-width: 60px;
    line-height: 57px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;    
    border-radius: 50px;
    background-color: rgb(240 241 242);
}.left-nav .logo-container {
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 40px 0 0 30px;
    white-space: nowrap;
    padding-bottom: 30px;
    cursor: pointer;
}.left-nav .logo-container div .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}.left-nav .logo-container div .sub-title {
    font-size: 12px;
}

.left-nav .logo-container div span {
    display: block;
}

.left-nav .logo-container img {
    width: 30px;
    height: 30px;
    margin-right: 23px;
}
.main-content .footer-container, .search-content {
    margin: 0 auto;
}
.tool-list-container .tool-item .tool-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}.tool-list-container .tool-item .tool-content .tool-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    display: flex;
    height: 38px;
    flex-direction: column;
    justify-content: space-evenly;
}
.tool-list-container .tool-item .tool-content .tool-desc {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
    color: #8f8f8f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}.tool-list-container .tool-item .tool-content em {
    color: #f73131;
    font-style: normal;
    display: contents;
}.search-container {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    background: #f6f7fa;
    border-radius: 25px;
    overflow: hidden;
    z-index: 20;
}.search-container .search-area {
    display: -webkit-flex;
    display: flex;
    height: 50px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}.search-container .search-area .search-input {
    border: 0;
    outline: none;
    background: #f6f7fa;
    line-height: 30px;
    margin-right: 20px;
    -webkit-flex-grow: 1;
    padding-left: 10px;
    flex-grow: 1;
    color: #242424;
    font-size: 16px;
}.search-container .search-area .statistics-container {
    position: absolute;
    left: 65px;
    top: 10px;
    line-height: 30px;
    pointer-events: none;
    color: #b3b3b3;
}.search-container .search-area .statistics-container b {
    color: #136ce9;
}.search-container .search-area .search-icon {
    font-size: 20px;
    line-height: 40px;
    margin: 0 5px 0 23px;
    color: rgba(0, 0, 0, .1);
}
.share-btn {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 26px;
    color: var(--semi-color-text-2);
    background-color: var(--semi-color-fill-0);
    margin-right: 20px;
}
/**********tool start****************/

@media (max-width: 767px) {
    .left-nav,.left-nav-empty{
        display: none;
    }
}

.tool-container,
.tool-content-container {
    border-radius: 10px;
    box-sizing: border-box;
}

.tool-container {
    background: #f6f7fa;
    padding: 0px 20px 20px 20px;
}


.tool-information {
    min-height: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 5px;
}

.tool-information .tool-content .tool-title {
    height: 30px;
    line-height: 30px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.tool-information .icon {
    width: 50px;
    height: 50px;
}

.tool-information i.icon {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 26px;
    background-color: rgb(240 241 242);
    margin-right: 5px;
    /* color: var(--semi-color-text-2);     */
}

.tool-content-container .pc-content {
    padding: 20px 30px 30px;
    min-height: 200px;
    overflow: auto;
}

.tool-content-container {
    background: #fff;
    position: relative;
}

#app {
    min-height: 200px;
    /* display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; */
    margin-top: 20px;
    position: relative;
}

body[data-pc=true] .tool-useguide-modal .tool-useguide {
    border-radius: 10px;
    background: #fafbfc;
    color: #262626;
    font-size: 14px;
    font-style: normal;
    margin-top: 30px;
    padding: 20px;
    max-height: none;
}

.tool-useguide {
    margin-top: 22px;
    max-height: 600px;
    overflow-y: auto;
    background: #f6f7fa;
    border-radius: 10px;
    padding: 30px 50px;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .tool-useguide{
        padding: 10px;
    }
    .tool-container{
        padding:5px;
    }
    .tool-content-container{
        padding: 0;
    }
   .tool-content-container .pc-content{
    padding:0 5px
    }
    
.tool-information .tool-content .tool-title {
    font-size: 14px;
}

}
body[data-pc=true] .tool-useguide-modal .tool-useguide .tool-description {
    margin-top: 10px;
}

.tool-useguide .tool-description {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #8f8f8f;
}

.tool-useguide .tool-description,
.tool-useguide h3 {
    font-family: PingFang SC;
    font-style: normal;
    line-height: 20px;
}
.more-examples a{
line-height: 35px;
}
.toolbuttongroup {
    min-height: 80px;
    padding: 10px 2px;
    text-align: center;
}

.toolbuttongroup button:active {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 0.25rem;
}

.tool_copy,
.tool_clear,
.tool_export {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--semi-color-text-2);
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: var(--semi-color-fill-1);
    margin-right: .5rem;
}

.tool_export:hover {
    color: #3bb346;
}

.tool_copy:hover {
    color: #3bb346;
}

.tool_clear:hover {
    color: #d52515;
}

.tool_scan,
.tool_print {
    width: 100%;
    outline: none;
    border: 1px solid #e5e7eb;
    padding: 5px 10px;
    border-radius: 5px;
}

.tool_print {
    background-color: #f8f8f8;
}

.toolresultinfo {
    color: #1c1f23cc;
    min-height: 2rem;
    line-height: 35px;
    padding-left: 5px;
    border-radius: 3px;
}
.tool_alert{
    z-index: 50;
    padding: 0.5rem 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    left: 50%;   
    transition-duration: 1000ms;
    bottom: 2.5rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    position: fixed;
    border-radius: 0.25rem;
    color: white;
}
@media (max-width: 767px) {
    .tool_alert{
        width: auto;
        left: 25%;
    }
}
.toolparams {
    background-color: var(--semi-color-info-light-default);
    border-radius: 5px;
    margin: 10px 0;
}

.toolparams label {
    cursor: pointer;
}

.toolparams>div {
    padding: 10px;
}
.toolparams select {
    padding: 0.25rem 0.75rem;
}
.toolparams input[type=text] {
    padding: 0.25rem 0.5rem;
}
.toolparams input[type=number] {
    width: 100px;
}
.more_examples a{
    padding: 5px 15px 5px 0;
    
}
/**********tool end****************/


/**********footer start****************/
.footer-empty {
    height: 215px;
}
.footer-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}.footer-content .line {
    border: 1px solid #f6f7fa;
    height: 0;
    width: 100%;
    margin: 0 auto;
}.footer-content .userid-debug-container {
    height: 50px;
}.footer-content .footer-infor {
    display: -webkit-flex;
    display: flex;
}.footer-content .footer-infor .footer-introduce {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #242424;
    height: 18px;
    margin-bottom: 10px;
}.footer-content .footer-infor .license-pc {
    height: 18px;
    line-height: 18px;
}.license-pc a {
    color: #8f8f8f !important;
    position: relative;
    margin: 0 !important;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}.footer-content .footer-infor .copyright-pc {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8f8f8f;
    box-sizing: border-box;
}.footer-content .footer-infor .copyright-pc {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8f8f8f;
    box-sizing: border-box;
}
.license-pc .vertical {
    padding-right: 12px;
    margin-right: 12px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    border-right: 1px solid var(--semi-color-border);
}
@media screen and (max-width:768px) {
    .footer-content .footer-infor .footer-introduce{
        font-size: 14px;
    }
    
}
/**********footer end****************/