.header_top {
  height: 90px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;

  padding: 0 10px;
  box-shadow: 0 3px 7px rgba(107, 45, 45, 0.096);
  margin-bottom: 100px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  transition: all 0.5s;
}

.row {
  width: 95%;
  margin:0 auto !important;
}

.commoditycard1 {
  padding: 15px 25px !important;
  text-align: center;
}

.zindex {
  position: relative;
  z-index: 1;
}

.header_top_small {
  height: 46px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-shadow: 0 3px 7px rgba(107, 45, 45, 0.096);
  margin-bottom: 100px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  transition: all 0.5s;
}

.header_top_left {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-toggle-left {
  transition: all 0.5s;
}




.header_top_logo {
  width: 100px;
  height: 90px;
  background-image: url(../src/img/logo.png);
  background-position: center top;
}

.header_top_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top_lanbox {

  position: fixed;
  justify-content: space-between;
  right: 10px;
  top: 60px;
  width: 250px;
  height: 55px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  z-index: 100;
  display: none;


}

.header_top_lan {

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 7px rgba(107, 79, 79, 0.164);

}

.header_top_lan span {
  width: 75px;
  height: 35px;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  margin: 0 10px;
}

.header_top_lan span:hover {
  width: 75px;
  height: 35px;
  text-align: center;
  font-size: 15px;
  background-color: rgb(229, 230, 231);
  color: rgb(107, 190, 228);
  line-height: 35px;
  margin: 0 10px;
}


.right_div {
  width: 60%;
  height: 100%;
  display: flex;
  background-color: #ffffff;
  position: fixed;
  left: -62%;
  top: 90px;
  transition: transform 0.4s;
  box-shadow: 3px 3px 7px rgba(107, 79, 79, 0.164) !important;


}

.right_div_hidden {
  width: 60%;
  height: 100%;
  display: flex;
  background-color: #ffffff;
  position: fixed;
  left: -62%;
  top: 90px;
  box-shadow: 7px 3px 7px rgba(107, 79, 79, 0.164) !important;
  transition: transform 0.4s;
}

.show_right_div {
  width: 60%;
  height: 100%;
  display: flex;
  background-color: #ffffff;
  position: fixed;
  left: -62%;
  top: 90px;
  box-shadow: 7px 3px 7px rgba(107, 79, 79, 0.164) !important;

  transform: translateX(100%);
  transition: transform 0.4s;
}

.navsmallhiden {
  /* z-index: 2; */
  width: 100%;
  height: 100%;

}

.menue {
  width: 90%;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 600;
  padding-left: 20px;
  color: #5d5d5d;
  margin-top: 30px;
  margin-bottom: 30px;

}

.navsmallhiden ul {
  overflow: hidden;
}

.navsmallhiden li {
  height: 80px;
  width: 90%;
  margin: 0 auto;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  border-bottom: 1px solid rgba(110, 101, 95, 0.26);
}

.navsmallhiden a {
  display: block;
  width: 100%;
  line-height: 80px;
  color: #5d5d5d;
}

.navsmallhiden li:last-child {
  margin-bottom: 20px;
}



.bottom_search {

  position: fixed;
  bottom: -100%;
  width: 100%;
  height: 558px;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s;

}

#resultBox {
  margin: auto;
  max-width: 1220px;
  border: 8px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px 3px rgba(44, 62, 80, .25);
  position: fixed;
  padding: 10px;
  z-index: 10010;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  overflow: auto;
  background-color: #fff;
  display: none;
}

.iconfont {
  font-size: 28px !important;
}

.serachtext {
  text-align: center;
  font-size: large;
  margin-top: 45px;
  line-height: 35px;
  font-weight: 800;
}

#myInput {
  /* background-image: url('https://static.runoob.com/images/mix/searchicon.png'); */
   /* 添加搜索按钮  */
  background-position: 10px 12px;
   /* 定位搜索按钮  */
  background-repeat: no-repeat;
   /* 图片不重复  */
  width: 80%;
   /* 全屏幕显示  */
  font-size: 16px;
   /* 字体大小  */
  padding: 12px 20px 12px 40px;
   /* 设置内边距  */
  border: 1px solid #ddd;
   /* 添加灰色边框  */
  margin-bottom: 12px;
   /* 添加顶部的外边距  */
  border-radius: 5px;
  display: block;
  margin: 0px auto !important;
}


.midle {
  position: relative;
  margin-top: 93px;
  width: 100%;
  min-height: 800px;
  background-color: #ffffff;
  z-index: 0;
}


.footer {
  width: 100%;
  /* height: 328px; */
  background-color: #081f2c;
  font-size: 12px;
  line-height: 20px;
}

.footer_common {
  /* width: 62.5%; */

  margin: 0 auto;
  padding: 30px 0px 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.footer_common div {

  /* height: 210px; */
  min-width: 250px;
  margin-left: 100px;
  color: #ffffff;
}

.footer_common span {

  /* height: 210px; */
  min-width: 250px;
  margin-left: 30px;
  color: #ffffff;
}

.footer div {
  color: #ffffff;
}

.footer_common div a {
  line-height: 25px;
  font-size: 12px;
}

.footer hr {
  width: 80%;
  margin: 0 auto;
  color: #ffffff;
}


.close_search {
  position: absolute;
  right: 20px;
}

.copyright {
  margin-top: 10px;
  text-align: center;
}

.footer a {
  color: #ffffff;
  margin-bottom: 10px;
}

@media screen and (max-width:768px){
  .conactform {
    display: none;
    position: fixed;
    top: 0%;
    height: 100vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    /* transition: all 0.4s; */
  }
}

@media screen and (min-width:769px){
  .conactform {
    display: none;
    position: fixed;
    top: 15%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    /* transition: all 0.4s; */
  }
}

.conactform h3 {
  text-align: center;
  height: 55px;
  padding: 20px 20px 10px;
}

.conactform li {
  width: auto;
  display: block;
  margin: 0 auto;
  width: 70%;

}

.conactform div {
  margin: 14px 0px;
}


.conactform input {
  height: 40px;
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #dcdfe6;
}

.conactform textarea {
  height: 117px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
}

.search_btnbox {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.buttonfind {
  margin: 0 20px;
}

.disabled-link {
  pointer-events: none;
  /* 添加其他样式，使链接看起来被禁用（可选） */
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button:hover {
  background: #cef0fd69;
  color: #7ac7f3;
  border: 1px solid #cef0fd69;
}

.commodityUl a {
  display: block;
}

.search_btnbox {}

@media screen and (max-width:556px) {
  .footer_common div {


    margin-left: 0px;

  }

  .bottom_search {

    position: fixed;
    bottom: -100%;
    width: 100%;
    height: 358px;
    background-color: rgb(255, 255, 255);
    transition: all 0.4s;

  }

}

.code-code{
  margin: 0 20px 20px 0 !important;
}

.code-box{
  display: flex;
  align-items:flex-start;
  justify-content: space-between; 
}

.code-input{
  width: 100px;
  display: block;
}