@charset "UTF-8";
/* 联系我们-招商加盟 */
.main-container {
  background-color: #ffffff;
  padding-bottom: 5vw;
}
.main-container .banner {
  width: 100%;
  height: auto;
}
.main-container .banner img {
  width: 100%;
  aspect-ratio: 1920/674;
  object-fit: cover;
}
.main-container .content-box {
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.main-container .content-box .lxt {
  font-size: 2rem;
  line-height: 4rem;
  margin-top: 40px;
}
.main-container .content-box .lxc {
  line-height: 40px;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.main-container .content-box .lxcc {
  width: 50%;
  overflow: hidden;
  float: left;
}
.main-container .content-box .lxcc span {
  display: block;
  float: left;
}
.main-container .content-box .lxcc span:nth-child(1) {
  color: #999;
}
.main-container .content-box .lxb {
  user-select: none;
  height: 80px;
  overflow: hidden;
  margin-top: 20px;
}
.main-container .content-box .lxb>span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  /* line-height: 50px; */
  height: 50px;
  border-radius: 25px;
  padding: 0 45px;
  margin-right: 10px;
  background: #ddd;
  cursor: pointer;
  float: left;
}
.main-container .content-box .lxb>span.on {
  color: #fff;
  background: var(--color-primary);
}
.main-container .content-box .ybox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 5vw;
  user-select: none;
}
.main-container .content-box .ybox .yrow {
  height: 65px;
  line-height: 60px;
  color: #666;
  overflow: hidden;
  font-size: 1rem;
  width: 100%;
}
.main-container .content-box .ybox .yrow label {
  width: 100%;
}
.main-container .content-box .ybox .yrow.w-100 {
  width: 100%;
}
.main-container .content-box .ybox .yrow.w-100 .yrow1 {
  width: 100%;
}
.main-container .content-box .ybox .yrow.w-100 .yrow1 label {
  width: 30%;
}
.main-container .content-box .ybox .yrow a {
  text-decoration: underline;
  color: var(--color-primary);
}
.main-container .content-box .ybox .yrow1 {
  width: calc(50% - 10px);
  height: 60px;
  float: left;
  margin-left: 0 !important;
}
.main-container .content-box .ybox .rowline {
  border-bottom: 1px solid #dadada;
}
.main-container .content-box .ybox .yrow1:nth-child(even) {
  margin-left: 20px;
}
.main-container .content-box .ybox .yrow1 span,
.main-container .content-box .ybox label {
  display: block;
  width: 30%;
  float: left;
}
.main-container .content-box .ybox .yrow1 input.inp {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #666;
  font-size: 1rem;
  border: 0;
  background: transparent;
}
.main-container .content-box .ybox .yrow2 {
  border-bottom: 1px solid #dadada;
}
.main-container .content-box .ybox .yrow2 span {
  display: block;
  width: 15%;
  line-height: 60px;
  color: #999;
  float: left;
  overflow: hidden;
}
.main-container .content-box .ybox .yrow2 select {
  width: 28%;
  height: 60px;
  font-size: 1rem;
  color: #666;
  float: left;
  line-height: 60px;
  border: 0;
  background: transparent;
}
.main-container .content-box .ybox .yrow3 {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  padding: 15px 0;
}
.main-container .content-box .ybox .yrow3 textarea {
  width: 100%;
  height: 100px;
  border: 0;
  resize: none;
  font-family: inherit;
  font-size: 1rem;
  color: #666;
  line-height: 26px;
}
.main-container .content-box .ybox .ybtn {
  border: none;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
  background: var(--color-primary);
}

@media screen and (max-width: 1100px) {
  .top-nav {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(30px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    color: #333333;
    --active-color: #333333;
  }
  .top-nav .nav-item {
    color: #333333 !important;
  }
  .top-nav .nav-container .left-box .logo img:last-child {
    opacity: 1;
  }
  .top-nav .nav-container .left-box .logo img:first-child {
    opacity: 0;
  }
  .main-container {
    padding-top: 70px;
  }
  .main-container .content-box .lxbox {
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .main-container .content-box .lxt {
    font-size: 1.25rem;
    line-height: 150%;
    margin-top: 30px;
  }
  .main-container .content-box .lxc {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .main-container .content-box .lxcc {
    overflow: hidden;
    width: 100%;
  }
  .main-container .content-box .lxcc span {
    display: block;
    font-size: 0.875rem;
    line-height: 200%;
  }
  .main-container .content-box .lxcc span:nth-child(1) {
    color: #999;
    float: left;
  }
  .main-container .content-box .lxcc span:nth-child(2) {
    float: right;
  }
  .main-container .content-box .lxb {
    height: 50px;
    overflow: hidden;
    margin-top: 30px;
  }
  .main-container .content-box .lxb span {
    display: block;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    margin-right: 5px;
    background: #ddd;
    cursor: pointer;
    float: left;
    font-size: 0.75rem;
  }
  .main-container .content-box .lxb span.on {
    color: #fff;
  }
  .main-container .content-box .ybox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .main-container .content-box .ybox .yrow {
    height: auto;
    line-height: 40px;
    color: #666;
    overflow: hidden;
    font-size: 0.75rem;
  }
  .main-container .content-box .ybox .yrow a {
    text-decoration: underline;
  }
  .main-container .content-box .ybox .yrow1 {
    width: 100%;
    height: 40px;
  }
  .main-container .content-box .ybox .rowline {
    border-bottom: 1px solid #eee;
  }
  .main-container .content-box .ybox .yrow1 span,
  .main-container .content-box .ybox label {
    display: block;
    width: 30%;
    float: left;
  }
  .main-container .content-box .ybox .yrow1 input.inp {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 0.75rem;
    border: 0;
    background: transparent;
  }
  .main-container .content-box .ybox .yrow2 {
    border-bottom: 1px solid #eee;
  }
  .main-container .content-box .ybox .yrow2 span {
    display: block;
    width: 25%;
    line-height: 40px;
    color: #999;
    float: left;
    overflow: hidden;
  }
  .main-container .content-box .ybox .yrow2 select {
    width: 25%;
    height: 40px;
    font-size: 0.75rem;
    color: #666;
    float: left;
    line-height: 40px;
    border: 0;
    background: transparent;
  }
  .main-container .content-box .ybox .yrow3 {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }
  .main-container .content-box .ybox .yrow3 textarea {
    width: 100%;
    height: 80px;
    border: 0;
    font-size: 0.75rem;
    color: #666;
    line-height: 150%;
  }
  .main-container .content-box .ybox .ybtn {
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .main-container .content-box .yyok {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
  }
  .main-container .content-box .okp {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 110px auto 0 auto;
    overflow: hidden;
  }
  .main-container .content-box .okp img {
    width: 50%;
    height: 50%;
    margin: 25%;
    display: block;
  }
  .main-container .content-box .okt {
    line-height: 80px;
    text-align: center;
    font-size: 1.6rem;
  }
  .main-container .content-box .oki {
    width: 100%;
    line-height: 50px;
    font-size: 1rem;
    color: #999;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 80px;
  }
}