.pc {
  width: 950px;
  margin: 0 auto;
}
.navigation {
  color: rgba(0, 0, 0, 0.25);
}
.navigation a {
  line-height: 45px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #777777 !important;
}
.navigation a:hover {
  color: #d7363e !important;
}
.navigation span {
  line-height: 45px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #777777;
}
.navigation span.active {
  color: #d7363e;
}
.service-content {
  border: 1px solid #d9d9d9;
  display: flex;
  min-height: 547px;
}
.service-list {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e8e8;
  width: 218px;
  box-sizing: border-box;
}
.service-item {
  width: 100%;
  height: 51px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
}
.service-item div {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.service-item:hover {
  background: #ff5a59;
  color: #fff;
}
.service-item:hover span {
  color: #fff;
}
.service-list .icon_call_active {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_call_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-item .icon_call {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_call.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-item:hover .icon_call {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_call_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-list .icon_gm_active {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_gm_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-item .icon_gm {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_gm.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-item:hover .icon_gm {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_gm_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-list .icon_shensu_active {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_shensu_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-item .icon_shensu {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_shensu.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-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%;
}
.service-list .icon_advice_active {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_advice_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-item .icon_advice {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_advice.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-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%;
}
.service-list .icon_progress_active {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_progress_active.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-item .icon_progress {
  background: url(/User/Templates/default/callcenter/static/img/pc/icon_progress.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.service-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%;
}
.service-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;
}
.service-list-title::after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 30px;
  background: #d01f2a;
  position: relative;
  top: -4px;
  margin-left: 5px;
}
.service-list-title::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 30px;
  background: #d01f2a;
  position: relative;
  margin-right: 2px;
  top: -4px;
}
.service-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;
}
.active-item {
  background: #ff5a59;
}
.active-item span {
  color: #fff;
}
.service-slot {
  width: 732px;
  padding-right: 32px;
  padding-left: 32px;
  box-sizing: border-box;
}
.service-item-title {
  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;
}
.service-item-title::before {
  display: inline-block;
  content: '';
  height: 16px;
  width: 4px;
  background: #d7363e;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.no_login {
  padding-top: 32px;
}
.no_login .tip_info {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #404040;
  text-align: left;
}
