
@charset "UTF-8";

.el-button--primary {
  background-color: #49b591;
  border-color: #49b591;
}
.el-button--primary:hover, .el-button--primary:focus {
  background-color: #81CEB7;
  border-color: #81CEB7;
}

.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
  background-color: #a8d9cb;
  border-color: #a8d9cb;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont";
  /* Project id 4869590 */
  src: url("//at.alicdn.com/t/c/font_4869590_x74r1j9j1oj.woff2?t=1744187348492") format("woff2"), url("//at.alicdn.com/t/c/font_4869590_x74r1j9j1oj.woff?t=1744187348492") format("woff"), url("//at.alicdn.com/t/c/font_4869590_x74r1j9j1oj.ttf?t=1744187348492") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.t-white {
  color: #fff;
}

.t-hui {
  color: #9B9B9B;
}

.t-888 {
  color: #888;
}

.t-000 {
  color: #333;
}

.t-333 {
  color: #333;
}

.t-666 {
  color: #666;
}

.t-777 {
  color: #777;
}

.t-999 {
  color: #999;
}

.t-org {
  color: #fe733d !important;
}

.t-green {
  color: #88c95f !important;
}

.t-red {
  color: #f00 !important;
}

.t-primary {
  color: #49b591;
}

.t-blue {
  color: #1f2d3d !important;
}

.bg-white {
  background-color: #fff;
}

.bg-hui {
  background-color: #f5f7f4;
}

.bg-blue {
  background-color: #458af2;
}

.bg-blue-o {
  background-color: #f0f5ff;
}

.bg-primary {
  background-color: #49b591;
}

.bg-blue-o,
.bg-blue-o.hover-row > .el-table__cell {
  background-color: #ddebf9 !important;
}

.bg-org-o,
.bg-org-o.hover-row > .el-table__cell {
  background-color: #ffeeda !important;
}

.b-color-org {
  border-bottom: 1px dashed #fe733d !important;
}

.b-color-org > td {
  border-bottom: 1px dashed #fe733d !important;
}

/*清除浮动*/
.clear {
  clear: both;
}

/*单行省略号*/
.ellipsis_one {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*超过2行省略号*/
.ellipsis_two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*超过3行省略号*/
.ellipsis_three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*flex布局*/
.left-float-top-br {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-xflex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  line-height: 1.4;
}

.left-float-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  line-height: 1.4;
}

.center-float-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}

.right-float-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.4;
}

.center-float-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.center-float-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.center-float-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.bottom-float-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.4;
}

.bottom-float-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.4;
}

.bottom-float-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.4;
}

.top-lr-scatter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tbc-lr-scatter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.bottom-lr-scatter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
}

.left-tb-scatter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
}

.center-tb-scatter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.right-tb-scatter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.4;
}

.flex-1 {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
}

.flex-50 {
  -webkit-box-flex: 50%;
      -ms-flex: 50% 0 0px;
          flex: 50% 0 0;
}

.flex-40 {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 0 0px;
          flex: 40% 0 0;
}

.flex-33 {
  -webkit-box-flex: 33%;
      -ms-flex: 33% 0 0px;
          flex: 33% 0 0;
}

.flex-20 {
  -webkit-box-flex: 20%;
      -ms-flex: 20% 0 0px;
          flex: 20% 0 0;
}

.flex-25 {
  -webkit-box-flex: 25%;
      -ms-flex: 25% 0 0px;
          flex: 25% 0 0;
}

