.userHelp{
  padding-top: 100px;
  margin-bottom: 120px;
  position: relative;
}
.userHelp .container{
  position: relative;
  min-height: 333px;
}
.userHelpLeft{
  width: 880px;
}
.userHelpLeftTop{
  width: 100%;
  box-shadow: 0px 0px 16px 1px rgba(46, 73, 141, 0.08);
  background: #fff !important;
}
.userHelpLeftBottom{
  width: 100%;
  box-shadow: 0px 0px 16px 1px rgba(46, 73, 141, 0.08);
  margin-top: 30px;
  background: #fff !important;
}
.userHelpRight{
  width: 300px;
  background: #fff;
  /* position: fixed; */
  /* top: 100px; */
  /* left: 50%;
  transform: translateX(-50%);
  z-index: 99999; */
  background: #fff;
  z-index: 999;
}
.userHelpRightWrap{
  position: fixed;
  box-shadow: 0px 0px 16px 1px rgba(46, 73, 141, 0.16);
  border-top: 6px solid #EF5A94;
  background: #fff;
  z-index: 999;
}
.userHelpRight h2{
  height: 44px;
  line-height: 44px;
  margin-left: 20px;
  color: #D2D2D2;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.userHelpRightHeader{
  margin-top: 22px;
  margin-left: 20px;
}
.userHelpRightHeaderTitle{
  width: 187px;
  margin-left: 10px;
}
.userHelpRightHeaderTitle em{
  display: block;
  font-style: normal;
  font-size: 18px;
  color: #000;
  margin-top: 8px;
}
.userHelpRightHeaderTitle strong{
  display: block;
  font-size: 16px;
  margin-top: 8px;
  color: #000000;
}
.userHelpRightHeaderTitle strong span{
  color: #EF5A94;
}
.userHelpRightContent{
  margin-left: 48px;
  margin-top: 40px;
}
.userHelpRightContent li{
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.userHelpRightContent li::before{
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../image/userHelpRightIcon.png);
  background-position: center;
  position: absolute;
  top: -2px;
  left: -32px;
}
.userHelpRightType{
  padding-top: 18px;
  margin: 0 20px;
  padding-bottom: 30px;
}
.userHelpRightType li{
  float: left;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.userHelpRightType li:nth-child(4){
  margin-right: 0;
}
.userHelpRightType li img{
  width: 42px;
  height: 42px;
}
.userHelpRightType li p{
  font-size: 14px;
  color: #000;
  margin-top: 8px;
}







.userHelpLeftTop{
  padding: 15px 0px 20px 0px;
}
.userHelpLeftTop h1{
  color: #EF5A94;
  font-size: 16px;
  padding-left: 30px;
}
.userHelpLeftTop ul {
  padding-left: 30px;
}
.userHelpLeftTop ul li{
  margin-top: 30px;
  position: relative;
}
.userHelpLeftTop ul li::after{
  content: "";
  width: 810px;
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  top: 40px;
}
.userHelpLeftTop ul li:nth-last-child(1)::after{
  background: #fff;
}
.userHelpLeftTop ul li a{
  display: flex;
  height: 24px;
  line-height: 24px;
  justify-content:space-between;
}
.userHelpLeftTop ul li a .title {
  color: #000;
  font-size: 16px;
}
.userHelpLeftTop ul li a img {
  margin-right: 30px;
}
.userHelpLeftTop ul li a .time {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-right: 20px;
}

.userHelpLeftArticle{
  padding: 30px 0;
}
.userHelpLeftArticle h1{
  color: #000;
  font-size: 36px;
}
.userHelpLeftArticle .time{
  color: #999;
  font-size: 14px !important;
  margin-top: 20px;
  padding-left: 30px;
}

/*.userHelpLeftArticle h2{*/
/*  font-size: 24px;*/
/*  color: #000;*/
/*  text-align: left;*/
/*  margin-top: 20px;*/
/*  padding-left: 30px;*/
/*}*/
/*.userHelpLeftArticle p{*/
/*  font-size: 18px;*/
/*  color: #333;*/
/*  line-height: 30px;*/
/*  margin-top: 20px;*/
/*  text-indent: 2em;*/
/*  padding-left: 30px;*/
/*  padding-right: 30px;*/
/*}*/

.userHelpLeftArticleContent{
    font-size: 18px !important;
    line-height: 34px !important;
}
.userHelpLeftArticleContent font{
    font-size: 18px !important;
    line-height: 34px !important;
}
.userHelpLeftArticleContent div{
    font-size: 18px !important;
    line-height: 34px !important;
}
.userHelpLeftArticleContent span{
    font-size: 18px !important;
    line-height: 34px !important;
}
.userHelpLeftArticleContent p{
    font-size: 18px !important;
    line-height: 34px !important;
}
.userHelpLeftArticleContent strong{
    font-size: 18px !important;
    line-height: 34px !important;
}
.userHelpLeftArticleContent em{
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 34px !important;
}

.userHelpLeftArticleContent{ 
    padding: 20px 30px;
}

.userHelpLeftArticle img{
  max-width: 800px !important;
  height: auto !important; 
  
  margin: 20px 0;
}
.userHelpLeftArticle img.center{
    position: relative;
  left: 50%;
  transform: translateX(-50%);
}





.userHelpLeftBottom{
  padding: 15px 0px;
}
.userHelpLeftBottom h1{
  color: #EF5A94;
  font-size: 16px;
  padding-left: 30px;
}
.userHelpLeftBottom h2{
  color: #EF5A94;
  font-size: 16px;
  padding-left: 30px;
}
.userHelpLeftBottom ul {
  padding-left: 30px;
}
.userHelpLeftBottom ul li{
  margin-top: 30px;
  position: relative;
}
.userHelpLeftBottom ul li::after{
  content: "";
  width: 810px;
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  top: 40px;
}
.userHelpLeftBottom ul li:nth-last-child(1)::after{
  background: #fff;
}
.userHelpLeftBottom ul li a{
  display: flex;
  height: 24px;
  line-height: 24px;
  justify-content:space-between;
}
.userHelpLeftBottom ul li a .title {
  color: #000;
  font-size: 16px;
}
.userHelpLeftBottom ul li a img {
  margin-right: 30px;
}
.userHelpLeftBottom ul li a .time {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-right: 20px;
}

/* 分页css开始 */

.eyou-pagination{
  padding: 20px 30px;
  text-align: center;
  display: flex;
  justify-content:center;
}
.eyou-pagination a,
.eyou-pagination span{
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  margin: 0 6px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #333;
  background: #fff;
}
.eyou-pagination a:hover{
  border-color: #EF5A94;
  color: #EF5A94!important;
}
.eyou-pagination span.current{
  background: #EF5A94;
  border-color: #EF5A94;
  color: #fff;
}
.eyou-pagination .disabled{
  color: #ccc;
  border-color: #eee;
  cursor: not-allowed;
}

.userHelpRightContent a:hover{color:#EF5A94!important;}

/* 分页css结束 */



.UserHelpArticlejiange{
    width: 100%;
    background: #F7F8FC;
    height: 2rem;
}





.sjUserHelp{
  padding: 0 1.5rem;
}
.sjUserHelp h1{
  color: #EF5A94;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.sjUserHelp ul li {
  margin-top: 2.1rem;
  line-height: 24px;
}
.sjUserHelp ul li a{
  display: block;
}
.sjUserHelp ul li a span{
  display: block;
  color: #000;
  font-size: 1.4rem;
  line-height: 24px;
}
.sjUserHelpTop{
   padding-bottom: 2rem; 
   
}
.sjUserHelpBottom{
  padding-bottom: 2rem; 
}
.sjUserHelpTop ul li{
    position: relative;
}
.sjUserHelpTop ul li::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  top: 37px;
}
.sjUserHelpTop ul li:nth-last-child(1)::after{
  background: #fff;
}
.sjUserHelpBottom ul li{
    position: relative;
}
.sjUserHelpBottom ul li::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  top: 37px;
}
.sjUserHelpBottom ul li:nth-last-child(1)::after{
  background: #fff;
}

