/* 模态框样式 */
#loginModal {
  color: black;
}

#loginModal .modal-dialog {
  height: 100%;
  position: relative;
}

#loginModal p {
  display: flex;
  justify-content: space-around;
}

#loginModal .modal-content {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loginModal .modal-body {
  padding: 37px;
}

#loginModal .modal-body p span {
  font-size: 30px;
  color: black;
}

#loginModal #login-submit {
  display: flex;
  width: 80%;
  border-radius: 30px;
  justify-content: center;
  margin: 0px auto;
}

#loginModal #sms-submit {
  display: flex;
  width: 80%;
  border-radius: 30px;
  justify-content: center;
  margin: 0px auto;
}

#loginModal .modal-dialog .modal-title span {
  color: #858585;
  font-size: 17px;
  padding-bottom: 3px;
}

.modal-title-span-active {
  border-bottom: 2px solid !important;
  color: #222 !important;
  font-weight: 600 !important;
}

#loginModal .form-group {
  margin: 12px 0px;
}

#loginModal #remberPws {
  display: flex;
  justify-content: space-between;
}

#loginModal #remberPws #account-errs {
  color: red;
  visibility: hidden;
  font-size: 11px;
}

#loginModal .form-group label {
  display: block;
  margin: 0px;
}

#loginModal #sms-login {
  display: none;
}

#loginModal #sms-login .sms-box {
  position: relative;
}

#loginModal #sms-login .sms-box .sms-msg {
  position: absolute;
  top: 50%;
  left: 77.5%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #4e6ef2;
  cursor: pointer;
}

#loginModal #sms-login .sms-error-value span {
  color: #f33;
  font-size: 11px;
}

/* 注册页面样式 */

#registerModal .modal-dialog {
  height: 100%;
  position: relative;
}

#registerModal .modal-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#registerModal .form-group {
  margin-bottom: 20px;
}

#registerModal .register-sms-box {
  position: relative;
}

#registerModal .register-sms-box .register-sms-msg {
  position: absolute;
  top: 50%;
  left: 81.5%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #4e6ef2;
  cursor: pointer;
}

#registerModal p {
  display: flex;
  justify-content: space-around;
  padding: 20px 0px;
}

#registerModal .modal-body p span {
  font-size: 30px;
  color: black;
}

#registerModal #register-submit {
  display: flex;
  width: 80%;
  border-radius: 30px;
  justify-content: center;
  margin: 0px auto;
}

/* 申请入驻的样式 */
#settleIn {
  position: absolute;
  top: 110px;
  width: 100%;
  /* height: calc(100% - 110px); */
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

#settleIn .settleIn-title {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #353535;
  text-align: left;
  margin: 0px;
}

#settleIn .cart-box {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #settleIn .cart-box {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .settleInType-shop {
    margin: 0 !important;
    margin-top: 10px !important;
  }

  #superMarket {
    width: 100% !important;
    height: 100%;
    z-index: 1;
  }

  #superMarket #market-content .form-group {
    /* display: block !important; */
    flex-direction: column;
    width: 100% !important;
    margin: 10px 0px;
  }

  #superMarket #market-content .form-group label {
    width: 65% !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    display: block !important;
  }

  .superMarketBtn {
    width: 55% !important;
  }
  .upload-wrapper{
    overflow-x: scroll !important;
  }
}

#settleInType {
  position: relative;
}

#settleIn #settleInType .card {
  border-radius: 2px;
  /* box-shadow: 5px 5px 20px 5px #ccc; */
  border: 1px solid #e7e7eb;
  cursor: pointer;
  transition: all 0.6s;
}

#settleIn .imgBox {
  position: relative;
  height: 140px;
}

#settleIn #settleInType .card .card-body .card-title {
  text-align: center;
  font-size: 1.3em;
  color: #000;
  font-weight: bold;
}

#settleIn #settleInType .card .card-body .card-text {
  text-align: center;
  font-size: 0.6em;
  color: #9a9a9a;
  line-height: 1.5;
}

#settleIn .imgBox .icon-11 {
  /* width: 50px; */
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 45px;
}

#settleIn .spanTitle-market,
#settleIn .spanTitle-shop {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  padding: 5px 10px;
  background-color: #409eff;
  color: white;
  border-radius: 20px;
  opacity: 0;
  cursor: pointer;
  transform: all 0.6s;
}

.settleInType-shop {
  margin-left: 30px;
}

#settleIn h3 {
  color: #f60;
  text-align: center;
  padding: 20px 0px;
}

#superMarket {
  width: 55%;
  height: 100%;
  z-index: 1;
}

#superMarket #market-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

#superMarket #market-content .form-group {
  display: flex;
  width: 78%;
  margin: 10px 0px;
}

#superMarket #market-content .form-group label {
  width: 59%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

#superMarket #market-content .upload-wrapper .upload {
  width: 200px;
  height: 100px;
  border: 1px dashed #d9d9d9;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  cursor: pointer;
  position: absolute;
}

.img-upload {
  width: 200px;
  height: 100px;
  border: 1px dashed #d9d9d9;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  cursor: pointer;
  position: absolute;
}

#superMarket #market-content .upload-wrapper>div {
  position: relative;
  height: 100px;
}

#superMarket #market-content .upload-wrapper input {
  /* width: 100px; */
  /* height: 100px; */
  width: 200px;
  height: 100px;
  position: absolute;
  z-index: 999;
  opacity: 0;
}

#superMarket #market-content .upload-wrapper .upload span:nth-child(1) {
  font-size: 25px;
}

#superMarket #market-content .upload-wrapper .upload span:nth-child(2) {
  font-size: 14px;
}

.superMarketBtn {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

#viewImgModal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

/* 项目上传的loading遮罩层 */
#loadingBg {
  width: 100%;
  position: absolute;
  opacity: 0.5;
  background-color: #000;
  z-index: 999;
  display: none;
  height: 100%;
}

.loading-box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  align-items: center;
  align-items: center;
  font-size: 30px;
  color: blue;
  display: none !important;
}

#shop {
  width: 40%;
  height: 100%;
  border: 1px solid black;
}

/* 地图的样式 */
#marketMapContainer {
  width: 78%;
  height: 200px;
  display: flex;
}

#marketMapContainer label {
  width: 59%;
}

#marketMapBox {
  width: 100%;
  height: 200px;
}

.searchBox {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.searchBox #keyword {
  height: 30px;
  line-height: 30px;
  width: 260px;
  padding: 0 5px;
}

/* 审核列表样式 */
#auditListBox {
  position: absolute;
  background-color: white;
  height: calc(100vh - 110px);
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#auditListBox .card {
  height: 200px;
  border-radius: 20px;
  background-color: black;
}

#auditListBox .cardBox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
}

.auditListBoxWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#auditListBox .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#auditListBox .card .card-body h5,
p {
  color: #ccc;
}

.jumbotron {
  width: 50%;
  margin-bottom: 100px;
}

/* .backPage{
 position: absolute;
  left: 50%;
  top: 73.5%;
  transform: translate(-50%, -50%);
  color: black;
  cursor: pointer;
  padding: 2.125rem 5rem 2.125rem 5rem;
  font-size: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; 
} */

/* .backPage svg{
  width: 20px;
  height: 20px;
} */

/* 表单验证的星星 */
.csTitle::before,
.jyTitle::before,
.dhTitle::before,
.dmTitle::before,
.lmTitle::before,
.hmTitle::before,
.wzTitle::before,
.zrrTitle::before,
.zzTitle::before {
  display: inline-block;
  content: '*';
  color: #ff4d4f;
  padding-right: 2px;
}