* {
  margin: 0;
  padding: 0;
  list-style: none;
}
.problem_box {
  background-color: rgb(243, 243, 243);
  overflow: hidden;
  /* height: 200vh; */
}

.problem_box_auto {
  margin: 0 360px;
  margin-top: 20px;
}
.inner-page-banner {
  background: url('../img/qnabanner.jpg') no-repeat;
  background-size: 100%;
}
.problem_banner .bgcolor {
  width: 100%;
  height: 40vh;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.breadcrumbs-area {
  margin: 0 auto;
}
.problem_banner h1 {
  font-size: 50px;
  color: white;
}
.problem_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.problem_list ul li {
  width: 980px;
  height: 100px;
  list-style: none;
  border-bottom: 1px solid rgb(228, 228, 228);
  background-color: #fff;
  overflow: hidden;
  padding-top: 30px;
}
.problem_list ul li .problem_txt {
  margin-left: 30px;
  color: black;
  text-decoration: none;
  white-space: nowrap; /*内容超宽后禁止换行显示*/
  overflow: hidden; /*超出部分隐藏*/
  text-overflow: ellipsis; /*文字超出部分以省略号显示*/
}
#problem_tit {
  margin-left: 30px;
  color: black;
  text-decoration: none;
  white-space: nowrap; /*内容超宽后禁止换行显示*/
  overflow: hidden; /*超出部分隐藏*/
  text-overflow: ellipsis; /*文字超出部分以省略号显示*/
}
.problem_list .user_information_box {
  width: 300px;
  height: 300px;
  /* border: 1px solid red; */
  background-color: #fff;
}
.problem_list .user_information {
  text-align: center;
}
.user_information .user_head {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid red;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 30px;
}
.user_information .user_name {
  margin: 30px 0 10px;
  text-align: center;
}
.my_ask {
  width: 200px;
  height: 40px;
  border: 1px solid #093c6c;
  text-align: center;
  margin: 10px auto;
}
.my_ask a {
  display: block;
  line-height: 40px;
  text-decoration: none;
}
.state {
  width: 80px;
  height: 30px;
  display: block;
  padding-top: 5px;
  border: 1px solid rgb(214, 214, 214);
  text-align: center;
  cursor: pointer;
  margin: 10px auto 0;
  position: absolute;
  bottom: 2px;
}
.questioner_box {
  margin-left: 30px;
  margin-top: 20px;
  display: flex;
}
.questioner {
  display: block;
  margin-left: 30px;
}
.link {
  width: 450px;
  display: block;
  text-decoration: none;
  display: flex;
  color: gray;
}
.question_time {
  margin-left: 30px;
}
.department {
  margin-left: 20px;
}
.round-btn {
  width: auto;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  padding: 10px 17px 11px;
  text-transform: uppercase;
  background-color: #093c6c;
}
.my_ask_qna {
  width: 200px;
  height: 40px;
  border: 1px solid #093c6c;
  text-align: center;
  margin: 10px auto;
}
.my_ask_qna a {
  display: block;
  line-height: 40px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.page-item:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  overflow: hidden;
}
.pagination > li {
  display: inline;
}
.pagination > li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #f4511e;
  border-color: #f4511e;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.menu {
  height: 38px;
  background-color: #f7f7f7;
  line-height: 38px;
  border-bottom: 1px solid #093c6c;
  font-family: 'microsoft yahei';
  color: #666;
}
/* .accordion-box {
  border: 1px solid red;
} */
.bg-accent {
  background-color: rgb(243, 243, 243);
}
.accordion-box .card .active {
  color: #fff;
  background-color: rgb(250, 154, 133);
  cursor: default;
}
.menu .menu-item {
  float: left;
  padding: 0 30px;
  cursor: pointer;
}
.menu .menu-item:hover {
  color: grey;
}
.content {
  min-height: 200px;
  border: 1px solid #eee;
  float: left;
}
.hide {
  display: none;
}

.parameter {
  width: 990px;
  color: #666;
}

#parameter-brand li {
  overflow: hidden;
  width: 50%;
}
.parameter ul li {
  float: left;
  padding-left: 42px;
  margin-bottom: 5px;
  overflow: hidden;
}
.parameter ul {
  overflow: hidden;
}
.parameter-list2 li {
  width: 200px;
}
.content a {
  text-decoration: none;
}
.noreply {
  justify-content: space-between;
  margin-top: 20px;
  background-color: #fff;
}

.noreply li {
  width: 980px;
  list-style: none;
  height: 150px;
  overflow: hidden;
  border-bottom: 1px solid rgb(228, 228, 228);
}

