/* 内容第一部分 */
.content1 {
    color: #FFFFFF;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-right: 10px;
}

/* 第一部分左边 */
.content1-left {
    margin-left: 50px;
    width: 600px;

}

.first-line {
    margin-top: 170px;
    font-size: 61px;
}

.second-line {
    margin-top: 45px;
    font-size: 30px;
}

.third-line {
    margin-top: 65px;
    font-size: 28px;
}

.tap-box {
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    margin-top: 35px;
    font-size: 22px;
    height: 52px;
    width: 176px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 5px #fa70038f;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tap-box a {
    text-decoration: none;
    color: #FFFFFF;
}

/* 第一部分右边 */
.content1-right {
    position: relative;
    width: calc(100% - 600px);
}

.content1-right>div {
    box-shadow: 0px 0px 10px 10px #ffffff59;
    border-radius: 10px;
    width: calc(100% - 160px);
    position: absolute;
}


.content1-box {
    width: 100%;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.stop {
    position: absolute;
    top: 100px;
    left: 220px;
    z-index: 9999;
}
.stop img{
    width: 100%;
}
.stop1 img{
    width: 100%;
}
.stop1 {
    position: absolute;
    left: 220px;
    top: 100px;
    z-index: 9999;
}

.content1-right1 {
    top: 4px;
    left: 60px;
    z-index: 999;
    position: relative;
    cursor: pointer;
}

.content1-right2 {
    right: 0px;
    bottom: -90px;
    position: relative;
    transition: z-index 0.3s ease;
    z-index: 1;
    cursor: pointer;
}

.content1-right2:hover {
    z-index: 1000;
    transition: z-index 0.3s ease;
}

.modal {
    display: none;
    /* 默认隐藏模态框 */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 透明的背景颜色，用于遮罩效果 */
    justify-content: center;
    align-items: center;
    overflow: auto;
    z-index: 100;
}

.modal-content {
    position: relative;
    max-width: 80%;
    max-height: 80%;
}

.modal-content video {
    display: block;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    top: -10px;
    right: 0px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    z-index: 1;
}

/* 第二部分 */
.external-content2-box {
    background-color: #ece7e70d;
    height: 200px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}


.content2 {
   /*  max-width: 1310px; */
  /*   margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFFFFF;
    height: 200px;

}

.content2-box {
    margin-left: 50px;
}

.partition {
    width: 1px;
    height: 100px;
    background-color: #FFFFFF;
    margin-left: 100px;
    margin-right: 130px;
}

.content2-data {
    font-size: 60px;
    text-align: center;
    font-family: Agency FB;
}

.content2-text {
    font-size: 20px;
    text-align: center;
}

/* 第三部分 */
.content3 {
    display: flex;
    max-width: 1310px;
    margin: 0 auto;
    flex-direction: column;

}

.content3-top {
    margin-left: 50px;

}

.content3-text {
    font-size: 62px;
    color:rgba(255, 255, 255, 0.2);
    font-weight: 500;
    margin-top: 20px;
}

.content3-top span {
    font-size: 50px;
    color: #FFFFFF;
}

.content3-top samp {
    font-size: 50px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.content3-below {
    display: flex;
    height: 540px;
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.external-content3-box1 {
    width: 350px;
    height: 480px;
    background-color: #ece7e70d;
    position: absolute;
    left: 50px;
    top: 0px;
    border-radius: 10px;
}

.external-content3-box2 {
    width: 350px;
    height: 480px;
    background-color: #ece7e70d;
    position: absolute;
    left: 430px;
    top: -40px;
    border-radius: 10px;
}

.external-content3-box3 {
    width: 350px;
    height: 480px;
    background-color: #ece7e70d;
    position: absolute;
    left: 810px;
    top: -80px;
    border-radius: 10px;
}

.content3-picture {
    display: flex;
    justify-content: center;
}

.content3 img {
    height: 300px;
    width: 250px;
}

.content3-text1 {
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 40px;
    margin-left: 20px;
}

.content3-text2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 20px;
    margin-right: 10px;
   /*  margin-top: 5px; */
    line-height:  130%;
}

/* 第四部分 */
.content4-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.content4-text1 {
    font-size: 62px;
    color:rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

.content4 span {
    font-size: 53px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.content4 samp {
    font-size: 53px;
    color: #FFFFFF;
}

.content4-text2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 35px;
}

.content4-text3 {
    position: absolute;
    top: 30px;
}

.content4-below-bar {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.content4-below {
    width: 100%;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    column-count: 1;
    padding: 30px;
}

div ::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: transparent;

}

div ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #504065;
}

.content4-below-box {
    height: 450px;
    min-width: 360px;
    background-color: #2A0E4A;
    margin-left: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all .3s ease;

}

.content4-below-box:hover {
    transform: scale(1.1);
}

.content4-below-box:hover img {
    transform: scale(1.1);
}

.content4-below-text {
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 5px;
    position: absolute;
    top: 300px;
}

.content4-below-text1 {
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 5px;
    position: absolute;
    top: 330px;
}

.content4-below-text2 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 10px;
    position: absolute;
    top: 380px;

}

.content4 img {
    width: 260px;
    height: 280px;
    position: absolute;
    top: 0px;
    left: 50px;
    z-index: 999;
}

/* 第五部分 */
.content5 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.content5-text1 {
    font-size: 62px;
    color:rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

.content5-text2 {
    font-size: 53px;
    position: absolute;
    top: 30px;
}

.content5 span {
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.content5 samp {
    color: #FFFFFF;
}

/* 第六部分 */
.external-content6-box {
    background-color: #ece7e70d;
    height: 120px;
    margin-top: 50px;
}

.content6 {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    height: 120px;
}

.content6-box {
    margin-left: 50px;

}

.partition1 {
    width: 1px;
    height: 60px;
    background-color: #FFFFFF;
    margin-left: 170px;
    margin-right: 170px;
}

.content6-data {
    font-size: 65px;
    text-align: center;
    color: #E6768B;
    font-family: Agency FB;
}

.content6-text {
    font-size: 20px;
    text-align: center;
}

/* 第七部分 */
.content7 {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.content7-box {
    width: 100%;
 margin-top: -100px;
}

.content7-box img {
    width: 100%;
}

/* 第八部分 */
.content8-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.content8-text1 {
    font-size: 62px;
    color: #504065;
}

.content8-text3 samp {
    font-size: 53px;
    color: #DD738A;
}

.content8-text3 span {
    font-size: 53px;
    color: #FFFFFF;
}

.content8-text2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 45px;
}

.content8-text3 {
    position: absolute;
    top: 35px;
}

.content8-below {
    height: 710px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content8-box {
    height: 520px;
    width: 1310px;
    background-color: #2F1C48;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.content8-picture {
    margin-left: 170px;
    margin-right: 190px;
}

input {
    background-color: #3B2951;
    border: none;
    margin-bottom: 20px;
    margin-right: 30px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;
}

.input1 input {
    width: 190px;
    height: 40px;
}

.input2 input {
    height: 40px;
    width: 425px;
}

.content8-text4 {
    color: #FFFFFF;
    font-size: 32px;
    margin-bottom: 20px;
}

.content8-text5 {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 40px;
}

.content8-text6,
.content8-text7 {
    color: #FFFFFF;
    margin-bottom: 8px;
}

.input2 {
    display: flex;

}

.input2 div {
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(248, 162, 4, 0.186);
}

.input2 a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
}

.content9 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #301d4862;
    height: 450px;
}

.content9-box {
    width: 1310px;
    height: 225px;
  
    display: flex;

    margin-bottom: 100px;
    border-radius: 10px;

}

.content9-left {
    margin-left: 50px;
}

.content9-left img {
    width: 230px;
}

.content9-text {
    color: #FFFFFF;
    text-align: right;
    font-size: 17px;
    margin-right: 20px;
}

.content9-partition {
    display: flex;
    flex-direction: column;
    margin-left: 100px;

}

.content9-partition div {
    margin-bottom: 20px;
}

.content9-middle div {
    margin-bottom: 20px;
}

.content9-middle1 div {
    margin-bottom: 20px;
}

.content9-right div {
    margin-bottom: 20px;
}

.content9-text1 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 30px;
}

.content9-partition a {
    color: #FFFFFF;
    text-decoration: none;

}

.content9-middle {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-middle a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-middle1 {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-middle1 a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-right {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-right a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-bottom {
    margin-left: 50px;
    text-align: right;
}

.content9-box1 img {
    width: 110px;
    margin-left: 50px;
}

.content9-box2 {
    display: flex;
    color: #FFFFFF;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.content9-box2 img {
    margin-right: 5px;
}

.content9-text2 {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.swiper {
    height: 380px;
    width: 1310px;

}

/* 模态框样式 */
.modal {
    display: none;
    /* 默认隐藏模态框 */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* 透明的背景颜色，用于遮罩效果 */
    align-items: center;
    justify-content: center;

}


.modal img {
    max-width: 100%;
    max-height: 100%;
}