* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
header {
  position: sticky;
  top: 0;
  z-index: 9;
}
#header {
  position: sticky;
  top: 0;
  z-index: 9;
}
#container {
  overflow-x: hidden;
}
#container #header {
  position: sticky;
  top: 0;
  z-index: 9;
}
#container #content {
  max-width: 1280px;
  margin: 0 auto;
  min-height: calc(100vh - 0.34896rem);
  position: relative;
  /* 搜索栏 */
  /* 表格外层容器 */
  /* 桌面端表格样式 */
  /* 手机端样式 */
  /* 操作按钮 */
  /* 分页样式 */
  /* 加载状态 */
  /* 空状态 */
}
#container #content .product-head {
  display: flex;
  padding: 3.22917rem 0 3.44792rem;
}
#container #content .product-head .left-img {
  margin-right: 40px;
  display: flex;
}
#container #content .product-head .left-img .lagre-img {
  border: 1px solid #cbcbcb;
  width: 450px;
  height: 100%;
  margin-right: 20px;
}
#container #content .product-head .left-img .img-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: 20px;
}
#container #content .product-head .left-img .img-list .img-group {
  padding: 5px;
  border: 1px solid #cbcbcb;
  cursor: pointer;
  margin-bottom: 15px;
}
#container #content .product-head .left-img .img-list .img-group .img-li {
  width: 60px;
  height: 60px;
}
#container #content .product-head .left-img .img-list .is-active {
  border: 1px solid #177fef;
}
#container #content .product-head .right-word {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#container #content .product-head .right-word .top {
  font-size: 1.5rem;
  font-weight: 700;
  color: #115899;
  margin-bottom: 20px;
}
#container #content .product-head .right-word .center {
  font-size: 16px;
  color: #000000;
  /* white-space: pre-wrap; */
  line-height: 1.5rem;
  text-align: left;
  height: 9.375rem;
  overflow: auto;
  margin-bottom: 20px;
}
#container #content .product-head .right-word .down .tips {
  font-size: 1.5rem;
  font-weight: 700;
  color: #115899;
  margin-bottom: 40px;
}
#container #content .product-head .right-word .down .icon-list {
  display: flex;
  justify-content: space-around;
}
#container #content .product-head .right-word .down .icon-list .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  border-right: 1px solid #cbcbcb;
  padding: 10px;
  flex-wrap: wrap;
  cursor: pointer;
}
#container #content .product-head .right-word .down .icon-list .list:last-child {
  border: none;
}
#container #content .product-head .right-word .down .icon-list .list .icon {
  color: #115899;
  font-size: 70px;
}
#container #content .product-head .right-word .down .icon-list .list .list-tips {
  margin-top: 20px;
  font-size: 18px;
  color: #3d3a3a;
}
@media (max-width: 768px) {
  #container #content .product-head {
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    padding: 0 0 3.44792rem;
  }
  #container #content .product-head .left-img {
    border: none;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #container #content .product-head .left-img .lagre-img {
    width: 100%;
  }
  #container #content .product-head .left-img .img-list {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #container #content .product-head .left-img .img-list .img-group {
    width: 25%;
    height: 100px;
  }
  #container #content .product-head .left-img .img-list .img-li {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 900px) {
  #container #content .product-head {
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    padding: 0 0 3.44792rem;
  }
  #container #content .product-head .left-img {
    border: none;
    margin-right: 0;
    text-align: center;
  }
  #container #content .product-head .left-img img {
    width: 60%;
    height: 100%;
  }
  #container #content .product-head .right-word {
    margin: 0 20px;
  }
  #container #content .product-head .right-word .center {
    margin-bottom: 20px;
  }
  #container #content .product-head .right-word .down .icon-list {
    display: flex;
    justify-content: space-around;
  }
  #container #content .product-head .right-word .down .icon-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    border-right: 1px solid #cbcbcb;
    text-align: center;
    cursor: pointer;
  }
  #container #content .product-head .right-word .down .icon-list .list:last-child {
    border: none;
  }
  #container #content .product-head .right-word .down .icon-list .list .icon {
    color: #115899;
    font-size: 50px;
  }
  #container #content .product-head .right-word .down .icon-list .list .list-tips {
    margin-top: 20px;
    font-size: 15px;
    color: #3d3a3a;
    word-wrap: break-word;
    word-break: normal;
    width: 100%;
  }
  #container #content .product-down {
    margin: 0 20px;
  }
}
#container #content .table-container {
  max-width: 100%;
  padding: 15px;
  text-align: center;
}
#container #content .table-container .center-head {
  color: #115899;
  display: inline-block;
  margin-bottom: 20px;
}
#container #content .table-container .center-head .tips {
  margin-bottom: 10px;
}
#container #content .table-container .center-head::after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #115899;
  display: block;
  margin: 0 auto;
}
#container #content .table-title {
  text-align: center;
  margin-bottom: 15px;
}
#container #content .table-title h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
#container #content .search-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0 16px;
}
#container #content .search-input {
  width: 200px;
  padding: 8px 15px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
