@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; } .btn { margin-top: 70px; 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; margin-top: 67px; & > img { width: 102%; &:first-child { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; } } .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: auto; height: 30px; margin-right: 27px; } p, strong { display: block; 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: 30px 0; font-size: 18px; font-weight: 500; color: #0A0D2C; line-height: 25px; transition: all .3s ease-in .1s; cursor: pointer; h3 { 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; h3 { 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: 100%; } & >:nth-child(2) { max-width: 520px; top: -19px; right: -44px; z-index: 1; transform: translate(-50%); opacity: 0; //transition-delay: .6s; } & >:nth-child(3) { max-width: 150px; top: 79px; left: 162px; transform: translateY(100%); opacity: 0; transition-delay: .2s; } & >:nth-child(4) { max-width: 150px; left: 162px; top: 170px; transform: translateY(100%); opacity: 0; transition-delay: .4s; } & >:nth-child(5) { max-width: 150px; left: 162px; top:260px; z-index: 1; transform: translateY(100%); opacity: 0; transition-delay: .6s; } & >:nth-child(6) { max-width: 216px; left: 300px; top:62px; z-index: 1; transform: translate(100%); opacity: 0; transition-delay: .3s; } & >:nth-child(7) { max-width: 216px; right: -65px; top:62px; z-index: 1; transform: translate(100%); opacity: 0; transition-delay: .6s; } } .img-box2 { & >:nth-child(1) { position: relative; width: 90%; margin-left: 10%; } & >:nth-child(2) { max-width: 280px; right: -44px; top: 64px; z-index: 1; transform: translate(50%); opacity: 0; transition-delay: .2s; } & >:nth-child(3) { max-width: 138px; left: 30px; bottom: 40px; z-index: 1; transition-delay: .2s; transform: translate(-50%); opacity: 0; } } .img-box3 { & >:nth-child(1) { position: relative; width: 100%; } & >:nth-child(2) { width: auto; max-width: 714px; left: -50px; top: 35px; //bottom: -26px; z-index: 1; transform: translateY(100%); opacity: 0; transition-delay: .2s; } & >:nth-child(3) { width: auto; max-width: 690px; top: 174px; left: -50px; transform: translateY(100%); opacity: 0; transition-delay: .4s; } & >:nth-child(4) { width: auto; max-width: 708px; left: -50px; top: 285px; z-index: 1; transform: translateY(100%); opacity: 0; transition-delay: .6s; } } .img-box4 { & >:nth-child(1) { position: relative; width: 94%; margin-left: 3%; } & >:nth-child(2) { max-width: 420px; left: -20px; top: 70px; z-index: 1; transform: translateY(-100%); opacity: 0; } } .img-box5 { & >:nth-child(1) { position: relative; width: 94%; margin-left: 3%; } & >:nth-child(2) { max-width: 270px; left: -22px; top: 80px; z-index: 1; transform: translate(-10%); opacity: 0; transition-delay: .2s; } & >:nth-child(3) { max-width: 30px; top: 236px; left: 230px; transform: translate(-20%); opacity: 0; transition-delay: .4s; } & >:nth-child(4) { max-width: 400px; top: 152px; left: 244px; transform: translate(-10%); z-index: 1; opacity: 0; transition-delay: .6s; } } .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; } .item-desc-box { margin-top: 25px; text-align: left; & > .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; &::before { position: absolute; content: ''; width: 4px; height: 4px; left: -8px; top: 10px; background: #0A0D2C; border-radius: 50%; } & >: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: 100px 0 78px; .title { padding: 0%; font-size: 40px; font-weight: 500; color: #0A0D2C; line-height: 62px; } .desc { margin: 14px 0; text-align: center; font-size: 14px; font-weight: 400; color: #828499; line-height: 22px; } .content { display: flex; margin-top: 70px; flex-wrap: wrap; justify-content: space-between; & > :nth-child(1) { .card-title { background: linear-gradient(180deg, #A0A2B4 0%, #BDBECD 100%); } } & >:nth-child(2) { font-size: 26px; font-weight: 600; color: #FF6A6A; line-height: 37px; .contact-us { margin-top: 8px; font-size: 16px; font-weight: 400; color: #0A0D2C; line-height: 22px; letter-spacing: 1px; } .card-title { background: linear-gradient(180deg, #FF6A6A 0%, #FF8686 100%); } .now-buy { cursor: pointer; background: #FF6A6A !important; border: 1px solid #FF6A6A !important; } } & >:nth-child(3) { font-size: 26px; font-weight: 600; color: #854CD6; line-height: 37px; .card-title { background: linear-gradient(180deg, #8A58FF 0%, #A57EFF 100%); } .contact-us { margin-top: 8px; font-size: 16px; font-weight: 400; color: #0A0D2C; line-height: 22px; letter-spacing: 1px; } .now-buy { cursor: pointer; background: #8A58FF !important; border: 1px solid #8A58FF !important; } } .card-box { text-align: center; transition: all .4s; &:hover { transform: translateY(-10px); box-shadow: 0px 14px 38px 0px rgba(130, 132, 153, 0.26); } .card-title { position: relative; margin: 0; padding: 16px 0; border-radius: 12px 12px 0px 0px; font-size: 24px; font-weight: 600; color: #FFFFFF; line-height: 33px; display: block; .title-desc { margin-top: 2px; font-size: 12px; font-weight: 400; color: #FFFFFF; line-height: 17px; } .title-bac { position: absolute; width: 70px; right: -5px; bottom: 0; & > img { width: 100%; } } } .card-content { overflow: hidden; position: relative; padding-bottom: 30px; background: #FFFFFF; box-shadow: 0px 10px 22px 0px rgba(130, 132, 153, 0.16); border-radius: 12px; .card-price { margin: 22px 0; font-size: 12px; font-weight: 400; color: #0A0D2C; line-height: 17px; & > span { font-size: 44px; font-weight: 500; color: #0A0D2C; line-height: 62px; } } .use { width: 330px; display: flex; justify-content: space-between; margin-bottom: 17px; padding: 0 22px; font-size: 14px; font-weight: 400; color: #828499; line-height: 20px; } .register { display: block; margin: 28px 30px 0; padding: 10px 42px; background: linear-gradient(180deg, #A0A2B4 0%, #BDBECD 100%); border-radius: 8px; border: 1px solid #fff; font-size: 16px; font-weight: 500; color: #FFFFFF; line-height: 20px; letter-spacing: 1px; cursor: pointer; } .register-a { display: block; margin-top: 9px; font-size: 12px; font-weight: 400; color: #404DFF; line-height: 17px; cursor: pointer; } .now-buy { cursor: pointer; color: #fff; background: #404DFF; border: none; } } &:nth-of-type(2) { .now-buy { background: linear-gradient(180deg, #3DB8FF 0%, #76CDFF 100%); } } &:nth-of-type(3) { .now-buy { background: linear-gradient(180deg, #4F5BFF 0%, #757EFF 100%); } } &:nth-of-type(4) { .now-buy { background: linear-gradient(180deg, #FF6A6A 0%, #FF8686 100%); } } } } .check-detail { display: block; width: 140px; margin: 78px auto 0; padding: 12px 0; background: #404DFF; border-radius: 8px; text-align: center; font-size: 14px; font-weight: 500; color: #FFFFFF; line-height: 20px; letter-spacing: 1px; cursor: pointer; } } .modal-6-box { padding: 105px 0 130px; .img-box { padding: 20px 40px 30px; margin-bottom: 50px; box-shadow: 0px 14px 30px 0px rgba(130,132,153,0.15); border-radius: 12px; min-height: 325px; .left-img { width: 124px; height: 124px; } .img-title { margin: 15px 0; } .img-text { line-height: 20px; font-weight: 400; } } } .modal-7-box { background: #0A0D2C; .container { height: 230px; background: url(/images/businessObservablePlatform/m7-1.png) no-repeat; background-size: contain; padding-top: 50px; text-align: center; .card-right { span{ font-size: 40px; span { font-size: 36px; font-weight: normal; } } & > :first-child { font-size: 44px; font-weight: 600; color: #FFFFFF; line-height: 62px; } .tryOut ,.details{ display: inline-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-left: 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) { }