@font-face {
  font-family: "Source Han Sans";
  src: url("../fonts/SourceHanSansCN-Regular.otf");
  /* src: url("../fonts/SourceHanSansCN-Normal.otf"); */
  font-weight: 400;
}

@font-face {
  font-family: "Source Han Sans";
  src: url("../fonts/SourceHanSansCN-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Source Han Sans";
  src: url("../fonts/SourceHanSansCN-Bold.otf");
  font-weight: bold;
}

:root {
  font-size: 1rem;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: "Source Han Sans";
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

button {
  border: 0;
  background-color: transparent;
}

.container {
  margin: 0 auto;
}

/* =========================================
   Header
========================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  line-height: 72px;
  background: #FFFFFF;
  transition: .3s;
}

.header .container {
  width: 100%;
  max-width: 1920px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.header .logo a {
  display: flex;
}

.header .main-nav .menu {
  display: flex;
  align-items: center;
  user-select: none;
}

.header .main-nav li {
  margin-left: 66px;
}

.header .main-nav li > a, .header .main-nav li > .sub-btn {
  display: flex;
  align-items: center;
  color: #363636;
  transition: .3s;
}

.header .main-nav .menu > li:hover > a, .header .main-nav .menu > li:hover .sub-btn {
  color: #2C66EF;
}

.arrow-down {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}

.main-nav .sub-menu-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: url(../images/gas-cylinder-bg.jpg) no-repeat;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 50px 15%;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
  transition-property: opacity;
}

.main-nav .menu-item:hover .sub-menu-box {
  opacity: 1;
  pointer-events: all;
  line-height: 40px;
}

.main-nav .menu-item .sub-menu {
  display: flex;
  justify-content: space-between;
}

.main-nav .menu-item .sub-menu .sub-item {
  width: 20%;
}

.main-nav .menu-item .sub-menu .sub-item a {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  font-size: 1rem;
  color: #363636;
  transition: .3s;
}

.main-nav .menu-item .sub-menu .sub-item a .menu-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: #208efb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  transition: .4s;
}

.main-nav .menu-item .sub-menu .sub-item:hover a .menu-icon {
  background: #FFFFFF;
  color: #208efb;
}

.main-nav .menu-item .sub-menu .sub-item:hover a {
  background: #208efb;
  color: #FFFFFF;
}

.main-nav .menu-item .sub-menu .sub-item a .arrow-right {
  width: 14px;
  height: 14px;
  margin-left: auto;
}

.header .right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header .right .menu {
  display: none;
}

.header .right .phone {
  font-size: 20px;
  color: #2C66EF;
}

.header .right .header-btn {
  margin-left: 1.25em;
  margin-right: 1.25em;
  width: 120px;
  height: 40px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #1165FF;
  
  /* border: 1px solid #1165FF; */
  /* box-shadow: 0 2px 4px hsl(0, 0%, 1%, .2); */
  box-shadow: 0 20px 40px rgba(11, 65, 255, 0.2);
  transition: .3s;
}

.header .right .header-btn:hover {
  background: #2b76ff;
}

.header .right .menu-toggle {
  display: none;
  position: relative;
  width: 2.26em;
  height: 1.89em;
  cursor: pointer;
}

.header .menu-toggle i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #666;
  transition: all .3s;
}

.header .menu-toggle i:nth-child(1) {
  top: 0;
}

.header .menu-toggle i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.header .menu-toggle i:nth-child(3) {
  bottom: 0;
}

.header.collapse {
  top: -72px;
  transition: .3s;
}

/* =========================================
   Banner
========================================= */
.banner {
  margin-top: 72px;
  position: relative;
}

.banner-img {
  display: flex;
}

.banner .btn-box {
  position: absolute;
  left: 6.5%;
  bottom: 19%;
  display: flex;
}

.banner .btn-box.home  {
  bottom: 25%;
}

.banner .banner-btn {
  padding: 1em 2.6em;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  color: #FFFFFF;
  line-height: 1.1rem;
  background-color: #1165FF;
  /* box-shadow: 0 2px 4px hsl(0, 0%, 1%, .25); */
  box-shadow: 0 20px 40px rgba(11, 65, 255, 0.2);
  transition: .3s;
}

