* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    /* 去除下划线 */
    color: inherit;
    /* 使用父元素的文本颜色 */
}

li {
    list-style: none;
}

html,
body {
    background: #ffffff;
    cursor: default;
    font-size: 100%;
}

.versionHeart {
    width: 76rem;
    height: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 4.875rem;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 50%;
    background: #ffffff;
    transform: translate(-50%);
    z-index: 1000;
}

    .header .layout1 {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

        .header .layout1 .left1 {
            width: 25%;
            height: 100%;
            display: flex;
            align-items: center;
        }

            .header .layout1 .left1 .logo {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .header .layout1 .left1 .logo img {
                    /*! width: 11.81rem; */
                    /*! height: 3.44rem; */
                    image-rendering: pixelated;
                }

        .header .layout1 .right1 {
            width: 50%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            line-height: 100%;
        }

            .header .layout1 .right1 a {
                display: inline-block;
                min-width: 5rem;
                text-align: center;
                font-size: 1.13rem;
                color: #666666;
                cursor: pointer;
                justify-content: center;
                align-items: center;
            }

            .header .layout1 .right1 .current {
                font-size: 1.13rem;
                font-weight: 700;
                color: #666666;
                position: relative;
            }

                .header .layout1 .right1 .current::before {
                    content: "";
                    position: absolute;
                    top: 240%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 3rem;
                    height: 0.3rem;
                    background: #ff9453;
                    transition: opacity 0.3s;
                }

#banner {
    width: 100%;
    height: 40.63rem;
    margin: 4.13rem auto 0;
    overflow: hidden;
}

    #banner .banner-bg {
        position: relative;
        display: block;
    }

        #banner .banner-bg:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
        }

        #banner .banner-bg .bgImg {
            width: 100%;
            height: 40.63rem;
            image-rendering: pixelated;
        }

        #banner .banner-bg .box {
            position: absolute;
            top: 11rem;
            right: 22rem;
            width: 21rem;
            height: 25rem;
            background-color: #ffffff;
            border-radius: 0.31rem;
            display: inline;
            zoom: 1;
            /* 为IE8添加zoom属性 */
        }

            #banner .banner-bg .box .yellow-top {
                width: 21rem;
                height: 0.3rem;
                background-color: #3C58DB;
                border-radius: 0.31rem 0.31rem 0 0;
            }

            #banner .banner-bg .box .account-login {
                display: block;
            }

                #banner .banner-bg .box .login-label {
                    height: 5rem;
                    text-align: center;
                    line-height: 5rem;
                    font-size: 2rem;
                    font-weight: 600;
                    font-stretch: normal;
                    letter-spacing: 0.06rem;
                    color: #333333;
                    padding: 0.3rem;
                    box-sizing: border-box;
                }

                    #banner .banner-bg .box .login-label .login-title {
                        margin-left: 1.5rem;
                    }

                    #banner .banner-bg .box  .login-label .right-img {
                        cursor: pointer;
                        float: right;
                        width: 3.6rem;
                        height: 3.6rem;
                    }

                #banner .banner-bg .box .account-login .login-input {
                    width: 18rem;
                    height: 2.38rem;
                    background-color: #ffffff;
                    border-radius: 0.13rem;
                    border: solid 0.13rem #d9e3f1;
                    margin: 1.25rem auto;
                    line-height: 2.38rem;
                    display: flex;
                    align-items: center;
					padding-left:2.5rem;
                }

                    #banner .banner-bg .box .account-login .code-input-box {
                        width: 11rem;
                        height: 2.375rem;
                        background-color: #ffffff;
                        border-radius: 0.13rem;
                        border: solid 0.13rem #d9e3f1;
                        display: flex;
                        align-items: center;
						padding-left:2.5rem;
                    }

                    #banner .banner-bg .box .account-login .login-input .verify-img {
                        width: 6.75rem;
                        height: 2.1875rem;
                        cursor: pointer;
                    }

                    #banner .banner-bg .box .account-login .login-input .input-icon {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 2.5rem;
                        height: 2rem;
                        background-color: #f5eeee;
                        border-radius: 0.125rem 0 0 0.125rem;
                        line-height: 3.125rem;
                    }

                        #banner .banner-bg .box .account-login .account-img {
                            
							background: url(/themes/home/default/Static_tonghui/images/icon1.png) no-repeat;
							background-size:1.31rem 1.5rem;
							background-position-y: 0.22rem;
							background-position-x: 0.63rem;
                        }

                        #banner .banner-bg .box .account-login .password-img {
                            
							background: url(/themes/home/default/Static_tonghui/images/icon2.png) no-repeat;
							background-size:1.25rem 1.38rem;
							background-position-y: 0.27rem;
							background-position-x: 0.63rem;
                        }

                        #banner .banner-bg .box .account-login .code-img {
                           
							background: url(/themes/home/default/Static_tonghui/images/icon3.png) no-repeat;
							background-size:1.5rem 1.19rem;
                        }
						#banner .banner-bg .box .account-login .code-box {
							display: flex;
							align-items: center;
							justify-content: center;
						}

						#banner .banner-bg .box .account-login .code-box .code {
							width: 6.25rem;
						}

                    #banner .banner-bg .box .account-login .login-input input {
                        outline: none;
                        border: none;
                        background-color: transparent !important;
                        margin-left: 0.625rem;
                        font-size: 1rem;
                    }

                #banner .banner-bg .box .account-login .login-error {
                    width: 18rem;
                    height: 1.25rem;
					color:red;
                    margin: 0.625rem auto;
                }

                #banner .banner-bg .box .account-login .login-button {
                    cursor: pointer;
                    width: 18rem;
                    margin: 0 1.625rem;
                    height: 2.375rem;
                    border: none;
                    border-radius: 0.25rem;
                    color: white;
                    font-size: 1rem;
                    background: #3170ff;
                }

                #banner .banner-bg .box .account-login .login-other {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border: none;
                    margin: 0.625rem auto;
                    font-size: 0.875rem;
                    line-height: 2.25rem;
                    letter-spacing: 0.0625rem;
                }

                    #banner .banner-bg .box .account-login .login-other .left .no_account {
                        color: #132069;
                    }

                    #banner .banner-bg .box .account-login .login-other .left .register {
                        cursor: pointer;
                        font-weight: 500;
                        color: #ea4848;
                    }

            #banner .banner-bg .box .account-login .login-other .right {
                        color: #999999;
                    }
            #banner .banner-bg .box .code-login .wx-image {
                display: flex;
				justify-content: center;
				align-items: center;
				flex-wrap: wrap;
                margin: 0 2.45rem;
                width: 16rem;
                height: 16rem;
            }

            #banner .banner-bg .box .code-login .wx-info {
				margin-top: 1rem;
                text-align: center;
            }

