.container {
  margin-top: 7.7rem;
}
.search {
  justify-content: flex-start;
  margin-bottom: 24px;
  margin-top: 2.4rem;
}
.search input {
  width: 13.4rem;
  height: 2rem;
  background: rgba(246, 250, 253, 0);
  border: 1px solid #d6d6d6;
  font-size: 0.9rem;
  padding: 0 0.75rem;
}
.search::placeholder {
  color: #c2c2c2;
}
.search .search_btn {
  cursor: pointer;
  width: 3.15rem;
  height: 2rem;
  background: #212121;
  display: inline-block;
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 2rem;
  text-align: center;
  border: none;
}
.line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #d5d5d5;
  margin-top: 0.75rem;
}
.company {
  margin-top: 0.75rem;
}
.company .name {
  font-size: 0.95rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.company .del {
  font-size: 0.85rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-top: 0.55rem;
}
.company .del span {
  text-align: justify;
  width: 78px;
  line-height: 0;
  display: inline-block;
}
.company .del .searchs {
  color: #05377b;
  cursor: pointer;
}
.company .del span:after {
  display: inline-block;
  width: 100%;
  content: "";
}
.stores_search {
  margin-top: 4rem;
}
.stores_search > .flex {
  justify-content: flex-start;
}
.stores_search > .flex select {
  width: 286px;
  height: 40px;
  background: rgba(246, 250, 253, 0);
  border: 1px solid #d6d6d6;
  font-size: 0.9rem;
  padding: 0 0.75rem;
  margin-right: 1.15rem;
}
.stores_search > .flex button {
  width: 50px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}
.stores_search > .flex::placeholder {
  color: #c2c2c2;
}
.nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.nodata img {
  width: 17.7rem;
  height: 12.55rem;
}
.nodata p {
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  opacity: 0.5;
  margin-top: 1.85rem;
}
.wlaf {
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #d1d1d1;
  margin-top: 25px;
}
.wlaf span {
  color: #05377b;
}
.img-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
}
.img-modal .box{
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.img-modal .img {
  max-width: 30rem;
  margin: 5rem 0;
}
.partner_w .address, .code {
  display: inline;
}

.partner_w .area-btn {
  display: inline;
  color: #05377B !important;
}

.area-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.area-modal .area-modal-c {
  width: 330px;
  padding: 24px 15px 20px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.area-modal .content-b {

}

.area-modal .am-t {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 12px;
}

.area-modal .am-t:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: url("https://static.liweijia.com/site-php/page-static/korohome/wap/assets/img/icon-lock-b.png") no-repeat;
  background-size: 100%;
  margin-bottom: 18px;
}

.area-modal .am-input-b {
  position: relative;
}

.area-modal .am-input {
  border: 1px solid #999;
  padding: 0 14px;
  border-radius: 2px;
  display: block;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
}

.area-modal .am-input:focus {
  border-color: #037DFD;
}

.area-modal .error-t {
  font-size: 12px;
  line-height: 18px;
  color: #F31A23;
  display: none;
  padding-top: 9px;
}

.error .am-t:before {
  background-image: url("https://static.liweijia.com/site-php/page-static/korohome/wap/assets/img/icon-lock-r.png");
}

.error .am-input {
  border-color: #F31A23;
}

.error .error-t {
  display: block;
}

.area-modal .btn-b {
  overflow: hidden;
  padding-top: 24px;
}

.area-modal .btn {
  float: right;
  border: 1px solid #999;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border-radius: 36px;
  margin-left: 15px;
}

.area-modal .sure {
  background: #037dfd;
  border-color: #037dfd;
  color: #fff;
}

.area-modal .close {
  position: absolute;
  right: 0;
  top: 8px;
  padding: 20px;
  cursor: pointer;
}

.area-modal .close css-icon {
  color: #999;
  font-size: 13px;
}

css-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  font-size: 12px;
  box-sizing: border-box;
  text-indent: -9999px;
  vertical-align: middle;
  position: relative;
}

css-icon::before,
css-icon::after {
  content: '';
  box-sizing: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-close::before {
  width: 90%;
  border-top: 1px solid;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-close::after {
  height: 90%;
  border-left: 1px solid;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}