@charset "UTF-8";
.clear {
  clear: both;
}

html, body {
  height: 100%;
  background: #f1f1f1;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:link, a:hover, a:active {
  text-decoration: none;
}

/*banner样式*/
.banner {
  width: 100%;
  height: 150px;
  background: url(/statics/images/image/help.jpg) center center no-repeat;
}
.banner img{
  display: none;
}
/*内容部分*/
#content_help {
  width: 100%;
  background-color: #f9f9f9;
  padding: 40px 0;
}
#content_help .help_center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#content_help .help_center #left {
  float: left;
  width: 230px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
  margin: 10px;
}
#content_help .help_center #left .menulist {
  background: #fff;
  border: 1px solid #fbdbdb;
  margin-top: -1px;
}
#content_help .help_center #left .menulist:first-child {
  margin-top: 0;
}
#content_help .help_center #left .menulist li.title {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  background: #ce0505;
  padding-left: 40px;
  font-size: 18px;
  text-indent: 0;
  color: #fff;
}
#content_help .help_center #left .menulist li.title:hover {
  color: #fff;
}
#content_help .help_center #left .menulist li.title i {
  padding-right: 5px;
  color: #fff;
  font-size: 18px;
}
#content_help .help_center #left .menulist li {
  font-size: 14px;
  line-height: 36px;
  text-indent: 60px;
  cursor: pointer;
}
#content_help .help_center #left .menulist li:hover {
  color: red;
}
#content_help .help_center #right {
  width: 920px;
  float: right;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
  margin: 10px;
  padding-bottom: 20px;
}
#content_help .help_center #right .hot_search {
  width: 100%;
  overflow: hidden;
}
#content_help .help_center #right .hot_search .search {
  float: left;
  width: 400px;
  margin-top: 20px;
  background: #ce0505;
  height: 40px;
  margin-left: 20px;
  display: flex;
}
#content_help .help_center #right .hot_search .search input {
  width: 300px;
  border: 2px solid #ce0505;
  text-indent: 20px;
}
#content_help .help_center #right .hot_search .search button {
  width: 80px;
  color: #fff;
  background: none;
  border: none;
  justify-content: center;
  width: 100px;
}
#content_help .help_center #right .hot_search .click_search {
  float: right;
  border: 1px solid #ccc;
  padding: 0 20px;
  width: 420px;
  margin-top: 20px;
  margin-right: 20px;
}
#content_help .help_center #right .hot_search .click_search span {
  line-height: 40px;
  height: 40px;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}
#content_help .help_center #right .hot_search .click_search a {
  font-size: 14px;
  color: #333;
  margin-left: 10px;
}
#content_help .help_center #right .hot_search .click_search a:hover {
  color: red;
}
#content_help .help_center #right .conter_list {
  width: 880px;
  margin: 20px;
  border: none;
}
#content_help .help_center #right .conter_list .title_vue {
  background-color: #f7f4f4;
  width: 100%;
  text-indent: 20px;
  color: #333;
  font-size: 16px;
  border-bottom: 0.5px dashed #ea6f6f;
  height: 50px;
  line-height: 50px;
}
.content_item{
  margin: 20px auto;
}
#content_help .help_center #right .conter_list .padding_rig60 {
  padding: 0 20px;
}
#content_help .help_center #right .conter_list h1.title {
  font-size: 18px;
  color: #676767;
  line-height: 50px;
  font-weight: 500;
  text-indent: 50px;
  background: #e8e8e8;
  cursor: pointer;
}
#content_help .help_center #right .conter_list h1.title i.right_jt {
  float: right;
  line-height: 50px;
  margin-right: 10px;
  font-size: 26px;
}
#content_help .help_center #right .conter_list h1.title i.bottom_jt {
  float: right;
  line-height: 50px;
  margin-right: 10px;
  font-size: 26px;
  color: red;
}
#content_help .help_center #right .conter_list .content_text {
  padding: 0px 50px;
}
#content_help .help_center #right .conter_list .content_text:first-child {
  display: block;
}

.conter_list .el-collapse-item__content {
  padding-bottom: 0;
}

.display_none{
  display: none;
}

.clickContent{
  position: relative;
}

.clickContent .iconfont{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.jiantou1{
  display: none;
}

@media all and (max-width: 640px) {
  #content_help{
    display: none;
  }
  .m_helpContent{
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .m_helpContent .title_list{
    width: 100%;
  }
  .m_helpContent .title_list .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #ce0505;
    text-align: center;
  }
  .m_helpContent .title_list .sunNav{
    width: 80%;
    height: 40px;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    transition: all 1s ease;
  }
  .m_helpContent .title_list .sunNav .sunTitle{
    width: 100%;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    text-indent: 20px;
  }
  .m_helpContent .title_list .sunNav .sunTitle>i{
    float: right;
    margin-right: 15px;
    color: #ccc;
  }
  .m_helpContent .title_list .sunNav a{
    text-indent: 30px;
    color: #999;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
  }
  .m_helpContent .title_list .sunNav a:last-child{
    border-bottom:none;
  }
  .m_helpContent .title_list .sunNav.on{
    height: auto
  }
  /*帮助中心移动端详情*/
  .helpcontent{
    width: 100%;
    margin: 40px auto 0;
    background: #fff;
    /*height:100%;*/
  }
  .helpcontent .helphead{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
  }
  .helpcontent .helphead .title{
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
  }
  .helpcontent .helphead .time{
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
  }
  .helpcontent .content{
    width: 94%;
    margin: 15px auto 0px;
    padding-bottom: 20px;
  }

  .helpcontent .content img{
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .banner{
    width: 100%;
    height: auto;
    background: none;
    margin-top: 40px;
  }
  .banner img{
    display: block;
    width: 100%;
  }

}