.flex-16 {
  -webkit-box-flex: 16%;
      -ms-flex: 16% 0 0px;
          flex: 16% 0 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/*字体*/
.f40 {
  font-size: 40px;
}

.f50 {
  font-size: 50px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f40 {
  font-size: 40px;
}

.f48 {
  font-size: 48px;
}

.f62 {
  font-size: 62px;
}

.f80 {
  font-size: 80px;
}

.t-cu {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/*背景*/
.bg-fff {
  background: #fff;
}

/*边框*/
.border-top {
  border-top: 1px solid #ededed;
}

.border-bottom {
  border-bottom: 1px solid #ededed;
}

/*宽度*/
.w100 {
  width: 100%;
}

/*间距*/
.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: oppo-sans Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

input::-webkit-input-placeholder {
  line-height: 32px;
}

input::-moz-placeholder {
  line-height: 32px;
}

input:-ms-input-placeholder {
  line-height: 32px;
}

input::-ms-input-placeholder {
  line-height: 32px;
}

input::placeholder {
  line-height: 32px;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul, p {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: #49b591;
  cursor: pointer;
  text-decoration: none;
}

/* 公共 */
.wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
}

.about {
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
  letter-spacing: 3px;
  color: #444;
}
.about p b {
  color: #333;
  font-size: 17px;
}

/* 标题 */
.com-title {
  text-align: center;
  padding: 30px 0;
  color: #49b591;
}
.com-title .com-title-c {
  font-size: 32px;
  font-weight: bold;
}
.com-title .com-title-e {
  font-size: 24px;
}

.special-title .special-title-e {
  padding-top: 75px;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
}
.special-title .special-title-line > div:first-child {
  background-color: #49b591;
  margin-top: 35px;
  height: 8px;
  width: 48px;
  border-radius: 4px;
}
.special-title .special-title-line > div:last-child {
  background-color: #49b591;
  margin: 35px 0 0 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.special-title .special-title-c {
  font-size: 26px;
  color: #49b591;
  padding-top: 35px;
}
#navigation-bar {
  width: 100%;
  height: 100px;
  /* overflow: hidden; */
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 8px 3px #ccc;
          box-shadow: 0 0 8px 3px #ccc;
}
#navigation-bar .my-menu-container {
  padding: 25px 0;
  width: 50%;
  min-width: 800px;
}
#navigation-bar .my-menu-container .el-menu.el-menu--horizontal {
  border-bottom: 0;
}
#navigation-bar .my-menu-container .el-menu--horizontal > .el-menu-item,
#navigation-bar .my-menu-container .el-menu--horizontal > .el-submenu .el-submenu__title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding: 0 10px;
  margin: 0 30px;
  /* width: 150px; */
  text-align: center;
  font-weight: bold;
  color: #333;
}
#navigation-bar .my-menu-container .el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
  display: none;
}
#navigation-bar .my-menu-container .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  color: #49b591;
  border-bottom: 4px solid #49b591;
  border-radius: 3px;
}
#navigation-bar .my-menu-container .el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 4px solid #49b591;
  color: #303133;
  border-radius: 3px;
}
#navigation-bar .my-menu-container .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 4px solid #49b591;
  color: #303133;
  border-radius: 3px;
}
#navigation-bar .my-menu-container .el-menu--horizontal .el-menu-item:hover {
  color: #49b591 !important;
}
#navigation-bar .my-menu-container .el-menu--horizontal .el-menu .el-menu-item {
  text-align: center;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
.my-submenu .el-menu--popup {
  min-width: 160px !important;
  border-radius: 6px;
}
.my-submenu .el-menu--popup .el-menu-item {
  text-align: center;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
.my-submenu .el-menu--popup .el-menu-item:hover {
  color: #49b591 !important;
}
#navLeft {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 99;
}
#navLeft .nav-item {
  margin-bottom: 40px;
  width: 64px;
  height: 56px;
  background: #49b591;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 4px 0px #999;
          box-shadow: 0 3px 4px 0px #999;
  cursor: pointer;
}
#navLeft .nav-item:hover {
  -webkit-box-shadow: 0 3px 5px 0px #666;
          box-shadow: 0 3px 5px 0px #666;
}
.nav-left-popper.el-popper {
  background-color: #49b591;
  border-color: #49b591;
  color: #fff;
}
.nav-left-popper.el-popper .popper__arrow {
  right: -16px;
  border-width: 8px;
  border-left-color: #49b591;
}
.nav-left-popper.el-popper .popper__arrow::after {
  border-width: 8px;
  border-left-color: #49b591;
}
.nav-left-contact {
  padding: 0;
  border-radius: 6px;
  width: 480px !important;
  margin-bottom: 40px;
}
.nav-left-contact .contact-title {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #49b591;
  opacity: 0.7;
  padding: 6px 12px;
  color: #fff;
}
.nav-left-contact .contact-room {
  height: 420px;
  overflow-y: auto;
}
.nav-left-contact .contact-room .contact-room-popper {
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px 1px #ddd;
          box-shadow: 0 1px 3px 1px #ddd;
  padding: 6px;
}
.nav-left-contact .contact-room .contact-room-wrapper {
  max-width: 280px;
}
.nav-left-contact .contact-room .contact-room-wrapper .el-button {
  width: 82px;
  margin-left: 0 !important;
  margin: 8px 10px 0px 0;
  opacity: 0.7;
}
.nav-left-contact .contact-send {
  border-top: 1px solid #ddd;
}
.nav-left-contact .contact-send .el-textarea__inner {
  border: 0;
}
#pagefooting {
  background-color: #49b591;
  width: 100%;
  height: 397px;
  color: #fff;
}

.Home{
  overflow: hidden;
  overflow-y: auto;
}
.row-center-center{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row-center-start{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.row-center-end{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.column-center-center{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-start-center{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-end-center{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