.section {
    width: 100%;
    height: 39.75rem;
    margin: 0 auto;
    overflow: hidden;
}

.title-zh {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
    position: relative;
}

    .title-zh::before {
        content: "";
        position: absolute;
        top: 3rem;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 2.75rem;
        height: 0.25rem;
        background: #F9B024;
        transition: opacity 0.3s;
    }

.title-en {
    padding-top: 2.31rem;
    font-size: 0.88rem;
    color: #666666;
    line-height: 0.88rem;
    text-align: center;
}

#productInfo {
    padding: 4.31rem 0;
    height: 39.75rem;
    background-color: #F0F2F6;
}

    #productInfo .content {
        width: 77rem;
        height: 33.56rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #productInfo .content .digit {
            width: 24.25rem;
            height: 16.5rem;
            background: linear-gradient(0deg, #3574fe 0%, #549fff 100%);
            border-radius: 0.63rem;
            transition: all 0.8s;
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: default;
            position: relative;
        }

            #productInfo .content .digit:hover {
                background: linear-gradient(0deg, #4862ff 0%, #5a7dff 100%);
                transform: translateY(-2rem) !important;
                transition: 0.2s !important;
            }

            #productInfo .content .digit .top-image {
                position: absolute;
                bottom: -0.2rem;
            }

                #productInfo .content .digit .top-image .bg-img {
                    width: 24.25rem;
                    height: 16.5rem;
                }

            #productInfo .content .digit .bottom-content {
                position: relative;
                top: 1.31rem;
                z-index: 999;
                text-align: center;
            }

                #productInfo .content .digit .bottom-content .title {
                    font-size: 1.5rem;
                    color: #FFFFFF;
                    line-height: 1.5rem;
                }

                #productInfo .content .digit .bottom-content .info {
                    padding-top: 1.13rem;
                    font-size: 0.88rem;
                    color: #FFFFFF;
                    line-height: 2;
                }

#kefuInfo {
    width: 77rem;
    height: auto !important;
    background: #ffffff;
    padding: 4.31rem 0 0 0;
}

    #kefuInfo .content {
        margin-top: 4rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        #kefuInfo .content .p_plist {
            width: 24.25rem;
            height: 9rem;
            background: #ffffff;
            border: 0.06rem solid #e3e3e3;
            border-radius: 0.25rem;
            padding: 1.69rem 0.2rem 1.69rem 2.06rem;
            margin: 0 1.6rem 2.13rem 0;
            display: flex;
        }

            #kefuInfo .content .p_plist:hover {
                transform: translateY(-1rem) !important;
                transition: 0.2s !important;
            }

            #kefuInfo .content .p_plist .info {
                padding-left: 1.59rem;
            }

                #kefuInfo .content .p_plist .info .title1 {
                    font-size: 1.25rem;
                    color: #333333;
                    font-weight: 600;
                    margin-bottom: 0.63rem;
                }

                #kefuInfo .content .p_plist .info .title2 {
                    font-size: 1rem;
                    color: #3170FF;
                    margin-bottom: 1.06rem;
                }

                #kefuInfo .content .p_plist .info .left-img {
                    cursor: pointer;
                    width: 4.63rem;
                    height: 1.44rem;
                    min-height: 1rem;
                }

            #kefuInfo .content .p_plist .right-img {
                width: 5.63rem;
                height: 5.63rem;
            }

            #kefuInfo .content .p_plist:nth-child(3n) {
                margin-right: 0;
            }

