*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
[v-cloak] {
    display: none;
}
html,
body {
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
    scroll-behavior: smooth;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    max-width: 1400px;
    height: 100%;
    position: relative;
    padding: 0 15px;
    margin: auto;
}
.button {
    padding: 10px 15px;
    border: 0;
    background: #eaeaea;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}
.button:hover {
    background: #535561;
    color: #eaeaea;
}
.for-mobile {
    display: none !important;
}
.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 5;
}
.header .row {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header .header-logo {
    margin-right: 60px;
}
.header .header-logo img {
    max-width: 150px;
}
.header .header-menu {
    flex: 1;
}
.header .header-menu ul {
    display: flex;
    gap: 60px;
    font-weight: 700;
    align-items: center;
}
.header .header-menu ul img {
    max-width: 30px;
}
.header .header-menu ul li {
    position: relative;
}
.header .header-menu ul li.active::after {
    content: '';
    width: 120%;
    height: 2px;
    background: #3d3d3d;
    position: absolute;
    left: -10%;
    bottom: -5px;
}
.header .header-menu > div {
    opacity: 1;
}
.header .mobile-switch-icon {
    margin-right: 30px;
    width: 30px;
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.header .mobile-switch-icon > span {
    width: 100%;
    height: 5px;
    background: #000;
}
.tixteel-banner {
    width: 100%;
    transform: translateY(5px);
}
.tixteel-banner img {
    width: 100%;
}
.tixteel-video-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #202126;
}
.tixteel-video-slider .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tixteel-video-slider .slider-item li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.tixteel-video-slider .slider-item li.active {
    display: block;
}
.tixteel-video-slider .slider-item li .slider-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.tixteel-video-slider .slider-item li .slider-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tixteel-video-slider .slider-item li .slider-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4235294118);
}
.tixteel-video-slider .slider-item li .slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 200px;
}
.tixteel-video-slider .slider-item li .slider-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.tixteel-video-slider .slider-item li .slider-tag {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.tixteel-video-slider .slider-circle {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: 2;
}
.tixteel-video-slider .slider-circle > div {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0);
    border-radius: 36px;
    position: relative;
    cursor: pointer;
}
.tixteel-video-slider .slider-circle > div::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 36px;
}
.tixteel-video-slider .slider-circle > div.active {
    background: #fff;
}
.weight-combo {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/weightCombo_bg.jpg);
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
.weight-combo .for-desktop {
    height: 100%;
}
.weight-combo .combo-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.weight-combo .combo-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.weight-combo .combo-text {
    text-align: center;
    margin-bottom: 30px;
}
.weight-combo .combo-button {
    text-align: center;
}
.weight-combo button {
    padding: 10px 30px;
    font-size: 1.2rem;
}
.weight-combo .combo-popup {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}
.weight-combo .combo-popup .combo-img {
    width: 90%;
    text-align: center;
    margin: 50px auto;
}
.weight-combo .combo-popup .combo-img img {
    max-width: 100%;
}
.weight-combo .combo-popup .combo-row {
    width: 90%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.weight-combo .combo-popup .combo-mat img {
    max-width: 100%;
}
.weight-combo .combo-popup .combo-info {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.weight-combo .combo-popup .combo-info .info-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.weight-combo .combo-popup .combo-title {
    text-align: center;
}
.weight-combo .combo-popup .popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.weight-combo .combo-popup .popup-close button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
}
.weight-combo .combo-popup .popup-close button span {
    width: 30px;
    height: 3px;
    background: #000;
}
.weight-combo .combo-popup .popup-close button span:first-child {
    transform: rotate(45deg) translateY(2px);
}
.weight-combo .combo-popup .popup-close button span:last-child {
    transform: rotate(-45deg) translateY(-2px);
}
.weight-combo .combo-popup .popup-close button:hover span {
    background: #fff;
}
.weight-combo .small-text {
    font-size: 0.8rem;
}
.weight-combo .link-text {
    color: #00b3ff;
    text-decoration: underline;
}
.tixteel-pic-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #202126;
}
.tixteel-pic-slider .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tixteel-pic-slider .slider-item li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.tixteel-pic-slider .slider-item li.active {
    display: block;
}
.tixteel-pic-slider .slider-item li .slider-pic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.tixteel-pic-slider .slider-item li .slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 200px;
}
.tixteel-pic-slider .slider-item li .slider-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.tixteel-pic-slider .slider-item li .slider-tag {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.tixteel-pic-slider .slider-circle {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: 2;
}
.tixteel-pic-slider .slider-circle > div {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0);
    border-radius: 36px;
    position: relative;
    cursor: pointer;
}
.tixteel-pic-slider .slider-circle > div::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 36px;
}
.tixteel-pic-slider .slider-circle > div.active {
    background: #fff;
}
.patent-design {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/exclusiveDesign_bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}
.patent-design .for-desktop {
    height: 100%;
}
.patent-design .design-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.patent-design .design-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.patent-design .design-text {
    text-align: center;
    margin-bottom: 30px;
}
.patent-design .design-button {
    text-align: center;
}
.patent-design button {
    padding: 10px 30px;
    font-size: 1.2rem;
}
.patent-design .design-popup {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}
.patent-design .design-popup .design-video {
    width: 90%;
    text-align: center;
    margin: 50px auto;
}
.patent-design .design-popup .design-video video {
    max-width: 100%;
}
.patent-design .design-popup .design-info {
    text-align: center;
}
.patent-design .design-popup .design-info > div {
    margin-bottom: 30px;
}
.patent-design .design-popup .design-info > div:last-child {
    margin-bottom: 0;
}
.patent-design .design-popup .design-info img {
    max-width: 700px;
}
.patent-design .design-popup .design-title {
    text-align: center;
}
.patent-design .design-popup .popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.patent-design .design-popup .popup-close button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
}
.patent-design .design-popup .popup-close button span {
    width: 30px;
    height: 3px;
    background: #000;
}
.patent-design .design-popup .popup-close button span:first-child {
    transform: rotate(45deg) translateY(2px);
}
.patent-design .design-popup .popup-close button span:last-child {
    transform: rotate(-45deg) translateY(-2px);
}
.patent-design .design-popup .popup-close button:hover span {
    background: #fff;
}
.patent-design .small-text {
    font-size: 0.8rem;
}
.patent-design .link-text {
    color: #00b3ff;
    text-decoration: underline;
}
.tixteel-demo-video {
    width: 100%;
    background: #202126;
    position: relative;
}
.tixteel-demo-video .demo-video video {
    width: 100%;
}
.tixteel-demo-video .demo-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
.tixteel-demo-video .demo-title > div > a {
    color: #000;
    font-size: 1.2rem;
}
.tixteel-demo-video .demo-title > div > a:hover {
    color: #fff;
}
.tixteel-portfolio {
    background: #202126;
    min-height: 800px;
}
.tixteel-portfolio .arrow-button {
    padding: 0 30px;
    font-size: 2rem;
    font-weight: 700;
    font-family: monospace;
}
.tixteel-portfolio .portfolio-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;
}
.tixteel-portfolio .portfolio-wrap > div {
    display: flex;
    align-items: center;
    min-height: 800px;
}
.tixteel-portfolio .portfolio-wrap .portfolio-group {
    display: flex;
    gap: 15px;
}
.tixteel-portfolio .portfolio-wrap .portfolio-group .portfolio-item {
    position: relative;
    width: 33%;
}
.tixteel-portfolio .portfolio-wrap .portfolio-group .portfolio-item img {
    max-width: 100%;
}
.tixteel-portfolio .portfolio-wrap .portfolio-group .portfolio-item .portfolio-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.tixteel-portfolio .portfolio-wrap .portfolio-group.mobile {
    flex-wrap: wrap;
}
.tixteel-portfolio .portfolio-wrap .portfolio-group.mobile .portfolio-item {
    width: 100%;
}
.tixteel-portfolio .portfolio-wrap .portfolio-group.mobile .portfolio-item img {
    width: 100%;
}
.tixteel-portfolio .portfolio-popup {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1289px;
    opacity: 0;
    display: none;
    position: relative;
    margin: auto;
}
.tixteel-portfolio .portfolio-popup .portfolio-pic {
    width: 100%;
    height: 100%;
    position: relative;
}
.tixteel-portfolio .portfolio-popup .portfolio-pic img {
    max-width: 100%;
}
.tixteel-portfolio .portfolio-popup .popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.tixteel-portfolio .portfolio-popup .popup-close button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
}
.tixteel-portfolio .portfolio-popup .popup-close button span {
    width: 30px;
    height: 3px;
    background: #000;
}
.tixteel-portfolio .portfolio-popup .popup-close button span:first-child {
    transform: rotate(45deg) translateY(2px);
}
.tixteel-portfolio .portfolio-popup .popup-close button span:last-child {
    transform: rotate(-45deg) translateY(-2px);
}
.tixteel-portfolio .portfolio-popup .popup-close button:hover span {
    background: #fff;
}
.tixteel-portfolio .portfolio-popup .popup-previous {
    position: absolute;
    height: 100%;
    left: 10px;
    top: 0;
    display: flex;
    align-items: center;
}
.tixteel-portfolio .portfolio-popup .popup-previous button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 3rem;
}
.tixteel-portfolio .portfolio-popup .popup-next {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    display: flex;
    align-items: center;
}
.tixteel-portfolio .portfolio-popup .popup-next button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 3rem;
}
.tixteel-product {
    padding-top: 80px;
    padding-bottom: 80px;
}
.tixteel-product.soon {
    background: #202126;
}
.tixteel-product .product-coming-soon {
    color: #f53b3b;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tixteel-product .product-group {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.tixteel-product .product-group .product-item {
    width: calc(50% - 15px);
    display: flex;
    gap: 15px;
}
.tixteel-product .product-group .product-item .product-image {
    width: 55%;
    display: flex;
    align-items: center;
}
.tixteel-product .product-group .product-item .product-image img {
    max-width: 100%;
}
.tixteel-product .product-group .product-item .product-info {
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tixteel-product .product-group .product-item .product-info .product-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.tixteel-product .product-group .product-item .product-info .product-sub {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.tixteel-product .product-group .product-item .product-info .product-include {
    display: flex;
    font-size: 0.9rem;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: space-between;
}
.tixteel-product .product-group .product-item .product-info .product-include > div {
    width: calc(50% - 5px);
}
.tixteel-product .product-group .product-item .product-info .product-price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
}
.tixteel-product .product-group .product-item .product-info .product-price .product-origin-price {
    text-decoration: line-through;
    margin-right: 10px;
    color: #8f8f8f;
}
.tixteel-product .product-group .product-item .product-info .product-price .product-sale-price {
    font-size: 2rem;
    font-weight: 700;
}
.tixteel-product .product-group .product-item .product-info .product-buy {
    text-align: center;
}
.tixteel-product .product-group .product-item .product-info .product-buy .button {
    width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.tixteel-sale {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/distribution_bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}
.tixteel-sale .sale-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tixteel-sale .sale-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.tixteel-sale .sale-text {
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px;
}
.tixteel-sale .sale-button {
    text-align: center;
    color: #000;
}

.tixteel-export {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/export-sales-desktop.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.tixteel-export::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006c;
    z-index: 1;
}

.tixteel-export .export-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.tixteel-export .export-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.tixteel-export .export-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 500px;
    margin: auto;
}

.tixteel-export .export-text > a {
    flex: 1;
    text-align: right;
    padding: 0 20px;
}

.tixteel-export .export-text-center-split {
    position: absolute;
    top: 96px;
    font-size: 18px;
}

.footer {
    background: #202126;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.footer .footer-logo {
    margin-bottom: 15px;
    padding-top: 30px;
}
.footer .footer-logo img {
    max-width: 200px;
    height: auto;
}
.footer .footer-social {
    margin-bottom: 15px;
}
.footer .footer-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-social ul img {
    max-width: 50%;
    height: auto;
}
.footer .footer-hr {
    border-color: #fff;
    margin-bottom: 15px;
}
.footer .footer-copyright {
    font-size: 0.8rem;
}
#float-chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    z-index: 5;
}
#float-chat .image-cycle {
    width: 50px;
    height: 50px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
