* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #ffffff;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
@media screen and (min-width: 820px) {
  body {
    position: relative;
  }
  body .tcplayer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 500;
  }
  .container {
    min-width: 1200px;
  }
  .container .header {
    width: 100%;
    min-width: 1200px;
    background-image: url(../images/header-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
  }
  .container .header .logo {
    width: 110px;
    height: 50px;
    margin-top: 20px;
  }
  .container .header .nav {
    display: flex;
    margin-top: 32px;
  }
  .container .header .nav p {
    font-size: 20px;
    margin-left: 10px;
  }
  .container .header .nav p a {
    color: #fff;
  }
  .container .content .w {
    width: 1080px;
    margin: 0 auto;
  }
  .container .content .w .title {
    width: 236px;
    height: 75px;
    background-image: url(../images/title-bg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding-top: 20px;
  }
  .container .content .w .trends {
    margin-bottom: 68px;
  }
  .container .content .w .trends-content {
    margin-top: 48px;
    display: flex;
  }
  .container .content .w .trends-content .Carousel {
    width: 520px;
    height: 320px;
    margin-right: 32px;
  }
  .container .content .w .trends-content .Carousel .swiper-pagination {
    text-align: left;
    margin-left: 16px;
    margin-bottom: 8px;
  }
  .container .content .w .trends-content .Carousel .swiper-pagination-bullet-active {
    background: #1ae9a9;
  }
  .container .content .w .trends-content .Carousel .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: 4px;
  }
  .container .content .w .trends-content .Carousel img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .container .content .w .trends-content .trends-list .list1 {
    display: flex;
    align-items: end;
  }
  .container .content .w .trends-content .trends-list .list1 p:first-child {
    color: #fff;
    font-size: 24px;
    margin-right: 6px;
  }
  .container .content .w .trends-content .trends-list .list1 p:last-child {
    font-size: 14px;
    color: #dfdfdf;
  }
  .container .content .w .trends-content .trends-list .list2 {
    margin-top: 4px;
  }
  .container .content .w .trends-content .trends-list .list2 p {
    font-size: 18px;
    color: #fff;
  }
  .container .content .w .trends-content .trends-list .list3 {
    margin-top: 4px;
  }
  .container .content .w .trends-content .trends-list .list3 p {
    font-size: 14px;
    color: #dfdfdf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 528px;
  }
  .container .content .w .trends-content .trends-list {
    margin-bottom: 36px;
  }
  .container .content .w .trends-content .trends-list:last-child {
    margin-bottom: 0;
  }
  .container .content .w .exhibit {
    margin-bottom: 68px;
  }
  .container .content .w .exhibit .exhibit-content {
    margin-top: 48px;
    display: flex;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0;
    margin-right: 32px;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list li {
    padding: 28px 50px;
    font-size: 24px;
    background-color: #0a2bc3;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list li a {
    color: #fff;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list .item {
    background-color: #1ae9a9;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list .item a {
    color: #00167e;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-photo {
    display: none;
    width: 840px;
    height: 550px;
    background-image: url(../images/box.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-photo .introduce {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    margin-left: 22px;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-photo .ex-img {
    margin-top: 12px;
    margin-left: 16px;
    width: 808px;
    height: 480px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
  }
  .container .content .w .video {
    margin-bottom: 68px;
  }
  .container .content .w .video-content {
    margin-top: 48px;
  }
  .container .content .w .video-content .video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 28px;
  }
  .container .content .w .video-content .video-list li {
    position: relative;
  }
  .container .content .w .video-content .video-list li img {
    width: 100%;
    height: 192px;
    border-radius: 12px;
  }
  .container .content .w .video-content .video-list li video {
    width: 100%;
    height: 192px;
    border-radius: 12px;
  }
  .container .content .w .video-content .video-list li .point {
    cursor: pointer;
  }
  .container .content .w .video-content .video-list li .point #start {
    position: absolute;
    top: 68px;
    left: 144px;
    width: 52px;
    height: 52px;
    background-color: #333;
    opacity: 0.6;
    border-radius: 100%;
  }
  .container .content .w .video-content .video-list li .point #arrow {
    position: absolute;
    top: 72px;
    left: 166px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 14px solid transparent;
    border-left: 14px solid #fff;
    border-bottom: 10px solid transparent;
  }
  .container .content .w .video-content .video-list li p {
    width: 340px;
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .container .content .w .atlas .swiper-container {
    margin-top: 48px;
  }
  .container .content .w .atlas .swiper-container .swiper-wrapper {
    height: 330px !important;
  }
  .container .content .w .atlas .swiper-container img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .container .content .w .brand {
    margin-top: 48px;
  }
  .container .content .w .brand .brand-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 66px;
    margin-bottom: 48px;
  }
  .container .content .w .brand .brand-list .brand-list-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-right: 24px;
  }
  .container .content .w .brand .brand-list .brand-list-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .container .content .w .brand .brand-list img {
    width: 198px;
    height: 88px;
  }
  .container .content .w .brand .brand-list li {
    width: 198px;
    height: 88px;
    margin-right: 24px;
  }
  .container .content .w .brand .brand-list li img {
    width: 100%;
    height: 100%;
  }
  .container .content .w .brand .brand-list li:last-child {
    margin-right: 0;
  }
  .container .content .w .brand .brand-list-bottom:nth-child(2) img {
    margin-right: 0;
  }
  .container .footer {
    background-color: #002cb8;
    padding: 24px 0;
    margin: 0 auto;
  }
  .container .footer .footer-t {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .footer .footer-t p {
    font-size: 14px;
  }
  .container .footer .footer-t p a {
    color: #fff;
  }
  .container .footer .footer-t p span {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    margin: 0 12px;
    opacity: 0.5;
  }
  .container .footer .footer-b {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .container .footer .footer-b p {
    font-size: 14px;
    color: #fff;
  }
  .tankuang {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
  }
  .tankuang div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tankuang .v-shipin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    height: 480px;
  }
  .btn-box {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 999999999999999;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 820px) {
  body {
    position: relative;
  }
  body .tcplayer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 500;
  }
  .container .header {
    width: 7.5rem;
    height: 5.6rem !important;
    background-image: url(../images/app-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 0.64rem;
  }
  .container .header .logo {
    display: block;
    width: 1.26rem;
    height: 0.6rem;
    margin: 0 auto;
  }
  .container .header .app-nav .btn-nav {
    position: absolute;
    top: 0.74rem;
    right: 0.32rem;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
  }
  .container .header .app-nav .nav-list {
    display: none;
    position: absolute;
    top: 1.14rem;
    right: 0.34rem;
    padding: 0.24rem;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 0.12rem;
  }
  .container .header .app-nav .nav-list p {
    font-size: 0.28rem;
    margin-bottom: 0.32rem;
  }
  .container .header .app-nav .nav-list p a {
    color: #fff;
  }
  .container .header .app-nav .nav-list p:last-child {
    margin-bottom: 0;
  }
  .container .header .nav {
    display: flex;
    margin-top: 32px;
  }
  .container .header .nav p {
    font-size: 20px;
    margin-left: 10px;
  }
  .container .header .nav p a {
    color: #fff;
  }
  .container .content .w {
    width: 6.86rem;
    margin: 0 auto;
  }
  .container .content .w .title {
    width: 2.98rem;
    height: 0.96rem;
    background-image: url(../images/title-bg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
    padding-top: 0.3rem;
  }
  .container .content .w .trends {
    margin-bottom: 0.64rem;
  }
  .container .content .w .trends-content {
    margin-top: 0.48rem;
  }
  .container .content .w .trends-content .Carousel {
    width: 6.86rem;
    height: 4.2rem;
    margin-bottom: 0.4rem;
  }
  .container .content .w .trends-content .Carousel .swiper-pagination-bullet-active {
    background: #1ae9a9;
  }
  .container .content .w .trends-content .Carousel .swiper-pagination-bullet {
    width: 0.96rem;
    height: 0.08rem;
    border-radius: 0.08rem;
  }
  .container .content .w .trends-content .Carousel img {
    width: 100%;
    height: 100%;
    border-radius: 0.24rem;
  }
  .container .content .w .trends-content .trends-list .list1 {
    display: flex;
    align-items: end;
  }
  .container .content .w .trends-content .trends-list .list1 p:first-child {
    color: #fff;
    font-size: 0.48rem;
    margin-right: 0.12rem;
  }
  .container .content .w .trends-content .trends-list .list1 p:last-child {
    font-size: 0.28rem;
    color: #dfdfdf;
  }
  .container .content .w .trends-content .trends-list .list2 {
    margin-top: 0.12rem;
  }
  .container .content .w .trends-content .trends-list .list2 p {
    font-size: 0.3rem;
    color: #fff;
  }
  .container .content .w .trends-content .trends-list .list3 {
    margin-top: 0.12rem;
  }
  .container .content .w .trends-content .trends-list .list3 p {
    font-size: 0.26rem;
    color: #dfdfdf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 6.86rem;
  }
  .container .content .w .trends-content .trends-list {
    margin-bottom: 0.4rem;
  }
  .container .content .w .trends-content .trends-list:last-child {
    margin-bottom: 0;
  }
  .container .content .w .exhibit {
    margin-bottom: 0.8rem;
  }
  .container .content .w .exhibit .exhibit-content {
    margin-top: 0.48rem;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0.32rem;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list li {
    font-size: 0.3rem;
    padding-bottom: 0.12rem;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.28);
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list li a {
    color: #fff;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-list .item {
    border-bottom: 2px solid #1ae9a9;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-photo {
    display: none;
    width: 6.86rem;
    height: 4.54rem;
    background-image: url(../images/box.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-photo .introduce {
    font-size: 0.2rem;
    color: #fff;
    padding-top: 0.1rem;
    padding-left: 0.12rem;
  }
  .container .content .w .exhibit .exhibit-content .exhibit-photo .ex-img {
    margin-top: 0.1rem;
    margin-left: 0.16rem;
    width: 6.54rem;
    height: 3.88rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
  }
  .container .content .w .video {
    margin-bottom: 0.8rem;
  }
  .container .content .w .video-content {
    margin-top: 0.48rem;
  }
  .container .content .w .video-content .video-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.32rem 0.14rem;
  }
  .container .content .w .video-content .video-list li {
    position: relative;
  }
  .container .content .w .video-content .video-list li img {
    width: 100%;
    height: 1.9rem;
    border-radius: 0.16rem;
  }
  .container .content .w .video-content .video-list li .point {
    cursor: pointer;
  }
  .container .content .w .video-content .video-list li .point #start {
    position: absolute;
    top: 0.68rem;
    left: 1.4rem;
    width: 0.64rem;
    height: 0.64rem;
    background-color: #333;
    opacity: 0.6;
    border-radius: 100%;
  }
  .container .content .w .video-content .video-list li .point #arrow {
    position: absolute;
    top: 0.72rem;
    left: 1.68rem;
    width: 0;
    height: 0;
    border-top: 0.12rem solid transparent;
    border-right: 0.16rem solid transparent;
    border-left: 0.16rem solid #fff;
    border-bottom: 0.12rem solid transparent;
  }
  .container .content .w .video-content .video-list li p {
    width: 3.36rem;
    font-size: 0.28rem;
    color: #fff;
    margin-top: 0.16rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .container .content .w .atlas .swiper-container {
    margin-top: 0.48rem;
  }
  .container .content .w .atlas .swiper-container .swiper-wrapper {
    height: 3.04rem !important;
  }
  .container .content .w .atlas .swiper-container img {
    width: 100%;
    height: 100%;
    border-radius: 0.16rem;
  }
  .container .content .w .brand {
    margin-top: 0.48rem;
  }
  .container .content .w .brand .brand-list {
    margin-top: 0.48rem;
    margin-bottom: 0.8rem;
  }
  .container .content .w .brand .brand-list .brand-list-top {
    margin-bottom: 0.2rem;
  }
  .container .content .w .brand .brand-list .brand-list-top,
  .container .content .w .brand .brand-list .brand-list-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.14rem;
  }
  .container .content .w .brand .brand-list img {
    width: 2.2rem;
    height: 0.96rem;
  }
  .container .content .w .brand .brand-list li:last-child {
    margin-right: 0;
  }
  .container .footer {
    background-color: #002cb8;
    padding: 0.4rem 0.2rem;
    margin: 0 auto;
  }
  .container .footer .footer-t {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.24rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.32rem;
    border-bottom: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.25);
  }
  .container .footer .footer-t p {
    text-align: center;
    font-size: 0.26rem;
  }
  .container .footer .footer-t p a {
    color: #fff;
  }
  .container .footer .footer-b {
    display: flex;
    justify-content: center;
    margin-top: 0.32rem;
    padding: 0 0.6rem;
  }
  .container .footer .footer-b p {
    text-align: center;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.65);
  }
  .tankuang {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
  }
  .tankuang div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tankuang .v-shipin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.5rem;
    height: 4.8rem;
  }
  .btn-box {
    position: absolute;
    top: 0.2rem;
    right: 0.5rem;
    z-index: 999999999999999;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.2rem;
    padding: 0.1rem;
    border-radius: 0.1rem;
    cursor: pointer;
  }
}
