* {
  margin: 0;
  padding: 0;
}
body {
  background: #fcfcfc;
  overflow-x: hidden;
  /* display: none; */
}
@font-face {
  font-family: SourceHanSansSC-Bold;
  src: url("../font/SourceHanSansSC-Bold.otf");
}
@font-face {
  font-family: SourceHanSansSC-ExtraLight;
  src: url("../font/SourceHanSansSC-ExtraLight.otf");
}
@font-face {
  font-family: SourceHanSansSC-Heavy;
  src: url("../font/SourceHanSansSC-Heavy.otf");
}
@font-face {
  font-family: SourceHanSansSC-Light;
  src: url("../font/SourceHanSansSC-Light.otf");
}
@font-face {
  font-family: SourceHanSansSC-Medium;
  src: url("../font/SourceHanSansSC-Medium.otf");
}
@font-face {
  font-family: font/SourceHanSansSC-Normal;
  src: url("../font/SourceHanSansSC-Normal.otf");
}
@font-face {
  font-family: font/SourceHanSansSC-Regular;
  src: url("../font/SourceHanSansSC-Regular.otf");
}
.box {
  max-width: 1920px;
  width: 100%;
  position: relative;
}
a {
  color: #333;
  text-decoration: none;
}
/* 导航 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fefefe;
  margin-top: 0px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
#header .header_warp {
  width: 1400px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header_warp_left a {
  display: block;
  display: flex;
  align-items: center;
}
#header .header_warp_left a .logo {
  width: 161px;
  height: 24px;
  display: block;
}
#header .header_warp_right {
  display: flex;
  align-items: center;
}
#header .header_warp_right .navigation {
  display: flex;
}
/* .secondary{
    position:absolute;
    top:72px;
    left:0px;
    width:100%;
    overflow: hidden;
}
.secondary .secondary_wrap{
    height: 55px;
    background: transparent;
}
.secondary .secondary_wrap .secondary_item{
    position:absolute;
    top:-100%;
    width:100%;
    height:100%;
    overflow:hidden;
    -webkit-transition:top 300ms;
    transition:top 300ms;
    background: rgba(0, 0, 0, .5);
    z-index:100;
    padding-left: 30px;
    box-sizing: border-box;
}
.secondary_wrap .secondary_item a {
    float:left;
    font-weight:400;
    font-size:13px;
    line-height:55px;
    color:#f5f3f3;
    -webkit-transition:color 300ms;
    transition:color 300ms;
    margin-right: 30px;
} */
#header .navigation .navigation_item {
  padding: 0 10px;
  margin: 0 12px 0 12px;
  font-size: 16px;
  border-bottom: 2px #fefefe solid;
  position: relative;
}
#header .navigation .navigation_item a {
  font-size: 14px;
  display: block;
  line-height: 70px;
}
#header .navigation .active {
  border-bottom: 2px #e70000 solid;
}
#header .navigation .active .title_1 {
  color: #e70000;
}
#header .navigation .active_hover {
  border-bottom: 2px #e70000 solid;
}
#header .navigation .active_hover .title_1 {
  color: #e70000;
}
#header .header_warp_right .contact_btn {
  margin-left: 20px;
  font-size: 14px;
  width: 106px;
  height: 32px;
  background-color: #e70000;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
#header .header_warp_right .login_an {
  margin-left: 20px;
  font-size: 14px;
  width: 115px;
  height: 30px;
  background: #4381fd;
  /* border: 1px solid #4381fd; */
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
#header .header_warp_right .download_app {
  margin-left: 32px;
  font-size: 14px;
  width: 99px;
  height: 30px;
  border: 1px solid #ff9e42;
  color: #ff9e42;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
#header .header_warp_right .trial{
  margin-left: 20px;
  font-size: 14px;
  width: 99px;
  height: 30px;
  border: 1px solid #e70000;
  color: #e70000;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
#header .header_warp_right .consulting_btn {
  margin-left: 20px;
  font-size: 14px;
  width: 106px;
  height: 30px;
  background: #e70000;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
