
img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
/* 美化滚动条 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, .2);
}
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #b3b3b3;
  cursor: pointer;
}
.flexL {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flexC {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexR {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flexB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content {
  width: 1440px;
  height: auto;
  margin: 0 auto;
}
/* 面包屑导航 */
.breadcrumb {
  padding: 20px 0;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  display: flex;
  align-items: center;
}
.breadcrumb .home {
  width: 19px;
  height: 18px;
}
.breadcrumb .txt {
  padding-left: 8px;
}
.breadcrumb .and {
  width: 14px;
  height: 7px;
  margin: 0 8px;
}
.breadcrumb .item {
  cursor: pointer;
}
/* 分页 */
.pagination {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .van-pagination__item {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin: 0 5px;
  color: #999999;
  background: #F4F4F5;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
}
.pagination .van-pagination__next, 
.pagination .van-pagination__prev {
  width: 60px;
  height: 40px;
  min-width: 60px;
  background-color: #FFFFFF;
}
.pagination .van-pagination__item--active {
  color: #FFFFFF;
  background-color: #173EFF;
  border: 1px solid #173EFF;
}
.pagination .van-pagination__item::after {
  border-width: 0;
}
.pagination .gotoPage {
  padding-left: 60px;
  display: flex;
  align-items: center;
}
.pagination .gotoPage .txt {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.pagination .gotoPage .van-cell {
  width: 60px;
  margin: 0 10px;
  padding: 2px 10px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
}
/* 公共头部页面 */
.index .header,
.about .header,
.newlist .header,
.writings .header,
.resource .header,
.market .header,
.redbook .header {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0; */
  width: 100%;
  height: 80px;
  z-index: 100;
}
.headerPage {
  width: 100%;
  height: 80px;
  background-color: transparent;
}
.headerPage.on {
  background-color: #FFFFFF;
}
.headerPage .content {
  width: 1440px;
  height: 80px;
  margin: 0 auto;
}
.headerPage .content.pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerPage .pc .left,
.headerPage .pc .right {
  display: flex;
  align-items: center;
}
.headerPage .pc .logo {
  width: 121px;
  height: 37px;
  margin-right: 48px;
  cursor: pointer;
}
.headerPage .pc .navbar {
  display: flex;
  align-items: center;
}
.headerPage .navbar .nav {
  padding: 0 25px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.headerPage.on .navbar .nav {
  color: #333333;
}
.headerPage .navbar .text {
  position: relative;
  line-height: 1;
}
.headerPage .nav.active .text::after {
  position: absolute;
  left: 50%;
  bottom: -17px;
  content: '';
  display: block;
  width: 19px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  transform: translateX(-50%);
}
.headerPage.on .nav.active .text::after {
  background: linear-gradient(315deg, #0ADCF2 0%, #173EFF 100%);
}
.headerPage .telephone {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.headerPage.on .telephone {
  color: #333333;
}
.headerPage .telephone .icon {
  width: 17px;
  height: 18px;
  margin-right: 10px;
}
.headerPage .regBtn {
  padding: 0 20px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  cursor: pointer;
}
.headerPage.on .regBtn {
  color: #333333;
}
.headerPage .loginBtn {
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background: #FFA200;
  border-radius: 10px;
  cursor: pointer;
}
.headerPage .userMsg {
  margin-left: 50px;
}
.headerPage .username {
  width: 110px;
  height: 30px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fe403e;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #fe403e;
  border-radius: 5px;
}
.headerPage .exitBtn {
	padding: 0 10px;
	height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #fe403e;
	text-align: right;
	line-height: 30px;
	cursor: pointer;
}
.headerPage .userMsg .icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.headerPage.on .username {
  color: #fe403e;
}
.headerPage .app .username {
  color: #333333;
  border: none;
  text-align: right;
}
.headerPage .app .exitIconBtn {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
/* 公共头部移动端 */
.headerPage .content.app {
  width: 100%;
  height: 56px;
  background-color: #FFFFFF;
}
.headerPage .app .navbar {
  margin: 0 15px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerPage .app .logo {
  width: 121px;
  height: 37px;
}
.headerPage .app .group {
  display: flex;
  align-items: center;
}
.headerPage .app .loginBtn {
  width: 80px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  margin-right: 18px;
  background-color: #FFA200;
}
.headerPage .app .hamburger {
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerPage .hamburger .line {
  width: 26px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 
.headerPage .hamburger.active .line:nth-child(2){
  opacity: 0;
}
.headerPage .hamburger.active .line:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.headerPage .hamburger.active .line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.headerPage .appnav {
  width: 100vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 15px;
}
.headerPage .van-popup--bottom {
  height: calc(100vh - 55px);
}
.headerPage .appnav .text {
  padding: 0 15px;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
}
.headerPage .appnav .nav:nth-child(2n) .text {
  background-color: #f5f5f5;
}
/* 公共底部页面 */
.footerPage {
  width: 100%;
  height: 52px;
}
.footerPage .pc {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: column;
}
.footerPage .case1 {
  flex: 1;
  background-color: #111111;
  border-bottom: 1px solid #535354;
}
.footerPage .case1 .content {
  width: 1556px;
}
.footerPage .case1 .box1 {
  width: 100%;
  height: 180px;
  /* border-bottom: 1px solid #252525; */
}
.footerPage .box1 .hotTel .h3 {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}
.footerPage .box1 .hotTel .h5 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.footerPage .box1 .ask .h3,
.footerPage .box1 .about .h3 {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
.footerPage .box1 .ask .h5,
.footerPage .box1 .about .h5 {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.footerPage .box1 .gzh .icon,
.footerPage .box1 .kf .icon {
  width: 94px;
  height: 94px;
  margin-right: 10px;
}
.footerPage .box1 .gzh .h3,
.footerPage .box1 .kf .h3 {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
.footerPage .box1 .gzh .h5,
.footerPage .box1 .kf .h5 {
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.footerPage .box2 {
  padding-top: 20px;
}
.footerPage .box2 .logo {
  width: 110px;
  height: 29px;
  margin-right: 25px;
  cursor: pointer;
}
.footerPage .box2 .navbar .nav {
  height: 29px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 29px;
  cursor: pointer;
}
.footerPage .iconBox .icon1 {
  width: 38px;
  height: 30px;
}
.footerPage .iconBox .icon2 {
  width: 26px;
  height: 30px;
  margin-left: 20px;
}
.footerPage .case2 {
  width: 100%;
  height: 52px;
  background-color: #212121;
}
.footerPage .case2 .h5 {
  margin: 0 15px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 17px;
}
.footerPage .app .case1 .box1 {
  width: auto;
  height: auto;
  padding: 15px;
}
.footerPage .app .case1 .hotTel,
.footerPage .app .case1 .ask,
.footerPage .app .case1 .about,
.footerPage .app .case1 .gzh,
.footerPage .app .case1 .kf {
  margin-bottom: 20px;
}
.footerPage .app .hotTel .h3 {
  font-size: 24px;
}
.footerPage .app .hotTel .h5 {
  padding-top: 4px;
}
.footerPage .app .case2 {
  height: auto;
  padding: 15px 0;
}
.footerPage .app .case2 .h5 {
  margin: 8px 15px;
  font-size: 12px;
}

/* 网站右下角悬浮框 */
.FloatingBox {
  position: fixed;
  left: 12px;
  bottom: 180px;
  z-index: 99;
}
.FloatingBox .kf {
  width: 70px;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(196,196,196,0.5);
}
.FloatingBox .kf .item {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #E7E9ED;
  cursor: pointer;
}
.FloatingBox .kf .item a {
  display: inline-block;
  padding-top: 24px;
  padding-bottom: 18px;
}
.FloatingBox .kf .item:last-child {
  border: none;
}
.FloatingBox .kf .item.active {
  background-color: #173EFF;
}
.FloatingBox .kf .item.active .text {
  color: #FFFFFF;
}
.FloatingBox .kf .item .text {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.FloatingBox .kf .wx {
  width: 29px;
  height: 23px;
  margin: 0 auto;
}
.FloatingBox .kf .qq {
  width: 21px;
  height: 24px;
  margin: 0 auto;
}
.FloatingBox .kf .extend {
  position: absolute;
  top: 0;
  /* left: -260px; */
  left: 85px;
  width: 238px;
  height: 104px;
  border-radius: 0 10px 0 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(196,196,196,0.5);
}
.FloatingBox .kf .extend::before {
  position: absolute;
  /* right: -7px; */
  left: -6px;
  top: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  /* border-left: 8px solid #FFFFFF;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; */
  border-top: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #FFFFFF;
  transform: translateY(-50%);
  box-shadow: 0px 6px 20px 0px rgba(196,196,196,0.5);
}
.FloatingBox .extend .icon {
  width: 80px;
  height: 80px;
  margin-left: 10px;
}
.FloatingBox .extend .info {
  padding-left: 5px;
}
.FloatingBox .extend .info .h3 {
  padding: 2px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-align: left;
}
.FloatingBox .goTop {
  width: 70px;
  height: 57px;
  margin-top: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(196,196,196,0.5);
  cursor: pointer;
}
.FloatingBox .goTop .icon {
  width: 22px;
  height: 23px;
}

/* 网站首页 */
.index .container {
  z-index: 1000;
}
.index .banner {
  width: 100%;
  height: 620px;
}
.index .banner .van-swipe {
  width: 100%;
  height: 620px;
}
.index .banner .van-swipe__track,
.index .banner .van-swipe-item {
  width: 100% !important;
}
.index .banner .van-swipe__indicator {
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background-color: #b5b5b5;
}
.index .banner .van-swipe__indicator--active {
  background-color: #1989fa;
}
.index .ves1 {
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
}
.index .ves1 .content {
  height: 70px;
}
.index .ves1 .item:nth-child(1) .icon {
  width: 33px;
  height: 34px;
}
.index .ves1 .item:nth-child(2) .icon {
  width: 31px;
  height: 33px;
}
.index .ves1 .item:nth-child(3) .icon {
  width: 35px;
  height: 36px;
}
.index .ves1 .box {
  padding-left: 30px;
}
.index .ves1 .h3 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
}
.index .ves1 .h5 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.index .ves2 {
  width: 100%;
  height: 150px;
  background: #F3F6FF;
}
.index .ves2 .content {
  height: 150px;
}
.index .ves2 .item:nth-child(1) .icon {
  width: 55px;
  height: 59px;
}
.index .ves2 .item:nth-child(2) .icon {
  width: 57px;
  height: 57px;
}
.index .ves2 .item:nth-child(3) .icon {
  width: 52px;
  height: 49px;
}
.index .ves2 .item:nth-child(4) .icon {
  width: 66px;
  height: 64px;
}
.index .ves2 .box {
  padding-left: 32px;
}
.index .ves2 .h3 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 45px;
}
.index .ves2 .h5 {
  padding-top: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.index .hotMedia {
  width: 100%;
  height: auto;
  background-color: #F6F8FA;
}
.index .hotMedia .tabsCon {
  width: 100%;
  height: 161px;
  padding-top: 60px;
  border-bottom: 2px solid #E1E6F0;
}
.index .hotMedia .bigTitle {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.index .hotMedia .bigTitle .txt {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
}
.index .hotMedia .bigTitle .icon {
  width: 117px;
  height: 19px;
  margin-left: 11px;
}
.index .hotMedia .tabs {
  padding-top: 43px;
  display: flex;
  justify-content: center;
}
.index .hotMedia .tab {
  width: 104px;
  height: auto;
  margin: 0 20px;
  padding-bottom: 9px;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.index .hotMedia .tab.active {
  border-color: #173EFF;
}
.index .hotMedia .tab.active  .text {
  font-weight: 500;
  color: #173EFF;
}
.index .hotMedia .tab .icon {
  width: 31px;
  height: 30px;
  margin: 0 auto;
}
.index .hotMedia .tab .text {
  padding-top: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.index .hotMedia .list {
  padding-top: 40px;
  padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .hotMedia .item {
  width: 305px;
  height: 313px;
  padding: 20px;
  margin-bottom: 25px;
  background: #FFFFFF;
  border-radius: 15px;
  cursor: pointer;
}
.index .hotMedia .item .logo {
  width: 305px;
  height: 170px;
  display: flex;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #F1F2FA 0%, #E5ECFF 100%);
  overflow: hidden;
}
/* .index .hotMedia .item .logoImg {
  max-width: 120px;
  height: auto;
  transform: scale(1);
  transition: all 0.4s;
} */
.index .hotMedia .item .logoImg {
  width: 305px;
  height: 170px;
  transform: scale(1);
  transition: all 0.4s;
}
.index .hotMedia .item.on .logoImg {
  transform: scale(1.1);
  transition: all 0.4s;
}
.index .hotMedia .item .h1 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.index .hotMedia .item .h3 {
  height: 40px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.index .hotMedia .item .money {
  font-size: 28px;
  font-weight: 500;
  color: #173EFF;
  line-height: 40px;
}
.index .hotMedia .item .money span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.index .hotMedia .item .tag {
  width: 70px;
  height: 23px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  border-radius: 4px;
  background: linear-gradient(270deg, #FF9049 0%, #FE3E3E 100%);
}
.index .hotMedia .item .tag .icon {
  width: 11px;
  height: 7px;
  margin-right: 3px;
}
.index .solution {
  width: 100%;
  height: 866px;
  background: url(../imgs/solBg.png) no-repeat;
  background-size: 100% 100%;
}
.index .solution .case {
  position: relative;
  width: 100%;
  height: 866px;
}
.index .solution .case .title {
  padding-top: 125px;
  padding-left: 289px;
}
.index .solution .case .h2 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  display: flex;
  align-items: baseline;
}
.index .solution .case .titleImg {
  width: 119px;
  height: 19px;
  margin-left: 10px;
}
.index .solution .case .h1 {
  padding-top: 9px;
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  line-height: 56px;
} 
.index .solution .box {
  width: 993px;
  height: 260px;
  margin-top: 34px;
  padding: 100px  65px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  background: rgba(255,255,255,0.33);
  box-shadow: inset 0px 1px 3px 0px rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
}
.index .solution .scrollView {
  position: relative;
  width: 973px;
  height: 260px;
}
.index .scrollView .prevBtn {
  position: absolute;
  left: -23px;
  top: 50%;
  width: 46px;
  height: 46px;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}
.index .scrollView .nextBtn {
  position: absolute;
  right: -23px;
  top: 50%;
  width: 46px;
  height: 46px;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}
.index .scrollView .bigImg {
  position: absolute;
  top: -296px;
  right: -455px;
  width: 430px;
  height: 812px;
  z-index: 10;
}
.index .scrollView .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index .scrollView .list .item {
  position: relative;
  margin-right: 20px;
  width: 193px;
  height: 220px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
.index .scrollView .list .item:last-child {
  margin-right: 0;
}
.index .scrollView .list .item.active {
  background: linear-gradient(315deg, #0ADCF2 0%, #173EFF 100%);
}
.index .scrollView .item.active .h3,
.index .scrollView .item.active .h5 {
  color: #FFFFFF;
}
.index .scrollView .item .h3 {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.index .scrollView .item .h5 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.index .scrollView .item .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 35px;
  height: 28px;
}
.index .ves3 {
  width: 100%;
  height: 857px;
  background-color: #FFFFFF
}
.index .ves3 .content {
  position: relative;
}
.index .ves3 .textCon {
  padding-top: 214px;
}
.index .ves3 .h1 {
  font-size: 32px;
  font-weight: 500;
  color: #131415;
  line-height: 45px;
}
.index .ves3 .h1 span {
  color: #173EFF;
}
.index .ves3 .h5 {
  margin-top: 22px;
  margin-bottom: 53px;
  width: 519px;
  height: 84px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.index .ves3 .h3 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.index .ves3 .h3 span {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #173EFF;
  line-height: 33px;
}
.index .ves3 .boxs {
  position: absolute;
  top: 27px;
  right: -147px;
  width: 830px;
  height: 826px;
  background: url(../imgs/v3bg.png) no-repeat;
  background-size: 100% 100%;
}
.index .ves3 .boxs .pos {
  position: relative;
  width: 830px;
  height: 826px;
}
.index .ves3 .pos .box1 {
  position: absolute;
  top: 298px;
  left: -125px;
  width: 393px;
  height: 209px;
  overflow: hidden;
  padding-left: 24px;
  background: url(../imgs/v3bg1.png) no-repeat;
  background-size: 100% 100%;
}
.index .ves3 .box1 .h1 {
  padding-left: 3px;
  margin-top: 109px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.index .ves3 .box1 .icon {
  width: 142px;
  height: 41px;
  margin-right: 10px;
}
.index .ves3 .box1 .h2 {
  margin-top: 11px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.index .ves3 .box2 {
  position: absolute;
  left: 236px;
  top: 141px;
  width: 205px;
  height: 120px;
  padding-left: 12px;
  overflow: hidden;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 8px 21px 0px rgba(221,221,221,0.5);
  z-index: 1;
}
.index .ves3 .box2::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 103px;
  height: 73px;
  background: url(../imgs/v3bg2.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.index .ves3 .box2 .icon {
  width: 71px;
  height: 27px;
  margin-top: 38px;
}
.index .ves3 .box2 .h2 {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.index .ves3 .box3 {
  position: absolute;
  right: 215px;
  top: 335px;
  width: 228px;
  height: 135px;
  padding-left: 14px;
  overflow: hidden;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 8px 21px 0px rgba(221,221,221,0.5);
  z-index: 1;
}
.index .ves3 .box3::before {
  position: absolute;
  top: 0;
  right: -1px;
  content: '';
  display: block;
  width: 77px;
  height: 98px;
  background: url(../imgs/v3bg3.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.index .ves3 .box3 .icon {
  width: 106px;
  height: 30px;
  margin-top: 54px;
}
.index .ves3 .box3 .h2 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.index .ves3 .box4 {
  position: absolute;
  left: 202px;
  bottom: 146px;
  width: 287px;
  height: 141px;
  padding-left: 22px;
  overflow: hidden;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 8px 21px 0px rgba(221,221,221,0.5);
  z-index: 1;
}
.index .ves3 .box4::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 129px;
  height: 139px;
  background: url(../imgs/v3bg4.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.index .ves3 .box4 .icon {
  width: 66px;
  height: 22px;
  margin-top: 60px;
}
.index .ves3 .box4 .h2 {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.index .ves3 .box5 {
  position: absolute;
  left: -9px;
  bottom: 183px;
  width: 174px;
  height: 102px;
  padding-left: 12px;
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 8px 21px 0px rgba(221,221,221,0.5);
  z-index: 1;
}
.index .ves3 .box5 .icon {
  width: 110px;
  height: 27px;
  margin-top: 25px;
}
.index .ves3 .box5 .h2 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.index .ves4 {
  width: 100%;
  height: 819px;
  background: linear-gradient(90deg, #0A081F 0%, #252E5E 100%);
}
.index .ves4 .content {
  padding-top: 46px;
}
.index .ves4 .bigTitle {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.index .ves4 .bigTitle .icon {
  width: 131px;
  height: 19px;
  margin-left: 10px;
}
.index .ves4 .case {
  position: relative;
  height: 476px;
}
.index .ves4 .box1 {
  position: absolute;
  top: 0;
  left: -35px;
  width: 900px;
  height: 476px;
  z-index: 2;
}
.index .ves4 .box2 {
  position: absolute;
  top: 52px;
  left: 672px;
  width: 606px;
  height: 367px;
  padding: 5px 44px 17px 118px;
  background: #232A44;
  border-radius: 10px;
}
.index .ves4 .box2 .item {
  padding-top: 20px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #6A6F7F;
}
.index .ves4 .box2 .item:last-child {
  border: none;
}
.index .ves4 .item .step {
  width: 46px;
  height: 18px;
}
.index .ves4 .item .and {
  width: 36px;
  height: 6px;
  margin: 0 5px;
}
.index .ves4 .item .h3 {
  padding-left: 11px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.index .ves4 .item .h5 {
  width: 420px;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #9B9EAA;
  line-height: 28px;
}
.index .ves4 .buttonRow {
  margin-top: 70px;
}
.index .ves4 .releaseBtn {
  width: 160px;
  height: 60px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 30px;
  background: #D8D8D8 linear-gradient(315deg, #0ADCF2 0%, #173EFF 100%);
  cursor: pointer;
}
.index .ves4 .releaseBtn .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.index .ves4 .askBtn {
  width: 250px;
  height: 58px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 58px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.index .ves5 {
  width: 100%;
  height: 418px;
  background-color: #FFFFFF;
}
.index .ves5 .bigTitle {
  margin-bottom: 43px;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.index .ves5 .bigTitle .icon {
  width: 158px;
  height: 19px;
  margin-left: 11px;
}
.index .ves5 .content {
  padding-top: 46px;
}
.index .ves5 .marqueeBox1,
.index .ves5 .marqueeBox2 {
  width: 1440px;
  overflow: hidden;
}
.index .ves5 .marqueeBox1 {
  margin-bottom: 24px;
}
.index .ves5 .list {
  display: flex;
}
.index .ves5 .list .item {
  width: 272px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #DCDCDC;
}
.index .ves5 .list .item .icon {
  display: inline;
  vertical-align: middle;
  max-width: 120px;
  height: auto;
}
.index .ves6 {
  position: relative;
  width: 100%;
  height: 985px;
  background: #F6F8FA;
  z-index: 1;
}
.index .ves6::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  height: 926px;
  background: linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(180,200,255,0.35) 100%);
  z-index: -1;
}
.index .ves6 .tabsCon {
  width: 100%;
  height: 152px;
  padding-top: 41px;
  border-bottom: 2px solid #E1E6F0;
}
.index .ves6 .rows {
  position: relative;
}
.index .ves6 .bigTitle {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.index .ves6 .bigTitle .txt {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
}
.index .ves6 .bigTitle .icon {
  width: 181px;
  height: 19px;
  margin-left: 11px;
}
.index .ves6 .rows .more {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index .ves6 .rows .more .icon {
  width: 23px;
  height: 10px;
  margin-left: 10px;
}
.index .ves6 .tabs {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.index .ves6 .tab {
  width: 104px;
  height: auto;
  margin: 0 18px;
  padding-bottom: 13px;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.index .ves6 .tab.active {
  border-color: #173EFF;
}
.index .ves6 .tab.active  .text {
  font-weight: 500;
  color: #173EFF;
}
.index .ves6 .tab:nth-child(1) .icon {
  width: 22px;
  height: 29px;
  margin: 0 auto;
}
.index .ves6 .tab:nth-child(2) .icon {
  width: 27px;
  height: 27px;
  margin: 0 auto;
  margin-bottom: 2px;
}
.index .ves6 .tab:nth-child(3) .icon {
  width: 31px;
  height: 29px;
  margin: 0 auto;
}
.index .ves6 .tab .text {
  padding-top: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.index .ves6 .case {
  padding-top: 30px;
}
.index .ves6 .one {
  width: 610px;
  height: 663px;
  padding: 20px;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
}
.index .ves6 .coverImg {
  width: 610px;
  height: 412px;
  border-radius: 5px;
  overflow: hidden;
}
.index .ves6 .one .h1 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.index .ves6 .one .h5 {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.index .ves6 .one .h5 span {
  padding-right: 20px;
}
.index .ves6 .one .h3 {
  height: 64px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #6D717C;
  line-height: 32px;
}
.index .ves6 .one .newInfo {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #173EFF;
  line-height: 20px;
}
.index .ves6 .one .newInfo .icon {
  width: 23px;
  height: 10px;
  margin-left: 10px;
}
.index .ves6 .other {
  width: 775px;
  height: 703px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .ves6 .other .item {
  width: 735px;
  height: 104px;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 30px 10px 20px 30px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.index .ves6 .other .day {
  font-size: 48px;
  font-weight: 500;
  color: #173EFF;
  line-height: 67px;
}
.index .ves6 .other .yearM {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.index .ves6 .other .info {
  width: 648px;
  height: auto;
}
.index .ves6 .other .h3 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.index .ves6 .other .h5 {
  font-size: 16px;
  font-weight: 400;
  color: #6D717C;
  line-height: 32px;
}
.index .ves7 {
  width: 100%;
  height: 201px;
  background: url(../imgs/regBg.png) no-repeat;
  background-size: 100% 100%;
}
.index .ves7 .h1 {
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
.index .ves7 .button {
  width: 150px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  color: #173EFF;
  line-height: 25px;
  margin-left: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
}
.index .ves7 .button .icon {
  width: 26px;
  height: 10px;
  margin-left: 10px;
}
/* 登录页面 */
.login {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.login .header {
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(238,238,238,0.5);
  z-index: 2;
}
.login .header .content {
  height: 80px;
}
.login .header .logo {
  width: 109px;
  height: 30px;
  cursor: pointer;
}
.login .header .telephone {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.login .telephone .icon {
  width: 17px;
  height: 18px;
  margin-right: 10px;
}
.login .header .homeBtn {
  margin-right: 20px;
  width: 120px;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  color: #318CFF;
  line-height: 38px;
  text-align: center;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #318CFF;
  cursor: pointer;
}
.login .header .askBtn {
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  background: #318CFF;
  cursor: pointer;
}
.login .main {
  position: relative;
  flex: 1;
  z-index: 1;
  background: #F5F7FB;
}
.login .main::before {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  background: url(../imgs/lrBg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.login .pack {
  width: 1046px;
  height: 560px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.login .pack .brief {
  width: 521px;
  height: 560px;
  padding-left: 39px;
  background: #318CFF;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.login.reg .pack,
.login.reg .pack .brief {
  height: 630px;
}
.login .brief .logo {
  width: 145px;
  height: 32px;
  margin: 29px 0 23px 0;
}
.login .brief .h5 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}
.login .brief .qrBox {
  margin-top: 23px;
  padding-left: 145px;
}
.login .qrBox .qr {
  width: 179px;
  height: 179px;
}
.login .qrBox .tips {
  width: 179px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.login .pack .infoBox {
  width: 428px;
  height: 110px;
  margin-top: 27px;
  padding: 17px 20px 0 20px;
  border-radius: 14px;
  background: #FFFFFF;
}
.login .infoBox .rows {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.login .infoBox .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.login .logon {
  flex: 1;
  padding-left: 55px;
}
.login .logon .title {
  padding-bottom: 22px;
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 37px;
}
.login .logon .inputBox {
  width: 385px;
  height: 48px;
  margin-top: 25px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
.login .inputBox .van-cell {
  padding: 12px 10px;
}
.login .logon .codeBox {
  margin-top: 25px;
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .codeBox .codeImg {
  width: 148px;
  height: 46px;
  cursor: pointer;
}
.login .codeBox .inputBox {
  width: 226px;
  margin-top: 0;
}
.login .agreement {
  margin-top: 20px;
}
.login .agreement .text {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.login .agreement span {
  padding: 0 5px;
  text-decoration: underline;
  color: #318CFF;
  cursor: pointer;
}
.login .agreement .van-checkbox__icon {
  font-size: 14px;
}
.login .logon .button {
  margin-top: 30px;
  width: 385px;
  height: 55px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 55px;
  text-align: center;
  border-radius: 8px;
  background: #318CFF;
  cursor: pointer;
}
.login .goRegister {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.login .goRegister span {
  color: #318CFF;
  cursor: pointer;
}
.login.reg .logon .inputBox {
  margin-top: 10px;
}
.login.reg  .logon .codeBox {
  margin-top: 0;
}
.login.reg  .logon .codeBtn {
  width: 148px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin-top: 10px;
  border-radius: 8px;
  background: #318CFF;
  cursor: pointer;
}

/* 关于我们 */
.about .banner {
  width: 100%;
  height: 548px;
  padding-top: 152px;
  background: url(../imgs/abt1.png) no-repeat;
  background-size: 100% 100%;
}
.about .banner .logo {
  width: 108px;
  height: 28px;
  margin: 0 auto;
}
.about .banner .titleImg {
  width: 607px;
  height: 50px;
  margin: 0 auto;
  margin-top: 26px;
}
.about .banner .buttonRow {
  margin-top: 34px;
}
.about .banner .pubBtn {
  margin: 0 15px;
  width: 146px;
  height: 49px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 49px;
  background: #173EFF;
  cursor: pointer;
}
.about .banner .pubBtn .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.about .banner .askBtn {
  margin: 0 15px;
  width: 146px;
  height: 47px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  border-radius: 49px;
  border: 1px solid #333333;
  cursor: pointer;
}
.about .banner .askBtn .icon {
  width: 24px;
  height: 10px;
  margin-left: 9px;
}
.about .ves1 {
  padding-top: 103px;
}
.about .ves1 .logo .icon {
  width: 207px;
  height: 55px;
}
.about .ves1 .logo .txt {
  padding-left: 8px;
  font-size: 38px;
  font-weight: 500;
  color: #333333;
  line-height: 53px;
  white-space: nowrap;
}
.about .ves1 .h3 {
  /*width: 1030px;*/
  /*height: 72px;*/
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.about .ves2 {
  padding-top: 35px;
  padding-bottom: 60px;
}
.about .ves2 .h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.about .ves3 .box1 {
  padding-top: 37px;
}
.about .ves3 .h1 {
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 500;
  color: #333333;
  line-height: 53px;
}
.about .ves3 .h1 span {
  color: #173EFF;
}
.about .ves3 .rows {
  padding-top: 48px;
}
.about .ves3 .cell {
  width: 250px;
}
.about .ves3 .h5 {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.about .ves3 .h2 {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  line-height: 56px;
}
.about .ves3 .button {
  margin-top: 44px;
  width: 146px;
  height: 49px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 49px;
  background: #173EFF;
  cursor: pointer;
}
.about .ves3 .button .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.about .ves3 .box2 {
  width: 727px;
  height: 425px;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 40px 0px rgba(0,0,0,0.04);
}
.about .ves3 .box2 .icon {
  width: 727px;
  height: 425px;
}
.about .ves4 {
  padding: 70px 0;
}
.about .ves4 .item {
  position: relative;
  width: 419px;
  height: 132px;
  padding: 42px 20px 30px 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #173EFF;
  z-index: 1;
}
.about .ves4 .item1::before {
  position: absolute;
  top: 35px;
  right: 9px;
  content: '';
  display: block;
  width: 180px;
  height: 148px;
  background: url(../imgs/abt4.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.about .ves4 .item2::before {
  position: absolute;
  top: 30px;
  right: 7px;
  content: '';
  display: block;
  width: 182px;
  height: 157px;
  background: url(../imgs/abt5.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.about .ves4 .item3::before {
  position: absolute;
  top: 21px;
  right: 7px;
  content: '';
  display: block;
  width: 161px;
  height: 152px;
  background: url(../imgs/abt6.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.about .ves4 .h3 {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.about .ves4 .h5 {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.about .map {
  position: relative;
  width: 100%;
  height: 571px;
  background: url(../imgs/abt7.png) no-repeat;
  background-size: 100% 100%;
}
.about .map .case {
  position: absolute;
  top: 139px;
  left: 300px;
  width: 773px;
  height: 191px;
  padding: 40px;
  border-radius: 10px;
  background: #FFFFFF;
}
.about .map .coverImg {
  width: 220px;
  height: 191px;
}
.about .map .info {
  padding-left: 24px;
}
.about .map .h1 {
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
}
.about .map .h1 .icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.about .map .h3 {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
}
.about .map .h3 span {
  font-weight: 600;
}
.about .map .kf {
  padding-left: 33px;
}
.about .map .kf .h5 {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.about .map .kf .icon {
  width: 113px;
  height: 114px;
}
.about .ves5 {
  width: 100%;
  height: 102px;
  background: url(../imgs/abt10.png) no-repeat;
  background-size: 100% 100%;
}
.about .ves5 .box {
  padding-right: 155px;
  height: 102px;
}
.about .ves5 .button {
  width: 140px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #173EFF;
  line-height: 46px;
  text-align: center;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
}

/* 新闻列表页 */
.newlist .banner {
  width: 100%;
  height: 310px;
  background: url(../imgs/newBanner.png) no-repeat;
  background-size: 100% 100%;
}
.writings .banner {
  width: 100%;
  height: 310px;
  background: url(../imgs/newBanner2.png) no-repeat;
  background-size: 100% 100%;
}
.newlist .banner .content,
.writings .banner .content {
  padding-top: 126px;
}
.newlist .banner .h1,
.writings .banner .h1 {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.newlist .banner .search,
.writings .banner .search {
  width: 418px;
  height: 46px;
  padding: 0 30px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 46px;
  background-color: #FFFFFF;
}
.newlist .banner .icon,
.writings .banner .icon {
  width: 17px;
  height: 18px;
}
.newlist .banner .value,
.writings .banner .value {
  position: relative;
  flex: 1;
  height: 46px;
  padding-left: 21px;
}
.newlist .banner .value::before,
.writings .banner .value::before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  background-color: #999999;
  transform: translateY(-50%);
}
.newlist .banner .van-cell,
.writings .banner .van-cell {
  padding: 11px 19px;
  padding-right: 0;
}
.newlist .banner .h5,
.writings .banner .h5 {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
}
.newlist .container {
  padding-bottom: 70px;
  background-color: #F6F8FA;
}
.newlist .ves1 .item {
  position: relative;
  width: 345px;
  height: 198px;
  overflow: hidden;
  cursor: pointer;
}
.newlist .ves1 .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: all 0.4s;
}
.newlist .ves1 .item.on .cover {
  transform: scale(1.2);
  transition: all 0.4s;
}
.newlist .ves1 .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 9px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.newlist .ves2 {
  margin-top: 30px;
  align-items: flex-start;
}
.newlist .ves2 .case1 {
  width: 990px;
  height: auto;
}
.newlist .ves2 .case2,
.writings .ves2 .case2 {
  width: 431px;
  height: auto;
}
.newlist .ves2 .case1 .box {
  padding-bottom: 13px;
  border-bottom: 1px solid #EDEDED;
}
.newlist .ves2 .tabs .tab {
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  cursor: pointer;
}
.newlist .ves2 .tabs .tab.active {
  color: #173EFF;
}
.newlist .ves2 .tabs .tab.active::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  content: '';
  display: block;
  height: 2px;
  background-color: #173EFF;
}
.newlist .ves2 .sdate .label {
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.newlist .ves2 .sdate .value {
  position: relative;
  width: 140px;
  height: 32px;
  padding: 0 10px;
  padding-right: 30px;
  border-radius: 4px;
  background: #F6F8FA;
  border: 1px solid #E3E3E3;
  cursor: pointer;
}
.newlist .dateBox {
  width: 450px;
  height: 500px;
  border-radius: 15px;
}
.newlist .van-popup--center {
  border-radius: 15px;
}
.newlist .van-calendar__popup.van-popup--bottom,
.newlist .van-calendar__popup.van-popup--top {
  width: 450px;
  height: 500px;
  border-radius: 15px;
}
.newlist .ves2 .sdate .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 15px;
  transform: translateY(-50%);
}
.newlist .ves2 .sdate .val {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
}
.newlist .ves2 .list {
  padding-top: 4px;
  min-height: 1200px;
}
.newlist .ves2 .list .item {
  padding: 14px 20px 25px 10px;
  margin-top: 20px;
  width: 960px;
  height: 181px;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
}
.newlist .ves2 .item .coverImg {
  width: 227px;
  height: 181px;
  overflow: hidden;
  border-radius: 10px;
}
.newlist .ves2 .item .coverImg img {
  transform: scale(1);
  transition: all 0.4s;
}
.newlist .ves2 .list .item.on .coverImg img {
  transform: scale(1.2);
  transition: all 0.4s;
}
.newlist .ves2 .item .info {
  flex: 1;
  padding-left: 30px;
}
.newlist .ves2 .item .title {
  width: 704px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.newlist .ves2 .item .h5 {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.newlist .ves2 .item .type {
  color: #FE3E3E;
  margin-right: 53px;
}
.newlist .ves2 .item .timer {
  color: #999999;
}
.newlist .ves2 .item .h3 {
  width: 704px;
  height: 64px;
  font-size: 16px;
  font-weight: 400;
  color: #6D717C;
  line-height: 32px;
}
.newlist .ves2 .item .detail {
  font-size: 14px;
  font-weight: 400;
  color: #173EFF;
  line-height: 20px;
}
.newlist .ves2 .item .detail .icon {
  width: 23px;
  height: 10px;
  margin-left: 10px;
}

.newlist .ves2 .login,
.writings .ves2 .login {
  width: 431px;
  height: 413px;
  display: flex;
  margin-bottom: 53px;
  flex-direction: column;
}
.newlist .ves2 .logon,
.writings .ves2 .logon {
  flex: 1;
  padding: 0 23px;
  border-radius: 10px 10px 0 0;
  background-color: #FFFFFF;
}
.newlist .ves2 .logon .title,
.writings .ves2 .logon .title {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  text-align: center;
}
.newlist .ves2 .logon .inputBox,
.writings .ves2 .logon .inputBox {
  width: 385px;
  height: 48px;
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
.newlist .ves2 .inputBox .van-cell,
.writings .ves2 .inputBox .van-cell {
  padding: 12px 10px;
}
.newlist .ves2 .logon .codeBox,
.writings .ves2 .logon .codeBox {
  margin-top: 10px;
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newlist .ves2 .codeBox .codeImg,
.writings .ves2 .codeBox .codeImg {
  width: 148px;
  height: 49px;
}
.newlist .ves2 .codeBox .inputBox,
.writings .ves2 .codeBox .inputBox {
  width: 226px;
  margin-top: 0;
}
.newlist .ves2 .agreement,
.writings .ves2 .agreement {
  width: 431px;
  height: 44px;
  margin: 0;
  background: #F3F3F3;
}
.login .agreement .text,
.writings .agreement .text {
  padding-left: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  cursor: pointer;
}
.login .agreement span,
.writings .agreement span {
  padding: 0 5px;
  text-decoration: underline;
  color: #222222;
  cursor: pointer;
}
.login .agreement .van-checkbox__icon,
.writings .agreement .van-checkbox__icon {
  font-size: 14px;
}
.newlist .ves2 .logon .button,
.writings .ves2 .logon .button {
  margin-top: 30px;
  width: 385px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  background: #173EFF;
  cursor: pointer;
}
.newlist .ves2 .goRegister,
.writings .ves2 .goRegister {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.newlist .ves2 .goRegister span,
.writings .ves2 .goRegister span {
  color: #173EFF;
  cursor: pointer;
}
.newlist .ves2 .case2 .ask,
.writings .ves2 .case2 .ask {
  width: 431px;
  height: 212px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.newlist .ves2 .hotList,
.writings .ves2 .hotList {
  margin-top: 20px;
  width: 391px;
  height: auto;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
.newlist .ves2 .hotList .title,
.writings .ves2 .hotList .title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.newlist .ves2 .hotList .item,
.writings .ves2 .hotList .item {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  cursor: pointer;
}
.newlist .ves2 .hotList .num,
.writings .ves2 .hotList .num {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  background: #ABABAB;
}
.newlist .ves2 .hotList .item:nth-child(1) .num,
.writings .ves2 .hotList .item:nth-child(1) .num {
  background-color: #FF3939;
}
.newlist .ves2 .hotList .item:nth-child(2) .num,
.writings .ves2 .hotList .item:nth-child(2) .num {
  background-color: #FF6F24;
}
.newlist .ves2 .hotList .item:nth-child(3) .num,
.writings .ves2 .hotList .item:nth-child(3) .num {
  background-color: #FF8C25;
}
.newlist .ves2 .hotList .txt,
.writings .ves2 .hotList .txt {
  width: 360px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E8EC;
}
.newlist .ves2 .hotList .item:last-child .txt,
.writings .ves2 .hotList .item:last-child .txt {
  border: none;
}

/* 文章详情 */
.writings .container {
  padding-bottom: 60px;
  background-color: #F6F8FA;
}
.writings .ves2 {
  align-items: flex-start;
}
.writings .ves1 {
  width: 930px;
  min-height: 800px;
  padding: 60px 30px;
  background-color: #FFFFFF;
}
.writings .ves1 .title {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.writings .ves1 .h5 {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.writings .ves1 .h5 .timer,
.writings .ves1 .h5 .pageview {
  padding-left: 25px;
}
.writings .ves1 .richP,
.writings .ves1 .richSpan {
  margin-bottom: 30px;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  line-height: 32px !important;
  white-space: wrap !important;
  /* text-wrap: wrap !important; */
}
.writings .ves1 .richImg {
  width: 738px;
  height: 347px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.writings .ves1 .rows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.writings .ves1 .prenew a,
.writings .ves1 .nextnew a {
  display: block;
  width: 350px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  overflow: hidden; /* 当内容超出容器时进行隐藏 */
  white-space: nowrap; /* 不换行 */
  text-overflow: ellipsis; /* 使用省略号表示被隐藏的部分 */
}
.writings .ves1 .nextnew a {
  text-align: right;
}
/* 网站资源、自媒体资源 */
.resource .container {
  background-color: #F6F8FA;
}
.resource .banner {
  width: 100%;
  height: 310px;
  background: url(../imgs/resBanner.png) no-repeat;
  background-size: 100% 100%;
}
.resource .banner .content {
  padding-top: 135px;
}
.resource .banner .h1 {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
}
.resource .banner .h3 {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.resource .banner .h5 {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.resource .factor {
  position: relative;
  margin-top: -32px;
  min-height: 400px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  z-index: 10;
}
.resource .factor::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  height: 188px;
  background: url(../imgs/resbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.resource .factor .project {
  padding: 32px 30px;
  padding-bottom: 0;
  border-bottom: 2px solid #E1E6F0;
}
.resource .project .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.resource .project .item .label {
  width: 92px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.resource .project .item .value {
  width: 1304px;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.resource .project .radio {
  margin-bottom: 10px;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  border-radius: 30px;
  cursor: pointer;
}
.resource .project .radio.active {
  color: #FFFFFF;
  background-color: #173EFF;
}
.resource .project .value .icon {
  width: 17px;
  height: 17px;
  margin-left: 5px;
  margin-bottom: 12px;
}
.resource .searchBox {
  padding: 30px 0;
}
.resource .searchBox .search {
  padding-left: 20px;
  width: 508px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  background: #F0F2FA;
}
.resource .searchBox .icon {
  width: 17px;
  height: 18px;
}
.resource .searchBox .value {
  position: relative;
  padding-left: 40px;
  flex: 1;
}
.resource .searchBox .value::before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  background-color: #999999;
  transform: translateY(-50%);
}
.resource .searchBox .van-cell {
  padding: 13px 10px;
  padding-left: 0;
  background: transparent;
}
.resource .searchBox .button {
  width: 112px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  background: #173EFF;
  border-radius: 50px;
  cursor: pointer;
}
.resource .searchBox .joinBrn {
  margin-left: 20px;
  width: 110px;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #173EFF;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #F0F2FA;
  border: 1px solid #173EFF;
  cursor: pointer;
}
.resource .resList {
  margin-top: 10px;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 10px 10px 0px 0px;
}
.resource .resList .thead {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 10px;
  background: #EFF5FF;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 2px 10px 0px rgba(224,224,224,0.5);
}
.resource .thead .th {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: center;
}
.resource .resList .rows {
  min-height: 70px;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resource .resList .rows:nth-child(even) {
  background-color: #F6F6F7;
}
.resource .resList .rows .td {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.resource .resList .rows .tag {
  width: 51px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #173EFF;
  margin: 4px auto;
}
.resource .resList .rows .tag .icon {
  width: 16px;
  height: 16px;
  margin-left: 7px;
}
.resource .resList .rows .tag .number {
  width: 23px;
  height: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  background: #173EFF;
}
.resource .pagination {
  padding-top: 50px;
  padding-bottom: 60px;
}
.resource .thead.web .th1,
.resource .tList.web .td1 {
  width: 180px;
  text-align: left;
}
.resource .thead.web .th2,
.resource .thead.web .th3,
.resource .tList.web .td2,
.resource .tList.web .td3 {
  width: 120px;
}
.resource .thead.web .th4,
.resource .tList.web .td4 {
  width: 120px;
}
.resource .thead.web .th5,
.resource .thead.web .th6,
.resource .thead.web .th7,
.resource .tList.web .td5,
.resource .tList.web .td6,
.resource .tList.web .td7 {
  width: 70px;
}
.resource .thead.web .th8,
.resource .tList.web .td8 {
  width: 80px;
}
.resource .thead.web .th9,
.resource .tList.web .td9 {
  width: 90px;
}
.resource .thead.web .th10,
.resource .tList.web .td10 {
  width: 220px;
}
.resource .thead.web .th11,
.resource .tList.web .td11 {
  width: 90px;
}
.resource .tList.web .td1 {
  font-weight: 500;
}
.resource .tList.web .td1 a {
  display: flex;
  align-items: center;
}
.resource .tList.web .td1 .fire {
  width: 11px;
  height: 13px;
  margin-right: 4px;
}
.resource .tList.web .td1 .official {
  margin-top: 5px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  overflow: hidden;
  background-color: #173EFF;
}
.resource .tList.web .td1 a,
.resource .tList.wemedia .td1 a {
  color: #333333;
  cursor: pointer;
}
.resource .tList.web .td1 a:hover,
.resource .tList.wemedia .td1 a:hover {
  color: #0060E9;
  text-decoration: underline;
}
.resource .tList.web .td2 {
  color: #999999;
  text-decoration: line-through;
}
.resource .tList.web .td3 {
  color: #FE3E3E;
}
.resource .tList.web .td3.nologin {
  cursor: pointer;
}
.resource .tList.web .td10 {
  text-align: center;
}

.resource .thead.wemedia .th1,
.resource .tList.wemedia .td1 {
  width: 240px;
  text-align: left;
}
.resource .thead.wemedia .th2,
.resource .thead.wemedia .th3,
.resource .tList.wemedia .td2,
.resource .tList.wemedia .td3 {
  width: 120px;
}
.resource .thead.wemedia .th7,
.resource .tList.wemedia .td7 {
  width: 180px;
}
.resource .thead.wemedia .th8,
.resource .tList.wemedia .td8,
.resource .thead.wemedia .th9,
.resource .tList.wemedia .td9,
.resource .thead.wemedia .th10,
.resource .tList.wemedia .td10 {
  width: 150px;
}
.resource .thead.wemedia .th4,
.resource .thead.wemedia .th5,
.resource .tList.wemedia .td4,
.resource .tList.wemedia .td5 {
  width: 150px;
}
.resource .thead.wemedia .th6,
.resource .tList.wemedia .td6 {
  width: 350px;
}
.resource .tList.wemedia .td2 {
  color: #999999;
  text-decoration: line-through;
}
.resource .tList.wemedia .td3 {
  color: #FE3E3E;
}
.resource .tList.wemedia .td3.nologin {
  cursor: pointer;
}
.resource .tList.wemedia .td6 {
  text-align: center;
}
.resource .ves8 {
  width: 100%;
  height: 102px;
  background: url(../imgs/abt10.png) no-repeat;
  background-size: 100% 100%;
}
.resource .ves8 .box {
  padding-right: 155px;
  height: 102px;
}
.resource .ves8 .button {
  width: 140px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #173EFF;
  line-height: 46px;
  text-align: center;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
}

/* 营销策划 */
.market .banner {
  width: 100%;
  height: 580px;
  background: url(../imgs/marBanner.png) no-repeat;
  background-size: 100% 100%;
}
.market .banner .content {
  padding-top: 131px;
}
.market .banner .title1 {
  width: 449px;
  height: 137px;
  margin-bottom: 80px;
}
.market .banner .title2 {
  margin-top: 30px;
  width: 520px;
  height: 20px;
}
.market .banner .buttonRow {
  margin-top: 52px;
}
.market .banner .pubBtn {
  width: 146px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  background: #173EFF;
  border-radius: 50px;
  cursor: pointer;
}
.market .banner .askBtn {
  margin-left: 30px;
  width: 144px;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.market .banner .pubBtn .icon,
.market .banner .askBtn .icon {
  margin-left: 7px;
  width: 23px;
  height: 10px;
}
.market .banner .login {
  width: 299px;
  height: 372px;
  border-radius: 12px;
  padding: 20px 28px 0 28px;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
}
.market .banner .login .h1 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
}
.market .banner .login .inputBox {
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
  border-radius: 6px;
  background: #FFFFFF;
}
.market .banner .login .van-cell {
  padding: 8px 12px;
}
.market .banner .login .codeBox .inputBox {
  width: 167px;
}
.market .banner .login .codeBox .codeImg {
  width: 123px;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.market .banner .login .button {
  margin-top: 25px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background: #173EFF;
  cursor: pointer;
}
.market .banner .login .goRegister {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.market .banner .login .goRegister span {
  color: #FE3E3E;
}
.market .banner .login .agreement {
  position: relative;
  margin-top: 10px;
  padding-top: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  cursor: pointer;
}
.market .banner .login .agreement::before {
  position: absolute;
  top: 0;
  left: -28px;
  right: -28px;
  content: '';
  display: block;
  height: 1px;
  background-color: rgba(255,255,255,0.27);
}
.market .ves1 {
  width: 100%;
  height: 736px;
  background: linear-gradient(180deg, #F5F9FD 10%, #D8E6FD 100%);
}
.market .ves1 .h1 {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  text-align: center;
}
.market .ves1 .h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.market .ves1 .box {
  margin-top: 50px;
}
.market .ves1 .item {
  width: 296px;
  height: 336px;
  padding: 57px 22px;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.4s;
}
.market .ves1 .item.item1 {
  background: url(../imgs/marbg1.png) no-repeat;
  background-size: 100% 100%;
}
.market .ves1 .item.item2 {
  background: url(../imgs/marbg2.png) no-repeat;
  background-size: 100% 100%;
}
.market .ves1 .item.item3 {
  background: url(../imgs/marbg3.png) no-repeat;
  background-size: 100% 100%;
}
.market .ves1 .item.item4 {
  background: url(../imgs/marbg4.png) no-repeat;
  background-size: 100% 100%;
}
.market .ves1 .item.on {
  transform: scale(1.05);
  transition: all 0.4s;
}
.market .ves1 .item .h2 {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
}
.market .ves1 .item .h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.market .ves2 {
  width: 100%;
  height: 660px;
  background: linear-gradient(180deg, #FFFFFF 15%, #85C5FF 100%);
}
.market .ves2 .h1 {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  text-align: center;
}
.market .ves2 .h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.market .ves2 .box {
  margin-top: 50px;
}
.market .ves2 .box .item {
  width: 208px;
  height: 89px;
  padding-top: 21px;
  padding-left: 32px;
  padding-right: 10px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.46);
}
.market .ves2 .box .no {
  font-size: 20px;
  font-weight: 500;
  color: #173EFF;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.market .ves2 .box .icon {
  margin-right: 14px;
}
.market .ves2 .no1 .icon{
  width: 26px;
  height: 18px;
}
.market .ves2 .no2 .icon{
  width: 29px;
  height: 19px;
}
.market .ves2 .no3 .icon{
  width: 29px;
  height: 22px;
}
.market .ves2 .no4 .icon{
  width: 29px;
  height: 22px;
}
.market .ves2 .no5 .icon{
  width: 31px;
  height: 22px;
}
.market .ves2 .box .text {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.market .ves2 .box .and {
  width: 34px;
  height: 24px;
}
.market .ves2 .case {
  position: relative;
  margin-top: 40px;
  height: 240px;
  padding-left: 467px;
  padding-right: 378px;
  border-radius: 10px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.46);
}
.market .ves2 .case .bgImg {
  position: absolute;
  left: 85px;
  top: 21px;
  width: 302px;
  height: 241px;
}
.market .ves2 .case .label {
  padding-top: 27px;
  padding-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}
.market .ves2 .case .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.market .ves2 .case .mod {
  width: 127px;
  height: 48px;
  margin-top: 20px;
  padding-left: 22px;
  padding-right: 29px;
  border-radius: 50px;
  background: rgba(255,255,255,0.71);
  border: 1px solid rgba(255,255,255,0.6);
}
.market .ves2 .case .mod .txt {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 25px;
}
.market .ves2 .case .button {
  width: 180px;
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 50px;
  background: #173EFF;
  cursor: pointer;
}
.market .ves2 .case .button .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.market .ves3 {
  width: 100%;
  height: 1011px;
  background: linear-gradient(145deg, #F1E9F9 0%, #D8E6FD 100%);
}
.market .ves3 .h1 {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  text-align: center;
}
.market .ves3 .h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.market .ves3 .row1 {
  margin-top: 40px;
}
.market .ves3 .row2 {
  margin-top: 20px;
}
.market .ves3 .title {
  padding-left: 65px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
}
.market .ves3 .tags {
  padding-left: 60px;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.market .ves3 .tag {
  margin-right: 10px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.51);
}
.market .ves3 .item1 .title {
  padding-top: 24px;
}
.market .ves3 .item2 .title {
  padding-top: 26px;
}
.market .ves3 .item3 .title {
  padding-top: 28px;
}
.market .ves3 .item4 .title {
  padding-top: 30px;
}
.market .ves3 .item1 {
  position: relative;
  width: 640px;
  height: 329px;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(296deg, #38FFF8 0%, #38FFF8 5%, #13D0FF 24%, #0ABEE1 42%, #047FFF 81%, #0261F1 100%);
}
.market .ves3 .item1 .bg {
  position: absolute;
  left: 59px;
  bottom: 0;
  width: 546px;
  height: 261px;
}
.market .ves3 .item2 {
  position: relative;
  width: 776px;
  height: 329px;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(296deg, #31E6FF 0%, #2EE0EF 5%, #1BEA8F 24%, #31EDC8 42%, #0073EF 81%, #0060E9 100%);
}
.market .ves3 .item2 .bg {
  position: absolute;
  left: 183px;
  bottom: 0;
  width: 525px;
  height: 238px;
}
.market .ves3 .item3 {
  position: relative;
  width: 709px;
  height: 329px;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(296deg, #1E77FD 0%, #2475FE 5%, #DC41FF 24%, #E03BFF 42%, #FA69C3 81%, #C13CF6 100%);
}
.market .ves3 .item3 .bg {
  position: absolute;
  left: 93px;
  bottom: 0;
  width: 536px;
  height: 253px;
}
.market .ves3 .item4 {
  position: relative;
  width: 708px;
  height: 331px;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(307deg, #71D6FA 0%, #95C9FF 2%, #3F4BDE 37%, #1F278D 56%, #080D67 76%, #000441 100%);
}
.market .ves3 .item4 .bg {
  position: absolute;
  left: 104px;
  bottom: 0;
  width: 502px;
  height: 240px;
}
.market .ves3 .buttonRow {
  margin-top: 52px;
}
.market .ves3 .pubBtn {
  width: 146px;
  height: 50px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 50px;
  background: #173EFF;
  cursor: pointer;
}
.market .ves3 .pubBtn .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.market .ves3 .askBtn {
  width: 144px;
  height: 48px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  border-radius: 50px;
  border: 1px solid #333333;
  cursor: pointer;
}
.market .ves3 .askBtn .icon {
  width: 24px;
  height: 10px;
  margin-left: 8px;
}
.market .ves4 {
  width: 100%;
  height: 901px;
  background: linear-gradient(90deg, #0A081F 0%, #252E5E 100%);
}
.market .ves4 .h1 {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}
.market .ves4 .h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.market .ves4 .case {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.market .ves4 .case .title {
  padding-left: 50px;
  font-size: 32px;
  font-weight: 500;
  color: #222222;
  line-height: 45px;
}
.market .ves4 .case .txt {
  padding-left: 50px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}
.market .ves4 .box1 .title {
  width: 590px;
  padding-top: 54px;
}
.market .ves4 .box1 .txt {
  width: 590px;
}
.market .ves4 .box2 .title,
.market .ves4 .box3 .title {
  width: 361px;
  padding-top: 51px;
}
.market .ves4 .box2 .txt,
.market .ves4 .box3 .txt {
  width: 361px;
}
.market .ves4 .box1 {
  position: relative;
  width: 702px;
  height: 560px;
  overflow: hidden;
  border-radius: 28px;
  background: #F5F7FB;
  border: 1px solid rgba(255,255,255,0.33);
  cursor: pointer;
  z-index: 1;
}
.market .ves4 .box1::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  height: 312px;
  background: url(../imgs/marimg6.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.market .ves4 .box1.on::before {
  transform: scale(1.2);
  transition: all 0.4s;
}
.market .ves4 .right {
  width: 700px;
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.market .ves4 .box2,
.market .ves4 .box3 {
  position: relative;
  width: 700px;
  height: 262px;
  overflow: hidden;
  border-radius: 28px;
  background: #F5F7FB;
  border: 1px solid rgba(255,255,255,0.33);
  cursor: pointer;
  z-index: 1;
}
.market .ves4 .box2::before {
  position: absolute;
  right: 8px;
  bottom: 0;
  content: '';
  display: block;
  width: 269px;
  height: 251px;
  background: url(../imgs/marimg7.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.market .ves4 .box3::before {
  position: absolute;
  right: 21px;
  bottom: 0;
  content: '';
  display: block;
  width: 417px;
  height: 198px;
  background: url(../imgs/marimg8.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.market .ves4 .box2.on::before,
.market .ves4 .box3.on::before {
  transform: scale(1.2);
  transition: all 0.4s;
}
.market .ves4 .case .tags {
  margin-top: 20px;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.market .ves4 .case .tag {
  margin-right: 20px;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #173EFF;
  line-height: 20px;
  border-radius: 32px;
  border: 1px solid #173EFF;
}
.market .ves4 .buttonRow {
  margin-top: 50px;
}
.market .ves4 .pubBtn {
  width: 146px;
  height: 50px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 50px;
  background: #173EFF;
  cursor: pointer;
}
.market .ves4 .pubBtn .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.market .ves4 .askBtn {
  width: 144px;
  height: 48px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.market .ves4 .askBtn .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.market .ves5 {
  width: 100%;
  height: 879px;
  background: #F7F9FE;
}
.market .ves5 .h1 {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #222222;
  line-height: 42px;
  text-align: center;
}
.market .ves5 .h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.market .ves5 .case {
  margin-top: 50px;
  height: 469px;
  padding: 39px 30px 30px 30px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #ECECEC;
  box-shadow: 0px 2px 6px 0px rgba(195,195,195,0.13);
}
.market .ves5 .coverImg {
  width: 610px;
  height: 469px;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
.market .ves5 .coverImg.on img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.market .ves5 .info {
  padding-left: 60px;
}
.market .ves5 .info .title {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: #222222;
  line-height: 45px;
}
.market .ves5 .info .title::before {
  position: absolute;
  left: 0;
  bottom: -26px;
  content: '';
  display: block;
  width: 34px;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(315deg, #0ADCF2 0%, #173EFF 100%);
}
.market .ves5 .info .h3 {
  margin-top: 46px;
  width: 600px;
  height: 56px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
.market .ves5 .count {
  margin-top: 130px;
  display: flex;
  align-items: center;
}
.market .ves5 .num {
  margin-right: 66px;
  font-size: 18px;
  font-weight: 400;
  color: #173EFF;
  line-height: 25px;
}
.market .ves5 .num .row {
  align-items: flex-end;
}
.market .ves5 .num .icon {
  width: 115px;
  height: 42px;
  margin-right: 4px;
}
.market .ves5 .num .txt {
  margin-top: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.market .ves5 .buttonRow {
  margin-top: 50px;
}
.market .ves5 .pubBtn {
  width: 146px;
  height: 50px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  border-radius: 50px;
  background: #173EFF;
  cursor: pointer;
}
.market .ves5 .pubBtn .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.market .ves5 .askBtn {
  width: 144px;
  height: 48px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  border-radius: 50px;
  border: 1px solid #333333;
  cursor: pointer;
}
.market .ves5 .askBtn .icon {
  width: 24px;
  height: 10px;
  margin-left: 8px;
}
.market .ves6 {
  width: 100%;
  height: 431px;
  background: url(../imgs/marimg11.png) no-repeat;
  background-size: 100% 100%;
}
.market .ves6 .sitg {
  height: 97px;
}
.market .ves6 .tips {
  position: relative;
  width: 280px;
  height: 38px;
  padding-left: 55px;
  font-size: 18px;
  font-weight: 500;
  color: #FE3E3E;
  line-height: 38px;
  border-radius: 38px;
  background: #FFFFFF;
}
.market .ves6 .tips::before {
  position: absolute;
  top: -19px;
  left: -18px;
  content: '';
  display: block;
  width: 64px;
  height: 62px;
  background: url(../imgs/marimg10.png) no-repeat;
  background-size: 100% 100%;
}
.market .ves6 .title {
  margin-top: 22px;
  font-size: 70px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 98px;
}
.market .ves6 .title span {
  color: #DAFD2A;
}
.market .ves6 .buttonRow {
  margin-top: 45px;
}
.market .ves6 .pubBtn {
  width: 160px;
  height: 60px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #173EFF;
  line-height: 25px;
  border-radius: 60px;
  background: #FFFFFF;
  cursor: pointer;
}
.market .ves6 .pubBtn .icon {
  width: 23px;
  height: 10px;
  margin-left: 7px;
}
.market .ves6 .askBtn {
  width: 248px;
  height: 58px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

/* 小红书推广 */
.redbook .banner {
  width: 100%;
  height: 580px;
  background: url(../imgs/bkBanner.png) no-repeat;
  background-size: 100% 100%;
}
.redbook .banner .content {
  padding-top: 131px;
}
.redbook .banner .title1 {
  width: 500px;
  height: 128px;
}
.redbook .banner .title2 {
  margin-top: 30px;
  width: 366px;
  height: 17px;
}
.redbook .banner .login {
  width: 299px;
  height: 372px;
  border-radius: 12px;
  padding: 20px 28px 0 28px;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
}
.redbook .banner .login .h1 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
}
.redbook .banner .login .inputBox {
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
  border-radius: 6px;
  background: #FFFFFF;
}
.redbook .banner .login .van-cell {
  padding: 8px 12px;
}
.redbook .banner .login .codeBox .inputBox {
  width: 167px;
}
.redbook .banner .login .codeBox .codeImg {
  width: 123px;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.redbook .banner .login .button {
  margin-top: 25px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background: #173EFF;
  cursor: pointer;
}
.redbook .banner .login .goRegister {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.redbook .banner .login .goRegister span {
  color: #FE3E3E;
}
.redbook .banner .login .agreement {
  position: relative;
  margin-top: 10px;
  padding-top: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  cursor: pointer;
}
.redbook .banner .login .agreement::before {
  position: absolute;
  top: 0;
  left: -28px;
  right: -28px;
  content: '';
  display: block;
  height: 1px;
  background-color: rgba(255,255,255,0.27);
}
.redbook .content .title {
  padding-top: 60px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  text-align: center;
}
.redbook .content .subtitle {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.redbook .buttonRow {
  margin-top: 63px;
}
.redbook .buttonRow .pubBtn {
  width: 146px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  background: #FE3E3E;
  border-radius: 50px;
  cursor: pointer;
}
.redbook .buttonRow .askBtn {
  margin-left: 30px;
  width: 144px;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  border-radius: 50px;
  border: 1px solid #333333;
  cursor: pointer;
}
.redbook .buttonRow .pubBtn .icon,
.redbook .buttonRow .askBtn .icon {
  margin-left: 7px;
  width: 23px;
  height: 10px;
}
.redbook .ves1 {
  width: 100%;
  height: 1221px;
  background: linear-gradient(180deg, #F5F9FD 6%, #EFF1FA, 60%, #DBEBFF 100%);
}
.redbook .ves1 .box1 {
  margin-top: 50px;
}
.redbook .ves1 .box1 .item {
  width: 465px;
  height: 517px;
  overflow: hidden;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
}
.redbook .ves1 .box1 .item .coverImg {
  width: 465px;
  height: 220px;
  overflow: hidden;
}
.redbook .ves1 .box1 .item.on .coverImg img {
  transform: scale(1.2);
  transition: all 0.4s;
}
.redbook .ves1 .box1 .item .coverImg img {
  transform: scale(1);
  transition: all 0.4s;
}
.redbook .ves1 .box1 .item .info {
  padding: 30px;
}
.redbook .ves1 .box1 .info .txt {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}
.redbook .ves1 .box1 .h1 {
  padding-bottom: 14px;
}
.redbook .ves1 .box1 .h1 .icon {
  width: 126px;
  height: 20px;
}
.redbook .ves1 .box1 .rows {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.redbook .ves1 .box1 .rows .icon {
  width: 17px;
  height: 18px;
  margin-right: 10px;
}
.redbook .ves1 .box1 .buttonRow {
  margin-top: 32px;
}
.redbook .ves1 .box2 {
  margin-top: 50px;
}
.redbook .ves1 .box2 .item1,
.redbook .ves1 .box2 .item2,
.redbook .ves1 .box2 .item3,
.redbook .ves1 .box2 .item4 {
  display: flex;
}
.redbook .ves1 .box2 .item1 .icon {
  width: 89px;
  height: 72px;
}
.redbook .ves1 .box2 .item2 .icon {
  width: 90px;
  height: 80px;
}
.redbook .ves1 .box2 .item3 .icon {
  width: 91px;
  height: 78px;
}
.redbook .ves1 .box2 .item4 .icon {
  width: 101px;
  height: 73px;
}
.redbook .ves1 .box2 .cell {
  margin-bottom: 60px;
}
.redbook .ves1 .box2 .cell .info {
  padding-left: 30px;
}
.redbook .ves1 .box2 .cell .h3 {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 28px;
}
.redbook .ves1 .box2 .cell .h5 {
  margin-top: 14px;
  width: 421px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.redbook .ves2 {
  width: 100%;
  height: 841px;
  background-color: #173EFF;
}
.redbook .ves2 .title {
  color: #FFFFFF;
}
.redbook .ves2 .subtitle {
  color: #A2B1FF;
}
.redbook .ves2 .tabsbar {
  margin-top: 93px;
  align-items: flex-start;
}
.redbook .ves2 .tabs {
  width: 260px;
  height: 516px;
}
.redbook .ves2 .tab {
  width: 258px;
  height: 78px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.26);
  cursor: pointer;
}
.redbook .ves2 .tab:hover {
  background: rgba(255,255,255,0.2);
}
.redbook .ves2 .tab.active {
  color: #173EFF;
  background-color: #FFFFFF;
}
.redbook .ves2 .tabs .tab:nth-child(1) .icon {
  width: 44px;
  height: 35px;
  margin-right: 19px;
}
.redbook .ves2 .tabs .tab:nth-child(2) .icon {
  width: 44px;
  height: 43px;
  margin-right: 19px;
}
.redbook .ves2 .tabs .tab:nth-child(3) .icon {
  width: 36px;
  height: 43px;
  margin-right: 23px;
}
.redbook .ves2 .tabs .tab:nth-child(4) .icon {
  width: 36px;
  height: 43px;
  margin-right: 23px;
}
.redbook .ves2 .tabcon {
  position: relative;
  width: 1128px;
  height: 514px;
  border-radius: 30px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.26);
  z-index: 1;
}
.redbook .ves2 .tabcon .bg {
  position: absolute;
  left: 270px;
  bottom: 0;
  width: 309px;
  height: 228px;
  z-index: -1;
}
.redbook .ves2 .tabcon .mainImg {
  position: absolute;
  top: -43px;
  right: 197px;
  width: 267px;
  height: 579px;
  border-radius: 52px;
  border: 10px solid #9CAFF4;
}
.redbook .ves2 .tabcon .mainImg img {
  transform: scale(1.01);
}
.redbook .ves2 .tabcon .mainImg .text {
  position: absolute;
  right: -141px;
  top: 130px;
  width: 210px;
  height: 56px;
  font-size: 24px;
  font-weight: 500;
  color: #173EFF;
  line-height: 56px;
  text-align: center;
  border-radius: 56px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.redbook .ves2 .tabcon .mainImg .img1 {
  position: absolute;
  left: -37px;
  bottom: 222px;
  width: 67px;
  height: 67px;
}
.redbook .ves2 .tabcon .mainImg .img2 {
  position: absolute;
  right: -40px;
  bottom: 82px;
  width: 67px;
  height: 67px;
}
.redbook .ves2 .tabcon .h1 {
  padding-left: 80px;
  padding-top: 80px;
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 56px;
}
.redbook .ves2 .tabcon .h3 {
  padding-left: 80px;
  margin-top: 14px;
  width: 500px;
  font-size: 20px;
  font-weight: 400;
  color: #E5E9FF;
  line-height: 36px;
}
.redbook .tabcon .buttonRow {
  padding-left: 80px;
  margin-top: 78px;
}
.redbook .tabcon .buttonRow .pubBtn {
  color: #173EFF;
  background-color: #FFFFFF;
}
.redbook .tabcon .buttonRow .askBtn {
  color: #E5E9FF;
  border-color: #E5E9FF;
}
.redbook .ves3 {
  width: 100%;
  height: 839px;
  background: url(../imgs/bkvbg1.png) no-repeat;
  background-size: 100% 100%;
  z-index: -2;
}
.redbook .ves3 .content {
  position: relative;
  height: 839px;
  z-index: 2;
}
.redbook .ves3 .content::before {
  position: absolute;
  left: 50%;
  bottom: 38px;
  content: '';
  display: block;
  width: 945px;
  height: 617px;
  background: url(../imgs/bkvbg2.png) no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.redbook .ves3 .list {
  margin-top: 83px;
}
.redbook .ves3 .item {
  height: 476px;
  overflow: hidden;
  text-align: center;
  border-radius: 20px 105px 0px 105px;
  cursor: pointer;
}
.redbook .ves3 .item .icon {
  margin: 0 auto;
}
.redbook .ves3 .item .h3 {
  margin-top: 34px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.redbook .ves3 .item .h5 {
  width: 287px;
  margin: 0 auto;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.redbook .ves3 .item .icon {
  width: 140px;
  height: 140px;
  margin-top: 168px;
}
/* .redbook .ves3 .item2 .icon {
  width: 142px;
  height: 125px;
  margin-top: 175px;
}
.redbook .ves3 .item3 .icon {
  width: 129px;
  height: 127px;
  margin-top: 180px;
}
.redbook .ves3 .item4 .icon {
  width: 101px;
  height: 129px;
  margin-top: 168px;
}
.redbook .ves3 .item5 .icon {
  width: 143px;
  height: 139px;
  margin-top: 169px;
} */
.redbook .ves3 .item .h3 {
  margin-top: 34px;
}
/* .redbook .ves3 .item2 .h3 {
  margin-top: 41px;
}
.redbook .ves3 .item3 .h3 {
  margin-top: 34px;
}
.redbook .ves3 .item4 .h3 {
  margin-top: 44px;
}
.redbook .ves3 .item5 .h3 {
  margin-top: 33px;
} */
.redbook .ves3 .item.on {
  width: 322px;
  background: #FFFFFF;
}
.redbook .ves3 .item.on .h3 {
  margin-top: 44px;
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}
.redbook .ves3 .item1.on .icon {
  margin-top: 65px;
  transform: scale(1.12);
  transition: all 0.4s;
}
.redbook .ves3 .item1.on .h3 {
  margin-top: 55px;
}
.redbook .ves3 .item2.on .icon {
  margin-top: 65px;
  transform: scale(1.12);
  transition: all 0.4s;
}
.redbook .ves3 .item2.on .h3 {
  margin-top: 55px;
}
.redbook .ves3 .item3.on .icon {
  margin-top: 75px;
  transform: scale(1.2);
  transition: all 0.4s;
}
.redbook .ves3 .item3.on .h3 {
  margin-top: 55px;
}
.redbook .ves3 .item4.on .icon {
  margin-top: 75px;
  transform: scale(1.2);
  transition: all 0.4s;
}
.redbook .ves3 .item4.on .h3 {
  margin-top: 55px;
}
.redbook .ves3 .item5.on .icon {
  margin-top: 75px;
  transform: scale(1.16);
  transition: all 0.4s;
}
.redbook .ves3 .item5.on .h3 {
  margin-top: 55px;
}
.redbook .ves4 {
  width: 100%;
  height: 672px;
  background: url(../imgs/bkvbg3.png) no-repeat;
  background-size: 100% 100%;
}
.redbook .ves4 .list {
  margin-top: 50px;
  flex-wrap: wrap;
}
.redbook .ves4 .list .item {
  width: 385px;
  height: 162px;
  padding-top: 38px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  display: flex;
  cursor: pointer;
  background: rgba(255,255,255,0.34);
  border: 1px solid rgba(255,255,255,0.77);
}
.redbook .ves4 .list .item:hover {
  background: rgba(255,255,255,1);
}
.redbook .ves4 .item .icon1 {
  width: 33px;
  height: 34px;
}
.redbook .ves4 .item .icon2 {
  width: 34px;
  height: 36px;
}
.redbook .ves4 .item .icon3 {
  width: 31px;
  height: 38px;
}
.redbook .ves4 .item .icon4 {
  width: 34px;
  height: 28px;
}
.redbook .ves4 .item .icon5 {
  width: 33px;
  height: 32px;
}
.redbook .ves4 .item .icon6 {
  width: 37px;
  height: 32px;
}
.redbook .ves4 .item .info {
  padding-left: 20px;
}
.redbook .ves4 .info .h3 {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}
.redbook .ves4 .info .h5 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.redbook .ves5 {
  width: 100%;
  height: 869px;
  background: url(../imgs/bkvbg4.png) no-repeat;
  background-size: 100% 100%;
}
.redbook .ves5 .case {
  margin-top: 62px;
  align-items: flex-start;
}
.redbook .ves5 .coverImg {
  width: 547px;
  height: 425px;
  margin-top: 40px;
}
.redbook .ves5 .list {
  padding-right: 40px;
}
.redbook .ves5 .list .item {
  display: flex;
  margin-bottom: 40px;
}
.redbook .ves5 .item .icon1 {
  width: 38px;
  height: 34px;
}
.redbook .ves5 .item .icon2 {
  width: 38px;
  height: 38px;
}
.redbook .ves5 .item .icon3 {
  width: 43px;
  height: 40px;
}
.redbook .ves5 .item .icon4 {
  width: 41px;
  height: 41px;
}
.redbook .ves5 .item .icon5 {
  width: 41px;
  height: 41px;
}
.redbook .ves5 .item .info {
  padding-left: 30px;
}
.redbook .ves5 .info .h3 {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}
.redbook .ves5 .info .h5 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.redbook .ves5 .buttonRow {
  margin-top: 5px;
}
.redbook .ves6 {
  width: 100%;
  height: 911px;
  background: url(../imgs/bkvbg5.png) no-repeat;
  background-size: 100% 100%;
}
.redbook .ves6 .case {
  position: relative;
  width: 687px;
  height: 611px;
  margin: 0 auto;
  margin-top: 50px;
  background: url(../imgs/bkbg29.png) no-repeat;
  background-size: 100% 100%;
}
.redbook .ves6 .case .box {
  position: absolute;
  width: 242px;
  height: 76px;
  padding-left: 38px;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 76px;
  border-radius: 76px;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 0px 8px 10px 0px rgba(226,219,228,0.24);
  transform: scale(1);
  transition: all 0.4s;
}
.redbook .ves6 .case .box.on {
  transform: scale(1.15);
  transition: all 0.4s;
}
.redbook .ves6 .box .icon {
  position: absolute;
}
.redbook .ves6 .box1 {
  top: 60px;
  left: -267px;
}
.redbook .ves6 .box1 .icon {
  top: -26px;
  right: 46px;
  width: 116px;
  height: 120px;
}
.redbook .ves6 .box2 {
  top: 246px;
  left: -384px;
}
.redbook .ves6 .box2 .icon {
  top: -22px;
  right: 33px;
  width: 121px;
  height: 113px;
}
.redbook .ves6 .box3 {
  bottom: 95px;
  left: -299px;
}
.redbook .ves6 .box3 .icon {
  top: -22px;
  right: 20px;
  width: 117px;
  height: 120px;
}
.redbook .ves6 .case .box4 {
  top: 60px;
  right: -301px;
  width: 140px;
  padding-left: 140px;
}
.redbook .ves6 .box4 .icon {
  top: -16px;
  left: 2px;
  width: 134px;
  height: 110px;
}
.redbook .ves6 .case .box5 {
  top: 241px;
  right: -370px;
  width: 126px;
  padding-left: 154px;
}
.redbook .ves6 .box5 .icon {
  top: -17px;
  left: 29px;
  width: 126px;
  height: 102px;
}
.redbook .ves6 .case .box6 {
  bottom: 100px;
  right: -285px;
  width: 126px;
  padding-left: 154px;
}
.redbook .ves6 .box6 .icon {
  top: -29px;
  left: 29px;
  width: 110px;
  height: 126px;
}
.redbook .ves6 .buttonRow {
  margin-top: 0px;
}
.redbook .ves7 {
  width: 100%;
  height: 842px;
  background: linear-gradient(180deg, #FFFFFF 25%, #85C5FF 100%);
}
.redbook .ves7 .swiper {
  position: relative;
  width: 1440px;
  height: 512px;
  margin: 0 auto;
  margin-top: 50px;
}
.redbook .ves7 .swiper .prevBtn {
  position: absolute;
  top: 50%;
  left: -26px;
  width: 66px;
  height: 67px;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.redbook .ves7 .swiper .nextBtn {
  position: absolute;
  top: 50%;
  right: -26px;
  width: 66px;
  height: 67px;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.redbook .ves7 .swiper .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.redbook .ves7 .swiper .item {
  width: 333px;
  height: 510px;
  margin: 0 20px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  background: rgba(255,255,255,0.41);
}
.redbook .ves7 .swiper .coverImg {
  width: 333px;
  height: 341px;
  overflow: hidden;
}
.redbook .ves7 .swiper .item.on .coverImg img {
  transform: scale(1.2);
  transition: all 0.4s;
}
.redbook .ves7 .swiper .item .h3 {
  padding: 20px 20px 10px 20px;
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  line-height: 33px;
}
.redbook .ves7 .swiper .item .h5 {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.redbook .ves7 .buttonRow {
  margin-top: 50px;
}
.redbook .ves8 {
  width: 100%;
  height: 102px;
  background: url(../imgs/abt10.png) no-repeat;
  background-size: 100% 100%;
}
.redbook .ves8 .box {
  padding-right: 155px;
  height: 102px;
}
.redbook .ves8 .button {
  width: 140px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #173EFF;
  line-height: 46px;
  text-align: center;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
}
.agreeon {
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
}
.agreeon .Aheader {
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.agreeon .Aheader .logo {
  width: 109px;
  height: 30px;
  cursor: pointer;
}
.agreeon .contentCase {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}
.agreeon .scrollBox {
  width: 100%;
  padding-top: 50px;
  height: calc(100vh - 250px);
  overflow-y: scroll;
}
.agreeon .scrollBox::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #FFFFFF;
}
.agreeon .scrollBox::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
.agreeon .scrollBox::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #FFFFFF;
  cursor: pointer;
}
.agreeonBtnRow {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
.agreeonBtnRow .button {
  width: 385px;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
  border-radius: 8px;
  background: #318CFF;
  text-align: center;
  cursor: pointer;
}
.agreeon .title {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: 40px;
}
.agreeon .tips {
  padding-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #eeeeee;
}
.agreeon .h1 {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  text-indent: 1.4em;
  margin: 15px 0;
}
.agreeon .h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  margin: 15px 0;
}
@media screen and (max-width: 1440px) {
  .index .header, 
  .about .header, 
  .newlist .header, 
  .writings .header, 
  .resource .header, 
  .market .header, 
  .redbook .header {
    height: 56px;
  }
  .headerPage {
    height: 56px;
  }
  .content {
    width: auto;
  }
  /* 右侧悬浮 */
  .FloatingBox .kf {
    width: 35px;
    /* border-radius: 4px 0 0 4px; */
  }
  /* .FloatingBox .kf .item {
    padding-top: 3px;
    padding-bottom: 5px;
  } */
  .FloatingBox .kf .item a {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .FloatingBox .goTop {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    border-radius: 4px 0 0 4px;
  }
  .FloatingBox .goTop .icon,
  .FloatingBox .kf .wx,
  .FloatingBox .kf .qq {
    transform: scale(0.7);
  }
  .FloatingBox .kf .item .text {
    padding-top: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .FloatingBox .kf .extend {
    top: -20px;
  }

  /* 首页 */
  .index .banner,
  .index .banner .van-swipe {
    width: 100vw;
    height: 485px;
  }
  .index .bannerApp .van-swipe__indicator {
    width: 30px;
    height: 6px;
    border-radius: 6px;
    background-color: #b5b5b5;
  }
  .index .bannerApp .van-swipe__indicator--active {
    background-color: #1989fa;
  }
  .index .ves1,
  .index .ves2 {
    height: auto;
  }
  .index .ves1 .content {
    height: auto;
    display: block;
    padding: 0 30px;
  }
  .index .ves1 .item {
    margin: 15px 0;
    display: block;
    text-align: center;
  }
  .index .ves1 .item .icon,
  .index .ves2 .item .icon {
    transform: scale(0.8);
    margin: 0 auto;
  }
  .index .ves1 .box {
    padding-left: 0px;
  }
  .index .ves1 .h3 {
    font-size: 16px;
  }
  .index .ves2 .content {
    height: auto;
    padding: 0 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
  .index .ves2 .item {
    width: 40vw;
    padding-top: 15px;
    display: block;
    text-align: center;
  }
  .index .ves2 .box {
    padding-left: 0px;
  }
  .index .ves2 .h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .index .ves2 .h5 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index .ves2 .item:nth-child(2) .icon {
    margin-top: 3px;
  }
  .index .ves2 .item:nth-child(3) .icon {
    margin-top: 10px;
  }
  .index .ves2 .item:nth-child(3) .h3 {
    margin-top: 4px;
  }
  .index .hotMedia .tabsCon {
    height: 121px;
    padding-top: 15px;
  }
  .index .hotMedia .bigTitle {
    transform: scale(0.8);
  }
  .index .hotMedia .tabs {
    padding-top: 10px;
  }
  .index .hotMedia .tab {
    transform: scale(0.8);
  }
  .index .hotMedia .list {
    padding: 0 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
  .index .hotMedia .item {
    width: 40vw;
    height: auto;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .index .hotMedia .item .logo {
    width: 100%;
    height: 100px;
    border-radius: 10px;
  }
  .index .hotMedia .item .logoImg {
    width: 70px;
    height: auto;
  }
  .index .hotMedia .item .h1 {
    font-size: 14px;
    padding: 0 5px;
    padding-top: 5px;
  }
  .index .hotMedia .item .h3 {
    height: 18px;
    font-size: 12px;
    padding: 0 6px;
    line-height: 18px;
  }
  .index .hotMedia .item .row {
    padding: 0 6px;
  }
  .index .hotMedia .item .money {
    font-size: 20px;
    line-height: 30px;
  }
  .index .solution,
  .index .solution .case {
    height: auto;
  }
  .index .solution .case .title {
    padding-top: 20px;
    padding-left: 0;
  }
  .index .solution .case .h2 {
    font-size: 30px;
    transform: scale(0.8);
    justify-content: center;
  }
  .index .solution .case .h1 {
    padding-top: 0;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }
  .index .solution .box {
    width: auto;
    padding: 0 15px;
  }
  .index .appBox {
    margin-top: 40px;
    padding: 0 15px;
  }
  .index .appBox .item {
    padding-bottom: 50px;
  }
  .index .appBox .item .h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
  }
  .index .appBox .item .h5 {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin-top: 6px;
  }
  .index .appBox .group {
    padding-left: 12vw;
  }
  .index .appBox .bigImg {
    width: 260px;
    height: auto;
    margin: 0 auto;
  }
  .index .appBox .van-swipe__indicators {
    bottom: 30px;
  }
  .index .appBox .van-swipe__indicator {
    width: 15px;
    height: 4px;
    border-radius: 4px;
    background-color: #173EFF;
  }
  .index .ves3 {
    height: auto;
    padding-bottom: 30px;
    background-color: #fdfdfd;
  }
  .index .ves3 .content {
    position: unset;
  }
  .index .ves3 .textCon {
    padding-top: 40px;
  }
  .index .ves3 .h1 {
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
  }
  .index .ves3 .h1 span {
    display: block;
  }
  .index .ves3 .h5 {
    width: auto;
    height: auto;
    font-size: 15px;
    padding: 0 15px;
    margin-bottom: 30px;
    line-height: 26px;
    text-align: center;
    color: #606266;
  }
  .index .ves3 .h3 {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .index .ves3 .h3 span {
    font-size: 20px;
    padding-right: 0px;
  }
  .index .ves3 .h3 .txt {
    flex: 1;
    font-size: 13px;
    padding-left: 5px;
  }
  .index .ves3 .boxs {
    position: unset;
    width: auto;
    height: auto;
    background: none;
    margin-top: 30px;
  }
  .index .ves3 .boxs .pos {
    position: unset;
    width: auto;
    height: auto;
    padding: 0 15px;
  }
  .index .ves3 .pos .app1,
  .index .ves3 .pos .app2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index .ves3 .pos .app1 {
    margin-bottom: 15px;
  }
  .index .ves3 .pos .app2 {
    margin-top: 15px;
  }
  .index .ves3 .pos .box1,
  .index .ves3 .pos .box2,
  .index .ves3 .pos .box3,
  .index .ves3 .pos .box4,
  .index .ves3 .pos .box5 {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    box-shadow: 0 8px 21px 0 rgba(215,218,221,.5);
  }
  .index .ves3 .pos .box1 {
    width: auto;
    height: auto;
    padding: 15px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .index .ves3 .box1 .h1 {
    margin-top: 0px;
  }
  .index .ves3 .box1 .icon {
    width: 100px;
    height: auto;
  }
  .index .ves3 .pos .box2,
  .index .ves3 .pos .box3,
  .index .ves3 .pos .box4,
  .index .ves3 .pos .box5 {
    width: calc(50% - 22px);
    height: 120px;
  }
  .index .ves3 .box2::before {
    top: -10px;
    right: -20px;
  }
  .index .ves3 .box3::before {
    top: -30px;
    right: -15px;
  }
  .index .ves3 .box2 .icon,
  .index .ves3 .box3 .icon {
    margin-top: 48px;
  }
  .index .ves3 .box4::before {
    bottom: -50px;
    right: -30px;
  }
  .index .ves3 .pos .box4 {
    padding-left: 12px;
  }
  .index .ves3 .box4 .icon {
    margin-top: 25px;
  }

  /* 未处理 */
  .index .ves4 {
    height: auto;
    padding-bottom: 30px;
  }
  .index .ves4 .content {
    padding-top: 20px;
  }
  .index .ves4 .bigTitle {
    font-size: 30px;
    margin-bottom: 0;
    transform: scale(0.8);
    justify-content: center;
  }
  .index .ves4 .case {
    position: unset;
    padding: 0 10px;
    height: auto;
  }
  .index .ves4 .box2 {
    position: unset;
    width: auto;
    height: auto;
    margin-top: 10px;
    padding: 5px 10px 17px 10px;
  }
  .index .ves4 .box2 .item {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .index .ves4 .item .step {
    width: 36px;
    height: auto;
  }
  .index .ves4 .item .h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .index .ves4 .item .h5 {
    width: auto;
    line-height: 22px;
  }
  .index .ves4 .buttonRow {
    margin-top: 30px;
  }
  .index .ves4 .releaseBtn {
    width: 120px;
    height: 35px;
    font-size: 14px;
    border-radius: 35px;
  }
  .index .ves4 .askBtn {
    width: 170px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 32px;
  }
  .index .ves5 {
    height: auto;
    padding-bottom: 30px;
  }
  .index .ves5 .content {
    padding-top: 20px;
  }
  .index .ves5 .bigTitle {
    font-size: 30px;
    margin-bottom: 0;
    transform: scale(0.8);
    justify-content: center;
  }
  .index .ves5 .bigTitle .icon {
    width: 75px;
  }
  .index .ves5 .marqueeBox1, 
  .index .ves5 .marqueeBox2 {
    width: 100vw;
  }
  .index .ves5 .marqueeBox1 {
    margin: 20px 0;
  }
  .index .ves5 .list .item {
    width: 180px;
    height: 60px;
  }
  .index .ves5 .list .item .icon {
    max-width: 90px;
    height: auto;
  }
  .index .ves6 {
    height: auto;
    padding-bottom: 20px;
  }
  .index .ves6 .tabsCon {
    height: 121px;
    padding-top: 15px;
  }
  .index .ves6 .bigTitle {
    transform: scale(0.8);
  }
  .index .ves6 .tabs {
    padding-top: 10px;
  }
  .index .ves6 .tab {
    transform: scale(0.8);
  }
  .index .ves6 .case {
    display: block;
    padding: 0 10px;
    padding-top: 20px;
  }
  .index .ves6 .one {
    width: auto;
    height: auto;
    padding: 12px;
    margin-bottom: 10px;
  }
  .index .ves6 .coverImg {
    width: auto;
    height: auto;
  }
  .index .ves6 .one .h1 {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .index .ves6 .one .h5 {
    padding: 5px 0;
    font-size: 12px;
  }
  .index .ves6 .one .h3 {
    height: 44px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .index .ves6 .other {
    width: auto;
    height: auto;
  }
  .index .ves6 .other .item {
    width: auto;
    height: auto;
    align-items: center;
    margin-bottom: 10px;
    padding: 12px 10px 13px 10px;
  }
  .index .ves6 .other .timer {
    text-align: center;
    width: 20%;
  }
  .index .ves6 .other .day {
    font-size: 28px;
    line-height: 38px;
  }
  .index .ves6 .other .yearM {
    font-size: 12px;
  }
  .index .ves6 .other .info {
    width: 80%;
    padding-left: 10px;
  }
  .index .ves6 .other .h3 {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .index .ves6 .other .h5 {
    height: 44px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .index .ves7 {
    width: auto;
    height: 56px;
  }
  .index .ves7 .h1 {
    font-size: 14px;
    line-height: 24px;
  }
  .index .ves7 .button {
    width: 75px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    margin-left: 12px;
  }
  .index .ves7 .button .icon {
    width: 13px;
    height: auto;
    margin-left: 2px;
  }

  /* 面包屑导航 */
  .breadcrumb {
    padding: 15px 20px;
  }

  /* 文章列表、文章详情 */
  .writings .ves2 {
    display: block;
  }
  .newlist .banner, 
  .writings .banner {
    height: 280px;
  }
  .newlist .banner,
  .writings .banner {
    height: 325px;
    background: url(../imgs/newBanApp.png) no-repeat;
    background-size: 100% 100%;
  }
  .newlist .banner .content, 
  .writings .banner .content {
    padding-top: 100px;
    text-align: center;
  }
  .newlist .banner .h1, 
  .writings .banner .h1 {
    font-size: 28px;
  }
  .newlist .banner .search, 
  .writings .banner .search {
    width: 75vw;
    height: 40px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 160px;
  }
  .newlist .banner .value, 
  .writings .banner .value {
    height: 40px;
  }
  .newlist .banner .van-cell, 
  .writings .banner .van-cell {
    padding: 8px 15px;
  }
  .newlist .banner .h5, 
  .writings .banner .h5 {
    margin-top: 20px;
  }
  .writings .container {
    padding-bottom: 20px;
  }
  .writings .ves1 {
    width: auto;
    height: auto;
    padding: 20px 15px;
    padding-bottom: 1px;
  }
  .writings .ves1 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .writings .ves1 .h5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .writings .ves1 .richP {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .writings .ves1 .richImg {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .newlist .container {
    padding-bottom: 10px;
  }
  .newlist .ves1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .newlist .ves1 .item {
    width: 100%;
    margin-bottom: 0px;
  }
  .newlist .ves1 .van-swipe__indicators {
    bottom: 4px;
  }
  .newlist .ves2 {
    display: block;
    margin-top: 0px;
  }
  .newlist .ves2 .case1 {
    width: 100%;
  }
  .newlist .ves2 .case1 .box {
    padding: 10px 0;
  }
  .newlist .ves2 .tabs {
    width: 100%;
    justify-content: center;
  }
  .newlist .ves2 .tabs .tab {
    font-size: 14px;
    padding: 0 12px;
  }
  .newlist .ves2 .tabs .tab.active::before {
    bottom: -10px;
  }
  .newlist .ves2 .list {
    padding: 0 10px;
    min-height: auto;
  }
  .newlist .ves2 .list .item {
    margin-top: 10px;
    padding: 10px;
    width: inherit;
    height: auto;
  }
  .newlist .ves2 .item .coverImg {
    width: 30%;
    height: 80px;
  }
  .newlist .ves2 .item .info {
    width: 70%;
    padding-left: 10px;
  }
  .newlist .ves2 .item .title {
    width: auto;
    font-size: 16px;
  }
  .newlist .ves2 .item .h3 {
    width: auto;
    height: 36px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .newlist .ves2 .case2,
  .writings .ves2 .case2 {
    width: 100%;
  }
  .writings .ves2 .case2 {
    margin-top: 20px;
  }
  .newlist .ves2 .hotList,
  .writings .ves2 .hotList {
    margin-top: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 20px 15px;
    padding-bottom: 10px;
  }
  .newlist .ves2 .hotList .title,
  .writings .ves2 .hotList .title {
    font-size: 18px;
  }
  .newlist .ves2 .hotList .item,
  .writings .ves2 .hotList .item {
    padding-top: 10px;
  }
  .newlist .ves2 .hotList .txt,
  .writings .ves2 .hotList .txt {
    flex: 1;
    margin-left: 12px;
  }

  /* 分页 */
  .pagination {
    padding: 15px 10px;
  }
  .van-pagination {
    font-size: 12px;
  }
  .pagination .van-pagination__item {
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin: 0 2px;
  }
  .pagination .gotoPage {
    padding-left: 15px;
  }

  /* 营销策划 */
  .market .siteDiv,
  .newlist .siteDiv,
  .writings .siteDiv,
  .about .siteDiv,
  .redbook .siteDiv {
    width: 100vw;
    height: 50px;
  }
  .writings .ves1 .prenew a, 
  .writings .ves1 .nextnew a {
    width: 160px;
  }
  .market .banner {
    width: 100vw;
    height: auto;
    background: none;
  }
  .market .banner .bannerApp {
    width: 100%;
    height: auto;
  }
  .market .banner .content {
    padding-top: 0;
  }
  .market .banner .title1 {
    width: 300px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .market .banner .title2 {
    width: 320px;
    height: auto;
    margin-top: 15px;
    margin-left: 30px;
  }
  .market .banner .buttonRow {
    margin-top: 20px;
    padding-left: 30px;
  }
  .market .banner .pubBtn {
    width: 110px;
    height: 35px;
    font-size: 14px;
    border-radius: 35px;
  }
  .market .banner .askBtn {
    margin-left: 15px;
    width: 108px;
    height: 33px;
    font-size: 14px;
    border-radius: 35px;
  }
  .market .banner .pubBtn .icon, 
  .market .banner .askBtn .icon {
    width: 18px;
    height: auto;
  }
  .market .ves1 {
    height: auto;
    padding-bottom: 20px;
  }
  .market .ves1 .h1,
  .market .ves2 .h1,
  .market .ves3 .h1,
  .market .ves4 .h1,
  .market .ves5 .h1 {
    padding: 0 15px;
    padding-top: 30px;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
  }
  .market .ves1 .h5,
  .market .ves2 .h5,
  .market .ves3 .h5,
  .market .ves4 .h5,
  .market .ves5 .h5 {
    font-size: 14px;
    margin-top: 6px;
    padding: 0 12px;
  }
  .market .ves1 .box {
    padding: 0 10px;
    margin-top: 30px;
    display: block;
  }
  .market .ves1 .box .item {
    position: relative;
    width: 100%;
    height: 90px;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(192deg, #487CFF 0%, #64E7FF 100%);
    z-index: 1;
  }
  .market .ves1 .box .item .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .market .ves1 .box .item1 .icon {
    width: 80px;
    height: 83px;
  }
  .market .ves1 .box .item2 .icon {
    width: 88px;
    height: 73px;
  }
  .market .ves1 .box .item3 .icon {
    width: 70px;
    height: 78px;
  }
  .market .ves1 .box .item4 .icon {
    width: 76px;
    height: 71px;
  }
  .market .ves1 .item .h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    padding: 20px 0 0 10px;
  }
  .market .ves1 .item .h3 {
    margin-top: 0px;
    font-size: 12px;
    line-height: 17px;
    padding: 10px 0 0px 10px;
  }
  .market .ves2 {
    height: auto;
    padding-bottom: 20px;
  }
  .market .ves2 .box {
    margin-top: 30px;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .market .ves2 .box .item {
    width: 45vw;
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .market .ves2 .box .no {
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
  }
  .market .ves2 .no .icon {
    width: 22px;
    height: auto;
    margin-right: 8px;
  }
  .market .ves2 .box .text {
    margin-top: 8px;
    font-size: 12px;
  }
  .market .ves2 .box .item:last-child {
    width: 100%;
  }
  .market .ves2 .case {
    height: auto;
    padding: 0;
    margin: 0 10px;
    padding-bottom: 25px;
  }
  .market .ves2 .case .label {
    padding: 20px 10px 5px 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .market .ves2 .case .list {
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .market .ves2 .case .mod {
    width: 34vw;
    height: 32px;
    padding: 0 15px;
    margin-top: 10px;
    border-radius: 34px;
  }
  .market .ves2 .case .button {
    width: 34vw;
    height: 34px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 14px;
  }
  .market .ves2 .case .mod .txt {
    font-size: 14px;
  }
  .market .ves3 {
    height: auto;
    padding-bottom: 20px;
  }
  .market .ves3 .row1 {
    margin-top: 30px;
    padding: 0 10px;
    display: block;
  }
  .market .ves3 .title {
    padding-left: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .market .ves3 .tags {
    padding-left: 20px;
  }
  .market .ves3 .tag {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1;
  }
  .market .ves3 .item1 {
    width: 100%;
    height: 70vw;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .market .ves3 .item1 .title,
  .market .ves3 .item2 .title,
  .market .ves3 .item3 .title,
  .market .ves3 .item4 .title {
    padding-top: 20px;
  }
  .market .ves3 .item1 .bg {
    left: 50%;
    width: 86vw;
    height: auto;
    margin-left: -43vw;
  }
  .market .ves3 .item2 {
    width: 100%;
    height: 68vw;
    overflow: hidden;
  }
  .market .ves3 .item2 .bg {
    left: 50%;
    width: 86vw;
    height: auto;
    margin-left: -43vw;
  }
  .market .ves3 .row2 {
    padding: 0 10px;
    margin-top: 10px;
    display: block;
  }
  .market .ves3 .item3 {
    width: 100%;
    height: 70vw;
    overflow: hidden;
  }
  .market .ves3 .item3 .bg {
    left: 50%;
    width: 86vw;
    height: auto;
    margin-left: -43vw;
  }
  .market .ves3 .item4 {
    width: 100%;
    height: 70vw;
    margin-top: 10px;
    overflow: hidden;
  }
  .market .ves3 .item4 .bg {
    left: 50%;
    width: 86vw;
    height: auto;
    margin-left: -43vw;
  }
  .market .ves3 .buttonRow {
    margin-top: 20px;
  }
  .market .ves3 .pubBtn {
    font-size: 16px;
    height: 37px;
    border-radius: 37px;
  }
  .market .ves3 .askBtn {
    font-size: 16px;
    height: 35px;
    border-radius: 35px;
  }
  .market .ves4 {
    height: auto;
    padding-bottom: 20px;
  }
  .market .ves4 .case {
    display: block;
    margin-top: 30px;
    padding: 0 10px;
  }
  .market .ves4 .case .title {
    width: auto;
    padding: 0 20px;
    padding-top: 12px;
    font-size: 18px;
    line-height: 28px;
  }
  .market .ves4 .case .txt {
    width: auto;
    padding: 0 20px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .market .ves4 .case .tags {
    padding-left: 20px;
    margin-top: 12px;
  }
  .market .ves4 .case .tag {
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 24px;
  }
  .market .ves4 .box1 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .market .ves4 .box1::before {
    left: unset;
    width: 0;
    height: 0;
    /* width: 120px;
    height: 60px; */
  }
  .market .ves4 .right {
    width: 100%;
    height: auto;
  }
  .market .ves4 .box2, 
  .market .ves4 .box3 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .market .ves4 .box2::before {
    right: 0;
    width: 0;
    height: 0;
    /* width: 105px;
    height: 80px; */
  }
  .market .ves4 .box3::before {
    right: 0;
    width: 0;
    height: 0;
    /* width: 150px;
    height: 80px; */
  }
  .market .ves4 .buttonRow {
    margin-top: 10px;
  }
  .market .ves4 .pubBtn {
    font-size: 16px;
    height: 37px;
    border-radius: 37px;
  }
  .market .ves4 .askBtn {
    font-size: 16px;
    height: 35px;
    border-radius: 35px;
  }
  .market .ves5 {
    height: auto;
    padding-bottom: 20px;
  }
  .market .ves5 .case {
    height: auto;
    margin-top: 30px;
    padding: 30px 20px;
    display: block;
    border-radius: 10px;
  }
  .market .ves5 .info {
    padding-left: 0;
  }
  .market .ves5 .info .title {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }
  .market .ves5 .info .title::before {
    width: 0;
    height: 0;
  }
  .market .ves5 .info .h3 {
    width: auto;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
  }
  .market .ves5 .count {
    margin-top: 30px;
    justify-content: space-between;
  }
  .market .ves5 .num {
    margin: 0;
    font-size: 16px;
  }
  .market .ves5 .num .icon {
    width: 90px;
    height: auto;
  }
  .market .ves5 .num .txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .market .ves5 .buttonRow {
    margin-top: 20px;
  }
  .market .ves5 .pubBtn {
    font-size: 16px;
    height: 37px;
    border-radius: 37px;
  }
  .market .ves5 .askBtn {
    font-size: 16px;
    height: 35px;
    border-radius: 35px;
  }
  .market .ves6 {
    height: 170px;
    background: url(../imgs/marfApp.jpg) no-repeat;
  }
  .market .ves6 .sitg {
    height: 20px;
  }
  .market .ves6 .tips {
    transform: scale(0.7);
  }
  .market .ves6 .title {
    padding-left: 36px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 34px;
  }
  .market .ves6 .buttonRow {
    margin-top: 15px;
    padding-left: 26px;
  }
  .market .ves6 .pubBtn {
    width: 120px;
    height: 32px;
    font-size: 13px;
    border-radius: 32px;
  }
  .market .ves6 .askBtn {
    width: 170px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    border-radius: 30px;
  }

  /* 关于我们 */
  .about .banner {
    position: relative;
    height: auto;
    padding-top: 0;
    background: none;
  }
  .about .banner .bannerApp {
    width: 100%;
    height: auto;
  }
  .about .banner .appBoxs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 6px;
  }
  .about .banner .appBoxs .appText {
    width: 60vw;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
  }
  .about .banner .appBoxs .buttonRow {
    margin-top: 20px;
  }
  .about .banner .pubBtn {
    font-size: 16px;
    height: 37px;
    border-radius: 37px;
  }
  .about .banner .askBtn {
    font-size: 16px;
    height: 35px;
    border-radius: 35px;
  }
  .about .ves1 {
    padding: 0 15px;
    padding-top: 40px;
    display: block;
  }
  .about .ves1 .logo .icon {
    width: 140px;
    height: auto;
  }
  .about .ves1 .logo .txt {
    font-size: 26px;
    line-height: 36px;
  }
  .about .ves1 .h3 {
    margin-top: 20px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .about .ves2 {
    padding: 30px 15px 40px 15px;
  }
  .about .ves2 .h3 {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .about .ves3 {
    display: block;
    padding: 0 15px;
  }
  .about .ves3 .box1 {
    padding: 0;
  }
  .about .ves3 .h1 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
  .about .ves3 .rows {
    padding-top: 10px;
    justify-content: space-between;
  }
  .about .ves3 .cell {
    text-align: center;
  }
  .about .ves3 .h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .about .ves3 .button {
    margin: 0 auto;
    margin-top: 20px;
    width: 85%;
    height: 40px;
    font-size: 16px;
  }
  .about .ves3 .box2 {
    width: auto;
    height: auto;
    padding: 0;
    margin: 20px 0;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .about .ves3 .box2 .icon {
    width: 100%;
    height: auto;
  }
  .about .ves4 {
    padding: 0 15px;
    display: block;
  }
  .about .ves4 .item {
    width: auto;
    height: 70px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 30px 15px 30px 15px;
  }
  .about .ves4 .h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .about .map {
    height: auto;
    background: #FFFFFF;
  }
  .about .map .case {
    position: unset;
    padding: 10px 15px;
    padding-bottom: 25px;
    display: block;
    width: auto;
    height: auto;
  }
  .about .map .info {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .about .map .h1 {
    justify-content: center;
  }
  .about .map .h3 {
    font-size: 14px;
  }
  .about .map .kf {
    padding: 0;
    padding-top: 10px;
    text-align: center;
  }
  .about .map .kf .icon {
    margin: 0 auto;
  }

  /* 登录、注册 */
  .login .header {
    height: 56px;
  }
  .login .header .content {
    height: 56px;
    padding: 0 15px;
  }
  .login .header .telephone {
    margin-right: 10px;
    font-size: 14px;
  }
  .login .telephone .icon {
    width: 14px;
    height: auto;
    margin-right: 5px;
  }
  .login .header .homeBtn {
    width: 80px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 5px;
    margin-right: 0;
  }
  .login .main {
    display: block;
    background-color: #FFFFFF;
  }
  .login .main::before {
    background: none;
  }
  .login .pack {
    width: auto;
    height: auto;
    display: block;
    padding: 20px 20px;
    border-radius: 0;
    border-top: 20px solid #F5F7FB;
  }
  .login .logon {
    padding-left: 0;
  }
  .login .logon .title {
    text-align: center;
  }
  .login .logon .inputBox {
    width: auto;
    height: 44px;
    margin-top: 15px;
  }
  .login .inputBox .van-cell {
    padding: 11px 10px;
  }
  .login .logon .codeBox {
    width: auto;
    margin-top: 0;
  }
  .login .codeBox .codeImg {
    margin-top: 15px;
    height: 46px;
  }
  .login .agreement .text {
    padding-left: 12px;
  }
  .login .logon .button {
    width: 100%;
    height: 46px;
    line-height: 46px;
  }
  .login.reg .logon .codeBtn {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
  }
  /* 小红书推广 */
  .redbook .banner {
    position: relative;
    height: auto;
    background: none;
  }
  .redbook .banner .bannerApp {
    width: 100%;
    height: auto;
  }
  .redbook .banner .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 6px;
  }
  .redbook .banner .content .txtBox {
    width: 100%;
  }
  .redbook .banner .content .appText {
    width: 86vw;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
  }
  .redbook .banner .title1 {
    width: 300px;
    height: auto;
    margin-left: 30px;
  }
  .redbook .banner .title2 {
    width: 320px;
    height: auto;
    margin-top: 15px;
    margin-left: 30px;
  }
  .redbook .buttonRow {
    margin-top: 30px;
    justify-content: center;
  }
  .redbook .buttonRow .pubBtn {
    width: 110px;
    height: 35px;
    font-size: 14px;
    border-radius: 35px;
  }
  .redbook .buttonRow .askBtn {
    margin-left: 15px;
    width: 108px;
    height: 33px;
    font-size: 14px;
    border-radius: 35px;
  }
  .redbook .buttonRow .pubBtn .icon,
  .redbook .buttonRow .askBtn .icon {
    width: 18px;
    height: auto;
    margin-left: 4px;
  }
  .redbook .ves1 {
    height: auto;
    padding-bottom: 20px;
  }
  /* 标题 */
  .redbook .content .title {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .redbook .content .subtitle {
    padding: 0 20px;
    font-size: 14px;
    margin-top: 6px;
  }
  .redbook .ves1 .box1 {
    padding: 0 15px;
    margin-top: 30px;
    display: block;
  }
  .redbook .ves1 .box1 .item {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
  .redbook .ves1 .box1 .item .coverImg {
    width: 100%;
    height: auto;
  }
  .redbook .ves1 .box1 .item .info {
    padding: 15px 15px;
    padding-bottom: 20px;
  }
  .redbook .ves1 .box1 .h1 {
    padding-bottom: 10px;
  }
  .redbook .ves1 .box1 .info .txt {
    font-size: 18px;
    line-height: 26px;
  }
  .redbook .ves1 .box1 .h1 .icon {
    width: 80px;
    height: auto;
  }
  .redbook .ves1 .box1 .rows {
    padding: 2px 0;
    font-size: 14px;
  }
  .redbook .ves1 .box1 .rows .icon {
    width: 15px;
    height: auto;
  }
  .redbook .ves1 .box1 .buttonRow {
    margin: 0;
    margin-top: 20px;
  }
  .redbook .ves1 .box2 {
    margin-top: 30px;
  }
  .redbook .ves1 .box2 .cell {
    margin-bottom: 20px;
    display: block;
  }
  .redbook .ves1 .box2 .item1, 
  .redbook .ves1 .box2 .item2, 
  .redbook .ves1 .box2 .item3, 
  .redbook .ves1 .box2 .item4 {
    padding: 0 12px;
    margin-bottom: 30px;
  }
  .redbook .ves1 .box2 .cell .info {
    flex: 1;
    max-width: calc(100vw - 94px);
    padding-left: 10px;
  }
  .redbook .ves1 .box2 .cell .h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .redbook .ves1 .box2 .cell .h5 {
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    margin-top: 2px;
  }
  .redbook .ves1 .box2 .item1 .icon,
  .redbook .ves1 .box2 .item2 .icon,
  .redbook .ves1 .box2 .item3 .icon,
  .redbook .ves1 .box2 .item4 .icon {
    width: 60px;
    height: auto;
    object-fit: contain;
  }
  .redbook .ves2 {
    padding-bottom: 30px;
  }
  .redbook .ves2 .tabsbar {
    display: block;
    margin-top: 30px;
  }
  .redbook .ves2 .tabs {
    width: auto;
    height: auto;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .redbook .ves2 .tab {
    width: auto;
    height: 6vh;
    min-width: 21.5vw;
    font-size: 16px;
    font-weight: 700;
    line-height: 6vh;
    border-radius: 10px;
  }
  .redbook .ves2 .tabcon {
    position: unset;
    width: auto;
    height: 360px;
    margin: 0 12px;
  }
  .redbook .ves2 .tabcon .h1 {
    padding-top: 30px;
    padding-left: 25px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
  .redbook .ves2 .tabcon .h3 {
    width: 280px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 22px;
  }
  .redbook .tabcon .buttonRow {
    padding: 0;
    margin: 0 25px;
    margin-top: 30px;
    justify-content: center;
  }
  .redbook .ves2 .tabcon .mainImg {
    position: relative;
    top: unset;
    right: unset;
    width: 180px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 40px;
  }
  .redbook .ves2 .tabcon .mainImg .img1 {
    left: -25px;
    bottom: 158px;
    width: 40px;
    height: auto;
  }
  .redbook .ves2 .tabcon .mainImg .img2 {
    right: -25px;
    bottom: 54px;
    width: 40px;
    height: auto;
  }
  .redbook .ves2 .tabcon .mainImg .text {
    top: 90px;
    right: -74px;
    width: auto;
    height: 36px;
    padding: 0 15px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 36px;
  }
  .redbook .ves3 {
    height: auto;
    padding-bottom: 20px;
  }
  .redbook .ves3 .content {
    height: auto;
  }
  .redbook .ves3 .content::before {
    bottom: unset;
    top: 50%;
    width: 100vw;
    height: 80vw;
    transform: translate(-50%, -50%);
  }
  .redbook .ves3 .list {
    display: block;
    margin-top: 30px;
    padding: 0 12px;
  }
  .redbook .ves3 .item {
    position: relative;
    width: auto;
    height: 76px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #CFE5FD;
    z-index: 1;
  }
  .redbook .ves3 .item.on {
    width: auto;
    height: auto;
    background: linear-gradient(145deg, #2a4dfa 10%, #91efff 100%);
  }
  .redbook .ves3 .item.on .icon {
    margin: 0;
    transform: scale(1.3);
  }
  .redbook .ves3 .item.on .h3 {
    margin: 0;
    padding-top: 20px;
    color: #FFFFFF;
    text-align: left;
  }
  .redbook .ves3 .item .h5 {
    width: calc(100vw - 160px);
    padding-left: 24px;
    padding-bottom: 15px;
    margin-top: 8px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
  }
  .redbook .ves3 .item .icon {
    position: absolute;
    bottom: -15px;
    right: 10px;
    margin: 0;
    z-index: -1;
  }
  .redbook .ves3 .item1 .icon {
    width: 80px;
    height: auto;
  }
  .redbook .ves3 .item2 .icon {
    width: 90px;
    height: auto;
  }
  .redbook .ves3 .item3 .icon {
    width: 90px;
    height: auto;
  }
  .redbook .ves3 .item4 .icon {
    bottom: -34px;
    width: 80px;
    height: auto;
  }
  .redbook .ves3 .item5 .icon {
    bottom: -28px;
    width: 90px;
    height: auto;
  }
  .redbook .ves3 .item .h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    color: #333333;
    padding-left: 24px;
  }
  .redbook .ves4 {
    height: auto;
    padding-bottom: 20px;
  }
  .redbook .ves4 .list {
    padding: 0 12px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .redbook .ves4 .list .item {
    width: calc(50vw - 45px);
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 15px 10px 10px 15px;
  }
  .redbook .ves4 .item .info {
    padding-left: 10px;
  }
  .redbook .ves4 .info .h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  .redbook .ves4 .info .h5 {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .redbook .ves4 .item .icon1 {
    width: 23px;
    height: 24px;
  }
  .redbook .ves4 .item .icon2 {
    width: 24px;
    height: 26px;
  }
  .redbook .ves4 .item .icon3 {
    width: 24px;
    height: 26px;
  }
  .redbook .ves4 .item .icon4 {
    width: 24px;
    height: 22px;
  }
  .redbook .ves4 .item .icon5 {
    width: 23px;
    height: 22px;
  }
  .redbook .ves4 .item .icon6 {
    width: 24px;
    height: 22px;
  }
  .redbook .ves5 {
    height: auto;
    padding-bottom: 30px;
  }
  .redbook .ves5 .case {
    margin-top: 30px;
  }
  .redbook .ves5 .list {
    padding: 0 15px;
  }
  .redbook .ves5 .list .item {
    display: block;
    margin-bottom: 10px;
    border-radius: 12px;
    padding: 16px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(195,195,195,0.13);
  }
  .redbook .ves5 .item .icon1,
  .redbook .ves5 .item .icon2 {
    margin-left: 5px;
    width: 32px;
    height: auto;
  }
  .redbook .ves5 .item .icon3,
  .redbook .ves5 .item .icon4,
  .redbook .ves5 .item .icon5 {
    margin-left: 5px;
    width: 36px;
    height: auto;
  }
  .redbook .ves5 .item .info {
    padding-left: 0px;
  }
  .redbook .ves5 .info .h3 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #131415;
  }
  .redbook .ves5 .info .h5 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #606266;
  }
  .redbook .ves5 .buttonRow {
    margin: 0;
    margin-top: 15px;
  }
  .redbook .ves6 {
    height: auto;
    padding-bottom: 30px;
    background-size: cover;
  }
  .redbook .ves6 .appImg6 {
    width: 100vw;
    height: auto;
  }
  .redbook .ves6 .case {
    position: unset;
    width: auto;
    height: auto;
    padding: 0 15px;
    margin-top: 0px;
    background: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .redbook .ves6 .case .box {
    position: unset;
    padding: 0;
    width: calc(33vw - 25px);
    height: auto;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .redbook .ves6 .box .icon {
    position: unset;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .redbook .ves6 .box1 .icon,
  .redbook .ves6 .box2 .icon,
  .redbook .ves6 .box3 .icon,
  .redbook .ves6 .box4 .icon,
  .redbook .ves6 .box5 .icon,
  .redbook .ves6 .box6 .icon {
    width: auto;
    height: 62px;
  }
  .redbook .ves6 .buttonRow {
    margin-top: 15px;
  }
  .redbook .ves7 {
    height: auto;
    padding-bottom: 30px;
  }
  .redbook .ves7 .appSwiper {
    width: auto;
    height: auto;
    padding: 0 15px;
    margin-top: 30px;
  }
  .redbook .ves7 .swiper .item {
    width: auto;
    height: auto;
    padding-bottom: 35px;
  }
  .redbook .ves7 .swiper .coverImg {
    width: 100%;
    height: auto;
  }
  .redbook .ves7 .swiper .item .h3 {
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .redbook .ves7 .swiper .item .h5 {
    font-size: 15px;
    padding: 0 10px;
    line-height: 26px;
  }
  .redbook .ves7 .van-swipe__indicator {
    width: 15px;
    height: 4px;
    border-radius: 4px;
    background-color: #173EFF;
  }
  .redbook .ves7 .buttonRow {
    margin-top: 30px;
  }
  .redbook .ves8 {
    height: 88px;
  }
  .redbook .ves8 .box {
    height: 88px;
    padding: 0 15px;
  }
  .agreeon .contentCase {
    width: auto;
  }
  .agreeon .header {
    padding: 0 15px;
    width: auto;
  }
  .agreeon .content {
    height: calc(100vh - 100px);
  }
  .agreeon .scrollBox {
    height: calc(100vh - 30vh);
  }
  .agreeon .scrollBox .box {
    padding: 0 15px;
  }
  .agreeonBtnRow .button {
    width: 340px;
  }
}