﻿/*！
*&#51;&#54;&#53;&#29616;&#37329;&#23448;&#32593;&#95;&#51;&#54;&#53;&#22312;&#32447;&#23089;&#20048;&#24179;&#21488;&#23448;&#32593;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#24179;&#21488;&#32593;&#25237;一网通-线下实景大厅
*date:2020-04-24
*author: qxy
*/


/* 线下实景大厅通用分类 */

.scene-type {
    margin: 0 0 20px -20px;
}

.scene-type li {
    float: left;
    margin-left: 20px;
}

.scene-type a {
    display: block;
    width: 385px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    background-color: #E9F2FB;
    transition: all ease 200ms;
}

.scene-type a span {
    display: inline-block;
    padding-left: 38px;
    background-position: 0 center;
    background-repeat: no-repeat;
    transition: all ease 200ms;
}

.scene-type a.item01 span {
    background-image: url(./images/scene-hall-icon1.png);
}

.scene-type a.item02 span {
    background-image: url(./images/scene-hall-icon2.png);
}

.scene-type a.item03 span {
    background-image: url(./images/scene-hall-icon3.png);
}

.scene-type a.item04 span {
    background-image: url(./images/scene-hall-icon4.png);
}

.scene-type a:hover {
    background-color: #317AC9;
}

.scene-type a:hover span {
    color: #fff;
}

.scene-type a.item01:hover span,
.scene-type a.item01.active span {
    background-image: url(./images/scene-hall-icon1-h.png);
}

.scene-type a.item02:hover span,
.scene-type a.item02.active span {
    background-image: url(./images/scene-hall-icon2-h.png);
}

.scene-type a.item03:hover span,
.scene-type a.item03.active span {
    background-image: url(./images/scene-hall-icon3-h.png);
}

.scene-type a.item04:hover span,
.scene-type a.item04.active span {
    background-image: url(./images/scene-hall-icon4-h.png);
}

.scene-type a.active {
    position: relative;
    color: #fff;
    background-color: #317AC9;
}

.scene-type a.active:after {
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -12px;
    content: "";
    width: 24px;
    height: 9px;
    background: url(./images/scene-hall-active.png);
}