/**
 * Robot Case — From Concept to Reality
 * Block: robcr
 */
.robcr__container {
    width: 1180px;
    margin: 0 auto;
}

.robcr {
    padding-top: 106px;
}

@media (max-width: 768px) {
    .robcr {
        padding-top: 0;
    }
}

.robcr-client {
    width: 1180px;
    height: 800px;
    background-color: #f2f2f3;
}

.robcr-client__content {
    padding: 26px 0 30px 50px;
    width: 650px;
    float: left;
}

.robcr__section-title {
    font-size: 22px;
    color: #303030;
    font-weight: bold;
}

.robcr__section-text {
    color: #303030;
    font-size: 16px;
    line-height: 40px;
}

.robcr-client__img {
    width: 27%;
    margin-left: 100px;
    margin-top: 70px;
}

.robcr-client__img--2 {
    width: 27%;
    margin-left: 100px;
    margin-top: 20px;
}

.robcr-client__img--3 {
    width: 27%;
    margin-left: 100px;
    margin-top: 20px;
}

/* 项目背景部分 */
.robcr-project {
    width: 1180px;
    height: 490px;
    background-color: #fdd100;
}

.robcr-project__content {
    padding: 40px 0 30px 50px;
    width: 650px;
    float: left;
}

.robcr-project__text {
    color: #303030;
    font-size: 16px;
    line-height: 35px;
}

.robcr-project__img {
    width: 35%;
    margin-left: 70px;
    margin-top: 80px;
}

/* 挑战部分 */
.robcr-challenges {
    width: 1180px;
    height: 530px;
    background-color: #212121;
}

.robcr-challenges__content {
    padding: 70px 0 30px 50px;
    width: 600px;
    float: left;
}

.robcr-challenges__title {
    font-size: 22px;
    color: #fdd100;
    font-weight: bold;
}

.robcr-challenges__text {
    color: #fdd100;
    font-size: 16px;
    line-height: 30px;
}

.robcr-challenges__img {
    width: 35%;
    margin-left: 70px;
    margin-top: 50px;
}

/* 解决方案部分 */
.robcr-solutions {
    width: 1180px;
    height: 530px;
    background-color: #0f0f0f;
}

.robcr-solutions__content {
    padding: 70px 0 30px 50px;
    width: 450px;
    float: left;
}

.robcr-solutions__title {
    font-size: 22px;
    color: #fdd100;
    font-weight: bold;
}

.robcr-solutions__subtitle {
    font-size: 22px;
    color: #fdd100;
}

.robcr-solutions__text {
    color: #fdd100;
    font-size: 16px;
    line-height: 35px;
}

.robcr-solutions__img {
    width: 50%;
    margin-left: 70px;
    margin-top: 50px;
}

/* 装配调整部分 */
.robcr-assembly {
    width: 1180px;
    height: 739px;
    background-image: url(/d/file/p/2020/04-27/2470083d95b8d5f963c1ab922508919a.jpg);
}

.robcr-assembly__content {
    padding: 70px 0 30px 50px;
    width: 450px;
    float: left;
}

.robcr-assembly__subtitle {
    font-size: 22px;
    color: #212121;
}

.robcr-assembly__text {
    color: #212121;
    font-size: 16px;
    line-height: 35px;
}

/* 材料选择部分 */
.robcr-material {
    width: 1180px;
    height: 500px;
    background-color: #212121;
}

.robcr-material__content {
    padding: 70px 0 30px 50px;
    width: 550px;
    float: left;
}

.robcr-material__subtitle {
    font-size: 22px;
    color: #fdd100;
}

.robcr-material__text {
    color: #fdd100;
    font-size: 16px;
    line-height: 35px;
}

.robcr-material__img--1 {
    float: left;
    margin-top: 50px;
}

.robcr-material__img--2 {
    float: left;
    margin-top: 50px;
    margin-left: 30px;
}

.robcr-material__img--3 {
    width: 30%;
    margin-left: 150px;
    margin-top: 70px;
}

/* 颜色调整部分 */
.robcr-color {
    width: 1180px;
    height: 380px;
    background-color: #fdd100;
}

.robcr-color__content {
    padding: 70px 0 30px 50px;
    width: 500px;
    float: left;
}

.robcr-color__subtitle {
    font-size: 22px;
    color: #212121;
}

.robcr-color__text {
    color: #212121;
    font-size: 16px;
    line-height: 35px;
}

.robcr-color__img {
    width: 40%;
    margin-left: 100px;
    margin-top: 50px;
}

/* 客户收益部分 */
.robcr-benefits {
    width: 1180px;
    height: 530px;
    background-color: #212121;
}

