* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 1450px;
}


.main {
    min-height: calc(100vh - 150px);
}

/* 页面悬浮按钮区样式 */
.page-hover-btn-container {
    width: 48px;
    position: fixed;
    top: 470px;
    right: 16px;
    z-index: 1;
}

.page-hover-btn-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.page-hover-btn-item:hover .service-phone-popover-container {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.page-hover-btn-item-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(0, 102, 255, 0.1);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    position: relative;
}

.page-hover-btn-item-img-blue {
    background-color: #0066ff;
    transition: all 0.3s;
}

.page-hover-btn-item:hover .page-hover-btn-item-text {
    color: rgba(102, 102, 102, 0.8);
}

.service-phone-popover-container {
    width: 160px;
    height: 72px;
    position: absolute;
    left: -160px;
    top: -20px;
    cursor: auto;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s;
    user-select: text;
}

.service-phone-popover {
    width: 140px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-phone-popover-arrow {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 28px;
    right: 12px;
}

.service-phone-popover-title {
    font-size: 14px;
    color: #1f1f1f;
}

.service-phone-popover-number {
    margin-top: 6px;
    font-size: 14px;
    color: #1677ff;
}

.page-hover-btn-item-text {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

/* 头部导航区样式 */

.header-home, .header-other {
    transition: background-color 0.3s;
}

.header-home {
    width: 100%;
    min-width: 1450px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}

.header-other {
    width: 100%;
    min-width: 1450px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo {
    height: 34px;
    width: 124px;
    cursor: pointer;
    margin-right: 32px;
    user-select: none;
}

.nav {
    display: flex;
}

.nav-item {
    width: 120px;
    text-align: center;
    list-style: none;
    margin-right: 16px;
}

.nav-item > a {
    text-decoration: none;
    outline: none;
    font-size: 16px;
    color: #262626;
    user-select: none;
    transition: all 0.3s;
}

.nav-item > a:hover {
    color: #0066ff;
}

.nav-item-active {
    color: #0066ff !important;
    font-weight: bold;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-other-search-container {
    margin-right: 20px;
    width: 260px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    transition: all 0.3s;
}

.header-other-search-container:hover {
    border-color: #0066ff;
}

.header-other-search-left {
    display: flex;
    align-items: center;
}

.header-other-search-input-icon-container {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s;
}

.header-other-search-input-icon-container-blur {
    width: 12px;
}

.header-other-search-input-icon {
    user-select: auto;
}

.header-other-search-input-icon-blur {
    visibility: hidden;
}

.header-other-search-input {
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
}

input::placeholder {
    color: #999;
}

.header-other-search-input-btn-hidden {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.header-other-search-input-btn-hidden a{
    height: 18px;
}

.header-other-search-input-btn {
    visibility: visible;
    opacity: 1;
    width: 48px;
    background-color: #0066ff;
    box-shadow: inset 0 0 24px hsla(0, 0%, 100%, 0.24);
}

.call-container {
    display: flex;
    align-items: center;
}

.icon-call {
    user-select: none;
}

.call-number {
    font-size: 20px;
    color: #0066ff;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 16px;
}

.consult-btn {
    width: 168px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #0066ff;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
}

.consult-btn:hover {
    background-color: rgba(0, 102, 255, 0.8);
}

.breadcrumb {
    width: 1400px;
    margin: auto;
    padding: 14px 0 6px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumb-optional {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.45);
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}

.breadcrumb-optional:hover {
    color: rgba(0, 0, 0, 0.65);
}

.breadcrumb-split {
    color: rgba(0, 0, 0, 0.45);
    margin: 0 5px 0 4px;
}

.breadcrumb-current-page {
    cursor: pointer;
    color: #262626;
    text-decoration: none;
    outline: none;
}

/* 页尾区样式 */
.footer {
    height: 150px;
    background-color: #001836;
    padding-top: 24px;
    padding-bottom: 16px;
}

.footer-content {
    width: 1400px;
    height: 100%;
    display: flex;
    margin: auto;
    padding-left: 48px;
}

.footer-left {
    font-size: 14px;
    line-height: 24px;
}

.company-info {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.company-info-bottom-text {
    margin-top: 4px;
}

.footer-text {
    margin-right: 8px;
}

.footer-right {
    margin-left: 94px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-link {
    margin-right: 8px;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.6);
}

.footer-link:hover {
    color: #40a9ff;
}

.contact-us {
    font-size: 16px;
    font-weight: bold;
    user-select: none;
}

.contact-info {
    margin-top: 24px;
    display: flex;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.contact-info-text-container {
    font-size: 14px;
    margin-left: 16px;
}

.contact-info-text-bottom {
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
}


.consult-modal-mask {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.consult-modal-mask-show {
    z-index: 10;
    opacity: 1;
}

.consult-modal {
    width: 600px;
    /*height: 580px;*/
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 16px 16px 54px 16px;
    position: absolute;
    top: calc(50vh - 300px);
    left: calc(50vw - 290px);
    z-index: 20;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s;
}

.consult-modal-show {
    opacity: 1;
    transform: scale(1);
}

.consult-modal-close-bar {
    display: flex;
    justify-content: end;
}

.consult-modal-close {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #8c8c8c;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
}

.consult-modal-close:hover {
    background-color: #f0f0f0;
    color: #1d1d1d;
}

.consult-modal-title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
}

.consult-modal-form {
    margin-top: 30px;
    padding: 0 48px;
}

.consult-modal-form-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.consult-modal-form-item-label {
    margin-bottom: 15px;
    width: 100px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);
}

.consult-modal-form-item-label-star {
    color: #FF3A24;
    margin-right: 1px;
    user-select: none;
}

.consult-modal-form-item-wrapper {
    flex: 1;
}

.consult-modal-form-item-wrapper-flex {
    display: flex;
}
/*=======================================================================*/
.consult-modal-form-item-wrapper-input {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-left: 12px;
    padding-top: 2px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);
    transition: all 0.3s;
}

.consult-modal-form-item-wrapper-input:hover {
    border-color: #0066ff;
}

.consult-modal-form-item-wrapper-input::placeholder {
    font-size: 16px;
    color: #ccc;
}

.consult-modal-form-item-wrapper-input:focus {
    border-color: #0066ff;
    box-shadow: 0 0 8px rgba(0, 102, 255, 0.2);
    outline: none;
}
/*=======================================================================*/
.consult-modal-form-item-wrapper-input.error {
    border-color: #ff4d4f;
}

.consult-modal-form-item-wrapper-input.error::placeholder {
    color: #ffafaf;
}

.errorMessage {
    color: #ff4d4f;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    margin: 3px 0 0 5px;
}

/*=======================================================================*/
.consult-modal-form-item-wrapper-btn {
    margin-left: 16px;
    width: 148px;
    height: 42px;
    background-color: #0066FF;
    border-radius: 4px;
    border: 1px solid #0066FF;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
}

.consult-modal-form-item-wrapper-btn:hover {
    background-color: #4096FF;
    border-color: #4096FF;
}

.consult-modal-submit {
    width: 209px;
    margin-left: 148px;
}

.company-info-bottom-text-business-license {
    cursor: pointer;
    transition: color 0.3s;
}

.company-info-bottom-text-business-license:hover {
    color: #fff;
}

.footer-left-logo-container {
    display: flex;
    align-items: center;
}
.footer-left-badge {
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.badge-text {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: color 0.3s;
}

.badge-text:hover {
    color: #fff;
}