.main-box{
  padding-bottom: 64px;
}
.search-box{
  padding-top: 64px;
}
.search-box .title{
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
}
.search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.search-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-item span{
  font-size: 15px;
  color: #FFFFFF;
}
.search-item .area-box{
  width: 148px;
  min-height: 36px;
  background: rgba(8,35,48,0.4);
  border-radius: 8px;
  border: 1px solid #3D5F72;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px 0 12px;
}
.search-item .area-box .area-value{
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}
.area-list{
  width: 148px;
  min-height: 188px;
  background: #082330;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 10;
  padding: 12px 8px;
}
.area-item{
  line-height: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  font-size: 15px;
  color: #FFFFFF;
  padding: 0 12px;
  margin-bottom: 8px;
}
.area-item:hover{
  background: #3D6073;
  color: #002332;
}
.area-icon{
  width: 12px;
  height: 8px;
}
.area-item:nth-last-of-type(1){
  margin-bottom: 0;
}
.search-item .area-box .select-arrow{
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  top: 7px;
}
.input-box {
  width: 400px;
  min-height: 36px;
  background: rgba(8,35,48,0.4);
  border-radius: 8px;
  border: 1px solid #3D5F72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: 12px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}

.input-box:hover,
.input-box:focus-within {
  background: #274C61;
  border-color: #FFFFFF;
}

.input-box input {
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
  width: 100%;
  font-size: 15px;
  opacity: 0.6;
}

.input-box input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.input-box input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.input-box input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.search-item .btn-box{
  min-width: 91px;
  min-height: 36px;
  background: #E17719;
  border-radius: 8px;
  margin-left: 12px;
  font-weight: bold;
  font-size: 15px;
  color: #0A2638;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-list{
  margin-top: 32px;
  margin-bottom: 32px;
}
.shop-item{
  min-height: 148px;
  background: #082330;
  border-radius: 7px;
  border: 1px solid #002335;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}
/* .shop-item:nth-of-type(even){
  background: rgba(8,35,48,0.8);
  border: 1px solid #0B2839;
} */
.shop-item:hover{
  background: rgba(26,59,78,0.6);
  border: 1px solid rgba(61,96,115,0.6);
}
.shop-item:hover .copy-text{
  color: #EC7300!important;
}
.shop-item:hover .copy{
  content: url("../images/copy-hover.png");
}
.shop-item .shop-logo{
  width: 100px;
  height: 100px;
  background: #D9D9D9;
  overflow: hidden;
}
.shop-item .shop-logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-item .right-info{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 24px;
  min-width: 0;
  padding-right: 24px;
}
.shop-item .icon{
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.shop-item .right-info .name{
  font-weight: bold;
  font-size: 19px;
  color: #FFFFFF;
}
.shop-item .right-info .time{
  margin-top: 16px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B4BDC1;
}
.shop-item .right-info .address{
  margin-top: 8px;
  font-size: 15px;
  color: #B4BDC1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-item .right-info .address .address-text{
  max-width: 62%;
  min-width: 0;
}
.shop-item .right-info .address .copy{
  margin-left: 12px;
  cursor: pointer;
}
.shop-item .right-info .address .copy-text{
  color: #B4BDC1;
  white-space: nowrap;
}
.shop-actions{
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.shop-detail-btn{
  min-width: 104px;
  min-height: 36px;
  background: #E17719;
  border: 0;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  color: #0A2638;
}
.shop-empty{
  min-height: 293px;
  background: rgba(8,35,48,0.8);
  border: 1px solid #0B2839;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  color: #B4BDC1;
}
#pagination-numbers{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 32px;
}
.page-number{
  min-width: 37px;
  min-height: 37px;
  padding: 0 8px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 9px;
  font-weight: bold;
  font-size: 16px;
  color: #D9D9D9;
}
.page-number-active{
  background: rgba(8,35,48,0.8);
  border: 1px solid #0B2839;
  color: #FFFFFF;
}
.pagination-disabled{
  opacity: 0.35;
  cursor: not-allowed;
}
.shop-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(0.96);
  min-width: 96px;
  padding: 12px 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.78);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.shop-toast.show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
