.content-info .rightBox .shiyong li .icon-box {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: linear-gradient(to right bottom,#ff9452,#fc7540);
    box-shadow: 0 0 5px rgba(254,145,80,0.4);
    border-radius: 50%;
}
.content-info .rightBox .shiyong li .icon-box i {
    font-size: 26px;
}

.content-info .rightBox .shiyong li:hover .icon-box {
    transform: scale(.8);
}
.content-info .rightBox .shiyong li .icon-box {
    transition: all .3s;
}
.frcontent .rightBox .shiyong li .icon-box {
	background: linear-gradient(to right bottom,#d8d4ea,#8c76f9);
	box-shadow: 0 0 5px rgba(134,111, 252,0.4);
}

.svg-icon {
	width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.svg-icon svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.svg-icon.bj1 {
    background: linear-gradient(to bottom,#fe9b50, #fd7a43);
}
.svg-icon.bj2 {
    background: linear-gradient(to bottom,#8c76f9, #8b76fc);
}
.svg-icon.bj3 {
    background: linear-gradient(to bottom,#fecb70, #fdb154);
}
.svg-icon.bj4 {
    background: linear-gradient(to bottom,#ffd67d, #fda749);
}