.mode1 {
    width: 100%;
    height: auto;
    background: pink;
    position: relative;
}

.topimg {
    width: 100%;
    height: auto;
}


.newsbox1s {
    font-size: 12px;
}




/*平台动态*/
.newtagactive1 {
    background: rgba(242, 117, 56, 0.25)!important;;
    color: rgba(242, 117, 56, 1);
}
/*行业动态*/
.newtagactive2 {
    background: rgba(27, 61, 149, 0.1) !important;
    color: rgba(27, 61, 149, 1);
}

/*行业动态*/
.newtagactive3 {
    background: rgba(242, 117, 56, 0.1) !important;
    color: rgba(242, 117, 56, 1);
}


@media screen and (min-width: 1200px) {
    /*仓库*/
    .waretitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .waretitles {
        display: flex;
        max-width: calc(100% - 200px);
        overflow: auto;
    }


    .newbcktopout {
        width: 100%;
        position: relative;
    }

    /*第一个轮播*/
    .blockmobile {
        display: none;
    }
    .blockmobileimg{
        position: relative;
    }

    .swioneiin {
        width: 100%;
        height: 100%;
        position: relative;

    }
    .swioneiinbut3{
        position: absolute;
        left: 7%;
        bottom: 38.35%;
        width: 40.41%;
        height: auto;
        font-size: 1.375rem;
        display: flex;
        justify-content: space-around;
    }
    .swioneiinbut1{
        position: absolute;
        left: 7%;
        bottom: 39.17%;
        width: 47.52%;
        height: auto;
        font-size: 1.375rem;
        display: flex;
        justify-content: space-around;
    }
    .swioneiinbut2{
        position: absolute;
        left: 7%;
        bottom: 33%;
        width: 33.64%;
        height: auto;
        font-size: 22px;
        display: flex;
        justify-content: space-around;
    }
    .swioneiinbut {
        position: absolute;
        left: 7%;
        bottom: 21%;
        width: 9.11%;
        height: 3.375rem;
        font-size: 1.375rem;
        display: flex;
        justify-content: space-around;
    }
    .swioneiinbut1s{
        position: absolute;
        left: 7%;
        bottom: 39.17%;
        width: 34.74%;
        height: auto;
        font-size: 1.375rem;
        display: flex;
        justify-content: space-around;
    }
    .swioneiinbuts {
        position: absolute;
        left: 7%;
        bottom: 21%;
        width: 9.11%;
        height: 3.375rem;
        font-size: 1.375rem;
        display: flex;
        justify-content: space-around;
    }

    .el-carousel__arrow--right {
        z-index: 10001 !important;
    }

    .topact {
        background: #cccccc;
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-top: -50px;
        padding: 0;
        z-index: 2;
    }

    .topactunit {
        flex: 1;
        padding: 20px;
        display: flex;
        background: #E7EBF4;
        overflow: hidden;
        cursor: pointer;
        border-right: 1px solid #cccccc;
    }

    .topactunit:last-child {
        border: none;
    }

    .topactunit img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .uniimg{
        display: block;
    }
    .uniimgs{
        display: none;
    }

    .topactright {
        display: flex;
        flex-direction: column;
        padding: 4px;
        box-sizing: border-box;
        align-content: space-between;
        justify-content: space-between;
    }

    .topactright p:first-child {
        font-weight: 600;
        color: #333333;
    }

    .topactright  p:last-child{
        color: #707070;
    }

    .topactunit:hover {
        background:var(--header-unit-color);
        color: #FFFFFF;
    }

    .topactunit:hover p {
        color: #FFFFFF;
    }
    .topactunit:hover  .uniimg{
        display: none;
    }
    .topactunit:hover  .uniimgs{
        display: block;
    }



    /*yidong*/
    .findboxmobile{
        display: none;
    }

    /*出租*/
    .rentinfoboxmobile{
        display: none;
    }


    /*找仓库*/
    .findbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*border: 1px solid var(--header-unit-color);*/
        /*padding: 0 0 0 0.625rem;*/
        padding: 0;
        margin: 30px auto!important;
        height: 6rem;
    }

    .findsboxunitl{
      width:calc(100% - 18rem);display: flex;justify-content: space-around;align-items: center;
        border: 1px solid var(--schemecolor);
        border-right: 0;
        height: calc(6rem - 1.642px);
}
    .findsboxunit {

        display: flex;
        align-items: center;

    }

    .findsboxunit span {
        margin-right: 10px;
        color: #333333;
    }


    .findsboxunitbut {
        border: 1px solid var(--schemecolor);
        width: 18rem;
        height: 6rem;
        background: var(--header-unit-color);
        color: #ffffff;
        display: flex;
        align-items: center;
        padding: 0 1.5rem;
        cursor: pointer;
        box-sizing: border-box;
    }

    .findsboxunitbut:active {
        opacity: 0.85;
    }

    .findsboxunitbut img {
        width: 3.25rem;
        height: 3.25rem;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }

    .findsboxunitbut p {
        width: 15rem;
        text-align: center;
        line-height: 3.12rem;
        font-size: 2rem;
        letter-spacing: 2px;

    }

    /*出租*/
    .rentbox {
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }

    .rentunitout{
        width: 25%;
    }
    .rentunit {
        width: calc(100% - 20px);
        box-sizing: border-box;
        flex-direction: column;
        background: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        padding: 20px;
        cursor: pointer;
        margin: 10px;
        border: 1px solid #ffffff;
        position: relative;
    }




    .rentunit:hover {
        border: 1px solid var(--header-unit-color);
        box-shadow: 0px 0px 10px var(--shaw-color);
        box-sizing: border-box;
    }

    .rentunittop {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .rentunittop p {
        width: fit-content;
        white-space: nowrap; /* 不换行 */
        overflow: hidden; /* 隐藏超出的内容 */
        text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
        font-weight: 600;

    }

    .rentunittop span {
        width: fit-content;
        white-space: nowrap; /* 不换行 */
/*        overflow: hidden; !* 隐藏超出的内容 *!
        text-overflow: ellipsis; !* 用省略号表示被隐藏的部分 *!*/
        color: #FE5E52;
        text-align: right;
        font-weight: 600;
    }

    .rentunitbot {
        display: flex;
    }

    .rentunitbot img {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    /*仓库*/
    .warebox {
        display: flex;
        flex-wrap: wrap;
    }

    .wareunitfont {
        width: fit-content;
        height: 3.75rem;
        white-space: nowrap;
        margin-right: 3.75rem;
        cursor: pointer;
        font-size:1.75rem;
    }

    .wareunit {
        margin: 10px;
        box-sizing: border-box;
        width: calc(25% - 20px);
        height: auto;
        position: relative;
        cursor: pointer;
        border-radius: 8px;
        background: white;
        overflow: hidden;
        border: 1px solid white;
    }

    .wareunit:hover {
        box-shadow: 0px 0px 10px var(--shaw-color);
        border: 1px solid var(--header-unit-color);
    }

    .wareunitactive {
        color: var(--header-unit-color);
        position: relative;
    }

    .wareunitactive::after {
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        background: var(--header-unit-color);
        /*background: #F27538;*/
        left: 0;
        border-radius: 2px;
    }

    .wareunitimg {
        width: 100%;
        height: 300px;
    }


    .wareunitbot {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        box-sizing: border-box;
    }

    .wareunitbot1 {
        white-space: nowrap; /* 不换行 */
        overflow: hidden; /* 隐藏超出的内容 */
        text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
        max-width: 100%; /* 设置最大宽度以限制文本的显示长度 */
        font-weight: 600;
        color: #333333;
        font-size: 1.4rem;
    }

    .wareunitbot2 {
        display: flex;
        margin-top: 10px;
        color: #333333;
    }

    .wareunitbot2 img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .wareunitbot3 {
        width: 100%;
        height: 30px;
        /*background: #5daf34;*/
        margin-top: 10px;
        overflow: hidden;
    }

    .wareunitbot3 div {
        float: left;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .wareprice {
        margin-top: 10px;
        font-size: 24px;
        color: #FE5E52;
        font-weight: 600;
    }

    .waretitlemobile {
        display: none;
    }

    /*图片*/
    .newbcktop {
        width: 100%;
        height: auto;
    }

    /*查看更多*/
    .comgetmore3 {
     /*   width: fit-content;
        display: flex;
        align-items: center;
        font-size: 14px;
        height: auto;
        padding: 4px 12px;
        cursor: pointer;
        background: var(--header-unit-color);
        color: var(--font-color);
        !*border: 1px solid #ffffff;*!
        border-radius: 4px;
        cursor: pointer;*/
        position: absolute;
        right: 7%;
        bottom: 100px;
    }

    .comgetmore3:hover {
        color: #ffffff;
        border: 1px solid var(--header-unit-color);
    }

    .comgetmore3:active {
        opacity: 0.85;
    }

    /*动态咨讯*/
    .newsbox {

    }

    .newsbox1 {
        display: flex;
        justify-content: space-between;
        margin: 0.65rem 0;
        color: #333333;
        line-height: 1.5rem;
        font-size: 1.75rem;
        font-weight: normal;
    }

    .newsbox2 {
        display: flex;
        box-sizing: border-box;
        /*background: #ffffff;*/
    }

    .newsbox2unit {
        width: 25%;
        height: auto;
        background: white;
        padding: 1.2rem;
        box-sizing: border-box;
        border-radius: 0.25rem;
        cursor: pointer;
    }
    .newsbox2units{
        padding-right: 1.2rem;
        border-right: 1px dashed #E6E6E6;
    }
    .newsbox2unit:last-child{
        padding-right: 0;
    }
    .newsbox2unit:last-child .newsbox2units{
        border-right: none;
    }
    .newsbox2unitfont{
        font-size: 1.25rem;
        height: 3.65rem;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*-webkit-line-clamp: 2;*/
        /*-webkit-box-orient: vertical;*/
        line-break: anywhere;
        display: -webkit-box; /* 将元素设为弹性盒模型 */
        -webkit-box-orient: vertical; /* 垂直方向排列 */
        -webkit-line-clamp: 2; /* 限制显示行数 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
        line-height: 1.5; /* 设置行高，确保美观 */


        /*  display: -webkit-box;
          -webkit-line-clamp: 2; !* 限制在一个块元素显示的文本的行数 *!
          -webkit-box-orient: vertical; !* 设置或检索伸缩盒对象的子元素的排列方式 *!
          overflow: hidden;
          text-overflow: ellipsis; !* 省略号效果 *!
          width: 100%;
          max-height: 3.75rem;*/

    }
    .tagbox2{
        font-size: 22px;
    }

    .newsbox2unit:hover .tagbox2{
        color: var(--header-unit-color);

    }
    .newsbox2unit:last-child{
        margin-right: 0;
    }

    .newsbox2unit:hover .newsbox2unitfont {
        color: var(--header-unit-color);
    }

    .tagbox {
        display: flex;
        align-items: center;
        margin-top: 20px;
        justify-content: space-between;
    }

    .newtag {
        width: fit-content;
        display: flex;
        align-items: center;
        font-size: 14px;
        height: auto;
        padding: 4px 12px;
        cursor: pointer;
        background: var(--back-colot);
        box-sizing: border-box;
        border-radius: 4px;
    }

    /*查看更多*/
    .comgetmore2 {
        width: fit-content;
        display: flex;
        align-items: center;
        font-size: 14px;
        height: auto;
        padding: 4px 12px;
        cursor: pointer;
        background: var(--back-colot);
        border-radius: 4px;
        cursor: pointer;
        border: 1px solid #cccccc;
    }

    .comgetmore2 span {
        margin-right: 10px;
    }

    .comgetmore2:hover {
        color: var(--header-unit-color);
    }

    .comgetmore2:active {
        background: rgba(204, 204, 204, 0.35);
    }

    .newsbox1out{
        margin-bottom: 1rem
    }



}


@media screen and (max-width: 1200px) {
    /*仓库*/
    .waretitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .waretitles {
        display: flex;
        width: 100%;
        overflow: auto;
    }


    .newbcktopout {
        width: 100%;
        position: relative;
    }


    /*移动轮播*/
    .blockmobile{
        width: 100%;
        height:auto;
        position: relative;
    }


    .swioneiinbut1{
        position: absolute;
        left: 7%;
        top: 12%;
        width: 88%;
        height: auto;
        font-size: 1.5rem;
        display: flex;
        justify-content: space-around;
    }

    .swioneiinbut {
        position: absolute;
        left: 7%;
        top: 40%;
        width: 25%;
        height: 2rem;
        font-size: 1.1rem;
        letter-spacing: 1px;
        display: flex;
        justify-content: space-around;
    }


    .swioneiinbut2{
        position: absolute;
        left: 7%;
        top: 12%;
        width: 70%;
        height: auto;
        font-size: 1.5rem;
        display: flex;
        justify-content: space-around;
    }

    .swioneiinbuts{
        position: absolute;
        left: 7%;
        top:32.25%!important;
        width: 25%;
        height: 2rem;
        font-size: 1.1rem;
        letter-spacing: 1px;
        display: flex;
        justify-content: space-around;
    }
    .block {
        display: none;
    }



    /*展示*/
    .topact {
        width: 100%;
        display: inline-flex;
        white-space: nowrap; /* 保证盒子不换行 */
        overflow: auto; /* 当内容超出容器宽度时出现滚动条 */
        padding: 0;
        margin-top: -4px;
    }
    .uniimgs{
        display: none;
    }
    .topactunit {
        width: 50vw;
        height: auto;
        display: flex;
        padding: 0.8rem;
        align-items: center;
        background: #FDE5D9;
        font-size: 0.86rem;
        box-sizing: border-box;
    }
    .topactunit:last-child {
        border: none;
    }
    .topactunit img {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 6px;
    }
    .topactright {
        width: calc( 50vw - 3.2rem);
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0.25rem;
        white-space: normal;
        word-wrap: break-word; /* 允许在单词内断行 */
    }
    .topactright p:first-child {
        font-size: 1.4rem;
        font-weight: 600;
        color: #333333;
    }
    .topactright p:last-child{
        margin-top: 0.25rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #707070;
        white-space: normal;
        word-wrap: break-word; /* 允许在单词内断行 */
    }
    /*找仓库m*/
    .findbox{
        display: none;
    }
    .findboxmobile{
        background: var(--header-unit-color);
        color: #FFFFFF;
        overflow: hidden;
        margin-top: 20px;
    }
    .findsboxunitbut{
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        line-height: 24px;
        font-size: 16px;
    }
    .findsboxunitbut img{
        width: 24px;height: 24px;
    }


    /*出租信息*/
    .rentinfobox{
        display: none;
    }

    .rentinfoboxmobile{

    }
    /*出租*/
    .rentbox {
        display: flex;
        flex-direction: column;
    }

    .rentunit {
        display: flex;
        width: 100%;
        flex-direction: column;
        background: #ffffff;
        border-radius: 4px;
        overflow: hidden;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 1rem;
        cursor: pointer;
        position: relative;
    }


    .rentunittop {
        display: flex;
        margin-bottom: 10px;
        font-weight: 600;
        justify-content: space-between;
    }

    .rentunittop p {
        width: fit-content;
        white-space: nowrap; /* 不换行 */
        overflow: hidden; /* 隐藏超出的内容 */
        text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
        color: #333333;
        font-size: 1.3rem;
    }

    .rentunittop span {
        width: fit-content;
        white-space: nowrap; /* 不换行 */
/*        overflow: hidden; !* 隐藏超出的内容 *!
        text-overflow: ellipsis; !* 用省略号表示被隐藏的部分 *!*/
        color: #FE5E52;
        text-align: right;
        font-size: 1.3rem;
    }

    .rentunitbot {
        display: flex;
        font-size: 1.2rem;
        color: #707070;
    }

    .rentunitbot img {
        width: 22px;
        height: 22px;
        margin-right: 10px;

    }
    /*仓库*/
    .warebox {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .wareunitfont {
        width: fit-content;
        height: 2.5rem;
        white-space: nowrap;
        margin-right: 3rem;
        cursor: pointer;
        font-size:1.5rem;
        position: relative;
    }
    .wareunitactive{
        position: absolute;
        display: block;
        bottom: 0;
        border-bottom: 3px solid var(--header-unit-color);
        font-weight: bold;

    }



    .wareunit {
        /*width: 49%;*/
        /*width: fit-content;*/

        height: auto;
        border: 8px;
        position: relative;
        cursor: pointer;
        border-radius: 4px;
        background: white;
        display: flex;
        /*margin-right: 10px;*/
        margin-bottom: 10px;
        overflow: hidden;
        /*padding: 10px;*/
        box-sizing: border-box;
    }
    .wareunit:last-child{
        margin-right: 0;
    }

    .wareunitactive {
        color: var(--header-unit-color);
        position: relative;
    }

    .wareunitimg {
        width: 11rem;
        height: 11rem;
        /*min-height: 100%!important;*/
        border-radius: 4px;
    }

    .wareunitbot {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
        width: calc(100% - 11rem);
        font-size: 14px;
        padding: 10px;
    }

    .wareunitbot1 {
        white-space: nowrap; /* 不换行 */
        overflow: hidden; /* 隐藏超出的内容 */
        text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
        max-width: 100%; /* 设置最大宽度以限制文本的显示长度 */
        font-size: 1.4rem;
        color: #333333;
    }

    .wareunitbot2 {
        display: flex;
        margin-top: 4px;
        color: #666666;
    }

    .wareunitbot2 p{
        word-break: break-word;
    }
    .wareunitbot2 img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .wareunitbot3 {
        width: 100%;
        height: 24px;
        overflow: hidden;
    }

    .wareunitbot3 div {
        float: left;
        height: 20px;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .wareprice {
        margin-top: 4px;
        font-size: 14px;
        color: #FE5E52;
        font-weight: bold;
    }

    .waretitlemobile {
        display: flex;
        justify-content: space-between;
    }

    .waretitle {
        display: none;
    }

    /*图片*/
    .newbcktop {
        width: 100%;
        height: auto;
    }

    /*查看更多*/
    .comgetmore3 {
  /*      width: fit-content;
        display: flex;
        align-items: center;
        font-size: 12px;
        height: auto;
        padding: 4px 12px;
        cursor: pointer;
        background: var(--header-unit-color);
        color: var(--font-color);
        border-radius: 4px;
        cursor: pointer;*/
        /*border: 1px solid #ffffff;*/
        position: absolute;
        left: 5%;
        top: 37%;
    }

    .comgetmore3:hover {
        border: 1px solid var(--header-unit-color);
        color: #ffffff;
    }

    .comgetmore3:active {
        opacity: 0.85;
    }

    .comgetmore3 span {
        line-height: 20px;
    }

    /*动态咨讯*/
    .newsbox {

    }

    .newsbox1 {
        display: flex;
        justify-content: space-between;
        font-size: 1.4rem;
        margin: 20px 0;
        font-weight: 600;
        align-items: center;
        line-height: 2rem;
        color: #333333;

    }
    .rentinfoboxmobile .containerin{
        padding: 0;
    }


    .newsbox2 {
        display: flex;
        flex-wrap: wrap;
    }

    .newsbox2unit {
        width: 100%;
        height: auto;
        background: white;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
        border-radius: 4px;

    }
    .newsbox2unit:last-child{
        margin-bottom: 20px;
    }
    .newsbox2unitfont{
        font-size: 1.3rem;
        max-height: 3.65rem;
        line-break: anywhere;
        display: -webkit-box; /* 将元素设为弹性盒模型 */
        -webkit-box-orient: vertical; /* 垂直方向排列 */
        -webkit-line-clamp: 2; /* 限制显示行数 */
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
        line-height: 1.5; /* 设置行高，确保美观 */
    }
    .newsbox1out .containerin{
        padding-top: 0!important;
        padding-bottom: 0!important;

    }


    /*查看更多*/
    .comgetmore2 {
        width: fit-content;
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 14px;
        height: auto;
        padding: 4px 12px;
        cursor: pointer;
        background: var(--back-colot);
        border-radius: 4px;
        border: 1px solid #cccccc;
    }

    .comgetmore2 span {
        display: none;
    }

    .newsbox2unit p:hover {
        color: var(--header-unit-color);
    }

    .tagbox {
        display: flex;
        margin-top: 20px;
        justify-content: space-between;
    }

    .newtag {
        width: fit-content;
        display: flex;
        align-items: center;
        font-size: 1rem;
        height: auto;
        padding: 2px 8px;
        cursor: pointer;
        border-radius: 4px;
    }




}

.el-input__suffix-inner{
    margin-right: 0!important;
    z-index: 9999;
}

.el-tooltip__popper .popper__arrow{
    bottom: -5px!important;
}