.ring-brief {
    position: relative;
    width: 100%;
    height: 560px;
}
.ring-brief-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.ring-brief-box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-left: 160px;
    padding-right: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 110px;
}
.ring-bg {
    width: 448px;
    height: 426px;
}
.ring-brief-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.ring-brief-info-t {
    color: #030303;
    font-size: 20px;
    line-height: 40px;
}
.ring-brief-info-t > span {
    font-size: 28px;
    font-weight: 600;
}

.info-box {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 120px;
}

.info-item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 720px;
    height: 800px;
}

.info-data-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.info-data-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.info-cover {
    width: 720px;
    height: 400px;
}
.info-data {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.info-title {
    color: #087D46;
    font-size: 48px;
}
.info-d-box {
    width: 560px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info-d {
    font-size: 20px;
    color: #030303;
}

.intro-box {
    width: 100%;
    height: 1100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.intro-box-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.intro-box-d {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("/static/index/bg-3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 120px;

}
.intro-item {
    width: 720px;
    height: 926px;
    position: relative;
}
.intro-item-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.intro-item-p {
    position: absolute;
    z-index: 2;
}
.pg1 {
    width: 432px;
    height: 460px;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
}
.pg2 {
    width: 336px;
    height: 566px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.intro-d-box {
    position: absolute;
    z-index: 3;
    padding: 24px 60px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(255, 255, 255, 0.71);
    border-radius: 20px;
    bottom: 25px;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
}
.intro-d-t {
    font-size: 48px;
    color: #087D46;
}
.intro-d-d-l {
    display: flex;
    align-items: center;
}
.intro-d-d-i-l {
    font-size: 20px;
    font-weight: bold;
    color: #087D46;
    width: 200px;
}
.intro-d-d-i-r {
    font-size: 20px;
    color: #087D46;
    flex: 1;
}

.company-item {
    position: relative;
    width: 100%;
    height: 500px;
}
.company-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.company-data {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 160px;
    padding-right: 160px;
}
.company-left-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}
.company-title {
    font-size: 48px;
    font-weight: bold;
    color: #030303;
}
.company-address, .company-phone {
    font-size: 20px;
    color: #030303;
}
.company-qrcode-box {
    width: 261px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.company-qrcode {
    width: 261px;
    height: 261px;
}
.company-p-t {
    font-size: 20px;
    color: #030303;
}

.top-logo {
    position: absolute;
    z-index: 99;
    top: 82px;
    left: 160px;
    width: 275px;
    height: 53px;
}
