﻿.egoo-inner-banner {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.egoo-inner-banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.egoo-inner-banner-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.egoo-inner-banner h1 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.egoo-about-intro {
    width: 100%;
    padding: 60px 0 70px;
    background-color: #fff;
    background-image: url("../images/yuan.jpg");
    background-repeat: no-repeat;
    background-position: right top;
 
}

.egoo-about-intro-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 650px;
    align-items: start;
    gap: 40px;
}

.egoo-about-intro-left {
    min-width: 0;
    padding-top: 4px;
}

.egoo-about-intro-left h2 {
    margin: 0 0 34px;
    color: #111;
    font-size: 38px;
    line-height: 1.35;
    font-weight: 700;
}

.egoo-about-intro-left h2 span,
.egoo-about-intro-left h2 strong {
    display: block;
}

.egoo-about-intro-left h2 strong {
    color: #e66b2e;
}

.egoo-about-intro-text p {
    margin: 0 0 22px;
    color: #333;
    font-size: 14px;
    line-height: 1.9;
}

.egoo-about-intro-text p:last-child {
    margin-bottom: 0;
}

.egoo-about-intro-right {
    position: relative;
    min-width: 0;
    padding-top: 118px;
}

.egoo-about-intro-photo {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 620px;
}

.egoo-about-intro-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.egoo-history {
    position: relative;
    width: 100%;
    padding: 55px 0 65px;
    overflow: hidden;
    background-color: #fff7f2;
    background-image: url("../images/development.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.egoo-history-head {
    position: relative;
    z-index: 5;
    margin-bottom: 26px;
    text-align: center;
}

.egoo-history-head h2 {
    margin: 0;
    color: #333;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}

.egoo-history-head > span {
    display: block;
    width: 60px;
    height: 2px;
    margin: 14px auto 0;
    background: #e66b2e;
}

.egoo-history-slider {
    position: relative;
    padding: 0 58px;
}

.egoo-history-slider:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100vw;
    height: 2px;
    background: #f2c5ae;
    transform: translate(-50%, -50%);
}

.egoo-history-viewport {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 470px;
    overflow: hidden;
}

.egoo-history-track {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .45s ease;
    will-change: transform;
}

.egoo-history-item {
    position: relative;
    flex: 0 0 20%;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
}

.egoo-history-dot {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 6;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e66b2e;
    box-shadow: 0 0 0 6px rgba(230, 107, 46, .22);
    transform: translate(-50%, -50%);
}

.egoo-history-vertical {
    position: absolute;
    left: 13px;
    z-index: 4;
    width: 2px;
    background: #e66b2e;
}

.egoo-history-content {
    position: absolute;
    left: 0;
    width: calc(100% - 5px);
    box-sizing: border-box;
}

.egoo-history-year {
    position: relative;
    z-index: 6;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e66b2e;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
}

.egoo-history-desc {
    padding-left: 30px;
    padding-right: 14px;
    color: #666;
    font-size: 13px;
    line-height: 1.48;
    box-sizing: border-box;
}

.egoo-history-top .egoo-history-content {
    bottom: calc(50% + 22px);
    display: flex;
    flex-direction: column;
}

.egoo-history-top .egoo-history-year {
    order: 1;
    margin-bottom: 16px;
}

.egoo-history-top .egoo-history-desc {
    order: 2;
    min-height: 96px;
}

.egoo-history-top .egoo-history-vertical {
    bottom: 50%;
    height: 125px;
}

.egoo-history-bottom .egoo-history-content {
    top: calc(50% + 22px);
    display: flex;
    flex-direction: column;
}

.egoo-history-bottom .egoo-history-desc {
    order: 1;
    min-height: 108px;
    margin-bottom: 16px;
}

.egoo-history-bottom .egoo-history-year {
    order: 2;
}

.egoo-history-bottom .egoo-history-vertical {
    top: 50%;
    height: 138px;
}

.egoo-history-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #e66b2e;
    border-radius: 50%;
    background: #fff;
    color: #e66b2e;
    font-size: 23px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all .25s ease;
}

.egoo-history-arrow i {
    color: #e66b2e;
    transition: all .25s ease;
}

