#div-image {
    /*display: flex;*/
    width: 100%;
}

.div-image-child {
    float: left;
}

#div-image .select-group {
    width: 15%;
}
#div-image .select-group .group {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 5px;
}
#div-image .select-group .select-group-template {
    margin-left: 20px;
    margin-right: 5px;
}
#div-image .select-group.select-group-position .group {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
#div-image .select-group.select-group-position .select-group-template {
    margin-left: 0;
    margin-right: 0;
}
#div-image .box-show-image {
    width: 89%;
}

#div-image .box-img {
    width: 50%;
    float: left;
}

#div-image .box-img.box-image-full {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
}
#div-image .box-img.box-image-full img {
    /*width: 100%;*/
}

#div-image .box-img img {
    width: 100%;
}

#div-image .box-img.box-image-full img {
    width: auto;
    height: 950px;
}

.select-group {
    /*position: fixed;*/
    /*top: 20px;*/
    /*left: 20px;*/
    /*z-index: 2;*/
    /*display: block;*/
    /*align-items: center;*/
    /*padding-top: 20px;*/
    /*margin-left: 15px;*/
}
.select-group-position {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    align-items: center;
    padding-top: 20px;
    margin-left: 15px;
}
.select-group .group {
    margin-bottom: 12px;
    /* Gray 5 */
    box-sizing: border-box;
    /* Shadow 1 */
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.select-group ul li {
    padding: 10px 10px 10px 50px;
    list-style: none;
    border-bottom: 1px solid #EEEFF4;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
.home-template {
    background: #fff url("../image/house_group/icon-group.png") 16px center no-repeat;
}

.select-group ul li span {
    background: url("../image/house_group/group-right.png") right center no-repeat;
    padding-right: 10px;
    display: block;
}
.select-group ul li i.color-1 {
    background: #9BF4FC;
}
.select-group ul li:hover {
    cursor: pointer;
}
.select-group ul li i.color-2 {
    background: #EBC296;
}
.select-group ul li i.color-3 {
    background: #24C0CD;
}
.select-group ul li i.color-4 {
    background: #D4C2AC;
}
.select-group ul li i.color-5 {
    background: #D3A16C;
}
.select-group ul li i.color-6 {
    background: #EBC296;
}
.select-group ul li:first-child {
    border-radius: 8px 8px 0px 0px;
}
.select-group ul li:last-child {
    border-radius: 0px 0px 8px 8px;
}
.select-group ul li:hover, .select-group ul li.active {
    background: #27BEC7 url("../image/house_group/icon-group-hover.png") 16px center no-repeat;
    color: #fff;
    cursor: pointer;
}

.select-group ul li:hover i, .select-group ul li.active i {
    background: url("../image/house_group/group-right-hover.png") right center no-repeat;
}

.select-group-template {
}
.select-group-template ul li {
    background: #FFFFFF;
    padding: 10px 10px;
    font-weight: 500;
    list-style: none;
    border-bottom: 1px solid #EEEFF4;
}
.select-group-template ul li i {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    order: 0;
    flex-grow: 0;
    margin: 0px 8px;
    width: 22px;
    height: 22px;
    float: left;
}
.select-group-template ul li i.color-1 {
    background: #9BF4FC;
}
.select-group-template ul li i.color-2 {
    background: #EBC296;
}
.select-group-template ul li i.color-3 {
    background: #24C0CD;
}
.select-group-template ul li i.color-4 {
    background: #D4C2AC;
}
.select-group-template ul li i.color-5 {
    background: #D3A16C;
}
.select-group-template ul li i.color-6 {
    background: #EBC296;
}
.select-group-template ul li:first-child {
    border-radius: 8px 8px 0px 0px;
}
.select-group-template ul li:last-child {
    border-radius: 0px 0px 8px 8px;
}
.select-group-template ul li:hover, .select-group-template ul li.active {
    background: #27BEC7;
    color: #fff;
    cursor: pointer;
}

.select-group-template ul li span {
    /*width: 22px;*/
    /*height: 22px;*/
    /*float: right;*/
    background: url(../image/house_group/group-right.png) right center no-repeat;
    display: block;
    line-height: 20px;
}

.select-group .group ul li:hover i,
.select-group .group ul li.active i
{
    background: url("../image/house_group/group-right-hover.png") right center no-repeat;
}

#select-group-item {
    box-sizing: border-box;
    /* Shadow 1 */
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.select-group .select-group-item ul li:hover span,
.select-group-template ul li.active span
{
    background: url("../image/house_group/group-right-hover.png") right center no-repeat;
}

.box-slider {
    /*position: relative;*/
}
.box-button {
    position: absolute;
    right: 20px;
    bottom: 226px;
    display: flex;
    z-index: 5;
}
.box-slider .icon-preview {
    background: url(../image/house_group/preview.png) center no-repeat;
    width: 42px;
    height: 42px;
    border: none;
}
.box-slider .icon-preview:hover {
    cursor: pointer;
    background: url(../image/house_group/preview-hover.png) center no-repeat;
}
.box-slider .icon-next {
    background: url(../image/house_group/next.png) center no-repeat;
    width: 42px;
    height: 42px;
    border: none;
    margin-left: 20px;
}
.box-slider .icon-next:hover {
    cursor: pointer;
    background: url(../image/house_group/next-hover.png) center no-repeat;
}

.box-name {
    position: fixed;
    right: 0;
    bottom: 120px;
    z-index: 5;
    background-color: #BCFBFF;
    text-align: right;
    padding: 15px;
}
.box-name .row-name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
}
.box-name .row-m {
    color: #0E7483;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.box-name .row-m span { color: #000; }

.box-icon-360 {
    position: absolute;
    left: 20px;
    bottom: 130px;
    background: url(../image/house_group/icon-360.png) center no-repeat;
    width: 64px;
    height: 64px;
}
.box-icon-360:hover {
    cursor: pointer;
}