.operation_btn {
  display: flex;
  align-items: center;
}
.custom_pos {
  position: relative;
  cursor: pointer;
}
.secondary {
  position: absolute;
  border-radius: 0 0 5px 5px;
  padding: 0 5px;
  top: 72px;
  left: 0;
  overflow: hidden;
  right: 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
#header .secondary .secondary_wrap a {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 55px;
  color: #333;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
#header .secondary .secondary_wrap a:last-child {
  border: none;
}
.animation_wrap {
  display: block;
  animation: mynew 0.5s linear forwards;
  -moz-animation: mynew 0.5s linear forwards; /* Firefox */
  -webkit-animation: mynew 0.5s linear forwards; /* Safari and Chrome */
  -o-animation: mynew 0.5s linear forwards; /* Opera */
  animation-direction: alternate;
  -webkit-animation-direction: alternate; /* Safari 和 Chrome */
}
@keyframes mynew {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mynew {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation_wrap_hide {
  display: block;
  animation: mynew_hide 0.5s linear forwards;
  -moz-animation: mynew_hide 0.5s linear forwards; /* Firefox */
  -webkit-animation: mynew_hide 0.5s linear forwards; /* Safari and Chrome */
  -o-animation: mynew_hide 0.5s linear forwards; /* Opera */
  animation-direction: alternate;
  -webkit-animation-direction: alternate; /* Safari 和 Chrome */
}
@keyframes mynew_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes mynew_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 导航结束 */
.content {
  width: 100vw;
}
/* swiper */
.swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 40% !important;
  margin-left: 60%;
}
.swiper-container {
  width: 100vw;
  max-height: 100vw;
  height: 100%;
}
/* swiper结束 ^^^^^^^*/
/* 底部信息 */
.bottom_box {
  width: 100vw;
  background: #f9f9f9;
}
.bottoms {
  width: 1400px;
  height: 300px;
  display: flex;
  margin: 0 auto;
}
.bottoms img {
  width: 1400px;
  display: block;
}
.h_1249 {
  height: 2216px;
}
/* 备案信息 */
.record_box {
  width: 100vw;
  background: #f5f5f5;
}
.record {
  width: 1400px;
  height: 50px;
  display: flex;
  margin: 0 auto;
}
.record img {
  width: 1400px;
  display: block;
}
.banner_text {
  width: 100vw;
}
/* 超级给居 */
.givethe_box {
  width: 100vw;
}
.givethe_fff {
  background-color: #fff;
}
.givethe_list {
  width: 1400px;
  max-width: 1400px;
  height: 960px;
  margin: 0 auto;
  position: relative;
}
.givethe_list a {
  display: inline-block;
  width: 1400px;
  max-width: 1400px;
  height: 960px;
}
.givethe_list img {
  display: block;
}
/* .givethe_left {
  position: absolute;
  left: -7px;
  top: 0;
}
.givethe_right {
  position: absolute;
  right: 0px;
  top: 0;
}
.givethe_right_35 {
  position: absolute;
  right: -35px;
  top: 0;
} */
/* 下拉列表 */
.drop_down {
  position: absolute;
  left: 0px;
  right: 0;
  top: 72px;
  /* width: calc(100% - 7px); */
  /* width: 100%; */
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0 7px;
  display: none;
}
.drop_down_item {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #333;
  border-bottom: 1px solid #eeeeee;
}
.drop_down .drop_down_item:last-child {
  border-bottom: none;
}
.drop_down_item a:hover {
  cursor: pointer;
  color: #e70000;
}
/* 超级快销活动 模块_1 */
.module_1_box {
  width: 100%;
}
.module_1_fff {
  background-color: #fff;
}
.module_1_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_1_list img {
  display: block;
  width: 100%;
  height: 820px;
}
/* 数字化营销活动 模块_2 */
.module_2_box {
  width: 100%;
}
.module_2_fff {
  background-color: #fff;
}
.module_2_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_2_list img {
  display: block;
  width: 100%;
  height: 820px;
}
.module_2_4 {
  height: 428px !important;
}
/* 超级红包活动 模块_3 */
.module_3_box {
  width: 100%;
}
.module_3_fff {
  background-color: #fff;
}
.module_3_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_3_list img {
  display: block;
  width: 100%;
  height: 820px;
}
/* 智慧推广获客 模块_4 */
.module_4_box {
  width: 100%;
}
.module_4_fff {
  background-color: #fff;
}
.module_4_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_4_list img {
  display: block;
  width: 100%;
  height: 820px;
}
/* 智慧案场管理 模块_5 */
.module_5_box {
  width: 100%;
}
.module_5_fff {
  background-color: #fff;
}
.module_5_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_5_list img {
  display: block;
  width: 100%;
  height: 820px;
}
/* 智慧渠道管理 模块_6 */
.module_6_box {
  width: 100%;
}
.module_6_fff {
  background-color: #fff;
}
.module_6_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_6_list img {
  display: block;
  width: 100%;
  height: 820px;
}
/* 智慧行销管理 模块_7 */
.module_7_box {
  width: 100%;
}
.module_7_fff {
  background-color: #fff;
}
.module_7_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_7_list img {
  display: block;
  width: 100%;
  height: 820px;
}
/* 成交风控系统 模块_8 */
.module_8_box {
  width: 100%;
}
.module_8_fff {
  background-color: #fff;
}
.module_8_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_8_list img {
  display: block;
  width: 100%;
  height: 820px;
}

.module_9_box {
  width: 100%;
}
.module_9_fff {
  background-color: #fff;
}
.module_9_list {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.module_9_list img {
  display: block;
  width: 100%;
  height: 820px;
}
.guide {
  width: 100%;
  max-width: 100%;
}
.guide img {
  width: 100%;
  max-width: 100%;
}
/* 申请加入合伙人 */
.partner_zhe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.partner_content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_box {
  width: 1200px;
  background-color: #fff;
  border-radius: 10px;
}
.partner_flex {
  padding: 0 90px 0 0;
  display: flex;
}
.partner_left,
.partner_right {
  width: 600px;
  font-size: 22px;
}
.partner_left img {
  display: block;
}
.partner_mar_89 {
  margin-top: 89px;
}
.partner_mar_25 {
  margin-top: 25px;
}
.partner_item {
  display: flex;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.partner_item_t {
  margin-right: 10px;
  color: #666666;
}
.partner_item ::-webkit-input-placeholder {
  color: #d3d3d3;
}
.partner_item_i {
  width: 364px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.partner_item_i input {
  font-size: 22px;
  color: #666666;
  height: 55px;
  border: none;
  outline: none;
  background: none;
  width: 314px;
  height: 55px;
}
.submit_btn {
  width: 364px;
  background: #e70000;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
}
/* 咨询 */
.consulting_zhe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.consulting_content {
  width: 660px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consulting_box {
  width: 660px;
  background-color: #fff;
  border-radius: 10px;
}
.tan_consulting {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  z-index: 999;
  display: none;
}
.tan_consulting div {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tan_consulting div img {
  width: 600px;
  height: 600px;
  display: block;
}
