.customized-container {
    /* max-width: 1600px; */
    margin: 0 auto;
    color: #000000;
    /* height: 100vh; */
}

.customized-banner {
    width: 100%;
    height: 100%;
    background: #000001;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.customized-banner-content {
    background-size: cover;
    /* width: 50rem; */
    width: 100%;
    height: 32.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 5rem;
}

.banner-title {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.5625rem;
}

.banner-desc {
    /* width: 30.4375rem; */
    font-weight: 400;
    font-size: .875rem;
    /* line-height: 1.8rem; */
    text-align: center;
    color: #FFFFFF;
    margin-top: .75rem;
    padding-left: .625rem;
    padding-right: .625rem;
}

a.banner-cooperation {
    margin-top: 1.125rem;
    width: 14.5rem;
    background-color: #1F57E9;
    border-radius: .25rem;
    padding: .625rem;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.find-my-info-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
}

.find-my-content {
    padding-bottom: 12.5625rem;
    /* width: 800px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
}

.find-my-info-title,
.find-my-advantage-title {
    margin-top: 5rem;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 3.4375rem;
}

ul.find-my-info-item,
ul.find-my-advantage-item {
    margin-top: 3.75rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.find-my-info-item li {
    width: 18.875rem;
    /* height: 18.875rem; */
    height: 31.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.find-my-info-item li img {
    width: 8.75rem;
    height: 8.75rem;
    object-fit: cover;
}

.find-my-info-item li p {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: 1.625rem;
    /* line-height: 36px; */
}

.find-my-info-item li span {
    font-weight: 400;
    font-size: .875rem;
    /* line-height: 1.1875rem; */
    text-align: center;
    height: 6.25rem;
}


/* 方案优势 */

.find-my-advantage-title {
    color: #000000;
}

.find-my-advantage-item li {
    /* width: 30rem; */
    /* height: 21.6875rem; */
    /* height: 37.5rem; */
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.find-my-advantage-item-icon {
    width: 11.375rem;
    height: 11.375rem;
    background: #F5F5F5;
    box-shadow: 0px 0px .5rem rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 11.375rem;
}

.find-my-advantage-item-icon img {
    width: 3.4375rem;
    height: 3.4375rem;
    object-fit: cover;
}

.find-my-advantage-item li p {
    margin-top: 2.5rem;
    margin-bottom: .6875rem;
    font-weight: 700;
    font-size: 1.125rem;
    /* line-height: 25px; */
    color: #000000;
}

.find-my-advantage-item li span {
    font-weight: 400;
    font-size: .75rem;
    /* line-height: 16px; */
    text-align: center;
    color: #000000;
}


/* 芯片介绍 */

.chip-info {
    /* width: 484px; */
    width: 100%;
    color: #FFFFFF;
    margin-right: 3.1875rem;
}

.chip-info p {
    font-weight: 400;
    font-size: 2.5rem;
    /* line-height: 55px; */
    margin-bottom: 1.875rem;
    text-align: center;
}

.chip-info span {
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    display: block;
    /* line-height: 22px; */
}

.chip-img {
    width: 28.6875rem;
    height: 19.5rem;
    object-fit: cover;
    display: block;
    margin-top: 4.375rem;
}

.find-my-product {
    /* padding-top: 6.25rem;
    padding-bottom: 6.25rem; */
    padding: 6.25rem 4.375rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}

.find-my-product-title {
    font-weight: 700;
    font-size: 2.5rem;
    /* line-height: 55px; */
    margin-bottom: 1.875rem;
}

.find-my-product-desc {
    font-weight: 400;
    font-size: .875rem;
    /* line-height: 19px; */
    text-align: center;
    color: #000000;
}

.find-my-product-content {
    margin-top: 1.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    width: 100%;
}

.find-my-product-content li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.find-my-product-content li img {
    width: 28.75rem;
    height: 28.75rem;
    object-fit: cover;
}

.find-my-product-content li p {
    font-weight: 400;
    font-size: 1.625rem;
    /* line-height: 36px; */
    margin-top: .25rem;
}


/* 开发步骤 */

.find-my-develop-step {
    /* width: 800px; */
    width: 100%;
    /* height: 400px; */
    margin: 6.25rem auto;
    color: #fff;
    padding: 0 3.75rem;
}

.find-my-develop-step-title {
    font-weight: 700;
    font-size: 2.5rem;
    /* line-height: 55px; */
    text-align: center;
}

ul.find-my-develop-step-contet {
    margin-top: 4.375rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}

li.step-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 7.5rem; */
    /* height: 13.75rem; */
    margin-right: 1.875rem;
    margin-top: 3.125rem;
    padding-left: 2.25rem;
}

li.step-item:last-child {
    margin-right: 0px;
}

.step-index {
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    background: #3A7AB6;
    border-radius: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    left: -1rem;
}

li.step-item p {
    /* margin-top: 1.25rem; */
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
    width: 100%;
}

li.step-item span {
    font-weight: 400;
    font-size: .75rem;
    /* line-height: 16px; */
    text-align: left;
}


/* 文档资源 */

.find-my-doc,
.find-my-example {
    width: 100%;
    margin: 6.25rem auto;
    color: #000000;
}

.find-my-doc-title {
    font-weight: 700;
    font-size: 2.5rem;
    /* line-height: 55px; */
    text-align: center;
}

.find-my-doc-contet {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 1.6875rem;
}

.find-my-doc-contet li {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    /* margin-right: 35px; */
}

.find-my-doc-contet li img {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: .875rem;
}

.find-my-doc-contet li p {
    font-weight: 400;
    font-size: 1.125rem;
    /* line-height: 25px; */
}

.find-my-doc-link {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-top: 1.125rem;
    text-align: right;
    cursor: pointer;
}


/* 客户案例 */

.find-my-example-title {
    font-weight: 700;
    font-size: 1.75rem;
    /* line-height: 38px; */
    text-align: center;
}

.find-my-example-contet {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 3.75rem;
    width: 100%;
}

.find-my-example-item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: .375rem;
    padding: 1.375rem .9375rem;
    /* margin-right: 10px; */
    /* width: 15.25rem; */
    width: 49%;
    height: 38.75rem;
}

.find-my-example-item img {
    width: 3.125rem;
    height: 3.125rem;
    object-fit: cover;
}

.find-my-example-item p {
    font-weight: 400;
    font-size: 1rem;
    /* line-height: 22px; */
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.find-my-example-item span {
    font-weight: 400;
    font-size: .75rem;
    /* line-height: 16px; */
    color: rgba(0, 0, 0, 0.8);
}