.brand-banner {
  position: relative;
  background-color: #f1f4fd;
  height: 540px;
}
.mobanner{
  display: none;
}
.brand-banner .sub-title {
  position: relative;
  display: flex;
  align-items: center;
}
.brand-banner .sub-title::before {
  content: "";
  display: block;
  width: 3px;
  height: 70%;
  background-color: #1764ff;
  margin-right: 12px;
}
.brand-banner img {
  user-select: none;
  -webkit-user-drag: none;
}
.brand-banner .container {
  height: 100%;
}
.brand-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.brand-banner .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .pc-banner{
    display: none;
  }
  .mobanner{
    display: block;
  }
  .brand-banner {
    height: 460px;
  }
  .brand-banner .sub-title {
    justify-content: center;
  }
  .brand-b {
    font-size: 28px !important;
  }
  .brand-p {
    font-size: 12px !important;
  }
  .brand-banner .banner-content p {
    font-size: 14px;
    width: 90%;
    margin: 4px auto !important;
  }
  .brand-banner .banner-content div {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .brand-banner .links {
    justify-content: space-around;
  }
  .brand-banner .link-2 {
    margin-left: 0;
  }
}
/*  当前形势 */
.brand-quo {
  padding: 80px 0 50px 0;
  background-image: url('/libraries_v4/view/tenYears/imgs/tenYears/bg1.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.brand-quo .quo-content {
  display: flex;
  background-color: #e3d7ca;
  border-radius: 8px;
  margin-top: 50px;
}
.brand-quo .quo-content video,
.brand-quo .quo-content img{
  border-radius: 8px;
}

.brand-quo .quo-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brand-quo .tab-item{
  background: #ebe3da;
  padding: 12px;
  height: 48%;
  padding: 16px 12px 12px 12px;
  border-radius: 4px;
}
.brand-quo .tab-item.active{
  background-color: #fff;
}
.brand-quo .tab-item1 .tab-img,
.brand-quo .tab-item2 .tab-img{
  height: 136px;
  border-radius: 4px!important;
}
.brand-quo .tab-item-txt{
  padding: 4px 14px;
  border-radius: 4px;
  background: linear-gradient(to right, #F6BA53, #F4F0AF);
}
.brand-quo .pos-rel{
  position: relative;
}
.brand-quo .see-num{
  position: absolute;
  color: #fff;
  right: 0;
  padding: 2px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  align-items: center;
}
.brand-quo .see-num img{
  width: 20px;
}
.brand-quo 
.brand-quo .product-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 12px;
}
.brand-quo .link-item {
  width: fit-content;
  min-width: 70px;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #212529;
}
.brand-quo .link-item-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.brand-quo .title-content{
  position: relative;
}
.brand-quo .title-ico{
  width: 46px;
  position: absolute;
  left: -50px;
  top: 14px;

}

.brand-quo .video-container1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.brand-quo .video-container1:nth-child(1){
  display: block;

}

.brand-quo .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer; /* 鼠标悬停时变为指针样式，提示用户可点击 */
}

.brand-quo .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-tab{
  display: none;
  color: #E6BB62;
  font-weight: bold;
  background-color: #fff;
}

