
body{
    background:none;
}
  .form {
    background-color: #fff;
    padding: 60px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 320px);
    gap: 40px;
  }
main .main .main-page-data{
    z-index:80;
}
  .form .item {
    width: 100%;
    display: flex;
    flex-direction: column;
        align-items: start;
    gap: 10px;
  }

  .form .item.remark {
    grid-column-start: 2;
    grid-column-end: 5;
  }

  .form .item>span {
    color: #333333;
    font-size: 16px;
  }

  .form .item>input,
    .form .item>select {
    border: 1px solid #DDDDDD;
    height: 50px;
    outline: none;
    color: #333333;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
  }

  .form .item>input::placeholder,
  .form .item>select::placeholder {
    color: #999;
    font-size: 14px;
  }
    .form .item>select::placeholder-shown{
         color: #999;
    font-size: 14px;
    }


  .images {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 483px);
    grid-template-rows: repeat(4, 271px);
    gap: 40px;
  }

  .images>a {
    width: 100%;
    height: 100%;
  }

  .images>a>img {
    width: 100%;
    height: 100%;
  }

  .images>.top {
    grid-column: span 3;
  }


  .table-box {
    width: 1528px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.102);
  }

  .table-box .header {
    width: 100%;
    height: 56px;
    background-image: url('../image/table-header.png');
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    box-sizing: border-box;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .table-box .table-container {
    width: 100%;
    max-height: 650px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #165BA0 #EEEEEE;
    scrollbar-gutter: stable;
        padding: 0 20px;
    box-sizing: border-box;
  }
  .table-box  .thead,
    .table-box .table-container .tbody{
          width: 100%;
          display:flex;
          align-items:center;
             height: 106px;
  }
    .table-box  .thead{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        line-height: 106px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }
       .table-box .table-container .tbody{
            font-family: Microsoft YaHei, Microsoft YaHei;
            font-weight: 400;
            font-size: 20px;
            color: #666666;
            /*line-height: 106px;*/
            text-align: center;
            font-style: normal;
            text-transform: none;
                border-bottom: 1px solid #ccc;
       }
    .table-box  .thead div:nth-child(1){
        width: 15%;
    }
      .table-box  .thead div:nth-child(2){
        width: 53%;
    }
      .table-box  .thead div:nth-child(3){
        width: 15%;
    }
      .table-box  .thead div:nth-child(4){
        width: 15%;
    }
      .table-box  .thead div:nth-child(1){
        width: 15%;
    }
       .table-box .table-container .tbody div:nth-child(1){
        width: 15%;
    }
      .table-box .table-container .tbody div:nth-child(2){
        width: 55%;

    }
      .table-box .table-container .tbody div:nth-child(3){
        width: 15%;
    }
      .table-box .table-container .tbody div:nth-child(4){
        width: 15%;
    }
      .table-box .table-container .tbody div:nth-child(1){
        width: 15%;
    }
  .table-box table {
    width: 100%;
  }


  .table-box table tr {
    width: 100%;
    height: 106px;
  }

  .table-box table tbody tr td {
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    font-size: 20px;
    color: #666666;
  }

  .table-box table tbody tr td:nth-child(2) {
    text-align: left;
  }

  .table-box table tr>th:first-child {
    width: 15%;
  }

  .table-box table tr>th:nth-child(2) {
    width: 55%;
  }

  .table-box table tr>th:nth-child(3) {
    width: 15%;
  }

  .table-box table tr>th:last-child {
    width: 15%;
  }


  .table-box table thead th {
    color: #165BA0;
    line-height: 20px;
    font-size: 20px;
  }


  .comment {
   
    display: none;

  }
  .comment-form {
    position: absolute;
    top: 50%;
    right: 200px;
    z-index: 999;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 1;
    transition: opacity 0.5s;
    box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.102);
  }
  .comment-form .label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;

  }
  .comment-form .label img {
    width: 16px;
    height: 16px;
  }
  .comment-form .label span{
    color:#333333;
    font-size: 14px;
  }
  .comment-form .input {
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .yzm{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 50px;
    padding: 20px 0;
}
.imgcode{
  height:50px;
}
.imgcode img{
  width:100%;
  height:100%;
}
#code{
    border: 1px solid #DDDDDD;
    height: 50px;
    outline: none;
    color: #333333;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    margin-left:20px
}
  .comment-form .input textarea {
    width: 272px;
    height: 120px;
    outline: none;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 16px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .comment-form .input textarea::placeholder, .comment-form .input input::placeholder {
    font-size: 12px;
  }
  .comment-form .input input {
    width: 100%;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .comment-form .input img {
    width: 112px;
    height: 40px;
    flex-shrink: 0;
    background-color: #165BA0;
  }
  .comment-form .submit {
    width: 100%;
    border-radius: 100px;
    height: 48px;
    text-align: center;
    background-color: #165BA0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
  }
  .comment-form .submit:active {
    background-color: #0d4278;
  }






  .photo {
    display: grid;
    grid-template-columns: repeat(5, 273px);
    grid-auto-rows: 338px;
    gap: 40px;
  }
  /*  .photo2 {*/
  /*  display: grid;*/
  /*  grid-template-columns: repeat(5, 273px);*/
  /*  grid-auto-rows: 338px;*/
  /*  gap: 40px;*/
  /*}*/
.photo1,    .photo2  {
        display: grid;
         grid-template-columns: repeat(3, 483px);
    grid-auto-rows: 271px;
        gap: 40px;
  }
.desc{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
     display: -webkit-box;       /* 启用弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列子元素 */
  -webkit-line-clamp: 2;       /* 限制显示的行数（可改为3、4等） */
  overflow: hidden;            /* 溢出内容隐藏 */
}
.photo1 .item,
.photo2 .item ,
.photo .item {
    width: 100%;
    height: 100%;
    background-color: #165BA0;
    position: relative;
  }
.photo1 .item img,
.photo .item img,
.photo2 .item img{
    width: 100%;
    height: 100%;
  }
.photo1  .item .mask,
.photo .item .mask,
.photo2 .item .mask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to bottom, transparent, #000);
    padding: 16px;
    box-sizing: border-box;
    gap: 10px;
  }
.photo1 .item .mask p,
.photo2 .item .mask p,
.photo .item .mask p{
    color: #fff;
    font-size: 14px;
    margin: 0;
  }
  .submit{
    width: 480px;
    height: 80px;
    background: #115096;
    border-radius: 0px 0px 0px 0px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
  }
.photo1 .item .mask .title,
.photo2 .item .mask .title{
    color: #fff;
    font-size: 18px;
    margin: 0;
  }
  
    .layui-inline{
          display: flex;
  }
  .layui-input, .layui-textarea{
          border: 1px solid #DDDDDD;
    height: 50px;
    outline: none;
    color: #333333;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
  }
  .layui-form-mid{
      padding:  0 !important; 
     line-height: unset; 
    margin: 10px;
  }