.bossgoo-news-details1 {
  padding: 60px 0
}

.bossgoo-news-details1 .title{
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}
.bossgoo-news-details1 .time{
  text-align: center;
}

.bossgoo-news-details1 .content {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.bossgoo-news-details1 .navigationBar {
  border-top: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}

.bossgoo-news-details1 .navigationBar .leftbtn,
.bossgoo-news-details1 .navigationBar .rightbtn {
  border: 3px solid #ebebeb;
  width: 105px;
  height: 45px;
  line-height: 42px;
  margin-top: 20px;
  text-align: center;
}

.bossgoo-news-details1 .navigationBar .leftbtn a,
.bossgoo-news-details1 .navigationBar .rightbtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bossgoo-news-details1 .navigationBar .leftbtn:hover,
.bossgoo-news-details1 .navigationBar .rightbtn:hover{
  background-color: var(--themeColor);
  border: 3px solid var(--themeColor);
}
.bossgoo-news-details1 .navigationBar .leftbtn:hover a,
.bossgoo-news-details1 .navigationBar .rightbtn:hover a{
  color: #fff;
}

@media only screen and (max-width:1440px) {
  .bossgoo-news-details1 {
    padding: 60px 0;
  }
}
@media only screen and (max-width:1040px) {
  .bossgoo-news-details1 {
    padding: 0.6rem 0.2rem;
  }
  .bossgoo-news-details1 .title{
    font-size: .36rem;
    margin-bottom: .3rem;
    line-height: 1.4;
  }
  .bossgoo-news-details1 .content {
    margin: .3rem 0;
    line-height: 1.5;
  }
  .bossgoo-news-details1 .navigationBar {
    border-top: .02rem solid #ebebeb;
    margin-bottom: .8rem;
  }
  /* .bossgoo-news-details1 .navigationBar .rightbtn {
    background-color: var(--themeColor);
    width: 1.4rem;
    height: .9rem;
    line-height: .9rem;
    margin-top: .4rem;
    text-align: center;
  } */
  .bossgoo-news-details1 .navigationBar .leftbtn,
  .bossgoo-news-details1 .navigationBar .rightbtn {
    border: 0.06rem solid #ebebeb;
    width: 2.8rem;
    height: .9rem;
    line-height: .84rem;
    margin-top: .4rem;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-news-details1 {
    padding: 0.6rem 0.2rem;
  }
  .bossgoo-news-details1 .title{
    font-size: .4rem;
    margin-bottom: .3rem;
  }
  .bossgoo-news-details1 .content {
    margin: .4rem 0 .2rem;
  }
  .bossgoo-news-details1 .navigationBar {
    border-top: .01rem solid #ebebeb;
    margin-bottom: .4rem;
  }
  /* .bossgoo-news-details1 .navigationBar .rightbtn {
    background-color: var(--themeColor);
    width: .7rem;
    height: .45rem;
    line-height: .45rem;
    margin-top: .2rem;
    text-align: center;
  } */
  .bossgoo-news-details1 .navigationBar .leftbtn,
  .bossgoo-news-details1 .navigationBar .rightbtn {
    border: 0.03rem solid #ebebeb;
    width: 2rem;
    height: .7rem;
    line-height: .7rem;
    margin-top: .2rem;
  }
}





.bossgoo-supplier-email2 {
  padding: 30px 0 100px;
}

.bossgoo-supplier-email2 .emailTitle {
  height: 65px;
  line-height: 65px;
  border-left: 4px solid var(--themeColor);
  padding-left: 30px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.bossgoo-supplier-email2 .form {
  width: 100%;
  height: auto
}

.bossgoo-supplier-email2 .form .emailinput {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.bossgoo-supplier-email2 .form input[type^="text"] {
  width: 100%;
  background-color: #f8f8f8;
  padding: 17px 20px 17px 40px;
  font-size: 16px;
  line-height: 26px;
}

.bossgoo-supplier-email2 .form textarea {
  font-family: Arial, Helvetica, sans-serif !important;
  width: 100%;
  height: 200px;
  background-color: #f8f8f8;
  padding: 17px 20px 17px 40px;
  font-size: 16px;
  line-height: 30px;
}

.bossgoo-supplier-email2 .form input[type="button"] {
  width: 120px;
  height: 50px;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--themeColor);
  border-left: 10px solid var(--themeColor);
}


@media only screen and (max-width:1040px) {
  .bossgoo-supplier-email2 {
    margin: 0.3rem auto;
    padding: 0 0.2rem;
  }
  .bossgoo-supplier-email2 .emailTitle {
    padding-left: 0.6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: 0.36rem;
    border-left: 0.1rem solid var(--themeColor);
    margin-bottom: 0.4rem;
  }
  .bossgoo-supplier-email2 .form .emailinput {
    margin-bottom: 0.4rem;
  }
  .bossgoo-supplier-email2 .form input[type^="text"] {
    padding: 0.4rem 0.40rem 0.4rem 0.7rem;
    font-size: 0.28rem;
    line-height: 0.72rem;
  }
  .bossgoo-supplier-email2 .form textarea {
    height: 4rem;
    padding: 0.4em 0.4rem 0.4rem 0.7rem;
    font-size: 0.28rem;
    line-height: 0.72rem;
  }
  .bossgoo-supplier-email2 .form input[type="button"] {
    width: 2.4rem;
    height: .8rem;
    border-radius: 0.08rem;
    left: 50%;
    font-size: 0.28rem;
    border: 0.03rem solid var(--themeColor);
    border-left: 0.24rem solid var(--themeColor);
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-supplier-email2 {
    margin: 0.3rem auto;
    padding: 0 0.4rem;
  }
  .bossgoo-supplier-email2 .emailTitle {
    padding-left: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
    border-left: 0.05rem solid var(--themeColor);
    margin-bottom: 0.2rem;
  }
  .bossgoo-supplier-email2 .form .emailinput {
    margin-bottom: 0.2rem;
  }
  .bossgoo-supplier-email2 .form input[type^="text"] {
    padding: 0.2rem 0.20rem 0.2rem 0.35rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .bossgoo-supplier-email2 .form textarea {
    height: 2rem;
    padding: 0.2rem 0.2rem 0.2rem 0.35rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .bossgoo-supplier-email2 .form input[type="button"] {
    width: 1.2rem;
    height: 0.55rem;
    border-radius: 0.04rem;
    left: 50%;
    font-size: 0.18rem;
    border: 0.01rem solid var(--themeColor);
    border-left: 0.12rem solid var(--themeColor);
  }
}