.swiper-container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-slide {
  overflow: hidden;
  transform-origin: 0 0;
}

.wrap {
  display: flex;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .wrap {
    padding: 60px 0 1.4rem;
  }
  .wrapper {
    padding: 0;
  }
}

/* banner */

.banner .slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.banner .swiper-slide i {
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.banner .swiper-slide i img {
  width: 100%;
  transition: 1s 0.2s;
}

.banner-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.banner-layer img {
  width: 100%;
}

.banner-page {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 3vw;
  width: 100%;
}
.banner-page .swiper-pagination-bullet {
  display: block;
  width: 1vw;
  height: 1vw;
  margin: 0 0.5vw;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.banner-page .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width: 1200px) {
  .banner {
    height: 60vh;
  }
  .banner-page {
    bottom: 1vw;
  }
}

/* notice */
.notice {
  background: #fff;
}
.notice-line {
  display: flex;
  width: 78vw;
  margin: 0 auto;
  padding: 0.8vw 0;
}
.notice-left {
  width: 10vw;
  padding: 0 0 0 2vw;
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #e50213;
  background: url(../images/notice_icon.png) no-repeat 0 center/0.9vw;
  border-right: 1px solid #d8d8d8;
}
.notice-right {
  position: relative;
  width: 62vw;
  padding: 0 2.4vw 0 0.5vw;
}
.notice-right a {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.4vw;
}
.notice-prev,
.notice-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1vw;
  height: 1vw;
  border: 1px solid #fff6e0;
  cursor: pointer;
}
.notice-arrow img {
  width: 0.5vw;
}
.notice-prev:hover,
.notice-next:hover {
  background: #fff6e0;
}
@media (max-width: 1200px) {
  .notice-line {
    display: block;
    width: 100%;
    padding: 0.2rem;
  }
  .notice-left {
    width: auto;
    padding-left: 0.4rem;
    font-size: 16px;
    line-height: 24px;
    color: #e50213;
    background: url(../images/notice_icon.png) no-repeat 0 center/0.25rem;
    border: 0;
  }
  .notice-right {
    width: 100%;
    padding: 0 0.9rem 0 0;
  }
  .notice-right a {
    font-size: 14px;
    line-height: 24px;
  }
  .notice-arrow {
    width: 0.8rem;
  }
  .notice-prev,
  .notice-next {
    width: 0.36rem;
    height: 0.36rem;
  }
  .notice-arrow img {
    width: 0.15rem;
  }
}

/* new-list */
.new-list {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.new-list ul {
  height: auto;
  padding: 0.5vw;
}

.new-list li {
  padding: 0 0.5vw;
}
.new-list li a {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 0.8vw;
  font-size: 0.8vw;
  line-height: 2.35vw;
  color: #333;
  background: url(../images/square.png) no-repeat 0 center;
}
.new-li-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30vw;
}
.new-list li a:hover {
  color: #e50213;
  background-image: url(../images/squarea.png);
}
@media (max-width: 1200px) {
  .new-list {
    background: #fff;
    border: 1px solid #e5e5e5;
  }
  .new-list ul {
    height: auto;
    padding: 10px;
  }

  .new-list li {
    padding: 0 0.1rem;
  }
  .new-list li a {
    padding: 0 0 0 0.2rem;
    font-size: 14px;
    line-height: 24px;
  }
  .new-li-title {
    width: 4.8rem;
  }
}

/* part-title */
.part-title {
  padding: 2.4vw 0;
  font-size: 2vw;
  line-height: 2.4vw;
  color: #333;
  text-align: center;
}
.part-title span {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .part-title {
    padding: 0.4rem 0;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-align: center;
  }
}