#container #content .search-btn,
#container #content .reset-btn {
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#container #content .search-btn {
  background-color: #409eff;
  color: white;
}
#container #content .reset-btn {
  background-color: #f5f5f5;
  color: #333;
}
#container #content .table-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#container #content .data-table {
  width: 100%;
  border-collapse: collapse;
  color: #333;
  font-size: 14px;
}
#container #content .data-table thead {
  background-color: #175997;
}
#container #content .data-table th,
#container #content .data-table td {
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
#container #content .data-table td {
  width: 10px;
}
#container #content .data-table th {
  background-color: #175997;
  font-weight: normal;
  color: #fff;
}
#container #content .data-table tr:hover {
  background-color: #f5f5f5;
}
#container #content .data-table tr:nth-child(odd) {
  background: #fff;
}
#container #content .data-table tr:nth-child(even) {
  background: #edf6ff;
}
@media (max-width: 768px) {
  #container #content {
    /* 固定第一列 */
    /* 表头固定 */
    /* 第一列表头特殊样式 */
  }
  #container #content .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #container #content .search-container {
    flex-direction: column;
    align-items: stretch;
  }
  #container #content .search-container #searchInput {
    width: 100% !important;
  }
  #container #content .data-table {
    min-width: 600px;
    /* 确保表格足够宽 */
  }
  #container #content .fixed-column {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 2;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  }
  #container #content .data-table thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #175997;
  }
  #container #content .data-table thead th.fixed-column {
    z-index: 4;
  }
}
#container #content .btn {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#container #content .btn-primary {
  background-color: #4285f4;
  color: white;
}
#container #content .btn-default {
  background-color: #f1f1f1;
  color: #333;
}
#container #content .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#container #content .page-item {
  margin: 0 5px;
}
#container #content .page-link {
  padding: 6px 12px;
  border: 1px solid #ddd;
  background-color: white;
  cursor: pointer;
}
#container #content .page-link.active {
  background-color: #4285f4;
  color: white;
  border-color: #4285f4;
}
#container #content .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#container #content .empty-state {
  text-align: center;
  padding: 30px;
  color: #777;
}
#container #content .product-center {
  text-align: center;
}
#container #content .product-center .center-head {
  color: #115899;
  display: inline-block;
  margin-bottom: 20px;
}
#container #content .product-center .center-head .tips {
  margin-bottom: 10px;
}
#container #content .product-center .center-head::after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #115899;
  display: block;
  margin: 0 auto;
}
#container #content .product-center .center-img img {
  width: 100% !important;
  height: auto !important;
}
#container #content .product-down {
  text-align: center;
  margin-bottom: 40px;
}
#container #content .product-down .down-head {
  color: #115899;
  display: inline-block;
  margin-bottom: 20px;
}
#container #content .product-down .down-head .tips {
  margin-bottom: 20px;
}
#container #content .product-down .down-head::after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #115899;
  display: block;
  margin: 0 auto;
}
#container #content .product-down .down-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#container #content .product-down .down-list .list {
  width: 30%;
  margin-bottom: 20px;
}
#container #content .product-down .down-list .list a {
  text-align: center;
  color: #282828;
}
#container #content .product-down .down-list .list a .list-top {
  font-size: 18px;
  font-weight: 700;
}
#container #content .product-down .down-list .list a .list-down {
  font-size: 14px;
}
#container #content .product-down .down-list .list a .image {
  width: 100%;
  border: 1px solid #AAAAAA;
  height: 150px;
  object-fit: contain;
}
#container #content .connect-down {
  text-align: center;
  margin-bottom: 40px;
}
#container #content .connect-down .down-head {
  color: #115899;
  display: inline-block;
  margin-bottom: 20px;
}
#container #content .connect-down .down-head .tips {
  margin-bottom: 10px;
}
#container #content .connect-down .down-head::after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #115899;
  display: block;
  margin: 0 auto;
}
#container #content .connect-down .form-coup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#container #content .connect-down .form-coup .input-coup {
  width: 30%;
  height: 30px;
  border: 1px solid #d8d8d8;
  padding-left: 10px;
  outline: none;
  margin-bottom: 20px;
}
#container #content .connect-down .form-coup .select-coup {
  width: 30%;
  height: 30px;
  outline: none;
  border: 1px solid #d8d8d8;
}
#container #content .connect-down .form-coup .select-all {
  width: 30%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
#container #content .connect-down .form-coup .select-all .select-one {
  outline: none;
  border: 1px solid #d8d8d8;
  width: 45%;
}
#container #content .connect-down .text-area {
  width: 100%;
  margin-bottom: 20px;
}
#container #content .connect-down .text-area .talk-about {
  width: 100%;
  outline: none;
  border: 1px solid #d8d8d8;
  padding: 10px;
}
#container #content .connect-down .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 20px;
  background: #177FEF;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}
#container #footer {
  margin-top: auto;
}
@media (max-width: 68.75rem) {
  #container #footer {
    transition: 0.3s;
    display: none;
  }
  #container #rightside {
    transition: 0.3s;
    display: none;
  }
}
footer {
  margin-top: auto;
}
@media (max-width: 68.75rem) {
  footer {
    transition: 0.3s;
    display: none;
  }
  #rightside {
    transition: 0.3s;
    display: none;
  }
}
