*{
  margin: 0;
  padding:0;;
}
.banner {
  width: 100%;
  height: 1.8rem;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.banner_tit {
  font-size: 0.2rem;
  font-size:max(min(0.2rem ,50px) ,22px);
  font-family: HarmonyOS_Sans_SC_Medium;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.24rem;
}
.banner_content {
  font-size: 0.064rem;
  font-size: max(0.064rem ,12px);
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.16rem;
}
.cont1 {
  width: 100%;
}
#myPage {
  text-align: center;
  margin-top: 0.3rem;
}
.content {
  padding: 0 1.25rem;
  background-color: #f2faff;
  padding-top: 0.36rem;
  padding-bottom: 0.344rem;
}
.layer1 {
  width: 100%;
  padding: 0 0.192rem;
  background-color: #fff;
  border-radius: 0.04rem;
  padding-bottom: 0.108rem;
}
.layer1_product {
  display: flex;
  align-items: baseline;
}
.layer1_product_one {
  width: 0.47rem;
  text-align: end;
  font-size: 0.064rem;
  font-size:max(min(0.064rem ,16px) ,12px);
  font-weight: 600;
  color: #333333;
  flex: none;
}
.layer1_product_more {
  color: #0064d2 !important;
  font-size: 0.064rem;
  width: 0.6rem;
}
.layer1_product_more :hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.layer1_product_item {
  color: #888888;
  font-size: 0.064rem;
  font-size:max(min(0.064rem ,16px) ,12px);
  margin: 0 0.056rem;
}
.layer1_product_item:hover {
  color: #0064d2;
  cursor: pointer;
}
.layer1_case {
  border-top: 1px dashed #e6e6e6;
}
.layer1_product_item {
  line-height: 0.2rem;
}
.active_layer1_product_item {
  border-bottom: 0.016rem solid #0064d2;
  color: #0064d2;
}
.layer1_product_industry {
  background: #f2faff;
  border-radius: 5px;
  padding: 0.128rem 0;
}
.layer1_product_product {
  padding: 0.1rem 0 0 !important;
}
.active_product_item {
  color: #0064d2;
}
.select {
  padding: 0 0.192rem;
  position: relative;
  margin: 0.18rem 0;
}
.select .layer1_select_item {
  border-radius: 0.02rem;
  border: 1px solid #99b7ce;
  color: #0064d2;
  font-size: 0.064rem;
  margin: 0 0.056rem;
  padding: 0.01rem 0.052rem;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.layer1_select_item img {
  width: 0.04rem;
  height: 0.04rem;
  margin-left: 0.08rem;
}
.layer1_select_remove .remove {
  width: 0.056rem;
  height: 0.06rem;
  margin-right: 0.024rem;
}
.layer1_select_remove:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
  cursor: pointer;
}
.layer1_select_remove {
  font-size: 0.064rem;
  color: #888888;
  margin-left: 0.05rem;
  margin-top: 0.02rem;
}
.layer1_product_key {
  width: 3.04rem;
  margin:0 auto 0.15rem;
  height: 0.16rem;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}
.layer1_product_key input {
  width: 100%;
  height: 0.2rem;
  border: 1px solid #ffffff;
  font-size: 0.048rem;
  font-size:max(0.048rem ,12px);
  padding:0 0.05rem;
}
input:focus {
  outline: 0 solid #ffffff;
}
input:valid {
  border-color: #ffffff;
}

input:invalid {
  border-color: #ffffff;
}
input:focus,
select:focus {
  outline: 0 solid #ffffff;
}
input:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder {
  color: #555555;
  font-size: 0.06rem;
  font-size:max(0.06rem ,12px);
}
select::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555555;
  font-size: 0.064rem;
  font-size:max(0.06rem ,12px);
}
select::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555555;
  font-size: 0.064rem;
  font-size:max(0.06rem ,12px);
}
.layer1_product_key img {
  width: 0.072rem;
  height: 0.072rem;
}
.layer1_product_key a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right:0;
  top:0;
  width:0.2rem;
  height:100%;
}
.case_list {
  display: flex;
  flex-wrap: wrap;
  padding-top:0.15rem;
}
.case_list li {
  position: relative;
  width: 32%;
  box-shadow: 0px 2px 5px 0px rgba(0, 100, 209, 0.1);
  border-radius: 0px 0px 6px 6px;
  background-color: #fff;
  margin-bottom: 0.084rem;
  margin-right: 2%;
}
.case_list :nth-child(3n) {
  margin-right: 0;
}
.case_list li .case_list_img {
  width: 100%;
  height: 0.816rem;
  overflow: hidden;
}
.case_list li .case_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition:all 0.6s;
  cursor: pointer;
}
.case_list li:hover img {
  transform: scale(1.2);
}
.case_list .case_list_name {
  font-size: 0.088rem;
  font-size:max(0.088rem,16px);
  color: #333333;
  font-weight: 600;
  margin-top: 0.12rem;
  padding: 0 0.16rem;
}
.case_list .case_list_desc {
  font-size: 0.056rem;
  font-size:max(0.056rem,12px);
  color: #999999;
  margin-top: 0.03rem;
  padding: 0 0.16rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.case_list_btn {
    display: block;
  padding:0.13rem 0.16rem;
}
.case_list_btn span{
  font-size: 0.064rem;
  font-size:max(min(0.064rem,16px),12px);
  color: #0064d2 !important;
  padding: 0.02rem 0.08rem;
  margin-right:0.02rem;
  margin-bottom:0.02rem;
  display: inline-block;
  background-color: #e3f4fc;
}
.select_remove,
.layer1_product_search:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .banner_content {
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
  }
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .layer1_product_one {
    width: 0.6rem;
    font-size: 14px;
  }
  .case_list{
      display: block;
  }
  
  .layer1 {
    padding: 0 0.1rem;
    padding-bottom: 0.108rem;
  }
  .layer1_product_more {
    width: 1.3rem;
    font-size: 14px;
  }
  .banner {
    height: auto;
  }
  .layer1_product_key {
    position: static;
    width: 2rem;
    height: 0.25rem;
  }
  .layer1_product_key input {
    width: 1.1rem;
    font-size: 14px;
  }
  .select .layer1_select_item {
    font-size: 14px;
  }
  .layer1_product_more {
    display: none;
  }
  .layer1_product_key {
    display: none;
  }
  .layer1_product_key_move {
    display: block;
    margin: auto;
    position: relative;
    width: 80%;
    margin-bottom: 15px;
  }
  .layer1_product_key_move input {
    height: 100%;
    width: 80%;
  }
  .layer1_product_key_move a {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .layer1_product_key_move img {
    width: 0.15rem;
    height: 0.15rem;
  }
  .layer1_select_remove .remove {
    width: 0.1rem;
    height: 0.1rem;
  }
  .case_list li{
      width:100%;
      margin-right:0;
      height:auto;
      padding-bottom:20px;
  }
  .case_list li .case_list_img{
      height:auto;
      position: relative;
      padding-bottom:58%;
  }
  .case_list li .case_list_img img{
      position: absolute;
      left:0;
      top:0;
  }
  .case_list_btn {
    position: static;
    margin-left: 0.16rem;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width:fit-content;
  }
  .case_list .case_list_desc {
    margin-bottom: 0.1rem;
    font-size: 14px;
  }
  .layer1_select_remove,
  .case_list .case_list_name {
    font-size: 14px;
  }
  .spage-number button,
  .spage-skip input {
    font-size: 14px;
    /* padding: 3px !important; */
  }
}
