.resetStyle {
  color: #333;
  overflow-x: hidden;
  overflow-y: auto;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.center-verticall {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tra {
  transition: 0.2s;
}
.title {
  height: 47px;
  font-size: 20px;
  color: #585e61;
  line-height: 48px;
  margin-bottom: 10px;
}
.consult-immediately-plain {
  width: 272px;
  height: 72px;
  border: 2px solid #009e96;
  border-radius: 73px;
  opacity: 1;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 84px 0;
  color: #009e96 !important;
  font-weight: 500;
  cursor: pointer;
}
.consult-immediately-plain:hover {
  background-color: #009e96;
  color: #fff !important;
}
.cp {
  cursor: pointer;
}
.sr-e {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: nowrap;
}
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
  list-style: none;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 54px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
}
#backtop.show {
  opacity: 1;
}
.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
}
.home-header .header-top {
  box-sizing: border-box;
  background-color: #0a9aa5;
  display: flex;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  justify-content: end;
}
.home-header .header-top .header-btn {
  padding: 0 49px;
  color: #fff;
}
.home-header .header-top .header-count {
  padding: 0 58px;
}
.home-header .header-top .header-count .line {
  margin: 0 15px;
}
.home-header .header-top .dark {
  background-color: #254065;
}
.home-header .header-nav .container .navmain {
  float: left;
  margin: 33px 0;
}
.home-header .header-nav .container .navmain .navlogo {
  float: left;
  margin: 0;
}
.home-header .header-nav .container .navmain .navlogo .logoa {
  display: block;
  width: 180px;
}
.home-header .header-nav .container .navmain .navlogo .logoa img {
  display: block;
  width: 100%;
}
.home-header .header-nav .container .navlist {
  float: right;
}
.home-header .header-nav .container .navlist .f-menu .active {
  font-weight: 600;
}
.home-header .header-nav .container .navlist .f-menu > .hasdrop {
  margin-right: 10px;
}
.home-header .header-nav .container .navlist .f-menu > .hasdrop::before {
  position: absolute;
  content: "";
  bottom: 0;
  z-index: -1;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.home-header .header-nav .container .navlist .f-menu > .hasdrop:last-child {
  margin-right: 0;
}
.home-header .header-nav .container .navlist .f-menu > .hasdrop:last-child > a {
  padding-right: 0;
}
.home-header .header-nav .container .navlist .hasdrop {
  float: left;
  position: relative;
}
.home-header .header-nav .container .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 56px 24px;
  font-family: "Geometric212BT-BookCondensed";
  font-size: 20px;
  color: #3c3c3c;
}
.home-header .header-nav .container .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.home-header .header-nav .container .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.home-header .header-nav .container .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.home-header .header-nav .container .navlist .hasdrop.son-hasdrop {
  width: 100%;
  transition: 0.5s;
}
.home-header .header-nav .container .navlist .hasdrop.son-hasdrop:hover {
  margin-left: 5px;
}
.home-header .header-nav .container .navlist .s-search {
  float: left;
  margin: 15px 0 0 10px;
  width: 40px;
  height: 46px;
  background: url(../images/headbg.png) no-repeat center;
}
.home-header .header-nav .container .navlist .s-search .s-icon {
  cursor: pointer;
  text-align: center;
  line-height: 44px;
}
.home-header .header-nav .container .navlist .s-search .header-search {
  position: relative;
}
.home-header .header-nav .container .navlist .s-search .search-box {
  display: none;
  position: absolute;
  height: 30px;
  right: 0;
  top: 120%;
}
.home-header .header-nav .container .navlist .s-search .search-box .text-in {
  height: 30px;
  line-height: 30px;
  outline: none;
  text-indent: 10px;
  padding-right: 30px;
}
.home-header .header-nav .container .navlist .s-search .search-box .sub-in {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat center #2450a9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.fixed-header {
  background: #fff;
  zoom: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: 0.2s;
  box-shadow: 0 2px 16px rgba(54, 56, 79, 0.6);
}
.header-nav {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #c6d6e8;
}
.home-footer {
  background: #254065;
  background-image: url("../images/home/footer-bg.png");
  background-size: 100% 100%;
  /* position: fixed; */
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.home-footer .footer-content {
  padding: 0 15px;
  margin: 0 auto;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 130px;
}
.home-footer .footer-content .nav-view {
  flex: 1;
  display: flex;
}
.home-footer .footer-content .nav-view .nav-list ul {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.home-footer .footer-content .nav-view .nav-list ul li {
  margin-bottom: 24px;
}
.home-footer .footer-content .nav-view .nav-list ul li a {
  color: #ffffff;
}
.home-footer .footer-content .nav-view .nav-list ul li a:hover {
  color: #1ba0ab;
}
.home-footer .footer-content .nav-view .nav-list ul .nav-title {
  font-size: 18px;
  font-weight: 600;
  color: #1ba0ab;
  line-height: 20px;
}
.home-footer .footer-content .nav-view .nav-list ul .title-line {
  width: 35px;
  height: 3px;
  background: #1ba0ab;
  opacity: 1;
  margin-bottom: 30px;
}
.home-footer .footer-content .nav-view .nav-list .qr-view {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #879db0;
  line-height: 20px;
  margin-top: 40px;
}
.home-footer .footer-content .nav-view .nav-list .qr-view .code-view {
  width: 70px;
  height: 70px;
  background: #ffffff;
  opacity: 1;
  margin-right: 20px;
}
.home-footer .footer-content .nav-view .l {
  width: 25%;
}
.home-footer .footer-content .nav-view .m {
  width: 37%;
}
.home-footer .footer-content .nav-view .r ul li {
  display: flex;
  align-items: center;
}
.home-footer .footer-content .nav-view .r ul li img {
  margin-right: 10px;
}
.home-footer .footer-content .apply-view {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  float: right;
}
.home-footer .footer-content .apply-view .logo-view {
  width: 220px;
  height: 52px;
  margin-bottom: 50px;
}
.home-footer .footer-content .apply-view .input-view {
  width: 320px;
  height: 46px;
  outline: none;
  margin-bottom: 30px;
  padding-left: 15px;
}
.home-footer .footer-content .apply-view .btn-view {
  margin-top: 10px;
  width: 320px;
  height: 46px;
  background: #0a9aa5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-footer .footer-b {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  background-color: #1a3458;
}
/* 侧边导航 */
.side-nav {
  background-color: #fff;
  position: fixed;
  top: calc(94% - 130px);
  width: 80px;
  box-sizing: border-box;
  left: calc(100% - 100px);
  z-index: 100;
}
.side-nav .side-nav-list .item {
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #e9fafc;
  cursor: pointer;
}
.side-nav .side-nav-list :nth-child(1) {
  border-radius: 10px 10px 0px 0px;
}
.side-nav .side-nav-list :nth-child(4) {
  padding: 20px;
  border-bottom: none;
  border-radius: 0px 0px 10px 10px;
}
.side-nav .side-nav-list img {
  margin-bottom: 5px;
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .title {
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .consult-immediately-plain {
    width: 140px;
    height: 40px;
    font-size: 14px;
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .consult-immediately-plain {
    width: 222px;
    height: 52px;
    font-size: 18px;
    margin: 40px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .consult-immediately-plain {
    width: 252px;
    margin-top: 24px;
    height: 62px;
    margin: 64px 0;
  }
}
@media (min-width: 768px) {
  #backtop ul li .sidetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .home-header .header-top {
    line-height: 40px;
    font-size: 16px;
  }
  .home-header .header-top .header-btn {
    padding: 0 39px;
  }
  .home-header .header-top .header-count {
    padding: 0 48px;
  }
  .home-header .header-top .header-count .line {
    margin: 0 12px;
  }
}
@media (max-width: 991px) {
  .home-header .header-top {
    line-height: 30px;
    font-size: 14px;
  }
  .home-header .header-top .header-btn {
    padding: 0 29px;
  }
  .home-header .header-top .header-count {
    padding: 0 30px;
  }
  .home-header .header-top .header-count .line {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .home-header .header-top {
    justify-content: start;
    flex-wrap: wrap;
  }
  .home-header .header-top .header-count {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-header .header-nav .container .navmain {
    margin: 26px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-header .header-nav .container .navmain {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navmain {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container {
    height: 50px;
    overflow: hidden;
  }
  .home-header .header-nav .container .navmain {
    margin-top: 5px;
  }
  .home-header .header-nav .container .navmain .navlogo .logoa img {
    display: block;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 999999;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .f-menu {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .f-menu > .hasdrop {
    float: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .f-menu > .hasdrop {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .container .navlist .hasdrop:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .home-header .header-nav .container .navlist .hasdrop:hover > .s-menu {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .home-header .header-nav .container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .home-header .header-nav .container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu .hasdrop:hover > .four-menu {
    display: block;
  }
  .home-header .header-nav .container .navlist .hasdrop:hover > a {
    color: #0a9aa5;
  }
}
@media (max-width: 1200px) {
  .home-header .header-nav .container .navlist .hasdrop > a {
    font-size: 16px;
    padding: 56px 20px;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .container .navlist .hasdrop > a {
    font-size: 16px;
    padding: 46px 20px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .hasdrop > a {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    display: block;
    color: #333;
    text-decoration: none;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .container .navlist .hasdrop > a i {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .container .navlist .hasdrop.active::before {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .home-header .header-nav .container .navlist .hasdrop.active a {
    color: #0a9aa5;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .container .navlist .s-menu {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    left: 20%;
    top: 130%;
    margin-left: 0 !important;
  }
  .home-header .header-nav .container .navlist .s-menu > .hasdrop:hover a {
    color: #009e96;
  }
  .home-header .header-nav .container .navlist .s-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > .four-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > .four-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > .four-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .s-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .container .navlist .s-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
    padding-bottom: 0;
  }
  .home-header .header-nav .container .navlist .s-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop .four-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop .four-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop .four-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .home-header .header-nav .container .navlist .s-search {
    margin: 10px 5px 0 10px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .s-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navbtn {
    width: 30px;
    height: 32px;
    margin: 10px;
    float: right;
    position: relative;
    display: block;
  }
  .home-header .header-nav .container .navbtn i {
    height: 2px;
    background: #009e96;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
  }
  .home-header .header-nav .container .navbtn i.bar-1 {
    top: 7px;
  }
  .home-header .header-nav .container .navbtn i.bar-2 {
    top: 15px;
  }
  .home-header .header-nav .container .navbtn i.bar-3 {
    top: 23px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .home-header .header-nav .container .navbtn.open .bar-2 {
    height: 0px;
  }
  .home-header .header-nav .container .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .footer-content {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .footer-content {
    width: 1400px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .home-footer .footer-content {
    padding: 0 15px;
    margin: 0 auto;
    opacity: 1;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home-footer .footer-content .nav-view {
    width: 100%;
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .nav-view {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 500px) {
  .home-footer .footer-content .nav-view .r ul li img {
    display: none;
  }
}
@media (max-width: 992px) {
  .home-footer .footer-content .nav-view .nav-list ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .nav-view .nav-list ul li {
    font-size: 14px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-footer .footer-content .nav-view .nav-list ul li {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .nav-view .nav-list ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .home-footer .footer-b {
    font-size: 12px;
    padding: 10px;
  }
}
@media (min-width: 501px) and (max-width: 597px) {
  .home-footer .footer-b {
    font-size: 12px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-footer .footer-content .nav-view .nav-list ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .home-footer .footer-content .nav-view .nav-list ul .nav-title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .home-footer .footer-content .nav-view .nav-list ul .title-line {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .home-footer .footer-content .nav-view .nav-list .qr-view {
    margin-top: 20px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-footer .footer-content .nav-view .nav-list .qr-view {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .nav-view .nav-list .qr-view .code-view {
    margin-right: 20px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-footer .footer-content .nav-view .nav-list .qr-view .code-view {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .nav-view .nav-list .qr-view .desc-view {
    font-size: 16px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-footer .footer-content .nav-view .nav-list .qr-view .desc-view {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .home-footer .footer-content .apply-view {
    width: 220px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: right;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .apply-view {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .home-footer .footer-content .apply-view .logo-view {
    width: 180px;
    height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .apply-view .logo-view {
    width: 180px;
    height: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home-footer .footer-content .apply-view .input-view {
    width: 240px;
    height: 38px;
    outline: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .apply-view .input-view {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home-footer .footer-content .apply-view .btn-view {
    margin-top: 10px;
    width: 240px;
    height: 38px;
    background: #0a9aa5;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: none;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .home-footer .footer-content .apply-view .btn-view {
    display: none;
  }
}
