@media screen and (min-width: 980px) {
  .body {
    min-width: 1280px;
    max-width: 100%;
    min-height: 100vh;
    max-height: 100%;
    background: url("/static/img/produceBG1.jpg") top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .mainbody {
    width: 1280px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
    position: relative;
  }

  .nav-top {
    width: 100%;
    height: 80px;
    margin-top: 24px;
    display: flex;
    gap: 24px;
  }

  .nav-top .nav-top-item {
    width: 342px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid white;
    border-radius: 8px;
    padding: 20px 48px;
    display: flex;
    gap: 12px;
    cursor: pointer;
    opacity: .8;
  }

  .nav-top .nav-top-item.active {
    background: #FFFFFF;
    border: 1px solid white;
    opacity: 1;
  }

  .nav-top .nav-top-item.active .item-info p:nth-child(1) {
    font-weight: bold;
  }

  .nav-top .nav-top-item img {
    width: 40px;
    height: 40px;
  }

  .nav-top .nav-top-item .item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .nav-top .nav-top-item .item-info p:nth-child(1) {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
  }

  .nav-top .nav-top-item .item-info p:nth-child(2) {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 12px;
  }

  .nav-top .nav-top-item:hover {
    opacity: 1;
  }

  .content {
    width: 100%;
    min-height: 75vh;
    max-height: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 50px;
  }

  .subBtnbox {
    width: 344px;
    height: 48px;
    display: flex;
    gap: 24px;
  }

  .subBtnbox button {
    width: 160px;
    height: 48px;
    border-radius: 12px;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .subBtnbox button:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
  }

  /* instruction */
  .contentbox {
    width: 100%;
    min-height: 74vh;
    max-height: 100%;
    padding: 12px 12px;
    border: 0.01px solid rgba(200, 200, 200, 0.01);
    display: flex;
    gap: 8px;
  }

  .title-list {
    width: 280px;
    height: 100%;
    padding-right: 4px;
  }

  .title-list .titleBox {
    height: 100%;
  }

  .title-list .title-item {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    background: #F5F8FB;
    padding: 12px 12px;
    font-size: 14px;
    color: #444444;
    display: flex;
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    cursor: pointer;
  }

  .title-list .title-item .label {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .title-list .title-item:hover>.delDomain {
    display: block;
  }

  .title-list .title-item:hover {
    color: var(--el-color-primary);
  }

  .titlesa {
    font-size: 16px;
    margin-bottom: 18px;
    color: #333333;
    opacity: .8;
  }

  .isActive {
    background-color: #5F80FF !important;
    color: #FFFFFF !important;
    font-weight: bold;
  }

  .tinymce {
    width: 960px;
    min-height: 70vh;
    max-height: 100%;
    padding: revert;
  }

  .tinymce div ol {
    padding: revert !important;
  }

  .tinymce div::-webkit-scrollbar {
    width: 1px;
  }

  .el-tree-node__content {
    font-size: 13px;
    color: #000;
    opacity: .6;
    height: 40px;
  }

  .title-Menu{
    width:100%;
    min-height:40px;
    max-height: 100%;
    position:relative;
    font-size: 13px;
    color: #000;
    opacity: .6;
    cursor: pointer;
  }

  .title-subMenu{
    display: none;
  }
  
  .beforeIcon {
    max-width: 100%;
    height:40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .beforeIcon:hover{
    background-color:#f5f7fa;
  }

  .el-tree-node__content .is-leaf {
    display: none;
  }

  .beforeIcon::before {
    content: '•';
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #a8abb2;
    
  }
  .title-MenuInfo{
    width: 100%;
    position: relative;
  }
  .beforeIcon.un{
    padding-left: 26px;
  }
  .beforeIcon.un::before {
    content: '';
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    width: 0;
    height: 0;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid #a8abb2;
    border-bottom: 4px solid transparent;
  }

  .beforeIcon.checked{
    background-color: #e3dfdf
  }

  .title-Menu:has(.beforeIcon.un.checked) .title-subMenu{
    display: block;
  }

  .title-subMenu:has(.beforeIcon.checked){
    display: block;
  }

  .title-MenuInfo:has(.beforeIcon.checked)::after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #5F80FF;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top:50%;
    transform: translateY(-50%);
  }

  .contentbox1 {
    height: 100%;
    padding: 0 48px;
    border: 0.01px solid rgba(200, 200, 200, 0.01);
    position: relative;
  }


  .contentbox2 {
    min-height: 72vh;
    max-height: 100%;
    padding: 32px 32px;
    border: 0.01px solid rgba(200, 200, 200, 0.01);
    position: relative;
  }

  .logtitle {
    height: 28px;
    font-family: PingFangSC-large;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    line-height: 28px;
    margin-top: 24px;
    text-align: left;
  }

  .logsline {
    min-height: 20vh;
    max-height: 100%;
    margin-top: 27px;
    padding-left: 115px;
    text-align: left;
    position: relative;
  }

  .logtime {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -110px;
    display: flex;
    gap: 40px;
  }

  .logtime p {
    width: 100px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .colors {
    color: #999999;
  }

  .log {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    white-space: pre-wrap;
  }

  .margin {
    margin-top: 2px;
  }

  .titletip {
    font-family: PingFangSC-large;
    font-size: 12px;
    color: #333333;
    font-weight: 500;
    margin-top: 16px;
  }

  .el-timeline-item__tail {
    border-left: 1px solid #e0e0e0;
  }

  .el-timeline-item__node {
    background-color: #ffffff;
    border: 1px solid #4c8fff;
  }

  .el-timeline-item__node::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4C8FFF;
  }

  .sysbox {
    height: 40px;
    display: flex;
    gap: 24px;
  }

  .sysbtn {
    width: 120px;
    height: 40px;
    background: #E1ECFF;
    border-radius: 6px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
  }

  .sysbtn:hover {
    color: #4C8FFF;
  }

  #select {
    background: #4C8FFF;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
  }

  #select::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6px solid var(--el-color-primary);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

  .logtitile {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    margin-top: 28px;
    border: 1px solid rgba(255, 255, 255, 0);
  }

  .logBtn {
    position: absolute;
    top: -5px;
    right: 5vw;
    width: 110px;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
  }

  .el-timeline-item__timestamp.is-bottom {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 8px;
  }

  .el-timeline-item {
    padding-bottom: 40px;
  }

  .el-timeline-item__content {
    border: 1px solid rgba(255, 255, 255, 0);
  }

}


@media screen and (max-width: 980px) {
  .body {
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    position: relative;
    background: url("/static/img/documentsBG.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 12.8vw;
  }

  .body .banner {
    width: 100%;
    height: 34.6667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("/static/img/DocBanner.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .body .banner p:nth-child(1) {
    margin-top: 9.0667vw;
    font-size: 6.6667vw;
    color: #333333;
    font-weight: 600;
  }

  .body .banner p:nth-child(2) {
    margin-top: 2.9333vw;
    font-size: 3.2vw;
    color: #333333;
    font-weight: 400;
  }

  .mainbody {
    width: 100%;
    margin: 0vw auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
  }

  .nav-top {
    width: 100%;
    height: 12.8vw;
    display: flex;
    justify-content: space-between;
    padding: 3.7333vw 5.3333vw;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .nav-top .nav-top-item {
    width: auto;
    height: 5.6vw;
    font-size: 4vw;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    line-height: 5.6vw;
    text-decoration: none;
  }

  .nav-top .nav-top-item.active {
    font-weight: bold;
  }

  .nav-top .nav-top-item.active::after {
    content: '';
    width: 7.4667vw;
    height: 0.8vw;
    background: #4C8FFF;
    border-radius: 0.4vw;
    position: absolute;
    bottom: -0.9333vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .content {
    width: 100%;
    min-height: 75vh;
    max-height: 100%;
    background: #FFFFFF;
    border-radius: 1.0667vw;
  }

  .contentbox {
    padding: 0 6.4vw;
    border: 0.0013vw solid rgba(200, 200, 200, 0.01);
    position: relative;
  }

  .contentbox {
    width: 100%;
    min-height: 74vh;
    max-height: 100%;
    padding: 3.2vw 4vw;
    border: 0.01px solid rgba(200, 200, 200, 0.01);
  }

  .contentbox .questions {
    width: 92vw;
    height: 9.3333vw;
    background: #ECF4FF;
    border-radius: 2.1333vw;
    padding: 2vw 3.2vw;
    color: #4C8FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contentbox .questions .question-title {
    max-width: 80vw;
    font-size: 3.7333vw;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .contentbox .questions img {
    width: 2.9333vw;
    height: 2.9333vw;
  }

  .tinymce {
    width: 100%;
    min-height: 70vh;
    max-height: 100%;
    margin-top: 3.2vw;
  }

  .tinymce div ol {
    padding: revert !important;
  }

  .tinymce div::-webkit-scrollbar {
    width: 1px;
  }

  .titlesa {
    font-size: 3.7333vw;
    margin-bottom: 2.4vw;
    color: #333333;
    opacity: .8;
  }

  .title-list {
    width: 100%;
    height: 100%;
    padding: 0 2.6667vw;
  }

  .title-list .titleBox {
    height: 100%;
  }

  .el-tree-node__content {
    color: #000;
    height: 6.6667vw;
    padding-left: 0px !important;
  }

  .beforeIcon {
    max-width: 100%;
    font-size: 4.8vw;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .el-tree-node__content .is-leaf {
    margin-left: 0.6667vw;
  }

  .el-tree-node__label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .el-tree {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }

  .el-tree .el-tree-node,
  .el-tree .el-tree-node__children {
    display: flex !important;
    flex-direction: column;
  }

  .el-tree .el-tree-node__children:has(.el-tree-node) {
    margin-top: 4vw;
    gap: 4vw;
  }

  .el-tree .el-tree-node__children .beforeIcon {
    color: #666666;
  }

  .el-tree .el-tree-node .el-icon {
    font-size: 4.2667vw;
  }

  .el-tree .el-tree-node>.el-tree-node__content:has(.checked) {
    color: #4C8FFF;
    font-weight: bold;
  }

  .el-tree .el-tree-node>.el-tree-node__content:has(.checked) .beforeIcon {
    color: #4C8FFF;
  }

  .contentbox {
    width: 100%;
    min-height: 72vh;
    max-height: 100%;
    padding: 3.2vw 4vw;
    border: 0.01px solid rgba(200, 200, 200, 0.01);
    position: relative;
    color: #2c3e50;
  }

  .logsline {
    min-height: 20vh;
    max-height: 100%;
    margin-top: 3.4667vw;
    text-align: left;
    position: relative;
  }

  .logtime {
    color: #333333;
    font-weight: bold;
    display: flex;
    gap: 1.3333vw;
  }

  .logtime span {
    font-size: 3.7333vw;
    line-height: 3.7333vw;
    font-weight: bold;
  }

  .logtime p {
    font-size: 3.2vw;
    color: #666666;
    line-height: 4.2667vw;
  }

  .colors {
    color: #999999;
  }

  .log {
    font-size: 3.2vw;
    color: #666666;
    text-align: justify;
    line-height: 5.3333vw;
    font-weight: 400;
    white-space: pre-wrap;
  }

  .el-timeline-item__tail {
    border-left: 0.1333vw solid #e0e0e0;
  }

  .el-timeline-item__node {
    width: 3.2vw;
    height: 3.2vw;
    left: -1.0667vw;
    background-color: #ffffff;
    border: 0.2667vw solid #4c8fff;
  }

  .el-timeline-item__node::after {
    content: '';
    width: 1.8667vw;
    height: 1.8667vw;
    border-radius: 50%;
    background-color: #4C8FFF;
  }

  .sysbox {
    width: 100%;
    height: 9.3333vw;
    display: flex;
    gap: 3.2vw;
  }

  .sysbtn {
    width: 44.4vw;
    height: 100%;
    background: #ECF4FF;
    border-radius: 2.1333vw;
    font-size: 3.7333vw;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    line-height: 9.3333vw;
    cursor: pointer;
  }

  .sysbtn:hover {
    color: #4C8FFF;
  }

  #select {
    background: #4C8FFF;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
  }

  .logtitile {
    font-size: 3.2vw;
    color: #333333;
    line-height: 3.2vw;
    font-weight: 400;
    margin-top: 1.6vw;
    border: 0.1333vw solid rgba(255, 255, 255, 0);
  }

  .el-timeline-item__timestamp.is-bottom {
    margin-bottom: 0vw;
    margin-top: 0vw;
    padding-top: 1.0667vw;
  }

  .el-timeline-item {
    padding-bottom: 5.3333vw;
  }

  .el-timeline-item__content {
    border: 0.1333vw solid rgba(255, 255, 255, 0);
  }

  .navList .titleBox{
    display: flex;
    flex-direction: column;
    gap: 5.3333vw;
    border: 1px rgba(0,0,0,0) solid;
  }

  .title-Menu{
    width:100%;
    min-height:5.3333vw;
    max-height: 100%;
    position:relative;
    font-size: 4.8vw;
    color: #333333;
    opacity: .6;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    border: 1px rgba(0,0,0,0) solid;
  }

  .title-subMenu1{
    display: none;
    border: 1px rgba(0,0,0,0) solid;
  }
  
  .beforeIcon {
    max-width: 100%;
    height:5.3333vw;
    line-height: 5.3333vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 4vw;
    padding-left: 3.4667vw;
  }
  

  .title-MenuInfo{
    width: 100%;
    position: relative;
    padding: .5rem 0;
    margin-top: 4vw;
  }

  .title-Menu > .title-MenuInfo{
    margin-top: 0;
  }

  .title-subMenu1 .title-MenuInfo:nth-of-type(1){
    margin-top: 0;
  }

  .beforeIcon.un{
    padding-left: 3.4667vw;
  }
  .beforeIcon.un::before {
    content: '';
    margin-left: 1.3333vw;
    margin-right: 1.3333vw;
    font-size: 1.8667vw;
    width: 0;
    height: 0;
    left: -1vw;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-top: 1.2vw solid transparent;
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid #666666;;
    border-bottom:1.2vw solid transparent;
  }

  .beforeIcon.checked{
    color: #4C8FFF;
    font-weight: bold;
  }

  .beforeIcon.un.checked::before{
    top: 75%;
    border-top: 1.6vw solid #666666;;
    border-right: 1.2vw solid transparent;
    border-left: 1.2vw solid transparent;
    border-bottom:1.6vw solid transparent;
  }

  .title-Menu:has(.beforeIcon.un.checked) .title-subMenu1{
    display: block !important; 
  }

  .title-subMenu1:has(.beforeIcon.checked){
    display: block !important;
  }

  .title-Menu:has(.title-subMenu1 .beforeIcon.checked) .title-MenuInfo .beforeIcon::before{
    top: 75%;
    border-top: 1.6vw solid #666666;;
    border-right: 1.2vw solid transparent;
    border-left: 1.2vw solid transparent;
    border-bottom:1.6vw solid transparent;
  } 
}