@charset "UTF-8";
.nav-container {
  background-color: #fff;
  background-size: 100% 170px;
  background-repeat: no-repeat;
}

.nav-container .nav-top,
.nav-container .nav-body {
  width: 1440px;
  margin: 0 auto;
}

.nav-container .nav-top {
  padding-top: 44px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
}

.nav-container .nav-top .nav-top_logo {
  display: flex;
}

.nav-container .nav-top .nav-top_logo .logo {
  width: 88px;
  height: 80px;
  margin-right: 9px;
}

.nav-container .nav-top .nav-top_logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-container .nav-top .nav-top_logo .logo:last-child {
  margin-left: 9px;
}

.nav-container .nav-top .nav-top_logo .logo_name .title {
  font-weight: bold;
  font-size: 41px;
  color: #549579;
  line-height: 48px;
  margin-bottom: 6px;
}

.nav-container .nav-top .nav-top_logo .logo_name .desc {
  font-size: 20px;
  color: #549579;
  line-height: 23px;
}

.nav-container .nav-top .nav-top_right .right_search {
  width: 447px;
  height: 54px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-left: auto;
}

.nav-container .nav-top .nav-top_right .right_search .right_search_input {
  width: 367px;
  height: 100%;
  background-color: #F5F5F5;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.nav-container .nav-top .nav-top_right .right_search .right_search_input input {
  width: 100%;
  height: 20px;
  font-size: 17px;
  color: #333;
  line-height: 20px;
  border: none;
  background-color: transparent;
  font-weight: 400;
}

.nav-container .nav-top .nav-top_right .right_search .right_search_input input::placeholder {
  color: #999999;
}

.nav-container .nav-top .nav-top_right .right_search .right_search_icon {
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #549579;
  cursor: pointer;
}

.nav-container .nav-top .nav-top_right .right_search .right_search_icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.nav-container .nav-top .nav-top_right .right_search #search_btn {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.nav-container .nav-top .nav-top_right .right_handle {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_share_desc {
  min-width: 140px;
  max-width: 150px;
  font-size: 15px;
  color: #333333;
  line-height: 18px;
  margin-right: auto;
  padding-left: 16px;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language {
  position: absolute;
  right: 0;
  top: 0;
  width: 83px;
  height: 37px;
  z-index: 99;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul {
  border-radius: 20px;
  border: 1px solid #549579;
  background-color: #fff;
  transition: 0.6s all ease-in-out;
  width: 100%;
  height: 37px;
  overflow: hidden;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul li {
  display: flex;
  padding: 8px 24px 0;
  position: relative;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:first-child {
  padding-left: 8px;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:last-child {
  padding-bottom: 10px;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul li a {
  text-align: right;
  color: #549579;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul li a::first-letter {
  text-transform: uppercase;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul li.simpleboot3_en:nth-child(2)::before {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 8px;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul li.simpleboot3_fr:nth-child(3)::before {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 8px;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language ul li.simpleboot3:nth-child(4)::before {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 8px;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language.open ul {
  height: auto;
  background-color: #549579;
  animation: toggleHeight 0.5s linear;
}

.nav-container .nav-top .nav-top_right .right_handle .handle_language.open ul li a {
  color: #fff;
}

@keyframes toggleHeight {
  0% {
    height: 100%;
  }
  50% {
    height: 124px;
  }
  100% {
    height: auto;
  }
}

.nav-container .hamburger {
  display: none;
}

.nav-container .nav-body {
  height: 88px;
}

.nav-container .nav-body #main-menu {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-container .nav-body #main-menu .dropdown-menu {
  width: 230px;
  margin: 0;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nav-container .nav-body #main-menu .dropdown-menu > li {
  padding: 10px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: normal;
}

.nav-container .nav-body #main-menu .dropdown-menu > li:hover {
  background-color: #549579;
}

.nav-container .nav-body #main-menu .dropdown-menu > li:hover a {
  color: #fff;
}

.nav-container .nav-body #main-menu .dropdown-menu > li > a {
  padding: 0;
  font-size: 17px;
  color: #333;
  line-height: 20px;
  background-color: transparent;
  white-space: normal;
  letter-spacing: -1px;
}

.nav-container .nav-body #main-menu .dropdown-menu li.active {
  background-color: #549579;
}

.nav-container .nav-body #main-menu .dropdown-menu li.active a {
  color: #FFFFFF;
}

.nav-container .nav-body #main-menu .dropdown-menu li.active a:hover {
  color: #FFFFFF;
}

.nav-container .nav-body #main-menu > li {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 22px;
  font-family: Arimo, Arimo;
  position: relative;
}

.nav-container .nav-body #main-menu > li::before {
  content: "";
  transition: width 0.3s ease-in-out;
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #549579;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.nav-container .nav-body #main-menu > li > a {
  width: 100%;
  text-align: center;
  color: #333333;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  word-break: keep-all;
}

