body {
    overflow: hidden;
}

.about-hua-rui-container {
    width: 100%;
    padding: 0 1.6rem;
}

.title {
    font-size: 0.26rem;
    font-weight: bolder;
}

.title-en {
    font-size: 0.16rem;
}

.about-hua-rui {
    width: 100%;
    margin-top: 0.5rem;
}

.about-hua-rui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.12rem;
    background-color: #fff;
}

.about-hua-rui-left {
    width: 8rem;
    padding: 0.46rem 0.36rem;
}

.about-hua-rui-title {
    padding-bottom: 0.3rem;
    width: 1.6rem;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.2rem;
}

.about-hua-rui-text {
    margin-top: 0.2rem;
}

.about-hua-rui p {
    font-size: 0.18rem;
    color: #808080;
    line-height: 0.3rem;
    overflow: hidden;
    white-space: pre-line;
}

.about-hua-rui-right {
    width: 5.8rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    color: #031833;
    font-size: 0.16rem;
    font-weight: bold;
    margin-top: 0.1rem;
}

.about-hua-rui-right > div {
    height: 1.2rem;
}

.about-hua-rui-right span {
    color: #eaeaea;
    margin: 0 0.36rem 0.2rem;
    font-size: 0.24rem;
    font-weight: 100;
}

.certificates-more {
    margin-left: 0.72rem;
    display: flex;
    align-items: flex-end;
    font-weight: 400;
}

.certificates-more img {
    vertical-align: middle;
}

.certificates-item-num {
    font-size: 0.26rem;
    width: 0.7rem;
    height: 0.7rem;
    background-image: url("/web/assets/index/certificates-num.png");
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 0.7rem;
    margin-top: 0.2rem;
}

.certificates-item-name {
    margin-top: 0.1rem;

}

.brand-card {
    width: 100%;
    height: 2.66rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.34rem 0;
    margin-top: 0.3rem;
    background-color: #fff;
}

.brand-card-box {
    width: 5.02rem;
    height: 2rem;
    background-image: url("/web/assets/aboutHuaRui/about-box.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
}

.brand-card-box .card-left-img{
    text-align: center;
}
.card-left-img img {
    width: 0.5rem;
    height: 0.5rem;
}

.card-left-img-title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
}

.card-right-text {
    width: 3.44rem;
    margin-left: 0.34rem;
    text-align: left;
}

.card-right-text-title {
    font-size: 0.34rem;
    font-weight: 400;
    color: #666666;
}

.card-right-text-content {
    font-size: 0.18rem;
    color: #818181;
}

/*发展历程*/
.development-history {
    width: 100%;
    padding: 0.5rem 1.6rem;
}

.development-title-en {
    font-size: 0.36rem;
    font-weight: bold;
    color: #dcdcdc;
    text-align: center;
}

.development-title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #010101;
    text-align: center;
    margin-top: 0.3rem;
}

.development-title-line {
    width: 0.6rem;
    height: 0.06rem;
    background-color: #2f2e70;;
    margin: 0.22rem auto 0;
}

.development-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 0.04rem;
    margin-top: 1.24rem;
    margin-bottom: 2.38rem;
    background-color: #bfbfbf;
}

.development-content-item {
    width: 0.16rem;
    height: 0.16rem;
    position: relative;
    background-color: #a8a8a8;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
}

.development-content-item .development-info {
    position: absolute;
    top: -0.4rem;
    left: 0;
    width: 4rem;
    pointer-events: none;
}
.development-content-item:nth-of-type(2n) .development-info{
    bottom: -0.4rem;
    top: unset;
}

.development-content-item .development-info .info-time {
    font-size: 0.18rem;
    color: #656565;
}

.development-content-item .development-info .info-line {
    width: 0.3rem;
    height: 0.02rem;
    background-color: #000000;
    margin-left: 0.16rem;
    margin-top: 0.2rem;
}

.development-content-item .development-info .info-content {
    margin-top: 0.24rem;
    font-size: 0.22rem;
    color: #333333;
    letter-spacing: 0.02rem;
}

.development-content-item .development-info .info-content,
.development-content-item .development-info .info-line {
    display: none;
}

.development-content-item.active,
.development-content-item:hover{
    background-image: url("/web/assets/aboutHuaRui/icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 0.72rem;
    height: 0.72rem;
}

.development-content-item.active .development-info,
.development-content-item:hover .development-info{
    bottom: -2.2rem;
    top: unset;
}

.development-content-item.active .development-info .info-time,
.development-content-item:hover .development-info .info-time{
    font-size: 0.28rem;
    font-weight: bold;
    color: #343434;
}

.development-content-item.active .development-info .info-content,
.development-content-item.active .development-info .info-line,
.development-content-item:hover .development-info .info-content,
.development-content-item:hover .development-info .info-line{
    display: block;
}
@media (max-width: 768px) {
    .about-hua-rui-container,.about-hua-rui,.about-hua-rui-left ,.about-hua-rui-right{
        width: 100%;
        padding: 0 0.2rem;
    }
    .about-hua-rui{
        height: unset;
        flex-wrap: wrap;
        padding: 0.2rem;
    }
    .certificates{
        width: 1rem;
    }
    .aboutHuaRui-content{
        margin-top: 0.2rem;
    }
    .brand-card{
        flex-direction: column;
        padding: 0.2rem;
        height: unset;
    }
    .brand-card-box{
        width: 100%;
        margin-top: 0.2rem;
    }
    .brand-card-box .card-left-img{
        text-align: center;
    }
    .development-history{display: none}
}