.tmt-banner{
    width: 100%;
    height: 655px;
    background: url("../images/indexBanner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tmt-banner-light-left{
    left: -200px;
    top: -300px;
}
.tmt-banner-light-right{
    right: 0px;
    top: -200px;
}
.tmt-light{
    width: 990px;
    height: 955px;
    background-image: url("../images/light.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 2;
}
.tmt-banner-cp{
    width: 570px;
    height: 598px;
}
.tmt-banner-download{
    width: 394px;
    height: auto;
}
.tmt-banner-logo{
    width: 396px;
    height: 136px;
}
.tmt-banner .tmt-content{
    height: 100%;
}
.tmt-banner-text{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    color: #E7E7E7;
}
.tmt-v-info{
    z-index: 3;
}
.tmt-banner-download-btn{
    width: 394px;
    height: 143px;
    background-image: url("../images/bannerBtn.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 110px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 3;
}
.tmt-v-info p{
    color:  #DADADA;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
}
.tmt-v-info p a{
    color: #FF8A00;
    text-decoration: underline;
    margin-left: 8px;
}
.tmt-v-info-v{
    color: #DADADA;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    gap: 12px;
}
.tmt-v-info-v img{
    width: 16px;
    height: 16px;
}
.tmt-info{
    position: relative;
}
.tmt-info-left{
    width: 387px;
    height: 448px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.tmt-info-right{
    width: 150px;
    height: 174px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 5%;
}
.tmt-info .tmt-content img{
    position: relative;
    z-index: 2;
    height: 792px;
}
.tmt-why-light{
    left: -300px;
    bottom: -300px;
}
.tmt-why{
    height: 686px;
    background: url("../images/moveCpBg.png"),linear-gradient(261.4deg, #F9F9F9 0%, #FFF7DF 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    overflow: hidden;

}
.tmt-why .tmt-content{
    height: 100%;
    position: relative;
}
.tmt-hide-left{
    left: -20% !important;
    transition: ease-in-out 0.5s ;
    opacity: 0 !important;
}
.tmt-hide-right{
    right: -20% !important;
    transition: ease-in-out 0.5s ;
    opacity: 0 !important;
}
.tmt-why-info{
    position: absolute;
    left: 0;
    width: 484px;
    height: auto;
    opacity: 1;
    transition: ease-in-out 0.5s ;
}
.tmt-why-cp{
    width: 616px;
    height: 440px;
    position: absolute;
    right: 0;
    bottom: 107px;
    opacity: 1;
    transition: ease-in-out 0.5s ;
}
.tmt-why-info p{
    color: rgba(219, 219, 219, 1);
    font-size: 14px;
    font-weight: 400;
}
.tmt-why-info-title p:first-child{
    background: radial-gradient(45% 100% at 40% 50%, #FF8A00 30%, #FFFFFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    margin-bottom: 12px;
}
.tmt-why-info-des{
    margin-top: 56px;
}
.tmt-why-info-des>div{
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.tmt-why-info-des p{
    width: 90%;
}
.tmt-why-info-des p:first-child{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
}
.tmt-why-info-des img{
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
.tmt-user{
    height: auto;
    background:
            linear-gradient(180deg, #FFF4E7 0%, rgba(255, 255, 255, 0) 54.85%),
            url("../images/indexUserBg.png") no-repeat top center;
}
.tmt-user .tmt-content{
    height: 100%;
    min-height: 1046px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
}
.tmt-user-top{
    margin-top: 72px;
}
.tmt-user-title{
    color: #535353;
    font-size: 44px;
}
.tmt-user-info p{
    color: #8F8F8F;
    font-size: 12px;
    margin-bottom: 13px;
}
.tmt-user-info-lastp{
    color: #5C5C5C !important;
    font-size: 16px !important;
}
.tmt-user-info-btn a{
    margin-top: 36px;
    text-align: center;
    line-height: 36px;
    margin-right: 16px;
    width: 100px;
    height: 36px;
    border-radius: 8px;
    background: #ffffff;
    display:inline-flex;
    font-size: 14px;
    color: #272727;

    box-shadow:0px 0px 0px 1px rgba(235, 235, 235, 1), 0px 1px 3px 0px rgba(143, 143, 143, 0.2),0px -2.4px 0px 0px rgba(62, 62, 62, 0.04) inset;

    justify-content: center;
    align-items: center;

}
.tmt-user-info-btn a:last-child{
    background: #383838;
    color: #ffffff;
    box-shadow: 0px 0px 0px 1px #2D2D2D,0px 1px 3px 0px #28282833,0px -2.4px 0px 0px #494949 inset;
}
.tmt-user-info-btn img{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.tmt-user-list{
    width: 1152px;
    margin: 0 auto;
    margin-top: 64px;
    gap: 24px;
    column-count: 3;
    flex-flow:column wrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 212px;
    opacity: 1;
    transition: ease-in-out 0.8s;
}
.tmt-hide-bottom{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    opacity: 0;
    transition: ease-in-out 2s;
}
.tmt-user-card{
    box-shadow:0px 53px 32px 0px rgba(0, 0, 0, 0.02),
    0px 6px 13px 0px rgba(0, 0, 0, 0.04),
    0px -2.4px 0px 0px rgba(61, 61, 61, 0.04) inset,
    0px 1px 3px 0px rgba(143, 143, 143, 0.2),
    0px 0px 0px 1px rgba(234, 234, 234, 1);
    width: 368px;
    height: auto;
    border-radius: 20px;
    padding: 24px;
    background: rgba(255, 255, 255, 1);
    break-inside: avoid-column;
    margin-bottom: 24px;
}
.tmt-user-card:hover{
    background: rgba(247, 247, 247, 1);
    cursor: pointer;
}
.tmt-user-nameTop{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}
.tmt-user-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.tmt-user-img img{
    width: 40px;
    height: 40px;
}
.tmt-user-signal img{
    width: 20px;
    height: 20px;
}
.tmt-user-text{
    color:  rgba(56, 56, 56, 1);
    font-size: 16px;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 20px;
}
.tmt-user-date{
    color:  rgba(143, 143, 143, 1);
    font-size: 12px;
    font-weight: 400;
}

