/* banner */
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
  min-width: 1200px;
  margin-top: -78px;
  padding-top: 100px;
}

.banner .banner-title {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  color: #333;
}

.banner .banner-title .p1 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.banner .banner-title .p2 {
  color: #666;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 2px;
}

.banner .banner-title .banner-btn {
  width: 150px;
  height: 60px;
  background: #0866DF;
  border-radius: 30px;
  line-height: 60px;
  font-size: 20px;
  margin-top: 50px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.banner .banner-title .banner-btn:hover{
  opacity: .9;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}

.container .titel-arrow {
  text-align: center;
  margin: 20px 0;
}

.container .title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.container .subTitle {
  font-size: 14px;
  color: #666666;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
}

.container .subTitle span {
  color: #0A65DD;
}

.container .video-btn {
  width: 150px;
  height: 44px;
  background: #4B5EE6;
  border-radius: 10px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #FFFFFF;
  margin: 20px auto;
  display: block;
}

.container .video-btn:hover {
  background-color: #576cff;
}

/* 营销价值 */

.value {
  padding-bottom: 80px;
}

.value .valueBox {
  text-align: center;
  margin-top: 60px;
}



/* 媒体 */

.ip {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

.ip .media-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  height: 70px;
  margin-top: 50px;
}

.ip .media-type .type {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}

.ip .media-type .type .type-icon {
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  margin: 0 auto;
}

.ip .media-type .type.active .type-icon {
  background-color: #0866DF;
}

.ip .media-type .type .type-icon .icon:nth-child(2) {
  display: none;
}

.ip .media-type .type.active .type-icon .icon:nth-child(1) {
  display: none;
}

.ip .media-type .type.active .type-icon .icon:nth-child(2) {
  display: inline-block;
}

.ip .media-type .type .type-name {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-top: 5px;
}

.ip .media-type .type.active .type-name {
  color: #0866DF;
}

.ip .media-box {
  margin-top: 60px;
}

.ip .media-box .type-box {
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.ip .media-box .type-box.active {
  display: flex;
}

.ip .media-box .type-box .medias {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.ip .media-box .type-box .medias .media-item {
  padding: 25px 35px;
  width: 280px;
  height: 280px;
  border-radius: 24px;
  box-sizing: border-box;
  background-color: #fff;
}

.ip .media-box .type-box .medias .media-item:hover {
  background: linear-gradient(to bottom, #fff 0%, #fcfafe 70%, #F9F5FC 100%);
}

.ip .media-box .type-box .medias .media-item .media-logo {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 15px;
  margin: 0 auto;
  display: block;
}

.ip .media-box .type-box .medias .media-item .media-name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 15px;
}

.ip .media-box .type-box .medias .media-item:hover .media-name {
  color: #0866DF;
}

.ip .media-box .type-box .medias .media-item .media-info {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  height: 40px;
}

.ip .media-box .type-box .medias .media-item .media-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.ip .media-box .type-box .medias .media-item .media-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ip .media-box .type-box .medias .media-item .media-data .data-name {
  color: #A3A4AC;
  font-size: 12px;
  line-height: 16px;
}

.ip .media-box .type-box .medias .media-item .media-data .data-name .iconshichang {
  font-size: 12px;
}

.ip .media-box .type-box .medias .media-item .media-data .data-num {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

/* 策略 */

.strategy {
  height: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  box-sizing: border-box;
}

.strategy .strategy-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}

.strategy .strategy-box .strategy-type {
  width: 300px;
  flex-shrink: 0;
  margin-right: 20px;
}

.strategy .strategy-box .strategy-type .type-name {
  height: 120px;
  background: linear-gradient(267deg, #FFFFFF 0%, #FFFFFF 100%);
  border-radius: 24px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 30px 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.strategy .strategy-box .strategy-type .type-name:last-child {
  margin-bottom: 0;
}

.strategy .strategy-box .strategy-type .type-name.active {
  color: #fff;
  background: #0866DF;
}

.strategy .strategy-box .strategy-type .type-no {
  font-weight: bold;
  font-size: 80px;
  color: #E4EDF9;
  line-height: 120px;
  background: linear-gradient(-57deg, #EFF5FF 0%, #F8FBFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.strategy .strategy-box .strategy-type .type-name.active .type-no {
  color: #1F76E6;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset
}

.strategy .strategy-box .strategy-content {
  flex: 1;
}

.strategy .strategy-box .strategy-item {
  width: 880px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  display: none;
}

.strategy .strategy-box .strategy-item.active {
  display: block;
}

.strategy .strategy-box .star-item {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}

.strategy .strategy-box .star-item.active{
  display: flex;
}

.strategy .strategy-box .star-item .star-box {
  width: 400px;
  height: 160px;
  background: #F6F9FF;
  border-radius: 24px;
  padding: 35px 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.strategy .strategy-box .star-item .star-box:nth-child(2),
.strategy .strategy-box .star-item .star-box:nth-child(4){
  padding: 30px 32px;
}

.strategy .strategy-box .star-item .star-box .item-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 15px;
}

.strategy .strategy-box .star-item .star-box:nth-child(2) .item-name,
.strategy .strategy-box .star-item .star-box:nth-child(4) .item-name{
  margin-bottom: 5px;
}

.strategy .strategy-box .star-item .star-box .item-name .item-icon {
  margin-right: 10px;
}

.strategy .strategy-box .star-item .star-box .item-desc {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.strategy .strategy-box .star-item .star-center {
  width: 80px;
  height: 80px;
  background: #0866DF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  line-height: 76px;
}

.strategy .strategy-box .resource-item {
  display: none;
}

.strategy .strategy-box .resource-item.active {
  display: block;
  padding-top: 40px;
}

.strategy .strategy-box .resource-item .resource-title {
  display: flex;
  justify-content: space-between;
}

.strategy .strategy-box .resource-item .resource-title .title-type {
  font-size: 18px;
  color: #C1DCFD;
  line-height: 24px;
  text-align: center;
  background-color: #0866DF;
  padding: 10px 60px 10px 20px;
  position: relative;
  overflow: hidden;
  flex: 1;
}

.strategy .strategy-box .resource-item .resource-title .title-type:first-child {
  border-radius: 34px 0 0 34px;
  padding-left: 40px;
  width: 140px;
}

.strategy .strategy-box .resource-item .resource-title .title-type:last-child {
  border-radius: 0 34px 34px 0;
  padding-right: 30px;
  padding-left: 10px;
  width: 120px;
}

.strategy .strategy-box .resource-item .resource-title .title-type::after {
  position: absolute;
  top: -26px;
  right: -60px;
  content: '';
  border: 60px solid transparent;
  border-left-color: #fff;
  z-index: 2;
}

.strategy .strategy-box .resource-item .resource-title .title-type:last-child:after {
  display: none;
}

.strategy .strategy-box .resource-item .resource-title .title-type::before {
  position: absolute;
  top: -4px;
  right: -20px;
  content: '';
  border: 40px solid transparent;
  border-left-color: #0866DF;
  z-index: 3;
}

.strategy .strategy-box .resource-item .resource-title .title-type:last-child::before {
  display: none;
}

.strategy .strategy-box .resource-item .resource-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.strategy .strategy-box .resource-item .resource-box .box-item {
  width: 260px;
  height: 210px;
  background: #EAF9FF;
  border-radius: 24px;

}

.strategy .strategy-box .resource-item .resource-box .box-item .item-title {
  width: 170px;
  height: 34px;
  background: #5BCCD9;
  border-radius: 24px 0 10px 0;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
}

.strategy .strategy-box .resource-item .resource-box .box-item .item-desc {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: 30px;
  padding: 0 30px;
}

.strategy .strategy-box .coverage-item .coverage-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strategy .strategy-box .coverage-item .coverage-box .video-arrow {
  background: linear-gradient(to bottom right, #fff 0%, #fff 49.9%, #fff 50%, #BFD0F6 100%);
  width: 50px;
  height: 50px;
  transform: rotate(-45deg);
  margin-left: -20px;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type {
  width: 470px;
  background: #FFFFFF;
  border: 1px solid #D3E4FF;
  border-radius: 24px;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type:nth-child(3) {
  width: 260px;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type .video-title {
  width: 470px;
  height: 60px;
  background: #0866DF;
  border-radius: 24px 24px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 60px;
  color: #FFFFFF;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type:nth-child(3) .video-title {
  width: 260px;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type .type-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  padding: 37px 15px;
}

.strategy .strategy-box .coverage-item .coverage-box .type-box .type {
  flex: 1;
  padding: 0 10px;
}

.strategy .strategy-box .coverage-item .coverage-box .type-box .type-title {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}

.strategy .strategy-box .coverage-item .coverage-box .type-box .type-info {
  font-size: 14px;
  color: #313559;
  line-height: 20px;
  box-sizing: border-box;
}

.strategy .strategy-box .coverage-item .coverage-box .type-box .type-info p:first-child {
  margin-bottom: 20px;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type .user-tags {
  padding: 15px 25px;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type .user-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type .tag {
  width: 60px;
  height: 32px;
  background: #688EE7;
  border-radius: 10px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 15px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type .user-type:nth-child(2) .tag {
  background-color: #F0F3FA;
  color: #688EE7;
}

.strategy .strategy-box .coverage-item .coverage-box .video-type .tag:nth-child(3n) {
  margin-right: 0;
}


.strategy .strategy-btn {
  width: 126px;
  height: 50px;
  background: #0866DF;
  border-radius: 25px;
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 50px;
  margin: 40px auto;
  text-align: center;
}

.strategy .strategy-btn:hover {
  opacity: .9;
}

/* 套餐 */

.package {
  padding-bottom: 70px;
}

.package .package-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}

.package .package-box .package-item {
  padding: 70px 60px;
  box-sizing: border-box;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 590px;
  border-radius: 24px;
  transition: all .3s ease-in-out;
}

.package .package-box .package-item:hover{
  transform: translateY(-10px);
}

.package .package-box .package-item .package-title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}

.package .package-box .package-item .package-info {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}

.package .package-box .package-item .package-btn {
  width: 136px;
  height: 50px;
  background: #0866DF;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
  display: block;
}

.package .package-box .package-item .package-btn:hover {
  opacity: .9;
}

.package .package-tag {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 88px;
  text-align: center;
  margin-top: 20px;
}

/* 推广 */

.promote .promote-box {
  position: relative;
  padding: 0 120px;
  --swiper-navigation-size: 18 px;
}

.promote .promote-box .swiper {
  overflow: hidden;
}


.promote .promote-box .swiper-button-next,
.promote .promote-box .swiper-button-prev {
  color: #999999;
  font-weight: bold;
  width: 44px;
  height: 126px;
  background: #EDEEFC;
  border-radius: 10px;
  color: #C2C7EC;
  margin-top: -60px;
}

.promote .promote-box .swiper-button-next:hover,
.promote .promote-box .swiper-button-prev:hover {
  color: #FFFFFF;
  background: #4C5DE6;
}



.promote .promote-box .promote-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.promote .promote-box .promote-img {
  background: #EDEEFC;
  padding: 15px 12px 0;
  border-radius: 40px 40px 0px 0px;
  margin-right: 70px;
}

.promote .promote-box .promote-info {
  flex: 1;
}

.promote .promote-box .promote-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}

.promote .promote-box .promote-title span {
  color: #4C5DE6;
  margin: 0 20px;
}

.promote .promote-box .promote-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
  width: 480px;
}

.promote .promote-box .promote-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.promote .promote-box .promote-data .data-name {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.promote .promote-box .promote-data .data-name::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 22px;
  height: 1px;
  background-color: #eee;
}

.promote .promote-box .promote-data .data-num {
  font-size: 30px;
  font-weight: bold;
  color: #E3372F;
}

/* 投放启发 */

.launch {
  background: #F2F6FD;
  padding-bottom: 70px;
}

.launch .inspireBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.launch .inspireBox .inspireItem {
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(51, 50, 60, 0.05);
  border-radius: 24px;
  width: 280px;
  height: 440px;
  position: relative;
  transition: all .5s ease-in-out;
}

.launch .inspireBox .inspireItem:hover{
  transform: translateY(-10px);
}


.launch .inspireBox .inspireImg {
  width: 100%;
}

.launch .inspireBox .inspireTitle {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  margin-top: 50px;
  padding: 0 30px;
}

.launch .inspireBox .inspireTxt {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 20px;
  padding: 0 30px;
}

.launch .inspireBox .inspireBtn {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-size: 14px;
  color: #0866DF;
}

/* 合作伙伴 */

.partner {
  padding-bottom: 70px;
}

.partner ul {
  border-radius: 10px;
  padding: 20px 0;
  margin-top: 70px;
}

.partner li {
  display: inline-table;
  margin: 6px 5px;
  width: 120px;
  height: 74px;
}

.partner li:nth-child(9n) {
  margin-right: 0;
}

.partner li img {
  transition: all .3s;
}

.partner li img:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 14px 0px rgb(173 173 173 / 25%);
}
