.container .main {
  width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .container .main {
    width: 100%;
    padding: 30px;
    overflow: unset;
  }
}
.container .news-main {
  width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
  color: #FFF;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .container .news-main {
    width: 100%;
    padding: 0;
  }
}
.container .news-main .news-box {
  display: flex;
  justify-content: space-around;
  gap: 6%;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box {
    flex-direction: column;
  }
}
.container .news-main .news-box .left {
  width: 100%;
}
.container .news-main .news-box .left .content h1 {
  font-size: 48px;
  text-align: center;
  margin: 40px 0 60px;
  background-image: -webkit-linear-gradient(45deg, #1dffef, #c075ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 100%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .left .content h1 {
    font-size: 32px;
    margin: 0 5% 20px;
  }
}
.container .news-main .news-box .left .content h2 {
  font-size: 28px;
  background-image: -webkit-linear-gradient(45deg, #ff9797, #9d76ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 100%;
  display: inline-block;
  margin: 10% 10% 5%;
}
.container .news-main .news-box .left .content h3,
.container .news-main .news-box .left .content h4,
.container .news-main .news-box .left .content h5 {
  margin: 5% 10%;
  border-left: 6px solid #c766ff;
  padding-left: 10px;
}
.container .news-main .news-box .left .content article {
  font-size: 17px;
  letter-spacing: 0.6px;
  line-height: 1.8;
}
.container .news-main .news-box .left .content article p {
  margin: 6% 10%;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .left .content article p {
    margin: 10%;
  }
}
.container .news-main .news-box .left .content article p img {
  width: 100%;
}
.container .news-main .news-box .left .content table {
  width: auto !important;
  margin: 0 10%;
  border: 1px solid #4d4d4d;
}
.container .news-main .news-box .left .content table tbody tr th {
  text-align: center !important;
  padding: 20px;
}
.container .news-main .news-box .left .content table tbody tr td {
  text-align: center !important;
  padding: 20px;
  border-top: 1px solid #4d4d4d;
}
.container .news-main .news-box .left .content .btnbox-article {
  display: none;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .left .content .btnbox-article {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 3% auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .left .content .btnbox-article .button {
    width: calc(50% - 5px);
    height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .left .content .btnbox-article .button .text i {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .left .content .btnbox-article .button .text .btn-num {
    font-size: 14px;
  }
}
.container .news-main .news-box .left .content .position {
  opacity: 0;
}
.container .news-main .news-box .right-sticky {
  position: relative;
}
.container .news-main .news-box .right-sticky .right {
  width: 240px;
  position: sticky;
  top: 20%;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .right-sticky .right {
    width: auto;
    margin: 0 10%;
  }
}
.container .news-main .news-box .right-sticky .right .hot-box h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 50px 0 16px 8px;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .right-sticky .right .hot-box h3 {
    margin: 60px 0 20px;
  }
}
.container .news-main .news-box .right-sticky .right .hot-box .list .hot-news {
  margin-bottom: 10px;
  background-color: #1a1a1a;
  border-radius: 16px;
}
.container .news-main .news-box .right-sticky .right .hot-box .list .hot-news .hot-news-title {
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  padding: 20px 12px;
}
.container .news-main .news-box .right-sticky .right .btnbox {
  position: sticky;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .container .news-main .news-box .right-sticky .right .btnbox {
    display: none;
    z-index: 20;
    justify-content: space-evenly;
  }
}
.container .news-main .news-box .right-sticky .right .btnbox .button {
  width: 240px;
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .container .news-main .news-box .right-sticky .right .btnbox .button {
    width: calc(50% - 10px);
    max-width: 400px;
    padding: 10px 0px;
    height: 60px;
  }
}
.container .news-main .news-box .right-sticky .right .btnbox .button .text {
  margin-right: 0;
}
.container .news-main .news-box .right-sticky .right .btnbox .button .text i {
  font-size: 36px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .container .news-main .news-box .right-sticky .right .btnbox .button .text i {
    font-size: 32px;
    margin-right: 6px;
  }
}
.container .news-main .news-box .right-sticky .right .btnbox .button .text p .btn-text {
  font-size: 20px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .container .news-main .news-box .right-sticky .right .btnbox .button .text p .btn-text {
    font-size: 16px;
  }
}
.container .news-main .news-box .right-sticky .right .btnbox .button .text p .btn-num {
  font-size: 20px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .container .news-main .news-box .right-sticky .right .btnbox .button .text p .btn-num {
    font-size: 16px;
    font-weight: 700;
  }
}
.container .news-main .news-box .tocnav {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  width: 50%;
  padding: 5%;
  margin: 60px 10%;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .tocnav {
    width: 60%;
    margin: 20px 10%;
  }
}
.container .news-main .news-box .tocnav .tocnavtitle {
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .tocnav .tocnavtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.container .news-main .news-box .tocnav .tocify .tocify-header > li {
  margin-bottom: 6px;
}
.container .news-main .news-box .tocnav .tocify .tocify-header > li a {
  font-size: 18px;
  font-weight: 500;
  background-image: -webkit-linear-gradient(45deg, #ff9797, #9d76ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 100%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .container .news-main .news-box .tocnav .tocify .tocify-header > li a {
    font-size: 16px;
  }
}
.container .news-main .news-box .tocnav .tocify .tocify-subheader > li {
  margin: 0 0 8px 16px;
}
.container .news-main .news-box .tocnav .tocify .tocify-subheader > li a {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}
.pagebox {
  position: relative;
  z-index: 1;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .pagebox {
    height: 80px;
  }
}
.pagebox .page-title {
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* transition: top 0.3s ease-in-out; */
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 2px;
  animation: page-tilte 3s cubic-bezier(0, 0, 0, 1);
  animation: shift 1s ease-in-out infinite alternate;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .pagebox .page-title {
    font-size: 40px;
  }
}
.pagebox .page-title:before,
.pagebox .page-title:after {
  display: block;
  content: attr(data-page-title);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.pagebox .page-title:before {
  animation: page-title 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  color: #8b00ff;
  z-index: -1;
}
.pagebox .page-title:after {
  animation: page-title 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  color: #00e1e5;
  z-index: -2;
}
@keyframes page-title {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-3px, 3px);
  }
  40% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(3px, 3px);
  }
  80% {
    transform: translate(3px, -3px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes shift {
  0%,
  40%,
  44%,
  58%,
  61%,
  65%,
  69%,
  73%,
  100% {
    transform: translate(-50%, -50%) rotateX(0deg) skewX(0deg);
  }
  41% {
    transform: translate(-50%, -50%) rotateX(10deg) skewX(10deg);
  }
  42% {
    transform: translate(-50%, -50%) rotateX(-10deg) skewX(-10deg);
  }
  59% {
    transform: translate(-50%, -50%) rotateX(20deg) rotateY(10deg) skewX(20deg) skewY(10deg);
  }
  60% {
    transform: translate(-50%, -50%) rotateX(-20deg) rotateY(-10deg) skewX(-20deg) skewY(-10deg);
  }
  63% {
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(-5deg) skewX(-10deg) skewY(-5deg);
  }
  70% {
    transform: translate(-50%, -50%) rotateX(-20deg) rotateY(-20deg) skewX(-20deg) skewY(-20deg);
  }
  71% {
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(-10deg) skewX(10deg) skewY(-10deg);
  }
}
/* .page-title{
    font-size: 56px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
    @media screen and (max-width: 768px) {
        font-size: 32px;
        margin-bottom: 10px;
    }
} */
.main {
  padding: 0 !important;
}
.case-main .case {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .case-main .case {
    flex-direction: column;
  }
}
.case-main .case .bar {
  width: 240px;
  flex-shrink: 0;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .case-main .case .bar {
    margin-top: 20px;
    width: auto;
    margin: 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.case-main .case .bar li {
  /*  margin-bottom: 20px; */
  font-size: 16px;
}
@media (max-width: 1024px) {
  .case-main .case .bar li {
    width: 30%;
    flex-shrink: 0;
    text-align: center;
    margin: 5px auto;
    /* margin-bottom: 16px; */
  }
}
.case-main .case .bar li a {
  display: flex;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  color: #FFF;
  background-color: #262626;
  transition: 0.3s all;
  background-image: var(--icon-image);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1024px) {
  .case-main .case .bar li a {
    /* justify-content: center; */
    /* padding-left: 0;
                        padding-bottom: 16px; */
    padding: 15px 10px;
    margin-bottom: 0;
  }
}
.case-main .case .bar li a i {
  margin-right: 4px;
}
.case-main .case .bar li a:hover {
  opacity: 0.6;
}
.case-main .case .bar li a.active {
  color: #ffffff;
  background: radial-gradient(circle at 50% 0, #ff009e, rgba(255, 0, 0, 0) 70.71%), radial-gradient(circle at 6.7% 75%, #5e00ff, rgba(0, 0, 255, 0) 70.71%), radial-gradient(circle at 93.3% 75%, rgba(255, 77, 0, 0.8), rgba(0, 255, 0, 0) 70.71%) #62fffd;
  background-size: 100%;
  font-weight: 700;
}
.case-main .case .so {
  flex-grow: 1;
}
.case-main .case .empty {
  text-align: center;
  color: #999;
}
.case-main .case .present {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .case-main .case .present {
    flex-direction: column;
    padding: 8%;
  }
}
.case-main .case .present .title {
  text-align: center;
  font-size: 36px;
}
@media (max-width: 1024px) {
  .case-main .case .present .title {
    font-size: 22px;
  }
}
.case-main .case .present .news {
  margin-bottom: 30px;
  overflow: hidden;
  width: 48%;
  background-color: #262626;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .case-main .case .present .news {
    width: 100%;
  }
}
.case-main .case .present .news .img-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.case-main .case .present .news .img-wrap img {
  width: 100%;
}
.case-main .case .present .news .info-wrap {
  padding: 30px;
}
.case-main .case .present .news .info-wrap .sub-title {
  text-align: center;
}
.case-main .case .present .news .info-wrap .news-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.case-main .case .present .news .info-wrap .resolution {
  color: #FFF;
}
.case-main .case .present .news .info-wrap .resolution i {
  display: block;
}
.case-main .case .present .news .info-wrap .resolution i.rf {
  transform: rotate(180deg);
}
.case-main .case .present .news .info-wrap .describe {
  padding: 0 20px;
  font-size: 14px;
}
.case-main .case .present .contact {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 64px;
}
.case-main .case .present .contact .tip {
  margin-bottom: 12px;
}
.case-main .case .present .contact .btn {
  width: 200px;
  height: 48px;
  background: #ffd103;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  margin: 0 auto;
}
/*# sourceMappingURL=news.css.map */