/*关闭BANNER悬浮文字*/
.two-banner .word-fix {
    display:none;
}
.two-banner:after {
    display:none;
}
/*关闭BANNER悬浮文字*/

/*招商加盟板块标题*/
.join-title {
    margin:3% auto;
    text-align: center;
}
.join-title p {
    font-size: 0.48rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.join-title h3 {
    font-size: 0.30rem;
    color: #333;
    font-family: "MiSans-Medium";
    padding: 0.2rem 0;
}

.join-title h4 {
    font-size: 0.18rem;
    color: #777;
}
@media screen and (max-width:1024px) {
.join-title {
    margin:0.3rem auto;
}
.join-title p {
    font-size: 0.24rem;
}
.join-title h3 {
    font-size: 0.24rem;
}
.join-title h4 {
    font-size: 0.16rem;
}
}

/*HOME标题*/
.home-title {
    margin:0.6rem 0;
}
.home-title h6 {
    font-size: var(--fs48);
    color: #000;
    font-family: "MiSans-Regular";
}
.home-title h3 {
    font-size:var(--fs24);
    color: #333;
    line-height: 1.8;
    padding:0.4rem 0 0 0;
}
.home-title p {
    font-size:var(--fs16);
    color: #777;
    line-height: 1.8;
    margin: 0 0 00.3rem 0;
}
@media screen and (max-width:1024px){
.home-title {
    margin: 0.3rem 0;
}
.home-title h6 {
    display: flex;
    justify-content: center;
    font-size: var(--fs24);
    text-align: center;
}
.home-title h3 {
    font-size: var(--fs14);
    padding:0.2rem 0 0 0;
}
.home-title p {
    font-size:var(--fs16);
    line-height: 1.8;
    margin: 0 0 00.3rem 0;
}
}
/*HOME标题*/


.color-word {
    display: flex;
    overflow: hidden;
    position: relative;
}
.color-word i {position: absolute;width: 100%;height: 110%;left: 0;top: -5%;transform-origin: 100% 50%;transform: translateZ(0);background: rgba(255,255,255,0.7);}
.color-word.active i {animation: indppTitleRight 5.6s ease both;}
@keyframes indppTitleLeft{0%{transform: translateX(0);}100%{transform: translateX(-110%);}}
@keyframes indppTitleRight{0%{transform: translateX(0);}100%{transform: translateX(110%);}}


/*加盟就找大品牌*/
.about {
    padding:1.2rem 0;
}
.about .about-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-end;
    gap: 0.3rem 2%;
}
.about .about-item .word-item {}
.about .about-item .word-item .info {}
.about .about-item .word-item .info .content {
    margin:0.8rem 0 var(--fs48) 0;
}
.about .about-item .word-item .info .content p {
    font-size: var(--fs18);
    color: #666;
    line-height: 1.8;
    *font-family: "MiSans-Regular";
}
.about .about-item .word-item .info .slogan {}
.about .about-item .word-item .info .slogan span {
    font-size: var(--fs24);
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Regular";
    padding:0.05rem 0.2rem;
    background:#e4002b;
    border-radius: 0.1rem;
}

.about .about-item .photo-item {
    width:40%;
}
.about .about-item .photo-item figure {}
.about .about-item .photo-item figure img {
    max-width: 100%;
}
@media (max-width: 1024px){
.about {
    padding:0.6rem 0;
}
.about .about-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-end;
    gap: 0.3rem 2%;
}
.about .about-item .word-item {
    text-align: center;
}
.about .about-item .word-item .info {}
.about .about-item .word-item .info .content {
    margin:0.4rem 0 var(--fs48) 0;
}
.about .about-item .word-item .info .content p {
    font-size: var(--fs14);
    color: #666;
    line-height: 1.8;
    *font-family: "MiSans-Regular";
}
.about .about-item .word-item .info .slogan {}
.about .about-item .word-item .info .slogan span {
    font-size: var(--fs16);
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Regular";
    padding:0.05rem 0.2rem;
    background:#e4002b;
    border-radius: 0.1rem;
}

.about .about-item .photo-item {
    width:100%;
}
.about .about-item .photo-item figure {}
.about .about-item .photo-item figure img {
    max-width: 100%;
}
}