.egoo-history-prev {
    left: 0;
}

.egoo-history-next {
    right: 0;
}

.egoo-history-arrow:hover {
    background: #e66b2e;
}

.egoo-history-arrow:hover i {
    color: #fff;
}

.egoo-history-arrow.egoo-history-disabled {
    opacity: .3;
    pointer-events: none;
}

.egoo-ecosystem {
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
}

.egoo-ecosystem-head {
    margin-bottom: 42px;
    text-align: center;
}

.egoo-ecosystem-head h2 {
    margin: 0;
    color: #333;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}

.egoo-ecosystem-head span {
    display: block;
    width: 60px;
    height: 2px;
    margin: 14px auto 0;
    background: #e66b2e;
}

.egoo-ecosystem-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
}

.egoo-ecosystem-col {
    min-width: 0;
}

.egoo-ecosystem-image {
    width: 100%;
    margin-bottom: 22px;
}

.egoo-ecosystem-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.egoo-ecosystem-content {
    min-width: 0;
}

.egoo-ecosystem-content h3 {
    margin: 0;
    color: #3a3a3a;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: uppercase;
}

.egoo-ecosystem-line {
    display: block;
    width: 50px;
    height: 2px;
    margin: 12px 0 18px;
    background: #e66b2e;
}

.egoo-ecosystem-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.egoo-ecosystem-content ul li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 18px;
    color: #444;
    font-size: 15px;
    line-height: 1.45;
}

.egoo-ecosystem-content ul li:last-child {
    margin-bottom: 0;
}

.egoo-ecosystem-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e66b2e;
}

.egoo-ecosystem-content-top {
    margin-bottom: 30px;
}


.egoo-partner {
    width: 100%;
    padding: 60px 0 72px;
    background: #fff6f1;
}

.egoo-partner-head {
    margin-bottom: 42px;
    text-align: center;
}

.egoo-partner-head h2 {
    margin: 0;
    color: #3a3a3a;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}

.egoo-partner-head span {
    display: block;
    width: 60px;
    height: 2px;
    margin: 14px auto 0;
    background: #e66b2e;
}

.egoo-partner-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.egoo-partner-card {
    background: #fff;
    padding: 20px 20px 26px;
    border-radius: 12px;
}

.egoo-partner-media {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
}

.egoo-partner-media img {
    display: block;
    width: 100%;
    height: auto;
}

.egoo-partner-body {
    min-width: 0;
}

.egoo-partner-body h3 {
    margin: 0 0 18px;
    color: #3b3b3b;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;
}

.egoo-partner-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.egoo-partner-list li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 16px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}

.egoo-partner-list li:last-child {
    margin-bottom: 0;
}

.egoo-partner-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #e66b2e;
}

.egoo-partner-accent {
    color: #e66b2e;
}


