/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/

html {
  font-size: 16px;
}
a{ text-decoration:none;}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  height: 100vh;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.relative {
  position: relative;
}

.ml-2 {
  margin-left: 0.1042vw;
}

.mt-2 {
  margin-top: 0.1042vw;
}

.ml-4 {
  margin-left: 0.2083vw;
}

.mt-4 {
  margin-top: 0.2083vw;
}

.ml-6 {
  margin-left: 0.3125vw;
}

.mt-6 {
  margin-top: 0.3125vw;
}

.ml-8 {
  margin-left: 0.4167vw;
}

.mt-8 {
  margin-top: 0.4167vw;
}

.ml-10 {
  margin-left: 0.5208vw;
}

.mt-10 {
  margin-top: 0.5208vw;
}

.ml-12 {
  margin-left: 0.625vw;
}

.mt-12 {
  margin-top: 0.625vw;
}

.ml-14 {
  margin-left: 0.7292vw;
}

.mt-14 {
  margin-top: 0.7292vw;
}

.ml-16 {
  margin-left: 0.8333vw;
}

.mt-16 {
  margin-top: 0.8333vw;
}

.ml-18 {
  margin-left: 0.9375vw;
}

.mt-18 {
  margin-top: 0.9375vw;
}

.ml-20 {
  margin-left: 1.0417vw;
}

.mt-20 {
  margin-top: 1.0417vw;
}

.ml-22 {
  margin-left: 1.1458vw;
}

.mt-22 {
  margin-top: 1.1458vw;
}

.ml-24 {
  margin-left: 1.25vw;
}

.mt-24 {
  margin-top: 1.25vw;
}

.ml-26 {
  margin-left: 1.3542vw;
}

.mt-26 {
  margin-top: 1.3542vw;
}

.ml-28 {
  margin-left: 1.4583vw;
}

.mt-28 {
  margin-top: 1.4583vw;
}

.ml-30 {
  margin-left: 1.5625vw;
}

.mt-30 {
  margin-top: 1.5625vw;
}

.ml-32 {
  margin-left: 1.6667vw;
}

.mt-32 {
  margin-top: 1.6667vw;
}

.ml-34 {
  margin-left: 1.7708vw;
}

.mt-34 {
  margin-top: 1.7708vw;
}

.ml-36 {
  margin-left: 1.875vw;
}

.mt-36 {
  margin-top: 1.875vw;
}

.ml-38 {
  margin-left: 1.9792vw;
}

.mt-38 {
  margin-top: 1.9792vw;
}

.ml-40 {
  margin-left: 2.0833vw;
}

.mt-40 {
  margin-top: 2.0833vw;
}

.ml-42 {
  margin-left: 2.1875vw;
}

.mt-42 {
  margin-top: 2.1875vw;
}

.ml-44 {
  margin-left: 2.2917vw;
}

.mt-44 {
  margin-top: 2.2917vw;
}

.ml-46 {
  margin-left: 2.3958vw;
}

.mt-46 {
  margin-top: 2.3958vw;
}

.ml-48 {
  margin-left: 2.5vw;
}

.mt-48 {
  margin-top: 2.5vw;
}

.ml-50 {
  margin-left: 2.6042vw;
}

.mt-50 {
  margin-top: 2.6042vw;
}

.ml-52 {
  margin-left: 2.7083vw;
}

.mt-52 {
  margin-top: 2.7083vw;
}

.ml-54 {
  margin-left: 2.8125vw;
}

.mt-54 {
  margin-top: 2.8125vw;
}

.ml-56 {
  margin-left: 2.9167vw;
}

.mt-56 {
  margin-top: 2.9167vw;
}

.ml-58 {
  margin-left: 3.0208vw;
}

.mt-58 {
  margin-top: 3.0208vw;
}

.ml-60 {
  margin-left: 3.125vw;
}

.mt-60 {
  margin-top: 3.125vw;
}

.ml-62 {
  margin-left: 3.2292vw;
}

.mt-62 {
  margin-top: 3.2292vw;
}

.ml-64 {
  margin-left: 3.3333vw;
}

.mt-64 {
  margin-top: 3.3333vw;
}

.ml-66 {
  margin-left: 3.4375vw;
}

.mt-66 {
  margin-top: 3.4375vw;
}

