@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  body {
    background: #f7f7f7;
  }
}

@media screen and (min-width: 600px) {
  .mobile {
    display: none;
  }
  body {
    background: #fff;
  }
}

[v-cloak] {
  display: none;
}
.pc {
  width: 950px;
  box-sizing: border-box;
  margin: 0 auto;
}
.navigation {
  color: #777;
  height: 45px;
  box-sizing: border-box;
  line-height: 45px;
}
.navigation a {
  color: #777 !important;
  font-size: 12px;
}
.navigation a:hover {
  color: #cc0000 !important;
}
.active {
  color: #cc0000;
}
.faq-box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  display: flex;
  min-height: 400px;
}
.faq-type-list {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e8e8;
  width: 218px;
  box-sizing: border-box;
}
.faq-type-list-title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #d01f2a;
  text-align: left;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.faq-type-list-title::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 30px;
  background: #d01f2a;
  position: relative;
  margin-right: 2px;
  top: -4px;
}
.faq-type-list-title::after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 30px;
  background: #d01f2a;
  position: relative;
  top: -4px;
  margin-left: 5px;
}
.faq-type-list .active {
  background: #ff5a59;
  border-left: 1px solid #ff5a59;
  color: #fff;
}
.faq-type-item {
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.faq-type-item > span {
  display: block;
  width: 100px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #404040;
  text-align: left;
  margin-left: 8px;
}
/* .faq-type-item:hover {
  background: #ff5a59;
  border-left: 1px solid #ff5a59;
  color: #fff;
}
.faq-type-item:hover span {
  color: #ffffff;
} */
.faq-type-list .active span {
  color: #ffffff;
}
.faq-type-item div {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.faq-type-list .active .icon_cjwt {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_cjwt_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item .icon_cjwt {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_cjwt.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item:hover .icon_cjwt {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_cjwt_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-list .active .icon_shensu {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_shensu_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item .icon_shensu {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_shensu.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item:hover .icon_shensu {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_shensu_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-list .active .icon_progress {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_progress_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item .icon_progress {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_progress.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item:hover .icon_progress {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_progress_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-list .active .icon_chongzhi {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_chongzhi_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item .icon_chongzhi {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_chongzhi.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item:hover .icon_chongzhi {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_chongzhi_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-list .active .icon_advice {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_advice_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item .icon_advice {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_advice.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item:hover .icon_advice {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_advice_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.faq-type-item:hover {
  background: #ff5a59;
  border-left: 1px solid #ff5a59;
  color: #fff;
}
.faq-type-list .faq-type-item:hover span {
  color: #ffffff;
}
.faq-list {
  width: 730px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0px 32px;
}
.type-tip {
  line-height: 24px;
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #404040;
  text-align: left;
  position: relative;
}
.search_box {
  position: absolute;
  right: 0px;
  top: 12px;
  height: 28px;
  box-sizing: border-box;
  width: 250px;
}
.search_icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  top: 7px;
  background: url(/User/Templates/default/callcenter/static/img/pc/search.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.search_box input {
  height: 28px;
  width: 250px;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 0 16px;
}
.search_box input {
  border: 1px solid #cccccc;
}
.search_box .search_list {
  width: 250px;
  box-sizing: border-box;
  padding: 16px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  background: #fff;
  position: absolute;
  top: 36px;
}
.search_box .search_item {
  text-align: left;
  line-height: 16px;
  height: 16px;
  box-sizing: border-box;
  margin-bottom: 12px;
  cursor: pointer;
  max-width: 218px;
  width: 218px;
}
.search_box .search_item a {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #404040;
  line-height: 16px;
  height: 16px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 218px;
}
.search_box .search_item a em {
  font-family: PingFangSC-Regular;
}
.search_box .search_item a:hover {
  color: #ff5a59;
}
.search_box .search_item:last-child {
  margin-bottom: 0px;
}
.type-tip::before {
  display: inline-block;
  content: '';
  height: 16px;
  width: 4px;
  background: #d7363e;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.list_box {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
}
.list_box .faq-list-item {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #404040;
  line-height: 20px;
  margin-bottom: 16px;
  vertical-align: top;
}
.list_box .faq-list-item::before {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ff5a59;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
/* 移动端 */
.mobile {
  width: 100vw;
}
.mb-title {
  line-height: 52px;
  text-align: center;
  background: #fff;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0px -1px 0px 0px rgba(217, 217, 217, 0.5);
  position: relative;
}
.icon-home {
  position: absolute;
  top: 19px;
  left: 16px;
  width: 14px;
}
.mb-typeofquestion {
  box-sizing: border-box;
  padding: 16px;
}
.type-item {
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  margin-bottom: 15px;
}
.type-item .icon-Slice {
  color: #bfbfbf;
}