.banner-btn span {
  letter-spacing: 1px;
}

.banner .banner-btn:hover {
  background-color: #2b76ff;
}

.banner .icon {
  width: 1rem;
  height: 1rem;
  margin-left: 10px;
}

.banner .banner-aside {
  position: absolute;
  top: 13%;
  right: 11%;
  width: 31%;
  z-index: 500;
}


/* =========================================
   statistic
========================================= */
.statistic .container {
  position: relative;
  width: 40%;
  margin-top: -100px;
  padding-bottom: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.statistic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  font-size: 48px;
  font-weight: bold;
  color: #0F6AFF;
}

.statistic-item .row {
  display: flex;
  align-items: center;
}

.statistic-item .value-box {
  position: relative;
  width: 28px;
  height: 49px;
  line-height: 49px;
  /* background-color: #149373; */
  overflow: hidden;
  white-space: nowrap;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.statistic-item .text {
  font-size: 18px;
  font-weight: normal;
  color: #363636;
}

.num2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -20%);
  animation: roll2 1.5s linear;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}

@keyframes roll2 {
  0% {
    transform: translate(-50%, 0);
  }
  33% {
    transform: translate(-50%, -50%);
  }
  66% {
    transform: translate(-50%, -90%);
  }
  67% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -20%);
  }
}

.num3 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30%);
  animation: roll3 1.5s linear;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}

@keyframes roll3 {
  0% {
    transform: translate(-50%, 0);
  }
  33% {
    transform: translate(-50%, -50%);
  }
  66% {
    transform: translate(-50%, -90%);
  }
  67% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -30%);
  }
}

.num0 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  animation: roll0 1.5s linear;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}

@keyframes roll0 {
  0% {
    transform: translate(-50%, 0);
  }
  /* 66% {
    transform: translate(-50%, -90%);
  }
  67% {
    transform: translate(-50%, 0);
  } */
  100% {
    transform: translate(-50%, -90%);
  }
}

.num5 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: roll3 1.5s linear;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
}

@keyframes roll5 {
  0% {
    transform: translate(-50%, 0);
  }
  33% {
    transform: translate(-50%, -50%);
  }
  66% {
    transform: translate(-50%, -90%);
  }
  67% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}


/* =========================================
   section
========================================= */
.gas-cylinder-section {
  background: url(../images/gas-cylinder-bg.jpg) no-repeat center / cover;
}

.elevator-maintenance-section {
  background: url(../images/elevator-maintenance-bg.jpg) no-repeat center / cover;
}

.elevator-iot-section {
  background: url(../images/elevator-iot-bg.jpg) no-repeat center / cover;
}

.section .container {
  width: 80%;
  max-width: 1524px;
  padding: 4.3em 0;
}

.section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #363636;
  text-align: center;
}

.section .tabs {
  margin-top: 0.875em;
  border-bottom: 1px solid #E8ECF1;
  display: flex;
  justify-content: center;
  column-gap: 2.25em;
  user-select: none;
}

.section .tab-btn {
  font-size: 1.25rem;
  color: #868686;
  padding: 1.6em 2.6em;
  cursor: pointer;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.tab-btn:hover {
  color: #2C66EF;
}

.tab-btn.active {
  color: #2C66EF;
  border-bottom: 2px solid;
  border-radius: 1px;
}

.section-content {
  margin-top: 5.625em;
  display: none;
  opacity: 0;
  transition: opacity .4s;
}

.section-content.active {
  display: block;
  opacity: 1;
}

.section-content .flex-container {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.section-content .flex-cell-1 {
  width: 45%;
  display: flex;
  flex-shrink: 0;
}

.section-content .flex-cell-1 img {
  object-fit: contain;
}

.section-content .flex-cell-2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.section-content-text {
  font-size: 1.25rem;
}

.section-content-text h3 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #363636;
}

.section-content-text h3 span {
  color: #2C66EF;
}

.section-content-text p {
  max-width: 29em;
  color: #868686;
  margin-top: 0.9em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #CFD9E1;
}

.section-content-text ul {
  margin-top: 2em;
  padding-left: 1.35em;
  display: flex;
  flex-direction: column;
  row-gap: 1.3em;
}

.section-content-text ul li {
  color: #363636;
  display: flex;
  align-items: center;
}

.section-content-text li img {
  width: 18px;
  height: 18px;
  margin-right: 2.35em;
  user-select: none;
}

.section-content-btns {
  margin-top: 2.8125em;
  padding-left: 1.75em;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
  font-size: 1rem;
  user-select: none;
}

.section-content-btns a {
  min-width: 210px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2C66EF;
  border-radius: 10px;
  position: relative;
  z-index: 20;
  overflow: hidden;
  transition: all 0.3s;
}

.section-content-btns a:hover {
  color: #FFFFFF;
}

.section-content-btns a::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2C66EF;
  transition: all 0.3s;
}