.sjuserHelpLeftArticleHeader{
  padding: 4rem 0 1.5rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.sjuserHelpLeftArticleHeader h1{
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 0;
}
.sjuserHelpLeftArticleHeader .time{
  font-size: 1rem;
  color: #999;
  text-align: center;
  margin-top: 1.5rem;
}
.sjuserHelpLeftArticleContent{
  padding: 1.5rem 0rem 2rem 0rem;
}
/*.sjuserHelpLeftArticleContent h2{*/
/*  color: #333;*/
/*  font-size: 1.6rem;*/
/*  text-align: left;*/
/*  margin-bottom: 1.5rem;*/
/*}*/
/*.sjuserHelpLeftArticleContent p{*/
/*  color: #666;*/
/*  font-size: 1.4rem;*/
/*  text-align: left;*/

/*  line-height: 2.2rem;*/
/*}*/
.sjuserHelpLeftArticleContent{
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
}
.sjuserHelpLeftArticleContent font{
   font-size: 1.6rem !important;
    line-height: 2.8rem !important;
}
.sjuserHelpLeftArticleContent div{
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
}
.sjuserHelpLeftArticleContent span{
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
}
.sjuserHelpLeftArticleContent p{
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
}
.sjuserHelpLeftArticleContent strong{
  font-size: 1.6rem !important;
    line-height: 2.8rem !important;
}
.sjuserHelpLeftArticleContent em{
    font-style: normal !important;
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
}


.sjuserHelpLeftArticleContent img{
  width: 96% !important;
  height: auto !important;
  margin: 1.5rem 0;
  position: relative;
  left: 50%; 
  transform: translateX(-50%);
}
.sjuserHelpLeftArticleContent img.nochangeSize{
  width: auto !important;
}
.sjuserHelpLeftArticleBottom{
  padding: 1.5rem 0;
}
.sjuserHelpLeftArticleBottom h1{
  margin-top: 0;
}

