/****************************************************************************/
/****************************************************************************/
.banner {
  width: 100%;
  height: 35rem;
  overflow: hidden;
}
.banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.banner .swiper .swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e0e3ec;
}
.banner .swiper .swiper-slide .pc,
.banner .swiper .swiper-slide .wap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .swiper .swiper-slide .pc {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.banner .swiper .swiper-slide .pc picture {
  text-align: center;
  width: 100%;
}
.banner .swiper .swiper-slide .pc picture img {
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 35rem;
}
.banner .swiper .swiper-slide .wap {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner .swiper .swiper-slide .body {
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner .swiper .swiper-slide .body .text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.banner .swiper .swiper-slide .body .text .text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner .swiper .swiper-slide .body .text .text-box h2,
.banner .swiper .swiper-slide .body .text .text-box h3 {
  font-size: 2.625rem;
  font-weight: 500;
}
.banner .swiper .swiper-slide .body .text .text-box p {
  font-size: 1.0313rem;
  margin-top: 1.875rem;
}
.banner .swiper .swiper-slide .body .text .text-box .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
  position: relative;
}
.banner .swiper .swiper-slide .body .text .text-box .btns li {
  background-color: #007fff;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  width: 10.625rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.25rem;
}
.banner .swiper .swiper-slide .body .text .text-box .btns li a {
  color: #fff;
}
.banner .swiper .swiper-slide .body .text .text-box .btns li:nth-child(2) {
  margin-left: 1.5rem;
  background-color: #17224d;
}
.banner .swiper .swiper-slide .body .appcode {
  display: none;
  position: absolute;
  width: 10rem;
  height: auto;
  background-color: #e0e3ed;
  border: 0.0625rem solid #fff;
  overflow: hidden;
  line-height: normal;
  left: -webkit-calc(23.125rem);
  left: -moz-calc(23.125rem);
  left: calc(10.625rem * 2 + 1.875rem);
  bottom: 0.3125rem;
}
.banner .swiper .swiper-slide .body .appcode img {
  width: 9.375rem;
  height: 9.375rem;
  margin: 0.3125rem 0.3125rem 0;
}
.banner .swiper .swiper-slide .body .appcode span {
  display: block;
  color: #333;
  font-size: 0.875rem;
  text-align: center;
}
.banner .swiper .swiper-slide .body .focus {
  width: 33.6875rem;
  height: 23.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .swiper .swiper-slide .body .focus img {
  width: 100%;
}
/****************************************************************************/
/*
  多快好省板块
*/
.trait .con-title-box .con-title {
  color: #000;
  font-weight: 500;
}
.trait .body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  margin-top: 3rem;
}
.trait .body .our,
.trait .body .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trait .body .our .first,
.trait .body .other .first {
  width: 6.6875rem;
  height: 9.5625rem;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.trait .body .our .first p,
.trait .body .other .first p {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.trait .body .our .itembox,
.trait .body .other .itembox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 9.75rem;
  padding: 1.875rem 0;
  width: -webkit-calc(93.3125%);
  width: -moz-calc(93.3125%);
  width: calc(100% - 6.6875rem);
  border-radius: 2px;
}
.trait .body .our .itembox .item,
.trait .body .other .itembox .item {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 0.0625rem solid #E2E7EF;
}
.trait .body .our .itembox .item p,
.trait .body .other .itembox .item p {
  padding: 1.875rem 2.5rem 0;
}
.trait .body .our .itembox .item:last-child,
.trait .body .other .itembox .item:last-child {
  border: 0;
}
.trait .body .our .first {
  background: -webkit-linear-gradient(1deg, #007fff 0%, #0067f6 99%);
  background: -moz-linear-gradient(1deg, #007fff 0%, #0067f6 99%);
  background: -o-linear-gradient(1deg, #007fff 0%, #0067f6 99%);
  background: linear-gradient(89deg, #007fff 0%, #0067f6 99%);
  -webkit-box-shadow: -2px 0px 35px 2px rgba(193, 225, 251, 0.22);
  box-shadow: -2px 0px 35px 2px rgba(193, 225, 251, 0.22);
}
.trait .body .our .first p {
  color: #fff;
}
.trait .body .our .itembox {
  -webkit-box-shadow: -5px 0px 10px 5px rgba(23, 33, 77, 0.08);
  box-shadow: -5px 0px 10px 5px rgba(23, 33, 77, 0.08);
}
.trait .body .our .itembox .item {
  position: relative;
}
.trait .body .our .itembox .item span {
  position: absolute;
  left: 50%;
  top: -4.75rem;
  width: 5.75rem;
  height: 5.75rem;
  background-color: #007fff;
  border-radius: 50%;
  color: #fff;
  font-size: 2.8125rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 5.75rem;
  text-align: center;
}
.trait .body .other {
  margin-top: 0.75rem;
}
.trait .body .other .first {
  background: #e5e4e4;
  -webkit-box-shadow: -2px 0px 35px 2px rgba(193, 225, 251, 0.22);
  box-shadow: -2px 0px 35px 2px rgba(193, 225, 251, 0.22);
}
.trait .body .other .itembox {
  background: #f9f9f9;
  -webkit-box-shadow: -5px 0px 10px 5px rgba(23, 33, 77, 0.08);
  box-shadow: -5px 0px 10px 5px rgba(23, 33, 77, 0.08);
}
.trait .body .vs {
  position: absolute;
  width: 3.625rem;
  height: 3.625rem;
  top: 50%;
  left: -webkit-calc(51.5625%);
  left: -moz-calc(51.5625%);
  left: calc(50% + 1.5625rem);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trait .body .vs img {
  width: 3.625rem;
  height: 3.625rem;
}
/****************************************************************************/
/*
  方案板块
*/
.program {
  background-image: url('../images/program_bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 6.25rem;
}
.program .con-title-box .con-title {
  color: #000;
  font-weight: 500;
}
.program .body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem solid #cce0f9;
}
.program .body .item {
  width: 25%;
  height: 33.625rem;
  position: relative;
  border-left: 0.0625rem solid #cce0f9;
  background-size: 100%;
  background-position: bottom center;
  transition: all 0.5s;
}
.program .body .item:hover {
  transition: all 0.5s;
  background-size: 105%;
}
.program .body .item .text {
  width: 100%;
  position: relative;
  z-index: 1;
}
.program .body .item .text .txtbox {
  width: 65%;
  margin: 2.5rem auto 0 auto;
}
.program .body .item .text .txtbox .if {
  font-size: 1.375rem;
  color: #0076FC;
}
.program .body .item .text .txtbox .title {
  font-size: 1.75rem;
  color: #0076FC;
}
.program .body .item .text .txtbox .info {
  margin-top: 1.25rem;
}
.program .body .item .text .txtbox .info p {
  position: relative;
}
.program .body .item .text .txtbox .info p::before {
  content: url('../images/dot.png');
  position: absolute;
  left: -1.25rem;
}
.program .body .item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff, #ffffff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #ffffff, #ffffff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, #ffffff, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #ffffff, #ffffff, rgba(255, 255, 255, 0));
  content: '';
}
.program .body .item:nth-child(1) {
  border-left: none;
}
.program .body .item:nth-child(2n)::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f9fe), color-stop(#f6f9fe), to(rgba(246, 249, 254, 0)));
  background: -webkit-linear-gradient(top, #f6f9fe, #f6f9fe, rgba(246, 249, 254, 0));
  background: -moz-linear-gradient(top, #f6f9fe, #f6f9fe, rgba(246, 249, 254, 0));
  background: -o-linear-gradient(top, #f6f9fe, #f6f9fe, rgba(246, 249, 254, 0));
  background: linear-gradient(to bottom, #f6f9fe, #f6f9fe, rgba(246, 249, 254, 0));
}
/****************************************************************************/
/*
  首页产品
*/
.product {
  background-image: url("../images/product_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.product .con-title-box {
  color: #fff;
}
.product .con-title-box .con-sub-title {
  color: #fff;
}
.product .product-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.product .product-body .roundbox {
  background-image: url('../images/product.png');
  -o-background-size: cover;
  background-size: cover;
  width: 29.375rem;
  height: 29.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.product .product-body .roundbox .item {
  width: 50%;
}
.product .product-body .roundbox .item p {
  color: #000;
  line-height: 1.5rem;
  padding: 0 1.875rem;
  text-align: center;
}
.product .product-body .roundbox .item:nth-child(1) p {
  padding: 7.5rem 1.625rem 0 5rem;
}
.product .product-body .roundbox .item:nth-child(2) p {
  padding: 7.5rem 5.3125rem 0 1.625rem;
}
.product .product-body .roundbox .item:nth-child(3) p {
  padding: 0 3.75rem;
}
.product .product-body .roundbox .arrow {
  width: 6.25rem;
  height: 1rem;
}
.product .product-body .roundbox .arrow.left-top {
  position: absolute;
  left: -2.5rem;
  top: 2.5rem;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.product .product-body .roundbox .arrow.right-top {
  position: absolute;
  right: -2.5rem;
  top: 2.5rem;
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.product .product-body .roundbox .arrow.left-bottom {
  position: absolute;
  left: -2.5rem;
  bottom: 2.5rem;
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.product .product-body .roundbox .arrow.right-bottom {
  position: absolute;
  right: -2.5rem;
  bottom: 2.5rem;
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.product .product-body .boxs {
  width: 23.125rem;
  position: absolute;
  background: #4598ff;
  border-radius: 10px;
  -webkit-box-shadow: -2px 0px 30px 2px rgba(0, 127, 255, 0.2);
  box-shadow: -2px 0px 30px 2px rgba(0, 127, 255, 0.2);
}
.product .product-body .boxs .title {
  height: 60px;
  background: #53a1ff;
  border-radius: 10px;
  -webkit-box-shadow: -2px 0px 30px 2px rgba(0, 127, 255, 0.2);
  box-shadow: -2px 0px 30px 2px rgba(0, 127, 255, 0.2);
  padding: 0 1.6875rem;
  color: #fff;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product .product-body .boxs .title img {
  width: 1.4375rem;
  padding-right: 0.6875rem;
}
.product .product-body .boxs .text {
  padding: 1.125rem 1.6875rem;
  line-height: 1.375rem;
  font-size: 0.9375rem;
  color: #fff;
}
.product .product-body .boxs:nth-child(2) {
  left: 0;
  top: 0;
}
.product .product-body .boxs:nth-child(3) {
  right: 0;
  top: 0;
}
.product .product-body .boxs:nth-child(4) {
  left: 0;
  bottom: 0;
}
.product .product-body .boxs:nth-child(5) {
  right: 0;
  bottom: 0;
}
/****************************************************************************/
/*
资源包
*/
.resources .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.resources .body .item {
  width: 17.5rem;
  height: 21.875rem;
  position: relative;
}
.resources .body .item .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, #ddeaff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ddeaff 40%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ddeaff 40%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ddeaff 40%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ddeaff 40%);
}
.resources .body .item .stars {
  width: 4.0625rem;
  position: absolute;
  left: 2.5625rem;
  top: 1.5rem;
  z-index: 1;
  color: #fff;
  background-color: #007fff;
  text-align: center;
  line-height: 1.375rem;
  border-radius: 0.625rem;
}
.resources .body .item img {
  max-width: 100%;
}
.resources .body .item .text {
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.resources .body .item .text .txtbox {
  padding: 0 2.5rem;
}
.resources .body .item .text .txtbox .bt {
  font-size: 1.875rem;
  color: #000;
}
.resources .body .item .text .txtbox .info {
  margin: 0.9375rem 0 1.25rem 0;
  color: #545454;
  position: relative;
}
.resources .body .item .text .txtbox .info::before {
  position: absolute;
  left: -0.9375rem;
  content: url('../images/dot.png');
}
.resources .body .item .text .txtbox .btn {
  width: 12.0625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 0.0625rem solid #007fff;
  border-radius: 0.125rem;
  color: #007FFF;
  font-weight: 500;
  border-radius: 2px;
}
.resources .body .item .text .txtbox .btn a {
  color: #007FFF;
}
.resources .body .item:first-child {
  width: 26.25rem;
}
.resources .body .item:first-child .layer {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, #ddeaff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ddeaff 60%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ddeaff 60%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ddeaff 60%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ddeaff 60%);
}
.resources .body .item:first-child .stars {
  width: 4.5625rem;
  height: 4.5625rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
}
.resources .body .item:first-child .text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  left: 32%;
  top: 5.1875rem;
}
.resources .body .item:first-child .text .txtbox {
  padding: 0 1.875rem 0 0;
}
.resources .body .item:first-child .text .txtbox .bt,
.resources .body .item:first-child .text .txtbox .info {
  display: inline;
  font-size: 1.875rem;
  font-weight: 500;
}
.resources .body .item:first-child .text .txtbox .bt p,
.resources .body .item:first-child .text .txtbox .info p {
  display: inline;
}
.resources .body .item:first-child .text .txtbox .bt {
  color: #007FFF;
}
.resources .body .item:first-child .text .txtbox .info {
  color: #000;
}
.resources .body .item:first-child .text .txtbox .info::before {
  content: '';
}
.resources .body .item:first-child .text .txtbox .btn {
  background: #007fff;
  border: 0;
  color: #fff;
  margin: 2.25rem 0 0 0;
}
.resources .body .item:first-child .text .txtbox .btn a {
  color: #fff;
}
/****************************************************************************/
.solutions .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 32.0625rem;
}
.solutions .body .currency {
  width: 49%;
  height: 32.0625rem;
  background: url("../images/x8.png") no-repeat center center;
}
.solutions .body .currency dl {
  color: #fff;
}
.solutions .body .live {
  width: 49%;
  height: 32.0625rem;
  background: url("../images/x13.png") no-repeat center center;
}
.solutions .body .live dl {
  color: #000;
}
.solutions .body .box {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solutions .body .box dl dt {
  font-size: 1.5rem;
  margin-bottom: 1.5625rem;
}
.solutions .body .box dl dd {
  line-height: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutions .body .box dl dd .icon {
  width: 1.875rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutions .body .box .btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.solutions .body .box .btn .item {
  width: 9.375rem;
  line-height: 2.8125rem;
  text-align: center;
  color: #fff;
  border-radius: 0.125rem;
}
.solutions .body .box .btn .item:first-child {
  margin-right: 0.9375rem;
}
.solutions .body .box .btn .item.skin1 {
  background: #51a8ff;
  border: 1px solid #51a8ff;
}
.solutions .body .box .btn .item.skin2 {
  border: 1px solid #51a8ff;
}
.solutions .body .box .btn .item.skin3 {
  background: #007fff;
  border: 1px solid #007fff;
}
.solutions .body .box .btn .item.skin4 {
  color: #007fff;
  border: 1px solid #007fff;
}
.solutions .body .box .btn .item.skin4 a {
  color: #007fff;
}
/****************************************************************************/
.partner .partner-box {
  overflow: hidden;
}
.partner .partner-box ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.partner .partner-box ul li {
  padding: 0.625rem 0.625rem;
}
.partner .partner-box ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.partner .partner-box ul li img {
  width: 10rem;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

/****************************************************************************/
@media (max-width: 1000px) {
  .banner .swiper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .banner .swiper .swiper-slide .pc {
    display: none;
  }
  .banner .swiper .swiper-slide .wap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner .swiper .swiper-slide .wap img {
    width: 100%;
    object-fit: cover;
  }
  .banner .swiper .swiper-slide .body .text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /****************************************************************************/
  /*
    多快好省板块
  */
  .trait .body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 0;
  }
  .trait .body .our,
  .trait .body .other {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trait .body .our .first,
  .trait .body .other .first {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
  }
  .trait .body .our .first p,
  .trait .body .other .first p {
    font-size: 1.25rem;
  }
  .trait .body .our .first p br,
  .trait .body .other .first p br {
    display: none;
  }
  .trait .body .our .itembox,
  .trait .body .other .itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .trait .body .our .itembox .item,
  .trait .body .other .itembox .item {
    width: 100%;
    height: 13.125rem;
    border-bottom: 0.0625rem solid #e2e7ef;
    border-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .trait .body .our .itembox .item p,
  .trait .body .other .itembox .item p {
    font-size: 1.125rem;
  }
  .trait .body .our .itembox .item span,
  .trait .body .other .itembox .item span {
    left: 0;
    top: 1.25rem;
    height: 2.375rem;
    width: 2.375rem;
    line-height: 2.375rem;
    font-size: 1.625rem;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-left-radius: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    text-align: left;
    text-indent: 0.125rem;
  }
  .trait .body .our .first {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0.625rem;
  }
  .trait .body .our .itembox .item p {
    padding: 1.25rem 0.9375rem 0 2.5rem;
  }
  .trait .body .other {
    margin-top: 0;
  }
  .trait .body .other .first {
    border-bottom-left-radius: 0;
  }
  .trait .body .other .itembox .item p {
    padding: 1.25rem 1.5625rem 0 1.5625rem;
  }
  .trait .body .vs {
    top: 0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /*
  方案板块
  */
  .program .body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0;
    margin-top: 0;
  }
  .program .body .item {
    width: 48%;
    background-position: center bottom;
    border: 0.0625rem solid #cce0f9;
  }
  .program .body .item:nth-child(1) {
    border-left: 0.0625rem solid #cce0f9;
  }
  .program .body .item:nth-child(n+3) {
    margin-top: 4%;
  }
  .program .body .item .text .txtbox .title {
    font-size: 1.625rem;
  }
  .competitive ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .competitive ul li {
    width: 48%;
    height: 23.75rem;
  }
  .competitive ul li:nth-child(n+3) {
    margin-top: 1.875rem;
  }
  .product {
    background-attachment: scroll;
  }
  .product .product-body {
    position: static;
    height: auto;
  }
  .product .product-body .roundbox {
    display: none;
  }
  .product .product-body .boxs {
    position: static;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .product .product-body .boxs .title {
    font-size: 1.375rem;
  }
  .product .product-body .boxs .text p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 2.5rem;
  }
  .product .product-body .boxs .text p span {
    color: #00ffea;
  }
  .product .product-body .boxs:last-child {
    margin-bottom: 0;
  }
  .solutions .body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .solutions .body .box .btn {
    width: 100%;
    justify-content: space-between;
  }
  .solutions .body .box .btn .item {
    width: 46%;
    border-radius: 0.125rem;
  }
  .solutions .body .box .btn .item:first-child {
    margin-right: 0;
  }
  .solutions .body .currency {
    width: 100%;
    height: 28.125rem;
  }
  .solutions .body .live {
    width: 100%;
    margin-top: 1.875rem;
    height: 28.125rem;
  }
  /*
  资源包
  */
  .resources .body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resources .body .item {
    width: 49%;
    height: 18.75rem;
    margin-top: 2%;
  }
  .resources .body .item:first-child img {
    max-width: none;
    height: 100%;
  }
  .resources .body .item .stars {
    left: 1.3125rem;
  }
  .resources .body .item .text .txtbox {
    padding: 0 6% 0 6%;
  }
  .resources .body .item .text .txtbox .bt {
    font-size: 1.5625rem;
  }
  .resources .body .item .text .txtbox .info::before {
    left: -0.8rem;
  }
  .resources .body .item .text .txtbox .btn {
    border-radius: 6px;
    width: 100%;
  }
  .resources .body .item:first-child {
    width: 49%;
    overflow: hidden;
  }
  .resources .body .item:first-child img {
    height: 100%;
    width: auto;
  }
  .resources .body .item:first-child .text {
    left: 14%;
    top: 2.5rem;
  }
  .resources .body .item:first-child .text .txtbox {
    padding: 0 0.625rem 0 0;
  }
  .resources .body .item:first-child .text .txtbox .bt {
    font-size: 1.5625rem;
  }
  .resources .body .item:first-child .text .txtbox .info {
    font-size: 1.5625rem;
  }
  .resources .body .item:first-child .text .txtbox .btn {
    margin-top: 2.0625rem;
    height: 3.4375rem;
    line-height: 3.4375rem;
  }
}
/****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  html {
    font-size: 0.75rem;
  }
}
/****************************************************************************/
@media only screen and (min-width: 375px) and (max-width: 760px) {
  .banner {
    height: 488px;
  }
  .banner .swiper .swiper-slide .body {
    height: calc(100% - 1.5625rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner .swiper .swiper-slide .body .text {
    margin-top: 3.75rem;
    display: initial;
  }
  .banner .swiper .swiper-slide .body .text .text-box {
    text-align: center;
  }
  .banner .swiper .swiper-slide .body .text .text-box h2,
  .banner .swiper .swiper-slide .body .text .text-box h3 {
    font-size: 2.0625rem;
    font-weight: 700;
  }
  .banner .swiper .swiper-slide .body .text .text-box .btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    position: relative;
  }
  .banner .swiper .swiper-slide .body .appcode {
    position: absolute;
    top: 43%;
    left: calc(50% + 0.75rem);
    bottom: auto;
  }
  .banner .swiper .swiper-slide .body .appcode span {
    margin-bottom: 0.3125rem;
  }
  .banner .swiper .swiper-slide .body .focus {
    width: 100%;
    height: auto;
  }
  .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .number ul li {
    width: 49%;
  }
  .number ul li:nth-child(2) {
    border: 0;
  }
  .number ul li:nth-child(n+3) {
    margin-top: 1.875rem;
  }
  .hot-new {
    margin-top: 3.75rem;
    position: relative;
  }
  .hot-new .news {
    width: 100%;
    padding: 1.25rem 0;
  }
  .hot-new .more {
    position: absolute;
    top: -2.5rem;
    right: 0;
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.375rem 0.375rem 0 0;
  }
  .competitive ul li {
    height: 12.5rem;
  }
  .competitive ul li .body .title {
    font-size: 1.5rem;
  }
  .competitive ul li:hover .body .title,
  .competitive ul li.on .body .title {
    top: 12%;
  }
  .competitive ul li:hover .body .info,
  .competitive ul li.on .body .info {
    top: 35%;
  }
  .product .product-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product .product-body .copy,
  .product .product-body .personnel {
    width: 60%;
  }
  .product .product-body .brand {
    width: 100%;
    margin: 100px 0;
  }
  .product .product-body .brand .brand-img {
    height: 19.375rem;
    -o-background-size: 88%;
    background-size: 88%;
  }
  .product .product-body .brand .brand-img .left-arrow,
  .product .product-body .brand .brand-img .right-arrow {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .product .product-body .brand .brand-img .left-arrow {
    top: -4.0625rem;
    left: 50%;
    right: auto;
  }
  .product .product-body .brand .brand-img .right-arrow {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -4.0625rem;
  }
  .tool .more .btn {
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .tool .tab-title {
    overflow-x: scroll;
  }
  .tool .tab-title li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5rem;
  }
  .tool .tab-body {
    display: none;
  }
  .tool .tab-body li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tool .tab-body li .num {
    width: 100%;
    margin-top: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tool .tab-body li .num .item {
    width: 3.125rem;
    height: 3.125rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .tool .tab-body li .thumb .item .btn {
    width: 10rem;
    line-height: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions .body .box {
    width: 90%;
  }
}
/****************************************************************************/
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .banner {
    height: 50rem;
  }
  .banner .swiper .swiper-slide .body {
    height: -webkit-calc(535px);
    height: -moz-calc(535px);
    height: calc(560px - 25px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner .swiper .swiper-slide .body .text {
    margin-top: 3.75rem;
  }
  .banner .swiper .swiper-slide .body .text .text-box {
    text-align: center;
  }
  .banner .swiper .swiper-slide .body .text .text-box h2,
  .banner .swiper .swiper-slide .body .text .text-box h3 {
    font-size: 1.875rem;
    font-weight: 700;
  }
  .banner .swiper .swiper-slide .body .text .text-box .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner .swiper .swiper-slide .body .focus {
    width: 100%;
    height: auto;
  }
  .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .number ul li {
    width: 49%;
  }
  .number ul li:nth-child(2) {
    border: 0;
  }
  .number ul li:nth-child(n+3) {
    margin-top: 1.875rem;
  }
  .hot-new {
    margin-top: 3.75rem;
    position: relative;
  }
  .hot-new .news {
    width: 100%;
    padding: 1.25rem 0;
  }
  .hot-new .more {
    position: absolute;
    top: -2.5rem;
    right: 0;
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.375rem 0.375rem 0 0;
  }
  .competitive ul li {
    height: 12.5rem;
  }
  .competitive ul li .body .title {
    font-size: 1.5625rem;
  }
  .competitive ul li:hover .body .title,
  .competitive ul li.on .body .title {
    top: 6%;
  }
  .competitive ul li:hover .body .info,
  .competitive ul li.on .body .info {
    top: 25%;
  }
  .product .product-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product .product-body .copy,
  .product .product-body .personnel {
    width: 60%;
  }
  .product .product-body .brand {
    width: 100%;
    margin: 100px 0;
  }
  .product .product-body .brand .brand-img {
    height: 19.375rem;
    -o-background-size: 90%;
    background-size: 90%;
  }
  .product .product-body .brand .brand-img .left-arrow,
  .product .product-body .brand .brand-img .right-arrow {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .product .product-body .brand .brand-img .left-arrow {
    top: -4.0625rem;
    left: 50%;
    right: auto;
  }
  .product .product-body .brand .brand-img .right-arrow {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -4.0625rem;
  }
  .tool .more .btn {
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .tool .tab-title {
    overflow-x: scroll;
  }
  .tool .tab-title li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5rem;
  }
  .tool .tab-body {
    display: none;
  }
  .solutions .body .box {
    width: 95%;
  }
}
/****************************************************************************/
/*# sourceMappingURL=list_serviceshare.css.map */