@font-face {
    font-family: "Ubuntu";
    font-weight: normal;
    font-style: normal;
    src: url("./Ubuntu-Medium.ttf");
}





* {
    position: relative;

    box-sizing: border-box;
    font-family: 'Ubuntu';
}

*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;

    vertical-align: middle;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

html,
body {
    padding: 0;
    width: 100%;
    margin: 0;
    height: 100vh;

    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

.body-box {
    background-color: white;
}

img {
    width: 100%;
    height: 100%;
}

.title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #333333;

}

.top-box {
    width: 100%;
    height: 450px;
    position: relative;
}

.box-background {
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.bg-img {
    width: 100%;


}

.navbar {
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0 304px;
}

.navbar-body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.nav-left {
    font-size: 24px;


    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
}

.nav-right {
    display: flex;
    align-items: center;


    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /* Medium */
    font-size: 20px;

}

.nav-item {
    cursor: pointer;
    margin-left: 48px;
}

.a-item {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /* Medium */
    font-size: 20px;
    color: #262626;
    text-decoration: none;
    font-weight: bold;
}

.bottom-box {
    position: relative;
}

.box {
    position: absolute;
    top: -114px;
    left: 50%;
    transform: translateX(-50%);

    width: max-content;

}

.about {


    background-color: white;
    padding: 40px 40px 24px;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 50px;
    border: 1px solid #EEEEEE;
    width: 1200px;
}

.about-box {
    width: 96%;
    margin: auto;
    margin-top: 16px;
}

.about-title {
    margin-bottom: 16px;
}

.about-text {
    font-family: 'Ubuntu';
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}

.about-text>p {
    margin-bottom: 16px;
}

.products {


    margin-bottom: 21px;
}

.pro-top {
    width: 1200px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
}

.pro-icon {
    width: 120px;
    height: 120px;
}

.pro-top-right {
    width: 1012px;
    margin-left: 20px;
}

.pro-top-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.pro-top-text {
    font-size: 14px;
    color: #333333;
}

.pro-title {
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}

.pro-text {
    font-size: 14px;
}

.pro-mid {
    width: 1920px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FBF0FF;
    padding: 23px 414px 19px;
    margin-bottom: 50px;
}

.pro-mid-img {
    width: 280px;

}

.pro-svg {
    width: 100%;
}

.pro-mid-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.pro-mid-text {
    font-size: 14px;
}
.pro-get{
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}
.pro-app {
    display: flex;
    width: 1200px;
    margin: auto;
    margin-bottom: 12px;
}

.pro-bottom {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    margin-bottom: 12px;
}

.pro-bottom-title {
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}

.pro-bottom-divider {
    width: 1px;
    height: 12px;
    background-color: #999999;
    margin: 0 12px;
}

.app-img {
    width: 162px;
    height: 48px;
    margin-right: 20px;
    cursor: pointer;
}

.join-item {
    display: flex;
    justify-content: space-between;
}

.join {
    width: 1200px;
    margin: auto;
    margin-bottom: 76px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 21px 0 9px;
}

.join-title {

    margin-bottom: 20px;
}

.join-img {
    width: 285px;
    height: 200px;
    position: relative;
}

.join-text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    /* Medium */
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.contact {
    width: 1920px;

    background: #FBF0FF;

 padding: 32px 0;
}
.contact-title{
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}
.email {
    width: 1200px;
    margin: auto;
    font-size: 14px;
    margin-bottom: 61px;
}

.bottom {
    width: 1200px;
    margin: auto;
    font-size: 14px;
}