body {
    background-color: #eaeaea;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #93c365 !important;
    text-decoration: none;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff !important;
    background-color: #93c365 !important;
    border-color: #93c365 !important;
}

.btn-primary {
    border-color: #93c365;
    background-color: #93c365;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff !important;
    border-color: #7fa857 !important;
    background-color: #7fa857 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff !important;
}


.skin-color {
    color: #93c365;
}

.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;
}

.line-height-2 {
    line-height: 2em;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-auto *:last-child {
    margin-bottom: 0;
}

.min-width-800 {
    min-width: 800px;
}

.page-title {
    margin-bottom: 15px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: red;
    margin-right: 4px;
}

.form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: red;
}

.has-error .help-block {
    font-size: 12px;
}

.has-error .form-control {
    border-color: red !important;
}

.has-error .input-group-btn > .btn {
    border-color: red;
}

.pagination > li > a, .pagination > li > span {
    color: #93c365;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #93c365;
    border-color: #93c365;
}

.pagination-area {
    text-align: center;
    margin: 20px 0;
}

.pagination-area .pagination {
    margin: 0;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
}

.app-page-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.app-page-top .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    flex-wrap: wrap;
}

.app-page-top .inner-box .right-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.app-page-top .inner-box .menus-area {
    color: #4a4b60;
    height: 30px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.app-page-top .inner-box .menus-area .menu-item {
    margin-right: 60px;
    position: relative;
    color: #4a4b60;
}

[lang=en] .app-page-top .inner-box .menus-area .menu-item {
    margin-right: 40px;
}

.app-page-top .inner-box .menus-area .menu-item .out-text {
    line-height: 1em;
    font-weight: bold;
    font-size: 18px;
}

.app-page-top .inner-box .menus-area .menu-item .menu-down {
    position: absolute;
    left: -1em;
    top: 18px;
    z-index: 10;
    min-width: 130px;
    display: none;
}

.app-page-top .inner-box .menus-area .menu-item:hover .menu-down {
    display: block;
}

.app-page-top .inner-box .menus-area .menu-item .menu-down .inner {
    background-color: #fff;
    box-shadow: rgb(51 51 51 / 45%) 0 0 7px 0;
    border-radius: 4px;
    padding: 0.5em 0;
    margin-top: 10px;
}

.app-page-top .inner-box .menus-area .menu-item .menu-down .item {
    padding: 0.4em 1em;
    line-height: 1.5em;
    width: 100%;
}


.app-page-top .inner-box .menus-area .menu-item .menu-down .item a {
    display: inline-block;
    width: 100%;
}

.app-page-top .inner-box .btn-area {
    display: flex;
    align-items: flex-start;
    text-align: center;
}

.app-page-top .inner-box .btn-area .btn-item {
    margin-right: 28px;
}

.app-page-top .inner-box .btn-area .btn-item:last-child {
    margin-right: 0;
}

.app-page-top .inner-box .btn-area .btn-item .icon {
    width: 33px;
    height: 33px;
    margin: 5px auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-page-top .inner-box .btn-area .btn-item .icon img {
    width: 100%;
}

.app-page-top .inner-box .btn-area .btn-item.hamburg {
    display: none;
}

.app-page-top .inner-box .btn-area .btn-item.hamburg .icon .fa {
    font-size: 30px;
}

.app-page-top .inner-box .btn-area .btn-item .text {
    line-height: 1em;
}

.app-page-top-placeholder {
    height: 112px;
    margin-bottom: 20px;
}

.app-page-top-hamburg-dropdown-window {
    position: fixed;
    left: 0;
    top: 106px;
    width: 100%;
    height: calc(100% - 106px);
    background-color: #fff;
    border-top: 1px solid #ddd;
    z-index: 10;
    display: none;
    overflow: auto;
}

.app-page-top-hamburg-dropdown-window .menus-area {
    line-height: 2.6em;
    font-size: 16px;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item {
    padding: 0 1em;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item .out-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item .out-text .icon {
    font-size: 24px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item .out-text .icon .fa {
    display: none;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item .out-text .icon.down .fa-angle-down {
    display: block;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item .out-text .icon.down .fa-angle-up {
    display: none;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item .out-text .icon.up .fa-angle-down {
    display: none;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item .out-text .icon.up .fa-angle-up {
    display: block;
}

.app-page-top-hamburg-dropdown-window .menus-area .menu-item .menu-down {
    display: none;
}

.app-page-footer {
    background-color: #333;
    color: #fff;
    padding-top: 50px;
}

.app-page-footer .body {
    margin-bottom: 42px;
}

.app-page-footer .body .title {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1em;
}

.app-page-footer .body .content {
    line-height: 36px;
}

.app-page-footer .body .wx-col {
    display: flex;
    justify-content: flex-end;
    gap: 36px;
}

.app-page-footer .body .wx-col .wx {
    margin-bottom: 30px;
}

.app-page-footer .body .wx-col .wx img {
    width: 100px;
    margin-top: 10px;
}

.app-page-footer .copyright {
    line-height: 40px;
    text-align: center;
}

.app-page-footer .bottom-menus {
    line-height: 40px;
    text-align: center;
    padding-bottom: 10px;
}

.app-page-footer .bottom-menus a {
}

.app-page-footer .bottom-menus a:after {
    content: '|';
    margin: 0 1em;
}


.app-page-footer .bottom-menus a:last-child:after {
    display: none;
}

.app-page-content {
    min-height: 550px;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.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 {
    font-size: 24px;
    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: 300px;
    line-height: 2em;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.article-thumb-panel-box-list .panel-box {
}

.article-thumb-panel-box-list .panel-box .img {
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}

.article-thumb-panel-box-list .panel-box .img a {
    display: flex;
    height: 100%;
    align-items: center;
}

.article-thumb-panel-box-list .panel-box .img a img {
    width: 100%;
}

.article-thumb-panel-box-list .panel-box .title {
    height: 40px;
}

.left-menus-panel {
    line-height: 2em;
    border: none;
}

.left-menus-panel .cat-item {
    margin-bottom: 1em;
}

.left-menus-panel .cat-item .cat-title {
    font-weight: bold;
}

.left-menus-panel .cat-item .cat-menus {
    padding-left: 15px;
}

.left-menus-panel .cat-item .cat-menus .menu-item a {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}

.index-page {
}

.index-page .app-page-top-placeholder {
    margin-bottom: 0;
}

.index-page .banner-area {
    height: 500px;
    position: relative;
}

.index-page .banner-area .banner-swiper {
    height: 100%;
}

.index-page .banner-area .login-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.index-page .banner-area .login-area .container {
    position: relative;
}

.index-page .banner-area .login-area .login-box {
    position: absolute;
    right: 15px;
    top: 44px;
    background-color: #fff;
    padding: 22px;
    width: 250px;
    border-radius: 4px;
    height: 417px;
}

.index-page .banner-area .login-area .login-box .login-box-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-page .banner-area .login-area .login-box .box-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.index-page .banner-area .login-area .login-box .box-header b {
    font-size: 18px;
    line-height: 1em;
}

.index-page .banner-area .login-area .login-box .box-header a {
    color: #666;
    line-height: 1em;
}

.index-page .banner-area .login-area .login-box .login-form .form-group {
    margin-bottom: 20px;
}

.index-page .banner-area .login-area .login-box .login-form .bottom {
    margin-top: 25px;
    text-align: center;
}

.index-page .banner-area .login-area .login-box .login-form .bottom .submit {
    width: 98px;
}

.index-page .banner-area .login-area .login-box .info-area {
}

.index-page .banner-area .login-area .login-box .info-area .btn {
    margin-bottom: 15px;
}

.index-page .banner-area .login-area .login-box .notice {
    margin-top: 44px;
    padding: 0 10px;
}

.index-page .banner-area .login-area .login-box .notice .header .icon {
    vertical-align: baseline;
}

.index-page .banner-area .login-area .login-box .notice .header .more {
    color: #999;
    float: right;
}

.index-page .banner-area .login-area .login-box .notice .list {
    line-height: 36px;
    color: #666;
    margin-top: 10px;
}

.index-page .shipment-area {
    background-color: #fff;
    margin-bottom: 77px;
}

.index-page .shipment-area {
}

.index-page .shipment-area .header {
    margin-top: 30px;
    margin-bottom: 20px;
}

.index-page .shipment-area .header img {
    vertical-align: top;
    margin-right: 4px;
}

.index-page .shipment-area .header b {
    font-size: 20px;
    line-height: 22px;
}

.index-page .shipment-area .shipment-cost .input-row {
    display: flex;
    margin-bottom: 25px;
}

.index-page .shipment-area .shipment-cost .input-row > .form-control {
    height: 42px;
    width: 212px;
    margin-left: 30px;
}

.index-page .shipment-area .shipment-cost .input-row > .input-group {
    height: 42px;
    width: 212px;
    margin-left: 30px;
}

.index-page .shipment-area .shipment-cost .input-row > .input-group > .form-control {
    height: 42px;
    border-right-width: 0;
}

.index-page .shipment-area .shipment-cost .input-row > .input-group > .input-group-addon {
    background-color: inherit;
}

.index-page .shipment-area .shipment-cost .result-row {
    margin-bottom: 25px;
    line-height: 2em;
}

.index-page .shipment-area .shipment-cost .result-row .item {
    display: flex;
    justify-content: center;
}

.index-page .shipment-area .shipment-cost .result-row .item > div {
    margin: 0 10px;
}

.index-page .shipment-area .shipment-cost .submit-row {
    text-align: center;
    margin-bottom: 30px;
}

.index-page .shipment-area .shipment-cost .submit-row .submit {
    height: 42px;
    width: 132px;
}

.index-page .shipment-area .shipment-track .list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    margin-right: -20px;
    width: 100%;
}

.index-page .shipment-area .shipment-track .list a {
    color: #4a4b60;
    line-height: 30px;
    padding: 0 16px;
    background-color: #eaeaea;
    margin: 0 20px 20px 0;
}

.index-page .knowledge-area {
    margin-bottom: 50px;
}

.index-page .knowledge-area .box {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 30px 25px 30px;
    height: 450px;
    margin-bottom: 30px;
    overflow: hidden;
    word-break: break-all;
}

.index-page .knowledge-area .box .box-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 14px;
}

.index-page .knowledge-area .box .box-header .title {
    height: 22px;
}

.index-page .knowledge-area .box .box-header .title img {
    height: 22px;
    vertical-align: bottom;
    margin-right: 5px;
}

.index-page .knowledge-area .box .box-header .title b {
    font-size: 18px;
    line-height: 22px;
}

.index-page .knowledge-area .box .box-header .more {
    color: #999;
}

.index-page .knowledge-area .box .list {
    line-height: 36px;
    color: #666;
    margin-top: 8px;
}

.index-page .knowledge-area .box .about-us {
}

.index-page .knowledge-area .box .about-us .big-img {
    width: 100%;
}

.index-page .knowledge-area .box .about-us .top {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
}

.index-page .knowledge-area .box .about-us .content {
    line-height: 36px;
    color: #666;
    text-indent: 2em;
    height: 250px;
    overflow: hidden;
}

.index-page .site-recommend-area {
    margin-bottom: 73px;
}

.index-page .site-recommend-area .header {
    font-size: 30px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 50px;
}

.index-page .site-recommend-area .box {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    height: 94px;
    background-color: #fff;
}

.index-page .site-recommend-area .box a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
}

.index-page .site-recommend-area .box img {
    width: 100%;
}

.index-page .friend-link-area {
    background-color: #93c365;
    color: #fff;
    line-height: 36px;
    padding: 24px 0;
}

.index-page .friend-link-area a {
    margin-right: 1em;
}

.index-page .friend-link-area a:hover,
.index-page .friend-link-area a:focus,
.index-page .friend-link-area a:active,
.index-page .friend-link-area a.active {
    color: inherit !important;
    text-decoration: underline !important;
}

.home-page .user-info-panel {
    border: none;
}

.home-page .user-info-panel .info {
    line-height: 2em;
}

.home-page .message-panel-box {
    position: relative;
}

.home-page .message-panel-box .left-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #fff;
}

.home-page .message-panel-box .message-table {
    min-width: 900px;
}

.home-page .message-panel-box .message-table tr:first-child td {
    border-top: 0;
}

.home-page .message-panel-box .message-table th:first-child,
.home-page .message-panel-box .message-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #eee;
    font-weight: bold;
}

.home-page .warehouse-panel {
    line-height: 2em;
}

@media (min-width: 1350px) {
    .app-page-top .inner-box {
        margin-left: -60px;
        margin-right: -60px;
    }

    .app-page-footer .body .first-col {
        padding-left: 0;
    }

    .app-page-footer .body .wx-col {
        padding-right: 0;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

@media (min-width: 1200px) {
    .app-page-top-hamburg-dropdown-window {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .app-page-footer .body .wx-col {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .index-page .shipment-area .shipment-track .list {
        margin-bottom: 10px;
    }

    .index-page .knowledge-area .box {
        height: auto;
    }
}

@media (max-width: 768px) {
    .app-page-top .inner-box {
        margin: 10px 0;
    }

    .app-page-top .logo-area img {
        height: 40px;
    }

    .app-page-top-placeholder {
        height: 68px;
    }

    .app-page-top-hamburg-dropdown-window {
        top: 68px;
        height: calc(100% - 68px);
    }

    .app-page-footer .body {
        margin-bottom: 10px;
    }

    .app-page-footer .body .first-col {
        margin-bottom: 30px;
    }

    .index-page .banner-area {
        height: 400px;
    }

    .index-page .shipment-area .shipment-cost .input-row {
        flex-direction: column;
    }

    .index-page .shipment-area .shipment-cost .input-row > .form-control,
    .index-page .shipment-area .shipment-cost .input-row > .input-group {
        width: calc(100% - 60px);
        margin-bottom: 20px;
    }

    .index-page .shipment-area .shipment-cost .input-row > *:last-child {
        margin-bottom: 0;
    }

    .index-page .shipment-area .shipment-cost .submit-row {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .index-page .banner-area {
        height: 300px;
    }
}