feat:官网页面首版提交

This commit is contained in:
gwokwong 2023-07-06 15:17:00 +08:00
parent 9ceb00bf54
commit 829612e720
229 changed files with 14705 additions and 0 deletions

175
public/site/css/about.css vendored Normal file
View File

@ -0,0 +1,175 @@
/* 头部样式 */
.about_green_bg{
background: var(--bg-11-url) top right no-repeat;
}
.head{
background-color: transparent !important;
}
.company-ul{
padding: 32px 0;
margin-top: 32px;
width: 100%;
max-width: 1280px;
background: var(--bg-fa-color);
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: space-around;
z-index: 2;
}
.company-ul-item{
text-align: center;
padding: 0 32px;
width: 362px;
}
.company-ul-item:nth-of-type(1),.company-ul-item:nth-of-type(2){
border-right: 1px solid var(--border-color);
}
.company-h2{
color: var(--text-color);
opacity: 0.5;
}
.company-h6{
color: var(--txt-gray-color);
}
.company-sup{
font-weight: 400;
font-size: 14px;
margin-left: 5px;
color: var(--txt-gray-color);
vertical-align: super;
}
.company-profile{
padding-top: 120px;
}
.company-profile-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.company-profile-layout{
display: flex;
align-items: flex-start;
justify-content: space-between;
padding-bottom: 120px;
}
.company-profile-l{
display: inline-block;
height: auto;
width: 580px;
}
.company-profile-r{
width: 620px;
}
.company-profile-h1{
position: relative;
color: var(--text-color);
width: fit-content;
}
.company-profile-arcs{
display: block;
width: 100%;
position: absolute;
bottom: -28px;
left: 0;
}
.company-profile-h6{
color: var(--txt-gray-color);
}
.company-year,.company-area,.company-size{
}
@keyframes randomize {
from {
content: attr(data-value); /* 使用 data-value 属性作为初始值 */
}
to {
content: attr(data-random); /* 使用 data-random 属性作为随机值 */
}
}
.scenario-app{
position: relative;
padding: 120px 0px;
background-color: var(--bg-fa-color);
}
.scenario-app-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.scenario-app-h1{
text-align: center;
color: var(--text-color);
}
.scenario-app-h6{
color: var(--txt-gray-color);
}
.scenario-app-ul{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.scenario-app-ul-item{
padding: 24px;
background: var(--choose-bg-hover-color);
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
width: 576px;
height: 225px;
position: relative;
transition: all .3s ease-in-out;
}
.scenario-app-ul-item:hover{
transform: translateY(-16px);
}
.scenario-app-ul-item-svg{
position: absolute;
top: 0;
right: 0;
}
.scenario-app-icon-bg{
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
padding: 16px;
border-radius: 50%;
background-color: var(--txt-theme-color);
}
.scenario-app-icon{
display: inline-block;
}
.scenario-app-h5{
font-weight: 600;
font-size: 20px;
line-height: 25px;
color: var(--txt-191a15-color);
}
.from-submit{
display: inline-block;
width: 100%;
}
/* 底部样式 */
.footer-layut{
border-top: var(--border-color) solid 1px;
}
/* 弹框样式 */
.BulletBox{
position: fixed;
display: none;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 8px;
background-color: var(--txt-theme-color);
line-height: 20px;
text-align: center;
z-index: 9999;
border: 1px solid transparent;
border-radius: 8px;
color: #fff;
}

980
public/site/css/common.css vendored Normal file
View File

@ -0,0 +1,980 @@
/* 全局 CSS 文件 */
body {
background-color: var(--bg-color);
color: var(--text-color);
font-family: 'Lexend';
font-style: normal;
font-size: 16px;
}
* {
margin: 0;
padding: 0;
}
ul,ol{
list-style: none;
}
i{
font-style: normal;
}
a{
color: var(--text-color);
text-decoration: none;
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
display: block;
}
.theme_dark{
display: none;
}
.theme_light{
display: block;
}
/* 字体样式 */
.txt-4001416{
font-weight: 400;
font-size: 14px;
line-height: 16px;
}
.txt-4001418{
font-weight: 400;
font-size: 14px;
line-height: 18px;
}
.txt-4001516{
font-weight: 400;
font-size: 15px;
line-height: 16px;
}
.txt-4001520{
font-weight: 400;
font-size: 15px;
line-height: 20px;
}
.txt-4001524{
font-weight: 400;
font-size: 15px;
line-height: 24px;
}
.txt-4001616{
font-weight: 400;
font-size: 16px;
line-height: 16px;
}
.txt-4001620{
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
.txt-4001624{
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
.txt-4001630{
font-weight: 400;
font-size: 16px;
line-height: 30px;
}
.txt-4001822{
font-weight: 400;
font-size: 18px;
line-height: 22px;
}
.txt-4001824{
font-weight: 400;
font-size: 18px;
line-height: 24px;
}
.txt-4001830{
font-weight: 400;
font-size: 18px;
line-height: 30px;
}
.txt-4002025{
font-weight: 400;
font-size: 20px;
line-height: 25px;
}
.txt-4003645{
font-weight: 400;
font-size: 36px;
line-height: 45px;
}
.txt-5001616{
font-weight: 500;
font-size: 16px;
line-height: 16px;
}
.txt-5001624{
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.txt-5001528{
font-weight: 500;
font-size: 15px;
line-height: 28px;
}
.txt-5001628{
font-weight: 500;
font-size: 16px;
line-height: 28px;
}
.txt-5001822{
font-weight: 500;
font-size: 18px;
line-height: 22px;
}
.txt-5002016{
font-weight: 500;
font-size: 20px;
line-height: 16px;
}
.txt-5002024{
font-weight: 500;
font-size: 20px;
line-height: 24px;
}
.txt-5002025{
font-weight: 500;
font-size: 20px;
line-height: 25px;
}
.txt-5002228{
font-weight: 500;
font-size: 22px;
line-height: 28px;
}
.txt-5002835{
font-weight: 500;
font-size: 28px;
line-height: 35px;
}
.txt-5002430{
font-weight: 500;
font-size: 24px;
line-height: 30px;
}
.txt-5003636{
font-weight: 500;
font-size: 36px;
line-height: 36px;
}
.txt-5003645{
font-weight: 500;
font-size: 36px;
line-height: 45px;
}
.txt-5004455{
font-weight: 500;
font-size: 44px;
line-height: 55px;
}
.txt-6002025{
font-weight: 600;
font-size: 20px;
line-height: 25px;
}
.txt-6002430{
font-weight: 600;
font-size: 24px;
line-height: 30px;
}
.txt-6002835{
font-weight: 600;
font-size: 28px;
line-height: 35px;
}
.txt-6003645{
font-weight: 600;
font-size: 36px;
line-height: 45px;
}
.txt-6003652{
font-weight: 600;
font-size: 36px;
line-height: 52px;
}
.txt-6005670{
font-weight: 600;
font-size: 56px;
line-height: 70px;
}
.txt-6007290{
font-weight: 600;
font-size: 72px;
line-height: 90px;
}
.txt-7002027{
font-weight: 700;
font-size: 20px;
line-height: 27px;
}
.txt-7003240{
font-weight: 700;
font-size: 32px;
line-height: 40px;
}
.txt-7003645{
font-weight: 700;
font-size: 36px;
line-height: 45px;
}
/* button样式 */
.btn{
padding: 10px 16px;
border-radius: 8px;
border: 1px solid transparent;
cursor: pointer;
outline: none;
position: relative;
display: inline-block;
white-space: nowrap;
text-align: center;
transition: all .2s cubic-bezier(.645,.045,.355,1);
user-select: none;
touch-action: manipulation;
width: 100%;
font-size: 16px;
line-height: 18px;
}
.btn-primary{
background-color: var(--txt-theme-color);
color: #fff;
}
.btn-primary:hover{
background-color: var(--btn-hover-color);
}
.btn-green{
color: var(--txt-theme-color);
border-color: var(--txt-theme-color);
background-color: transparent;
}
.btn-green:hover{
color: #fff;
border-color: var(--txt-theme-color);
background-color: var(--txt-theme-color);
}
.btn-wwg{
color: #fff;
border-color: #fff;
background-color: var(--txt-theme-color);
}
.btn-default{
color: var(--txt-gray-color);
border-color: var(--border-color);
background-color: transparent;
}
.btn-default:hover{
color: var(--txt-theme-color);
border-color: var(--txt-theme-color);
}
.btn-gw{
color: var(--txt-theme-color);
background-color: #fff;
}
/* input样式 */
.input{
box-sizing: border-box;
padding: 9px 13px;
height: 44px;
color: var(--text-color);
background-color: var(--bg-fa-color);
border: 1px solid var(--border-color);
border-radius: 4px;
transition: all 0.2s;
font-size: 15px;
}
.input::placeholder{
color: var(--txt-gray-color) !important;
opacity: .5;
}
.input:focus {
outline:none;
border: 1px solid var(--txt-theme-color);
}
.textarea{
box-sizing: border-box;
padding: 9px 13px;
color: var(--text-color);
background-color: var(--bg-fa-color);
border: 1px solid var(--border-color);
border-radius: 4px;
transition: all 0.2s;
font-size: 15px;
}
.textarea::placeholder{
color: var(--txt-gray-color) !important;
opacity: .5;
}
.textarea:focus {
outline:none;
border: 1px solid var(--txt-theme-color);
}
.search-form{
position: relative;
}
.search-input{
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
padding: 9px 13px 9px 38px;
width: 240px;
height: 40px;
color: var(--text-color);
background-color: var(--choose-bg-hover-color);
border: 1px solid var(--border-color);
border-radius: 8px;
transition: all 0.2s;
font-size: 15px;
}
.search-input::placeholder{
color: var(--txt-gray-color) !important;
opacity: .5;
}
.search-input:focus {
outline:none;
border: 1px solid var(--txt-theme-color);
}
.search-icon{
display: inline-block;
background: url(../img/search-icon.svg) no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: 10px;
left: 10px;
z-index: 2;
}
.from-ul{
width: 543px;
}
.from-ul-item{
display: flex;
flex-direction: column;
}
.from-ul-tags{
font-family: 'Lexend';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: var(--txt-gray-color);
}
.input-txt{
padding: 10px 16px;
background: var(--bg-fa-color);
border: 1px solid var(--border-color);
border-radius: 4px;
}
.input-textArea{
padding: 10px 16px;
height: 120px;
background: var(--bg-fa-color);
border: 1px solid var(--border-color);
border-radius: 4px;
}
/* flex样式 */
.flex-cc{
display: flex;
align-items: center;
justify-content: center;
}
.flex-sc{
display: flex;
align-items: flex-start;
justify-content: center;
}
/* grid样式 */
.grid-4{
display: grid !important;
grid-template-columns: 480px 266px 266px 266px;
}
/* padding样式 */
.pl-26{
padding-left: 26px;
}
/* margin样式 */
.mb-4{
margin-bottom: 4px;
}
.mb-8{
margin-bottom: 8px;
}
.mb-12{
margin-bottom: 12px;
}
.mb-16{
margin-bottom: 16px;
}
.mb-24{
margin-bottom: 24px;
}
.mb-32{
margin-bottom: 32px;
}
.mb-36{
margin-bottom: 36px;
}
.mb-40{
margin-bottom: 40px;
}
.mb-48{
margin-bottom: 48px;
}
.mb-56{
margin-bottom: 56px;
}
.mb-64{
margin-bottom: 64px;
}
.mb-80{
margin-bottom: 80px;
}
.mr-12{
margin-right: 12px;
}
.mr-16{
margin-right: 16px;
}
.mr-20{
margin-right: 20px;
}
.mr-24{
margin-right: 24px;
}
.mr-48{
margin-right: 48px;
}
.mt-16{
margin-top: 16px;
}
.mt-40{
margin-top: 40px;
}
.mt-80{
margin-top: 80px;
}
/* header布局 */
.head{
position: relative;
background-color: var(--bg-color);
}
.head-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
/* 导航栏样式 */
.nav{
display: block;
background-color: transparent;
width: 100%;
position: relative;
z-index: 999;
height: 80px;
position: fixed;
top: 0;
}
.nav-layout{
width: 100%;
max-width: 1280px;
margin: 0 auto;
height: 80px;
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar-white {
background-color: var(--pop-bg-color);
box-shadow: 0px 4px 9px var(--box-shadow-color);
}
.topics{
position: relative;
width: 100%;
}
.topics-con{
padding-top: 200px;
max-width: 1280px;
width: 100%;
margin: 0 auto;
}
.topics-layout{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.topics-tit,.topics-btn{
opacity: 0;
transform: translateY(100px);
animation: fadeSlideIn1 0.7s ease-in-out forwards; /* 应用动画效果 */
}
.topics-h4{
width: 680px;
color: var(--txt-gray-color);
text-align: center;
opacity: 0;
transform: translateY(100px);
animation: fadeSlideIn1 0.7s ease-in-out forwards; /* 应用动画效果 */
}
/* 定义动画 */
@keyframes fadeSlideIn1 {
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.topics-h1-green{
color: var(--txt-theme-color);
position: relative;
text-align: center;
}
.topics-h1{
color: var(--text-color);
text-align: center;
}
.topics-btn{
margin-bottom: 64px;
}
.topics-tit-en{
width: 896px;
text-align: center;
}
.topics-h4-en{
width: 660px;
text-align: center;
}
.arcs{
display: inline-block;
position: absolute;
width: 95%;
height: 25px;
left: 0;
top: 83px;
}
.home-pic{
display: block;
width: 100%;
max-width: 1280px;
/* height: 580px; */
}
/* 抽屉菜单 */
.menuBtn{
display: none;
cursor: pointer;
}
.drawer {
position: fixed;
top: 0;
left: -90vw;
width: 75vw;
height: 100%;
padding: 22px 24px;
background-color: var(--pop-bg-color);
border: 1px solid var(--box-shadow-color);
box-shadow: var(--pop-box-shadow);
transition: all 0.5s ease-in-out;
z-index: 999;
}
.drawer-t{
display: flex;
justify-content: space-between;
align-items: center;
}
.close-drawer{
display: inline-block;
margin-bottom: 10px;
cursor: pointer;
color: var(--txt-gray-color);
font-size: 20px;
}
.open-drawer {
left: 0;
}
.drawer-item-t{
border-bottom: 1px solid var(--border-color);
}
.drawer .drawer-item{
cursor: pointer;
position: relative;
}
.drawer .drawer-item>a{
padding: 16px;
display: inline-block;
width: calc(100% - 36px);
}
.drawer .drawer-item>i{
padding: 16px;
display: flex;
width: calc(100% - 36px);
}
.drawer .drawer-active .drawer-item{
padding: 0 36px;
}
.drawer .drawer-item .txt{
color: var(--txt-gray-color);
}
.drawer .drawer-item:hover{
background-color: var(--bg-hover-color);
border-radius: 4px;
}
.drawer .drawer-item:hover .txt{
color: var(--text-color);
}
.logo{
display: flex;
align-items: center;
}
.dootask{
margin-left: 16px;
color: var(--text-color);
}
.nav-ul{
display: flex;
align-items: center;
justify-content: space-between;
width: 545px;
}
.nav-ul-item{
display: inline-block;
position: relative;
}
.nav-vector{
margin-left: 5px;
}
.nav-ul-item .txt{
padding: 7px 8px;
color: var(--txt-gray-color);
}
.nav-ul-item .txt:hover{
background-color: var(--bg-hover-color);
border-radius: 6px;
color: var(--text-color);
}
.nav-ul-item .support-active{
background-color: var(--bg-hover-color);
border-radius: 6px;
color: var(--text-color);
}
.submenu-pop{
position: absolute;
top: 40px;
left: -38px;
display: none;
background-color: var(--pop-bg-color);
border: 1px solid var(--box-shadow-color);
box-shadow: var(--pop-box-shadow);
border-radius: 4px;
padding: 8px 0;
z-index: 99;
width: 150px;
text-align: start;
}
.submenu-pop .submenu-pop-item{
cursor: pointer;
}
.submenu-pop .submenu-pop-item .txt-sub{
display: inline-block;
padding: 9px 16px;
color: var(--txt-gray-color);
}
.submenu-pop .submenu-pop-item:hover{
background-color: var(--bg-hover-color);
}
.submenu-pop .submenu-pop-item:hover .txt-sub{
color: var(--text-color);
}
.nav-r{
width: 355px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.nav-support{
display: flex;
align-items: center;
cursor: pointer;
}
.line-1{
height: 24px;
border: 1px solid var(--border-color);
}
.nav-r a{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: var(--txt-gray-color);
}
.nav-r-icon{
height: 20px;
cursor: pointer;
}
.lang{
display: inline-block;
height: 20px;
cursor: pointer;
}
.lang-pop{
position: absolute;
top: 40px;
left: -38px;
display: none;
background-color: var(--pop-bg-color);
border: 1px solid var(--box-shadow-color);
box-shadow: var(--pop-box-shadow);
border-radius: 4px;
padding: 8px 0;
z-index: 99;
text-align: start;
}
.lang-pop .show{
display: inline-block;
}
.lang-pop .lang-pop-item{
padding: 9px 16px;
cursor: pointer;
}
.lang-pop .lang-pop-item .lang-txt{
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: var(--txt-gray-color);
display: inline-block;
}
.lang-pop .lang-pop-item:hover{
background-color: var(--bg-hover-color);
}
.lang-pop .lang-pop-item:hover .lang-txt{
color: var(--text-color);
}
.get-started{
width: 123px;
display: inline-block;
}
.login-btn{
width: 84px;
display: inline-block;
}
/* 底部样式 */
footer{
width: 100%;
z-index: 2;
position: relative;
}
.footer-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.footer-layut{
display: flex;
justify-content: space-between;
align-items: flex-start;
padding-top: 46px;
border-bottom: var(--border-color) solid 1px;
}
#qq_group{
position: relative;
width: 164px;
}
#qq_group:hover .group_code{
display: flex;
}
.group_code{
display: none;
position: absolute;
bottom: 25px;
left: -35px;
background-color: var(--code-bg-color);
padding: 12px;
border-radius: 4px;
justify-content: center;
flex-direction: column;
}
.group_num{
display: inline-block;
color: #fff;
font-weight: 400;
font-size: 14px;
line-height: 16px;
margin-top: 10px;
}
.lower_triangle{
position: absolute;
bottom: -4px;
left: 70px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 4px solid var(--code-bg-color);
}
.footer-l{
display: flex;
flex-direction: column;
align-items: flex-start;
width: 405px;
}
.footer-l .logo{
height: 36px;
display: flex;
align-items: center;
margin-bottom: 24px;
}
.footer-l .txt{
color: var(--txt-gray-color);
}
.footer-r{
width: 625px;
}
.footer-r-ul{
display: flex;
justify-content: space-between;
padding-bottom: 48px;
}
.footer-ol-item{
cursor: pointer;
}
.footer-ol-item .txt{
color: var(--txt-gray-color);
}
.footer-ol-item .code-svg{
display: block;
height: 125px;
}
.filings{
text-align: center;
color: var(--txt-gray-color);
padding: 24px 0;
}
.footer-t{
position: relative;
padding: 120px 0;
}
.footer-t-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.footer-t-layout{
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.footer-t-l{
width: 657px;
}
.footer-t-h1{
font-weight: 500;
font-size: 44px;
line-height: 55px;
color: var(--text-color);
}
.footer-t-h6{
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: var(--txt-gray-color);
}
.footer-t-contact{
display: flex;
justify-content: flex-start;
align-items: center;
}
.footer-t-contact-icon{
display: inline-block;
width: 24px;
height: 24px;
}
.footer-t-contact-h6{
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: var(--text-color);
}
/* 序号公共样式 */
.serial-number{
color: var(--txt-theme-color);
}
.choose-con-item-h5{
color: var(--text-color);
}
.choose-con-item-h6{
color: var(--txt-gray-color);
}
.support .support-item{
padding-bottom: 8px;
}
.support .support-item .txt{
font-family: 'Lexend';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: var(--txt-gray-color);
}
.support .support-item:first-of-type{
padding-bottom: 16px;
}
.support .support-item:first-of-type .txt{
color: var(--text-color);
font-weight: 500;
}
.group .group-item{
padding-bottom: 24px;
}
.group .group-item .txt{
color: var(--text-color);
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.group .group-item .logo{
display: block;
height: auto;
}
/* 动画 style="--delay: 0s;" */
.about-animate-box,.solutions-animate-box,.home-animate-box,.dow-animate-box{
opacity: 0;
transform: translateY(30%);
}
.about-animate-box.animate,.price-animate-box.animate,.solutions-animate-box.animate,.home-animate-box.animate,.dow-animate-box.animate {
animation: fadeIn 0.7s cubic-bezier(0.61, -0.01, 0.57, 0.96) forwards var(--delay); /* 应用动画效果 */
}
/* 定义动画 */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(30%);
}
to {
opacity: 1;
transform: translateY(0);
}
}
#arc {
animation: arcsFadeIn 2s ease-in-out;
}
.arc-animate {
animation: arcsFadeIn 2s ease-in-out;
}
@keyframes arcsFadeIn {
from {
stroke-dashoffset: 600;
}
to {
stroke-dashoffset: 0;
}
}

218
public/site/css/distribution.css vendored Normal file
View File

@ -0,0 +1,218 @@
main{
position: relative;
}
.bg_fpic1{
display: block;
position: absolute;
top: 0;
left: 0;
width: 34vw;
max-width: 300px;
}
.bg_fpic2{
display: block;
position: absolute;
top: 0;
right: 0;
width: 34vw;
max-width: 300px;
}
section{
width: 100%;
height: 100vh;
max-width: 768px;
margin: 0 auto;
}
.content{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.layout{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-width: 240px;
}
.icon1{
display: none;
height: 88px;
margin-bottom: 18px;
}
.name{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 20px;
}
.name >i{
color: #000;
font-weight: 500;
font-size: 28px;
line-height: 39px;
}
.icon2{
display: block;
height: 32px;
margin-right: 8px;
}
.info{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.info-t{
display: inline-block;
margin-bottom: 2px;
}
.info-t >i{
color: #727570;
font-weight: 400;
font-size: 12px;
line-height: 17px;
}
.info-b{
display: inline-block;
color: #727570;
font-weight: 400;
font-size: 12px;
line-height: 17px;
margin-bottom: 36px;
}
.info-btn{
margin-bottom: 16px;
}
.info-btn >button{
min-width: 200px;
padding: 10px 24px;
border: 1px solid transparent;
cursor: pointer;
outline: none;
position: relative;
display: inline-block;
white-space: nowrap;
text-align: center;
user-select: none;
touch-action: manipulation;
width: 100%;
font-weight: 400;
font-size: 16px;
line-height: 22px;
background: #8BCF70;
border-radius: 22px;
color: #fff;
}
.info-dow{
display: block;
}
.info-tip{
display: none;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #8BCF70;
opacity: 0.7;
}
.line-con{
width: 100%;
height: auto;
margin-bottom: 32px;
text-align: center;
}
.line1{
display: inline-block;
width: 100%;
height: 1px;
background-color: #E7E9E4;
}
.line2{
display: none;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #8BCF70;
opacity: 0.7;
}
.operat-tips{
position: absolute;
top: 0;
right: 10px;
display: none;
}
.operat-con{
position: relative;
max-width: 152px;
}
.operat-con .lower_triangle{
position: absolute;
top: 6px;
left: 120px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 4px solid #8BCF70;
}
.operat-con .group_num{
background-color: #8BCF70;
padding: 6px 12px;;
border-radius: 6px;
}
.operat-con .group_num >p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #fff;
}
.qr_code{
width: 160px;
height: 160px;
background-color: #F2F3F1;
border-radius: 12px;
margin-bottom: 36px;
display: flex;
justify-content: center;
align-items: center;
}
.scan{
text-align: center;
display: flex;
flex-direction: column;
}
.scan-txt{
display: inline-block;
color: #727570;
font-weight: 400;
font-size: 14px;
line-height: 20px;
opacity: 0.7;
}
.scan-txt-b{
display: inline-block;
color: #000000;
}
@media screen and (max-width: 768px){
.qr_code,.scan{
display: none !important;
}
.icon1{
display: block !important;
}
.name >i{
color: #000;
font-weight: 500;
font-size: 18px;
line-height: 25px;
}
.icon2{
display: block;
height: 24px;
margin-right: 8px;
}
}

146
public/site/css/download.css vendored Normal file
View File

@ -0,0 +1,146 @@
/* 头部样式 */
.head{
text-align: center;
background: var(--bg-8-url) top left no-repeat;
background-size: contain;
}
.nav{
background-color: var(--pop-bg-color);
box-shadow: 0px 4px 9px var(--box-shadow-color);
}
.download-ul{
display: flex;
justify-content: space-between;
align-items: center;
width: 70%;
padding-bottom: 120px;
}
.download-ul-item{
cursor: pointer;
}
.download-ul-item .normal{
display: flex;
background-color: var(--bg-fa-color);
border-radius: 80px;
width: 160px;
height: 160px;
justify-content: center;
align-items: center;
flex-direction: column;
}
.download-ul-item .icon{
display: block;
height: 48px;
}
.download-ul-item .hover{
display: none;
width: 160px;
height: 160px;
justify-content: center;
align-items: center;
flex-direction: column;
}
.download-ul-item .hover.radius{
background-color: var(--bg-fa-color);
border-radius: 80px;
width: 160px;
height: 160px;
}
.download-ul-item .qr-code{
display: block;
height: 100px;
}
.download-ul-item .txt{
color: var(--txt-gray-color);
}
.download-ul-item .hover.radius .txt{
color: var(--txt-theme-color);
}
.chips-txt{
color: var(--txt-theme-color);
}
.download-ul-item .btn:hover .chips-txt{
color: #fff;
}
.update{
position: relative;
background-color: var(--bg-fa-color);
}
.update-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 120px 0px;
z-index: 2;
position: relative;
}
.update-layout{
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.update-h1{
color: var(--text-color);
}
.update-ul{
width: 515px;
}
.update-item{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--border-color);
padding: 16px 0;
cursor: pointer;
}
.update-item:hover .update-h5{
color: var(--txt-theme-color);
}
.update-item:hover .time{
color: var(--txt-theme-color);
}
.update-h5{
color: var(--txt-gray-color);
}
.update-item .time{
color: var(--txt-gray-color);
}
.update-ul .more-item{
display: flex;
align-items: center;
}
.more-item .more{
color: var(--txt-theme-color);
margin-right: 8px;
cursor: pointer;
padding: 16px 0;
}
.more-item .icon{
display: inline-block;
width: 8px;
height: 12px;
line-height: 24px;
}
.update-bg-svg{
background: var(--bg-9-url) no-repeat top right;
background-size: contain;
}
.update-r{
max-width: 622px;
margin-left: 123px;
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);
border-radius: 45px;
}
.update-r-svg{
display: block;
background: var(--bg-pic1-url) no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
/* 底部布局 */
.footer-layut{
padding-top: 120px;
}

158
public/site/css/help.css vendored Normal file
View File

@ -0,0 +1,158 @@
/* 头部样式 */
.nav{
background-color: var(--pop-bg-color);
box-shadow: 0px 4px 9px var(--box-shadow-color);
}
.help{
position: relative;
margin: 56px 0 96px 0;
padding-top: 80px;
}
.help-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.help-layout{
display: flex;
align-items: flex-start;
}
.help-l{
padding: 24px;
background: var(--bg-fa-color);
border-radius: 8px;
margin-right: 32px;
height: 95%;
}
.help-h5{
color: var(--text-color);
}
.help-l-ul{
width: 240px;
overflow: auto;
height: 82vh;
}
.l-ul-item{
padding: 9px 16px;
cursor: pointer;
height: 22px;
}
.l-ul-item.active .txt{
color: var(--txt-theme-color);
}
.l-ul-item.active{
background-color: var(--bg-hover-color);
border-radius: 8px;
}
.l-ul-item:hover{
background: var(--bg-hover-color);
border-radius: 8px;
}
.txt{
/* display: inline-block; */
color: var(--txt-gray-color);
}
.help-r{
border-left: 1px solid var(--border-color);
padding-left: 32px;
position: relative;
}
.help-r::-webkit-scrollbar{
width: 0 !important
}
.help-pic1{
position: relative;
padding-left: 34px;
width: auto;
height: 240px;
background: var(--txt-theme-color);
border-radius: 8px;
display: flex;
align-items: center;
overflow: hidden;
}
#help-pic1-svg{
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.help-pic1-tips{
max-width: 360px;
}
.help-pic1-tips-h2{
color: #fff;
margin-bottom: 16px;
}
.help-pic1-tips-h6{
color: #fff;
}
.help-h4{
color: var(--text-color) !important;
}
.help-h6{
color: var(--txt-gray-color);
}
.help-h6-bold{
color: var(--text-color) !important;
}
.r-ul-item-pic1{
display: block;
height: 316px;
}
.r-ul-item-pic2{
display: block;
height: 418px;
}
.dots{
background: url(../img/dots.svg) no-repeat;
width: 4px;
height: 4px;
display: block;
position: absolute;
left: 10px;
top: 10px;
}
.help-t-768{
display: flex;
align-items: center;
padding: 14px 16px;
background: var(--bg-fa-color);
border-radius: 8px;
margin-top: 16px;
cursor: pointer;
margin-bottom: 40px;
}
.help-t-prev{
display: inline-block;
width: 14px;
margin-right: 8px;
}
.help-t-tit{
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: var(--txt-theme-color);
}
.help-drawer{
position: fixed;
top: 0;
left: -90vw;
width: 75vw;
height: 100%;
padding: 22px 24px;
background-color: var(--pop-bg-color);
border: 1px solid var(--box-shadow-color);
box-shadow: var(--pop-box-shadow);
transition: all 0.5s ease-in-out;
z-index: 999;
}
.open-help-drawer{
left: 0;
}
.help-t-768{
display: none;
}
.filings{
border-top: 1px solid var(--border-color);
}

317
public/site/css/home.css vendored Normal file
View File

@ -0,0 +1,317 @@
/* 头部样式 */
.head{
text-align: center;
background: var(--bg-1-url) top left no-repeat;
background-size: cover;
}
section{
background: var(--bg-2-url) bottom left no-repeat;
}
/* 底部样式 */
.footer-layut{
border-top: var(--border-color) solid 1px;
}
.collaboration{
width: 100%;
max-width: 1280px;
max-height: 243px;
margin: 0 auto;
position: relative;
margin-bottom: 120px;
}
.collaboration-content{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 5;
}
/* .collaboration-content-zh{
top: 27.7%;
left: 36.7%;
}
.collaboration-content-en{
top: 27.7%;
left: 28.6%;
} */
.collaboration-txt{
color: #fff;
text-align: center;
}
/* 合作公司 */
.companies{
height: 100%;
background: var(--bg-fa-color);
}
.companies-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 88px 0;
}
.companies-h1{
text-align: center;
color: var(--text-color);
}
.companies-ul{
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 56px;
}
.companies-ul .companies-ul-item{
height: 64px;
}
.companies-ul .companies-ul-item img{
height: 100%;
display: inline-block;
}
.ten_img{
opacity: 0;
animation-name: fadeSlideIn2;
animation-duration: 2s;
animation-delay: 0.6s;
transition-timing-function: ease;
animation-fill-mode: forwards;
}
/* 定义动画 */
@keyframes fadeSlideIn2 {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* 功能卡片 */
.card{
height: auto;
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.card-pic{
max-width: 717px;
}
.card-con{
padding-top: 120px;
}
.card-con-768{
padding-top: 56px;
display: none;
}
.card-con-layout{
display: flex;
align-items: flex-start;
margin-top: 56px;
}
.card-h1{
text-align: center;
color: var(--text-color);
}
.card-ul{
width: 483px;
margin-right: 48px;
padding-right: 32px;
}
.card-768-ul .icon{
flex: 1;
display: inline-block;
padding: 10px;
background-color: var(--bg-292c2f-color);
box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
border-radius: 8px;
margin-bottom: 16px;
}
.card-ul .card-ul-item{
display: flex;
align-items: center;
padding: 24px 16px;
border-bottom: 1px solid var(--border-color);
cursor: pointer;
max-height: 50px;
transition: max-height 1s ease;
}
@keyframes fadeSlideIn3 {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.card-ul .card-ul-item:hover{
background-color: var(--bg-hover-color);
}
.card-ul .card-ul-item .icon{
flex: 1;
display: inline-block;
padding: 10px;
background-color: var(--bg-292c2f-color);
box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
border-radius: 8px;
margin-right: 24px;
}
.card-ul .card-ul-item .arrows{
display: inline-block;
height: 18px;
width: 18px;
}
.card-ul-item-h3{
color: var(--text-color);
}
.card-ul-item-unfolded{
display: flex;
justify-content: space-between;
align-items: center;
flex: 14;
}
.card-ul-item-expand{
display: none;
}
.card-ul-item-expand-tit{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}
.card-ul-item-txt{
display: inline-block;
color: var(--txt-gray-color);
opacity: 0;
animation: fadeSlideIn3 0.5s cubic-bezier(0.61, -0.01, 0.57, 0.96) forwards var(--delay);
}
@keyframes fadeSlideIn3 {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.card-ul-item.active{
align-items: flex-start !important;
max-height: 138px;
}
.card-ul-item.active .arrows{
transform: rotate(180deg);
}
.card-ul-item.active .card-ul-item-unfolded{
display: none;
}
.card-ul-item.active .card-ul-item-expand{
display: inline-block;
}
/* 为什么选择我们 */
.choose{
position: relative;
height: auto;
width: 100%;
max-width: 1280px;
margin: 0 auto;
z-index: 10;
}
.choose-con{
padding: 240px 0 120px 0;
}
.choose-con-768{
display: none;
justify-content: center;
align-items: center;
flex-direction: column;
padding-bottom: 88px;
}
.choose-con-768-box{
position: relative;
width: calc(100vw);
overflow-x: hidden;
}
.zh_choose_768,.en_choose_768{
/* min-height: 257px; */
}
.choose-con-768-ul{
z-index: 99;
display: flex;
position: absolute;
left: 0;
top: 10px;
transition: all cubic-bezier(0, -0.26, 0.13, 1.04) .8s;
}
.choose-con-768-ul::-webkit-scrollbar {
display: none;
}
.choose-con-768-item{
padding: 30px 24px;
width: calc(100vw - 88px);
min-height: 177px;
height: 100%;
background: var(--choose-bg-hover-color);
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
margin: 0 20px;
}
#card-indicators {
position: absolute;
bottom: 54px;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
z-index: 99;
}
.card-indicators-item {
list-style: none;
margin: 0 5px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: var(--border-color);
cursor: pointer;
transition: background-color 0.3s ease-in-out;
}
.card-indicators-item.active {
background-color: var(--txt-theme-color);
}
.arcs2{
display: inline-block;
position: absolute;
width: 100%;
left: 0;
bottom: -28px;
}
.choose-con-ul{
display: flex;
justify-content: space-between;
}
.choose-con-item{
width: calc(18vw + 12px);
padding: 24px;
}
.choose-con-ul .hover{
cursor: pointer;
transition: all .3s ease-in-out;
}
.choose-con-ul .hover:hover{
background-color: var(--choose-bg-hover-color);
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
transform: translateY(-16px);
}
.choose-con-tit{
color: var(--text-color);
padding-top: 80px;
position: relative;
width: fit-content;
}
.home_pic7_768{
display: none;
}

132
public/site/css/log.css vendored Normal file
View File

@ -0,0 +1,132 @@
/* 头部样式 */
.nav{
background-color: var(--pop-bg-color);
box-shadow: 0px 4px 9px var(--box-shadow-color);
}
.logs{
position: relative;
margin: 136px 0 96px 0;
}
.logs-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.logs-layout{
display: flex;
align-items: flex-start;
height: 929px;
}
.logs-l{
padding: 24px;
background-color: var(--bg-fa-color);
border-radius: 8px;
margin-right: 32px;
height: 95%;
}
.logs-h5{
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: var(--text-color);
}
.logs-l-ul{
width: 240px;
}
.l-ul-item{
padding: 9px 16px;
cursor: pointer;
height: 22px;
}
.l-ul-item.active .txt{
color: var(--txt-theme-color);
}
.l-ul-item.active{
background-color: var(--bg-hover-color);
border-radius: 8px;
}
.l-ul-item:hover{
background-color: var(--bg-hover-color);
border-radius: 8px;
}
.txt{
/* display: inline-block; */
color: var(--txt-gray-color);
}
.logs-r{
border-left: 1px solid var(--border-color);
padding-left: 32px;
height: 929px;
overflow-y:scroll;
}
.logs-r::-webkit-scrollbar{
width: 0 !important
}
.logs-h1{
color: var(--text-color);
}
.logs-h4{
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: var(--text-color);
}
.r-ol-item{
color: var(--txt-gray-color);
position: relative;
}
.r-ul-item:last-child{
margin-bottom: 0 !important;
}
.dots{
background: url(../img/dots.svg) no-repeat;
width: 4px;
height: 4px;
display: inline-block;
position: absolute;
left: 10px;
top: 10px;
}
.logs-t-768{
display: flex;
align-items: center;
padding: 14px 16px;
background: var(--bg-fa-color);
border-radius: 8px;
margin-top: 16px;
cursor: pointer;
margin-bottom: 40px;
}
.logs-t-prev{
display: inline-block;
width: 14px;
margin-right: 8px;
}
.logs-t-tit{
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: var(--txt-theme-color);
}
.logs-drawer{
position: fixed;
top: 0;
left: -90vw;
width: 75vw;
height: 100%;
padding: 22px 24px;
background-color: var(--pop-bg-color);
border: 1px solid var(--box-shadow-color);
box-shadow: var(--pop-box-shadow);
transition: all 0.5s ease-in-out;
z-index: 999;
}
.open-logs-drawer{
left: 0;
}
.logs-t-768{
display: none;
}
.filings{
border-top: 1px solid var(--border-color);
}

189
public/site/css/price.css vendored Normal file
View File

@ -0,0 +1,189 @@
/* 头部样式 */
.head{
background: var(--bg-10-url) top left no-repeat;
background-size: contain;
}
.price-card{
width: 100%;
display: flex;
justify-content: space-between;
z-index: 2;
}
.price-card-item{
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px;
width: 298px;
transition: all .3s ease-in-out;
background: var(--choose-bg-hover-color);
border: 1px solid var(--border-color);
border-radius: 12px;
cursor: pointer;
}
.price-card-item:hover{
border: 1px solid var(--txt-theme-color);
transform: translateY(-16px);
}
.price-animate-box{
opacity: 0;
transform: translateY(50%);
animation: fadeIn 1s ease-in-out forwards var(--delay); /* 应用动画效果 */
}
.price-card-item:hover .btn-green{
background-color: var(--txt-theme-color);
color: #fff;
}
.price-card-h4{
color: var(--text-color);
display: flex;
}
.price-card-item.active{
border: 2px solid var(--txt-theme-color);
box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.05);
}
.price-card-item.active .btn-green{
background-color: var(--txt-theme-color);
color: #fff;
}
.price-card-item.active .btn-green:hover{
background-color: var(--btn-hover-color);
border-color: var(--btn-hover-color);
}
.price-card-item.active .price-card-h4{
display: flex;
align-items: center;
color: var(--txt-theme-color);
}
.rec-icon{
display: flex;
flex-direction: row;
align-items: center;
padding: 2px 6px;
height: 20px;
background-color: var(--bg-rec-color);
border-radius: 4px;
color: #fff;
font-size: 14px;
line-height: 16px;
margin-left: 8px;
}
.price-card-money{
display: flex;
align-items: flex-end;
}
.price-card-h2{
color: var(--text-color);
text-align: left;
margin-right: 4px;
}
.price-card-unit{
color: var(--txt-gray-color);
}
.price-card-h6{
color: var(--txt-gray-color);
text-align: left;
}
.price-card-ol-item{
display: flex;
align-items: flex-start;
}
.price-card-ol-item .icon{
display: inline-block;
height: 20px;
}
.plans-ul-t .plans-ul-t-item:last-child,.plans-ol-item:last-child{
border-bottom: none !important;
}
.plans-ol .plans-ol-item:first-child{
background-color: var(--bg-fa-color);
padding: 20px 24px !important;
}
.plans{
position: relative;
}
.plans-tit-h2{
text-align: center;
color: var(--text-color);
}
.plans-tit-h5{
text-align: center;
color: var(--txt-gray-color);
}
.plans-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
z-index: 2;
position: relative;
}
.plans-layout{
padding: 120px 0;
}
.plans-ul-t-item{
border-bottom: 1px solid var(--border-color);
}
.plans-ul-t-item-h4{
color: var(--text-color);
}
.plans-ol-item{
display: flex;
align-items: center;
padding: 24px;
border-bottom: 1px solid var(--border-color);
}
.plans-ol-item .plans-ol-item-h6:first-child{
color: var(--txt-gray-color) !important;
}
.plans-ol-item-h6{
color: var(--txt-4ca5);
}
.plans-ol-item-icon{
display: block;
height: 24px;
}
.plans-ul-b{
display: grid;
grid-template-columns: 506px 266px 266px 266px;
}
.plans-ul-b-item-btn{
display: inline-block;
width: 218px;
}
.flex-s-c{
display: flex;
justify-content: flex-start;
align-items: center;
}
.plans-ul-768{
display: none;
}
.plans-ul-768-item:nth-of-type(1),.plans-ul-768-item:nth-of-type(2){
border-bottom: 1px solid var(--border-color);
padding-bottom: 36px;
}
.plans-ol-768-item{
border: 1px solid var(--border-color);
border-radius: 12px;
margin-bottom: 24px;
background-color: var(--bg-color);
}
.plans-ol-768-item .plans-ol-768-content{
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 24px;
}
.plans-ol-768-item .plans-ol-768-content:nth-child(2n){
background-color: var(--bg-fa-color);
}
.plans-ol-768-item .plans-ol-768-content:last-child{
border-radius: 0 0 12px 12px;
}
/* 底部样式 */
.footer-layut{
border-top: var(--border-color) solid 1px;
}

309
public/site/css/product.css vendored Normal file
View File

@ -0,0 +1,309 @@
/* 头部样式 */
.head.product{
position: relative;
background: var(--bg-3-url) top right no-repeat;
}
.prooduct-con{
width: 100%;
max-width: 1280px;
margin: 0 auto;
position: relative;
}
.prooduct-list{
display: flex;
flex-wrap: wrap;
}
.prooduct-list .prooduct-list-item{
padding: 24px;
background-color: var(--bg-fa-color);
border: 1px solid var(--border-color);
border-radius: 12px;
cursor: pointer;
margin-right: 32px;
width: 100%;
margin-bottom: 24px;
opacity: 0;
animation: fadeIn 0.5s ease-in-out forwards var(--delay); /* 应用动画效果 */
}
/* 定义动画 */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(50%);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.prooduct-list .prooduct-list-item.top{
max-width: 180px;
}
.prooduct-list .prooduct-list-item:nth-of-type(5),.prooduct-list .prooduct-list-item:nth-of-type(9){
margin-right: 0 !important;
}
.prooduct-list .prooduct-list-item.bot{
max-width: 246px;
}
.prooduct-list .prooduct-list-item:hover{
background-color: var(--choose-bg-hover-color);
border: 1px solid var(--txt-theme-color);
box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.12);
}
.prooduct-list .prooduct-list-item .icon{
width: 48px;
display: block;
margin-bottom: 16px;
}
.prooduct-list .prooduct-list-item .txt{
color: var(--txt-gray-color);
}
.prooduct-list .active{
background-color: var(--choose-bg-hover-color) !important;
border: 1px solid var(--txt-theme-color) !important;
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05) !important;
}
.prooduct-list .prev,.prooduct-list .next{
padding: 14px;
background: var(--choose-bg-hover-color);
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);;
border-radius: 8px;
cursor: pointer;
display: none;
}
.prooduct-list .prev{
margin-right: 16px;
}
.prooduct-list .next{
margin-left: 16px;
}
.active .txt{
color: var(--text-color) !important;
}
.details{
display: none;
width: 100%;
max-width: 1280px;
opacity: 0;
transform: translateY(20%); /* 将元素向下移动 50 像素 */
animation-name: fadeIn2; /* 指定动画名称 */
animation-duration: 1s; /* 动画持续时间为 1 秒 */
transition-delay: 1s;
transition-timing-function: ease;
animation-fill-mode: forwards; /* 元素保持动画结束状态 */
}
.details.active{
display: block;
}
.details-ul-1280{
display: none;
flex-wrap: wrap;
justify-content: space-between;
padding: 56px 48px;
background-color: var(--choose-bg-hover-color);
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);;
border-radius: 12px;
}
.details-ul-1280 .details-ul-item{
width: 48%;
}
.prooduct-ul{
margin: 12px 0 125px 0;
}
.details-con{
display: flex;
align-items: flex-start;
padding: 56px 48px;
background-color: var(--choose-bg-hover-color);
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);;
border-radius: 12px;
}
/* 定义动画 */
@keyframes fadeIn2 {
from {
opacity: 0;
transform: translateY(20%);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.details-con .pic{
display: block;
}
.details-con .details-ul{
margin-left: 56px;
}
.details-con .details-ul.item4{
width: 764px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.details-con .details-ul.item4 .details-ul-item{
width: 364px;
}
main{
width: 100%;
z-index: 2;
position: relative;
}
.manage{
background-color: var(--bg-fa-color);
}
.manage-con{
padding: 120px 0px;
width: 100%;
max-width: 1280px;
margin: 0 auto;
position: relative;
}
.manage-t{
display: flex;
align-items: center;
flex-direction: column;
}
.manage-b{
display: flex;
justify-content: space-between;
position: relative;
}
.manage-h1{
color: var(--text-color);
}
.manage-h3{
font-weight: 500;
font-size: 20px;
line-height: 25px;
color: var(--txt-191a15-color);
}
.manage-h5{
color: var(--txt-gray-color);
}
.manage-h6{
color: var(--txt-gray-color);
}
.manage-h5-768{
display: none;
}
.manage-tit{
width: 341px;
}
.manage-icon{
height: 24px;
display: block;
}
.manage-bg{
display: block;
max-width: 100%;
width: 100%;
height: 100% ;
}
.manage-svg{
position: relative;
box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.05);
border-radius: 30px;
width: 405px;
}
.manage-tips{
padding: 18px 20px;
background: var(--choose-bg-hover-color);
box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
display: flex;
align-items: center;
position: absolute;
top: 42px;
left: 100px;
width: 76%;
}
.manage-tips-txt{
margin-left: 12px;
color: var(--text-color);
}
.manage-svg-h2{
display: inline-block;
position: absolute;
bottom: 52px;
left: 120px;
text-align: end;
color: #fff;
width: 60%;
}
.manage-ul-item{
display: flex;
align-items: flex-start;
}
.performance{
position: relative;
background: var(--bg-4-url) top left no-repeat;
}
.performance-con{
padding: 120px 0px;
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.performance-con .pic{
display: block;
height: auto;
}
.performance-h1{
color: var(--text-color);
text-align: center;
}
.performance-ul{
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-top: 48px;
}
.performance-ul-item{
width: 248px;
}
.performance-ul-item .icon{
display: inline-block;
width: 24px;
height: 24px;
background-color: var(--txt-theme-color);
border-radius: 4px;
transform: rotate(45deg);
}
.performance-h5{
color: var(--txt-191a15-color);
}
.performance-h6{
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: var(--txt-gray-color);
}
.product-animate-box,.product-animate-box2{
opacity: 0;
transform: translateY(25%);
}
.product-animate-box.animate{
animation: fadeIn5 0.8s cubic-bezier(0.61, -0.01, 0.57, 0.96) forwards var(--delay); /* 应用动画效果 */
}
.product-animate-box2.animate{
animation: fadeIn5 0.7s cubic-bezier(0.61, -0.01, 0.57, 0.96) forwards var(--delay); /* 应用动画效果 */
}
/* 定义动画 */
@keyframes fadeIn5 {
from {
opacity: 0;
transform: translateY(30%);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* 底部样式 */
.footer-layut{
border-top: var(--border-color) solid 1px;
}

791
public/site/css/rem.css vendored Normal file
View File

@ -0,0 +1,791 @@
@media screen and (max-width: 1280px){
.head-con,.companies-con,.card,.choose,.footer-con,.prooduct-con,.manage-con,.performance-con,.app-con,.nav-layout,.update-con,.logs-con,.help-con,.plans-con,.company-profile-con,.scenario-app-con,.footer-t-con,.topics-con,.collaboration{
width: calc(100vw - 72px) !important;
padding-left: 36px !important;
padding-right: 36px !important;
}
.nav-r{
width: 27%;
}
.nav-ul{
width: 42%;
}
.card-pic{
max-width: 50% !important;
margin-bottom: 36px !important;
}
.manage-b,.scenario-app-ul {
flex-wrap: wrap;
justify-content: center !important;
}
.update-layout{
justify-content: center !important;
}
.update-l{
margin-right: 36px;
}
.manage-b{
display: block !important;
}
.details,.manage-tit,.company-profile-l{
width: calc(100vw - 72px) !important;
}
.topics-tit{
width: calc(100vw - 72px) !important;
text-align: center;
}
.prooduct-list .prooduct-list-item{
width: auto !important;
max-width: 100% !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.prooduct-ul{
margin-top: 36px !important;
}
.manage-ul-item{
margin-bottom: 32px !important;
}
.details-con-item4{
display: none !important;
}
.details-ul-1280{
display: flex !important;
}
.app-ul{
justify-content: center !important;
}
.team-ul,.price-card{
flex-wrap: wrap !important;
justify-content: space-between!important;
}
.plans-ul-b{
flex-wrap: wrap !important;
justify-content: flex-start !important;
}
.team-ul-item,.price-card-item,.plans-ul-b-item{
margin-bottom: 32px;
}
.team-con{
width: calc(100vw - 72px) !important;
padding: 120px 20px 88px 20px !important;
}
.download-ul{
width: 100% !important;
padding-bottom: 120px !important;
}
.update-r{
margin-left: 0 !important;
}
.grid-4{
grid-template-columns: 32vw 18vw 18vw 18vw !important;
}
.plans-ul-b{
grid-template-columns: calc(34vw + 4px) 18vw 18vw 18vw !important;
}
.scenario-app-ul-item:nth-of-type(3),.app-ul-item:nth-of-type(3){
margin-bottom: 32px !important;
}
.company-profile-layout{
flex-wrap: wrap;
justify-content: center !important;
}
.company-profile-r{
margin-top: 48px !important;
width: auto !important;
}
.team-ul-item{
width: auto !important;
height: auto !important;
}
.help-pic1{
height: auto !important;
}
.help-pic1-tips-h2{
margin-bottom: 0 !important;
}
.help-pic1-tips{
position: relative;
padding: 12px 0 !important;
z-index: 10;
max-width: calc(100% - 123px) !important;
}
.help-pic1-tips-h2{
font-weight: 500 !important;
font-size: 16px !important;
line-height: 24px !important;
margin-bottom: 8px !important;
}
.help-pic1-tips-h6{
font-weight: 400 !important;
font-size: 12px !important;
line-height: 16px !important;
}
.choose-con-ul{
justify-content: flex-start !important;
}
.choose-con-item,.app-ul-item,.scenario-app-ul-item{
width: 100% !important;
}
.choose-con{
padding: 120px 0 56px 0 !important;
}
.collaboration{
/* padding-bottom: 56px !important; */
}
.price-card-item{
width: 22% !important;
min-width: 200px !important;
}
.performance-ul-item {
margin-right: 24px !important;
width: 100% !important;
}
.performance-ul-item:last-child {
margin-right: 0 !important;
}
.prooduct-list{
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
grid-gap: 24px 32px;
}
.plans-ul-b-item-btn{
width: auto !important;
}
.app-bg-box{
max-height: 100% !important;
}
}
@media screen and (max-width: 1050px){
.nav-ul,.nav-r{
display: none;
}
.menuBtn{
display: block;
}
.footer-t-layout{
flex-direction: column !important;
}
.footer-t-l{
margin-bottom: 32px;
}
.price-card-item{
width: 358px !important;
}
.price-card-h2{
font-size: 24px !important;
}
.plans-ul-t-item-h4{
font-size: 16px !important;
}
.price-card-unit{
font-size: 14px !important;
}
.update-layout{
flex-wrap: wrap;
justify-content: center !important;
}
.update-l{
margin-right: 0 !important;
}
.from-ul{
width: calc(100vw - 72px) !important;
margin-top: 40px !important;
}
.update-ul{
width: calc(100vw - 72px) !important;
}
.update-r{
max-width: 100% !important;
}
.topics-h1-green,.topics-h1{
font-size: 56px !important;
}
.collaboration-txt{
font-size: 24px !important;
margin-bottom: 8px !important;
}
.logs-l-ul,.help-l-ul,.search-input{
width: 220px !important;
}
.update-bg-svg{
background-size: 62% !important;
}
.card-ul-item.active{
max-height: 307px !important;
}
}
@media screen and (max-width: 768px){
img{
max-width: 100% !important;
}
.filings{
font-size: 14px !important;
}
.nav-layout{
height: 64px !important;
}
section{
background: transparent !important;
}
#logo{
height: 28px !important;
}
.btn{
font-size: 15px !important;
line-height: 18px !important;
}
.companies-ul .companies-ul-item{
height: 36px !important;
}
.topics-con{
width: calc(100vw - 40px) !important;
padding-top: 100px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.details, .manage-tit, .company-profile-l{
width: calc(100vw - 40px) !important;
}
.nav{
height: 60px !important;
}
.head-con,.card,.choose,.footer-con,.companies-con,.manage-con,.performance-con,.app-con,.team-con,.update-con,.logs-con,.help-con,.plans-con,.prooduct-con,.scenario-app-con,.footer-t-con,.nav-layout,.company-profile-con,.collaboration{
width: calc(100vw - 40px) !important;
padding: 0 20px !important;
}
.company-profile-r{
width: 100% !important;
margin-top: 0 !important;
}
.details,.manage-b,.performance-con .pic{
width: calc(100vw - 40px) !important;
}
.manage-b{
justify-content: center !important;
padding-bottom: 56px;
}
.topics-h1,.topics-h1-green{
font-weight: 600;
font-size: 28px !important;
line-height: 35px !important;
text-align: center;
}
.topics-tit,.topics-h4{
width: 340px !important;
margin-bottom: 20px !important;
text-align: center;
}
.solutions .topics-btn{
margin-bottom: 56px !important;
}
.topics-btn{
margin-bottom: 32px !important;
}
.arcs{
top: 26px !important;
width: 120px !important;
}
.companies-h1{
font-weight: 400;
font-size: 18px;
line-height: 22px;
}
.companies-con{
padding: 32px 0!important;
}
.companies-ul{
margin-top: 24px !important;
display: grid !important;
grid-template-columns: repeat(2, 50%) !important;
grid-template-rows: repeat(2, 50%) !important;
justify-items: center !important;
}
.companies-ul .companies-ul-item:nth-of-type(1),.companies-ul .companies-ul-item:nth-of-type(2){
margin-bottom: 20px !important;
}
.card-con,.collaboration-bg,.choose-con,.footer-l,.footer-r,.manage-h5-1920,.download-ul-item .hover,.home_pic7{
display: none !important;
}
.card-con-768,.performance-ul,.help-t-768,.prooduct-list .prev,.prooduct-list .next,.manage-ul-item,.logs-t-768,.plans-ul-768,.manage-h5-768,.home_pic7_768{
display: block !important;
}
.choose-con-768{
display: flex !important;
}
.manage-h5-768{
width: 320px !important;
}
.card-pic{
max-width: 100% !important;
}
.choose-con-768-item,.r-ul-item-pic1{
height: auto !important;
}
.choose-con-tit{
padding-top: 20px !important;
font-weight: 500;
font-size: 22px;
line-height: 30px;
text-align: center;
margin-bottom: 48px;
}
.manage-h1,.performance-h1,.app-h1,.team-tit,.update-h1{
padding-top: 56px !important;
font-weight: 500;
font-size: 22px;
line-height: 28px;
text-align: center;
margin-bottom: 12px !important;
}
.manage-b,.app-ul,.team-ul{
margin-top: 40px !important;
}
.manage-icon{
margin-bottom: 16px;
}
.manage-h5,.app-h5,.topics-h4,.scenario-app-h6,.footer-t-h6{
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
}
.app-h5{
width: 320px !important;
}
.footer-t-h6{
text-align: start !important;
margin-bottom: 32px !important;
}
.plans-tit-h5{
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
margin-bottom: 48px !important;
}
.manage-h3{
margin-bottom: 12px !important;
font-size: 18px !important;
}
.performance-h5,.help-h4,.price-card-h4{
font-size: 18px !important;
}
.price-card-h4{
margin-bottom: 20px !important;
}
.price-card-h2{
font-size: 24px !important;
}
.price-card-h2{
margin-right: 4px;
}
.manage-ul-item{
margin-bottom: 36px !important;
}
.performance-ul{
margin-top: 36px !important;
}
.arcs2{
width: 170px !important;
left: 4px !important;
bottom: -12px !important;
}
.collaboration-txt{
font-size: 20px !important;
max-width: 280px !important;
}
.collaboration{
margin-bottom: 56px !important;
}
.footer-layut{
border-bottom: none !important;
padding: 0 !important;
}
.prooduct-list{
display: flex !important;
flex-wrap: nowrap !important;
margin-bottom: 24px !important;
justify-content: space-between !important;
align-items: center !important;
grid-gap: 0 !important;
}
.prooduct-list .active{
display: flex !important;
align-items: center;
}
.prooduct-list .prooduct-list-item.top{
width: 100% !important;
}
.prooduct-list .prooduct-list-item{
display: none;
padding: 16px !important;
margin: 0 !important;
}
.prooduct-list .prooduct-list-item .icon{
width: 28px !important;
margin-bottom: 0 !important;
margin-right: 12px !important;
}
.prooduct-list .prooduct-list-item .txt{
font-weight: 500;
font-size: 16px;
line-height: 20px;
}
.prooduct-ul{
margin: 0 0 56px 0 !important;
}
.performance{
background: var(--bg-768-4-url) top left no-repeat !important;
}
.about_green_bg{
background: var(--bg-768-9-url) top right no-repeat !important;
}
.head.product{
background: var(--bg-768-3-url) top left no-repeat !important;
}
.head.price{
background: var(--bg-768-8-url) top left no-repeat !important;
}
.head.dow{
background: var(--bg-768-7-url) top left no-repeat !important;
}
.head.solutions{
background: var(--bg-768-5-url) top right no-repeat !important;
}
.team.solutions{
background: var(--bg-768-6-url) top right no-repeat !important;
}
.details-con .pic{
margin-bottom: 36px;
}
.choose-con-item-h5,.app-h4,.scenario-app-h5{
font-size: 18px !important;
}
.choose-con-item-h6,.app-h6,.company-profile-h6,.scenario-app-h6,.footer-t-contact-h6,.update-h5,.performance-h6,.manage-h6,.download-ul-item .txt,.update-item .time,.price-card-unit,.price-card-h6{
font-size: 15px !important;
}
.details-ul-item{
margin-bottom: 32px !important;
}
.details-ul-item:last-child{
margin-bottom: 0 !important;
}
.serial-number{
font-size: 32px !important;
}
.details-ul-1280,.details-con{
flex-direction: column;
justify-content: center;
align-items: center;
padding: 30px 24px !important;
}
.details-ul-1280 .details-ul-item,.update-ul,.update-l{
width: 100% !important;
}
.details-con .details-ul{
margin-left: 0 !important;
}
.performance-con .pic{
margin-top: 40px !important;
}
.performance-ul-item{
width: auto !important;
margin-bottom: 40px;
}
.app-bg{
margin-bottom: 16px !important;
}
.app-h4{
margin-bottom: 12px !important;
}
.app-ul-item{
width: auto !important;
margin-bottom: 36px !important;
}
.team-ul-item{
padding: 30px 24px !important;
}
.download-ul{
flex-wrap: wrap !important;
justify-content: center !important;
padding-bottom: 32px !important;
padding-top: 12px !important;
}
.download-ul-item{
margin-bottom: 24px;
}
.download-ul-item .normal,.download-ul-item .hover.radius,.download-ul-item .hover{
width: 120px !important;
height: 120px !important;
}
.download-ul-item .icon{
height: 36px !important;
}
.download-ul-item:nth-of-type(odd){
margin-right: 24px;
}
.update-bg-svg{
background: none !important;
}
.update-r{
margin-bottom: 56px;
margin-top: 28px;
}
.logs-l,.help-l,.plans-ul-t,.plans-ul-b{
display: none !important;
}
.logs-r,.help-r{
border: none !important;
padding-left: 0 !important;
}
.logs-h1,.plans-tit-h2{
font-weight: 600;
font-size: 22px !important;
line-height: 28px !important;
}
.company-profile-h1{
margin-bottom: 34px !important;
margin-top: 40px !important;
font-weight: 500 !important;
font-size: 22px !important;
line-height: 28px !important;
}
.logs-h4{
font-size: 18px !important;
line-height: 22px !important;
}
.r-ol-item,.help-h6,.l-ul-item .txt{
font-weight: 400;
font-size: 15px !important;
line-height: 24px !important;
}
.logs{
margin: 0 !important;
padding-bottom: 56px !important;
}
.help{
margin: 0 !important;
padding-bottom: 20px !important;
}
.l-ul-item{
padding: 12px 0 !important;
}
.logs-h5{
margin-top: 10px;
font-weight: 400 !important;
font-size: 18px !important;
line-height: 20px !important;
}
.help-pic1{
height: calc(50vw/2 + 10px) !important;
padding-left: 14px !important;
}
.help-pic1-tips-h2{
font-weight: 500 !important;
font-size: 16px !important;
line-height: 24px !important;
margin-bottom: 8px !important;
}
.help-pic1-tips-h6{
font-weight: 400 !important;
font-size: 12px !important;
line-height: 16px !important;
}
.help-pic1-tips{
max-width: 160px !important;
}
#help_pic2{
height: calc(60vw - 40px) !important;
}
#help_pic3{
height: calc(80vw - 60px) !important;
}
.price-card{
flex-direction: column !important;
}
.price-card-item{
width: 100% !important;
height: 100% !important;
}
.price-card-item:last-of-type{
margin-bottom: 0 !important;
}
.plans-layout{
padding: 56px 0 !important;
}
.company-profile{
width: 100% !important;
margin-top: 56px;
padding-top: 0 !important;
}
.company-profile-layout,.footer-t-layout{
flex-direction: column !important;
}
.company-profile-arcs{
bottom: -20px !important;
left: 0 !important;
}
.company-h2{
font-weight: 500 !important;
font-size: 20px !important;
line-height: 30px !important;
}
.company-h6{
font-weight: 400 !important;
font-size: 12px !important;
line-height: 15px !important;
}
.company-ul{
width: 100% !important;
padding: 24px 0 !important;
margin-top: 12px !important;
}
.company-ul-item{
padding: 0 24px !important;
}
.scenario-app,.footer-t{
padding: 56px 0 !important ;
}
.scenario-app-h1,.footer-t-h1{
font-weight: 500 !important;
font-size: 22px !important;
line-height: 28px !important;
}
.scenario-app-ul-item .scenario-app-h6{
text-align: start !important;
}
.scenario-app-ul-item,.footer-t-l{
width: 100% !important;
}
.from-ul{
width: calc(100vw - 40px) !important;
margin-top: 8px !important;
}
.app-con,.team-con{
padding-top: 0 !important;
padding-bottom: 24px !important;
}
.card-ul-item-txt,.prooduct-list .prooduct-list-item,.details-con{
opacity: 1 !important;
animation: normal !important;
}
.details-con{
transform: translateY(0) !important;
}
.company-profile-layout{
padding-bottom: 56px !important;
}
.footer-t-h1{
margin-bottom: 32px !important;
}
.logs-layout,.team-ul-item,.scenario-app-ul-item{
height: auto !important;
}
.logs-r{
height: auto !important;
overflow: auto !important;
}
.manage-svg{
width: 100% !important;
}
.manage-bg{
width: 100% !important;
margin-top: 0 !important;
}
.manage-tips{
top: 42px !important;
right: 0 !important;
width: auto !important;
}
.manage-tips-txt{
font-size: 16px !important;
line-height: 20px !important;
}
.manage-svg-h2{
bottom: 52px;
right: 22px;
width: 45% !important;
font-size: 28px !important;
line-height: 40px !important;
}
.prooduct-list .prooduct-list-item.bot{
width: auto !important;
}
.head.product{
background-size: contain !important;
}
.details-ul-item:nth-of-type(4){
margin-bottom: 32px !important;
}
.card-h1{
margin-bottom: 40px !important;
}
.card-con-layout{
margin-top: 0 !important;
}
.bg-style{
background: transparent !important;
}
.logo{
width: 32px !important;
}
.dootask{
margin-left: 12px !important;
}
.price-card-item>.price-card-h6{
height: auto !important;
margin-bottom: 20px !important;
}
.scenario-app-layout>.scenario-app-h6{
margin-bottom: 48px !important;
}
.update-h1{
margin-bottom: 28px !important;
}
.logs-t-768{
margin-top: 96px !important;
}
#help-pic1-svg{
width: 44%;
}
.en_choose_768{
min-height: 378px !important;
}
.plans-ol-768-content .plans-ol-item-h6:first-child{
color: var(--txt-gray-color) !important;
}
.plans-ol-768-content .plans-ol-item-h6:last-child{
color: var(--txt-4ca5) !important;
}
.scenario-app-ul-item-svg{
width: 140px !important;
}
.scenario-app-ul-item:hover,.price-card-item:hover,.team-ul-item:hover{
transform: none !important;
}
.topics-tit, .topics-btn,.topics-h4,.ten_img,.details,.price-animate-box{
opacity: 1 !important;
animation: normal !important;
transform: none !important;
}
.about-animate-box,.solutions-animate-box,.home-animate-box,.dow-animate-box,.product-animate-box, .product-animate-box2{
opacity: 1 !important;
transform: none !important;
}
.about-animate-box.animate,.price-animate-box.animate,.solutions-animate-box.animate,.home-animate-box.animate,.dow-animate-box.animate,#arc {
animation: normal !important;
}
.drawer-ul{
overflow: auto;
height: 82vh;
}
.home_pic7_768{
width: 100%;
}
.help-l-ul{
width: auto !important;
}
}

116
public/site/css/solution.css vendored Normal file
View File

@ -0,0 +1,116 @@
/* 头部样式 */
.head{
text-align: center;
background: var(--bg-5-url) top center no-repeat;
background-size: cover;
}
.app{
position: relative;
z-index: 2;
background-color: var(--bg-fa-color);
}
.bg-style{
background: var(--bg-6-url) top left no-repeat;
}
.app-con{
padding: 120px 0px;
width: 100%;
max-width: 1280px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.app-tit{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.app-h1{
color: var(--text-color);
}
.app-h4{
color: var(--txt-191a15-color);
}
.app-ul{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.app-ul-item{
width: 624px;
}
.app-bg-box{
max-width: 100%;
max-height: 100%;
overflow: hidden;
border-radius: 16px;
margin-bottom: 32px;
}
.app-bg{
display: block;
height: auto;
transform: scale(1);
transition: all 2s;
}
.app-bg:hover{
transform: scale(1.15);
}
.app-h5{
color: var(--txt-gray-color);
}
.app-h6{
color: var(--txt-gray-color);
}
.team{
background: var(--bg-7-url) top right no-repeat;
background-size: contain;
}
.team-con{
padding: 120px 0px;
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.team-tit{
text-align: center;
color: var(--text-color);
}
.team-ul{
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.team-ul-item{
padding: 24px;
width: 357px;
transition: all .3s ease-in-out;
background-color: var(--choose-bg-hover-color);
box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.05);
border-radius: 12px;
z-index: 2;
}
.team-ul-item:hover{
transform: translateY(-16px);
}
.team-ul-item-en{
height: 358px;
}
.team-ul-item-zh{
height: 234px;
}
.team-icon{
display: block;
width: 48px;
}
/* 底部样式 */
footer{
width: 100%;
z-index: 2;
position: relative;
background-color: var(--bg-color);
}
.footer-layut{
border-top: var(--border-color) solid 1px;
}

3
public/site/img/01.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="172" height="92" viewBox="0 0 172 92" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.05" d="M47.92 91.6C37.8933 91.6 29.3067 89.3067 22.16 84.72C15.12 80.1333 9.73333 73.5733 6 65.04C2.26667 56.4 0.4 46.0533 0.4 34C0.4 21.9467 2.26667 11.6533 6 3.11999C9.73333 -5.52 15.12 -12.1333 22.16 -16.72C29.3067 -21.3067 37.8933 -23.6 47.92 -23.6C57.9467 -23.6 66.5333 -21.3067 73.68 -16.72C80.8267 -12.1333 86.2667 -5.52 90 3.11999C93.7333 11.6533 95.6 21.9467 95.6 34C95.6 46.0533 93.7333 56.4 90 65.04C86.2667 73.5733 80.8267 80.1333 73.68 84.72C66.5333 89.3067 57.9467 91.6 47.92 91.6ZM47.92 68.56C54.8533 68.56 60.1867 65.5733 63.92 59.6C67.76 53.6267 69.68 45.0933 69.68 34C69.68 22.5867 67.76 13.84 63.92 7.76C60.1867 1.57333 54.8533 -1.52 47.92 -1.52C40.9867 -1.52 35.6 1.57333 31.76 7.76C28.0267 13.84 26.16 22.5867 26.16 34C26.16 45.0933 28.0267 53.6267 31.76 59.6C35.6 65.5733 40.9867 68.56 47.92 68.56ZM135.729 82.16V-8.72001L141.649 4.88L117.649 16.24L113.009 -8.08001L144.849 -23.6H162.449V82.16H135.729ZM115.249 90V66H183.409V90H115.249Z" fill="#959595"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

3
public/site/img/02.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="172" height="92" viewBox="0 0 172 92" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.05" d="M47.92 91.6C37.8933 91.6 29.3067 89.3067 22.16 84.72C15.12 80.1333 9.73333 73.5733 6 65.04C2.26667 56.4 0.4 46.0533 0.4 34C0.4 21.9467 2.26667 11.6533 6 3.11999C9.73333 -5.52 15.12 -12.1333 22.16 -16.72C29.3067 -21.3067 37.8933 -23.6 47.92 -23.6C57.9467 -23.6 66.5333 -21.3067 73.68 -16.72C80.8267 -12.1333 86.2667 -5.52 90 3.11999C93.7333 11.6533 95.6 21.9467 95.6 34C95.6 46.0533 93.7333 56.4 90 65.04C86.2667 73.5733 80.8267 80.1333 73.68 84.72C66.5333 89.3067 57.9467 91.6 47.92 91.6ZM47.92 68.56C54.8533 68.56 60.1867 65.5733 63.92 59.6C67.76 53.6267 69.68 45.0933 69.68 34C69.68 22.5867 67.76 13.84 63.92 7.76C60.1867 1.57333 54.8533 -1.52 47.92 -1.52C40.9867 -1.52 35.6 1.57333 31.76 7.76C28.0267 13.84 26.16 22.5867 26.16 34C26.16 45.0933 28.0267 53.6267 31.76 59.6C35.6 65.5733 40.9867 68.56 47.92 68.56ZM111.409 90L106.129 76.88L138.769 41.2C140.582 39.1733 142.555 36.88 144.689 34.32C146.822 31.76 148.902 29.1467 150.929 26.48C152.955 23.7067 154.555 21.04 155.729 18.48C157.009 15.92 157.649 13.5733 157.649 11.44C157.649 9.30666 157.169 7.43999 156.209 5.84C155.249 4.24 153.862 3.01333 152.049 2.16C150.235 1.2 147.942 0.719995 145.169 0.719995C142.715 0.719995 140.369 1.36 138.129 2.64C135.889 3.81333 133.755 5.68 131.729 8.23999C129.809 10.8 127.995 13.9467 126.289 17.68L106.129 6.79999C108.369 0.61333 111.515 -4.82667 115.569 -9.52001C119.729 -14.32 124.582 -18 130.129 -20.56C135.675 -23.2267 141.595 -24.56 147.889 -24.56C154.502 -24.4533 160.475 -23.0133 165.809 -20.24C171.142 -17.5733 175.355 -13.7867 178.449 -8.88C181.649 -4.08 183.249 1.57333 183.249 8.08C183.249 10.32 182.982 12.6667 182.449 15.12C181.915 17.5733 181.115 20.1333 180.049 22.8C178.982 25.36 177.542 28.1333 175.729 31.12C174.022 34 171.942 37.04 169.489 40.24C167.035 43.44 164.155 46.8533 160.849 50.48L135.409 78.16L132.209 66H188.209V90H111.409Z" fill="#959595"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

3
public/site/img/03.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="172" height="92" viewBox="0 0 172 92" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.05" d="M47.92 91.6C37.8933 91.6 29.3067 89.3067 22.16 84.72C15.12 80.1333 9.73333 73.5733 6 65.04C2.26667 56.4 0.4 46.0533 0.4 34C0.4 21.9467 2.26667 11.6533 6 3.11999C9.73333 -5.52 15.12 -12.1333 22.16 -16.72C29.3067 -21.3067 37.8933 -23.6 47.92 -23.6C57.9467 -23.6 66.5333 -21.3067 73.68 -16.72C80.8267 -12.1333 86.2667 -5.52 90 3.11999C93.7333 11.6533 95.6 21.9467 95.6 34C95.6 46.0533 93.7333 56.4 90 65.04C86.2667 73.5733 80.8267 80.1333 73.68 84.72C66.5333 89.3067 57.9467 91.6 47.92 91.6ZM47.92 68.56C54.8533 68.56 60.1867 65.5733 63.92 59.6C67.76 53.6267 69.68 45.0933 69.68 34C69.68 22.5867 67.76 13.84 63.92 7.76C60.1867 1.57333 54.8533 -1.52 47.92 -1.52C40.9867 -1.52 35.6 1.57333 31.76 7.76C28.0267 13.84 26.16 22.5867 26.16 34C26.16 45.0933 28.0267 53.6267 31.76 59.6C35.6 65.5733 40.9867 68.56 47.92 68.56ZM147.889 91.6C138.822 91.6 130.875 89.7333 124.049 86C117.329 82.16 111.195 75.6 105.649 66.32L125.169 53.68C127.515 57.4133 129.915 60.4 132.369 62.64C134.929 64.88 137.542 66.5333 140.209 67.6C142.982 68.56 145.862 69.04 148.849 69.04C151.835 69.04 154.555 68.4 157.009 67.12C159.569 65.7333 161.595 63.8133 163.089 61.36C164.689 58.9067 165.489 56.1333 165.489 53.04C165.489 49.7333 164.795 46.96 163.409 44.72C162.129 42.3733 160.209 40.6133 157.649 39.44C155.195 38.2667 152.209 37.68 148.689 37.68C147.089 37.68 145.382 37.8933 143.569 38.32C141.755 38.64 139.835 39.12 137.809 39.76C135.782 40.4 133.702 41.2533 131.569 42.32L125.649 26.48L152.849 -3.12L160.209 0.879993L113.489 -0.0800037V-22.96H182.289L187.249 -13.04L150.289 26.64L143.889 19.12C144.742 18.6933 146.129 18.32 148.049 18C150.075 17.5733 151.995 17.36 153.809 17.36C158.822 17.36 163.515 18.2667 167.889 20.08C172.262 21.8933 176.155 24.4 179.569 27.6C182.982 30.8 185.649 34.5867 187.569 38.96C189.489 43.2267 190.449 47.8133 190.449 52.72C190.449 60.1867 188.529 66.8533 184.689 72.72C180.955 78.48 175.835 83.0667 169.329 86.48C162.929 89.8933 155.782 91.6 147.889 91.6Z" fill="#959595"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

3
public/site/img/04.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="172" height="92" viewBox="0 0 172 92" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.05" d="M47.92 91.6C37.8933 91.6 29.3067 89.3067 22.16 84.72C15.12 80.1333 9.73333 73.5733 6 65.04C2.26667 56.4 0.4 46.0533 0.4 34C0.4 21.9467 2.26667 11.6533 6 3.11999C9.73333 -5.52 15.12 -12.1333 22.16 -16.72C29.3067 -21.3067 37.8933 -23.6 47.92 -23.6C57.9467 -23.6 66.5333 -21.3067 73.68 -16.72C80.8267 -12.1333 86.2667 -5.52 90 3.11999C93.7333 11.6533 95.6 21.9467 95.6 34C95.6 46.0533 93.7333 56.4 90 65.04C86.2667 73.5733 80.8267 80.1333 73.68 84.72C66.5333 89.3067 57.9467 91.6 47.92 91.6ZM47.92 68.56C54.8533 68.56 60.1867 65.5733 63.92 59.6C67.76 53.6267 69.68 45.0933 69.68 34C69.68 22.5867 67.76 13.84 63.92 7.76C60.1867 1.57333 54.8533 -1.52 47.92 -1.52C40.9867 -1.52 35.6 1.57333 31.76 7.76C28.0267 13.84 26.16 22.5867 26.16 34C26.16 45.0933 28.0267 53.6267 31.76 59.6C35.6 65.5733 40.9867 68.56 47.92 68.56ZM157.809 90V-0.560007L172.369 -0.240002L131.889 49.36L128.049 44.56H202.289V66.96H115.889L105.009 46L162.129 -22.96H184.049V90H157.809Z" fill="#959595"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,13 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_97_162)">
<path d="M17.6197 10.7501C17.4163 10.7475 17.222 10.6655 17.0781 10.5217C16.9343 10.3779 16.8523 10.1835 16.8497 9.9801C16.7075 9.28938 16.3588 8.65817 15.8497 8.1701C15.3909 7.60883 14.7303 7.24981 14.0097 7.1701C13.8015 7.17142 13.6014 7.08999 13.4532 6.94371C13.305 6.79743 13.2211 6.59829 13.2197 6.3901C13.2184 6.1819 13.2998 5.98171 13.4461 5.83355C13.5924 5.6854 13.7915 5.60142 13.9997 5.6001C14.5772 5.63487 15.1413 5.7877 15.6573 6.04914C16.1733 6.31058 16.6302 6.67508 16.9997 7.1201C17.7857 7.88911 18.2805 8.90699 18.3997 10.0001C18.392 10.2017 18.3064 10.3925 18.1609 10.5323C18.0155 10.6722 17.8215 10.7502 17.6197 10.7501Z" fill="#8BCF70"/>
<path d="M21.2305 10.75C21.0263 10.75 20.8304 10.6689 20.686 10.5245C20.5416 10.3801 20.4605 10.1842 20.4605 9.98C20.4592 9.13297 20.291 8.2945 19.9657 7.51245C19.6403 6.7304 19.1641 6.0201 18.5642 5.42209C17.9644 4.82408 17.2526 4.35008 16.4695 4.02715C15.6865 3.70422 14.8475 3.53869 14.0005 3.54C13.7963 3.54 13.6004 3.45888 13.456 3.31447C13.3116 3.17007 13.2305 2.97422 13.2305 2.77C13.2305 2.56578 13.3116 2.36993 13.456 2.22553C13.6004 2.08112 13.7963 2 14.0005 2C16.1222 2 18.157 2.84285 19.6573 4.34315C21.1576 5.84344 22.0005 7.87827 22.0005 10C21.9928 10.1999 21.9086 10.3892 21.7653 10.5288C21.622 10.6684 21.4305 10.7476 21.2305 10.75Z" fill="#8BCF70"/>
<path d="M11.0501 15L9.20011 16.8C9.01318 16.9832 8.76187 17.0859 8.50011 17.0859C8.23836 17.0859 7.98704 16.9832 7.80011 16.8L7.47011 16.48C6.45887 15.462 5.5262 14.3689 4.68011 13.21C3.88911 12.151 3.21832 11.0073 2.68011 9.80001C2.23867 8.76946 2.00748 7.66111 2.00011 6.54001C1.99574 5.87959 2.11794 5.22445 2.36011 4.61001C2.61446 3.97474 3.00734 3.40421 3.51011 2.94001C3.77629 2.65213 4.09753 2.4206 4.45481 2.25914C4.8121 2.09768 5.19815 2.00956 5.59011 2.00001C5.87015 1.99894 6.14689 2.06044 6.40011 2.18001C6.67022 2.30227 6.90187 2.49589 7.07011 2.74001L9.39011 6.00001C9.55058 6.21676 9.68485 6.45173 9.79011 6.70001C9.87699 6.89198 9.92459 7.09938 9.93011 7.31001C9.92349 7.55472 9.85094 7.79311 9.72011 8.00001C9.56589 8.26056 9.37756 8.49934 9.16011 8.71001L8.40011 9.50001C8.34742 9.55214 8.30602 9.61455 8.2785 9.68337C8.25097 9.75218 8.2379 9.82593 8.24011 9.90001C8.23039 9.97637 8.23039 10.0537 8.24011 10.13L8.32011 10.33C8.58865 10.7853 8.90006 11.2139 9.25011 11.61C9.70011 12.13 10.1801 12.61 10.7001 13.19L11.0101 13.49C11.1207 13.581 11.2105 13.6947 11.2734 13.8233C11.3363 13.952 11.3708 14.0927 11.3746 14.2359C11.3784 14.3791 11.3514 14.5214 11.2954 14.6532C11.2394 14.785 11.1558 14.9033 11.0501 15Z" fill="#8BCF70"/>
<path d="M22.0002 18.3302C21.999 18.62 21.9483 18.9075 21.8502 19.1802C21.8211 19.2619 21.7877 19.342 21.7502 19.4202C21.5738 19.7851 21.3447 20.122 21.0702 20.4202C20.6198 20.9325 20.059 21.3359 19.4302 21.6002C18.8204 21.8474 18.1681 21.9731 17.5102 21.9702C16.3853 21.9495 15.2764 21.7012 14.2502 21.2402C13.0314 20.706 11.8773 20.035 10.8102 19.2402C10.4202 18.9502 10.0302 18.6602 9.66016 18.3502L12.9302 15.0802C13.1639 15.2593 13.4113 15.4198 13.6702 15.5602L13.8502 15.6402C13.9328 15.6554 14.0175 15.6554 14.1002 15.6402C14.1766 15.6419 14.2525 15.6277 14.3231 15.5984C14.3937 15.5691 14.4574 15.5255 14.5102 15.4702L15.2702 14.7202C15.4809 14.4987 15.7236 14.31 15.9902 14.1602C16.2022 14.0244 16.4484 13.9516 16.7002 13.9502C16.91 13.9531 17.1173 13.9973 17.3102 14.0802C17.5564 14.1856 17.7909 14.3163 18.0102 14.4702L21.3202 16.8202C21.5602 16.9773 21.7509 17.1992 21.8702 17.4602C21.9759 17.7374 22.0203 18.0342 22.0002 18.3302Z" fill="#8BCF70"/>
</g>
<defs>
<clipPath id="clip0_97_162">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,4 @@
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.68 25.4737C22.8346 25.4737 22.96 25.5994 22.96 25.7544V27.7193C22.96 27.8743 22.8346 28 22.68 28H5.32C5.16536 28 5.04 27.8743 5.04 27.7193V25.7544C5.04 25.5994 5.16536 25.4737 5.32 25.4737H22.68ZM26.88 0C27.4986 0 28 0.502702 28 1.12281V21.4737C28 22.0938 27.4986 22.5965 26.88 22.5965H1.12C0.501445 22.5965 0 22.0938 0 21.4737V1.12281C0 0.502702 0.501445 0 1.12 0H26.88ZM25.48 2.52632H2.52V20.0702H25.48V2.52632Z" fill="white"/>
<path d="M8.1745 12.0116L11.7058 7.01155C11.7504 6.94844 11.819 6.90656 11.8954 6.8958C11.9718 6.88504 12.0492 6.90635 12.1094 6.95471L18.4056 12.0116H22.8214C22.976 12.0116 23.1014 12.1373 23.1014 12.2923V13.6958C23.1014 13.8509 22.976 13.9765 22.8214 13.9765H17.8156C17.7519 13.9765 17.6902 13.9548 17.6405 13.9149L12.2752 9.60562L9.272 13.858C9.21951 13.9323 9.1343 13.9765 9.04345 13.9765H4.97141C4.81677 13.9765 4.69141 13.8508 4.69141 13.6958V12.2923C4.69141 12.1373 4.81677 12.0116 4.97141 12.0116L8.1745 12.0116Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_97_179)">
<path d="M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM17.47 9.59L14.34 12.09C13.6649 12.5963 12.8438 12.87 12 12.87C11.1562 12.87 10.3351 12.5963 9.66 12.09L6.53 9.59C6.377 9.463 6.27907 9.28173 6.2567 9.08415C6.23433 8.88657 6.28927 8.68799 6.41 8.53C6.53553 8.37481 6.71707 8.27523 6.91541 8.25277C7.11375 8.23032 7.31296 8.2868 7.47 8.41L10.59 10.92C11.0017 11.2133 11.4945 11.3709 12 11.3709C12.5055 11.3709 12.9983 11.2133 13.41 10.92L16.53 8.41C16.6865 8.28535 16.8861 8.22796 17.0849 8.25047C17.2836 8.27297 17.4653 8.37352 17.59 8.53C17.7147 8.68648 17.772 8.88606 17.7495 9.08485C17.727 9.28364 17.6265 9.46535 17.47 9.59Z" fill="#8BCF70"/>
</g>
<defs>
<clipPath id="clip0_97_179">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 947 B

View File

@ -0,0 +1,15 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_91_283)">
<path d="M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 49.6731 14.3269 64 32 64Z" fill="#8BCF70"/>
<path d="M38.8977 44.5958H25.1024C21.9606 44.5958 19.4043 42.0395 19.4043 38.8977V25.1024C19.4043 21.9606 21.9606 19.4043 25.1024 19.4043H38.8977C42.0395 19.4043 44.5958 21.9606 44.5958 25.1024V38.8977C44.5958 42.0395 42.0395 44.5958 38.8977 44.5958ZM25.1024 21.8035C23.2813 21.8056 21.8056 23.2813 21.8035 25.1024V38.8977C21.8056 40.7188 23.2813 42.1945 25.1024 42.1966H38.8977C40.7188 42.1945 42.1945 40.7188 42.1966 38.8977V25.1024C42.1945 23.2813 40.7188 21.8056 38.8977 21.8035H25.1024Z" fill="white"/>
<path d="M26.3241 21.3742C25.6663 21.3742 25.1331 20.8409 25.1331 20.183V17.1911C25.1331 16.5333 25.6663 16 26.3241 16C26.9819 16 27.5152 16.5333 27.5152 17.1911V20.183C27.5152 20.8409 26.9819 21.3742 26.3241 21.3742ZM31.9991 21.3742C31.3413 21.3742 30.808 20.8409 30.808 20.183V17.1911C30.808 16.5333 31.3413 16 31.9991 16C32.6569 16 33.1901 16.5333 33.1901 17.1911V20.183C33.1901 20.8409 32.6569 21.3742 31.9991 21.3742ZM37.674 21.3742C37.0162 21.3742 36.483 20.8409 36.483 20.183V17.1911C36.483 16.5333 37.0162 16 37.674 16C38.3318 16 38.8651 16.5333 38.8651 17.1911V20.183C38.8651 20.8409 38.3318 21.3742 37.674 21.3742ZM26.3241 48C25.6663 48 25.1331 47.4667 25.1331 46.8089V43.817C25.1331 43.1591 25.6663 42.6258 26.3241 42.6258C26.9819 42.6258 27.5152 43.1591 27.5152 43.817V46.8089C27.5152 47.4667 26.9819 48 26.3241 48ZM31.9991 48C31.3413 48 30.808 47.4667 30.808 46.8089V43.817C30.808 43.1591 31.3413 42.6258 31.9991 42.6258C32.6569 42.6258 33.1901 43.1591 33.1901 43.817V46.8089C33.1901 47.4667 32.6569 48 31.9991 48ZM37.674 48C37.0162 48 36.483 47.4667 36.483 46.8089V43.817C36.483 43.1591 37.0162 42.6258 37.674 42.6258C38.3318 42.6258 38.8651 43.1591 38.8651 43.817V46.8089C38.8651 47.4667 38.3318 48 37.674 48ZM46.809 27.5158H43.8153C43.1575 27.5158 42.6243 26.9826 42.6243 26.3247C42.6243 25.6669 43.1575 25.1336 43.8153 25.1336H46.809C47.4668 25.1336 48 25.6669 48 26.3247C48 26.9826 47.4668 27.5158 46.809 27.5158ZM46.809 33.1911H43.8153C43.1575 33.1911 42.6243 32.6578 42.6243 32C42.6243 31.3422 43.1575 30.8089 43.8153 30.8089H46.809C47.4668 30.8089 48 31.3422 48 32C48 32.6578 47.4668 33.1911 46.809 33.1911ZM46.809 38.8664H43.8153C43.1575 38.8664 42.6243 38.3331 42.6243 37.6753C42.6243 37.0174 43.1575 36.4842 43.8153 36.4842H46.809C47.4668 36.4842 48 37.0174 48 37.6753C48 38.3331 47.4668 38.8664 46.809 38.8664ZM20.1828 27.5158H17.191C16.5332 27.5158 16 26.9826 16 26.3247C16 25.6669 16.5332 25.1336 17.191 25.1336H20.1828C20.8406 25.1336 21.3738 25.6669 21.3738 26.3247C21.3738 26.9826 20.8406 27.5158 20.1828 27.5158ZM20.1828 33.1911H17.191C16.5332 33.1911 16 32.6578 16 32C16 31.3422 16.5332 30.8089 17.191 30.8089H20.1828C20.8406 30.8089 21.3738 31.3422 21.3738 32C21.3738 32.6578 20.8406 33.1911 20.1828 33.1911ZM20.1828 38.8664H17.191C16.5332 38.8664 16 38.3331 16 37.6753C16 37.0174 16.5332 36.4842 17.191 36.4842H20.1828C20.8406 36.4842 21.3738 37.0174 21.3738 37.6753C21.3738 38.3331 20.8406 38.8664 20.1828 38.8664Z" fill="white"/>
<path d="M24.8506 31.6596C24.8506 32.4116 25.4602 33.0213 26.2123 33.0213C26.9643 33.0213 27.574 32.4116 27.574 31.6596C27.574 30.9075 26.9643 30.2979 26.2123 30.2979C25.4602 30.2979 24.8506 30.9075 24.8506 31.6596Z" fill="white"/>
<path d="M30.2979 31.6596C30.2979 32.4116 30.9075 33.0213 31.6596 33.0213C32.4116 33.0213 33.0213 32.4116 33.0213 31.6596C33.0213 30.9075 32.4116 30.2979 31.6596 30.2979C30.9075 30.2979 30.2979 30.9075 30.2979 31.6596Z" fill="white"/>
<path d="M36.4258 31.6596C36.4258 32.4116 37.0354 33.0213 37.7875 33.0213C38.5395 33.0213 39.1492 32.4116 39.1492 31.6596C39.1492 30.9075 38.5395 30.2979 37.7875 30.2979C37.0354 30.2979 36.4258 30.9075 36.4258 31.6596Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_91_283">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,4 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 49.6731 14.3269 64 32 64Z" fill="#8BCF70"/>
<path d="M40.0569 43.9927H23.5838C19.581 44.1679 16.1881 41.1691 16.0076 37.292C15.8254 33.4157 18.9232 30.1304 22.926 29.9543C22.9153 25.2439 26.6834 21.3341 31.5368 21.02C36.3902 20.7069 40.6613 24.0966 41.2969 28.7672C45.3876 29.3776 48.3006 32.9407 47.9752 36.9364C47.6499 40.9329 44.1965 44.0104 40.0569 43.9927ZM24.5455 41.4398H40.0569C41.9405 41.4398 43.6809 40.4667 44.6223 38.8878C45.5639 37.3151 45.5639 35.3555 44.6223 33.7828C43.68 32.203 41.9405 31.2299 40.0569 31.2308C39.7075 31.2308 39.3724 31.0963 39.1253 30.8566C38.8791 30.6203 38.7396 30.2948 38.7386 29.9543C38.7386 26.4302 35.7893 23.573 32.1501 23.573C28.5109 23.573 25.5607 26.4302 25.5607 29.9543V30.2224C28.6763 31.0822 30.8265 33.8359 30.8319 36.9735C30.8319 37.4291 30.5812 37.851 30.1732 38.0793C29.7637 38.3074 29.2645 38.3074 28.8549 38.0793C28.4507 37.8564 28.1991 37.4334 28.1972 36.9735C28.1972 34.5117 26.1393 32.5135 23.5971 32.5064C21.0495 32.5064 18.9846 34.5064 18.9846 36.9735C18.9846 39.4397 21.0495 41.4407 23.5971 41.4407H24.1109C24.2549 41.4168 24.4024 41.4168 24.5464 41.4407L24.5455 41.4398Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,12 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_91_565)">
<path d="M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 49.6731 14.3269 64 32 64Z" fill="#8BCF70"/>
<path d="M42.9892 33.3683C43.0234 33.4074 43.0569 33.4472 43.0894 33.4877C43.5121 34.0145 43.7644 34.6482 43.7644 35.348C43.7644 36.0479 43.512 36.6817 43.0894 37.2084C42.7859 37.5867 42.4062 37.898 41.9588 38.1678C41.2695 38.5834 40.383 38.918 39.3206 39.1889C37.3444 39.6929 34.75 39.9728 32.0004 39.9728C29.2508 39.9728 26.6564 39.6929 24.6801 39.1889C23.6177 38.918 22.7313 38.5834 22.042 38.1678C21.5946 37.898 21.2149 37.5867 20.9114 37.2084C20.494 36.6882 20.2427 36.0637 20.2363 35.3743V35.348H22.3998C22.3998 36.7002 26.6981 37.7964 32.0004 37.7964C37.2496 37.7964 41.5149 36.7221 41.5996 35.3886L41.6009 35.348H42.9891L42.9892 33.3683ZM42.9892 27.3218C43.0234 27.3608 43.0569 27.4006 43.0894 27.4411C43.5121 27.9679 43.7644 28.6016 43.7644 29.3015C43.7644 30.0014 43.512 30.6351 43.0894 31.1618C42.7859 31.5401 42.4062 31.8514 41.9588 32.1212C41.2695 32.5368 40.383 32.8714 39.3206 33.1423C37.3444 33.6464 34.75 33.9262 32.0004 33.9262C29.2508 33.9262 26.6564 33.6464 24.6801 33.1423C23.6177 32.8714 22.7313 32.5368 22.042 32.1212C21.5946 31.8514 21.2149 31.5401 20.9114 31.1618C20.494 30.6417 20.2427 30.0172 20.2363 29.3277V29.3015H22.3998C22.3998 30.6537 26.6981 31.7499 32.0004 31.7499C37.2496 31.7499 41.5149 30.6755 41.5996 29.342L41.6009 29.3015H42.9891L42.9892 27.3218Z" fill="white"/>
<path d="M32 18C34.7628 18 37.3716 18.2855 39.3656 18.8013C40.4482 19.0814 41.3553 19.4288 42.0685 19.865C42.5399 20.1534 42.9424 20.4882 43.2671 20.8987C43.7251 21.4777 44 22.178 44 22.9533V40.7715H43.9883C43.9961 40.8621 44 40.9538 44 41.0467C44 41.822 43.7251 42.5223 43.2671 43.1013C42.9424 43.5118 42.5399 43.8466 42.0684 44.135C41.3554 44.5712 40.4482 44.9186 39.3656 45.1987C37.3716 45.7145 34.7628 46 32 46C29.2372 46 26.6284 45.7145 24.6344 45.1987C23.5518 44.9186 22.6447 44.5712 21.9315 44.135C21.4601 43.8466 21.0576 43.5118 20.7329 43.1013C20.2749 42.5223 20 41.822 20 41.0467C20 40.9538 20.0039 40.8621 20.0117 40.7715H20V22.9533V22.9263C20.0064 22.1617 20.2802 21.471 20.7329 20.8987C21.0576 20.4882 21.4601 20.1534 21.9316 19.865C22.6446 19.4288 23.5518 19.0814 24.6344 18.8013C26.6284 18.2855 29.2372 18 32 18ZM22.3933 41.0467L22.3945 41.0876C22.4792 42.4366 26.7398 43.5233 31.9831 43.5233C37.2795 43.5233 41.573 42.4145 41.573 41.0467V26.3152C40.9503 26.6265 40.2115 26.8864 39.3656 27.1053C37.3716 27.6211 34.7628 27.9066 32 27.9066C29.2372 27.9066 26.6284 27.6212 24.6344 27.1053C23.7732 26.8825 23.0231 26.6171 22.3933 26.2983V41.0467ZM32 20.4767C26.713 20.4767 22.427 21.5855 22.427 22.9533C22.427 24.3212 26.713 25.43 32 25.43C37.287 25.43 41.573 24.3212 41.573 22.9533C41.573 21.5855 37.287 20.4767 32 20.4767Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_91_565">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,12 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_91_585)">
<path d="M32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 49.6731 14.3269 64 32 64Z" fill="#8BCF70"/>
<path d="M40.68 43.4737C40.8346 43.4737 40.96 43.5994 40.96 43.7544V45.7193C40.96 45.8743 40.8346 46 40.68 46H23.32C23.1654 46 23.04 45.8743 23.04 45.7193V43.7544C23.04 43.5994 23.1654 43.4737 23.32 43.4737H40.68ZM44.88 18C45.4986 18 46 18.5027 46 19.1228V39.4737C46 40.0938 45.4986 40.5965 44.88 40.5965H19.12C18.5014 40.5965 18 40.0938 18 39.4737V19.1228C18 18.5027 18.5014 18 19.12 18H44.88ZM43.48 20.5263H20.52V38.0702H43.48V20.5263Z" fill="white"/>
<path d="M26.1735 30.0116L29.7048 25.0115C29.7494 24.9484 29.818 24.9066 29.8944 24.8958C29.9708 24.885 30.0482 24.9064 30.1084 24.9547L36.4046 30.0116H40.8204C40.9751 30.0116 41.1004 30.1373 41.1004 30.2923V31.6958C41.1004 31.8509 40.9751 31.9765 40.8204 31.9765H35.8146C35.7509 31.9765 35.6892 31.9548 35.6395 31.9149L30.2743 27.6056L27.271 31.858C27.2185 31.9323 27.1333 31.9765 27.0425 31.9765H22.9704C22.8158 31.9765 22.6904 31.8508 22.6904 31.6958V30.2923C22.6904 30.1373 22.8158 30.0116 22.9704 30.0116L26.1735 30.0116Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_91_585">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.8958 28.5958H9.10042C5.95861 28.5958 3.40234 26.0395 3.40234 22.8977V9.10237C3.40234 5.96056 5.95861 3.4043 9.10042 3.4043H22.8958C26.0376 3.4043 28.5938 5.96056 28.5938 9.10237V22.8977C28.5938 26.0395 26.0376 28.5958 22.8958 28.5958ZM9.10042 5.80349C7.27935 5.80555 5.8036 7.2813 5.80153 9.10237V22.8977C5.8036 24.7188 7.27935 26.1945 9.10042 26.1966H22.8958C24.7168 26.1945 26.1926 24.7188 26.1946 22.8977V9.10237C26.1926 7.2813 24.7168 5.80555 22.8958 5.80349H9.10042Z" fill="white"/>
<path d="M10.3241 5.37415C9.66632 5.37415 9.13307 4.84087 9.13307 4.18304V1.19111C9.13307 0.53328 9.66632 0 10.3241 0C10.9819 0 11.5152 0.53328 11.5152 1.19111V4.18304C11.5152 4.84087 10.9819 5.37415 10.3241 5.37415ZM15.9991 5.37415C15.3413 5.37415 14.808 4.84087 14.808 4.18304V1.19111C14.808 0.53328 15.3413 0 15.9991 0C16.6569 0 17.1901 0.53328 17.1901 1.19111V4.18304C17.1901 4.84087 16.6569 5.37415 15.9991 5.37415ZM21.674 5.37415C21.0162 5.37415 20.483 4.84087 20.483 4.18304V1.19111C20.483 0.53328 21.0162 0 21.674 0C22.3318 0 22.8651 0.53328 22.8651 1.19111V4.18304C22.8651 4.84087 22.3318 5.37415 21.674 5.37415ZM10.3241 32C9.66632 32 9.13307 31.4667 9.13307 30.8089V27.817C9.13307 27.1591 9.66632 26.6258 10.3241 26.6258C10.9819 26.6258 11.5152 27.1591 11.5152 27.817V30.8089C11.5152 31.4667 10.9819 32 10.3241 32ZM15.9991 32C15.3413 32 14.808 31.4667 14.808 30.8089V27.817C14.808 27.1591 15.3413 26.6258 15.9991 26.6258C16.6569 26.6258 17.1901 27.1591 17.1901 27.817V30.8089C17.1901 31.4667 16.6569 32 15.9991 32ZM21.674 32C21.0162 32 20.483 31.4667 20.483 30.8089V27.817C20.483 27.1591 21.0162 26.6258 21.674 26.6258C22.3318 26.6258 22.8651 27.1591 22.8651 27.817V30.8089C22.8651 31.4667 22.3318 32 21.674 32ZM30.809 11.5158H27.8153C27.1575 11.5158 26.6243 10.9826 26.6243 10.3247C26.6243 9.66688 27.1575 9.13361 27.8153 9.13361H30.809C31.4668 9.13361 32 9.66688 32 10.3247C32 10.9826 31.4668 11.5158 30.809 11.5158ZM30.809 17.1911H27.8153C27.1575 17.1911 26.6243 16.6578 26.6243 16C26.6243 15.3422 27.1575 14.8089 27.8153 14.8089H30.809C31.4668 14.8089 32 15.3422 32 16C32 16.6578 31.4668 17.1911 30.809 17.1911ZM30.809 22.8664H27.8153C27.1575 22.8664 26.6243 22.3331 26.6243 21.6753C26.6243 21.0174 27.1575 20.4842 27.8153 20.4842H30.809C31.4668 20.4842 32 21.0174 32 21.6753C32 22.3331 31.4668 22.8664 30.809 22.8664ZM4.1828 11.5158H1.19104C0.533248 11.5158 0 10.9826 0 10.3247C0 9.66688 0.533248 9.13361 1.19104 9.13361H4.1828C4.84059 9.13361 5.37384 9.66688 5.37384 10.3247C5.37384 10.9826 4.84059 11.5158 4.1828 11.5158ZM4.1828 17.1911H1.19104C0.533248 17.1911 0 16.6578 0 16C0 15.3422 0.533248 14.8089 1.19104 14.8089H4.1828C4.84059 14.8089 5.37384 15.3422 5.37384 16C5.37384 16.6578 4.84059 17.1911 4.1828 17.1911ZM4.1828 22.8664H1.19104C0.533248 22.8664 0 22.3331 0 21.6753C0 21.0174 0.533248 20.4842 1.19104 20.4842H4.1828C4.84059 20.4842 5.37384 21.0174 5.37384 21.6753C5.37384 22.3331 4.84059 22.8664 4.1828 22.8664Z" fill="white"/>
<path d="M8.85156 15.6596C8.85156 16.4116 9.46122 17.0213 10.2133 17.0213C10.9653 17.0213 11.575 16.4116 11.575 15.6596C11.575 14.9075 10.9653 14.2979 10.2133 14.2979C9.46122 14.2979 8.85156 14.9075 8.85156 15.6596Z" fill="white"/>
<path d="M14.2969 15.6596C14.2969 16.4116 14.9065 17.0213 15.6586 17.0213C16.4106 17.0213 17.0203 16.4116 17.0203 15.6596C17.0203 14.9075 16.4106 14.2979 15.6586 14.2979C14.9065 14.2979 14.2969 14.9075 14.2969 15.6596Z" fill="white"/>
<path d="M20.4258 15.6596C20.4258 16.4116 21.0354 17.0213 21.7875 17.0213C22.5395 17.0213 23.1492 16.4116 23.1492 15.6596C23.1492 14.9075 22.5395 14.2979 21.7875 14.2979C21.0354 14.2979 20.4258 14.9075 20.4258 15.6596Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,3 @@
<svg width="32" height="23" viewBox="0 0 32 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24.0569 22.9927H7.58375C3.58103 23.1679 0.188091 20.1691 0.00764439 16.292C-0.17458 12.4157 2.92324 9.13038 6.92597 8.95435C6.9153 4.24394 10.6834 0.334076 15.5368 0.0200483C20.3902 -0.293095 24.6613 3.09663 25.2969 7.76724C29.3876 8.3776 32.3006 11.9407 31.9752 15.9364C31.6499 19.9329 28.1965 23.0104 24.0569 22.9927ZM8.54555 20.4398H24.0569C25.9405 20.4398 27.6809 19.4667 28.6223 17.8878C29.5639 16.3151 29.5639 14.3555 28.6223 12.7828C27.68 11.203 25.9405 10.2299 24.0569 10.2308C23.7075 10.2308 23.3724 10.0963 23.1253 9.85663C22.8791 9.62027 22.7396 9.29477 22.7386 8.95435C22.7386 5.43017 19.7893 2.57296 16.1501 2.57296C12.5109 2.57296 9.56067 5.43017 9.56067 8.95435V9.22238C12.6763 10.0822 14.8265 12.8359 14.8319 15.9735C14.8319 16.4291 14.5812 16.851 14.1732 17.0793C13.7637 17.3074 13.2645 17.3074 12.8549 17.0793C12.4507 16.8564 12.1991 16.4334 12.1972 15.9735C12.1972 13.5117 10.1393 11.5135 7.59709 11.5064C5.04949 11.5064 2.98458 13.5064 2.98458 15.9735C2.98458 18.4397 5.04949 20.4407 7.59709 20.4407H8.11087C8.25488 20.4168 8.40243 20.4168 8.54643 20.4407L8.54555 20.4398Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,4 @@
<svg width="24" height="28" viewBox="0 0 24 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.9872 15.3683C23.0215 15.4074 23.0549 15.4472 23.0874 15.4877C23.5101 16.0145 23.7625 16.6482 23.7625 17.348C23.7625 18.0479 23.5101 18.6817 23.0874 19.2084C22.7839 19.5867 22.4042 19.898 21.9568 20.1678C21.2675 20.5834 20.3811 20.918 19.3187 21.1889C17.3424 21.6929 14.748 21.9728 11.9984 21.9728C9.2488 21.9728 6.65444 21.6929 4.67815 21.1889C3.61578 20.918 2.72933 20.5834 2.04004 20.1678C1.5926 19.898 1.21291 19.5867 0.909409 19.2084C0.492038 18.6882 0.240712 18.0637 0.234375 17.3743V17.348H2.39788C2.39788 18.7002 6.69617 19.7964 11.9984 19.7964C17.2476 19.7964 21.5129 18.7221 21.5977 17.3886L21.599 17.348H22.9872L22.9872 15.3683ZM22.9872 9.32178C23.0215 9.3608 23.0549 9.4006 23.0874 9.44114C23.5101 9.96791 23.7625 10.6016 23.7625 11.3015C23.7625 12.0014 23.5101 12.6351 23.0874 13.1618C22.7839 13.5401 22.4042 13.8514 21.9568 14.1212C21.2675 14.5368 20.3811 14.8714 19.3187 15.1423C17.3424 15.6464 14.748 15.9262 11.9984 15.9262C9.2488 15.9262 6.65444 15.6464 4.67815 15.1423C3.61578 14.8714 2.72933 14.5368 2.04004 14.1212C1.5926 13.8514 1.21291 13.5401 0.909409 13.1618C0.492038 12.6417 0.240712 12.0172 0.234375 11.3277V11.3015H2.39788C2.39788 12.6537 6.69617 13.7499 11.9984 13.7499C17.2476 13.7499 21.5129 12.6755 21.5977 11.342L21.599 11.3015H22.9872L22.9872 9.32178Z" fill="white"/>
<path d="M12 0C14.7628 0 17.3716 0.285469 19.3656 0.801337C20.4482 1.08144 21.3553 1.42883 22.0685 1.86499C22.5399 2.15335 22.9424 2.48818 23.2671 2.89865C23.7251 3.47771 24 4.17799 24 4.95332V22.7715H23.9883C23.9961 22.8621 24 22.9538 24 23.0467C24 23.822 23.7251 24.5223 23.2671 25.1013C22.9424 25.5118 22.5399 25.8466 22.0684 26.135C21.3554 26.5712 20.4482 26.9186 19.3656 27.1987C17.3716 27.7145 14.7628 28 12 28C9.23724 28 6.62845 27.7145 4.63443 27.1987C3.55176 26.9186 2.64465 26.5712 1.93153 26.135C1.46012 25.8466 1.05758 25.5118 0.73291 25.1013C0.274888 24.5223 0 23.822 0 23.0467C0 22.9538 0.00394382 22.8621 0.0116629 22.7715H0V4.95332V4.92631C0.00640449 4.16175 0.280213 3.47097 0.73291 2.89865C1.05758 2.48818 1.46012 2.15335 1.93156 1.86499C2.64462 1.42883 3.55176 1.08144 4.63443 0.801337C6.62845 0.285504 9.23724 0 12 0ZM2.39326 23.0467L2.39454 23.0876C2.47921 24.4366 6.73975 25.5233 11.9831 25.5233C17.2795 25.5233 21.573 24.4145 21.573 23.0467V8.31524C20.9503 8.62651 20.2115 8.88642 19.3656 9.1053C17.3716 9.62113 14.7628 9.90663 12 9.90663C9.23724 9.90663 6.62845 9.62116 4.63443 9.1053C3.77319 8.88247 3.02306 8.61709 2.39326 8.29832V23.0467ZM12 2.47666C6.71295 2.47666 2.42697 3.58548 2.42697 4.95332C2.42697 6.32115 6.71295 7.42998 12 7.42998C17.287 7.42998 21.573 6.32115 21.573 4.95332C21.573 3.58548 17.287 2.47666 12 2.47666Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,3 @@
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.33058 17.8835C6.33058 18.4319 6.77823 18.8796 7.32898 18.8796H8.47043V21.7015C8.47043 22.4163 9.04462 22.9999 9.7501 22.9999C10.4579 22.9999 11.0298 22.4187 11.0298 21.7015V18.8773H13.022V21.6991C13.022 22.414 13.5962 22.9976 14.3017 22.9976C15.0095 22.9976 15.5813 22.4163 15.5813 21.6991V18.8773H16.7228C17.2736 18.8773 17.7212 18.4296 17.7212 17.8812V8.61865H6.33058V17.8835ZM14.7001 3.81866L15.7524 2.29522C15.8134 2.20616 15.7994 2.08662 15.7173 2.02803C15.6353 1.97178 15.5181 1.99991 15.4571 2.08897L14.3649 3.67335C13.6454 3.38975 12.8438 3.23272 12.0024 3.23272C11.161 3.23272 10.3595 3.38975 9.63994 3.67335L8.54773 2.09131C8.48683 2.00225 8.36963 1.97178 8.28758 2.03037C8.20558 2.08662 8.19148 2.20381 8.25243 2.29756L9.30478 3.821C7.63133 4.59912 6.45948 6.07337 6.30948 7.79602H17.7001C17.5454 6.07102 16.3712 4.59678 14.7001 3.81866ZM9.59776 6.22102C9.47308 6.22102 9.35116 6.18402 9.24748 6.11477C9.1438 6.04547 9.06298 5.94702 9.01528 5.83182C8.96758 5.71662 8.95508 5.58982 8.97938 5.46753C9.0037 5.34523 9.06376 5.2329 9.1519 5.14473C9.24016 5.05656 9.35242 4.9965 9.47476 4.97218C9.59704 4.94785 9.72382 4.96034 9.83902 5.00805C9.95422 5.05578 10.0527 5.13658 10.122 5.24026C10.1912 5.34394 10.2282 5.46584 10.2282 5.59052C10.2278 5.75762 10.1612 5.91772 10.0431 6.03587C9.92494 6.15402 9.76486 6.22057 9.59776 6.22102ZM14.4821 6.22102C14.3574 6.22102 14.2355 6.18402 14.1319 6.11477C14.0282 6.04547 13.9474 5.94702 13.8996 5.83182C13.8519 5.71662 13.8394 5.58982 13.8638 5.46753C13.8881 5.34523 13.9481 5.2329 14.0363 5.14473C14.1245 5.05656 14.2368 4.9965 14.3591 4.97218C14.4815 4.94785 14.6082 4.96034 14.7234 5.00805C14.8386 5.05578 14.9371 5.13658 15.0063 5.24026C15.0756 5.34394 15.1126 5.46584 15.1126 5.59052C15.1122 5.75762 15.0456 5.91772 14.9275 6.03587C14.8094 6.15402 14.6492 6.22057 14.4821 6.22102ZM19.7181 8.58115C19.0102 8.58115 18.4384 9.16243 18.4384 9.87961V14.9515C18.4384 15.6663 19.0126 16.2499 19.7181 16.2499C20.4259 16.2499 20.9978 15.6687 20.9978 14.9515V9.87727C21.0001 9.16009 20.4282 8.58115 19.7181 8.58115ZM4.28213 8.58115C3.57432 8.58115 3.00244 9.16243 3.00244 9.87961V14.9515C3.00244 15.6663 3.57666 16.2499 4.28213 16.2499C4.98994 16.2499 5.56183 15.6687 5.56183 14.9515V9.87727C5.56183 9.16009 4.9876 8.58115 4.28213 8.58115Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

3
public/site/img/arcs.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="312" height="23" viewBox="0 0 312 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.5" d="M3 20C47.4822 7.1714 170.957 -10.7886 309 20" stroke="#8BCF70" stroke-width="6" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 233 B

View File

@ -0,0 +1,23 @@
<svg width="118" height="269" viewBox="0 0 118 269" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.7" clip-path="url(#clip0_797_4558)">
<path d="M-1.79758 164.632L-22.0763 144.303C-28.0315 138.333 -37.6868 138.333 -43.642 144.303L-63.9207 164.632C-69.8759 170.602 -69.8759 180.281 -63.9207 186.251L-43.642 206.58C-37.6868 212.55 -28.0315 212.55 -22.0763 206.58L-1.79757 186.251C4.15764 180.281 4.15763 170.602 -1.79758 164.632Z" stroke="#BAF2A4" stroke-width="2" stroke-miterlimit="10"/>
<path d="M41.2326 221.872L22.3762 202.969C16.0283 196.606 5.73615 196.606 -0.611831 202.969L-19.4682 221.872C-25.8162 228.236 -25.8162 238.554 -19.4682 244.917L-0.611842 263.82C5.73614 270.184 16.0282 270.184 22.3762 263.82L41.2326 244.917C47.5805 238.554 47.5805 228.236 41.2326 221.872Z" stroke="#D0F6C0" stroke-width="2" stroke-miterlimit="10"/>
<path d="M66.2934 75.269L-4.16804 4.63299C-10.516 -1.73072 -20.8081 -1.73072 -27.1561 4.63299L-97.6176 75.269C-103.966 81.6327 -103.966 91.9504 -97.6176 98.3141L-27.1561 168.95C-20.8081 175.314 -10.516 175.314 -4.16804 168.95L66.2934 98.3141C72.6414 91.9504 72.6414 81.6328 66.2934 75.269Z" stroke="#A5E18E" stroke-width="2" stroke-miterlimit="10"/>
<path d="M112.83 75.2697L92.2459 54.6348C85.8979 48.2711 75.6058 48.2711 69.2578 54.6348L48.674 75.2697C42.326 81.6334 42.326 91.9511 48.674 98.3148L69.2578 118.95C75.6058 125.313 85.8979 125.313 92.2459 118.95L112.83 98.3148C119.178 91.9511 119.178 81.6334 112.83 75.2697Z" stroke="#D0F6C0" stroke-width="2" stroke-miterlimit="10"/>
<path d="M77.2951 162.922L52.7436 138.31C49.0671 134.624 43.1064 134.624 39.4299 138.31L14.8783 162.922C11.2019 166.608 11.2019 172.583 14.8783 176.269L39.4299 200.881C43.1064 204.567 49.0671 204.567 52.7436 200.881L77.2951 176.269C80.9716 172.583 80.9716 166.608 77.2951 162.922Z" stroke="#B9EDA4" stroke-width="2" stroke-miterlimit="10"/>
<path d="M-3.42321 153.774L-23.7019 133.445C-29.6571 127.475 -39.3124 127.475 -45.2676 133.445L-65.5463 153.774C-71.5015 159.744 -71.5015 169.423 -65.5463 175.393L-45.2676 195.722C-39.3124 201.692 -29.6571 201.692 -23.7019 195.722L-3.42322 175.393C2.53199 169.423 2.532 159.744 -3.42321 153.774Z" fill="#BAF2A3"/>
<path d="M39.6069 211.014L20.7506 192.111C14.4026 185.747 4.11051 185.747 -2.23747 192.111L-21.0938 211.014C-27.4418 217.378 -27.4418 227.695 -21.0938 234.059L-2.23748 252.962C4.1105 259.326 14.4026 259.326 20.7506 252.962L39.6069 234.059C45.9549 227.695 45.9549 217.378 39.6069 211.014Z" fill="#D0F7C0"/>
<path d="M-28.7757 158.092L-99.2196 87.4739C-100.729 85.9611 -101.927 84.1649 -102.744 82.1881C-103.561 80.2112 -103.981 78.0923 -103.981 75.9525C-103.981 73.8127 -103.561 71.6938 -102.744 69.717C-101.927 67.7401 -100.729 65.9439 -99.2196 64.4311L-28.7554 -6.18732C-27.2463 -7.70064 -25.4546 -8.90109 -23.4826 -9.72012C-21.5106 -10.5391 -19.397 -10.9607 -17.2624 -10.9607C-15.1279 -10.9607 -13.0143 -10.5391 -11.0423 -9.72012C-9.07032 -8.90109 -7.2786 -7.70064 -5.7695 -6.18732L64.6744 64.4107C66.1839 65.9235 67.3814 67.7197 68.1984 69.6966C69.0154 71.6734 69.4359 73.7923 69.4359 75.9321C69.4359 78.0719 69.0154 80.1908 68.1984 82.1676C67.3814 84.1445 66.1839 85.9407 64.6744 87.4535L-5.7695 158.092C-7.27898 159.609 -9.07198 160.812 -11.0458 161.633C-13.0197 162.453 -15.1357 162.876 -17.2726 162.876C-19.4096 162.876 -21.5255 162.453 -23.4994 161.633C-25.4733 160.812 -27.2663 159.609 -28.7757 158.092Z" fill="#A4E28B"/>
<path d="M111.204 64.4115L90.6203 43.7766C84.2723 37.4129 73.9802 37.4129 67.6322 43.7766L47.0483 64.4115C40.7004 70.7752 40.7004 81.0928 47.0483 87.4565L67.6322 108.091C73.9802 114.455 84.2723 114.455 90.6203 108.091L111.204 87.4565C117.552 81.0928 117.552 70.7752 111.204 64.4115Z" fill="#D0F7C0"/>
<path d="M75.6695 152.064L51.118 127.452C47.4415 123.766 41.4807 123.766 37.8042 127.452L13.2527 152.064C9.57623 155.75 9.57623 161.725 13.2527 165.411L37.8042 190.023C41.4807 193.709 47.4415 193.709 51.118 190.023L75.6695 165.411C79.346 161.725 79.346 155.75 75.6695 152.064Z" fill="#B9EDA4"/>
<path d="M104.725 134.602L96.3927 126.249C93.5256 123.375 88.8771 123.375 86.0101 126.249L77.6774 134.602C74.8104 137.476 74.8104 142.136 77.6774 145.011L86.01 153.364C88.8771 156.238 93.5256 156.238 96.3927 153.364L104.725 145.011C107.592 142.136 107.592 137.476 104.725 134.602Z" stroke="#B9EDA4" stroke-width="2" stroke-miterlimit="10"/>
<path d="M96.801 180.098L94.1031 177.394C92.7101 175.997 90.4517 175.997 89.0587 177.394L86.3608 180.098C84.9678 181.495 84.9678 183.759 86.3608 185.155L89.0587 187.86C90.4517 189.256 92.7101 189.256 94.1031 187.86L96.801 185.155C98.194 183.759 98.194 181.495 96.801 180.098Z" stroke="#D0F6C0" stroke-width="2" stroke-miterlimit="10"/>
<path d="M104.925 128.438L96.592 120.085C93.725 117.211 89.0765 117.211 86.2094 120.085L77.8768 128.438C75.0097 131.312 75.0097 135.972 77.8768 138.846L86.2094 147.2C89.0765 150.074 93.725 150.074 96.592 147.2L104.925 138.846C107.792 135.972 107.792 131.312 104.925 128.438Z" fill="#B9EDA4"/>
<path d="M97.0033 173.941L94.3054 171.236C92.9124 169.84 90.6539 169.84 89.2609 171.236L86.563 173.941C85.17 175.337 85.17 177.601 86.563 178.998L89.2609 181.702C90.6539 183.099 92.9124 183.099 94.3054 181.702L97.0033 178.998C98.3963 177.601 98.3963 175.337 97.0033 173.941Z" fill="#CFF6C0"/>
</g>
<defs>
<clipPath id="clip0_797_4558">
<rect width="222" height="280" fill="white" transform="translate(-104 -11)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,23 @@
<svg width="117" height="268" viewBox="0 0 117 268" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.7" clip-path="url(#clip0_797_4588)">
<path d="M119.798 163.632L140.076 143.303C146.031 137.333 155.687 137.333 161.642 143.303L181.921 163.632C187.876 169.602 187.876 179.281 181.921 185.251L161.642 205.58C155.687 211.55 146.031 211.55 140.076 205.58L119.798 185.251C113.842 179.281 113.842 169.602 119.798 163.632Z" stroke="#BAF2A4" stroke-width="2" stroke-miterlimit="10"/>
<path d="M76.7674 220.872L95.6238 201.969C101.972 195.606 112.264 195.606 118.612 201.969L137.468 220.872C143.816 227.236 143.816 237.554 137.468 243.917L118.612 262.82C112.264 269.184 101.972 269.184 95.6238 262.82L76.7674 243.917C70.4195 237.554 70.4195 227.236 76.7674 220.872Z" stroke="#D0F6C0" stroke-width="2" stroke-miterlimit="10"/>
<path d="M51.7066 74.269L122.168 3.63299C128.516 -2.73072 138.808 -2.73072 145.156 3.63299L215.618 74.269C221.966 80.6327 221.966 90.9504 215.618 97.3141L145.156 167.95C138.808 174.314 128.516 174.314 122.168 167.95L51.7066 97.3141C45.3586 90.9504 45.3586 80.6328 51.7066 74.269Z" stroke="#A5E18E" stroke-width="2" stroke-miterlimit="10"/>
<path d="M5.1702 74.2697L25.7541 53.6348C32.1021 47.2711 42.3942 47.2711 48.7422 53.6348L69.326 74.2697C75.674 80.6334 75.674 90.9511 69.326 97.3148L48.7422 117.95C42.3942 124.313 32.1021 124.313 25.7541 117.95L5.1702 97.3148C-1.17778 90.9511 -1.17778 80.6334 5.1702 74.2697Z" stroke="#D0F6C0" stroke-width="2" stroke-miterlimit="10"/>
<path d="M40.7049 161.922L65.2564 137.31C68.9329 133.624 74.8936 133.624 78.5701 137.31L103.122 161.922C106.798 165.608 106.798 171.583 103.122 175.269L78.5701 199.881C74.8936 203.567 68.9329 203.567 65.2564 199.881L40.7049 175.269C37.0284 171.583 37.0284 165.608 40.7049 161.922Z" stroke="#B9EDA4" stroke-width="2" stroke-miterlimit="10"/>
<path d="M121.423 152.774L141.702 132.445C147.657 126.475 157.312 126.475 163.268 132.445L183.546 152.774C189.502 158.744 189.502 168.423 183.546 174.393L163.268 194.722C157.312 200.692 147.657 200.692 141.702 194.722L121.423 174.393C115.468 168.423 115.468 158.744 121.423 152.774Z" fill="#BAF2A3"/>
<path d="M78.3931 210.014L97.2494 191.111C103.597 184.747 113.889 184.747 120.237 191.111L139.094 210.014C145.442 216.378 145.442 226.695 139.094 233.059L120.237 251.962C113.889 258.326 103.597 258.326 97.2494 251.962L78.3931 233.059C72.0451 226.695 72.0451 216.378 78.3931 210.014Z" fill="#D0F7C0"/>
<path d="M146.776 157.092L217.22 86.4739C218.729 84.9611 219.927 83.1649 220.744 81.1881C221.561 79.2112 221.981 77.0923 221.981 74.9525C221.981 72.8127 221.561 70.6938 220.744 68.717C219.927 66.7401 218.729 64.9439 217.22 63.4311L146.755 -7.18732C145.246 -8.70064 143.455 -9.90109 141.483 -10.7201C139.511 -11.5391 137.397 -11.9607 135.262 -11.9607C133.128 -11.9607 131.014 -11.5391 129.042 -10.7201C127.07 -9.90109 125.279 -8.70064 123.77 -7.18732L53.3256 63.4107C51.8161 64.9235 50.6186 66.7197 49.8016 68.6966C48.9846 70.6734 48.5641 72.7923 48.5641 74.9321C48.5641 77.0719 48.9846 79.1908 49.8016 81.1676C50.6186 83.1445 51.8161 84.9407 53.3256 86.4535L123.77 157.092C125.279 158.609 127.072 159.812 129.046 160.633C131.02 161.453 133.136 161.876 135.273 161.876C137.41 161.876 139.526 161.453 141.499 160.633C143.473 159.812 145.266 158.609 146.776 157.092Z" fill="#A4E28B"/>
<path d="M6.79581 63.4115L27.3797 42.7766C33.7277 36.4129 44.0198 36.4129 50.3678 42.7766L70.9517 63.4115C77.2996 69.7752 77.2996 80.0928 70.9517 86.4565L50.3678 107.091C44.0198 113.455 33.7277 113.455 27.3797 107.091L6.7958 86.4565C0.447821 80.0928 0.447827 69.7752 6.79581 63.4115Z" fill="#D0F7C0"/>
<path d="M42.3305 151.064L66.882 126.452C70.5585 122.766 76.5193 122.766 80.1958 126.452L104.747 151.064C108.424 154.75 108.424 160.725 104.747 164.411L80.1958 189.023C76.5193 192.709 70.5585 192.709 66.882 189.023L42.3305 164.411C38.654 160.725 38.654 154.75 42.3305 151.064Z" fill="#B9EDA4"/>
<path d="M13.2747 133.602L21.6073 125.249C24.4744 122.375 29.1229 122.375 31.9899 125.249L40.3226 133.602C43.1896 136.476 43.1896 141.136 40.3226 144.011L31.99 152.364C29.1229 155.238 24.4744 155.238 21.6073 152.364L13.2747 144.011C10.4076 141.136 10.4076 136.476 13.2747 133.602Z" stroke="#B9EDA4" stroke-width="2" stroke-miterlimit="10"/>
<path d="M21.199 179.098L23.8969 176.394C25.2899 174.997 27.5483 174.997 28.9413 176.394L31.6392 179.098C33.0322 180.495 33.0322 182.759 31.6392 184.155L28.9413 186.86C27.5483 188.256 25.2899 188.256 23.8969 186.86L21.199 184.155C19.806 182.759 19.806 180.495 21.199 179.098Z" stroke="#D0F6C0" stroke-width="2" stroke-miterlimit="10"/>
<path d="M13.0754 127.438L21.408 119.085C24.275 116.211 28.9235 116.211 31.7906 119.085L40.1232 127.438C42.9903 130.312 42.9903 134.972 40.1232 137.846L31.7906 146.2C28.9235 149.074 24.275 149.074 21.408 146.2L13.0754 137.846C10.2083 134.972 10.2083 130.312 13.0754 127.438Z" fill="#B9EDA4"/>
<path d="M20.9967 172.941L23.6946 170.236C25.0876 168.84 27.3461 168.84 28.7391 170.236L31.437 172.941C32.83 174.337 32.83 176.601 31.437 177.998L28.7391 180.702C27.3461 182.099 25.0876 182.099 23.6946 180.702L20.9967 177.998C19.6037 176.601 19.6037 174.337 20.9967 172.941Z" fill="#CFF6C0"/>
</g>
<defs>
<clipPath id="clip0_797_4588">
<rect width="222" height="280" fill="white" transform="matrix(-1 0 0 1 222 -12)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@ -0,0 +1,13 @@
<svg width="413" height="240" viewBox="0 0 413 240" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M438.844 238.379C436.271 238.379 433.804 237.357 431.985 235.539C430.166 233.721 429.144 231.254 429.144 228.683V168.083C429.144 165.511 430.166 163.045 431.985 161.227C433.804 159.408 436.271 158.387 438.844 158.387H454V76.6132H438.844C436.271 76.6132 433.804 75.5916 431.985 73.7733C430.166 71.9549 429.144 69.4887 429.144 66.9172V6.31718C429.144 3.74564 430.166 1.27943 431.985 -0.538925C433.804 -2.35728 436.271 -3.37882 438.844 -3.37882H454V-34H429.144V-13.0748C429.144 -10.5033 428.122 -8.03707 426.303 -6.21871C424.484 -4.40036 422.016 -3.37882 419.444 -3.37882H358.819C356.246 -3.37882 353.779 -4.40036 351.96 -6.21871C350.141 -8.03707 349.119 -10.5033 349.119 -13.0748V-34H269.094V-13.0748C269.094 -10.5033 268.072 -8.03707 266.253 -6.21871C264.434 -4.40036 261.966 -3.37882 259.394 -3.37882H198.769C196.196 -3.37882 193.729 -4.40036 191.91 -6.21871C190.091 -8.03707 189.069 -10.5033 189.069 -13.0748V-34H109.044V-13.0748C109.044 -10.5033 108.022 -8.03707 106.203 -6.21871C104.384 -4.40036 101.916 -3.37882 99.3438 -3.37882H66V77.504H99.3438C101.916 77.504 104.384 78.5255 106.203 80.3439C108.022 82.1622 109.044 84.6285 109.044 87.2V147.8C109.044 150.372 108.022 152.838 106.203 154.656C104.384 156.474 101.916 157.496 99.3438 157.496H66V238.664H99.3438C101.916 238.664 104.384 239.685 106.203 241.504C108.022 243.322 109.044 245.788 109.044 248.36V269H189.069V248.36C189.069 245.788 190.091 243.322 191.91 241.504C193.729 239.685 196.196 238.664 198.769 238.664H259.394C261.966 238.664 264.434 239.685 266.253 241.504C268.072 243.322 269.094 245.788 269.094 248.36V269H349.119V248.36C349.119 245.788 350.141 243.322 351.96 241.504C353.779 239.685 356.246 238.664 358.819 238.664H419.444C422.016 238.664 424.484 239.685 426.303 241.504C428.122 243.322 429.144 245.788 429.144 248.36V269H454V238.379H438.844ZM269.094 6.31718C269.094 3.74564 270.116 1.27943 271.935 -0.538925C273.754 -2.35728 276.221 -3.37882 278.794 -3.37882H339.419C341.991 -3.37882 344.459 -2.35728 346.278 -0.538925C348.097 1.27943 349.119 3.74564 349.119 6.31718V66.9172C349.119 69.4887 348.097 71.9549 346.278 73.7733C344.459 75.5916 341.991 76.6132 339.419 76.6132H278.794C276.221 76.6132 273.754 75.5916 271.935 73.7733C270.116 71.9549 269.094 69.4887 269.094 66.9172V6.31718ZM109.044 6.31718C109.044 3.74564 110.066 1.27943 111.885 -0.538925C113.704 -2.35728 116.171 -3.37882 118.744 -3.37882H179.369C181.941 -3.37882 184.409 -2.35728 186.228 -0.538925C188.047 1.27943 189.069 3.74564 189.069 6.31718V66.9172C189.069 69.4887 188.047 71.9549 186.228 73.7733C184.409 75.5916 181.941 76.6132 179.369 76.6132H118.744C116.171 76.6132 113.704 75.5916 111.885 73.7733C110.066 71.9549 109.044 69.4887 109.044 66.9172V6.31718ZM189.069 228.683C189.069 231.254 188.047 233.721 186.228 235.539C184.409 237.357 181.941 238.379 179.369 238.379H118.744C116.171 238.379 113.704 237.357 111.885 235.539C110.066 233.721 109.044 231.254 109.044 228.683V168.083C109.044 165.511 110.066 163.045 111.885 161.227C113.704 159.408 116.171 158.387 118.744 158.387H179.369C181.941 158.387 184.409 159.408 186.228 161.227C188.047 163.045 189.069 165.511 189.069 168.083V228.683ZM259.394 157.496H198.769C196.196 157.496 193.729 156.474 191.91 154.656C190.091 152.838 189.069 150.372 189.069 147.8V87.2C189.069 84.6285 190.091 82.1622 191.91 80.3439C193.729 78.5255 196.196 77.504 198.769 77.504H259.394C261.966 77.504 264.434 78.5255 266.253 80.3439C268.072 82.1622 269.094 84.6285 269.094 87.2V147.8C269.094 150.372 268.072 152.838 266.253 154.656C264.434 156.474 261.966 157.496 259.394 157.496ZM349.119 228.683C349.119 231.254 348.097 233.721 346.278 235.539C344.459 237.357 341.991 238.379 339.419 238.379H278.794C276.221 238.379 273.754 237.357 271.935 235.539C270.116 233.721 269.094 231.254 269.094 228.683V168.083C269.094 165.511 270.116 163.045 271.935 161.227C273.754 159.408 276.221 158.387 278.794 158.387H339.419C341.991 158.387 344.459 159.408 346.278 161.227C348.097 163.045 349.119 165.511 349.119 168.083V228.683ZM419.444 157.496H358.819C356.246 157.496 353.779 156.474 351.96 154.656C350.141 152.838 349.119 150.372 349.119 147.8V87.2C349.119 84.6285 350.141 82.1622 351.96 80.3439C353.779 78.5255 356.246 77.504 358.819 77.504H419.444C422.016 77.504 424.484 78.5255 426.303 80.3439C428.122 82.1622 429.144 84.6285 429.144 87.2V147.8C429.144 150.372 428.122 152.838 426.303 154.656C424.484 156.474 422.016 157.496 419.444 157.496Z" fill="url(#paint0_linear_131_5843)"/>
<path d="M347 197V53C347 44.1634 339.837 37 331 37H43C34.1634 37 27 44.1634 27 53V197" stroke="white" stroke-dasharray="6 6"/>
<rect x="1" y="90" width="54" height="54" rx="7" fill="#58A738" stroke="white" stroke-width="2"/>
<rect x="77" y="90" width="138" height="54" rx="27" fill="#58A738" stroke="white" stroke-width="2"/>
<rect x="237" y="90" width="138" height="54" rx="27" fill="#2E3533" stroke="#888C8A" stroke-width="2"/>
<defs>
<linearGradient id="paint0_linear_131_5843" x1="416.5" y1="117" x2="85.5" y2="117" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.15"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,27 @@
<svg width="366" height="255" viewBox="0 0 366 255" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="16.4492" y="0.89209" width="350" height="230" rx="16" transform="rotate(4 16.4492 0.89209)" fill="#1E672E"/>
<rect x="18" y="16.0256" width="330" height="220" rx="16" fill="#58A738"/>
<mask id="mask0_472_3592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="18" y="16" width="330" height="221">
<rect x="18" y="16.0256" width="330" height="220" rx="16" fill="#58A738"/>
</mask>
<g mask="url(#mask0_472_3592)">
<g filter="url(#filter0_f_472_3592)">
<circle cx="13.8711" cy="346.026" r="113" fill="#326A1C"/>
</g>
<g filter="url(#filter1_f_472_3592)">
<circle cx="330.871" cy="31.0256" r="60" fill="#B8C474"/>
</g>
</g>
<defs>
<filter id="filter0_f_472_3592" x="-299.129" y="33.0256" width="626" height="626" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_472_3592"/>
</filter>
<filter id="filter1_f_472_3592" x="120.871" y="-178.974" width="420" height="420" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="75" result="effect1_foregroundBlur_472_3592"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,14 @@
<svg width="41" height="36" viewBox="0 0 41 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_131_7653" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="41" height="36">
<path d="M0.5 0H40.5V36H0.5V0Z" fill="white"/>
</mask>
<g mask="url(#mask0_131_7653)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.2432 5.28777C33.0537 3.0833 30.2855 1.49654 27.2263 0.614118C25.9093 0.234212 24.0263 0 22.6053 0H0.5V9.05295L6.74421 15.3318L6.81579 15.4038V6.35295H22.6053C24.2179 6.35295 25.784 6.68754 27.2263 7.32707C28.5293 7.90519 29.7314 8.72895 30.7756 9.77931C32.9737 11.9901 34.1842 14.9083 34.1842 18C34.1842 21.0918 32.9737 24.012 30.7756 26.2207C28.58 28.4316 25.6769 29.6471 22.6053 29.6471H15.7505L9.43474 36H22.6053C32.4474 36 40.5 27.9 40.5 18C40.5 13.049 38.4874 8.55107 35.2432 5.28777Z" fill="#58A738"/>
</g>
<mask id="mask1_131_7653" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="9" width="28" height="27">
<path d="M0.5 9.04639H27.2979V35.9998H0.5V9.04639Z" fill="#FFDD33"/>
</mask>
<g mask="url(#mask1_131_7653)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2979 9.04639V18.0316L15.7505 29.6469L9.43474 35.9998L0.5 27.0125V18.0337L0.502105 18.0316L6.81579 24.3803L9.43474 27.0146L27.2979 9.04639Z" fill="#D6B300"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,21 @@
<svg width="364" height="430" viewBox="0 0 364 430" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="364" height="430" rx="20" fill="#252B2A"/>
<rect x="107" y="55" width="235" height="15" fill="#303C3A"/>
<rect x="107" y="80" width="214" height="15" fill="#303C3A"/>
<rect x="107" y="105" width="190" height="15" fill="#303C3A"/>
<rect x="107" y="130" width="168" height="15" fill="#303C3A"/>
<rect x="107" y="180" width="235" height="15" fill="#303C3A"/>
<rect x="107" y="205" width="214" height="15" fill="#303C3A"/>
<rect x="107" y="230" width="190" height="15" fill="#303C3A"/>
<rect x="107" y="255" width="168" height="15" fill="#303C3A"/>
<rect x="22" y="55" width="63" height="90" rx="2" fill="#58A738"/>
<rect x="22" y="180" width="63" height="90" rx="2" fill="#2E65C9"/>
<circle cx="190" cy="70" r="25" transform="rotate(180 190 70)" fill="#58A738"/>
<path d="M242.5 60.2588L230 40L284 49.3882L240 82L242.5 60.2588Z" fill="#58A738" stroke="white" stroke-width="2"/>
<circle cx="67" cy="345" r="45" fill="#303B39"/>
<circle cx="182" cy="345" r="45" fill="#2E65C9"/>
<circle cx="297" cy="345" r="45" fill="#58A738"/>
<circle cx="317" cy="345" r="4" fill="white"/>
<circle cx="302" cy="345" r="6" fill="white"/>
<circle cx="282" cy="345" r="9" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 148 KiB

View File

@ -0,0 +1,57 @@
<svg width="364" height="430" viewBox="0 0 364 430" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_114_3400)">
<rect width="364" height="430" rx="20" fill="#222827"/>
<rect x="20" y="38" width="353" height="405" rx="10" fill="#2A312E"/>
<rect x="38" y="56" width="326" height="374" fill="#252B2A"/>
<path d="M316.626 388.04L308.48 410.409L282.366 362.219L335.234 376.522L316.626 388.04Z" fill="#58A738" stroke="white" stroke-width="2"/>
<rect x="67.5" y="94.5" width="312" height="105" rx="9.5" stroke="#373C31"/>
<g filter="url(#filter0_d_114_3400)">
<rect x="85" y="112" width="70" height="70" rx="35" fill="#2E65C9"/>
</g>
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M123.564 147.063C126.749 145.768 128.974 142.816 128.974 139.381C128.974 134.752 124.934 131 119.949 131C114.964 131 110.923 134.752 110.923 139.381C110.923 142.816 113.149 145.768 116.334 147.063C110.383 148.655 106 154.085 106 160.538V163H133.897V160.538C133.897 154.085 129.515 148.655 123.564 147.063Z" fill="#DBE5FA"/>
<rect x="185" y="169" width="190" height="10" rx="5" fill="#303B39"/>
<rect x="185" y="169" width="92" height="10" rx="5" fill="#58A738"/>
<rect x="185" y="147" width="104" height="6" rx="3" fill="#303B39"/>
<rect x="185" y="115" width="190" height="16" rx="8" fill="#303B39"/>
<rect x="27.5" y="236.5" width="347" height="105" rx="9.5" fill="#2E3533" stroke="#373C31"/>
<g filter="url(#filter1_d_114_3400)">
<rect x="45" y="254" width="70" height="70" rx="10" fill="#2E3533"/>
</g>
<rect x="145" y="311" width="228" height="10" rx="5" fill="#303B39"/>
<rect x="145" y="311" width="163.2" height="10" rx="5" fill="#58A738"/>
<rect x="145" y="289" width="124.8" height="6" rx="3" fill="#303B39"/>
<rect x="145" y="257" width="228" height="16" rx="8" fill="#303B39"/>
<g clip-path="url(#clip1_114_3400)">
<circle cx="80" cy="289" r="20" fill="#58A738"/>
</g>
</g>
<defs>
<filter id="filter0_d_114_3400" x="76" y="107" width="88" height="88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_114_3400"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_114_3400" result="shape"/>
</filter>
<filter id="filter1_d_114_3400" x="21" y="234" width="118" height="118" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="8" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_114_3400"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="8"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_114_3400"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_114_3400" result="shape"/>
</filter>
<clipPath id="clip0_114_3400">
<rect width="364" height="430" rx="20" fill="white"/>
</clipPath>
<clipPath id="clip1_114_3400">
<rect width="40" height="40" fill="white" transform="translate(60 269)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,58 @@
<svg width="364" height="430" viewBox="0 0 364 430" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_115_3842)">
<rect width="364" height="430" rx="20" fill="#222827"/>
<rect x="20" y="98" width="353" height="351" rx="10" fill="#2A312E"/>
<rect x="38" y="116" width="326" height="314" fill="#252B2A"/>
<path d="M139 293.5H349.5" stroke="#373C31" stroke-width="2" stroke-dasharray="12 12"/>
<path d="M139 332H349.5" stroke="#373C31" stroke-width="2" stroke-dasharray="12 12"/>
<path d="M139 370.5H349.5" stroke="#373C31" stroke-width="2" stroke-dasharray="12 12"/>
<rect x="94.5" y="268.5" width="265" height="133" rx="8.5" stroke="#373C31"/>
<rect x="146" y="321" width="18" height="64" rx="9" fill="#58A738"/>
<rect x="191" y="289" width="18" height="64" rx="9" fill="#58A738"/>
<rect x="236" y="303" width="18" height="64" rx="9" fill="#58A738"/>
<rect x="281" y="321" width="18" height="64" rx="9" fill="#58A738"/>
<rect x="326" y="294" width="18" height="64" rx="9" fill="#58A738"/>
<mask id="path-13-inside-1_115_3842" fill="white">
<path d="M275 116C275 103.524 272.543 91.171 267.769 79.6451C262.994 68.1191 255.997 57.6464 247.175 48.8249C238.354 40.0033 227.881 33.0056 216.355 28.2314C204.829 23.4572 192.476 21 180 21C167.524 21 155.171 23.4572 143.645 28.2314C132.119 33.0056 121.646 40.0033 112.825 48.8249C104.003 57.6464 97.0056 68.1191 92.2314 79.6451C87.4572 91.171 85 103.524 85 116H119.013C119.013 107.991 120.591 100.061 123.655 92.6613C126.72 85.262 131.213 78.5389 136.876 72.8757C142.539 67.2126 149.262 62.7203 156.661 59.6554C164.061 56.5906 171.991 55.0131 180 55.0131C188.009 55.0131 195.939 56.5906 203.339 59.6554C210.738 62.7203 217.461 67.2126 223.124 72.8757C228.787 78.5389 233.28 85.262 236.345 92.6613C239.409 100.061 240.987 107.991 240.987 116H275Z"/>
</mask>
<path d="M275 116C275 103.524 272.543 91.171 267.769 79.6451C262.994 68.1191 255.997 57.6464 247.175 48.8249C238.354 40.0033 227.881 33.0056 216.355 28.2314C204.829 23.4572 192.476 21 180 21C167.524 21 155.171 23.4572 143.645 28.2314C132.119 33.0056 121.646 40.0033 112.825 48.8249C104.003 57.6464 97.0056 68.1191 92.2314 79.6451C87.4572 91.171 85 103.524 85 116H119.013C119.013 107.991 120.591 100.061 123.655 92.6613C126.72 85.262 131.213 78.5389 136.876 72.8757C142.539 67.2126 149.262 62.7203 156.661 59.6554C164.061 56.5906 171.991 55.0131 180 55.0131C188.009 55.0131 195.939 56.5906 203.339 59.6554C210.738 62.7203 217.461 67.2126 223.124 72.8757C228.787 78.5389 233.28 85.262 236.345 92.6613C239.409 100.061 240.987 107.991 240.987 116H275Z" stroke="#52459F" stroke-width="68" mask="url(#path-13-inside-1_115_3842)"/>
<mask id="path-14-inside-2_115_3842" fill="white">
<path d="M275 116C275 90.8044 264.991 66.6408 247.175 48.8249C229.359 31.0089 205.196 21 180 21C154.804 21 130.641 31.0089 112.825 48.8248C95.0089 66.6408 85 90.8044 85 116L119.03 116C119.03 99.8297 125.454 84.3218 136.888 72.8877C148.322 61.4536 163.83 55.03 180 55.03C196.17 55.03 211.678 61.4536 223.112 72.8877C234.546 84.3218 240.97 99.8298 240.97 116H275Z"/>
</mask>
<path d="M275 116C275 90.8044 264.991 66.6408 247.175 48.8249C229.359 31.0089 205.196 21 180 21C154.804 21 130.641 31.0089 112.825 48.8248C95.0089 66.6408 85 90.8044 85 116L119.03 116C119.03 99.8297 125.454 84.3218 136.888 72.8877C148.322 61.4536 163.83 55.03 180 55.03C196.17 55.03 211.678 61.4536 223.112 72.8877C234.546 84.3218 240.97 99.8298 240.97 116H275Z" stroke="#2E65C9" stroke-width="68" mask="url(#path-14-inside-2_115_3842)"/>
<mask id="path-15-inside-3_115_3842" fill="white">
<path d="M275 116C275 96.391 268.932 77.2623 257.629 61.2389C246.325 45.2155 230.341 33.0824 211.868 26.5045L200.452 58.5627C212.308 62.7844 222.567 70.5712 229.821 80.8549C237.076 91.1386 240.97 103.415 240.97 116H275Z"/>
</mask>
<path d="M275 116C275 96.391 268.932 77.2623 257.629 61.2389C246.325 45.2155 230.341 33.0824 211.868 26.5045L200.452 58.5627C212.308 62.7844 222.567 70.5712 229.821 80.8549C237.076 91.1386 240.97 103.415 240.97 116H275Z" stroke="#58A738" stroke-width="68" mask="url(#path-15-inside-3_115_3842)"/>
<mask id="path-16-inside-4_115_3842" fill="white">
<path d="M275 116C275 101.548 271.703 87.2861 265.359 74.3005C259.015 61.315 249.793 49.948 238.393 41.0648L217.476 67.9073C224.792 73.6085 230.711 80.9037 234.783 89.2377C238.854 97.5717 240.97 106.725 240.97 116H275Z"/>
</mask>
<path d="M275 116C275 101.548 271.703 87.2861 265.359 74.3005C259.015 61.315 249.793 49.948 238.393 41.0648L217.476 67.9073C224.792 73.6085 230.711 80.9037 234.783 89.2377C238.854 97.5717 240.97 106.725 240.97 116H275Z" stroke="#D6B300" stroke-width="68" mask="url(#path-16-inside-4_115_3842)"/>
<path opacity="0.8" d="M93.5341 140.139C93.08 140.133 92.6326 140.05 92.1918 139.891C91.7543 139.732 91.3565 139.466 90.9986 139.095C90.6406 138.724 90.3539 138.225 90.1385 137.599C89.9264 136.972 89.8203 136.19 89.8203 135.252C89.8203 134.364 89.9081 133.575 90.0838 132.886C90.2628 132.196 90.5196 131.615 90.8544 131.141C91.1892 130.663 91.5935 130.3 92.0675 130.052C92.5414 129.803 93.0734 129.679 93.6634 129.679C94.2699 129.679 94.8085 129.798 95.2791 130.037C95.7498 130.276 96.1309 130.605 96.4226 131.026C96.7176 131.447 96.9048 131.926 96.9844 132.463H95.468C95.3653 132.039 95.1615 131.692 94.8565 131.424C94.5516 131.156 94.1539 131.021 93.6634 131.021C92.9176 131.021 92.3359 131.346 91.9183 131.996C91.504 132.645 91.2952 133.549 91.2919 134.705H91.3665C91.5421 134.417 91.7576 134.172 92.0128 133.969C92.2713 133.764 92.5597 133.607 92.8778 133.497C93.1993 133.384 93.5374 133.328 93.892 133.328C94.482 133.328 95.0156 133.472 95.4929 133.761C95.9735 134.046 96.3563 134.44 96.6413 134.944C96.9264 135.448 97.0689 136.024 97.0689 136.674C97.0689 137.324 96.9214 137.912 96.6264 138.439C96.3348 138.966 95.9238 139.384 95.3935 139.692C94.8632 139.997 94.2434 140.146 93.5341 140.139ZM93.5291 138.847C93.9202 138.847 94.2699 138.75 94.5781 138.558C94.8864 138.366 95.13 138.107 95.3089 137.783C95.4879 137.458 95.5774 137.095 95.5774 136.694C95.5774 136.303 95.4896 135.946 95.3139 135.625C95.1416 135.304 94.9029 135.048 94.598 134.859C94.2964 134.67 93.9517 134.576 93.5639 134.576C93.2689 134.576 92.9955 134.632 92.7436 134.745C92.495 134.858 92.2763 135.013 92.0874 135.212C91.8984 135.411 91.7493 135.64 91.6399 135.898C91.5339 136.154 91.4808 136.424 91.4808 136.709C91.4808 137.09 91.5687 137.443 91.7443 137.768C91.9233 138.093 92.1669 138.354 92.4751 138.553C92.7867 138.749 93.138 138.847 93.5291 138.847ZM102.425 140.169C101.639 140.166 100.968 139.959 100.411 139.548C99.8542 139.137 99.4283 138.538 99.1333 137.753C98.8384 136.967 98.6909 136.021 98.6909 134.914C98.6909 133.81 98.8384 132.867 99.1333 132.085C99.4316 131.303 99.8592 130.706 100.416 130.295C100.976 129.884 101.646 129.679 102.425 129.679C103.203 129.679 103.871 129.886 104.428 130.3C104.985 130.711 105.411 131.308 105.706 132.09C106.004 132.869 106.153 133.81 106.153 134.914C106.153 136.024 106.006 136.972 105.711 137.758C105.416 138.54 104.99 139.138 104.433 139.553C103.876 139.964 103.207 140.169 102.425 140.169ZM102.425 138.842C103.114 138.842 103.653 138.505 104.04 137.832C104.431 137.16 104.627 136.187 104.627 134.914C104.627 134.069 104.537 133.355 104.358 132.771C104.183 132.185 103.929 131.741 103.598 131.439C103.27 131.134 102.879 130.982 102.425 130.982C101.738 130.982 101.2 131.32 100.809 131.996C100.418 132.672 100.22 133.645 100.217 134.914C100.217 135.763 100.305 136.48 100.481 137.067C100.66 137.65 100.913 138.093 101.241 138.394C101.569 138.692 101.964 138.842 102.425 138.842ZM113.232 138.091V137.554C113.232 137.17 113.311 136.818 113.47 136.5C113.633 136.179 113.868 135.922 114.176 135.729C114.488 135.534 114.864 135.436 115.305 135.436C115.755 135.436 116.133 135.532 116.438 135.724C116.743 135.917 116.973 136.174 117.129 136.495C117.288 136.817 117.368 137.17 117.368 137.554V138.091C117.368 138.475 117.288 138.828 117.129 139.15C116.97 139.468 116.737 139.725 116.428 139.92C116.123 140.113 115.749 140.209 115.305 140.209C114.857 140.209 114.479 140.113 114.171 139.92C113.863 139.725 113.629 139.468 113.47 139.15C113.311 138.828 113.232 138.475 113.232 138.091ZM114.39 137.554V138.091C114.39 138.376 114.458 138.634 114.594 138.866C114.73 139.098 114.967 139.214 115.305 139.214C115.639 139.214 115.873 139.098 116.006 138.866C116.138 138.634 116.205 138.376 116.205 138.091V137.554C116.205 137.269 116.14 137.01 116.011 136.778C115.885 136.546 115.649 136.43 115.305 136.43C114.973 136.43 114.738 136.546 114.599 136.778C114.46 137.01 114.39 137.269 114.39 137.554ZM108.111 132.264V131.727C108.111 131.343 108.19 130.99 108.349 130.668C108.512 130.347 108.747 130.09 109.055 129.898C109.367 129.705 109.743 129.609 110.184 129.609C110.635 129.609 111.013 129.705 111.317 129.898C111.622 130.09 111.853 130.347 112.009 130.668C112.164 130.99 112.242 131.343 112.242 131.727V132.264C112.242 132.649 112.163 133.002 112.004 133.323C111.848 133.641 111.616 133.898 111.308 134.094C111.003 134.286 110.628 134.382 110.184 134.382C109.733 134.382 109.354 134.286 109.045 134.094C108.741 133.898 108.509 133.641 108.349 133.323C108.19 133.002 108.111 132.649 108.111 132.264ZM109.274 131.727V132.264C109.274 132.549 109.34 132.808 109.473 133.04C109.609 133.272 109.846 133.388 110.184 133.388C110.515 133.388 110.747 133.272 110.88 133.04C111.016 132.808 111.084 132.549 111.084 132.264V131.727C111.084 131.442 111.019 131.184 110.89 130.952C110.761 130.72 110.525 130.604 110.184 130.604C109.853 130.604 109.617 130.72 109.478 130.952C109.342 131.184 109.274 131.442 109.274 131.727ZM108.583 140L115.583 129.818H116.771L109.771 140H108.583Z" fill="white"/>
<path opacity="0.8" d="M249.524 140.139C248.841 140.139 248.232 140.022 247.695 139.786C247.161 139.551 246.738 139.224 246.427 138.807C246.119 138.386 245.953 137.899 245.93 137.345H247.491C247.511 137.647 247.612 137.909 247.794 138.131C247.98 138.349 248.222 138.518 248.52 138.638C248.818 138.757 249.15 138.817 249.514 138.817C249.915 138.817 250.27 138.747 250.578 138.608C250.89 138.469 251.133 138.275 251.309 138.026C251.485 137.774 251.572 137.484 251.572 137.156C251.572 136.815 251.485 136.515 251.309 136.256C251.137 135.995 250.883 135.789 250.548 135.64C250.217 135.491 249.816 135.416 249.345 135.416H248.485V134.163H249.345C249.723 134.163 250.054 134.095 250.339 133.96C250.628 133.824 250.853 133.635 251.016 133.393C251.178 133.147 251.259 132.861 251.259 132.533C251.259 132.218 251.188 131.944 251.045 131.712C250.906 131.477 250.707 131.293 250.449 131.161C250.194 131.028 249.892 130.962 249.544 130.962C249.213 130.962 248.903 131.023 248.614 131.146C248.329 131.265 248.097 131.437 247.918 131.663C247.739 131.885 247.643 132.152 247.63 132.463H246.143C246.16 131.913 246.322 131.429 246.631 131.011C246.942 130.594 247.353 130.267 247.864 130.032C248.374 129.797 248.941 129.679 249.564 129.679C250.217 129.679 250.78 129.807 251.254 130.062C251.732 130.314 252.099 130.65 252.358 131.071C252.62 131.492 252.749 131.953 252.746 132.453C252.749 133.023 252.59 133.507 252.268 133.905C251.95 134.303 251.526 134.569 250.996 134.705V134.785C251.672 134.888 252.196 135.156 252.567 135.59C252.941 136.024 253.127 136.563 253.124 137.206C253.127 137.766 252.971 138.268 252.656 138.712C252.345 139.156 251.919 139.506 251.379 139.761C250.838 140.013 250.22 140.139 249.524 140.139ZM258.866 129.818V140H257.325V131.359H257.265L254.829 132.95V131.479L257.369 129.818H258.866ZM266.935 138.091V137.554C266.935 137.17 267.014 136.818 267.173 136.5C267.336 136.179 267.571 135.922 267.879 135.729C268.191 135.534 268.567 135.436 269.008 135.436C269.459 135.436 269.836 135.532 270.141 135.724C270.446 135.917 270.677 136.174 270.832 136.495C270.991 136.817 271.071 137.17 271.071 137.554V138.091C271.071 138.475 270.991 138.828 270.832 139.15C270.673 139.468 270.44 139.725 270.131 139.92C269.826 140.113 269.452 140.209 269.008 140.209C268.56 140.209 268.183 140.113 267.874 139.92C267.566 139.725 267.332 139.468 267.173 139.15C267.014 138.828 266.935 138.475 266.935 138.091ZM268.093 137.554V138.091C268.093 138.376 268.161 138.634 268.297 138.866C268.433 139.098 268.67 139.214 269.008 139.214C269.343 139.214 269.576 139.098 269.709 138.866C269.841 138.634 269.908 138.376 269.908 138.091V137.554C269.908 137.269 269.843 137.01 269.714 136.778C269.588 136.546 269.353 136.43 269.008 136.43C268.676 136.43 268.441 136.546 268.302 136.778C268.163 137.01 268.093 137.269 268.093 137.554ZM261.814 132.264V131.727C261.814 131.343 261.893 130.99 262.053 130.668C262.215 130.347 262.45 130.09 262.759 129.898C263.07 129.705 263.446 129.609 263.887 129.609C264.338 129.609 264.716 129.705 265.021 129.898C265.326 130.09 265.556 130.347 265.712 130.668C265.867 130.99 265.945 131.343 265.945 131.727V132.264C265.945 132.649 265.866 133.002 265.707 133.323C265.551 133.641 265.319 133.898 265.011 134.094C264.706 134.286 264.331 134.382 263.887 134.382C263.436 134.382 263.057 134.286 262.749 134.094C262.444 133.898 262.212 133.641 262.053 133.323C261.893 133.002 261.814 132.649 261.814 132.264ZM262.977 131.727V132.264C262.977 132.549 263.044 132.808 263.176 133.04C263.312 133.272 263.549 133.388 263.887 133.388C264.219 133.388 264.451 133.272 264.583 133.04C264.719 132.808 264.787 132.549 264.787 132.264V131.727C264.787 131.442 264.722 131.184 264.593 130.952C264.464 130.72 264.228 130.604 263.887 130.604C263.556 130.604 263.32 130.72 263.181 130.952C263.045 131.184 262.977 131.442 262.977 131.727ZM262.286 140L269.286 129.818H270.474L263.474 140H262.286Z" fill="white"/>
<circle cx="180" cy="116" r="39" fill="#2E3533"/>
<circle cx="180" cy="116" r="30" fill="#2E384A"/>
<path d="M172.48 128.757C177.533 131.897 183.885 130.197 186.699 124.952C187.68 123.123 188.054 121.027 188.041 119.106L187.825 104.714C187.826 103.783 187.261 102.966 186.552 102.526C185.842 102.085 184.939 101.989 184.155 102.433L172.47 109.421C170.911 110.366 169.434 111.735 168.436 113.595C165.622 118.84 167.427 125.617 172.48 128.757ZM179.068 116.476C180.903 117.617 181.567 120.104 180.546 122.009C179.524 123.914 177.19 124.538 175.355 123.398C173.52 122.258 172.856 119.77 173.878 117.865C174.903 115.954 177.233 115.336 179.068 116.476Z" fill="#2E65C9"/>
<g filter="url(#filter0_d_115_3842)">
<rect x="94" y="174" width="59.3793" height="59.3793" rx="29.6897" fill="#2E65C9"/>
</g>
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M126.713 203.743C129.415 202.645 131.303 200.141 131.303 197.227C131.303 193.3 127.875 190.117 123.647 190.117C119.419 190.117 115.991 193.3 115.991 197.227C115.991 200.14 117.879 202.645 120.581 203.743C115.532 205.094 111.814 209.7 111.814 215.174V217.262H135.479V215.174C135.479 209.7 131.762 205.094 126.713 203.743Z" fill="#DBE5FA"/>
<rect x="179" y="177" width="147" height="13" rx="6.5" fill="#303B39"/>
<rect x="179" y="210" width="75" height="14" rx="7" fill="#303B39"/>
</g>
<defs>
<filter id="filter0_d_115_3842" x="85" y="169" width="77.3789" height="77.3793" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_115_3842"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_115_3842" result="shape"/>
</filter>
<clipPath id="clip0_115_3842">
<rect width="364" height="430" rx="20" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1,24 @@
<svg width="364" height="430" viewBox="0 0 364 430" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_117_3310)">
<rect width="364" height="430" rx="20" fill="#222827"/>
<rect x="20" y="38" width="353" height="402" rx="10" fill="#2A312E"/>
<rect x="38" y="56" width="326" height="374" fill="#252B2A"/>
<path d="M139.68 205.668H353.345" stroke="#373C31" stroke-width="2" stroke-dasharray="12 12"/>
<path d="M139.68 270.657H353.345" stroke="#373C31" stroke-width="2" stroke-dasharray="12 12"/>
<path d="M139.68 335.646H353.345" stroke="#373C31" stroke-width="2" stroke-dasharray="12 12"/>
<rect x="94.5" y="140.5" width="269" height="260" rx="8.5" stroke="#373C31"/>
<rect x="271" y="161" width="18" height="177" rx="9" transform="rotate(90 271 161)" fill="#B54F4D"/>
<rect x="218.656" y="219.584" width="18.2707" height="124.657" rx="9.13534" transform="rotate(90 218.656 219.584)" fill="#2E65C9"/>
<rect x="329" y="295" width="18" height="235" rx="9" transform="rotate(90 329 295)" fill="#58A738"/>
<rect x="163" y="360" width="18" height="69" rx="9" transform="rotate(90 163 360)" fill="#58A738"/>
<path opacity="0.8" d="M114.009 108.545V126H110.318V112.048H110.216L106.219 114.554V111.281L110.54 108.545H114.009ZM118.157 126V123.341L124.37 117.588C124.898 117.077 125.342 116.616 125.7 116.207C126.063 115.798 126.339 115.398 126.526 115.006C126.714 114.608 126.808 114.179 126.808 113.719C126.808 113.207 126.691 112.767 126.458 112.398C126.225 112.023 125.907 111.736 125.504 111.537C125.1 111.332 124.643 111.23 124.131 111.23C123.597 111.23 123.131 111.338 122.734 111.554C122.336 111.77 122.029 112.08 121.813 112.483C121.597 112.886 121.489 113.366 121.489 113.923H117.987C117.987 112.781 118.245 111.79 118.762 110.949C119.279 110.108 120.004 109.457 120.935 108.997C121.867 108.537 122.941 108.307 124.157 108.307C125.407 108.307 126.495 108.528 127.421 108.972C128.353 109.409 129.077 110.017 129.594 110.795C130.112 111.574 130.37 112.466 130.37 113.472C130.37 114.131 130.239 114.781 129.978 115.423C129.722 116.065 129.265 116.778 128.606 117.562C127.947 118.341 127.018 119.276 125.819 120.366L123.271 122.864V122.983H130.6V126H118.157Z" fill="white"/>
<path opacity="0.8" d="M202.009 108.545V126H198.318V112.048H198.216L194.219 114.554V111.281L198.54 108.545H202.009ZM212.609 126.239C211.336 126.239 210.202 126.02 209.208 125.582C208.219 125.139 207.438 124.531 206.864 123.759C206.296 122.98 206.004 122.082 205.987 121.065H209.702C209.725 121.491 209.864 121.866 210.12 122.19C210.381 122.509 210.728 122.756 211.16 122.932C211.592 123.108 212.077 123.196 212.617 123.196C213.18 123.196 213.677 123.097 214.109 122.898C214.54 122.699 214.879 122.423 215.123 122.071C215.367 121.719 215.489 121.312 215.489 120.852C215.489 120.386 215.359 119.974 215.097 119.616C214.842 119.253 214.472 118.969 213.989 118.764C213.512 118.56 212.944 118.457 212.285 118.457H210.657V115.747H212.285C212.842 115.747 213.333 115.651 213.759 115.457C214.191 115.264 214.526 114.997 214.765 114.656C215.004 114.31 215.123 113.906 215.123 113.446C215.123 113.009 215.018 112.625 214.808 112.295C214.603 111.96 214.313 111.699 213.938 111.511C213.569 111.324 213.137 111.23 212.643 111.23C212.143 111.23 211.685 111.321 211.271 111.503C210.856 111.679 210.523 111.932 210.273 112.261C210.023 112.591 209.89 112.977 209.873 113.42H206.336C206.353 112.415 206.64 111.528 207.197 110.761C207.754 109.994 208.504 109.395 209.447 108.963C210.396 108.526 211.467 108.307 212.66 108.307C213.864 108.307 214.918 108.526 215.822 108.963C216.725 109.401 217.427 109.991 217.927 110.736C218.433 111.474 218.683 112.304 218.677 113.224C218.683 114.202 218.379 115.017 217.765 115.67C217.157 116.324 216.364 116.739 215.387 116.915V117.051C216.671 117.216 217.648 117.662 218.319 118.389C218.995 119.111 219.33 120.014 219.325 121.099C219.33 122.094 219.043 122.977 218.464 123.75C217.89 124.523 217.097 125.131 216.086 125.574C215.075 126.017 213.915 126.239 212.609 126.239Z" fill="white"/>
<path opacity="0.8" d="M302.009 108.545V126H298.318V112.048H298.216L294.219 114.554V111.281L298.54 108.545H302.009ZM305.893 122.932V120.026L313.18 108.545H315.685V112.568H314.202L309.609 119.838V119.974H319.964V122.932H305.893ZM314.271 126V122.045L314.339 120.759V108.545H317.799V126H314.271Z" fill="white"/>
<path d="M304.626 50.0405L296.48 72.4085L270.366 24.2194L323.234 38.5224L304.626 50.0405Z" fill="#58A738" stroke="white" stroke-width="2"/>
</g>
<defs>
<clipPath id="clip0_117_3310">
<rect width="364" height="430" rx="20" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,85 @@
<svg width="364" height="430" viewBox="0 0 364 430" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_117_3272)">
<rect width="364" height="430" rx="20" fill="#252B2A"/>
<rect x="137" y="200" width="235" height="15" fill="#303B39"/>
<rect x="137" y="226" width="190" height="15" fill="#303B39"/>
<rect x="137" y="251" width="168" height="15" fill="#303B39"/>
<g filter="url(#filter0_d_117_3272)">
<rect x="52" y="200" width="70" height="70" rx="35" fill="#58A738"/>
</g>
<rect x="137" y="314" width="235" height="15" fill="#303B39"/>
<rect x="137" y="340" width="190" height="15" fill="#303B39"/>
<rect x="137" y="365" width="168" height="15" fill="#303B39"/>
<g filter="url(#filter1_d_117_3272)">
<rect x="52" y="314" width="70" height="70" rx="35" fill="#58A738"/>
</g>
<g filter="url(#filter2_d_117_3272)">
<rect x="28.168" y="41" width="413.66" height="126" rx="10" fill="#2E3533"/>
<rect x="28.668" y="41.5" width="412.66" height="125" rx="9.5" stroke="#373C31"/>
</g>
<g filter="url(#filter3_d_117_3272)">
<rect x="50" y="62" width="84" height="84" rx="42" fill="#2E65C9"/>
</g>
<g opacity="0.8" clip-path="url(#clip1_117_3272)">
<path d="M74 105C74 103.895 73.1046 103 72 103C70.8954 103 70 103.895 70 105V113C70 114.105 70.8954 115 72 115C73.1046 115 74 114.105 74 113V105Z" fill="white"/>
<path d="M114 105C114 103.895 113.105 103 112 103C110.895 103 110 103.895 110 105V113C110 114.105 110.895 115 112 115C113.105 115 114 114.105 114 113V105Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M76 98C76 95.7909 77.7909 94 80 94H104C106.209 94 108 95.7909 108 98V118C108 120.209 106.209 122 104 122H80C77.7909 122 76 120.209 76 118V98ZM84.5 110C84.0055 110 83.5222 109.853 83.1111 109.579C82.7 109.304 82.3795 108.914 82.1903 108.457C82.0011 108 81.9516 107.497 82.048 107.012C82.1445 106.527 82.3826 106.082 82.7322 105.732C83.0819 105.383 83.5273 105.145 84.0123 105.048C84.4972 104.952 84.9999 105.001 85.4567 105.19C85.9135 105.38 86.304 105.7 86.5787 106.111C86.8534 106.522 87 107.006 87 107.5C87 108.163 86.7366 108.799 86.2678 109.268C85.7989 109.737 85.163 110 84.5 110ZM98.1111 109.579C98.5222 109.853 99.0055 110 99.5 110C100.163 110 100.799 109.737 101.268 109.268C101.737 108.799 102 108.163 102 107.5C102 107.006 101.853 106.522 101.579 106.111C101.304 105.7 100.914 105.38 100.457 105.19C99.9999 105.001 99.4972 104.952 99.0123 105.048C98.5273 105.145 98.0819 105.383 97.7322 105.732C97.3826 106.082 97.1445 106.527 97.048 107.012C96.9516 107.497 97.0011 108 97.1903 108.457C97.3795 108.914 97.7 109.304 98.1111 109.579Z" fill="white"/>
<path d="M83.7073 94.3379C83.3398 94.4949 82.9252 94.5009 82.5533 94.3544C82.1814 94.208 81.8821 93.921 81.7203 93.5555L79.5286 88.4239C79.4224 88.0664 79.4513 87.6823 79.6099 87.3447C79.7685 87.0071 80.0456 86.7396 80.3886 86.5931C80.7317 86.4466 81.1166 86.4313 81.4701 86.5502C81.8236 86.6691 82.1211 86.9138 82.3059 87.2377L84.4976 92.3693C84.6485 92.7357 84.6503 93.1465 84.5027 93.5143C84.3551 93.882 84.0697 94.1775 83.7073 94.3379Z" fill="white"/>
<path d="M99.3786 94.3379C99.7462 94.4949 100.161 94.5009 100.533 94.3544C100.905 94.208 101.204 93.921 101.366 93.5555L103.557 88.4239C103.664 88.0664 103.635 87.6823 103.476 87.3447C103.317 87.0071 103.04 86.7396 102.697 86.5931C102.354 86.4466 101.969 86.4313 101.616 86.5502C101.262 86.6691 100.965 86.9138 100.78 87.2377L98.5883 92.3693C98.4375 92.7357 98.4356 93.1465 98.5833 93.5143C98.7309 93.882 99.0163 94.1775 99.3786 94.3379Z" fill="white"/>
</g>
<rect x="152.98" y="64.7736" width="279.34" height="17.8302" fill="#35403E"/>
<rect x="152.98" y="95.6793" width="225.849" height="17.8302" fill="#35403E"/>
<rect x="152.98" y="125.396" width="199.698" height="17.8302" fill="#35403E"/>
<path d="M294.622 180.04L286.477 202.409L260.362 154.219L313.23 168.522L294.622 180.04Z" fill="#58A738" stroke="white" stroke-width="2"/>
</g>
<defs>
<filter id="filter0_d_117_3272" x="43" y="195" width="88" height="88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3272"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3272" result="shape"/>
</filter>
<filter id="filter1_d_117_3272" x="43" y="309" width="88" height="88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3272"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3272" result="shape"/>
</filter>
<filter id="filter2_d_117_3272" x="4.16797" y="21" width="461.66" height="174" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="8" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_117_3272"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="8"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3272"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3272" result="shape"/>
</filter>
<filter id="filter3_d_117_3272" x="26" y="42" width="132" height="132" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="8" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_117_3272"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="8"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3272"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3272" result="shape"/>
</filter>
<clipPath id="clip0_117_3272">
<rect width="364" height="430" rx="20" fill="white"/>
</clipPath>
<clipPath id="clip1_117_3272">
<rect width="48" height="48" fill="white" transform="translate(68 80)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -0,0 +1,94 @@
<svg width="364" height="430" viewBox="0 0 364 430" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_117_3668)">
<rect width="364" height="430" rx="20" fill="#222827"/>
<rect x="20" y="38" width="353" height="405" rx="10" fill="#2A312E"/>
<rect x="38" y="56" width="326" height="374" fill="#252B2A"/>
<rect x="67.5" y="94.5" width="312" height="324" rx="9.5" stroke="#373C31"/>
<g filter="url(#filter0_d_117_3668)">
<rect x="85" y="112" width="56" height="56" rx="28" fill="#2E65C9"/>
</g>
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M115.852 140.05C118.4 139.015 120.18 136.653 120.18 133.905C120.18 130.202 116.947 127.2 112.96 127.2C108.972 127.2 105.739 130.202 105.739 133.905C105.739 136.653 107.52 139.015 110.068 140.05C105.307 141.324 101.801 145.668 101.801 150.831V152.8H124.119V150.831C124.119 145.668 120.613 141.324 115.852 140.05Z" fill="#DBE5FA"/>
<rect x="155" y="128" width="76" height="24" fill="#303B39"/>
<g filter="url(#filter1_d_117_3668)">
<rect x="85" y="190" width="56" height="56" rx="28" fill="#2E65C9"/>
</g>
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M115.852 218.05C118.4 217.015 120.18 214.653 120.18 211.905C120.18 208.202 116.947 205.2 112.96 205.2C108.972 205.2 105.739 208.202 105.739 211.905C105.739 214.653 107.52 217.015 110.068 218.05C105.307 219.324 101.801 223.668 101.801 228.831V230.8H124.119V228.831C124.119 223.668 120.613 219.324 115.852 218.05Z" fill="#DBE5FA"/>
<rect x="155" y="206" width="76" height="24" fill="#303B39"/>
<g filter="url(#filter2_d_117_3668)">
<rect x="85" y="268" width="56" height="56" rx="28" fill="#2E65C9"/>
</g>
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M115.852 296.05C118.4 295.015 120.18 292.653 120.18 289.905C120.18 286.202 116.947 283.2 112.96 283.2C108.972 283.2 105.739 286.202 105.739 289.905C105.739 292.653 107.52 295.015 110.068 296.05C105.307 297.324 101.801 301.668 101.801 306.831V308.8H124.119V306.831C124.119 301.668 120.613 297.324 115.852 296.05Z" fill="#DBE5FA"/>
<rect x="155" y="284" width="76" height="24" fill="#303B39"/>
<g filter="url(#filter3_d_117_3668)">
<rect x="85" y="348" width="56" height="56" rx="28" fill="#2E65C9"/>
</g>
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M115.852 376.05C118.4 375.015 120.18 372.653 120.18 369.905C120.18 366.202 116.947 363.2 112.96 363.2C108.972 363.2 105.739 366.202 105.739 369.905C105.739 372.653 107.52 375.015 110.068 376.05C105.307 377.324 101.801 381.668 101.801 386.831V388.8H124.119V386.831C124.119 381.668 120.613 377.324 115.852 376.05Z" fill="#DBE5FA"/>
<rect x="155" y="364" width="76" height="24" fill="#303B39"/>
<g filter="url(#filter4_d_117_3668)">
<rect x="82" y="25" width="348" height="181" rx="10" fill="#2F3634"/>
<rect x="102" y="76" width="237" height="11" fill="#35403E"/>
<rect x="102" y="94" width="237" height="11" fill="#35403E"/>
<rect x="102" y="46" width="128" height="19" fill="#35403E"/>
<rect x="102" y="158" width="237" height="11" fill="#35403E"/>
<rect x="102" y="176" width="237" height="11" fill="#35403E"/>
<rect x="102" y="128" width="128" height="19" fill="#35403E"/>
</g>
<path d="M314.626 216.04L306.48 238.409L280.366 190.219L333.234 204.522L314.626 216.04Z" fill="#58A738" stroke="white" stroke-width="2"/>
</g>
<defs>
<filter id="filter0_d_117_3668" x="76" y="107" width="74" height="74" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3668"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3668" result="shape"/>
</filter>
<filter id="filter1_d_117_3668" x="76" y="185" width="74" height="74" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3668"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3668" result="shape"/>
</filter>
<filter id="filter2_d_117_3668" x="76" y="263" width="74" height="74" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3668"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3668" result="shape"/>
</filter>
<filter id="filter3_d_117_3668" x="76" y="343" width="74" height="74" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3668"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3668" result="shape"/>
</filter>
<filter id="filter4_d_117_3668" x="58" y="5" width="396" height="229" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="8" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_117_3668"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="8"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_3668"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_3668" result="shape"/>
</filter>
<clipPath id="clip0_117_3668">
<rect width="364" height="430" rx="20" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -0,0 +1,32 @@
<svg width="364" height="430" viewBox="0 0 364 430" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_117_4081)">
<rect width="364" height="430" rx="20" fill="#222827"/>
<path d="M168.5 63.5H258C264.627 63.5 270 68.8726 270 75.5V188" stroke="#58A738" stroke-width="2" stroke-dasharray="6 6"/>
<rect x="40" y="188" width="353" height="288" rx="10" fill="#2A312E"/>
<rect x="58" y="206" width="326" height="260" fill="#252B2A"/>
<path d="M216.237 273.802L168.637 290.177V343.834C168.637 360.284 183.568 375.204 214.3 389.45L215.911 390.198L217.559 389.511C247.951 376.833 263.366 361.467 263.366 343.834V290.587L216.237 273.802ZM242.739 319.427L218.366 348.497C216.86 350.278 214.61 351.311 212.236 351.315C210.054 351.315 207.88 350.436 206.331 348.732L191.307 332.225C189.865 330.639 190.017 328.216 191.649 326.814C193.184 325.493 193.36 325.003 195.002 323.487C195.215 323.29 195.475 323.15 195.756 323.082L196.818 322.826L212.537 340.384L235.469 311.716C236.847 310.075 240.483 312.696 242.172 314.034C243.861 315.371 244.114 317.784 242.739 319.427Z" fill="#58A738"/>
<rect x="-24" y="-22" width="205.917" height="168" rx="10" fill="#2A3031"/>
<rect x="-12" y="-10" width="181" height="144" fill="#252B2A"/>
<path d="M100.253 48.6899H57.7452C54.0737 48.6899 51.0977 51.6597 51.0977 55.3242V83.467C51.0977 87.1316 54.0737 90.1014 57.7452 90.1014H100.253C103.925 90.1014 106.902 87.1316 106.902 83.467V55.3242C106.901 51.6597 103.925 48.6899 100.253 48.6899ZM81.7988 69.2052V76.5921C81.7988 78.1377 80.5463 79.3919 78.9991 79.3919C77.4528 79.3919 76.1994 78.1377 76.1994 76.5921V69.2052C74.5277 68.2369 73.3997 66.4319 73.3997 64.3602C73.3997 61.2675 75.9064 58.7607 78.9991 58.7607C82.0918 58.7607 84.5994 61.2675 84.5994 64.3602C84.5994 66.4319 83.4723 68.2369 81.7988 69.2052ZM78.9991 22.0891C68.1749 22.0891 59.3994 30.7409 59.3994 42.108V50.8019L98.5998 52.6684V42.108C98.5998 30.7409 89.8243 22.0891 78.9991 22.0891ZM65.0023 50.3107V41.9134C65.0023 34.1843 71.2691 27.9166 78.999 27.9166C86.7298 27.9166 92.9958 34.1843 92.9958 41.9134V50.5072L65.0023 50.3107Z" fill="#2E65C9"/>
<g filter="url(#filter0_d_117_4081)">
<rect x="246" y="28" width="66" height="66" rx="10" fill="#2E3533"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M289.586 61.0006C289.856 60.1148 290 59.1802 290 58.2143C290 52.5731 285.075 48 279 48C272.925 48 268 52.5731 268 58.2143C268 59.1802 268.144 60.1148 268.414 61.0006C264.864 61.0465 262 63.9388 262 67.5C262 71.0899 264.91 74 268.5 74H289.5C293.09 74 296 71.0899 296 67.5C296 63.9388 293.136 61.0465 289.586 61.0006Z" fill="#58A738"/>
</g>
<defs>
<filter id="filter0_d_117_4081" x="222" y="8" width="114" height="114" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="8" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_117_4081"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="8"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_4081"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_4081" result="shape"/>
</filter>
<clipPath id="clip0_117_4081">
<rect width="364" height="430" rx="20" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,38 @@
<svg width="364" height="430" viewBox="0 0 364 430" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_117_4433)">
<rect width="364" height="430" rx="20" fill="#222827"/>
<rect x="20" y="98" width="353" height="351" rx="10" fill="#2A312E"/>
<rect x="38" y="116" width="326" height="314" fill="#252B2A"/>
<rect x="99" y="160" width="193" height="91" rx="10" fill="#2E65C9"/>
<rect x="312" y="160" width="193" height="91" rx="10" fill="#B54F4D"/>
<rect x="99" y="359" width="279" height="10" rx="5" fill="#303B39"/>
<rect x="99" y="359" width="199.705" height="10" rx="5" fill="#58A738"/>
<rect x="99" y="337" width="152.716" height="6" rx="3" fill="#303B39"/>
<rect x="99" y="305" width="279" height="16" rx="8" fill="#303B39"/>
<g filter="url(#filter0_d_117_4433)">
<rect x="82" y="42" width="130" height="130" rx="16" fill="#2E3533"/>
</g>
<g clip-path="url(#clip1_117_4433)">
<path d="M164.388 67.2579H129.612C125.508 67.2579 122.16 70.61 122.16 74.7095V139.29C122.16 143.39 125.508 146.742 129.612 146.742H164.388C168.482 146.742 171.84 143.39 171.84 139.29V74.7095C171.84 70.61 168.482 67.2579 164.388 67.2579ZM137.064 70.9837H156.936V73.4676H137.064V70.9837ZM147 141.774C144.254 141.774 142.032 139.548 142.032 136.806C142.032 134.066 144.254 131.839 147 131.839C149.736 131.839 151.968 134.066 151.968 136.806C151.968 139.548 149.736 141.774 147 141.774L147 141.774ZM166.872 126.871H127.128V77.1935H166.872V126.871H166.872Z" fill="#58A738"/>
</g>
</g>
<defs>
<filter id="filter0_d_117_4433" x="58" y="22" width="178" height="178" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="8" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_117_4433"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="8"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_117_4433"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_117_4433" result="shape"/>
</filter>
<clipPath id="clip0_117_4433">
<rect width="364" height="430" rx="20" fill="white"/>
</clipPath>
<clipPath id="clip1_117_4433">
<rect width="79.8246" height="79.8246" fill="white" transform="translate(107.086 67.0877)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

