.login-panel-mask {
    background-color: rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 20;
    content: "viewport-units-buggyfill; height: 100vh"
}

.login-panel-container {
    position: absolute;
    background-color: #fff;
    width: 682px;
    padding-top: 454px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    border-radius: 8px
}

.login-panel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.login-panel-inner .login-tip-container {
    position: absolute;
    padding-top: 10%;
    width: 100%
}

.login-panel-inner .login-tip-container .tip {
    color: #242424;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px
}

.login-panel-inner .login-tip-container .sub-tip {
    color: #8f8f8f;
    font-size: 12px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.login-panel-inner .login-tip-container .sub-tip input {
    display: none
}

.login-panel-inner .login-tip-container .sub-tip a {
    text-decoration: none;
    color: #136ce9
}

.login-panel-inner .login-tip-container .sub-tip label {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #b3b3b3;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    box-sizing: border-box
}

.login-panel-inner .login-tip-container .sub-tip label:before {
    display: inline-block;
    content: " ";
    width: 8px;
    height: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    left: 3px;
    position: absolute;
    opacity: 0
}

.login-panel-inner .login-tip-container .sub-tip input:checked+label {
    background: #3697fd;
    border: 0
}

.login-panel-inner .login-tip-container .sub-tip input:checked+label:before {
    opacity: 1;
    -webkit-transform: all .5s;
    transform: all .5s
}

.login-panel-inner .login-tip-container .sub-tip input.warn+label {
    border-color: red
}

.login-panel-inner .login-tip-container .sub-tip input:checked.warn+label {
    border-color: #b3b3b3
}

.login-panel-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.login-btn-container {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.login-btn-container[data-lasttype=qq] .login-btn[data-type=qq]:after,.login-btn-container[data-lasttype=wx] .login-btn[data-type=wx]:after {
    content: "";
    right: -10px;
    top: -7px;
    position: absolute;
    width: 61px;
    height: 25px;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat
}

.login-btn {
    height: 50px;
    width: 55%;
    border-radius: 4px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.login-btn span {
    margin-left: 12px
}

.login-btn[data-type=wx] img {
    width: 27px;
    height: 23px
}

.login-btn[data-type=qq] img {
    width: 22px;
    height: 25px
}

.login-btn[data-type=wx] {
    background-color: #2cc469;
    margin-top: 10px
}

.login-btn[data-type=qq] {
    background-color: #3697fd;
    margin-top: 10px
}

.login-panel-container[data-mobile=true] {
    width: 341px;
    padding-top: 277px
}

.login-footer {
    position: absolute;
    bottom: 12px;
    right: 14px;
    left: 0;
    text-align: right;
    font-size: 12px;
    color: #8f8f8f;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.login-footer a {
    color: #000;
    text-decoration: none
}

.login-footer .auto-login-container {
    display: none;
    margin-left: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.login-footer .auto-login-container input {
    display: none
}

.login-footer .auto-login-container label {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    position: relative;
    cursor: pointer;
    margin-right: 4px;
    box-sizing: border-box
}

.login-footer .auto-login-container input:checked+label {
    background: #3697fd;
    border: 0
}

.login-footer .auto-login-container label:before {
    display: inline-block;
    content: " ";
    width: 8px;
    height: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    left: 3px;
    position: absolute;
    opacity: 0
}

.login-footer .auto-login-container input:checked+label:before {
    opacity: 1;
    -webkit-transform: all .5s;
    transform: all .5s
}

.qbtool-share-mask {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 21;
    top: 0;
    left: 0
}

.modal {
    width: 360px;
    height: 200px;
    background-image: url(https://m4.publicimg.browser.qq.com/publicimg/pcqb/qbtool/tool-share-panel.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    border-radius: 8px;
    bottom: 0;
    left: 50%;
    display: none;
    padding-top: 8px;
    z-index: 20;
    -webkit-transform: translate(-71%,100%);
    transform: translate(-71%,100%)
}

.modal .channel-container {
    width: 682px;
    height: 100%;
    overflow: hidden;
    display: inline-block
}

.modal .channel-list {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.modal .channel-list .channel-item {
    position: relative;
    margin-right: 40px
}

.modal .channel-list .channel-item:nth-child(2) {
    margin-right: 0
}

.modal .channel-list .channel-item img {
    width: 120px;
    height: 120px
}

.modal .channel-list .channel-item .text {
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.modal .channel-list .channel-item .copy-succ-tip {
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    background: #fff;
    border: 1px solid #d4d6d9;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    border-radius: 8px;
    line-height: 36px;
    width: 116px;
    text-align: center;
    font-size: 12px;
    color: #242424
}

.qrcode-container {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.qrcode-container .main-text {
    margin-top: 89px;
    text-align: center;
    color: #242424;
    font-size: 24px
}

.qrcode-container .sub-text {
    color: #242424;
    font-size: 14px;
    text-align: center
}

.qrcode-container .qrcode-box {
    width: 140px;
    height: 140px;
    border: 1px solid #d4d6d9;
    border-radius: 4px;
    margin: 34px auto
}

.qrcode-container .qrcode-box img {
    width: 100%
}

.share-tip {
    padding: 10px 20px;
    position: absolute;
    top: 10px;
    right: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: left;
    align-items: left;
    background: #fff;
    border-radius: 10px;
    border-top-right-radius: 0
}

.share-tip i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url(//upage.imtt.qq.com/upage_cdn_production/img/share/share_right.png) no-repeat 50%;
    background-size: 100% 100%
}

.equity-card-box--18FD0 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

.equity-card-box--18FD0 .equity-card-container--FEVJ- {
    height: 36px;
    line-height: 36px;
    background-color: #f6eee5;
    border-radius: 45px;
    box-sizing: border-box;
    padding-left: 44px;
    padding-right: 14px;
    text-align: center;
    font-size: 14px;
    color: #8e520d;
    position: relative
}

.equity-card-box--18FD0 .equity-card-container--FEVJ-:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://m4.publicimg.browser.qq.com/publicimg/nav/qbtool/equity-enable.png)
}

.equity-card-box--18FD0 .avatar--33OEy {
    margin-left: 12px;
    width: 40px;
    height: 40px
}

.equity-card-box--18FD0 .avatar--33OEy img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.equity-card-box--18FD0 .equity-panel-box--37aeT {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    padding-top: 50px
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- {
    border-radius: 8px;
    width: 300px;
    padding: 12px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 4px 4px 21px 0 rgba(0,0,0,.23137254901960785)
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .user-info--2kwx7 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .user-info--2kwx7 img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .user-info--2kwx7 span {
    margin-left: 12px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .user-info--2kwx7 .logout-btn--2tvj5 {
    color: #8f8f8f;
    font-size: 12px
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ {
    background-color: #fef9f4;
    border-radius: 8px;
    margin-top: 12px
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .main-info--2s3P_ {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 12px 0 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .main-info--2s3P_ .intro--XCPk6 {
    margin-right: 8px
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .main-info--2s3P_ .intro--XCPk6 p {
    color: #8e520d;
    margin: 0;
    font-size: 14px
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .main-info--2s3P_ .main-btn--3yguh {
    background-color: #eebf8a;
    color: #8e520d;
    font-size: 12px;
    padding: 4px 14px;
    border-radius: 24px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .sub-info--2CDHj {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
    color: #666;
    padding-left: 12px
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .split-line--tSuT- {
    height: 1px;
    background-color: #e8e8e8;
    margin: 8px 12px
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .extra-info--13QDe {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 11px;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .extra-info--13QDe a {
    text-decoration: none;
    color: #242424;
    font-size: 14px;
    position: relative
}

.equity-card-box--18FD0 .equity-panel-box--37aeT .equity-panel-container--3yY9- .equity-main--2Nix_ .extra-info--13QDe .split-line-col--1e6-I {
    width: 1px;
    height: 10px;
    background-color: rgba(0,0,0,.08)
}

.tool-comment {
    margin-top: 23px
}

.tool-comment .tool-comment-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.tool-comment .tool-comment-top .tool-comment-count {
    height: 16px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%
}

.tool-comment .tool-comment-top .tool-score {
    margin-left: 16.75px;
    height: 22.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.tool-comment .tool-comment-top .tool-score svg {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.tool-comment .tool-comment-main {
    height: 192.5px;
    padding: 0;
    margin-top: 26.5px;
    list-style: none;
    overflow: hidden
}

.tool-content-container .line {
    border: 1px solid #f6f7fa;
    height: 0;
    width: 94%;
    margin: 0 auto
}

.tool-content-container .comment-submit {
    padding: 20px 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    position: relative
}

.tool-content-container .comment-submit .tool-star {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

.tool-content-container .comment-submit .tool-star .star-score {
    margin-right: 5px;
    width: 25px;
    height: 25px
}

.tool-content-container .comment-submit .user-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 21px
}

body[data-pc=true] .tool-comment .tool-score {
    margin-left: 0
}

body[data-pc=true] .tool-comment .tool-score svg {
    width: 16px;
    height: 16px;
    margin-right: 2px
}

body[data-pc=true] .tool-content-container .comment-submit {
    padding: 20px 30px
}

body,html,li,ul {
    padding: 0;
    margin: 0
}

#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;
    visibility: hidden
}

#login-container {
    position: relative;
    margin-right: 15px;
    background: linear-gradient(91.96deg,#9350e6 .83%,#3e6ae3 98.34%);
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    width: 66px;
    text-align: center;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

#login-container.is-login {
    height: 40px
}

#login-container.is-login img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

#login-container.is-login {
    background: unset;
    padding: 0;
    opacity: 1;
    width: unset;
    width: 40px
}

#login-container img {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

#login-container.nopc {
    width: 1.8rem;
    display: block;
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 5%;
    z-index: 1
}

.main-content {
    display: flow-root
}

.top-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 1140px;
    margin: 0 auto
}

.top-content #login-container {
    margin-right: 0
}

.tool-container {
    background: #f6f7fa;
    width: 1140px;
    padding: 20px
}

.tool-container,.tool-content-container {
    border-radius: 10px;
    box-sizing: border-box
}

.tool-content-container {
    background: #fff;
    position: relative
}

.tool-content-container ::-webkit-scrollbar {
    width: 3px
}

.tool-content-container ::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #e8e8fd
}

.tool-content-container .pc-content {
    padding: 0 30px 30px;
    overflow: auto
}

body[data-pc=false] .tool-container {
    height: unset;
    width: unset;
    padding: 10px;
    background: #f6f7fa;
    border-radius: 10px;
    display: block
}

body[data-pc=false] .tool-content-container {
    padding: 0 15px;
    overflow: hidden
}

body[data-pc=false] .tool-content-container .mobile-container {
    background: #f6f7fa;
    padding: 10px;
    border-radius: 10px
}

body[data-pc=false] .tool-content-container .mobile-container .mobile-content-top {
    background: #fff;
    border-radius: 10px
}

body[data-pc=false] .tool-content-container .mobile-container .mobile-content-bottom {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px
}

main {
    width: 1140px;
    min-height: -webkit-calc(100vh - 110px);
    min-height: calc(100vh - 110px);
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    content: "viewport-units-buggyfill; min-height: -webkit-calc(100vh -110px); min-height: calc(100vh -110px)"
}

@media (min-width: 768px) {
    main {
        width:750px
    }
}

@media (min-width: 992px) {
    main {
        width:1140px
    }
}

@media (max-width: 767px) {
    main {
        width:100%
    }
}

.recommend-title {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.recommend-title span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    color: #242424
}

.recommend-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.recommend-container .recommend-item {
    display: block;
    text-decoration: none;
    width: 360px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 30px;
    box-sizing: border-box
}

.recommend-container .recommend-item:nth-child(3n) {
    margin-right: 0
}

.recommend-container .recommend-item img {
    width: 60px;
    height: 60px;
    margin-left: 20px
}

.recommend-container .recommend-item .recommend-info {
    margin-left: 10px
}

.recommend-container .recommend-item .title {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #242424
}

.recommend-container .recommend-item .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #8f8f8f;
    max-width: 240px;
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.footer-placeholder {
    height: 173px
}

.footer {
    margin-top: 66px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.footer a {
    text-decoration: none;
    color: #136ce9
}

.footer span {
    color: #7b7b7b
}

.footer .link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.footer .link .logo {
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.footer .userid-debug-container {
    height: 50px
}

.copyright {
    text-align: center
}

.footer-placeholder-pc {
    height: 215px
}

.footer-pc {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    width: 1140px
}

.footer-pc .line {
    border: 1px solid #f6f7fa;
    height: 0;
    width: 100%;
    margin: 0 auto
}

.footer-pc a {
    text-decoration: none
}

.footer-pc .userid-debug-container {
    height: 50px
}

.footer-pc .footer-infor {
    display: -webkit-flex;
    display: flex
}

.footer-pc .footer-infor .license-pc {
    height: 18px;
    line-height: 18px
}

.footer-pc .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-pc .footer-infor .logo {
    margin-right: 30px;
    height: 30px;
    width: 27px
}

.footer-pc .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-pc .footer-infor .copyright-pc span {
    line-height: 18px
}

.footer-pc .footer-infor .qrcode {
    -webkit-flex: 1;
    flex: 1
}

.footer-pc .footer-infor .qrcode img {
    right: 0;
    top: 0;
    width: 79px;
    height: 79px;
    float: right
}

header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 35px
}

header .menu {
    width: 24px;
    height: 21px;
    margin-left: 18px;
    margin-right: 18px
}

header .logo-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none
}

header .logo-container .logo {
    width: 30px;
    height: 30px;
    margin-right: 13px
}

header .logo-container .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    white-space: nowrap
}

header .logo-container .sub-title {
    font-size: 10px;
    white-space: nowrap;
    color: #000
}

body[data-pc=false] .search-container .search-icon {
    margin: 0 5px 0 20px
}

body[data-pc=false] .search-container .statistics-container {
    left: 65px
}

body[data-pc=false] .search-wrapper {
    margin: 42px 15px 15px
}

body[data-pc=false] .left-nav-placeholder {
    width: 0;
    display: none
}

body[data-pc=false] .left-nav {
    width: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body[data-pc=false] .left-nav.open {
    width: 82.05128205%
}

body[data-pc=false] .category-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0
}

body[data-pc=false] .share-btn {
    position: fixed;
    width: 54px;
    height: 54px;
    right: 10px;
    bottom: 20vh;
    border-radius: 0;
    z-index: 20;
    background-image: none;
    content: "viewport-units-buggyfill; bottom: 20vh"
}

body[data-pc=true] .share-btn {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-image: url(https://m4.publicimg.browser.qq.com/publicimg/nav/qbtool/share_icon.png);
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #f6f7fa;
    border-radius: 20px;
    position: relative
}

.left-nav-placeholder {
    float: left
}

.left-nav,.left-nav-placeholder {
    width: 240px;
    height: 100vh;
    content: "viewport-units-buggyfill; height: 100vh"
}

.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:hover ::-webkit-scrollbar-thumb {
    visibility: visible
}

.left-nav ::-webkit-scrollbar {
    width: 3px
}

.left-nav ::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #e8e8fd;
    visibility: hidden
}

.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 img {
    width: 30px;
    height: 30px;
    margin-right: 23px
}

.left-nav .logo-container div {
    color: #000
}

.left-nav .logo-container div span {
    display: block
}

.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 .left-nav-inner {
    overflow: auto;
    width: 100%;
    -webkit-flex: 1;
    flex: 1
}

.category-container {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.category-container .category-entry-wrapper {
    margin: 20px 10px 0
}

.category-container .category-entry-wrapper:first-child {
    margin-top: 0
}

.category-container .category-entry-wrapper:last-child {
    margin-bottom: 20px
}

.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[data-actived=true] {
    background: #e8e8fd;
    border-radius: 10px
}

.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 span {
    font-size: 16px;
    line-height: 23px;
    color: #242424
}

.category-subentry-item-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.category-container li {
    position: relative;
    white-space: nowrap;
    list-style: none
}

.category-container li[data-children=true] .category-entry-subentry-icon {
    background-size: cover;
    background-position: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 11px;
    top: 11px;
    cursor: pointer
}

.category-container li[data-children=true] .category-subentry-item-container {
    height: 0;
    overflow: hidden
}

.category-container li[data-children=true] .category-subentry-item-container .category-subentry-item {
    box-sizing: border-box;
    padding-left: 60px;
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #242424;
    position: relative
}

.category-container li[data-children=true] .category-subentry-item-container .category-subentry-item[data-actived=true] {
    background: #e8e8fd;
    border-radius: 10px;
    width: 100%
}

.category-container li[data-children=true] .category-subentry-item-container .category-subentry-item.category-entry-item__holiday {
    position: relative
}

.category-container li[data-children=true] .category-subentry-item-container .category-subentry-item .subentry-item-badge {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 80px;
    height: 24px;
    background-color: #ff3227;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 0 10px;
    padding: 0 4px
}

.category-container li[data-children=true][data-open=false] .category-entry-subentry-icon {
    background-image: url(https://m4.publicimg.browser.qq.com/publicimg/nav/qbtool/array-down.png)
}

.category-container li[data-children=true][data-open=false] .category-subentry-item-container {
    height: 0
}

.category-container li[data-children=true][data-open=true] .category-subentry-item-container {
    height: auto
}

.category-container li[data-children=true][data-open=true] .category-entry-subentry-icon {
    background-image: url(https://m4.publicimg.browser.qq.com/publicimg/nav/qbtool/array-up.png)
}

.bottom-fixed-content {
    width: 100%
}

.bottom-fixed-content .bottom-fixed-content-item {
    color: #242424;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    height: 43px;
    margin-top: 10px;
    white-space: nowrap
}

.bottom-fixed-content .bottom-fixed-content-item:first-child {
    margin-top: 0
}

.bottom-fixed-content .bottom-fixed-content-item img {
    width: 20px;
    height: 20px;
    margin-left: 30px;
    margin-right: 10px
}

.nav-button-wrap {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 2
}

.nav-button-wrap .nav-button-item {
    width: 50px;
    margin-bottom: 10px;
    position: relative
}

.nav-button-wrap .nav-button-item,.nav-button-wrap .nav-button-item .qqgroup-tip {
    box-sizing: border-box;
    height: 50px;
    background: #fff;
    border: 1px solid #e5eafb;
    border-radius: 10px
}

.nav-button-wrap .nav-button-item .qqgroup-tip {
    width: 151px;
    position: absolute;
    right: 55px;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 15.2381px;
    line-height: 23px;
    color: #242424;
    visibility: hidden
}

.nav-button-wrap .nav-button-item:nth-child(2):hover .qqgroup-tip {
    visibility: visible
}

.nav-button-wrap .nav-button-item:last-child {
    margin-bottom: 0
}

.nav-button-wrap a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer
}

.nav-button-wrap a .nav-button-text {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #242424
}

.nav-button-wrap a .nav-button-img {
    width: 14px;
    height: 16px
}

.search-wrapper {
    height: 50px;
    margin: 30px 20px 30px 0;
    -webkit-flex: 1;
    flex: 1
}

.search-container {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    background: #f6f7fa;
    border-radius: 30px;
    overflow: hidden;
}

.search-container ::-webkit-scrollbar {
    width: 3px
}

.search-container ::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #e8e8fd
}

.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-icon {
    width: 40px;
    height: 40px;
    left: 20px;
    margin: 0 5px 0 20px
}

.search-container .search-area .search-input {
    border: 0;
    outline: none;
    background: #f6f7fa;
    line-height: 30px;
    margin-right: 20px;
    -webkit-flex-grow: 1;
    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-panel {
    width: 100%;
    position: relative;
    background: #f6f7fa;
    z-index: 1;
    max-height: 448px;
    overflow-y: auto
}

.search-container .search-panel:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 1px;
    background-color: #e8e9eb
}

.search-container .search-panel .search-panel-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 13px 0;
    text-decoration: none
}

.search-container .search-panel .search-panel-item:hover {
    background-color: #e8eaf0
}

.search-container .search-panel .search-panel-item img {
    width: 24px;
    height: 24px;
    margin-left: 28px;
    margin-right: 10px
}

.search-container .search-panel .search-panel-item span {
    font-size: 16px;
    line-height: 30px;
    color: #242424
}

.license {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 5px
}

.license a {
    padding: 0 5px;
    color: #7b7b7b!important;
    position: relative;
    margin: 0!important
}

.license a:first-child {
    padding-right: 6px
}

.license a:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #7b7b7b
}

.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
}

.license-pc a:first-child {
    padding-right: 12px
}

.license-pc a:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #8f8f8f
}

.license-pc a:last-child {
    padding-left: 11px
}

body[data-pc=true] .tool-usage-container {
    box-sizing: border-box;
    padding-bottom: 20px;
    border-radius: 10px
}

body[data-pc=true] .tool-usage-container ::-webkit-scrollbar {
    width: 3px
}

body[data-pc=true] .tool-usage-container ::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #e8e8fd
}

body[data-pc=true] .tool-extra-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

body[data-pc=true] .tool-comment {
    margin-top: 0
}

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
}

body[data-pc=true] .tool-useguide-modal .tool-useguide img {
    width: auto
}

body[data-pc=true] .tool-useguide-modal .tool-useguide h3 {
    color: #242424;
    color: var(--a-1,#242424);
    font-size: 16px;
    font-weight: 600
}

body[data-pc=true] .tool-useguide-modal .tool-useguide .tool-description {
    margin-top: 10px
}

body[data-pc=false] .tool-usage-container {
    margin-top: 10px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 10px
}

body[data-pc=false] .tool-usage-container .tool-comment {
    height: unset
}

.tool-info {
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.tool-info .vip-icon {
    width: 75px;
    height: 28px
}

.tool-info .icon {
    width: 50px;
    height: 50px
}

.tool-info .tool-content {
    margin-left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.tool-info .tool-content .tool-title {
    height: 30px;
    line-height: 30px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 16px
}

.tool-info .tool-content .tool-pv-count {
    color: #000
}

.tool-info .tool-content .tool-pv-count,.tool-info .tool-ideaby {
    height: 14px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%
}

.tool-info .tool-ideaby {
    color: #8f8f8f;
    margin-right: 20px
}

body[data-pc=false] .tool-useguide {
    height: unset
}

.tool-useguide {
    margin-top: 22px;
    max-height: 600px;
    overflow-y: auto;
    background: #f6f7fa;
    border-radius: 10px;
    padding: 30px 50px;
    box-sizing: border-box
}

.tool-useguide img {
    width: 100%
}

.tool-useguide h3 {
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #242424
}

.tool-useguide .tool-description,.tool-useguide h3 {
    font-family: PingFang SC;
    font-style: normal;
    line-height: 20px
}

.tool-useguide .tool-description {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #8f8f8f
}

.container--6uKcC {
    min-height: 578px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    border: 1px solid #e8ebed;
    background: #fafbfc
}

@media screen and (max-width: 650px) {
    .container--6uKcC {
        -webkit-flex-direction:column-reverse;
        flex-direction: column-reverse
    }
}

.container--6uKcC .left--cP9Kq {
    -webkit-flex: 6;
    flex: 6
}

.container--6uKcC .divider--3BQkL {
    width: 1px;
    margin: 30px 0;
    background: #e8ebed
}

@media screen and (max-width: 650px) {
    .container--6uKcC .divider--3BQkL {
        margin:0
    }
}

.container--6uKcC .right--42Ix4 {
    -webkit-flex: 4;
    flex: 4
}

.process-header--1P5S6 {
    height: 80px;
    margin: 40px 51px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 650px) {
    .process-header--1P5S6 {
        margin:20px 15px 0
    }
}

.process-header--1P5S6 .file-icon--376ir {
    width: 30px;
    height: 30px;
    margin-right: 2px
}

.process-header--1P5S6 .file-name--3qfhO {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%
}

.process-middle--2Kd4P {
    padding: 0 51px
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P {
        padding:0 15px
    }
}

.process-middle--2Kd4P .text-setting-area--2H9Tu {
    margin-top: 33px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .text-setting-area--2H9Tu {
        -webkit-flex-direction:column;
        flex-direction: column;
        margin-top: 0;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.process-middle--2Kd4P .text-setting-area--2H9Tu .text-setting-label--2HPFd {
    width: 86px;
    text-align: left;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .text-setting-area--2H9Tu .text-setting-label--2HPFd {
        width:auto;
        margin-bottom: 17px
    }
}

.process-middle--2Kd4P .text-setting-area--2H9Tu .text-input--VeVd- {
    width: 324px;
    height: 44px;
    padding: 0 14px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    border-radius: 6px;
    border: 1px solid #8e9caa
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .text-setting-area--2H9Tu .text-input--VeVd- {
        /*width:auto*/
    }
}

.process-middle--2Kd4P .text-setting-area--2H9Tu .text-input--VeVd-:focus {
    border: 1px solid #136ce9
}

.process-middle--2Kd4P .font-setting-area---1ulx {
    margin-top: 27px;
    margin-left: 86px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .font-setting-area---1ulx {
        margin:17px auto 0
    }
}

.process-middle--2Kd4P .font-setting-area---1ulx .font-color-select--1bDiV {
    height: 38px;
    margin-left: 20px;
    padding: 0 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #8e9caa
}

.process-middle--2Kd4P .font-setting-area---1ulx .font-color-select--1bDiV .color-previewer--EVzPr {
    width: 22px;
    height: 22px;
    margin-right: 18px;
    border-radius: 11px
}

.process-middle--2Kd4P .opacity-setting-area--1qh2I {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .opacity-setting-area--1qh2I {
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.process-middle--2Kd4P .opacity-setting-area--1qh2I .style-setting-label--ASneL {
    width: 86px;
    text-align: left;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .opacity-setting-area--1qh2I .style-setting-label--ASneL {
        width:auto;
        margin-bottom: 10px;
        -webkit-flex-basis: 100%;
        flex-basis: 100%
    }
}

.process-middle--2Kd4P .opacity-setting-area--1qh2I .opacity-setting-label--1tw4k {
    margin-right: 22px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .opacity-setting-area--1qh2I .opacity-setting-label--1tw4k {
        margin-right:2px
    }
}

.process-middle--2Kd4P .opacity-setting-area--1qh2I .opacity-input--3qnAw {
    width: 221px;
    height: 4px;
    margin-right: 12px
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .opacity-setting-area--1qh2I .opacity-input--3qnAw {
        width:auto
    }
}

.process-middle--2Kd4P .opacity-setting-area--1qh2I .opacity-text--1-umq {
    width: 77px;
    padding: 12px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 6px;
    border: 1px solid #8e9caa
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .opacity-setting-area--1qh2I .opacity-text--1-umq {
        width:auto;
        padding: 12px 0;
        -webkit-flex: 1;
        flex: 1
    }
}

.process-middle--2Kd4P .mode-setting-area--1mJJx {
    padding: 0 86px;
    margin-top: 21px
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .mode-setting-area--1mJJx {
        padding:0
    }
}

.process-middle--2Kd4P .rotate-setting-area--1Vag6 {
    padding: 0 86px;
    margin-top: 21px
}

@media screen and (max-width: 650px) {
    .process-middle--2Kd4P .rotate-setting-area--1Vag6 {
        padding:0
    }
}

.process-footer--2RNS3 {
    margin-top: 70px;
    margin-bottom: 84px;
    padding: 0 51px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width: 650px) {
    .process-footer--2RNS3 {
        margin-top:30px;
        margin-bottom: 44px;
        padding: 0;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.process-footer--2RNS3 .reset-btn--3Dysn {
    margin-right: 29px;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle;
    color: #5a7080;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #5a7080;
    padding: 16px 60px;
    cursor: pointer
}

@media screen and (max-width: 650px) {
    .process-footer--2RNS3 .reset-btn--3Dysn {
        padding:10px 20px;
        margin-right: 10px;
        white-space: nowrap
    }
}

.process-footer--2RNS3 .main-btn--qE4ZT {
    margin-right: 26px;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle;
    padding: 16px 60px;
    border-radius: 8px;
    background: #136ce9;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

@media screen and (max-width: 650px) {
    .process-footer--2RNS3 .main-btn--qE4ZT {
        padding:10px 20px;
        margin-right: 0;
        white-space: nowrap
    }
}

.process-footer--2RNS3 .main-btn--qE4ZT[data-loading=true] {
    background: #8bbefc
}

.process-footer--2RNS3 .process-tip--n_EeH {
    color: #333;
    font-size: 16.627px;
    font-weight: 400;
    line-height: 24.941px
}

.right--42Ix4 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.right--42Ix4 .preview-canvas--2JICu {
    width: 289px;
    height: 409px;
    border-radius: 12px;
    border: 1px solid #b0b0b0;
    background: #fff
}

@media screen and (max-width: 650px) {
    .right--42Ix4 .preview-canvas--2JICu {
        margin-top:10px
    }
}

.right--42Ix4 .preview-tip--2aDHA {
    margin-top: 23px;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%
}

.color-over--2_tmi {
    position: relative
}

.color-over--2_tmi .color-popover--3GXyL {
    position: absolute;
    z-index: 2
}

.color-over--2_tmi .color-cover--1lONN {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.margin-right--hGiJ5 {
    margin-right: 26px
}

@media screen and (max-width: 650px) {
    .margin-right--hGiJ5 {
        margin-right:0
    }
}

.qbtool-compliance-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.qbtool-compliance-mask p {
    margin: 0
}

.qbtool-compliance-mask .qbtool-compliance-inner {
    box-sizing: border-box;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 536px;
    border: 1px solid #d4d6d9;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    border-radius: 8px
}

.qbtool-compliance-mask .qbtool-compliance-content {
    overflow-y: scroll;
    height: 50%;
    max-height: 406px
}

.qbtool-compliance-mask .qbtool-compliance-btn-list {
    margin-top: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center
}

.qbtool-compliance-mask .qbtool-compliance-btn-list div {
    width: 60px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer
}

.qbtool-compliance-mask .qbtool-compliance-btn-list .qbtool-compliance-confirm-btn {
    margin-right: 12px;
    background: #136ce9;
    color: #fff
}

.qbtool-compliance-mask .qbtool-compliance-btn-list .qbtool-compliance-reject-btn {
    background: #fff;
    border: 1px solid #d4d6d9;
    color: #242424
}

.file-upload-container--3xUAq {
    position: relative;
    padding-top: 40%
}

.file-upload-container--3xUAq .inner-wrap--30Vk1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 2px dashed #e2e2e2;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    border-radius: 24px;
    background-color: #fff;
    overflow: hidden
}

.file-upload-container--3xUAq .drag-text--1I0wF p {
    font-size: 14px;
    text-align: center;
    color: #979797;
    line-height: 20px;
    margin: 0;
    padding: 5px 0
}

.file-upload-container--3xUAq .upload-btn--3b3pe {
    padding: 8px 30px;
    text-align: center;
    background: #136ce9;
    border-radius: 8px;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fafafa;
    cursor: pointer
}

.file-upload-container--3xUAq .upload-btn--3b3pe[data-disable=true] {
    background: hsla(0,0%,43.5%,.4)
}

.file-upload-container--3xUAq .error-msg--3Uj8J {
    color: red;
    width: 100%;
    margin-top: 10px;
    line-height: 20px;
    font-size: 13px;
    text-align: center
}

.file-upload-container--3xUAq .tip--3vigf {
    color: #aaa;
    font-size: 12px;
    margin-top: 5px
}

.file-upload-container--3xUAq .pending--3s7nF {
    color: #aaa;
    font-size: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
.css-182didf.MuiSelect-select {
    height: auto;
    min-height: 1.4375em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.css-182didf {
    appearance: none;
    user-select: none;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
    color: currentcolor;
    border: 0px;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 8.5px 14px;
}

