.container-rl {
  height: 100%;
  width: 100%;
  position: relative;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.border-1px-top,
.border-1px-right,
.border-1px-left,
.border-1px-bottom {
  position: relative;
}
.border-1px-top::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #E9E9E9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.border-1px-bottom::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #E9E9E9;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.border-1px-left::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-left: 1px solid #E9E9E9;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.border-1px-right::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  border-right: 1px solid #E9E9E9;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.button-hover-blue:hover {
  background-color: rgba(47, 84, 235, 0.85) !important;
}
.button-hover-white:hover {
  background-color: rgba(47, 84, 235, 0.15) !important;
}
.button-hover-bg-white:hover {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.button-hover-border-white:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
@media screen and (max-width: 1199px) {
  .fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  .fixed-header .main-container {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .fixed-header .header-main {
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-header .header-main .logo-image {
    width: 93px;
    height: 28px;
  }
  .fixed-header .header-main .logo-image .logo {
    width: 93px;
    height: 28px;
  }
  .fixed-header .header-main .logo-image .login-black {
    display: none;
  }
  .fixed-header .header-main .menu-button {
    display: block;
    background: url("../images/menu-icon-white.png") no-repeat center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
  .fixed-header .header-main .close-button {
    background: url("../images/closed-icon.png") no-repeat center !important;
    background-size: 100% 100%!important;
  }
  .fixed-header .header-main .page-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 1001;
    background-color: #FFFFFF;
    display: none;
    overflow-y: auto;
  }
  .fixed-header .header-main .ul-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column;
    width: 100%;
    padding-bottom: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li {
    color: #333333;
    font-size: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 55px;
    position: relative;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .main-a {
    height: 55px;
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 20px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .hover-image {
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image-white {
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .active-rotate .icon-image {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box {
    padding-left: 16px;
    padding-top: 0;
    width: 100%;
    position: relative;
    background: #F2F4FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box .ul-sub-box {
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding-top: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box .ul-sub-box .ul-sub-li {
    padding-left: 16px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 19px;
  }
  .mainleft, .mainright {
    margin-top: 55px;
    padding: 5px;
}
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box .ul-sub-box .ul-sub-li .sub-a {
    font-size: 13px;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    width: 100%;
    color: #666666;
  }
  .fixed-header .header-main .ul-nav .select-color {
    color: #2F54EB;
  }
  .fixed-header .header-main .ul-nav .high-color {
    color: #2F54EB;
  }
  .fixed-header .header-main .page-btn {
    display: none;
  }
  .page-header,
  .header-box {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #e7e9ed;
  }
  .page-header .header-main .logo-image .login-white,
  .header-box .header-main .logo-image .login-white {
    display: none;
  }
  .page-header .header-main .logo-image .login-black,
  .header-box .header-main .logo-image .login-black {
    display: block;
  }
  .page-header .header-main .menu-button,
  .header-box .header-main .menu-button {
    display: block;
    background: url("../images/menu-icon-black.png") no-repeat center;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  .fixed-header .header-main {
    height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-header .header-main .logo-image {
    width: 116px;
    height: 35px;
    margin-right: 77px;
  }
  .fixed-header .header-main .logo-image .logo {
    width: 116px;
    height: 35px;
  }
  .fixed-header .header-main .logo-image .login-white {
    display: block;
  }
  .fixed-header .header-main .logo-image .login-black {
    display: none;
  }
  .fixed-header .header-main .menu-button {
    display: none;
  }
  .fixed-header .header-main .page-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-header .header-main .ul-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li {
    margin-right: 32px;
    position: relative;
    color: #FFFFFF;
  }
 
  .fixed-header .header-main .ul-nav .ul-nav-li .active {
    color:  #2F54EB;
    font-weight: 800;
  
    
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:nth-child(2) {
    padding-right: 18px;
    margin-right: 24px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:nth-child(5) {
    padding-right: 18px;
    margin-right: 24px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:last-child {
    margin-right: 0;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li a {
    height: 20px;
    line-height: 20px;
  }

  .fixed-header .header-main .ul-nav .ul-nav-li a:active {
    color: #2F54EB;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:hover {
    color: #2F54EB;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:hover .sub-box {
    display: block;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:hover .arrow-image .hover-image {
    display: block;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li:hover .arrow-image .icon-image {
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image-white {
    width: 100%;
    height: 100%;
    display: block;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image {
    width: 100%;
    height: 100%;
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .arrow-image .hover-image {
    width: 100%;
    height: 100%;
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .sub-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    top: 20px;
    padding-top: 26px;
    display: none;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 4px 4px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-top: 2px solid #2F54EB;
    position: relative;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: -6px;
    background: url("../images/triangle-icon.png") no-repeat center;
    background-size: 100% 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box li {
    margin-bottom: 18px;
    padding: 0 40px;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box li a {
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    color: #333333;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box li a:hover {
    color: #2F54EB;
  }
  .fixed-header .header-main .ul-nav .ul-nav-li .ul-sub-box li:last-child {
    margin-bottom: 0;
  }
  .fixed-header .header-main .ul-nav .active-li {
    color: rgba(255, 255, 255, 0.85);
  }
  .fixed-header .header-main .page-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    color: #FFFFFF;
  }
  .fixed-header .header-main .page-btn .login-text {
    font-size: 14px;
    margin-right: 24px;
  }
  .fixed-header .header-main .page-btn .btn {
    width: 68px;
    height: 24px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 14px;
  }
  .fixed-header .header-main .page-btn .free-text {
    background-color: #FFFFFF;
    margin-right: 18px;
    color: #1746D2;
      border:1px solid #fff;
  }
  .fixed-header .header-main .page-btn .admin-text {
    border: 1px solid #FFFFFF;
  }
  .fixed-header:hover {
    background-color: #FFFFFF;
  }
  .fixed-header:hover .logo-image .login-white {
    display: none;
  }
  .fixed-header:hover .logo-image .login-black {
    display: block;
  }
  .fixed-header:hover .ul-nav .ul-nav-li {
    color: #333333;
  }
  .fixed-header:hover .ul-nav .ul-nav-li .arrow-image .icon-image-white {
    display: none;
  }
  .fixed-header:hover .ul-nav .ul-nav-li .arrow-image .icon-image {
    display: block;
  }
  .fixed-header:hover .page-btn {
    color: #2F54EB;
  }
  .fixed-header:hover .page-btn .free-text {
    background-color: #2F54EB;
    color: #FFFFFF;
  }
  .fixed-header:hover .page-btn .admin-text {
    border: 1px solid #2F54EB;
  }
  .page-header,
  .header-box {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e7e9ed;
  }
  .page-header .header-main .logo-image .login-white,
  .header-box .header-main .logo-image .login-white {
    display: none;
  }
  .page-header .header-main .logo-image .login-black,
  .header-box .header-main .logo-image .login-black {
    display: block;
  }
  .page-header .header-main .ul-nav .ul-nav-li,
  .header-box .header-main .ul-nav .ul-nav-li {
    color: #333333;
  }
  
  .page-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image-white,
  .header-box .header-main .ul-nav .ul-nav-li .arrow-image .icon-image-white {
    display: none;
  }
  .page-header .header-main .ul-nav .ul-nav-li .arrow-image .icon-image,
  .header-box .header-main .ul-nav .ul-nav-li .arrow-image .icon-image {
    display: block;
  }
  .page-header .header-main .ul-nav .select-color,
  .header-box .header-main .ul-nav .select-color {
    color: #2F54EB;
  }
  .page-header .header-main .ul-nav .high-color,
  .header-box .header-main .ul-nav .high-color {
    color: #2F54EB;
  }
  .page-header .header-main .page-btn,
  .header-box .header-main .page-btn {
    color: #2F54EB;
  }
  .page-header .header-main .page-btn .free-text,
  .header-box .header-main .page-btn .free-text {
    background-color: #2F54EB;
    color: #FFFFFF;
  }
  .page-header .header-main .page-btn .admin-text,
  .header-box .header-main .page-btn .admin-text {
    border: 1px solid #2F54EB;
  }
  .gizle {
    top: -72px;
  }
  .sabit {
    top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    width: 100%;
  }
  .footer .footer-website .footer-website-columns .footer-website-group {
    position: relative;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    padding: 0 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E4E7F2), to(#F2F4FC));
    background: linear-gradient(180deg, #E4E7F2 0%, #F2F4FC 100%);
    -webkit-box-shadow: 0 4px 8px 0 #DFE3F2;
            box-shadow: 0 4px 8px 0 #DFE3F2;
    border: 1px solid #FFFFFF;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title a {
    height: 50px;
    color: #333333;
    font-size: 14px;
    line-height: 50px;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input:checked ~ .website-group-title a {
    color: #2F54EB;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input:checked ~ .website-group-title a:after {
    margin-top: -2px;
    -webkit-transform: rotate3d(0, 0, 1, 225deg);
            transform: rotate3d(0, 0, 1, 225deg);
    border-color: #2F54EB;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input {
    opacity: 0;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .footer .footer-website .footer-website-columns .footer-website-group ul {
    display: none;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input:checked ~ ul {
    display: block;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list {
    padding: 24px 32px;
    background: #E4E6ED;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li {
    font-size: 13px;
    line-height: 13px;
    color: #666666;
    margin-bottom: 20px;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li:last-child {
    margin-bottom: 0;
  }
  .footer .footer-website .footer-website-info {
    display: none;
  }
  .footer .footer-info-box {
    font-size: 12px;
    line-height: 12px;
  }
  .footer .footer-info-box .put-on-records-line,
  .footer .footer-info-box .company-info-pc {
    display: none;
  }
  .footer .footer-info-box .company-info-h5 {
    background: #F2F4FC;
    text-align: center;
    height: 98px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
    line-height: 20px;
    color: #999999;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    width: 100%;
    height: 432px;
    background: #141A33;
    color: #FFFFFF;
    padding-top: 64px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-website {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .footer-website .footer-website-columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer-website .footer-website-columns .footer-website-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1px;
  }
  .footer .footer-website .footer-website-columns .footer-website-group input {
    display: none;
  }
  .footer .footer-website .footer-website-columns .footer-website-group:last-child {
    margin-right: 10%;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-title a {
    cursor: default;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 24px;
    opacity: 0.7;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li:hover {
    opacity: 1;
  }
  .footer .footer-website .footer-website-columns .footer-website-group .website-group-list li:last-child {
    margin-bottom: 0;
  }
  .footer .footer-website .footer-website-info {
    padding-top: 8px;
    width: 168px;
  }
  .footer .footer-website .footer-website-info img {
    margin: 0 0 16px 9px;
    width: 158px;
    height: 48px;
  }
  .footer .footer-website .footer-website-info .mo-fang-text {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 0;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .footer-info-box {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
  .footer .footer-info-box .put-on-records-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer .footer-info-box .put-on-records-line a {
    margin-right: 64px;
  }
  .footer .footer-info-box .put-on-records-line a:last-child {
    margin-right: 0;
  }
  .footer .footer-info-box .company-info-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 24px;
  }
  .footer .footer-info-box .company-info-h5 {
    display: none;
  }
  .footer .back-top-box {
    position: fixed;
    bottom: 120px;
    right: 15px;
    width: 56px;
    height: 56px;
    background: #F2F4FC;
    -webkit-box-shadow: 0 4px 16px 0 #D7DDF5;
            box-shadow: 0 4px 16px 0 #D7DDF5;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
  }
  .footer .back-top-box .back-top-icon:after {
    content: "";
    position: absolute;
    right: 19px;
    top: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-left: 3px solid #999999;
    border-top: 3px solid #999999;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }
  .footer .back-top-box:hover .back-top-icon:after {
    border-color: #2F54EB;
  }
}
.page-center-content {
  width: 100%;
  position: relative;
}
.page-center-content a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-center-content .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.page-center-content .swiper-slide {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .hide-pc {
    display: none;
  }
  .page-center-content {
    width: 100%;
    padding-top: 48px;
    background-color: #2F54EB;
  }
  .page-center-content .swiper-container {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .page-center-content .swiper-container .swiper-pagination-bullets {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12px;
  }
  .page-center-content .swiper-container .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 16px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
  }
  .page-center-content .swiper-container .swiper-pagination-bullet-active {
    background: #FFFFFF;
  }
  .page-center-content .swiper-container .swiper-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .swiper-container .swiper-bg img {
    max-width: 236px;
    max-height: 250px;
    width: 100%;
    height: 100%;
  }
  .page-center-content .swiper-container .swiper-slide-left-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .title {
    margin-top: 40px;
    max-width: 100%;
    height: 28px;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .second-title {
    padding-top: 13px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
      .page-center-content .swiper-container .swiper-slide-left-content .second-title-1 {
    padding-top: 13px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .button-box {
    margin-top: 43px;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .button-box .left-button {
    position: relative;
    width: 80px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .button-box .left-button .text {
    height: 13px;
    font-size: 13px;
    color: #1746D2;
    line-height: 13px;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .button-box .right-button {
    position: relative;
    margin-left: 20px;
    width: 84px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .button-box .right-button .text {
    text-align: center;
    height: 13px;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 13px;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .button-box .right-button::after {
    content: '';
    position: absolute;
    /* 把父视图设置为relative，方便定位*/
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    pointer-events: none;
  }
  .page-center-content .swiper-container .swiper-slide-image {
    display: none;
  }
  .page-center-content .first-module-box {
    width: 100%;
  }
  .page-center-content .first-module-box .dynamic-module {
    width: 100%;
    background: #F2F4FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 16px 0;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box {
    height: 32px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .title-box {
    height: 32px;
    width: 200px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .title-box .bg-text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    height: 32px;
    font-size: 40px;
    font-weight: bold;
    color: rgba(47, 84, 235, 0.05);
    line-height: 32px;
    text-shadow: none !important;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .title-box .title {
    position: absolute;
    left: 0;
    bottom: 4px;
    color: #333333;
    font-weight: 300;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .button-box {
    position: relative;
    margin-bottom: 4px;
    width: 55px;
    height: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .button-box span {
    height: 11px;
    font-size: 11px;
    color: #2F54EB;
    line-height: 11px;
    margin-right: 2px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .button-box img {
    height: 9px;
    width: 9px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .button-box::after {
    content: '';
    position: absolute;
    /* 把父视图设置为relative，方便定位*/
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #2F54EB;
    border-radius: 4px;
    pointer-events: none;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-box {
    margin-top: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left {
    position: relative;
    width: 100%;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .image-box {
    position: relative;
    width: 100%;
    height: 190px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .name {
    margin-top: 16px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .text {
    margin-top: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .date-box {
    position: absolute;
    height: 19px;
    background: #2F54EB;
    border-radius: 4px 0 0 0;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .date-box .date-text {
    text-align: center;
    height: 19px;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 19px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-right {
    display: none;
  }
  .page-center-content .first-module-box .product-module {
    width: 100%;
    background: #F2F4FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 16px 24px;
  }
  .page-center-content .first-module-box .product-module .title {
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
    height: 18px;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
  }
  .page-center-content .first-module-box .product-module .second-title {
    display: none;
  }
  .page-center-content .first-module-box .product-module .pro-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .show-content-list {
    display: block;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .hide-content-list {
    display: none;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item .pro-item-top-box .right-icon {
    background-image: url("../images/icon_row_up.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:nth-child(n+1) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_select_applicable_industry.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:nth-child(n+2) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_select_home_product_serve.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:nth-child(n+3) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_select_home_operation_scenario.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:nth-child(n+4) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_select_home_marketing_tools.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item .pro-item-top-box .right-icon {
    background-image: url("../images/icon_row_down.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item:nth-child(n+1) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_def_applicable_industry.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item:nth-child(n+2) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_def_home_product_serve.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item:nth-child(n+3) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_def_home_operation_scenario.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item:nth-child(n+4) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_def_home_marketing_tools.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box {
    width: 100%;
    margin-top: 1px;
    position: relative;
    background: -webkit-gradient(linear, right top, left top, from(#2F54EB), to(#5990FF));
    background: linear-gradient(270deg, #2F54EB 0%, #5990FF 100%);
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box {
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px;
    padding-left: 16px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .left-icon {
    height: 8px;
    width: 8px;
    margin-right: 10px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box {
    height: 16px;
    position: relative;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .hide-text {
    padding-left: 2px;
    padding-right: 2px;
    height: 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 330;
    color: transparent;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .show-text {
    padding-left: 2px;
    padding-right: 2px;
    height: 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 330;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #FFFFFF;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .bottom-flag {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: rgba(47, 84, 235, 0.5);
    border-radius: 2px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .icon-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .center-icon {
    margin-left: 20px;
    height: 32px;
    width: 32px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .right-icon {
    margin-left: 24px;
    height: 16px;
    width: 16px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list {
    background-color: white;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item {
    height: 66px;
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 14px;
    padding-bottom: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item .content-name {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item .content-text {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item {
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item .more-text {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 12px;
    margin-right: 4px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item .more-icon {
    height: 10px;
    width: 10px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #2F54EB;
    border-left: 1px solid #2F53EB;
    border-right: 1px solid #2F53EB;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
      pointer-events: none;
  }
  .page-center-content .second-module-box {
    background-color: white;
  }
  .page-center-content .second-module-box .case-module {
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 16px 28px;
  }
  .page-center-content .second-module-box .case-module .title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
  }
  .page-center-content .second-module-box .case-module .introduce {
    display: none;
  }
  .page-center-content .second-module-box .case-module .case-list {
    width: 100%;
    max-height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-y: hidden;
    overflow-x: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box {
    margin-top: 24px;
    margin-left: 8px;
    width: calc(50% - 4px);
    height: 220px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    overflow-x: visible;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box img {
    width: 100%;
    height: 112px;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .title-box {
    margin-top: -4px;
    background-color: white;
    border-radius: 4px;
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .title-box .text {
    height: 11px;
    font-size: 11px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 11px;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .user-icon {
    position: absolute;
    top: 68px;
    left: calc(50% - 26px);
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid rgba(119,127,146,.10);
    border-radius: 50%;
    overflow: hidden;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .introduction-name {
    margin-top: 10px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 17px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .introduction-text {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-center-content .second-module-box .case-module .case-more-box {
    margin-top: 4px;
    width: 100%;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .second-module-box .case-module .case-more-box .button {
    width: 104px;
    text-align: center;
    position: relative;
    height: 28px;
    font-size: 12px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 28px;
  }
  .page-center-content .second-module-box .case-module .case-more-box .button:after {
    content: '';
    position: absolute;
    /* 把父视图设置为relative，方便定位*/
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #2F54EB;
    border-radius: 4px;
    pointer-events: none;
  }
  .page-center-content .second-module-box .case-module .second-title-pc {
    display: none;
  }
  .page-center-content .second-module-box .case-module .second-title-h5 {
    padding-top: 36px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
  }
  .page-center-content .second-module-box .case-module .second-introduce {
    display: none;
  }
  .page-center-content .second-module-box .case-module .second-case-list {
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item {
    margin-top: 5px;
    margin-left: 5px;
    width: calc(25% - 4px);
    height: 92px;
    background: rgba(47, 84, 235, 0.03);
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item img {
    width: 36px;
    height: 36px;
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item span {
    max-width: 100%;
    height: 11px;
    font-size: 11px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 11px;
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-center-content .map-module-box {
    width: 100%;
    margin: 0 auto;
    background-color: #F2F4FC;
    padding-top: 28px;
  }
  .page-center-content .map-module-box .map-content-box {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .page-center-content .map-module-box .map-content-box .first-title-h5 {
    padding-top: 8px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-center-content .map-module-box .map-content-box .second-title-h5 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
  }
  .page-center-content .map-module-box .map-content-box .title-pc {
    display: none;
  }
  .page-center-content .map-module-box .map-content-box .content-pc {
    display: none;
  }
  .page-center-content .map-module-box .map-content-box .title-pc {
    display: none;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box {
    margin-top: 31px;
    height: 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 32px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .h-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .h-name .text {
    font-size: 30px;
    color: #2F54EB;
    line-height: 30px;
    font-weight: 400;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .h-name .plus {
    height: 17px;
    width: 17px;
    margin-left: 6px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .h-name .multiplication {
    height: 15px;
    width: 15px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .empty-box {
    height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .dt-text {
    position: relative;
    margin-left: 12px;
    width: 60px;
    height: 23px;
    border-radius: 2px;
    font-size: 11px;
    color: #333333;
    line-height: 23px;
    text-align: center;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .dt-text::after {
    content: '';
    position: absolute;
    /* 把父视图设置为relative，方便定位*/
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 4px;
    pointer-events: none;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .right-map-box {
    width: 100%;
    height: 361px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .right-map-box .map-content-box {
    width: 100%;
    height: 307px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .right-map-box .map-name {
    margin-top: 8px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: rgba(47, 84, 235, 0.7);
    line-height: 10px;
  }
  .page-center-content .map-module-box .home-chart-tooltip {
    background-color: white;
    padding: 10px;
  }
  .page-center-content .third-module-box {
    width: 100%;
    margin: 0 auto;
    background-color: #F2F4FC;
  }
  .page-center-content .third-module-box .content-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page-center-content .third-module-box .content-box .first-title-h5 {
    padding-top: 28px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
  }
  .page-center-content .third-module-box .content-box .second-title-h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-top: 8px;
  }
  .page-center-content .third-module-box .content-box .title-pc {
    display: none;
  }
  .page-center-content .third-module-box .content-box .content-pc {
    display: none;
  }
  .page-center-content .third-module-box .content-box .item-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 21px;
    width: 100%;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box {
    margin-top: 8px;
    padding-bottom: 18px;
    width: calc(100% - 32px);
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F4FC), to(#FAFAFE));
    background: linear-gradient(180deg, #F2F4FC 0%, #FAFAFE 100%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(212, 220, 252, 0.5);
            box-shadow: 0 2px 4px 0 rgba(212, 220, 252, 0.5);
    border-radius: 4px;
    border: 1.5px solid #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .top-box {
    margin-top: 24px;
    height: 52px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box img {
    margin-right: 48px;
    width: 104px;
    height: 52px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name-box {
    position: relative;
    height: 18px;
    width: 88px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name-box .flag-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: rgba(47, 84, 235, 0.2);
    border-radius: 1px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name {
    position: absolute;
    top: 0;
    left: 6px;
    width: 80px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    letter-spacing: 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .content {
    margin-top: 18px;
    width: 100%;
    font-size: 11px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .page-center-content .cooperation-module-box {
    width: 100%;
    background: #F2F4FC;
    position: relative;
  }
  .page-center-content .cooperation-module-box .first-title-h5 {
    padding-top: 36px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
  }
  .page-center-content .cooperation-module-box .second-title-h5 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-top: 8px;
  }
  .page-center-content .cooperation-module-box .title-pc {
    display: none;
  }
  .page-center-content .cooperation-module-box .cooperation-box {
    margin-top: 175px;
    width: 100%;
    background-color: white;
    padding-top: 140px;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-name {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 4px;
  }
  .page-center-content .cooperation-module-box .cooperation-box .swiper-container {
    margin-top: 24px;
    width: 100%;
    height: 221px;
    position: relative;
  }
  .page-center-content .cooperation-module-box .cooperation-box .swiper-container .indicator-box {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 300;
    bottom: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .cooperation-module-box .cooperation-box .swiper-container .indicator-box .indicator-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .page-center-content .cooperation-module-box .cooperation-box .swiper-container .indicator-box .indicator-item .sel-point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(47, 84, 235, 0.6);
  }
  .page-center-content .cooperation-module-box .cooperation-box .swiper-container .indicator-box .indicator-item .def-point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(47, 84, 235, 0.15);
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-h5 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    height: 171px;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-h5 .cooperation-item {
    margin-left: 8px;
    margin-bottom: 8px;
    width: calc(33.33% - 11px);
    min-width: 104px;
    height: 49px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(125, 136, 179, 0.12);
            box-shadow: 4px 4px 10px 0 rgba(125, 136, 179, 0.12);
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-h5 .cooperation-item img {
    max-width: 80px;
    max-height: 32px;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-h5 .cooperation-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-pc {
    display: none;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 102px;
    padding-top: 9px;
    width: calc(100% - 32px);
    height: 246px;
    background: #F2F4FC;
    -webkit-box-shadow: 0 2px 8px 0 #D7DDF5;
            box-shadow: 0 2px 8px 0 #D7DDF5;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item {
    width: 33.33%;
    margin-top: 15px;
    height: 94px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item .image-box {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item .image-box img {
    width: 56px;
    height: 56px;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item .text-box {
    width: 100%;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item .text-box .text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .free-trial {
    width: 100%;
    height: 68px;
    background: url("../images/trial-bottom-bg-h5.png") no-repeat center;
    background-size: 100% 100%;
    display: none;
  }
  .free-trial .trial-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .free-trial .trial-content .trial-content-text-pc {
    display: none;
  }
  .free-trial .trial-content .trial-content-text-h5 {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
  }
  .free-trial .trial-content .trial-content-button {
    width: 84px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 13px;
    line-height: 13px;
    color: #1746D2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .website-contact-box .contact-box-content .content-info-box {
    position: relative;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input {
    opacity: 0;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input:checked ~ .counselor-info-box {
    display: block;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input:checked ~ .input-box {
    display: block;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input:checked ~ .content-info-title {
    color: #2F54EB;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input:checked ~ .content-info-title::after {
    margin-top: -2px;
    -webkit-transform: rotate3d(0, 0, 1, 225deg);
            transform: rotate3d(0, 0, 1, 225deg);
    border-color: #2F54EB;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title {
    position: relative;
    padding: 0 16px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E4E7F2), to(#F2F4FC));
    background: linear-gradient(180deg, #E4E7F2 0%, #F2F4FC 100%);
    -webkit-box-shadow: 0 4px 8px 0 #DFE3F2;
            box-shadow: 0 4px 8px 0 #DFE3F2;
    border: 1px solid #FFFFFF;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title .contact-first-title {
    font-weight: 400 ;
    font-size: 14px;
    line-height: 50px;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title .contact-second-title {
    font-weight: 400 ;
    font-size: 11px;
    line-height: 50px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box {
    display: none;
    height: 84px;
    width: 100%;
    background: #E4E6ED;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li {
    width: 49.5%;
    height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    left: 16px;
    font-weight: 400 ;
    color: #666666;
    font-size: 12px;
    line-height: 12px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .border-bottom {
    display: none;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    background: rgba(204, 204, 204, 0.5);
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(1),
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(2) {
    margin-bottom: 20px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box {
    display: none;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box {
    display: none;
    width: 100%;
    height: 144px;
    background: #E4E6ED;
    padding: 20px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input {
    width: 48%;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #666666;
    font-size: 12px;
    color: #666666;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input::-webkit-input-placeholder {
    font-size: 12px;
    color: rgba(102, 102, 102, 0.5);
    font-weight: 400 ;
  }
  .website-contact-box .contact-box-content .content-info-box .booking-button {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 40px;
    background: #2F54EB;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .image-box .date-box {
    position: absolute;
    height: 19px;
    background: #2F54EB;
    border-radius: 4px 0 0 0;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .image-box .date-box .date-text {
    text-align: center;
    height: 19px;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 19px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .page-center-content .first-module-box .dynamic-module .image-box {
    height: 250px !important;
  }
  .page-center-content .second-module-box .case-module .case-list {
    max-height: 308px !important;
    margin-bottom: 30px;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box {
    height: 280px !important;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .user-icon {
    top: 116px !important;
    height: 52px !important;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box img {
    height: 160px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .first-module-box {
    width: 100%;
  }
  .first-module-box .dynamic-module {
    width: 100%;
    background: #F2F4FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 16px 24px;
  }
  .first-module-box .dynamic-module .dynamic-title-box {
    height: 23px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-module-box .dynamic-module .dynamic-title-box .title {
    height: 18px;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    letter-spacing: 2px;
  }
  .first-module-box .dynamic-module .dynamic-title-box .button-box {
    position: relative;
    width: 44px;
    height: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .first-module-box .dynamic-module .dynamic-title-box .button-box span {
    height: 11px;
    font-size: 11px;
    color: #2F54EB;
    line-height: 11px;
    margin-right: 2px;
  }
  .first-module-box .dynamic-module .dynamic-title-box .button-box img {
    height: 9px;
    width: 9px;
  }
  .first-module-box .dynamic-module .dynamic-title-box .button-box::after {
    content: '';
    position: absolute;
    /* 把父视图设置为relative，方便定位*/
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #2F54EB;
    border-radius: 4px;
    pointer-events: none;
  }
  .first-module-box .dynamic-module .dynamic-content-box {
    margin-top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 432px;
  }
  .first-module-box .dynamic-module .dynamic-content-left {
    min-width: 350px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    background-color: white;
    border-radius: 8px !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .first-module-box .dynamic-module .dynamic-content-left .image-box {
    position: relative;
    width: 100%;
    height: 310px !important;
  }
  .first-module-box .dynamic-module .dynamic-content-left .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0 !important;
  }
  .first-module-box .dynamic-module .dynamic-content-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    margin-left: 20px;
    display: block !important;
    border-radius: 8px !important;
    background-color: white;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .first-module-box .dynamic-module .dynamic-content-right .image-box {
    position: relative;
    width: 100%;
    height: 310px;
  }
  .first-module-box .dynamic-module .dynamic-content-right .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
  }
  .first-module-box .dynamic-module .date-box {
    position: absolute;
    height: 19px;
    background: #2F54EB;
    border-radius: 4px 0 0 0;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .first-module-box .dynamic-module .date-box .date-text {
    text-align: center;
    height: 19px;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 19px;
  }
  .first-module-box .dynamic-module .name {
    margin-top: 16px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
    color: #333333;
    font-size: 12px;
  }
  .first-module-box .dynamic-module .text {
    margin-top: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .first-module-box .product-module {
    width: 100%;
    background: #F2F4FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 16px 24px;
  }
  .first-module-box .product-module .title {
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
    height: 18px;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
  }
  .first-module-box .product-module .second-title {
    display: none;
  }
  .first-module-box .product-module .pro-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .first-module-box .product-module .pro-list-box .show-content-list {
    display: block;
  }
  .first-module-box .product-module .pro-list-box .hide-content-list {
    display: none;
  }
  .first-module-box .product-module .pro-list-box .list-item-box {
    width: 100%;
    margin-top: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#2F54EB), to(#5990FF));
    background: linear-gradient(270deg, #2F54EB 0%, #5990FF 100%);
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box {
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px;
    padding-left: 16px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .left-icon {
    height: 8px;
    width: 8px;
    margin-right: 10px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box {
    height: 16px;
    position: relative;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .hide-text {
    padding-left: 2px;
    padding-right: 2px;
    height: 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: transparent;
    z-index: 330;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .show-text {
    padding-left: 2px;
    padding-right: 2px;
    height: 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: transparent;
    z-index: 330;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #FFFFFF;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .bottom-flag {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    width: 64px;
    background: rgba(47, 84, 235, 0.5);
    border-radius: 2px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .center-icon {
    margin-left: 20px;
    height: 32px;
    width: 32px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .right-icon {
    margin-left: 24px;
    height: 16px;
    width: 16px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .item-content-list {
    background-color: white;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item {
    height: 66px;
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 14px;
    padding-bottom: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item .content-name {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item .content-text {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item {
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item .more-text {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 12px;
    margin-right: 4px;
  }
  .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item .more-icon {
    height: 10px;
    width: 10px;
  }
  .page-center-content .second-module-box .case-module .case-more-box {
    margin-top: 16px;
  }
  .page-center-content .second-module-box .case-module .case-list {
    max-height: 380px !important;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box {
    height: 348px !important;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box img {
    height: 224px !important;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .title-box {
    margin-top: -8px;
    background-color: white;
    border-radius: 4px;
    padding-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .title-box .text {
    height: 11px;
    font-size: 11px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 11px;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .user-icon {
    top: 136px !important;
    width: 104px !important;
    height: 104px !important;
    left: calc(50% - 52px);
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .right-map-box {
    height: 732px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .right-map-box .map-content-box {
    height: 614px !important;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box {
    width: calc(100% - 64px) !important;
    height: 180px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F4FC), to(#FAFAFE)) !important;
    background: linear-gradient(180deg, #F2F4FC 0%, #FAFAFE 100%) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(212, 220, 252, 0.5) !important;
            box-shadow: 0 4px 8px 0 rgba(212, 220, 252, 0.5) !important;
    border-radius: 8px !important;
    border: 2px solid #FFFFFF !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-align: center !important;
        align-items: center !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .top-box {
    margin-top: 24px;
    height: 52px;
    width: 314px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box img {
    margin-left: 64px;
    margin-right: 48px;
    width: 104px;
    height: 52px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name-box {
    position: relative;
    height: 18px;
    width: 88px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name-box .flag-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: rgba(47, 84, 235, 0.2);
    border-radius: 1px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name {
    position: absolute;
    top: 0;
    left: 6px;
    width: 80px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    letter-spacing: 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .content {
    margin-top: 18px;
    width: 100%;
    font-size: 11px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 56px;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1200px) {
  .hide-h5 {
    display: none;
  }
  .page-center-content {
    width: 100%;
    padding-top: 72px;
    background-color: #2F54EB;
  }
  .page-center-content .swiper-container {
    width: 100%;
    height: 428px;
    position: relative;
  }
  .page-center-content .swiper-container .swiper-pagination-bullets {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px;
  }
  .page-center-content .swiper-container .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 32px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
  }
  .page-center-content .swiper-container .swiper-pagination-bullet-active {
    background: #FFFFFF;
  }
  .page-center-content .swiper-container .swiper-bg {
    display: none;
  }
  .page-center-content .swiper-container .swiper-slide-left-content {
    width: 630px;
    height: 428px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .title {
    margin-top: 40px;
    max-width: 100%;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 65px;
    letter-spacing: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
      margin-left: 40px;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .second-title {
    padding-top: 14px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
      margin-left: 40px;
  }
     .page-center-content .swiper-container .swiper-slide-left-content .second-title-1 {
    padding-top: 8px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
      margin-left: 40px;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .button-box {
    margin-top: 76px;
    width: 100%;
    height: 58px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
      margin-left: 40px;
  }
  .page-center-content .swiper-container .swiper-slide-left-content .button-box .left-button {
    width: 160px;
    height: 51px;
    background: #FFFFFF;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
  }
    
.page-center-content .swiper-container .swiper-slide-left-content .button-box .left-button:hover {
 background-color:#fff;
}
    
  .page-center-content .swiper-container .swiper-slide-left-content .button-box .left-button .text {
    height: 26px;
    font-size: 22px;
    color: #1746D2;
    line-height: 26px;
  }
    
    
 .page-center-content .swiper-container .swiper-slide-left-content .button-box .left-button   .text:hover {
 background-color:#fff;
 color:#2589ff
}
    
    
  .page-center-content .swiper-container .swiper-slide-left-content .button-box .right-button {
    margin-left: 40px;
    width: 160px;
    height: 51px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
  }
    

  .page-center-content .swiper-container .swiper-slide-left-content .button-box .right-button .text {
    height: 26px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 26px;
  }
    
   
  .page-center-content .swiper-container .swiper-slide-image {
    padding-left: 98px;
    height: 418px;
    width: 472px;
    padding-bottom: 10px;
  }
  .page-center-content .first-module-box {
    width: 100%;
    margin: 0 auto;
    background-color: #F2F4FC;
  }
  .page-center-content .first-module-box .dynamic-module {
    margin: 0 auto;
    max-width: 1200px;
    background: #F2F4FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 24px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box {
    height: 64px;
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .title-box {
    height: 64px;
    width: 200px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .title-box .bg-text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    height: 64px;
    font-size: 80px;
    font-weight: bold;
    color: rgba(47, 84, 235, 0.05);
    line-height: 64px;
    text-shadow: none !important;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .title-box .title {
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 28px;
    color: #333333;
    line-height: 32px;
    letter-spacing: 4px;
    font-weight: 300;
    font-style: italic;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .button-box {
    position: relative;
    margin-bottom: 8px;
    width: 110px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #2F54EB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .button-box span {
    height: 22px;
    font-size: 16px;
    color: #2F54EB;
    line-height: 22px;
    margin-right: 4px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-title-box .button-box img {
    height: 12px;
    width: 12px;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-box {
    margin-top: 32px;
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left {
    width: 720px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left:hover {
    -webkit-box-shadow: 8px 8px 20px 0 rgba(125, 136, 179, 0.12);
            box-shadow: 8px 8px 20px 0 rgba(125, 136, 179, 0.12);
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left:hover .image-box img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .image-box {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-left .image-box img {
    width: 100%;
    height: 400px;
    border-radius: 8px 8px 0 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-right {
    width: 456px;
    height: 560px;
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-right:hover {
    -webkit-box-shadow: 8px 8px 20px 0 rgba(125, 136, 179, 0.12);
            box-shadow: 8px 8px 20px 0 rgba(125, 136, 179, 0.12);
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-right:hover .image-box img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-right .image-box {
    position: relative;
    width: 100%;
    height: 336px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-right .image-box img {
    width: 100%;
    height: 336px;
    border-radius: 8px 8px 0 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-center-content .first-module-box .dynamic-module .dynamic-content-right .text {
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-weight: 400;
  }
  .page-center-content .first-module-box .dynamic-module .date-box {
    position: absolute;
    height: 32px;
    background: #2F54EB;
    border-radius: 8px 0 0 0;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-center-content .first-module-box .dynamic-module .date-box .date-text {
    text-align: center;
    height: 32px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
  }
  .page-center-content .first-module-box .dynamic-module .name {
    margin-top: 32px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    height: 24px;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    font-weight: 500;
  }
  .page-center-content .first-module-box .dynamic-module .text {
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-weight: 400;
  }
  .page-center-content .first-module-box .product-module {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    background: #F2F4FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 72px 0 48px;
  }
  .page-center-content .first-module-box .product-module .title {
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
    height: 32px;
    font-size: 30px;
    color: #595961;
    line-height: 32px;
    font-weight: 400;
  }
  .page-center-content .first-module-box .product-module .second-title {
    width: 100%;
    height: 18px;
    font-size: 18px;
    color: #595961;
    line-height: 18px;
    text-align: center;
    padding-bottom: 48px;
    font-weight: 300;
  }
  .page-center-content .first-module-box .product-module .pro-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1200px;
    overflow-x: hidden;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item {
    position: relative;
    width: 354px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    z-index: 999;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #5990FF;
    -webkit-box-shadow: 0 4px 16px 0 #CAD4FC;
            box-shadow: 0 4px 16px 0 #CAD4FC;
    border-radius: 8px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item .pro-item-top-box {
    background: -webkit-gradient(linear, left top, right top, from(#5990FF), to(#2F54EB));
    background: linear-gradient(90deg, #5990FF 0%, #2F54EB 100%);
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:nth-child(n+1) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_select_applicable_industry.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:nth-child(n+2) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_select_home_product_serve.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:nth-child(n+3) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_select_home_operation_scenario.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .select-item:nth-child(n+4) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_select_home_marketing_tools.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item {
    width: 282px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid rgba(47, 84, 235, 0.6);
    border-bottom: 1px solid rgba(47, 84, 235, 0.6);
    border-radius: 8px;
    opacity: 0.9;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item .pro-item-top-box {
    background: -webkit-gradient(linear, left top, right top, from(rgba(89, 144, 255, 0.6)), to(rgba(47, 84, 235, 0.6)));
    background: linear-gradient(90deg, rgba(89, 144, 255, 0.6) 0%, rgba(47, 84, 235, 0.6) 100%);
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item:nth-child(n+1) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_def_applicable_industry.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item:nth-child(n+2) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_def_home_product_serve.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item:nth-child(n+3) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_def_home_operation_scenario.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-item:nth-child(n+4) .pro-item-top-box .center-icon {
    background-image: url("../images/icon_def_home_marketing_tools.png");
    background-size: 100% 100%;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-border-left {
    border-left: 1px solid rgba(47, 84, 235, 0.6);
  }
  .page-center-content .first-module-box .product-module .pro-list-box .other-border-right {
    border-right: 1px solid rgba(47, 84, 235, 0.6);
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box {
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box {
    width: 100%;
    height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 20px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .left-icon {
    height: 18px;
    width: 18px;
    margin-right: 16px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box {
    height: 24px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .hide-text {
    padding-left: 4px;
    padding-right: 4px;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: transparent;
    z-index: 330;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .show-text {
    padding-left: 4px;
    padding-right: 4px;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: transparent;
    z-index: 330;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #FFFFFF;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .text-box .bottom-flag {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 8px;
    width: 104px;
    background: rgba(47, 84, 235, 0.5);
    border-radius: 4px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .center-icon {
    margin-left: 20px;
    height: 64px;
    width: 64px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .pro-item-top-box .right-icon {
    display: none;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list {
    background-color: white;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item {
    height: 90px;
    width: 100%;
    background-color: white;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
  }
   

  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item .content-name {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item .content-text {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item:hover {
    background: rgba(232, 236, 252, 0.5);
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .content-item::after {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
    border-bottom: 1px solid #E9E9E9;
      pointer-events: none;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item {
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item .more-text {
    padding-left: 20px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 14px;
    margin-right: 16px;
  }
  .page-center-content .first-module-box .product-module .pro-list-box .list-item-box .item-content-list .more-item .more-icon {
    height: 10px;
    width: 10px;
  }
  .page-center-content .second-module-box {
    background-color: white;
    width: 100%;
    margin: 0 auto;
  }
  .page-center-content .second-module-box .case-module {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 64px 0 56px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-center-content .second-module-box .case-module .title {
    width: 1200px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #595961;
    line-height: 32px;
    padding-bottom: 32px;
  }
  .page-center-content .second-module-box .case-module .introduce {
   width: 100%;
height: 18px;
font-size: 18px;
color: #595961;
line-height: 18px;
text-align: center;
padding-bottom: 48px;
font-weight: 300;
  }
  .page-center-content .second-module-box .case-module .case-list {
    width: 1200px;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box {
    margin-top: 24px;
    margin-left: 24px;
    width: 384px;
    height: 440px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box:hover {
    top: -16px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box img {
    width: 100%;
    height: 224px;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .title-box {
    margin-top: -8px;
    background-color: white;
    border-radius: 8px;
    padding-top: 40px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .title-box .text {
    font-size: 18px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 18px;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .user-icon {
    position: absolute;
    top: 136px;
    left: 140px;
    width: 105px;
    height: 105px;
    background: #FFFFFF;
    border: 1px solid rgba(119,127,146,.10);
    border-radius: 50%;
    overflow: hidden;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .introduction-name {
    margin-top: 24px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box .introduction-text {
    margin-top: 13px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .page-center-content .second-module-box .case-module .case-list .case-item-box:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-center-content .second-module-box .case-module .case-more-box {
    width: 1200px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .second-module-box .case-module .case-more-box .button {
    width: 160px;
    text-align: center;
    position: relative;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 48px;
  }
  .page-center-content .second-module-box .case-module .case-more-box .button:after {
    content: '';
    position: absolute;
    /* 把父视图设置为relative，方便定位*/
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #2F54EB;
    border-radius: 8px;
    pointer-events: none;
  }
  .page-center-content .second-module-box .case-module .second-title-h5 {
    display: none;
  }
  .page-center-content .second-module-box .case-module .second-title-pc {
    padding-top: 72px;
    width: 1200px;
    text-align: center;
    font-size: 32px;
    color: #595961;
    line-height: 32px;
    white-space: nowrap;
    height: 32px;
    font-weight: 400;
  }
  .page-center-content .second-module-box .case-module .second-introduce {
    margin-top: 32px;
      width: 100%;
height: 18px;
font-size: 18px;
color: #595961;
line-height: 18px;
text-align: center;
padding-bottom: 48px;
font-weight: 300;
  }
  .page-center-content .second-module-box .case-module .second-case-list {
    padding-top: 24px;
    width: 1200px;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item {
    margin-top: 24px;
    margin-left: 24px;
    width: 282px;
    height: 200px;
    background: rgba(47, 84, 235, 0.03);
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item img {
    width: 88px;
    height: 88px;
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item span {
    max-width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #2F54EB;
    line-height: 22px;
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item:hover {
    border: 1px solid rgba(47, 84, 235, 0.5);
  }
  .page-center-content .second-module-box .case-module .second-case-list .second-case-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-center-content .map-module-box {
    width: 100%;
    margin: 0 auto;
    background-color: #F2F4FC;
    padding-top: 64px;
  }
  .page-center-content .map-module-box .map-content-box {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  .page-center-content .map-module-box .map-content-box .first-title-h5 {
    display: none;
  }
  .page-center-content .map-module-box .map-content-box .second-title-h5 {
    display: none;
  }
  .page-center-content .map-module-box .map-content-box .title-pc {
    width: 100%;
    text-align: center;
    height: 32px;
    font-size: 32px;
    color: #595961;
    line-height: 32px;
    font-weight: 400;
  }
  .page-center-content .map-module-box .map-content-box .content-pc {
    margin-top: 32px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #595961;
    line-height: 18px;
font-weight: 300;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box {
    width: 100%;
    padding-right: 38px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box {
    width: 296px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .h-name {
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .h-name .text {
    height: 60px;
    font-size: 60px;
    color: #2F54EB;
    line-height: 60px;
    font-weight: 500;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .h-name .plus {
    height: 34px;
    width: 34px;
    margin-left: 6px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .h-name .multiplication {
    height: 29px;
    width: 29px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .empty-box {
    display: none;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .left-tips-box .dt-text {
    margin-top: 24px;
    width: 120px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #999999;
    font-size: 22px;
    color: #333333;
    line-height: 46px;
    text-align: center;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .right-map-box {
    width: 796px;
    height: 817px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .right-map-box .map-content-box {
    width: 100%;
    height: 708px;
  }
  .page-center-content .map-module-box .map-content-box .bottom-box .right-map-box .map-name {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: rgba(47, 84, 235, 0.7);
    line-height: 20px;
  }
  .page-center-content .map-module-box .home-chart-tooltip {
    background-color: white;
    padding: 20px;
  }
  .page-center-content .third-module-box {
    width: 100%;
    margin: 0 auto;
    background-color: #F2F4FC;
  }
  .page-center-content .third-module-box .content-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-center-content .third-module-box .content-box .first-title-h5 {
    display: none;
  }
  .page-center-content .third-module-box .content-box .second-title-h5 {
    display: none;
  }
  .page-center-content .third-module-box .content-box .title-pc {
    padding-top: 62px;
    width: 100%;
    text-align: center;
    height: 32px;
    font-size: 32px;
    color: #595961;
    line-height: 32px;
    font-weight: 400;
  }
  .page-center-content .third-module-box .content-box .content-pc {
    width: 100%;
    text-align: center;
    padding-top: 32px;
    font-size: 18px;
    color: #595961;
    line-height: 18px;
 font-weight: 300;
  }
  .experience-ball-tips{
    position: absolute;
    right: 120px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #989B9E;
  }
  .page-center-content .third-module-box .content-box .item-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-y: hidden;
    max-height: 486px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .third-module-item-space {
    margin-left: 24px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box {
    margin-top: 48px;
    width: 384px;
    height: 438px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F4FC), to(#FAFAFE));
    background: linear-gradient(180deg, #F2F4FC 0%, #FAFAFE 100%);
    -webkit-box-shadow: 0 4px 8px 0 rgba(212, 220, 252, 0.5);
            box-shadow: 0 4px 8px 0 rgba(212, 220, 252, 0.5);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .top-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name-box {
    margin-top: 40px;
    position: relative;
    height: 32px;
    width: 144px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name-box .flag-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: rgba(47, 84, 235, 0.2);
    border-radius: 2px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box img {
    margin-top: 48px;
    width: 208px;
    height: 104px;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .name {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 128px;
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    letter-spacing: 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box .content {
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
  .page-center-content .third-module-box .content-box .item-list-box .item-box:first-child {
    margin-left: 0;
  }
  .page-center-content .cooperation-module-box {
    width: 100%;
    background: #F2F4FC;
    position: relative;
    margin: 0 auto;
  }
  .page-center-content .cooperation-module-box .first-title-h5 {
    display: none;
  }
  .page-center-content .cooperation-module-box .second-title-h5 {
    display: none;
  }
  .page-center-content .cooperation-module-box .swiper-container {
    display: none;
  }
  .page-center-content .cooperation-module-box .title-pc {
    padding-top: 80px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #595961;
    line-height: 32px;
    letter-spacing: 4px;
    font-weight: 400;
  }
  .page-center-content .cooperation-module-box .cooperation-box {
    margin: 192px auto 0;
    width: 100%;
    background-color: white;
    padding-top: 72px;
    padding-bottom: 50px;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-name {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #595961;
    line-height: 32px;
    letter-spacing: 4px;
    font-weight: 400;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-h5 {
    display: none;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-pc {
    margin: 48px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: 324px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-pc .cooperation-item-box {
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
    width: 200px;
    height: 90px;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-pc .cooperation-item {
    width: 200px;
    height: 90px;
    background: #FFFFFF;
    -webkit-box-shadow: 8px 8px 20px 0 rgba(125, 136, 179, 0.12);
            box-shadow: 8px 8px 20px 0 rgba(125, 136, 179, 0.12);
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-pc .cooperation-item:hover {
    -webkit-box-shadow: 8px 8px 20px 0 rgba(125, 136, 179, 0.36);
            box-shadow: 8px 8px 20px 0 rgba(125, 136, 179, 0.36);
  }
  .page-center-content .cooperation-module-box .cooperation-box .cooperation-list-box-pc .cooperation-item img {
    max-width: 160px;
    max-height: 64px;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box {
    position: absolute;
    width: 1200px;
    left: calc(50% - 600px);
    right: calc(50% - 600px);
    top: 160px;
    padding-top: 32px;
    height: 228px;
    background: #F2F4FC;
    -webkit-box-shadow: 0 4px 16px 0 #D7DDF5;
            box-shadow: 0 4px 16px 0 #D7DDF5;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 84px;
    padding-right: 84px;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item {
    width: 112px;
    height: 168px;
    margin-right: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item .image-box {
    width: 112px;
    height: 112px;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item .image-box img {
    width: 112px;
    height: 112px;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item .text-box {
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-center-content .cooperation-module-box .float-cooperation-box .float-cooperation-item .text-box .text {
    text-align: center;
    font-weight: 300;
    color: #666666;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 24px;
  }
  .free-trial {
    width: 100%;
    height: 136px;
    background: url("../images/trial-bottom-bg-pc.png") no-repeat center;
    background-size: 100% 100%;
  }
  .free-trial .trial-content {
    width: 1200px;
    height: 136px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .free-trial .trial-content .trial-content-text-h5 {
    display: none;
  }
  .free-trial .trial-content .trial-content-text-pc {
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 8px;
  }
  .free-trial .trial-content .trial-content-button {
    width: 160px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 24px;
    line-height: 24px;
    color: #1746D2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
  }
  .website-contact-box {
    height: 564px;
    background: #F2F4FC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .website-contact-box .main-container {
    width: 1227px;
  }
  .website-contact-box .contact-box-content {
    position: relative;
    height: 460px;
    background: url("../images/contact-box-bg-pc.png") no-repeat center;
    background-size: 100% 100%;
    padding: 48px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .website-contact-box .contact-box-content .content-info-box .checked-input {
    display: none;
  }
  .website-contact-box .contact-box-content .content-info-box:first-child {
    width: 667px;
    padding-left: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(47, 84, 235, 0.2);
  }
  .website-contact-box .contact-box-content .content-info-box:last-child {
    width: 559px;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title {
    text-align: center;
    color: #595961;
    margin-bottom: 32px;
    font-weight:300;
  }
  .website-contact-box .contact-box-content .content-info-box .tishi {
    text-align: center;
    color: #595961;
    margin-bottom: 0px;
    font-weight:400;
    font-size: 14px;
  }
  // 去除input type="number" 的控制按钮
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance:none
}
input[type="number"] {
    -moz-appearance:textfield
}

  .website-contact-box .contact-box-content .content-info-box .content-info-title .contact-first-title {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #595961;
  }
  .website-contact-box .contact-box-content .content-info-box .content-info-title .contact-second-title {
    font-size: 20px;
    line-height: 20px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box {
    margin: 0 auto;
    width: 496px;
    height: 258px;
    background: rgba(47, 84, 235, 0.1);
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul {
    padding: 21px 0 0 32px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li {
    width: 208px;
    position: relative;
    left: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #2F54EB;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-bottom: 12px;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .border-bottom {
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .contact-name {
    font-size: 22px;
    line-height: 22px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .contact-job {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 16px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .contact-phone {
    font-size: 24px;
    line-height: 24px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li .contact-email {
    font-size: 18px;
    line-height: 18px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    background: rgba(47, 84, 235, 0.1);
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(1) {
    padding-bottom: 14px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(2):before {
    top: 21px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(3) {
    padding-top: 29px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(3):before {
    top: 33px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box ul li:nth-child(4):before {
    top: 18px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box {
    position: absolute;
    top: 36px;
    right: 48px;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box .qr-img {
    width: 146px;
    height: 146px;
    background: rgba(47, 84, 235, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(47, 84, 235, 0.2);
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box .qr-img img {
    width: 100%;
    height: 100%;
  }
  .website-contact-box .contact-box-content .content-info-box .counselor-info-box .qr-box .qr-text {
    width: 144px;
    height: 48px;
    background: rgba(47, 84, 235, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(47, 84, 235, 0.2);
    font-size: 16px;
    line-height: 16px;
    color: #2F54EB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
    width: 400px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #2F54EB;
    font-size: 20px;
    color: #2F54EB;
    margin-bottom: 32px;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input:hover {
    -webkit-box-shadow: 2px 4px 4px 0 #CAD4FC;
            box-shadow: 2px 4px 4px 0 #CAD4FC;
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .line-box input::-webkit-input-placeholder {
    font-size: 20px;
    color: rgba(47, 84, 235, 0.5);
  }
  .website-contact-box .contact-box-content .content-info-box .input-box .booking-button {
    cursor: pointer;
    margin-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 400px;
    height: 56px;
    background: #2F54EB;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1296px) {
  .cooperation-list-box-pc {
    width: 1080px;
  }
}
@media screen and (min-width: 1296px) and (max-width: 1512px) {
  .cooperation-list-box-pc {
    width: 1296px;
  }
}
@media screen and (min-width: 1512px) and (max-width: 1728px) {
  .cooperation-list-box-pc {
    width: 1512px;
  }
}
@media screen and (min-width: 1728px) {
  .cooperation-list-box-pc {
    width: 1728px;
  }
}