#aiAssistant {
    width: 120rem;
    height: 52rem;
    background: url("/themes/home/default/Static_tonghui/images/img1.jpg") no-repeat;
    background-size: 100% 100%;
}

    #aiAssistant .right {
        padding-top: 7.56rem;
        width: 42rem;
    }

        #aiAssistant .right .title_sub {
            padding-top: 1.06rem;
            font-size: 1.25rem;
            font-weight: 300;
            color: #ffffff;
        }

        #aiAssistant .right .right-title {
            display: flex;
            flex-direction: column;
            font-size: 2.13rem;
            font-weight: 700;
            color: #ffffff;
        }

        #aiAssistant .right .right-img {
            padding-top: 2.56rem;
            display: flex;
            align-content: center;
        }

            #aiAssistant .right .right-img .ai-img-box {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-right: 4.69rem;
            }

                #aiAssistant .right .right-img .ai-img-box .ai-img {
                    width: 8.75rem;
                    height: 9.88rem;
                }

                    #aiAssistant .right .right-img .ai-img-box .ai-img:nth-child(3) {
                        margin-right: 0;
                    }

        #aiAssistant .right .btn-img {
            margin-top: 3.94rem;
            cursor: pointer;
            width: 12rem;
            height: 3rem;
            font-size: 1.25rem;
            font-weight: 700;
            color: #254ff5;
            text-align: center;
            line-height: 3rem;
            background-image: url("/themes/home/default/Static_tonghui/images/button.png");
            background-size: 100% 100%;
        }

#contact {
    height: 42rem;
    padding: 2rem 0;
    background: #F0F4F9;
}

    #contact .content {
        margin-top: 4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #contact .content .contact_01 {
            width: 4.94rem;
            height: 4.5rem;
        }

        #contact .content .contact_02 {
            width: 7.19rem;
            height: 4.5rem;
        }

        #contact .content .contact-left {
            padding-left: 2.13rem;
            width: 14.38rem;
            height: 26.88rem;
            background: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            #contact .content .contact-left .content-left-1 {
                padding-top: 3.25rem;
                padding-bottom: 1.81rem;
                font-size: 1.25rem;
                font-weight: 400;
                color: #333333;
            }

            #contact .content .contact-left .content-left-2 {
                width: 1.44rem;
                height: 0.31rem;
            }

            #contact .content .contact-left .content-left-3 {
                padding-top: 1.38rem;
                padding-bottom: 1rem;
                font-size: 1.25rem;
                font-weight: 400;
                color: #3170ff;
            }

            #contact .content .contact-left .left-img {
                width: 4.63rem;
                height: 1.44rem;
            }

        #contact .content .contact-center {
            width: 45rem;
            height: 26.88rem;
            background: #3170ff;
            padding: 2.06rem;
            display: flex;
        }

            #contact .content .contact-center .contact-map {
                width: 19rem;
                height: 22.94rem;
                background: #ffffff;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            #contact .content .contact-center .center-right {
                flex: 1;
                padding-left: 4.06rem;
                position: relative;
            }

                #contact .content .contact-center .center-right .contact_02 {
                    margin-top: 3.69rem;
                }

                #contact .content .contact-center .center-right .center-box {
                    position: absolute;
                    top: 5rem;
                }

                    #contact .content .contact-center .center-right .center-box .box-title {
                        font-size: 1.75rem;
                        font-weight: 700;
                        color: #ffffff;
                    }

                    #contact .content .contact-center .center-right .center-box .box-address {
                        font-size: 1.25rem;
                        font-weight: 400;
                        color: #ffffff;
                    }

.footer {
    width: 100%;
    height: 15rem;
    margin: 0 auto;
    padding-top: 1.56rem;
    background: #3E3E3E;
    color: #efefef;
    font-size: 0.875rem;
    text-align: center;
}

    .footer .illustrate {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

        .footer .illustrate p {
            margin: 0.875rem 0;
        }

        .footer .illustrate img {
            width: 1rem;
            height: 1rem;
        }

    .footer .registration {
        width: 8.38rem;
        height: 2.94rem;
    }

    .footer .foot-intro {
        border-top: #505050 0.06rem solid;
        margin-top: 0.75rem;
        padding-top: 1rem;
        letter-spacing: 0.06rem;
        color: #c0c0c0;
    }
/*# sourceMappingURL=index.css.map */
