* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.container {
    width: 1240px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
}

.boot {
    position: relative;
}

.fs-horizontal:before {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    height: 6px;
    width: 0;
    transition: width 0.2s 0.7s linear;
    top: 0;
    left: 0;
}

.boot:hover .fs-horizontal:before,
.boot.active .fs-horizontal:before {
    width: 100%;
    transition-delay: 0.1s;
}

.fs-horizontal:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    height: 6px;
    width: 0;
    transition: width 0.2s 0.3s linear;
    bottom: 0;
    right: 0;
}

.boot:hover .fs-horizontal:after,
.boot.active .fs-horizontal:after {
    width: 100%;
    transition-delay: 0.5s;
}

.fs-vertical:before {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    width: 6px;
    height: 0;
    transition: height 0.2s 0.5s linear;
    top: 0;
    right: 0;
}

.boot:hover .fs-vertical:before,
.boot.active .fs-vertical:before {
    height: 100%;
    transition-delay: 0.3s;
}

.fs-vertical:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    width: 6px;
    height: 0;
    transition: height 0.2s 0.1s linear;
    bottom: 0;
    left: 0;
}

.boot:hover .fs-vertical:after,
.boot.active .fs-vertical:after {
    height: 100%;
    transition-delay: 0.7s;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    padding-top: 17px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #e2e2e2;
    z-index: 99;
}

.top .toindex {
    float: left;
    color: #666666;
}

.top .toindex:hover {
    color: #8d624e;
}

.top .back {
    float: right;
    color: #666666;
}

.top .back:hover {
    color: #8d624e;
}

.top .logo {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
}

.menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    z-index: 99;
}

.menu .menu_s {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 50px;
    color: #666666;
    padding: 0 40px;
    cursor: pointer;
}

.menu .menu_s:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8b604c;
    transition: .6s;
}

.menu .menu_s:hover {
    color: #8d624e;
}

.menu .menu_s:hover:after {
    width: 100%;
}

.menu .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.menu .dropdown .catalog {
    font-size: 0;
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
}

.menu .dropdown .catalog .cata {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 50px;
    color: #666666;
    margin: 0 20px;
    transition: .6s;
    cursor: pointer;
}

.menu .dropdown .catalog .cata.active {
    color: #8b604c;
    font-weight: bold;
}

.menu .dropdown .catalog .cata:hover {
    color: #8b604c;
}

.menu .dropdown .scene_list {
    padding: 40px 0;
}

.menu .dropdown .scene_list .list {
    display: none;
}

.menu .dropdown .scene_list .list.active {
    display: block;
}

.menu .dropdown .scene_list .list .scene_swp {
    padding: 0 40px;
    --swiper-theme-color: #906754;
}

.menu .dropdown .scene_list .list .scene_swp .s_prev {
    left: 0 !important;
}

.menu .dropdown .scene_list .list .scene_swp .s_next {
    right: 0 !important;
}

.menu .dropdown .scene_list .list .scene_swp .scene {
    width: 153.33333px !important;
    height: 153.33333px !important;
    margin-right: 40px;
    cursor: pointer;
    background-color: rgba(139, 96, 76, 0.6);
}

.menu .dropdown .scene_list .list .scene_swp .scene.active {
    border: 6px solid rgba(139, 96, 76, 0.6);
}

.menu .dropdown .scene_list .list .scene_swp .scene img {
    width: 100%;
    height: 100%;
}

.product_type_list {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
}

.product_type_list .item {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
    margin: 0 50px;
    cursor: pointer;
}

.product_type_list .item .icon {
    position: relative;
    width: 50px;
    height: 50px;
}

.product_type_list .item .icon .selected {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .6s;
}

.product_type_list .item .icon .unselected {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .6s;
}

.product_type_list .item.active .icon .selected {
    opacity: 1;
}

.product_type_list .item.active .icon .unselected {
    opacity: 0;
}

.product_type_list .item p {
    font-size: 16px;
    color: #5b5b5b;
    text-align: center;
    margin-top: 16px;
    transition: .6s;
}

.product_type_list .item.active p {
    color: #8b604c;
}

.xilie_list {
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
}

.xilie_list .list {
    display: none;
    text-align: center;
    padding: 18px 20px 0;
    overflow: auto;
}

.xilie_list .list.active {
    display: block;
}

.xilie_list .list .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #5b5b5b;
    margin: 0 25px 18px;
    cursor: pointer;
}

.xilie_list .list .item.active {
    color: #8b604c;
}

.xilie_list .list .item:hover {
    color: #8b604c;
}

.floor_swp_list {
    padding: 40px 0;
}

.floor_swp_list .list {
    display: none;
}

.floor_swp_list .list.active {
    display: block;
}

