﻿.testCss {
    background-color: red;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: white;
}

.bannerImgs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ollPet_main {
    margin-top: 94px;
    position: relative;
    min-width: 1400px;
    overflow: visible;
}

/*.bannerImg img {
    width: 100%;
    height: 100%
}*/

.bannerInp {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    top: 37%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .bannerInp h1 {
        font-size: 55px;
        font-weight: bolder;
        color: white;
    }

.bannerbtn input {
    background-color: white;
    padding: 0 20px;
    width: 3rem;
    height: 50px;
}

.bannerbtn {
    margin-top: 30px;
    display: flex;
}

    .bannerbtn .buttons {
        height: 50px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #23b7b6;
        color: white;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
    }

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: -5%;
}

.jobOll {
    width: 100%;
    max-width: 1400px;
}

    .jobOll ul {
        display: flex;
    }

        .jobOll ul li {
            width: 25%;
            border: 1px solid #f1f1f1;
            box-shadow: #f1f1f1 0px 0px 10px;
            background-color: white;
            padding: 30px 0;
            cursor:pointer;
        }

.jobOllBox {
    display: flex;
    flex-direction: column;
    /*    justify-content: center;*/
    align-items: center;
}

.jobOllBoxImg {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.jobOllText {
    margin-top: 30px;
}

    .jobOllText :nth-child(1) {
        font-size: 18px;
        font-weight: bold;
        color: #686868;
    }

    .jobOllText :nth-child(2) {
        font-size: 14px;
        font-weight: bold;
        color: #a4a4a4;
        margin-top: 10px;
    }

.jobOllIms {
    margin-top: 20px;
}

.test_flowoll {
    padding: 0 50px;
    margin-bottom: 40px;
}

    .test_flowoll h2 {
        font-size: 24px;
        color: #586060;
        font-weight: bolder;
        margin-bottom: 40px;
    }

.test_flow {
    display: flex;
    margin-top: 30px;
    width: 100%;
}

.flowOll {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .flowOll ul {
        display: flex
    }

        .flowOll ul li {
            width: 10%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .flowOll ul li span {
                margin-top: 10px;
                font-size: 18px;
                font-weight: bold;
                color: #ada7ba;
                display: block;
                width: 100%;
            }

.flowDog {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.flowImg {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .flowImg img {
        width: 78px;
        height: 78px;
        object-fit: contain;
    }

.flowtext {
    text-align: center;
}

.counter {
    display: flex;
    width: 100%;
    height: 4rem;
}

.counterAC {
    margin-top: 50px;
}

.counterOne {
    width: 50%;
    height: 100%;
    border-radius: 0 110px 0 0;
    background-image: url(/images/dog_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.counterOneAC {
    background-image: url(/images/qj9127372169.png);
    border-radius: 110px 0 0 0;
}

.counterTow {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 80px;
    justify-content: center;
    font-size: 16px;
    color: #a4a4a4;
    font-weight: bold;
}

.counterTowAC {
    padding-left: 0;
    padding-right: 80px;
    align-items: end;
}

.counterTow button {
    padding: 20px;
    background-color: #23b7b6;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    /*        font-weight:bold;*/
    margin-top: 30px;
    cursor: pointer;
}

.breed_school {
    width: 100%;
    background-color: #edf2f2;
    padding: 30px 0;
}

.breed_issue {
    background-color: #fff
}

.school_title {
    width: 100%;
    display: flex;
    justify-content: space-between
}

    .school_title span {
        cursor: pointer;
        font-size: 18px;
        font-weight: bold;
        color: #586060;
    }

.school_Mes ul {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    width: 100%;
}
    .school_Mes ul:after {
        content: '';
        width: 24%;
        border: 1px solid transparent;
    }
    .school_Mes ul li {
        width: 24%;
        overflow: hidden;
    }

        .school_Mes ul li:hover .school_MesText {
            background-color: #23b7b6;
        }

        .school_Mes ul li:hover .school_MesImg img {
            transform: scale(1.1);
        }

.school_MesImg {
    width: 100%;
    /*height: 4rem;*/
    overflow: hidden;
}

    .school_MesImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .48s ease;
    }

.school_MesText {
    padding: 20px;
    background-color: #d3cac2;
    color: #fff;
    transition: all 0.5s;
    height: 100px;
}

    .school_MesText .h3 {
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        max-height: 45px;
    }

    .school_MesText p {
        margin-top: 10px;
        font-size: 14px;
        display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
        word-break: break-all;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 2; /** 显示的行数 **/
        overflow: hidden;
        /*height:80px;*/
    }

.issueOll {
    width: 100%;
}

    .issueOll ul {
        width: 100%;
    }

        .issueOll ul li {
            padding: 20px 0;
            border-bottom: 1px solid #e5e5e5;
            cursor: pointer;
            position: relative;
        }

            .issueOll ul li:before {
                content: '';
                position: absolute;
                left: 0;
                top: 5%;
                width: 5px;
                height: 90%;
                background-color: #e5e5e5;
            }

.issueOllBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .issueOllBox span {
        font-size: 18px;
        color: #586060;
        font-weight: bold;
        margin-left: 30px;
    }

.issueOllBoxAc {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hidemes {
    margin-left: 30px;
    margin-top: 10px;
    display: none;
}

    .hidemes span {
        font-size: 14px;
        color: #a4a4a4;
    }

.issueOll ul .box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    width: 5px;
    height: 90%;
    background-color: #23b7b6;
}
