


/* 模块1-公司介绍 */
.introduce {
    width: 100%;
    background-image: url("../images/merchant/bgc1.png");
    background-size: cover;
    display: flex;
    justify-content: center;
}
/* 左侧文字 */
.introduce .texts {
    width: 10.2rem;
    padding: 1.7rem 0.9rem 0 2.1rem;
}
.introduce .texts .t1 {
    font-size: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0059AB;
}
.introduce .texts .t2 {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.introduce .texts .txt {
    margin-top: 0.4rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
}
.introduce .texts .txt p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
}
/* 右侧图片 */
.introduce .picture {
    width: 9rem;
    height: 9.6rem;
    overflow: hidden;
}
.introduce .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* 模块2-合作平台 */
.platform {
    position: relative;
    width: 100%;
    height: 3rem;
    margin-top: 0.88rem;
    overflow: hidden;
}
.platform .bgc2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.platform .apply {
    position: absolute;
    left: 50%;
    top: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.platform .apply .txt {
    font-size: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
}
.platform .apply .btn {
    width: 1.87rem;
    height: 0.6rem;
    margin-top: 0.47rem;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    border: 0.01rem solid #FFFFFF;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s;
}
.platform .apply .btn:hover {
    background: white;
    color: rgba(33, 63, 92, 1);
}



/* 模块3-我们的优势 */
.strengths {
    width: 100%;
}
.strengths .center {
    width: 15rem;
    margin: 0 auto;
    padding: 0.88rem 0 0.6rem;
}
/* 标题 */
.cen-box {
    width: fit-content;
}
.cen-box .cn {
    font-size: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.cen-box .en {
    font-size: 0.3rem;
    font-family: Arial, Arial;
    font-weight: 900;
    color: #0059AB;
    line-height: 0.4rem;
}
/* 小标题 */
.strengths .tit {
    margin-top: 0.46rem;
    padding-bottom: 0.45rem;
    border-bottom: 0.01rem dashed #707070;
    text-align: center;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
/* pk-box */
.strengths .pk-box {
    width: 100%;
    margin-top: 0.24rem;
    display: flex;
    justify-content: space-between;
}
.strengths .pk-box .product {
    width: 7rem;
}
.strengths .pk-box .big {
    width: 100%;
    height: 0.9rem;
    background: #034187;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.strengths .pk-box .list {
    width: 100%;
}
.strengths .pk-box .list p {
    display: block;
    width: 100%;
    min-height: 0.78rem;
    height: auto;
    margin-top: 0.05rem;
    padding: 0.1rem 0.4rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    display: flex;
    align-items: center;
    background: rgba(245, 247, 250, 1);
    word-wrap: break-word;
    word-break: break-word;
}
/*.strengths .pk-box .list p:nth-child(2n+1) {*/
/*    padding-top: 0.08rem;*/
/*    padding-bottom: 0.08rem;*/
/*}*/
/*.strengths .pk-box .list p:nth-child(2n) {*/
/*    background: rgba(245, 247, 250, 1);*/
/*}*/
/* pk 字样 */
.strengths .pk-box .pk {
    flex: 1;
    margin-top: 0.3rem;
    text-align: center;
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0059AB;
    letter-spacing: 3px;
}



/* 模块4-代理商条件 */
.agent {
    width: 100%;
}
.agent .center {
    width: 15rem;
    margin: 0 auto;
    padding: 0.5rem 0 0.76rem;
}
/* 内容 */
.agent .list {
    width: 100%;
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
}
.agent .list .item {
    width: 5rem;
    height: 2.47rem;
    overflow: hidden;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.agent .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agent .list .item .t1 {
    width: 4.35rem;
    text-align: center;
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.23rem;
}
.agent .list .item .t2 {
    width: 4.35rem;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
}



@media only screen and (max-width: 1024px){
    .introduce{
        display: block;
    }
    .introduce .texts,.agent .center{
        width: 100%;
        padding: 0 20px;
    }
    .introduce .texts .txt,.strengths .tit,.agent .list .item .t2{
        font-size: 12px;
    }
    .introduce .picture{
        height: 100%;
        width: 100%;
        margin-top: 20px;
    }
    .strengths .center{
        width: 100%; 
        padding: 0.88rem 20px 0.6rem;  
    }
    .strengths .pk-box .list p{
        height: 2rem;
        padding: 10px 0.4rem;
        font-size: 12px;
    }
    .agent .list .item{
        height: auto;
        padding: 10px 0;
        width: 100%;
    } 
    .footer_center{
        padding-top: 0.74rem !important;
    }
}