.black_box {
    background-color: black;
    width: 100%;
}

.flex_box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header_right {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    text-align: center;
}

.header_left {
    width: 50%;
}

/* 总包含div */
.box {
    position: relative;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

img {
    border-style: none;
}

p {
    font-size: .9375em;
    line-height: 1.4666666667em;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* 组件1 css */
.row {
    min-width: 1300px;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}

.repair-tile-grid {
    color: #404040;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    min-width: 1300px;
    max-width: 1700px;
    width: 100%;
    display: grid;
    grid-gap: 20px;
    position: relative;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 100%);
    /* margin: 4.4em 0; */
    margin-top: 4.4em;
    margin-bottom: 4.4em;
}

.repair-tile-grid .makita-link {
    text-align: center;
    text-decoration: none;
    border: 1px solid black;
    padding: 40px 20px;
    font-weight: normal;
    color: black;
    /* cursor: none; */
}

.repair-tile-grid .makita-link .title {
    margin-bottom: 1.1em;
    font-weight: bold;
    font-size: calc((20 px) + (23 - 22) * (100vw - (400px)) / (1920 - 400));
}

.repair-tile-grid .makita-link p {
    font-size: .9375em;
    line-height: 1.4666666667em;
}

.repair-tile-grid .makita-link:hover {
    color: #0f781650;
}

.repair-tile-grid .makita-link .description {
    font-weight: normal;
}

@media screen and (min-width: 900px) {
    .repair-tile-grid {
        grid-template-columns: repeat(auto-fit, 25.25%);

    }
}

@media screen and (min-width: 1100px) {
    .row {
        min-width: 1100px;
    }
}

@media screen and (min-width: 1300px) {
    .row {
        min-width: 1300px;
        width: 95%;
        max-width: 1700px;
    }
}

@media screen and (max-width: 900px) {

    .row {
        min-width: 100%;
    }
   .titl .image{
        width: 100%;
    }
    .row.repair-tile-grid.service.fastlane.teal  .image{
        width: 100%; 
    }
}
@media screen and (min-width: 901px) {

    .row.repair-tile-grid.service.teal .tile {
        text-align: left;
        /* justify-content: flex-start; */
    }
    .repair-tile-grid.service .tile.j-center {
        flex-flow: row !important;
    }
    .repair-tile-grid .tile .title {
        margin-bottom: 0 !important;
    }
}
@media screen and (min-width: 600px) {
    .row {
        padding-left: 10px;
        padding-right: 10px;
        /* min-width: 100%; */
    }
}

@media screen and (max-width: 420px) {
    .row {
        min-width: 100%;
    }
    
}

/* 组件2 */
.repair-tile-grid .titl {
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: calc((22px) + (23 - 22) * (100vw - (400px)) / (1920 - 400));
    text-align: center;
}

.repair-tile-grid .teal {
    color: white;
    background-color: #0f7816;
}

.repair-tile-grid .teal .big_title {
    font-family: "Helvetica Neue LT W01107XBlkCn";
    font-size: calc(1.5em + 1.5vw);
    line-height: normal;
    margin-bottom: 0;
    font-weight: bold;
}

.repair-tile-grid.benefits {
    margin-bottom: 1.65em;
    grid-gap: 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 900px) {
    .repair-tile-grid.benefits .teal {
        padding: 0;
        grid-column: 2/-1;
    }
}

@media screen and (min-width: 900px) {
    .repair-tile-grid.benefits {
        grid-template-columns: repeat(auto-fit, 26%);
    }
}

/* 组件3样式 */
.repair-tile-grid.benefits.more {
    grid-gap: 20px;
}

@media screen and (min-width: 900px) {
    .repair-tile-grid.benefits.more {
        grid-template-columns: repeat(auto-fit, 25.25%);
    }
}


.more .teals {
    font-family: "Helvetica Neue LT W01107XBlkCn";
    font-size: calc(1.5em + 1.5vw);
    line-height: normal;
    margin-bottom: 0;
    color: #0f7816;
    background-color: #d6d6d6;
}

.more .titl {
    padding: 40px;
    color: #2a2d2f;
    background-color: #d6d6d6;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: calc((22px) + (23 - 22) * (100vw - (400px)) / (1920 - 400));
}

@media screen and (min-width: 900px) {
    .box .more {
        grid-template-columns: repeat(auto-fit, 25.25%);
    }
}

/* 组件样式4 */
.service {
    margin-top: 0;
    background-color: #0f7816;
    color: white;
    margin-bottom: 1.65em;
    grid-gap: 0;
    align-items: center;
    padding: 40px 0;
}

.j-center {
    justify-content: center;
}


.repair-tile-grid.service .tile {
    /* display: flex; */
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    justify-content: center;
}

.repair-tile-grid .tile .title {
    margin-bottom: 1.1em;
    font-weight: bold;
}

.repair-tile-grid.service .tile.j-center {
    justify-content: center;
    flex-flow: column;
}

/* @media screen and (min-width:959px) {
    .repair-tile-grid.service .tile {
        text-align: left;
        justify-content: flex-start;
    }
    .repair-tile-grid.service {
        grid-template-columns: 35% auto;
        flex-flow: row;
        width: 69%;
    }
} */

.repair-tile-grid.service .tile {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.service .big {
    font-family: "Helvetica Neue LT W01107XBlkCn";
    font-size: calc(1.5em + 1.5vw);
    line-height: normal;
    margin-bottom: 0;
}

.service .j-center .image {
    margin-right: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.service .j-center .image img {
    display: inline;
}

.service .description {
    width: 75%;
    font-weight: normal;
}

.margin-bttm {
    margin-bottom: 1.1em;
}

@media screen and (min-width: 900px) {
    .service {
        grid-template-columns: 35% auto;
        flex-flow: row;
        width: 69%;
    }

    .service .title {
        text-align: left;
    }

    .j-center {
        flex-flow: row;
    }

}

/* 组件5css */
.disclaimer-info {
    margin-top: 0;
    grid-template-columns: 100%;
    background-color: transparent;
    justify-content: center;
}

.disclaimer-info .tile {
    text-align: center;
    justify-content: center;
}

.margin-top {
    margin-top: 1.1em;
}

.margin-bttm-med {
    margin-bottom: 5.5em;
}

.disclaimer-info .ma_header {
    color: #0f7816;
    font-family: "Helvetica Neue LT W01_95 Black";
    margin-bottom: 0.55em;
    text-transform: uppercase;
    margin-top: 1.1em;
    font-size: calc(1em + 1vw);
}

.disclaimer-info .btn {
    position: relative;
    font-family: "Helvetica Neue LT W01_95 Black";
    border: none;
    font-weight: bold;
    display: inline-block;
    font-size: 1em;
    background: #0f7816;
    padding: 2px 25px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.disclaimer-info .btn:hover{
    background: #0f781650;;
}
.disclaimer-info a{
    color: #ffffff;
}
.disclaimer-info a:hover{
    color: #ffffff;
}

.disclaimer-info .description {
    color: black;
}

.disclaimer-info .makita-link {
    color: #0f7816;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 40px 20px;
}

/* .margin-bttm-med .btn {
    position: relative;
    font-family: "Helvetica Neue LT W01_95 Black";
    border: none;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    font-size: 1em;
    background: #0f7816;
    padding: 2px 25px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
} */

.repair-tile-grid.service.disclaimer-info {
    grid-template-columns: 100%;
    background-color: transparent;
    justify-content: center;
}

/* 组件6 */
.repair-tile-grid.service.fastlane.teal {
    background-color: #0f7816;
    color: white;
}

@media screen and (min-width: 900px) {
    .repair-tile-grid.service.fastlane {
        grid-template-columns: auto 1fr !important;
    }
}

.repair-tile-grid.service.fastlane {
    grid-template-columns: 100%;
    padding: 0;
    width: 100%;
}

.repair-tile-grid.service.teal {
    background-color: #0f7816;
    color: white;
}

@media screen and (min-width: 900px) {
    .repair-tile-grid.service {
        grid-template-columns: 35% auto;
        flex-flow: row;
        width: 69%;
    }
}


@media screen and (min-width: 900px) {
    .repair-tile-grid {
        grid-template-columns: repeat(auto-fit, 25.25%);
    }
}

.repair-tile-grid {
    display: grid;
    position: relative;
    justify-content: center;
}

/* 
@media screen and (min-width: 1300px) {
    .row {
        min-width: 1300px;
        width: 95%;
        max-width: 1700px;
    }
}

@media screen and (min-width: 1100px) {
    .row {
        min-width: 1100px;
    }
}

@media screen and (min-width: 900px) {
    .row {
        min-width: 900px;
    }
}

@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;
    }
} */

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




@media screen and (min-width: 900px) {
    .repair-tile-grid.service .image {
        margin-right: 20px !important;
    }
}

.repair-tile-grid.service .image {
    padding-bottom: 0;
    margin-right: 0;
}

.repair-tile-grid .tile .image {
    text-align: center;
    padding-bottom: 20px;
}

@media screen and (min-width: 900px) {
    .repair-tile-grid.service.fastlane .image img {
        display: block;
    }
}




.repair-tile-grid.service .image img {
    padding-bottom: 0;
}
*{
    margin: 0;
    padding: 0;  
}
.repair-tile-grid .tile .image img {
    display: inline;
}

.img-fit-width img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    /* width: 100%; */
}

img {
    border-style: none;
}

@media screen and (min-width: 900px) {}

.repair-tile-grid.service.fastlane .description,
.repair-tile-grid.service.fastlane .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description .repair-tile-grid.service.fastlane span,
.repair-tile-grid.service.fastlane .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description .repair-tile-grid.service.fastlane span {
    padding: 0;
}


.repair-tile-grid.service.fastlane .description,
.repair-tile-grid.service.fastlane .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description .repair-tile-grid.service.fastlane span,
.repair-tile-grid.service.fastlane .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description .repair-tile-grid.service.fastlane span {
    padding: 20px 0;
}

.repair-tile-grid.service.teal .description,
.repair-tile-grid.service.teal .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description .repair-tile-grid.service.teal span,
.repair-tile-grid.service.teal .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description .repair-tile-grid.service.teal span {
    color: white;
}

.repair-tile-grid.service .description,
.repair-tile-grid.service .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description .repair-tile-grid.service span,
.repair-tile-grid.service .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description .repair-tile-grid.service span {
    width: 75%;
}

.repair-tile-grid .tile .description,
.repair-tile-grid .tile .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .logo-text .description .repair-tile-grid .tile span,
.repair-tile-grid .tile .makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description span,
.makita-ope .ms-global-wrapper.ope-connectx-wrapper .feature.data.compatibility .content .product-tile-wrapper-container .product-tile-wrapper .product-tile .image-text .description .repair-tile-grid .tile span {
    font-weight: normal;
}

@media screen and (min-width: 900px) {
    .repair-tile-grid.service .image {
        margin-right: 20px;
    }
}


.repair-tile-grid.service .image {
    padding-bottom: 0;
    margin-right: 0;
}

.repair-tile-grid .tile .image {
    text-align: center;
}

.margin-bttm {
    margin-bottom: 1.1em;
}

.margin-bttm {
    margin-bottom: 1.1em;
}

p,
span,
cite,
ol,
ul,
pre,
label,
input,
textarea {
    font-size: .9375em;
    line-height: 1.4666666667em;
}

.makita-btn.outline {
    border: 1px solid white;
    padding: 10px 25px;
}

.makita-btn {
    position: relative;
    font-family: "Helvetica Neue LT W01_95 Black";
    border: none;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    font-size: 1em;
    background: #0f7816;
    padding: 2px 25px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.makita-btn:hover {
    background: #0f781650;
}

.j-center a {
    color: #ffffff;
}

.j-center a:hover {
    color: #ffffff;
}

.margin-bttm img {
    margin-bottom: 20px;
}

/* 组件头 */
@media screen and (min-width: 1600px) {
    .global-page-header.direct-repair {
        background-size: contain;
        height: 600px;
    }
}


.global-page-header {
    background-color: #000;
    padding: 10px 0;
    margin-bottom: 30px;
}

.global-page-header.direct-repair .main-banner {
    text-align: center;
    color: white;
}

@media screen and (min-width: 1100px) {
    .row .colspan12-12 {
        width: 100%;
    }
}

.global-page-header.direct-repair .main-banner .inline-img.logo {
    margin-bottom: 1.375em;
}

.global-page-header.direct-repair .main-banner .inline-img {
    display: inline;
}

sup {
    vertical-align: 4px;
    font-size: 70%;
    line-height: 0;
}

.global-page-header.direct-repair .makita-btn {
    font-size: initial;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-banner a {
    color: #fff;
}

.main-banner a:hover {
    color: #fff;
}

@media screen and (min-width: 900px) {
    .global-page-header.direct-repair .main-banner .description {
        width: 50% !important;
    }
}


.global-page-header.direct-repair .main-banner .description {
    margin-bottom: 1.375em;
    width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}