.page-footer .want-to-learn-more {
  background-color: #f6f6f6;
  padding: 0.75rem 0;
}

.page-footer .want-to-learn-more .context {
  display: flex;
}

.page-footer .want-to-learn-more .context .title {
  padding-right: 0.8rem;
}

.page-footer .want-to-learn-more .context .title .big {
  font-size: 0.5rem;
  color: #0b2437;
  font-weight: bold;
  line-height: 1;
  font-family: 'albb',Arial, Helvetica, sans-serif;
}

.page-footer .want-to-learn-more .context .title .small {
  font-size: 0.18rem;
  color: #999999;
  margin-top: 10px;
}

.page-footer .want-to-learn-more .context .form {
  flex: 1;
  overflow: hidden;
}

.page-footer .want-to-learn-more .context .form .name, .page-footer .want-to-learn-more .context .form .question {
  display: flex;
}

.page-footer .want-to-learn-more .context .form .name .item, .page-footer .want-to-learn-more .context .form .question .item {
  flex: 1;
  overflow: hidden;
}

.page-footer .want-to-learn-more .context .form .name .item .tit, .page-footer .want-to-learn-more .context .form .question .item .tit {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1;
}

.page-footer .want-to-learn-more .context .form .name .item .field, .page-footer .want-to-learn-more .context .form .question .item .field {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  background-color: #fff;
  padding: 5px;
  border: none;
  outline: none;
  appearance: none;
}

.page-footer .want-to-learn-more .context .form .name .item + .item, .page-footer .want-to-learn-more .context .form .question .item + .item {
  margin-left: 15px;
}

.page-footer .want-to-learn-more .context .form .question {
  margin-top: 20px;
}

.page-footer .want-to-learn-more .context .form .question .controls {
  position: relative;
}

.page-footer .want-to-learn-more .context .form .question .controls:after {
  /*content: "\e71e";*/
  font-family: "iconfont";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.page-footer .want-to-learn-more .context .buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.page-footer .want-to-learn-more .context .buttons .submit, .page-footer .want-to-learn-more .context .buttons .contactus {
  width: 2.4rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.18rem;
  cursor: pointer;
}

.page-footer .want-to-learn-more .context .buttons .submit {
  background-color: #01bb52;
  color: #fff;
}

.page-footer .want-to-learn-more .context .buttons .contactus {
  color: #185a58;
  border: 2px solid #80a3a2;
  margin-left: 15px;
  transition: all 300ms ease;
}

.page-footer .want-to-learn-more .context .buttons .contactus:hover {
  background-color: #01bb52;
  color: #fff;
  border-color: #01bb52;
}

.page-footer .footer {
  background-color: #0a3231;
  padding-top: 0.6rem;
  padding-left: 50px;
  padding-right: 50px;
  color: rgba(255, 255, 255, 0.6);
}

.page-footer .footer-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.page-footer .footer-search .form {
  display: flex;
  align-items: center;
}

.page-footer .footer-search .form .field {
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  width: 3.85rem;
  height: 50px;
  padding-left: 0.2rem;
  margin-right: 0.2rem;
  color: #fff;
}

.page-footer .footer-search .form .sea-btn {
  display: block;
  font-size: 25px;
  color: #fff;
}

.page-footer .menus-link {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-evenly;
  padding: 0.7rem 0;
}

.page-footer .menus-link .item .title {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 25px;
}

.page-footer .menus-link .item .sub-menus-main {
  font-size: 0.16rem;
  line-height: 1.1;
}

.page-footer .menus-link .item .sub-menus-main li {
  margin-bottom: 10px;
  max-width: 3.4rem;
  word-wrap: break-word;
  cursor: pointer;
}

.page-footer .menus-link .item .sub-menus-main li:hover {
  color: #fff;
}

.page-footer .copy-right {
  height: 1rem;
  display: flex;
  align-items: center;
}

.page-footer .copy-right .links {
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
}

.page-footer .copy-right .links .item {
  display: block;
  margin-right: 20px;
}
