.row {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.explore-more {
    margin-bottom: 5.5em;
    text-align: center;
}

@media screen and (min-width: 1100px) {
    .row {
        min-width: 1100px;
    }
}
@media screen and (min-width: 600px) {
    .row {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 600px;
    }
}
@media screen and (min-width: 420px) {
    .row {
        min-width: 420px;
    }
}
.explore-more .scroll {
    width: 100%;
    position: relative;
}
.row h2{
    font-family: "Helvetica Neue LT W01_97 BlkCn";
    color: #000;
    letter-spacing: 0.5px;
    font-size: calc(30px + (56 - 30) * (100vw -320px) /(1920 - 320));
    margin-bottom: 0.275em;
    padding-top: 35px;
    text-transform: uppercase;
}
@media screen and (min-width: 900px) {
    .row h2 {
        padding-top: 0;
    }
}
@media screen and (min-width: 900px) {
    .drag-wrapper {
        overflow-x: hidden;
    }
}
.drag-wrapper {
    width: 100%;
    height: 100%;
    user-select: none; /* 禁止文本选择 */
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin-bottom: 25px;
}
.menu {
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: hidden;
    justify-content: flex-start;
    height: 27px;
    width: 550px;
}
@media screen and (min-width: 600px) {
    .menu {
        justify-content: space-between;
        margin: 0 auto;
        
    }
}
@media screen and (max-width: 600px) {
    .menu {
        width: 100%;
        
    }
}
ul {
    list-style-type: none;
    font-size: .9375em;
    line-height: 1.4666666667em;
}
li {
    line-height: inherit;
}
.menu-item .active {
    border-bottom: 5px solid #008290;
    color: #008290;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.menu-item:not(:last-child) {
    margin-right: 25px;
}
@media screen and (min-width: 600px) {
    .menu-item:not(:last-child) {
        margin-right: initial;
    }
}

.menu-item {
    text-align: center;
    height: inherit;
    cursor: pointer;
    flex-shrink: 0;
}

.menu-item span {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) /(1920 - 320));
    font-weight: bold;
    display: block;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.4666666667em;
}
.dyn-container {
    display: none;
}
.makita-product-tile-wrapper {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 600px) {
    .makita-product-tile-wrapper{
        width: 475px;
    }
}
@media screen and (min-width: 900px) {
    .makita-product-tile-wrapper{
        width: 85%;
    }
}
.slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.product-tile {
    box-shadow: unset;
}
@media screen and (min-width: 900px) {
    .makita-product-tile-wrapper .product-tile {
        min-height: 300px;
    }
}
.makita-product-tile-wrapper .product-tile {
    margin: 5px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 1px 4px #d6d6d6;
}
.explore-more .scroll .tab-content-wrapper .solutions-container .makita-product-tile-wrapper .product-tile, .explore-more .scroll .tab-content-wrapper .videos-container .makita-product-tile-wrapper .product-tile {
    margin: 5px 15px;
    border: 1px solid #d6d6d6;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    outline: 0;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.product-img {
    padding: 0;
}
.product-img {
    position: relative;
    background-color: transparent;
}
 a {
    color: #fff;
    text-decoration: none;
}
.product-img img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.slick-slide img {
    display: block;
}
a img {
    border: none;
    border-style: none;
}
@media screen and (min-width: 900px) {
    .product-details {
        min-height: calc(260px - 10vw);
    }
}
.product-details {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) /(1920 - 320));
    margin-top: initial;
}
.product-details {
    padding: 0;
}
.product-details {
    color: #000;
    padding: 0px;
    background-color: transparent;
    text-align: left;
    font-family: Arial, sans-serif;
    line-height: 20px;
}
.model-num {
    font-weight: bold;
    font-size: inherit;
}
.model-num {
    padding: 10px 0 0 15px;
    line-height: 1.4666666667em;
    margin: 0;
    
}
.makita-link {
    margin-top: 0;
    font-weight: normal;
    padding: 0 5px 25px 15px;
    cursor: default;
}
.makita-link {
    font-weight: bold;
    display: inline-block;
}
.makita-link {
    color: #000;
    font-weight: normal;
}
.slick-next {
    padding: 13px 5px 58px;
}
.makita-product-tile-wrapper button {
    background-color: #008290;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    height: 50px;
    margin-top: -25px;
    z-index: 100;
    width: auto;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;

    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.fas, .fa-solid {
    font-weight: 900;
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular {
    font-family: 'Font Awesome 6 Free';
}
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
button{
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
.slick-next {
    right: -1px;
}
.makita-product-tile-wrapper button.slick-prev, .makita-product-tile-wrapper button.slick-next {
    padding: 13px 5px 58px;
}
.driving-innovation-desktop {
    display: none;
}
.img-fit-width img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
a img {
    border: none;
    border-style: none;
}
 .driving-innovation-mobile {
    display: block;
}
@media screen and (min-width: 900px) {
    .driving-innovation-desktop {
        display: block;
       
    }
    .driving-innovation-desktop img {
        width: 85%;
       
    }
    .driving-innovation-mobile {
        display: none;
    }
}
.videos-container .video .content {
    text-align: center;
    position: relative;
}
.video-link {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}
.button-wrapper {
    padding: 3vw 3vw 3vw 4vw;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
}

.button-wrapper .play {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    border-color: transparent transparent transparent #ffffff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 3vw 0 3vw 5vw;
    margin: 0 auto;
}
@media screen and (min-width: 900px) {
    .button-wrapper {
        padding: 1.3vw 1.3vw 1.3vw 1.8vw;
    }
    .button-wrapper .play {
        border-width: 1.3vw 0 1.3vw 2.1vw;
    }
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.95);
}

.modal-content {
    margin: auto; 
    width: 90%; 
    height: 100%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 36px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 400px;
}
@media screen and (min-width:900px){
    iframe {
    width: 100%;
    height: 100%;
}
}
@media screen and (min-width: 900px) {
    .explore-more .scroll .tab-content-wrapper .videos-container .video .content .video-link .button-wrapper {
        padding: 1.3vw 1.3vw 1.3vw 1.8vw;
    }
}
@media screen and (min-width: 900px) {
    .explore-more .scroll .tab-content-wrapper .videos-container .video .content .video-link .button-wrapper .play {
        border-width: 1.3vw 0 1.3vw 2.1vw;
    }
}


.slick-arrow svg{
    opacity: 0.5;
}
.slick-arrow:hover svg{
    opacity: 1;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover  {
    color: transparent;
    outline: 0;
    background: #008290;
}