/*加盟就找大品牌*/

/*专注耐科技 做耐用瓷砖*/

/*栏目板块标题*/
.about-title {
    padding:0 0 0.5rem 0;
}
.about-title p {
    font-size:var(--fs36);
    color: #1d1d1f;
    *text-transform: uppercase;
}
.about-title h3 {
    position: relative;
    font-size:var(--fs48);
    color: #1d1d1f;
    font-family: "MiSans-Regular";
    margin:0.3rem 0 0.3rem 0;
}

.about-title h4 {
    font-size:var(--fs20);
    color:#666;
    line-height: 1.8;
    
}
.about-title p span {
    color:#e4002b;
    font-family: "MiSans-Medium";
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title p {
    font-size:var(--fs18);
}
.about-title h3 {
    font-size:var(--fs24);
    margin: 0.15rem 0 0.15rem 0;
}
.about-title h4 {
    font-size:var(--fs14);
    color:#999;
    line-height: 1.8;
    
}
}
/*栏目板块标题*/
.three {
    padding:1.2rem 0;
}

.three-swiper {}
.three-swiper ul {
    display:flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem 2%;
}
.three-swiper ul li {
    width:32%;
}
.three-swiper ul li img {
    width: 100%;
}
@media (max-width: 1024px){
.three {
    padding:0.3rem 0;
}

.three-swiper {}
.three-swiper ul {
    display:flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem 2%;
}
.three-swiper ul li {
    width:32%;
}
.three-swiper ul li img {
    width: 100%;
}
}
/*专注耐科技 做耐用瓷砖*/


/*耐科技产品研发系统*/
.technology {
    position: relative;
    padding:1.2rem 0;
}
.technology .about-title h3 {
    color: #fff;
}
.technology .about-title h4 {
    color: #fff;
    font-size: var(--fs18);
    font-family: "MiSans-Light";
}
.technology .technology-item {}
.technology .technology-item {}
.technology .technology-item .icon {}
.technology .technology-item .icon ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.8rem 2%;
}
.technology .technology-item .icon ul li {
    width: 23.5%;
}
.technology .technology-item .icon ul li .photo {
    position: relative;
    display: inline-flex;
}
.technology .technology-item .icon ul li .photo::before {
    content: "";
    position: absolute;
    left: -10%;
    top: -10%;
    /* transform: translate(-50%, -50%); */
    width: 120%;
    height: 120%;
    z-index: 2;
    background: url(../images/join/support-circle.png) no-repeat center center / 100%;
    /* transition: all 3s; */
    animation: rotateAni 4s linear infinite;
}
.technology .technology-item .icon ul li .photo img {
    width: 0.5rem;
}

.technology .technology-item .icon ul li .word {
    margin: 0.2rem 0 0 0;
}
.technology .technology-item .icon ul li .word h5 {
    font-size: var(--fs16);
    color: #fff;
    font-family: "MiSans-Light";
}

.technology .video-bg {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #021725;
}
.technology .video-bg video {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1024px){
.technology {
    position: relative;
    padding:1.2rem 0;
}
.technology .about-title h3 {
    color: #fff;
}
.technology .about-title h4 {
    color: #fff;
    font-size: var(--fs14);
    font-family: "MiSans-Light";
}
.technology .technology-item {}
.technology .technology-item {}
.technology .technology-item .icon {}
.technology .technology-item .icon ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem 2%;
}
.technology .technology-item .icon ul li {
    width: 32%;
}
.technology .technology-item .icon ul li .photo {}
.technology .technology-item .icon ul li .photo img {
    width: 0.5rem;
}

.technology .technology-item .icon ul li .word {
    margin: 0.2rem 0 0 0;
}
.technology .technology-item .icon ul li .word h5 {
    font-size: var(--fs14);
    color: #fff;
    font-family: "MiSans-Light";
}

.technology .video-bg {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #021725;
}
.technology .video-bg video {
    opacity: 0.1;
}
}
/*耐科技产品研发系统*/