.ml-68 {
  margin-left: 3.5417vw;
}

.mt-68 {
  margin-top: 3.5417vw;
}

.ml-70 {
  margin-left: 3.6458vw;
}

.mt-70 {
  margin-top: 3.6458vw;
}

.ml-72 {
  margin-left: 3.75vw;
}

.mt-72 {
  margin-top: 3.75vw;
}

.ml-74 {
  margin-left: 3.8542vw;
}

.mt-74 {
  margin-top: 3.8542vw;
}

.ml-76 {
  margin-left: 3.9583vw;
}

.mt-76 {
  margin-top: 3.9583vw;
}

.ml-78 {
  margin-left: 4.0625vw;
}

.mt-78 {
  margin-top: 4.0625vw;
}

.ml-80 {
  margin-left: 4.1667vw;
}

.mt-80 {
  margin-top: 4.1667vw;
}

.ml-82 {
  margin-left: 4.2708vw;
}

.mt-82 {
  margin-top: 4.2708vw;
}

.ml-84 {
  margin-left: 4.375vw;
}

.mt-84 {
  margin-top: 4.375vw;
}

.ml-86 {
  margin-left: 4.4792vw;
}

.mt-86 {
  margin-top: 4.4792vw;
}

.ml-88 {
  margin-left: 4.5833vw;
}

.mt-88 {
  margin-top: 4.5833vw;
}

.ml-90 {
  margin-left: 4.6875vw;
}

.mt-90 {
  margin-top: 4.6875vw;
}

.ml-92 {
  margin-left: 4.7917vw;
}

.mt-92 {
  margin-top: 4.7917vw;
}

.ml-94 {
  margin-left: 4.8958vw;
}

.mt-94 {
  margin-top: 4.8958vw;
}

.ml-96 {
  margin-left: 5vw;
}

.mt-96 {
  margin-top: 5vw;
}

.ml-98 {
  margin-left: 5.1042vw;
}

.mt-98 {
  margin-top: 5.1042vw;
}

.ml-100 {
  margin-left: 5.2083vw;
}

.mt-100 {
  margin-top: 5.2083vw;
}

