body {
    background: #f4f6fb;
}

.dealer-list {
    padding: 10px 10px
}

.dealer-item {
    margin-bottom: 15px;
}

.dealer-item table {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid #eee;*/
}

.dealer-item table td {
    border-collapse: collapse;
    border: 1px solid #777;
}

.dealer-item table tr:nth-child(1) td {
    width: 25%;
    text-align: center;
}
.dealer-item table tr:nth-child(1) td:first-child {
    width: 50%;
}
.dealer-item table tr:nth-child(1) td:first-child img {
    width: 100%;
}

.dealer-item table tr:first-child td:nth-child(2) {
    background: #2b2827;
    color: #fff;
    line-height: 42px;
}

.dealer-item table tr:first-child td:nth-child(3) {
    background: #eee;
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 42px;
}
.dealer-item table tr:nth-child(2) td:nth-child(1) {
    color: #333;
    text-align: center;
    line-height: 42px;
}
.dealer-item table tr:nth-child(3) td:nth-child(1) {
    color: #fff;
    line-height: 42px;
    background: #e47417;
    text-align: center;
    letter-spacing: 2px;
}
.dealer-item table tr:nth-child(3) td:nth-child(1)[data-type="未验证"] {
    background-color: #950707;
}

.dealer-item table tr:nth-child(4) td:nth-child(1) {
    line-height: 42px;
    text-align: center;
    color: #444;
}
.dealer-item table tr:nth-child(4) td:nth-child(1) a {
    color: #444;
}

.page {
    text-align: center;
    margin-bottom: 20px;
}
.page li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #eee;
    margin-right: 5px;
}
.page li:last-child {
    margin-right: 0;
}
.page li span.current {
    display: block;
    background-color: #e47417;
    border-color: #e47417;
    color: #fff;
}

.dealer-banner {
    background: url(../images/m_broker_bg.png);
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.d-flex {
    display: flex;
}

.l-info {
    width: 55%;
    background: #f3f3f3;
    margin-right: 1%;
    overflow: hidden;
}

.r-score {
    flex: 1;
    background: #fff;
    padding: 20px 10px;
    text-align: center;
}

.l-info .f1 {
    margin: 15px 15px 0 15px;
    box-shadow: 1px 1px 10px 0 #888888;
    border: #ccc 1px solid;
    padding: 20px 0 30px 0;
    background: #fff url(../images/m_bn_left03.png) no-repeat center bottom;
}
.l-info .f1 img {
    width: 100%;
}

.l-info .f2 {
    background: url(../images/m_bn_left01.png) no-repeat center top;
    background-size: cover;
    padding: 20px 10px 25px 10px;
    color: #fff;
    margin-top: -10px;
    height: 100%;
}

.l-info .f2 .inner p {
    margin-bottom: 15px;
}

.l-info .f2 .inner p span {
    white-space: nowrap;
}

.r-score h3 {
    font-size: 26px;
    color: #3c3c3c;
    font-weight: bold;
}

.r-score .inner p:nth-child(2) {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 4px;
}

.r-score strong {
    color: #f58b0e;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    padding-top: 20px;
    margin: 20px 0;
    display: block;
}

.r-score .inner p:nth-child(4) {
    color: #c7c7c7;
}

.r-score .mb-btns {
    margin-top: 20px;
}

.r-score .mb-btn {
    display: block;
    width: 85%;
    margin: auto;
    line-height: 42px;
    text-align: center;
    border: 1px solid #777;
    color: #333;

}

.r-score .mb-btn.orange {
    margin-bottom: 10px;
    background: #f58b0e;
    border-color: #f58b0e;
    color: #fff;
}

.ad-img {
    margin-top: 5px;
    border: 1px solid #777;
}

.ad-img img {
    max-width: 100%;
}

.sups .inner-tit, .infos .inner-tit {
    margin: 0 auto;
    background: #0a6999;
    color: #fff;
    line-height: 44px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    font-size: 18px
}

.sups .inner-tit img, .infos .inner-tit img {
    height: 21px;
    margin-right: 5px;
}

.sup-info-con {
    padding: 25px 15px;
}

.sup-info-con img {
    height: 85px;
    display: block;
    margin: 0 auto 15px;
}

.sup-info-con p {
    font-size: 15px;
    color: #333;
    display: flex;
    line-height: 32px;
}

.sup-info-con p>span:last-child {
    color: #777;
    flex: 1;
    text-align: right;
}

.infos .inner-tit {
    margin-top: 20px;
    background: #ff8100;
}

.info-con {
    padding: 25px 15px;
}

.info-con p {
    font-size: 15px;
    color: #333;
    display: flex;
    line-height: 30px;
}

.info-con p>span:last-child {
    flex: 1;
    color: #777;
    text-align: right;
    padding-left: 15px;
}