body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', 'å¾®è½¯é›…é»‘', Arial, sans-serif;
  background-color: #ffffff;
}
.wrap {
  overflow: inherit;
}
.wrap *{
  box-sizing: border-box;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.content-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 59px 0 60px;
}
.content-wrap h1.title{
  font-size: 26px;
  color: #000000;
  text-align: center;
  margin-bottom: 36px;
}

#banner-img {
  width: 100%;
  background: url(../images/banner-bg.png) center center no-repeat;
  height: 400px;
  min-width: 1000px;
}
#banner-img .banner-detail{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
}
#banner-img .banner-detail img{
  display: block;
}
#banner-img .banner-detail .banner-detail-btn{
  width: 148px;
    height: 35px;
    line-height: 34px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border-radius: 20px;
    background-color: #ff1049;
    padding-left: 33px;
    position: relative;
    margin-left: 180px;
}
#banner-img .banner-detail .banner-detail-btn:hover{
  background-color: #fc3c69;
}

#banner-img .banner-detail .banner-detail-btn::before{
  content: "";
  display: block;
  background: url(../images/banner-btn-icon.png) center center no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 19px;
  top: 5px;
}

#banner-img .banner-detail .banner-txt{
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 5px 14px;
  color: #ffffff;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 20px;
  margin-left: 13px;
}

#hjt-problem .problem-list{
  display: flex;
  justify-content: space-between;
}

#hjt-problem .problem-list li.item{
  width: 368px;
  height: 292px;
  position: relative;
  cursor: pointer;
  border-top-right-radius: 50px;
}
#hjt-problem .problem-list li.item:first-child{
  background: url(../images/problem-bg1.jpg) center center no-repeat;
}
#hjt-problem .problem-list li.item:nth-child(2){
  background: url(../images/problem-bg2.jpg) center center no-repeat;
}
#hjt-problem .problem-list li.item:last-child{
  background: url(../images/problem-bg3.jpg) center center no-repeat;
}
#hjt-problem .problem-list li.item::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
#hjt-problem .problem-list li.item:hover::before{
  background-color: rgba(137,56,223,.9);
}
#hjt-problem .problem-list li.item .item-title{
  color: #ffffff;
  margin-top: 135px;
  text-align: center;
  font-size: 22px;
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  margin-bottom: 11px;
}
#hjt-problem .problem-list li.item:hover .item-title{
  margin-top: 95px;
}

#hjt-problem .problem-list li.item .item-txt{
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  opacity: 0;
  
  padding-left: 50px;
}
#hjt-problem .problem-list li.item:hover .item-txt{
  display: block;
  opacity: 1;
}
#hjt-problem .problem-list li.item .item-txt::before{
  content: "";
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  float: left;
  margin-right: 6px;
  border-radius: 100%;
  margin-top: 11px;
}

#hjt-problem .problem-list li.item .item-txt span{
  float: left;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}
#hjt-how{
  background-color: #f9f9f9;
}
#hjt-how .content-wrap{
  width: 1520px;
}
#hjt-how .content-wrap h1.title{
  margin-bottom: 11px;
}
#hjt-how .how-detial{
  background: url(../images/how-bg.png) center center no-repeat;
  height: 548px;
  position: relative;
}
#hjt-how .how-detial .how-title{
  position: absolute;
}
#hjt-how .how-detial .how-company{
  position: absolute;
  transition: transform 0.5s ease; 
}
#hjt-how .how-detial .how-txt{
  font-size: 13px;
  line-height: 19px;
  position: absolute;
}
.ZoomInOut{
  animation: zoomInOut 3s ease-in-out;
}


@keyframes zoomInOut {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); } 
  100% { transform: scale(1); } 
}
#hjt-how .how-detial .how-company:hover{
  transform: scale(1.2);
}

#hjt-three{
  position: relative;
  height: 605px;
}

