/* 轮播 */
.carousel {
  /* margin-top: 76px; */
}
.el-carousel {
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.enter-wk {
  width: 130px;
  background: linear-gradient(-90deg, #f47070, #ef3c3c);
  color: #fff;
  margin: 55px auto 0;
  border-radius: 20px !important;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
}

.el-carousel__container {
  width: 100%;
  position: relative;
}

.el-carousel .el-carousel__container .el-carousel__item {
  width: 100%;
  overflow: visible;
}

.el-carousel__item--card,
.el-carousel__item.is-animating {
  transition: transform 0.4s ease-in-out;
}

.el-carousel .el-carousel__container .el-carousel__item .img_01 {
  width: 100%;
  height: 100%;
  background: url("../images/index_banner_1.png") no-repeat center center;
  background-size: 100% 100%;
}

.el-carousel .el-carousel__container .el-carousel__item .img_02 {
  width: 100%;
  height: 100%;
  background: url("../images/index-bg2.png") no-repeat center center;
  background-size: 100% 100%;
}

.el-carousel .el-carousel__container .el-carousel__item .img_03 {
  width: 100%;
  height: 100%;
  background: url("../images/index-bg3.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.el-carousel .el-carousel__container .el-carousel__item .img_04 {
  width: 100%;
  height: 100%;
  background: url("../images/index-bg4.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.el-carousel .el-carousel__container .el-carousel__item .img_05 {
  width: 100%;
  height: 100%;
  background: url("../images/index-bg5.png") no-repeat center center;
  background-size: 100% 100%;
}

.el-carousel .el-carousel__container .el-carousel__item .img_06 {
  width: 100%;
  height: 100%;
  background: url("../images/index-bg6.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.el-carousel .el-carousel__container .el-carousel__item .img_07 {
  width: 100%;
  height: 100%;
  background: url("../images/index-bg7.png") no-repeat center center;
  background-size: 100% 100%;
}

.el-carousel .el-carousel__container .el-carousel__item .img_08 {
  width: 100%;
  height: 100%;
  background: url("../images/index-bg8.png") no-repeat center 0px;
  /* background-size: 100% 100%; */

  padding-bottom: 42px;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box {
  width: 100%;
  margin-left: 0px;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-36 {
  font-size: 36px;
  line-height: 60px;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-60 {
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}

.carousel-btn {
  position: relative;
}

.carousel-btn-black {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.carousel-btn-black .kai {
  color: #666666;
  font-size: 14px;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .font-36
  img {
  vertical-align: top;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .linear-btn {
  width: 66px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 5px;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .linear-btn
  .text-btn {
  font-size: 14px;
  line-height: 20px;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-18 {
  color: white;
  line-height: 36px;
  font-size: 18px;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .font-18
  span {
  vertical-align: middle;
  opacity: 0.9;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .margin-10 {
  margin-top: 10px;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .margin-40 {
  margin-top: 40px;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .carousel-btn
  .carousel-btn-content {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-top: 50px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background-image: linear-gradient(-90deg, #f26060 0%, #e72828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColorstr='#e72828', endColorstr='#f26060' );
  cursor: pointer;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .carousel-btn
  .carousel-btn-content10 {
  display: block;
  width: 130px;
  height: 40px;
  margin-top: 50px;
  border-radius: 20px;
  text-align: center;
  color: #5496ff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-color: #fff;
  cursor: pointer;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .carousel-btn
  .carousel-btn-content10:hover {
  color: #5496ff;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .carousel-btn
  .carousel-btn-content10
  a:hover {
  color: #5496ff;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .carousel-btn
  .carousel-btn-bg {
  background-color: #4c5167;
  background-image: none;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box-center
  .carousel-btn {
  margin: 0px auto 0;
}

.el-carousel .download-btn {
  display: inline-block;
  height: 40px;
  width: 350px;
  line-height: 40px;
  color: #ffa128;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  text-decoration: underline;
}

.el-carousel .download-btn .download-content {
  padding: 5px;
  background-color: white;
  width: 255px;
  position: absolute;
  top: 0;
  left: 90px;
  z-index: 100;
  transform: translate(0, -35%);
  border-radius: 3px;
  display: none;
}

.el-carousel .download-btn .download-content img {
  display: block;
  width: 120px;
  height: 120px;
}

.el-carousel .download-btn .download-content .download-content-item {
  display: inline-block;
  text-align: center;
  line-height: 25px;
}

.el-carousel
  .download-btn
  .download-content
  .download-content-item
  .download-content-item-btn {
  background-image: linear-gradient(-90deg, #f26060 0%, #e72828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColorstr='#e72828', endColorstr='#f26060' );
  cursor: pointer;
  width: 80px;
  height: 25px;
  border-radius: 12.5px;
  color: white;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 12px;
}

.el-carousel
  .download-btn
  .download-content
  .download-content-item
  .download-content-item-common {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}

.el-carousel .download-btn .download-content:hover {
  display: block;
}

.el-carousel .download-btn:hover .download-content {
  display: block;
}

.el-carousel .banner-01 {
  position: absolute;
  float: right;
  width: 700px;
  margin-top: 90px;
}

.el-carousel .banner-02 {
  position: absolute;
  float: right;
  width: 82%;
  right: -14%;
  margin-top: -84px;
}

.el-carousel .banner-03 {
  position: absolute;
  float: right;
  width: 55%;
  bottom: -170px;
  right: -7%;
}

.el-carousel .banner-04 {
  position: absolute;
  float: right;
  width: 55%;
  right: -7%;
}

.el-carousel .banner-05 {
  position: absolute;
  float: right;
  width: 55%;
  bottom: -98px;
  right: -7%;
}

.el-carousel .banner-06 {
  position: absolute;
  float: right;
  width: 30%;
  bottom: -151px;
  right: 0;
}

.el-carousel .banner-07 {
  position: absolute;
  float: right;
  width: 45%;
  right: 0;
}

.el-carousel .banner-08 {
  width: 600px;
  margin-top: 0px;
}

.list4 {
  width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  /* justify-content: flex-start; */
  justify-content: space-between;
  align-items: flex-start;
}

.list4 .list-item {
  width: 257px;
  height: 222px;
  text-align: center;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 90%, 0.89);
  border-radius: 4px;
  /* margin-right: 50px; */
  padding: 25px 20px 23px 23px;
  position: relative;

  width: 257px;
  height: 260px;
  background-repeat: no-repeat;
  background-position: bottom;
  /* background-size: 320px 230px; */
  background-size: contain;
  background-color: #fff;
  border: 1px solid #efefef;
}

.list4 .list-item:hover {
  box-shadow: 0 4px 30px 0 hsla(0, 0%, 90%, 0.89) !important;
}

.list4 .list-item:nth-child(1) {
  /* background-image: url(../images/bgky.png); */
}

.list4 .list-item:nth-child(2) {
  /* background-image: url(../images/bgsass.png); */
}

.list4 .list-item:nth-child(3) {
  /* background-image: url(../images/bgzhuanye.png); */
}

.list4 .list-item:nth-child(4) {
  /* background-image: url(../images/bgdingzhi.png); */
}

.list4 .list-item .icon-pic {
  width: 45px;
}

.list4 .list-item .list-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list4 .list-item .list-head .icon-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  color: #333333 !important;
  font-weight: 800;
  position: relative;
}

.list4 .list-item .list-head .icon-txt .hot-top {
  position: absolute;
  top: 6px;
  right: -42px;
  width: 38px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: linear-gradient(
    -90deg,
    rgba(239, 60, 60, 1),
    rgba(244, 112, 112, 1)
  );
  border: 0px solid rgba(230, 230, 230, 1);
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
}

.list4 .list-item .list-item-desc {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  text-align: justify;
}

.list4 .list-item .login-registration {
  cursor: pointer;
}
.list4 .list-item .list-item-btn {
  font-size: 16px;
  line-height: 36px;
  width: 120px;
  margin: 9px auto 0;
  color: #dd1313;
  border: 1px solid #dd1313;
  border-radius: 20px !important;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 60px);
}
.list-item-remark {
  color: black;
  position: absolute;
  bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}
.list4 .list-item:last-child {
  /* margin-right: 0; */
}

.list4 .list-item:last-child .list-item-btn {
  /* border-left: 0;
    border-right: 0; */
  border-radius: initial;
  white-space: nowrap;
}

.app-title {
  color: #333333;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
  padding-top: 75px;
  padding-bottom: 20px;
}

.appli {
  width: 1200px;
  margin: 0 auto;
  padding-top: 106px;
}

.appli .icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.appli .icon-list .icon-list-item {
  width: calc(100% / 3);
  padding-bottom: 20px;
  padding: 10px 10px 0 10px;
}

.appli .icon-list .icon-list-item:last-child {
  width: calc(100% / 3 + 2px);
}

.appli .icon-list .icon-list-item .title {
  text-align: center;
  margin-bottom: 20px;
}

.appli .icon-list .icon-list-item .title .btitle {
  font-size: 24px;
  color: #333333;
  line-height: 27px;
  margin-bottom: 28px;
  padding-top: 48px;
  font-weight: 800;
}

.appli .base-title .vip {
  color: #dd1313;
  font-size: 16px;
  padding-top: 10px;
}

.appli .icon-list .icon-list-item .title .stitle {
  font-size: 16px;
  height: 54px;
  color: #777777;
  line-height: 27px;
  margin-bottom: 10px;
}

.appli .icon-list .center {
  border: 1px solid #f0f0f0;
  border-top: none;
  border-left: 1px solid #f0f0f0;
}

.appli .icon-list .bottom-line {
  border-bottom: 1px solid #f0f0f0;
}

.appli .icon-list .right-line {
  border-right: 1px solid #f0f0f0;
}

.appli .icons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.appli .icons .icons-item:nth-child(3n) {
  border-right: none;
}

.appli .five-row .icons .icons-item:nth-child(13),
.appli .five-row .icons .icons-item:nth-child(14),
.appli .five-row .icons .icons-item:nth-child(15) {
  border-bottom: 1px solid #fff;
}

.appli .six-row .icons .icons-item:nth-child(16),
.appli .six-row .icons .icons-item:nth-child(17),
.appli .six-row .icons .icons-item:nth-child(18) {
  border-bottom: 1px solid #fff;
}

.appli .four-row .icons .icons-item:nth-child(10),
.appli .four-row .icons .icons-item:nth-child(11),
.appli .four-row .icons .icons-item:nth-child(12) {
  border-bottom: 1px solid #fff;
}

.appli .icons .progress {
  width: 70px;
  position: relative;
}

.appli .icons .progress .pro-item {
  position: absolute;
  bottom: 3px;
  left: 12px;
}

.underline {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  border-bottom: 1px solid #dd1313 !important;
}

.appli .icons .progress .pro-item .color-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.appli .icons .progress .pro-item .color-item .digital {
  color: #666666;
  font-size: 14px;
  margin-left: 10px;
}

.appli .icons .progress .pro-item .parent {
  height: 5px;
  background-color: #f5f5f5;
  width: 70px;
  border-radius: 3px;
}

.appli .icons .progress .pro-item .parent .child {
  background-color: #3686ff;
  height: 5px;
  border-radius: 3px;
}

.appli .icons .icons-item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.appli .red-dot {
  color: red;
}

.appli .icons .icons-item .icons-pic {
  width: 40px;
  height: 40px;
  display: block;
}

.appli .icons .icons-item .icons-txt {
  text-align: center;
  font-size: 14px;
  color: #666666;
}

.appli .more-appli,
.solve .more-solve {
  position: relative;
}

.appli .more-appli,
.solve .more-solve,
.more-wrap .more-solve {
  width: 160px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 24px;
  background: linear-gradient(
    90deg,
    rgba(230, 40, 40, 1),
    rgba(241, 133, 133, 1)
  );
  border-radius: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
  display: block;
}

.more-wrap {
  width: 100%;
  text-align: center;
}

.appli .more-appli:hover,
.solve .more-solve:hover {
  box-shadow: 0px 1px 51px 3px rgba(152, 152, 152, 0.3);
}

.solve .more-solve {
  margin-bottom: 0 !important;
}

.solve {
  width: 100%;
  /* height: 100%; */
  background: url(../images/waybg.png) no-repeat 50%;
  padding-bottom: 50px;
}

.solve .solve-main {
  width: 1332px;
  margin: 0 auto;
  padding-top: 80px;
}

.solve .main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.solve .mian-item {
  width: 408px;
  padding: 30px 22px 26px 30px;
  background: #fff;
  box-shadow: 0px 1px 9px 1px rgba(198, 198, 198, 0.3);
  border-radius: 6px;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 36px;
  transition: all 0.5s ease-out;
}
.solve .mian-item:hover {
  box-shadow: 0px 4px 20px 1px rgba(39, 39, 39, 0.3) !important;
}

.solve .mian-item .item-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.solve .mian-item .item-title .txt {
  font-weight: 800;
}

.solve .mian-item .item-title .pic {
  width: 30px;
  margin-right: 5px;
}

.solve .mian-item .item-desc {
  font-size: 15px;
  color: #888888;
  text-align: justify;
}

.solve .mian-item .item-group {
  font-size: 14px;
  color: #b2b2b2;
  margin-top: 16px;
  margin-bottom: 25px;
}

.solve .mian-item .item-btn {
  width: 134px;
  height: 40px;
  line-height: 40px;

  color: #2362fb;
  text-align: left;
  border-radius: 20px;
  cursor: pointer;
}

.solve .mian-item .item-btn .right-arrow {
  position: relative;
  margin-left: 0px;
  transition: margin-left 0.3s;
}

.register-box {
  width: 100%;
  /* height: 100%; */
  background: url(../images/regisbg.png) no-repeat 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* padding-top: 250px; */
  padding-top: 190px;
  padding-bottom: 40px;
  margin-top: 140px;
  position: relative;
}

.register-box .title {
  margin-top: 30px;
  color: #111;
  font-size: 30px;
  /* padding-bottom: 58px; */
  font-weight: 800;
}

.register-box .btn {
  background: #fff;
  width: 590px;
  height: 58px;
  border-radius: 34px;
  position: relative;
}

.register-box .btn .phone {
  display: inline-block;
  width: 410px;
  height: 58px;
  font-size: 16px;
  position: relative;
  margin-left: 20px;
}

.register-box .btn .regist-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(230, 40, 40, 1),
    rgba(241, 133, 133, 1)
  );
  border-radius: 34px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px 35px 35px 0px;
}

/* 1 */

.banner-desc {
  font-size: 15px;
  margin-top: 20px;
  line-height: 25px;
}

.el-carousel__item.is-active {
  z-index: 2;
}

.el-carousel__item {
  width: calc(100% / 6);
  float: left;
  overflow: hidden;
  z-index: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.tiaoactive {
  opacity: 1 !important;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-36 {
  font-size: 36px;
  line-height: 60px;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-24 {
  font-size: 20px;
  padding-top: 40px;
  color: #333333;
}

.el-carousel .el-carousel__container .el-carousel__item .position-box .font-45 {
  color: #000;
  font-size: 45px;
  line-height: 60px;
  font-weight: 800;
}

.el-carousel
  .el-carousel__container
  .el-carousel__item
  .position-box
  .linear-btn {
  width: 66px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}

.el-carousel__indicators {
  position: absolute;
  list-style: none;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  z-index: 2;
}

.el-carousel__indicator {
  display: inline-block;
  background-color: transparent;
  padding: 12px 4px;
  cursor: pointer;
  opacity: 0.48;
}

.el-carousel__button {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
}

/* 轮播图下方内容  */
.advantage {
  width: 100%;
  height: 140px;
  background-color: #f7f7fa;
}

.advantage .advantage-list {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.advantage .advantage-list .advantage-item {
  width: 25%;
  height: 100%;
  text-align: left;
  float: left;
  overflow: hidden;
  border-left: 1px solid hsla(240, 3%, 87%, 0.5);
  cursor: pointer;
}

.advantage .advantage-list .advantage-item .a-blank {
  padding: 32px 50px;
}

.advantage .advantage-list .advantage-item-title.hot {
  position: relative;
}

.advantage .advantage-list .advantage-item-title {
  font-size: 22px;
}

.advantage .advantage-list .advantage-item-title.hot:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\5F00\6E90\4E0B\8F7D";
  width: 64px;
  height: 18px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #e72828, #f36262);
  border-radius: 2px;
  display: block;
}

.advantage .advantage-list .advantage-item:first-child .advantage-item-desc {
  color: #000;
}
.advantage .advantage-list .advantage-item-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
  color: #777;
}

.a-blank {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.advantage .advantage-list .advantage-item-title.yunhot:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\4E91\5E73\53F0";
  width: 64px;
  height: 18px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #e72828, #f36262);
  border-radius: 2px;
  display: block;
}

.advantage .advantage-list .advantage-item-title.yunhot {
  position: relative;
}

/* 贴心服务 */
.service {
  padding: 90px 0;
}

.base-title {
  width: 100%;
  text-align: center;
}

.base-title .title {
  font-size: 30px;
  line-height: 50px;
  color: #111;
}

.base-title .title {
  font-size: 30px;
  line-height: 50px;
  color: #111;
}

.service .list-box {
  padding: 20px 0;
  overflow: hidden;
  margin-top: 50px;
}

.service .list {
  width: 1180px;
  margin: 0 auto;
}

.service .list .list-item {
  width: 360px;
  height: 400px;
  float: left;
  text-align: center;
  padding-top: 46px;
  box-shadow: 0 4px 30px 0 hsla(0, 0%, 90%, 0.89);
  border-radius: 4px;
  margin-right: 50px;
}

.service .list .list-item .icon-pic {
  width: 100px;
}

.service .list .list-item .list-item-tit {
  font-size: 22px;
  line-height: 40px;
  margin-top: 20px;
}

.service .list .list-item .list-item-desc {
  width: 80%;
  font-size: 15px;
  line-height: 1.5;
  color: #777;
  margin: 10px auto 0;
}

.service .list .list-item .login-registration {
  cursor: pointer;
}
.service .list .list-item .list-item-btn {
  font-size: 16px;
  line-height: 36px;
  width: 120px;
  margin: 30px auto 0;
  color: #dd1313;
  border: 1px solid #dd1313;
  border-radius: 20px;
}

.service .list .list-item:last-child .list-item-btn {
  border-left: 0 none;
  border-right: 0 none;
  border-radius: initial;
  white-space: nowrap;
}

/* 核心功能 */
.service {
  padding: 90px 0;
}

.base-title {
  width: 100%;
  text-align: center;
}

.base-title .title {
  font-size: 30px;
  line-height: 50px;
  color: #111;
}

.base-title .desc {
  font-size: 16px;
  line-height: 40px;
  color: #777;
}

.core-func {
  padding-bottom: 90px;
}

.core-func .tabs-nav {
  width: 54%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 50px;
  padding-left: 30px;
}

.core-func .tabs-nav .tabs-nav-item {
  width: 20%;
  float: left;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.core-func .tabs-nav .tabs-nav-item.active span {
  color: #dd1313;
  border-color: #dd1313;
}

.core-func .tabs-nav .tabs-nav-item span {
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}

.core-func .tabs-container {
  width: 1181px;
  margin: 0 auto;
  margin-top: 26px;
}

.core-func .tabs-container .tab {
  position: relative;
}

.core-func .tabs-container .tab .tab-mask {
  position: absolute;
  bottom: 0;
  transform: translateX(-30px);
  z-index: -1;
  width: 1260px;
  height: 320px;
  background-color: #f2f3f5;
  border-radius: 4px;
}

.core-func .tabs-container .tab .tab-content {
  width: 1200px;
  height: 460px;
  background-color: #f7f7fa;
  border-radius: 6px;
  padding-top: 50px;
  overflow: hidden;
}

.core-func .tabs-container .tab .tab-content .left {
  width: 50%;
  float: left;
  padding: 0 78px 0 137px;
}

.core-func .tabs-container .tab .tab-content .left .pic {
  width: 406px;
}

.core-func .tabs-container .tab .tab-content .right {
  width: 50%;
  float: left;
  padding-top: 40px;
}

.core-func .tabs-container .tab .tab-content .right .tit {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 30px;
}

.core-func .tabs-container .tab .tab-content .right .desc {
  line-height: 36px;
}

.core-func .tabs-container .tab .tab-content .right .info-box {
  margin-top: 20px;
}

.core-func .tabs-container .tab .tab-content .right .info-box .info {
  color: #777;
  line-height: 36px;
}

/* 部署方式 */
.ways {
  width: 100%;
  height: 650px;
  padding: 60px 0;
  background: url(../images/section-03-bg.jpg) no-repeat 50%;
}

.ways .base-title .title {
  color: #fff;
}

.base-title .title {
  font-size: 30px;
  line-height: 50px;
  color: #111;
}

.base-title .desc {
  font-size: 16px;
  line-height: 40px;
  color: #777;
}

.ways .list {
  width: 1216px;
  margin: 40px auto 0;
  padding-left: 18px;
  overflow: hidden;
}

.ways .list .list-item {
  float: left;
  width: 286px;
  height: 350px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-right: 170px;
  padding: 50px 45px 0;
}

.ways .list .list-item .pic {
  width: 130px;
}

.ways .list .list-item .tit {
  font-size: 18px;
  line-height: 40px;
  color: #dd1313;
  margin-top: 10px;
  text-align: center;
}

.ways .list .list-item .desc {
  line-height: 26px;
  color: #777;
  margin-top: 5px;
  width: 100%;
  text-align: left;
}

.ways .list .list-item:last-child {
  margin-right: 0;
}

/* 服务体系 */
.service-system {
  padding: 80px 0 0;
  background-color: #f7f7fa;
}

.service-system .container {
  overflow: hidden;
  width: 1280px;
  margin: 0 auto;
  margin-top: 50px;
}

.service-system .container .left {
  float: left;
  width: 50%;
  text-align: right;
}

.service-system .container .left .left-pic {
  width: 668px;
}

.service-system .container .right {
  float: left;
  width: 50%;
  padding-left: 50px;
}

.service-system .container .right .right-item {
  margin-bottom: 40px;
}

.service-system .container .right .right-item .tit {
  font-size: 22px;
  line-height: 40px;
}

.service-system .container .right .right-item .tit .icon {
  width: 36px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.service-system .container .right .right-item .desc {
  font-size: 16px;
  line-height: 40px;
  color: #777;
  padding-left: 54px;
}

/* 悟空资讯 */
.news {
  padding: 80px 0 90px;
}

.news .container {
  height: 485px;
  overflow: hidden;
  width: 1240px;
  padding-left: 28px;
  margin: 60px auto 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 28px 2px rgba(228, 228, 228, 0.3);
  border-radius: 15px;
}

.news .container .left {
  width: 520px;
  height: 530px;
  margin-right: 42px;

  float: left;
}

.news .container .left .tit {
  /* padding: 0 20px; */
  line-height: 60px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news .container .left .tit .pic-img {
  width: 22px;
  margin-right: 5px;
}

.news .container .left .knowledge-img {
  width: 520px;
  display: inline-block;
  height: 332px;
}

.news .container .left .pic {
  width: 100%;
  border-radius: 15px;
}

.news .container .left .news-tit {
  width: 100%;
  height: 24px;
  font-size: 16px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .container .left .news-desc {
  font-size: 16px;
  line-height: 40px;
  color: #777;
}

.news .container .left .news-footer {
  margin: 5px 0;
  line-height: 40px;
  overflow: hidden;
}

.news .container .left .news-footer .time {
  color: #777;
  float: left;
}

.news .container .left .news-footer .more {
  float: right;
  color: #dd1313;
  font-size: 16px;
  cursor: pointer;
}

.news .container .right {
  width: 638px;
  height: 530px;
  padding: 0 30px;

  float: left;
}

.news .container .right .box {
  width: 600px;
  height: 50%;
}

.news .container .right .box .box-tit {
  padding: 20px 0;
  font-size: 18px;
}

.news .container .right .box .box-content {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.news .container .right .box .box-content .box-pic-div {
  float: left;
}

.news .container .right .box .box-content .box-pic {
  width: 270px;
  display: block;
}

.news .container .right .box .box-content .list {
  float: left;
  height: 100%;
}

.news .container .right .box .box-content .list .item {
  width: 95%;
  padding-left: 2px;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
  overflow: hidden;
}

.news .container .right .box .box-content .list .item .news-lone {
  width: 248px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.news .container .right .box .box-content .list .item .news-lone:hover {
  color: #dd1313;
}

.news .container .right .box .box-content .list .more {
  width: 95%;
  line-height: 18px;
  font-size: 14px;
  color: #dd1313;
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
}

.news .container .right .box .box-content .list .item .marker {
  width: 5px;
  height: 5px;
  background: linear-gradient(
    90deg,
    rgba(230, 40, 40, 1),
    rgba(241, 133, 133, 1)
  );
  border-radius: 2px;
  margin: 12px 8px 0 0;
  transform: rotate(45deg);
}
.news .container .right .box .box-content .list .item .news-date {
  float: right;
}

.news .container .right .box {
  width: 600px;
  height: 40%;
}

.news .container .right .box .box-tit {
  padding: 20px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}

.news .container .right .box .box-tit .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news .container .right .box .box-tit .title .pic-img {
  width: 22px;
  margin-right: 5px;
}

.news .container .right .box .more {
  color: #dd1313;
}

.news .container .right .box:last-child .box-content {
  border-bottom: 0 none;
}
.news .container .right .box .box-content {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.news .container .right .box .box-content .box-pic-div {
  float: left;
}

.news .container .right .box .box-content .box-pic {
  width: 270px;
  display: block;
}

.news .container .right .box .box-content .list {
  float: left;
  height: 100%;
  width: 100%;
}

/* 弹框 */
.online-experience {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(33, 38, 49, 0.4);
  z-index: 99;
}

.online-experience .text-box {
  width: 600px;
  height: 540px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  text-align: center;
  padding: 40px 90px 0;
}

.online-experience .text-box .experience {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.online-experience .text-box .close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9;
  cursor: pointer;
}

.online-experience .text-box .title {
  font-size: 20px;
  color: #111;
  margin-bottom: 7px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-top: 27px;
}

.online-experience .text-box .text {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  margin-bottom: 36px;
}

.online-experience .text-box .text-btn {
  font-size: 18px;
  color: #fff;
}

.online-experience .text-box .el-icon-close {
  float: right;
  font-size: 26px;
  color: #7a8599;
  padding: 23px 19px 0 0;
  cursor: pointer;
  margin-top: -60px;
}

.online-experience .text-box .apply-closed-btn {
  margin-top: 15px;
  width: 100%;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
}

.online-experience .text-box .apply-closed-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.online-experience .form-box .code {
  text-align: left;
}

.online-experience .form-box .code .el-input {
  width: 290px;
  vertical-align: middle;
}

.online-experience .form-box .code .linear-btn {
  float: right;
  width: 100px;
  height: 38px;
  line-height: 38px;
  margin-top: 3px;
  vertical-align: middle;
  border-radius: 4px;
}

.online-experience .form-box .code .linear-btn .text-btn {
  font-size: 14px;
}

.online-experience .form-box .code .linear-btn-def .text-btn {
  background: #e5e5e5;
  color: #b4b4b4;
}

.online-experience .form-box .code .verification {
  float: right;
  width: 100px;
  padding: 0 17px;
  position: relative;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  margin-top: 3px;
}

.online-experience .form-box .code .verification span {
  display: inline-block;
  width: 25%;
  text-align: center;
  color: #75554f;
  font-size: 16px;
  font-weight: bold;
}

.online-experience .form-box .code .verification .code-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.online-experience .form-box .code .el-form-item {
  margin-bottom: 19px;
}

.online-experience .form-box .prefix-img .el-input__inner {
  padding-left: 40px;
}

.online-experience .form-box .el-input img {
  vertical-align: middle;
  margin-left: 10px;
}

.online-experience .text-box-two {
  width: 580px;
  height: 500px;
}

.online-experience .text-box-two .title {
  margin-bottom: 30px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.el-form-item:after,
.el-form-item:before {
  display: table;
  content: "";
}

.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}

.el-form-item__content:before {
  display: table;
  content: "";
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.online-experience .form-box .prefix-img .el-input__inner {
  padding-left: 40px;
}
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
input,
textarea {
  color: #666;
}
button,
input,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  border-style: none;
  outline-style: none;
  background: 0 0;
  -webkit-appearance: none;
}
input,
select {
  vertical-align: middle;
}

.el-input__prefix {
  left: 5px;
  transition: all 0.3s;
}
.el-input__prefix,
.el-input__suffix {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  height: 100%;
  color: #c0c4cc;
  text-align: center;
}

.online-experience .form-box .el-input img {
  vertical-align: middle;
  margin-left: 10px;
}

.el-form-item__content:after {
  clear: both;
}
.el-form-item__content:after,
.el-form-item__content:before {
  display: table;
  content: "";
}

.el-form-item:after {
  clear: both;
}
.el-form-item:after,
.el-form-item:before {
  display: table;
  content: "";
}

.el-form-item {
  margin-bottom: 22px;
}

.online-experience .form-box .code .linear-btn {
  float: right;
  width: 100px;
  height: 38px;
  line-height: 38px;
  margin-top: 3px;
  vertical-align: middle;
  border-radius: 4px;
}
.linear-btn {
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}

.online-experience .form-box .code .linear-btn .text-btn {
  font-size: 14px;
}
.online-experience .text-box .text-btn {
  font-size: 18px;
  color: #fff;
}
.linear-btn .text-btn {
  font-size: 16px;
  height: 100%;
  background-image: linear-gradient(90deg, #e72828, #f36262);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#E72828",endColorstr="#F36262");
}

.online-experience .text-box .apply-closed-btn {
  margin-top: 15px;
  width: 100%;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
}
.linear-btn {
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}

.online-experience .text-box .text-btn {
  font-size: 18px;
  color: #fff;
}
.linear-btn .text-btn {
  font-size: 16px;
  height: 100%;
  background-image: linear-gradient(90deg, #e72828, #f36262);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#E72828",endColorstr="#F36262");
}

.online-experience .form-box .code .verification span {
  display: inline-block;
  width: 25%;
  text-align: center;
  color: #75554f;
  font-size: 16px;
  font-weight: 700;
}

/* 新增部分 */

.ding-btn {
  display: inline-block;
  width: 108px;
  height: 24px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 8px 0px rgba(186, 186, 198, 0.65);
  border-radius: 12px;
  color: #111111;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.ding-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../images/ding_icon.png") no-repeat center left;
  background-size: cover;
  position: relative;
  top: 3px;
  left: -2px;
  margin-left: 0;
  vertical-align: top;
}

.carouse-center {
  /*position: absolute;*/
  top: 0px;
  /* padding-top:158px; */
  padding-top: 70px;
  left: 0;
  color: #fff;
}

.center-layout {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  right: 0;
  bottom: 0;
}

/* 我们的产品 */

.us-product {
  width: 100%;
  padding-top: 60px;
}

.p-tab-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.red-tip {
  width: 0%;
  height: 4px;
  padding-bottom: 25px;
  transition: width 1s;
}

.p-tab-box .pactive {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-bottom: 4px solid #dd1313;
}

.p-tab-box .pcolor {
  color: #dd1313;
}

.p-tab-item {
  width: 150px;
  text-align: center;
  margin-right: 60px;
  cursor: pointer;
}

.p-tab-item:nth-child(6) {
  margin-right: 0;
}

.p-tab-pic {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.p-tab-title {
  font-size: 18px;
  color: #111111;
}

.p-content {
  width: 100%;
  background: #fafafc;
}

.middle-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.mcontent {
  opacity: 0;
  animation: fade-in 1.3s ease-out 1 forwards;
  -webkit-animation: fade-in 1.3s ease-out 1 forwards;
  transition: all 0.8s ease 1s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.opacityactive {
  opacity: 1;
}

.p-left {
  width: 440px;
  margin-left: 25px;
  margin-right: 100px;
  margin-top: 20px;
}

.p-left-title {
  font-size: 30px;
  color: #111111;
  line-height: 90px;
  font-weight: 800;
}

.p-left-desc {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  text-align: justify;
}

.p-btn {
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(
    -90deg,
    rgba(239, 60, 60, 1),
    rgba(244, 112, 112, 1)
  );
  border-radius: 16px;
  margin-top: 40px;
  cursor: pointer;
}

.p-try {
  display: block;
}

.client-item {
  margin-bottom: 40px;
}

.client-title {
  font-size: 16px;
  color: #111111;
  line-height: 36px;
}

.client-info {
  margin-top: 20px;
}

.mac-andro {
  margin-top: 12px;
}

.mac-box {
  width: 130px;
  height: 36px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  margin-right: 20px;
  cursor: pointer;
}

.mac-title {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 36px;
}

.mac-pic {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 5px;
}

.clearfix {
  clear: both;
  list-style: none;
}

.p-right-pic {
  width: 590px;
  margin-top: 50px;
}

.client-right {
  padding-top: 14px;
}

.hover-mac,
.hover-andrio {
  position: relative;
}

.mac-box:hover .mac-title {
  color: #dd1313;
}

.mac-box:hover {
  border: 1px solid #dd1313;
}

.wechat-img {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 50px;
  left: 15px;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 0 1px 10px #bababa;
}

.mac1,
.an1 {
  width: 100px;
  height: 100px;
  margin: 5px auto;
  display: block;
}

.fabu {
  margin-top: 40px;
}

.fa {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.kaitong {
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: linear-gradient(
    -90deg,
    rgba(231, 40, 40, 1),
    rgba(242, 96, 96, 1)
  );
  border-radius: 20px;
  display: inline-block;
  margin-top: 40px;
  margin-right: 20px;
}

.kai-btn {
  display: block;
}

.alert-try {
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #dd1313;
  color: #dd1313;
  border-radius: 20px;
  display: inline-block;
  margin-top: 40px;
}

.alert-try:hover {
  background: #dd1313;
  color: #fff;
}

.kaiyuan {
  display: block;
}

.service-num {
  padding-top: 80px;
  width: 100%;
  height: 870px;
  background: url(../images/partners-bg.png) no-repeat center;
}

.user-btitle {
  font-size: 30px;
  color: #111111;
  text-align: center;
  line-height: 50px;
  font-weight: 800;
}

.user-stitle {
  font-size: 16px;
  color: #777777;
  text-align: center;
  line-height: 40px;
}

.users {
  display: block;
  margin: 50px auto;
}

.service {
  margin-top: -120px;
}
more-wrap .kaiyuan {
  width: 120px;
  height: 34px;
  margin-top: -1px;
}

.pic-box {
  width: 1220px;
  display: block;
  margin: 50px auto;
}

.item-pcontainer {
  float: left;
  box-shadow: 0px 2px 18px 0px rgba(234, 233, 237, 1);
  margin-right: 17.5px;
  background: #fff;
  margin-bottom: 30px;
}

.item-pcontainer:nth-child(5n) {
  margin-right: 0;
}

.item-pic {
  display: block;
}

.jianbian {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  margin-left: 10px;
  float: left;
  background: -webkit-linear-gradient(0deg, #fff 50%, #ffffff 100%);
  background: -moz-linear-gradient(0deg, #fff 50%, #acc6fd 100%);
  background: -o-linear-gradient(0deg, #fff 50%, #acc6fd 100%);
  background: -ms-linear-gradient(0deg, #fff 50%, #acc6fd 100%);
  background: linear-gradient(90deg, #fff 50%, #acc6fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font_bottom-06 {
  background: url("../images/font_bottom.png") no-repeat center center;
}

.div-marker {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  float: left;
}
.div-marker-m {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  float: left;
  width: 20px;
  height: 20px;
  margin: 16px 0px 0px 10px;
}
.marker {
  float: left;
  width: 5px;
  height: 5px;
  background-color: #f9fbfe;
  border-radius: 5px;
}

.carousel-btn .bk_icon {
  width: 110px;
  float: left;
  margin-right: 20px;
}

.carousel-btn .bk_icon .bk_img {
  width: 36px;
  float: left;
  margin-left: 16px;
}
.bk_carousel {
  width: 540px;
  height: auto;
  float: left;
  margin-top: 35px;
}

.bk_img_icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.carousel-btn .bk_icon .bk_span {
  float: left;
  width: 90px;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  margin-left: -10px;
  color: #62738f;
}
.carousel-btn1{
  margin: 50px 0;
}
.carousel-btn1 .four-box1 {
  width: 800px;
  margin: 0 auto;
  height: 110px;
  /* background-color: #fff; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel-btn .four-box {
  width: 800px;
  margin: 0 auto;
  height: 110px;
  /* background-color: #fff; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carousel-btn .four-box > div {
  cursor: pointer;
}
/* .carousel-btn .four-box .act {
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid #e3201d;
} */
.carousel-btn .four-box .double {
  width: 50%;
}
.carousel-btn .four-box > div > div {
  margin: 10px 0;
  color: #333333;
}
.carousel-btn .four-box > div:visited {
  border-bottom: 3px solid #e31f1d;
}

.carousel-btn-yellow > a,
.carousel-btn-black > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-btn-yellow {
  width: 200px;
  height: 48px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 28px 2px rgba(228, 228, 228, 0.3);
  border-radius: 24px;
  display: inline-block;
  border: 1px solid #f0f0f0;
  text-align: center;
  color: #62738f;
  font-size: 13px;
  line-height: 35px;
  cursor: pointer;
}

.carousel-btn-red {
  margin: 20px auto 10px auto;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background-image: linear-gradient(-90deg, #f26060, #e72828);
  cursor: pointer;
}

.carousel-btn-black {
  display: inline-block;
  width: 200px;
  height: 48px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 28px 2px rgba(228, 228, 228, 0.3);
  border-radius: 24px;
  text-align: center;
  color: #62738f;
  font-size: 13px;
  line-height: 35px;
  cursor: pointer;
  border: 1px solid #f0f0f0;
}

/* .carousel-btn a {
  height: 100%;
} */
.icon-list-item .title .item-btn {
  color: #2362fb;
  margin: 0 auto;
}
.icon-list-item .title .item-btn .right-arrow {
  color: #2362fb;
}

.released {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  color: #000;
  position: relative;
}
.released .released-item:first-child {
  margin-left: 0;
}
.released-item {
  display: flex;
  /* margin-left: 70px; */
}
.released-item-left {
  width: 63px;
  /* height: 100px; */
  padding-left: 25px;
  /* width: 28px; */
  line-height: 22px;
  font-weight: bold;
  background-size: 25px;
  position: relative;
}
.released-item-left .img {
  position: absolute;
  width: 36px;
  top: -8px;
  left: 2px;
}
.released-item-right {
  margin-left: 24px;
  padding-left: 14px;
  border-left: 1px solid #000;
  max-width: 330px;
  /* overflow: hidden;
    text-overflow:ellipsis;
    word-wrap: break-word; */
  text-align: left;
}
.released-item-content:hover {
  cursor: pointer;
  color: #2362fb;
}
.released-item-content {
  padding-top: 6px;
  font-weight: bold;
  /* overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap */
}

.released-item-time {
  font-size: 12px;
  color: #666;
}

.hide {
  display: none;
}
.release-dialog .shade {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}
.release-dialog .wrap {
  width: 1064px;
  padding: 40px 0;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.release-dialog .head {
  text-align: center;
  font-size: 36px;
  padding-top: 24px;
  text-align: center;
}

.release-dialog .head-content {
  display: inline-block;
  position: relative;
}
.release-dialog .head .img {
  width: 66px;
  position: absolute;
  top: -8px;
  left: -52px;
}

.release-dialog .head .emphasize {
  color: #2362fb;
}

.release-dialog .head .desc {
  color: #666;
  text-align: center;
  font-size: 18px;
  margin-top: 22px;
}

.release-dialog .desc {
  color: #666;
  text-align: center;
  font-size: 16px;
  margin-top: 14px;
}

.fun-list {
  margin-top: 60px;
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fun-item {
  width: 400px;
  margin-bottom: 40px;
  display: flex;
}
.fun-item .img {
  width: 50px;
  height: 50px;
}

.fun-item .center-box {
  margin-left: 20px;
}
.fun-item .center-box .title {
  font-size: 18px;
}
.fun-item .center-box .desc {
  font-size: 14px;
  text-align: left;
}

.release-dialog .underline {
  padding-bottom: 4px;
  border-bottom: 2px solid #2362fb !important;
}

.release-dialog .btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 50px;
  background: #2362fb;
  color: #fff;
  border-radius: 80px;
}

.character-box {
  padding-left: 200px;
  margin-bottom: 70px;
}
.character-list {
  margin: 0 auto;
  display: flex;
}
.character-item {
  margin-right: 55px;
  color: #000;
}
.character-item:hover {
  color: #f00;
  cursor: pointer;
}
.character-item .serial {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  background: #f00;
  transform: rotate(45deg);
}

/********** 首页插画 **********/
.ikon {
  position: absolute;
}

.ikon1 {
  width: 284px;
  left: -140px;
  top: -100px;
}

.ikon2 {
  width: 350px;
  right: -180px;
  top: -22px;
}

.ikon3 {
  width: 350px;
  right: -20px;
  bottom: -22px;
}
.ikon4 {
  width: 269px;
  left: -250px;
  top: 180px;
}
.ikon5 {
  width: 22px;
  left: 9px;
  top: 7px;
}
.ikon6 {
  width: 128px;
  /* top: 95px; */
  top: 40px;
  z-index: 10;
}
.ikon7 {
  width: 22px;
  left: 7px;
  top: 14px;
}

.list-item .icon_text {
  font-size: 12px;
  color: #777;
}

.carousel .list4 .list4-mod {
  width: 100%;
  height: 375px;
  background-color: #ffffff;
  text-align: start;
  box-shadow: 5px 5px 5px #e5e9ec;
}
.carousel .list4-mod-cont1 {
  width: 43%;
  height: 375px;
  /* background-image: url("../images/lbt.png"); */
  background-image: url("../images/wdm.png");
  background-size: 100%;
  float: left;
  border-right: 1px solid #ebecf0;
}
.swiper-bj1{
  background-image: url("../images/lbt1.png");
}
.swiper-bj2{
  background-image: url("../images/lbt2.png");
}
.swiper-bj3{
  background-image: url("../images/lbt3.png");
}
.swiper-bj4{
  background-image: url("../images/lbt4.png");
}
.swiper-bj5{
  background-image: url("../images/lbt5.png");
}
.carousel .list4-mod .swiper-font1 {
  font-size: 30px;
  color: #000;
}
.carousel .list4-mod .swiper-font2 {
  font-size: 15px;
  margin-top: 20px;
  /* width: 305px; */
  color: #777676;
  align-items: 10px;
}
.carousel .list4-mod .swiper-btn {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  width: 120px;
  height: 40px;
  background-image: linear-gradient(to right, #E72A29 , #F1605F);
  border-radius: 5px;
  position: absolute;
  top: 150px;
}
.carousel .list4-mod .swiper-btn:hover{
  color: #fff;
}

.carousel .list4-mod .list4-mod-cont2 {
  width: 57%;
  height: 300px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
.carousel .list4-mod .list4-mod-cont2 > div {
  width: 224px;
  height: 188px;
  padding: 20px;
  position: relative;
}
.carousel .list4-mod .list4-mod-cont2 > div:nth-child(1) {
  border-right: 1px solid #ebecf0;
  border-bottom: 1px solid #ebecf0;
}
.carousel .list4-mod .list4-mod-cont2 > div:nth-child(2) {
  border-bottom: 1px solid #ebecf0;
  border-right: 1px solid #ebecf0;
}
.carousel .list4-mod .list4-mod-cont2 > div:nth-child(3) {
  border-bottom: 1px solid #ebecf0;
}
.carousel .list4-mod .list4-mod-cont2 > div:nth-child(4) {
  border-right: 1px solid #ebecf0;
}
.carousel .list4-mod .list4-mod-cont2 > div:nth-child(5) {
  border-right: 1px solid #ebecf0;
}
.carousel .list4-mod .list4-mod-cont2 > div > div:nth-child(1) {
  font-size: 18px;
}
.carousel .list4-mod .list4-mod-cont2 > div >div{
  cursor: pointer;
  font-weight: normal;
  font-family: "Microsoft YaHei",Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

.carousel .list4-mod .list4-mod-cont2 > div > div> div:nth-child(2) {
  font-size: 14px;
  margin-top: 5px;
  color: #777676;
}

.carousel .list4-mod .list4-mod-cont2 > div > a {
  display: inline-block;
  width: 88px;
  height: 32px;
  border: 1px solid #e31f1d;
  border-radius: 3px;
  padding-top: 5px;
  text-align: center;
  align-items: 32px;
  color: #e31f1d;
  position: absolute;
  bottom: 16px;
}

.carousel-btn .cont > div {
  margin-top: 50px;
}
.carousel-btn .cont > div > p {
  font-size: 16px;
  text-align: start;
  color: #e31f1d;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.carousel-btn .cont > div > div {
  display: flex;
  flex-wrap: wrap;
}
.carousel-btn .cont > div > div > div {
  margin: 10px;
  color: #000;
  width: 220px;
  background-color: rgb(253, 253, 253);
  height: 260px;
  box-shadow: 0px 0px 10px 5px #e5e9ec7a;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 3px solid #e3201d00;
}
.carousel-btn .cont > div > div > div:hover {
  border-bottom: 3px solid #e31f1d;
  box-shadow: 0px 0px 10px 5px #e5e9ec;
  background-color: #fff;
  /* background-color: #fffefe; */

  transition: 0.5s;
}

.carousel-btn .cont .appdetail img:nth-child(1),.carousel-btn .cont .appdetail1 img:nth-child(1),.carousel-btn .cont .appdetail2 img:nth-child(1),.carousel-btn .cont .appdetail3 img:nth-child(1) {
  width: 23%;
  margin-top: 28px;
}
.carousel-btn .cont .font-color1 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: #333;
}
.carousel-btn .four-box > a:hover {
  color: #000;
}

.carousel-btn .cont .font-color2 {
  font-size: 14px;
  color: #777676;
  width: 170px;
  margin: 5px auto 0;
}
.carousel-btn .cont > div > div > div > a {
  color: #e31f1d;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 80px;
}

.carousel-btn .kaiyuan {
  position: absolute;
  left: -8px;
  top: -6px;
  width: 30%;
}


.appdetail,.appdetail1,.appdetail2,.appdetail3{
  cursor: pointer;
}

.huo{
  position: absolute;
  top: 196px;
  font-size: 10px;
  color: #fff;
  left: 55px;
  width: 30px;
  height: 22px;
  line-height: 22px;
  border-radius: 18px;
  background: #e3201d;
}

.look{
  color: #e31f1d;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.look>a:hover{
  color: #e31f1d;
}
.cont p>img{
  width: 40px;
}
.swiper-slide .detail{
    color: #e31f1d;
    width: 120px;
    display: inline-block;
    height: 40px;
    font-size: 15px;
    border: 1px solid;
    text-align: center;
    position: absolute;
    top: 150px;
    padding-top: 10px;
    border-radius: 5px;
    left: 169px;
}

.list4-mod-cont2>div:hover{
  color: #e31f1d;
  box-shadow: 0px 0px 10px 5px #e5e9ec;
  transition: 0.5s;
}

.swiper-slide .icon-youjiantou {
  position: relative;
    margin-left: 0px;
    transition: margin-left .3s;
}

.list4-mod-cont2>div>a:hover{
  background-image: linear-gradient(to right, #E72A29 , #F1605F);
  color: #fff  !important;
}
.wechatcrm > div{
  display: flex;
  align-items: center;
}