.small-tab:nth-child(1){
  padding: 12px 0;
  border-top-left-radius: 8px;
}
.small-tab:nth-child(1).active{
  color: #fff;
  background: linear-gradient(to right, #F6BA53 52%, #F4F0AF);
}
.small-tab:nth-child(2){
  padding: 12px 0;
  border-top-right-radius: 8px;
}
.small-tab:nth-child(2).active{
  color: #fff;
  background: linear-gradient(to left, #F6BA53 52%, #F4F0AF);
}
@media screen and (max-width: 992px) {
  .brand-quo{
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  .brand-quo .quo-img {
    display: none;
  }

  .brand-quo .quo-content {
    background-image: none;
  }
  .brand-quo .quo-info {
    padding-left: 0;
    padding-right: 0;
  }
  .brand-quo .quo-content {
    padding-top: 40px;
  }
  .brand-quo .link-item {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .brand-quo .quo-content video,
  .brand-quo .quo-content img{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .small-tab{
    display: block;
  }
  .brand-quo .tab-item{
    display: none;
  }
  .brand-quo .quo-content{
    background-color: transparent!important;
  }
  .brand-quo {
    padding: 30px 0;
  }
  .brand-quo p {
    font-size: 14px;
  }
  .brand-quo .quo-info {
    font-size: 14px;
  }
}

@media screen and (max-width: 676px) {
  .brand-quo .quo-content {
    padding-top: 0px;
    margin-top: 26px;
  }
  .brand-quo .link-item .fn14 {
    font-size: 12px;
  }
  .brand-quo .link-item {
    max-width: 20%;
    min-width: 50px;
    text-align: center;
  }
  .brand-quo .link-item-img {
    width: 40px;
    height: 40px;
  }
}

/* 为什么选择 SUBMAIL？ */

.brand-why {
  /* height: 520px; */
}
.brand-why .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.why-container .dots {
  display: flex;
  justify-content: space-between;
}
.why-container .dots-item .text {
  position: relative;
  cursor: pointer;
}
.why-container .dots-item .text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #1764ff;
  transition: all 0.3s;
}

.brand-why .thank-letter{
  display: none;
}
.why-container .dots-item.active .text::after {
  width: 120%;
}
.why-content .text {
  min-height: 84px;
}
@media (max-width: 992px) {
  .brand-why img,
  .title-ico{
    display: none;
  }
  .brand-why .thank-letter{
    display: block;
  }
}
@media (max-width: 768px) {
  
  .brand-why {
    padding: 30px 0;
  }
}

/* 赛邮云里程碑 */
.brand-year{
  background-image: url(/libraries_v4/view/tenYears/imgs/tenYears/bg1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
.brand-year .title-content{
  position: relative;
}
.brand-year .title-ico{
  width: 46px;
  position: absolute;
  left: -50px;
  top: 14px;

}
section.brand-year {
  padding-top:80px;
}
.brand-year .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.brand-year .years-swiper {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.brand-year .swiper-slide {
  height: 560px;
  position: relative;
}
.brand-year .swiper-slide:first-child .line {
  border-radius: 2px 0 0 2px;
}
.brand-year .swiper-slide:last-child .line {
  border-radius: 0 2px 2px 0;
}
.brand-year .swiper-slide .line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background-color: #E30044;
}
.brand-year .swiper-slide .line::before{
  content: "";
  position: absolute;
  box-shadow: inset 0 0 0 12px #ff6e97;
  width: 100%;
  height: 6px;
  top: -5px;
  left: 0;

}
.brand-year .swiper-slide .line::after {
  /* content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  background-image: url(/libraries_v4/view/tenYears/imgs/tenYears/quan.svg);
  background-size: cover;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat; */

}
.brand-year .swiper-slide .top-info,
.brand-year .swiper-slide .btm-info {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: 107% 200px;
}
.brand-year .swiper-slide .top-info {
  /* top: 0;
  background-position: top center;
  background-image: url(/libraries_v4/view/brand/imgs/top-year.png); */
}
.brand-year .swiper-slide .btm-info {
bottom: 0;
    /* background-image: url(/libraries_v4/view/brand/imgs/btm-year.png);
  background-position: bottom center; */
}
.brand-year .swiper-slide .top-info .bg-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 140px;
}
.brand-year .swiper-slide .top-info .bg-wrap .bg {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.brand-year .swiper-slide .top-info .bg,
.brand-year .swiper-slide .btm-info .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  object-fit: fill;
}
.brand-year .swiper-slide .top-info .bg {
  top: 0;
}
.brand-year .swiper-slide .btm-info .bg {
  transform: translateX(-50%) rotate(180deg);
  bottom: 0;
}
.brand-year .time-btn{
  display: flex;
  justify-content: center;
  width: 166px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  background: #E30044;
  border: none;
  outline: none;
  border-radius: 4px;
  margin-top: 10px;
}
.brand-year .swiper-slide .year-num {
  position: absolute;
  left: -26%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #E30044;
}
.brand-year .swiper-slide .top-info .year-num {
  bottom: 40px;
}
.brand-year .swiper-slide .btm-info .year-num {
  top: 40px;
}
.brand-year .swiper-handle .iconfont4 {
  transition: all 0.3s;
}

.brand-year .swiper-slide .info-content {
  padding: 15px 26px 24px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.brand-year .swiper-slide .btm-info .info-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.brand-year .swiper-slide .title {
  width: 218px;
  height: 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
}
.brand-year .swiper-slide .title:hover img{
  transform: scale(1.2);
}
.brand-year .swiper-slide .title img {
  cursor: pointer;
  width: 220px;
  height: 100px;
  border-radius: 4px;
  transition: all 0.4s ease-out;
}
.brand-year .swiper-slide .dec {
  margin-top: 12px;
}
.brand-year .swiper-handle.swiper-prev,
.brand-year .swiper-handle.swiper-next {
  position: absolute;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 1px 2px -2px rgba(0, 107, 252, 0.05),
    0px 3px 6px 0px rgba(0, 107, 252, 0.03),
    0px 5px 12px 4px rgba(0, 107, 252, 0.03);
}
.brand-year .swiper-handle.swiper-prev {
  left: -40px;
  transform: translate(-100%, -50%);
}
.brand-year .swiper-handle.swiper-next {
  right: -40px;
  transform: translate(100%, -50%);
}
.brand-year .swiper-handle.swiper-prev .iconfont4 {
  transform: rotate(0deg);
}

.brand-year .swiper-handle.swiper-next .iconfont4 {
  color: #E30044;
  transform: rotate(180deg);
}
.brand-year .swiper-handle.swiper-prev:hover .iconfont4 {
  transform: rotate(0) scale(1.1);
}
.brand-year .swiper-handle.swiper-next:hover .iconfont4 {
  transform: rotate(180deg) scale(1.1);
}

.brand-year .swiper-handle.swiper-button-disabled {
  cursor: default;
}
.brand-year .swiper-handle.swiper-button-disabled .iconfont4 {
  color: #E30044;
}
@media screen and (max-width: 1199px) {
  .brand-year .swiper-handle.swiper-prev {
    left: -12px;
  }
  .brand-year .swiper-handle.swiper-next {
    right: -12px;
  }
}
@media screen and (max-width: 992px) {
  section.brand-year {
    padding-top: 30px ;
  }
}
@media screen and (max-width: 768px) {
  .brand-year .years-swiper{
    margin-top: 10px!important;
  }
  .brand-year .swiper-slide .info-content {
    padding: 15px 28px 20px;
  }

  .brand-year .swiper-slide .dec {
    font-size: 13px !important;
  }
  .brand-year .swiper-slide .info-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .brand-year .time-btn{
    width: 150px;
    font-size: 14px;
  }
  .brand-year .swiper-slide {
    height: 620px;
  }
  .brand-year .swiper-slide .time {
    font-size: 14px !important;
  }
  .brand-year .swiper-slide .title {
    font-size: 14px !important;
  }
  .brand-year .swiper-slide .title img {
    /* width: 28px;
    height: 28px; */
  }
  .brand-year .swiper-slide .top-info,
  .brand-year .swiper-slide .btm-info {
    background-size: 107% 185px;
  }
  .brand-year .swiper-handle.swiper-prev{
    left: 26px;
    z-index: 1;
  }

  .brand-year .swiper-handle.swiper-next {
    right: 26px;
    z-index: 1;
}
    /* display: none; */
  }
}
/*  */
.security-iso .des {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 100%;
  transition: all 0.3s ease-out;
  transform: translate(-50%, 0);
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(218, 221, 231, 0.7);
  opacity: 0;
  padding: 8px;
  z-index: -1;
  border-radius: 4px;
  font-size: 14px;
}
.security-iso .iso-item:hover .des {
  top: 85px;
  z-index: 99;
  opacity: 1;
}


/* v4-home-section-iso */
#photo1{
  height: 180px;
   position: relative; 
   margin: 50px 0 10px 0;
   overflow: hidden;
 }
 #photo2,#photo3{
  height: 180px;
  position: relative; 
  margin: 10px 0 10px 0;
  overflow: hidden;
 }
#photo1 ul,
#photo2 ul,
#photo3 ul {
  height: 180px; 
  position: relative; 
}
#photo1 ul li,
#photo2 ul li ,
#photo3 ul li  {
  height: 180px;
  float: left;
  list-style: none;
  padding-right:20px;
}
#photo1 ul li img,
#photo2 ul li img,
#photo3 ul li img {
  width: 320px;
  border-radius: 4px;
  display: inline-block;
}

