.content {
  /* width: 19.20rem; */
  color: rgba(0, 0, 0, 0.9);
}

.help_bg {
  width: 100vw;
  /* height: 5.4rem; */
  position: relative;
  max-width: 25.60rem;
	margin-left: auto;
	margin-right: auto;
}

.help_bg .bg {
  width: 100vw;
  /* height: 5.4rem; */
  position: relative;
  max-width: 25.60rem;
	margin-left: auto;
	margin-right: auto;
  height: auto;
  display: block;
  object-fit: cover;
}
.help_bg .bg img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.help_top {
  position: absolute;
  top: 1.64rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.help_top .help_top_title {
  font-size: .18rem;
  line-height: .26rem;
}

.help_top .help_top_text {
  margin-top: .08rem;
  font-size: .44rem;
  line-height: .66rem;
}

.help_search {
  width: 6rem;
  height: .6rem;
  border-radius: 1rem;
  background: #fff;
  position: relative;
  padding: 0 .6rem;
  margin-top: .6rem;
  display: flex;
  align-items: center;
}

.help_search img {
  width: .28rem;
  height: .28rem;
  position: absolute;
  left: .2rem;
  /* top: 50%; */
  top: .15rem;
  /* transform: translateY(-50%); */
}

.help_search input {
  font-size: .18rem;
  line-height: .26rem;
  /* height: .26rem; */
  width: 100%;
  color: rgba(0, 0, 0, 0.9);
  height: 100%;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.help_ul {
  padding: 1.6rem 2.5rem .8rem;
  padding-bottom: 0;
}

.help_li {
  margin-bottom: .8rem;
}

.help_li_top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.help_li_title {
  font-size: .4rem;
  line-height: .6rem;
}

.help_li_btn {
  width: 1.92rem;
  height: .6rem;
  border-radius: 1rem;
  border: .02rem solid rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .18rem;
  line-height: .26rem;
}

.help_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .4rem;
}

.help_item {
  position: relative;
  width: 4.47rem;
  height: 2.52rem;
  margin-right: .4rem;
  overflow: hidden;
  cursor: pointer;
}

.help_list .help_item:last-child {
  margin-right: 0;
}

.help_item img {
  width: 100%;
  height: 100%;
}

.help_item_text {
  position: absolute;
  width: 100%;
  padding: 0 .27rem 0 .2rem;
  font-size: .2rem;
  line-height: .28rem;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: .4rem;
  left: 0;
  z-index: 1;
}

.help_item_view{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.help_li_btn:hover {
  color: #fff;
  border: none;
  background: rgba(100, 59, 235, 1);
}

.input_tips {
  position: absolute;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
  width: 6rem;
  height: 6.04rem;
  overflow-y: auto;
  padding: .12rem;
  border-radius: .1rem;
  z-index: 1;
  bottom: -6.12rem;
  left: 0;
  background: #fff;
  display: none;
}

.input_tips .input_tips_item {
  width: 100%;
  padding: 0 .2rem;
  height: .58rem;
  display: flex;
  align-items: center;
  font-size: .18rem;
  line-height: .26rem;
  color: rgba(0, 0, 0, 0.9);
}

.input_tips .input_tips_item:hover {
  background: rgba(246, 240, 255, 1);
  border-radius: .1rem;
  cursor: pointer;
}

.input_tips span{
  color: rgba(100, 59, 235, 1);
}


.help_detail_bg {
  /* height: 3.46rem; */
}

.help_detail_bg .help_top {
  top: 1rem;
}

.help_detail_bg .help_top .help_top_text {
  margin-top: 0;
}

.content_detail {
  padding: 0rem 2.5rem;
  display: flex;
  align-items: flex-start;
  /* height: calc(100vh - 1.96rem); */
  /* overflow: hidden; */
  padding-bottom: 0;
}

.content_left {
  margin-right: .8rem;
  position: sticky;
  top: 1.4rem;
  align-self: flex-start;
  z-index: 2;
  background: #fff;
  margin-top: .8rem;
  /* position: fixed;
  top: 5.06rem;
  left: 2.5rem; */
}

.content_right {
  flex: 1;
  margin-left: 32px;
  /* overflow-y: auto;
  max-height: calc(100vh - 40px); */
  /* height: calc(100% - 0.8rem); */
  /* overflow-y: auto; */
	margin-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.content_right_title {
  font-size: .36rem;
  line-height: .44rem;
  color: rgba(0, 0, 0, 0.9);
}

.content_right_text {
  color: rgba(0, 0, 0, 0.6);
  font-size: .18rem;
  line-height: .26rem;
  margin-top: .28rem;
}

.content_right_img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: .4rem;
}

.content_right_imgs {
  margin-top: .4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_right_imgs img {
  width: 2.98rem;
  height: auto;
}

.content_left_li {
  width: 3.85rem;
  padding: .2rem .24rem;
  background: rgba(248, 248, 248, 1);
  margin-bottom: .16rem;
  border-radius: .12rem;
}

.li_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  font-size: .2rem;
  height: .28rem;
  /* text-align: center; */
}

.li_item div{
  /* line-height: .28rem; */
}

.content_item {
  display: none;
  margin-top: .13rem;
}

/* 展开的抽屉内容 */
.content_left_li.active .content_item {
  display: block;
}

/* 箭头旋转效果可选 */
.content_left_li .img {
  transition: transform 0.2s;
}

.content_left_li.active .img {
  transform: rotate(180deg);
}

.content_item div {
  padding: 0 .12rem;
  font-size: .16rem;
  /* line-height: .24rem; */
  color: rgba(0, 0, 0, 0.6);
  display: block;
  border-radius: .08rem;
  cursor: pointer;
  height: .48rem;
  display: flex;
  align-items: center;
}

.content_item_select {
  background-color: rgba(0, 0, 0, 0.04);
}

.content_item div:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.help_item img {
  transition: transform 0.5s ease;
}

.help_item img:hover {
  transform: scale(1.1);
}