@charset "UTF-8";
.mobile-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  .mobile-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}
head,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-width: 320px;
}

* {
  padding: 0;
  font-family: "PingFangSC", "PingFang SC", "Helvetica Neue", Helvetica,
    "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  margin: 0;
  box-sizing: border-box;
}

body > a {
  display: none;
}

ul li {
  list-style: none;
}

a {
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.main-content {
  width: 100%;
  margin: 0 auto;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header-wrapper .mob-pr {
  display: none;
}
.header-wrapper .mob-wh {
  display: inline-block;
}
.header-wrapper .h-menu {
  position: absolute;
  right: 14px;
  top: 0;
  padding: 16px 0;
  display: block;
}
.header-wrapper .h-menu .menu-icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.header-wrapper .header-content {
  position: relative;
  width: 100%;
  height: 65px;
  padding: 0 24px;
  margin: 0 auto;
}
.header-wrapper .header-content .mob {
  display: inline-block;
}
.header-wrapper .header-content .cell-header-box {
  display: none;
}
.header-wrapper .menu-slider {
  position: absolute;
  display: none;
  right: 7px;
  top: 39px;
  padding: 0px 0;
}
.header-wrapper .menu-close-icon {
  position: relative;
  top: -11px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 19px 0 29px;
}
.header-wrapper .logo-a {
  width: 118px;
  /*padding: 20px 0;*/
  display: inline-block;
   position: absolute;
top: 11px;
}
.header-wrapper .logo-a > img {
  height: 38px;
}
.header-wrapper .h-login,
.header-wrapper .contact-us {
  display: none !important;
  padding: 25px 12px;
}
.header-wrapper .h-login a,
.header-wrapper .contact-us a {
  color: #232d43;
  font-size: 14px;
}
.header-wrapper .h-login a:hover,
.header-wrapper .contact-us a:hover {
  color: #366dff;
}
.header-wrapper .h-demo {
  background-color: #366dff;
  color: #fff;
  width: 130px;
  display: inline-block;
  border-radius: 6px;
  font-size: 16px;
  padding: 9px 12px;
  text-align: center;
  margin-left: 12px;
}
.header-wrapper .nav-list {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 24px;
  vertical-align: bottom;
  padding-top: 0px;
  padding-bottom: 24px;
}
.header-wrapper .nav-list nav .h-li {
  display: inline-block;
  position: relative;
  padding: 0px 24px;
}
.header-wrapper .nav-list nav .h-li .h-li-icon {
  float: right;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.header-wrapper .nav-list nav .h-li .h-li-icon.iswhite {
  display: none !important;
}
.header-wrapper .nav-list nav .h-li .h-li-icon.isblack {
  display: none !important;
}
.header-wrapper .nav-list nav .h-li > a {
  padding: 0 0;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.header-wrapper .nav-list nav .h-li > a::after {
  background-color: #366dff;
  transition: all 100ms ease-out;
  content: "";
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  transform-origin: left;
  transform: scale(0, 1);
  z-index: 2;
}
.header-wrapper .nav-list nav .h-li:hover > a {
  color: #fff;
  opacity: 1;
}
.header-wrapper .nav-list nav .h-li:hover > a::after {
  transform: scale(1, 1);
  opacity: 1;
}
.header-wrapper .nav-list nav .h-li:hover > a {
  color: #fff;
}
.header-wrapper .nav-list nav .h-li.active > a {
  color: #fff;
}
.header-wrapper .h-nav {
  position: relative;
  z-index: 0;
}
.header-wrapper .h-nav .h-box {
  left: 0;
  position: fixed;
  z-index: -1;
  top: -1000px;
  width: 100%;
  border: 0px;
  backdrop-filter: none;
  text-align: center;
}
.header-wrapper .h-nav .h-box .h-li-item {
  display: inline-block;
  white-space: nowrap;
}
.header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap {
  text-align: center;
  border-right: 1px solid #f1f2f2;
  position: relative;
  padding: 8px 75px;
}
.header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .i-icon {
  width: 50px;
}
.header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .title {
  font-size: 14px;
  margin-top: 24px;
  font-weight: 600;
  color: #1f2227;
  line-height: 1;
}
.header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .desc {
  display: none;
  font-size: 12px;
  margin-top: 12px;
  font-weight: 400;
  color: #bbbcbe;
}
.header-wrapper .h-nav .h-box .h-li-item.box:last-child .desc-wrap {
  border-right: 0px solid transparent;
}
.header-wrapper .h-nav:hover .h-box {
  z-index: 8;
  top: 71px;
}

.cmm-title {
  color: #1f2227;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.cmm-title.white {
  color: #fff;
}

.footer-wrapper {
  min-height: 260px;
  padding-top: 0px;
  margin-top: 0px;
}
.footer-wrapper .section-item-lianxi {
  margin: 0;
  position: relative;
  left: 0;
}
.footer-wrapper .section-item-lianxi .lianxi-container {
  border-radius: 0;
  width: 100vw !important;
  height: auto;
  padding: 32px 0px 30px 0px;
}
.footer-wrapper .section-item-lianxi .lianxi-container .title {
  width: 80vw;
  font-size: 24px;
  margin: 0 auto;
}
.footer-wrapper .section-item-lianxi .lianxi-container .title-desc {
  margin-top: 30px;
}
.footer-wrapper .section-item-lianxi .lianxi-container .title-desc:hover {
  color: #000;
}
.footer-wrapper .footer-title {
  width: 100%;
  position: relative;
  padding: 60px 36px;
}
.footer-wrapper .footer-title .img-l {
  width: 121px;
  top: -40px;
  position: absolute;
  left: -40px;
}
.footer-wrapper .footer-title .img-r {
  width: 121px;
  position: absolute;
  bottom: -40px;
  right: -40px;
}
.footer-wrapper .footer-title .footer-title-main {
  text-align: center;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns {
  padding-top: 24px;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns .pc-button {
  display: none;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns .mobile-button {
  display: inline-block;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns .btn-item {
  color: #fff;
  margin-left: 24px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 13px 38px;
}
.footer-wrapper
  .footer-title
  .footer-title-main
  .sign-btns
  .btn-item:first-child {
  margin-left: 0;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns .btn-item.white {
  color: #366dff;
  background-color: #fff;
}
.footer-wrapper .footer-content .main-content {
  width: 100%;
  padding: 0;
}
.footer-wrapper .footer-content .foot-logo {
  width: 118px;
  height: auto;
}
.footer-wrapper .footer-content .foot-row {
  padding: 40px 24px 24px;
  position: relative;
  border-bottom: 1px solid #ede9ee;
}
.footer-wrapper .footer-content .source-wrapper {
  position: absolute;
  right: 0;
  top: 40px;
}
.footer-wrapper .footer-content .source-wrapper .sour-item {
  margin-left: 16px;
  display: inline-block;
  position: relative;
}
.footer-wrapper
  .footer-content
  .source-wrapper
  .sour-item.active
  .enCode-popover {
  transform: scale(1);
}
.footer-wrapper .footer-content .source-wrapper .sour-item img {
  width: 26px;
}
.footer-wrapper .footer-content .source-wrapper .enCode-popover {
  width: 90px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  bottom: 45px;
  left: -100%;
  transform: scale(0);
  transition: all 0.3s;
  transform-origin: center bottom;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
}
.footer-wrapper .footer-content .source-wrapper .enCode-popover img {
  width: 100%;
}
.footer-wrapper .footer-content .source-wrapper .enCode-popover:before {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  left: 38px;
  bottom: -5px;
}
.footer-wrapper .footer-content .foot-row-sec {
  padding: 0px 0 20px 0;
  flex-wrap: wrap;
}
.footer-wrapper .footer-content .foot-cell {
  vertical-align: top;
}
.footer-wrapper .footer-content .foot-cell.col-left {
  padding: 0 24px;
  width: 100%;
  font-size: 0;
  display: inline-block;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-ul {
  justify-content: space-between;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-li {
  width: auto;
  margin-bottom: 24px;
  vertical-align: top;
  display: inline-block;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-li .f-li-title-top {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-li div.a-link {
  display: block;
  margin-bottom: 10px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-left
  .f-li
  div.a-link
  .f-li-title,
.footer-wrapper
  .footer-content
  .foot-cell.col-left
  .f-li
  div.a-link
  .f-li-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-li:nth-child(2) {
  margin-left: -10px;
}
.footer-wrapper .footer-content .foot-cell.col-right {
  display: inline-block;
  width: 100%;
  padding: 0 24px;
  position: relative;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-code
  .f-inf-code-mask
  img {
  width: 105px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-code
  .f-inf-code-mask {
  position: relative;
  margin-bottom: 40px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details {
  padding-left: 0;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-text {
  font-size: 12px;
  display: inline;
  color: #fff;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-icon {
  display: inline-block;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-icon
  img {
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-item {
  margin-bottom: 14px;
  position: relative;
  padding-left: 34px;
}
.footer-wrapper .f-wrap-B {
  height: 84px;
}
.footer-wrapper .f-wrap-B .record-wrap {
  border-top: 0px solid #ede9ee;
  vertical-align: top;
  font-weight: 400;
  padding: 0px 24px;
}
.footer-wrapper .f-wrap-B .record-wrap .left {
  float: inherit;
  width: 100%;
  padding-top: 0;
  font-size: 12px;
  text-align: left;
  color: rgba(255, 255, 255, 0.35);
}
.footer-wrapper .f-wrap-B .record-wrap .left a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
}
.footer-wrapper .f-wrap-B .record-wrap .right {
  padding-top: 14px;
  float: inherit;
  width: 100%;
  text-align: left;
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
}
.footer-wrapper .f-wrap-B .record-wrap .right a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}

.btn {
  color: #fff;
  margin-left: 12px;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 6px;
  padding: 10px 25px;
  line-height: 1;
  width: 120px;
  text-align: center;
}
.btn:first-child {
  margin-left: 0;
}
.btn.nobg {
  color: #366dff;
  border: 1px solid #366dff;
  background: inherit;
}
.btn.white {
  color: #366dff;
  background-color: #fff;
}
.btn .right-icon {
  position: relative;
  vertical-align: middle;
  margin-left: 4px;
  width: 12px;
}

.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-footer {
  background-color: #366dff;
}
.index-footer .footer-title {
  padding: 40px 0 10px 0;
}
.index-footer .footer-title .footer-title-main {
  text-align: center;
}
.index-footer .footer-title .footer-title-main .cmm-title {
  font-size: 22px;
  line-height: 40px;
}
.index-footer .footer-title .footer-title-main .sign-btns {
  padding-top: 40px;
}
.index-footer .footer-title .footer-title-main .sign-btns .btn-item {
  color: #fff;
  margin-left: 24px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 13px 38px;
}
.index-footer
  .footer-title
  .footer-title-main
  .sign-btns
  .btn-item:first-child {
  margin-left: 0;
}
.index-footer .footer-title .footer-title-main .sign-btns .btn-item.white {
  color: #366dff;
  background-color: #fff;
}
.index-footer
  .footer-title
  .footer-title-main
  .sign-btns
  .btn-item
  .right-icon {
  position: relative;
  margin-left: 8px;
  width: 15px;
}

.header-content.mobile .h-opa {
  display: block;
}
.header-content.mobile .cell-header-box {
  display: block;
  overflow: auto;
  position: fixed;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  width: 85.3333333333vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 21;
  padding: 0 0;
}
.header-content.mobile .cell-header-box .bg-mobile-box {
  position: relative;
}
.header-content.mobile .cell-header-box.ani-in .mob-pr {
  display: inline-block;
}
.header-content.mobile .cell-header-box.ani-in .mob-wh {
  display: none;
}
.header-content.mobile .cell-header-box .ani-in {
  animation: bounceInDown 500ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}
.header-content.mobile .cell-header-box .ani-out {
  animation: fadeOutUpBig 500ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}
.header-content.mobile .cell-header-box .roll-in {
  animation: fadeIn 500ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}
.header-content.mobile .cell-header-box .roll-out {
  animation: fadeOut 500ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}
.header-content.mobile .cell-header-box .menu-slider .h-demo {
  display: none;
}
.header-content.mobile .cell-header-box .mobile-cell {
  display: block;
  border-top: 1px solid #ecebf1;
  text-align: left;
  padding: 16px 0;
}
.header-content.mobile .cell-header-box .mobile-cell .h-demo {
  margin-left: 24px;
  display: inline-block;
}
.header-content.mobile .cell-header-box .logo-a {
  display: none;
}
.header-content.mobile .cell-header-box .h-login {
  padding: 0;
}
.header-content.mobile .cell-header-box .h-login a {
  font-weight: 600;
  display: inline !important;
}
.header-content.mobile .cell-header-box .menu-slider {
  display: block;
}
.header-content.mobile .cell-header-box .h-menu {
  display: none;
}
.header-content.mobile .cell-header-box .nav-list {
  margin-left: 0;
  border-top: 1px solid #ecebf1;
  display: block;
  font-size: 0;
}
.header-content.mobile .cell-header-box .nav-list .h-li {
  width: 100%;
  display: inline-block;
}
.header-content.mobile .cell-header-box .nav-list .h-li .h-li-title {
  width: 100%;
  display: block;
  text-align: left;
  padding: 19px 0;
}
.header-content.mobile .cell-header-box .nav-list .h-li .mobile-down {
  display: block;
  width: 24px;
  float: right;
}
.header-content.mobile .cell-header-box .h-nav {
  padding-bottom: 0;
  float: right;
}
.header-content.mobile .cell-header-box .h-nav.acitve .h-li-title {
  color: #fff;
}
.header-content.mobile .cell-header-box .h-nav .h-box {
  padding: 0;
  position: relative;
  z-index: 1;
  top: 0;
  box-shadow: inherit;
  display: none;
}
.header-content.mobile .cell-header-box .h-nav .h-box .h-li-item {
  text-align: left;
  display: block;
  padding: 16px 0;
  margin: 0 18px;
  line-height: 1;
  white-space: inherit;
}
.header-content.mobile .cell-header-box .h-nav .h-box .h-li-item .desc-wrap {
  position: relative;
  border-right: inherit;
  padding: 0;
  padding-left: 0;
  text-align: left;
}
.header-content.mobile
  .cell-header-box
  .h-nav
  .h-box
  .h-li-item
  .desc-wrap
  img.i-icon {
  width: 28px;
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
}
.header-content.mobile
  .cell-header-box
  .h-nav
  .h-box
  .h-li-item
  .desc-wrap
  .title {
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 400;
}
.header-content.mobile
  .cell-header-box
  .h-nav
  .h-box
  .h-li-item
  .desc-wrap
  .dec {
  font-size: 14px;
}
.header-content.mobile .cell-header-box .h-nav .h-box .h-li-item:hover {
  background-color: transparent;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.header-content.mobile .cell-header-box .h-nav .h-box::after {
  display: none;
}

.banner-btns {
  justify-content: center;
}
.banner-btns .banner-btn:first-of-type {
  margin-right: 24px;
}

.cmm-tip-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}
.cmm-tip-mask .cmm-ok-tip {
  background: #ffffff;
  margin: 50% auto 0 auto;
  transform: translateY(-50px);
  border-radius: 6px;
  padding: 20px 20px;
  width: 80%;
  text-align: center;
}
.cmm-tip-mask .cmm-tip-img {
  width: 80px;
  margin: 0 auto;
}
.cmm-tip-mask .cmm-tip-title {
  font-size: 16px;
  margin-top: 16px;
  font-weight: 600;
  line-height: 18px;
}
.cmm-tip-mask .cmm-tip-desc {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
}
.cmm-tip-mask .cmm-onOK {
  font-size: 12px;
  line-height: 20px;
  padding: 8px 10px;
  width: 120px;
  display: inline-block;
  margin: 20px auto 0 auto;
}

.moblie-hover:hover {
  color: #fff;
}

.cmm-page .cmm-banner-content {
  width: 100%;
  text-align: left;
}
.cmm-page .cmm-banner-content .banner-title {
  text-align: center;
}
.cmm-page .cmm-banner-content .banner-title span {
  font-size: 30px;
  font-weight: 600;
  line-height: 84px;
}
.cmm-page .cmm-banner-content .banner-title .title1 {
  color: #ff8623;
  line-height: 45px;
}
.cmm-page .cmm-banner-content .banner-title .title2 {
  color: #fff;
  line-height: 50px;
}
.cmm-page .cmm-banner-content .banner-des p {
  width: 72vw;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
}
.cmm-page .cmm-banner-content * {
  text-align: left;
}
.cmm-page .page-title {
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
}
.cmm-page .service-container {
  width: 100%;
  margin-bottom: 0px;
}
.cmm-page .service-container .service-item {
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 40px 22px 20px 22px;
  flex-wrap: wrap;
  border-radius: 0;
}
.cmm-page .service-container .service-item .animate-box-content {
  width: 100%;
}
.cmm-page .service-container .service-item .service-item-left {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  display: flex;
  justify-content: start;
}
.cmm-page .service-container .service-item .service-item-left .item-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #fe4e36;
  line-height: 28px;
}
.cmm-page .service-container .service-item .service-item-left .item-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
}
.cmm-page .service-container .service-item .service-item-left .item-desc p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 25px;
  text-indent: -25px;
  line-height: 20px;
}
.cmm-page .service-container .service-item .service-item-left .item-desc p img {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 1px;
  margin-left: -25px;
  margin-right: 33px;
}
.cmm-page .service-container .service-item .service-item-right {
  width: auto;
}
.cmm-page .service-container .service-item .service-item-right .picture {
  width: 100%;
  height: auto;
}
.cmm-page .service-container .service-item:nth-child(2n) {
  flex-direction: row;
}
.cmm-page .service-container .service-item:nth-child(2n + 1) {
  flex-direction: row-reverse;
  background-color: #fafafa;
}

.header-wrapper .nav-list .h-li > a::after {
  display: none !important;
}

.header-wrapper .nav-list .h-li:hover > a {
  opacity: 1 !important;
}

.mobile-transtion {
  display: inline-block !important;
}

.item-url {
  display: none !important;
}

.new-section-item .main-content .btn-ul {
  justify-content: center;
  padding: 0 10px;
}
.new-section-item .main-content .btn-ul .ul_li {
  min-width: 100px;
  width: auto;
  padding: 0 10px;
  font-size: 12px;
  margin-right: 10px;
}
.new-section-item .main-content .btn-ul .ul_li img {
  width: 25px;
}
.new-section-item .main-content .btn-ul .ul_li:last-child {
  margin-right: 0;
}

.new_page {
  height: 600px;
}
.new_page .new_icon_title {
  margin-bottom: 40px;
}
.new_page .new_icon {
  padding: 50px 20px;
}
.new_page .new_icon .new_icon_List {
  flex-flow: column wrap;
}
.new_page .new_icon .new_icon_List .new_icon_item {
  padding: 0px;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  flex-flow: row nowrap;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_image {
  width: 70px;
  height: 51px;
  margin-top: 0px;
  display: inline-flex;
  justify-content: center;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_image img {
  width: 51px;
  height: 51px;
  top: -15px;
  left: 20px;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_image span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 12px;
  line-height: 16px;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_image .title {
  top: 40px;
}
.new_page .new_icon .new_icon_List .new_i_i_text {
  flex: 1;
}
.new_page .new_icon .new_icon_List .new_i_i_text .content {
  padding-top: 0px !important;
  line-height: 21px !important;
}

.page-futitle {
  font-size: 14px;
  color: #999;
  margin-top: 0;
}
