html,
body {
  width: 100%;
  height: 100%;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.float-wrapper,
.footer-help {
  display: none !important;
}
.width1200 {
  width: 100%;
  position: relative;
}
.width100 {
  min-width: auto !important;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.center {
  text-align: center;
}
.layui-layer {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.pc-ban-list {
  display: none;
}
.banner-container {
  width: 100%;
  height: 5.3rem;
  background: #0C0C0C;
  position: relative;
}
.mobile-ban-list {
  display: block;
  width: 100%;
  height: 5.3rem;
  overflow: hidden;
}
.mobile-ban-item {
  width: 100%;
  padding-top: 1rem;
  height: 4.3rem;
  background-repeat: no-repeat !important;
  background-size: 7.5rem 5.3rem !important;
}
.mobile-item-link {
  display: block;
  height: 3.5rem;
}
.banner-controller {
  position: absolute;
  padding: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
}
.banner-controller-list {
  overflow: hidden;
}
.banner-controller-list li {
  float: left;
  margin: 0 .1rem;
  width: .16rem;
  height: .16rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-indent: -999rem;
}
.banner-controller-list li:before {
  content: '';
  width: .16rem;
  height: .16rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.banner-controller-list li.on:before {
  background: #fff;
}
.banner-controller-list li:hover:before {
  background: #fff;
}
.banner-activity {
  width: 100%;
  height: .8rem;
  background: rgba(255, 255, 255, 0.06);
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-activity-list {
  margin: 0 auto;
  overflow: hidden;
}
.banner-activity-item {
  width: 25%;
  height: .8rem;
  float: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  text-align: center;
}
.banner-activity-item-container {
  text-align: center;
}
.banner-activity-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.banner-activity-item:after {
  content: '';
  width: .01rem;
  height: .36rem;
  background: url('https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/banner-activity-line.png') no-repeat;
  position: absolute;
  right: 0;
  top: 0.2rem;
}
.banner-activity-item:last-child:after {
  content: none;
}
.banner-activity-name {
  font-size: .22rem;
  color: #fff;
  line-height: 0.8rem;
}
.banner-activity-desc {
  display: none;
}
.sectionTwo {
  height: 4.5rem;
}
.contentTab {
  display: none !important;
}
.mobileSection2 .tabMobile {
  padding: 0 .3rem;
  height: 4.5rem;
  margin-top: 0.1rem;
}
.mobileSection2 .tabMobile li {
  position: relative;
  display: list-item;
  height: .9rem;
  padding: .3rem 0 .3rem 1.1rem;
  text-align: left;
}
.mobileSection2 .tabMobile li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .3rem;
  height: .9rem;
  width: .9rem;
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/secondBg1.png") center no-repeat;
  background-size: contain;
}
.mobileSection2 .tabMobile li.secondLeft {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mobileSection2 .tabMobile li.secondLeft:before {
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/secondBg2.png") center no-repeat;
  background-size: contain;
}
.mobileSection2 .tabMobile li.thirdLeft:before {
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/secondBg3.png") center no-repeat;
  background-size: contain;
}
.mobileSection2 .tabMobile li h1 {
  font-size: .3rem;
  font-weight: normal;
  line-height: .57rem;
  height: 0.57rem;
}
.mobileSection2 .tabMobile li .elsp {
  display: block;
  width: 4.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  font-size: .22rem;
  line-height: .24rem;
  padding-bottom: 0.1rem;
}
.mobileSection2 .tabMobile li .check-details-a {
  display: block;
  position: absolute;
  right: 0;
  top: .45rem;
  width: 1.3rem;
  height: .48rem;
  line-height: .48rem;
  text-align: center;
  color: #00BDFF;
  border: 1px solid #00BDFF;
  font-size: .24rem;
  border-radius: 0.04rem;
}
.sectionThree {
  padding: .58rem 0 .6rem;
  background: #F4F7FA;
}
.sectionThree .sectionThree-content {
  padding: 0 .3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sectionThree .find-text {
  text-indent: -999em;
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/searchData.png") no-repeat;
  background-size: 3rem .48rem;
  height: .48rem;
  margin-bottom: 0.22rem;
}
.sectionThree .search-text {
  display: none;
}
.sectionThree .search-form .search-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: .8rem;
  line-height: .8rem;
  -webkit-box-shadow: 0 0 29px 0 rgba(7, 15, 72, 0.1);
  box-shadow: 0 0 29px 0 rgba(7, 15, 72, 0.1);
  background: #fff;
  border-radius: .12rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.sectionThree .search-form .search-wrapper .search-api-icon {
  position: absolute;
  left: .2rem;
  top: .25rem;
  z-index: 1;
  width: .3rem;
  height: .3rem;
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/search.png") no-repeat;
  background-size: contain;
}
.sectionThree .search-form .search-wrapper .search-api-text {
  position: absolute;
  left: .5rem;
  top: 0;
  padding-left: .2rem;
  height: .8rem;
  line-height: .8rem;
  font-size: .26rem;
  border: 0 none;
  width: 6.3rem;
  background: #fff;
  color: #666;
  text-align: left;
  font-weight: 400;
}
.sectionThree .search-form .search-wrapper .search-api-btn {
  display: none;
}
.sectionThree .search-form .hot-search {
  display: none;
}
.tab-list {
  padding: 0.4rem 0.3rem 0.3rem;
}
.tab-list li {
  float: left;
  height: .3rem;
  line-height: .3rem;
  font-size: .24rem;
  font-weight: bold;
  margin-right: .7rem;
  color: #666;
}
.tab-list .tab-active {
  color: #333;
  font-size: .3rem;
  position: relative;
  z-index: 1;
}
.tab-list .tab-active::before {
  background: #00BDFF;
  content: '';
  position: absolute;
  width: 100%;
  height: .1rem;
  bottom: 0;
  z-index: -1;
}
.classify-wapper .classify-content {
  display: none;
}
.classify-wapper .classify-content.first-classify {
  display: block;
}
.classify-wapper .classify-content .classify-icon,
.classify-wapper .classify-content h2 {
  display: none;
}
.classify-wapper .classify-content .classify-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 0.3rem;
}
.classify-wapper .classify-content .classify-list li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.82rem;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0.04rem 0.15rem 0 rgba(7, 15, 72, 0.05);
  box-shadow: 0 0.04rem 0.15rem 0 rgba(7, 15, 72, 0.05);
  border-radius: .08rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: 0.2rem;
}
.classify-wapper .classify-content .classify-list li:nth-of-type(1) {
  margin-left: 0.3rem;
}
.classify-wapper .classify-content .classify-list .classify-api-a {
  display: block;
  width: 100%;
  height: 1.2rem;
  padding: .3rem 0 .2rem;
  text-align: center;
}
.classify-wapper .classify-content .classify-list .classify-api-a svg,
.classify-wapper .classify-content .classify-list .classify-api-a img {
  margin: 0 auto;
  width: 1.2rem;
  height: 1.2rem;
}
.classify-wapper .classify-content .classify-list .api-right-main {
  text-align: center;
  line-height: 1;
}
.classify-wapper .classify-content .classify-list .api-right-main dt {
  display: block;
  line-height: .26rem;
  overflow: hidden;
  padding: 0 0.15rem;
}
.classify-wapper .classify-content .classify-list .api-right-main dt a {
  display: block;
  padding-bottom: .17rem;
  line-height: .26rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: .26rem;
  color: #333;
  font-size: .26rem;
  font-weight: bold;
}
.classify-wapper .classify-content .classify-list .api-right-main dd {
  display: block;
  font-size: .24rem;
  padding: 0 .15rem .4rem;
  color: #999;
  height: .22rem;
  line-height: .22rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.classify-wapper .classify-content .classify-list .api-more-li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.classify-wapper .classify-content .classify-list .api-more-li p:nth-of-type(1) {
  font-size: .26rem;
  color: #333;
  font-weight: bold;
  padding-top: 1.1rem;
  line-height: 0.26rem;
}
.classify-wapper .classify-content .classify-list .api-more-li p:nth-of-type(2) {
  font-size: .22rem;
  color: #999;
  padding-top: 0.23rem;
}
.classify-wapper .classify-content .api-more {
  display: none;
}
.section-vip {
  width: 100%;
  height: 4.8rem;
  background: url(https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/juhekeji/vip-mobile.png) no-repeat;
  background-size: cover;
  position: relative;
}
.section-vip .section-vip-text {
  width: 100%;
  font-size: .26rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: .6rem;
}
.section-vip .section-vip-text .section-vip-title {
  font-size: .4rem;
  font-weight: bold;
}
.section-vip .section-vip-text .section-vip-list {
  margin-top: .5rem;
}
.section-vip .section-vip-text .section-vip-list li {
  width: 2.6rem;
  margin-bottom: .66rem;
  padding-left: 1.14rem;
  float: left;
  text-align: left;
}
.section-vip .section-vip-btn {
  display: block;
  width: 2.4rem;
  height: .72rem;
  line-height: .72rem;
  background: -webkit-gradient(linear, left top, right top, from(#0e85ff), to(#026fe9));
  background: linear-gradient(90deg, #0e85ff 0%, #026fe9 100%);
  border-radius: 4px;
  font-size: .22rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 2.8rem;
  bottom: .38rem;
}
.bottom-middle {
  position: relative;
}
.bottom-header {
  width: 100%;
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/websevice.png") no-repeat;
  background-size: 7.5rem 4rem;
}
.bottom-header .header-top {
  display: none;
}
.bottom-header .header-content {
  padding-top: 1.34rem;
}
.bottom-header .header-content .content-left {
  float: left;
  width: 3.45rem;
  height: 5.08rem;
  margin-left: .2rem;
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/vipBg1.png") no-repeat;
  background-size: contain;
}
.bottom-header .header-content .content-right {
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/vipBg2.png") no-repeat;
  background-size: contain;
}
.bottom-header .header-content .left-title .left-title-top,
.bottom-header .header-content .left-title a {
  display: none;
}
.bottom-header .header-content .left-title .left-title-middle {
  font-size: .3rem;
  font-weight: bold;
  color: #fff;
  padding-top: 1.35rem;
  padding-left: .4rem;
  height: 1.16rem;
}
.bottom-header .header-content .left-title .left-title-middle .vip-span2 {
  color: #ccc;
  font-size: .18rem;
  display: block;
  padding-top: .1rem;
  font-weight: normal;
}
.bottom-header .header-content .left-list .pic {
  display: none;
}
.bottom-header .header-content .left-list .font {
  font-size: .24rem;
  line-height: .24rem;
  padding-left: .9rem;
  padding-bottom: .36rem;
  color: #fff;
}
.bottom-middle {
  padding-top: .6rem;
  height: 9.2rem;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.middle-top {
  position: relative;
  padding-left: .3rem;
  z-index: 99999999;
}
.middle-top .one {
  font-size: .36rem;
  line-height: .36rem;
  font-weight: bold;
  color: #333;
}
.middle-top .two {
  font-size: .24rem;
  padding-top: .2rem;
  padding-bottom: .28rem;
  color: #666;
}
.middle-top .three {
  font-size: .18rem;
  color: #333;
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/middle-left-top.png") left center no-repeat;
  background-size: .13rem .18rem;
  padding-left: 0.27rem;
}
.middle-list {
  position: absolute;
  bottom: .4rem;
  left: 0;
  height: 2.4rem;
  width: 100%;
  z-index: 2;
}
.middle-list-main {
  height: 1.1rem;
  margin-left: 0.1rem;
}
.middle-list-main:nth-of-type(1) {
  padding-bottom: 0.2rem;
}
.middle-list-main-con {
  float: left;
  width: 2.6rem;
  height: 1.1rem;
  padding-left: .7rem;
  -webkit-box-shadow: 0 4px 15px 0 rgba(7, 15, 72, 0.08);
  box-shadow: 0 4px 15px 0 rgba(7, 15, 72, 0.08);
  position: relative;
  background: #fff;
  margin-left: 0.2rem;
}
.middle-list-main-con .bgc {
  height: .36rem;
  width: .36rem;
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/li-icon1.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: .18rem;
  top: 0.24rem;
}
.middle-list-main-con .bgc.bgc-one {
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/li-icon1.png") no-repeat;
  background-size: contain;
}
.middle-list-main-con .bgc.bgc-two {
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/li-icon2.png") no-repeat;
  background-size: contain;
}
.middle-list-main-con .bgc.bgc-three {
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/li-icon3.png") no-repeat;
  background-size: contain;
}
.middle-list-main-con .bgc.bgc-four {
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/li-icon4.png") no-repeat;
  background-size: contain;
}
.middle-list-main-con .con .top {
  color: #333;
  font-size: .3rem;
  font-weight: bold;
  padding: 0.15rem 0 0.07rem;
}
.middle-list-main-con .con .bot {
  color: #999;
  font-size: .22rem;
  height: .28rem;
  overflow: hidden;
}
.bottom-middle #chinaMap {
  position: absolute !important;
  bottom: 2.5rem !important;
  left: 0 !important;
  width: 7.5rem;
  height: 6rem;
  z-index: 1;
}
.bottom-partner {
  background: #F4F7FA;
  height: 6.75rem;
}
.bottom-partner .bottom-partner-mid {
  display: none;
}
.bottom-partner .bottom-partner-top {
  font-size: .36rem;
  color: #333;
  line-height: .36rem;
  padding: .6rem 0 .4rem;
  text-align: center;
}
.bottom-partner .bottom-partner-bot {
  margin: 0 auto;
  width: 6.9rem;
  height: 4.8rem;
  background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/home/mobile/links.png") no-repeat;
  background-size: contain;
}
.bottom-loginJump {
  height: 1.7rem;
  padding-top: .48rem;
  background: url('https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/service/login-register-bgc.png') center no-repeat #060606;
  text-align: center;
}
.bottom-loginJump .loginJump-main-top {
  color: #fff;
  font-size: .3rem;
  line-height: 0.3rem;
}
.bottom-loginJump .loginJump-main-bot {
  height: .6rem;
  width: 4.7rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.bottom-loginJump .loginJump-main-bot a {
  float: left;
  display: block;
  width: 2rem;
  line-height: .6rem;
  height: .6rem;
  font-size: .24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-loginJump .loginJump-main-bot a:nth-of-type(1) {
  color: #00BDFF;
  margin-right: .6rem;
  border: 1px solid #00BDFF;
  background: none;
}
.bottom-loginJump .loginJump-main-bot a:nth-of-type(2) {
  color: #fff;
  border: 1px solid #00BDFF;
  background: #00BDFF;
}