/* part1 */
.part1 {
  background: url(../images/part1_bg.jpg) no-repeat center 0/100%;
}
.part1-main {
  width: 78vw;
  margin: 0 auto;
}
.part1-title {
  padding: 1vw 0;
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 2vw;
  color: #00579d;
  text-align: center;
}
.part1-box {
  display: flex;
  justify-content: space-between;
}
.part1-left {
  width: 50%;
}
.part1-banner {
  position: relative;
}
.part1-banner img {
  width: 100%;
}
.part1-banner p {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 6vw 0 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9vw;
  line-height: 2.4vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.part1-page {
  display: flex;
  position: absolute;
  z-index: 10;
  right: 1vw;
  bottom: 0.8vw;
}
.part1-page .swiper-pagination-bullet {
  display: block;
  width: 0.5vw;
  height: 0.5vw;
  margin: 0 0 0 0.5vw;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}
.part1-page .swiper-pagination-bullet-active {
  background: #e50213;
}

.part1-right {
  width: 50%;
}
.part1-nav {
  display: flex;
  justify-content: space-between;
  background: #e8f1f7;
}
.part1-nav ul {
  display: flex;
}
.part1-nav ul li {
  padding-right: 1px;
}
.part1-nav ul a {
  display: block;
  font-weight: bold;
  padding: 0 1vw;
  font-size: 0.9vw;
  line-height: 3.2vw;
  color: #333;
}
.part1-nav ul li.active a {
  color: #00579d;
  background: url(../images/line_blue.png) no-repeat 0 bottom/100% 2px;
}

.part1-nav-more {
  width: 3vw;
  overflow: hidden;
}

.part1-nav-more a {
  display: none;
  font-size: 0.8vw;
  line-height: 3.2vw;
  text-align: center;
  color: #999999;
}
.part1-nav-more a.active {
  display: block;
}
.part1-nav-more a:hover {
  color: #e50213;
}
.part1-right .new-list {
  position: relative;
  height: 24.5vw;
  overflow: hidden;
}
.part1-right .new-list ul {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}
.part1-right .new-list ul.active {
  z-index: 10;
  opacity: 1;
}
@media (max-width: 1200px) {
  .part1-main {
    width: 100%;
    padding: 0 0.2rem;
  }
  .part1-title {
    display: none;
    padding: 0.4rem 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #00579d;
    text-align: center;
  }
  .part1-box {
    display: block;
    padding: 0.2rem 0 0;
  }
  .part1-left {
    width: 100%;
  }
  .part1-banner {
    position: relative;
  }
  .part1-banner .swiper-slide {
    /* height: 3.6rem; */
    overflow: hidden;
  }
  .part1-banner img {
    width: 100%;
    border: 10px solid #fff;
  }
  .part1-banner p {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1.6rem 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
  }
  .part1-page {
    display: flex;
    position: absolute;
    z-index: 10;
    right: 0.2rem;
    bottom: 0.25rem;
  }
  .part1-page .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0 0 0.1rem;
  }
  .part1-right {
    width: 100%;
  }
  .part1-nav {
    display: block;
    background: #e8f1f7;
  }
  .part1-nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
  }

  .part1-nav ul a {
    padding: 0 1px;
    font-size: 0.26rem;
    line-height: 0.6rem;
  }

  .part1-nav-more {
    display: none;
  }

  .part1-right .new-list {
    height: 260px;
    overflow: hidden;
  }
}

/* part2 */
.part2 {
  padding: 1vw 0 0;
}
.part2-main {
  width: 78vw;
  margin: 0 auto;
}
.part2-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1vw;
}
.part2-title {
  padding: 0 0 0 1vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
  color: #333;
  background: url(../images/border.png) no-repeat 0 center/3px 100%;
}

.part2-more a {
  font-size: 0.8vw;
  line-height: 3.2vw;
  text-align: center;
  color: #999999;
}
.part2-more a:hover {
  color: #e50213;
}

.part2-content ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -1vw;
}
.part2-content ul li {
  width: 33.3%;
  padding: 0 1vw;
}
.part2-content ul a {
  display: block;
}
.part2-content ul img {
  width: 100%;
}
@media (max-width: 1200px) {
  .part2-main {
    width: 100%;
    padding: 0.2rem 0.2rem 0;
  }
  .part2-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.2rem;
  }
  .part2-title {
    padding: 0 0 0 0.2rem;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    background: url(../images/border.png) no-repeat 0 center/3px 100%;
  }

  .part2-more a {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #999999;
  }
  .part2-more a:hover {
    color: #e50213;
  }
  .part2-content {
    overflow: auto;
  }
  .part2-content ul {
    display: flex;
    margin: 0;
    width: 15rem;
  }
  .part2-content ul li {
    width: 5rem;
    padding: 1px 5px;
  }
}