/*服务全球*/
.home-power {
    position: relative;
    padding:0.8rem 0;
}
.home-power::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/join/case-bg.jpg) no-repeat left center /cover;
    transition: all 3s;
}
.home-power .power-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}
.home-power .power-item .word {
    width:75%;
}
.home-power .power-item .word .tags {

}
.home-power .power-item .word .tags ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem 2%;
}
.home-power .power-item .word .tags ul li {
    width:49%;
    max-width: 5rem;
    font-size: var(--fs20);
    color: #333;
    font-family: "MiSans-Regular";
}
.home-power .power-item .word .tags ul li::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/logo-icon.svg) no-repeat center center /0.26rem;
    margin: 0 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
}


.home-power .power-item .icon {
    margin:1rem 0 0 0;
}
.home-power .power-item .icon ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem 2%;
}
.home-power .power-item .icon ul li {}
.home-power .power-item .icon ul li figure {
    text-align: center;
}
.home-power .power-item .icon ul li figure img {
    max-width: 0.68rem;
}
.home-power .power-item .icon ul li p {
    font-size: var(--fs18);
    color:#fff;
    border-radius: 6px;
    margin:0.25rem 0 0 0;
    padding: 0.1rem 0.4rem;
    background:#231815;
}
@media (max-width: 1024px){
.home-power {
    position: relative;
    padding:0.4rem 0;
}
.home-power::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/join/case-bg.jpg) no-repeat left center /cover;
    transition: all 3s;
}
.home-power .power-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}
.home-power .power-item .word {
    width:100%;
}
.home-power .power-item .word .tags {

}
.home-power .power-item .word .tags ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem 2%;
}
.home-power .power-item .word .tags ul li {
    width:100%;
    max-width: 5rem;
    font-size: var(--fs16);
    color: #333;
    font-family: "MiSans-Regular";
}
.home-power .power-item .word .tags ul li::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/logo-icon.svg) no-repeat center center /0.26rem;
    margin: 0 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
}


.home-power .power-item .icon {
    margin:0.6rem 0 0 0;
}
.home-power .power-item .icon ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem 2%;
}
.home-power .power-item .icon ul li {
    width:32%;
}
.home-power .power-item .icon ul li figure {
    text-align: center;
}
.home-power .power-item .icon ul li figure img {
    max-width: 0.48rem;
}
.home-power .power-item .icon ul li p {
    height: 0.8rem;
    font-size: var(--fs14);
    color:#fff;
    border-radius: 6px;
    margin:0.25rem 0 0 0;
    padding: 0.1rem 0.1rem;
    background:#231815;
}
}
/*服务全球*/




/*从“流量”到“留量”*/
.promotion {
    padding:1.2rem 0;
}
.promotion .promotion-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem 2%;
}
.promotion .promotion-item .word-item {
    width:49%;
}
.promotion .promotion-item .word-item .maintitle {}
.promotion .promotion-item .word-item .maintitle h6 {
    font-size: var(--fs48);
    color: #000;
    font-family: "MiSans-Regular";
}

.promotion .promotion-item .word-item .subtitle {}
.promotion .promotion-item .word-item .subtitle h6 {
    margin:0.6rem 0;
}
.promotion .promotion-item .word-item .subtitle h6 span {
    font-size: var(--fs36);
    color: #000;
    font-family: "MiSans-Regular";
    padding:0.1rem 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
.promotion .promotion-item .word-item .subtitle p {

}
.promotion .promotion-item .word-item .subtitle p span{
    font-size: var(--fs24);
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Regular";
    padding: 0.05rem 0.2rem;
    background: #e4002b;
    border-radius: 0.1rem;
}
.promotion .promotion-item .word-item .info {}
.promotion .promotion-item .word-item .info p.one {
    font-size: var(--fs18);
    color: #666;
    line-height: 1.8;
    margin:0.6rem 0 0.4rem 0;
}
.promotion .promotion-item .word-item .info p.two {
    font-size: var(--fs48);
    color: #e4002d;
    line-height: 1.8;
}


.promotion .promotion-item .icon-item {
    width:46%;
}
.promotion .promotion-item .icon-item .list-item {}
.promotion .promotion-item .icon-item .list-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem 2%;
}
.promotion .promotion-item .icon-item .list-item ul li {
    width:49%;
    padding:0.4rem 0.3rem;
    background:#f9f9f9;
    border-radius: 0.2rem;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.1);
}

