.successfulCase-item {
    position: relative;
    margin-bottom: 30px;
    padding-top: 130px;
    width: 580px;
    border: 1px solid #eee;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.successfulCase-item-more {
    position: absolute;
    top: 100px;
    right: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #fe8905;
    cursor: pointer;
}
.successfulCase-item-more .icon img {
    width: 10px;
}

.successfulCase-item .successfulCase-item-active {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 270px;
    background-color: rgba(250, 146, 21, .58);
    z-index: 998;
    text-align: center;
    opacity: 0
}

.successfulCase-item .successfulCase-item-active .active-url-text {
    color: #fff;
    font-size: 30px
}

.successfulCase-item:hover .successfulCase-item-active {
    opacity: 1
}

.successfulCase-item .successfulCase-item-img {
    height: 130px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.successfulCase-item .successfulCase-item-img img {
    margin-top: 20px
}

.successfulCase-item .successfulCase-item-content {
    min-height: 138px;
    border-top: 1px solid #eee;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.successfulCase-item .successfulCase-item-content-list {
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -ms-flex-flow: row;
    flex-flow: row;
    height: 100%
}

.successfulCase-item .successfulCase-item-content-list,
.successfulCase-item .successfulCase-item-content-list .content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal
}

.successfulCase-item .successfulCase-item-content-list .content-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 14px;
    letter-spacing: 1px;
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.successfulCase-item .successfulCase-item-content-list .content-item .content-item-theme {
    text-align: left;
    font-size: 16px;
    color: #ff8700
}

.successfulCase-item .successfulCase-item-content-list .content-item .content-item-points {
    font-size: 14px
}

.successfulCase-item .successfulCase-item-content-list .content-item .content-item-point {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    margin-right: 5px;
    vertical-align: middle
}

.successfulCase-item .successfulCase-item-content-list .content-item+.content-item {
    border-left: 1px solid #eee
}
.module-successfulCase-wrapper .successfulCase-content {
    margin: 50px auto 40px;
    width: 1180px
}

.module-successfulCase-wrapper .successfulCase-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.module-successfulCase-wrapper .successfulCase-list .item {
    display: flex;
}