3
public/site/img/dots.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="4" height="4" viewBox="0 0 4 4" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="2" cy="2" r="2" fill="#959595"/>
</svg>

After

Width:  |  Height:  |  Size: 144 B

View File

@ -0,0 +1,3 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6612 34.7671C12.6612 35.8639 13.5565 36.7593 14.658 36.7593H16.9409V42.403C16.9409 43.8327 18.0892 45 19.5002 45C20.9158 45 22.0596 43.8374 22.0596 42.403V36.7547H26.0439V42.3984C26.0439 43.828 27.1923 44.9953 28.6034 44.9953C30.0189 44.9953 31.1626 43.8327 31.1626 42.3984V36.7547H33.4455C34.5471 36.7547 35.4423 35.8593 35.4423 34.7624V16.2374H12.6612V34.7671ZM29.4002 6.63742L31.5049 3.59054C31.6268 3.41242 31.5987 3.17335 31.4346 3.05617C31.2705 2.94367 31.0362 2.99992 30.9142 3.17804L28.7299 6.34679C27.2908 5.7796 25.6876 5.46554 24.0049 5.46554C22.322 5.46554 20.7189 5.7796 19.2799 6.34679L17.0955 3.18273C16.9737 3.0046 16.7393 2.94367 16.5752 3.06085C16.4112 3.17335 16.383 3.40773 16.5049 3.59523L18.6096 6.6421C15.2627 8.19834 12.919 11.1468 12.619 14.5921H35.4002C35.0908 11.1421 32.7423 8.19366 29.4002 6.63742ZM19.1955 11.4421C18.9462 11.4421 18.7023 11.3681 18.495 11.2296C18.2876 11.091 18.126 10.8941 18.0306 10.6637C17.9352 10.4333 17.9102 10.1797 17.9588 9.93516C18.0074 9.69057 18.1275 9.46589 18.3038 9.28955C18.4803 9.11321 18.7048 8.9931 18.9495 8.94446C19.1941 8.89581 19.4476 8.92078 19.678 9.0162C19.9084 9.11165 20.1054 9.27327 20.244 9.48063C20.3824 9.68799 20.4565 9.93178 20.4565 10.1811C20.4555 10.5153 20.3224 10.8355 20.0862 11.0718C19.8499 11.3081 19.5297 11.4412 19.1955 11.4421ZM28.9642 11.4421C28.7149 11.4421 28.471 11.3681 28.2638 11.2296C28.0563 11.091 27.8948 10.8941 27.7993 10.6637C27.7039 10.4333 27.6788 10.1797 27.7275 9.93516C27.7761 9.69057 27.8962 9.46589 28.0726 9.28955C28.2489 9.11321 28.4737 8.9931 28.7182 8.94446C28.9629 8.89581 29.2164 8.92078 29.4468 9.0162C29.6772 9.11165 29.8742 9.27327 30.0127 9.48063C30.1513 9.68799 30.2252 9.93178 30.2252 10.1811C30.2244 10.5153 30.0912 10.8355 29.855 11.0718C29.6187 11.3081 29.2984 11.4412 28.9642 11.4421ZM39.4362 16.1624C38.0204 16.1624 36.8768 17.325 36.8768 18.7593V28.903C36.8768 30.3327 38.0252 31.5 39.4362 31.5C40.8518 31.5 41.9955 30.3374 41.9955 28.903V18.7546C42.0002 17.3203 40.8565 16.1624 39.4362 16.1624ZM8.56425 16.1624C7.14863 16.1624 6.00488 17.325 6.00488 18.7593V28.903C6.00488 30.3327 7.15331 31.5 8.56425 31.5C9.97988 31.5 11.1237 30.3374 11.1237 28.903V18.7546C11.1237 17.3203 9.97519 16.1624 8.56425 16.1624Z" fill="#959595"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,3 @@
<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 9L5 5L1 1" stroke="#8BCF70" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 210 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,12 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_69_298)">
<path d="M8 33V37C8 38.0609 8.42143 39.0783 9.17157 39.8284C9.92172 40.5786 10.9391 41 12 41H36C37.0609 41 38.0783 40.5786 38.8284 39.8284C39.5786 39.0783 40 38.0609 40 37V33" stroke="#8BCF70" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 21L24 31L34 21" stroke="#8BCF70" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M24 7V31" stroke="#8BCF70" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_69_298">
<rect width="48" height="48" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 716 B

Some files were not shown because too many files have changed in this diff Show More