html, body {
    margin: 0;
    padding: 0;
    font-size: 100px;
}

.body {
    min-width: 1200px;
    font-family: PingFang SC;
    font-weight: 400;
    position: relative;
}

a {
    color: inherit;
    text-decoration: none;
}

.top {
    background-image: url(./../images/home/Group33.png);
    background-size: 100% 13.8rem;
    padding: .1px;
    font-size: .22rem;
    height: 10.8rem;
}

.login{
    width: 0.88rem;
    height: 0.6rem;
    background: #5746ED;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    font-weight: 500;
    font-size: 0.22rem;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: .6rem;
    cursor: pointer;
}
.register{
    background: #d4cfff;
    color: #5746ed;
}
.top_header {
    height: 1rem;
    display: flex;
}

.top_header > div {
    flex: 1;
}

.top_header_left {

}

.top_header_center {
    justify-content: space-around;
    display: flex;
}

.top_header_center_item:hover {
    color: #5A42EC;
}

.top_header_center > div {
    line-height: 1rem;
    width: 2rem;
    text-align: center;
    cursor: pointer;
}

.top_pic {
    position: fixed;
    right: 0;
    top: 50%;
    cursor: pointer;
    z-index: 9;
}

.chat_icon {
    width: 1.24rem;
    height: 1.24rem;
}

.top_pic:hover >  .er {
    display: inline-block;
}

.top_pic .er {
    display: none;
    background-image: url("./../images/home/Group14.png");
    background-size: 100% 100%;
    width: 1.85rem;
    height: 1.85rem;
    position: absolute;
    right: 1.2rem;
    bottom: -11px;
}

.top_pic .er img {
    width: 1.27rem;
    height: 1.54rem;
    margin: 12px 17px;
}

