.bodyContent {
    background-color: #151516;
}
.bodyContent .brTitleMenu {
    font-size: 0.22rem;
}
.brPart {
    position: relative;
}
.menuImg {
    width: 2.4rem;
    /* height: 0.8rem; */
}
/* part1 */
.brPart1 {
    height: 10rem;
    margin: auto;
    position: relative;
    max-width: 18rem;
    min-width: 12rem;
    overflow: hidden;
}
.brPartBg {
    height: 10rem;
}
.brPartBg1 {
    height: 9rem;
}
.brPartBg2 {
    height: 11rem;
    line-height: 1.2rem;
    position: relative;
    color: #fff;
    font-size: 0.19rem;
}
.brPartBg2Span1 {
    color: #d5b084;
    line-height: 1.2rem;
    padding-left: 0.3rem;
}
.brPartBg2Span {
    color: #d5b084;
    font-size: 0.44rem;
    padding-left: 0.3rem;
    position: absolute;
}
.brPartBg2content1 {
    position: absolute;
    left: 3.4rem;
}
.brPartBg2content2 {
    position: absolute;
    left: 6rem;
}
.brPartBg2content3 {
    position: absolute;
    left: 9.2rem;
}
.brPartBg2content4 {
    position: absolute;
    left: 12.5rem;
}
.brPartContent {
    position: absolute;
    top: 3rem;
    left: 3rem;
    font-size: 0.38rem;
    color: #ffffff;
}
.brPartContentMIn {
    position: absolute;
    top: 4.5rem;
    left: 3rem;
    font-size: 0.2rem;
    color: #ffffff;
    font-family: "serif";
}

.brPartBg1 .brPart1BgSubmit {
    position: absolute;
    top: 7rem;
    left: 2.46rem;
    width: 2.6rem;
    height: 0.9rem;
}
.brPartBg1 .brPart1BgSubmit .img {
    width: 1.5rem;
    height: 0.4rem;
}
.brPart1BgSubmitBtn {
    position: relative;
}
.brPart1BgSubmitBtnText {
    position: absolute;
    font-size: 0.2rem;
    color: #000;
    /* left: 0.7rem; */
    top: 0.05rem;
}
/* part2 */
.brPart2 {
    height: 8rem;
    position: relative;
}
.brPart2Content {
    position: absolute;
    left: 9rem;
    top: 1rem;
    transform: translate(-50%);
}
.brTitle {
    color: #d5b084; /* 金色 */
    font-size: 0.36rem;
    text-align: center;
}
.brMinTitle {
    margin-bottom: 0.8rem;
}
.brMinTitle1 {
    color: #666;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 0.6rem;
}

