*{padding: 0;margin: 0;}
body {
  background-color: #edfcf6;
  line-height: 1;
  font-size: 16px;
  font-family: Arial,"微软雅黑";
  word-break: break-all;
  word-wrap: break-word;
  background-image: url('../images/bg.webp');
  background-attachment: fixed;
}
input[type="text"] {
  -webkit-appearance: none;
}
a {text-decoration: none;color: inherit;}
img{max-width: 100%;vertical-align: middle;}
.wraper{margin:0 auto;max-width:800px;width: 100%;padding-top: 50px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.bg-white{background-color: #fff;}
.h10 {
  height: 10px;
  font-size: 0;
  line-height: 0;
  clear: both;
  background: #f5f5f5;
}
input, select, button, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  border: 0;
  font-family: inherit;
  outline: none;
  resize: none;
}
input[type="text"] {
  -webkit-appearance: none;
}

ol, ul{list-style: none;}
header {
  width: 100%;
  max-width: 800px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
  background: #fff;
  position: fixed;
  top: 0;
  left:50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  line-height: 0;
}
header .logo {flex: 1;}
header .logo img {height: 34px;}
header .search {
  display: flex;
  align-items: center;
  width: 120px;
  height: 32px;
  box-sizing: border-box;
  padding: 0 10px;
  border: solid 1px #ebebeb;
  border-radius: 32px;
  background: #f1f1f1;
  transition: width .2s ease-in;
}
header .search input {
  width: 100%;
  border: 0;
  background: none;
}
header .search .s-icon {
  display: inline-block;
  min-width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url(../images/serach.png) no-repeat;
  background-size: 100% 100%;
}
header .search .x-icon {
  display: none;
  position: relative;
}
header .search .x-icon:before {
  content: '×';
  color: #fff;
  background-color: #f4130c;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  display: block;
  line-height: 20px;
  position: absolute;
  left: -22px;
  top:-10px;
  cursor: pointer;
}
.nav {
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
}
.nav ul {
  display: flex;
  justify-content: space-around;
}
.nav ul li a{
  display: flex;flex-direction: column;align-items: center;justify-content: center;
}
.nav ul li img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.pic-wrap .wrap {
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.pic-wrap .wrap .box {
  padding: 5px;
  float: left;
  width: calc(100% / 3);
  box-sizing: border-box;
}
.pic-wrap .wrap .box .info {
  border-radius: 0 0 5px 5px;
  /* box-shadow: 0px 2px 5px rgba(0,0,0,.1); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  outline: 1px solid #cdcdcd;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  min-height: 100px;
  background-color: #f2f2f2;
  height:215px;
}
.pic-wrap .wrap .box img {
  /* width: 100%; */
  height: 180px;
  object-fit: fill;
}
.pic-wrap .wrap .box span {
  display: block;
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}

.search input[type="text"] {
  outline: 0;
  width: 100%;
  padding: 0 8px;
  border-radius: 5px;
  appearance: none;
  transition: all 0.3s cubic-bezier(0, 0, 0.43, 1.49);
  transition-property: width, border-radius;
  z-index: 1;
  position: relative;
}
form.search button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  font-weight: 220;
  background: #02a04f;
  border-radius: 0 5px 5px 0;
  color:#fff;
  cursor: pointer;
  height:30px;
  line-height: 30px;
  text-align: center;
  z-index: 9;
}
.search input:not(:placeholder-shown) {
  border-radius: 5px 0 0 5px;
  width: calc(100% - 50px);
}
.search input:not(:placeholder-shown) + button {
  display: block;
}
.search label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
header .search.isFocus{width:50%}
.search.isFocus input[type="search"] {padding:0 15px 0 8px}
.pic-type .panel-item{
  cursor: pointer;width:50%;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
  display: inline-block;
  float: left;
}
.pic-type .panel-item.active{
  cursor:unset;
  color: red;
  border-bottom: 2px solid red;
}
header .tit {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
header .back {
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 48px;
}
header .back span {
  width: 20px;
  height: 50px;
  vertical-align: top;
  display: inline-block;
  background: url(../images/back.png) center center no-repeat;
  background-size: 20px auto;
}
header .select {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
header .img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}
header .img img {
  width: 30px;
  height: 30px;
}

#go-home, #go-back, .indexed-list .pic-item{cursor: pointer;}

.link-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.link-container a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  gap: 12px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}
.liuhe-web-list{position: relative;display: inline-block;width:100%;}
.liuhe-web-list ul{display: grid;grid-template-columns: repeat(2, 1fr);text-align: center;}
.liuhe-web-list ul li{line-height: 40px;}
.liuhe-web-list ul li a{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-right: solid 1px #ddd;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.liuhe-web-list ul li:last-child a{border:0}

@media screen and (max-width: 600px) {
  .pic-wrap .wrap .box {
    width:50%;
  }
  .link-container {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
.panel{display:inline-block}
.panel-header{line-height: 25px;}
.panel-footer{line-height: 20px;}
.loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none; /* Hidden by default */
}

.loading-indicator .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-indicator p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
