.help_index .breadcrumbs {
  width: 1226px;
  margin: 0 auto;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #666666;
}
.help_index .breadcrumbs a {
  color: #666666;
}
.help_index .user-box {
  width: 1226px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  min-height: 600px;
}
.help_index .user-box .navbar {
  width: 234px;
  background-color: #fff;
  padding: 36px 0;
}
.help_index .user-box .navbar .box-hd {
  height: 52px;
}
.help_index .user-box .navbar .box-hd .title {
  margin: 0 48px 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  color: #333333;
}
.help_index .user-box .navbar ul {
  margin-bottom: 12px;
}
.help_index .user-box .navbar ul li {
  font-size: 14px;
  padding: 6px 48px;
}
.help_index .user-box .navbar ul li.active a {
  color: #ff6700;
}
.help_index .user-box .navbar ul li a {
  color: #666666;
}
.help_index .user-box .navbar ul li a:hover {
  color: #222222;
}
.help_index .user-box .user-box-content {
  height: 100%;
  margin-left: 14px;
  flex: 1;
  background: #fff;
}
.help_index .user-box .user-box-content .content-title {
  font-size: 30px;
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  background-color: white;
  padding: 0px 48px;
  color: #666666;
}
.help_index .user-box .user-box-content .service-right-section {
  background-color: #fbfbfb;
  border-bottom: 1px solid #efeded;
}
.help_index .user-box .user-box-content .service-right-section .title {
  display: block;
  padding-left: 48px;
  margin-top: 0;
  line-height: 70px;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.help_index .user-box .user-box-content .service-right-section .title.cur {
  color: #ff6700;
}
.help_index .user-box .user-box-content .service-right-section .title.cur span {
  color: #ff6700;
}
.help_index .user-box .user-box-content .service-right-section .title.cur .arrow {
  border-bottom: 1px solid #ff6700;
  border-right: 1px solid #ff6700;
  margin-top: 30px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.help_index .user-box .user-box-content .service-right-section .title:hover {
  color: #ff6700;
}
.help_index .user-box .user-box-content .service-right-section .title:hover span {
  color: #ff6700;
}
.help_index .user-box .user-box-content .service-right-section .title:hover .arrow {
  border-bottom: 1px solid #ff6700;
  border-right: 1px solid #ff6700;
}
.help_index .user-box .user-box-content .service-right-section:last-child {
  border-bottom: none;
}
.help_index .user-box .user-box-content .service-right-section .arrow {
  float: right;
  _display: inline;
  width: 10px;
  height: 10px;
  margin: 26px 28px 0 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.help_index .user-box .user-box-content .service-right-section .con {
  display: none;
  padding: 32px 48px;
  margin: 0;
  line-height: 24px;
  overflow: hidden;
  _zoom: 1;
}
.help_index .user-box .user-box-content .service-right-section .con img {
  max-width: 100%;
}
.help_index .user-box .user-box-content .service-right-section .show {
  display: block;
}
.help_index .user-box .user-box-content .service-right-section.hideDiv {
  padding-top: 20px;
  padding-bottom: 10px;
}
.help_index .user-box .user-box-content .service-right-section.hideDiv .con {
  height: auto;
  display: none;
  margin-bottom: 22px;
}
