
/* 全局样式 */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.tips {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9;
  padding: 15px 10px;
  padding-left: 180px;
  box-sizing: border-box;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  color: #df724d;
  font-size: 14px;
  background-color: rgba(38, 46, 67, 0.8);
  transition: all 0.3s;
}
.tips.ac {
  top: 0;
}

#toast-container {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  background-color: #1E7BFF;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  display: none;
}

.content {
  display: flex;
}
.content .c-left_bg,
.content .c-left {
  width: 180px;
  min-width: 180px;
  min-height: 100vh;
  opacity: 1;
  background-image: url(../img/left_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 15px;
  box-sizing: border-box;
}
.content .c-left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.content .c-left .close {
  display: none;
}
.content .c-left .logo {
  padding: 10px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.content .c-left .logo img {
  width: 100%;
}
.content .c-left .logo.phone-logo {
  display: none;
}
.content .c-left .m-title {
  height: 90px;
  line-height: 90px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #ffffff;
}
.content .c-left .menu li {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
}
.content .c-left .menu li.ac {
  background: rgba(255, 255, 255, 0.2);
}
.content .c-left .menu li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
}
.content .c-left .menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.content .p-menu {
  display: none;
}
.content .c-right {
  flex: 1;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
  box-sizing: border-box;
}
.content .c-right .top-over {
  width: 100%;
}
.content .c-right .top-over .phone_img {
  display: none;
}
.content .c-right .top-over img {
  width: 100%;
}
.content .c-right .c_right_content {
  padding: 0 100px;
  background: rgba(24, 30, 39, 0.5);
}
.content .c-right .r-item {
  margin-top: 45px;
  border-radius: 30px;
  opacity: 1;
  background: rgba(76, 102, 134, 0.3);
  box-sizing: border-box;
  border: 3px solid #4C5866;
  box-shadow: inset 4px 8px 20px 0px rgba(24, 57, 187, 0.1);
}
.content .c-right .r-item .t-title {
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.content .c-right .r-item .t-title .pc_bg {
  font-size: 20px;
  width: 210px;
  height: 55px;
  line-height: 42px;
  padding-right: 10px;
}
.content .c-right .r-item .t-title .pc_bg.bg1 {
  background: url(../img/title_bg_1.png) no-repeat;
  background-size: 100% 100%;
}
.content .c-right .r-item .t-title .pc_bg.bg2 {
  background: url(../img/title_bg_2.png) no-repeat;
  background-size: 100% 100%;
}
.content .c-right .r-item .t-title .pc_bg.bg3 {
  background: url(../img/title_bg_3.png) no-repeat;
  background-size: 100% 100%;
}
.content .c-right .r-item .t-title .phone_bg {
  display: none;
}
.content .c-right .r-item .r-content {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
}
.content .c-right .r-item .r-content .out-item .item {
  margin: 10px;
  height: 150px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
}
.content .c-right .r-item .r-content .out-item .item .top {
  display: flex;
  height: 94px;
}
.content .c-right .r-item .r-content .out-item .item .top .logo {
  width: 80px;
  height: 80px;
  border-radius: 20%;
  background-color: #ffffff;
  box-shadow: 3.03px 3.03px 6.05px 0px #90C9ED;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .c-right .r-item .r-content .out-item .item .top .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 图片平铺填充容器 */
}
.content .c-right .r-item .r-content .out-item .item .top .c {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  flex: 1;
}
.content .c-right .r-item .r-content .out-item .item .top .c .title {
  height: 36px;
  line-height: 10px;
  font-size: 18px;
  color: #1B7AFF;
}
.content .c-right .r-item .r-content .out-item .item .top .c .desc {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #1B7AFF !important;
  white-space: normal;      /* 允许换行 */
  overflow: visible;        /* 内容超出显示出来 */
  text-overflow: unset; 
  line-height: 20px; 
}
.content .c-right .r-item .r-content .out-item .item .top .c .url {
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #015CFF;
}
.content .c-right .r-item .r-content .out-item .item .top .c .url a {
  color: #015CFF;
  cursor: pointer;
}
.content .c-right .r-item .r-content .out-item .item .top .btn {
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 21.18px;
  box-sizing: border-box;
  font-size: 12px;
  margin-top: 20px;
  color: #ffffff;
  cursor: pointer;
}
.content .c-right .r-item .r-content .out-item .item .top .btn.b1 {
  background: linear-gradient(120deg, #82D3FF 5%, #759FFF 20%, #0055FF 84%);
  -o-border-image: linear-gradient(139deg, rgba(212, 233, 255, 0.6) 14%, rgba(184, 218, 255, 0.6) 63%) 1;
     border-image: linear-gradient(139deg, rgba(212, 233, 255, 0.6) 14%, rgba(184, 218, 255, 0.6) 63%) 1;
  box-shadow: 3.03px 3.03px 6.05px 0px #90C9ED;
}
.content .c-right .r-item .r-content .out-item .item .top .btn.b2 {
  background: linear-gradient(120deg, #82DCFF 5%, #44B7FF 20%, #0098EA 84%);
  -o-border-image: linear-gradient(139deg, rgba(212, 233, 255, 0.6) 14%, rgba(184, 218, 255, 0.6) 63%) 1;
     border-image: linear-gradient(139deg, rgba(212, 233, 255, 0.6) 14%, rgba(184, 218, 255, 0.6) 63%) 1;
  box-shadow: 5px 5px 10px 0px #90C9ED;
}
.content .c-right .r-item .r-content .out-item .item .top .btn.b3 {
  background: linear-gradient(120deg, #82D3FF 5%, #759FFF 20%, #6152FF 84%);
  -o-border-image: linear-gradient(139deg, rgba(212, 233, 255, 0.6) 14%, rgba(184, 218, 255, 0.6) 63%) 1;
     border-image: linear-gradient(139deg, rgba(212, 233, 255, 0.6) 14%, rgba(184, 218, 255, 0.6) 63%) 1;
  box-shadow: 5px 5px 10px 0px #90C9ED;
}
.content .c-right .r-item .r-content .out-item .item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 10px;
}
.content .c-right .r-item .r-content .out-item .item .bottom .look {
  display: flex;
  align-items: center;
}
.content .c-right .r-item .r-content .out-item .item .bottom .look img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.content .c-right .r-item .r-content .out-item .item .bottom .look .text {
  font-size: 14px;
  color: #79A0CA;
}
.content .c-right .r-item .r-content .out-item .item.bg1 {
  background: url(../img/yb_bg.png) no-repeat;
  background-size: 100% 100%;
}
.content .c-right .r-item .r-content .out-item .item.bg2 {
  background: url(../img/wd_bg.png) no-repeat;
  background-size: 100% 100%;
}
.content .c-right .r-item .r-content .out-item .item.bg3 {
  background: url(../img/tj_bg.png) no-repeat;
  background-size: 100% 100%;
}

.model {
  display: none;
}

/* 响应式布局 */
/* 超大屏幕（超大桌面） - 4K分辨率 */
@media (min-width: 3841px) {
  /* 在此添加适应4K超大屏幕的样式规则 */
  .content .c-right .r-item .r-content .out-item {
    width: 15%;
  }
}
/* 超大屏幕（超大桌面） - 4K分辨率 */
@media (max-width: 3840px) {
  /* 在此添加适应4K超大屏幕的样式规则 */
  .content .c-right .r-item .r-content .out-item {
    width: 20%;
  }
}
/* 超大屏幕（超大桌面） - 4K分辨率 */
@media (max-width: 2561px) {
  /* 在此添加适应4K超大屏幕的样式规则 */
  .content .c-right .r-item .r-content .out-item {
    width: 25%;
  }
}
/* 大屏幕（大桌面） - 2K分辨率 */
@media (max-width: 1921px) {
  /* 在此添加适应2K大屏幕的样式规则 */
  .content .c-right .r-item .r-content .out-item {
    width: 33.33%;
  }
}
@media (max-width: 1681px) {
  /* 在此添加适应桌面屏幕的样式规则 */
  .content .c-right .r-item .r-content .out-item {
    width: 50%;
  }
}
/* 中等屏幕（桌面） */
@media (max-width: 1367px) {
  .tips {
    top: -120px;
    padding-left: 10px;
  }
  .model {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 88;
  }
  /* 在此添加适应桌面屏幕的样式规则 */
  .content {
    display: block;
  }
  .content .c-left_bg {
    display: none;
  }
  .content .c-left {
    position: fixed;
    top: 0;
    left: -240px;
    z-index: 99;
    transition: all 0.5s;
  }
  .content .c-left.show {
    left: 0;
  }
  .content .c-left .close {
    position: absolute;
    top: 1px;
    left: 160px;
    width: 20px;
    height: 20px;
    display: block;
  }
  .content .c-left .close img {
    width: 100%;
  }
  .content .c-left .logo {
    padding: 5px 15px;
  }
  .content .c-left .logo.pc-logo {
    display: none;
  }
  .content .c-left .logo.phone-logo {
    display: block;
  }
  .content .c-left .m-title {
    font-size: 20px;
    height: 80px;
    line-height: 80px;
  }
  .content .c-left .menu li a {
    font-size: 16px;
  }
  .content .p-menu {
    display: flex;
    align-items: center;
    width: 100%;
    height: 110px;
    background: rgb(24, 30, 39);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
  }
  .content .p-menu .menu {
    position: absolute;
    left: 30px;
    top: 33px;
    width: 44px;
    height: 44px;
  }
  .content .p-menu .menu img {
    width: 100%;
  }
  .content .p-menu .logo {
    width: 238px;
    margin: 0px auto;
    box-sizing: border-box;
  }
  .content .p-menu .logo img {
    width: 100%;
  }
  .content .c-right {
    padding: 0;
  }
  .content .c-right .c_right_content {
    padding: 0 20px;
  }
  .content .c-right .top-over {
    margin-top: 70px;
  }
  .content .c-right .top-over .pc_img {
    display: none;
  }
  .content .c-right .top-over .phone_img {
    display: block;
  }
  .content .c-right .r-item {
    margin-top: 20px;
  }
  .content .c-right .r-item .t-title {
    display: flex;
    justify-content: center;
  }
  .content .c-right .r-item .t-title .pc_bg {
    display: none;
  }
  .content .c-right .r-item .t-title .phone_bg {
    display: flex;
    font-size: 18px;
    width: 280px;
    height: 50px;
    justify-content: center;
    align-items: center;
  }
  .content .c-right .r-item .t-title .phone_bg.bg1 {
    background: url(../img/title_1.png) no-repeat;
    background-size: 100% 100%;
  }
  .content .c-right .r-item .t-title .phone_bg.bg2 {
    background: url(../img/title_2.png) no-repeat;
    background-size: 100% 100%;
  }
  .content .c-right .r-item .t-title .phone_bg.bg3 {
    background: url(../img/title_3.png) no-repeat;
    background-size: 100% 100%;
  }
  .content .c-right .r-item .r-content .out-item {
    width: 50%;
  }
  .content .c-right .r-item .r-content .out-item .item .top {
    height: 92px;
  }
  .content .c-right .r-item .r-content .out-item .item .top .c .title {
    font-size: 16px;
  }
}
/* 小屏幕（平板） */
@media (max-width: 1024px) {
  /* 在此添加适应平板屏幕的样式规则 */
  .content .c-right .r-item {
    margin-top: 30px;
  }
}
/* 超小屏幕（手机） */
@media (max-width: 768px) {
  /* 在此添加适应手机屏幕的样式规则 */
  .content .c-left .logo {
    padding: 5px 20px;
  }
  .content .c-left .m-title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .content .c-left .menu li {
    height: 40px;
  }
  .content .c-left .menu li a {
    font-size: 14px;
  }
  .content .p-menu {
    height: 70px;
  }
  .content .p-menu .menu {
    width: 25px;
    height: 25px;
    top: 20px;
  }
  .content .p-menu .logo {
    width: 130px;
  }
  .content .c-right .r-item {
    border-width: 1px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-radius: 10px;
  }
  .content .c-right .r-item .r-content .out-item {
    width: 100%;
  }
  .content .c-right .r-item .r-content .out-item .item {
    margin: 5px 0px;
    padding: 10px;
    height: 110px;
    padding-bottom: 0px;
  }
  .content .c-right .r-item .r-content .out-item .item .top {
    height: 67px;
  }
  .content .c-right .r-item .r-content .out-item .item .top .logo {
    width: 70px;
    height: 70px;
  }
  .content .c-right .r-item .r-content .out-item .item .top .c .title {
    height: 30px;
    line-height: 10px;
  }
  .content .c-right .r-item .r-content .out-item .item .top .c .url {
    padding-top: 0;
  }
  .content .c-right .r-item .r-content .out-item .item .top .btn {
    display: none;
  }
  .content .c-right .r-item .r-content .out-item .item .bottom {
    height: 30px;
  }
}
/* 超小屏幕（手机） */
@media (max-width: 468px) {
  .content .c-right .r-item .t-title {
    display: flex;
    justify-content: center;
  }
  .content .c-right .r-item .t-title .phone_bg {
    font-size: 16px;
    width: 200px;
    height: 32px;
  }
}/*# sourceMappingURL=index.css.map */
/* 给按钮增加过渡效果 */
.content .c-right .r-item .r-content .out-item .item .top .btn {
  transition: all 0.4s ease;
  background-size: 200% auto; /* 为渐变动画准备 */
}

/* b1按钮悬停效果 */
.content .c-right .r-item .r-content .out-item .item .top .btn.b1:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  background-position: right center;
}

/* b2按钮悬停效果 */
.content .c-right .r-item .r-content .out-item .item .top .btn.b2:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  background-position: right center;
}

/* b3按钮悬停效果 */
.content .c-right .r-item .r-content .out-item .item .top .btn.b3:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  background-position: right center;
}

/* 鼠标点击效果 */
.content .c-right .r-item .r-content .out-item .item .top .btn:active {
  transform: scale(0.95);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

