
body {
    background-color: #f5f5f5;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #057fd5;
    text-decoration: none;
}

.skin-color {
    color: #057fd5;
}

.line-height-2em {
    line-height: 2em;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #057fd5;
    border-color: #057fd5;
}

.btn-primary {
    background-color: #057fd5;
    border-color: #057fd5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #036cb6;
    border-color: #036cb6;
}

.pagination > li > a, .pagination > li > span {
    color: #057fd5;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #057fd5;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #057fd5;
    border-color: #057fd5;
}

.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;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.min-width-900 {
    min-width: 900px;
}

.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;
}

.show-filter-btn {
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    background-color: #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
}

.panel-default {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
}

.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

.form-control {
    height: 36px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.btn {
    padding: 7px 12px;
}

.app-page-header {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
}

.app-page-header .header-min-navbar {
    background-color: #333;
    display: none;
}

.app-page-header .header-min-navbar .inner {
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-page-header .header-min-navbar .logo-block {
    height: 30px;
}

.app-page-header .header-min-navbar .logo-block img {
    height: 100%;
}

.app-page-header .header-min-navbar .right-block {
    display: flex;
}

.app-page-header .header-min-navbar .right-menus-block {
    display: flex;
}

.app-page-header .header-min-navbar .right-menus-block .item {
    text-align: center;
    margin: 0 10px;
    position: relative;
}

.app-page-header .header-min-navbar .right-menus-block .item .icon {
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.app-page-header .header-min-navbar .right-menus-block .item .text {
    line-height: 30px;
}

.app-page-header .header-min-navbar .right-menus-block .item .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    line-height: 20px;
    font-size: 12px;
    min-width: 20px;
    padding: 0 6px;
    color: #fff;
    background-color: #f44336;
    font-style: normal;
}

.app-page-header .header-min-navbar .hamburg-block {

}

.app-page-header .header-min-navbar .hamburg-block .icon-btn {
    font-size: 22px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #fff;
}

.app-page-header .header-min-navbar .hamburg-block .icon-btn.close-btn {
    display: none;
}

.app-page-header .header-min-navbar .hamburg-block.open .icon-btn.navicon-btn {
    display: none;
}

.app-page-header .header-min-navbar .hamburg-block.open .icon-btn.close-btn {
    display: block;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal {
    position: fixed;
    left: 0;
    top: 44px;
    width: 100%;
    height: calc(100% - 44px);
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border-top: 2px solid #d9c9b7;
    z-index: 9999;
}

.app-page-header .header-min-navbar .hamburg-block.open .hamburg-modal {
    display: block;
    padding: 20px 0;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .auth-row {
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .auth-row .btn.btn-info {
    background-color: #057fd5;
    border-color: #057fd5;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .auth-row .btn.btn-danger {
    background-color: #ea5555;
    border-color: #ea5555;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus {
    line-height: 3em;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus .cat-item {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus .cat-item .cat-title {
    font-weight: bold;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus .cat-item .cat-menus {
    padding-left: 15px;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus .cat-item .cat-menus .menu-item a {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block {
    line-height: 3em;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block .cate-item {
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block .cate-item .header {
    position: relative;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block .cate-item .header:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block .cate-item .content {
    padding-left: 1em;
}

.app-page-header .header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    margin: 20px 0;
}

.app-page-header .header-middle .logo-block {
    height: 100%;
}

.app-page-header .header-middle .logo-block img {
    height: 100%;
}

.app-page-header .header-middle .right-menus-block {
}

.app-page-header .header-middle .right-menus-block .item {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

.app-page-content {
    min-height: 600px;
}

.app-page-footer {
    color: #fff;
    margin-top: 20px;
    background-color: #292929;
}

.app-page-footer .footer-top {
    padding-top: 52px;
    padding-bottom: 62px;
}

.app-page-footer .footer-top .menus-block {
    text-align: right;
    height: 38px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.app-page-footer .footer-top .menus-block a {
    margin: 0 17px;
}

.app-page-footer .footer-top .menus-block a:first-child {
    margin-left: 0;
}

.app-page-footer .footer-top .menus-block a:last-child {
    margin-right: 0;
}

.app-page-footer .footer-top .menus-block a:hover,
.app-page-footer .footer-top .menus-block a:focus,
.app-page-footer .footer-top .menus-block a:active {
    color: inherit;
    text-decoration: underline;
}

.app-page-footer .footer-bottom {
    color: #999;
    text-align: center;
    padding-bottom: 50px;
}

.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;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.product-search-filter-panel {
    margin-bottom: 15px;
}

.product-search-filter-panel .filter-form {
    width: 100%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-search-filter-panel .filter-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.product-search-filter-panel .filter-form .form-group * {
    display: inline-block;
}

.product-search-filter-panel .filter-form .form-group input.form-control {
    width: 70px;
}

.product-search-filter-panel .filter-form .form-group select.form-control {
    width: 130px;
}

.left-menus-panel {
    line-height: 2em;
}

.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;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.page-pagination-block *:first-child {
    margin-top: 0;
}

.product-category-breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    line-height: 2em;
}

.product-category-breadcrumb a {
    color: #057fd5;
}

.product-category-breadcrumb > li:last-child {
    font-weight: bold;
}

.product-category-breadcrumb > li + li:before {
    content: '>';
}

.index-page {
}

.index-page .exchange-block {
    line-height: 2em;
    display: none;
    justify-content: space-between;
    margin-bottom: 20px;
}

.index-page .banner-block {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.index-page .banner-block .banner-swiper {
    width: 250%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.index-page .banner-block .banner-swiper .swiper-wrapper .swiper-slide-prev,
.index-page .banner-block .banner-swiper .swiper-wrapper .swiper-slide-next {
    filter: blur(2px);
}

.index-page .banner-block .banner-swiper .swiper-button-prev,
.index-page .banner-block .banner-swiper .swiper-button-next {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 75px;
}

.index-page .banner-block .banner-swiper .swiper-button-prev {
    left: 30%;
}

.index-page .banner-block .banner-swiper .swiper-button-next {
    right: 30%;
}

.index-page .announcement-block {
    display: flex;
    line-height: 2em;
}

.index-page .announcement-block .swiper {
    height: 56px;
}

.index-page .announcement-block .text-row-ellipsis {
    display: block;
}

.index-page .announcement-block .more {
    border-left: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #057fd5;
}

.index-page .hot-product-block {
}

.index-page .hot-product-block .header {
    font-weight: bold;
    margin-bottom: 20px;
}

.index-page .hot-product-block .list {
}

.index-page .hot-product-block .list .item-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.index-page .hot-product-block .list .item-block .thumb {
    width: 50px;
    margin-right: 20px;
}

.index-page .hot-product-block .list .item-block .thumb img {
    width: 100%;
}

.index-page .hot-product-block .list .item-block .title {
    width: calc(100% - 70px);
}

.index-page .left-categories-block {
}

.index-page .left-categories-block > .header {
    font-weight: bold;
    margin-bottom: 14px;
}


.index-page .left-categories-block #left-categories {
    line-height: 40px;
}

.index-page .left-categories-block .cate-item .header {
    position: relative;
}

.index-page .left-categories-block .cate-item .header:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
}

.index-page .left-categories-block .cate-item .content {
    padding-left: 1em;
}

.index-page .left-categories-block .text-row-ellipsis {
    display: block;
}

.index-page .categories-show-block {
    margin-top: 30px;
}

.index-page .categories-show-block .header {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
}

.index-page .categories-show-block .header small {
    font-size: 16px;
}

.index-page .categories-show-block .list-box {
    border-radius: 4px;
    padding: 0 7px;
}

.index-page .categories-show-block .list-box > div {
    padding-left: 7px;
    padding-right: 7px;
}

.index-page .categories-show-block .list-box .item-block {
    display: block;
    text-align: center;
}

.index-page .categories-show-block .list-box .item-block .content {
    height: 82px;
    margin-bottom: 20px;
}

.index-page .categories-show-block .list-box .item-block .content img {
    max-width: 100%;
    max-height: 100%;
}

.index-page .categories-show-block .list-box .item-block .title {
    font-weight: bold;
}

.index-page .brand-friends-block {
    margin-bottom: 36px;
}

.index-page .brand-friends-block .header {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.index-page .brand-friends-block .list {
}

.index-page .brand-friends-block .list .item-block {
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
    height: 62px;
}

.index-page .brand-friends-block .list .item-block a {
    display: block;
    height: 100%;
}

.index-page .brand-friends-block .list .item-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-page .product-list {
    margin-left: -7px;
    margin-right: -7px;
}

.search-page .product-list > .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.search-page .product-list .product-item {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 10px;
    /*border-radius: 4px;
    border: 1px solid #ddd;*/
}

.search-page .product-list .product-item .img-box {
    text-align: center;
    margin-bottom: 20px;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-page .product-list .product-item .img-box img {
    max-width: 100%;
    max-height: 100%;
}

.search-page .product-list .product-item .title {
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;

    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search-page .product-list .product-item .title a:hover {
    text-decoration: underline;
}

.search-page .left-filter-panel-box {
    border: none;
}

.search-page .left-filter-panel-box .header {
    display: flex;
    justify-content: space-between;
}

.search-page .left-filter-panel-box .header .down {
    background-color: transparent;
    border: none;
    display: none;
}

.search-page .left-filter-panel-box .list {
    overflow: hidden;
    line-height: 40px;
    margin-top: 14px;
}

.search-page .left-filter-panel-box .list .item {
    display: block;
}

.search-page .left-filter-panel-box .list .item:hover {
    color: #057fd5;
}

.product-page .product-img-show {
    margin-bottom: 40px;
    border: 1px solid #ddd;
}

.product-page .product-img-show .big-img {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page .product-img-show .big-img img {
    max-width: 100%;
    max-height: 100%;
}

.product-page .product-img-show .thumbs {
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #fff;
    margin-top: 10px;
}

.product-page .product-img-show .thumbs .inner {
    display: inline-block;
    width: 2000px;
    height: 100px;
}

.product-page .product-img-show .thumbs .inner .item {
    float: left;
    height: 100%;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}

.product-page .product-img-show .thumbs .inner .item img {
    max-width: 100%;
    max-height: 100%;
}

.product-page .product-main-panel {
    padding: 0 40px 40px 40px;
}

.product-page .product-main-panel .product-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-page .product-main-panel .product-main-table {
}

.product-page .product-main-panel .product-main-table th,
.product-page .product-main-panel .product-main-table td {
    border-top: 0;
    line-height: 32px;
}

.product-page .product-main-panel .product-main-table th {
    color: #838282;
    font-weight: normal;
}

.product-page .product-main-panel .product-main-table .price-tr .big {
    color: red;
    font-size: 24px;
}

.product-page .product-main-panel .product-main-table .attr-tr .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-page .product-main-panel .product-main-table .buy-quantity-tr {
}

.product-page .product-main-panel .product-main-table .buy-quantity-tr .buy-quantity {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.product-page .product-main-panel .collect-btn:after {
    content: '收藏商品';
}

.product-page .product-main-panel .collect-btn.collected:after {
    content: '取消收藏';
}

.product-page .product-main-panel .collect-btn .fa:before {
    content: "\f006";
}

.product-page .product-main-panel .collect-btn.collected .fa:before {
    content: "\f005";
}

.product-page .product-detail-panel {
}

.product-page .product-detail-panel .panel-heading {
    font-size: 24px;
}

.product-page .product-detail-panel .content {
    margin-top: 20px;
    min-height: 200px;
}

.product-page .product-detail-panel .content img,
.product-page .product-detail-panel .content table {
    max-width: 100%;
}

.cart-page .cart-table {
}

.cart-page .cart-table th,
.cart-page .cart-table td {
    padding: 10px 15px;
}

.cart-page .cart-table thead th,
.cart-page .cart-table thead td {
    text-align: center;
    background-color: #ddd;
}

.cart-page .cart-table tbody .thumb {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cart-page .cart-table tbody .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    word-break: break-all;
    margin-bottom: 10px;
}

.cart-page .cart-table tbody .attribute {
    color: #666;
    line-height: 1.5em;
}

.cart-page .cart-table tbody .price-col,
.cart-page .cart-table tbody .quantity-col {
    width: 25%;
    vertical-align: middle;
    text-align: center;
}

.cart-page .cart-table tbody .price-col .con {
    display: flex;
    justify-content: center;
}

.cart-page .cart-table tbody .price-col .con .le {
    margin-right: 10px;
}

.cart-page .cart-table tbody .quantity-col .con {
    display: flex;
    justify-content: center;
}

.cart-page .cart-table tbody .quantity-col .buy-quantity {
    display: inline-block;
    max-width: 80px;
    text-align: center;
}

.cart-page .cart-table tbody .quantity-col .note {
    line-height: 2em;
}

.cart-page .total-panel {
}

.cart-page .total-panel .quantity-col {
    line-height: 36px;
}

.cart-page .total-panel .price-col {
    line-height: 36px;
    font-size: 18px;
    text-align: right;
}

.cart-page .total-panel .sub-col {
    text-align: right;
}

.cart-page .checkbox-panel {
    padding-top: 2em;
    padding-bottom: 2em;
}

.cart-page .checkbox-panel .btn-select {
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart-page .checkbox-panel .address-table .select-col {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.cart-page .checkbox-panel .address-table .detail-col {
    line-height: 2em;
}

.order-page .filter-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.order-page .filter-form .form-group {
    width: 33%;
    padding-left: 7px;
    padding-right: 7px;
}

.order-page .filter-form .form-group .form-control {
    width: 100%;
}

.nav.nav-human-status {
    margin-bottom: 20px;
}

.nav.nav-human-status li a {
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.nav.nav-human-status li:hover a {
    background-color: inherit;
}

.nav.nav-human-status li.active a {
    color: #057fd5;
    font-weight: bold;
    background-color: inherit;
    border-bottom: 2px solid #057fd5;
}

.grey-header-list-table {
}

.grey-header-list-table th,
.grey-header-list-table td {
    padding: 10px;
    font-size: 12px;
}

.grey-header-list-table thead th,
.grey-header-list-table thead td {
    text-align: center;
    vertical-align: middle;
    background-color: #eee;
}

.grey-header-list-table tbody th,
.grey-header-list-table tbody td {
    text-align: center;
    vertical-align: middle;
}

.order-page .order-list-table .thumb-col img {
    width: 50px;
}

.order-page .order-list-table .product-name-col {
    width: 25%;
}

.order-page .order-list-table .opt-col .btn {
    padding: 5px;
    font-size: inherit;
    background-color: transparent;
}

.order-page .order-table-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-page .order-table-bottom .ri .total {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
}

.order-page .order-table-bottom .ri .pagination {
    margin: 0;
}

.address-page {
}

.address-page .opt-col {
    text-align: center;
    width: 90px;
}

.address-page .opt-col div {
    display: flex;
    justify-content: space-between;
}

.shipping-estimate-page .fee-table {
    margin-top: 1em;
}

.shipping-estimate-page .fee-table th,
.shipping-estimate-page .fee-table td {
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.collect-page .product-list {
    margin-left: -7px;
    margin-right: -7px;
}

.collect-page .product-list > .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.collect-page .product-list .product-item {
    padding: 10px;
    margin-bottom: 20px;
}

.collect-page .product-list .product-item .img-box {
    text-align: center;
    margin-bottom: 20px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.collect-page .product-list .product-item .img-box img {
    height: 100%;
}

.collect-page .product-list .product-item .title {
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

@media (max-width: 1260px) {
}

@media (max-width: 992px) {
    .app-page-header .header-min-navbar {
        display: block;
    }

    .app-page-header .header-middle {
        display: none;
    }

    .product-search-filter-panel .filter-form {
        justify-content: space-between;
    }

    .product-search-filter-panel .filter-form .form-group {
        margin-right: 0;
    }

    .product-search-filter-panel .filter-form .search-btn {
        margin-top: 15px;
        width: 100%;
    }

    .cart-page .total-panel .quantity-col {
        text-align: right;
    }

    .cart-page .total-panel .price-col {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .layui-laydate-range {
        width: 272px !important;
    }

    .show-filter-target {
        display: none;
    }

    .app-page-footer .footer-top .logo-block {
        margin-bottom: 40px;
        text-align: center;
    }

    .app-page-footer .footer-top .menus-block {
        justify-content: center;
    }

    .product-search-filter-panel .filter-form .form-group {
        margin-bottom: 15px;
    }

    .product-search-filter-panel .filter-form .search-btn {
        margin-top: 0;
    }

    .index-page .exchange-block {
        display: flex;
    }

    .index-page .banner-block {
        height: 300px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .index-page .announcement-block {
        display: block;
    }

    .index-page .announcement-block .more {
        display: none;
    }

    .index-page .hot-product-block .list.row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .index-page .hot-product-block .list .col-xs-6 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .cart-page .cart-table tbody .price-col .con {
        flex-direction: column;
    }

    .cart-page .cart-table tbody .price-col .con .le {
        margin-right: 0;
    }

    .cart-page .cart-table tbody .quantity-col .con {
        flex-direction: column;
    }

    .cart-page .checkbox-panel {
        padding: 0;
        border: 0;
    }

    .order-page .filter-form .form-group {
        width: 50%;
    }


    .order-page .order-list-table .sn-col {
        width: 70px;
    }

    .order-page .order-list-table .sn-col .text {
        display: inline-block;
        width: 70px;
        word-break: break-all;
    }

    .address-page .name-col {
        width: 80px;
    }

    .address-page .opt-col {
        width: 50px;
    }

    .address-page .opt-col div {
        flex-direction: column;
        line-height: 2em;
    }

    .search-page .left-filter-panel-box .header .down {
        display: block;
    }

    .search-page .left-filter-panel-box .list {
        display: none;
    }
}

@media (min-width: 768px) {
    .shipping-estimate-page .search-form {
        text-align: center;
    }

    .shipping-estimate-page .search-form .form-group {
        margin: 0 0.5em;
    }
}

@media (max-width: 500px) {
    .app-page-footer .footer-top .menus-block a {
        margin: 0 8px;
    }

    .index-page .banner-block {
        height: 200px;
    }

    .product-page .product-main-panel {
        padding-left: 0;
        padding-right: 0;
    }


    .cart-page .total-panel .quantity-col {
        text-align: center;
    }

    .cart-page .total-panel .price-col,
    .cart-page .total-panel .sub-col {
        text-align: center;
    }

    .order-page .order-table-bottom .le,
    .order-page .order-table-bottom .ri {
        width: 100%;
    }

    .order-page .order-table-bottom .ri {
        text-align: center;
        margin-top: 20px;
    }

    .shipping-estimate-page .fee-table th,
    .shipping-estimate-page .fee-table td {
        font-size: 12px;
    }

    .shipping-estimate-page .fee-table .name-col {
        width: 65px;
    }
}
