*{
    padding: 0;margin: 0;
    list-style: none;
    text-decoration: none;
}
#logo p {
    color: #000000 !important;
    font-size: 24px !important;
    float: left;
    margin-top: 5px;
    font-weight: 400;
}
body,html{
	margin:0px;
	height:100%;
}
.right_content  img{
    display: block;
    margin: 0 auto;
}
.helpCon_left{
    width: 216px;
    display: table;
    float: left;
    min-height: 600px;
    /* height: 1095px; */
    /*box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);*/
    /*border: 1px solid #F6F3F4;*/
    border-top: 5px solid #E1251B;
    padding: 10px 0;
}
.helpCon_left ul{
    margin-bottom: 9px;
    
}
.helpCon_left h3{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
    height: 26px;
    padding: 0px 18px;

}
.active{
    background-color:#fdf1f1 !important;
}
.active_color{
    color: #E51D27 !important;
}
.helpCon_left li{
    font-size: 14px;
    height: 35px;
    color: #999;
    line-height: 33px;
    padding: 0px  10px;
    font-family: "MicrosoftYaHei";
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}
.helpCon_left li:hover{
    background-color: #fdf1f1;
}
.helpCon_left li i{
    position: absolute;
    display: block;
    width: 8.5px;
    height: 8.5px;
    background: url(../images/commentimg/jiehe.png) no-repeat center center;
    right: 14px;
    top: 38%;
    display: none;
}
.helpCon_right{
    width: 970px;
    float: right;
    display: none;
}
.helpRight_title{
    width: 100%;
    height: 54px;
background-color: #fff;
margin-bottom: 5px;

}
.helpRight_title h3{
    line-height: 54px;
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 14px;
    font-weight: 400;
    font-family: PingFangSC, PingFang SC;
}
.helpContent{
    /*margin-bottom: 100px;*/
}
.right_content{
    position: relative;
    padding: 20px 13px;
    border: 1px solid #F6F3F4;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    min-height: 636px;

}
.content_title{
    width: 100%;
    height: 50px;

}
.content_title a{
    margin-right: 54px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    position: relative;
    float: left;
}
.content_title a i{
    display: block;
    width: 100%;
    height: 3px;
    background-color: red;
    display: none;
    bottom: -3px;
}
.current{
    display: block !important;
}
.content_Tips{
    width: 100%;
    margin-top: 5px;
    /* position: absolute; */
}
.content_Tips p{
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 5px;
    
}
.content_Tips li{
    line-height: 26px;
    padding-bottom: 50px;
}
.content_Tips h3{
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    margin-bottom: -15px;
}
.content_Tips span{
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
}
.content_Tips i{
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #999999;
    margin-bottom: 24px;
    margin-top: -10px;
}
.content_Tips li img{
    width: 922px;
    height: 340px;
    background-color: #ECECEC;
    margin: 0 auto;
}
.show{
    display: block !important;
}

.helpRight_title h3 {
    color: #333;
    font-size: 30px;
    padding-left: 0;
    padding-bottom: 10px;
    margin-left: 14px;
    border-bottom: 1px solid #E7E7E7;
}
.right_content {
    border: none;
}
.helpCon_left li i {
    background: none;
}

.mb10{
    margin-bottom: 10px;
}

.bg_gray{
    background: #F2F2F2;
}

.bg_white{
    background: #fff;
}

.wechat_box {
    width: 105px;
}
.wechat_box>img {
    width: 105px;
     height: auto;
}
.appCode_box{
    width: 105px;
}
.appCode_box img {
    width: 105px;
     height: auto;
}
.contact_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_box .card{
    width: 468px;
    height: 208px;
    background: url("/images/commentimg/contact_card_bg.png") no-repeat;
    background-size: 100% 100%;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(172,0,0,0.5);
    padding: 30px 20px;
    box-sizing: border-box;
    line-height: 28px;
}
.contact_box .card h3{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 2px 4px rgba(172,0,0,0.5);
    margin-bottom: 15px;
}
