﻿/*初始化样式*/
/* 轮播 */
.borimg{position:relative;}
.borimg img{width:100%;}
.bortext{position:absolute;top: 50%;width: 100%;padding: 50px;text-align: left;transform: translateY(-50%);}
.bortext h2{font-size: 2vw;color: #fff;margin-bottom: 35px;font-weight: 600;}
.bortext h3{font-size: 18px;color: #fff;margin-bottom: 20px;line-height: 1.5;font-weight: 500;}
.bortext  .trye {margin-top: 50px;}
.bortext .trye a{/* font-size: 16px; *//* padding: 15px 40px; *//* background: #00aeef; *//* color: #fff; *//* border-radius: 60px; *//* box-shadow: 0 0 15px 0 #00aeef; */}
.bortext p{font-size: 26px;color: #000;letter-spacing: 0;}
.bortexert{width: 50%;float: left;text-align: left;}
.bortext.wanhof{top: 25%;}
.bortext .bortexert.wantoe{text-align: center;width:100%;}
.bortext .bortexert.wantoe  .trye{justify-content:center;}
.bortext .bortexert.wantoe h2{color:#fff;}
.bortext .bortexert.wantoe h3{color:#fff}

.trye {
    display: flex;
    gap: 50px;
    align-items: center;
}
/* 左侧蓝色按钮 Get a Quote */
.trye a:first-child {
    background-color: #693381;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    
    /* 过渡动画：所有属性 0.3秒 平滑过渡 */
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(65, 105, 255, 0.2);
    font-weight: bold;
}
/* 悬浮效果 */
.trye a:first-child:hover {
    background-color: #2d57ff; /* 加深蓝色 */
    transform: translateY(-3px); /* 轻微上浮 */
    box-shadow: 0 8px 20px rgba(65, 105, 255, 0.35); /* 阴影变大 */
}
/* 点击效果 */
.trye a:first-child:active {
    transform: translateY(0); /* 按下复位 */
    box-shadow: 0 2px 6px rgba(65, 105, 255, 0.25);
}

/* 右侧文字按钮 Learn More */
.trye a:last-child {
    color: #693381;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
    transition: all 0.3s ease;
    padding: 10px 30px;
    font-weight: bold;
}
/* 悬浮效果 */
.trye a:last-child:hover {
    color: #4169ff; /* 文字变蓝 */
    border-bottom-color: #4169ff; /* 下划线也变蓝 */
    padding-bottom: 10px; /* 下划线轻微下移 */
}
/* 右侧文字按钮 Learn More */
.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
    font-family: sans-serif;
    transition: all 0.3s ease;
}
@media (max-width: 980px) {
.bortext.wanhof {
    top: 40%;
}

.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 12px;


}
	.page-bannermo{margin-top:60px;}
.bortexert{width:100%}
	
.bortext {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 20px;
    text-align: left;
}

.bortext h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.bortext h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.bortext .trye a {
    font-size: 12px;
    padding: 8px 20px;
    /* background: #37a218; */
    color: #fff;
    border-radius: 60px;
    /* box-shadow: 0 0 15px 0 #37a218; */
}


.page-bannermo .bortext h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.bortext p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
}

.page-bannermo .bortext h2 {
  display:none;
}

}




 /* 外层容器 全局唯一类名 reyo-label-section-wrap */
 .reyo-label-section-wrap1{background: url(../images/bs1.jpg) no-repeat bottom;background-position: 100% 450px;}
        .reyo-label-section-wrap {
            width: 100%;
            max-width: 1600px;
            margin: 0 auto;
            padding: 60px 40px;
            position: relative;
            overflow: hidden;
        }
        /* 背景网点线条（还原原图淡几何网络） */
        .reyo-label-section-wrap::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("");
            opacity: 0.6;
            z-index: 1;
            pointer-events: none;
        }

        /* 顶部文字区域 reyo-label-top-text-block */
        .reyo-label-top-text-block {
            position: relative;
            z-index: 2;
            text-align: center;
            margin-bottom: 40px;
            animation: reyoFadeIn 1s ease-out forwards;
        }
        @keyframes reyoFadeIn {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .reyo-core-strength-tag {
            font-size: 14px;
            color: #792890;
            letter-spacing: 1px;
            margin-bottom: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .reyo-main-title {
            font-size: clamp(32px, 5vw, 56px);
            color: #111111;
            line-height: 1.2;
            margin-bottom: 18px;
            font-weight: 700;
        }
        .reyo-desc-text {
            max-width: 820px;
            margin: 0 auto;
            font-size: 15px;
            color: #666666;
            line-height: 1.6;
        }

        /* 机器图片容器 reyo-machine-img-container */
        .reyo-machine-img-container {
            position: relative;
            z-index: 2;
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 50px;
            overflow: hidden;
            border-radius: 4px;
        }
        .reyo-equipment-img {
            max-width: 100%;
            height: auto;
            transition: transform 0.4s ease;
        }
        .reyo-machine-img-container:hover .reyo-equipment-img {
            transform: scale(1.02);
        }

        /* 三大卡片容器 reyo-three-feature-card-row */
        .reyo-three-feature-card-row {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        /* 单张卡片 reyo-single-feature-card */
        .reyo-single-feature-card {
            background: #ffffff;
            padding: 32px 28px;
            border-top: 3px solid #792890;
            box-shadow: 0 2px 12px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        .reyo-single-feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(121, 40, 144, 0.12);
        }
        .reyo-card-icon-wrap {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            margin-bottom: 16px;
        }
        .reyo-card-icon-svg {
            width: 36px;
            height: 36px;
            fill: #792890;
        }
        .reyo-card-title-text {
            font-size: 20px;
            color: #111;
            font-weight: 600;
            padding-top: 4px;
        }
        .reyo-card-desc-paragraph {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        /* Learn More 按钮 */
        .reyo-card-learnmore-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: #792890;
            text-decoration: none;
            font-weight: 600;
            transition: gap 0.2s ease;
        }
        .reyo-card-learnmore-btn:hover {
            gap: 12px;
            color: #5a1e6d;
        }
        .reyo-btn-circle-icon {
            width: 16px;
            height: 16px;
            background: #792890;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 10px;
        }

        /* 响应式适配 */
        @media (max-width: 1024px) {
            .reyo-label-section-wrap {
                padding: 40px 24px;
            }
            .reyo-three-feature-card-row {
                gap: 20px;
            }
        }
        @media (max-width: 768px) {
            .reyo-three-feature-card-row {
                grid-template-columns: 1fr;
            }
            .reyo-main-title {
                font-size: 32px;
            }
        }
        @media (max-width: 480px) {
            .reyo-label-section-wrap {
                padding: 30px 16px;
            }
            .reyo-single-feature-card {
                padding: 24px 20px;
            }
        }



/* 模块外层容器 唯一类名 reyo-flagship-swiper-wrap 最大宽1600px居中 */
.reyo-flagship-swiper-wrap1{background:url(../images/bs2.jpg);}
.reyo-flagship-swiper-wrap{
    width:100%;
    max-width:1600px;
    margin:0 auto;
    overflow:hidden;
    padding: 100px 10px;
}
/* 模块顶部公共标题区域（全局，不随轮播变动） */
.reyo-flagship-top-public-title{
    text-align:left;
    margin-bottom:50px;
}
.reyo-slide-top-tag{
    font-size:14px;
    color:#792890;
    text-transform:uppercase;
    letter-spacing:0.5px;
    font-weight: 600;
    margin-bottom:16px;
}
.reyo-slide-main-title{
    font-size:clamp(32px,5vw,56px);
    color:#111;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}
.reyo-slide-sub-desc{
    font-size:15px;
    color:#666;
    line-height:1.6;
    max-width:700px;
}
/* Swiper容器 */
.reyo-flagship-swiper{
    width:100%;
}
/* 单张轮播slide 左右分栏布局（还原第一版） */
.reyo-flagship-slide{
    display:grid;
    grid-template-columns: 1fr 1fr;
    /* min-height:720px; */
    align-items:center;
    position:relative;
}
/* Slide内左侧文字区（仅机型+特性） */
.reyo-slide-text-block{
    padding:0 20px;
    z-index:2;
}
/* 机型型号紫色文字 */
.reyo-slide-model-text{
    font-size:32px;
    color:#792890;
    font-weight:600;
    margin-bottom:12px;
}
/* 机器全称 */
.reyo-slide-machine-name{
    font-size:42px;
    color:#111;
    font-weight:700;
    line-height:1.3;
    margin-bottom:30px;
}
/* 特性列表 */
.reyo-slide-feature-list{
    list-style:none;
    margin-bottom:50px;
}
.reyo-slide-feature-list li{
    font-size:16px;
    color:#222;
    line-height:1.7;
    padding-left:22px;
    position:relative;
    margin-bottom:12px;
}
/* 自定义圆形列表圆点 */
.reyo-slide-feature-list li::before{
    content:"";
    width:8px;
    height:8px;
    border:1px solid #792890;
    border-radius:50%;
    position:absolute;
    left:0;
    top:9px;
}
/* 左下角分页切换按钮容器 */
.reyo-swiper-nav-custom{
    display:flex;
    gap:0;
}
/* 上一页按钮 白底 */
.reyo-custom-prev{
    width:60px;
    height:60px;
    background:#fff;
    border:1px solid #eee;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:all 0.25s ease;
}
.reyo-custom-prev:hover{
    background:#f7f7f7;
}
/* 下一页按钮 紫色底白色箭头 */
.reyo-custom-next{
    width:60px;
    height:60px;
    background:#792890;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:all 0.25s ease;
}
.reyo-custom-next:hover{
    background:#5a1e6d;
}
/* 箭头图标 */
.reyo-nav-arrow{
    font-size:20px;
    color:#111;
    user-select:none;
}
.reyo-custom-next .reyo-nav-arrow{
    color:#fff;
}
/* 右侧机器图+局部紫色背景容器（还原第一版，仅右侧紫色） */
.reyo-slide-image-block{
    position:relative;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
/* 右侧紫色渐变背景层（只铺满右侧区域） */
.reyo-slide-purple-bg{
    position:absolute;
    right:0;
    top:0;
    width:100%;
    height:100%;
    /* background:linear-gradient(90deg, #b06fc0 0%, #792890 100%); */
    opacity:0.85;
    z-index:1;
}
/* 机器设备图片 */
.reyo-slide-machine-img{
    position:relative;
    z-index:2;
    max-width: 100%;
    height:auto;
    transition:transform 0.4s ease;
}
.reyo-flagship-slide:hover .reyo-slide-machine-img{
    transform:scale(1.03);
}

/* 响应式适配 */
@media (max-width:1200px){
    .reyo-flagship-swiper-wrap{
        padding:40px 30px;
    }
    .reyo-slide-text-block{
        padding:0 20px;
    }
    .reyo-slide-machine-name{
        font-size:34px;
    }
}
@media (max-width:768px){
    /* 手机端左右分栏改为上下排列 */
    .reyo-flagship-slide{
        grid-template-columns:1fr;
        min-height:auto;
        padding:40px 0;
    }
    .reyo-slide-text-block{
        padding:0 0 40px;
        order:1;
    }
    .reyo-slide-image-block{
        order:2;
        min-height:400px;
    }
    .reyo-slide-machine-name{
        font-size:28px;
    }
    .reyo-slide-model-text{
        font-size:26px;
    }
}
@media (max-width:480px){
    .reyo-flagship-swiper-wrap{
        padding:30px 16px;
    }
    .reyo-custom-prev,.reyo-custom-next{
        width:48px;
        height:48px;
    }
    .reyo-slide-main-title{
        font-size:30px;
    }
}
/* 隐藏Swiper默认导航按钮 */
.swiper-button-next,.swiper-button-prev{
    display:none !important;
}



/* 模块外层容器 图片全屏通栏 */
.reyo-industry-tab-wrap{
    width: 100%;
    overflow: hidden;
}
/* 顶部公共标题区块，内容限制1600px居中 */
.reyo-industry-top-title-block{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
}
.reyo-industry-top-tag{
    font-size: 14px;
    color: #792890;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-weight: bold;
}
.reyo-industry-main-title{
    font-size: clamp(32px, 5vw, 56px);
    color: #111111;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}
.reyo-industry-desc-text{
    max-width: 820px;
    margin: 0 auto;
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
}
/* 大图展示容器：100%全屏宽度 */
.reyo-industry-img-box{
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
}
/* 单张行业图文面板 默认隐藏 */
.reyo-industry-tab-panel{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
/* 激活面板显示 */
.reyo-industry-tab-panel.active{
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
/* 行业背景图 真正全屏铺满 */
.reyo-industry-bg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
/* 图片遮罩渐变 文字可读性 */
.reyo-industry-img-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.1) 100%);
    z-index: 2;
}
/* 图内文字总容器：左右分栏，内容限制1600px居中 */
.reyo-industry-inner-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    transform: translateY(-30%);
    z-index: 3;
    color: #ffffff;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 32% 58%;
    gap: 10%;
    align-items: center;
}
/* 左侧行业大标题 */
.reyo-industry-inner-title{
    font-size: 34px;
    font-weight: 700;
}
/* 右侧描述文本+按钮容器 */
.reyo-industry-inner-right-box{
}
.reyo-industry-inner-desc{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
    opacity: 0.95;
}
/* Learn More 按钮 hover交互 */
.reyo-industry-learnmore-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: gap 0.25s ease;
}
.reyo-industry-learnmore-btn:hover{
    gap: 12px;
}
.reyo-industry-btn-circle{
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #792890;
    font-size: 10px;
    transition: all 0.25s ease;
}
.reyo-industry-learnmore-btn:hover .reyo-industry-btn-circle{
    background: #792890;
    color: #fff;
}
/* 底部Tab导航栏 悬浮在图片上层、半透紫色均分栏（第二版原图样式） */
.reyo-industry-tab-nav{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1600px;
    z-index: 4;
    display: flex;
    background: linear-gradient(90deg, rgba(140, 57, 168, 0.38) 0%, rgba(121, 40, 144, 0.38) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transform: translateX(-50%);
}
/* Tab单项 四等分均分 */
.reyo-industry-tab-item{
    flex: 1;
    text-align: center;
    padding: 26px 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: opacity 0.25s ease;
}
.reyo-industry-tab-item:hover{
    opacity: 0.8;
}
/* 激活Tab底部白色下划线标识 */
.reyo-industry-tab-item.active::after{
    content: "";
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 2px;
    background: #ffffff;
}

/* 响应式适配 */
@media (max-width: 1200px){
    .reyo-industry-top-title-block{
        padding: 40px 30px;
    }
    .reyo-industry-img-box{
        height: 540px;
    }
    .reyo-industry-inner-text{
        padding: 0 40px;
        grid-template-columns: 38% 56%;
        gap: 6%;
    }
    .reyo-industry-inner-title{
        font-size: 28px;
    }
}
@media (max-width: 768px){
    .reyo-industry-top-title-block{
        padding: 30px 20px;
    }
    .reyo-industry-img-box{
        min-height: 460px;
    }
    /* 手机端左右改为上下堆叠 */
    .reyo-industry-inner-text{
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 24px;
    }
    .reyo-industry-tab-nav{
        overflow-x: auto;
    }
    .reyo-industry-tab-item{
        flex: none;
        min-width: 140px;
    }
    .reyo-industry-inner-title{
        font-size: 24px;
    }
}
@media (max-width: 480px){
    .reyo-industry-img-box{
        min-height: 400px;
    }
    .reyo-industry-inner-desc{
        font-size: 14px;
    }
}
		

		

/* 模块外层容器 最大宽度1600px居中 */
.reyo-brand-logo-swiper-wrap{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 40px;
}

/* 顶部标题区域 居中排版 */
.reyo-brand-top-title-block{
    text-align: center;
    margin-bottom: 40px;
}
.reyo-brand-top-tag{
    font-size: 14px;
    color: #792890;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-weight: bold;
}
.reyo-brand-main-title{
    font-size: clamp(32px, 5vw, 56px);
    color: #111111;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}
.reyo-brand-desc-text{
    max-width: 820px;
    margin: 0 auto;
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
}

/* Swiper容器 */
.reyo-brand-swiper{
    width: 100%;
}

/* 单张轮播slide：整张Logo网格大图 */
.reyo-brand-slide{
    width: 100%;
}
.reyo-brand-grid-full-img{
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}
.reyo-brand-slide:hover .reyo-brand-grid-full-img{
    transform: scale(1.015);
}

/* 分页器：独立在图片下方，不叠加图片 */
.reyo-brand-pagination{
    margin-top: 32px;
    text-align: center;
    position: static !important;
}
.reyo-brand-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #dddddd;
    opacity: 1;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.reyo-brand-pagination .swiper-pagination-bullet-active{
    background: #792890;
}

/* 隐藏Swiper自带左右导航按钮 */
.swiper-button-next,
.swiper-button-prev{
    display: none !important;
}

/* 响应式适配 */
@media (max-width: 1200px){
    .reyo-brand-logo-swiper-wrap{
        padding: 40px 30px;
    }
}
@media (max-width: 768px){
    .reyo-brand-logo-swiper-wrap{
        padding: 30px 20px;
    }
    .reyo-brand-main-title{
        font-size: 32px;
    }
}
@media (max-width: 480px){
    .reyo-brand-logo-swiper-wrap{
        padding: 24px 16px;
    }
    .reyo-brand-pagination{
        margin-top: 24px;
    }
}		
		
		
		/* 模块外层容器，最大宽度1600px居中 */
		.reyo-contact-wrap1{background: url(../images/bs3.jpg) no-repeat;background-size: 100% 100%;}
.reyo-contact-wrap{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 10px;
    position: relative;
    overflow: hidden;
}
/* 浅淡网点世界地图背景底纹 */
.reyo-contact-wrap::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='worldDotBg' width='140' height='140' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='5' cy='5' r='1.2' fill='%23e4e4e4'/%3E%3Cpath d='M25 20 L110 45 L70 115 Z' stroke='%23ececec' stroke-width='0.5' fill='none'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23worldDotBg)'/%3E%3C/svg%3E");
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}
/* 左右分栏内容容器，层级高于背景图 */
.reyo-contact-inner{
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: flex-start;
}
/* 左侧文字&联系方式区域 */
.reyo-contact-left{
}
.reyo-contact-top-tag{
    font-size: 14px;
    color: #792890;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 14px;
}
.reyo-contact-main-title{
    font-size: clamp(34px, 5vw, 60px);
    color: #111111;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 24px;
}
.reyo-contact-desc{
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 42px;
    max-width: 90%;
}
/* 联系方式列表 */
.reyo-contact-info-list{
    list-style: none;
}
.reyo-contact-info-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    font-size: 18px;
    color: #111111;
    line-height: 1.6;
}
/* SVG图标统一样式 */
.reyo-contact-info-svg{
    width: 24px;
    height: 24px;
    fill: #792890;
    min-width: 24px;
    margin-top: 4px;
}
/* 右侧表单区域 */
.reyo-contact-right{
    width: 100%;
}
/* 双列输入框行 */
.reyo-contact-form-two-col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
/* 输入框通用样式 */
.reyo-contact-input{
    width: 100%;
    height: 58px;
    padding: 0 20px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    font-size: 16px;
    color: #222222;
    transition: border-color 0.28s ease;
}
.reyo-contact-input::placeholder{
    color: #999999;
}
.reyo-contact-input:focus{
    outline: none;
    border-color: #792890;
}
/* 文本域留言框 */
.reyo-contact-textarea{
    width: 100%;
    min-height: 200px;
    padding: 18px 20px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    font-size: 16px;
    resize: none;
    margin-bottom: 26px;
    transition: border-color 0.28s ease;
}
.reyo-contact-textarea::placeholder{
    color: #999999;
}
.reyo-contact-textarea:focus{
    outline: none;
    border-color: #792890;
}
/* 提交按钮：修复非通栏，自适应文字宽度 */
.reyo-contact-submit-btn{
    /* 删除 width:100% */
    height: 60px;
    padding: 0 50px;
    background-color: #792890;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.reyo-contact-submit-btn:hover{
    background-color: #5a1e6d;
}

/* 响应式适配 */
@media (max-width: 1200px){
    .reyo-contact-wrap{
        padding: 50px 30px;
    }
    .reyo-contact-inner{
        gap: 50px;
    }
}
@media (max-width: 768px){
    .reyo-contact-wrap{
        padding: 40px 20px;
    }
    .reyo-contact-inner{
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .reyo-contact-form-two-col{
        grid-template-columns: 1fr;
    }
    .reyo-contact-desc{
        max-width: 100%;
    }
}
@media (max-width: 480px){
    .reyo-contact-main-title{
        font-size: 32px;
    }
    .reyo-contact-info-item{
        font-size: 16px;
    }
    .reyo-contact-input{
        height: 52px;
    }
    .reyo-contact-submit-btn{
        height: 54px;
        font-size: 16px;
        padding: 0 36px;
    }
}



/* 外层全屏紫色背景容器 */
.reyo-purple-banner-full-bg{
    width: 100%;
    background-color: #792890;
    position: relative;
    overflow: hidden;
}

/* 网点纹理统一风格 */
.reyo-purple-banner-full-bg::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='purpleDotBg' width='120' height='120' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='6' cy='6' r='1.5' fill='%23ffffff' opacity='0.08'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23purpleDotBg)'/%3E%3C/svg%3E");
    z-index: 1;
    pointer-events: none;
}

/* 内容容器：1600px居中 */
.reyo-purple-banner-wrap{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 40px;
    position: relative;
    z-index: 2;
    text-align: center;
}

/* 大标题 */
.reyo-purple-banner-title{
    font-size: clamp(34px, 5vw, 58px);
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

/* 描述文字 */
.reyo-purple-banner-desc{
    max-width: 900px;
    margin: 0 auto 24px;
    font-size: 15px;
    color: #f1f1f1;
    line-height: 1.7;
}

/* 文字链接按钮，无白色背景，带箭头 */
.reyo-purple-banner-link{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
}
.reyo-purple-banner-link:hover{
    gap: 16px;
}
.reyo-purple-arrow{
    font-size: 20px;
}

/* 响应式适配 */
@media (max-width: 1200px){
    .reyo-purple-banner-wrap{
        padding: 50px 30px;
    }
}

@media (max-width: 768px){
    .reyo-purple-banner-wrap{
        padding: 40px 20px;
    }
    .reyo-purple-banner-title{
        font-size: 32px;
    }
    .reyo-purple-banner-desc{
        font-size: 14px;
    }
}

@media (max-width: 480px){
    .reyo-purple-banner-wrap{
        padding: 30px 16px;
    }
    .reyo-purple-banner-title{
        font-size: 28px;
    }
}
		
/* 初始化 */