@media screen and (min-width: 769px) and (max-width: 1920px) {
  .box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #998069;
    display: flex;
  }
  .box .Logo {
    height: 42px;
    position: absolute;
    top: 16px;
    left: 20px;
  }
  .box .Logo img {
    width: auto;
    height: 100%;
  }
  .box .Left {
    width: 287px;
    height: 100%;
    background-color: rgba(255, 230, 207, 0.23);
    background-color: #b19881;
    padding: 16px 16px 16px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 1s;
    margin-right: 9px;
  }
  .box .Left ::-webkit-scrollbar {
    display: none;
    width: 7px;
    height: 529px;
    background-color: #dfdfef;
    border-radius: 4px;
  }
  .box .Left ::-webkit-scrollbar-thumb {
    display: none;
    width: 3px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 2px;
  }
  .box .Left .logo {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(70, 54, 40, 0.4);
  }
  .box .Left .logo img {
    height: 42px;
    width: auto;
    max-width: 245px;
    display: block;
  }
  .box .Left .menu {
    width: 100%;
    margin-top: 13px;
    flex: 1;
    overflow-y: auto;
  }
  .box .Left .menu .menu-item {
    width: 100%;
  }
  .box .Left .menu .menu-item .menu-row {
    width: 100%;
    height: 42px;
    position: relative;
    line-height: 42px;
    padding: 0 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }
  .box .Left .menu .menu-item .menu-row img {
    width: 19px;
    height: 19px; /*auto;*/
    object-fit: contain;
    margin-right: 10px;
  }
  .box .Left .menu .menu-item .menu-row span {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #574535;
  }
  .box .Left .menu .menu-item .menu-row .arrow {
    width: 9px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -20%) rotate(180deg);
    transition: transform 0.2s;
  }
  .box .Left .menu .menu-item .menu-row.active .arrow {
    transform: translate(0, -20%);
  }
  .box .Left .menu .menu-item .menu-row.L2 {
    padding-left: 29px;
  }
  .box .Left .menu .menu-item .menu-row.L2 img {
    width: 18px;
    height: 18px; /*auto;*/
    object-fit: contain;
    margin-right: 9px;
  }
  .box .Left .menu .menu-item .menu-row.L2 span {
    font-size: 14px;
    line-height: 14px;
    color: #574535;
    font-weight: normal;
  }
  .box .Left .menu .menu-item .menu-row.L2.active {
    background-color: #dfdbd8;
    border-radius: 10px;
    border: solid 1px #f5f7fc;
  }
  .box .Left .menu .menu-item .L3 {
    width: 100%;
    height: auto;
    background-color: #dfdbd8;
    border-radius: 10px;
    border: solid 1px #f5f7fc;
    margin: 10px 0;
    min-height: 25px;
    padding: 15px 10px 15px 18px;
    max-height: min(50vh, 559px); /*559px*/
    display: flex;
    flex-direction: column;
  }
  .box .Left .menu .menu-item .L3 ::-webkit-scrollbar {
    display: block;
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 4px;
  }
  .box .Left .menu .menu-item .L3 ::-webkit-scrollbar-thumb {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #aeaaa7;
    border-radius: 2px;
  }
  .box .Left .menu .menu-item .L3 .Nothing {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-weight: bold;
  }
  .box .Left .menu .menu-item .L3 .title h6 {
    font-size: 16px;
    line-height: 16px;
  }
  .box .Left .menu .menu-item .L3 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
    flex: 1;
    min-height: auto;
    padding-right: 5px;
    overflow-y: auto;
  }
  .box .Left .menu .menu-item .L3 .list li {
    width: 47%;
    height: 120px;
    margin-bottom: 15px;
  }
  .box .Left .menu .menu-item .L3 .list li a {
    width: 100%;
    height: 100%;
  }
  .box .Left .menu .menu-item .L3 .list li a img {
    width: auto;
    height: 90px;
    margin: 0 auto;
    display: block;
  }
  .box .Left .menu .menu-item .L3 .list li a p {
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    text-align: center;
    font-weight: bold;
  }
  .box .Left .menu .menu-item .L3 .list li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .box .Left .menu .menu-item .L3 .list li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .box .Left .menu .menu-item .children {
    display: none;
  }
  .box .Left .menu .menu-item .children.show {
    display: block;
  }
  .box .Left .menu .menu-item .children.show.L3 {
    display: flex;
  }
  .box .Left .menu .menu-item .menu-item:nth-child(4) .menu-row.L2 img {
    padding: 0 1.5px;
  }
  .box .Left .Open {
    position: absolute;
    top: 79px;
    left: 100%;
    width: 12px;
    height: 26px;
    background-color: #b19881;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 99995;
    cursor: pointer;
  }
  .box .Left .close {
    position: absolute;
    top: 79px;
    right: 0;
    width: 12px;
    height: 26px;
    background-color: #998069;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99995;
    cursor: pointer;
  }
  .box .Left.Hidden {
    margin-left: -287px;
    margin-right: 0;
  }
  .box .Left.Hidden .Open {
    display: flex;
  }
  .box .Left.Hidden .close {
    display: none;
  }
  .box .Right {
    flex: 1;
    height: 100%;
    min-width: 0;
    padding: 69px 24px 37px;
    position: relative;
  }
  .box .Right ::-webkit-scrollbar {
    display: none;
    width: 7px;
    height: 529px;
    background-color: #dfdfef;
    border-radius: 4px;
  }
  .box .Right ::-webkit-scrollbar-thumb {
    display: none;
    width: 3px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 2px;
  }
  .box .Right .tip {
    position: absolute;
  }
  .box .Right .tip p {
    font-size: 14px;
    line-height: 14px;
    color: #3e2f1e;
  }
  .box .Right .tip1 {
    top: 27px;
    right: 26px;
  }
  .box .Right .tip2 {
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .box .Right .Scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border: solid 2px #f5f7fc;
    border-radius: 12px;
  }
  .box .Right .Scroll .Scene {
    /*width: 100%;
    height: 100%;
    min-width: 1570px;
    min-height: 960px;*/
    position: relative;
    width: fit-content;
    height: fit-content;
  }
  .box .Right .Scroll .Scene .Img {
    /*width: 100%;
    height: 100%;
    background-color: #fae4d7;
    border-radius: 10px;
    overflow: hidden;*/
    font-size: 0;
    width: fit-content;
    height: fit-content;
  }
  .box .Right .Scroll .Scene .Img img {
    /*width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;*/
    width: initial;
    height: initial;
  }
  .box .Right .Scroll .Scene .Label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Right .Scroll .Scene .Label li {
    position: absolute;
    width: 198px;
    height: 72px;
    /*border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;*/
  }
  .box .Right .Scroll .Scene .Label li .label-img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .label-title {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    width: auto;
    min-width: 65px;
    height: 20px;
    background-color: #fcfcfc;
    border-radius: 5px;
    border: solid 1px #f5f7fc;
    font-size: 14px;
    line-height: 18px;
    color: #3e2f1e;
    text-align: center;
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .popup {
    display: none;
    width: 213px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 100%;
    bottom: 50%;
    transform: translate(41px, 55%);
    padding: 20px 12px 17px;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99995;
  }
  .box .Right .Scroll .Scene .Label li .popup .closePopup {
    position: absolute;
    top: 7px;
    right: 8px;
    color: #3e2f1e;
    font-size: 18px;
    line-height: 12px;
  }
  .box .Right .Scroll .Scene .Label li .popup img {
    width: 100%;
    height: 65%;
    object-fit: contain;
    margin: 0 auto;
  }
  .box .Right .Scroll .Scene .Label li .popup p {
    font-size: 15px;
    line-height: 15px;
    color: #3e2f1e;
    text-align: center;
  }
  .box .Right .Scroll .Scene .Label li .popup button {
    width: 72px;
    height: 23px;
    background-color: #dfdbd8;
    border-radius: 5px;
    border: solid 1px #f5f7fc;
    outline: none;
    font-size: 12px;
    line-height: 12px;
    color: #3e2f1e;
    margin: 0 auto;
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .popup.show {
    display: flex;
  }
  .box .Right .Scroll .Scene .Label .dsg {
    top: 324px;
    right: 1343px;
  }
  .box .Right .Scroll .Scene .Label .dt {
    top: 859px;
    right: 1283px;
  }
  .box .Right .Scroll .Scene .Label .dt .popup {
    bottom: -10px;
    transform: translate(41px, 0);
  }
  .box .Right .Scroll .Scene .Label .sf1 {
    top: 667px;
    right: 1156px;
  }
  .box .Right .Scroll .Scene .Label .cj1 {
    top: 778px;
    right: 1112px;
  }
  .box .Right .Scroll .Scene .Label .cl {
    top: 472px;
    right: 1095px;
  }
  .box .Right .Scroll .Scene .Label .cl .label-title {
    background-color: #dfdbd8;
  }
  .box .Right .Scroll .Scene .Label .zd {
    top: 218px;
    right: 912px;
  }
  .box .Right .Scroll .Scene .Label .cj2 {
    top: 837px;
    right: 828px;
  }
  .box .Right .Scroll .Scene .Label .cj2 .popup {
    bottom: -10px;
    transform: translate(41px, 0);
  }
  .box .Right .Scroll .Scene .Label .ldd {
    top: 499px;
    right: 794px;
  }
  .box .Right .Scroll .Scene .Label .ldd .label-title {
    background-color: #dfdbd8;
  }
  .box .Right .Scroll .Scene .Label .sf2 {
    top: 670px;
    right: 714px;
  }
  .box .Right .Scroll .Scene .Label .bz {
    top: 630px;
    right: 850px;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .bz .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .bz .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .dd {
    top: 441px;
    right: 355px;
  }
  .box .Right .Scroll .Scene .Label .cz {
    width: 311px;
    top: 674px;
    right: 205px;
  }
  .box .Right .Scroll .Scene .Label .cz .popup {
    bottom: 100%;
    transform: translate(-100%, -25px);
  }
  .box .Right .Scroll .Scene .Label .cg {
    top: 296px;
    right: 132px;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .cg .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .cg .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .cg .popup {
    left: 0;
    transform: translate(-120%, 55%);
  }
  .box .Right .Scroll .Scene .Label .gny {
    top: 832px;
    right: 111px;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .gny .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .gny .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .gny .popup {
    left: 0;
    bottom: 100%;
    transform: translate(-50%, -15px);
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #998069;
    position: relative;
  }
  .box .Logo {
    height: 35px;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .box .Logo img {
    width: auto;
    height: 100%;
  }
  .box .Left {
    width: 287px;
    height: 100%;
    background-color: #b19881;
    padding: 16px 12px 16px 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 1s;
    margin-right: 9px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .box .Left ::-webkit-scrollbar {
    display: none;
    width: 7px;
    height: 529px;
    background-color: #dfdfef;
    border-radius: 4px;
  }
  .box .Left ::-webkit-scrollbar-thumb {
    display: none;
    width: 3px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 2px;
  }
  .box .Left .logo {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(70, 54, 40, 0.4);
  }
  .box .Left .logo img {
    height: 35px;
    width: auto;
    max-width: 255px;
    display: block;
  }
  .box .Left .menu {
    width: 100%;
    margin-top: 13px;
    flex: 1;
    overflow-y: auto;
  }
  .box .Left .menu .menu-item {
    width: 100%;
  }
  .box .Left .menu .menu-item .menu-row {
    width: 100%;
    height: 42px;
    position: relative;
    line-height: 42px;
    padding: 0 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }
  .box .Left .menu .menu-item .menu-row img {
    width: 16px;
    height: 16px; /*auto;*/
    object-fit: contain;
    margin-right: 10px;
  }
  .box .Left .menu .menu-item .menu-row span {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    color: #574535;
  }
  .box .Left .menu .menu-item .menu-row .arrow {
    width: 9px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -20%) rotate(180deg);
    transition: transform 0.2s;
  }
  .box .Left .menu .menu-item .menu-row.active .arrow {
    transform: translate(0, -20%);
  }
  .box .Left .menu .menu-item .menu-row.L2 {
    padding-left: 29px;
  }
  .box .Left .menu .menu-item .menu-row.L2 img {
    width: 18px;
    height: 18px; /*auto;*/
    object-fit: contain;
    margin-right: 9px;
  }
  .box .Left .menu .menu-item .menu-row.L2 span {
    font-size: 14px;
    line-height: 14px;
    color: #574535;
    font-weight: normal;
  }
  .box .Left .menu .menu-item .menu-row.L2.active {
    background-color: #dfdbd8;
    border-radius: 10px;
    border: solid 1px #f5f7fc;
  }
  .box .Left .menu .menu-item .L3 {
    width: 100%;
    height: auto;
    background-color: #dfdbd8;
    border-radius: 10px;
    border: solid 1px #f5f7fc;
    margin: 10px 0;
    min-height: 25px;
    padding: 15px 10px 15px 18px;
    max-height: min(50vh, 559px); /*559px*/
    display: flex;
    flex-direction: column;
  }
  .box .Left .menu .menu-item .L3 ::-webkit-scrollbar {
    display: block;
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 4px;
  }
  .box .Left .menu .menu-item .L3 ::-webkit-scrollbar-thumb {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #aeaaa7;
    border-radius: 2px;
  }
  .box .Left .menu .menu-item .L3 .Nothing {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-weight: bold;
  }
  .box .Left .menu .menu-item .L3 .title h6 {
    font-size: 16px;
    line-height: 16px;
  }
  .box .Left .menu .menu-item .L3 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
    flex: 1;
    min-height: auto;
    padding-right: 5px;
    overflow-y: auto;
  }
  .box .Left .menu .menu-item .L3 .list li {
    width: 47%;
    height: 120px;
    margin-bottom: 15px;
  }
  .box .Left .menu .menu-item .L3 .list li a {
    width: 100%;
    height: 100%;
  }
  .box .Left .menu .menu-item .L3 .list li a img {
    width: auto;
    height: 90px;
    margin: 0 auto;
    display: block;
  }
  .box .Left .menu .menu-item .L3 .list li a p {
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    text-align: center;
    font-weight: bold;
  }
  .box .Left .menu .menu-item .L3 .list li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .box .Left .menu .menu-item .L3 .list li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .box .Left .menu .menu-item .children {
    display: none;
  }
  .box .Left .menu .menu-item .children.show {
    display: block;
  }
  .box .Left .menu .menu-item .children.show.L3 {
    display: flex;
  }
  .box .Left .menu .menu-item .menu-item:nth-child(4) .menu-row.L2 img {
    padding: 0 1.5px;
  }
  .box .Left .Open {
    position: absolute;
    top: 79px;
    left: 100%;
    width: 12px;
    height: 26px;
    background-color: #b19881;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 99995;
    cursor: pointer;
  }
  .box .Left .close {
    position: absolute;
    top: 79px;
    right: 0;
    width: 12px;
    height: 26px;
    background-color: #998069;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99995;
    cursor: pointer;
  }
  .box .Left.Hidden {
    transform: translate(-100%, 0);
  }
  .box .Left.Hidden .Open {
    display: flex;
  }
  .box .Left.Hidden .close {
    display: none;
  }
  .box .Right {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 50px 15px 25px;
    position: relative;
  }
  .box .Right .tip {
    position: absolute;
  }
  .box .Right .tip p {
    font-size: 12px;
    line-height: 12px;
    color: #3e2f1e;
  }
  .box .Right .tip1 {
    top: 12px;
    right: 15px;
    display: none;
  }
  .box .Right .tip2 {
    bottom: 2vh;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .box .Right .Scroll {
    width: 100%;
    height: 87vh;
    overflow-y: auto;
    overflow-x: auto;
    border: solid 1px #f5f7fc;
    border-radius: 12px;
    margin-top: 1vh;
  }
  .box .Right .Scroll .Scene {
    width: 142vh;
    height: 87vh;
    min-width: 946px;
    min-height: 580px;
    position: relative;
  }
  .box .Right .Scroll .Scene .Img {
    width: 100%;
    height: 100%;
    background-color: #fae4d7;
    border-radius: 10px;
    overflow: hidden;
  }
  .box .Right .Scroll .Scene .Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
  }
  .box .Right .Scroll .Scene .Label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Right .Scroll .Scene .Label li {
    position: absolute;
    width: 17.94375vh;
    height: 6.525vh;
    /*border-top: 1px solid #ffffff;*/
    /*border-right: 1px solid #ffffff;*/
  }
  .box .Right .Scroll .Scene .Label li .label-img {
    width: 37px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .label-title {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    width: auto;
    min-width: 55px;
    height: 18px;
    background-color: #fcfcfc;
    border-radius: 5px;
    border: solid 1px #f5f7fc;
    font-size: 12px;
    line-height: 16px;
    color: #3e2f1e;
    text-align: center;
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .popup {
    display: none;
    width: 19.303125vh;
    height: 21.75vh;
    background-color: #ffffff;
    border-radius: 0.90625vh;
    position: absolute;
    left: 100%;
    bottom: 50%;
    transform: translate(35px, 55%);
    padding: 1.8125vh 1.0875vh 1.540625vh;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99995;
  }
  .box .Right .Scroll .Scene .Label li .popup .closePopup {
    position: absolute;
    top: 0.634375vh;
    right: 0.725vh;
    color: #3e2f1e;
    font-size: 14px;
    line-height: 10px;
  }
  .box .Right .Scroll .Scene .Label li .popup img {
    width: 100%;
    height: 65%;
    object-fit: contain;
    margin: 0 auto;
  }
  .box .Right .Scroll .Scene .Label li .popup p {
    font-size: 1.359375vh;
    line-height: 1.359375vh;
    color: #3e2f1e;
    text-align: center;
  }
  .box .Right .Scroll .Scene .Label li .popup button {
    width: 6.525vh;
    height: 2.084375vh;
    background-color: #dfdbd8;
    border-radius: 0.453125vh;
    border: solid 0.090625vh #f5f7fc;
    outline: none;
    font-size: 1.0875vh;
    line-height: 1.0875vh;
    color: #3e2f1e;
    margin: 0 auto;
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .popup.show {
    display: flex;
  }
  .box .Right .Scroll .Scene .Label .dsg {
    top: 29.3625vh;
    right: 121.709375vh;
  }
  .box .Right .Scroll .Scene .Label .dt {
    top: 77.846875vh;
    right: 116.271875vh;
  }
  .box .Right .Scroll .Scene .Label .dt .popup {
    bottom: -7px;
    transform: translate(35px, 0);
  }
  .box .Right .Scroll .Scene .Label .sf1 {
    top: 60.446875vh;
    right: 104.7625vh;
  }
  .box .Right .Scroll .Scene .Label .cj1 {
    top: 70.50625vh;
    right: 100.775vh;
  }
  .box .Right .Scroll .Scene .Label .cl {
    top: 42.775vh;
    right: 99.234375vh;
  }
  .box .Right .Scroll .Scene .Label .cl .label-title {
    background-color: #dfdbd8;
  }
  .box .Right .Scroll .Scene .Label .zd {
    top: 19.75625vh;
    right: 82.65vh;
  }
  .box .Right .Scroll .Scene .Label .cj2 {
    top: 75.853125vh;
    right: 75.0375vh;
  }
  .box .Right .Scroll .Scene .Label .cj2 .popup {
    bottom: -7px;
    transform: translate(35px, 0);
  }
  .box .Right .Scroll .Scene .Label .ldd {
    top: 45.221875vh;
    right: 71.95625vh;
  }
  .box .Right .Scroll .Scene .Label .ldd .label-title {
    background-color: #dfdbd8;
  }
  .box .Right .Scroll .Scene .Label .sf2 {
    top: 60.71875vh;
    right: 64.70625vh;
  }
  .box .Right .Scroll .Scene .Label .bz {
    top: 57.09375vh;
    right: 77.03125vh;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .bz .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .bz .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .dd {
    top: 39.965625vh;
    right: 32.171875vh;
  }
  .box .Right .Scroll .Scene .Label .cz {
    width: 28.184375vh;
    top: 61.08125vh;
    right: 18.578125vh;
  }
  .box .Right .Scroll .Scene .Label .cz .popup {
    bottom: 100%;
    transform: translate(-100%, -10px);
  }
  .box .Right .Scroll .Scene .Label .cg {
    top: 26.825vh;
    right: 11.9625vh;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .cg .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .cg .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .cg .popup {
    left: 0;
    transform: translate(-125%, 55%);
  }
  .box .Right .Scroll .Scene .Label .gny {
    top: 75.4vh;
    right: 10.059375vh;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .gny .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .gny .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .gny .popup {
    left: 0;
    bottom: 100%;
    transform: translate(-50%, -10px);
  }
}
@media screen and (min-width: 1921px) {
  .box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #998069;
    display: flex;
  }
  .box .Logo {
    height: 42px;
    position: absolute;
    top: 16px;
    left: 20px;
  }
  .box .Logo img {
    width: auto;
    height: 100%;
  }
  .box .Left {
    width: 350px;
    height: 100%;
    background-color: rgba(255, 230, 207, 0.23);
    background-color: #b19881;
    padding: 16px 16px 16px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 1s;
    margin-right: 9px;
  }
  .box .Left ::-webkit-scrollbar {
    display: none;
    width: 7px;
    height: 529px;
    background-color: #dfdfef;
    border-radius: 4px;
  }
  .box .Left ::-webkit-scrollbar-thumb {
    display: none;
    width: 3px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 2px;
  }
  .box .Left .logo {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(70, 54, 40, 0.4);
  }
  .box .Left .logo img {
    height: 42px;
    width: auto;
    max-width: 245px;
    display: block;
  }
  .box .Left .menu {
    width: 100%;
    margin-top: 13px;
    flex: 1;
    overflow-y: auto;
  }
  .box .Left .menu .menu-item {
    width: 100%;
  }
  .box .Left .menu .menu-item .menu-row {
    width: 100%;
    height: 42px;
    position: relative;
    line-height: 42px;
    padding: 0 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }
  .box .Left .menu .menu-item .menu-row img {
    width: 19px;
    height: 19px; /*auto;*/
    object-fit: contain;
    margin-right: 10px;
  }
  .box .Left .menu .menu-item .menu-row span {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #574535;
  }
  .box .Left .menu .menu-item .menu-row .arrow {
    width: 9px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -20%) rotate(180deg);
    transition: transform 0.2s;
    display: block !important;
  }
  .box .Left .menu .menu-item .menu-row.active .arrow {
    transform: translate(0, -20%);
  }
  .box .Left .menu .menu-item .menu-row.L2 {
    padding-left: 29px;
  }
  .box .Left .menu .menu-item .menu-row.L2 img {
    width: 18px;
    height: 18px; /*auto;*/
    object-fit: contain;
    margin-right: 9px;
  }
  .box .Left .menu .menu-item .menu-row.L2 span {
    font-size: 14px;
    line-height: 14px;
    color: #574535;
    font-weight: normal;
  }
  .box .Left .menu .menu-item .menu-row.L2.active {
    background-color: #dfdbd8;
    border-radius: 10px;
    border: solid 1px #f5f7fc;
  }
  .box .Left .menu .menu-item .L3 {
    width: 100%;
    height: auto;
    background-color: #dfdbd8;
    border-radius: 10px;
    border: solid 1px #f5f7fc;
    margin: 10px 0;
    min-height: 25px;
    padding: 15px 10px 15px 18px;
    max-height: min(50vh, 559px); /*559px*/
    display: flex;
    flex-direction: column;
  }
  .box .Left .menu .menu-item .L3 ::-webkit-scrollbar {
    display: block;
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-radius: 4px;
  }
  .box .Left .menu .menu-item .L3 ::-webkit-scrollbar-thumb {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #aeaaa7;
    border-radius: 2px;
  }
  .box .Left .menu .menu-item .L3 .Nothing {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-weight: bold;
  }
  .box .Left .menu .menu-item .L3 .title h6 {
    font-size: 16px;
    line-height: 16px;
  }
  .box .Left .menu .menu-item .L3 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
    flex: 1;
    min-height: auto;
    padding-right: 5px;
    overflow-y: auto;
  }
  .box .Left .menu .menu-item .L3 .list li {
    width: 47%;
    height: 120px;
    margin-bottom: 15px;
  }
  .box .Left .menu .menu-item .L3 .list li a {
    width: 100%;
    height: 100%;
  }
  .box .Left .menu .menu-item .L3 .list li a img {
    width: auto;
    height: 90px;
    margin: 0 auto;
    display: block;
  }
  .box .Left .menu .menu-item .L3 .list li a p {
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    text-align: center;
    font-weight: bold;
  }
  .box .Left .menu .menu-item .L3 .list li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .box .Left .menu .menu-item .L3 .list li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .box .Left .menu .menu-item .children {
    display: none;
  }
  .box .Left .menu .menu-item .children.show {
    display: block;
  }
  .box .Left .menu .menu-item .children.show.L3 {
    display: flex;
  }
  .box .Left .menu .menu-item .menu-item:nth-child(4) .menu-row.L2 img {
    padding: 0 1.5px;
  }
  .box .Left .Open {
    position: absolute;
    top: 79px;
    left: 100%;
    width: 12px;
    height: 26px;
    background-color: #b19881;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 99995;
    cursor: pointer;
  }
  .box .Left .close {
    position: absolute;
    top: 79px;
    right: 0;
    width: 12px;
    height: 26px;
    background-color: #998069;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99995;
    cursor: pointer;
  }
  .box .Left.Hidden {
    margin-left: -350px;
    margin-right: 0;
  }
  .box .Left.Hidden .Open {
    display: flex;
  }
  .box .Left.Hidden .close {
    display: none;
  }
  .box .Right {
    width: 100%;
    height: 100%;
    padding: 50px 25px 25px;
    position: relative;
    flex: 1;
    min-width: 0;
  }
  .box .Right ::-webkit-scrollbar {
    display: none;
    width: 7px;
    height: 529px;
    background-color: #dfdfef;
    border-radius: 4px;
  }
  .box .Right ::-webkit-scrollbar-thumb {
    display: none;
    width: 3px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 2px;
  }
  .box .Right .tip {
    position: absolute;
  }
  .box .Right .tip p {
    font-size: 14px;
    line-height: 14px;
    color: #3e2f1e;
  }
  .box .Right .tip1 {
    top: 27px;
    right: 26px;
  }
  .box .Right .tip2 {
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .box .Right .Scroll {
    width: 100%;
    height: 87vh;
    overflow-y: auto;
    overflow-x: auto;
    border: solid 1px #f5f7fc;
    border-radius: 12px;
    margin-top: 1vh;
    max-width: 167vh;
    margin: 2vh auto;
  }
  .box .Right .Scroll .Scene {
    width: 100%;
    height: 87vh;
    min-width: 946px;
    min-height: 580px;
    position: relative;
  }
  .box .Right .Scroll .Scene .Img {
    width: 100%;
    height: 100%;
    background-color: #fae4d7;
    border-radius: 10px;
    overflow: hidden;
  }
  .box .Right .Scroll .Scene .Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
  }
  .box .Right .Scroll .Scene .Label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Right .Scroll .Scene .Label li {
    position: absolute;
    width: 17.94375vh;
    height: 6.525vh;
    /*border-top: 1px solid #ffffff;*/
    /*border-right: 1px solid #ffffff;*/
  }
  .box .Right .Scroll .Scene .Label li .label-img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .label-title {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    width: auto;
    min-width: 65px;
    height: 20px;
    background-color: #fcfcfc;
    border-radius: 5px;
    border: solid 1px #f5f7fc;
    font-size: 14px;
    line-height: 18px;
    color: #3e2f1e;
    text-align: center;
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .popup {
    display: none;
    width: 213px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 100%;
    bottom: 50%;
    transform: translate(41px, 55%);
    padding: 20px 12px 17px;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99995;
  }
  .box .Right .Scroll .Scene .Label li .popup .closePopup {
    position: absolute;
    top: 7px;
    right: 8px;
    color: #3e2f1e;
    font-size: 18px;
    line-height: 12px;
  }
  .box .Right .Scroll .Scene .Label li .popup img {
    width: 100%;
    height: 65%;
    object-fit: contain;
    margin: 0 auto;
  }
  .box .Right .Scroll .Scene .Label li .popup p {
    font-size: 15px;
    line-height: 15px;
    color: #3e2f1e;
    text-align: center;
  }
  .box .Right .Scroll .Scene .Label li .popup button {
    width: 72px;
    height: 23px;
    background-color: #dfdbd8;
    border-radius: 5px;
    border: solid 1px #f5f7fc;
    outline: none;
    font-size: 12px;
    line-height: 12px;
    color: #3e2f1e;
    margin: 0 auto;
    cursor: pointer;
  }
  .box .Right .Scroll .Scene .Label li .popup.show {
    display: flex;
  }
  .box .Right .Scroll .Scene .Label .dsg {
    top: 29.3625vh;
    right: 121.709375vh;
  }
  .box .Right .Scroll .Scene .Label .dt {
    top: 77.846875vh;
    right: 116.271875vh;
  }
  .box .Right .Scroll .Scene .Label .dt .popup {
    bottom: -7px;
    transform: translate(35px, 0);
  }
  .box .Right .Scroll .Scene .Label .sf1 {
    top: 60.446875vh;
    right: 104.7625vh;
  }
  .box .Right .Scroll .Scene .Label .cj1 {
    top: 70.50625vh;
    right: 100.775vh;
  }
  .box .Right .Scroll .Scene .Label .cl {
    top: 42.775vh;
    right: 99.234375vh;
  }
  .box .Right .Scroll .Scene .Label .cl .label-title {
    background-color: #dfdbd8;
  }
  .box .Right .Scroll .Scene .Label .zd {
    top: 19.75625vh;
    right: 82.65vh;
  }
  .box .Right .Scroll .Scene .Label .cj2 {
    top: 75.853125vh;
    right: 75.0375vh;
  }
  .box .Right .Scroll .Scene .Label .cj2 .popup {
    bottom: -7px;
    transform: translate(35px, 0);
  }
  .box .Right .Scroll .Scene .Label .ldd {
    top: 45.221875vh;
    right: 71.95625vh;
  }
  .box .Right .Scroll .Scene .Label .ldd .label-title {
    background-color: #dfdbd8;
  }
  .box .Right .Scroll .Scene .Label .sf2 {
    top: 60.71875vh;
    right: 64.70625vh;
  }
  .box .Right .Scroll .Scene .Label .bz {
    top: 57.09375vh;
    right: 77.03125vh;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .bz .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .bz .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .dd {
    top: 39.965625vh;
    right: 32.171875vh;
  }
  .box .Right .Scroll .Scene .Label .cz {
    width: 28.184375vh;
    top: 61.08125vh;
    right: 18.578125vh;
  }
  .box .Right .Scroll .Scene .Label .cz .popup {
    bottom: 100%;
    transform: translate(-100%, -10px);
  }
  .box .Right .Scroll .Scene .Label .cg {
    top: 26.825vh;
    right: 11.9625vh;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .cg .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .cg .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .cg .popup {
    left: 0;
    transform: translate(-125%, 55%);
  }
  .box .Right .Scroll .Scene .Label .gny {
    top: 75.4vh;
    right: 10.059375vh;
    border-right: none;
    border-left: 1px solid #ffffff;
  }
  .box .Right .Scroll .Scene .Label .gny .label-img {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .box .Right .Scroll .Scene .Label .gny .label-title {
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box .Right .Scroll .Scene .Label .gny .popup {
    left: 0;
    bottom: 100%;
    transform: translate(-50%, -10px);
  }
}