.robcr-benefits__content {
    padding: 25px 0 0 50px;
    width: 550px;
    float: left;
}

.robcr-benefits__title {
    font-size: 22px;
    font-weight: bold;
    color: #fdd100;
}

.robcr-benefits__text {
    color: #fdd100;
    font-size: 16px;
    line-height: 35px;
}

.robcr-benefits__img {
    width: 25%;
    margin-left: 180px;
    margin-top: 100px;
}

/* 附言部分 */
.robcr-postscript {
    display: flex;
    width: 1180px;
    height: 330px;
    background-color: #f5f4f4;
}

.robcr-postscript__content {
    padding: 70px 0 30px 50px;
    width: 600px;
    float: left;
}

.robcr-postscript__title {
    font-size: 22px;
    font-weight: bold;
    color: #212121;
}

.robcr-postscript__text {
    color: #212121;
    font-size: 16px;
    line-height: 35px;
}

.robcr-postscript__img {
    width: 30%;
    margin-left: 130px;
    padding: 20px;
}

/* 客户评价部分 */
.robcr-testimonials {
    width: 1180px;
    height: 591px;
    background-color: #fdd100;
}

.robcr-testimonials__content {
    padding: 70px 0 30px 50px;
    width: 700px;
    float: left;
}

.robcr-testimonials__title {
    font-size: 22px;
    font-weight: bold;
    color: #212121;
}

.robcr-testimonials__text {
    color: #212121;
    font-size: 16px;
    line-height: 35px;
    font-style: italic;
}

.robcr-testimonials__author-img {
    float: left;
}

.robcr-testimonials__author-info {
    margin-left: 130px;
}

.robcr-testimonials__author-name {
    font-style: italic;
    font-size: 22px;
}

.robcr-testimonials__author-role {
    font-style: italic;
}

.robcr-testimonials__author-company {
    font-style: italic;
}

.robcr-testimonials__img {
    width: 35%;
    float: right;
}

/* 标签部分 */
.robcr-tags {
    width: 1180px;
    height: 80px;
    padding-left: 50px;
    line-height: 80px;
}

.robcr-tags a {
    color: #0782c1;
    text-decoration: none;
}

.robcr-tags a:hover {
    text-decoration: underline;
}

