body {
  height: 100vh;
  overflow-y: auto;
  color: #262626
}
.width1440 {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box
}
.home-content {
  font-size: 14px;
  min-width: 1440px
}
a {
  color: #262626
}
@media screen and (min-width:751px) {
  .header-dropdown-m, .nav-mobile, .mobile-footer, .mobile-content-docs, .m-login-register {
    display: none !important
  }
}
.banner {
  position: relative;
  height: 480px;
  min-width: 1440px
}
.banner-white {
  color: #333
}
.banner-white a {
  color: #333
}
.banner-white .banner-item-title {
  color: #262626
}
.banner-white .banner-item-intro {
  color: #262626
}
.banner-white .banner-item-text {
  color: #666666
}
.banner-black {
  color: #fff
}
.banner-black a {
  color: #fff
}
.banner-black .banner-item-title {
  color: #fff
}
.banner-black .banner-item-intro {
  color: rgba(255, 255, 255, 0.8)
}
.banner-black .banner-item-text {
  color: rgba(255, 255, 255, 0.8)
}
.banner-content {
  height: 100%
}
.banner-main {
  position: relative;
  height: 100%
}
.banner-item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  transition: all 1s;
  background-size: auto 100% !important
}
.banner-item.active {
  z-index: 2;
  opacity: 1
}
.banner-item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 1
}
.banner-item-title {
  padding-top: 147px;
  font-size: 42px;
  line-height: 1;
  font-weight: bold
}
.banner-item-intro {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold
}
.banner-item-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  width: 40%;
}
.banner-item-more {
  width: fit-content;
  margin-top: 40px;
  padding: 13px 42px;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px
}
.banner-item-more:hover {
  opacity: .6
}
.banner-item-more-mobile {
  display: none
}
.banner-mp4 {
  width: auto;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}
