.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(https://m4.publicimg.browser.qq.com/publicimg/nav/qbtool/last-login-tip.png);
    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: 5px;
    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-bottom: 12px;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    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: 20px
}

.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: 25px
}

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: 40px;
    height: 40px;
    margin-right: 13px
}

header .logo-container .title {
    font-weight: 600;
    font-size: 13px;
    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
}

.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;
    border: 2px dashed #e2e2e2;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    border-radius: 24px;
    background-color: #fff;
    overflow: hidden;
    margin: 50px;
}

.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
}

.tip--2c91V {
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 13px
}

.pdf-processing-container--33qak {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 50px 0 hsla(0,0%,50.2%,.1);
    height: 100%;
    border-radius: 20px
}

.pdf-processing-container--33qak .selected-list--1Jd5j {
    padding: 0 25px;
    z-index: 999;
    opacity: 1
}

.pdf-processing-container--33qak .selected-list-sticky--3gDTL {
    opacity: .9
}

.pdf-processing-container--33qak .inner-wrap--2fWQY {
    display: -webkit-flex;
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    height: 500px;
    box-sizing: border-box;
    overflow-y: scroll
}

.pdf-processing-container--33qak .inner-wrap--2fWQY .pdf-container--2N86U {
    background: rgba(246,246,248,.6705882352941176);
    width: 170px;
    height: 240.061px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e8ebed;
    box-sizing: border-box;
    text-align: center;
    padding: 25px 10px;
    cursor: pointer;
    margin: 12px
}

.pdf-processing-container--33qak .inner-wrap--2fWQY .pdf-container--2N86U .pdf-img-container--1tXpk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 211px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.pdf-processing-container--33qak .inner-wrap--2fWQY .pdf-container--2N86U .pdf-img--3s-fb {
    width: 116px;
    max-width: 100%;
    height: auto;
    max-height: 211px;
    margin: 10px auto 0
}

.pdf-processing-container--33qak .inner-wrap--2fWQY .pdf-container--2N86U .wide-img--3J0GC {
    width: 138px
}

.pdf-processing-container--33qak .inner-wrap--2fWQY .pdf-container--2N86U .pdf-index--Njd6O {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    height: 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    border-top: 1px solid #e8ebed;
    font-size: 12px;
    line-height: 30px
}

.pdf-processing-container--33qak .inner-wrap--2fWQY .pdf-container--2N86U .checkbox--2LWHb {
    position: absolute;
    top: 6px;
    left: 6px
}

.pdf-processing-container--33qak .inner-wrap--2fWQY .pdf-container--2N86U:hover {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2)
}

.pdf-processing-container--33qak .operate-container--3eekZ {
    height: 84px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
    padding: 0 37px
}

.pdf-processing-container--33qak .operate-container--3eekZ .selected-pdf--8prfH {
    color: #007cff;
    -webkit-flex: 1;
    flex: 1;
    max-height: 60px;
    overflow: auto
}

@media screen and (max-width: 800px) {
    .pdf-processing-container--33qak .operate-container--3eekZ {
        display:block;
        height: auto;
        min-height: 84px;
        padding: 10px
    }

    .pdf-processing-container--33qak .operate-container--3eekZ .selected-pdf--8prfH {
        max-height: none;
        margin: 0 auto 10px
    }

    .pdf-processing-container--33qak .operate-container--3eekZ .wait--2_CIS {
        float: right
    }
}

.pdf-processing-container--33qak .wait--2_CIS {
    color: #666;
    text-align: center;
    font-size: 14px;
    margin-right: 20px
}

.pdf-processing-container--33qak .main-btn--1PL4S {
    position: relative;
    overflow: hidden;
    padding: 7.5px 35px;
    display: -webkit-inline-flex;
    display: inline-flex;
    border-radius: 7px;
    background: #136ce9;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle
}

.pdf-processing-container--33qak .main-btn--1PL4S span {
    z-index: 1
}

.pdf-processing-container--33qak .main-btn--1PL4S .progress--2h5Qd {
    background-color: #136ce9;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0
}

.pdf-processing-container--33qak .main-btn--1PL4S[data-loading=true] {
    background: #8bbefc
}

.pdf-processing-container--33qak .reset-btn--1cFnR {
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle;
    font-size: 14px;
    color: #136ce9;
    border-radius: 7px;
    border: 1px solid #136ce9;
    padding: 6.5px 20px;
    cursor: pointer;
    margin-right: 10px
}

@media only screen and (min-width: 769px) {
    .xiufuimg {
        height: 65%; /* 在屏幕宽度大于768px时，高度设置为500px */
    }
}
.xiufuimg {
   max-height: 505px;
   max-width: 505px;
}


/*阴影*/
.yiny {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}

.pop {
    position: absolute;
    top: 40%; left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: none
}

/*提示选择框*/

.mask-dialog{
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99999;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}

.dialog-box{
    width: 80%;
    max-width: 300px;
    height: 190px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}
.dialog-box .dialog-btn{
    width: 100%;
    display: flex;
    display: -webkit-box;
    justify-content: space-between;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
}
.dialog-box .dialog-btn .btnn{
    flex: 2;
    -webkit-flex: 2;
    -webkit-box-flex: 2;
    width: 1px;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.dialog-box .dialog-btn .btn-left{
    border-right: 1px solid #e5e5e5;
    color: #4287FF;
}
.dialog-box .dialog-btn .btn-right{
    color: #F5445C;
}

