@import "./common/common"; @import "./common/header.css"; @import "./common/pro-header"; //导航下滑固定样式 @import "./common/footer.css"; .bpm-box { .title { padding: 0; margin: 0; font-size: 40px; font-weight: 500; color: #0A0D2C; line-height: 56px; } .title-desc { margin-top: 20px; text-align: center; font-size: 14px; font-weight: 400; color: #828499; line-height: 20px; } .section-rotate { overflow: hidden; background: linear-gradient(90deg, #2C38E9 0%, #405BFF 100%); padding-bottom: 128px; .title { margin-top: 147px; padding: 0; padding-bottom: 12px; color: #FFFFFF; font-size: 40px; font-weight: 600; line-height: 50px; border-bottom: 1px solid rgba(255, 255, 255, .22); text-align: left; } .desc { margin-top: 16px; font-size: 14px; font-weight: 400; color: #FFFFFF; line-height: 22px; text-align: justify; } .btn { margin-top: 40px; padding: 12px 26px; font-size: 16px; font-weight: 500; color: #2C38E9; line-height: 20px; letter-spacing: 1px; background: #fff; border-radius: 8px; } .banner-box { padding-right: 0; .banner { width: 576px; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); & > img { position: absolute; } & > :nth-child(1) { position: relative; width: 400px; margin: 40px auto 0; } & > :nth-child(2) { width: 208px; top: -50px; right: 75px; z-index: 1; } & > :nth-child(3) { width: 150px; left: 120px; bottom: 40px; z-index: 1; animation: bannerImg3 4s linear infinite; } @keyframes bannerImg3 { 0% { transform: translateY(0%) } 25% { transform: translateY(-2%) } 50% { transform: translateY(0%) } 75% { transform: translateY(2%) } 100% { transform: translateY(0%) } } & > :nth-child(4) { width: 140px; left: 20px; bottom: -20px; } .dotted-line { position: absolute; width: 150px; height: 170px; top: 87px; right: 232px; border: 1px dotted #6D77FF; border-radius: 4px; border-right: none; text-align: right; & > :nth-child(1) { display: inline-block; width: 65px; height: 90%; margin-top: 12%; border: 1px dotted #6D77FF; border-right: none; border-top-left-radius: 4px; border-bottom: none; background: #fff; } & > :nth-child(2) { position: absolute; width: 7px; height: 7px; left: -4px; top: 20%; background: #515DFF; border-radius: 50%; animation: pointMove1 5s linear infinite; } @keyframes pointMove1 { 0% { top: 20%; left: -4px; } 25% { top: -4px; left: -4px; }; 100% { top: -4px; left: 80%; } } & > :nth-child(3) { position: absolute; width: 7px; height: 7px; left: 55%; bottom: -4px; background: #515DFF; border-radius: 50%; animation: pointMove2 9s linear infinite; } @keyframes pointMove2 { 0% { bottom: 20%; left: -4px; } 13% { bottom: -4px; left: -4px; }; 41% { bottom: -4px; left: 55%; } 87% { bottom: 87%; left: 55%; } 100% { bottom: 87%; left: 80%; } } & > :nth-child(4) { position: absolute; width: 7px; height: 7px; left: -4px; bottom: 20%; background: #515DFF; border-radius: 50%; animation: pointMove2 9s linear 5s infinite; } @keyframes pointMove2 { 0% { bottom: 20%; left: -4px; } 13% { bottom: -4px; left: -4px; }; 41% { bottom: -4px; left: 55%; } 87% { bottom: 87%; left: 55%; } 100% { bottom: 87%; left: 80%; } } } .war-lamp { position: absolute; width: 70px; height: 70px; left: 300px; top: 60px; z-index: 2; & > :nth-child(1) { overflow: hidden; position: relative; width: 45px; height: 45px; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #FF7777; border-radius: 50%; z-index: 1; box-shadow: 0px 0px 4px 3px #FF7777; & > span { position: relative; width: 0; height: 0; left: 10px; top: -6px; border-left: 13px solid transparent; border-right: 13px solid transparent; border-bottom: 24px solid #fff; border-radius: 2px; &::before { content: "!"; position: absolute; left: -2px; top: 19px; font-size: 18px; color: #FF7777; } } } & > :nth-child(2) { position: absolute; width: 45px; height: 45px; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #FF7777; border-radius: 50%; animation: lamp1 4s linear infinite;; } @keyframes lamp1 { 0% { width: 45px; height: 45px; opacity: .4; } 80% { width: 80px; height: 80px; opacity: .1; } 100% { width: 90px; height: 90px; opacity: 0;} } & > :nth-child(3) { position: absolute; width: 45px; height: 45px; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #FF7777; border-radius: 50%; animation: lamp2 4s linear 2s infinite; } @keyframes lamp2 { 0% { width: 45px; height: 45px; opacity: .4; } 80% { width: 80px; height: 80px; opacity: .1; } 100% { width: 90px; height: 90px; opacity: 0;} } } .banner-gear-icon { position: absolute; width: 70px; right: 19.5%; top: 166px; animation: gearMoves 5s linear infinite; } .vice-box { position: absolute; padding: 22px 26px 10px; width: 231px; height: 148px; bottom: 52px; right: 74px; background: #FFFFFF; box-shadow: 0px 14px 24px 0px rgba(130, 132, 153, 0.2); border-radius: 12px; z-index: 9; & > :first-child { margin-bottom: 10px; } .line-box { display: flex; height: 84px; justify-content: space-between; align-items: center; & > div { height: 100%; width: 7px; background: #FFC1C1; border-radius: 5px; &:nth-child(1) { height: 60%; background: #FF7777; animation: moves1 2s linear infinite; } &:nth-child(2) { height: 100%; background: #FF7777; animation: moves2 2s linear infinite; } &:nth-child(3) { height: 54%; background: #FF7777; animation: moves3 2s linear .2s infinite; } &:nth-child(4) { height: 57%; background: #FF7777; animation: moves4 2s linear .1s infinite; } &:nth-child(5) { height: 62%; background: #FF7777; animation: moves5 2s linear infinite; } &:nth-child(6) { height: 94%; background: #FF7777; animation: moves6 2s linear infinite; } &:nth-child(7) { height: 44%; background: #FF7777; animation: moves7 2s linear infinite; } } } } } } } .modal-2-box { overflow: hidden; margin-top: 100px; padding-bottom: 30px; .card-item { display: flex; max-width: 265px; height: 100px; align-items: center; justify-content: center; margin-bottom: 24px; background: linear-gradient(180deg, #EDEEFF 0%, rgba(255, 255, 255, 0) 100%); box-shadow: 0px 14px 30px 0px rgba(130, 132, 153, 0.07); border-radius: 12px; border: 4px solid #FFFFFF; & > img { width: 38px; height: auto; margin-right: 12px; } p, h4 { font-size: 14px; font-weight: 500; color: #0A0D2C; line-height: 20px; } } } .modal-3-box { padding: 50px 0 130px; img { margin-top: 60px; } } .modal-4-box { padding: 110px 0 90px; background: #F7F8FC; .title { position: relative; padding: 0; text-align: left; font-size: 40px; font-weight: 600; color: #0A0D2C; line-height: 54px; &::before { position: absolute; content: ''; width: 72px; height: 2px; left: 0; top: -25px; background: #0A0D2C; } } .tabs-box { margin-top: 36px; .tabs-item { position: relative; margin: 20px 0; font-size: 18px; font-weight: 500; color: #0A0D2C; line-height: 25px; transition: all .3s ease-in .1s; cursor: pointer; h4{ font-size: 18px; line-height: 25px; &:hover { font-size: 22px; transition: all .3s; } } &::before { position: absolute; content: ''; width: 12px; height: 12px; left: -30px; top: 8px; box-shadow: 0px 3px 6px 0px rgba(64, 77, 255, 0.3); border: 3px solid #404DFF; border-radius: 50%; transition: all .2s ease-in; visibility: hidden; opacity: 0; } &:hover { position: relative; font-weight: 600; font-size: 22px; color: #404DFF; line-height: 30px; transition: all .3s; &::before { width: 16px; height: 16px; visibility: visible; opacity: 1; } } & > .tabs-item-desc { overflow: hidden; display: block; max-height: 0px; margin-top: 10px; font-size: 14px; font-weight: 400; color: #828499; line-height: 20px; opacity: 0; transition: all .2s ease-in; } } .tabs-item-checked { position: relative; font-weight: 600; font-size: 20px; color: #404DFF; line-height: 30px; transition: all .3s; h4 { font-size: 20px; line-height: 30px; } &::before { width: 16px; height: 16px; visibility: visible; opacity: 1; } & > .tabs-item-desc { opacity: 1; max-height: 80px; } } } .content { position: relative; padding-left: 60px; overflow: hidden; .img-box { width: 90%; min-height: 407px; position: relative; display: inline-block; visibility: visible; opacity: 1; transition: all .2s ease-out; & > img { position: absolute; transition: all .8s ease-out; } } .img-box1 { & >:nth-child(1) { position: relative; margin-left: 30px; width: 90%; } & >:nth-child(2) { max-width: 264px; top: 100px; left: 60px; z-index: 1; opacity: 0; transition-delay: .4s; } & >:nth-child(3) { max-width: 286px; top: 52px; right: -30px; transform: translate(100%); opacity: 0; } & >:nth-child(4) { max-width: 170px; left: 0; bottom: 40px; transform: translate(-200%); opacity: 0; transition-delay: .3s; } & >:nth-child(5) { max-width: 170px; left: 140px; bottom: 47px; transform: translate(-200%); opacity: 0; transition-delay: .2s; } & >:nth-child(6) { max-width: 170px; left: 283px; bottom: 47px; transform: translate(-200%); opacity: 0; } & >:nth-child(7) { max-width: 140px; right: 0; bottom: 47px; transform: translateY(100%); opacity: 0; } } .img-box2 { height: 407px; & >:nth-child(1) { position: relative; width: 90%; margin-left: 30px; } & >:nth-child(2) { max-width: 240px; left: 0; top: 105px; z-index: 1; transform: translate(-100%); opacity: 0; } & >:nth-child(3) { max-width: 388px; right: -2px; top: 164px; z-index: 1; transform: translate(100%); opacity: 0; z-index: 9; } & >:nth-child(4) { max-width: 140px; right: 140px; top: -10px; z-index: 1; transition-delay: .4s; transform: translateY(-60%); opacity: 0; } & >:nth-child(5) { max-width: 430px; right: -25px; bottom: 63px; z-index: 1; transform: translate(100%); opacity: 0; } } .img-box3 { height: 407px; & >:nth-child(1) { position: relative; max-width: 90%; left: 30px; } & >:nth-child(2) { max-width: 70%; left: 60px; bottom: 50px; z-index: 1; opacity: 0; transition-delay: .4s; } & >:nth-child(3) { max-width: 300px; top: 60px; right: -25px; transform: translateY(-100%); opacity: 0; z-index: 1; } & >:nth-child(4) { max-width: 130px; left: 200px; top: 100px; z-index: 1; opacity: 0; transform: translateY(300%); } } .img-box4 { & >:nth-child(1) { position: relative; width: 90%; left: 30px; } & >:nth-child(2) { max-width: 170px; left: -8px; top: 75px; z-index: 1; transform: translate(-100%); opacity: 0; } & >:nth-child(3) { max-width: 345px; top: 133px; right: -20px; transform: translateY(100%); opacity: 0; } } .block-bac { position: absolute; width: 200px; height: 200px; top: 324px; left: 0px; background: #404DFF; border-radius: 12px; opacity: 0.05; } .tabs-item-num { position: absolute; top: 404px; left: 74px; font-size: 72px; font-weight: bold; color: #404DFF; line-height: 84px; letter-spacing: 2px; text-shadow: 0px 4px 8px rgba(64, 77, 255, 0.26); z-index: 10; } & > .desc-title { margin-bottom: 6px; font-size: 16px; font-weight: 500; color: #0A0D2C; line-height: 22px; } .desc-text { position: relative; margin-left: 8px; font-size: 14px; font-weight: 400; color: #0A0D2C; line-height: 24px; & >:last-child { // color: #828499; } } .bottom-content { overflow: hidden; margin-top: 2px; .power { height: 100%; font-size: 14px; font-weight: 400; color: #0A0D2C; & > div { float: left; margin: 10px 0; padding: 0 12px; text-align: center; border-right: 1px solid #DADCE5; &:first-child { padding-left: 0; } &:last-child { border-right: 1px solid #F7F8FC; } } } .more { float: right; padding: 10px 30px; font-size: 14px; font-weight: 500; color: #FFFFFF; line-height: 20px; letter-spacing: 1px; background: #404DFF; border-radius: 8px; } } } } .modal-5-box { padding: 78px 0 90px; .card-item { position: relative; overflow: hidden; max-width: 346px; height: 380px; margin-bottom: 20px; border-radius: 10px; &:hover { .card-content { height: 100%; .card-title { margin-top: 30%; transition: all .4s ease-in-out; } } } .card-content { position: absolute; height: 77px; width: 100%; bottom: -5px; padding: 0 30px; z-index: 1; background: rgba(255, 255, 255, 0); transition: all .4s ease-in-out; &::before { content: ''; position: absolute; /* 固定模糊层位置 */ top: 0px; left: -4px; right: -4px; bottom: 0; filter: blur(6px) contrast(.8); z-index: -1; } .card-title { height: 77px; display: flex; align-items: center; margin: 0 0 25px 0; font-size: 22px; font-weight: 500; color: #FFFFFF; line-height: 28px; transition: all .4s ease-in-out; } .card-desc { font-size: 14px; font-weight: 400; color: #FFFFFF; line-height: 24px; } } } .card-item-bac1 { background: url(/images/appPerformance/m5-1.jpg) no-repeat; background-size: cover; .card-content::before { background: url(/images/appPerformance/m5-1.jpg) no-repeat; background-position: bottom; background-size: 100% 380px; } } .card-item-bac2 { background: url(/images/appPerformance/m5-2.jpg) no-repeat; background-size: cover; .card-content::before { background: url(/images/appPerformance/m5-2.jpg) no-repeat; background-position: bottom; background-size: 100% 380px; } } .card-item-bac3 { background: url(/images/appPerformance/m5-3.jpg) no-repeat; background-size: cover; .card-content::before { background: url(/images/appPerformance/m5-3.jpg) no-repeat; background-position: bottom; background-size: 100% 380px; } } .option { display: flex; align-items: center; justify-content: center; margin-top: 40px; & > a, & > span { width: 120px; height: 40px; margin: 0 10px; background: #F2F3FA; border-radius: 8px; font-size: 14px; font-weight: 500; background: #404DFF; color: #fff; line-height: 40px; letter-spacing: 1px; text-align: center; cursor: pointer; &:last-child { color: #828499; background: #F2F3FA; } } } } .modal-6-box { .content { display: flex; flex-wrap: wrap; padding: 70px 0 100px; .item { width: 200px; height: 90px; margin: 15px; padding: 8px 15px; background: #FFFFFF; box-shadow: 0px 6px 16px 0px rgba(130,132,153,0.1600); border-radius: 8px; backdrop-filter: blur(0px); & >img { width: 100%; } } } } .modal-7-box { margin-top: 0px; background: #0A0D2C; .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; .card-left { width: 340px; img { width: 100%; height: 100%; } } .card-right { span{ font-size: 28px; padding-right: 20px; } & > :first-child { font-size: 44px; font-weight: 600; color: #FFFFFF; line-height: 62px; } .tryOut ,.details{ display: block; float: right; width: 140px; height: 44px; margin-top: 23px; background: #545FFF; border-radius: 8px; font-size: 16px; font-weight: 500; color: #FFFFFF; line-height: 44px; letter-spacing: 1px; text-align: center; cursor: pointer; &:hover { background-color: #2C38E9; transition: all .3s; } } .details{ margin-right: 20px; background: #0A0D2C; border: 1px solid #FFFFFF; &:hover { background-color: #1c2051; transition: all .3s; } } } } } } @keyframes rowMove { from { transform: translate(-100%); } to { transform: translate(0); } } @media (max-width: 1200px) { } @media (max-width: 992px) { } @media (max-width: 992px) { }