#hjt-three::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom-width: 160px;
    border-left-width: 160px;
    border-style: solid;
    border-color: #fbe2e0;
    border-bottom-left-radius: 100%;
    right: 0;
    top: 0;
}

#hjt-three::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top-width: 160px;
  border-right-width: 160px;
  border-style: solid;
  border-color: #fad884;
  border-top-right-radius: 100%;
  bottom: 0;
  left: 0;
}

#hjt-three .three-detail{
  width: 100%;
  position: relative;
}

#hjt-three .three-detail::after{
  content: "";
  background: url(../images/three-bg-icon1.png) center center no-repeat;
  width: 54px;
  height: 45px;
  position: absolute;
  bottom: 89px;
  right: 0;
}

#hjt-three .three-detail .three-product {
  position: relative;
  font-size: 0;
  height: 419px;
}
#hjt-three  .three-detail .three-product::before{
  content: "";
  background: url(../images/three-bg-icon3.png) center center no-repeat;
  width: 134px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
}

#hjt-three .three-detail .three-product .product-img::after{
  content: "";
  background: url(../images/three-bg-icon4.png) center center no-repeat;
  width: 150px;
  height: 147px;
  position: absolute;
  bottom: -51px;
  right: -40px;
  z-index: 8;
}

#hjt-three .three-detail .three-product .product-num{
  position: absolute;
    left: 610px;
    top: 41px;
}

#hjt-three .three-detail .three-product .product-img{
  display: inline-block;
    width: 575px;
    position: relative;
    vertical-align: top;
    margin-right: 55px;
    padding-top: 56px;
    padding-left: 50px;
    z-index: 9;
}
#hjt-three .three-detail .three-product .product-img img{
  width: 100%;
  position: relative;
  z-index: 9;
}
#hjt-three .three-detail .three-product .product-info{
  display: inline-block;
  width: 477px;
  position: relative;
  vertical-align: top;
  padding-top: 94px;
}

#hjt-three .three-detail .three-product .product-info .info-title{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}
#hjt-three .three-detail .three-product .product-info .info-txt::before {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  background: url(../images/right-icon.png) center center no-repeat;
  margin-right: 15px;
}

#hjt-three .three-detail .three-product .product-info .info-txt span{
  float: left;
  font-size: 16px;
  color: #666666;
  margin-bottom: 7px;
  width: 442px;
  line-height: 22px;
}
#hjt-three .el-carousel__arrow--right{
  right: 6px;
}

#hjt-three .el-carousel__arrow--left{
  
  right: 63px;
  left: auto;
}

#hjt-three .el-carousel__arrow{
  top: 50px;
  background-color: rgba(31,45,61,.3);
}
#hjt-three .el-carousel__arrow i{
  font-weight: 600;
}
#hjt-three  .el-carousel__arrow:hover{
  background-color: #9058f9;
}

#hjt-three  .number{
  position: absolute;
  right: 0;
  top: 0px;
  color: #333;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 108px;
  font-size: 14px;
    font-family: "AVGARDD";
}

#hjt-three  .number .total {
  color: #999;
}

#hjt-three .number .line {
  width: 52px;
  height: 1px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
}
#hjt-channel{
  background: url(../images/channel-bg.png) center center no-repeat;
  height: 519px;
  position: relative;
}
#hjt-channel .content-wrap{
  padding: 0;
  padding-top: 72px;
  font-size: 0;
  position: relative;
}
#hjt-channel .channel-nav{
  display: inline-block;
  vertical-align: top;
  margin-right: 48px;
}

#hjt-channel .channel-nav .nav-detail{
  width: 240px;
  height: 216px;
  background-color: #471a9b;
  margin-top: 27px;
}