.brMinModal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    justify-content: center;
    text-align: center;
    padding: 0.3rem;
}
.minContent {
    min-width: 3rem;
}
.minContentTitle {
    margin: 0.2rem 0;
    color: #fff;
    font-size: 0.18rem;
}
.minContentTextNext {
    line-height: 0.3rem;
}
/* part3 */
.brPart3 {
    height: 8rem;
    margin: auto;
    position: relative;
    max-width: 18rem;
    min-width: 12rem;
}
.brPartContent3 {
    position: absolute;
    top: 1rem;
    left: 2.1rem;
    font-size: 0.38rem;
    color: #ffffff;
}
.brPartContentMIn3 {
    position: absolute;
    top: 1.7rem;
    left: 2.1rem;
    font-size: 0.14rem;
    color: #aba9ac;
    font-family: "serif";
}
.brContentIconText {
    position: absolute;
    top: 3.2rem;
    left: 2.1rem;
    font-size: 0.18rem;
    color: #ffffff;
    height: 1rem;
    display: flex;
    align-items: flex-end;
}
.iconText1 {
    left: 2.6rem;
}
.iconText2 {
    left: 4.4rem;
}
.iconText3 {
    left: 6.1rem;
}
.iconText4 {
    left: 7.8rem;
}
.iconText5 {
    left: 9.5rem;
}
.iconText6 {
    position: absolute;
    top: 5.3rem;
    left: 3.5rem;
    width: 6.5rem;
    line-height: 0.5rem;
    color: #d5b084;
    font-size: 0.24rem;
}
/* 切换tab */
.tab-btn {
    cursor: pointer;
    color: #fff;
}
.tab-btn.active {
    color: #d5b084;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
/* part4 */
.brPart4 {
    max-width: 18rem;
    min-width: 12rem;
    height: 7rem;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.brPartContent4 {
    position: absolute;
    width: 4rem;
    height: 6.5rem;
    top: 3rem;
    right: 1.4rem;
    color: #fff;
    font-size: 0.2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* X列 */
    gap: 0rem; /* 网格间距 */
    justify-content: center;
    text-align: center;
}
.brPartContent4Title {
    margin-top: 0.2rem;
}
/* part5 */
.brPart5 {
    height: 8rem;
}
.brPartContent5img {
    position: absolute;
    width: 16.4rem;
    top: 3rem;
    left: 0.8rem;
    color: #fff;
    font-size: 0.16rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.2rem;
    justify-content: center;
    overflow: hidden;
}
.brPartContent5img img {
    width: 3rem;
}
.brImgContent {
    overflow: hidden;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    width: 2.8rem;
    height: 2rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brImgContentImg3 {
    transform: scale(0.9);
}
.brImgContentImg5 {
    transform: scale(5.4);
    margin-left: 0.2rem;
}
.brImgContentImg2 {
    transform: scale(0.7);
}
.brImgContentImg8 {
    transform: scale(0.6);
}
.brImgContentImg9 {
    transform: scale(0.55);
}
.brImgContentImg10 {
    transform: scale(0.8);
}
.brImgContentImg7 {
    transform: scale(6);
}
/* 轮播图 */
.carousel-container {
    margin: 0 auto;
    height: 6.5rem;
}
.swiper {
    margin: auto;
    width: 18rem;
    height: 7rem;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    display: flex !important;
    height: 7rem !important;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-slide img {
    width: 12.6rem;
    height: 6.3rem;
    border-radius: 0.1rem;
    transform: scale(0.9); /* 缩小 */
}

.swiper-slide-active {
    opacity: 1;
    height: 7.56rem;
    transition: transform 0.5s ease;
}
.swiper-slide-active img {
    width: 8.2rem !important;
    height: 7rem !important;
    transition: transform 0.5s ease;
    z-index: 999;
}
/* 表单提交 */
.brPart6 {
    height: 8.4rem;
}
.submitPart {
    height: 7.3rem;
}
.submitPartForm {
    position: absolute;
    top: 2.57rem;
    left: 1.33rem;
    width: 5.25rem;
    height: 5.82rem;
}
.formRight {
    position: absolute;
    top: 2.365rem;
    left: 6.75rem;
    height: 6.3rem;
}
.fromTitle {
    color: #d5b084;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
    text-align: center;
}
.form-group {
    margin-bottom: 0.2rem;
    width: 4.96rem;
}

input,
textarea {
    width: 4.76rem;
    padding: 0.15rem;
    font-size: 0.16rem;
    border: 0.01 solid #333;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 0.05rem;
}
input::placeholder,
textarea::placeholder {
    color: #d5b084;
}
textarea {
    height: 1.44rem;
    resize: none;
}
.submit-btn {
    width: 5.06rem;
    padding: 0.12rem;
    background: #d9a76c;
    color: #fff;
    border: none;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    cursor: pointer;
}
.submit-btn:hover {
    background: #d9a76c;
}
.brFooter {
    height: 1rem;
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.14rem;
    color: #999;
    background-color: #fff;
    position: relative;
    margin: auto;
    max-width: 18rem;
    min-width: 12rem;
}
.brFooterBackground{
    background-color: #151516;
    height: 0.9rem;
}
.brFooterSpanFirst{
    margin-top: 0.1rem;
}

.brFooterSpanFloor {
    cursor: pointer;
    height: 0.2rem;
    display: flex;
    justify-content: center;
    margin-top: -0.4rem;
}
.brFooterSpan {
    cursor: pointer;
    height: 0.2rem;
    display: flex;
    justify-content: center;
    margin-top: -0.5rem;
}

.brBtnForm1 {
    position: relative;
}
.brBtnForm2 {
    position: relative;
}
.brBtnForm3 {
    position: relative;
}
.brBtnForm4 {
    position: relative;
}
.brBtnForm5 {
    position: relative;
}
.brTooltip1 {
    position: absolute;
    top: 0.4rem;
}
.brTooltip2 {
    position: absolute;
    top: 1rem;
}
.brTooltip3 {
    position: absolute;
}
.brTooltip4 {
    position: absolute;
}
.brTooltip5 {
    position: absolute;
}
.email-group {
    position: relative;
    margin: 20px;
    width: 300px;
}

.tooltip {
    position: absolute;
    background: #ff4444;
    color: white;
    padding: 0.08rem;
    border-radius: 0.04rem;
    font-size: 0.12rem;
    left: 0;

    z-index: 100;
    display: none;
}

.tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10px;
    border-width: 0.05rem;
    border-style: solid;
    border-color: transparent transparent #ff4444 transparent;
}

.invalid {
    border: 0.01 solid #ff4444;
    outline-color: #ff4444;
}

#emailInput {
    width: 100%;
    padding: 0.08rem;
    border: 0.01 solid #ddd;
    border-radius: 0.04rem;
}

#submitSuccessId {
    z-index: 99999;
    position: fixed;
    top: -1.25rem;
    left: calc(50% - 200px);
    width: 400px;
    padding: 10px 0px;
    border-radius: 3px;
    background: #eff9eb;
    text-align: center;
    color: #67c23a;
    font-size: 14px;
    opacity: 1;
    transition: all 0.3s ease-out;
}
#submitErrorId {
    z-index: 99999;
    position: fixed;
    top: -1.25rem;
    left: calc(50% - 200px);
    width: 400px;
    padding: 10px 0px;
    border-radius: 3px;
    background: #fef1f1;
    text-align: center;
    color: #f56c6c;
    font-size: 14px;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.show {
    opacity: 1 !important;
    top: 0.25rem !important;
    transition-timing-function: ease-out;
}

.hide {
    opacity: 0;
    top: -5.25rem;
    transition-timing-function: ease-in;
}
.brRelation {
    z-index: 9999;
    position: fixed;
    top: calc(50% - 1rem);
    right: 0;
    width: 0.62rem;
    border-radius: 0.03rem;
    background: #d4a46c;
    text-align: center;
    color: #fff;
    border-radius: 0.12rem;
}
.brRelationContent {
    padding: 0.05rem;
    position: relative;
    font-size: 0.13rem;
}
.brRelationContent2 {
    position: relative;
    font-size: 0.13rem;
    padding-top: 0;
    padding-bottom: 0;
}
.brRelationTooltip {
    visibility: hidden;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    border-radius: 0.05rem;
    padding: 0.05rem;
    position: absolute;
    left: -1.91rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0.14rem;
    opacity: 0;
    transition: opacity 0.3s;
}
.brRelationQRcode {
    left: -1.2rem;
}
.brRelationPhone {
    width: 1.6rem;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
}
.brRelationWechat {
    left: -1.2rem;
}
.brRelationContent:hover .brRelationTooltip {
    visibility: visible;
    opacity: 1;
}
.brRelationTooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
}
.brRelationImg {
    width: 1rem;
    height: 1rem;
}

.brTitleMenu {
    position: relative;
    color: #333;
    text-decoration: none;
}

.brTitleMenu.active {
    color: #d5b084;
    font-weight: bold;
}

.brTitleMenu.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 100%;
    height: 0.03rem;
    background-color: #d5b084;
}
.body {
    overflow: auto;
    -ms-overflow-style: none; /* IE 10+ */
    background-color: #151516;
}
.bold-link {
    font-weight: bold;
}
/* .brLeftTitle{
position: relative;}
.logoImg{
    position: absolute;
    width: 0.13rem;
    left: 0.9rem;
    top: 0.289rem;
    height: 0.13rem;
    background-color: #d5b084;
    border-radius: 50%;
} */