.details-content {
    position: relative;
}
.details-describe {
    position: absolute;
}
.details-describe h1 {
    font-weight:600;
    color:rgba(255,255,255,1);
    font-size: 0.5rem;
    letter-spacing:3px;
}
.details-describe p {
    font-weight:500;
    color:rgba(255,255,255,1);
    letter-spacing:1px;
}

.details-describe[data-type="lc"] {
    top: 3.8rem;
    left: 1.4rem;
}
.details-describe[data-type^="l"] h1 {
    height: 0.7rem;
    font-size: 0.5rem;
    line-height: 0.7rem;
}
.details-describe[data-type^="l"] p {
    font-size: 0.22rem;
    line-height: 0.3rem;
    width: 6.5rem;
}
.details-describe[data-type="lt"] {
    top: 1rem;
    left: 1.4rem;
}

.details-describe[data-type^="c"] {
    left: 0;
    right: 0;
    text-align: center;
}
.details-describe[data-type="center"] {
    top: 2.8rem;
}
.details-describe[data-type="ct"] {
    top: 1rem;
}
.details-describe[data-type^="c"] h1 {
    height: 0.37rem;
    font-size: 0.26rem;
    line-height: 0.37rem;
}
.details-describe[data-type^="c"] p {
    height: 0.25rem;
    font-size: 0.18rem;
    line-height: 0.25rem;
}
.details-describe[data-type="rc"] {
    top: 3.8rem;
    right: 1.4rem;
    text-align: right;
}
.details-describe[data-type="rt"] {
    top: 1rem;
    right: 1.4rem;
    text-align: right;
}
.details-describe[data-type^="r"] h1 {
    height: 0.7rem;
    font-size: 0.5rem;
    line-height: 0.7rem;
}
.details-describe[data-type^="r"] p {
    font-size: 0.22rem;
    line-height: 0.3rem;
    width: 6.5rem;
}
.details-describe[data-type="bottom"] {
    bottom: 1rem;
}
.details-describe[data-type="bc"] {
    bottom: 1rem;
    text-align: center;
}
.details-describe[data-type="bl"] {
    bottom: 1rem;
    left: 2.5rem;
}
.details-describe[data-type^="c"] h1 {
    height: 0.37rem;
    font-size: 0.26rem;
    line-height: 0.37rem;
}
.details-describe[data-type^="c"] p {
    height: 0.25rem;
    font-size: 0.18rem;
    line-height: 0.25rem;
}

.details-content .lazy {
    width: 100%;
    min-height: 6rem;
}

.parameter {
    min-width: 1280px;
    width: calc(100% - 3.2rem);
    margin: auto;
}
.parameter-img {
    padding: 1.66rem 0 .21rem 0;
    border-bottom: 1px solid #E6E6E6;
}
.parameter-img img {
    display: inline-block;
    width: 1.86rem;
    height: 1.86rem;
}
.parameter-describe {
    padding: 0.9rem .5rem;
    font-size: 0.16rem;
}
.parameter-describe--item {
    line-height: 0.5rem;
}
.parameter-describe--title {
    font-weight: 800;
}
.parameter-describe--content {
    padding-left: 4px;
    font-weight: 600;
}
.parameter-describe--tips {
    border-top: 1px solid #E6E6E6;
    font-weight: 500;
    text-align: center;
    color: #999;
    padding: 0.1rem;
}
.dividing-line{
    width: 100%;
    border: 1px solid;
    background:rgba(230,230,230,1);
    opacity: 0.2;
}
.product-size--content-indent{
    display: block;
    text-indent: 1.1rem;
    font-weight: 600;
}
.power-supply-mode--content-indent{
    display: block;
    text-indent: 1.7rem;
    font-weight: 600;
}
.applicable-door-type--content-indent{
    display: block;
    text-indent: 1.8rem;
}
.control-mode--content-indent{
    display: block;
    text-indent: 1.21rem;
}
.product-material--content-indent{
    display: block;
    text-indent: 1.4rem;
}
.power-supply--content-indent{
    display: block;
    text-indent: 1.2rem;
}

.details-describe[data-type="topC"] {
    right: 0;
    left: 0;
    text-align: center;
}
.details-describe[data-type="topC"] h1{
    font-size: 0.5rem;
}
.details-describe[data-type="topC"] p{
    font-size: 0.22rem;
}
.text-black{
    color: #000000 !important;
}
.top10{
    top: 0.1rem;
}
.top20{
    top: 0.2rem;
}
.top30{
    top: 0.3rem;
}
.top40{
    top: 0.4rem;
}
.top50{
    top: 0.5rem;
}
.top60{
    top: 0.6rem;
}
.top70{
    top: 0.7rem;
}
.top80{
    top: 0.8rem;
}
.top90{
    top: 0.9rem;
}
.top100{
    top: 1rem;
}
.top110{
    top: 1.1rem;
}
.top120{
    top: 1.2rem;
}
.top130{
    top: 1.3rem;
}
.top140{
    top: 1.4rem;
}
.top150{
    top: 1.5rem;
}
.top160{
    top: 1.6rem;
}
.top170{
    top: 1.7rem;
}
.top180{
    top: 1.8rem;
}
.top190{
    top: 1.9rem;
}
.top200{
    top: 2rem;
}
.bottom10{
    bottom: 0.1rem;
}
.bottom20{
    bottom: 0.2rem;
}
.bottom30{
    bottom: 0.3rem;
}
.bottom40{
    bottom: 0.4rem;
}
.bottom50{
    bottom: 0.5rem;
}
.bottom60{
    bottom: 0.6rem;
}
.bottom70{
    bottom: 0.7rem;
}
.bottom80{
    bottom: 0.8rem;
}
.bottom90{
    bottom: 0.9rem;
}
.bottom100{
    bottom: 1rem;
}
.bottom110{
    bottom: 1.1rem;
}
.bottom120{
    bottom: 1.2rem;
}
.bottom130{
    bottom: 1.3rem;
}
.bottom140{
    bottom: 1.4rem;
}
.bottom150{
    bottom: 1.5rem;
}
.bottom160{
    bottom: 1.6rem;
}
.bottom170{
    bottom: 1.7rem;
}
.bottom180{
    bottom: 1.8rem;
}
.bottom190{
    bottom: 1.9rem;
}
.bottom200{
    bottom: 2rem;
}
.paddingT10{
    padding-top: 0.1rem;
}
.paddingT20{
    padding-top: 0.2rem;
}
.paddingT30{
    padding-top: 0.3rem;
}
.paddingT40{
    padding-top: 0.4rem;
}
.paddingT50{
    padding-top: 0.5rem;
}
.paddingT60{
    padding-top: 0.6rem;
}
.paddingT70{
    padding-top: 0.7rem;
}
.paddingT80{
    padding-top: 0.8rem;
}
.paddingT90{
    padding-top: 0.9rem;
}
.paddingT100{
    padding-top: 1rem;
}
.parameter-describe-border{
    border-top: 1px solid #BDBDBD;
}
