@charset "utf-8";
body {
    background: #fff;
}
._fx_header .header .header_left  {
    width: 50% !important;
}
._fx_header .header .header_title {
    font-size: 24px;
    color: #333333;
    margin-left: 57px;
    display: inline-block;
    vertical-align: middle;
}
._fx_header .header .header_right {
    width: 90px;
    height: 30px;
    background: #F6F6F6;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-top: 7px;
}
._fx_header .header_right i {    
    margin-right: 5px;
    color: #C2C2C2;
}

._fx_wrapper.help_wrapper {
    margin-top: 10px;
    padding-top: 19px;
    padding-bottom: 45px;
}
.border-radius-4 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.help_left .layui-nav {
    border: 1px solid #E7E7E7;
    background: #fff;
    width: 160px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.help_left .layui-nav .layui-nav-item a {
    padding-left: 44px;
    line-height: 30px;
    height: 30px;
}
.help_left .layui-nav .layui-nav-item:not(:nth-last-child(2)) {
    border-bottom: 1px #E7E7E7 solid;
}
.help_left .layui-nav .layui-nav-item a,
.help_left .layui-nav-itemed > a {
    color: #333333 !important;
}
.help_left .layui-nav-itemed>.layui-nav-child {
    background: #fff !important;
    font-weight: 400;
}
.help_left .layui-nav-itemed>.layui-nav-child a {
    line-height: 36px;
    height: 36px;
}
.help_left .layui-icon-down {
    color: #79797F;
}
.help_left .layui-icon-down:before {
    content: '\e625';
}
.help_left .layui-nav-tree .layui-nav-more {
    right: 37px;
}
.help_left .layui-nav-tree .layui-this,
.help_left .layui-nav-tree .layui-nav-child dd.layui-this,
.help_left .layui-nav-tree .layui-nav-child dd.layui-this a,
.help_left .layui-nav-tree .layui-this>a,
.help_left .layui-nav-tree .layui-nav-child dd a:hover {
    background-color: #fff;
    color: #FF414D !important;
}
.help_right {
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 58px;
}
.location {
    font-size: 12px;
    color: #999;
    line-height: 18px;
}
.help_list {
    margin-top: 12px;
}
.help_list .help_item {
    height: 67px;
    border-bottom: 1px #F6F6F6 solid;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
}
.help_list .help_item a {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: middle;
    padding: 21px 0;
}
.help_list .help_item::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 9px;
    vertical-align: middle;
    background: #A8A8AC;
}
.help_list .help_item .item_tit {
    color: #333;
}
.help_list .help_item .item_time {
    color: #999999;
    font-size: 12px;
}
.help_detail {
    margin-top: 24px;
}
.help_detail .help_tit {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.help_detail .help_content {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-top: 28px;
}
.service_box {
    margin-top: 33px;
}
.company-message .message-item {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin: 9px 0;
}
.company-message .message-item .item-title {
    color: #999;
}
.about-box {
    width: 100%;
}
.about-box .company-name {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    line-height: 44px;
    height: 44px;
}
.about-box .company-introduce {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}