.productYshmPage{
}
/*============================================*/
.productYshmPage .descView{
    padding-bottom: 10px;
}

.productYshmPage .descView .title{
    margin-top: 120px;
    font-size: 50px;
    color: #3D3D3D;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.18em;
}
.productYshmPage .descView .descTitle{
    display: flex;
    justify-content: center;
    align-items: center;
}

.productYshmPage .descView .descTitle .desc{
    margin-top: 60px;
    font-size: 24px;
    color: #777777;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0.18em;
    text-indent: 2em;
}

/*=====================================================*/

/*============================================*/
.productYshmPage .cpysView{
    margin-top: 80px;
    padding: 0px !important;
}
.productYshmPage .cpysView .title{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.18em;
    color: #3D3D3D;
}

.productYshmPage .cpysView .itemList{
    background-image: url("../img/product/yyhm/b4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 818px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.productYshmPage .cpysView .itemList .item{
    width: 360px;
    height: 330px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    padding: 20px;
    background: #FFFFFF;
    opacity: 0.8;
    margin: 0 auto;
}


.productYshmPage .cpysView .itemList .item img{
    width: 100px;
    height: 100px;
}

.productYshmPage .cpysView .itemList .item .textView .descTitle{
    font-size: 30px;
    letter-spacing: 0.18em;
    font-weight: bold;
    margin-top: 30px;
    color: #3D3D3D;
}

.productYshmPage .cpysView .itemList .item .textView .desc{
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: 0.18em;
    font-weight: 500;
    color: #3D3D3D;
}



/*=================================================================*/
@media (max-width: 576px) {
    .productYshmPage .carousel-inner img {
        height: 260px;
    }

    .productYshmPage .descView .title{
        margin-top: 60px;
        font-size: 30px;
    }

    .productYshmPage .descView .descTitle .desc{
        padding: 0px;
        font-size: 18px;
        line-height: 30px;
        text-indent: 2em;
        margin-top: 30px;
    }
    .productYshmPage .descView .descTitle .desc div{
        display: inline;
    }
    /*====================================*/
    .productYshmPage .cpysView{
        margin-top: 80px;
        padding: 0px !important;
    }

    .productYshmPage .cpysView .title{
        font-size: 30px;
    }

    .productYshmPage .cpysView .itemList{
        height: auto;
        align-items: center;
        padding: 20px 0px;
    }

    .productYshmPage .cpysView .itemList .item{
        width: 100%;
        height: 230px;
        margin-top: 20px;
    }

    .productYshmPage .cpysView .itemList .item img{
        width: 60px;
        height: 60px;
    }

    .productYshmPage .cpysView .itemList .item .textView .descTitle{
        font-size: 18px;
        margin-top: 20px;
    }

    .productYshmPage .cpysView .itemList .item .textView .desc{
        font-size: 14px;
        margin-top: 20px;
    }
}


/* ipad设备 */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .productYshmPage .descView .title{
        font-size: 45px;
    }
    .productYshmPage .descView .descTitle .desc{
        font-size: 22px;
        line-height: 40px;
    }

    .productYshmPage .cpysView .title{
        font-size: 45px;
    }


}
