*,
html {
    background-color: #fff !important;
}

.title {
    margin-top: 1.946rem;
    margin-left: 0.4rem;
    font-size: 0.48rem;
    font-weight: bold;
    ;
    color: #333;
    line-height: 0.4rem;
}

.brief-intro {
    margin: 0.453rem 0.36rem 0 0.4rem;
    font-size: 0.32rem;
    color: #333;
    line-height: 0.48rem;
    text-indent: 2em;
}

.caseImg {
    display: block;
    margin: 0.466rem auto;
    width: 100%;
    content height: 100%;
}

.caseImgBox {
    margin: 0.466rem auto;
    width: 92%;
    height: 16.34rem;
    background: url(../images/casedetails/newbanner.png) no-repeat center;
    background-size: cover;
}


/* 主要功能 */

.main-function {
    margin: 0.5rem 0.5rem 0.6rem 0rem;
}

.title1 {
    font-size: 0.373rem;
    font-weight: bold;
    ;
    color: #333;
    line-height: 0.48rem;
}
/*
.content{
	margin-top: 0.44rem;
	font-size: 0.32rem;
	color: #333;
	line-height: 0.48rem;
}
.p1 li,.p2 li,.p3 li,.p4 li,.p5 li,.p6 li{
	text-indent: 2em;
}*/
.content{
    color: #333;
    text-indent: 2em;
    line-height: 0.6rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
[data-dpr="1"] .content{
    font-size: 14px;   
}
[data-dpr="2"] .content{
    font-size: 28px;
}
[data-dpr="3"] .content{
    font-size: 42px;
}
.content p{
    font-weight: 400;
}

/* 富文本正文图片自适应：块级化避免父级 text-indent 把行内图片挤出屏幕 */
.main-function .content img,
.main-function .content video {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