.banner-mp4-mobile_show {
  display: none
}
.banner-icons {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 6
}
.banner-ul {
  display: flex;
  column-gap: 8px;
  width: fit-content;
  z-index: 6;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent
}
.banner-ul-item {
  position: relative;
  padding: 10px 0
}
.banner-ul-item.active .banner-ul-item-progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #07AAFF;
  border-radius: 2px;
  animation: animate-stripes 5s linear
}
.banner-ul-item-progress {
  position: relative;
  width: 48px;
  height: 3px;
  background: #ccc;
  border-radius: 2px
}
@keyframes animate-stripes {
  0% {
    width: 0%
  }
  100% {
    width: 100%
  }
}
.content-new {
  background: url("https://main-statics.juhe.cn/www/home/v12/homebg.png") repeat center
}
.search {
  position: relative
}
.banner-search-btn {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #07AAFF;
  border-radius: 4px;
  cursor: pointer;
  z-index: 1;
  display: none
}
.banner-search-btn:hover {
  background-color: #2EB6FF
}
.search-content {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  z-index: 3;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(38, 38, 38, 0.04)
}
.search-input {
  height: 60px;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex
}
.search-input .enter {
  position: absolute;
  right: 16px;
  height: 20px;
  line-height: 20px;
  top: 20px;
  font-size: 12px;
  padding-right: 20px;
  color: #666
}
.search-input .enter i {
  background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat;
  background-position: -53px -448px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
  height: 16px
}
.search-input input {
  width: 854px;
  height: 40px;
  line-height: 40px;
  border: none;
  padding-left: 50px;
  font-size: 16px;
  color: #262626;
  background: transparent
}
.search-input input::-webkit-search-cancel-button {
  display: none
}
.search-input input::-ms-clear {
  display: none
}
.clear-input {
  position: absolute;
  right: 126px;
  top: 20px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: url("https://main-statics.juhe.cn/www/home/v12/clear.svg") no-repeat center;
  background-size: 12px 12px;
  cursor: pointer;
  display: none
}
.search-input input::placeholder {
  color: #999
}
.search-input .icon-sousuo {
  position: absolute;
  left: 18px;
  top: 20px;
  font-size: 22px;
  color: #666
}
.search-data {
  display: none;
  max-height: 350px;
  overflow-y: auto;
  position: relative
}
.search-line {
  padding: 0 20px
}
.search-data::before {
  width: calc(100% - 36px);
  content: ' ';
  display: block;
  height: 1px;
  background-color: #e9e9eb;
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%)
}
.search-data__item {
  display: block;
  padding: 11px 15px 9px 50px;
  background-color: #fff;
  transition: background-color .3s;
  cursor: pointer
}
.search-data__item:last-child {
  margin-bottom: 14px
}
.search-data__item-title {
  font-size: 14px;
  line-height: 14px;
  color: #262626;
  margin-bottom: 4px;
  font-weight: 600
}
.search-data__item-des {
  font-size: 12px;
  line-height: 18px;
  color: #5c6373
}
.search-data__item:hover {
  background-color: #F6FAFF
}
.search-hot-api {
  width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  display: flex;
  gap: 40px;
  padding-top: 42px;
  justify-content: center
}
.search-hot-api a {
  color: #262626
}
.search-hot-api a:hover {
  color: #07AAFF
}
.product {
  padding-top: 80px;
  padding-bottom: 24px
}
.product-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-align: center
}
.product-des {
  padding-top: 16px;
  padding-bottom: 40px;
  line-height: 1;
  text-align: center
}
.product-more-a {
  color: #07AAFF;
  margin-left: 6px;
  position: relative
}
.product-more-a::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 4px;
  width: 5px;
  height: 5px;
  border-left: 1px solid #07AAFF;
  border-bottom: 1px solid #07AAFF;
  transform: translateY(50%) rotate(-135deg)
}
.product-more-a:hover {
  font-weight: bold
}
.product-main {
  height: 313px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 24px 0 rgba(38, 38, 38, 0.04), inset 0 0 4px 0 #FFFFFF, inset -2px -2px 4px 0 #FFFFFF;
  border-radius: 4px;
  display: flex;
  overflow: hidden
}
.product-main .product-ul {
  width: 1440px;
  display: flex;
  flex-wrap: wrap
}
.product-main .product-ul .product-list {
  width: 360px;
  height: 156px;
  box-sizing: border-box;
  border-left: 1px solid #F0F3F6;
  border-top: 1px solid #F0F3F6;
  padding: 32px 30px 2px;
  text-align: left;
  overflow: hidden
}
.product-main .product-ul .product-list:nth-child(4n+1) {
  border-left: 0
}
.product-main .product-ul .product-list:nth-child(1), .product-main .product-ul .product-list:nth-child(2), .product-main .product-ul .product-list:nth-child(3), .product-main .product-ul .product-list:nth-child(4) {
  border-top: 0
}
.product-main .product-ul .product-list:hover {
  transition: all .5s;
  background: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(38, 38, 38, 0.04);
  border-radius: 4px
}
.product-main .product-ul .product-list:hover .list-title em {
  transition: all .5s;
  opacity: 1;
  transform: rotate(0) translateX(0)
}
.product-main .product-ul .list-title {
  height: 28px;
  display: flex;
  align-items: center;
  color: #262626;
  position: relative
}
.product-main .product-ul .list-title h3 {
  font-size: 24px;
  font-weight: 500;
  margin-left: 6px
}
.product-main .product-ul .list-title i {
  background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat center
}
.product-main .product-ul .list-title em {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 26px;
  transform: rotate(0) translateX(-20px);
  opacity: 0
}
.product-main .product-ul .list-title:hover h3 {
  color: #07AAFF
}
.product-main .product-ul .listicon1 .list-title i {
  width: 26px;
  height: 24px;
  background-position: -403px -389px
}
.product-main .product-ul .listicon4 .list-title i {
  width: 27px;
  height: 28px;
  background-position: -219px -389px
}
.product-main .product-ul .listicon2 .list-title i {
  width: 28px;
  height: 28px;
  background-position: -171px -389px
}
.product-main .product-ul .listicon5 .list-title i {
  width: 26px;
  height: 25px;
  background-position: -357px -389px
}
.product-main .product-ul .listicon3 .list-title i {
  width: 24px;
  height: 30px;
  background-position: -488px -10px
}
.product-main .product-ul .listicon7 .list-title i {
  width: 25px;
  height: 28px;
  background-position: -266px -389px
}
.product-main .product-ul .listicon6 .list-title i {
  width: 26px;
  height: 24px;
  background-position: -10px -441px
}
.product-main .product-ul .listicon8 .list-title i {
  width: 24px;
  height: 27px;
  background-position: -488px -60px
}
.product-main .list-api {
  margin-top: 12px;
  display: flex;
  gap: 4px 4px;
  flex-wrap: wrap;
  height: 54px;
  overflow: hidden
}
.product-main .list-api a {
  line-height: 24px;
  height: 24px;
  background: rgba(7, 170, 255, 0.04);
  box-shadow: inset 0 0 4px 0 rgba(7, 170, 255, 0.08);
  border-radius: 2px;
  padding: 0 20px 0 8px;
  color: #262626;
  font-size: 12px;
  position: relative
}
.product-main .list-api a::after {
  content: '';
  position: absolute;
  right: 9px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-left: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: translateY(-50%) rotate(225deg);
  z-index: 1
}
.product-main .list-api a:hover {
  background: #07AAFF;
  color: #FFFFFF
}
.product-main .list-api a:hover::after {
  border-color: #FFFFFF
}
.product-main .product-right {
  width: 304px;
  height: 297px;
  background: linear-gradient(180deg, #F3F9FF 0%, #CDE8FB 100%);
  border-radius: 4px;
  margin-top: 8px;
  text-align: left;
  box-sizing: border-box
}
.product-main .product-right .ai-bg {
  height: 100%;
  width: 100%;
  background: url("https://main-statics.juhe.cn/www/home/v12/aibg.png") no-repeat left 104px top 134px;
  overflow: hidden;
  padding: 23px 32px;
  box-sizing: border-box
}
.product-main .product-right .right-title-a {
  display: flex
}
.product-main .product-right .list-title {
  display: flex;
  flex-direction: column;
  line-height: 1
}
.product-main .product-right .list-title h3 {
  font-size: 24px;
  font-weight: 500
}
.product-main .product-right .list-title h3:hover {
  color: #07AAFF
}
.product-main .product-right .list-title i {
  width: 26px;
  height: 26px;
  background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat center;
  margin-bottom: 8px;
  background-position: -311px -389px
}
.product-main .product-right .list-title em {
  opacity: 0
}
.product-main .product-right .list-title .right-title-a {
  position: relative
}
.product-main .product-right .pro-desc {
  line-height: 20px;
  font-size: 14px;
  margin: 16px 0
}
.product-main .product-right .list-api {
  margin-bottom: 24px
}
.product-main .product-right .more-a {
  color: #07AAFF;
  font-size: 14px;
  position: relative
}
.product-main .product-right .more-a::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-left: 1px solid #07AAFF;
  border-bottom: 1px solid #07AAFF;
  transform: rotate(-135deg);
  z-index: 1
}
.product-main .product-right .more-a:hover {
  font-weight: bold
}
.product-main .product-right .more-a:hover::after {
  transition: all .5s;
  transform: rotate(-135deg) translate(-6px, 6px)
}
.vip-main {
  height: 140px;
  background: url("https://main-statics.juhe.cn/www/home/v12/vipbg2x.png?v=1.1") no-repeat center;
  width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: border-box;
  background-size: cover
}
.vip-main a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em
}
.data-product-bg {
  background: url("https://main-statics.juhe.cn/www/home/v12/prodatabg.png") repeat left 15px top;
  height: 650px
}
.data-product-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 100%);
/*  padding-top: 42px;*/
  padding-bottom: 42px;
  margin-top: 32px
}
.data-product-content {
  padding-top: 36px;
  position: relative
}
.product-data-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 600px
}
.product-data-list .data-item {
  width: 400px;
  height: 226px;
  box-sizing: border-box;
  margin-top: 20px;
  font-family: 'DM Sans'
}
.product-data-list .data-item:nth-child(3), .product-data-list .data-item:nth-child(4) {
  margin-top: 40px
}
.product-data-list .data-item a {
  color: #262626
}
.product-data-list .data-item a:hover .item-top {
  color: #07AAFF
}
.product-data-list .data-item a:hover .hezuo-11 {
  background-position: -10px -10px
}
.product-data-list .data-item a:hover .hezuo-22 {
  background-position: -10px -297px
}
.product-data-list .data-item a:hover .hezuo-33 {
  background-position: -150px -333px
}
.product-data-list .data-item .item-top {
  color: #262626;
  display: flex;
  align-items: center;
  font-size: 40px;
  justify-content: space-between;
  line-height: 40px
}
.product-data-list .data-item .item-top .arrow {
  margin-right: 8px;
  font-size: 30px
}
.product-data-list .data-item .item-top .icons {
  font-size: 40px
}
.product-data-list .data-item .flex-center {
  display: flex;
  align-items: center
}
.product-data-list .data-item.flex-end {
  text-align: end
}
.product-data-list .data-item.flex-end .item-top {
  flex-direction: row-reverse
}
.product-data-list .data-item.flex-end .item-top .flex-center {
  flex-direction: row-reverse
}
.product-data-list .data-item.flex-end .item-top .arrow {
  margin-left: 8px;
  margin-right: 0
}
.product-data-list .data-item.flex-end .item-top .icons {
  transform: rotate(180deg)
}
.product-data-list .data-item.flex-end .desc, .product-data-list .data-item.flex-end .hezuo {
  justify-content: end
}
.product-data-list .data-item .title {
  font-size: 24px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 24px
}
.product-data-list .data-item .desc {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  display: flex;
  gap: 0 17px;
  margin-bottom: 25px
}
.product-data-list .data-item .desc span {
  position: relative;
  line-height: 24px;
}
.product-data-list .data-item .desc span:after {
  content: '';
  position: absolute;
  left: -8px;
  top: 1px;
  height: 12px;
  width: 1px;
  background: #979797
}
.product-data-list .data-item .desc span:nth-child(1)::after {
  display: none
}
.product-data-list .data-item .hezuo {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center
}
.product-data-list .data-item .hezuo.hezuo-box-11 {
  align-items: flex-start
}
.product-data-list .data-item .hezuo-i {
  background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat center
}
.product-data-list .data-item:nth-child(1) .hezuo-i {
  background-position: -10px -74px;
  width: 273px;
  height: 17px;
  margin-top: 1px
}
.product-data-list .data-item:nth-child(2) .hezuo-i {
  background-position: -10px -261px;
  width: 228px;
  height: 16px
}
.product-data-list .data-item:nth-child(3) .hezuo-i {
  background-position: -348px -290px;
  width: 101px;
  height: 16px
}
.data-icons {
  position: absolute;
  left: 50%;
  top: 154px;
  margin-left: -340px;
  width: 680px;
  height: 454px;
  background: url("../image/data-icons.png") no-repeat center
}
.index-title {
  font-size: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center
}
.custom-main {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  gap: 0 12px
}
.custom-main::after, .custom-main::before {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 160px;
  height: 101px;
  background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat;
  background-position: -10px -140px
}
.custom-main::before {
  left: auto;
  top: auto;
  bottom: -20px;
  right: 0;
  transform: rotate(180deg)
}
.custom-left {
  width: 560px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 24px 0 rgba(38, 38, 38, 0.04), inset 2px 2px 4px 0 #FFFFFF, inset -2px -2px 4px 0 #FFFFFF;
  border-radius: 4px;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden
}
.custom-item {
  display: flex;
  gap: 0 36px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(19, 129, 255, 0.05);
  align-items: center
}
.custom-item i {
  width: 120px;
  height: 36px;
  background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat;
  text-indent: -9999em
}
.custom-item p {
  line-height: 22px;
  flex: 1
}
.custom-item.custom-item:nth-child(1) i {
  background-position: -190px -140px
}
.custom-item.custom-item:nth-child(2) i {
  background-position: -348px -66px
}
.custom-item.custom-item:nth-child(3) i {
  background-position: -348px -178px
}
.custom-item.custom-item:nth-child(4) i {
  background-position: -190px -196px
}
.custom-item.custom-item:nth-child(5) {
  border-bottom: 0
}
.custom-item.custom-item:nth-child(5) i {
  background-position: -348px -122px
}
.custom-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.right-item {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 24px 0 rgba(38, 38, 38, 0.04), inset 2px 2px 4px 0 #FFFFFF, inset -2px -2px 4px 0 #FFFFFF;
  border-radius: 4px;
  padding: 40px 40px 38px;
  box-sizing: border-box
}
.right-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  height: 36px
}
.right-item .item-top i {
  width: 120px;
  height: 36px;
  background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat;
  text-indent: -9999em
}
.right-item .item-top p {
  font-weight: bold
}
.right-item .item-desc {
  line-height: 22px
}
.right-item.right-item:nth-child(1) i {
  background-position: -348px -10px
}
.right-item.right-item:nth-child(2) i {
  background-position: -348px -234px
}
.right-item.right-item:nth-child(3) i {
  background-position: -10px -333px
}
.journalism-main {
  display: flex;
  gap: 0 12px
}
.journalism-item {
  width: 472px;
  background: #ECF8FF;
  padding: 40px;
  box-sizing: border-box
}
.journalism-item .journalism-top {
  display: flex;
  justify-content: space-between;
  height: 32px;
  align-items: center;
  margin-bottom: 19px
}
.journalism-item .journalism-top h3 {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  display: flex
}
.journalism-item .journalism-top i {
  width: 35px;
  height: 32px;
  background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat;
  margin-right: 6px
}
.journalism-item .journalism-top a {
  font-size: 12px;
  color: #666666
}
.journalism-item .journalism-top a:hover {
  color: #07AAFF
}
.journalism-item:nth-child(1) .journalism-top i {
  width: 35px;
  background-position: -10px -389px
}
.journalism-item:nth-child(2) .journalism-top i {
  width: 32px;
  background-position: -119px -389px
}
.journalism-item:nth-child(3) .journalism-top i {
  width: 34px;
  background-position: -65px -389px
}
.journalism-item .journalism-ul {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.journalism-item .journalism-ul li {
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
  white-space: nowrap
}
.journalism-item .journalism-ul li a {
  color: #333
}
.journalism-item .journalism-ul li a:hover {
  color: #07AAFF
}
.enterprise-adbg {
  height: 517px;
  background: url("https://main-statics.juhe.cn/www/home/v12/wenterprise-adbg2x.png?v=2") center top no-repeat;
  background-size: auto 100%;
  box-sizing: border-box
}
.enterprise {
  padding-bottom: 40px
}
.enterprise .index-title {
  padding-bottom: 0
}
.register {
  width: 100%;
  height: 200px;
  min-width: 1200px;
  background-image: linear-gradient(270deg, #06BDFf 0%, #1271EF 100%)
}
.register-main {
  margin: 0 auto;
  height: 152px;
  padding-top: 48px;
  background: url('https://img.juhe.cn/www/v10/register/register-bg.svg') no-repeat center
}
.register-name {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 30px
}
.register-tip {
  opacity: .6;
  margin-bottom: 20px;
  display: flex;
  justify-content: center
}
.register-tip span {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #fff
}
.register-tip span:last-child {
  margin-right: 0
}
.register-tip .line {
  width: 60px;
  border-top: 1px dashed #fff;
  margin-top: 6px;
  display: block
}
.register-link {
  width: 168px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin: 0 auto
}
.register-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center
}
@media screen and (max-width:1500px) {
  .width1440 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box
  }
  .home-content {
    min-width: 1200px
  }
  .banner {
    min-width: 1200px
  }
  .product-main .product-ul {
    width: 1200px
  }
  .product-main .product-ul .product-list {
    width: 240px;
    padding: 32px 20px 2px
  }
  .product-main .product-right {
    width: 250px
  }
  .product-main .product-right .ai-bg {
    padding: 23px 20px
  }
  .product-data-list {
    gap: 0 200px;
    position: relative;
    z-index: 2
  }
  .product-data-list .data-item {
    width: 360px
  }
  .product-data-list .data-item .desc {
    font-size: 12px
  }
  .data-icons {
    background-size: 90% 90%
  }
  .custom-left {
    padding: 0 5px
  }
  .custom-left .custom-item {
    padding: 35px
  }
  .custom-right .right-item {
    padding: 24px 30px 28px
  }
  .journalism-item {
    width: 392px;
    padding: 32px
  }
  .enterprise-adbg {
    height: 420px
  }
}
@media screen and (max-width:750px) {
  .footer-help-top, .pc, .footer-help, .m-second-filter-box, .search-hot-api {
    display: none !important
  }
  .home-content {
    width: 100%;
    min-width: 100%
  }
  .width1440 {
    width: 100%;
    padding: 0
  }
  .br-span {
    display: block
  }
  a {
    -webkit-tap-highlight-color: transparent
  }
  .banner {
    min-width: 100%;
    height: 4.78rem
  }
  .banner-item {
    background-size: cover !important
  }
  .banner-item-content {
    padding-left: .32rem
  }
  .banner-item-title {
    padding-top: 1.8rem;
    font-size: .6rem
  }
  .banner-item-intro {
    width: 66%;
    margin-top: .32rem;
    font-size: .26rem;
    line-height: .34rem
  }
  .banner-item-text {
    display: none
  }
  .banner-item-more {
    margin-top: .32rem;
    padding: .08rem .4rem;
    font-size: .2rem;
    line-height: .29rem;
    border-radius: .02rem
  }
  .banner-icons {
    bottom: .6rem
  }
  .banner-mp4-pc_no {
    display: none
  }
  .banner-mp4-mobile {
    width: 100%;
    background-size: cover !important
  }
  .banner-mp4-mobile_show {
    display: block
  }
  .banner-ul {
    padding-left: .32rem
  }
  .banner-ul-item {
    padding: .1rem 0
  }
  .banner-ul-item-progress {
    width: .24rem;
    height: .04rem;
    border-radius: .03rem
  }
  .search {
    padding: 0 .36rem;
    box-sizing: border-box;
    position: relative
  }
  .search .banner-search-btn {
    width: 1.1rem;
    height: .6rem;
    right: .15rem;
    top: .15rem;
    line-height: .6rem
  }
  .search .search-content {
    width: 100%;
    height: .9rem;
    position: relative;
    top: -0.45rem;
    box-shadow: 0 2px 12px 0 rgba(38, 38, 38, 0.04);
    border-radius: 4px
  }
  .search .search-content .search-input {
    height: .9rem;
    padding: .1rem 0
  }
  .search .search-content .search-input .enter {
    display: none
  }
  .search .search-content .search-input input {
    width: calc(100% - 10px);
    height: 100%;
    font-size: .28rem;
    line-height: .9rem
  }
  .search .search-content .search-input input::-webkit-search-cancel-button {
    display: none
  }
  .search .search-content .search-input input::-ms-clear {
    display: none
  }
  .search .search-content .search-input .icon-sousuo {
    top: .3rem;
    font-size: .4rem
  }
  .search .search-content .search-input .clear-input {
    display: none !important
  }
  .product {
    padding: .35rem .32rem 0
  }
  .product-title {
    font-size: .48rem
  }
  .product-des {
    padding-top: .2rem;
    padding-bottom: .4rem;
    line-height: .32rem;
    font-size: .24rem
  }
  .product-main {
    background: #FFFFFF;
    border-radius: 2px;
    flex-direction: column;
    height: auto
  }
  .product-main .product-ul {
    width: 100%
  }
  .product-main .product-ul .product-list {
    width: 100%;
    height: 1.72rem;
    border-left: 0;
    border-top: 1px solid rgba(38, 38, 38, 0.04) !important;
    box-sizing: border-box;
    padding: .32rem .22rem 0 .32rem
  }
  .product-main .product-ul .product-list:hover {
    transition: none
  }
  .product-main .product-ul .product-list:hover em {
    transform: rotate(-45deg) translateY(0)
  }
  .product-main .product-ul .list-title {
    height: .36rem
  }
  .product-main .product-ul .list-title h3 {
    font-size: .36rem;
    margin-left: 6px
  }
  .product-main .product-ul .list-title i {
    width: .36rem;
    height: .36rem;
    background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat center;
    transform: scale(.8)
  }
  .product-main .product-ul .list-title em {
    position: absolute;
    right: 0;
    top: -0.04rem;
    font-size: .42rem;
    opacity: 1;
    transform: rotate(-45deg) translateY(0)
  }
  .product-main .list-api {
    margin-top: .2rem;
    gap: .08rem .08rem;
    height: .44rem;
    overflow: hidden
  }
  .product-main .list-api a {
    line-height: .44rem;
    height: .44rem;
    background: rgba(7, 170, 255, 0.08);
    padding: 0 18px 0 6px;
    font-size: .2rem
  }
  .product-main .list-api a::after {
    right: .12rem;
    top: .22rem;
    width: .09rem;
    height: .09rem;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #262626;
    transform: translateY(-50%) rotate(225deg)
  }
  .product-main .list-api a:hover {
    background: #07AAFF;
    color: #FFFFFF
  }
  .product-main .list-api a:hover::after {
    border-color: #FFFFFF
  }
  .product-main .product-right {
    width: 100%;
    height: 2.88rem;
    border-radius: 0 0 2px 2px;
    margin-top: 0
  }
  .product-main .product-right .ai-bg {
    height: 100%;
    width: 100%;
    background: url("https://main-statics.juhe.cn/www/home/v12/aibg.png") no-repeat left 4rem top .64rem;
    background-size: 4rem auto;
    padding: .3rem .22rem .3rem .3rem
  }
  .product-main .product-right .list-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: .36rem
  }
  .product-main .product-right .list-title h3 {
    font-size: .36rem;
    margin-left: .15rem
  }
  .product-main .product-right .list-title i {
    transform: scale(.8);
    margin-bottom: 0
  }
  .product-main .product-right .list-title .right-title-a {
    flex: 1
  }
  .product-main .product-right .list-title .right-title-a em {
    position: absolute;
    right: 0;
    top: -0.04rem;
    transform: rotate(-45deg);
    opacity: 1;
    font-size: .42rem
  }
  .product-main .product-right .pro-desc {
    line-height: .28rem;
    font-size: .2rem;
    margin: .18rem 0 .24rem
  }
  .product-main .product-right .list-api {
    margin-bottom: 0;
    height: .98rem
  }
  .product-main .product-right .more-a {
    display: none
  }
  .vip-main {
    height: 1.6rem;
    min-width: 100%;
    width: 100%;
    padding: 0 .32rem;
    margin: .48rem auto 0 !important;
    box-sizing: border-box;
    background: none
  }
  .vip-main a {
    display: block;
    height: 100%;
    width: 100%;
    background: url("https://main-statics.juhe.cn/www/home/v12/vipbg2.png") no-repeat center;
    background-size: cover
  }
  .data-product-box {
    padding-top: .8rem;
    margin-top: 0;
    padding-bottom: .56rem
  }
  .data-product-bg {
    padding: 0 .32rem;
    height: auto
  }
  .data-product-content {
    padding-top: 0;
    position: relative
  }
  .data-product-content .data-icons {
    left: 0;
    top: 1.7rem;
    margin-left: 0;
    width: 100%;
    height: 5rem;
    background: url("../image/data-icons.png") no-repeat center;
    background-size: 100% 5rem
  }
  .product-data-list {
    flex-direction: column;
    gap: .2rem 0;
    padding-top: 5rem
  }
  .product-data-list .data-item {
    width: 100%;
    height: auto;
    box-shadow: 0 0 .24rem 0 rgba(38, 38, 38, 0.04);
    background: #fff;
    border-radius: .08rem;
    padding: .32rem .32rem .32rem .4rem;
    line-height: 1;
    margin-top: 0
  }
  .product-data-list .data-item:nth-child(3), .product-data-list .data-item:nth-child(4) {
    margin-top: 0;
    padding-top: .32rem
  }
  .product-data-list .data-item .item-top {
    line-height: .48rem;
    font-size: .42rem
  }
  .product-data-list .data-item .item-top .arrow {
    font-size: .42rem;
    margin-right: .16rem !important;
    margin-left: 0 !important
  }
  .product-data-list .data-item .item-top .icons {
    font-size: .48rem
  }
  .product-data-list .data-item.flex-end {
    text-align: left
  }
  .product-data-list .data-item.flex-end .item-top {
    flex-direction: row
  }
  .product-data-list .data-item.flex-end .item-top .flex-center {
    flex-direction: row
  }
  .product-data-list .data-item.flex-end .item-top .icons {
    margin-left: 0;
    transform: rotate(0)
  }
  .product-data-list .data-item.flex-end .desc, .product-data-list .data-item.flex-end .hezuo {
    justify-content: start
  }
  .product-data-list .data-item .title {
    font-size: .32rem;
    margin-top: .2rem;
    margin-bottom: .32rem
  }
  .product-data-list .data-item .desc {
    font-size: .2rem;
    gap: 0 .41rem;
    margin-bottom: 0
  }
  .product-data-list .data-item .desc span {
    position: relative;
	line-height: 20px;
  }
  .product-data-list .data-item .desc span:after {
    left: -0.2rem;
    top: 1px;
    height: .16rem;
    width: .01rem
  }
  .product-data-list .data-item .hezuo {
    margin-top: .3rem;
    font-size: .2rem
  }
  .product-data-list .data-item .hezuo .hezuo-i {
    flex: 1;
    transform: scale(.9);
    position: relative;
    left: -10px
  }
  .product-data-list .data-item .hezuo .hezuo-i.hezuo-11 {
    background-position: -10px -10px
  }
  .product-data-list .data-item .hezuo .hezuo-i.hezuo-22 {
    background-position: -10px -297px
  }
  .product-data-list .data-item .hezuo .hezuo-i.hezuo-33 {
    background-position: -150px -333px
  }
  .product-data-list .data-item .hezuo.hezuo-box-11 span, .product-data-list .data-item .hezuo.hezuo-box-11 i {
    flex: none;
    position: relative
  }
  .product-data-list .data-item .hezuo.hezuo-box-11 span {
    top: 3px
  }
  .product-data-list .data-item .hezuo.hezuo-box-11 i {
    transform: scale(.8);
    position: relative;
    left: -30px
  }
  .index-title {
    font-size: .48rem;
    padding: .8rem 0 .4rem;
    line-height: .48rem
  }
  .custom-main {
    flex-direction: column;
    height: auto;
    gap: 10px 0
  }
  .custom-main .custom-left {
    width: 100%;
    padding: 0 .2rem;
    height: auto
  }
  .custom-main .custom-item {
    display: flex;
    gap: 0 .1rem;
    padding: .4rem .1rem;
    border-bottom: 1px solid rgba(19, 129, 255, 0.05);
    align-items: center
  }
  .custom-main .custom-item i {
    width: 120px;
    height: 36px;
    background: url("https://main-statics.juhe.cn/www/home/v12/iconsbg.png") no-repeat;
    text-indent: -9999em;
    transform: scale(.8);
    position: relative;
    left: -10px
  }
  .custom-main .custom-item p {
    line-height: .28rem;
    font-size: .2rem;
    flex: 1
  }
  .custom-main .custom-right {
    width: 100%
  }
  .custom-main .custom-right .item-top i {
    transform: scale(.8);
    position: relative;
    left: -14px
  }
  .custom-main .custom-right .item-top p {
    font-size: .2rem
  }
  .custom-main .custom-right .right-item {
    width: 100%;
    padding: .4rem .2rem .4rem .22rem;
    font-size: .2rem;
    line-height: .28rem
  }
  .custom-main::after, .custom-main::before {
    left: -0.4rem;
    top: -0.6rem;
    transform: scale(.6)
  }
  .custom-main::before {
    left: auto;
    top: auto;
    bottom: -0.6rem;
    right: -0.4rem;
    transform: scale(.6) rotate(180deg)
  }
  .journalism {
    padding: 0 .32rem;
    box-sizing: border-box
  }
  .journalism-main {
    gap: 10px 0;
    flex-direction: column
  }
  .journalism-item {
    width: 100%;
    height: auto;
    padding: .32rem
  }
  .journalism-item .journalism-top {
    height: .24rem;
    margin-bottom: .3rem
  }
  .journalism-item .journalism-top h3 {
    font-size: .28rem
  }
  .journalism-item .journalism-top i {
    width: 35px;
    height: 32px;
    background: url("../image/iconsbg.png") no-repeat;
    margin-right: 6px;
    transform: scale(.8);
    position: relative;
    left: -5px;
    margin-right: 0px
  }
  .journalism-item .journalism-top a {
    font-size: .2rem;
    color: #07AAFF
  }
  .journalism-item .journalism-ul {
    gap: .2rem 0
  }
  .journalism-item .journalism-ul li {
    height: auto;
    line-height: 1;
    font-size: .2rem
  }
  .journalism-item .journalism-ul li a {
    color: #333
  }
  .enterprise-adbg {
    height: 3.9rem;
    background: url("https://main-statics.juhe.cn/www/home/v12/enterprise-adbg2.png?v=1") center top no-repeat;
    background-size: 100% 3.9rem;
    margin-top: .36rem;
    margin-bottom: .4rem
  }
  .enterprise {
    padding: 0 .32rem .4rem
  }
  .enterprise .index-title {
    padding-bottom: 0;
    line-height: 1.2
  }
  .register {
    width: 100%;
    height: 2.4rem;
    min-width: 100%;
    background-image: linear-gradient(270deg, #06BDFf 0%, #1271EF 100%)
  }
  .register-main {
    height: 1.96rem;
    padding-top: .44rem;
    background: url('https://img.juhe.cn/www/v10/register/register-bg.svg') no-repeat center
  }
  .register-name {
    font-size: .32rem;
    line-height: .32rem;
    margin-bottom: .2rem;
    letter-spacing: .2rem
  }
  .register-tip {
    margin-bottom: .2rem
  }
  .register-tip span {
    float: left;
    margin-right: .2rem;
    font-size: .18rem;
    line-height: .18rem
  }
  .register-tip span:last-child {
    margin-right: 0
  }
  .register-tip .line {
    width: .6rem;
    border-top: 1px dashed #fff;
    margin-top: .11rem
  }
  .register-link {
    width: 2.4rem;
    height: .6rem;
    border-radius: .08rem;
    border: 1px solid #fff
  }
  .register-link a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .3rem;
    line-height: .6rem
  }
}