.nav-list {
  display: flex;
}

/* 自定义下拉 */
.custom-select {
  position: relative;
  margin-right: 32px;
}

.custom-select .select-header {
  flex: 1;
  padding: 8px 40px 8px 10px;
  width: 80px;
  max-width: 110px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #223548;
  background-image: url("../img/store/icon-pull-jiantou.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 100% 53%;
  background-color: #fff;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}

.custom-select-active .select-header {
  color: #0040B0;
  background-image: url("../img/store/icon-up-jiantou.png");
}

.custom-select .select-dropdown {
  display: none;
  position: absolute;
  width: 320px;
  border: 1px solid #5B738B;
  border-radius: 4px;
  background-color: white;
  z-index: 1000;
  padding-top: 16px;

}

.custom-select .search-input {
  margin: 0 auto;
  display: block;
  width: 95%;
  height: 42px;
  padding: 12px 42px 12px 12px;
  border: 1px solid #5B738B;
  border-radius: 4px;
  background-image: url("../img/store/search.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 95% 53%;
}

.custom-select .options-container {
  max-height: 300px;
  overflow-y: auto;
  padding: 0 12px;
}

.custom-select .options-container .option {
  display: flex;
  align-items: baseline;
  padding: 8px;
  margin-top: 11px;
  cursor: pointer;
  font-size: 16px;
  color: #223548;
}

.custom-select .options-container .option label {
  padding-left: 12px;
}

.option:hover {
  background-color: #f0f0f0;
}

.button-container {
  margin-top: 20px;
  border-top: 1px solid #5B738B;
  box-shadow: 0px 2px 8px 0px #2236494D;
  display: flex;
  justify-content: left;
  padding: 12px;
}

.button-container .confirm-btn,
.button-container .reset-btn {

  padding: 8px 24px;
  cursor: pointer;
  background-color: #0057D2;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
}

.button-container .reset-btn {
  background-color: transparent;
  color: #999;
  margin-left: 16px;
}



.center .centerBox .centerBox-col1 {
  background: #FFF;
  box-shadow: 0 2px 4px 0 #22364933;
  margin-bottom: 24px !important;
  border-radius: 5px;
}

.center .centerBox .centerBox-col1:hover {
  border: 1px #1B90FF solid;
}

.center .centerBox .centerBox-col1 .button-Box .button1 {
  border: 1px solid #0057D2;

  background-color: #0057D2;
  color: #FFF;
  width: 92px;
  height: 42px;
  border-radius: 5px;
  line-height: 42px;
}

.center .centerBox .centerBox-col1 .button-Box1 {
  left: calc(30% + 150px);
}

.center .centerBox .centerBox-col1 .button-Box1 .button2 {
  display: inline-block;
  width: 92px;
  height: 42px;
  border-radius: 5px;
  opacity: 1;
  border: 1px solid #475E75;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  color: #0057D2;

}

.center .centerBox .centerBox-col1 .button-Box1 .button2:hover {
  background-color: #0057D2;
  color: #fff;
}

.center .centerBox .centerBox-col1 .button-Box .button1:hover {
  background-color: #0057D2;
  color: #fff;
}

.bgimg {
  position: absolute;
  right: 30px;
  top: 50%;
}

.scroll-arrow {
  display: none;
}

@media screen and (max-width: 768px) {
  .search {
    background: transparent;
    height: 102px;

  }

  .search .search-box {
    width: 92%;

  }

  .search .search-box input {
    width: 100%;
    height: 42px;
    border-radius: 32px;
    padding: 0 45px 0 12px;
    background-color: #F5F6F7;
    color: #475E75;

  }

  .search .search-box .search-icon {
    width: 28px;
  }

  .center {
    margin: 0 auto;

  }

  .nav {
    position: relative;
  }

  .nav-list {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    /* 让绝对定位元素正常显示 */
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: auto;
  }

  /* 隐藏 Chrome、Safari 和新 Edge 浏览器的水平滚动条 */
  .nav-list::-webkit-scrollbar {
    height: 0;
    display: none;
  }

  .scroll-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 16px;
    height: 32px;
    font-size: 11px;
    background-color: #ddd;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.1s
  }

  .scroll-arrow.left {
    left: -1px;
  }

  .scroll-arrow.right {
    right: 0px;
  }

  .custom-select {
    position: inherit;
    margin-right: 16px;

  }

  .custom-select .select-header {

    padding: 4px 14px 4px 5px;
    width: 66px;
    max-width: 80px;

    font-size: 14px;

    background-size: 14px 14px;
  }

  .custom-select-active .select-header {
    color: #0040B0;
    background-image: url("../img/store/icon-up-jiantou.png");
    position: relative;
  }

  .custom-select-active .select-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #0040B0;
  }

  .custom-select .select-dropdown {
    width: 268px;
    top: 35px;
  }

  .custom-select .options-container {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 6px;
  }
    .custom-select:nth-child(2) .select-dropdown {
        /* left: 39%;
    transform: translateX(-50%);*/
        left: 22%;
    }
  .custom-select:nth-child(3) .select-dropdown {
   /* left: 39%;
    transform: translateX(-50%);*/
   left:6%;

  }

    .custom-select:nth-child(4) .select-dropdown {
        left: 22%;
        /*left: 64%;
    transform: translateX(-50%);*/
    }

  .custom-select .options-container .option {
    display: flex;
    align-items: baseline;
    padding: 8px;
    margin-top: 1px;
    cursor: pointer;
    font-size: 14px;
    color: #223548;
  }

  .custom-select .options-container .option input {
    padding-top: 1px;
  }

  .custom-select .options-container .option label {
    padding-left: 12px;
  }

  .option:hover {
    background-color: #f0f0f0;
  }

  .button-container {
    margin-top: 20px;
    border-top: 1px solid #5B738B;
    box-shadow: 0px 2px 8px 0px #2236494D;
    display: flex;
    justify-content: left;
    padding: 12px;
  }

  .button-container .confirm-btn,
  .button-container .reset-btn {

    padding: 8px 24px;
    cursor: pointer;
    background-color: #0057D2;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
  }

  .button-container .reset-btn {
    background-color: transparent;
    color: #999;
    margin-left: 16px;
  }






  .nav-list .headSelect2 {
    border: 0;
    width: 24.3%;
    height: 32px;
    margin-right: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #223548;
    cursor: pointer;
  }

  .center .centerBox .centerBox-col1 {
    background: #FFF;
    box-shadow: 0 2px 4px 0 #22364933;
    margin-bottom: 24px !important;
    border-radius: 5px;
    position: relative;
    padding-bottom: 50px;
  }

  .center .centerBox .centerBox-col1:hover {
    border: 1px #1B90FF solid;
  }

  .center .centerBox .centerBox-col1 .button-list {
    position: absolute;
    width: 100%;
    bottom: 10px;
    /* background: #ccc; */
    border-top: 1px rgba(0, 0, 0, 0.18) solid;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 10px;

  }

  .bgimg {
    width: 32px;
    position: absolute;
    right: 8px;
    top: 50%;
  }

  .center .centerBox .centerBox-col1 .clo1-box {
    padding-bottom: 40px
  }

  .center .centerBox .centerBox-col1 .button-Py {
    left: calc(46% + 20px);
    bottom: 64px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    line-height: 13px;
  }

  .center .centerBox .centerBox-col1 .button-list .clo1-box {
    display: none;

  }

  .center .centerBox .centerBox-col1 .button-Box {
    position: relative;
    bottom: 0px;
    left: 0;
    z-index: 11;
    border-radius: 12px;
  }



  .center .centerBox .centerBox-col1 .button-Box1 {
    position: relative;
    bottom: 0px;
    left: 0;
    z-index: 11;

  }



  .center .centerBox .centerBox-col1 .button-Box .button1 {

    border: 1px solid #0057D2;

    background-color: #0057D2;
    color: #FFF;
    width: 71px;
    height: 32px;
    border-radius: 12px;
    line-height: 32px;
    font-size: 12px;
  }


  .center .centerBox .centerBox-col1 .button-Box1 .button2 {
    display: inline-block;
    width: 71px;
    height: 32px;
    border-radius: 12px;
    line-height: 32px;
    opacity: 1;
    border: 1px solid #475E75;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    color: #0057D2;

  }

}