/*广告位样式*/
.advert-content{
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
}
.advert-wrapper{
    width: 1200px;
    margin: 20px auto 0 auto;
    /*	background: #fff;*/
}
.advert-chart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.advert-chart-body{
    height: 80px;
    width: 390px;
}
.advert-chart-body img{
    width:30px;
    height:30px;
    border-radius: 5px;
}
.advert-chart-body span{
    /*style="color: white;font-size: 22px;margin-left: 20px"*/
    color:white;
    font-size: 22px;
    margin-left: 20px;
}
.advert-chart-body-add{
    background: rgb(36,136,235);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    border-radius: 5px;
}
.advert-chart-body-show{
    height: 100%;
    width: 100%;
}
.advert-chart-body-show img{
    width: 100%;
    height: 100%;
}
/*超级搜索 常用参数右侧广告位*/
.cycsAdvert{
    top: 0;
    width: 245px;
    height: 100px;
    right: -255px;
    position: absolute;
    height: 475px;
}
.cycsAdvert-chart{
    height: 100%;
}
.cycsAdvert-chart-add{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(36,136,235);
    height: 100%;
    align-items: center;
    border-radius:5px;
}
.cycsAdvert-chart-show{
    height: 100%;
}
.cycsAdvert-chart-show img{
    border-radius:5px;
}