

.morefuncontainer{    display: flex;
    flex-wrap: wrap;}
.morefunitem{width: 238px;height: 90px;line-height: 90px; color: #fff;text-align: center;background: #807ddd;     display: flex;
    align-items: center;
    justify-content: center;}
.morefunitem img{width: 30px; height: 30px;margin-right: 24px;}
.morefunitem:nth-child(1),
.morefunitem:nth-child(2),.morefunitem:nth-child(3),.morefunitem:nth-child(4),.morefunitem:nth-child(5){border-left:1px solid #fff; border-bottom:1px solid #fff;}
.morefunitem:nth-child(6),
.morefunitem:nth-child(7),.morefunitem:nth-child(8),.morefunitem:nth-child(9),.morefunitem:nth-child(10){
    border-left:1px solid #fff;
}
.typecontainer{display: flex;}
.typeitem{
    width: 287px;
    height: 287px;
    position: relative;
    margin-right: 16px;
}
.typeitem:last-of-type{
    margin-right: 0;
}
.typeitem div{
    position: absolute;
    width: 146px;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); 
    font-size: 24px;
    color: #333;
    line-height: 50px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.demo{
    width: 667px;
    height: 329px;
    background: rgba(0,0,0,0.80);
    border-radius: 20px;
    position: absolute;
    bottom: -350px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding:65px 47px;
    display: flex;
    align-items: center;
    display: none;
    }
    .demo img{width: 200px; height: 200px;border-radius: 10px;margin-right: 60px;}
    .demo .tipstxt{ font-size: 20px;color: #fff;line-height: 1.5;}
.content-view
{
    position: relative;
}
.btn-meiye{
    width: 192px;
height: 50px;
background: #ffffff;
border-radius: 50px;
color: #855CFF;
font-size: 18px;
display: block;
text-align: center;
line-height: 50px;
margin-top: 37px;
}
.funshow{
    width: 1190px;
    height: 550px;
    background: #eff2fc;
    border-radius: 20px;
    z-index: 1;
    position:absolute;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    transform: translate(-50%, -60px);
    left: 50%;
}
.funitemswier{
    height: auto;
    overflow: hidden;
    padding-left: 10px;
}
.funitem{
    padding: 65px 0;
}
.func-inner{
    display: flex;
    margin-left: 70px;
    margin-top: 20px;
}
.func-inner img{
    margin-right: 20px;
}
.subitem{
    width: 184px;
height: 60px;
background: #fff;
color:#333;
border-radius: 10px;
line-height: 60px;
text-align: center;
margin-bottom: 10px;
cursor: pointer;
}
.subitem.act{
    color:#fff;
    background: #807DDD;
}
.swiper-pagination-switch{
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 50%;
    margin-right: 10px;
}
.funshow-view{
    position: relative;
    height: 630px;
}
.demo-show{
    z-index: 8;
    color: #fff;
    width: 192px;
    height: 50px;
    background: #807ddd;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.demo-show:hover .demo{
    display: flex;
}
.pagination{
    bottom: 80px;
}
.swiper-active-switch{
    background-color:  #807DDD;
}
.swiper-pagination-switch:before{
    display: none;
}