.modal,
.modal2 {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  display: block;
  width: 80%;
  max-width: 1400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bigImg,
#bigImg2{
  border-radius: 4px;
}

.close1,
.close2 {
  color: #bbb;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus  {
  color: #290909;
  text-decoration: none;
  cursor: pointer;
}


.section-iso .title-content{
  position: relative;
}
.section-iso .title-ico{
  width: 46px;
  position: absolute;
  left: -50px;
  top: 14px;

}

.section-iso {
  padding: 80px 0 72px;
  background-image: url(/libraries_v4/view/tenYears/imgs/tenYears/bg1.svg);
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-iso .zixun {
  margin: 0 auto;
}

.section-iso .iso-item {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.section-iso .iso-name {
  max-width: 116px;
  word-wrap: break-word;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}

.section-iso .iso-item-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.section-iso .des {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 100%;
  transition: all 0.3s ease-out;
  transform: translate(-50%, 0);
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(218, 221, 231, 0.7);
  opacity: 0;
  padding: 8px;
  z-index: -1;
  border-radius: 4px;
  font-size: 14px;
}
.section-iso .iso-item:hover .des {
  top: 70px;
  z-index: 99;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .close1,
  .close2{
    display: none;
  }
  #photo1{
    margin: 30px 0 10px 0;
  }
  .section-iso {
    padding: 30px 0 30px;
  }
  .section-iso .md5-title {
    font-size: 1.5rem;
  }
  .section-iso .iso-item-img {
    width: 60px;
    height: 60px;
  }
  .section-iso .iso-name {
    font-size: 14px;
  }
}

.section-iso ul.md5s {
  margin-top: 64px;
}
.section-iso ul.md5s li {
  position: relative;
}
.section-iso ul.md5s li img.bg {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}
.section-iso .md5-item {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
}
.section-iso .item-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-iso ul.md5s li:nth-child(2n + 1) .md5-item {
  justify-content: flex-end;
}
.section-iso .source {
  display: flex;
  align-items: center;
}
.section-iso .source-warning {
  color: #f19932;
}
.section-iso .source-success {
  color: #006bfc;
}

.section-iso .source img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .fu-title{
    display: none;
  }
  section h2{
    text-align: center;
  }
  .section-iso .item-content {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  section h1 {
    font-size: 28px;
  }
  section h2 {
    font-size: 24px;
  }
}

.register-section{
  background-image: url(/libraries_v4/view/tenYears/imgs/tenYears/hengfu.png)!important;
}
.register-section h2,
.register-section span{
  color: #fff!important;
}
.register-section p{
  color: #ffd2de;
}
.register-section .my-button{
  background-color: #fff!important;
  color:#E30044!important;
}
.pc_register{
  background-color: #E30044!important;
  color:#fff!important;
}



.point,.point::before,.point::after{
  background-color: rgba(241, 0, 68, .9);
}
.point,.point::before,.point::after{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
  }
.point::before{
  animation: scale 2s infinite;
 }
.point::after{
  animation: scale2 2s infinite;
 }
@keyframes scale{
  0%{ 
      transform: scale(1);
      opacity:.9
    }
    100%{
      transform: scale(4);
      opacity: 0;
    }
  }
@keyframes scale2{
  0%{
    transform: scale(1);
    opacity:.9;
  }
  100%{
    transform: scale(6);
    opacity:0;
  }
}

/* 动画关键帧：扩散再收回来 */
/* @keyframes scale {
  0%, 100% {
    transform: scale(1);
    opacity:.9
  }
  50% {
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes scale2 {
  0%, 100% {
    transform: scale(1);
    opacity:.6
  }
  20% {
    transform: scale(1);
    opacity:.9
  }
  60% {
    transform: scale(4);
    opacity:.0
  }
} */