.noreply li .problem_tit,
.problem_txt {
  margin-left: 30px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .flex {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
} */
.flex .user_information_box {
  height: 230px;
  padding: 0 30px;
  border: 1px solid rgb(228, 228, 228);
  text-align: center;
  background-color: white;
  margin-top: 20px;
}
.reply {
  justify-content: space-between;
  background-color: #fff;
}

.reply li {
  width: 980px;
  list-style: none;
  height: 150px;
  overflow: hidden;
  border-bottom: 1px solid rgb(228, 228, 228);
}
.reply li .problem_tit,
.problem_txt {
  margin-left: 30px;
  color: black;
  text-overflow: ellipsis;
  overflow: hidden;
}
.col-4 {
  margin-top: 30px;
  display: flex;
}
.col-4 .qna_list {
  background-color: #093c6c;
  color: white;
  margin-top: 30px;
  height: 50px;
  overflow: hidden;
}
.col-4 .qna_list h3 {
  padding: 10px 10px;
  text-align: center;
}
.col-4 input {
  height: 40px;
  margin-top: 10px;
  font-size: 16px;
}
.user_info {
  width: 100%;
  background-color: #093c6c;
  color: white;
  margin-top: 20px;
}
.user_info h3 {
  padding: 10px 0;
}
.form-control {
  width: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #ccc;
  padding-left: 5px;
}
.edit {
  width: 60px;
  height: 30px;
  display: block;
  margin-top: 10px;
  padding-top: 5px;
  border: 1px solid rgb(214, 214, 214);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: black;
}
.right_box {
  position: relative;
  width: 130px;
  margin-left: 350px;
  display: flex;
}
.right_box .replied {
  color: red !important;
}
.wait_state {
  color: green;
}
@media (max-width: 1370px) {
  .problem_box_auto {
    margin: 0 10px;
  }
  .menu {
    margin-top: 50px;
  }
}
.accordion-box .list-cont {
  margin: 8px 6px;
  width: 30px;
  height: 30px;
  background: rgb(249, 110, 79);
  border-radius: 80px;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 0;
}
/*  */
.ask-question-box {
  display: flex;
  justify-content: right;
}

.ask-question {
  padding: 5px 10px;
  display: block;
  text-align: center;
  color: #ffffff !important;
  background-color: rgb(249, 110, 79);
  border-radius: 0.125rem;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 14px 0px 10px 0;
  text-decoration: none;
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}
.faq-btn {
  padding: 5px 10px;
  display: block;
  text-align: center;
  color: #ffffff !important;
  background-color: rgb(249, 110, 79);
  border-radius: 0.125rem;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 14px 21px 10px 0;
  text-decoration: none;
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}
.query {
  padding: 5px 10px;
  display: block;
  text-align: center;
  color: #ffffff !important;
  background-color: rgb(249, 110, 79);
  border-radius: 0.125rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
}
#accordion {
  margin-top: 10px;
}
.icon-name {
  width: 15px;
  height: 20px;
  background: url('../icon/icon-name.png') no-repeat;
  background-size: 100%;
}
.icon-phone {
  width: 15px;
  height: 20px;
  background: url('../icon/icon-phone.png') no-repeat;
  background-size: 100%;
}
.icon- {
  width: 15px;
  height: 20px;
  background: url('../icon/icon-phone.png') no-repeat;
  background-size: 100%;
}
.icon-username {
  width: 15px;
  height: 20px;
  background: url('../icon/icon-username.png') no-repeat;
  background-size: 100%;
}
.icon-email {
  width: 15px;
  height: 20px;
  background: url('../icon/icon-email.png') no-repeat;
  background-size: 100%;
}
.icon-customername {
  width: 15px;
  height: 20px;
  background: url('../icon/icon-customername.png') no-repeat;
  background-size: 100%;
  display: inline-block;
}
.icon-departmentname {
  width: 15px;
  height: 20px;
  background: url('../icon/icon-departmentname.png') no-repeat;
  background-size: 100%;
}
.icon-position {
  width: 15px;
  height: 20px;
  background: url('../icon/icon-position.png') no-repeat;
  background-size: 100%;
}
#customerName {
  font-size: 11px;
}
.product-filter-heading .product-sorting .ordering-controller .ordering-btn {
  border: 0.0625rem solid #d7d7d7;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  color: #646464;
  padding: 0.5rem 0.625rem;
  line-height: 1;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.selected {
  background-color: rgb(249, 110, 79);
  color: white; /* 选中状态的文字颜色 */
}
