﻿body {
    font-family: "siyuanheiti-normal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
}

.dealers-top {
    /*background-image: url("/img/dealers/dealers_bg2.png");*/
    /*background-image: url("//www.xtooltech.com/official/banner/HomeBanner_PC/1711443006499.png");*/
    background-image: url("//www.xtooltech.com/official/downloadCenter/1715102936918.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 54.5833%;
    position: relative;
}

.dealers-top-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
}

    .dealers-top-content h3 {
        font-size: 32px;
        color: #f3f3f3;
        text-align: center;
        margin-top: 0;
    }

    .dealers-top-content p {
        font-size: 14px;
        color: #f3f3f3;
        text-align: center;
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .dealers-top {
        padding-top: 23.4375%;
        background-image: url("//www.xtooltech.com/official/banner/HomeBanner_PC/1715107595395.jpg");
    }

    .dealers-top-content h3 {
        font-size: 50px;
    }

    .dealers-top-content p {
        font-size: 18px;
    }
}


.xtool-navbar {
    background-color: rgba(0, 0, 0, 0.7);
}

.container-wrap {
    margin-bottom: 80px;
    background-color: #fff;
}

.dealer-region-wrap {
    /*margin: 50px auto 20px;*/
    margin: 50px auto 30px;
    display: flex;
}

    .dealer-region-wrap .tab-head {
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.3em;
        background: #fefefe;
        padding: 15px 30px;
        box-sizing: border-box;
        border: 1px solid #0b1b3242;
        cursor: pointer;
    }
        .dealer-region-wrap .tab-head:nth-child(1) {
            border-right: none;
        }
        .dealer-region-wrap .tab-head:hover {
            background: #f4f4f4;
        }
    .dealer-region-wrap .tab-head.active {
        color: #fff;
        background: #007bff;
    }
select.dealer-region {
    width: 230px;
    height: 40px;
    padding: 10px;
    border: solid 1px #E5E5E5;
}

/*.dealer-list-title {
    margin: 50px auto 20px;
    line-height: 26px;
}*/

.dealer-list {
    width: 100%;
    /*min-height: 200px;*/
 /*   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}

.dealer-item {
    border: solid 1px #E5E5E5;
    width: 22%;
    margin-bottom: 30px;
    padding: 32px 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .dealer-item p {
        margin: 0 auto;
        /*padding: 0 50px;*/
        display: flex;
    }

        .dealer-item p a {
            color: inherit;
            text-decoration: none;
            font-family: "siyuanheiti-normal", "Microsoft YaHei";
            font-weight: 700;
        }

            .dealer-item p a img {
                width: 100%;
                height: auto;
                margin-bottom: 35px;
            }

.dealer-apply-wrap {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.dealer-apply-btn {
    margin-top: 20px;
    padding: 10px 40px;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}

    .dealer-apply-btn:hover {
        background-color: #0069d9;
    }

@media(min-width:768px) {
    .dealer-item {
        width: 60%;
    }
}

@media(max-width:1200px) {
    .dealer-item {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .dealer-list {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
    }
    .dealer-item {
        border: solid 1px #d5d5d5;
        width: 80%;
        margin-bottom: 30px;
        padding: 32px 0 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dealer-apply-btn {
        width: 100%;
    }
}