.top_produce {
    position: absolute;
    top: .8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.top_header_right {
    display: flex;
    justify-content: flex-end;
}

.top_header_right > div {
    line-height: 1rem;
    margin-right: .4rem;
}

.top_header_right img {
    display: inline-block;
    width: .27rem;
    height: .27rem;
    vertical-align: sub;
}

div.top_produce {
    display: none;
    position: fixed;
    height: 6.68rem;
    background: white;
    width: 100%;
    top: 1rem;
}

.top_produce > div {
    margin: 0.3rem .2rem 0.6rem;
    display: flex;
    height: auto;
    min-height: 5.48rem;
}

.top_produce_left,
.top_produce_center,
.top_produce_right {
    flex: 1;
    width: 33.33%;
    padding: 0.2rem 0.8rem;
}

.top_produce_center {
    border-left: 1px solid gainsboro;
}

.top_produce_right {
    border-left: 1px solid gainsboro;
}

.top_produce_left:hover, .top_produce_center:hover, .top_produce_right:hover {
    background: linear-gradient(180deg, #EFEFFF 0%, #E8F5FF 100%);
}

/* 价格和方案悬浮菜单样式 */
.top_pricing {
    display: none;
    position: fixed;
    background: white;
    width: 100%;
    top: 1rem;
    left: 0;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.top_pricing > div {
    padding: 0.6rem 0.6rem 0.8rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.top_pricing_item {
    width: 10rem;
    padding: 0.3rem 0.5rem;
    transition: background 0.3s ease;
}

.top_pricing_item:hover {
    background: linear-gradient(180deg, #EFEFFF 0%, #E8F5FF 100%);
}

.top_pricing_header {
    font-size: 0.3rem;
    color: #0C0C0C;
    border-bottom: 2px solid #666666;
    display: inline-block;
    line-height: .6rem;
    cursor: pointer;
    margin-bottom: .3rem;
}

.top_pricing_header a {
    color: #0C0C0C;
    text-decoration: none;
}

.top_pricing_header:hover a {
    color: #5538E9;
}

.top_pricing_desc {
    font-size: 0.18rem;
    color: #999999;
    line-height: 0.32rem;
}

.top_produce_header {
    font-size: 0.3rem;
    color: #0C0C0C;
    border-bottom: 2px solid #666666;;
    display: inline-block;
    line-height: .6rem;
    cursor: pointer;
    margin-bottom: .4rem;
}

.top_produce > div > div {
    padding: .2rem .2rem .1rem;
}

.top_produce_header:hover {
    color: #5538E9;
}

.top_produce_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.top_produce_item {
    width: 2.8rem;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.22rem;
}

.product_item_title {
    font-size: .2rem;
    color: #0c0c0c;
    margin-bottom: .12rem;
}

.product_item_desc {
    font-size: .15rem;
    color: #999999;
    margin-bottom: .4rem;
}

.top_main {
    margin-top: 2.5rem;
}

.top_main_title {
    text-align: center;
    font-weight: 600;
    font-size: .78rem;
    color: #593CE9;
    max-width: 90%;
}

.top_main_desc {
    text-align: center;
    margin-top: .48rem;
    height: .34rem;
    line-height: .34rem;
    font-weight: 400;
    font-size: 0.32rem;
    color: #000000;
}

.top_main_btn {
    text-align: center;
    width: 1.94rem;
    line-height: .56rem;
    height: .56rem;
    background: linear-gradient(28deg, #09BBFE, #5A42EC);
    border-radius: .27rem;
    margin: .9rem auto 2.5rem;
    color: #ffffff;
}

.second {
    padding: 1.3rem 1.25rem .75rem 1rem;
    background-color: #5746ED;
}

.second_title {
    font-size: .48rem;
    color: white;
}

.second_title span {
    font-size: .67rem;
}

.second_desc {
    font-size: .36rem;
    margin-top: .46rem;
    color: white;
}

.second_main {
    margin-top: 1.28rem;
    display: flex;
    justify-content: space-around;
}

.second_main_item img {
    width: 0.28rem;
    height: 0.27rem;
    margin-right: .1rem;
}

.second_main > div {
    width: 7.08rem;
    min-height: 5.23rem;
    background-color: white;
    border-radius: .4rem;
    overflow: hidden;
    position: relative;
}

.second_main .second_main_bg {
    width: 100%;
    height: 100%;
    background-image: url("./../images/home/Rectangle5.png");
    background-size: 100% 100%;
    position: absolute;
}

.second_main_content {
    background: white;
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: .1px;
    position: relative;
    border-radius: .4rem;
}

.second_main_left {
    font-size: 0.24rem;
    color: #000000;
    font-weight: 100;
}

.second_main_right {
    font-weight: 100;
    font-size: 0.24rem;
    color: #000000;
}

.second_main_item {
    margin-left: .91rem;
    margin-top: .35rem;
}

.second_main_item span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.4rem;
}

.second_main_item:nth-child(1) {
    margin-top: 1rem;
}

.second_main_left .second_main_item {
    margin-bottom: .25rem;
    line-height: 0.3rem;
    margin-right: .6rem;
}

.second_main_right .second_main_item {
    margin-bottom: .25rem;
    margin-right: .6rem;
    line-height: 0.4rem;
}

.second_main_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.91rem;
    height: 1.52rem;
}

.third {
    display: flex;
    font-weight: 400;
    justify-content: space-evenly;
    margin-top: .5rem;
}

.third img {
    width: .67rem;
    height: .67rem;
}

.third_one {
    width: 3.7rem;
    margin-top: 1.24rem;
}

.third_one img {
    width: .79rem;
    height: .8rem;
}

.third_title {
    font-weight: bold;
    font-size: 0.32rem;
    color: #000000;
}

.third_desc {
    width: 3.69rem;
    height: 1.2rem;
    margin: 0.37rem 0 0.31rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
}

.third_tips {
    font-weight: bold;
    font-size: 0.26rem;
    color: #5046E5;
}

.forth {
    background: linear-gradient(180deg, #EFFEFF 0%, #F6EDFF 100%);
    height: 6.98rem;
    padding: .1px;
}

.forth_title {
    font-weight: 400;
    font-size: 0.74rem;
    color: #000000;
    text-align: center;
    margin-bottom: .4rem;
    margin-top: 2.5rem;
}

.forth_desc {
    font-weight: 400;
    font-size: 0.28rem;
    color: #000000;
    text-align: center;
}

.forth_btn {
    width: 2.37rem;
    height: 0.92rem;
    background: #5046E5;
    border-radius: 0.41rem;
    border: 0.01px solid #4467FF;
    color: #FFFFFF;
    line-height: 0.92rem;
    text-align: center;
    font-size: .28rem;
    margin: .6rem auto 2rem;
}

.footer {
    display: flex;
    justify-content: space-evenly;
    font-size: .24rem;
    height: 5.13rem;
}

.footer_title {
    color: #000000;
    margin-top: .85rem;
}

.footer_item {
    line-height: 0.2rem;
    margin-top: 0.4rem;
    font-weight: 500;
    font-size: 0.22rem;
    color: #3F3C78;
}

/* --- Animations Application --- */

/* Set initial state for elements that will be animated */
.second, .third, .forth {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Stagger the transition delay */
.third {
    transition-delay: 0.2s;
}

.forth {
    transition-delay: 0.4s;
}

/* The .visible class will be added by JavaScript to trigger the transition */
.second.visible, .third.visible, .forth.visible {
    opacity: 1;
    transform: translateY(0);
}


/* Card hover effect */
.third_one {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: .3rem;
}

.third_one:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Button hover effect */
.top_main_btn, .forth_btn {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.top_main_btn:hover, .forth_btn:hover {
    transform: scale(1.05);
}


.top_header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}