.nav-container .nav-body #main-menu > li > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  visibility: hidden;
  height: 1px;
  color: transparent;
  margin-bottom: -1px;
  overflow: hidden;
}

.nav-container .nav-body #main-menu > li:hover::before {
  width: 68px;
}

.nav-container .nav-body #main-menu > li:hover > a {
  font-weight: bold;
}

.nav-container .nav-body #main-menu > li.active::before {
  width: 68px;
}

.nav-container .nav-body #main-menu > li.active > a {
  font-weight: bold;
}

@media screen and (max-width: 1600px) {
  .nav-container .nav-top,
  .nav-container .nav-body {
    width: 1200px;
  }
  .nav-container .nav-top {
    padding-top: 44px;
  }
  .nav-container .nav-top .nav-top_logo .logo {
    width: 88px;
    height: 80px;
    margin-right: 9px;
  }
  .nav-container .nav-top .nav-top_logo .logo_name .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 6px;
  }
  .nav-container .nav-top .nav-top_logo .logo_name .desc {
    font-size: 20px;
    line-height: 22px;
  }
  .nav-container .nav-top .nav-top_right .right_search {
    width: 447px;
    height: 54px;
    margin-bottom: 12px;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_input {
    width: 367px;
    padding: 0 16px;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_input input {
    height: 20px;
    font-size: 17px;
    line-height: 20px;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_icon {
    width: 80px;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_icon img {
    width: 32px;
    height: 32px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_share_desc {
    width: 140px;
    font-size: 14px;
    line-height: 18px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_share {
    margin-right: 100px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_share ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 6px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language {
    width: 83px;
    height: 37px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul {
    border-radius: 20px;
    height: 37px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li {
    padding: 8px 24px 0;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:first-child {
    padding-left: 8px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:last-child {
    padding-bottom: 10px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li.zh-cn:nth-child(4)::before {
    left: 8px;
  }
  .nav-container .nav-body {
    height: 88px;
  }
  .nav-container .nav-body #main-menu {
    width: 1200px;
  }
  .nav-container .nav-body #main-menu .dropdown-menu {
    width: 200px;
  }
  .nav-container .nav-body #main-menu .dropdown-menu > li {
    padding: 10px;
    min-height: 60px;
  }
  .nav-container .nav-body #main-menu .dropdown-menu > li > a {
    font-size: 17px;
    line-height: 20px;
  }
  .nav-container .nav-body #main-menu > li {
    height: 100%;
    font-size: 19px;
    line-height: 22px;
  }
  .nav-container .nav-body #main-menu > li::before {
    height: 4px;
  }
  .nav-container .nav-body #main-menu > li > a {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .nav-container .nav-top,
  .nav-container .nav-body {
    width: 1000px;
  }
  .nav-container .nav-top {
    padding-top: 30px;
  }
  .nav-container .nav-top .nav-top_logo .logo {
    width: 88px;
    height: 80px;
    margin-right: 9px;
  }
  .nav-container .nav-top .nav-top_logo .logo_name .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .nav-container .nav-top .nav-top_logo .logo_name .desc {
    font-size: 16px;
    line-height: 22px;
  }
  .nav-container .nav-top .nav-top_right .right_search {
    width: 360px;
    height: 46px;
    margin-bottom: 8px;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_input {
    width: 300px;
    padding: 0 16px;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_input input {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_icon {
    width: 60px;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_icon img {
    width: 28px;
    height: 28px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_share_desc {
    width: 120px;
    font-size: 12px;
    line-height: 16px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_share {
    margin-right: 80px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_share ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 6px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language {
    width: 73px;
    height: 36px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul {
    border-radius: 20px;
    height: 36px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li {
    padding: 8px 24px 0;
    font-size: 12px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:first-child {
    padding-left: 8px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:last-child {
    padding-bottom: 8px;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li.zh-cn:nth-child(4)::before {
    left: 6px;
  }
  .nav-container .nav-body {
    height: 66px;
  }
  .nav-container .nav-body #main-menu {
    width: 1000px;
  }
  .nav-container .nav-body #main-menu .dropdown-menu {
    width: 160px;
  }
  .nav-container .nav-body #main-menu .dropdown-menu > li {
    padding: 10px;
    min-height: 60px;
  }
  .nav-container .nav-body #main-menu .dropdown-menu > li > a {
    font-size: 16px;
    line-height: 20px;
  }
  .nav-container .nav-body #main-menu > li {
    font-size: 18px;
    line-height: 22px;
  }
  .nav-container .nav-body #main-menu > li::before {
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container .nav-top,
  .nav-container .nav-body {
    width: 100%;
  }
  .nav-container .nav-top {
    position: relative;
    flex-direction: column;
    padding: 68rem 16rem 16rem;
  }
  .nav-container .nav-top .nav-top_logo {
    margin-bottom: 10rem;
  }
  .nav-container .nav-top .nav-top_logo .logo {
    width: 50rem;
    height: 50rem;
    margin-right: 10rem;
  }
  .nav-container .nav-top .nav-top_logo .logo_name {
    max-width: calc(100% - 60rem);
  }
  .nav-container .nav-top .nav-top_logo .logo_name .title {
    font-size: 16rem;
    line-height: 24rem;
    margin-bottom: 10rem;
  }
  .nav-container .nav-top .nav-top_logo .logo_name .desc {
    font-size: 12rem;
    line-height: 12rem;
  }
  .nav-container .nav-top .nav-top_right {
    width: 100%;
  }
  .nav-container .nav-top .nav-top_right .right_search {
    width: 100%;
    height: 36rem;
    margin-bottom: 10rem;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_input {
    width: calc(100% - 60rem);
    padding: 0 16rem;
    border-radius: 20rem 0 0 20rem;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_input input {
    height: 100%;
    font-size: 14rem;
    line-height: 22rem;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_icon {
    width: 60rem;
    border-radius: 0 20rem 20rem 0;
  }
  .nav-container .nav-top .nav-top_right .right_search .right_search_icon img {
    width: 24rem;
    height: 24rem;
  }
  .nav-container .nav-top .nav-top_right .right_handle {
    position: static;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_share_desc {
    display: none;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_share {
    display: none;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language {
    position: absolute;
    top: 20rem;
    left: 16rem;
    right: auto;
    width: auto;
    height: 32rem;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul {
    border-radius: 20rem;
    height: 32rem;
    transition: 0.3s all ease-in-out;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li {
    padding: 8rem 8rem 0;
    font-size: 12rem;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:first-child {
    padding-left: 10rem;
    padding-top: 7rem;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:last-child {
    padding-bottom: 8rem;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:nth-child(2), .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:nth-child(3), .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li:nth-child(4) {
    padding-left: 24rem;
  }
  .nav-container .nav-top .nav-top_right .right_handle .handle_language ul li.zh-cn:nth-child(4)::before {
    left: 6rem;
  }
  .nav-container .nav-top .nav-top_right .right_handle .open ul {
    box-shadow: 0px 2rem 10rem 0px rgba(0, 0, 0, 0.2);
  }
  @keyframes toggleHeight {
    0% {
      height: 100%;
    }
    50% {
      height: 110rem;
    }
    100% {
      height: auto;
    }
  }
  .nav-container .nav-body {
    width: 100vw;
    height: 0;
    overflow: hidden;
  }
  .nav-container .nav-body #main-menu {
    width: 100%;
    height: 0;
    flex-direction: column;
    overflow-y: scroll;
  }
  .nav-container .nav-body #main-menu .dropdown-menu {
    width: 100%;
    position: static;
    height: auto;
    z-index: 99;
    padding: 0;
    background-color: #fff;
    display: none;
    float: none;
    transform: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #549579;
  }
  .nav-container .nav-body #main-menu .dropdown-menu > li {
    width: 100%;
    min-height: 60rem;
    padding: 4rem 12rem;
    min-height: 60rem;
    text-align: left;
  }
  .nav-container .nav-body #main-menu .dropdown-menu > li > a {
    width: auto;
    display: inline-flex;
    font-size: 16rem;
    line-height: 20rem;
  }
  .nav-container .nav-body #main-menu > li {
    width: 100%;
    height: auto;
    font-size: 18rem;
    line-height: 22rem;
    flex-direction: column;
  }
  .nav-container .nav-body #main-menu > li > a {
    padding: 16rem 24rem;
    justify-content: start;
  }
  .nav-container .nav-body #main-menu > li > a.dropdown-toggle {
    padding-right: 60rem;
    position: relative;
  }
  .nav-container .nav-body #main-menu > li > a.dropdown-toggle::before {
    content: "";
    position: absolute;
    right: 30rem;
    top: 50%;
    width: 15rem;
    height: 15rem;
    border-right: 3rem solid #549579;
    border-bottom: 3rem solid #549579;
    transform: translateY(-40%) rotate(225deg);
    transition: 0.3s all ease-in-out;
  }
  .nav-container .nav-body #main-menu > li > a.dropdown-toggle.open::before {
    transform: translateY(-80%) rotate(405deg);
  }
  .nav-container .nav-body #main-menu > li:hover a {
    font-weight: normal;
  }
  .nav-container .nav-body #main-menu > li:hover::before {
    width: 0;
  }
  .nav-container .nav-body #main-menu > li::before {
    height: 4rem;
  }
  .nav-container .nav-body #main-menu > li.active::before {
    left: 0;
    transform: none;
    height: 100%;
    width: 8rem;
  }
  .nav-container .nav-body.open {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
  }
  .nav-container .nav-body.open #main-menu {
    padding-top: 60rem;
    height: 100%;
  }
  .nav-container .nav-body .hamburger {
    position: absolute;
    top: 16rem;
    right: 16rem;
    padding: 8rem;
    z-index: 9999;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .nav-container .nav-body .hamburger-box {
    width: 40rem;
    height: 24rem;
    display: inline-block;
    position: relative;
  }
  .nav-container .nav-body .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2rem;
  }
  .nav-container .nav-body .hamburger-inner,
  .nav-container .nav-body .hamburger-inner::before,
  .nav-container .nav-body .hamburger-inner::after {
    width: 40rem;
    height: 4rem;
    background-color: #000;
    border-radius: 4rem;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .nav-container .nav-body .hamburger-inner::before,
  .nav-container .nav-body .hamburger-inner::after {
    content: "";
    display: block;
  }
  .nav-container .nav-body .hamburger-inner::before {
    top: -10rem;
  }
  .nav-container .nav-body .hamburger-inner::after {
    bottom: -10rem;
  }
  .nav-container .nav-body .hamburger--emphatic {
    overflow: hidden;
  }
  .nav-container .nav-body .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
  }
  .nav-container .nav-body .hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  .nav-container .nav-body .hamburger--emphatic .hamburger-inner::after {
    top: 10rem;
    right: 0;
    transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  .nav-container .nav-body .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
  }
  .nav-container .nav-body .hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80rem;
    top: -80rem;
    -webkit-transform: translate3d(80rem, 80rem, 0) rotate(45deg);
    transform: translate3d(80rem, 80rem, 0) rotate(45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .nav-container .nav-body .hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80rem;
    top: -80rem;
    -webkit-transform: translate3d(-80rem, 80rem, 0) rotate(-45deg);
    transform: translate3d(-80rem, 80rem, 0) rotate(-45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
