
*{margin: 0;padding: 0;}
.weixin-help-content{
    position: relative;top:20px;
    width: 80%;color: #666;
    margin: auto;
}
.weixin-help-content img{display: inline-block;vertical-align: middle;}
.weixin-help-content .content{
    position: relative;width: 100%;
}
.weixin-help-content .title{
    height: 60px;line-height: 60px;
    border-bottom: 1px #ccc solid;padding-bottom: 10px;
}
.weixin-help-content .title .title-txt{
    display: inline-block;;
}
.weixin-help-content .text{
    display: inline-block;padding-top: 20px;padding-left: 20px;
    width: 48%;
    position: absolute;
    left: 0;top:0;
}
.weixin-help-content .text .txt{
    line-height: 30px;
}
.weixin-help-content .text .arrow-img{
    display: inline-block;width: 100%;position: relative;
    height: 60px;line-height: 60px;text-align: right;

}
.weixin-help-content .text .arrow-img img{
    position: absolute;right: 0;
    top:50%;margin-top: -30px;
}
.weixin-help-content .phone-img{
    display: inline-block;width: 48%;text-align: right;padding-top: 20px;
    position: absolute;right: 0;top:0;
}
