@font-face {
    font-family: Open-Sans;
    src: url("../fonts/Open-Sans.ttf");
}

@font-face {
    font-family: Open-Sans-Bold;
    src: url("../fonts/Open-Sans-Bold.woff");
}

body {
    color: #222;
    font-family: Open-Sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #0668d1;
    text-decoration: none;
}

.skin-color {
    color: #0668d1;
}

.color-grey {
    color: #999;
}

.btn {
    outline: none !important;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #0668d1;
    border-color: #0668d1;
}

.btn-primary {
    border-color: #0668d1;
    background-color: #0668d1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    border-color: #0760bf;
    background-color: #0760bf;
}

.btn-primary2 {
    color: #fff;
    border-color: #0987d8;
    background-color: #0987d8;
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2.active {
    color: #fff;
    border-color: #0878c1;
    background-color: #0878c1;
}

.btn-warning {
    border-color: #fa752a;
    background-color: #fa752a;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    border-color: #fa6d1d;
    background-color: #fa6d1d;
}

.btn-link {
    color: #0668d1;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #0668d1;
}

.btn-lg {
    font-size: inherit;
    height: 46px;
    line-height: 23px;
}

.btn-select {
    margin: 5px;
}

.btn-select:not(.btn-primary,.btn-primary2,.btn-danger,.btn-pay) {
    border-color: transparent;
    background-color: #eee;
}

.btn-pay.btn-primary {
    border: 1px solid #0668d1;
    background-color: transparent;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-paragraph-3-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-paragraph-4-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.text-paragraph-5-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.line-height-inherit {
    line-height: inherit;
}

.line-height-2 {
    line-height: 2em;
}

.line-height-3 {
    line-height: 3em;
}

.min-height-400 {
    min-height: 400px;
}

.min-width-750 {
    min-width: 750px;
}

.width-100 {
    width: 100%;
}

.border-radius-10 {
    border-radius: 10px;
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.rich-text video {
    max-width: 100%;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #0668d1;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0668d1;
    border-color: #0668d1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #0668d1;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
    vertical-align: middle;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
    vertical-align: middle;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.panel-box .panel-box-header {
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.box-shadow {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.hover-box-shadow:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.input-lg {
    font-size: inherit;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: 14px;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.number-input-group {
}

.number-input-group .form-control {
    text-align: center;
}

.display-block {
    display: block !important;
}

.display-flex {
    display: flex !important;
}

.display-flex.align-items-center {
    align-items: center;
}

.display-flex.flex-wrap {
    flex-wrap: wrap;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 600px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.panel-box.auth-panel-box {
    padding: 30px;
}

.panel-box.auth-panel-box form > *:last-child {
    margin-bottom: 0;
}

.vip-ship-card-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.vip-ship-card-list .vip-ship-card {
    position: relative;
    width: 300px;
    padding-bottom: 80px;
}

.vip-ship-card-list .vip-ship-card .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.vip-ship-card-list .vip-ship-card .header .text1 {
    font-size: 20px;
}

.vip-ship-card-list .vip-ship-card .header .btn {
    border-radius: 15px;
}

.vip-ship-card-list .vip-ship-card .price {
    display: flex;
    align-items: center;
}

.vip-ship-card-list .vip-ship-card .price .number {
    font-size: 40px;
    margin-right: 5px;
    line-height: 1em;
}

.vip-ship-card-list .vip-ship-card .price .unit {
    font-size: 12px;
}

.vip-ship-card-list .vip-ship-card .desc {
    line-height: 2em;
    color: grey;
    white-space: pre-wrap;
}

.vip-ship-card-list .vip-ship-card .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

.vip-ship-card-list .vip-ship-card .footer .btn {
    font-weight: bold;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #0668d1;
}

.avatar-ele {
}

.avatar-ele img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.avatar-ele.round img {
    border-radius: 50%;
}

.company-name-ele {
}

.company-name-ele img {
    width: 24px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 14px;
    border-radius: 2px;
}

.address-ele {
    color: #999;
    min-width: max-content;
}

.address-ele img {
    width: 10px;
    margin-right: 4px;
}

.labels-ele {
}

.labels-ele label {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    background-color: #f8f8f8;
    line-height: 22px;
    padding: 0 12px;
    border-radius: 4px;
    margin: 0 10px 10px 0;
}

.labels-ele label.primary {
    color: #fff;
    background-color: #0668d1;
}

.labels-ele label.primary2 {
    color: #fff;
    background-color: #0987d8;
}

.labels-ele label.primary3 {
    color: #0e468d;
    background-color: #e0ecf8;
}

.labels-ele label.success {
    color: #fff;
    background-color: #5cb85c;
}

.labels-ele label.info {
    color: #fff;
    background-color: #5bc0de;
}

.labels-ele label.warning {
    color: #fff;
    background-color: #f0ad4e;
}

.items-and-more-btn-block {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.items-and-more-btn-block .items {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.items-and-more-btn-block .more-btn {
    color: #7f747b;
    background-color: #ecebeb;
    border-color: transparent;
    text-transform: uppercase;
    padding-left: 1em;
    padding-right: 1em;
}

.left-menus-panel {
}

.left-menus-panel .cat-item {
    margin-bottom: 1.5em;
}

.left-menus-panel .cat-item .cat-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.left-menus-panel .cat-item .cat-menus {
    padding-left: 15px;
}

.left-menus-panel .cat-item .cat-menus .menu-item {
    margin-bottom: 0.5em;
}

.left-menus-panel .cat-item .cat-menus .menu-item a {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}

.swal2-container {
    --swal2-width: 700px;
    --swal2-confirm-button-background-color: #0668d1;
}

.swal2-container .swal2-popup {
    padding: 50px 50px 70px 50px;
}

.swal2-container .swal2-title {
    font-size: 30px;
}

.swal2-container .swal2-html-container {
    font-size: 1.5em;
    line-height: 2em;
}

.swal2-container button {
    font-size: 1.5em;
}

.app-page-header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.app-page-header-placeholder {
    height: 60px;
    margin-bottom: 20px;
}

.app-page-header .main-row {
    background-color: #0667d0;
}

.app-page-header .main-row .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
}

.app-page-header .main-row .logo {
}

.app-page-header .main-row .logo img {
    height: 100%;
}

.app-page-header .main-row .menus {
    display: flex;
    /*gap: 38px;*/
    margin: 0 -19px;
    color: #fff;
}

.app-page-header .main-row .menus .menu-item {
    position: relative;
    margin: 0 19px;
}

.app-page-header .main-row .menus .menu-item:first-child {
    margin-left: 0;
}

.app-page-header .main-row .menus .menu-item.has-children .out-text {
    position: relative;
}

.app-page-header .main-row .menus .menu-item.has-children .out-text:after {
    position: absolute;
    right: -15px;
    top: 4px;
    content: "\f078";
    color: #fff;
    transform: scale(0.7);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
}

.app-page-header .main-row .menus .menu-item .out-text a {
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
}

.app-page-header .main-row .menus .menu-item:hover .out-text a {
    color: #ddd;
}

.app-page-header .main-row .menus .menu-item .downmenus {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 130px;
    display: none;
    transform: translate(-50%, 0);
    z-index: 1;
    color: #333;
}

.app-page-header .main-row .menus .menu-item:hover .downmenus {
    display: block;
}

.app-page-header .main-row .menus .menu-item .downmenus > .triangle {
    position: absolute;
    left: calc(50% - 5px);
    top: 26px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    transform: rotate(45deg);
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item {
    position: relative;
    border-bottom: 1px solid rgba(49, 70, 89, .1);
    margin: 0 20px;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item:last-child {
    border-bottom: none;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item.has-children:after {
    position: absolute;
    right: 6px;
    top: 16px;
    content: "\f054";
    transform: scale(0.7);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #fff;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item.has-children:hover:after {
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item .inner-text {
    padding: 10px;
    display: block;
    min-width: max-content;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item .inner-text:hover {
    background-color: #fff;
}


.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 130px;
    display: none;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item:hover .rightmenus {
    display: block;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .triangle {
    position: absolute;
    left: 26px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    transform: rotate(45deg);
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .rightmenus-inner {
    margin-left: 30px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .rightmenus-inner .rightmenus-item {
    position: relative;
    border-bottom: 1px solid rgba(49, 70, 89, .1);
    margin: 0 20px;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .rightmenus-inner .rightmenus-item:last-child {
    border-bottom: none;
}

.app-page-header .main-row .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .rightmenus-inner .rightmenus-item .inner-text {
    padding: 10px;
    display: block;
    min-width: max-content;
}

.app-page-header .main-row .right-col {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 -10px
}

.app-page-header .main-row .right-col > * {
    margin: 0 10px;
}

.app-page-header .main-row .auth-btns {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 -3px;
    color: #fff;
    text-transform: uppercase;
}

.app-page-header .main-row .auth-btns > * {
    margin: 0 3px;
}

.app-page-header .main-row .auth-btns .icon {
    font-size: 20px;
}

.app-page-header .main-row .auth-btns a:hover {
    color: #ddd;
}

.app-page-header .main-row .tool-btns {
    display: flex;
    /*gap: 20px;*/
    margin: 0 -10px;
}

.app-page-header .main-row .tool-btns .btn {
    color: #0668d1;
    background-color: #fff;
    border: none;
    margin: 0 10px;
}

.app-page-header-hamburg-dropdown-window {
    position: fixed;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.app-page-header-hamburg-dropdown-window .inner {
    max-height: 70vh;
    overflow: auto;
}

.app-page-header-hamburg-dropdown-window .menus {
    line-height: 3em;
    font-size: 16px;
    overflow: hidden;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item {
    padding-left: 1em;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text {
    position: relative;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .text {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .text:hover {
    color: #0668d1;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    line-height: 48px;
    text-align: center;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle .fa:before {
    content: "\f078";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .out-text .triangle .fa:before {
    content: "\f077";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .menus {
    height: 0;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .menus {
    height: auto;
}

.app-page-content {
    min-height: 70vh;
}

.app-page-footer {
    padding-top: 70px;
    color: #fff;
    background-color: #0d1a26;
    margin-top: 20px;
}

.app-page-footer .main-row .col dt {
    margin-bottom: 24px;
}

.app-page-footer .main-row .col dd {
    margin-bottom: 38px;
    word-break: break-all;
}

.app-page-footer .main-row .col dd .menu-item {
    margin-bottom: 16px;
}

.app-page-footer .main-row .col .socials {
    display: flex;
    /*gap: 10px;*/
    margin: 0 -5px;
}

.app-page-footer .main-row .col .socials a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 5px;
}

.app-page-footer .copyright {
    margin-top: 30px;
    text-align: center;
    padding: 20px 0;
}

.app-page-top-bg {
    position: relative;
    margin-bottom: 20px;
}

.app-page-top-bg .bg {
    width: 100%;
    max-height: 250px;
    min-height: 150px;
    object-fit: cover;
}

.app-page-top-bg .main-text {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 32px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
}

.app-page-breadcrumb {
    padding: 0;
    background-color: inherit;
    color: grey;
}

.app-page-breadcrumb > li + li:before {
    padding: 0;
}

.page-right-tools {
    position: absolute;
    right: 6px;
    top: 50%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: all 0.3s;
}

.page-right-tools .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #444547;
}

.page-right-tools .item img {
    width: 50%;
}

.index-page {
    background-color: #f3f8fc;
}

.index-page .app-page-header-placeholder {
    margin-bottom: 0;
}

.index-page .app-page-footer {
    margin-top: 0;
}

.index-page .banner-area {
    height: 800px;
}

.index-page .banner-area .banner-swiper {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.index-page .banner-area .banner-swiper .swiper-button-next, .index-page .banner-area .banner-swiper .swiper-button-prev {
    color: #0668d1;
}

.index-page .banner-block {
    height: 730px;
    background-image: url("../images/pages/index/banner.png");
    background-size: cover;
}

.index-page .banner-block .slogan-block {
    text-align: center;
    text-transform: uppercase;
    font-family: "Open-Sans-Bold";
    padding: 70px 0;
    margin: 0;
    line-height: 1.6em;
}

.index-page .banner-block .data-block {
}

.index-page .banner-block .data-block > .row {
    display: flex;
    flex-wrap: wrap;
}

.index-page .banner-block .data-block > .row > .col {
    margin-bottom: 30px;
}

.index-page .banner-block .data-block .data-item {
    color: #0668d1;
    padding: 28px;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
}

.index-page .banner-block .data-block .data-item h1 {
    font-family: "Open-Sans-Bold";
    margin: 0 0 10px 0;
}

.index-page .banner-block .data-block .data-item .text {
    line-height: 1.2em;
}

.index-page .banner-block .quick-block {
}

.index-page .banner-block .quick-block .quick-item {
    /*display: flex;*/
    background-color: #0987d8;
    height: 139px;
    padding: 28px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}

.index-page .banner-block .quick-block .row .col:last-child .quick-item {
    position: relative;
    background: linear-gradient(to right, #0779d3, #0c93da);
}

.index-page .banner-block .quick-block .row .col:last-child .quick-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/pages/index/banner-block-card-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: transparent;
}

.index-page .banner-block .quick-block .quick-item .left {
    position: relative;
    z-index: 1;
    /*width: calc(100% - 113px);*/
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.index-page .banner-block .quick-block .quick-item .right {
    position: relative;
    z-index: 1;
    /*display: flex;*/
    /*align-items: flex-end;*/
    /*width: 113px;*/
    text-align: right;
}

.index-page .banner-block .quick-block .quick-item .right .btn {
    color: #0668d1;
    font-family: Open-Sans-Bold;
    border: none;
    border-radius: 0;
    width: 113px;
}

.index-page .search-block {
    margin-top: -60px;
    margin-bottom: 60px;
}

.index-page .search-block .inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 33px 55px;
}

.index-page .search-block .search-tabs {
    display: flex;
    margin-bottom: 23px;
}

.index-page .search-block .search-tabs .btn {
    height: 38px;
    text-transform: uppercase;
    padding-left: 38px;
    padding-right: 38px;
    color: #727f8b;
    background-color: transparent;
}

.index-page .search-block .search-tabs .btn.btn-primary {
    color: #fff;
    font-family: Open-Sans-Bold;
    background-color: #0567d1;
}

.common-search-block {
    display: flex;
    /*gap: 10px;*/
    margin: 0 -5px;
    margin-bottom: 20px;
}

.common-search-block > * {
    margin: 0 5px;
}

.common-search-block .search-form {
    display: flex;
    flex: 1;
    border: 1px solid #0567d1;
    border-right: none;
    border-radius: 6px;
    min-height: 50px;
}

.common-search-block .search-form .form-control {
    font-size: inherit;
    box-shadow: none !important;
    height: 48px;
    border: none;
}

.common-search-block .search-form select.form-control {
    width: auto;
    background: transparent;
    color: #666;
    padding: 0 4px;
    box-shadow: none !important;
}

.common-search-block .search-form .btn {
    font-size: inherit;
    line-height: 28px;
    height: 48px;
}

.common-search-block .search-form .keyword {
    flex: 1;
}

.common-search-block .search-form .search-btn {
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: none;
    background-color: #0567d1;
    width: 97px;
}

.common-search-block .search-form .type {
    margin-left: 7px;
}

.common-search-block .search-form .address {
    display: flex;
    align-items: center;
    margin-right: 14px;
}

.common-search-block .ext-action-btns {
    display: flex;
    /*gap: 10px;*/
    margin: 0;
}

.common-search-block .ext-action-btns .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    border: none;
    margin: 0 5px;
}

.index-page .last-project-update-block {
    margin-bottom: 50px;
}

.index-page .last-project-update-block .box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.index-page .last-project-update-block .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 34px 72px 12px 34px;
    color: #ffffff;
    background-color: #0987d8;
    margin-bottom: 12px;
}

.index-page .last-project-update-block .header .left-col {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.index-page .last-project-update-block .header .right-col {
    margin-bottom: 9px;
}

.index-page .last-project-update-block .content {
    padding: 0 34px;
    margin-bottom: 50px;
}

.index-page .last-project-update-block .content .project-list {
}

.index-page .last-project-update-block .content .project-list .project-item {
    display: block;
    border-bottom: 1px dotted #ddd;
}

.index-page .last-project-update-block .content .project-list .project-item > .row {
    padding: 19px 0;
}

.index-page .last-project-update-block .content .project-list .project-item:hover > .row {
    background-color: #e0ecf8;
}

.index-page .last-project-update-block .content .project-list .project-item:hover .address-ele {
    color: #0668d1;
}

.index-page .last-project-update-block .content .project-list .project-item:hover .client-col {
    color: #222;
}

.index-page .last-project-update-block .footer {
    text-align: center;
    margin-bottom: 50px;
}

.index-page .last-project-update-block .footer .btn {
    border: none;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 47px;
}

.index-page .publicity-block {
    background-size: cover;
}

.index-page .publicity-block.align-right {
    text-align: right;
}

.index-page .publicity-block .text1 {
    font-size: 30px;
    font-family: Open-Sans-Bold;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.index-page .publicity-block .btns {
    display: flex;
    /*gap: 26px;*/
    margin: 0 -13px;
    margin-bottom: 47px;
}

.index-page .publicity-block.align-right .btns {
    justify-content: flex-end;
}

.index-page .publicity-block .btns .btn {
    font-size: inherit;
    font-family: Open-Sans-Bold;
    color: #0987d8;
    height: 54px;
    line-height: 54px;
    padding: 0 18px;
    border: none;
    background-color: #fff;
    min-width: 180px;
    margin: 0 13px;
}

.index-page .module-header {
    margin-top: 86px;
    margin-bottom: 40px;
}

.index-page .module-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index-page .module-header .title {
    font-size: 36px;
    font-family: Open-Sans-Bold;
    text-transform: uppercase;
}

.index-page .module-header .more-btn {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.index-page .product-list-block {
    margin-bottom: 70px;
}

.index-page .product-list-block .product-list .product-item {
    border: none;
    margin-bottom: 30px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-list .product-item {
    text-align: center;
    height: calc(100% - 30px);
}

.product-list .product-item .img {
    width: 75%;
    margin: 0 auto 10px auto;
}

.product-list .product-item .img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-list .product-item .title {
    color: #000;
    font-family: Open-Sans-Bold;
    margin-bottom: 6px;
}

.product-list .product-item .price {
    color: #666;
}

.index-page .maintenance-engineer-list-block {
    margin-bottom: 20px;
}

.index-page .maintenance-engineer-list .maintenance-engineer-item {
    border: none;
    margin-bottom: 32px;
    padding: 40px 40px 30px 40px;
}

.maintenance-engineer-list .maintenance-engineer-item {
    display: flex;
    padding: 30px 30px 20px 30px;
}

.maintenance-engineer-list .maintenance-engineer-item .avatar-col {
    width: 62px;
    margin-right: 24px;
}

.maintenance-engineer-list .maintenance-engineer-item .avatar-col img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
}

.maintenance-engineer-list .maintenance-engineer-item .body-col {
    width: calc(100% - 62px - 24px);
}

.maintenance-engineer-list .maintenance-engineer-item .body-col .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.maintenance-engineer-list .maintenance-engineer-item .body-col .header .name {
    font-weight: bold;
}

.maintenance-engineer-list .maintenance-engineer-item .body-col .content {
    color: #333;
    word-break: break-all;
    margin-bottom: 20px;
}

.maintenance-engineer-list .maintenance-engineer-item .body-col .footer {
}

.maintenance-engineer-list .maintenance-engineer-item .body-col .footer .labels-ele label {
    margin-right: 30px;
}

.index-page .position-list-block {
}

.index-page .position-list-block .position-list-swiper {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.index-page .position-list-block .position-list-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #d7d7d7;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: inherit;
}

.index-page .position-list-block .position-list-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: #0065cb;
}

.index-page .position-list-block .position-list .position-item {
    border: none;
    margin-bottom: 30px;
    user-select: none;
}

.position-list {
    display: flex;
    flex-wrap: wrap;
}

.position-list .position-item {
}

.position-list .position-item .top-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 16px;
    gap: 14px;
}

.position-list .position-item .top-row .price {
    color: #fe574a;
    min-width: max-content;
}

.position-list .position-item .items-and-more-btn-block {
    margin-bottom: 10px;
}

.position-list .position-item .bottom-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.position-info-page .base-info-panel-box .top-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.index-page .position-list-block .bottom-block {
    text-align: center;
    margin-bottom: 100px;
}

.index-page .position-list-block .bottom-block .btn {
    font-size: 18px;
    height: 54px;
    border: none;
    line-height: 54px;
    padding: 0 48px;
    margin: 0 12px;
}

.index-page .our-customers-block {
    background-color: #fff;
    padding-bottom: 106px;
}

.index-page .our-customers-block .header {
    font-size: 36px;
    font-family: Open-Sans-Bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 86px;
    margin-bottom: 64px;
}

.index-page .our-customers-block .our-customers-swiper {
    padding-bottom: 64px;
}

.index-page .our-customers-block .our-customers-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #d7d7d7;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: inherit;
}

.index-page .our-customers-block .our-customers-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: #0065cb;
}

.index-page .our-customers-block .customer-item {
    margin-bottom: 40px;
}

.index-page .our-customers-block .customer-item img {
    width: 100%;
    aspect-ratio: 1.6;
    object-fit: cover;
}

.address-page {
}

.address-page .opt-col {
    text-align: center;
    width: 90px;
}

.address-page .opt-col div {
    display: flex;
    justify-content: space-between;
}

.auth-page .app-page-content .layout-left-right {
    padding: 77px 0;
}

.auth-page .app-page-content .layout-left-right .left-col img {
    width: 67%;
}

.blog-page .blog-list {
}

.blog-page .blog-list .blog-item {
    border: none;
    padding: 0;
    margin-bottom: 40px;
}

.blog-page .blog-list .blog-item .img img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}

.blog-page .blog-list .blog-item .title {
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 0;
}

.blog-page .blog-list .blog-item .desc {
    line-height: 1.5em;
    color: #666;
    margin-top: 1em;
}

.blog-page .blog-categories-box {
}

.blog-page .blog-categories-box .header {
    margin: 0 12px 15px 12px;
}

.blog-page .blog-categories-box .btns .btn {
    text-align: left;
}

.faq-knowledge-list {
    margin-bottom: 20px;
}

.faq-knowledge-list .knowledge-item {
    border-top: 1px solid #ddd;
}

.faq-knowledge-list .knowledge-item:last-child {
    border-bottom: 1px solid #ddd;
}

.faq-knowledge-list .knowledge-item .out-title {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 10px 20px 10px 0;
}

.faq-knowledge-list .knowledge-item.open .out-title {
    font-weight: bold;
}

.faq-knowledge-list .knowledge-item .out-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '+';
    line-height: 45px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.faq-knowledge-list .knowledge-item.open .out-title:after {
    content: '-';
}

.faq-knowledge-list .knowledge-item .inner-content {
    display: none;
    padding: 10px 20px 10px 0;
    line-height: 2em;
}

.faq-knowledge-list .knowledge-item.open .inner-content {
    display: block;
}

.maintenance-search-page .search-type-nav {
    border-bottom: 4px solid #0668d1;
    padding-left: 30px;
    margin: 30px 0 20px 0;
}

.maintenance-search-page .search-type-nav li a {
    color: grey;
    border-radius: 0;
}

.maintenance-search-page .search-type-nav li.active a {
    color: #fff;
    font-weight: bold;
}

.search-filter-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.search-filter-block .filter-row {
    display: flex;
    align-items: flex-start;
}

.search-filter-block .filter-row .title-col {
    width: 150px;
    padding: 0 30px;
    line-height: 30px;
    color: grey;
}

.search-filter-block .filter-row .content-col {
    flex: 1;
}

.search-filter-block .filter-row .content-col .items-and-more-btn-block .items .btn {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: transparent;
    margin: 0 5px 10px 0;
}

.list-top-filter-block {
    display: flex;
    justify-content: space-between;
}

.list-top-filter-block .left-col {
    display: flex;
    /*gap: 10px;*/
    margin: 0 -5px;
}

.list-top-filter-block .left-col > * {
    margin: 0 5px;
}

.list-top-filter-block .left-col .location {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
    margin: 0 -5px;
}

.list-top-filter-block .left-col .location > * {
    margin: 0 5px;
}

.list-top-filter-block .right-col {
    display: flex;
    gap: 10px;
    margin: 0 -5px;
}

.list-top-filter-block .right-col > * {
    margin: 0 5px;
}

.list-top-filter-block .right-col .pages {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 -5px;
}

.list-top-filter-block .right-col .pages > * {
    margin: 0 5px;
    min-width: max-content;
}

.maintenance-search-page .maintenance-project-list .maintenance-project-item {
    padding: 20px 20px 10px 20px;
}

.maintenance-search-page .maintenance-project-list .maintenance-project-item .header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.maintenance-search-page .maintenance-project-list .maintenance-project-item .header h4 {
    margin: 0;
}

.maintenance-project-info-page .base-info-panel-box .title-row {
    line-height: inherit;
    margin-bottom: 20px;
}

.attr-row-ele {
    display: flex;
    flex-wrap: wrap;
}

.attr-row-ele .item:after {
    content: '|';
    color: #ccc;
    margin: 0 1em;
}

.attr-row-ele .item:last-child:after {
    display: none;
}

.maintenance-engineer-info-page .base-info-panel-box .title-row {
    line-height: inherit;
    margin-bottom: 20px;
}

.product-info-page {
}

.product-info-page .product-albums-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-info-page .product-albums-block .big-img .swiper {
    width: 100%;
}

.product-info-page .product-albums-block .big-img .swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.product-info-page .product-albums-block .thumbs {
    display: flex;
    gap: 10px;
}

.product-info-page .product-albums-block .thumbs .swiper {
    width: 100%;
}

.product-info-page .product-albums-block .thumbs .swiper .swiper-slide {
    border: 2px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.product-info-page .product-albums-block .thumbs .swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #0668d1;
}

.product-info-page .product-albums-block .thumbs .swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-info-page .relate-products-swiper {
    width: 100%;
    padding-bottom: 30px;
}

.product-info-page .relate-products-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #d7d7d7;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: inherit;
}

.product-info-page .relate-products-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: #0065cb;
}

.chat-session-info-page .chat-box-block .message-list-container {
    position: relative;
}

.chat-session-info-page .chat-box-block .message-list-container .message-list {
    border: none;
    background-color: #f3f8fc;
    height: 300px;
    overflow: auto;
}

.chat-session-info-page .chat-box-block .message-list-container .message-list .message-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-right: 20%;
    margin-bottom: 20px;
}

.chat-session-info-page .chat-box-block .message-list-container .message-list .message-item.align-right {
    align-items: flex-end;
    padding-left: 20%;
    padding-right: 0;
}

.chat-session-info-page .chat-box-block .message-list-container .message-list .message-item:last-child {
    margin-bottom: 0;
}

.chat-session-info-page .chat-box-block .message-list-container .message-list .message-item .header {
}

.chat-session-info-page .chat-box-block .message-list-container .message-list .message-item .content {
    width: auto;
    margin: 0;
    padding: 10px 15px;
}

.chat-session-info-page .chat-box-block .message-list-container .message-list-bottom-has-new {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.pricing-page .card-row {
    display: flex;
    justify-content: center;
}

.pricing-page .card-row .module {
    display: flex;
    flex-direction: column;
}

.pricing-page .card-row .module .vip-ship-card-list {
    flex: 1;
}

.pricing-page .card-row .dividing-line {
    width: 1px;
    background-color: #eee;
    margin: 0 60px;
}

.join-as-a-pro-page .join-to-take-projects-block .left-col img {
    max-width: 100%;
}

.join-as-a-pro-page .join-to-take-projects-block .vip-ship-card-list .vip-ship-card {
    border: none;
    box-shadow: none;
    padding-top: 0;
}

@media (max-width: 1440px) {
    .pricing-page .card-row {
        flex-direction: column;
        gap: 20px;
    }
}

@media (min-width: 1400px) {
    .app-page-header .main-row .inner {
        margin-left: -52px;
        margin-right: -68px;
    }
}

@media (max-width: 1400px) {
    .app-page-header .main-row .menus {
        /*gap: 26px;*/
        margin: 0 -13px;
    }

    .app-page-header .main-row .menus > * {
        margin: 0 13px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

@media (max-width: 1260px) {
    .index-page .banner-block .quick-block .quick-item {
        padding: 20px 28px;
    }

    .index-page .banner-block .quick-block .quick-item .left {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .app-page-header-hamburg-dropdown-window {
        display: none !important;
    }

    .user-page .app-page-content .layout-left-right .left-col {
        width: 250px;
    }

    .user-page .app-page-content .layout-left-right .right-col {
        width: calc(100% - 250px);
    }

    .join-as-a-seller-page .vip-ship-card-list {
        /*gap: 80px;*/
        /*margin: 0 -40px;*/
    }

    .join-as-a-seller-page .vip-ship-card-list > * {
        margin: 0 40px;
    }
}

@media (max-width: 1200px) {
    .index-page .banner-block {
        height: auto;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .join-as-a-pro-page .join-to-take-projects-block .vip-ship-card-list .vip-ship-card {
        width: 400px;
    }
}

@media (max-width: 992px) {
    .vip-ship-card-list {
        gap: 0;
        margin: 0;
    }

    .vip-ship-card-list > * {
        margin: 0;
    }

    .vip-ship-card-list .vip-ship-card {
        width: 100%;
    }

    .common-search-block {
        flex-direction: column;
        gap: 20px;
    }

    .index-page .banner-block .quick-block .quick-item {
        padding: 20px;
    }

    .index-page .last-project-update-block .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 34px;
    }

    .index-page .last-project-update-block .header .right-col {
        margin-bottom: 0;
    }

    .blog-page .layout-left-right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .panel-box.auth-panel-box {
        padding: 20px;
        box-shadow: none;
    }

    .app-page-header .main-row .right-col {
        /*gap: 14px;*/
        margin: 0 -7px;
    }

    .app-page-header .main-row .right-col > * {
        margin: 0 7px;
    }

    .app-page-header .main-row .auth-btns {
        font-size: 12px;
        gap: 4px;
    }

    .app-page-header .main-row .auth-btns > * {
        margin: 0 2px;
    }

    .app-page-header .main-row .tool-btns {
        /*gap: 14px;*/
        margin: 0 -7px;
    }

    .app-page-header .main-row .tool-btns > * {
        margin: 0 7px;
    }

    .app-page-footer {
        padding-top: 50px;
    }

    .app-page-footer .main-row .col .socials {
        justify-content: center;
    }

    .app-page-footer .copyright {
        margin-top: 0;
    }

    .index-page .banner-block {
        padding-bottom: 80px;
    }

    .index-page .banner-block .slogan-block {
        font-size: 30px;
        padding: 50px 0;
    }

    /*.index-page .banner-block .data-block {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .index-page .banner-block .data-block::-webkit-scrollbar {
        display: none;
    }

    .index-page .banner-block .data-block > .row {
        width: 768px;
    }*/
    .index-page .banner-block .data-block > .row {
        margin-left: -7px;
        margin-right: -7px;
        margin-bottom: 15px;
    }

    .index-page .banner-block .data-block > .row > .col {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 15px;
    }

    .index-page .banner-block .data-block .data-item {
        padding: 16px;
    }

    .index-page .search-block {
        margin-bottom: 50px;
    }

    .index-page .search-block .inner {
        padding: 20px;
    }

    .index-page .search-block .search-tabs .btn {
        padding-left: 12px;
        padding-right: 12px;
    }

    .common-search-block .search-form .address {
        margin-right: 6px;
    }

    .common-search-block .search-form .search-btn {
        width: 60px;
    }

    .common-search-block .ext-action-btns {
        display: none;
    }

    .index-page .last-project-update-block .header {
        padding: 20px;
    }

    .index-page .last-project-update-block .header .left-col {
        font-size: 24px;
    }

    .index-page .last-project-update-block .content {
        padding: 0 20px;
    }

    .index-page .last-project-update-block .content .project-list .project-item .project-name-col {
        margin-bottom: 10px;
    }

    .index-page .last-project-update-block .content .project-list .project-item .address-col {
        margin-bottom: 10px;
    }

    .index-page .publicity-block .text1 {
        margin-top: 30px;
        font-size: 24px;
    }

    .index-page .publicity-block .btns {
        margin-bottom: 30px;
        gap: 20px;
    }

    .index-page .publicity-block .btns .btn {
        min-width: auto;
    }

    .index-page .module-header {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .index-page .module-header .title {
        font-size: 30px;
    }

    .index-page .product-list-block {
        margin-bottom: 20px;
    }

    .maintenance-engineer-list .maintenance-engineer-item {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px 20px 10px 20px;
    }

    .maintenance-engineer-list .maintenance-engineer-item .avatar-col {
        width: 100px;
        margin-right: 0;
    }

    .maintenance-engineer-list .maintenance-engineer-item .body-col {
        width: 100%;
    }

    .maintenance-engineer-list .maintenance-engineer-item .body-col .header {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-bottom: 15px;
    }

    .maintenance-engineer-list .maintenance-engineer-item .body-col .footer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .index-page .position-list-block .bottom-block {
        margin-bottom: 50px;
    }

    .index-page .position-list-block .bottom-block .btn {
        padding: 0 20px;
    }

    .index-page .our-customers-block {
        padding-bottom: 50px;
    }

    .index-page .our-customers-block .header {
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .index-page .our-customers-block .our-customers-swiper {
        padding-bottom: 30px;
    }

    .auth-page .app-page-content .layout-left-right {
        padding: 50px 0;
    }

    .maintenance-search-page .search-type-nav {
        padding-left: 0;
    }

    .search-filter-block .filter-row {
        flex-direction: column;
        gap: 10px;
    }

    .search-filter-block .filter-row .title-col {
        width: 100%;
        padding: 0;
    }

    .maintenance-search-page .maintenance-project-list .maintenance-project-item .header {
        flex-direction: column;
        gap: 10px;
    }

    .attr-row-ele {
        flex-direction: column;
    }

    .attr-row-ele .item:after {
        display: none;
    }

    .list-top-filter-block .left-col {
        width: 100%;
    }

    .list-top-filter-block .left-col .location {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .list-top-filter-block .left-col .location .select-cascader {
        width: 100%;
    }

    .list-top-filter-block .left-col .location .select-cascader .form-control {
        flex: 1;
    }

    .list-top-filter-block .left-col .location .btn {
        width: 100%;
    }

    .position-info-page .base-info-panel-box .top-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 500px) {
    .product-list .product-item .img {
        width: 100%;
    }
}
