 .banner-item {
   height: 480px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   background-color: #f5f9ff;
 }

 .ant-carousel .custom-slick-arrow {
   width: 70px;
   height: 70px;
   opacity: 0.3;
   z-index: 2;
   transition: all 0.2s;
   margin-top: -35px;
 }

 .ant-carousel .custom-slick-arrow.prev {
   left: calc((100% - 1200px) / 2 - 100px);
 }

 .ant-carousel .custom-slick-arrow.next {
   right: calc((100% - 1200px) / 2 - 100px);
 }

 .ant-carousel .custom-slick-arrow:hover {
   opacity: 1;
 }


 .ant-carousel .slick-dots li button {
   background: #ccc;
   height: 13px;
   width: 13px;
   border-radius: 50%;
   margin: 0 5px;
 }

 .ant-carousel .slick-dots li.slick-active button {
   background: rgba(46, 110, 213, 1);
   width: 13px;
 }

 .box-title {
   position: relative;
   text-align: center;
   margin: 50px auto;
 }

 .box-title .title {
   font-size: 32px;
   position: relative;
   z-index: 1;
 }

 .box-title .sub-title {
   font-size: 24px;
   color: #ccc;
   position: absolute;
   left: calc(50% - 165px);
   top: 20px;
   width: 330px;
   text-align: center;
   letter-spacing: 5px;
 }

 .box-title .line {
   position: absolute;
   display: block;
   top: 40px;
   height: 1px;
   background: #e7e7e7;
   width: calc(50% - 200px);
 }

 .box-title .line.left {
   left: 0;
 }

 .box-title .line.right {
   right: 0;
 }

 .box-title .bottom-line {
   position: absolute;
   display: block;
   height: 2px;
   background: rgba(46, 110, 213, 1);
   width: 40px;
   bottom: -20px;
   left: calc(50% - 20px);
 }

 .a1 {
   display: block;

   margin: 0 auto 110px auto;
   width: 1428px;
   text-align: center;
 }

 .a1 img {
   width: 100%;
 }

 .activity-products {
   width: 1428px;
   margin: 20px auto 60px auto;
   height: 390px;
 }

 .activity-products .left,
 .activity-products .right {
   float: left;
   width: 365px;
   background: #fff;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
   overflow: hidden;
   height: 300px;
   margin-top: 45px;
   z-index: 1;
 }

 .activity-products .left img,
 .activity-products .right img {
   height: 170px;
 }

 .activity-products .left .title,
 .activity-products .right .title {
   width: 80px;
   background: #30558a;
   color: #fff;

   height: 100%;
   font-size: 20px;
   font-weight: bold;
   letter-spacing: 3px;
   position: relative;

 }

 .activity-products .right .title {}

 .activity-products .left .title {
   float: left;

 }

 .activity-products .left .title span,
 .activity-products .right .title span {
   position: absolute;
   display: block;
   transform: rotate(90deg);
   height: 30px;
   width: 270px;
   left: -94px;
   top: 137px;
   word-break: keep-all;
   overflow: hidden;
 }

 .activity-products .left .img,
 .activity-products .right .img {
   text-align: center;
   padding-top: 65px;
 }


 .activity-products .right .title {
   float: right;
 }


 .activity-products .center {
   width: 698px;
   float: left;
   height: 390px;
   position: relative;
   z-index: 2;
 }

 .activity-products .center .img {
   width: 440px;
   background: #fff;
   text-align: center;
   padding: 80px;
   float: left;
   height: 360px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
   margin-top: 15px;

 }

 .activity-products .center img {
   height: 200px;

 }

 .activity-products .center .info {
   float: left;
   width: 258px;
   background: rgba(46, 110, 213, 1);
   height: 390px;
   color: #fff;
   padding: 25px 20px;
 }

 .activity-products .center .info .title {
   font-weight: 500;
   font-size: 20px;
   margin-bottom: 20px;
 }

 .activity-products .center .info .desc {
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.5);
   color: rgba(255, 255, 255, 0.9);
 }

 .activity-products .center .info .price {
   font-size: 24px;
   font-weight: 500;
   margin-bottom: 50px;
 }

 .activity-products .center .info del {
   color: rgba(255, 255, 255, 0.8);
 }


 .a-product-panel {
   height: 460px;
   margin-top: 65px;
 }

 .a-product-panel>.pull-left {
   border: 1px solid #f1f3f6;
   width: 690px;
   height: 100%;
   transition: all 0.2s;
 }

 .a-product-panel>.pull-left>.item {
   position: relative;
   display: block;
   height: 100%;
   width: 50%;
   text-align: left;
   float: left;
 }

 .a-product-panel>.pull-left>.item:first-child {
   background: #f4f4f4;

 }

 .a-product-panel>.pull-left .item .img {
   padding-top: 55px;
   text-align: center;
 }

 .a-product-panel>.pull-left>.item img {
   height: 180px;

 }

 .a-product-panel>.pull-left>.item .name {
   font-size: 18px;
   padding: 0 25px;
   margin-top: 15px;
   font-weight: bold;
 }

 .a-product-panel>.pull-left>.item .desc {
   font-size: 14px;
   color: #999;
   padding: 0 25px;
   margin-top: 15px;
 }

 .a-product-panel>.pull-left>.item .price {
   color: rgba(46, 110, 213, 1);
   margin-bottom: 10px;
   font-size: 20px;
   font-weight: 500;
 }

 .a-product-panel>.pull-left>.item .bottom-box {
   position: absolute;
   bottom: 25px;
   right: 25px;
   width: 100%;
   text-align: right;
 }

 .a-product-panel>.pull-right {
   width: 480px;
 }

 .a-product-panel>.pull-right .item {
   width: 218px;
   height: 218px;
   background: #f2f3f7;
   display: block;
   float: left;
   margin-left: 22px;
   text-align: right;
   border: 2px solid #f2f3f7;
   text-align: center;
   padding-top: 38px;
   position: relative;
   transition: all 0.2s;
   border-radius: 5px;
 }

 .a-product-panel .item .promote-tag {
   background: #2a4d87;
   color: #fff;
   padding: 5px 15px;
   display: block;
   position: absolute;
   top: 15px;
   left: -15px;
 }

 .a-product-panel>.pull-right a:nth-child(1),
 .a-product-panel .pull-right a:nth-child(2) {
   margin-top: 0;
 }

 .a-product-panel>.pull-right a:nth-child(3),
 .a-product-panel .pull-right a:nth-child(4) {
   margin-top: 20px;
   margin-bottom: 0;
 }

 .a-product-panel>.pull-right img {

   transition: all 0.2s;
   height: 130px;
 }

 .a-product-panel>.pull-right a:hover {
   border: 2px solid rgba(46, 110, 213, 1);
   box-shadow: 0 0 3px rgba(37, 198, 252, 0.8);
 }

 .bg-grey {
   background: #f1f3f6;
 }

 .banner-item-2 {
   width: 1200px;
   margin: 0 auto;
 }

 .banner-item-2>a {
   display: inline-block;
   height: 400px;
   background: #fff;
   width: 590px;
   vertical-align: middle;
   border-radius: 10px;
 }

 .banner-item-2>a:nth-child(2) {
   margin-left: 16px;
 }

 .banner-item-2>a .info {
   width: 300px;
   text-align: center;
   padding: 90px 20px 20px 20px;
   font-size: 20px;
   color: #333;
   font-weight: bold;
 }

 .banner-item-2>a .info>div.title {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
 }

 .banner-item-2>a .info .ant-btn {
   margin-top: 30px;
 }

 .banner-item-2>a .img {
   width: 280px;
   margin-left: 10px;
   text-align: center;
   padding-top: 90px;
 }

 .banner-item-2>a .img img {
   height: 220px;
 }

 .banner-item-2>a .desc {
   color: #999;
   font-size: 14px;
   margin-top: 10px;
   font-weight: normal;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
 }

 .product-item {
   background: #fff;
   width: 280px;
   float: left;
   text-align: center;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
   position: relative;
   margin: -100px 13px 0 13px;
   display: block;
   transition: all 0.2s;
   border-radius: 10px;
   border: 2px solid #fff;
   padding: 15px;
 }

 .product-item .name {
   color: #333;
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 1rem;
 }

 .product-item .desc {
   margin-top: 1rem;
   color: #777;
   text-align: left;
 }

 .product-item:hover {
   box-shadow: 0 0 3px rgba(46, 110, 213, 0.6);
   border: 2px solid rgba(46, 110, 213, 0.8);
 }

 .product-item:nth-child(1) {
   margin-left: 0;
 }

 .product-item:nth-child(4) {
   margin-right: 0;
 }

 .product-item img {
   margin-bottom: 25px;
   height: 100px;
   width: 100px;
   margin-top: 25px;
 }

 .product-item .price {
   margin-bottom: 45px;
   font-size: 18px;
 }

 .app-download {
   background: url(/assets/imgs/app-bg.png) no-repeat center;
   height: 140px;
   position: relative;
 }

 .app-download .ant-btn {
   position: absolute;
   right: 55px;
   top: 50px;
 }

 .activity-products-1 {
   background: linear-gradient(to top, rgba(244, 245, 255, 0.8), rgba(254, 245, 255, 0.5));
   padding: 100px 60px;
   position: relative;
   height: 600px;
   display: block;
   margin-bottom: 60px;
   margin-top: 30px;
   border-radius: 10px;
 }

 .activity-products-1:hover {
   color: inherit;
 }

 .activity-products-1 .info {
   display: flex;
 }

 .activity-products-1 .info img {
   height: 80px;
   margin-right: 1rem;
 }

 .activity-products-1 .info .name {
   font-size: 22px;
   font-weight: bold;
   padding-top: 5px;
   padding-bottom: 5px;
   width: 350px;
 }

 .activity-products-1 .title {
   font-size: 18px;
   width: 400px;
   padding-top: 2rem;
   margin-bottom: 4rem;
 }

 .activity-products-1 .cut-pic {
   border-radius: 20px;
   border: 30px solid #111;
   width: 580px;
   box-shadow: 5px 15px 40px rgba(0, 0, 0, 0.3);
   position: absolute;
   right: 0;
   top: 80px;
   transform: rotate(-10deg);
 }

 .activity-products-1 .cut-pic img {
   width: 100%;
 }

 .activity-products-1.part-2 {
   background: transparent;
   height: 580px;
   margin-bottom: 0;
 }

 .activity-products-1.part-2::after {
   content: '';
   display: block;
   clear: both;
 }

 .activity-products-1.part-2 .right {
   float: right;
   width: 450px;
 }

 .activity-products-1.part-2 .cut-pic {
   transform: rotate(0deg);
   right: auto;
   left: 0;
 }

 .activity-products-1.part-2 .title {
   text-align: right;
   width: 100%;
 }

 .activity-products-1.part-2 .btns {
   text-align: right;
 }

 .box-title-new {
   padding: 3rem 0 1rem 0;
 }

 .box-title-new .title {
   text-align: center;
   font-weight: bold;
   font-size: 30px;
 }

 .box-title-new .sub-title {
   text-align: center;
   font-size: 18px;
   color: #777;
   font-family: fantasy;
 }

 .bg-1 {
   background: #f5f9ff;
 }

 .activity-products-parts-1 {
   display: flex;
   padding: 5rem 0;
 }

 .activity-products-parts-1>div {
   flex: 1;
   text-align: center;
 }

 .activity-products-parts-1 .item {
   border-radius: 10px;
   background: rgba(46, 110, 213, 0.65);
   display: inline-block;
   width: 300px;
   box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.04);
   padding: 30px;
   text-align: center;
   color: #fff;
   transition: all 0.2s;
 }

 .activity-products-parts-1 .item:hover,
 .activity-products-parts-1>div:nth-child(2) .item {
   transform: scale(1.1);
   box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
   background: rgba(46, 110, 213, 0.85);
 }

 .activity-products-parts-1 .item img {
   height: 130px;
   margin: 1rem 0;
 }

 .activity-products-parts-1 .item .title {
   font-size: 18px;
   font-weight: 500;
 }

 .activity-products-parts-1 .item .desc {
   height: 3.6rem;
   margin-bottom: 2rem;
 }

 .activity-part-3 {
   overflow: hidden;
   margin: 50px -2rem;
 }

 .activity-part-3 .item {
   width: 50%;
   float: left;
   display: flex;
   padding: 2rem;
   margin: 1rem 0;
 }

 .activity-part-3 .item img {
   width: 112px;
   height: 112px;
   margin-right: 1rem;
   background: rgba(0, 0, 0, 0.04);
   border-radius: 10px;
   padding: 8px;
 }

 .activity-part-3 .item .name {
   font-size: 16px;
   font-weight: 500;

 }

 .activity-part-3 .item .desc {
   font-size: 12px;
   color: #999;
   margin-bottom: 1rem
 }

 .activity-part-3 .item>div {
   width: 100%;
 }



  .text_banners {
   align-items: center;
   display: flex;
   padding: 35px 72px;
   border-radius: 20px;
 }

 .text_banners .img {
   text-align: center;
   width: 40%;
 }

 .text_banners .img img {
   height: auto;
   max-width: 70%;
   margin: 0 auto;
 }

 .text_banners .text {
   padding-left: 5%;
   width: 60%;
 }

 .text_banners .text .title {
   font-size: 26px;
   font-weight: 700;
   line-height: 1.2;
   margin-bottom: 14px;
 }

 .text_banners .text .subtitle {
   font-size: 24px;
   line-height: 1.8;
   margin-bottom: 14px;
 }

 .text_banners .text .desc {
   color: rgba(0, 0, 0, .92);
   font-size: 16px;
   margin-bottom: 48px;
 }

 .text_banners .text .btns {
   background: inherit;
   border: 2px solid #3333331a;
   font-weight: 700;
 }

 .ant-carousel .slick-dots-bottom {
   bottom: -15px;
 }