.can_item_mobile {
	margin: 0 auto;
}
#weAdvice .owl-nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
}
#weAdvice .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    width: 20px;
    height: 31px;
    display: block;
    outline: none;
    background: url(images/next_build.png) no-repeat center;
}
#weAdvice .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
    width: 20px;
    height: 31px;
    display: block;
    outline: none;
    background: url(images/prev_build.png) no-repeat center;
}
#weAdvice .owl-nav .owl-prev span,
#weAdvice .owl-nav .owl-next span {
	display: none;
}
.advice_item_mobile .advice_item{
    background: rgba(255, 255, 255, 0.6);
}