#advertising{
    background: url(../images/info_pic_02.png);
    background-position: 50% 50%;
    background-size: cover;
}
.bubble{
    margin-top: 48px;
    width: 100%;
}
.out{
	width: 25%;
}
.outs{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.info_div{
    text-align: center;
}
a {
    height: 100%;
    display: flex;
    align-items: center;
}
.info_div img{
    width: 29px;
}
.synopsis_div div{
    margin-top: 4px;
}
.my{
    color: rgb(0,122,255);
    text-align: center;
    font-size: 21px;
    font-weight: 550;
}
.software_left{
    width: 50%;
}
.software_right{
    width: 50%;
}
.software{
    display: flex;
    margin-bottom: 70px;
    align-items: center;
}
.software_right p{
    line-height: 27px;
    color: #999;
}
.software_right h5{
    color: rgb(0,122,255);
    font-size: 21px;
    font-weight: 550;
}
._right{
    text-align: right;
}
._left{
    text-align: right;
}
.synopsis_piv_div{
    display: flex;
}
.synopsis_div{
    width: 11%;
    padding-left: 27px;
    position: relative;
}
.synopsis_div img{
    width: 43px;
}
.arrowst{
    transform: rotate(90deg);
    width: 19px!important;
    margin-left: 11px;
}
.synopsis_describe p{
    margin-bottom: 30px;
}
.alter{
    height: 57px;
}
.advantage_div div{
    font-size: 17px;
    font-weight: 550;
    margin: 7px 0px;
}
.advantage_div p{
    color: #999;
}