.bossgoo-news-details1 {
  padding: 30px 0
}

.bossgoo-news-details1 .largePic {
  width: 100%;
  height: auto;
  position: relative;
}

.bossgoo-news-details1 .largePic img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 600px;
}

.bossgoo-news-details1 .largePic .time {
  width: 165px;
  height: 46px;
  background-color: var(--themeColor);
  color: white;
  line-height: 46px;
  position: absolute;
  right: 0;
  top: -40px;
  text-align: center;
}

.bossgoo-news-details1 .content {
  /* margin: 40px 0 20px; */
  padding: 30px 0;
}

.bossgoo-news-details1 .content .contentTitle {
  height: 65px;
  line-height: 65px;
  border-left: 4px solid var(--themeColor);
  padding-left: 30px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.bossgoo-news-details1 .content .text {
  color: #666666;
  line-height: 30px;
  margin-bottom: 15px;
  max-height: 100%;
}

.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 .largePic img {
    max-height: 20rem;
  }
  .bossgoo-news-details1 .largePic .time {
    font-size: 0.36rem;
    width: 4rem;
    height: .8rem;
    line-height: .8rem;
    right: 0;
    top: .4rem;
  }
  /* .bossgoo-news-details1 .content {
    margin: .8rem 0 .4rem;
  } */
  .bossgoo-news-details1 .content .contentTitle {
    height: 1.2rem;
    line-height: 1.2rem;
    border-left: 0.08rem solid var(--themeColor);
    padding-left: .6rem;
    /* font-size: .6rem; */
    font-size: .6rem;
    margin-bottom: .3rem;
  }
  .bossgoo-news-details1 .content .text {
    line-height: .6rem;
  }
  .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 .largePic img {
    max-height: 20rem;
  }
  .bossgoo-news-details1 .largePic .time {
    font-size: 0.18rem;
    width: 2.6rem;
    height: .5rem;
    line-height: .5rem;
    right: 0;
    top: .2rem;
  }
  .bossgoo-news-details1 .content {
    /* margin: .4rem 0 .2rem; */
    padding: .3rem 0;
  }
  .bossgoo-news-details1 .content .contentTitle {
    height: .6rem;
    line-height: .6rem;
    border-left: 0.04rem solid var(--themeColor);
    padding-left: .3rem;
    font-size: .4rem;
    margin-bottom: .15rem;
  }
  .bossgoo-news-details1 .content .text {
    line-height: .5rem;
  }
  .bossgoo-news-details1 .navigationBar {
    border-top: .01rem solid #ebebeb;
    margin-bottom: .4rem;
  }
  .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;
  margin: 0 auto;
}

.bossgoo-supplier-email2 .emailTitle {
  height: 45px;
  line-height: 45px;
  border-left: 4px solid var(--themeColor);
  padding-left: 30px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222222
}

.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;
  color: #666;
}

.bossgoo-supplier-email2 .form input::-webkit-input-placeholder,
.bossgoo-supplier-email2 .form textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 16px;
    color: #666;
}
.bossgoo-supplier-email2 .form input::-moz-placeholder,
.bossgoo-supplier-email2 .form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #666;
}
.bossgoo-supplier-email2 .form input:-ms-input-placeholder,
.bossgoo-supplier-email2 .form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 16px;
    color: #666;
}

.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;
  color: #666;
}

.bossgoo-supplier-email2 .form input[type="submit"] {
  width: 120px;
  height: 50px;
  /* border-radius: 6px; */
  font-size: 18px;
  cursor: pointer;
  color: #222;
  border: 3px solid #ebebeb;
}

.bossgoo-supplier-email2 .email2Inquire .Validform_error {
  background-color: #ffe7e7 !important;
}

.bossgoo-supplier-email2 .btnBox {
  width: 120px;
  height: 50px;
  overflow: hidden;
}

.bossgoo-supplier-email2 .btnBg {
  height: 50px;
  width: 0px;
  background-color: #fff;
}