.promotion .promotion-item .icon-item .list-item ul li figure {}
.promotion .promotion-item .icon-item .list-item ul li figure img {
    max-width: 0.48rem;
}

.promotion .promotion-item .icon-item .list-item ul li h5 {
    font-size: var(--fs28);
    color: #000;
    line-height: 1.8;
    margin:0.2rem 0;
}
.promotion .promotion-item .icon-item .list-item ul li span {
    font-size: var(--fs18);
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Regular";
    padding: 0.05rem 0.2rem;
    background: #e4002b;
    border-radius: 0.1rem;
}
.promotion .promotion-item .icon-item .list-item ul li p {
    margin:0.2rem 0 0 0;
    font-size: var(--fs16);
    color: #666;
    line-height: 1.8;
    font-family: "MiSans-Regular";
}
@media (max-width: 1024px){
.promotion {
    padding:0.6rem 0;
}
.promotion .promotion-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem 2%;
}
.promotion .promotion-item .word-item {
    width:100%;
}
.promotion .promotion-item .word-item .maintitle {}
.promotion .promotion-item .word-item .maintitle h6 {
    font-size: var(--fs24);
    color: #000;
    font-family: "MiSans-Regular";
}

.promotion .promotion-item .word-item .subtitle {}
.promotion .promotion-item .word-item .subtitle h6 {
    margin: 0.3rem 0;
}
.promotion .promotion-item .word-item .subtitle h6 span {
    font-size: var(--fs18);
    color: #000;
    font-family: "MiSans-Regular";
    padding:0.1rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.promotion .promotion-item .word-item .subtitle p {

}
.promotion .promotion-item .word-item .subtitle p span{
    font-size: var(--fs18);
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Regular";
    padding: 0.05rem 0.2rem;
    background: #e4002b;
    border-radius: 0.1rem;
}
.promotion .promotion-item .word-item .info {}
.promotion .promotion-item .word-item .info p.one {
    font-size: var(--fs14);
    color: #666;
    line-height: 1.8;
    margin:0.3rem 0 0.2rem 0;
}
.promotion .promotion-item .word-item .info p.two {
    font-size: var(--fs18);
    color: #e4002d;
    line-height: 1.8;
}


.promotion .promotion-item .icon-item {
    width:100%;
}
.promotion .promotion-item .icon-item .list-item {}
.promotion .promotion-item .icon-item .list-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem 2%;
}
.promotion .promotion-item .icon-item .list-item ul li {
    width:49%;
    padding:0.4rem 0.3rem;
    background:#f9f9f9;
    border-radius: 0.2rem;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.1);
}

.promotion .promotion-item .icon-item .list-item ul li figure {}
.promotion .promotion-item .icon-item .list-item ul li figure img {
    max-width: 0.38rem;
}

.promotion .promotion-item .icon-item .list-item ul li h5 {
    font-size: var(--fs14);
    color: #000;
    line-height: 1.8;
    margin: 0.1rem 0;
}
.promotion .promotion-item .icon-item .list-item ul li span {
    font-size: var(--fs16);
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Regular";
    padding: 0.05rem 0.2rem;
    background: #e4002b;
    border-radius: 0.1rem;
}
.promotion .promotion-item .icon-item .list-item ul li p {
    margin: 0.1rem 0 0 0;
    font-size: var(--fs14);
    color: #666;
    line-height: 1.8;
    font-family: "MiSans-Regular";
}
}
/*从“流量”到“留量”*/

/*标准运营*/
.support {
    padding:1.2rem 0;
    background:#29272a;
}

.support .support-item .maintitle {
    
}
.support .support-item .maintitle h4.one {
    font-size: var(--fs48);
    -webkit-text-stroke: 1px #fff;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;    
}
.support .support-item .maintitle h4.two {
    font-size: var(--fs48);
    color: #fff;
    font-family: "MiSans-Regular";
    
}