.section-content-btns a:hover::before {
  width: 100%;
}

.section-content-btns a::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2C66EF;
  border-radius: 10px;
  transition: all 0.3s;
}

/* =========================================
  合作伙伴
========================================= */
.enterprise .container {
  background-color: #e9f1fc;
  padding: 70px 0;
}

.enterprise .section-title {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.enterprise .section-title h3 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #363636;
  margin-bottom: 27px;
}

.enterprise .section-title p {
  font-size: 1.5rem;
  color: #868686;
}

/* swiper */
.enterprise .swiper {
  margin-top: 90px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.enterprise .swiper-slide {
  max-width: 460px;
  user-select: none;
}

.enterprise .card {
  height: 190px;
  padding: 1.25em 1.875em;
  border-radius: 30px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
}

.enterprise .card-logo {
  height: 45px;
}

.enterprise .card-logo img {
  height: 100%;
}

.enterprise .card-contact {
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.enterprise .avatar {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.enterprise .avatar img {
  width: 100%;
}

.enterprise .person .name {
  font-size: 1rem;
  color: #363636;
}

.enterprise .person .detail {
  font-size: 0.875rem;
  color: #868686;
}



/* =========================================
  表单
========================================= */
.form-section {
  background: url(../images/form-bg.jpg) no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.form-section .container {
  width: 80%;
  padding: 46px 0;
}

.form-section h3 {
  font-size: 2.5rem;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}

.form-section form {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-section .input-group {
  display: flex;
  justify-content: space-between;
  column-gap: 55px;
}

.form-section .input-group input {
  border: none;
  outline: none;
  width: 30%;
  min-width: 400px;
  height: 67px;
  padding: 0 30px;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 1.375rem;
  color: #868686;
}

.form-section .form-btn {
  display: block;
  border: none;
  margin: 0 auto;
  margin-top: 45px;
  padding: 0.5em 5em;
  border-radius: 2em;
  background: #0046FA;
  font-size: 2rem;
  color: #FFFFFF;
  letter-spacing: 0.85px;
  box-shadow: 0 2px 4px hsl(0, 0%, 1%, .25);
  transition: all .3s;
}

.form-section .form-btn:hover {
  background: #2b76ff;
}

/* =========================================
   页尾
========================================= */
.footer .container {
  width: 90%;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}

.footer-content {
  font-size: 1.125rem;
}

.footer-content h3 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #363636;
}

.footer-content-flex {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 20px;
}

.footer-content-flex p {
  color: #868686;
  white-space: nowrap;
}

.footer .copyright {
  margin-top: 25px;
  padding: 5px 0;
  /* font-weight: 500; */
  color: #B6B6B6;
  text-align: center;
}





/* =========================================
   Media Queries (max-width: 1600px)
========================================= */
@media (max-width: 1600px) {
  :root {
    font-size: 14px;
  }

  .header .menu > li {
    margin-left: 43px;
  }

  .header .right .phone {
    font-size: 18px;
  }

  .sub-menu-box {
    padding: 30px 10%;
  }

  .statistic .container {
    width: 45%;
    margin-top: -70px;
  }

  .section .container {
    width: 85%;
  }

}

/* =========================================
   Media Queries (max-width: 1200px)
========================================= */
@media (max-width: 1200px) {
  .header .right .phone {
    display: none;
  }
  
  .main-nav .menu-item .sub-menu .sub-item {
    width: 25%;
  }

  .statistic .container {
    width: 60%;
    margin-top: -60px;
  }

  .section .container {
    width: 90%;
  }

  .section-content .flex-cell-1 {
    width: 50%;
  }

  .section-content-btns a {
    min-width: 180px;
    height: 45px;
  }

  .enterprise .swiper {
    margin-top: 70px;
  }

  .enterprise .swiper-slide {
    max-width: 400px;
  }

  .enterprise .card {
    height: 170px;
    padding: 1.25em 1.875em;
    border-radius: 30px;
    row-gap: 1.5em;
  }

  .enterprise .card-logo {
    height: 36px;
  }
}

/* =========================================
   Media Queries (max-width: 992px)
========================================= */
@media (max-width: 992px) {
  .header {
    line-height: 66px;
  }

  .header .right {
    height: 66px;
  }

  .main-nav .menu-item .sub-menu .sub-item {
    width: 30%;
  }

  .banner {
    margin-top: 66px;
  }

  .statistic .container {
    width: 60%;
    margin-top: -30px;
  }

  .section-content .flex-cell-1 {
    width: 50%;
  }

  .section-content .flex-cell-2 {
    width: 45%;
  }

  .section-content-text ul {
    margin-top: 1.2em;
    row-gap: 1em;
  }

  .section-content-btns {
    margin-top: 1.7em;
    gap: 1em;
  }

  .section-content-btns a {
    min-width: 160px;
    height: 40px;
  }

  .form-section .input-group input {
    min-width: 340px;
    height: 55px;
  }

}

/* =========================================
   Media Queries (max-width: 768px)
========================================= */
@media (max-width: 768px) {
  .header .container {
    width: 90%;
    padding: 0;
  }

  .header .right .header-btn {
    width: 6.8em;
    height: 2.35em;
    border-radius: 1.18em;
    letter-spacing: 1px;
  }

  .header .right .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .header .right .menu {
    display: block;
    position: fixed;
    top: 66px;
    right: -100%;
    min-width: 300px;
    height: calc(100vh - 66px);
    background: #FFFFFF;
    visibility: hidden;
    transition: .4s;
    transition-property: right, visibility;
  }

  .header.active .right .menu {
    right: 0;
    visibility: visible;
  }

  .header .right .menu > li {
    margin: 0;
    padding: 0 30px;
  }

  .header .right .menu li {
    border-top: 1px solid #F1F1F1;
  }

  .header .right .menu > li:last-child {
    border-bottom: 1px solid #F1F1F1;
  }

  .header .right .menu > li a {
    color: #363636;
  }

  .header .right .menu > li a:hover {
    color: #2C66EF;
  }

  .header .right .menu > li span:hover {
    color: #2C66EF;
  }

  .header .right .menu > li .sub-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .right .menu > li .sub-btn .arrow-down {
    transform: initial;
    transition: .3s;
  }

  .header .right .menu > li .sub-btn.open .arrow-down {
    transform: rotate(90deg);
  }

  .header .right .sub-menu-box {
    display: none;
    padding: 0;
  }

  .header .right .sub-menu {
    text-indent: 30px;
  }

  

  .header .right .sub-menu li {
    white-space: nowrap;
  }

  

  .header.active .menu-toggle i:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
  }

  .header.active .menu-toggle i:nth-child(2) {
    opacity: 0;
  }

  .header.active .menu-toggle i:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(-45deg);
  }

  .sub-menu-box {
    position: static;
  }

  .banner .banner-btn {
    padding: 0.7em 1.5em;
    border-radius: 1.5em;
  }

  .banner .btn-box {
    bottom: 15%;
  }

  .statistic .container {
    width: 65%;
    margin-top: -20px;
  }

  .statistic-item {
    font-size: 36px;
  }

  .statistic-item .value-box {
    width: 22px;
    height: 36px;
    line-height: 36px;
  }

  .statistic-item .text {
    font-size: 16px;
  }

  .section .container {
    width: 80%;
    padding: 3em 0;
  }

  .section h2 {
    font-size: 2.4rem;
  }

  .section .tabs {
    column-gap: 1em;
  }

  .section .tab-btn {
    font-size: 1.1rem;
    padding: 0.8em 1em;
  }

  .section-content {
    margin-top: 2.5em;
  }

  .section-content .flex-container {
    flex-direction: column-reverse;
    row-gap: 3em;
  }

  .elevator-maintenance-content .flex-container {
    flex-direction: column;
  }



  .section-content .flex-cell-1 {
    width: 100%;
  }

  .section-content .flex-cell-2 {
    width: 100%;
  }

  .section-content-text p {
    max-width: initial;
  }

  .section-content-btns {
    justify-content: space-around;
    column-gap: 0;
  }

  .section-content-btns a {
    min-width: 160px;
    height: 40px;
  }

  .enterprise .container {
    padding: 50px 0;
  }

  .enterprise .swiper {
    margin-top: 50px;
  }

  .enterprise .swiper-slide {
    max-width: 330px;
  }

  .enterprise .card {
    height: 165px;
    padding: 1em 1.5em;
    border-radius: 25px;
    row-gap: 1.5em;
  }

  .enterprise .card-logo {
    height: 30px;
  }

  .form-section .container {
    width: 85%;
    padding: 39px 0;
  }

  .form-section form {
    justify-content: center;
    align-items: center;
  }

  .form-section .input-group {
    width: 80%;
    flex-direction: column;
    align-items: center;
    row-gap: 1.8em;
  }

  .form-section .input-group input {
    max-width: 80%;
    height: 50px;
    padding: 0 30px;
  }

  .form-section .form-btn {
    padding: 16px 50px;
    font-size: 1.5rem;
  }

}

/* =========================================
   Media Queries (max-width: 480px)
========================================= */
@media (max-width: 480px) {
  :root {
    font-size: 12px;
  }

  .header {
    line-height: 60px;
  }

  .header .logo img {
    height: 25px;
  }

  .header .right {
    height: 60px;
  }

  .header .right .header-btn {
    width: 5.8em;
    height: 2.1em;
    border-radius: 1.1em;
    letter-spacing: initial;
  }

  .header .right .menu-toggle {
    width: 1.96em;
    height: 1.63em;
  }

  .header .right .menu {
    top: 60px;
  }

  .banner {
    margin-top: 60px;
  }

  .banner .banner-btn {
    padding: 0.6em 1.3em;
    border-radius: 1.1em;
  }

  .banner-btn .icon {
    margin-left: 8px;
  }

  .statistic .container {
    width: 70%;
    margin-top: -10px;
  }

  .statistic-item {
    font-size: 20px;
  }

  .statistic-item .value-box {
    width: 12px;
    height: 20px;
    line-height: 20px;
  }

  .statistic-item .text {
    font-size: 12px;
  }

  .section .container {
    width: 90%;
    padding: 2.3em 0;
  }

  .section h2 {
    font-size: 2rem;
  }

  .section-content-text li img {
    margin-right: 2em;
  }

  .section .tabs {
    column-gap: 0.5em;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section .tab-btn {
    font-size: 0.9rem;
    padding: 0.2em 0.6em;
  }

  .section-content-btns {
    justify-content: initial;
    column-gap: 10px;
  }

  .section-content-btns a {
    min-width: 120px;
    height: 35px;
  }

  .enterprise .container {
    padding: 40px 0;
  }

  .enterprise .swiper {
    margin-top: 40px;
  }

  .enterprise .swiper-slide {
    max-width: 260px;
  }

  .enterprise .card {
    height: 135px;
    padding: 1em 1.3em;
    border-radius: 20px;
    row-gap: 1.2em;
  }

  .enterprise .card-logo {
    height: 22px;
  }

  .enterprise .avatar {
    width: 46px;
    height: 46px;
  }

  .form-section .input-group {
    width: 90%;
  }

  .form-section .input-group input {
    min-width: 100%;
    height: 40px;
  }

  .form-section .form-btn {
    padding: 12px 30px;
  }

}




