
body {
    font-family: "Microsoft Ya Hei", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
    color: inherit;
}

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

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

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

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

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

.btn-link {
    color: #e67944;
}

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

.skin-color {
    color: #e67944;
}

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

.font-size-2em {
    font-size: 2em;
}

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

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

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

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

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

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

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

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

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: 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;
}

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

.panel-box.product-search-filter-panel {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.panel-box.product-search-filter-panel .shopping-list {
    display: flex;
}

.panel-box.product-search-filter-panel .shopping-list a {
    margin-right: 20px;
}

.panel-box.product-search-filter-panel .shopping-list a:last-child {
    margin-right: 0;
}

.panel-box.product-search-filter-panel .filter-form {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    align-items: flex-start;
}

.panel-box.product-search-filter-panel .filter-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.panel-box.product-search-filter-panel .filter-form .form-group * {
    display: inline-block;
}

.panel-box.product-search-filter-panel .filter-form .form-group input.form-control {
    width: 70px;
}

.panel-box.product-search-filter-panel .filter-form .form-group select.form-control {
    width: 130px;
}

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

.product-category-breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    line-height: 2em;
}

.product-category-breadcrumb > li {
    display: inline;
}

.product-category-breadcrumb > li:last-child {
    font-weight: bold;
}

.product-category-breadcrumb > li + li:before {
    content: '>';
}

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

.app-page-header {
}

.app-page-header > .top {
    line-height: 50px;
    display: flex;
    justify-content: right;
}

.app-page-header > .top .btns-block .btn-item {
    margin-left: 47px;
}

.app-page-header > .top .btns-block .btn-item img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.app-page-header > .middle {
    margin-top: 15px;
    margin-bottom: 7px;
}

.app-page-header > .middle .inner {
    margin-left: -60px;
    margin-right: -51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-page-header > .middle .inner .product-search-block {
    width: 564px;
    margin-left: 14px;
}

.product-search-block {

}

.product-search-block.input-group-lg > .form-control,
.product-search-block.input-group-lg > .input-group-addon,
.product-search-block.input-group-lg > .input-group-btn > .btn {
    height: 50px;
    border-color: #00baff;
    font-size: 14px;
}

.product-search-block.input-group-lg > .input-group-btn > .btn {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.product-search-block.input-group-lg > .input-group-addon {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.product-search-block .switch-btn {
    color: #666;
}

.product-search-block .search-btn {
    padding: 0 20px;
    background-color: #00baff;
}

.app-page-header > .middle .inner .btns-block {
    display: flex;
}

.app-page-header > .middle .inner .btns-block .btn-item {
    margin-left: 16px;
    text-align: center;
}

.app-page-header > .middle .inner .btns-block .btn-item .icon {
    margin-bottom: 7px;
}

.app-page-header .main-menus {
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 10px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.app-page-header .main-menus .menus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #444a59;
    padding: 17px 0;
}

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

.app-page-header .main-menus .menus .menu-item .out-text {
}

.app-page-header .main-menus .menus .menu-item .down-menus {
    position: absolute;
    left: 50%;
    top: 24px;
    z-index: 10;
    display: none;
    transform: translateX(-50%);
}

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

.app-page-header .main-menus .menus .menu-item .down-menus .inner-box {
    background-color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 10px 5px;
    margin-top: 20px;
    line-height: 2em;
    font-size: 14px;
    min-width: 150px;
}

.app-page-header .main-menus .menus .menu-item .down-menus .inner-box a {
    padding: 0 10px;
    display: block;
}

.app-page-header .main-menus .menus i {
    width: 1px;
    height: 13px;
    background-color: #a7a7a7;
}

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

.app-page-footer .inner {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #f3f3f3;
    flex-wrap: wrap;
}

.app-page-footer .inner .col {
    position: relative;
    left: 13px;
}

.app-page-footer .inner .col .title {
    font-weight: bold;
    margin-bottom: 15px;
}

.app-page-footer .inner .col .content {
    line-height: 28px;
}

.app-page-footer .inner .col:first-child {
    left: 6px;
}

.app-page-footer .inner .col:last-child {
    left: auto;
    right: 6px;
}

.app-page-footer .copyright {
    color: #999;
    margin-top: 67px;
    text-align: center;
    border-top: 1px solid #656565;
    padding: 30px 0 61px 0;
}

.app-page-content {
    min-height: 400px;
}

.index-page .app-page-header .main-menus {
    box-shadow: none;
    border-bottom: none;
    margin-bottom: 0;
}

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

.index-page .banner-area {
    height: 500px;
    margin-bottom: 80px;
}

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

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

.index-page .platform-area {
    margin-bottom: 80px;
}

.index-page .platform-area .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-page .platform-area .inner .box {
    width: calc((100% - 27px) / 2);
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 0 70px;
    min-height: 452px;
}

.index-page .platform-area .inner .box .logo {
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-page .platform-area .inner .box .content {
    line-height: 36px;
    color: #666666;
    margin-top: -14px;
    text-indent: 2em;
}

.index-page .step-area {
    margin-bottom: 76px;
    height: 1430px;
}

.index-page .step-area img {
    width: 100%;
}

.index-page .step-area .container {
    position: relative;
}

.index-page .step-area .texts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #444a59;
}

.index-page .step-area .texts .step {
    position: absolute;
}

.index-page .step-area .texts .step-1 {
    left: 725px;
    top: 111px;
    width: 370px;
}

.index-page .step-area .texts .step-2 {
    left: 254px;
    top: 355px;
    width: 250px;
}

.index-page .step-area .texts .step-3 {
    left: 679px;
    top: 628px;
    width: 270px;
}

.index-page .step-area .texts .step-4 {
    top: 1016px;
    left: 791px;
    width: 300px;
}

.index-page .step-area .texts .step-5 {
    left: 239px;
    top: 1330px;
    width: 250px;
}

.index-page .characteristic-area {
    color: #fff;
    background-color: #00baff;
    font-size: 18px;
    line-height: 42px;
}

.index-page .characteristic-area .inner {
    padding: 33px 54px;
    text-indent: 2em;
}

.home-page .panel-box table td {
    border-top: none;
}

.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 .category-filter-panel .panel-heading {
    border-bottom: 2px solid #e67944;
    color: #e67944;
    font-weight: bold;
    background-color: #eee;
}

.search-page .category-filter-panel .list-group .list-group-item:hover {
    color: #fff;
    background-color: #e67944;
}

.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: 20%;
    padding-left: 7px;
    padding-right: 7px;
}

.order-page .filter-form .form-group .form-control {
    width: 100%;
}


.order-page .order-list-table {
}

.order-page .order-list-table th,
.order-page .order-list-table td {
    padding: 10px;
    font-size: 12px;
}

.order-page .order-list-table thead th,
.order-page .order-list-table thead td {
    text-align: center;
    vertical-align: middle;
    background-color: #eee;
}

.order-page .order-list-table tbody th,
.order-page .order-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;
}

@media (min-width: 1200px) {
}

@media (min-width: 1160px) {
    .container {
        width: 1130px;
    }
}

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

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

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