/* part3 */
.part3 {
  padding: 0;
}
.part3-content {
  position: relative;
  height: 27.4vw;
  overflow: hidden;
}

.part3-banner {
  width: calc((450px + 24px) * 5);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 1920px / 2 - (450px + 24px - 330px));
}

.part3-prev {
  position: absolute;
  z-index: 5;
  left: 14vw;
  top: 12vw;
  cursor: pointer;
}
.part3-next {
  position: absolute;
  z-index: 5;
  right: 14vw;
  top: 12vw;
  cursor: pointer;
}

.part3-banner .swiper-slide {
  padding: 0 0.5vw;
  transition: 0.5s;
}
.part3-banner .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  /* background: #8b020c; */
}

.part3-li-img img {
  height: 27.4vw;
  transition: 0.5s;
}

.part3-li-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url(../images/part3_li_b.png) no-repeat 0 bottom/100%;
}
.part3-li-font {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 20vw;
  width: 100%;
  padding: 0 0 0 2vw;

  transition: 0.5s;
}
.part3-li-ch {
  font-size: 1.8vw;
  line-height: 2.4vw;
  font-weight: bold;
  color: #fff;
}
.part3-li-en {
  font-size: 1.2vw;
  line-height: 2vw;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.part3-li-more {
  width: 6vw;
  margin: 5vw 0 0;
  font-size: 0.8vw;
  line-height: 2vw;
  color: #fff;
  text-align: center;
  background: #e50213;
}

@media (max-width: 1200px) {
  .part3-content {
    position: relative;
    height: auto;
    overflow: hidden;
  }

  .part3-banner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: visible;
    transform: translate3d(-1.85rem, 0, 0);
  }

  .part3-prev {
    position: absolute;
    z-index: 5;
    left: 0.1rem;
    top: 0.8rem;
    cursor: pointer;
  }
  .part3-next {
    position: absolute;
    z-index: 5;
    right: 0.1rem;
    top: 0.8rem;
    cursor: pointer;
  }
  .part3-prev img,
  .part3-next img {
    width: 0.6rem;
  }

  .part3-banner .swiper-slide {
    padding: 0 2px;
    transition: 0.5s;
  }
  .part3-banner .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
    /* background: #8b020c; */
  }

  .part3-li-img img {
    width: 100%;
    height: auto;
    transition: 0.5s;
  }

  .part3-li-font {
    top: auto;
    bottom: 0.1rem;
    width: 100%;
    padding: 0 0 0 0.4rem;
  }
  .part3-li-ch {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-stroke: 0.6px #ffffff;
    letter-spacing: 1px;
    color: #e50213;
  }
  .part3-li-en {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    -webkit-text-stroke: 0.6px #ffffff;
    letter-spacing: 1px;
    color: #e50213;
  }
  .part3-li-more {
    display: none;
  }
}
@media (min-width: 1200px) {
  .part3-banner .swiper-slide:hover {
    width: calc(780px + 24px) !important;
  }
  .part3-banner .swiper-slide:hover .part3-li-img img {
    transform: scale(1.08);
    /* opacity: 0.5; */
  }
  .part3-banner .swiper-slide:hover .part3-li-b {
    width: 100%;
  }
  .part3-banner .swiper-slide:hover .part3-li-font {
    transform: translate3d(0, -7vw, 0);
  }
  .part3-banner .swiper-slide:hover .part3-li-ch {
    -webkit-text-stroke: 0.6px #ffffff;
    letter-spacing: 3px;
    color: #e50213;
  }
  .part3-banner .swiper-slide:hover .part3-li-en {
    -webkit-text-stroke: 0.6px #ffffff;
    letter-spacing: 3px;
    color: #e50213;
  }
}

/* part4 */
.part4 {
  padding: 0;
}
.part4-content {
  display: flex;
  justify-content: space-between;
  padding: 1vw 14vw;
  background: url(../images/part4_bg.png) no-repeat center 0 / cover;
}

