.bossgoo-contact-bigimg {
  position: relative;
  min-height: 100pxpx;
}

.bossgoo-contact-bigimg .banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-contact-bigimg .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.3;
}

.bossgoo-contact-bigimg .title {
  position: absolute;
  font-family: var();
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

.bossgoo-contact-bigimg .bossgoo-breadbrumb2 {
  position: absolute;
  bottom: 10%;
  z-index: 3;
  color: #fff;
}

.bossgoo-contact-bigimg .bossgoo-breadbrumb2 a {
  color: #fff;
  margin: 0 15px;
}

.bossgoo-contact-main {
  background-color: #f9f9f9;
}

.bossgoo-contact-main .title {
  font-size: 34px;
  font-weight: Bold;
  color: #333333;
  text-align: center;
  padding: 80px 0 40px;
}

.bossgoo-contact-main .mainBox1 {
  background-color: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(130, 130, 130, 0.12);
  border-radius: 6px;
  padding: 50px;
  display: flex;
  /* align-items: center; */
}

.bossgoo-contact-main .mainBox1 .main-l {
  width: 60%;
}

.bossgoo-contact-main .mainBox1 .textT {
  font-size: 26px;
  font-weight: Bold;
  color: #333333;
  margin-top: 50px;
}

.bossgoo-contact-main .mainBox1 .tab {
  display: flex;
}

.bossgoo-contact-main .mainBox1 .tab .one {
  margin-right: 60px;
  position: relative;
  font-weight: Bold;
  font-size: 22px;
  color: #333333;
  margin-top: 40px;
}

.bossgoo-contact-main .mainBox1 .tab li {
  cursor: pointer;
}

.bossgoo-contact-main .mainBox1 .tab .one::before {
  content: " ";
  display: block;
  position: absolute;
  left: 20%;
  /* transform: translateY(-50%); */
  bottom: 0px;
  width: 41px;
  height: 3px;
  background-color: var(--themeColor);
}

.bossgoo-contact-main .mainBox1 .tab .two {
  margin-right: 40px;
  position: relative;
  font-weight: Bold;
  font-size: 22px;
  color: #cecece;
  margin-top: 40px;
}

.bossgoo-contact-main .mainBox1 .tab li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bossgoo-contact-main .mainBox1 .tab .two::before {
  content: " ";
  display: none;
  position: absolute;
  left: 20%;
  /* transform: translateY(-50%); */
  bottom: -10px;
  width: 41px;
  height: 3px;
  background-color: #2d3d92;
}

.bossgoo-contact-main .mainBox1 .connection {
  margin-top: 50px;
  display: none;
  justify-content: space-between;
}

.bossgoo-contact-main .mainBox1 .connection.active {
  display: flex;
}

.bossgoo-contact-main .mainBox1 .connection li {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bossgoo-contact-main .mainBox1 .connection li p {
  text-align: center;
}

.iconBigBox {
  position: relative;
  margin-bottom: 20px;
}

.bossgoo-contact-main .mainBox1 .connection .iconbox {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--themeColor);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.15;
}

.bossgoo-contact-main .mainBox1 .connection i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--themeColor);
  font-size: 34px;
  opacity: 1;
}

.bossgoo-contact-main .main-r .imgbox {
  display: flex;
  justify-content: center;
}

.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(1) {
  font-size: 20px;
  font-weight: Bold;
  color: #333333;
  margin-bottom: 25px;
}

.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  font-family: "Aria";
}

.bossgoo-contact-main .mainBox1 .connection li div p:nth-child(2) a {
  display: inline-block;
  position: relative;
}

.bossgoo-contact-main .main-r {
  width: 40%;
  padding: 2%;
  display: none;
}

.bossgoo-contact-main .main-r.active {
  display: block;
}

.bossgoo-contact-main .main-r p:nth-child(2) {
  font-size: 20px;
  font-weight: Bold;
  color: #333333;
  margin: 10px 0;
  text-align: center;
}

.bossgoo-contact-main .main-r p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.bossgoo-contact-main .mainBox2 {
  background-color: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(130, 130, 130, 0.12);
  border-radius: 6px;
  padding: 50px;
  align-items: center;
  margin-top: 20px;
}

.bossgoo-contact-main .inputbox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.bossgoo-contact-main .mainBox2 input {
  width: 100%;
  padding: 20px 25px 20px 50px;
  background-color: #fafafa;
  border-radius: 4px;
}

.bossgoo-contact-main .mainBox2 .icon-24gf-bubblesDots6 {
  position: absolute;
  left: 25px;
  top: 18px;
}

.bossgoo-contact-main .mainBox2 .icon-youxiang {
  position: absolute;
  left: 25px;
  top: 15px;
}