#hjt-channel .channel-nav .nav-detail .nav-title{
  height: 45px;
  text-align: center;
  position: relative;
  background-color: #ae62e9;
  line-height: 43px;
  color: #ffffff;
  font-size: 23px;
}
#hjt-channel .channel-nav .nav-detail .nav-title::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent; /* 左侧边框透明 */
  border-right: 8px solid transparent; /* 右侧边框透明 */
  border-top: 10px solid #ae62e9;
  background-color: transparent;
  bottom: -10px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%)
}
#hjt-channel .channel-nav .nav-detail .nav-info{
  text-align: center;
  padding-top: 21px;
}
#hjt-channel .channel-nav .nav-detail .nav-info p{
  font-size: 17px;
  line-height: 19px;
  color: #ae62e9;
}
#hjt-channel .channel-nav .nav-tips{
  display: block;
  width: 182px;
  height: 49px;
  background: url(../images/channel-icon2.png) center center no-repeat;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  margin: 0 auto;
  margin-top: 13px;
  line-height: 59px;
  padding-right: 11px;
  cursor: pointer;
}
#hjt-channel .channel-nav .nav-tips:hover{
  background: url(../images/channel-icon2-hover.png) center center no-repeat;
}
#hjt-channel .channel-info{
  display: inline-block;
  vertical-align: top;
}

#hjt-channel .channel-info li.item{
  display: inline-block;
  width: 244px;
  height: 305px;
  position: relative;
  vertical-align: top;
  margin-right: 41px;
  cursor: pointer;
}
#hjt-channel .channel-info li.item::after{
  content: "";
  width: 22px;
  height: 18px;
  position: absolute;
  right: 17px;
  top: 19px;
  background: url(../images/channel-icon3.png) center center no-repeat;
}

#hjt-channel .channel-info li.item .item-title{
  display: block;
  width: 146px;
  height: 48px;
  background: url(../images/channel-icon1.png) center center no-repeat;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 5px;
  padding-left: 19px;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}

#hjt-channel .channel-info li.item .item-txt{
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding-left: 29px;
}
#hjt-channel .channel-info li.item  .item-img img{
  position: absolute;
  bottom: 15px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%)
}

#hjt-channel .channel-info li.item::before{
  content: "";
  width: 252px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/light-icon.png) center center no-repeat;
  display: none;
}
#hjt-channel .channel-info li.item:hover::before{
  display: block;
}

#hjt-channel .content-wrap::before{
content: "";
width: 427px;
height: 25px;
background: url(../images/channel-icon4.png) center center no-repeat;
position: absolute;
bottom: 49px;
right: 522px;
bottom: -39px;
right: 292px;
}
#hjt-example{
  height: 705px;
  background: url(../images/example-bg.png) center center no-repeat;
  min-width: 1600px;
}
#hjt-example .example-detail{
  position: relative;
  margin-top: 88px;
  height: 500px;
}

#hjt-example .example-detail .example-img{
  position: absolute;
}

#hjt-example .content-wrap h1.title{
  margin-bottom: 20px;
}

#hjt-example .example-detail .example-info{
  position: absolute;
}

#hjt-example .example-detail .example-info .info-img{
  width: 23px;
  float: left;
  margin-right: 21px;
}
#hjt-example .example-detail .example-info .info-img img{width: 100%;}
#hjt-example .example-detail .example-info .info-txt{
  float: left;
}

#hjt-example .example-detail .example-info .info-txt h3{
  font-size: 15px;
  margin-bottom: 10px;
}
#hjt-example .example-detail .example-info .info-txt p{
  font-size: 15px;
  color: #000000;
  line-height: 27px;
}

#hjt-platform{
  background-color: #f6f2fd;
}
#hjt-platform .platform-detail{
  position: relative;
}
#hjt-platform .platform-detail .platform-nav{
  font-size: 0;
  margin: 0 auto;
  text-align: center;
}
#hjt-platform .platform-detail .platform-nav li.item{
  display: inline-block;
  font-size: 16px;
  color: #000000;
  padding: 0 24px;
  border-right: 1px solid #cccccc;
  cursor: pointer;
}
#hjt-platform .platform-detail .platform-nav li.item:hover{
  color: #823ee3;
}
#hjt-platform .platform-detail .platform-nav li.item:last-child{
  border-right: 0;
}
#hjt-platform .platform-detail .platform-nav li.item.active{
  color: #823ee3;
}

