* {
    box-sizing: border-box;
    line-height: 2;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.printer-banner {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.printer-banner .banner-img {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.printer-banner .banner-text {
    position: absolute;
    top: 12%;
    left: 10%;
    z-index: 2;
}

.printer-banner .banner-text .title {
    font-size: 58px;
    font-weight: bolder;
}

.printer-banner .banner-text .description {
    font-size: 28px;
    color: #666;
}

.w-content {
    width: 1440px;
    margin: 0 auto;
}

.margin-auto {
    margin: 0 auto;
}

.swiper-title {
    margin-top: 100px;
    padding: 50px;
}

.main-title {
    text-align: center;
    font-size: 42px;
}

.main-title h1 {
    font-size: inherit;
}

.title-description {
    width: 60%;
    text-align: center;
    font-size: 18px;
    color: #666;
    margin: 40px auto 0;
}

.photo-swiper {
    padding: 50px 0;
    position: relative;
}

.photo-swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: start;

}

.process-bar {
    width: 400px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-button {
    position: absolute;
    width: 160px;
    bottom: 0;
    right: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.swiper-pagination-left {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-right {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotate-right {
    transform: rotate(180deg);
}

.swiper-main {
    height: 100%;
    min-width: 30%;
    display: flex;
    flex-direction: column;
    margin-right: 100px !important;
}

.swiper-main .sub-title {
    font-size: 32px;
    padding-bottom: 45px;
    line-height: 1.5;
}

.swiper-main .sub-description {
    font-size: 14px;
    color: #666;
    padding-bottom: 36px;
}

.swiper-item {
    max-width: 120px;
}

:root {
    --swiper-theme-color: #2a2a2a;
    --swiper-pagination-progressbar-size: 2px
}

.swiper-item:last-child {
    /*margin-right: 0;*/
}

.explore-more {
    position: relative;
}

.explore-more a {
    position: relative;
    color: white;
    padding: 7.5px 50px 7.5px 30px;
    border-radius: 30px;
    background: #333 url("../../images/Mobile-phone-skin-printer/more.png") no-repeat 95% center;
}


.explore-more .word {
    font-size: 16px;
    color: white;
    position: absolute;
    top: 18%;
    left: 20%;
}

.explore-more.auto-lay {
    margin: 40px auto;
    width: 100%;
    text-align: center;
}

.video-wrapper {
    max-width: 1080px;
    position: relative;
    margin: auto;
    padding: 100px 0 50px;
}


.play-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}

.play-button, .stop-button {
    position: absolute;
    bottom: 70px;
    right: 15px;
    width: 40px;
    height: 40px;
    min-width: 25px;
    min-height: 25px;
    background-color: #ccc;
    border: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.feature-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px 0;
    flex-wrap: wrap;
}

.combo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    transition: all 0.3s;
}

.combo-img {
    width: 70px;
}

.combo-text {
    width: 200px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    color: #999;
}

.combo:hover {
    transform: translate3d(0, -8px, 0);
}

.combo:hover .combo-text {
    color: #666;
    font-weight: bold;
}

.content-item {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content-item-reverse {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content-text {
    width: 45%;
}

.text-title {
    font-size: 32px;
    padding-bottom: 30px;
}

.text-title h3 {
    font-size: inherit;
    margin: 0;
}

.text-description {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.content-img {
    width: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.printer-wrapper {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.printer-item {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.printer-item .item-title {
    font-size: 20px;
    text-align: center;
    padding: 30px 0 15px;
}

.printer-item .item-description {
    font-size: 14px;
    text-align: center;
    color: #666;
}

.margin-50 {
    margin: 50px auto;
}

.printer-poster {
    position: relative;
    width: 100%;
    margin: 50px 0;
    background: url("../../images/Mobile-phone-skin-printer/Accessories.jpg") center no-repeat;
    background-size: cover;
}

.data-panel {
    margin-left: 60%;
}

.poster-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}

.poster-text-title {
    font-size: 32px;
    padding-bottom: 25px;
}

.poster-text-description p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.hidden-button {
    display: none !important;
}

@media only screen and (max-width: 480px) {
    .w-content {
        width: 100%;
        padding: 0 15px;
    }

    .printer-banner {
        margin-top: 60px;
    }

    .printer-banner .banner-text .title {
        font-size: 24px;
    }

    .printer-banner .banner-text .description {
        font-size: 12px;
        width: 70%;
    }

    .swiper-title {
        padding: 0;
        margin: 0;
    }

    .main-title {
        font-size: 24px;
    }


    .title-description {
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
    }

    .photo-swiper-wrapper .swiper-main .sub-title {
        font-size: 24px;
    }

    .photo-swiper-wrapper .swiper-main .sub-description {
        font-size: 14px;
    }

    .video-wrapper {
        padding: 20px 0;
    }

    .play-button, .stop-button {
        bottom: 30px;
        right: 10px;
    }


    .explore-more .word {
        font-size: 16px;
    }

    .combo {
        width: 50%;
        margin-bottom: 30px;
    }

    .combo .combo-img {
        width: 60px;
    }

    .content-item {
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .content-text, .content-img {
        width: 100%;
    }

    .text-title {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .text-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .printer-wrapper {
        flex-wrap: wrap;
    }

    .printer-item {
        padding: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .poster-text {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
    }

    .data-panel {
        margin-left: 10%;
    }

}

@media only screen and (min-width: 481px) and (max-width: 768px) {

    .printer-banner .banner-text .title {
        font-size: 24px;
    }

    .printer-banner .banner-text .description {
        font-size: 12px;
        color: #666;
    }

    .swiper-title {
        margin: 0px;
        padding: 10px;
    }

    .main-title h1 {
        font-size: 32px;
    }

    .swiper-main .sub-title {
        font-size: 24px;
        padding-bottom: 20px;
        line-height: 1.75;
    }

    .title-description {
        width: 100%;
    }

    .swiper-main {
        margin-right: 30px;
    }

    .combo {
        width: 50%;
        margin-bottom: 40px;
    }

    .combo-img {
        width: 75px;
    }

    .combo-text {
        width: 140px;
        font-size: 16px;

    }

    .content-item {
        flex-wrap: wrap;
    }

    .main-title {
        font-size: 32px;
    }

    .content-text, .content-img {
        width: 100%;
    }

    .printer-wrapper {
        flex-wrap: wrap;
    }

    .printer-item {
        width: 100%;
        margin-bottom: 50px;
    }

    .poster-text {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
    }
}

@media only screen and  (max-width: 768px) {
    .w-content {
        width: 100%;
        padding: 0 20px;
    }

    .swiper-main {
        margin-right: 20px !important;
        min-width: 50%;
    }

    .process-bar {
        width: 100px;
        bottom: 20px;
        left: 0;
        transform: translateX(0);
    }

    .swiper-pagination-button {
        right: 0;
    }

    .content-item-reverse {
        flex-direction: column-reverse !important;
    }


    .main-title {
        font-size: 32px;
    }

    .data-panel {
        margin-left: 60px;
    }

}

@media only screen and  (min-width: 769px) and  (max-width: 1024px) {
    .w-content {
        width: 100%;
        padding: 0 20px;
    }

    .printer-banner .banner-text .title {
        font-size: 32px;
    }

    .process-bar {
        width: 150px;
    }

    .combo-text {
        font-size: 16px;
        width: 160px;
    }

    .title-description {
        width: 80%;
    }

    .printer-item {
        padding: 0 30px;
    }

}

@media only screen and  (max-width: 1024px) {
    .printer-poster {
        overflow: hidden;
    }

    .printer-poster img {
        height: auto;
        max-width: max-content;
    }

    .data-panel {
        left: 0;
        align-items: start;
        padding: 5% 30px;
        width: 300px;
    }
}

@media only screen and  (min-width: 769px) and (max-width: 1366px) {
    .w-content {
        width: 100%;
        padding: 0 20px;
    }

    .printer-banner .banner-text {
        top: 100px;
    }

    .printer-banner .banner-text .title {
        font-size: 32px;
    }

    .printer-banner .banner-text .description {
        font-size: 20px;
    }


}

@media only screen and  (min-width: 1367px)  and (max-width: 1440px) {
    .w-content {
        width: 100%;
        padding: 0 30px;
    }

    .printer-banner .banner-text {
        top: 140px;
    }

    .printer-banner .banner-text .title {
        font-size: 42px;
    }

    .w-content {
        width: 100%;
        padding: 0 30px;
    }
}