@media (max-width : 1580px) and (min-width : 1281px) {
    .broker-item-center {
        justify-content: normal !important;
    }
    .flag{
        display: none !important;
    }
    .li{
        width: 72px;
    }
    .license-tag-wrap:hover .license-tag-tips{
        display: block !important;
    }
    .zh-wrap:hover .zh-tips{
        display: block !important;
    }
}

@media(max-width:1280px) {
    .starNum {
        margin-top: 2px;
    }
}

.main-page {
    padding-top: 38px;
}
.broker-content{
    margin-bottom: 62px;
}
/* 
    经纪商分类左边
*/
.broker-content-left {
    flex: 1;
    border-top: 4px solid #292638;
    margin-right: 30px;
    padding-top: 16px;
    position: relative;
}

.content-left-top {
    justify-content: space-between;
}

.content-left-top-title {
    font-weight: bold;
    color: #292638;
}

.broker-search {
    width: 204px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    align-items: center;
    margin-right: 12px;
}

.input {
    padding-left: 12px;
    width: 162px !important;
}

.search-btn {
    border-radius: 0 4px 4px 0;
    width: 40px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.search-btn .icon-sousuo-01{
    color: #9DA3A5;
    margin-right: 0;
    background-color: rgba(0,0,0,0);
    height:38px;
    cursor:pointer;
}
.search-btn:hover {
    background-color: #f5f5f5;
}
.ranking {
    position: relative;
}

.ranking-bar {
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.ranking-bar:before {
    position: absolute;
    top: -9px;
    left: 19px;
    content: "排序";
    width: 28px;
    height: 18px;
    line-height: 18px;
    background-color: #fff;
    color: #9DA3A5;
    font-size: 12px;
    text-align: center;
}

.ranking-txt {
    font-weight: bold;
}

.icon-below-s {
    font-size: 12px !important;
    margin-left: 12px;
}

.ranking-list-txt {
    width: 136px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    position: absolute;
    top: 48px;
    left: -15px;
    color: #292638;
    padding: 16px 0 16px 20px;
    display: none;
    z-index: 10;
}

.item-txt {
    margin-bottom: 12px;
    display: inline-block;
}

.item-txt:last-child {
    margin-bottom: 0;
}

.item-txt:hover {
    color: #5E3FF8;
    cursor: pointer;
}

.item-txt-active {
    color: #5E3FF8;
}

.broker-ranking-content {
    margin-top: 33px;
}

.broker-item-wrap {
    position: relative;
    margin-bottom: 20px;
}

.broker-item-wrap:last-child {
    margin-bottom: 0;
}

.tag-img {
    width: 93px;
    height: 34px;
    position: absolute;
    top: -12px;
    left: -8px;
    z-index: 10;
}

.broker-item-wrap:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    transform: translateY(-4px);
}

.broker-item {
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 16px 20px;
}

.broker-item-left {
    padding: 7px 20px 20px 0;
}

.img-1 {
    width: 120px;
    height: 72px;
    border-radius: 4px;
    border: 1px solid #F7F7FA;
    margin-bottom: 18px;
    display: block;
}

.star-wrap {
    align-items: center;
}

.starNum {
    margin-top: 4px;
    height: 20px;
    color: #FFA400;
    font-size: 14px;
}

.broker-item-center {
    width: 54%;
    padding: 16px 20px 18px;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    justify-content: space-between;
}
.li{
    /* width: 100%; */
    position: relative;
}
.country,
.license-tag,
.zh
{
    width: 100%;
    margin: 7px 0 19px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.country-1 {
    align-items: center;
    margin: 7px 0 19px 0;
    position: relative;
}

.license-tag-tips{
    position: absolute;
    width: 125px;
    top: -13px;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    padding: 6px 6px;
    text-align: center;
    z-index: 10;
    display: none;
}
.zh-tips{
    position: absolute;
    top: -13px;
    left: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    padding: 6px 6px;
    text-align: center;
    display: none;
}
.country-title,
.index-txt {
    color: #9DA3A5;
}

.flag {
    width: 22px;
    height: 14px;
    display: block;
    margin-right: 3px;
}

.img-2 {
    width: 16px;
    height: 16px;
    margin-top: 7px;
    display: block;
}

.index-num {
    color: #292638;
    margin-top: 7px;
}

.broker-item-right {
    padding: 16px 0 18px 20px;
    flex: 1;
}

.introduce {
    align-items: center;
    margin-bottom: 6px;
}

.introduce-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.introduce:last-child {
    margin: 0;
}

.icon-duigou2-01 {
    color: #19BD86;
    margin-right: 8px;
}

.view-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 36px;
    height: 140px;
    background: #5E3FF8;
    border-radius: 4px;
    padding: 28px 10px;
    z-index: 10;
    display: none;
    cursor: pointer;
    color: #fff;
}
.view-details:hover{
    color: #fff;
}

.broker-item-wrap:hover .view-details {
    display: block;
}

/* 
    经纪商分类右边
*/
.broker-content-right {
    width: 280px;
    border-top: 4px solid #292638;
    padding-top: 16px;
}
.choose-title,.license-titile{
    font-weight: 600;
    color: #292638;
    margin-bottom: 16px;
}
.choose-content{
    padding-bottom: 26px;
    border-bottom: 1px solid #E5E5E5;
}
.choose-item,.license-item{
    align-items: center;
    margin-bottom: 22px;
}
.choose-item:last-child,.license-item:last-child{
    margin-bottom: 0;
}
.choose-dian,.license-dian{
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #292638;
    margin-right: 8PX;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;

}
.choose-dian:hover,.license-dian:hover{
    border: 2px solid #5E3FF8;
}
.choose-dian:hover .bg-yuan,
.license-dian:hover .bg-yuan
{
    background-color: #5E3FF8;
}
.choose-item-active>.choose-dian,
.license-item-active>.license-dian
{
    border: 2px solid #5E3FF8;
}

.choose-item-active>.choose-dian>.bg-yuan,
.license-item-active>.license-dian>.bg-yuan
{
    background-color: #5E3FF8;
}
.bg-yuan{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}
.choose-txt,
.license-txt
{
    display: inline-block;
    cursor: pointer;
}
.license{
    margin-top: 20px;
}
.ad_5 {
    width: 280px;
    height: 302px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    margin: 20px 0;
}

.ad_5 img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: all 0.5s;
}

.ad_5:hover img {
    transform: scale(1.1);
}