#hjt-platform .platform-detail .platform-arrow{
  position: absolute;
  bottom: 34px;
  left: 40px;
  font-size: 0;
  z-index: 11;
}
#hjt-platform .platform-detail .platform-arrow .arrow{
  display: inline-block;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cecece;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 7px;
  vertical-align: top;
  cursor: pointer;
}
#hjt-platform .platform-detail .platform-arrow .arrow i{
  color: #494a5e;
  font-size: 27px;
}
#hjt-platform .platform-detail .platform-arrow .arrow:hover{
  border-color: #8e7cc3;
  background-color: #8e7cc3;
}
#hjt-platform .platform-detail .platform-arrow .arrow.disabledbtn:hover{
  border: 1px solid #cecece;
  background-color: #ffffff;
}
#hjt-platform .platform-detail .platform-arrow .arrow.disabledbtn i{
  color: #cecece;
}
#hjt-platform .platform-detail .platform-arrow .arrow.disabledbtn:hover i{
  color: #cecece;
}
#hjt-platform .platform-detail .platform-arrow .arrow:hover i{
  color: #ffffff;
}
#hjt-platform .platform-detail .platform-arrow .arrow-right{
  padding-top: 17px;
}
#hjt-platform .platform-list{
  position: relative;
  margin-top: 30px;
}

#hjt-platform .platform-list::before{
  content: "";
  display: block;
  width: 117px;
  height: 30px;
  background: url(../images/platform-icon1.png) center center no-repeat;
  position: absolute;
  left: -70px;
  top: 33px;
}

#hjt-platform .platform-list::after{
  content: "";
  display: block;
  width: 98px;
  height: 69px;
  background: url(../images/platform-icon2.png) center center no-repeat;
  position: absolute;
  right: -45px;
  bottom: 15px;
  z-index: 9;
}

#hjt-platform .platform-list div.item{
  width: 100%;
  height: 454px;
  background-color: #ffffff;
  border-radius: 15px;
  padding-top: 64px;
  padding-left: 38px;
  position: relative;
  z-index: 10;
  
} 
#hjt-platform .platform-list div.item .item-title{
  margin-bottom: 30px;
}
#hjt-platform .platform-list div.item .item-title i{
  float: left;
}
#hjt-platform .platform-list div.item .item-title i img{
  height: 89px;
}
#hjt-platform .platform-list div.item .item-title span{
  float: left;
  font-size: 25px;
  color: #20124d;
  margin-left: 15px;
  margin-top: 17px;
}

#hjt-platform .platform-list div.item .item-info .item-txt::before{
  content: "";
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  background: url(../images/right-icon2.png) center center no-repeat;
  margin-right: 10px;
  background-size: 100%;
  margin-top: 1px;
}


#hjt-platform .platform-list div.item .item-info .item-txt span{
  float: left;
  color: #8e7cc3;
  font-size: 15px;
  margin-bottom: 12px;
}

#hjt-platform .platform-list div.item .item-right{
  position: absolute;
  right: 40px;
  top: 20px;
}
#hjt-platform .platform-list div.item .item-right img{
  width: 748px;
  box-shadow: 0 3px 19px rgb(0 0 0 / 5%);
}
#hjt-package .content-wrap{
  width: 1201px;
}
#hjt-package .package-table {
  width: 100%;
  font-size: 0;
  margin-top: 30px;
  border-left: 1px solid #e2ecff;
}

#hjt-package .package-table .tr-item {
  display: inline-block;
  vertical-align: top;
}

#hjt-package .package-table .tr-item .item-header {
  height: 140px;
  background-color: #9258fe;
  font-size: 17px;
  line-height: 140px;
  text-align: center;
  color: #ffffff;
  border-right: 1px solid;
  position: sticky; /* 开启粘性定位 */
  top: 0; 
  cursor: pointer;
}

