﻿/* 这是行业方案主页的样式表 */

/*
    width: .73rem;
    height: .27rem;
    margin-right: 2%;
    line-height: .27rem;
    text-align: center;
    border-radius: .13rem;
    box-sizing: border-box;
*/
.section-title {
    line-height: .8rem;
    text-align: center;
    font-size: .25rem;
    font-weight: bolder;
    background: linear-gradient(to bottom, #598ff9, #417ef7);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: -.2rem;
}
.section-title-cy {
    background: linear-gradient(to bottom, #FEBDA3, #FD7C49);
    -webkit-background-clip: text;
}
/* section-3 */
.section-3 {
    width: 100%;
    background-color: #f0f7ff;
}

.repast,
.retail {
    width: calc(100% - .5rem);
    margin: 0 auto .2rem;
}

.retail-title {
    display: flex;
    justify-content: center;
    width: 100%;
    height: .25rem;
    margin-bottom: .1rem;
}

.title-content {
    font-size: .16rem;
    color: #666;
}

.retail-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.retail-content-son {
    width: .9rem;
    height: 1.2rem;
}

.section-3-icons,
.section-3-icon {
    position: relative;
    width: .64rem;
    height: .64rem;
    margin: 0 auto .1rem;
}

.section-3-icon:active {
    background: rgba(108,148,222,.2);
}
.section-3-icons:active {
    background: rgba(253,110,52,.2);
}
.section-3-icons img,
.section-3-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-3-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: .3rem;
    text-align: center;
    font-size: .16rem;
    border-radius: .2rem;
    box-sizing: border-box;
    padding-top: .02rem;
}

.btn-cy {
    padding-top: 0;
    font-size: .14rem;
    color: #FD8454 !important;
    border: 1px solid #FD8454 !important;
}

.section-3-btn span {
    line-height: normal;
    padding: .01rem 0;
}

.section-3-btn-retail {
    color: #6983c1;
    border-image-source: linear-gradient(-28deg, #3d62f1 1%, #3d9cf2 100%);
    border: 1px solid #3d62f1;
}

    .section-3-btn-retail:active {
        background: rgba(108,148,222,.2);
    }

.section-3-btn-repast {
    color: #fd6e34;
    border-image-source: linear-gradient(180deg, #fd6e34 1%, #ffa851 100%);
    border: 1px solid #fd6e34;
}

    .section-3-btn-repast:active {
        background: rgba(253,110,52,.2);
    }

.section-3-btn span:first-child {
    display: inline-block;
    padding-right: .07rem;
    padding-left: .1rem;
}