.mt-17 {
  margin-top: 0.8854vw;
}
.ml-31 {
  margin-left: 1.6146vw;
}
.mt-13 {
  margin-top: 0.6771vw;
}
.ml-73 {
  margin-left: 3.8021vw;
}
.mt-15 {
  margin-top: 0.7813vw;
}
.page {
  background-color: rgb(255, 255, 255);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  position:relative;
}
.section {
  padding: 0.9375vw 7.9vw 0.9375vw 7.9vw;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.image {
  width: 8.2292vw;
  height: 1.7708vw;
}
.font {
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  line-height: 0.625vw;
  color: rgb(255, 255, 255);
}
.font_1{
  font-size: 0.7813vw;
  font-family: Microsoft YaHei;
  line-height: 0.625vw;
  color: rgb(255, 255, 255);
}
.section_2 {
  padding: 8.7vw 7.9vw 10vw;
  background-image: url('../images/728e34efe5984ff3a9e15931bb332205.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; /* 背景固定 */

}
.group {
 /* margin-left: 0.1563vw;*/
}
.font_2 {
  font-size: 3.6458vw;
  font-family: Arial;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.text_4 {
  color: rgb(255, 255,255);
  font-size: 1.875vw;
  font-family: Microsoft YaHei;
  font-weight: 700;
  line-height: 1.875vw;
}
.group_2 {
  margin-top: 2.5vw;
  padding-bottom: 16.9271vw;
  width:83.3333vw;z-index:2;
}
.font_3 {
  font-size: 1.4583vw;
  font-weight:700;
  font-family: Microsoft YaHei;
  line-height: 1.4583vw;
  color: rgb(0, 0, 0);z-index:99;
}
.font_4 {
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  line-height: 0.7292vw;
  color: rgb(255, 255, 255);
}
.text_5 {
  margin-top: 1.7708vw;
  color: rgb(102, 102, 102);
  line-height: 1.6vw;
  width:35.5vw;z-index:99;
}
.group_3 {
  padding-top: 9.1146vw;
  width: 62.5vw;
}
.pos {
  position: absolute;
  right: 0;
  top: 4.1vw;
  bottom: 0;opacity:0;
}
.about_img{width:20.83vw;height:34.8958vw;background-image:url(../images/about_img.png);background-size:100%;position: absolute;top: -6.5vw;left:-2.5vw;opacity:0;}
.about_left{margin-left: 20.8vw;}
.section_3 {
  padding-left: 3.9063vw;
  padding-bottom: 2.8125vw;
  background-color: rgb(247, 248, 250);
  width: 62.4vw;
  height: 15.2vw;
}
.equal-division-item {
  position: absolute;
  left: 3.3vw;
  top: 2.7083vw;
}
.group_4 {
  width: 11.0417vw;
}
.image_3 {
  width: 2.6042vw;
  height: 2.5vw;
}
.group_24 {
  margin-bottom: 0.2083vw;
}
.font_5 {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  line-height: 0.8333vw;
  font-weight: 700;
  color: rgb(23, 31, 37);
}
.font_6 {
  font-size: 0.7813vw;
  font-family: Microsoft YaHei;
  line-height: 0.7813vw;
  color: rgb(153, 153, 153);
}
.equal-division-item_2 {
  position: absolute;
  right: 30.5vw;
  top: 2.8125vw;
}
.group_5 {
  width: 11.0938vw;
}
.image_4 {
  width: 2.7083vw;
  height: 2.3438vw;
}
.group_7 {
  margin-bottom: 0.2083vw;
}
.equal-division-item_3 {
  position: absolute;
  left: 3.5vw;
  top: 10vw;
}
.group_6 {
  width: 10.8854vw;
}
.image_5 {
  width: 2.3958vw;
  height: 2.6563vw;
}
.group_25 {
  margin-top: 0.2083vw;
  margin-bottom: 0.2083vw;
}
.font_8 {
  font-size: 0.7813vw;
  font-family: Microsoft YaHei;
  line-height: 0.7813vw;
  color: #999999;
}
.font_80 {
  font-size: 0.7vw;
  font-family: Microsoft YaHei;
  line-height: 0.7292vw;
  color: #333333;
}
.equal-division-item_4 {
  position: absolute;
  right: 30.5vw;
  top: 10vw;
}
.group_1 {
  width: 10.9896vw;
}
.image_6 {
  width: 2.5521vw;
  height: 2.6042vw;
}
.font_7 {
  font-size: 1.0417vw;
  font-family: Swis721 Cn BT;
  line-height: 0.7292vw;
  font-weight: 700;
  color: rgb(153, 153, 153);
}
.text_7 {
  line-height: 0.7813vw;
}
.pos_5 {
  position: absolute;
  left: 15.6771vw;
  top: 5.9375vw;
}
.text_8 {
  line-height: 0.7813vw;
}
.pos_6 {
  position: absolute;
  left: 18.1771vw;
  top: 5.9375vw;
}
.section_4 {
  background-color: rgb(255, 255, 255);
  width: 27.3vw;
  height: 7.6927vw;
}
.pos_3 {
  position: absolute;
  right:0vw;
  top: 0;
}
.section_7 {
  background-color: rgb(204, 204, 204);
  width: 10.4167vw;
  height: 0.5px;
}
.pos_8 {
  position: absolute;
  left: 12.3438vw;
  top: 50%;
  transform: translateY(-50%);
}
.section_5 {
  background-color: rgb(204, 204, 204);
  width: 0.5px;
  height: 10.4167vw;
}
.pos_4 {
  position: absolute;
  left: 17.5521vw;
  top: 50%;
  transform: translateY(-50%);
}
.section_6 {
  background-color: rgb(255, 255, 255);
  width: 4.375vw;
  height: 1.25vw;
}
.pos_7 {
  position: absolute;
  width: 27.05vw;
  right:0;
  top: 50%;
  transform: translateY(-50%);
}
.text_9 {
  line-height: 0.7813vw;
}
.pos_9 {
  position: absolute;
  left: 15.6771vw;
  bottom: 5.8333vw;
}
.text_10 {
  line-height: 0.7813vw;
}
.pos_10 {
  position: absolute;
  left: 18.1771vw;
  bottom: 5.8333vw;
}
.image_2 {
  width: 25.8854vw;
  height: 16.25vw;
}
.pos_2 {
  position: absolute;
  right: 0;
  top: -0.4vw;
}
.section_8 {
  padding: 6vw 0;
  background-color: rgb(247, 248, 250);}
.section_9 {
  padding-left: 5vw;
  background-color: rgb(255, 255, 255);/*opacity: 0;
    transform: scale(0);*/
}
.section_13 {
  margin-top: 1.5625vw;
  background-color: rgb(28, 93, 255);
  width: 1.5625vw;
  height: 0.1563vw;
}
.group_13 {
  margin-top: 2.0313vw;
  line-height: 0.7292vw;
}
.font_10 {
  font-size: 0.7813vw;
  font-family: Microsoft YaHei;
  line-height: 0.7813vw;
  color: rgb(51, 51, 51);
}
.group_14 {
  margin-top: 1.2vw;
  line-height: 0.625vw;
}
.group_15 {
  margin-top: 1.2vw;
  line-height: 0.7292vw;
}
.group_17 {
  margin-top: 1.1vw;
  line-height: 0.7292vw;
}
.group_9 {
  margin-left: 5.2083vw;
  margin-right: 4.4792vw;
}
.section_11 {
  padding: 0.4688vw 0.6vw 0.5729vw;
  background-color: rgb(255, 255, 255);
  border-radius: 0.2604vw;
  width: 20.8854vw;height:2.1vw;
  border: solid 0.5px rgb(229, 229, 229);
}
.group_10 {
  line-height: 0.7292vw;
}
.view {
  margin-left: 0.7813vw;
}
.font_9 {
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  line-height: 0.3125vw;
  color: rgb(255, 0, 0);
}
.view_3 {
  margin-left: 0.7292vw;
}
.section_14 {
  padding: 0.4688vw 0.6vw 0.6vw;
  background-color: rgb(255, 255, 255);
  border-radius: 0.2604vw;
  width: 20.8854vw;
  border: solid 0.5px rgb(229, 229, 229);
}
.view_2 {
  margin-top: 0.7vw;
}
.group_12 {
  margin-left: 0.7292vw;
  line-height: 0.7292vw;
}
.section_15 {
  padding: 0.4688vw 0.6vw 0.5729vw;
  background-color: rgb(255, 255, 255);
  border-radius: 0.2604vw;
  width: 8.5417vw;
  height: 2vw;
  border: solid 0.5px rgb(229, 229, 229);
}
.group_18 {
  margin-left: 0.7813vw;
  line-height: 0.7292vw;
}
.image_8 {
  width: 5.2604vw;
  height: 1.875vw;
}
.text-wrapper {
  padding: 0.5729vw 0 0.625vw;
  background-color: rgb(28, 93, 255);
  border-radius: 0.2604vw;
  width: 6.1458vw;
  height: 1.875vw;
}
.section_10 {
  padding:3vw 2.5521vw 2.5vw 3.2vw;
  background-color: rgb(28, 93, 255);
  width: 18.75vw;
  height: 21.75vw;
}
.section_12 {
  margin-top: 1.5vw;
  background-color: rgb(255, 255, 255);
  width: 1.5625vw;
  height: 0.1563vw;
}
.group_11 {
  margin-top: 2vw;
}
.image_7 {
  width: 6.25vw;
  height: 6.25vw;
}
.font_11 {
  font-size: 0.625vw;
  font-family: Microsoft YaHei;
  color: rgb(255, 255, 255);
}
.text {
  text-transform: uppercase;transition:color 0.2s ease;
}
a.text:hover{color:#1351ec;}
.text_13 {
  margin-top: 0.8854vw;
  color: rgb(255, 255, 255);
  font-size: 1.35vw;
  font-family: Microsoft YaHei;
  font-weight: 700;
  line-height: 1.25vw;
}
.text_11 {
  font-weight: 700;
  line-height: 1.8vw;
  font-size:0.8333vw;
}
.text_17 {
  line-height: 0.6771vw;
}
.text_15 {
  color: rgb(51, 51, 51);
  line-height: 0.5729vw;
  font-size:0.7813vw;
}
.text_14 {
  margin-top: 0.8854vw;
  color: rgb(153, 153, 153);
  font-size: 0.625vw;
  font-family: Arial;
  line-height: 0.4688vw;
}
.text_12 {
  font-weight: 700;
}
.text_31 {
  font-size: 0.7292vw;
}
.text_30 {
  font-size: 0.7292vw;
}
.text_6 {
  font-size: 0.7292vw;
}
.text_32 {
  font-size: 0.7292vw;
}
.text_3 {
  line-height: 0.3646vw;color: rgba(238, 238, 238, 0.01);
    text-transform: uppercase;
    opacity: 0.25;
    -webkit-text-stroke: 0.05208vw rgb(255, 255, 255);
}
.text_2 {
  line-height: 2.7604vw;color: rgba(238, 238, 238, 0.01);
    text-transform: uppercase;
    opacity: 0.5;
    -webkit-text-stroke: 0.05208vw rgb(255, 255, 255);
}
.text_16 {
  line-height: 0.6771vw;
}
.text_18 {
  margin-top: 1.2vw;font-size:0.7813vw;
}
.section_16 {
  padding: 2.6042vw 18.6979vw 2.5vw;
  background-color: rgb(19, 19, 27);
}
.group_20 {
  width: 16.9792vw;
}
.image_9 {
  width: 8.3333vw;
  height: 1.7708vw;
}
.divider {
  background-color: rgba(255, 255, 255, 0.2);
  height: 0.5px;
}
.font_12 {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  line-height: 0.7292vw;
  color: rgb(255, 255, 255);
}
.text_20 {
  opacity: 0.3;
}
.text_21 {
  line-height: 0.7813vw;
}
.image_10 {
  width: 1.5625vw;
  height: 1.5625vw;
}
.group_21 {
  margin-top: 1.9271vw;
}
.text_19 {
  line-height: 0.7813vw;
  opacity: 0.8;
}
.group_22 {
  margin-top: 1.5104vw;
}
.text_22 {
  margin-left: 1.3021vw;
}
.group_23 {
  margin-top: 0.9896vw;
}
.text_1 {
  line-height: 0.7813vw;
}
.text_28 {
  line-height: 0.7813vw;
}
.text_25 {
  line-height: 0.7813vw;
}
.group_19 {
  margin-right: 0.3125vw;
}
.text_26 {
  line-height: 0.625vw;
}
input,textarea,button {
	outline-style: none;
	border:0px;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
	-webkit-appearance: none
}
.xf_img_01{background-image:url(../images/b25da98940c514ea5ca797a5a3153a23.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  cursor:pointer;transition:all 0.5s;}
  .xf_img_02{background-image:url(../images/c7b77d105af79f2555bff42015bc38c3.png);
  background-size:100% 100%;
  cursor:pointer;transition:all 0.5s;}
  .xf_img_03{background-image:url(../images/70bbc93471974b0438fdcce30541c011.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  cursor:pointer;transition:all 0.5s;}
.xf_img_01:hover{background-image:url(../images/-53272.png);transition:all 0.5s;}
.xf_img_02:hover{background-image:url(../images/-53276.png);transition:all 0.5s;}
.xf_img_03:hover{background-image:url(../images/-53274.png);transition:all 0.5s;}
.xf_img_01:hover .xf_img_1,.xf_img_02:hover .xf_img_2,.xf_img_03:hover .xf_img_3{opacity: 1; /* 完全显示 */
  visibility: visible; /* 恢复可见和交互 */}
.xf_img_1 {
  width: 5.3646vw;
  height: 5.6771vw;
  position: absolute;
  left: 6vw;
  bottom: 5vw;
  opacity: 0; /* 完全透明 */
  visibility: hidden; /* 不可见且不响应交互 */
  transition: opacity 0.3s ease 0.15s, visibility 0.3s ease 0.15s; /* 过渡动画：0.5秒渐显 */
}
.xf_img_2 {
  width: 5.3646vw;
  height: 5.6771vw;
  position: absolute;
  left: 8.2vw;
  bottom: 5vw;
  opacity: 0; /* 完全透明 */
  visibility: hidden; /* 不可见且不响应交互 */
  transition: opacity 0.3s ease 0.15s, visibility 0.3s ease 0.15s; /* 过渡动画：0.5秒渐显 */
}
.xf_img_3 {
  width: 5.3646vw;
  height: 5.6771vw;
  position: absolute;
  left: 10.35vw;
  bottom: 5vw;
  opacity: 0; /* 完全透明 */
  visibility: hidden; /* 不可见且不响应交互 */
  transition: opacity 0.3s ease 0.15s, visibility 0.3s ease 0.15s; /* 过渡动画：0.5秒渐显 */
}
.text_8:hover{color:#1c5dff;}

/* 通用写法（现代浏览器） */
input::placeholder,textarea::placeholder  {
  color: #999; 
  opacity: 1; /* 部分浏览器默认有透明度，设置为1可取消 */
}

/* WebKit 内核浏览器（Chrome、Safari 等） */
input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

/* Firefox 4-18 */
input:-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* Firefox 19+ */
input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* IE 10-11 */
input:-ms-input-placeholder {
  color: #999;
}

/* Edge 12+ */
input::-ms-input-placeholder {
  color: #999;
}
input.custom-input_1,input.custom-input{margin-top:0.15vw;}
input.custom-input_3{margin-top:0.05vw;}
/* LOGO样式（初始隐藏） */
.logo {
  opacity: 1;
}

/* 导航文字默认正常（间距0） */
.nav-links {
  display: flex;
}


.nav-links a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0px; /* 默认正常间距 */
  opacity: 1;
   white-space: nowrap; /* 防止文字换行影响间距 */
}
.zj_section_6 {
  padding: 4vw 7.9vw;
  background-color: rgb(1, 2, 7);
  margin-top:5vw;
}
.zj_image_5 {
  width: 32.8125vw;
  height: 20.625vw;
  position: relative;
  left: -4.5vw;
}
.zj_text_9 {
  color: rgb(255, 255, 255);
  font-size: 1.9792vw;
  font-family: Microsoft YaHei;
  font-weight: 700;
  line-height: 1.9792vw;
}
.zj_text_10 {
  line-height: 1.4583vw;
}
.zj_mt-24 {
  margin-top: 1.6vw;
}
.zj_text_11 {
  color: rgb(255, 255, 255);
  line-height: 0.9896vw;
  font-weight: unset;
}
.zj_font_2 {
  font-size: 0.9375vw;
  font-family: Microsoft YaHei;
  line-height: 0.9375vw;
  font-weight: 700;
  color: rgb(255,255,255);
}
.zj_font {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  line-height: 0.625vw;
  color: rgb(255, 255, 255);
}
.zj_ml-61 {
  margin-left: 1.5vw;
}
.zj_group_9 {
  width: 49.5vw;
}
.zj_mt-29 {
  margin-top: 1.5104vw;
}
.zj_section_7 {
  background-color: rgb(28, 93, 255);
  width: 3.125vw;
  height: 0.1563vw;
}
.zj_mt-37 {
  margin-top: 1.4vw;
}
.zj_text_10 {
  line-height: 1.8vw;
}
/********************************************/
.section_30 {
  padding: 2.5521vw 7.9vw;
  background-color: rgb(19, 19, 27);
}
.group_30 {
  width: 17.1354vw;
}
.image_24 {
  width: 8.3333vw;
  height: 1.7708vw;
}
.divider_2 {
  margin-right: 0.1563vw;
  background-color: rgba(255, 255, 255, 0.2);
  height: 0.05208vw;
}
.text_74 {
  line-height: 0.8333vw;
}
.font_13 {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  line-height: 0.7813vw;
  color: rgb(255, 255, 255);
}
.image_25 {
  width: 1.5625vw;
  height: 1.5625vw;
}
.text_46 {
  opacity: 0.8;
}
.group_31 {
  margin-top: 1.5104vw;
}
.text_61 {
  margin-top: 0.9896vw;
}
.text_47 {
  opacity: 0.3;
}
.font_22 {
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  line-height: 0.7813vw;
  color: rgb(255, 255, 255);
}
.group_37 {
  width: 14.5833vw;
}
.group_49 {
  margin-left: 8.3333vw;
}
.image_23 {
  width: 6.25vw;
  height: 6.25vw;
}
.font_23 {
  font-size: 0.625vw;
  font-family: Microsoft YaHei;
  line-height: 0.625vw;
  color: rgb(255, 255, 255);
}
.group_51 {
  margin-left: -14.5833vw;
}
.book{perspective:1000px;
background-color: rgb(247, 248, 250);
}
.booktop{margin-top:4vw;margin-bottom:4vw;}
#bgDiv1,#bgDiv2{position:relative;top:0;}




