#sldr .swiper-slide img{
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#sldr .swiper-slide {
    padding-bottom: 31%;
    position: relative;
}

#sldr a {
    font-size: 0;
    width: 100%;
}

#sldr img {
    width: 100%;
    max-width: 100%;
}

#sldrnext {
    position: absolute;
    color: black;
    top: 50%;
    right: 10px;
    font-size: 70px;
    z-index: 100;
}

#sldrprev {
    position: absolute;
    color: black;
    top: 50%;
    left: 10px;
    font-size: 70px;
    z-index: 100;
}

#hmft1 {
    width: 100%;
    height: 590px;
    background: linear-gradient(180deg, #e9eef2 0, #e9eef2 300px, #fff 0);
    text-align: center;
}

#hmft6 {
    text-align: center;
}

#hmft1 .ttl, #hmft6 .ttl {
    width: 100%;
    padding: 45px 0 45px 0;
    text-align: center;
}

#hmft1 .ttl h2, #hmft6 .ttl h2 {
    font-size: 24px;
    margin: 0;
    line-height: 26px;
    font-weight: 700;
    padding: 0;
}

#ban-1 {
    width: 100%;
    margin: 0 auto 60px auto;
}

#ban-1 .row a {
    font-size: 0;
    margin: 0;
}

#ban-1 .row img {
    max-width: 100%;
    width: 100%;

}

#ban-1 .box1 {
    flex: 0 0 calc(76% - 8px);
    width: calc(76% - 8px);
    display: flex;
    flex-flow: column nowrap;
}

#ban-1 .box1-1 {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 16px 0;
}

#ban-1 .box1-1 a:first-of-type {
    flex: 0 0 calc(65.5% - 8px);
    width: calc(65.5% - 8px);
}

#ban-1 .box1-1 a:last-of-type {
    flex: 0 0 calc(34.5% - 8px);
    width: calc(34.5% - 8px);
}

#ban-1 .box1-2 {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
}

#ban-1 .box1-2 a {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
}

#ban-1 .box2 {
    flex: 0 0 calc(24% - 8px);
    width: calc(24% - 8px);
}

#do-it-yourself {
    width: 100%;
    background: #030102 url(/image/assets/home-banner.jpg) right no-repeat;
    background-size: contain;
    padding: 60px 0;
    min-height: 280px;
}

#do-it-yourself h2 {
    font-weight: 500;
    font-size: 32px;
    color: #ed0608;
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0;
}

#do-it-yourself p {
    width: 65%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #f1f1f1;
}

#do-it-yourself ul {
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}

#do-it-yourself ul li{
    margin: 5px 0;
}

#do-it-yourself ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#do-it-yourself ul li i{
    padding-right: 6px;
    color: #ed0608;
}

@media only screen and (max-width: 986px) {
    .sldrnext {
        padding-right: 15px;
    }

    .sldrprev {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 640px) {
    #do-it-yourself p {
        width: 100%;
    }

    #do-it-yourself {
        background: #030102;
        padding: 30px 0;
    }
}

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

    #hmft1 {
        padding-bottom: 30px;
        height: 520px;
    }

    #ban-1 .box1-1 {
        flex-flow: column nowrap;
        margin: 0 0 15px 0;
    }

    #ban-1 .box1-1 a:first-of-type {
        flex: 0 0 100%;
        width: 100%;
        margin: 0 0 15px 0;
    }

    #ban-1 .box1-1 a:last-of-type {
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
    }

    #ban-1 .box1-2 {
        flex-flow: column nowrap;
        margin: 0;
    }

    #ban-1 .box1-2 a {
        flex: 0 0 100%;
        width: 100%;
    }

    #ban-1 .box1-2 a:first-of-type {
        margin: 0 0 15px 0
    }

    #hmft2 .hmft2_con .read a:last-of-type {
        font-size: 15px;
        line-height: 16px;
        padding: 15px 10px;
        margin: 30px 0 0 0;
    }
}
