:root {
    --swiper-theme-color: #0018a6 !important;
}

body {
    color: #333;
    font-family: "Microsoft Ya Hei", Open-Sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #EBF0F8;

    /*background-image: url("../images/index.jpg");*/
    /*background-position: center top;*/
    /*background-repeat: no-repeat;*/
    /*opacity: 0.6;*/
}

a {
    color: inherit;
}

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

.skin-color {
    color: #0018a6;
}

.color-grey {
    color: #999;
}

.btn {
    outline: none !important;
}

.btn.btn-lg {
    font-size: 16px;
}

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

.btn-primary {
    border-color: #0018a6;
    background-color: #0018a6;
}

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

.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: #0018a6;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #0018a6;
}

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

.btn-select {
    margin: 5px;
}

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

.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%;
}

.min-width-max-content {
    min-width: max-content;
}

.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: #0018a6;
}

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #0018a6;
}

.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: 4px;
}

.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 #DCE1EB;
}

.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 {
    padding: 30px 60px;
}

.text-article-list {
    margin-bottom: 30px;
}

.text-article-list .article-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DCE1EB;
    padding: 18px 0;
    font-size: 18px;
}

.text-article-list .article-item:last-child {
    border-bottom: none;
}

.text-article-list .article-item .time {
    font-size: 16px;
    min-width: max-content;
    color: #566273;
}

.panel-box.article-info-panel-box {
    padding: 30px 60px;
}

.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: #0018a6;
}

.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: #0018a6;
}

.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;
}

.article-menus-block {
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.article-menus-block .header {
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    background-image: linear-gradient(90deg, #c5272d 0%, #0001a1 100%);
}

.article-menus-block .menus a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid #DCE1EB;
}

.article-menus-block .menus a:last-child {
    border-bottom: none;
}

.article-menus-block .menus a.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 20px;
    background-color: #0018a6;
}

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

.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 {
    margin-bottom: 20px;
    background-image: linear-gradient(90deg, #c5272d 0%, #0001a1 100%);
}

.app-page-header .main-row {
    padding: 14px 0;
}

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

.app-page-header .main-row .logo {
    display: flex;
    gap: 20px;
    align-items: center;
}

.app-page-header .main-row .logo .logo1,
.app-page-header .main-row .logo .logo2 {
    height: 65px;
}

.app-page-header .main-row .menus {
    display: flex;
    gap: 30px;
}

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

.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: -13px;
    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;
    font-size: 15px;
    font-weight: bold;
}

.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: 10;
    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;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.app-page-header .main-row .opt-btns {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 6px;
}

.app-page-header .main-row .opt-btns a {
    color: #fff;
}

.app-page-header .main-row .opt-btns a.btn {
    background-color: transparent;
    border-color: #fff;
}

.app-page-header .main-row .opt-btns a img {
    vertical-align: top;
}

.app-page-header-hamburg-dropdown-window {
    position: absolute;
    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: #0018a6;
}

.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: 80vh;
}

.app-page-footer {
    margin-top: 20px;
    color: #fff;
    background-image: linear-gradient(90deg, #c5272d 0%, #0001a1 100%);
}

.app-page-footer .main-menus {
    margin: 50px -14px 22px -14px;
}

.app-page-footer .main-menus > .col {
    padding: 0 14px;
}

.app-page-footer .main-menus a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 18px;
    flex: 1;
    text-align: center;
    font-size: 20px;
    margin-bottom: 28px;
}

.app-page-footer .main-menus a img {
    transform: translateY(-2px);
}

.app-page-footer .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.app-page-footer .bottom-row .content-col {
    text-align: right;
}

.app-page-footer .bottom-row .content-col .contact-block {
    margin-bottom: 15px;
}

.app-page-footer .bottom-row .content-col .contact-block > * {
    display: inline-block;
}

.app-page-footer .bottom-row .content-col .contact-block span {
    margin: 0 23px;
}

.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: #fff;
}

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

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

