@charset "UTF-8";
.Help_container {
  position: relative;
}
.Help_container p {
  line-height: 1.8;
}
.Help_container .bb-title, .Help_container .Help_content .right.howToChoose .title {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.Help_container .t-title, .Help_container .Help_content .right.howToChoose .b-title {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 25px;
}
.Help_container .t-s-title, .Help_container .Help_content .right.howToChoose .b-s-title, .Help_container .t-s-title-add {
  color: #666;
  line-height: 1.8;
}
.Help_container .t-s-title .content, .Help_container .Help_content .right.howToChoose .b-s-title .content, .Help_container .t-s-title-add .content {
  padding-left: 10px;
}
.Help_container .t-s-title-add {
  color: #989898;
}
.Help_container .spanPoint, .Help_container .t-s-title span, .Help_container .Help_content .right.howToChoose .b-s-title span, .Help_container .t-s-title-add span {
  font-weight: bold;
  margin-right: 5px;
  font-size: 20px;
  height: 14px;
  line-height: 14px;
  vertical-align: 3px;
}
.Help_container .Help_content {
  padding-top: 60px;
  margin: 0 auto;
  overflow-y: auto;
}
.Help_container .Help_content .right .part > .title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.Help_container .Help_content .right .part > .title .dropdown-arrow {
  display: none;
}
.Help_container .Help_content .right .part .details .detail-item {
  margin-top: 11px;
  cursor: pointer;
}
.Help_container .Help_content .right .part .details .detail-item > .title {
  font-size: 15px;
  color: #000;
}
.Help_container .Help_content .right .part .details .detail-item > .title span {
  display: inline-block;
  font-family: "黑体";
  margin-right: 10px;
}
.Help_container .Help_content .right .part .details .detail-item.selected {
  cursor: auto;
}
.Help_container .Help_content .right .part .details .detail-item.selected > .title {
  color: #ffb258;
}
.Help_container .Help_content .right .part .details .detail-item.selected > .title span {
  transform: rotate(90deg);
}
.Help_container .Help_content .right .part .details .detail-item.selected .tips {
  display: block;
}
.Help_container .Help_content .right .part .details .detail-item .tips {
  display: block;
}
.Help_container .Help_content .right .part .details .detail-item .tips .tip {
  margin-top: 11px;
  font-size: 14px;
}
.Help_container .Help_content .right .part .details .detail-item .tips .tip .title {
  color: #000;
}
.Help_container .Help_content .right .part .details .detail-item .tips .tip .title span {
  font-weight: bold;
  margin-right: 5px;
  font-size: 20px;
  height: 14px;
  line-height: 14px;
  vertical-align: bottom;
}
.Help_container .Help_content .right .part .details .detail-item .tips .tip .content {
  margin-top: 11px;
  color: #666;
  line-height: 1.8;
}
.Help_container .Help_content .right .part .details .detail-item .tips .tip.selected {
  cursor: auto;
}
.Help_container .Help_content .right .part .details .detail-item .tips .tip.selected .title {
  color: #ffb258;
}
.Help_container .Help_content .right .part .details .detail-item .tips .tip.selected .content {
  display: block;
}
.Help_container .Help_content .right .part2 {
  margin-top: 60px;
}
.Help_container .Help_content .right .part2 .answers .item {
  font-size: 16px;
  margin-top: 25px;
}
.Help_container .Help_content .right .part2 .answers .item .title {
  color: #000;
}
.Help_container .Help_content .right .part2 .answers .item .title span.point {
  font-weight: bold;
  margin-right: 5px;
  font-size: 20px;
  height: 14px;
  line-height: 14px;
  vertical-align: bottom;
}
.Help_container .Help_content .right .part2 .answers .item .title a.keyword {
  color: #ffb258;
}
.Help_container .Help_content .right .part2 .answers .item .content {
  margin-top: 11px;
  font-size: 14px;
  color: #999;
  padding-left: 13px;
}
.Help_container .Help_content .right.howToChoose img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.Help_container .Help_content .right.howToChoose.howToChoose2 img {
  width: auto;
}
.Help_container .Help_content .right.howToChoose.howToChoose2 .showImg {
  padding-left: 30px;
}
.Help_container .Help_content .right.howToChoose.howToChoose2 .showImg2 + .showImg2 {
  margin-top: 15px;
}
.Help_container .Help_content .right.howToChoose.howToChoose2 .showImg2 .b-s-title:nth-child(1) {
  margin-left: -10px;
}
.Help_container .Help_content .right .tableShow .table {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.Help_container .Help_content .right .tableShow .table thead tr th,
.Help_container .Help_content .right .tableShow .table tbody tr td {
  padding: 8px 12px;
  text-align: center;
  color: #333;
  border: 1px solid #ddd;
  border-collapse: collapse;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .Help_content .left {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .Help_content .left .part > .title {
    position: relative;
  }
  .Help_content .left .part > .title .dropdown-arrow {
    display: block;
    background-image: url("../img/women/women-icon1.png");
    width: 15px;
    height: 9px;
    background-size: 15px 9px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .Help_content .left .part.selected > .title .dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
    margin-top: -5px;
  }
}

/*# sourceMappingURL=help.css.map */