.support .list-item {
    margin:1.2rem 0 0 0;

}
.support .list-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem 2%;
    
}
.support .list-item ul li {
    
}
.support .list-item ul li h6 {
    position: relative;
    background: rgba(255, 255, 255, .2);
    width:1.8rem;
    height:1.8rem;
    border-radius: 50%;
}
.support .list-item ul li:hover h6 {
    background: rgba(228, 0, 47, 1);
}
.support .list-item ul li h6 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: var(--fs28);
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Medium";

}
.support .list-item ul li h6::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/join/support-circle.png) no-repeat center center /90%;
    transition: all 3s;
    animation: rotateAni 4s linear infinite;
}
@keyframes rotateAni {0%{transform: rotate(0);}100%{transform: rotate(360deg);}}
.support .list-item ul li:hover h6::after {
    background: rgba(228, 0, 47, 0.2);
}
.support .list-item ul li h6::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 133%;
    height: 133%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}
.support .list-item ul li p {
    font-size: var(--fs14);
    color: #fff;
    text-align: center;
    line-height: 1.8;
    margin: 0.5rem 0 0 0;
}
@media (max-width: 1024px){
.support {
    padding: 0.6rem 0;
    background:#29272a;
}

.support .support-item .maintitle {
    
}
.support .support-item .maintitle h4.one {
   
}
.support .support-item .maintitle h4.two {

    
}

.support .list-item {
    margin:0.6rem 0 0 0;

}
.support .list-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    gap: 0.4rem 2%;
}
.support .list-item ul li {
    
}
.support .list-item ul li h6 {
    position: relative;
    background: rgba(255, 255, 255, .2);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.support .list-item ul li:hover h6 {
    background: rgba(228, 0, 47, 1);
}
.support .list-item ul li h6 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: var(--fs18);
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Medium";
}
.support .list-item ul li h6::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/join/support-circle.png) no-repeat center center /90%;
    transition: all 3s;
    animation: rotateAni 4s linear infinite;
}
@keyframes rotateAni {0%{transform: rotate(0);}100%{transform: rotate(360deg);}}
.support .list-item ul li:hover h6::after {
    background: rgba(228, 0, 47, 0.2);
}
.support .list-item ul li h6::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 133%;
    height: 133%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}
.support .list-item ul li p {
    font-size: var(--fs14);
    margin: 0.25rem 0 0 0;
}
}
/*标准运营*/


/*将军中心仓*/
.warehouse {
    padding:1.2rem 0;
    
}
.warehouse .warehouse-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.3rem 2%;
}
.warehouse .warehouse-item .word-item {
    position: sticky;
    top:1.2rem;
    width:55%;
}
.warehouse .warehouse-item .word-item .maintitle {}
.warehouse .warehouse-item .word-item .maintitle h6 {
    font-size:var(--fs48);
    color: #000;
    font-family: "MiSans-Regular";
}
.warehouse .warehouse-item .word-item .maintitle p {
    font-size: var(--fs24);
    color: #333;
    line-height: 1.8;
    padding: 0.4rem 0 0 0;
}

.warehouse .warehouse-item .word-item  .map {}
.warehouse .warehouse-item .word-item  .map img {
    width: 100%;
    max-width: 8rem;
}


.warehouse .warehouse-item .list-item {
    width:38%;
}
.warehouse .warehouse-item .list-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.4rem 2%;
    
}
.warehouse .warehouse-item .list-item ul li {
    width:100%;
    position:relative;
    padding: 0.5rem 0.5rem;
    background: #fff;
    border-radius: 0.2rem;
    border:1px solid #f6f6f6;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.05);
    
}
.warehouse .warehouse-item .list-item ul li:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.1);
}
.warehouse .warehouse-item .list-item ul li .word {
    width:60%;
}
.warehouse .warehouse-item .list-item ul li span {
    font-size: var(--fs36);
    color: #000;
    line-height: 1.8;
    font-family: "MiSans-Medium";
    *font-weight: bold;
    
}
.warehouse .warehouse-item .list-item ul li h6 {
    font-size: var(--fs28);
    color: #e4002d;
    line-height: 1.8;
    font-family: "MiSans-Medium";
    margin: 0.2rem 0;
    
}
.warehouse .warehouse-item .list-item ul li p {
    margin: 0.2rem 0 0 0;
    font-size: var(--fs14);
    color: #666;
    line-height: 1.8;
    font-family: "MiSans-Regular";
}

