.help-header {
    height: 310px;
    background: url(../../img/help/banner.png) no-repeat;
    background-size: cover;
    background-position: center 0;
}
.help-header .help-header_content {
    width: 1200px;
    height: 310px;
    margin: 0 auto;
    display: flex;
}
.help-header .help-header_content .help-header_title {
    color: #fff;
    text-align: center;
    margin-top: 120px;
    line-height: 50px;
    font-size: 36px;
    width: 25%;
}
.help-header .help-header_content .help-header_search {
    margin-top: 120px;
    width: 75%;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.help-header .help-header_content .help-header_search .help-header_input {
    width: 630px;
    height: 44px;
    font-size: 14px;
    border-color: #e0e0e0;
    border-radius: 4px;
    line-height: 1.5;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 10px;
}
.help-header .help-header_content .help-header_search .input-group-btn {
    width: 90px;
    height: auto;
    background: #08f;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    border: #08f;
}

.help-header .help-header_content .help-header_search .help-header_tips {
    color: #fff;
    margin-top: 16px;
}
.help-header .help-header_content .help-header_search .help-header_tips  a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.help-wrap{
	min-width: 1200px;
    width: 100%;
    position: relative;
}
.help-news-tab {
    background-color: #f7f8fb;
    height: 60px;
}
.help-news-tab-l {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    line-height: 58px;
}

.help-news-tab-nav {
    cursor: pointer;
    padding: 0px 25px;
    margin-right: 30px;
    color: #595961;
}
.help-news-tab-active {
    border-bottom: 2px solid #2589ff;
    color: #2589ff;
}


.help-content {width: 100%;background: #fff;min-height: 350px;}
.help-content_full {width: 1200px;margin: 0 auto;}

/*联系客服*/
.help-content_full .service {margin: 50px auto 0;font-size: 14px;color: #9797A1;line-height: 180%;}
.help-content_full .service .serList {margin: 30px 0 60px -14px;overflow: hidden;}
.help-content_full .service h2,.help-content_full .service h3,.help-content_full .service ul,.help-content_full .service li,.help-content_full .service p {margin: 0;padding: 0;}
.help-content_full .service .serList li {float: left;margin-left: 14px;text-align: center;width: 390px;height: 230px;border: 1px solid #EFEFEF;cursor: pointer;margin-bottom: 10px;}
.help-content_full .service .contrList li {text-align: left;height: 180px;width: 390px;padding: 0 30px;}
.help-content_full .service .contrList h3 { margin-top: 30px;}
.help-content_full .service h3 {color: #595961;font-size: 18px;}
.help-content_full .service .serList .overvisible {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-top: 10px;}
.help-content_full .service .mt-20 { margin-top: 20px;}
.help-content_full .service a {color: #08f;}
.help-content_full .service .color-000 {color: #000;}

/*秒懂房朋*/
.help-content_full .start {font-size: 14px;color: #595961;}
.help-content_full .start .top-menu {margin-bottom: 50px;overflow: hidden;position: relative;line-height: 24px;}
.help-content_full .start .top-menu .overHide {height: 46px;}
.help-content_full .start .top-menu ul{display: inline-block;}
.help-content_full .start .top-menu li {display: inline-block;color: #595961;margin: 20px 10px 0 0;padding: 0 10px;font-size: 12px;height: 24px;cursor: pointer;}
.help-content_full .start .top-menu ul {overflow: hidden;}
.help-content_full .start ul, .start li {list-style: none;}
.help-content_full .start .top-menu .current {background: #08f;color: #fff;}
.help-content_full .start .top-menu a {margin: 20px 10px 0 0;padding: 0 10px;display: block;color: #595961;font-size: 12px;height: 24px;}
.start .start-content { position: relative;}
.start .start-content .start-content_title {font-size: 24px;color: #595961;}
.start .hel-video_list { margin-top: 40px;}
.start .hel-video_list .slider-container {position: relative;}
.start .hel-video_list .slider-container .slider {width: 1200px;margin: 0 auto;position: relative;}
.start .hel-video_list .slider-container .slider>ul {display: inline-block;}
.start .hel-video_list .slider-container .slider>ul>li {width: 280px;height: 190px;margin-right: 18px;border: 1px solid #EFEFEF;float: left;margin-bottom: 20px;}
.start .hel-video_list .slider-container .slider>ul>li .video-pic {width: 280px;height: 144px;position: relative;overflow: hidden;}
.start .hel-video_list .slider-container .slider>ul>li .video-pic>img {width: 280px;}
.start .hel-video_list .slider-container .slider>ul>li .video-pic .video-pic_mask {position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.3);top: 0;   left: 0;z-index: 5;}
.start .hel-video_list .slider-container .slider>ul>li .video-pic .triangle-right {width: 0;height: 0;border-top: 20px solid transparent;border-left: 40px solid #fff;border-bottom: 20px solid transparent;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);z-index: 15;}
.start .hel-video_list .slider-container .slider>ul>li .video-list_title {
    display: inline-block;width: 100%;text-align: center;font-size: 14px;color: #595961;line-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pointer {cursor: pointer;}
.start-content .current_div{display: none;}
.start-content .current_divS{display: block;}

/*产品价格*/
.help-center_instruction {padding-top: 31px;display: flex;}
.menus-nav { width: 220px;padding-left: 0;padding-right: 0;}
.menus-nav .nav-menu-new.nav-new-top {border-top: 1px solid #EFEFEF;margin-bottom: 10px;}
.menus-nav .nav-menu-new {margin: 0; padding: 0;list-style: none;list-style-type: none;font-size: 14px;}
.menus-nav .nav-menu-new li {position: relative;margin: 0;border: 1px solid #EFEFEF;border-top-width: 0;}
.menus-nav .nav-menu-new li>a.active {background: #fff;}
.menus-nav .nav-menu-new li>a {display: block;height: 20px;line-height: 20px;padding: 15px 14px;font-size: 14px;}
.menus-nav .nav-menu-new li>a>i {display: block;}
.menus-nav .menu-logo {width: 14px;height: 14px;margin-right: 8px;margin-top: 3px;background-size: cover;background-position: center;}
.menus-nav .fa-fw {text-align: center;}
.menus-nav .pull-left {float: left!important;}
.menus-nav .nav-menu-new li>a>span {display: inline-block;max-width: 152px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.menus-nav .fa {font-size: 14px;}
.menus-nav .fa.pull-right {margin-left: .3em;}
.menus-nav .fa {display: inline-block;font: 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0,0);}
.menus-nav .nav-menu-new li.isopen>ul {display: block;}
.menus-nav .nav-menu-new li>ul {display: none;}
.menus-nav .nav-menu-new.menu-sub>li {border: none;}
.menus-nav .nav-menu-new li>a.active.nosub {margin-left: -1px;border: 0 solid #08f;border-left-width: 2px;background: #E0F1FF;color: #08f;}
.menus-nav .nav-menu-new.menu-sub>li>a {padding-left: 35px;}
.help-center_instruction .instruction-list {width: 980px;padding-left: 46px;}
.help-center_instruction .instruct-content {margin: 18px 0 30px;}
table {background-color: transparent}
caption {padding-top: 8px;padding-bottom: 8px;color: #777}
.table {width: 100%;max-width: 100%;margin-bottom: 20px;font-size: 12px;}
.table>thead>tr>th {padding: 8px;line-height: 1.42857143;border-top: 1px solid #ddd}
.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {padding: 8px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #ddd}
.table>thead>tr>th {vertical-align: bottom;border-bottom: 2px solid #ddd}
.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {border-top: 0}
.table>tbody+tbody {border-top: 2px solid #ddd}
.table .table {background-color: #fff}
.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {padding: 5px}
.table-bordered,.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {border: 1px solid #ddd}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {border-bottom-width: 2px}
.table-striped>tbody>tr:nth-of-type(odd) {background-color: #f9f9f9}
.table-hover>tbody>tr:hover {background-color: #f5f5f5}
table col[class*="col-"] {position: static;float: none;display: table-column}
table td[class*="col-"],table th[class*="col-"] {position: static;float: none;display: table-cell}
.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {background-color: #f5f5f5!important}
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {background-color: #e8e8e8!important}
.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {background-color: #dff0d8!important}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {background-color: #d0e9c6!important}
.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {background-color: #d9edf7!important}
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {background-color: #c4e3f3!important}
.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {background-color: #fcf8e3!important}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {background-color: #faf2cc!important}
.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {background-color: #f2dede!important}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {background-color: #ebcccc!important}
.table-responsive {overflow-x: auto;min-height: .01%}
.table>tbody>tr>td,.table>tfoot>tr>td {padding: 8px 15px;border-top: 1px solid #f7f7f7;vertical-align: middle}
.table>tbody>.tr2>td,.table>tfoot>.tr2>td {padding: 15px}
.table>thead>tr>th {padding: 8px 15px;border-bottom: 1px solid #f7f7f7}
.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>thead>tr>th {border-color: #f7f7f7}
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {background-color: #fff}
.table-striped>thead>th {background-color: #fff;border-right: 1px solid #f7f7f7}
.table-striped>thead>th:last-child {border-right: none}
.leg-dot, .leg-line {display: inline-block;width: 8px;border-radius: 4px;}
.leg-dot {height: 8px;background: #2e8cfb;}
.leg-line {height: 2px;background: #bbb;margin-bottom: 3px;}
table th, table td {vertical-align: middle!important;text-align: center!important;}


/*常见问题*/
.question-button{cursor: pointer;height: 50px;border-radius: 5px;background-color: #0088FF;margin-bottom: 20px;color: #fff;line-height: 50px;font-size: 16px;vertical-align: middle;text-align: center;}
.question-button span{padding: 0px 10px;}
.question-item{padding: 30px 0 29px;overflow: hidden;border-bottom: 1px solid #f1f1f1;}
.question-item:first-child{padding: 0px 0 29px;}
/*.question-text{width: 660px;}*/
.question-tit{font-size: 20px;line-height: 26px;font-weight: 700;max-height: 52px;overflow: hidden;color: #394043;text-decoration: none;margin-top: -3px;}
.question-summary{max-height: 72px;margin: 11px 0;font-size: 14px;line-height: 24px;color: #888c8e;overflow: hidden;}
.question-info{float: left;padding: 0 6px;line-height: 25px;color: #849aae;background-color: #eef2f6;}