


/*代理加盟样式开始*/
.dljm-dqwz {
    height: 36px;
    background: #ffffff;
}

.dljm-bg {
    background: #ffffff;
    padding-top: 51px;
    padding-bottom: 10px;
}

.dljm-certificate {
    width: 100%;
    border-bottom: 1px solid #dedede;
    height: 335px;
    padding-bottom: 90px;
    padding-top: 50px;
}

.dljm-map {
    width: 100%;
    border-bottom: 1px solid #dedede;
    /*height: 400px;*/
}

.dljm-channel {
    width: 100%;
    border-bottom: 1px solid #dedede;
    /*height: 448px;*/
    margin-bottom: 60px;
}

.dljm-dlyq {
    width: 100%;
    height: auto; /* 保持原始高度或设置合适值 */
    /*background: url(/static/index/images/17.1.png) no-repeat center center;*/
    /*background-size: 100% auto;*/
}


.dljm-dlyq-l {
    width: 360px;
    float: left;
    margin-left: 115px;
    margin-top: 65px;
    height: 100px;
}

.dljm-dlyq-l h1 {
    font-size: 18px;
    color: #444;
    width: 360px;
    display: block;
    line-height: 30px;
}

.dljm-dlyq-l p {
    font-size: 1rem;
    color: #666;
    width: 360px;
    display: block;
    line-height: 24px;
}

.dljm-partner {
    width: 100%;
    height: 121px;
    padding-top: 56px;
    font-size: 32px;
    text-align: center;
    color: #595757;
}

.dljm-lxfs {
    width: 100%;
    height: 71px;
}

.dljm-lxfs a {
    width: 330px;
    height: 71px;
    display: block;
    color: #fff;
    font-size: 23px;
    background: url(/templets_s/images/dljm-link.jpg) no-repeat;
    line-height: 71px;
    text-indent: 16px;
    margin-left: 45px;
    float: left;
}

.dljm-lxfs h3 {
    height: 35px;
    color: #595757;
    line-height: 35px;
    font-size: 22px;
    float: left;
    margin-bottom: 0px;
    width: 550px;
    text-indent: 0px;
    display: block;
    margin-left: 55px;
}

.dljm-lxfs h3 span {
    color: #ff3825;
}


.zzlc-body img {
    width: 100%;
    margin: auto;
}

.dljm-dlyq-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.hengxian {
    width: 100%;
    border: solid 1px #cdcdcd;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

/* 代理要求区域样式 */
.requirement-item{
    flex: 0 0 50%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: left;
    margin-bottom: 50px;
    margin-top: 30px;
}
.requirement-row2 {
    flex: 0 0 170px; /* 每行2个项目 */
}

.requirement-row2 img {
    width: 140px;
    /*margin: 10%;*/
    height: auto;
    display: block;
}

.requirement-row {
    flex: 0 0 70%; /* 每行2个项目 */
    /*height: 100px;*/
    /*margin-top: 2vw;*/
}

.requirement-title {
    width: 100%;
    /*height: 41px;*/
    font-size: 1.2rem;
    color: #444;
    /*line-height: 41px;*/
}

.requirement-desc {
    width: 100%;
    /*height: 47px;*/
    font-size: 1.2rem;
    color: #666;
    line-height: 25px;
    margin-top: 0;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .requirement-row {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 10px;
    }

    .requirement-title,
    .requirement-desc {
        width: 100%;
        padding-left: 10%;
    }

    .requirement-desc {
        line-height: 1.6;
        margin-top: 5px;
    }
}

/*代理加盟样式结束*/


/*我的数据*/
.shuju {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shuju .shuju-row {
    flex: 0 0 33.33333%;
    display: flex;
    justify-content: center;
}

.shuju .shuju-col {
    width: 217px;
    height: 234px;
    position: relative;
}

.shuju .shuju-col img {
    width: 217px;
    height: auto;
    display: inline-block;
}

.shuju .shuju-col-data {

    position: absolute;
    display: flex;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 90px;
    left: 40px;
    width: 140px;
    text-align: center;
}

.shuju .shuju-col-data-p1 {
    color: red;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.shuju .shuju-col-data-p2 {
    color: #999;
    font-size: 1rem;
    letter-spacing: 4px;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 10px;
}

.qdhz .qdhz-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.qdhz .qdhz-row .qdhz-column2 {
    width: 120px;
    background-color: #47a9e8;
    color: white;
    text-align: center;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: 2px;
    border-radius: 3rem;
}

.qdhz .qdhz-row .qdhz-column4 {
    width: 120px;
    background-color: #47a9e8;
    color: white;
    text-align: center;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: 2px;
    border-radius: 3rem;
    float: right;
}

.qdhz .qdhz-row .qdhz-san1 {
    flex: 1;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #47a9e8;
}

.qdhz .qdhz-row .qdhz-lianxi {
    flex: 6;
    background-color: white;
    border: solid 1px #999;
    color: #444;
    text-align: center;
    height: 4rem;
    font-size: 1.2rem;
    line-height: 4rem;
    border-radius: 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.qdhz .qdhz-row .qdhz-lianxi2 {
    font-size: 1rem;
}

.qdhz .qdhz-row .qdhz-san2 {
    flex: 1;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #47a9e8;
}