html {
    scroll-behavior: smooth;
}

.qdb--header {
    height: 70px;
    background: #fff;
    box-shadow: 0 2px 12px 0 #0000000d;
    position: sticky;
    top: 0;
    z-index: 9;
}
.qdb--header .qdb--container {
    display: flex;
    align-items: center;
    height: 70px;
}
.qdb--header .logo {
    width: 216px;
    margin-right: 60px;
}
.qdb--header nav {
    display: flex;
    align-items: center;
}
.qdb--header nav a {
    margin-top: 3px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.32px;
    border-bottom: 3px solid transparent;
    margin-right: 40px;
}
.qdb--header nav a.active {
    font-weight: 500;
    font-size: 16px;
    color: #4384f4;
    border-bottom: 3px solid #4384f4;
}
.qdb--header .button--login {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.28px;
    width: 90px;
    height: 34px;
    border: 1px solid #999;
    border-radius: 18px;
    line-height: 34px;
    text-align: center;
    margin-left: auto;
}

.qdb--footer {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.qdb--footer p {
    margin: 0;
}
.fixed--bar {
    position: fixed;
    z-index: 10;
    top: 40%;
    right: 20px;
    width: 70px;
}
.fixed--bar .addon {
    width: 229px;
    height: 361px;
    background: #fff;
    box-shadow: 0 7px 13px 0 #dfdfdf80;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 6px;
    position: absolute;
    right: 100px;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fixed--bar .addon .icon--close {
    background-image: url(https://image.woshipm.com/2023/06/27/a6e4d660-14bb-11ee-81f1-00163e0b5ff3.png);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-size: cover;
    cursor: pointer;
}
.fixed--bar .addon .title {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 15px;
}
.fixed--bar .addon .qrcode {
    margin-bottom: 15px;
    width: 150px;
    padding: 5px;
    border: 1px dashed #ccc;
    box-sizing: border-box;
}
.fixed--bar .addon .tel {
    background: #f6f6f6;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    padding: 8px 0;
}
.fixed--bar .addon .tel img {
    width: 18px;
    margin-right: 5px;
}
.fixed--bar .addon .text {
    background: #dee9fe;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #4384f4;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    padding: 8px 0;
}
.fixed--bar .item {
    background: #fff;
    box-shadow: 0 7px 13px 0 #dfdfdf80;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 70px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    color: #999;
}
.fixed--bar .item--service {
    background-color: #4384f4;
    color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fixed--bar .item .inner {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fixed--bar .item .inner:hover {
    color: #4384f4;
}
.fixed--bar .item .inner:hover .icon--top {
    background-image: url(https://image.woshipm.com/2023/06/27/e4a3cada-14b4-11ee-95ed-00163e0b5ff3.png);
}
.fixed--bar .item .inner:hover .icon--make {
    background-image: url(https://image.woshipm.com/2023/06/27/b149ed8e-14b6-11ee-bdec-00163e0b5ff3.png);
}
.fixed--bar .item .inner:hover .icon--service {
    background-image: url(https://image.woshipm.com/2023/06/27/c0217976-14b6-11ee-bdec-00163e0b5ff3.png);
}
.fixed--bar .item .inner:hover .icon--file {
    background-image: url(https://image.woshipm.com/2023/06/27/c9d87aa0-14b6-11ee-bdec-00163e0b5ff3.png);
}
.fixed--bar .item .inner:nth-child(2) {
    position: relative;
}
.fixed--bar .item .inner:nth-child(2):after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #e5e5e5;
    bottom: 0;
}
.fixed--bar .item .inner:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #e5e5e5;
    top: 0;
}
.fixed--bar .item__three {
    height: 210px;
}
.fixed--bar .item .icon--top {
    background-image: url(https://image.woshipm.com/2023/06/27/c85e2a02-14ad-11ee-bdec-00163e0b5ff3.png);
    background-size: cover;
    width: 32px;
    height: 15px;
    margin-bottom: 3px;
}
.fixed--bar .item .icon--make {
    background-image: url(https://image.woshipm.com/2023/06/27/61083096-14ad-11ee-b89d-00163e0b5ff3.png);
    width: 32px;
    background-size: cover;
    margin-bottom: 1px;
    height: 25px;
}
.fixed--bar .item .icon--service {
    background-image: url(https://image.woshipm.com/2023/06/27/64dfa74a-14b6-11ee-bdec-00163e0b5ff3.png);
    width: 32px;
    height: 25px;
    background-size: cover;
    margin-bottom: 1px;
}
.fixed--bar .item .icon--file {
    background-image: url(https://image.woshipm.com/2023/06/27/3cc18de4-14ae-11ee-81f1-00163e0b5ff3.png);
    width: 32px;
    height: 25px;
    background-size: cover;
    margin-bottom: 1px;
}
.fixed--bar .item img {
    width: 32px;
    height: 25px;
    object-fit: cover;
    margin-bottom: 3px;
}

.qdb--overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.qdb--dialog {
    width: 701px;
    height: 432px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-image: url(https://image.woshipm.com/2023/06/27/ab1fde62-14b8-11ee-b89d-00163e0b5ff3.png);
    background-size: auto 432px;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
}
.qdb--dialog__contact {
    width: 442px;
    height: auto;
    background: #fff;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
}
.qdb--dialog__contact .contact--success {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.2;
}
.qdb--dialog__contact .contact--title {
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.qdb--dialog__contact .contact--desc {
    font-weight: 400;
    font-size: 14px;
    color: #7f848c;
    margin-bottom: 15px;
}
.qdb--dialog__contact .contact--input {
    background: #f5f5f5;
    border-radius: 6px;
    height: 50px;
    margin-bottom: 12px;
    border: 0;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #7f848c;
}
.qdb--dialog__contact .contact--submit {
    height: 50px;
    background: #4384f4;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border: 0;
}
.qdb--dialog .icon--close {
    background-image: url(https://image.woshipm.com/2023/06/27/a6e4d660-14bb-11ee-81f1-00163e0b5ff3.png);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-size: cover;
    cursor: pointer;
}
.qdb--dialog .left {
    width: 360px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 50px 0 0;
}
.qdb--dialog .left .h--title {
    font-weight: 600;
    font-size: 31px;
    color: #2962e4;
    text-align: center;
}
.qdb--dialog .left .s--title {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.qdb--dialog .left .list {
    padding: 40px 50px 0;
}
.qdb--dialog .left .list .item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #333 ff;
    font-size: 14px;
    font-weight: 300;
}
.qdb--dialog .left .list .item img {
    width: 22px;
    height: 18.04px;
    margin-right: 10px;
}
.qdb--dialog .left .list .item b {
    font-weight: 500;
}
.qdb--dialog .right {
    width: 341px;
    padding: 30px;
    box-sizing: border-box;
}
.qdb--dialog .right--title {
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    color: #333;
}
.qdb--dialog .right--title .avatar {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.qdb--dialog .right .qrcode--area {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    color: #7f848c;
    align-items: center;
    justify-content: center;
}
.qdb--dialog .right .qrcode--area .qrcode {
    width: 180px;
    height: 180px;
    margin: 5px 0 20px;
}
.qdb--dialog .right .qrcode--area b {
    color: #333;
    font-weight: bold;
}
.qdb--dialog__click {
    background-image: url(https://image.woshipm.com/2023/06/30/18a749e4-171a-11ee-8bea-00163e0b5ff3.png);
}
.qdb--dialog__click .left {
    padding: 50px 30px;
}
.qdb--dialog__click .left .h--title {
    font-weight: 600;
    font-size: 25px;
    color: #333;
    text-align: left;
    line-height: 1.2;
}
.qdb--dialog__click .left .s--title {
    text-align: left;
    padding-top: 10px;
}
.qdb--dialog__click .left .list {
    padding: 30px 0;
}
.qdb--dialog__click .left .list .item {
    font-size: 16px;
    padding: 5px 0;
}
.qdb--dialog__click .left .list .item b {
    color: #4384f4;
    margin-right: 5px;
}
.u-hide {
    display: none;
}

.qdb--tabContentItem.hidden {
    display: none;
}

.qdb--heroheader {
    background-position: center;
    background-size: auto 404px;
    background-repeat: no-repeat;
}
.qdb--heroheader .content {
    padding-top: 210px !important;
}