@media screen and (max-width: 767px) {
    .egoo-inner-banner {
        height: 220px;
    }

    .egoo-inner-banner-bg {
        object-position: center center;
    }

    .egoo-inner-banner h1 {
        font-size: 28px;
        line-height: 1.3;
    }
	 .egoo-about-intro {
	        padding: 40px 0 45px;
	        background-position: right top;
	        background-size: 140px auto;
	    }
	
	    .egoo-about-intro-main {
	        grid-template-columns: 1fr;
	        gap: 26px;
	    }
	
	    .egoo-about-intro-left {
	        padding-top: 0;
	    }
	
	    .egoo-about-intro-left h2 {
	        margin-bottom: 22px;
	        font-size: 24px;
	        line-height: 1.4;
	    }
	
	    .egoo-about-intro-text p {
	        margin-bottom: 16px;
	        font-size: 14px;
	        line-height: 1.8;
	    }
	
	    .egoo-about-intro-right {
	        padding-top: 24px;
	    }
	
	    .egoo-about-intro-photo {
	        max-width: 100%;
	    }
	
	    .egoo-about-intro-photo img {
	        border-radius: 10px;
	    }
		.egoo-history {
		        padding: 40px 0 45px;
		        background-position: center center;
		    }
		
		    .egoo-history-head {
		        margin-bottom: 18px;
		    }
		
		    .egoo-history-head h2 {
		        font-size: 24px;
		        line-height: 34px;
		    }
		
		    .egoo-history-head > span {
		        width: 52px;
		        margin-top: 11px;
		    }
		
		    .egoo-history-slider {
		        padding: 0 42px;
		    }
		
		    .egoo-history-viewport {
		        height: 470px;
		    }
		
		    .egoo-history-item {
		        flex: 0 0 100%;
		        width: 100%;
		    }
		
		    .egoo-history-dot {
		        left: 20px;
		    }
		
		    .egoo-history-vertical {
		        left: 19px;
		    }
		
		    .egoo-history-content {
		        left: 7px;
		        width: calc(100% - 14px);
		    }
		
		    .egoo-history-year {
		        height: 36px;
		        font-size: 17px;
		        line-height: 36px;
		    }
		
		    .egoo-history-desc {
		        padding-left: 32px;
		        padding-right: 10px;
		        font-size: 14px;
		        line-height: 1.5;
		    }
		
		    .egoo-history-top .egoo-history-content {
		        bottom: calc(50% + 22px);
		    }
		
		    .egoo-history-top .egoo-history-year {
		        margin-bottom: 14px;
		    }
		
		    .egoo-history-top .egoo-history-desc {
		        min-height: 92px;
		    }
		
		    .egoo-history-top .egoo-history-vertical {
		        height: 122px;
		    }
		
		    .egoo-history-bottom .egoo-history-content {
		        top: calc(50% + 22px);
		    }
		
		    .egoo-history-bottom .egoo-history-desc {
		        min-height: 100px;
		        margin-bottom: 14px;
		    }
		
		    .egoo-history-bottom .egoo-history-vertical {
		        height: 128px;
		    }
		
		    .egoo-history-arrow {
		        width: 34px;
		        height: 34px;
		        font-size: 18px;
		        line-height: 32px;
		    }
		
		    .egoo-history-prev {
		        left: 0;
		    }
		
		    .egoo-history-next {
		        right: 0;
		    }
		
	 .egoo-ecosystem {
	        padding: 40px 0 45px;
	    }
	
	    .egoo-ecosystem-head {
	        margin-bottom: 28px;
	    }
	
	    .egoo-ecosystem-head h2 {
	        font-size: 24px;
	        line-height: 34px;
	    }
	
	    .egoo-ecosystem-head span {
	        width: 52px;
	        margin-top: 11px;
	    }
	
	    .egoo-ecosystem-main {
	        grid-template-columns: 1fr;
	        gap: 28px;
	    }
	
	    .egoo-ecosystem-image {
	        margin-bottom: 18px;
	    }
	
	    .egoo-ecosystem-content-top {
	        margin-bottom: 18px;
	    }
	
	    .egoo-ecosystem-content h3 {
	        font-size: 18px;
	        line-height: 1.35;
	    }
	
	    .egoo-ecosystem-line {
	        margin: 10px 0 14px;
	    }
	
	    .egoo-ecosystem-content ul li {
	        margin-bottom: 10px;
	        font-size: 14px;
	        line-height: 1.5;
	    }
	
	    .egoo-ecosystem-content ul li:before {
	        top: 8px;
	    }	
		
		.egoo-partner {
		        padding: 40px 0 45px;
		    }
		
		    .egoo-partner-head {
		        margin-bottom: 28px;
		    }
		
		    .egoo-partner-head h2 {
		        font-size: 24px;
		        line-height: 1.4;
		    }
		
		    .egoo-partner-head span {
		        width: 52px;
		        margin-top: 11px;
		    }
		
		    .egoo-partner-main {
		        grid-template-columns: 1fr;
		        gap: 22px;
		    }
		
		    .egoo-partner-card {
		        padding: 18px 16px 20px;
		        border-radius: 10px;
		    }
		
		    .egoo-partner-media {
		        margin-bottom: 18px;
		    }
		
		    .egoo-partner-body h3 {
		        margin-bottom: 14px;
		        font-size: 18px;
		        line-height: 1.4;
		    }
		
		    .egoo-partner-list li {
		        margin-bottom: 10px;
		        font-size: 14px;
		        line-height: 1.55;
		    }
		
		    .egoo-partner-list li:before {
		        top: 8px;
		    }
		
}

