.v5_funcBack {
    height: 363px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 15px 3px rgba(131,143,171,0.1);
    border-radius: 9px;
}
.v5_funcItem .v5_funcLi, .v5_funcBack .v5_funcLi {
    flex: 1;
}
.v5_funcItem .v5_funcLi p, .v5_funcBack .v5_funcLi p {
    height: 27px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 27px;
}
.funcUp {
    background: url(../../images/product/shop/bgup.png) no-repeat center;
    background-size: 100% 100%;
    height: 240px;
    width: 100%;
    margin-top: 95px;
    margin-bottom: 60px;
    position: relative;
}
.v5_funcTit {
    height: 43px;
    font-size: 32px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 43px;
    text-align: center;
}
.v5_deepCont {
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(127,84,10,1);
    line-height: 50px;
    letter-spacing: 2px;
}
.v5_deepCont span {
    vertical-align: bottom;
    font-size: 22px;
    letter-spacing: 2px;
}
.funcUp .upLeft {
    width: 67px;
    height: 14px;
    position: absolute;
    top: 50px;
    left: 360px;
}
.funcUp .upRgt {
    width: 67px;
    height: 14px;
    position: absolute;
    right: 360px;
    top: 50px;
    transform: rotate(180deg);
}
/*组合应用模块 解决3大运营难题*/
.section-wrap .v5_modular {
    margin: 70px 0 115px;
    box-sizing: content-box;
}
.section-wrap .v5_modular .v5_modul{
    height: 626px;
    width: 370px;
    margin-left: 45px;
    border-radius: 10px;
    transition: all .3s ease;
    box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.13);
    transform: scale(0.98);
}
.section-wrap .v5_modular .v5_modul:hover {
    transform: translateY(-2px) scale(1);
}
.v5_modulList {
    box-sizing: content-box;
}
.section-wrap .v5_modular .v5_modul .v5_modulList .v5_modulTit{
    width:333px;
    padding-left: 37px;
    height: 94px;
    background:rgba(0,170,234,1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding-top: 32px;
    box-sizing: content-box;
}
.section-wrap .v5_modular .v5_modul .v5_modulList .v5_modulTit p:first-child::before {
    content: "";
    height: 28px;
    width: 0.5rem;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 0;
}
.section-wrap .v5_modular .v5_modul .v5_modulList .v5_modulTit p:first-child {
    padding-left: 22px;
    margin-bottom: 20px;
    height: 28px;
    font-size: 30px;
    font-weight:500;
    position: relative;
    line-height: 28px;
}
.section-wrap .v5_modular .v5_modul .v5_modulList .v5_modulTit p:last-child {
    font-size: 18px;
    font-weight: 400;
}
.section-wrap .v5_modular .v5_modul .v5_modulList dd {
    height: 50px;
    padding: 22px 0 28px 36px;
    position: relative;
    box-sizing: content-box;
}
.section-wrap .v5_modular .v5_modul .v5_modulList dd p:first-child {
    height: 26px;
    font-size: 24px;
    line-height: 24px;
}
.section-wrap .v5_modular .v5_modul .v5_modulList dd p:first-child span{
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    margin-right: 6px;
    color: #00AAEA;
}

.section-wrap .v5_modular .v5_modul .v5_modulList dd p+p {
    font-size: 16px;
    font-weight:400;
    color:rgba(170,170,170,1);
    line-height : 16px;
    margin-top: 8px;
}
.section-wrap .v5_modular .v5_modul .v5_modulList dd:nth-child(even):hover {
    background: #DEF2FF;
}
.section-wrap .v5_modular .v5_modul .v5_modulList dd:nth-child(even):hover p+p+span{
    display: inline-block;
    color: rgba(255,255,255,0.47);
}
.section-wrap .v5_modular .v5_modul .v5_modulList dd:nth-child(odd):hover {
    background: #A8E7FF;
}
.section-wrap .v5_modular .v5_modul .v5_modulList dd:nth-child(odd):hover p+p+span {
    display: inline-block;
    color: rgba(255,255,255,0.53);
}