.cooperatePage .divider {
  width: 100%;
  background: #FFFFFF;
}
.cooperatePage .divider img {
  display: block;
  width: 100%;
}
.cooperatePage .cooperate-market .inner-title {
  margin-bottom: 33px;
}
.cooperatePage .cooperate-market .market-map {
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-market .market-map .market-map-main {
  width: 100%;
  position: relative;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot {
  position: absolute;
  top: 50%;
  left: 35%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center {
  width: 10px;
  height: 10px;
  position: relative;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center .dot {
  width: 10px;
  height: 10px;
  background: #47B92F;
  border-radius: 50%;
  position: relative;
  z-index: 12;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center .after {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #47B92F;
  animation: ani-map 2s 0.5s infinite;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center .before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #47B92F;
  animation: ani-map 2s infinite;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center .val {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center .logo {
  width: 178px;
  top: 30px;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(1) {
  top: 67.5%;
  left: 12.5%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(2) {
  top: 28.5%;
  left: 18.5%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(3) {
  top: 47.5%;
  left: 27.5%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(4) {
  top: 75.5%;
  left: 41.5%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(5) {
  top: 33.5%;
  left: 35.5%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(6) {
  top: 31%;
  left: 73%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(7) {
  top: 67%;
  left: 86%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(8) {
  top: 42.5%;
  left: 37.5%;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(8) .dot-center .after {
  animation: ani-map1 2s 0.5s infinite;
}
.cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot:nth-of-type(8) .dot-center .before {
  animation: ani-map1 2s infinite;
}
.cooperatePage .cooperate-market .market-map .market-map-main .line {
  height: 1px;
  background: #47B92F;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
}
.cooperatePage .cooperate-market .market-map .market-map-main img {
  display: block;
  width: 100%;
}
.cooperatePage .cooperate-market .market-map .market-map-bottom {
  position: absolute;
  background: #47B92F;
  border-radius: 10px;
  padding: 60px 40px;
  width: 25%;
  left: 50%;
  top: 40%;
}
.cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: 0.5s;
}
.cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con {
  width: calc(100% - 72px);
}
.cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con .market-map-title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
}
.cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con .market-map-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 15px;
}
.cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one:hover .market-map-icon img {
  transform: rotateY(360deg);
}
.cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cooperatePage .service-industry {
  background: #191E2B;
  margin-top: -1px;
}
.cooperatePage .service-industry .inner-title {
  padding: 40px 0;
}
.cooperatePage .service-industry .inner-title .inner-title-p {
  color: #FFFFFF;
}
.cooperatePage .service-industry .industry-item {
  width: 100%;
  background: #47B92F;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
}
.cooperatePage .service-industry .industry-item .industry-item-img {
  position: relative;
  width: 62.5%;
  aspect-ratio: 1.5;
}
.cooperatePage .service-industry .industry-item .industry-item-img img {
  width: 100%;
  display: block;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.cooperatePage .service-industry .industry-item .industry-item-img .industry-item-title {
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperatePage .service-industry .industry-item .industry-item-img .industry-item-title .text {
  position: relative;
  padding: 0 40px;
  height: 100%;
}
.cooperatePage .service-industry .industry-item .industry-item-img .industry-item-title .text::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('https://file.global86.cn/website_v3-guoneijiedian/weiyang/border-left.png') no-repeat;
  background-size: auto 100%;
  background-position: center left;
  transition: 0.5s;
}
.cooperatePage .service-industry .industry-item .industry-item-img .industry-item-title .text::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('https://file.global86.cn/website_v3-guoneijiedian/weiyang/border-right.png') no-repeat;
  background-size: auto 100%;
  background-position: center right;
  transition: 0.5s;
}
.cooperatePage .service-industry .industry-item .industry-item-words {
  width: 37.5%;
  display: flex;
  align-items: center;
}
.cooperatePage .service-industry .industry-item .industry-item-words .industry-item-inner {
  width: 100%;
  padding: 56px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cooperatePage .service-industry .industry-item .industry-item-words .industry-item-one {
  width: 100%;
}
.cooperatePage .service-industry .industry-item .industry-item-words .industry-item-one .industry-item-text {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.cooperatePage .service-industry .industry-item .industry-item-words .industry-item-one .industry-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.6;
  margin-top: 16px;
}
.cooperatePage .service-industry .industry-item .industry-item-words .industry-item-one1 {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 33px;
}
.cooperatePage .service-industry .industry-item:hover .industry-item-img img {
  transform: scale(1.02);
}
.cooperatePage .service-industry .industry-item:hover .industry-item-img .industry-item-title .text::after {
  animation: lineindustry 0.5s 1;
}
.cooperatePage .service-industry .industry-item:hover .industry-item-img .industry-item-title .text::before {
  animation: lineindustry 0.5s 1;
}
.cooperatePage .service-industry .industry-item .industry-item-img-m {
  display: none;
}
.cooperatePage .service-industry .industry-item .industry-item-img-pc {
  display: block;
}
.cooperatePage .cooperation-process {
  background: #F8F8F8;
}
.cooperatePage .cooperation-process .process-inner {
  width: 100%;
}
.cooperatePage .cooperation-process .inner-title {
  margin-bottom: 55px;
}
.cooperatePage .cooperation-process .process-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cooperatePage .cooperation-process .process-titles {
  width: 45%;
  max-width: 450px;
}
.cooperatePage .cooperation-process .process-titles .process-title-one {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-under {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-under .process-title-dot {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 6px;
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-under .process-title-dot .default {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-under .process-title-dot .active {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-under .process-title-text {
  font-weight: 400;
  font-size: 18px;
  color: #47B92F;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
  width: calc(100% - 40px);
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-val {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-val .process-title-val-inner {
  width: 100%;
  padding-left: 40px;
  padding-top: 12px;
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-val .process-title-val-con {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.cooperatePage .cooperation-process .process-titles .process-title-one .process-title-val .p1 {
  margin-top: 20px;
}
.cooperatePage .cooperation-process .process-titles .process-title-one::after {
  width: 1px;
  height: 35px;
  content: "";
  border-left: 1px dashed #CCCCCC;
  position: absolute;
  left: 11px;
  top: 30px;
}
.cooperatePage .cooperation-process .process-titles .process-title-one-active .process-title-under .process-title-dot .default {
  transform: scale(0);
}
.cooperatePage .cooperation-process .process-titles .process-title-one-active .process-title-under .process-title-dot .active {
  transform: translate(-50%, -50%) scale(1);
}
.cooperatePage .cooperation-process .process-titles .process-title-one-active .process-title-val {
  max-height: 30000px;
  opacity: 1;
  transition: max-height 1.2s;
}
.cooperatePage .cooperation-process .process-titles .process-title-one-active::after {
  height: calc(100% + 8px);
}
.cooperatePage .cooperation-process .process-titles .process-title-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cooperatePage .cooperation-process .process-titles .process-title-one:nth-last-of-type(1)::after {
  display: none;
}
.cooperatePage .cooperation-process .process-imgs {
  width: 50%;
}
.cooperatePage .cooperation-process .process-imgs .process-imgs-inner {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.cooperatePage .cooperation-process .process-imgs .process-imgs-one {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transform: translateX(12px);
  transition: 0.8s;
}
.cooperatePage .cooperation-process .process-imgs .process-imgs-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.cooperatePage .cooperation-process .process-imgs .process-imgs-one-active {
  transform: translateX(0);
  opacity: 1;
  z-index: 12;
}
.cooperatePage .cooperation-process .process-imgs .process-imgs-one-active:hover img {
  transform: scale(1.05);
}
.cooperatePage .service-advantages .advantages-inner {
  width: 100%;
}
.cooperatePage .service-advantages .inner-title {
  margin-bottom: 40px;
}
.cooperatePage .service-advantages .advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperatePage .service-advantages .advantages-item {
  width: calc((100% - 40px) / 2);
  margin-bottom: 30px;
  background: #F8F8F8;
  border-radius: 20px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4%;
  transition: 0.5s;
}
.cooperatePage .service-advantages .advantages-item .advantages-item-icon {
  width: 60px;
  height: 60px;
  background: #47B92F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.cooperatePage .service-advantages .advantages-item .advantages-item-icon img {
  width: 60%;
  height: 60%;
  object-fit: scale-down;
  transition: 0.5s;
}
.cooperatePage .service-advantages .advantages-item .advantages-item-con {
  margin-top: 10%;
  width: 100%;
}
.cooperatePage .service-advantages .advantages-item .advantages-item-con .advantages-item-title {
  font-weight: 400;
  font-size: 24px;
  color: #47B92F;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
  transition: 0.5s;
}
.cooperatePage .service-advantages .advantages-item .advantages-item-con .advantages-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 25px;
  transition: 0.5s;
}
.cooperatePage .service-advantages .advantages-item-active {
  background: #47B92F;
}
.cooperatePage .service-advantages .advantages-item-active .advantages-item-icon {
  border: 2px solid #FFFFFF;
}
.cooperatePage .service-advantages .advantages-item-active .advantages-item-icon img {
  transform: rotateY(360deg);
}
.cooperatePage .service-advantages .advantages-item-active .advantages-item-con .advantages-item-title {
  color: #FFFFFF;
}
.cooperatePage .service-advantages .advantages-item-active .advantages-item-con .advantages-item-desc {
  color: #FFFFFF;
}
@keyframes lineindustry {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@keyframes ani-map {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 200%;
    opacity: 0;
  }
}
@keyframes ani-map1 {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 400%;
    opacity: 0;
  }
}
@keyframes map-line {
  0% {
    transform: scale(0.2);
    opacity: 0.5;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 1918px) {
  .cooperatePage .cooperate-market .market-map .market-map-bottom {
    padding: 40px 30px;
    width: 432px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-icon {
    width: 42px;
    height: 42px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con {
    width: calc(100% - 65px);
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con .market-map-title {
    font-size: 22px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one {
    margin-bottom: 48px;
  }
}
@media (max-width: 1598px) {
  .cooperatePage .cooperate-market .market-map .market-map-bottom {
    padding: 38px 26px;
    width: 420px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con .market-map-title {
    font-size: 20px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con .market-map-desc {
    margin-top: 12px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-icon {
    width: 40px;
    height: 40px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con {
    width: calc(100% - 60px);
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one {
    margin-bottom: 38px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-words .industry-item-inner {
    padding: 42px;
  }
  .cooperatePage .service-industry .inner-title {
    padding: 0 0 40px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-img .industry-item-title {
    font-size: 20px;
    line-height: 52px;
    height: 52px;
  }
  .cooperatePage .service-advantages .advantages-item .advantages-item-con .advantages-item-title {
    font-size: 20px;
  }
  .cooperatePage .service-advantages .advantages-item {
    height: auto;
    min-height: 0;
  }
  .cooperatePage .service-advantages .advantages-item .advantages-item-con .advantages-item-desc {
    margin-top: 14px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center .val {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1365px) {
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con .market-map-desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom {
    left: 47%;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-icon {
    width: 36px;
    height: 36px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one .market-map-con .market-map-title {
    font-size: 18px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-img .industry-item-title {
    font-size: 18px;
    line-height: 48px;
    height: 48px;
  }
}
@media (max-width: 1250px) {
  .cooperatePage .cooperate-market .market-map .market-map-bottom {
    width: 70%;
    max-width: 600px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cooperatePage .cooperation-process .process-titles .process-title-one .process-title-val .p1 {
    margin-top: 15px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-img {
    width: 50%;
  }
  .cooperatePage .service-industry .industry-item .industry-item-words {
    width: 50%;
  }
  .cooperatePage {
    margin-top: 65px;
  }
}
@media (max-width: 1023px) {
  .cooperatePage .service-industry .industry-item .industry-item-words .industry-item-inner {
    padding: 36px 30px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-words .industry-item-one1 {
    padding-top: 26px;
    margin-top: 26px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-words .industry-item-one .industry-item-text {
    font-size: 16px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center .val {
    display: none;
  }
  .cooperatePage .service-industry .industry-item .industry-item-words .industry-item-one .industry-item-desc {
    margin-top: 12px;
  }
  .cooperatePage .service-advantages .advantages-item .advantages-item-con .advantages-item-title {
    font-size: 18px;
  }
  .cooperatePage .service-advantages .advantages-item .advantages-item-con .advantages-item-desc {
    margin-top: 12px;
  }
  .cooperatePage .service-advantages .advantages-item .advantages-item-icon {
    width: 55px;
    height: 55px;
  }
  .cooperatePage .service-advantages .advantages-item {
    width: calc((100% - 30px) / 2);
  }
  .cooperatePage .cooperation-process .inner-title {
    margin-bottom: 45px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-img .industry-item-title {
    font-size: 16px;
    line-height: 45px;
    height: 45px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-main .market-map-dot .dot-center .logo {
    width: 98px;
    display: block;
  }
}
@media (max-width: 767px) {
  .cooperatePage .cooperate-market .inner-title {
    margin-bottom: 0;
  }
  .cooperatePage .cooperate-market .inner-title .inner-title-p {
    margin-top: 10px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom .market-map-bottom-one {
    margin-bottom: 26px;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom {
    width: 100%;
  }
  .cooperatePage .cooperate-market .market-map .market-map-bottom {
    padding: 30px 24px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-img-m {
    display: block;
  }
  .cooperatePage .service-industry .industry-item .industry-item-img-pc {
    display: none;
  }
  .cooperatePage .service-industry .industry-item .industry-item-words .industry-item-inner {
    padding: 32px 24px;
  }
  .cooperatePage .cooperation-process .process-titles .process-title-one .process-title-under .process-title-text {
    font-size: 16px;
  }
  .cooperatePage .cooperation-process .process-titles {
    width: 100%;
    max-width: 100%;
  }
  .cooperatePage .service-advantages .advantages-item {
    width: 100%;
    padding: 26px;
  }
  .cooperatePage .service-industry .industry-item .industry-item-words .industry-item-one1 {
    padding-top: 22px;
    margin-top: 22px;
  }
  .cooperatePage .cooperation-process .process-imgs {
    display: none;
  }
  .cooperatePage .service-industry .industry-item .industry-item-img .industry-item-title {
    font-size: 14px;
    line-height: 42px;
    height: 42px;
  }
  .cooperatePage .service-industry .industry-item {
    flex-wrap: wrap;
  }
  .cooperatePage .service-industry .industry-item .industry-item-img {
    width: 100%;
  }
  .cooperatePage .service-industry .industry-item .industry-item-words {
    width: 100%;
  }
}
@media (max-width: 641px) {
  .cooperatePage {
    margin-top: 50px;
  }
}
@media (max-width: 431px) {
  .cooperatePage {
    margin-top: 42px;
  }
}
