.title {
    margin-bottom: 16px;
}
.technology {
    padding: 40px 15px;
}
.technology a {
    display: block;
}
.technology .txt, .technology .txt p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}
.technology .txt .arrow {
    margin-top: 10px;
}
.technology .pic {
    text-align: center;
    margin-top: 5px;
}
.wealth {
    padding: 30px 0 0;
}
.wealth .title, .wealth .txt {
    padding: 0 15px;
}
.wealth .title {
    padding-top: 10px;
}
.wealth .pic {
    margin-top: 11px;
    height: 290px;
    background: #E8F8FF;
    padding: 20px 0 30px;
    text-align: center;
}
.total {
    width: 100%;
    height: 240px;
    background: url("../images/technology_bg.png") center center no-repeat;
    background-size: cover;
    padding: 50px 25px 0;
}
.total .flex-box {
    box-shadow: 0px 0px 15px rgba(156, 164, 185, 0.12);
}
.total .brief {
    width: 50%;
    height: 342px;
    background: #fff;
    padding: 30px 15px 0;
}
.total .brief .title b {
    line-height: 28px;
}
.total .pic {
    width: 50%;
    height: 342px;
    background: url("../images/technology_2.png") center center no-repeat;
    background-size: cover;
    margin-top: 0;
}
@media screen and (min-width:320px) and (max-width:340px) {
    .total {
        padding: 50px 15px 0;
    }
}
.insurance, .robot {
    background: #F6F7F9;
}
.intelligence .title, .intelligence .txt {
    text-align: center;
}
.technology .flex-box {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.list {
    margin-top: 30px;
}
.list .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 205px;
}
.list .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    height: 205px;
}
.list ul li {
    width: calc(100vw / 3);
    margin-right: 30px;
    text-align: center;
}
.list ul li:last-child {
    margin-right: 0;
}
.list ul li .pic img {
    width: 113px;
    height: auto;
}
.list ul li .name {
    margin: 15px 0 10px;
    font-size: 14px;
    color: #333;
    white-space: normal;
}
.list ul li .desc, .data ul li .desc {
    font-size: 10px;
    color: #999;
    line-height: 15px;
    white-space: normal;
}
.more a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FA3C3C;
    font-size: 12px;
    color: #fff;
    margin: 30px auto 0;
}
.robot .list ul li .pic img {
    width: 50px;
}
.robot .list .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 142px;
}
.robot .list .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    height: 142px;
}
.data ul li {
    flex: 33.3%;
    text-align: center;
}
.data ul li .pic img {
    width: 72px;
    height: 90px;
}
.data ul li .name {
    margin: 15px 0 10px;
    font-size: 14px;
    color: #333;
}
.data ul li .desc {
    width: 75%;
    margin: 0 auto;
}
.bond .list .flex-box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.bond .list .flex-box li {
    width: 50%;
    margin-right: 0;
}
.bond .list .flex-box2 li {
    width: 33.33%;
}
.bond .list .flex-box li .pic {
    margin-bottom: 20px;
}
.bond .list .flex-box li .pic img {
    width: 79px;
    height: auto;
}
.footer {
    margin-top: 0;
}
.analysis {
    padding: 0 15px;
}
.h80 {
    height: 80px;
}