.warehouse .warehouse-item .list-item ul li .fix-icon {
    position:absolute;
    top:0.5rem;
    right:0.5rem;
    width:0.5rem;
    height:0.5rem;
}
.warehouse .warehouse-item .list-item ul li .fix-icon img {
    width:100%;
}
.warehouse .warehouse-item .list-item ul li .fix-shuzi {
    position:absolute;
    bottom:0.5rem;
    right:0.5rem;
    font-size: var(--fs48);
    color:#e4002d;
}
@media (max-width: 1024px){
.warehouse {
    padding:0.6rem 0;
    
}
.warehouse .warehouse-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.3rem 2%;
}
.warehouse .warehouse-item .word-item {
    position: relative;
    top:0;
    width:100%;
}
.warehouse .warehouse-item .word-item .maintitle {}
.warehouse .warehouse-item .word-item .maintitle h6 {
    font-size: var(--fs24);
}
.warehouse .warehouse-item .word-item .maintitle p {
    font-size: var(--fs14);
    padding: 0.2rem 0 0 0;
}

.warehouse .warehouse-item .word-item .maintitle .map {}
.warehouse .warehouse-item .word-item .maintitle .map img {
    max-width: 100%;
}


.warehouse .warehouse-item .list-item {
    width:100%;
}
.warehouse .warehouse-item .list-item ul {
    gap: 0.4rem 2%;
    
}
.warehouse .warehouse-item .list-item ul li {
    padding: 0.25rem 0.25rem;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.05);
    
}
.warehouse .warehouse-item .list-item ul li:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.1);
}
.warehouse .warehouse-item .list-item ul li .word {
    width:60%;
}
.warehouse .warehouse-item .list-item ul li span {
    font-size: var(--fs24);
}
.warehouse .warehouse-item .list-item ul li h6 {
    font-size: var(--fs18);
    color: #e4002d;
    line-height: 1.8;
    font-family: "MiSans-Medium";
    margin: 0.1rem 0;
}
.warehouse .warehouse-item .list-item ul li p {
    margin: 0.2rem 0 0 0;
    line-height: 1.8;
}

.warehouse .warehouse-item .list-item ul li .fix-icon {
    position:absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.3rem;
    height: 0.3rem;
}
.warehouse .warehouse-item .list-item ul li .fix-icon img {
    width:100%;
}
.warehouse .warehouse-item .list-item ul li .fix-shuzi {
    position:absolute;
    bottom:0.5rem;
    right:0.5rem;
    font-size: var(--fs24);
    color:#e4002d;
}
}
/*将军中心仓*/



/*留言-START*/

