/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
}

.Introduce_main {
    padding: 80px 48px 90px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;

}

.Introduce_main .childPic {
    width: 294px;
    height: 275px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.Introduce_main .childDescribe {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: break-spaces;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(58, 234, 234, 0.20)), to(rgba(27, 209, 209, 0.00)));
    background-image: -o-linear-gradient(left, rgba(58, 234, 234, 0.20) 3%, rgba(27, 209, 209, 0.00) 100%);
    background-image: linear-gradient(90deg, rgba(58, 234, 234, 0.20) 3%, rgba(27, 209, 209, 0.00) 100%);
    margin-left: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 68px 59px;
    font-family: MicrosoftYaHei, 微软雅黑;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
}



@media only screen and (min-width: 850px) and (max-width: 1050px) {

    .Introduce_main .childDescribe {
        padding: 34px 30px;
        margin-left: 44px;
    }

    .Introduce_main .childPic {
        width: 220px;
        height: 206px;
    }

    .Introduce_main {
        padding: 64px 41px 76px 41px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 850px) {
    .Introduce_main {
        padding: 50px 34px 60px 34px;
    }

    .Introduce_main .childDescribe {
        padding: 26px 22px;
        margin-left: 32px;
    }

    .Introduce_main .childPic {
        width: 220px;
        height: 206px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 750px) {
    .Introduce_main {
        padding: 37px 27px 44px 27px;
    }

    .Introduce_main .childDescribe {
        padding: 26px 22px;
        margin-left: 24px;
    }

    .Introduce_main .childPic {
        width: 166px;
        height: 154px;
    }

}

@media only screen and (max-width: 750px) {
    .Introduce_main {
        padding: 24px 20px 28px 20px;
    }

    .Introduce_main .childDescribe {
        padding: 26px 22px;
        margin-left: 0px;
        font-size: 14px;
    }

    .Introduce_main .childPic {
        display: none;
    }


}