@import 'iconfont/iconfont.css';
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-icon {
  width: 16px;
  height: 16px;
  vertical-align: -0.15em;
  fill: currentColor;
}
html,
body {
  font-family: PingFangSC-Regular, PingFang SC;
  letter-spacing: 0.3px;
}
button {
  background: #1A66FF;
}
button:hover {
  background: #4D88FF;
}
button:active,
button:focus {
  background: #004CE6;
}
.header {
  position: relative;
}
.header::before {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
}
.header .top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 17;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  height: 60px;
  line-height: 60px;
  align-items: center;
  color: #31394D;
  font-size: 16px;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 3px 6px 0px rgba(13, 58, 134, 0.08);
}
.header .top-bar .left-area {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}
.header .top-bar .left-area .logo {
  flex: 0 0 162px;
  height: 30px;
}
.header .top-bar .left-area .nav-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.header .top-bar .left-area .nav-list .nav-item {
  position: relative;
  color: #31394D;
  margin-left: 24px;
  text-align: center;
  line-height: 60px;
  height: 60px;
}
.header .top-bar .left-area .nav-list .nav-item a {
  color: #31394D;
  text-decoration: none;
}
.header .top-bar .left-area .nav-list .nav-item a .iconfont:first-child {
  display: none;
}
.header .top-bar .left-area .nav-list .nav-item a .iconfont:last-child {
  display: inline-block;
}
.header .top-bar .left-area .nav-list .nav-item:first-child {
  margin-left: 60px;
}
.header .top-bar .left-area .nav-list .nav-item:hover {
  cursor: pointer;
}
.header .top-bar .left-area .nav-list .nav-item:hover a {
  color: #1A66FF;
}
.header .top-bar .left-area .nav-list .nav-item:hover a .iconfont:last-child {
  display: none;
}
.header .top-bar .left-area .nav-list .nav-item:hover a .iconfont:first-child {
  display: inline-block;
}
.header .top-bar .left-area .nav-list .nav-item:hover .pruducts-nav {
  display: flex;
}
.header .top-bar .left-area .nav-list .nav-item:hover .solutions-nav {
  display: flex;
}
.header .top-bar .left-area .nav-list .nav-item:hover:nth-child(2)::before,
.header .top-bar .left-area .nav-list .nav-item:hover:nth-child(3)::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -24px;
  right: -20px;
  bottom: -10px;
}
.header .top-bar .left-area .nav-list .nav-item.active {
  position: relative;
}
.header .top-bar .left-area .nav-list .nav-item.active::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  background: #0F61FE;
  border-radius: 2px 2px 0px 0px;
  left: 0;
  bottom: 0;
}
.header .top-bar .left-area .nav-list .nav-item.active a {
  color: #1A66FF;
}
.header .top-bar .left-area .nav-list .nav-item:nth-child(2).active::after,
.header .top-bar .left-area .nav-list .nav-item:nth-child(3).active::after {
  width: 65px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav {
  position: fixed;
  z-index: 19;
  width: 1200px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(13, 58, 134, 0.08);
  border-radius: 6px;
  padding: 40px 80px 32px 64px;
  display: none;
  box-sizing: border-box;
  text-align: left;
  margin-top: 2px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group + .nav-group,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group + .nav-group {
  margin-left: 80px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group:hover .title,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group:hover .title {
  color: #1A66FF;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .title,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .title {
  color: #31394D;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #D0D3D8;
  padding-bottom: 10px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box {
  display: flex;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list {
  list-style: none;
  margin: 17px 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #89919E;
  line-height: 1em;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li {
  line-height: 32px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li a,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li a {
  text-decoration: none;
  color: #89919E;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 8px;
  margin-left: -8px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li a span,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li a span {
  font-size: 16px;
  margin-right: 8px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li a .nav-icon,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li a .nav-icon {
  margin-right: 8px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li.sub-title,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li.sub-title {
  font-weight: 600;
  color: #31394D;
  margin-top: 30px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li.sub-title:first-child,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li.sub-title:first-child {
  margin-top: 0;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li:not(.sub-title):hover a,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li:not(.sub-title):hover a {
  color: #0F61FE;
  cursor: pointer;
  background-color: #E8EFFF;
  border-radius: 3px;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li:not(.sub-title):hover a span,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li:not(.sub-title):hover a span {
  display: none;
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list li:not(.sub-title):hover a .nav-icon,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list li:not(.sub-title):hover a .nav-icon {
  display: inline-block;
  filter: grayscale(0);
}
.header .top-bar .left-area .nav-list .nav-item .pruducts-nav .pc-nav-wrapper .nav-group .list-box .list + .list,
.header .top-bar .left-area .nav-list .nav-item .solutions-nav .pc-nav-wrapper .nav-group .list-box .list + .list {
  margin-left: 40px;
}
@media only screen and (min-width: 1441px) {
  .header .top-bar .left-area .nav-list .nav-item .pruducts-nav {
    padding-right: 115px;
    position: absolute;
    left: 0;
    transform: translateX(-64px);
  }
}
.header .top-bar .left-area .nav-list .nav-item .solutions-nav {
  width: 850px;
  position: absolute;
  left: 0;
  transform: translateX(-64px);
}
.header .top-bar .left-area .mobile-button {
  display: none;
}
.header .top-bar .right-area {
  display: flex;
  align-items: center;
  color: #31394D;
  font-size: 14px;
}
.header .top-bar .right-area a {
  color: #31394D;
  text-decoration: none;
}
.header .top-bar .right-area .lang {
  margin-left: 20px;
}
.header .top-bar .right-area .lang a {
  color: #31394D;
}
.header .top-bar .right-area .lang a + a {
  border-left: 1px solid #BBC0C7;
  padding-left: 6px;
  color: #89919E;
}
.header .top-bar .right-area .login {
  margin-left: 24px;
  font-size: 14px;
}
.header .top-bar .right-area .login:hover {
  color: #4D88FF;
}
.header .top-bar .right-area .register {
  margin-left: 24px;
  padding: 9px 12px;
  line-height: 14px;
  background-color: #1A66FF;
  color: #fff;
  border-radius: 3px;
}
.header .top-bar .right-area .register:hover {
  background: #4D88FF;
}
.header .top-bar .right-area .register:active,
.header .top-bar .right-area .register:focus {
  background: #004CE6;
}
.header .fixed-content {
  display: none;
}
.header .banner {
  position: relative;
  background-color: #F2F6FF;
}
.header .banner .carousel-indicators {
  bottom: 76px;
}
.header .banner .carousel-indicators li {
  width: 40px;
  height: 3px;
  border: none;
  background-color: rgba(255, 255, 255, 0.32);
}
.header .banner .carousel-indicators li.active {
  background-color: #fff;
}
.header .banner .carousel-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.header .banner .carousel-inner .item {
  height: 320px;
}
.header .banner .carousel-inner .item img {
  float: right;
  height: 320px;
}
.header .banner .carousel-inner .item img:nth-child(1) {
  display: none;
}
.header .banner .carousel-inner .item .content {
  position: absolute;
  top: 80px;
  left: 0px;
}
.header .banner .carousel-inner .item .content .title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.header .banner .carousel-inner .item .content .desc {
  margin-top: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  max-width: 576px;
  color: #6B7586;
  font-family: PingFangSC-Regular, PingFang SC;
}
.header .banner .carousel-inner .item .content button {
  border: none;
  margin-top: 40px;
  padding: 9px 32px;
  border-radius: 3px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  .header .top-bar {
    padding: 0 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 17;
    justify-content: space-between;
    background-color: #fff;
  }
  .header .top-bar .left-area {
    display: flex;
    justify-content: space-between;
  }
  .header .top-bar .left-area .logo {
    flex: 0 0 119px;
    width: 119px;
    height: 22px;
    margin-top: 12px;
    margin-bottom: 14px;
  }
  .header .top-bar .left-area .nav-list {
    display: none;
  }
  .header .top-bar .left-area .mobile-button {
    display: block;
  }
  .header .top-bar .left-area .mobile-button img {
    width: 24px;
  }
  .header .top-bar .right-area {
    display: none;
  }
  .header .fixed-content {
    display: block;
    width: 100%;
    height: 48px;
  }
  .header .banner {
    background: #DDE2E5;
  }
  .header .banner .carousel-indicators {
    bottom: 24px;
  }
  .header .banner .carousel-indicators > li {
    width: 24px;
  }
  .header .banner .carousel-inner {
    display: block;
  }
  .header .banner .carousel-inner .item {
    height: auto;
  }
  .header .banner .carousel-inner .item img {
    padding: 24px 16px;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .header .banner .carousel-inner .item img:first-child {
    display: none;
  }
  .header .banner .carousel-inner .item .content {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 100px;
  }
  .header .banner .carousel-inner .item .content .title {
    font-size: 24px;
    text-align: center;
  }
  .header .banner .carousel-inner .item .content .desc {
    font-size: 14px;
    margin-top: 16px;
    padding: 0 42px;
    line-height: 28px;
  }
  .header .banner .carousel-inner .item .content button {
    display: none;
  }
  .header .banner .carousel-inner .item.solution-banner-item {
    height: 380px;
  }
  .header .banner .carousel-inner .item.solution-banner-item .content {
    top: 80px;
    padding-bottom: 0;
  }
  .header .contact-wrapper {
    display: none;
  }
}
.nav-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 16;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s;
}
@media only screen and (max-width: 750px) {
  .nav-wrapper {
    display: block;
  }
}
.nav-wrapper.hideden {
  left: 100%;
}
.nav-wrapper .nav-container {
  position: absolute;
  left: 97px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: 60px;
  height: 100vh;
  overflow-y: auto;
}
.nav-wrapper .nav-container .btn-box {
  text-decoration: none;
  height: 46px;
  line-height: 46px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #31394D;
  border-bottom: 1px solid #EAEAEB;
}
.nav-wrapper .nav-container .btn-box > span a {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #31394D;
}
.nav-wrapper .nav-container .btn-box .icon {
  color: #0f61fe;
  display: none;
}
.nav-wrapper .nav-container .btn-box .icon.glyphicon-chevron-up {
  display: none;
}
.nav-wrapper .nav-container .btn-box .icon.glyphicon-chevron-down {
  display: block;
}
.nav-wrapper .nav-container .btn-box[aria-expanded="true"] .glyphicon-chevron-up {
  display: block;
}
.nav-wrapper .nav-container .btn-box[aria-expanded="true"] .glyphicon-chevron-down {
  display: none;
}
.nav-wrapper .nav-container .sub-nav .btn-box {
  padding-left: 38px;
}
.nav-wrapper .nav-container .sub-nav .icon {
  color: #31394D;
}
.nav-wrapper .nav-container .sub-nav ul {
  list-style: none;
  padding-left: 0;
}
.nav-wrapper .nav-container .sub-nav ul li {
  height: 44px;
  line-height: 44px;
  background: #F7F7F7;
  padding-left: 50px;
  display: flex;
  align-items: center;
  color: #7f8490;
  box-sizing: border-box;
}
.nav-wrapper .nav-container .sub-nav ul li a {
  color: #7f8490;
  margin-left: 8px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 0;
}
.nav-wrapper .nav-container .sub-nav ul li.title {
  background-color: #fff;
}
.nav-wrapper .nav-container button {
  margin: 24px 24px 0 24px;
  border: none;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px 0;
  width: calc(100% - 48px);
}
.nav-wrapper .contact-container {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 88px;
}
.nav-wrapper .contact-container .title {
  font-stretch: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.nav-wrapper .contact-container .form-group {
  margin: 0 24px 16px 24px;
}
.nav-wrapper .contact-container .form-group .form-control {
  border-radius: 3px;
}
.nav-wrapper .contact-container .desc {
  margin: 24px;
  font-size: 10px;
  color: #9296A1;
}
.nav-wrapper .contact-container .btn {
  position: absolute;
  color: #fff;
  background: #0F61FE;
  width: calc(100vw - 146px);
  padding: 10px 0;
  top: 540px;
  left: 50vw;
  transform: translateX(-50%);
}
.certification-container {
  background-color: #fff;
  text-align: center;
  margin: 80px auto 0px;
}
.certification-container .certification-list {
  max-width: 1200px;
  border-bottom: 1px solid #DFE1EB;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  display: flex;
  justify-content: space-between;
}
.certification-container .certification-list .certification-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  height: 108px;
  font-size: 12px;
  color: #4A4A4A;
  text-align: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 56, 165, 0.1);
  border-radius: 6px;
}
.certification-container .certification-list .certification-item + .certification-item {
  margin-left: 48px;
}
.certification-container .certification-list .certification-item img {
  height: 58px;
}
.certification-container .certification-list .certification-item .text {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6B7586;
}
.certification-container .certification-list .certification-item .text span {
  display: block;
}
@media only screen and (min-width: 751px) {
  .certification-container .certification-list .certification-item:hover img {
    height: 50px;
  }
  .certification-container .certification-list .certification-item:hover .text {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .certification-container {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    padding: 0 24px;
    border-bottom: none;
  }
  .certification-container .certification-list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .certification-container .certification-list .certification-item {
    margin-top: 10px;
    flex: 1 0 21%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 56, 165, 0.06);
    border-radius: 6px;
    padding: 0;
    height: 69px;
  }
  .certification-container .certification-list .certification-item + .certification-item {
    margin-left: 17px;
  }
  .certification-container .certification-list .certification-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .certification-container .certification-list .certification-item img {
    height: 36px;
  }
  .certification-container .certification-list .certification-item .text {
    display: none;
  }
}
.footer {
  max-width: 1200px;
  margin: 0 auto;
}
.footer .links-container {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  .footer .links-container .logo-area {
    margin-right: 20px;
  }
}
.footer .links-container .logo-area .logo {
  width: 136px;
}
.footer .links-container .logo-area .text {
  margin-top: 14px;
  width: 136px;
  font-size: 12px;
  line-height: 16px;
  color: #6B7586;
}
.footer .links-container .products-container {
  margin-left: 20px;
}
.footer .links-container .products-container .title {
  font-size: 16px;
  color: #6B7586;
  margin-bottom: 24px;
}
.footer .links-container .products-container .products-list-wrappper {
  display: flex;
}
.footer .links-container .products-container .products-list-wrappper .products-list + .products-list {
  margin-left: 20px;
}
.footer .links-container .products-container .products-list-wrappper .products-list a {
  display: block;
  color: #6B7586;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
}
.footer .links-container .solutions-container .blog,
.footer .links-container .redeme .blog {
  font-size: 16px;
  color: #6B7586;
  margin-top: 32px;
}
.footer .links-container .wechat {
  flex: 0 0 80px;
  margin-left: 20px;
}
.footer .links-container .wechat .icon-list {
  display: flex;
  justify-content: space-between;
}
.footer .links-container .wechat .icon-list .icon-item {
  flex: 0 0 16px;
  width: 16px;
}
.footer .links-container .wechat .wechat-img {
  margin-top: 10px;
  flex: 0 0 80px;
  width: 80px;
}
.footer .links-container .wechat .text {
  font-size: 14px;
  margin-top: 16px;
  color: #6B7586;
  text-align: center;
}
.footer .record-info {
  margin-top: 83px;
  margin-bottom: 32px;
  text-align: center;
  color: #6B7586;
  font-size: 12px;
  line-height: 24px;
}
.footer .record-info a {
  color: #6B7586;
  text-decoration: none;
}
.footer .record-info .line {
  display: flex;
  justify-content: center;
}
.footer .record-info .line span + span {
  margin-left: 32px;
}
.footer .record-info .line span {
  display: flex;
  align-items: center;
}
#contact .modal-dialog {
  margin-top: 180px;
}
#contact .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 32px 32px 16px 32px;
}
#contact .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 14px;
  font-weight: 500;
}
#contact .modal-dialog .modal-content .modal-body {
  padding: 0 32px 32px 32px;
}
#contact .modal-dialog .modal-content .modal-body .modal-desc {
  color: #31394D;
  font-weight: 400;
  line-height: 22px;
}
#contact .modal-dialog .modal-content .modal-body .form-box {
  overflow: hidden;
}
#contact .modal-dialog .modal-content .modal-body .form-box .form-group {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
#contact .modal-dialog .modal-content .modal-body .form-box .form-group:nth-child(2n+1) {
  padding-right: 20px;
}
#contact .modal-dialog .modal-content .modal-body .form-box .form-group:nth-child(2n) {
  padding-left: 20px;
}
#contact .modal-dialog .modal-content .modal-body .form-box .form-group:nth-child(2n) .lable-text {
  right: 0;
}
#contact .modal-dialog .modal-content .modal-body .form-box .form-group .tip {
  color: #1E87F0;
  position: absolute;
}
#contact .modal-dialog .modal-content .modal-body .form-box .form-group .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
}
#contact .modal-dialog .modal-content .modal-body .form-box .form-group .form-control:focus + .lable-text {
  display: block;
}
#contact .modal-dialog .modal-content .modal-body .form-box .form-group .lable-text {
  display: none;
  position: absolute;
  right: 20px;
  color: #3F80FE;
}
#contact .modal-dialog .modal-content .modal-body .form-box .btp-container {
  text-align: center;
}
#contact .modal-dialog .modal-content .modal-body .form-box .btp-container button {
  width: 186px;
  height: 40px;
  line-height: 40px;
  border: none;
  color: #fff;
  border-radius: 3px;
}
.mobile-footer,
.fixed-box {
  display: none;
}
@media only screen and (max-width: 750px) {
  .footer {
    display: none;
  }
  .mobile-footer {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
  .mobile-footer img {
    width: 71px;
  }
  .mobile-footer .text {
    margin-top: 16px;
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 400;
  }
  .mobile-footer .btn {
    margin-top: 16px;
    border: none;
    background-color: #0F61FE;
    width: 230px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
  .mobile-footer .desc {
    margin-top: 32px;
    margin-bottom: 60px;
    width: 150%;
    font-size: 12px;
    transform: scale(0.6);
    margin-left: -25%;
    color: #4A4A4A;
    font-weight: 400;
  }
  .fixed-box {
    display: flex;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    align-items: center;
    background-color: #0F61FE;
    justify-content: space-around;
  }
  .fixed-box .icon img {
    width: 24px;
  }
  .fixed-box .text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
  .fixed-box .btn {
    font-size: 12px;
    color: #0F61FE;
    padding: 10px 12px;
    background-color: #fff;
    border-radius: 3px;
    text-decoration: none;
  }
}
