.index-plate-five .container .item:nth-child(4) {
    background-image: url(../images/b_five_bg_1.png);
}
.index-plate-five .container .item:nth-child(5) {
    background-image: url(../images/b_five_bg_2.png);
}
.index-plate-five .container .item:nth-child(6) {
    background-image: url(../images/b_five_bg_3.png);
}

.index-plate-five {
    background: url(../images/index_bg_1.png) no-repeat center;
    background-size: cover;
}

.index-plate-six {
    background: url(../images/b_index_bg_2.png) no-repeat center;
    background-size: cover;
}

.index-plate-seven {
    background: url(../images/b_index_bg_2.png) no-repeat center;
    background-size: cover;
}

.index-plate-eight {
    background: url(../images/index_bg_1.png) no-repeat center;
    background-size: cover;
}

.index-plate-nine {
    background: url(../images/b_index_bg_2.png) no-repeat center;
    background-size: cover;
}

.index-plate-ten {
    background: url(../images/index_bg_1.png) no-repeat center;
    background-size: cover;
}

.index-plate-eleven {
    background: url(../images/b_index_bg_2.png) no-repeat center;
    background-size: cover;
}

.warp {
    flex-wrap: wrap;
}

.index-plate-eleven .container .item {
    width: 580px;
    height: 260px;
    display: flex;
    padding: 20px;
    border: 1px solid #cecece;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 4px;
    background-color: white;
}

.index-plate-eleven .container .item img {
    width: 100px;
    height: 100px;
    border-radius: 63%;
    margin-right: 20px;
}
.index-plate-eleven .container .item h3 {
    margin-bottom: 20px;
}

.index-plate-eleven .container .item .right .tips {
  margin-bottom: 20px;
}

.index-plate-eleven .container .item .right .tips span {
    text-align: center;
    width: 90px;
    display: inline-block;
    border: 1px solid #3269ff;
    color: #3269ff;
    line-height: 28px;
    border-radius: 4px;
    margin-right: 10px;
}

.index-plate-eleven .container .item .right .desc {
    height: 95px;
}

.index-plate-eleven .container .item .right .info {
    text-align: center;
    width: 115px;
    line-height: 38px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(50, 105, 255, 1);
}
  
.index-plate-eleven-cont {
    height: 710px;
    padding-top: 24px;
}