/* 移动端适配 - 媒体查询 */
@media screen and (max-width: 768px) {

    /* 主容器 */
    .robcr__container {
        width: 100%;
        max-width: 100%;
    }

    /* 客户端背景部分 */
    .robcr-client {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .robcr-client__content {
        width: 100%;
        float: none;
        padding: 60px 20px 30px 20px;
        text-align: center;
    }

    .robcr__section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr__section-text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-client__img,
    .robcr-client__img--2,
    .robcr-client__img--3 {
        width: 80%;
        margin: 10px auto;
        display: block;
    }

    /* 项目背景部分 */
    .robcr-project {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .robcr-project__content {
        width: 100%;
        float: none;
        padding: 83px 20px 30px 20px;
        text-align: center;
    }

    .robcr-project__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-project__img {
        width: 80%;
        margin: 20px auto;
        display: block;
    }

    /* 挑战部分 */
    .robcr-challenges {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .robcr-challenges__content {
        width: 100%;
        float: none;
        padding: 70px 20px 30px 20px;
        text-align: center;
    }

    .robcr-challenges__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr-challenges__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-challenges__img {
        width: 80%;
        margin: 20px auto;
        display: block;
    }

    /* 解决方案部分 */
    .robcr-solutions {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .robcr-solutions__content {
        width: 100%;
        float: none;
        padding: 70px 20px 30px 20px;
        text-align: center;
    }

    .robcr-solutions__title,
    .robcr-solutions__subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr-solutions__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-solutions__img {
        width: 80%;
        margin: 20px auto;
        display: block;
    }

    /* 装配调整部分 */
    .robcr-assembly {
        width: 100%;
        height: auto;
        min-height: auto;
        background-size: cover;
        background-position: center;
    }

    .robcr-assembly__content {
        width: 100%;
        float: none;
        padding: 70px 20px 30px 20px;
        text-align: center;
    }

    .robcr-assembly__subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr-assembly__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    /* 材料选择部分 */
    .robcr-material {
        width: 100%;
        height: auto !important;
        min-height: auto;
    }

    .robcr-material__content {
        width: 100%;
        float: none;
        padding: 70px 20px 30px 20px;
        text-align: center;
    }

    .robcr-material__subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr-material__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-material__img-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    .robcr-material__img--1,
    .robcr-material__img--2 {
        width: 80%;
        margin: 10px auto;
        float: none;
        display: block;
    }

    .robcr-material__img--3 {
        width: 80%;
        margin: 0 auto 20px;
        display: block;
    }

    /* 颜色调整部分 */
    .robcr-color {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .robcr-color__content {
        width: 100%;
        float: none;
        padding: 70px 20px 30px 20px;
        text-align: center;
    }

    .robcr-color__subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr-color__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-color__img {
        width: 80%;
        margin: 20px auto;
        display: block;
    }

    /* 客户收益部分 */
    .robcr-benefits {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .robcr-benefits__content {
        width: 100%;
        float: none;
        padding: 70px 20px 30px 20px;
        text-align: center;
    }

    .robcr-benefits__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr-benefits__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-benefits__img {
        width: 80%;
        margin: 20px auto;
        display: block;
    }

    /* 附言部分 */
    .robcr-postscript {
        width: 100%;
        height: auto;
        min-height: auto;
        display: block;
    }

    .robcr-postscript__content {
        width: 100%;
        float: none;
        padding: 70px 20px 30px 20px;
        text-align: center;
    }

    .robcr-postscript__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr-postscript__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-postscript__img {
        width: 80%;
        margin: 20px auto;
        display: block;
    }

    /* 客户评价部分 */
    .robcr-testimonials {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .robcr-testimonials__content {
        width: 100%;
        float: none;
        padding: 70px 20px 30px 20px;
        text-align: center;
    }

    .robcr-testimonials__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .robcr-testimonials__text {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .robcr-testimonials__author-img {
        float: none;
        width: 100px;
        height: 120px;
        margin: 0 auto 10px;
        display: block;
    }

    .robcr-testimonials__author-info {
        margin-left: 0;
        text-align: center;
    }

    .robcr-testimonials__author-name {
        font-size: 18px;
    }

    .robcr-testimonials__img {
        width: 80%;
        float: none;
        margin: 20px auto;
        display: block;
    }

    /* 标签部分 */
    .robcr-tags {
        width: 100%;
        height: auto;
        padding: 20px;
        text-align: center;
        line-height: normal;
    }

    .robcr-tags strong {
        display: block;
        margin-bottom: 10px;
    }

}

/* 小屏幕手机适配 */
@media screen and (max-width: 480px) {

    .robcr__section-title,
    .robcr-challenges__title,
    .robcr-solutions__title,
    .robcr-solutions__subtitle,
    .robcr-assembly__subtitle,
    .robcr-material__subtitle,
    .robcr-color__subtitle,
    .robcr-benefits__title,
    .robcr-postscript__title,
    .robcr-testimonials__title {
        font-size: 18px;
    }

    .robcr__section-text,
    .robcr-project__text,
    .robcr-challenges__text,
    .robcr-solutions__text,
    .robcr-assembly__text,
    .robcr-material__text,
    .robcr-color__text,
    .robcr-benefits__text,
    .robcr-postscript__text,
    .robcr-testimonials__text {
        font-size: 16px;
    }

    .robcr-client__content,
    .robcr-project__content,
    .robcr-challenges__content,
    .robcr-solutions__content,
    .robcr-assembly__content,
    .robcr-material__content,
    .robcr-color__content,
    .robcr-benefits__content,
    .robcr-postscript__content,
    .robcr-testimonials__content {
        padding: 15px;
    }

    .robcr-client__img,
    .robcr-client__img--2,
    .robcr-client__img--3,
    .robcr-project__img,
    .robcr-challenges__img,
    .robcr-solutions__img,
    .robcr-material__img--3,
    .robcr-color__img,
    .robcr-benefits__img,
    .robcr-postscript__img,
    .robcr-testimonials__img {
        width: 90%;
    }

    .robcr-material__img--1,
    .robcr-material__img--2 {
        width: 48%;
        margin: 5px 1%;
    }
}

.robcr-hero {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.robcr-hero__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.robcr-hero__content {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%);
    color: white;
    width: 800px;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.robcr-hero__text {
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

.robcr-hero__title {
    font-size: 4.5rem;
    font-weight: normal;
    color: #ffffff;
    line-height: 2;
}

.robcr-hero__subtitle {
    font-size: 4rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #ecc400;
    text-transform: uppercase;
}

/* Responsive design */
@media screen and (max-width: 1200px) {
    .robcr-hero__content {
        max-width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .robcr-hero__img {
        height: 120px;
        object-fit: cover;
    }

    .robcr-hero__content {
        text-align: left;
        left: 50%;
    }

    .robcr-hero__text {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .robcr-hero__title {
        margin-bottom: 0.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: high) {

    .robcr-hero__title,
    .robcr-hero__subtitle {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
}