/*适配手机样式*/
@media screen and (max-width: 768px) {
    .waper{
        width: 100%;
        height: 50vh;
        position: relative;
    }
    .waper img:first-child{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brandContent{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .brandContent-unit{
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .brandContent-unit-bg{
        position: absolute;
        right: 0;
        top: 45vh;
        width: 70%;
        height: 45vh;
        background: url("../../img/brand/pureColor2.png") no-repeat;
        background-size: 100%;
        background-position: 50%;
        z-index: -10;
    }
    .brandContent-unit-img{
        box-sizing: border-box;
        width: 100%;
        height: 45vh;
    }
    .brandContent-unit-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brandContent-unit-content{
        width: 80%;
        margin: 0 auto;
        height: auto;
        box-sizing: border-box;
        padding: 50px 0 100px 0;
        /* border: 1px red solid; */
        font-size: 16px;

    }
    .brandContent-unit-titleCN{
        font-size: 32px;
        color: #0F0F0F;
        letter-spacing: 2px;
    }
    @font-face{
        font-family: Quentin;
        src: url("../../font/Quentin.ttf");
    }
    .brandContent-unit-titleEN{
        font-family: "Quentin";
        font-size: 24px;
        color: #656565;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 5px;
    }
    .brandContent-unit-br{
        width: 100%;
        border-color: #FCB03F;
        height: 1px;
        transform:scaleY(0.2);
        margin-top: 10px;
    }
    .brandContent-unit-text{
        padding-top: 60px;
        font-size: 16px;
        line-height: 26px;
    }
    .brandContent-unit-name{
        font-weight: 500;
        font-size: 20px;
    }
    .patent{
        width: 100%;
        /* height: 630px; */
        margin: 0 auto;
        background-color: #343434;
        color: #C8C8C8;
        font-size: 18px;
        /* box-sizing: border-box; */
        border-bottom: 1px #717171 solid;
        padding-bottom: 30px;
    }
    .patentTop{
        width: 100%;
        margin:0 auto;
        padding-top: 50px;
        position: relative;
        box-sizing: border-box;
    }
    .patentTop-titleCN{
        width: 90%;
        margin-left: 10%;
        font-size: 28px;
        color: #FFFFFF;
        /* font-weight: bold; */
    }
    .patentTop-titleEN{
        font-family: "Quentin";
        width: 90%;
        margin-left: 10%;
        font-size: 26px;
        color: #A7A7A7;
        margin-top: 10px;
    }
    .patentTop-br{
        width: 90%;
        margin-left: 10%;
        border-color: #FCB03F;
        height: 1px;
        transform:scaleY(0.2);
        margin-top: 5px;
    }
    .patentTop-text{
        width: 75%;
        margin: 0 auto;
        height: 180px;
        font-size: 16px;
        color: #888888;
        display: flex;
        align-items: left;
        justify-content: space-around;
        flex-direction: column;
        text-align: center;
    }
    .patent-p-swipercontainer{
        width: 100%;
		height: 280px;
		box-sizing: border-box;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .swiper-wrapper{
		width: 100%;
        height: 100%;
    }
    .swiper-slide{
        width: 80%;
        height: 80%;
        margin: 0 auto;
    }
	.swiper-wrapper .swiper-slide img{
		width: 100%;
        height: 100%;
        object-fit:contain; 
    }
    .patent-page{
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #888888;
        letter-spacing: 4px;
    }
    .patent-page span:first-child{
        font-size: 26px;
        color: #FFFFFF;
    }
    .footerall{
		width: 100%;
		min-height: 550px;
		background-color: #343434;
		color: #FFFFFF;
		padding: 60px 0 0 0;
	}
}