
.l {
    float: left;
}

.r {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    _zoom: 1;
}

.z {
    _zoom: 1;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, div, dl, dd {
    margin: 0;
    word-wrap: break-word;
    word-break: normal;
}

button {
    font-family: Microsoft YaHei;
}

s {
    text-decoration: none
}

h4, h5, h6 {
    font-size: 1em;
}

ul, ol {
    padding: 0;
    list-style-type: none;
}

a img, img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, button {
    border: none;
    padding: 0;
}

td, th {
    padding: 0;
}

select, input, button {
    outline: none;
}

textarea, input[type='text'] {
    font-family: inherit;
    -webkit-appearance: none;
}

em {
    font-style: normal;
}

.htBrokers-input {
    margin: 10px 0;
    border: 1px solid #398de1;
    padding: 0 8px 0 15px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}

.htBrokers-input i {
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url("/template/images/search.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.htBrokers-input input {
    color: #665610;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 0 35px 0 3px;
    box-sizing: border-box;
}

.htBrokers-list {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #eee;
}

.htBrokers-list-left {
    width: 125px;
    height: 125px;
    background-color: #fff;
    border: 1px solid #e6dddc;
    position: relative;
    overflow: hidden;
}

.htBrokers-list-left img {
    /*margin-top: 36px;*/
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.htBrokers-list-left em {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 10px;
    background-color: #ffd100;
    color: #282828;
    font-size: 12px;
}

.htBrokers-list-right {
    width: calc(100% - 134px);
}

.htBrokers-list-right .inner {
    line-height: 26px;
    font-size: 30px;
}

.htBrokers-list-right h2 {
    color: #282828;
}

.htBrokers-list-right .mian {
    font-size: 20px;
    color: #999;
}

.htBrokers-list-right .mian em {
    border: 1px solid #ccc;
    padding: 1px 3px;
    font-size: 20px;
    margin-right: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.htBrokers-icon {
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.htBrokers-list-score {
    text-align: right;
    font-size: 20px;
    color: #999;
}

.htBrokers-list-score em {
    font-weight: bold;
    font-size: 30px;
    color: #ff564a;
    margin-right: 1px;
}

/*内頁*/
.htBrokers-inner {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.htBrokers-title {
    padding: 15px 10px;
    background-color: #ffd100;
}

.htBrokers-title-left {
    width: 75px;
    height: 75px;
    border: 1px solid #f2f0e6;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.htBrokers-title-left img {
    width: 100%;
    margin-top: 24px;
}

.htBrokers-title-right {
    width: calc(100% - 85px);
}

.htBrokers-title-content .name {
    font-size: 18px;
    color: #282828;
}

.htBrokers-title-content .tag {
    margin: 3px 0 0 6px;
    padding: 2px 8px;
    background-color: #282828;
    color: #fff;
    font-size: 11px;
    border-radius: 9px 2px 9px 2px;
}

.htBrokers-title-content .score {
    color: #333;
    font-size: 12px;
}

.htBrokers-title-content .score em {
    color: #282828;
    font-size: 18px;
    margin-right: 1px;
}

.htBrokers-title-bief {
    font-size: 13px;
    color: #917700;
    line-height: 18px;
    letter-spacing: 0.3px
}

.htBrokers-title_p {
    position: relative;
}

.htBrokers-title-open {
    position: absolute;
    right: 2px;
    bottom: 0;
    color: #917700;
    font-size: 12px;
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.htBrokers-banner {
    border-top: 1px solid #f2f0e6z;
}

.htBrokers-banner-list {
    float: left;
    background-color: #fff;
    border-right: 1px solid #f2f0e6;
    border-bottom: 1px solid #f2f0e6;
    width: 25%;
    padding: 8px 0 4px;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.htBrokers-banner-list.active {
    background-color: #fffdf2;
}

.htBrokers-banner-list img {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.htBrokers-banner-list .name {
    font-size: 14px;
    color: #282828;
}

.htBrokers-banner-list .score {
    color: #ffb401;
    height: 20px;
    font-size: 11px;
}

.htBrokers-banner-list .score img {
    width: 15px;
    height: 15px;
}

.htBrokers-trust {
    display: none;
    border-top: 4px solid #f2f0e6;
    padding: 0 10px;
}

.show {
    display: block !important;
}

.htBrokers-trust-title {
    font-size: 15px;
    border-bottom: 1px solid #f2f0e6;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.htBrokers-trust-title img {
    display: inline-block;
    width: 20px;
    vertical-align: -5px;
    cursor: pointer;
}

.htBrokers-trust-title::before {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background-color: #ffd100;
    position: absolute;
    left: 2px;
    top: 8px;
    border-radius: 20px;
}

.htBrokers-trust-title .r {
    margin-top: 5px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background-color: #282828;
    color: #fff;
    font-size: 11px;
    border-radius: 15px 2px 15px 2px
}

.htBrokers-trust-title .r em {
    font-size: 15px;
    margin-right: 1px;
}

.htBrokers-trust-content {
    font-size: 14px;
    text-indent: 20px;
    margin: 3px 0;
}

.htBrokers-trust-spot {
    margin-top: 20px;
    border: 1px solid #ffd100;
    padding: 20px;
    font-size: 13px;
    background-color: #fffef9;
    color: #282828;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: url('/template/images/98e51b88136b4adbc1e66b93a99f25b6.png') no-repeat right bottom;
}

.htBrokers-trust-spot .h2 {
    font-size: 15px;
}

.htBrokers-trust-spot .content {
    margin-top: 6px;
}

.htBrokers-trust-spot .content em {
    margin-top: 3px;
    display: block;
}

.htBrokers-trust-spot.defect {
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    background: url('/template/images/5111a1d5eef782a1da2f4ff7a995a4ee.png') no-repeat right bottom;
}

.htBrokers-trust-table {
    margin-top: 20px;
    text-align: center;
    border: 1px solid #f2f0e6;
    border-bottom: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.htBrokers-trust-table .icon {
    padding: 10px 0;
    width: 50%;
    height: auto;
}

.htBrokers-trust p img {
    margin: 10px 0;
    width: 100%;
}

.htBrokers-trust-table .icon img {
    width: 12px;
}

.htBrokers-trust-table .item {
    line-height: 18px;
    border-bottom: 1px solid #f2f0e6;
    color: #282828;
    font-size: 14px;
}

.htBrokers-trust-table .item:nth-child(odd) {
    background-color: #fffdf2;
}

.htBrokers-trust-table .item .l {
    border-right: 1px solid #f2f0e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.htBrokers-trust-table .item.header {
    background-color: #ffd100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.htBrokers-m {
    margin-top: 20px;
    padding-bottom: 20px;
}

.htBrokers-m-title .h-icon {
    font-size: 15px;
    color: #999;
    padding: 0 20px;
    cursor: pointer;
}

.htBrokers-m-title {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f0e6;
}

.htBrokers-m-title .h-icon.active {
    color: #282828;
    height: 39px;
    border-bottom: 2px solid #ffd100;
}

.htBrokers-m-title .r {
    font-size: 12px;
    color: #999;
}

.htBrokers-comart {
    display: none;
}

.htBrokers-comment-list {
    padding: 20px;
    border-bottom: 1px solid #f2f0e6;
}

.htBrokers-comment-l {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #f2f0e6;
    overflow: hidden;
}

.htBrokers-comment-l img {
    width: 100%;
    height: 100%;
}

.htBrokers-comment-r {
    width: calc(100% - 45px);
    color: #282828;
}

.htBrokers-comment-r .top {
    height: 20px;
    font-size: 13px;
}

.htBrokers-comment-r .top .r {
    color: #999;
    font-size: 12px;
}

.htBrokers-comment-r .content {
    font-size: 14px;
    margin-top: 2px;
}

.htBrokers-article-list {
    padding: 20px;
    position: relative;
}

.htBrokers-article-l {
    width: 102px;
    height: 67px;
    border: 1px solid #f2f0e6;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.htBrokers-article-l img {
    width: 100%;
    height: 100%;
}

.htBrokers-article-r {
    width: calc(100% - 112px);
}

.htBrokers-article-r div {
    font-size: 14px;
    color: #282828;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.htBrokers-article-r em {
    display: block;
    color: #999;
    font-size: 12px;
    position: absolute;
    bottom: 25px;
}

.htBrokers-comment-origin {
    margin-top: 10px;
    background-color: #fffcf0;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.htBrokers-comment-origin .tag {
    font-size: 11px;
    padding: 0 6px;
    border: 1px solid #282828;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.broker-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
}

.broker-popup--inner {
    position: relative;
    background-color: #fff;
    width: calc(100% - 80px);
    left: 40px;
    top: 375px;
    font-size: 14px;
    color: #282828;
    padding-top: 30px;
    border-radius: 3px;
}

.broker-popup--inner .stage {
    margin-bottom: 15px;
    padding: 0 25px;
}

.broker-popup--inner .button {
    cursor: pointer;
    margin-top: 35px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ffd100;
}

.htBrokers-inner .news_more {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

/*经纪商文章内页*/
.htBrokers-news__title {
    margin: 13px 13px 0;
    padding-left: 8px;
    font-size: 16px;
    border-left: 5px solid #ffd100;
}

.htBrokers-news__author {
    padding: 10px 10px 13px 20px;
    border-bottom: 1px solid #f2f0e6;
}

.htBrokers-news__icon {
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 12px;
    line-height: 18px;
}

.htBrokers-news__content {
    padding: 13px;
    font-size: 14px;
    color: #282828;
    line-height: 20px;
    margin-bottom: 60px;
}

.htBrokers-news__content img {
    max-width: 100%;
    margin: 10px 0;
    display: block;
}

.htBrokers-news__inner {
    background-color: #fff;
}

.htBrokers-inner--fixedBtn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #ffd000;
}

.htBrokers-inner--fixedBtn li{
    flex: 1;
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
}

.htBrokers-inner--fixedBtn li a{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.htBrokers-inner--fixedBtn li:first-child a{
    border-right: 1px solid #333;
}






































