.inspect{
    padding: 0 0.4rem;
}
.inspect-title{
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
    margin-top: 0.8rem;
}
.inspect-title img{
    width: 0.7rem;
}
.inspect-title span{
    font-size: 0.6rem;
	color: #ffffff;
	text-shadow: -0.01rem 0.07rem 0.1rem #161515;
    font-family: "song";
    margin-left: 0.3rem;
}


.inspect-content{
    padding: 0 0.32rem;
}
.inspect-list{
    display: block;
    width: 100%;
    margin-bottom: 0.27rem;
}
.inspect-list-photo{
    width: 100%;
    height: 4.03rem;
}
.inspect-list-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inspect-list-container{
    height: 100%;
    background: url(../img/inspect.png) no-repeat center/cover;
    padding: 0.3rem 0.5rem 0.3rem 0.36rem;
}
.inspect-list-container h5{
    font-size: 0.48rem;
	color: #222222;
    font-family: "song";
    font-weight: bold;
}
.inspect-list-container div{
    margin-top: 0.3rem;
}
.inspect-list-container div p{
    font-size: 0.4rem;
	line-height: 0.59rem;
	color: #222222;
    position: relative;
}






.inspect-details-main{
    background-color: #ffffff;
	border-radius: 0.47rem;
    margin-top: -2.5rem;
    padding: 0.48rem 0.37rem;
    position: relative;
    z-index: 10;
}
.inspect-details-title{
    font-size: 0.52rem;
	color: #222222;
    font-family: "song";
    text-align: center;
}
.inspect-details-line{
    width: 100%;
    height: 0.16rem;
    border-top: 1px dashed #5c95fc80;
    border-bottom: 1px dashed #5c95fc80;
    opacity: 0.6;
    margin: 0.41rem auto 0.78rem;
}
.inspect-details-content p{
    font-size: 0.48rem;
	line-height: 0.79rem;
	color: #222222;
    text-indent: 0.96rem;
    text-align: justify;
}


.details-top{
    width: 100%;
    position: relative;
}
.details-tu{
    width: 100%;
    position: relative;
    height: 6rem;
    overflow: hidden;
}
.details-tu:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/inspect-bg.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.details-tu img{
    width: 100%;
}
.inspect-details-topic{
    font-size: 0.6rem;
	letter-spacing: 0.06rem;
	color: #fefefe;
	text-shadow: -1px 0.07rem 0.1rem
		#161515;
    font-family: "song";
    position: absolute;
    top: 0.87rem;
    left: 0.69rem;
}