.bossgoo-supplier-email2 .btnBg:hover{
  background-color: var(--themeColor);
}

.bossgoo-supplier-email2 .btnBg:hover input{
  border: 3px solid var(--themeColor);
}

.bossgoo-supplier-email2 .btnBox:hover .btnBg {
  width: 120px;
}

.bossgoo-supplier-email2 .btnBox:hover input {
  color: white;
}

.bossgoo-supplier-email2 .Validform_checktip {
  font-size: 14px;
}

@media only screen and (max-width:1040px) {
  .bossgoo-supplier-email2 {
    /* margin: 0.3rem auto; */
    padding: 0.6rem 0.2rem;
  }
  .bossgoo-supplier-email2 .emailTitle {
    padding-left: 0.6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    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.36rem;
    line-height: 0.72rem;
  }
  .bossgoo-supplier-email2 .form textarea {
    height: 4rem;
    padding: 0.4em 0.4rem 0.4rem 0.7rem;
    font-size: 0.36rem;
    line-height: 0.72rem;
  }
  .bossgoo-supplier-email2 .form input[type="submit"] {
    width: 2.4rem;
    height: 1rem;
    border-radius: 0.08rem;
    left: 50%;
    font-size: 0.36rem;
    border: 0.03rem solid var(--themeColor);
    border-left: 0.24rem solid var(--themeColor);
  }
  .bossgoo-supplier-email2 .btnBox {
    width: 2.4rem;
    height: 1rem;
    border-radius: 0.08em;
  }
  .bossgoo-supplier-email2 .btnBg {
    height: 1rem;
    width: 0.24rem;
  }
  .bossgoo-supplier-email2 .btnBox:hover .btnBg {
    width: 0.24rem;
  }
  .bossgoo-supplier-email2 .btnBox:hover input {
    color: black;
  }

  .bossgoo-supplier-email2 .form input::-webkit-input-placeholder,
  .bossgoo-supplier-email2 .form textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 0.36rem;
  }
  .bossgoo-supplier-email2 .form input::-moz-placeholder,
  .bossgoo-supplier-email2 .form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 0.36rem;
  }
  .bossgoo-supplier-email2 .form input:-ms-input-placeholder,
  .bossgoo-supplier-email2 .form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 0.36rem;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-supplier-email2 {
    margin: 0.3rem auto;
    padding: 0 0.2rem;
  }
  .bossgoo-supplier-email2 .emailTitle {
    padding-left: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.4rem;
    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.28rem;
    line-height: 0.36rem;
  }
  .bossgoo-supplier-email2 .form textarea {
    height: 2rem;
    padding: 0.2rem 0.2rem 0.2rem 0.35rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .bossgoo-supplier-email2 .form input[type="submit"] {
    width: 1.2rem;
    height: 0.55rem;
    border-radius: 0.04rem;
    left: 50%;
    font-size: 0.3rem;
    border: 0.01rem solid var(--themeColor);
    border-left: 0.12rem solid var(--themeColor);
  }
  .bossgoo-supplier-email2 .form input::-webkit-input-placeholder,
  .bossgoo-supplier-email2 .form textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 0.28rem;
  }
  .bossgoo-supplier-email2 .form input::-moz-placeholder,
  .bossgoo-supplier-email2 .form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 0.28rem;
  }
  .bossgoo-supplier-email2 .form input:-ms-input-placeholder,
  .bossgoo-supplier-email2 .form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 0.28rem;
  }
  .bossgoo-supplier-email2 .btnBox {
    width: 1.5rem;
    height: 0.55rem;
    border-radius: 0.04rem;
  }
  .bossgoo-supplier-email2 .btnBg {
    height: 0.55rem;
    width: 0.15rem;
  }
  .bossgoo-supplier-email2 .btnBox:hover .btnBg {
    width: 0.15rem;
  }
}
