.mapsvg{
	vertical-align: top;
    position: relative;
}
#svg-map{
	transition: all 0.5s linear;
}
#svg-map >svg{
	transition: all 0.3s linear;
}
#section_header {
    height: 50px;
    margin-bottom: 10px;
}
.inner {
    width: auto;
}

.inner {
    height: inherit;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
}
#section_header .logo {
    padding-top: 16px;
    display: block;
    height: 100%;
}
.select-status__a {
    display: block;
    margin-bottom: 12px;
    color: #222;
    font-size: 18px;
    text-decoration: none;
    transition: 0.2s;
}

/***/
.select-floor {
    /*position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    border-bottom-right-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}
.select-floor__a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #77686859;
    transition: 0.2s;
}
.select-floor__red {
    border-radius: 10px;
    padding: 8px 18px;
    margin-right: 16px;
    color: #c0c0c0;
    font-size: 17px;
    transition: 0.2s;
}
.select-floor__a.act .select-floor__red, .select-floor__a:hover .select-floor__red {
    background: #ff2c4f;
    color: #fff;
}
.select-floor__a.act, .select-floor__a:hover {
    color: #222;
    text-decoration: none !important;
}
.select-zoom {
    display: flex;
    justify-content: space-between;
    width: 100px;
    margin: 30px auto 0;
}
.select-zoom__btn {
    width: 40px;
    height: 40px;
    background: center no-repeat top;
}
/**/
.svg-box{
	overflow: hidden;
    position: relative;
    perspective: 1000px;
    perspective-origin: bottom left;
    height: 800px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.svg-box-wrapper{
	position: relative;
}
.svg-box-wrapper__tooltip {
    height: 264px;
    background: url(/image/svg-tooltip2.png) center no-repeat;
}
.svg-box-wrapper__tooltip {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -100%) scale(0);
    transform-origin: bottom;
    width: 314px;
    height: 264px;
    background: url(/image/svg-tooltip.png) center no-repeat;
}
.svg-box-wrapper__tooltip-content {
    height: 216px;
}

.svg-box-wrapper__tooltip-content {
    position: absolute;
    left: 12px;
    top: 10px;
    width: 290px;
    height: 186px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    padding: 10px 20px 14px;
}
.svg-box-wrapper__tooltip-title {
    color: #95b229;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}
.svg-box-wrapper__tooltip-list li {
    margin-left: 0;
    list-style: none;
    font-size: 16px;
}
.svg-box-wrapper__tooltip-list-bold {
    font-weight: 500;
}

.detail-table {
    width: 100%;
    padding: 60px 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
tbody {
    display: table-row-group;
}
tr {
    display: table-row;
}
.detail-table__right-table {
    vertical-align: top;
}
.detail-table__right-slider-slide {
    width: auto;
}
.detail-table-inner {
    /*width: 1700px;*/
    overflow: hidden;
    height: 470px;
}
.detail-table ul.summa, .detail-table ul.summa2 {
    background: #ccc;
}

.detail-table ul {
    display: table;
    width: auto;
}
.detail-table-inner >ul li:nth-child(1), .detail-table-inner >.tbody >ul li:nth-child(1) {
    width: 80px;
}
.detail-table-inner >ul li:nth-child(2), .detail-table-inner >.tbody >ul li:nth-child(2) {
    width: 180px;
}
.detail-table-inner >ul li:nth-child(3), .detail-table-inner >.tbody >ul li:nth-child(3) {
    width: 110px;
}
.detail-table-inner >ul li:nth-child(4), .detail-table-inner >.tbody >ul li:nth-child(4) {
    width: 100px;
}
.detail-table-inner >ul li:nth-child(5), .detail-table-inner >.tbody >ul li:nth-child(5) {
    width: 230px;
}
.detail-table-inner >ul li:nth-child(6), .detail-table-inner >.tbody >ul li:nth-child(6) {
    width: 100px;
}
.detail-table-inner >ul li:nth-child(7), .detail-table-inner >.tbody >ul li:nth-child(7) {
    width: 100px;
}
.detail-table-inner >ul li:nth-child(8), .detail-table-inner >.tbody >ul li:nth-child(8) {
    width: 100px;
}
.detail-table-inner >ul li:nth-child(9), .detail-table-inner >.tbody >ul li:nth-child(9) {
    width: 100px;
}
.detail-table-inner >ul li:nth-child(10), .detail-table-inner >.tbody >ul li:nth-child(10) {
    width: 180px;
}
.detail-table-inner >ul li:nth-child(11), .detail-table-inner >.tbody >ul li:nth-child(11) {
    width: 100px;
}
.detail-table-inner >ul li:nth-child(12), .detail-table-inner >.tbody >ul li:nth-child(12) {
    width: 100px;
}

.detail-table-inner >ul li, .detail-table-inner >.tbody >ul li {
    font-size: 12px;
    font-weight: bold;
    margin-left: 0;
}
.detail-table ul >li {
    float: left;
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
    box-sizing: border-box;
}

.detail-table-inner >.tbody >ul li {
    font-weight: normal;
    margin-left: 0;
}