.floor_swp {
    padding: 0 40px;
    --swiper-theme-color: #906754;
}

.floor_swp .floor {
    width: 153.33333px !important;
    margin-right: 40px;
    cursor: pointer;
    background-color: #ffffff;
}

.floor_swp .floor .img {
    position: relative;
    font-size: 0;
}

.floor_swp .floor .img img {
    width: 100%;
    height: 153.33333px !important;
}

.floor_swp .floor .name {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #575757;
}

.floor_swp .floor:hover .name {
    background-color: #8b604c;
    color: #ffffff;
}

.floor_swp .floor.active .name {
    background-color: #8b604c;
    color: #ffffff;
}

.floor_swp .f_prev {
    left: 0 !important;
}

.floor_swp .f_next {
    right: 0 !important;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    padding: 8px 0;
    z-index: 99;
}

.bottom .select {
    float: left;
}

.bottom .select.lay {
    margin-left: 67px;
}

.bottom .select span {
    color: #707070;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
}

.bottom .select .list {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.bottom .select .list .ag {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin-right: 10px;
}

.bottom .select .list .ag:last-child {
    margin-right: 0;
}

.bottom .select .list .ag img {
    width: 100%;
    height: 100%;
}

.bottom .select .list .ag img.b {
    display: none;
}

.bottom .select .list .ag img.g {
    display: block;
}

.bottom .select .list .ag.active img.b {
    display: block;
}

.bottom .select .list .ag.active img.g {
    display: none;
}

.bottom .function {
    float: right;
}

.bottom .function .item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
    font-size: 0;
}

.bottom .function .item span {
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    line-height: 34px;
    font-size: 14px;
}

.bottom .function .item .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #e6e6e6;
    margin-left: 10px;
}

.bottom .function .item .icon img {
    width: 55%;
}

.body {
    position: relative;
    margin-top: 130px;
    background-color: #666666;
}

.body .img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.body .img img#cur_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: initial !important;
    max-height: initial !important;
    width: 100%;
    object-fit: cover;
}

.body .img .edit {
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    bottom: 20%;
    margin: auto;
    cursor: pointer;
}

.body .img .edit img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.body .img .edit img.liang {
    display: none;
}

.body .img .edit:hover img.an {
    display: none;
}

.body .img .edit:hover img.liang {
    display: block;
}

.body .split-pane {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
    overflow: hidden;
}

.body .split-pane img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: initial !important;
    max-height: initial !important;
    width: 100%;
    object-fit: cover;
}

.body .split-pane-divider-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
}

.body .split-pane-divider-container .tips {
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 150px;
    padding: 10px 15px;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    cursor: pointer;
}

.body .split-pane-divider {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-image: url('../images/gallery/divider.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: col-resize;
}

.body .zoom-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    overflow: auto;
    background-color: #666666;
    font-size: 0;
    padding-bottom: 16px;
}

.body * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.body .zoom-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.body .zoom-container::-webkit-scrollbar-track {
    background: transparent;
}

.body .zoom-container::-webkit-scrollbar-thumb {
    background: #8d624e;
}

.body .zoom-container::-webkit-scrollbar-thumb:hover {
    background: #af826d;
}

.body .zoom-container::-webkit-scrollbar-button {
    display: none;
}

.body .zoom-container .zoom-pic {
    display: block;
    width: calc(2 * 100%);
    max-width: initial !important;
    max-height: initial !important;
    font-size: 0;
    z-index: 9;
}

.body .zoom-container .zoom-box {
    position: fixed;
    left: 80px;
    top: 60px;
    background-color: #666666;
    border: 3px solid #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
    font-size: 0;
}

.body .zoom-container .zoom-box img {
    width: 280px;
    z-index: 1;
}

.body .zoom-container .zoom-box .drag-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: calc(100% / 2);
    background-color: #202020;
    opacity: 0.5;
    cursor: move;
    z-index: 2;
}

.body .zoom-container .zoom-exit {
    position: fixed;
    right: 60px;
    top: 60px;
    max-width: 150px;
    padding: 8px 15px;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    z-index: 9;
}

.body .share-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    overflow: hidden;
    font-size: 0;
}

.body .share-box {
    position: absolute;
    width: 380px;
    left: 0;
    right: 0;
    top: 10%;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 2;
}

.body .share-box .close {
    position: absolute;
    left: 100%;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #8b604c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.body .share-box .close img {
    width: 20px;
}

.body .share-box .close:hover {
    background-color: #a7755e;
}

.body .share-box .s-top {
    padding: 10px 0;
    border-bottom: 1px solid #d3d3d3;
}

