* {
    margin: 0;
    padding: 0;
    border: 0;
    color: #4B5563;
    box-sizing: border-box;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size:26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.lh14 {
    line-height: 14px;
}

.lh16 {
    line-height: 16px;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh26 {
    line-height: 26px;
}

.lh28 {
    line-height: 28px;
}

.lh30 {
    line-height: 30px;
}

.lh32 {
    line-height: 32px;
}

.lh34 {
    line-height: 34px;
}

.lh36 {
    line-height: 36px;
}

.lh38 {
    line-height: 38px;
}

.lh40 {
    line-height: 40px;
}

.flex {
    display: flex;
}

ul,ol {
    list-style: none;
}

image,img {
    display: block;
}

.t-a-c {
    text-align: center;
}

.bgf {
    background-color: #fff;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.p_r {
    position: relative;
}

.p_a {
    position: absolute;
}

.p_f {
    position: fixed;
}

.wrap {
    
}

input,textarea {
    outline: none;
}

.nav-max {
    height: 64px;
}

body {
    min-width: 1248px;
}

.nav {
    width: 100%;
    box-shadow: 0 2px 10px #eee;
}

.nav-in {
    width: 1248px;
    height: 64px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    /* padding-right: 144px; */ 
}

.nav .logo {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.nav a {
    text-decoration: none;
}
.nav-tab li {
    margin-left: 32px;
    color: #4B5563;
    cursor: pointer;
    align-items: center;
}

.nav-tab li:hover {
    font-weight: 700;
}

.nav-tab .cur a {
    font-weight: 700;
    color: #00BAAD;
}

.banner {
    height: 536px;
    background: url("../images/banner.png") no-repeat center center;
    background-size: cover;
} 

.bgfb {
    background: #F9FAFB;
}

.t-c-f {
    color: #fff;
}

.module-1 {
    
    padding-bottom: 80px;
}

.title-name {
    color: #000;
    padding: 80px 0 64px;
}

.about-us {
    width: 1248px;
    margin: 0 auto;
    justify-content: space-between;
}

.about-us-li {
    width: 395px;
    height: 245px;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.about-us-li .icon {
    width: 64px;
    height: 64px;
}

.about-us-li .name {
    color: #000;
}

.about-us-li .desc{
    color: #4B5563;
}

.more-product {
    width: 1248px;
    margin: 0 auto;
    justify-content: space-between;
}

.product-li {
    width: 295px;
}

.product-li .icon-img {
    width: 295px;
    height: 295px;
    border-radius: 10px;
}

.product-li .desc {
    color: #000;
    padding-top: 16px;
}

.flow {
    width: 1248px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 80px;
}

.flow .icon {
    width: 64px;
    height: 64px;
}

.flow .name {
    padding: 16px 0 8px;
    color: #000;
}

.flow .desc {
    color: #4B5563;
}

.flow li {
    flex-direction: column;
    align-items: center;
    position: relative;
}

.flow::before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: rgba(0, 186, 173, 0.2);
    position: absolute;
    left: 0;
    top: 32px;
}

.call-us {
    width: 1248px;
    margin: 0 auto;
    padding: 32px;
    background: #F9FAFB;
    border-radius: 10px;
}

.call-us .left {
    width: 50%;
}

.us-in {

}

.call-us .tit {
    color: #000;
    padding-bottom: 16px;
}

.call-us .icon-txt {
    align-items: center;
    padding: 8px 0;
}

.call-us .desc {
    color: #4B5563;
    padding-left: 24px;
}

.right .code-img {
    width: 120px;
    height: 120px;
}

.right .code {
    align-items: center;
    color: #4B5563;
}

.right .code .desc {
    padding-left: 20px;
}

.footer {
    padding: 48px 0;
    background-color: #000;
}

.product-banner {
    background: url("../images/product-bg.png") no-repeat center center;
    background-size: cover;
}

.product-wrap {
    width: 1248px;
    margin: 0 auto;
}

.product-wrap .title {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.more {
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #00BAAD;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.product-list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-list li {
    width: 390px;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 8px;
    margin-top:  20px;
    box-shadow: 0 2px 8px #eee;
}

.product-list .img {
    height: 255px;
    display: block;
    margin: 0 auto;
}

.pro-div {
    padding: 15px 0 0;
}

.pro-div .num {
    padding: 10px 0;
    justify-content: space-between;
   
}

.pro-div .num span,.pro-div .num a {
    color: #00BAAD;
}

.media-wrap {
    margin: 0 auto;
    display: block;
}

.login-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #00BAAD;
}

.wrap-login {
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.login-main {
    width: 480px;
    padding: 30px 48px 48px;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.login-main .login {
    width: 120px;
    margin: 0 auto;
    border-radius: 8px;
}

.login-hint {
    padding: 15px 0;
}

.login-main .input {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #E5E7EB;
    padding: 0 20px;
    margin-top: 20px;
}

.login-btns {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #00BAAD;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    cursor: pointer;
}