a,
a:hover {
  text-decoration: none;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-bg .modal-container {
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #F4F4F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-bg .modal-container .modal-cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 13px;
  cursor: pointer;
}
.modal-bg .modal-container .modal-logo {
  width: 111px;
  height: 26px;
  margin: 45px auto 50px;
}
.modal-bg .modal-container .modal-logo img {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container {
  width: 315px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal-bg .modal-container .modal-input-container .modal-input {
  border: none;
  color: #000000;
  width: 70%;
  height: 40px;
  outline: none;
}
.modal-bg .modal-container .modal-input-container input[type='tel'],
.modal-bg .modal-container .modal-input-container input[type='password'] {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container .modal-get-code {
  color: #E73828;
  cursor: pointer;
  white-space: nowrap;
}
.modal-bg .modal-container .modal-input-container .modal-pwd-tip {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 12px;
  color: #E73828;
  line-height: 12px;
}
.modal-bg .modal-container .modal-red-font {
  color: #E73828;
}
.modal-bg .modal-container .modal-btn {
  margin: 50px auto 0;
  width: 216px;
  height: 42px;
  background: #E73828;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .alert {
    left: 100px !important;
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 979px) {
  .alert {
    left: 60px !important;
    width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .modal-bg .modal-container {
    max-width: 90%;
  }
  .modal-bg .modal-container .modal-input-container {
    max-width: 80%;
  }
  .alert {
    left: 0 !important;
    width: 100% !important;
  }
}
.form-control {
  border: 1px solid #e6e6e6 !important;
  color: #333333 !important;
  font-size: 16px !important;
}
.alert {
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 9999;
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-top: -150px;
}
.alert .content span {
  line-height: 45px;
  padding: 0 60px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
.content-wrapper .business-top-banner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s;
}
.content-wrapper .business-top-banner:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .business-top-banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
}
.content-wrapper .business-top-banner .business-top-big-font {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 61px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 6px 6px;
  padding: 17px 12px 0;
  color: #FFFFFF;
  font-size: 20px;
}
.content-wrapper .business-top-banner .business-top-big-font span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.content-wrapper .sub-banner-wrapper {
  display: block;
  margin-top: 0;
}
.content-wrapper .sub-banner-wrapper .item {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  overflow: hidden;
}
.content-wrapper .sub-banner-wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .sub-banner-wrapper .col-lg-6,
.content-wrapper .sub-banner-wrapper .col-md-6 {
  padding: 0 16px 20px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item {
  width: 100%;
}
@media (max-width: 1199px) {
  .content-wrapper .business-top-banner img {
    height: 262px !important;
  }
  .content-wrapper .sub-banner-wrapper .item {
    height: 121px;
  }
}
@media (max-width: 979px) {
  .content-wrapper .business-top-banner img {
    height: 38.8vw !important;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image {
    height: 25.65vw !important;
  }
}
@media (max-width: 767px) {
  .content-wrapper .business-top-banner:hover {
    transform: none;
  }
  .content-wrapper .business-top-banner img {
    width: 100%;
    height: 38.93vw !important;
  }
  .content-wrapper .business-top-banner .business-top-big-font {
    font-size: 16px;
  }
  .content-wrapper .info-section-wrapper {
    padding: 30px 0 0;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image {
    height: 53.06vw !important;
  }
}
/*# sourceMappingURL=start-business.css.map */
/* add by wh for 1600px 自适应*/
@media (min-width: 1600px) {
  .content-wrapper .business-top-banner{
    width: 514px;
  }
  .business-top-row .bg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  .business-top-row .bord{
    position: absolute;
    top: 0;
    left: 0;
    width: 1314px;
    height: 420px;
    background-color: rgba(0, 0, 0, .7) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  .business-top-row{
    position: relative;
    width: 1314px;
    height: 420px;
    /* background: ; */
  }
  .business-top-cover {
    position: absolute;
    top: 60px;
    left: 142px;
  }
  .list-wrapper >.col-lg-4 {
    width: 25%;
  }
  .content-wrapper .sub-banner-wrapper .col-lg-6 {
    width: 258px;
  }
}