.part4-left {
  width: 50%;
  padding: 2.5vw 0 0;
}
.part4-red {
  font-size: 0.9vw;
  line-height: 2vw;
  color: #e50213;
}
.part4-name {
  margin: 1vw 0 2vw;
  font-size: 2vw;
  line-height: 2.4vw;
  color: #333;
}
.part4-text {
  height: 6vw;
  overflow: hidden;
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #333;
}
.part4-more {
  width: 5.6vw;
  margin: 1vw 0 2vw;
}
.part4-more a {
  display: block;
  padding: 0 0.5vw;
  font-size: 0.8vw;
  line-height: 2vw;
  color: #fff;
  background: #00579d url(../images/arrow_w.png) no-repeat 4.6vw center/0.5vw;
}

.part4-ul {
  display: flex;
}
.part4-li {
  width: 50%;
  padding-right: 3vw;
}
.part4-li:nth-child(2) {
  padding-left: 3vw;
  background: url(../images/part4_dashed.png) no-repeat 0 center;
}

.part4-li-top {
  display: flex;
  justify-content: space-between;
}
.part4-li-text {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #273139;
}
.part4-li-icon img {
  width: 1.3vw;
}
.part4-li-line {
  display: flex;
  align-items: flex-end;
  padding: 0.5vw 0 0;
  font-size: 0.8vw;
  line-height: 1;
  color: #333;
}
.part4-li-num {
  font-size: 3vw;
  line-height: 1;
  color: #d33300;
}

.part4-right {
  width: 50%;
}
.part4-right img {
  width: 100%;
}
@media (max-width: 1200px) {
  .part4-content {
    display: block;
    padding: 0.2rem;
  }

  .part4-left {
    width: 100%;
    padding: 0;
  }
  .part4-red {
    font-size: 14px;
    line-height: 24px;
    color: #e50213;
    text-align: center;
  }
  .part4-name {
    margin: 5px 0;
    font-size: 18px;
    line-height: 24px;
    color: #333;
  }
  .part4-text {
    height: 96px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #333;
  }
  .part4-more {
    width: 2rem;
    margin: 0.2rem 0;
  }
  .part4-more a {
    display: block;
    padding: 0 0.2rem;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #00579d url(../images/arrow_w.png) no-repeat 1.7rem
      center/0.1rem;
  }

  .part4-ul {
    display: flex;
  }
  .part4-li {
    width: 50%;
    padding-right: 0.2rem;
  }
  .part4-li:nth-child(2) {
    padding-left: 0.2rem;
    background: url(../images/part4_dashed.png) no-repeat 0 center;
  }

  .part4-li-top {
    display: flex;
    justify-content: space-between;
  }
  .part4-li-text {
    font-size: 16px;
    line-height: 24px;
    color: #273139;
  }
  .part4-li-icon img {
    width: 0.3rem;
  }
  .part4-li-line {
    display: flex;
    align-items: flex-end;
    padding: 0.1rem 0 0;
    font-size: 16px;
    line-height: 1;
    color: #333;
  }
  .part4-li-num {
    font-size: 24px;
    line-height: 1;
    color: #d33300;
  }

  .part4-right {
    width: 100%;
    padding: 0.2rem 0 0;
  }
}

/* part5 */
.part5 {
  padding: 0;
}
.part5-main {
  width: 78vw;
  margin: 0 auto;
}
.part5-content {
  display: flex;
  justify-content: space-between;
}
.part5-left,
.part5-right {
  width: 38.6vw;
}
.part5-content-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7e7e8;
}
.part5-content-title {
  font-weight: bold;
  padding: 0 3vw;
  font-size: 0.9vw;
  line-height: 3.2vw;
  color: #e50213;
  background: url(../images/line_red.png) no-repeat 0 bottom/100% 2px;
}

.part5-content-more {
  width: 3vw;
  overflow: hidden;
}
.part5-content-more a {
  font-size: 0.8vw;
  line-height: 3.2vw;
  text-align: center;
  color: #999999;
}
.part5-content-more a:hover {
  color: #e50213;
}
@media (max-width: 1200px) {
  .part5-main {
    width: 100%;
    padding: 0 0.2rem;
  }
  .part5-content {
    display: block;
  }
  .part5-left,
  .part5-right {
    width: 100%;
    padding: 0 0 0.2rem;
  }
  .part5-content-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7e7e8;
  }
  .part5-content-title {
    font-weight: bold;
    padding: 0 0.2rem;
    font-size: 16px;
    line-height: 36px;
    color: #e50213;
    background: url(../images/line_red.png) no-repeat 0 bottom/100% 2px;
  }

  .part5-content-more {
    width: 1rem;
    padding-right: 0.2rem;
    text-align: right;
    overflow: hidden;
  }
  .part5-content-more a {
    font-size: 0.8vw;
    line-height: 3.2vw;
  }
}