#float-chat .image-cycle::after {
    content: '';
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
    border-radius: 100px;
}
#float-chat .image-cycle img {
    position: relative;
    z-index: 2;
    max-width: 25px;
}
#float-chat .chat-group ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#float-chat .switch-chat .image-cycle img {
    max-width: 30px;
}
#float-chat .call-group .call-info {
    display: none;
}
#float-chat .call-group.active {
    background: #fff;
    width: 220px;
    border-radius: 100px;
    position: relative;
    right: 170px;
}
#float-chat .call-group.active .call-wrap {
    display: flex;
    padding-left: 20px;
    align-items: center;
    justify-content: space-between;
}
#float-chat .call-group.active .call-info {
    font-weight: 700;
    display: block;
}
#float-chat .call-group.active .call-info > div:last-child {
    font-size: 0.7rem;
}
@media screen and (max-width: 1024px) {
    .tixteel-product .product-coming-soon {
        font-size: 2.5rem;
    }
    .tixteel-product .product-group .product-item {
        width: 100%;
    }
    .tixteel-product .product-group .product-item .product-info .product-title {
        font-size: 1.2rem;
    }
    .tixteel-product .product-group .product-item .product-info .product-include {
        display: none;
    }
    .tixteel-product .product-group .product-item .product-info .product-price {
        flex-direction: column;
    }
    .tixteel-product .product-group .product-item .product-info .product-price .product-origin-price {
        margin-right: 0;
    }
    .tixteel-product .product-group .product-item .product-info .product-price .product-sale-price {
        font-size: 1.7rem;
    }
    .tixteel-product .product-group .product-item .product-info .product-buy .button {
        font-size: 1rem;
    }
    .sale-channel-container {
        margin: 0 auto;
        width: 360px !important;
    }
}
@media screen and (max-width: 768px) {
    .sale-text {
        padding: 0 50px;
    }
    .for-mobile {
        display: block !important;
    }
    .for-desktop {
        display: none !important;
    }
    .header .header-logo {
        flex: 1;
        margin-right: 0;
    }
    .header .header-menu {
        flex: unset;
    }
    .header .header-menu #mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 15px 0;
        opacity: 0;
        z-index: -1;
        transform: translate(0, -300px);
    }
    .header .header-menu #mobile-menu ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 45px;
    }
    .weight-combo {
        background-image: url(../images/weightCombo_bg_m.jpg);
        padding-top: 100px;
        padding-bottom: 30px;
        height: auto;
    }
    .weight-combo .combo-title {
        text-align: center;
    }
    .weight-combo .combo-img {
        text-align: center;
        margin-bottom: 30px;
    }
    .weight-combo .combo-img img {
        max-width: 100%;
    }
    .weight-combo .combo-mobile-info {
        text-align: center;
        font-size: 0.9rem;
        line-height: 25px;
    }
    .patent-design {
        background-image: url(../images/exclusiveDesign_bg_m.jpg);
        padding-top: 100px;
        padding-bottom: 30px;
        height: auto;
    }
    .patent-design .design-title {
        text-align: center;
    }
    .patent-design .design-video {
        text-align: center;
        margin-bottom: 30px;
    }
    .patent-design .design-video video {
        max-width: 100%;
    }
    .patent-design .design-info {
        text-align: center;
    }
    .patent-design .design-info > div {
        margin-bottom: 15px;
    }
    .patent-design .design-info > div:last-child {
        margin-bottom: 0;
    }
    .patent-design .design-info img {
        max-width: 90%;
    }
    .tixteel-portfolio {
        min-height: 600px;
    }
    .tixteel-portfolio .portfolio-popup {
        max-width: 386px;
    }
    .tixteel-demo-video .demo-title {
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 80px;
    }
    .tixteel-demo-video .demo-title > div:last-child {
        text-align: right;
        width: 100%;
        padding-right: 50px;
    }
    .tixteel-sale {
        background-image: url(../images/distribution_bg_m.jpg);
    }
    .tixteel-export {
        background-image: url(../images/export-sales-mobile.jpg);
    }
    .footer .footer-logo {
        text-align: left;
        padding-left: 15px;
        padding-top: 0px;
    }
    .footer .footer-logo img {
        max-width: 100px;
    }
}
.sale-channel-container {
    margin: 0 auto;
    width: 600px;
}
.sale-channel-work {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 4px;
} /*# sourceMappingURL=main.css.map */
