.element-item .content-wrap .image-item {
  z-index: 4; }

.element-item .content-wrap .image-item-two {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16rem;
  width: 40rem;
  max-width: 100%;
  aspect-ratio: 600/345; }

.element-item.banner .content-wrap .main-description {
  max-width: calc(100% - 9rem); }

.element-item.paper .image-text-list .img-list-right {
  position: relative; }
  .element-item.paper .image-text-list .img-list-right .image-list {
    position: relative;
    z-index: 1; }
  .element-item.paper .image-text-list .img-list-right .down-from-box {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 440px;
    height: 340px;
    border-radius: 1rem;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    padding: 2rem; }
    .element-item.paper .image-text-list .img-list-right .down-from-box .download-file-form {
      width: 100%;
      display: flex;
      flex-direction: column;
      grid-gap: 1rem;
      margin: 0; }
      .element-item.paper .image-text-list .img-list-right .down-from-box .download-file-form label {
        width: 100%;
        display: block; }
        .element-item.paper .image-text-list .img-list-right .down-from-box .download-file-form label .spin {
          color: #dc3545; }
      .element-item.paper .image-text-list .img-list-right .down-from-box .download-file-form .iti {
        width: 100%; }
      .element-item.paper .image-text-list .img-list-right .down-from-box .download-file-form .button {
        color: #ffffff;
        cursor: pointer;
        border: none;
        line-height: 2.1875rem;
        padding: 0.0625rem 1.25rem;
        font-size: 0.875rem;
        background: #003399FF; }

@media (max-width: 61.9375rem) {
  .element-item .content-wrap .image-item-two {
    width: 100%;
    top: unset;
    transform: unset;
    right: 1rem;
    bottom: 1.5rem; }

  .element-item.banner .content-wrap .main-description {
    max-width: 100%; } }

/*# sourceMappingURL=everocan.css.map */