/*留言-顶部+底部公共样式*/
.item-message {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2%;
}
.item-message .name,
.item-message .telephone,
.item-message .purpose,
.item-message .address{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23.5%;
    height: 0.46rem;
    line-height: 0.46rem;
    margin: 6px 0;
    padding: 0 0.1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    background: #fff;
    font-size: 0.14rem;
    color: #666;  
}
.item-message .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    line-height: 0.46rem;
    margin: 6px 0;
    padding: 0 0.1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    background: #fff;
    font-size: 0.14rem;
    color: #666;  
}
.item-message input:focus {
    border: 1px solid #e4002d;
}
.apply-message {
    position: relative;
    z-index: 0;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-stretch: normal;
    letter-spacing: 0;
    
    width: 2.4rem;
    line-height: 0.44rem;
    margin:0.3rem 0 0 0;
    border-radius: 0rem;
    border: 1px solid #333;
    background: #333;
    font-size: 0.16rem;
    color: #fff;
    *background: linear-gradient(270deg,#e4002d,#e4002d);
    *background: linear-gradient(225deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
    *box-shadow: 0px 6px 14px 0px rgba(57,174,255,0.4);
    *box-shadow: 0px 6px 40px 0px rgba(34,87,179,0.12);
    *box-shadow: 0 2px 4px rgba(0,0,0,.06);
}
.apply-message:hover{
    color: #fff;
    border: 1px solid #e4002d;
    background: linear-gradient(270deg,#e4002d,#e4002d);
    box-shadow: 0 10px 6px 0 rgb(188 157 95 / 10%);
}
.apply-message span {
    font-size: 0.16rem;
    transition: padding 1s;
}
.apply-message:hover span {
    padding-left:8px;
}

/*留言-顶部*/
.TOP-message {
    position: relative;
    padding:0.3rem 0;
    *background:#fff;
}
.TOP-message::after {
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/join/about.jpg) no-repeat bottom center / cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.TOP-message .TOP-item {
    margin:0.3rem 0 0 0;
}
.TOP-message .apply-message {
    margin:0.3rem 0 auto;
}

/*留言-底部*/
.BOTTOM-message {
    position: relative;
    padding:0rem 0 0.8rem 0;
    *background:#f9f9f9;
}
.BOTTOM-message::after {
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/join/about.jpg) no-repeat bottom center / cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.BOTTOM-message .shuoming {
    width:100%;
    margin-bottom:0.3rem;
}
.BOTTOM-message .shuoming p {
    font-size:0.16rem;
    color:#666;
    margin:0.2rem 0;
}
.BOTTOM-message .shuoming p span {
    color:#e4002d;
    font-weight:bold;
    padding:0 5px;
}
.BOTTOM-message .shuoming h6 {
    font-size:0.14rem;
    color:#666;
    line-height:1.6;
}

.BOTTOM-message .TOP-item,.BOTTOM-item {
    float:left;
    width:58%;
}
.BOTTOM-message .item-message .name,
.BOTTOM-message .item-message .telephone,
.BOTTOM-message .item-message .purpose,
.BOTTOM-message .item-message .address{
    width:49%;
}


@media screen and (max-width:1024px){
.BOTTOM-message .TOP-item,.BOTTOM-item {
    width:100%;
}
.item-message .name,
.item-message .telephone,
.item-message .purpose,
.item-message .address{
    width: 100%;
}
.apply-message {
    width: 100%;
    margin:0.1rem 0 0 0;
}   
.apply-message{
} 

/*留言-顶部部*/
.BOTTOM-message .TOP-item {
     width:100%;
}
/*留言-底部*/
.BOTTOM-message .item-message .name,
.BOTTOM-message .item-message .telephone,
.BOTTOM-message .item-message .purpose,
.BOTTOM-message .item-message .address{
    width:100%;
}
}


/*名单滚动*/
.BOTTOM-message .customer {
    float:right;
    width:35%;
}
.BOTTOM-message .customer h2 {
    font-size:0.18rem;
    color:#000;
}
.BOTTOM-message .customer h2 span {
    color:#e4002d;
    padding:0 5px;
}
.BOTTOM-message .customer #marquee {
    width:100%;
    height:160px;
    margin:0.2rem 0 0 0;
    overflow:hidden;
}
.BOTTOM-message .customer #marquee ul {
    width:100% !important;
}
.BOTTOM-message .customer #marquee ul li {
    float:left;
    width:100%;
    padding:0.15rem 0;
    line-height:0.1rem;
    border-bottom:1px dotted #ccc;
}
.BOTTOM-message .customer #marquee ul li span {
    font-size:0.14rem;
    color:#666;
    padding:0 6px;
}
@media screen and (max-width:1024px){
.BOTTOM-message .customer {
    width:100%;
    margin: 50px 0 0 0;
}
.BOTTOM-message .customer h2 {
    font-size:0.16rem;
}
.BOTTOM-message .customer h2 span {
    padding:0 5px;
}
.BOTTOM-message .customer #marquee {
    width:100%;
    height:200px;
    margin:0.3rem 0 0 0;
    overflow:hidden;
}
.BOTTOM-message .customer #marquee ul {
    width:100% !important;
}
.BOTTOM-message .customer #marquee ul li {
    float:left;
    width:100%;
    padding:0.15rem 0;
    line-height:0.1rem;
    border-bottom:1px dotted #ccc;
}
.BOTTOM-message .customer #marquee ul li span {
    display: inline-block;
    width: 30%;
    font-size:0.14rem;
    color:#666;
    padding:0 6px;
}
}
/*名单滚动*/

/*留言-END*/
