@media screen and (max-width: 600px) {
  #app {
    width: 100vw;
    overflow: hidden;
  }
  .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;
  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: #c9242b;
}
.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-list .active span {
  color: #fff;
}
.faq-type-item div {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.faq-list {
  width: 730px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0px 32px;
}
.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;
}
.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;
  margin-bottom: 32px;
}
.type-tip::before {
  display: inline-block;
  content: '';
  height: 16px;
  width: 4px;
  background: #d7363e;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.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;
}
.question-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 20px;
}
.answer {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 22px;
}
.answer p {
  color: rgba(0, 0, 0, 0.65) !important;
}
.answer span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.answer a {
  color: #ff5a59 !important;
}
.answer pre {
  word-break: break-all;
  white-space: break-spaces;
}
.answer img,
.mb-answer img {
  max-width: 100% !important;
  height: auto !important;
}
/* 移动端 */
.mobile {
  width: 100vw;
}
.mb-title {
  height: 52px;
  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: fixed;
  border-bottom: 1px solid #d9d9d9;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 3;
}
.mb-title p {
  height: 52px;
}
.icon-home {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb-title p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb-title .icon-select {
  transform: rotate(-90deg);
  margin-left: 7px;
}
.mobile-content {
  padding-top: 52px;
}
.question-item {
  margin-bottom: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
}
.mb-question-title {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 10px;
}
.mb-answer {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
}
.mb-question-types {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 52px;
}
.mb-type-item {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: none;
}
.mb-type-item:last-child {
  border-radius: 0 0 4px 4px;
}
