.aboutUs-navbar{
  /* 恢复文檔流 */
  /* position: relative !important; */
}
input{
  outline:none;
}
textarea {
  outline: none;
}

.detail-content-box{
  width: 1266px;
  min-height: calc(100vh - 596px);
  padding-top: 98px;
  margin: 0 auto 80px auto;
}

@media screen and (max-width:1334px) {
  .detail-content-box{
    width: 1024px;
  }
  .email-box{
    margin-top: 20px;
  }
}
.detail-content-box-title{
  padding:56px 0 43px 0;
}
/* 标题 */
.detail-content-box-title p{
  margin: 0;
  text-align: center;
  width: 100%;
}
.detail-content-box-title p:nth-of-type(1){
  margin-bottom: 12px;
  font-size: 20px;
}
.detail-content-box-title p:nth-of-type(2){
  font-size: 14px;
}

.detail-content-box-left {
  width: 34%;
  height: auto;
}
.detail-content-box-left::-webkit-scrollbar {
  display: none;
}
.detail-content-box-left>p:nth-of-type(1){
  font-size: 24px;
  margin: 0 0 24px 0;
}
.detail-content-box-left-msg {
  font-size: 14px;
  margin-bottom: 32px;
  font-weight: 600;
}
.detail-content-box-left-msg span:nth-of-type(1) {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
}
.detail-content-box-left-msg span:nth-of-type(2) {
  display: inline-block;
  width: 56%;
  font-size: 14px;
}


.detail-content-box-right {
  width: 66%;
}
.detail-content-box-right label {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 32px;
  color: #333333;
  letter-spacing: 1px;
  opacity: 1;
  margin-right: 8px;
}
.form-sty{
  width: 100%;
}
.input-sty{
  width:288px;
  height: 36px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.input-sty1{
  width: calc(100% - 125px);
  height: 36px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.input-sty2{
  width: 100%;
  min-height: 167px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px 15px;
  background-color: #fff;
}