#hjt-package .package-table .tr-item div.item {
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e2ecff;
  border-right: 1px solid #e2ecff;
}
#hjt-package .package-table .tr-item div.item em{
  color:#ff0000
}
#hjt-package .package-table .tr-item div.item.green{
  color: #12c870;
}
#hjt-package .package-table .tr-item div.item.h96 {
  height: 96px;
  line-height: 96px;
}

#hjt-package .package-table .tr-item div.item.h144 {
  height: 144px;
  line-height: 144px;
}

#hjt-package .package-table .tr-item div.item.h195 {
  height: 192px;
  line-height: 192px;
}
#hjt-package .package-table .tr-item div.item-product{
  background-color: #ffffff;
  border-bottom: 1px solid #e2ecff;
  border-right: 1px solid #e2ecff;
  position: relative;
  position: sticky; /* 开启粘性定位 */
  top: 0; 
}
#hjt-package .package-table .tr-item div.item-product::before{
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:calc(100% + 2px);;
    height: 8px;
    padding: 0 16px;
    background: var(--qtd-fun-color-3);
    top: 0px;
    left: -1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
#hjt-package .package-table .hight-level div.item-product::before{
  background-color: #dc7974;
}
#hjt-package .package-table .mid-level div.item-product::before{
  background-color: #bbaaee;
}
#hjt-package .package-table .low-level div.item-product::before{
  background-color: #deb83b;
}
#hjt-package .package-table .tr-item:hover div.item-product::before{
    height: 20px;
    top: -12px;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    width: calc(100% + 3px);;
}

#hjt-package .package-table .hight-level:hover {
  border: 1px solid #dc7974;
  border-top: 0;
}
#hjt-package .package-table .mid-level:hover {
  border: 1px solid #bbaaee;
  border-top: 0;
}
#hjt-package .package-table .low-level:hover {
  border: 1px solid #deb83b;
  border-top: 0;
}
#hjt-package .package-table .tr-item .item-buy{
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#hjt-package .package-table .tr-item:hover .item-buy{
  opacity: 1;
  padding-top: 14px;
  height: 71px; 
}
#hjt-package .package-table .tr-item .item-buy .go-buy{
  display: block;
  width: 160px;
  text-align: center;
  height: 41px;
  line-height: 41px;
  color: #ffffff;
  font-size: 17px;
  border-radius: 6px;
  margin: 0 auto;
}
#hjt-package .package-table .hight-level .item-buy .go-buy{
  background-color: #dc7974;
}
#hjt-package .package-table .hight-level .item-buy .go-buy:hover{
  background-color: #dd837e;
}
#hjt-package .package-table .mid-level .item-buy .go-buy{
  background-color: #bbaaee;
}
#hjt-package .package-table .mid-level .item-buy .go-buy:hover{
  background-color: #c2b4ec;
}
#hjt-package .package-table .low-level .item-buy .go-buy{
  background-color: #deb83b;
}
#hjt-package .package-table .low-level .item-buy .go-buy:hover{
  background-color: #ddbb4a;
}
#hjt-package .package-table .tr-item div.item-product h3 {
  font-size: 21px;
    margin-bottom: 11px;
    line-height: 21px;
    padding-top: 39px;
    font-weight: 600;
    color: #000000;
}

#hjt-package .package-table .tr-item div.item-product p{
  font-size: 13px;
  color: #ff0000;
  line-height: 36px;
} 
#hjt-package .package-table .tr-item div.item-product p span{
  color: #888888;
}

#hjt-package .package-table .tr-item div.item-product p em{
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px
}

#hjt-package .package-table .tr-item div.item .error {
  display: inline-block;
  background: url(../images/error-icon.png) center center no-repeat;
  width: 10px;
  height: 11px;
}

#hjt-package .package-table .tr-item div.item .right {
  display: inline-block;
  background: url(../images/right-icon3.png) center center no-repeat;
  width: 9px;
  height: 12px;
}

