.wolpos-top {
    background: #F08200;
    overflow: hidden;
}
.wolpos-tit {
    margin: 52px 0 40px;
    text-align: center;
    font-size: 36px;
    color: white;
    
}
.wolpos-tabs_container {
    padding-bottom: 40px;
    position: relative;
}
.wolpos-tabs_activearrow {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    background: url('../images/pos_a7.png') no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 16px;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}
.wolpos-tabs .wolpos-tab_item {
    float: left;
    width: 15.33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px;
    background: rgba(255,255,255,0.9);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.wolpos-tabs .wolpos-tab_item:not(:last-child) {
    margin-right: 1.604%;
}
.wolpos-tab_item_img {
    display: block;
    width: 100%;
}
.wolpos-tab_item_desc {
    margin: 20px 0;
    color: #333;
}
.wolpos-tabs .wolpos-tab_item:hover,
.wolpos-tabs .wolpos-tab_item.active {
    -webkit-box-shadow:0px 24px 32px -8px rgba(0,0,0,0.4);
            box-shadow:0px 24px 32px -8px rgba(0,0,0,0.4);
    background: white;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wolpos-tabs_content {
    padding: 20px 0 80px 0;
}

.wolpos-tab_content_item {
    text-align: center;
    display: none;
}
.wolpos-tab_content_item img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.wolpos-tab_content_item img:first-child {
    margin-bottom: 40px;
}