﻿* {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'PingFang-SC-Regular', '微软雅黑', 'Microsoft Yahei';  
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto !important;
  background-color: #fff;
}
div,ul, li {
	box-sizing: border-box;
}
.clearfix {
  content: '';
  clear: both;
  display: block;
}
/* 公共的块 标题样式 */
.block-title-box .block-title {
  font-size: 39px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0D0F2B;
  padding: 0 17px;
}
.block-title-box .block-title img {
  width: 36.5px;
  height: 20.5px;
}



.top-nav {
  position: relative;
}

.top-nav > img {
  width: 100%;
  display: block;
}
.top-nav .banner-content {
  position: absolute;
  left: 311px;
  top: 50%;
  transform: translate(0, -50%);
}
.banner-content .banner-title {
  font-size: 56px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.banner-content .banner-desc {
  margin-top: 13px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
}
.banner-content .banner-btn {
  display: inline-block;
  padding: 12px 35px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
  background: #FE1961;
  border-radius: 30px;
  margin-top: 35.5px;
  cursor: pointer;
}
.banner-content .banner-btn:hover {
  background: rgba(254,25,97, .5)
}
.platform-advantage {
  box-sizing: border-box;
  text-align: center;
  padding-top: 92px;
  padding-bottom: 110px;
}

.platform-advantage > img {
  height: 54px;
}

.platform-advantage .advantage-desc {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(13, 15, 43, 0.6);
  letter-spacing:2px;
  padding-top: 21px;
  padding-bottom: 102px;
}

.platform-advantage .advantage-list {
  width: 1230px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.platform-advantage .advantage-item {
  width: 180px;
}
.platform-advantage .advantage-item .advantage-item-box {
  border-radius: 50%;
  width: 89px;
  height: 89px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0px 6px 10px rgba(120, 97, 214, 0.21);
  transform: translate3d(0,0,0)
}
.platform-advantage .advantage-item .num {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0D0F2B;
  transform: translate3d(0,0,0)
}
.platform-advantage .advantage-item:hover .advantage-item-box {
  transform: translateZ(0) translateY(-8px) scale(1.08);
  transition: transform .6s;
}
.platform-advantage .advantage-item img {
  width: 89px;
  height: 89px;
}

.platform-advantage .advantage-item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(13, 15, 43, 0.6);
  padding-top: 10px;
}

/* 七大流量入口 */
.flow-entrance {
  box-sizing: border-box;
  background: #110153;
  color: #fff;
  text-align: center;
}
.flow-entrance .block-title-box {
  padding-top: 97px;
}
.flow-entrance .block-title-box .block-title {
  color: #fff;
}

.flow-entrance h2 {
  font-size:30px;
  letter-spacing:3px;
  text-align: center;
  padding-top: 97px;
}

.flow-entrance .entrance-list {
  width: 1376px;
  height: 510px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 68px;
  box-sizing: content-box;
}
.flow-entrance .flow-content {
  /* position: relative; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.flow-entrance .flow-content .change {
  cursor: pointer;
  /* position: absolute; */
  transform: translateY(-50%);
}
.flow-entrance .flow-content .change:hover {
  opacity: 0.5;
}
.flow-entrance .flow-content .change img {
  width: 100%;
  height: 100%;
}
.flow-content .change.right {
  right: 7%;
}
.flow-content .change.left {
  left: 8%;
}

.flow-entrance .entrance-list .entrance-box {
  position: absolute;
  left: -1335px;
  white-space: nowrap;
  box-sizing: content-box;
}
.entrance-box .enterance-item {
  height: 100%;
  width: 213px;
  display: inline-block;
  position: relative;
  padding: 0 27px;
  box-sizing: content-box;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.entrance-box .enterance-item:hover {
  transform: scale(1.2) translateZ(0);
  transition: .4s;
}
.entrance-box .enterance-item img {
  width: 100%;
  height: 100%;
}
.entrance-box .enterance-item .enterance-item-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
  background-color: #ff2d57;
  color: #FFF;
  font-size: 16px;
  padding: 11px 29px 12px 24px;
  border-radius: 22px;
  white-space: nowrap;
  opacity: 0.86;
}
/* 抖音小程序功能 */
.tiktok-AppletFn {
  box-sizing: border-box;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 139px;
}

.tiktok-AppletFn > img {
  height: 54px;
}

.tiktok-AppletFn .AppletFn-desc {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(13, 15, 43, 0.6);
  letter-spacing:2px;
  padding-top: 19px;
  padding-bottom: 18px;
}
.tiktok-AppletFn .AppletFn-list {
  width: 1230px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.tiktok-AppletFn .AppletFn-list .AppletFn-item {
  width: 91px;
  flex: 0 0 25%;
  margin-top: 70px;
}
.tiktok-AppletFn .AppletFn-list .AppletFn-item .AppletFn-item-img {
  width: 91px;
  height: 91px;
  display: inline-block;
  border-radius: 45px;
  overflow: hidden;
  box-shadow: 0px 6px 10px rgba(120, 97, 214, 0.21);
}
.tiktok-AppletFn .AppletFn-list .AppletFn-item:hover .AppletFn-item-img {
  transform: translateY(-8px) scale(1.08) translateZ(0);
  transition: transform .6s;
}


.AppletFn-list .AppletFn-item img {
  width: 91px;
  height: 91px;
}
.tiktok-AppletFn .AppletFn-list .AppletFn-item .item-text {
  margin-top: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #0D0F2B;
  opacity: 1;
}

/* 运营方案 */
.operation-plan {
  box-sizing: border-box;
  text-align: center;
  padding-top: 106px;
  padding-bottom: 216px;
  background-color: #fbfbff;
}
.operation-plan > img {
  height: 54px;
} 
.operation-plan .operation-btn-box {
  width: 1230px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
}
.operation-btn-box .operation-btn {
  padding: 14px 34px 14px 31px;
  border-radius: 30px;
  font-size: 21px;
  font-family: Microsoft YaHei;
  color: #424DF4;
  border: 1px solid #424df4;
  margin-right: 20px;
  cursor: pointer;
}
.operation-btn-box .operation-btn.active {
  color: #FFFFFF;
  background-color: #423df4;
}
.operation-plan .operation-plan-content {
  padding-top: 108px;
  width: 1230px;
  margin: 0 auto;
  text-align: left;
}
.operation-plan .operation-plan-content .content {
  display: none;
}
.operation-plan .operation-plan-content .content.active {
  display: block;
}
.operation-plan-content .content .operation-desc {
  padding-top: 48px;
  width: 1326px;
}
.operation-plan-content .content .operation-desc .operation-desc-item {
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #0D0F2B;
}
.operation-desc-item.first {
  padding: 0 24px;
}
.operation-desc-item.second {
  padding: 0 84px;
  margin-right: -3px;
}
.operation-desc-item.third {
  width: 141px;
  margin-right: 80px;
  text-align: center;
}
.operation-desc-item.foutrh {
  width: 152px;
  text-align: center;
  margin-right: 77px;
}
.operation-desc-item.fifth {
  margin-right: 76px;
}
.operation-desc-item.sixth {
  width: 152px;
  text-align: center;
}


.operation-desc-item.first.attention {
  padding: 0 24px;
}
.operation-desc-item.second.attention {
  padding: 0px 126px;
  padding-left: 123px;
  margin-right: -27px;
}
.operation-desc-item.third.attention {
  width: 195px;
  margin-right: 97px;
  text-align: center;
}
.operation-desc-item.foutrh.attention {
  width: 152px;
  text-align: center;
  margin-right: 101px;
}
.operation-desc-item.fifth.attention {
  margin-right: 76px;
}

/* 精选模板 */
.flow-change {
  box-sizing: border-box;
  background: #F4F4FF;
  text-align: center;
  padding-top: 91px;
  padding-bottom: 60px;
  position: relative;
}
.flow-change .decorate {
  position: absolute;
  right: 0;
  width: 508px;
  height: 802px;
  top: 0;
}
.flow-change .switch-carousel-items{
  width: 1364px;
  height: 581px;
  background: url(http://cdn.jisuapp.cn/zhichi_frontend/static/pc2/vippacket/images/new_vibrato_page/selected-bg0.png);
  background-size: 1364px 581px;
}
.flow-change .switch-carousel-items>li{
  width: 100%;
  height: 100%;
  padding: 33px 0 32px 84px;
  box-sizing: border-box;
  text-align: left;
}
.carousel-item-left,
.carousel-item-right{
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  text-align: left;
}
.carousel-item-right {
  width: 434px;
  height: 352.8px;
}
.carousel-item-left{
  width: 502px;
  height: 476px;
  margin-right: 145px;
}
.carousel-item-left img{
  width: 100%;
  height: 100%;
}
.carousel-item-right>p{
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color:#333333;
}
.carousel-item-detail{
  width: 100%;
  display: flex;
}
.carousel-item-detail li{
  list-style: none;
  float: left;
  margin-left: -14px;
  text-align: center;
  margin-right: 24px;
}
.carousel-item-detail li:nth-child(1){
  margin-left: 0;
}
.carousel-item-detail li>div{
  margin-top: 18px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #7450F6;
  background-color: rgba(150,122,253, .1);
  padding: 9px 18px 9px 14px;
  border-radius: 20px;
}
.carousel-item-right .qr-code{
  margin-top: 40px;
  width: 149px;
  height: 149px;
  margin-left: 16px;
}
.carousel-item-right .qr-code img{
  width: 100%;
  height: 100%;
}
.carousel-item-right .sweep-code{
  margin-top: 33px;
  color: rgba(13, 15, 43, 0.6);
  margin-left: 16px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
}

.flow-change > img {
  height: 61px;
  margin-bottom: 40px;
}

.flow-change .flow-text {
  font-size:18px;
  font-weight:400;
  color:rgba(93,100,127,1);
  letter-spacing:2px;
  padding-bottom: 80px;
}

.flow-change .flow-wrap {
  width: 1364px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 63px;
  position: relative;
}

.flow-change .swiper-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.flow-change .switch-carousel-nav {
  border-bottom: 3px solid rgba(112, 130, 255, .43);
  width: 1200px;
  margin: 0 auto 40px;
}

.flow-change .switch-carousel-nav:after {
  content: '';
  display: block;
  clear: both;
}

.flow-change .switch-carousel-nav .active {
  position: relative;
  color: #424DF4;
  opacity: 1;
}

.flow-change .switch-carousel-nav .active:after {
  content: '';
  display: block;
  height: 7px;
  width: 100%;
  background: #424DF4;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.flow-change .switch-carousel-nav li {
  width: 300px;
  float: left;
  padding-bottom: 17px;
  font-size: 26px;
  font-weight: 400;
  color: rgba(13, 15, 43, 0.6);
  opacity: 0.6;
  letter-spacing: 2px;
  cursor: pointer;
}

.flow-change .switch-carousel-item {
  display: none;
}

.flow-change .switch-carousel-item.active {
  display: block;
}

.flow-change .swiper-slide img {
  width: 468px;
  margin-bottom: 30px;
}

.flow-change .swiper-title span {
  font-size: 30px;
}

.flow-change .change-last-desc {
  position: relative;
  height: 16px;
  line-height: 16px;
}

.flow-change .change-last-desc span {
  
position: absolute;
}

.flow-change .nav-dot {
  width: 64px;  
  margin-left: auto;  
  margin-right: auto;  
  display: flex;  
  justify-content: space-between;
}

.flow-change .nav-dot span.active {
  background: #3552BC;
}

/* 上线流程 */
.online-process {
  box-sizing: border-box;
  text-align: center;
  padding-top: 120px;
  margin-bottom: 173px;
}
.online-process > img {
  height: 54px;
}
.online-process .online-desc {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(13, 15, 43, 0.6);
  letter-spacing:2px;
  padding-top: 21px;
  padding-bottom: 106px;
}
.online-content {
  width: 100%;
}
.online-content > img {
  width: 1324px;
  margin: 0 auto;
}


/* count */
.rich-wrap {
  height: 400px;
  min-height: 400px;
}
.rich-wrap .count-part {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-top: 120px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/takeout/number_bg.jpg);
  background-size: 120% 400px;
}

.count-part>img {
  width: 100%;
}

.count-part ul {
  width: 80%;
  display: block;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.count-part ul>li {
  margin-right: 7%;
  width: auto;
  vertical-align: middle;
  height: auto;
}

.count-part ul>li:last-child {
	margin-right: 0%;
	position: relative;
	top: -45px;
}

.count-part ul>li>p:first-child {
  color: #424DF4;
  font-size: 38px;
  margin-bottom: 30px;
}

.count-part ul>li:last-child>p:first-child {
  color: #303445;
  font-size: 38px;
  margin-bottom: 30px;
}

.count-part ul>li>p:last-child {
  font-size: 22px;
  color: #303445;
}

.count-part p {
  text-align: center;
}

.count-part ul>li:last-child>p:last-child {
	margin: 0px auto;
	color: #fff;
	width: 322px;
	font-size: 22px;
	height: 56px;
	line-height: 56px;
	/* background: linear-gradient(180deg,rgba(121,154,247,1) 0%,rgba(68,97,236,1) 100%); */
  border-radius: 7px;
  background: #FF155E;
}

.count-part ul>li {
  display: inline-block;
}

.count-add{
	margin: 20px auto;
	color: #fff;
	width: 322px;
	font-size: 22px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #424DF4;
	border-radius: 7px;
}
.count-part .count-qr{
	position: absolute;
	right: -241px;
	top: -37px;
	margin-top: 47px;
	width: 215px;
	height: 250px;
}
/* 媒体查询 */
@media only screen and (max-width: 1580px) {
  .flow-change .switch-carousel-items {
    width: 1200px;
    margin: 0 auto;
  }
  .flow-change .switch-carousel-nav li {
    width: 207px;
  }
  .flow-change .switch-carousel-nav {
    width: 828px;
  }
  .online-content {
    width: 1200px;
    margin: 0 auto;
  }
  .tiktok-AppletFn .AppletFn-list {
    width: 1200px;
  }
  .platform-advantage .advantage-list {
    width: 1200px;
    justify-content: space-around;
  }
  .flow-entrance .entrance-list {
    width: 1140px;
  }
  .flow-entrance .entrance-list .entrance-box {
    font-size: 0;
    left: -1130px;
  }
  .entrance-box .enterance-item {
    width: 186px;
    padding: 0 21px;
  }
  .entrance-box .enterance-item:hover {
    transform: scale(1.1) translateZ(0);
    transition: .4s;
  }
  .online-content > img {
    width: 1200px;
  }
}

/* 抖音套餐start */
.ulList_two .intro .intro-left,
.ulList_two .intro .intro-right {
	display:inline-block;
	vertical-align: top;
}
.ulList_two .intro .intro-left {
	text-indent: 16px !important;
}
.introduce_one > ul > li p,.introduce_two > ul > li p {
	text-indent: 1.2em;
	padding-bottom: 10px;
}
.triangle {
	display: none;
	position: absolute;
	bottom: -30px;
	left: 0;
	border-top: 30px solid #fff;
	border-left: 110px solid transparent;
	border-right: 110px solid transparent;
}
.line-div {
	display: none;
	width: 210px;
	height: 30px;
	position: absolute;
	bottom: -31px;
	left: 0;
	overflow: hidden;
}
.line-div span {
	display: block;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.see_con{
	width: 100%;
	text-align: center;
	height: 50px;
	position: absolute;
	bottom: 24px;
	left: 0;
  line-height: 50px;
  color: #59607B;
}
/* 增值服务 */
.increment-wrap{
  width: 100%;
  height: 541px;
  background-size: cover;
}
.increment-wrap .increment-title{
	width:454px;
	margin: 0 auto;
	font-family:'Microsoft Yahei';
	text-align: center;
	margin-bottom: 39px;
}
.increment-wrap .increment-title p{
	width:126px;
	margin: 0 auto;
	height:40px;
	font-size:28px;
	font-weight:500;
	line-height:40px;
	letter-spacing:3px;
	padding-top: 34px;
	margin-bottom: 8px;
}
.increment-wrap .increment-title div{
	height:28px;
	font-size:18px;
	font-weight:400;
	line-height:25px;
	letter-spacing:2px;
}
.increment-wrap .increment-content{
	width: 1320px;
	margin: 0 auto;
}
.increment-wrap .increment-content li{
	width: 262px;
	height: 268px;
	float: left;
	margin-right: 60px;
	margin-bottom: 32px;
}
.increment-wrap .increment-content li:nth-child(4n){
	margin-right: 0;
}
.increment-wrap .increment-content li:nth-child(5){
	margin-left: 165px;
}
.increment-content li img{
	width: 100%;
	height: 100%;
}
.updateToCan {
	box-shadow: 0 0 5px #1c70ea;
}
.base-version .update-btn {
	box-shadow: 0 0 5px #B3FAF1;
}
/* .senior-version .update-btn {
	box-shadow: 0 0 5px #FFDFA7;
}
.enjoy-version .update-btn {
	box-shadow: 0 0 5px #DBB8FF;
} */
/* .flagship-version .update-btn {
	box-shadow: 0 0 5px #FF98E8;
} */
.updateToCan {
	background-color: #1c70ea;
}
.base-version .update-btn {
 background-color: #1BC7B1;
}
.senior-version .update-btn {
	/* background-color: #FFB243; */
	border:1px solid #FD8E53;
  color: #FD8E53;
}
.senior-version .update-btn:hover{
	background: linear-gradient(180deg,rgba(255,185,126,1) 0%,rgba(253,131,72,1) 100%);
	color: white;
	border: unset;
}
.enjoy-version .update-btn {
	border:1px solid #008EF4;
	color: #008EF4;
}
.enjoy-version .update-btn:hover {
	background:linear-gradient(180deg,rgba(0,183,250,1) 0%,rgba(0,128,242,1) 100%);
	color: white;
	border: unset;
}
.flagship-version .update-btn {
	border:1px solid #F96570;
	color: #F96570;
}
.flagship-version .update-btn:hover {
	background:linear-gradient(180deg,rgba(255,186,194,1) 0%,rgba(248,79,91,1) 100%);
	color: white;
	border: unset;
}
.line-div span{
	background-color: #EDEEEF;
}
.line-div span:nth-child(1) {
	transform: rotate(15.2deg);
	transform-origin: top left;
	-webkit-transform: rotate(15.2deg);
	-webkit-transform-origin: top left;
	-moz-transform: rotate(15.2deg);
	-moz-transform-origin: top left;
	-o-transform: rotate(15.2deg);
	-o-transform-origin: top left;
	box-shadow: #EBEBEC 0px 0px 10px;
}
.line-div span:nth-child(2) {
	transform: rotate(-15.2deg);
	transform-origin: top right;
	-webkit-transform: rotate(-15.2deg);
	-webkit-transform-origin: top right;
	-moz-transform: rotate(-15.2deg);
	-moz-transform-origin: top right;
	-o-transform: rotate(-15.2deg);
	-o-transform-origin: top right;
	box-shadow: #EBEBEC 0px 0px 10px;
}
.introduce_one > ul > li .header,.introduce_two > ul > li .header {
	height: 117px;
	color: #fff;
	text-align: center;
  position: relative;
}
/* .free-version .header {
	background: url(http://cdn.jisuapp.cn/zhichi_frontend/static/pc2/vippacket/images/vip1a.png) no-repeat;
	background-size: 100% auto;
}
 .free-version .header .free-img {
  width: 56px;
  margin-top: 10px;
} */
.senior-version .header .senior-img {
  width: 56px;
  margin-top: 16px;
}
.enjoy-version .header .enjoy-img {
  width: 56px;
  margin-top: 16px;
}
.flagship-version .header .flagship-img {
  width: 56px;
  margin-top: 16px;
}
.service-version .header .service-img {
  width: 56px;
  margin-top: 10px;
}
.base-version .header{
	background: url(../../../pc2/vippacket/images/p2.png) no-repeat;
	background-size: 100% auto;
}
.senior-version .header{
	background: url(../../../pc2/vippacket/images/vip-advanced.png) no-repeat;
	background-size: 100% auto;
}
.senior-version:hover .header{
	background: url(../../../pc2/vippacket/images/vip-advanced-hover.png) no-repeat;
	background-size: 100% auto;
}
.enjoy-version .header{
	background: url(../../../pc2/vippacket/images/vip-pride.png) no-repeat;
	background-size: 100% auto;
}
.flagship-version .header{
	background: url(../../../pc2/vippacket/images/vip-flagship.png) no-repeat;
	background-size: 100% auto;
}
.flagship-version:hover .header{
	background: url(../../../pc2/vippacket/images/vip-flagship-hover.png) no-repeat;
	background-size: 100% auto;
}
.service-version .header {
  background: url(../../../pc2/vippacket/images/vip5a.png) no-repeat;
	background-size: 100% auto;
}
.senior-version{
	box-shadow:0px 0px 14px rgba(234,212,173,0.4);
}
.enjoy-version{
	box-shadow:0px 0px 20px rgba(202,171,233,0.4);
}
.enjoy-version:hover .header {
  background: url(../../../pc2/vippacket/images/vip-pride-hover.png) no-repeat;
  background-size: 100% auto;
}
.flagship-version{
	box-shadow:0px 0px 14px rgba(235,170,189,0.4);
}
.service-version{
	box-shadow:0px 0px 14px rgba(155,161,226,0.4);
}

.header h3 {
	padding-top: 33px;
	font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}
.header h4 {
	
	font-size: 30px;
  margin-top: 5px;
}
.header h4 span {
	font-size: 16px;
	font-weight: normal;
}
.senior-version .header h4 {
  color: #FE8B50;
  font-size: 28px;
  width: 205px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.enjoy-version .header h4 {
  color: #00A0F6;
  font-size: 28px;
  width: 205px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.flagship-version .header h4 {
  color: #FB7380;
  font-size: 28px;
  width: 205px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.flagship-version .header h4 .rmb-icon {
  font-size: 24px;
  font-weight: bold;
}
.senior-version .header h4 .rmb-icon {
  font-size: 24px;
  font-weight: bold;
}
.enjoy-version .header h4 .rmb-icon {
  font-size: 24px;
  font-weight: bold;
}
.flagship-version .header h4 .slash {
  font-size: 22px;
  margin-left: 5px;
  margin-right: 5px;
}
.senior-version .header h4 .slash {
  font-size: 22px;
  margin-left: 5px;
  margin-right: 5px;
}
.enjoy-version .header h4 .slash {
  font-size: 22px;
  margin-left: 5px;
  margin-right: 5px;
}
.flagship-version .header h4 .vip-year {
  font-size: 22px;
}
.senior-version .header h4 .vip-year {
  font-size: 22px;
}
.enjoy-version .header h4 .vip-year {
  font-size: 22px;
}
.header img{
	margin-top: 30px;
}
.header .this-version {
	position: absolute;
  top: 0px;
  left: -4px;
	width: 108px;
	height: 108px;
	background: url(../../../pc2/vippacket/images/version-img.png) no-repeat;
	background-size: 100% auto;
}
li .intro {
  width: 100%;	
  height: 380px;
  position: relative;
}
li .intro .senior-li{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.senior-version .intro li:nth-child(1),
.enjoy-version .intro li:nth-child(1),
.flagship-version .intro li:nth-child(1){
  padding-top: 115px;
	color: #303445;
	line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
li .intro li:nth-child(2){
	/* border-bottom: 2px solid #E8F0EF; */
	box-sizing: border-box;
	/* padding-top: 70px; */
}
.senior-li {
  /* padding-top: 50px !important; */
  padding-bottom: 20px;
}
li .intro li:nth-child(3){
	height: 184px;
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
}
.dsesc{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
}
.dright {
  margin-right: 5px;
}
.dright img {
  height: 9px;
}

.senior-version .intro p {
	padding-bottom: 10px;
	width: 206px;
	float: left;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	font-weight: 400;
	color: #303445;
	line-height: 20px;
	letter-spacing: 1px;
}
.enjoy-version .intro p,
.flagship-version .intro p{
  padding-bottom: 10px;
}
.service-version .intro p.add-intro {
  text-indent: 49px !important;
  padding-top: 7px;
  padding-bottom: 16px;
  color: #59607B;
}
.all-same{
	font-size: 16px;
	font-weight: bold;
}
.senior-version .dsesc{
	background: #FFB243;
}
.senior-version .all-same{
	color: #FFB243;
}
.enjoy-version .dsesc{
	background: #A854FD;
}
.enjoy-version .all-same{
	color: #A854FD;
}
.flagship-version .dsesc{
	background: #FF2A6A;
}
.flagship-version .all-same{
	color: #FF2A6A;
}
.introduce_one > ul > li li,.introduce_two > ul > li li {
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3E;
}
.update-btn, .updateToCan {
	width: 188px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
	cursor: pointer;
	border-radius: 20px;
}
.increment-content .custom-made{
	width:230px;
	height:44px;
	line-height: 44px;
	background:linear-gradient(180deg,rgba(251,215,79,1) 0%,rgba(255,227,123,1) 100%);
	border: 0;
	border-radius:22px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #A07312;
}
.package-wrap {
	/* background: #F4F4F4; */
  min-height: 872px;
}
.package-wrap .service-made {
	width: 100%;
  min-height: 740px;
  position: relative;
}
.service-made .service-wrap {
	width: 100%;
	height: 670px;
	position: relative;
	padding-top: 50px;
	background-color: #F3F3FF;
}
.service-wrap .ulList_two{
	width: 1316px;
	margin: 0 auto;
}
.made-title h2 {
  height: 40px;
  text-align: center;
	font-size: 28px;
	font-family: 'Microsoft Yahei';
	font-weight: 600;
	color: rgba(48,52,69,1);
	line-height: 40px;
	letter-spacing: 3px;
	margin: 0 auto;
}
.made-title p {
  height:22px;
  font-size:15px;
  font-family: 'Microsoft Yahei';
  color:#9FA5BB;
  line-height:22px;
}
.service-wrap > ul > li {
  position: relative;
  vertical-align: top;
  width: 406px;
  height: 517px;
  margin-top: 20px;
  background-color: #fff;
  display: inline-block;
  border-radius: 10px;
}
.service-wrap > ul > li .header{
  height: 131px;
  color: #fff;
  text-align: center;
  position: relative;
}
/* hover */
.ulList_two .price{
  transform: scale(1);
  transition: all 0.2s linear 0s;
  box-shadow: rgba(234,212,173,0.4) 0px 0px 14px;
}
.ulList_two .price:hover{
  transform: scale(1.04);
  transition: all 0.2s linear 0s;
  box-shadow: rgba(234,212,173,0.5) 0px 0px 14px;
}
@media (max-width: 1680px) {
  .package-wrap {
    zoom: 0.85;
  }
}
@media (max-width: 1440px) {
  .package-wrap {
    zoom: 0.75;
  }
} 
.row{
	display: flex;
	flex-direction: row;
}
.col{
	display: flex;
	flex-direction: column;
}
.intro .row{
	justify-content:center;
}
.intro .row .update-btn{
	width: 163px;
	margin: 0px 8px;
}
.intro .row .update-btn:hover{
	width: 165px;
	height: 40px;
	margin: 0px 8px;
}
.content_dist{
	cursor: pointer;
}
/* 增值服务 */
.increment-wrap{
	width: 100%;
  height: 541px;
  background-color: #F4F4FF;
	background-size: cover;
}
.increment-wrap .increment-title{
	width:454px;
	margin: 0 auto;
	font-family:'Microsoft Yahei';
	text-align: center;
	/* color:#F5F5F5; */
	margin-bottom: 39px;
}
.increment-wrap .increment-title p{
	width:126px;
	margin: 0 auto;
	height:40px;
	font-size:28px;
	font-weight:500;
	line-height:40px;
	letter-spacing:3px;
	padding-top: 34px;
	margin-bottom: 8px;
}
.increment-wrap .increment-title div{
	height:28px;
	font-size:18px;
	font-weight:400;
	line-height:25px;
	letter-spacing:2px;
}
.increment-wrap .increment-content{
	width: 1320px;
	margin: 0 auto;
}
.increment-wrap .increment-content li{
	width: 262px;
	height: 270px;
	float: left;
	margin-right: 60px;
  margin-bottom: 32px;
}
.increment-wrap .increment-content li:nth-child(4n){
	margin-right: 0;
}
.increment-wrap .increment-content li:nth-child(5){
	margin-left: 165px;
}
.increment-content li img{
	width: 100%;
  height: 100%;
}
.updateToCan {
	box-shadow: 0 0 5px #1c70ea;
}
.base-version .update-btn {
	box-shadow: 0 0 5px #B3FAF1;
}
.online-zixun-tips{
  width: 100%;
  text-align: center;
  clear: both;
  color: #fff;
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Microsoft YaHei";
}
/* 抖音套餐end */
