img {
    max-width: 100%;
}

.anim_big,
.anim_big img {
    max-width: 100%;
}


/* 核心功能 */
.store-busine {
    padding: 60px;
}

h1.store-tit {
    font-size: 32px;
    color: #222222;
    text-align: center;
}

.store-busine>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.store-busine>ul li {
    width: 27%;
    margin: 13px;
    padding: 25px;
    box-shadow: 0 0 15px 5px #f5f5f5;
    border-radius: 10px;
    background-color: #ffffff;
}

.store-busine>ul li>a {
    color: #333333;
}

.busine-tit {
    display: flex;
    align-items: center;
}

.busine-tit img {
    width: 75px;
    height: 70px;
}

.busine-tit h3 {
    font-size: 16px;
    font-weight: 600;
}

.store-busine>ul li>a h4 {
    font-size: 14px;
}

.store-busine>ul li>a p {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.store-busine>ul li>a p i {
    padding: 0 5px;
    color: #b8b8b8;
}


/* 门店通多店版 */
.store-multi {
    padding: 60px 0;
    background-image: url("http://www.ifdebug.com/store/picbj01.jpg");
    background-size: 100% 100%;
}

.multi-img {
    margin-top: 50px;
}

.multi-img img {
    width: 100%;
    height: auto;
}

/* 多种行业 都能找到你的制胜法宝 */
.store-industry {
    padding: 60px 0;
}

.store-industry ul {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.store-industry ul li {
    width: 18%;
    margin: 12px;
    box-shadow: 0 0 15px 5px #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    cursor: pointer;
}

.store-industry ul li:hover img {
    transform: rotate(360deg);
}

.store-industry ul li img {
    width: 50px;
    height: 50px;
    transition: all .5s;
}

.store-industry ul li span {
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
}



.store-help {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.store-help>ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.store-help>ul li {
    width: 24%;
    background-color: #ffffff;

}

.store-help>ul li img {
    width: 100%;
    height: auto;
}

.help-btm {
    padding: 25px 20px;

}

.help-btm h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.help-btm p {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    text-align: center;
}


@media (max-width: 1400px) {
    .store-busine>ul li {
        width: 26%;
        margin: 12px;
    }

    .store-busine>ul li>a p {
        font-size: 12px;
    }
}

@media (max-width: 1240px) {

    .store-busine>ul li {
        margin: 10px;
        padding: 20px;
    }

    .store-industry ul li {
        width: 17%;
        padding: 30px 0;
    }

    .store-industry ul li span {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    h1.store-tit {
        font-size: 18px;
    }

    .store-busine {
        padding: 20px .1rem;
    }

    .store-busine>ul {
        margin-top: 20px;
        justify-content: space-between;
    }

    .store-busine>ul li {
        width: 43%;
        margin: 10px 0;
        padding: 10px;
    }

    .store-multi {
        padding: 20px .1rem;
    }

    .multi-img {
        margin-top: 20px;
    }

    .store-industry {
        padding: 20px 0;
    }

    .store-industry ul {
        margin-top: .5rem;
    }

    .store-industry ul li {
        width: 30%;
        padding: 20px 0;
        margin: 6px;
    }
    .store-industry ul li span {
        margin-top: 10px;
    }

    .store-help {
        padding: 20px 0;
    }

    .store-help>ul {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    
    .store-help>ul li{
        width: 48%;
        margin-bottom: 15px;
    }
    .help-btm {
        padding: 15px 10px;
    }

    .busine-tit img {
        width: 60px;
        height: 55px;
    }
    .busine-tit h3 {
        font-size: 14px;
    }
    .store-busine>ul li>a h4 {
        font-size: 12px;
    }
    .store-busine>ul li>a p {
        font-size: 10px;
    }
    .store-industry ul li img {
        width: 40px;
        height: 40px;
    }
    .store-industry ul li span{
        font-size: 14px;
    }
    .help-btm h5{
        font-size: 16px;
    }
    .help-btm p {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media (max-width: 320px) {
    .anima_two>ul>li p {
        font-size: 13px;
        padding: 0 15px;
        min-height: 109px;
        -webkit-line-clamp: 6;
    }
}