.index-page .banner-area {
    margin-bottom: 50px;
}

.index-page .banner-area .banner-swiper {
}

.index-page .banner-area .banner-swiper img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

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

.index-page .about-us-block .img-col {
    position: relative;
}

.index-page .about-us-block .img-col img {
    width: 100%;
}

.index-page .about-us-block .img-col .bg {
    position: absolute;
    right: 90px;
    top: 90px;
    width: 100vw;
    height: 100%;
    background-color: #cc3333;
    z-index: -1;
}

.index-page .about-us-block .content-col .content .title {
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.index-page .about-us-block .content-col .content .desc {
    font-size: 16px;
    line-height: 36px;
    color: #000;
}

.index-page .about-us-block .content-col .content .desc p {
    text-indent: 2em;
}

.index-page .news-block {
}

.index-page .news-block .text-article-list {
    margin-top: 10px;
}

.cat-and-more-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cat-and-more-header h3 {
    margin: 0;
    font-weight: bold;
}

.cat-and-more-header .more-btn {
    font-size: 16px;
    color: #05162E;
}

.thumb-inner-title-block {
    position: relative;
    display: block;
}

.thumb-inner-title-block img {
    width: 100%;
    aspect-ratio: 1.596638;
}

.thumb-inner-title-block .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(270deg, rgba(5, 22, 46, 0) 0%, rgba(5, 22, 46, 1) 100%);
    padding: 0 20px;
    line-height: 40px;
}

.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 #DCE1EB;
}

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

.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;
}

.search-filter-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #DCE1EB;
    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;
}

.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;
}

.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 (min-width: 1600px) {
    .app-page-header .main-row .menus {
        margin-bottom: 45px;
    }
}

@media (max-width: 1600px) {
    .app-page-header .main-row .logo {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .app-page-header .main-row .logo .logo-line {
        display: none;
    }
}

@media (min-width: 1440px) {
    .app-page-footer .bottom-row {
        padding-left: 64px;
    }

    .index-page .about-us-block .content-col .content {
        margin-right: -70px;
    }

    .index-page .news-block .cats-row {
        margin: 0 -75px;
    }

    .index-page .news-block .cats-row .cat-col {
        padding: 0 35px;
    }
}

@media (max-width: 1440px) {
}

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

@media (min-width: 1200px) {
    .app-page-header .main-row .inner {
        padding: 0 30px;
    }

    .app-page-header .main-row .opt-btns .hamburg-btn {
        display: none;
    }

    .app-page-header-hamburg-dropdown-window {
        display: none !important;
    }

    .index-page .about-us-block .img-col {
        padding-left: 30px;
        padding-right: 0;
    }

    .index-page .about-us-block .content-col .content {
        padding-left: 55px;
    }

    .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) {
    .app-page-header .main-row .menus {
        display: none;
    }

    .app-page-footer .bottom-row .content-col .contact-block {
        line-height: 2em;
    }

    .app-page-footer .bottom-row .content-col .contact-block > * {
        display: block;
    }

    .app-page-footer .bottom-row .content-col .contact-block span {
        display: none;
    }
}

@media (min-width: 992px) {
    .index-page .banner-area {
        margin-bottom: 110px;
    }

    .index-page .about-us-block {
        margin-bottom: 190px;
    }
}

@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%;
    }

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

@media (max-width: 768px) {
    .app-page-header .main-row {
        padding: 10px 0;
    }

    .app-page-header .main-row .logo .logo1,
    .app-page-header .main-row .logo .logo2 {
        height: 42px;
    }

    .app-page-footer .bottom-row {
        flex-direction: column;
        gap: 30px;
    }

    .app-page-footer .bottom-row .content-col {
        text-align: center;
    }

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

    .panel-box.article-info-panel-box {
        padding: 20px;
    }

    .panel-box.auth-panel-box {
        padding: 20px;
        box-shadow: none;
    }

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

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

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

    .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;
    }
}
