.daetool-footer {
    display: flex;
    width: 100%;
    background: rgb(31, 31, 36);
    box-sizing: border-box;
    position: relative;
    padding-top: 40px;
}
.daetool-footer-content {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
}
.daetool-footer-content-top {
    display: flex;
    padding-bottom: 40px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1015);
}
.daetool-footer-content-top .top-title {
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.daetool-footer-content-top-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.daetool-footer-content-top-left img {
    width: 106.001px;
    height: 102px;
    flex-shrink: 0;
}
.daetool-footer-content-top-left span {
    color: #F4F4F4;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.daetool-footer-content-top-right .about-us-box > p {
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.daetool-footer-content-top-right .about-us-box .wx-box {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 12px;
}
.daetool-footer-content-top-right .about-us-box .wx-box .qrcode {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.daetool-footer-content-top-right .about-us-box .wx-box .qrcode span {
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}
.daetool-footer-content-top-right .about-us-box .wx-box .qrcode img {
    width: 112px;
    height: 112px;
}
.daetool-footer-content-top-middle {
    display: flex;
    gap: 145px;
}
.daetool-footer-content-top-middle-product {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.daetool-footer-content-top-middle-product a {
    width: fit-content;
    color: #F4F4F4;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.daetool-footer-content-top-middle .contact-us {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.daetool-footer-content-top-middle .contact-us a {
    color: #F4F4F4;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.daetool-footer-content-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 27px;
}
.daetool-footer-content-bottom-left {
    display: flex;
    gap: 40px;
}
.daetool-footer-content-bottom-left a {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.3025;
}
.daetool-footer-content-bottom-right {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.45;
}
.daetool-footer-content-bottom-right a {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

#YSF-BTN-HOLDER {
    display: none !important;
}