/* ===================== Motion ===================== */
@keyframes egooAboutFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes egooAboutFadeLeft{from{opacity:0;transform:translateX(-26px)}to{opacity:1;transform:translateX(0)}}
@keyframes egooAboutFadeRight{from{opacity:0;transform:translateX(26px)}to{opacity:1;transform:translateX(0)}}
@keyframes egooAboutZoom{from{transform:scale(1.035)}to{transform:scale(1)}}
@keyframes egooHistoryPulse{0%,100%{box-shadow:0 0 0 6px rgba(230,107,46,.18)}50%{box-shadow:0 0 0 10px rgba(230,107,46,.08)}}
.egoo-inner-banner-bg{animation:egooAboutZoom 1.1s ease-out both}
.egoo-inner-banner h1{animation:egooAboutFadeLeft .75s .12s ease-out both}
.egoo-about-intro-photo{overflow:hidden}
.egoo-about-intro-photo img{transition:transform .55s ease,filter .55s ease}
.egoo-about-intro-photo:hover img{transform:scale(1.025);filter:brightness(1.025)}
.egoo-history-dot{animation:egooHistoryPulse 2.4s ease-in-out infinite}
.egoo-history-year{transition:transform .28s ease,box-shadow .28s ease}
.egoo-history-item:hover .egoo-history-year{transform:translateY(-2px);box-shadow:0 8px 18px rgba(230,107,46,.18)}
.egoo-history-desc{transition:color .25s ease}
.egoo-history-item:hover .egoo-history-desc{color:#333}
.egoo-ecosystem-col{transition:transform .35s ease}
.egoo-ecosystem-col:hover{transform:translateY(-5px)}
.egoo-ecosystem-image{overflow:hidden}
.egoo-ecosystem-image img{transition:transform .5s ease,filter .5s ease}
.egoo-ecosystem-col:hover .egoo-ecosystem-image img{transform:scale(1.025);filter:brightness(1.025)}
.egoo-ecosystem-content h3,.egoo-ecosystem-line{transition:color .25s ease,width .3s ease}
.egoo-ecosystem-col:hover .egoo-ecosystem-content h3{color:#e66b2e}
.egoo-ecosystem-col:hover .egoo-ecosystem-line{width:68px}
.egoo-partner-card{transition:transform .35s ease,box-shadow .35s ease}
.egoo-partner-card:hover{transform:translateY(-7px);box-shadow:0 14px 34px rgba(86,49,27,.09)}
.egoo-partner-media{overflow:hidden}
.egoo-partner-media img{transition:transform .5s ease}
.egoo-partner-card:hover .egoo-partner-media img{transform:scale(1.025)}
.egoo-partner-body h3{transition:color .25s ease}
.egoo-partner-card:hover .egoo-partner-body h3{color:#e66b2e}
@supports (animation-timeline:view()){.egoo-about-intro-left,.egoo-about-intro-right,.egoo-history-head,.egoo-ecosystem-head,.egoo-ecosystem-col,.egoo-partner-head,.egoo-partner-card{animation:egooAboutFadeUp 1s both;animation-timeline:view();animation-range:entry 8% cover 28%}.egoo-about-intro-left{animation-name:egooAboutFadeLeft}.egoo-about-intro-right{animation-name:egooAboutFadeRight}}
@media screen and (max-width:767px){.egoo-ecosystem-col:hover,.egoo-partner-card:hover{transform:none}.egoo-about-intro-photo:hover img,.egoo-ecosystem-col:hover .egoo-ecosystem-image img,.egoo-partner-card:hover .egoo-partner-media img{transform:none;filter:none}}
@media (prefers-reduced-motion:reduce){.egoo-inner-banner-bg,.egoo-inner-banner h1,.egoo-history-dot,.egoo-about-intro-left,.egoo-about-intro-right,.egoo-history-head,.egoo-ecosystem-head,.egoo-ecosystem-col,.egoo-partner-head,.egoo-partner-card{animation:none!important}*{scroll-behavior:auto!important}}