/* part6 */
.part6 {
  padding: 0;
}
.part6-content {
  position: relative;
  height: 45.6vw;
  background: url(../images/part6_bg.jpg) no-repeat center/100% 100%;
}
.part6-content ul {
  display: flex;
  flex-wrap: wrap;
}
.part6-content ul li {
  width: 33.3%;
}
.part6-content ul a {
  display: block;
  height: 22.8vw;
  text-align: center;
  transition: 0.5s;
}
.part6-content ul i {
  display: block;
  padding: 5vw 0 3vw;
  text-align: center;
}
.part6-content ul i img {
  width: 4vw;
}
.part6-li-ch {
  font-weight: bold;
  font-size: 2vw;
  line-height: 2.4vw;
  color: #fff;
}
.part6-li-en {
  font-weight: bold;
  font-size: 0.9vw;
  line-height: 1.5vw;
  color: #fff;
  text-transform: uppercase;
}
.part6-content ul a:hover {
  transform: translate3d(0, -1vw, 0);
}
@media (max-width: 1200px) {
  .part6-content {
    position: relative;
    height: auto;
    background: url(../images/part6_bg.png) no-repeat center/100% 100%;
  }
  .part6-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .part6-content ul li {
    width: 33.3%;
  }
  .part6-content ul a {
    display: block;
    height: 2rem;
    padding: 0.2rem 0 0;
    text-align: center;
    transition: 0.5s;
  }
  .part6-content ul i {
    display: block;
    padding: 0.2rem 0;
    text-align: center;
  }
  .part6-content ul i img {
    width: 0.4rem;
  }
  .part6-li-ch {
    font-size: 16px;
    line-height: 20px;
  }
  .part6-li-en {
    display: none;
  }
}

/* part7 */
.part7 {
  padding: 2vw 0;
}
.part7-main {
  width: 78vw;
  margin: 0 auto;
}
.part7-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1vw;
}
.part7-title {
  padding: 0 0 0 1vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
  color: #333;
  background: url(../images/border.png) no-repeat 0 center/3px 100%;
}

.part7-more a {
  font-size: 0.8vw;
  line-height: 3.2vw;
  text-align: center;
  color: #999999;
}
.part7-more a:hover {
  color: #e50213;
}
.part7-list {
  position: relative;
  height: 4vw;
  overflow: hidden;
}
.part7-list ul {
  display: flex;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}
.part7-list ul li {
  width: 13vw;
  padding: 0 0.5vw;
}
.part7-list ul a {
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.part7-list ul img {
  width: 100%;
}
@media (max-width: 1200px) {
  .part7-main {
    width: 100%;
    padding: 0.2rem 0.2rem 0;
  }
  .part7-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.2rem;
  }
  .part7-title {
    padding: 0 0 0 0.2rem;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    background: url(../images/border.png) no-repeat 0 center/3px 100%;
  }

  .part7-more a {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #999999;
  }
  .part7-list {
    height: 1rem;
  }

  .part7-list ul li {
    width: 3rem;
    padding: 0 0.1rem;
  }
}

/* fixed */
.fixed {
  display: block;
  position: fixed;
  z-index: 999;
  right: 2vw;
  top: 60%;
  width: 10vw;
}
.fixed-ewm {
  padding: 0.5vw;
  background: #fff;
}
.fixed-ewm-img img {
  width: 100%;
}

.fixed-ewm-font {
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #333;
  text-align: center;
}

.fixed-close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9vw;
  line-height: 2vw;
  color: #fff;
  text-align: center;
  background: #e50213;
  cursor: pointer;
}
.fixed-close img {
  width: 0.8vw;
}
.fixed-close span {
  padding-left: 0.8vw;
}
@media (max-width: 1200px) {
  .fixed {
    display: none;
  }
}
