@charset "UTF-8";body,html {
    font-family: "Microsoft YaHei";
    --tw-bg-opacity:1;background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

table tr td {
    border: 1px solid #000
}

#resultCell,#resultCell1,#resultCell2 {
    margin-top: .8rem
}

.tool-main {
    background: #fff
}

.tool-main textarea {
    font-weight: 700;
    color: #848080;
    font-size: .9rem
}

.switch-label {
    font-size: 1rem;
    color: #000;
    vertical-align: top;
    font-weight: 400
}

.btn {
    cursor: pointer;
    border: solid 1px #000;
    margin-right: .2rem;
    padding: .1rem;
    color: #00a06a;
    border-radius: .1rem
}

.tooltt-input {
    font-weight: 700;
    color: #9a9090
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pr-1 {
    padding-right: .25rem!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pl-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pr-2 {
    padding-right: .5rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pl-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pr-3 {
    padding-right: 1rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pl-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pr-4 {
    padding-right: 1.5rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pl-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pr-5 {
    padding-right: 3rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.pl-5 {
    padding-left: 3rem!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mr-1 {
    margin-right: .25rem!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.ml-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mr-2 {
    margin-right: .5rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.ml-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mr-3 {
    margin-right: 1rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.ml-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mr-4 {
    margin-right: 1.5rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.ml-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mr-5 {
    margin-right: 3rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.ml-5 {
    margin-left: 3rem!important
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

code,kbd,pre {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.bg-secondary {
    background-color: #6c757d!important
}

.bg-success {
    background-color: #28a745!important
}

.bg-info {
    background-color: #17a2b8!important
}

.bg-danger {
    background-color: #dc3545!important
}

.bg-dark {
    background-color: #343a40!important
}

.text-white {
    color: #fff!important
}

.text-dark {
    color: #343a40!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-italic {
    font-style: italic!important
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.tooltt-switch {
    margin-top: .3rem;
    display: inline-block;
    vertical-align: top
}

.tooltt-switch span {
    color: #00a06a;
    display: inline-block;
    vertical-align: top;
    height: 100%
}

.alert p {
    margin: 0
}

#tooltt-url-down {
    width: 100%
}

.th {
    font-weight: 700;
    background: #000;
    color: #fff
}

.clearfix {
    overflow: hidden
}

.clearfix ::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

h1 {
    font-size: 28px
}

.button {
    margin: 0
}

.ft50 {
    font-size: 50px
}

.ft25 {
    font-size: 25px
}

.ft20 {
    font-size: 20px
}

.ft18 {
    font-size: 18px
}

.list-none {
    list-style-type: none
}

#split-ul li {
    line-height: 30px
}

.red {
    color: red
}

.rounded {
    border-radius: 5000px!important
}

.rounded .switch-paddle {
    border-radius: 5000px!important
}

.rounded .switch-paddle:after {
    border-radius: 50%
}

.radius {
    border-radius: .1875rem
}

.bordered {
    border: .0625rem solid #cacaca
}

.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.tool-des-div {
    line-height: 1.8rem;
    letter-spacing: .1rem
}

.tool-h2 {
    font-size: 1rem
}

@media (max-width: 760px) {
    h1 {
        font-size:22px
    }
}

p {
    font-size: 14px
}

[v-cloak] {
    display: none
}

.w-100 {
    width: 100%
}

.captcha-box {
    height: 50px;
    margin-bottom: 10px
}

.form-error {
    display: block;
    margin-bottom: 6px;
    color: #c33
}

.form-required {
    color: #c33;
    font-weight: 700
}

.page-title {
    margin-top: 25px;
    margin-bottom: 20px
}

.tool-des {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px
}

.checkbox-group input[type=checkbox],.checkbox-group input[type=radio] {
    display: none
}

.checkbox-group label {
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    display: inline-block
}

.checkbox-group label::before {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    font-family: iconfont;
    vertical-align: text-bottom;
    content: "00";
    text-indent: 100px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 6px
}

.checkbox-group label:hover::before {
    content: "\e607";
    color: #ccc;
    text-indent: 0
}

.checkbox-group input[type=checkbox]:checked~label,.checkbox-group input[type=radio]:checked~label {
    color: #1779ba
}

.checkbox-group input[type=checkbox]:checked~label::before,.checkbox-group input[type=radio]:checked~label::before {
    content: "\e607";
    border-color: #1779ba;
    color: #fff;
    background: #1779ba;
    text-indent: 0
}

.checkbox-group input[type=radio]~label::before {
    border-radius: 50%;
    line-height: 17px
}

@media (max-width: 760px) {
    .banner-swiper {
        height:auto
    }

    .banner-swiper .swiper-slide {
        background-position: center center;
        background-size: cover
    }

    .banner-swiper.inited .swiper-slide {
        padding-bottom: 32.5%
    }
}

@media (max-width: 640px) {
    fieldset.fieldset {
        padding:20px 4px
    }

    fieldset.fieldset span.checkbox-group {
        margin-top: 8px;
        margin-bottom: 8px;
        display: inline-block
    }
}

header {
    border-bottom: 1px solid #f3eded
}

header .logo {
    height: 38px
}

header .logo img {
    padding: 10px 20px
}

header .logo {
    line-height: 42px;
    font-size: 16px;
    vertical-align: middle
}

.footer,footer {
    background: #373d41;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #eaeaea;
    color: #999
}

.footer a,footer a {
    color: #73777a
}

.footer a:hover,footer a:hover {
    color: #fff
}

.footer .footer-nav a,footer .footer-nav a {
    color: #9b9ea0;
    margin-right: 35px
}

@media (max-width: 760px) {
    .footer .footer-nav a,footer .footer-nav a {
        margin-right:10px;
        font-size: 13px
    }
}

.footer .footer-nav a:hover,footer .footer-nav a:hover {
    color: #fff
}

.footer .friend-link,footer .friend-link {
    margin-bottom: 20px;
    margin-top: 30px
}

.footer .friend-link a,footer .friend-link a {
    font-size: 14px;
    margin-left: 0;
    margin-right: 15px
}

.footer p.copyright,footer p.copyright {
    font-size: 14px;
    text-align: left;
    color: #73777a
}

#sidebar {
    background: #fff;
    --tw-shadow:0 6px 8px rgba(102,119,136,0.03),0 1px 2px rgba(102,119,136,0.3);--tw-shadow-colored:0 6px 8px var(--tw-shadow-color),0 1px 2px var(--tw-shadow-color);box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.sidebar {
    z-index: 999;
    position: fixed;
    right: 0;
    bottom: 100px
}

@media (max-width: 760px) {
    .sidebar {
        right:10px;
        bottom: 60px
    }

    .sidebar ul li {
        padding: 0!important
    }
}

.sidebar ul {
    list-style-type: none;
    box-shadow: 0 0 3px #ccc
}

.sidebar ul li {
    background: #fff;
    width: 50px;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
    position: relative;
    border-top: 1px solid #ddd
}

.sidebar ul li:hover {
    background: #991010
}

.sidebar ul li:hover i {
    color: #fff
}

.sidebar ul li:hover .hidden-box {
    display: block
}

.sidebar ul li i {
    color: #991010;
    font-size: 30px
}

.sidebar ul li .hidden-box {
    z-index: 999;
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    padding: 6px;
    right: 50px;
    top: 0;
    background: #fff
}

.sidebar ul li .hidden-box img {
    max-width: none
}

.sidebar ul li .hidden-box span {
    color: #3c3c3c;
    font-size: 14px
}

.tooltt-intro {
    position: relative;
    padding-bottom: 10px
}

.tooltt-intro p {
    margin-bottom: 0;
    line-height: 1.6rem
}

.tooltt-intro .toggle-btn {
    width: 100%;
    user-select: none;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none
}

.tooltt-intro .toggle-btn::after {
    background: #fff;
    display: block;
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    cursor: pointer;
    font-family: iconfont;
    content: "\e61b"
}

.tooltt-intro.collapse {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.tooltt-intro.collapse .toggle-btn {
    display: block
}

.tooltt-intro.collapse .toggle-btn::after {
    content: "\e618"
}

#app {
    min-height: 550px
}

#app .tool-main {
    padding: 10px;
    --tw-shadow:0 6px 8px rgba(102,119,136,0.03),0 1px 2px rgba(102,119,136,0.3);--tw-shadow-colored:0 6px 8px var(--tw-shadow-color),0 1px 2px var(--tw-shadow-color);box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

#app aside#sidebar.collapse {
    display: none
}

#app .side-item {
    border: 1px solid #eaeaea;
    margin-top: 20px;
    box-shadow: 2px 2px 6px #eaeaea
}

#app .side-item .side-title {
    color: #fff;
    font-size: 16px;
    line-height: 2.2;
    background: #999;
    padding-left: 10px;
    font-weight: 700
}

#app .side-item .side-body {
    padding: 10px
}

#app .side-item.green-tool-tip {
    color: #009100;
    font-size: 14px;
    font-weight: 600;
    background: #f0fff0;
    margin-bottom: 20px;
    border: 1px solid #dfffdf
}

#app.side-item.tool-tip {
    position: relative;
    margin-top: 0
}

#app .side-item.tool-tip .text-collapse {
    margin-bottom: -10px;
    color: #555;
    min-height: 70px;
    font-size: 14px;
    word-break: break-all
}

#app .side-item.tool-tip .text-collapse.collapse {
    -webkit-line-clamp: 2;
    height: 70px
}

#app .share-div input {
    cursor: pointer;
    font-size: 13px;
    padding-right: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff url(../images/copy.svg) no-repeat top 2px right 3px
}

#app .related-tools ul {
    list-style-type: none;
    margin: 0
}

#app .related-tools ul li {
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#app .related-tools ul li a {
    font-size: 14px
}

button.js-copy {
    color: #fff!important
}

@media screen and (max-width: 600px) {
    .sidebar {
        display:none
    }

    aside {
        border-top: 1px solid #eaeaea;
        margin-top: 50px
    }
}

#dst-editor,#src-editor {
    width: 100%;
    height: 300px;
    margin-top: .8rem
}

#app h1 a {
    color: #00a06a
}

.logo a {
    color: #00a06a;
    font-weight: 700
}

.tool-main ul li {
    font-size: .9rem;
    color: #999
}

.input-group .switch {
    margin-bottom: 0
}