.bossgoo-contact-main .mainBox2 textarea {
  width: 100%;
  padding: 20px 25px 20px 50px;
  background-color: #fafafa;
  border-radius: 4px;
}

.bossgoo-contact-main .mainBox2 .icon-shuxie {
  position: absolute;
  left: 25px;
  top: 15px;
}

.bossgoo-contact-main .mainBox2 .send {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 58px;
  background-color: var(--themeColor);
  box-shadow: 0px 7px 12px 0px rgba(40, 57, 147, 0.3);
  border-radius: 29px;
  text-align: center;
  padding: 0;
  line-height: 58px;
  font-size: 24px;
  color: #fff;
}

.bossgoo-contact-main .mainBox1 .send {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 38px;
  background-color: var(--themeColor);
  box-shadow: 0px 7px 12px 0px rgba(40, 57, 147, 0.3);
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}

.phone {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-contact-bigimg {
    display: none;
  }

  .phone {
    display: block;
  }

  .bossgoo-contact-main .main-r .bossgoo-contact-bigimg {
    display: none;
  }

  .bossgoo-breadbrumb2 {
    margin-left: 10px;
  }

  .phonetitle {
    padding-top: 40px;
    font-size: 40px;
    color: #333;
    text-align: center;
    font-weight: bold;
  }

  .bossgoo-contact-main .title {
    padding: 50px 0 30px;
  }

  .bossgoo-contact-main .main-r {
    display: none;
  }

  .bossgoo-contact-main .main-r.active {
    display: none;
  }

  .bossgoo-contact-main .mainBox1 .main-l {
    width: 100%;
  }

  .bossgoo-contact-main .mainBox1 .textT {
    margin-top: 0;
    text-align: center;
  }

  .bossgoo-contact-main .mainBox1 .tab {
    justify-content: center;
  }

  .bossgoo-contact-main .mainBox1 .tab .one,
  .bossgoo-contact-main .mainBox1 .tab .two {
    margin-right: 30px;
    margin-left: 30px;
  }

  .bossgoo-contact-main .mainBox1 .connection {
    flex-direction: column;
  }

  .bossgoo-contact-main .mainBox1 .connection li {
    flex-direction: row;
    width: 100%;
  }

  .bossgoo-contact-main .mainBox1 .connection li {
    margin-bottom: 20px;
  }

  .bossgoo-contact-main .mainBox1 .connection .iconBigBox {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .bossgoo-contact-main .mainBox1 .connection li div p:nth-child(1) {
    margin-bottom: 10px;
  }

  .bossgoo-contact-main .mainBox1 .connection li p {
    text-align: left;
  }

  .bossgoo-contact-main .mainBox2 .icon-youxiang {
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .phonetitle {
    font-size: 22px;
    padding-top: 20px;
  }

  .bossgoo-contact-main .title {
    padding: 25px 0 15px;
    font-size: 18px;
  }

  .bossgoo-contact-main .mainBox1 {
    padding: 20px;
  }

  .bossgoo-contact-main .mainBox1 .connection .iconbox {
    flex-shrink: 0;
  }

  .bossgoo-contact-main .mainBox1 .connection i {
    font-size: 24px;
  }

  .bossgoo-contact-main .mainBox1 .tab .one,
  .bossgoo-contact-main .mainBox1 .tab .two {
    margin-right: 10px;
    margin-left: 10px;
  }

  .bossgoo-contact-main .mainBox1 .textT {
    font-size: 18px;
  }

  .bossgoo-contact-main .mainBox1 .tab .one,
  .bossgoo-contact-main .mainBox1 .tab .two {
    font-size: 16px;
    margin-top: 20px;
  }

  .bossgoo-contact-main .mainBox1 .connection {
    margin-top: 30px;
  }

  .bossgoo-contact-main .mainBox1 .connection .iconbox {
    width: 50px;
    height: 50px;
  }

  .bossgoo-contact-main .mainBox1 .connection .iconbox i {
    font-size: 24px;
  }

  .bossgoo-contact-main .mainBox1 .connection li div p:nth-child(1) {
    font-size: 16px;
  }

  .bossgoo-contact-main .mainBox1 .connection li div p:nth-child(2) {
    font-size: 14px;
  }

  .bossgoo-contact-main .mainBox2 {
    padding: 20px;
  }

  .bossgoo-contact-main .mainBox2 .send {
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.bossgoo-contact-main .mainBox1 .tab .one {
  line-height: 1.5;
}
@media only screen and (max-width: 1040px) {
  .bossgoo-breadbrumb2 {
    font-size: 0.28rem;
    /* padding-bottom: .4rem; */
    margin-left: 0;
    padding: 0.4rem 0.2rem;
  }
}