.body .share-box .s-top img {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.body .share-box .middle {
    position: relative;
    border-bottom: 1px solid #d3d3d3;
}

.body .share-box .middle .share_swp {}

.body .share-box .middle .share_swp .pic {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.body .share-box .middle .share_prev,
.body .share-box .middle .share_next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: rgba(114, 114, 114, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    outline: 0 none;
    border: none;
    cursor: pointer;
}

.body .share-box .middle .share_prev {
    left: 0;
}

.body .share-box .middle .share_next {
    right: 0;
}

.body .share-box .share_name {
    padding: 15px 0;
    font-size: 18px;
    color: #575757;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    letter-spacing: .02em;
}

.body .share-box .share_bottom {
    padding: 15px 20px 25px;
}

.body .share-box .share_bottom .qrcode {
    display: block;
    width: 65px;
    margin: 0 auto;
}

.body .share-box .share_bottom p {
    font-size: 14px;
    color: #646464;
    line-height: 1.4;
    text-align: center;
}

.body .share-box .share_bottom .save_img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 118px;
    background-color: #8b604c;
    cursor: pointer;
    margin: 14px auto;
    border-radius: 1000px;
}

.body .share-box .share_bottom .save_img span {
    font-size: 14px;
    color: #ffffff;
}

.body .share-box .share_bottom .save_img img {
    width: 12px;
    margin-left: 12px;
}

.body .share-box .share_bottom .save_img:hover {
    background-color: #a7755e;
}

.loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.meng {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.loading .ld_ct {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.alertnew {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.alertnew .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.exit_fullscreen {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
}

@media(max-width:768px) {
    .menu .dropdown .scene_list .list .scene_swp .scene {
        width: 80px !important;
        height: 80px !important;
    }
    .menu .dropdown .catalog {
        height: auto;
    }
    .menu .dropdown .scene_list .list .scene_swp .scene.active {
        border: 2px solid #000;
    }
    .product_type_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .product_type_list .item {
        margin: 10px;
    }
    .xilie_list .list .item {
        margin: 0 12px 15px;
    }
    .top .logo {
        width: 100px;
    }
    .top {
        position: relative;
        height: 55px;
    }
    .menu {
        position: relative;
        top: 0;
        height: 40px;
    }
    .body {
        margin-top: 0;
    }
    .bottom {
        position: relative;
        height: auto;
    }
    .bottom .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .bottom .function {
        /* display: flex; */
        margin-top: 10px;
        display: none;
    }
    .bottom .function .item {
        margin-left: 0;
        margin-right: 5px;
    }
    /* new */
    .menu .menu_s {
        line-height: 40px;
        font-size: 14px;
    }
    body>a {
        font-size: 0;
        padding: 0;
        margin: 0;
    }
    .product_type_list .item p {
        font-size: 12px;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .product_type_list {
        flex-wrap: nowrap;
        overflow: auto;
        padding: 16px 0;
    }
    .product_type_list .item {
        margin: 0 16px;
        min-width: 80px;
    }
    .xilie_list .list {
        padding: 12px 0 0;
        text-align: left;
        white-space: nowrap;
    }
    .xilie_list .list .item {
        margin: 0 10px 10px;
    }
    .floor_swp_list {
        padding: 16px 0;
    }
    .floor_swp .floor {
        width: 90px !important;
        margin-right: 16px !important;
    }
    .floor_swp .floor .img img {
        height: 90px !important;
    }
    .floor_swp .floor .name {
        font-size: 12px;
    }
    .floor_swp {
        padding: 0;
    }
    .floor_swp .swiper-wrapper {
        overflow: auto;
    }
    .floor_swp .floor {
        margin: 0;
    }
    .floor_swp .floor:first-child {
        margin-left: 24px !important;
    }
    .floor_swp .floor:last-child {
        margin-right: 24px !important;
    }
    .floor_swp .f_prev {
        display: none;
    }
    .floor_swp .f_next {
        display: none;
    }
    .floor_swp .floor .name {
        line-height: 1.4;
        padding: 5px 0;
    }
    .menu .menu_s:hover:after {
        width: 0;
    }
    .bottom .select {
        float: left;
        padding: 0 10px;
    }
    .body .img img#cur_img {
        object-fit: cover;
    }
    .bottom .function {
        display: flex;
        padding: 0 10px;
    }
    .bottom .function .item {
        margin-right: 20px;
    }
    .bottom .function .item:nth-child(2) {
        display: none;
    }
    /* .bottom .function .item:nth-child(4) {
        display: none;
    } */
    .body .share-box {
        width: 80%;
        top: 6%;
    }
    .body .share-box .middle .share_swp .pic {
        height: 300px;
    }
    .body .share-box .close {
        position: absolute;
        left: initial;
        right: 0;
        top: 0;
        width: 54.75px;
        height: 54.75px;
    }
    .body .share-box .share_bottom .save_img {
        display: none !important;
    }
    .body .share-box .middle .share_swp .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}