* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

em,
i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

a {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #e33333
}

button,
input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, \\5B8B\4F53, sans-serif
}

html {
    -webkit-text-size-adjust: 100%;
    --antd-wave-shadow-color: #1275f5;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
}

body {
    -webkit-font-smoothing: antialiased;
    height: 100vh;
    min-width: 1400px;
    background: #f1f1f1;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-variant: tabular-nums;
    line-height: 1.5;
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    height: 100vh;
}
*, :after, :before {
    box-sizing: border-box;
}
*, :after, :before {
    box-sizing: border-box;
}
::selection {
    color: #fff;
    background: #1275f5;
}
.layout {
    padding-top: 80px;
}
header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 888;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
header .header-containr {
    justify-content: space-between;
    width: 1400px;
    height: 100%;
    margin: auto;
    color: #333;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
header .logo {
    /* height: 28px; */
}
.city-select-wrap {
    overflow: visible;
    position: relative;
}
header .logo img {
    /* width:150px; */
    /* height: 100%; */
}
img {
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
    vertical-align: middle;
}
.city-select {
    left: 20px;
    position: absolute;
    background: #666;
    padding: 7px 10px;
    border: none;
    outline: none;
    border-radius: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ant-select, .ant-select ol, .ant-select ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ant-select {
    box-sizing: border-box;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    outline: 0;
}
.city-select .ant-select-selection {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}
.city-select .ant-select-selection--single {
    height: auto;
}
.ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer;
}
.ant-select-selection {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 12px;
    outline: none;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.city-select .ant-select-selection--single .ant-select-selection__rendered {
    line-height: 14px;
}
.ant-select-selection--single .ant-select-selection__rendered {
    margin-right: 24px;
}
.ant-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px;
}
.ant-select-selection-selected-value {
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ant-select-selection__rendered:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: ".";
    pointer-events: none;
}
.ant-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0,0,0,.25);
    font-size: 12px;
    line-height: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.icon-wrapper {
    display: inline-block;
}
.ant-select-arrow .ant-select-arrow-icon {
    display: block;
}
.ant-select-arrow>* {
    line-height: 1;
}
.ant-select-arrow .ant-select-arrow-icon svg {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}
.ant-select-arrow svg {
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
.menu-nav {
    height: 100%;
    margin-left: 160px;
}
.menu-nav .menu-nav-item {
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.nav-wrap.active {
    background: rgba(0,0,0,.06);
}
.nav-wrap {
    width: 127px;
    height: 100%;
}
.justify-center {
    justify-content: center;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.nav-wrap.active .nav-title {
    /* color:pink; */
    color: #494442;
    position: relative;
    font-weight: 500;
}
.nav-wrap .nav-title {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.nav-wrap.active .nav-title:after {
    content: "";
    width: 32px;
    height: 0;
    /* border:2px solid pink; */
    border: 2px solid #494442;
    display: block;
    border-radius: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-wrap {
    width: 127px;
    height: 100%;
}
.justify-center {
    justify-content: center;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.nav-wrap .nav-title {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.nav-wrap {
    width: 127px;
    height: 100%;
}
.justify-center {
    justify-content: center;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.nav-wrap .nav-title {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.nav-wrap {
    width: 127px;
    height: 100%;
}
.justify-center {
    justify-content: center;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.nav-wrap .nav-title {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.nav-wrap {
    width: 127px;
    height: 100%;
}
.justify-center {
    justify-content: center;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.nav-wrap .nav-title {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
header .header-containr .call {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.icon-wrapper {
    display: inline-block;
}
header .header-containr .call span {
    font-size: 14px;
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner img {
    width: 100%;
}
.card {
    position: relative;
}
.card-title[data-v-7d3f63af] {
    color: #333;
    font-size: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 58px 0;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.icon-wrapper {
    display: inline-block;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
.card-title .title-main {
    margin: 0 16px;
    font-weight: 700;
}
.card-title .title-main h3 {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0,0,0,.85);
    font-weight: 500;
}
.icon-wrapper {
    display: inline-block;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
.card-container {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.home-service {
    margin-bottom: 90px;
    position: relative;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.home-service .home-service-item {
    width: 413px;
    height: 554px;
    margin: 0 15.5px;
    position: relative;
    background-color: #eee;
}
.home-service .home-service-item>img {
    width: 100%;
}
.home-service .home-service-item .home-service-intro {
    width: 100%;
    position: absolute;
    height: 97px;
    background: rgba(0,0,0,.6);
    left: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    text-align: center;
    padding: 14px 0;
}
.home-service .home-service-item .home-service-intro>.title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}
.home-service .home-service-item .home-service-intro>.subtitle {
    font-size: 20px;
    color: #fff;
    margin-top: 1px;
}
.card-title {
    color: #333;
    font-size: 40px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 58px 0;
}
.card-container {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.home-promise {
    justify-content: center;
    padding-bottom: 94px;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.home-promise>.home-promise-item {
    margin: 0 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-promise>.home-promise-item>img {
    width: 80px;
}
.home-promise>.home-promise-item>.home-promise-intro {
    margin-top: 30px;
    font-size: 28px;
    color: #222;
    font-weight: 500;
}
.card-container {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.home-users {
    padding-bottom: 80px;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.home-users .home-users-item {
    width: 303px;
    height: 203px;
    margin: 0 15px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    border-radius: 18px;
    border: 1px solid #ececec;
}
.home-users .home-users-item .users-head {
    justify-content: space-between;
    position: relative;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.home-users .home-users-item .users-head img[alt=avatar] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 7px;
}
.home-users .home-users-item .users-head div.name {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 60%;
}
.home-users .home-users-item .users-head .avatar-tag {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    position: absolute;
    right: 0;
}
.home-users .home-users-item .stars {
    margin: 10px auto 14px 0;
}
.icon-wrapper {
    display: inline-block;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}
footer {
    background-color: #32332e;
    height: 480px;
    width: 100%;
    color: #fff;
}
footer .footer-main {
    width: 1400px;
    margin: auto;
    height: 100%;
}
footer .footer-main .footer-top {
    height: 128px;
}
footer .footer-main .footer-bottom, footer .footer-main .footer-mid, footer .footer-main .footer-top {
    width: 100%;
}
.footer-top ul {
    padding-top: 60px;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}
.footer-top ul>li {
    list-style: none;
}
.footer-top ul>li>a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
}
a {
    background-color: transparent;
}
footer .footer-main .footer-mid {
    border-top: 1px solid #4c4e50;
    border-bottom: 1px solid #4c4e50;
    height: 236px;
}
.footer-mid>.cooperate-box {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
p {
    display: block;
    margin-top: 0;
    margin-bottom: 1em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.footer-mid>.cooperate-box .icon {
    margin-right: 10px;
    margin-top: -10px;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}
.icon-wrapper {
    display: inline-block;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
:not(svg) {
    transform-origin: 0px 0px;
}
footer .footer-main .footer-bottom, footer .footer-main .footer-mid, footer .footer-main .footer-top {
    width: 100%;
}
.footer-bottom {
    padding-top: 30px;
}
.footer-bottom .beian>img {
    width: 16px;
    margin-right: 8px;
}
.footer-bottom>[data-v-15328626] {
    line-height: 21px;
    color: #fff;
    font-size: 13px;
}
.footer-mid figure figcaption {
    margin: auto;
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
    font-weight: 700;
}
.footer-top ul {
    padding-top: 60px;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
}
.footer-top ul>li {
    list-style: none;
}
.footer-top ul>li>a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
}
[class*=align-center] {
    align-items: center;
}
[class*=flex-] {
    display: flex;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.footer-top ul>li+li {
    margin-left: 80px;
}
.footer-mid {
    padding: 40px 0;
    justify-content: space-between;
}
.footer-mid figure {
    text-align: center;
    margin: 0;
}
.footer-mid img[src*=qrcode-] {
    width: 122px;
    height: 122px;
}
.footer-mid figure figcaption {
    margin: auto;
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
    font-weight: 700;
}
.footer-mid figure+figure {
    margin-left: 60px;
}
.city-select .ant-select-selection {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}
.city-select .ant-select-selection--single {
    height: auto;
}
.ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer;
}
.ant-select-selection {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 12px;
    outline: none;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.city-select .ant-select-selection--single .ant-select-selection__rendered {
    line-height: 14px;
}
.ant-select-selection--single .ant-select-selection__rendered {
    margin-right: 24px;
}
.ant-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px;
}
.ant-select-selection-selected-value {
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ant-select-selection__rendered:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: ".";
    pointer-events: none;
}
.ant-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0,0,0,.25);
    font-size: 12px;
    line-height: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.icon-wrapper {
    display: inline-block;
}
.ant-select-arrow .ant-select-arrow-icon {
    display: block;
}
.ant-select-arrow>* {
    line-height: 1;
}
.city-select .ant-select-arrow .ant-select-arrow-icon svg {
    -webkit-transform: none;
    transform: none;
}
.ant-select-arrow .ant-select-arrow-icon svg {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}
.ant-select-arrow svg {
    display: inline-block;
}
.city-select .ant-select-selection {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}

.city-select .ant-select-selection--single {
    height: auto;
}
.ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer;
}
.ant-select-selection {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 12px;
    outline: none;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fixed-lanxiniu {
    position: fixed;
    z-index: 99999;
    right: 38px;
    top: 50%;
    width: 150px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}