.div{
    width: 1200px;
    margin: auto;
}
.img_2_to_1 {
  width: 50%;
}
.no-wrap {
  white-space: nowrap;
}
.top{
  width: 100%;
  height: 70px;
  /* position: fixed; */
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 123;
}
.fixed,.active {
	background: #fff;
	box-shadow: 0 1px 20px rgba(54, 54, 54, 0.4);
}
.top .flx{
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}
.top img{
    vertical-align: middle;
}
.top_fix{
    display: flex;
    align-items: center;
}
.top_left {
  display: flex;
  align-items: center;
}
.top_nav {
  display: flex;
  margin-left: 70px;
}
.top_nav li a {
  font-family: PingFangSC;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}
.top_nav li + li {
  margin-left: 47px;
}
.top .phone_number{
    margin-right: 31px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    background: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/fin/tel.png') no-repeat left center;
    padding-left: 39px;
}
.top .logo{
  width: 160px;
  height: 49px;
  display: block;
  background: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/logo.png') no-repeat left top;
  background-size:cover;
}
.free{
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(90deg, #5FB8FF 0%, #36A4FF 100%);
  border-radius: 23px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.banner{
    position: relative;
    background: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/banner.png') no-repeat center;
    background-size: 1920px;
    height: 718px;
}
.banner_con{
    display: flex;
    justify-content: space-between;
}
.banner_left dl{
  margin: 101px 0 56px 0 ;
}
.banner_left dl dt{
  color: #3E3E3E;
  font-weight: bold;
  font-size: 64px;
}
.banner_left dl dd{
  color: #3E3E3E;
  font-size: 28px;
}
.banner_left ul {
  width: 601px;
  display: flex;
  flex-wrap: wrap;
}
.banner_left ul li{
  width: 173px;
  height: 56px;
  background: #FFF;
  border-radius: 4px;
  line-height: 56px;
  color: #333;
  text-indent: 63px;
  font-size: 21px;
  margin:0 16px 16px 0;
}
.banner_left ul li{
  background-position: 16px center;
  background-repeat: no-repeat;
}
.banner_left ul li:nth-child(1){
  background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/a1.png');
  background-size: 34px 29px;
}
.banner_left ul li:nth-child(2){
  background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/a2.png');
  background-size: 33px 28px;
}
.banner_left ul li:nth-child(3){
  background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/a3.png');
  background-size: 30px 30px;
}
.banner_left ul li:nth-child(4){
  background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/a4.png');
  background-size: 30px 31px;
}
.banner_left ul li:nth-child(5){
  background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/a5.png');
  background-size: 28px 30px;
}
.banner_left ul li:nth-child(6){
  background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/a6.png');
  background-size: 29px 30px;
}
.banner_con .banner_right{
    width: 380px;
    height: 391px;
    background: #FFF;
    border-radius: 10px;
    margin: 84px 61px 0 0;
}
.animation-phone{
  animation: scaleDraw 5s ease-in-out infinite;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.apply{
  width: 300px;
  margin: 31px auto
}
.apply .tit{
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 29px;
}
input::-webkit-input-placeholder,input:placeholder{
    font-size: 16px !important;
}
.morea{
    width: 140px;
    height: 56px;
    line-height: 56px;
    background: linear-gradient(90deg, #60B8FF 0%, #36A4FF 100%);
    border-radius: 28px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: white;
}
.moreb{
    width: 140px;
    height: 56px;
    line-height: 56px;
    background: linear-gradient(90deg, #4CE499 0%, #17C87E 100%);
    border-radius: 28px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
.morea:after,.apply_btn:after,.free:after,.finbtn:after {
    display: inline-block;
    content: '\e683';
    font-family: iconfont;
    font-size: 14px;
    color: #fff;
    width: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.moreb:after {
    display: inline-block;
    content: '\e683';
    font-family: iconfont;
    font-size: 14px;
    color: #fff;
    width: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.morea:hover:after,.apply_btn:hover:after,.free:hover:after,.finbtn:hover:after {
    margin-left: 6px;
    opacity: 1;
}
.moreb:hover:after {
    margin-left: 6px;
    opacity: 1;
}
.intro{
  margin-top:91px;
}
.intromenu ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 39px 0 76px 0;border-bottom:#ccc 1px solid;
}
.intromenu ul li{
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 9px;
  border-bottom: #fff 5px solid
}
.intromenu ul li.cur{
  font-weight: bold;
  color: #3399FF;
  border-bottom: #3399FF 5px solid
}
.intromenu ul li img{
  display: block;
  width: 101px;
}
.intro .swiper-slide > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro .swiper-slide dl{
  width: 539px;
}
.intro .swiper-slide dl dt{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin:11px 0;
}
.intro .swiper-slide dl dd{
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.intro .swiper-slide ul{
  margin: 39px 0
}
.intro .swiper-slide ul li{
  font-size: 16px;
  color: #333;
  text-indent: 26px;
  background: url("https://cdn.jdy.com/jdy/new/images/other/yxc/jxc/right.png") no-repeat left center;
}
.intro .ul{
    display: flex;
    flex-wrap: wrap;
}
.intro .ul li{
    width: 50%
}
.pattern_tit{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.intro .moreb{
    border:#333 1px solid;
    color: #333;
}
.intro .moreb:after{color: #333}
.scglintro .swiper-slide dl{ width: auto; }
.scglintro dd{ height: 191px; }
.indorsement { margin: 48px 0 20px }
.bt{ text-align: center;margin:71px 0 56px 0;font-size: 48px;font-weight: bold;color: #3E3E3E;}
.gl{ text-align: center;margin-bottom: 52px ;}
.gl img { width: 1180px; }
.glreq .glreq_con > div{ background-position: center; background-repeat: no-repeat;;}
.glreq .glreq_con > div:nth-child(1){ background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/c.png'); background-size: 1920px;}
.glreq .glreq_con > div:nth-child(2){ background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/d.png'); background-size: 1920px;}
.glreq .glreq_con > div:nth-child(3){ background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/e.png'); background-size: 1920px;}
.glreq .glreq_con > div:nth-child(4){ background-image: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/jxc/f.png'); background-size: 1920px;}
.glreq .glreq_con > div div{display: flex; align-items: center;height: 681px;}
/* .glreq .glreq_con > div dl{ width: 551px;} */
.glreq .glreq_con > div dl{ width: 551px;}
.glreq .glreq_con > div dl dt{font-size: 44px;font-weight: bold;color: #2E2E2E;}
.glreq .glreq_con > div dl dd{font-size: 18px;color: #666;line-height: 24px; margin: 21px 0;}
.glreq .glreq_con div dl dd ul{
  padding-bottom:31px;
}
.glreq .glreq_con div dl dd li{
  margin-top: 16px;
  text-indent: 19px;
  position: relative;
}
.glreq .glreq_con div dl dd li span{
  position: absolute;
  padding: 4px;
  background: #41A9FF;
  left:1px;
  top:9px;
  border-radius: 50%;
}
.rk{ height: 1016px;background: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/fin/g.png') no-repeat center bottom;}
.idccon{height: 391px;background: url('https://cdn.jdy.com/jdy/new/images/other/kdjdy/c_pe.png') no-repeat center}

.idc{
    margin-top: 91px;
}
.idccon{
    display: flex;
    justify-content: center;
    margin-top: 51px;
}
.idccon div{
    width: 393px;
    height: 300px;
}
.idccon div:hover {  
    box-shadow: 0 0px 10px #8ac7f8 inset;
}
.idccon div img{margin:61px 0 39px 61px;}

.idccon div dl{margin-left: 61px}
.idccon div dl dt{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.idccon div dl dd{
    font-size: 18px;
    color: #666666;
    margin-top: 19px;
}
.requirement{
    background: #FAFCFF;
}
.reqcon{
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
}
.reqcon_left .req_tit{
    font-size: 46px;
    font-weight: bold;
    color: #333;
    line-height: 60px;
    margin:0 0 161px 21px;
}
.reqcon_left .req_tit span{
    color: #00A6FF
}
.requirement .moreb{
    border:#333 1px solid;
    color: #333;
}
.requirement .moreb:after{
    color: #333
}
.reqcon .r {
    margin-bottom: 91px;
}
.reqcon .r dl dt{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin: 29px 0 12px 0
}
.reqcon .r dl dt span{
    font-size: 36px;
    display: block;
}
.reqcon .r dl dd{
    height: 53px;
    overflow: hidden;
}
.reqcon .r dl dd p{
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 24px;
    transition: .3s;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.reqcon .r:hover dd p{
    margin-top: -51px;
    
}
.reqcon_left .r dl{
    margin-left: 21px;
}
.reqcon_right .r dl{
    text-align: right;
}
.reqcon_right a{
    margin: 0 0 0 10px;
}
.caseimg{
    height: 219px;
    overflow: hidden;
    position: relative;
    margin-top: 56px;
}
.caseimg ul{ 
    position: absolute;
    width: 12321px;
    height: 219px;
    left:0;
}
.caseimg li{
    position: relative;
    float: left;
}
.al{
  background: #F7FBFF;
  padding: 61px 0;
  text-align: center;
}
.al .pattern_tit{
    margin-bottom: 31px;
}
.video{
  background: #F7FBFF;
  padding: 81px 0 71px 0;
  margin-top: 91px;
}
.video_con{
  width: 1181px;
  margin: 0 auto;
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_con.jxc{
    background: url(https://cdn.jdy.com/jdy/new/images/other/yxc/jxc/video_bg.png);
}
.video_con.csgl{
    background: url(https://cdn.jdy.com/jdy/new/images/other/yxc/csgl/video_bg.png);
}
.video_con.lsgl{
    background: url(https://cdn.jdy.com/jdy/new/images/other/yxc/lsgl/video_bg.png);
}
.video_con div{
  margin-left: 311px;
}
.feat{
  padding: 91px 1px
}
.feat_tit{
  margin-top: 31px;
}
.feat_tit,.feat_tit span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.feat_tit span img{
  margin-right: 10px;
}
.feat_tit span:nth-child(2){
  margin:0 51px;
}
.solution-product-compare{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
.solution-product-compare{
    display: flex;
    flex-direction: column;
}
.head-row{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    background: #3399FF;
    color: #fff;
    font-weight: bold;
}
.head-row-col{
    width: 25%;
}
.head-row-col:nth-child(1){
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 24px;
}
.head-row-col p{
  font-size: 16px;
}
.solution-remark {
    width: 1180px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.solution-remark >div:first-child p{
    height: 33px;
    font-size: 24px;
    color: #212121;
}
.solution-remark>div:nth-child(2){
    width: 500px;
}
.solution-remark>div:nth-child(3){
    display: flex;
    width: 400px;
    justify-content: space-between;
}
.solution-remark .product-icon{
    position: relative;
    top: 5px;
    margin-right: 8px;
}
.row-box .body-row{
    background: #FBFDFF;
}
.row-box .body-row{
    border-bottom: 0px solid #fff;
}
.row-box .body-row:last-child{
    border-bottom: 1px solid #fff;
}
.body-row{
    text-align: left;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:3px 0;
    background: #F2F8FF;
}
.body-row-col{
    width: 25%;
    /* height: 36px; */
}
.body-row p{
    /* height: 24px; */
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}
.row-box .body-row-col:nth-child(1){
    padding-left: 48px;
}
.body-row-col:nth-child(1){
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 24px;
    margin-bottom: 5px;
}
.product-icon{
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    /* border: dashed 1px #2386EE; */
}
.right {
    background-image: url("https://cdn.jdy.com/jdy/new/images/other/yxc/jxc/support_ico.png");
}
.no {
    background-image: url("https://cdn.jdy.com/jdy/new/images/other/yxc/jxc/littlesupport_ico.png");
}
.unspport {
    background-image: url("https://cdn.jdy.com/jdy/new/images/other/yxc/jxc/unsupport_ico.png");
}
.hide-all-icon,.hide-icon{
    width: 16px;
    height: 16px;
    background-image: url("https://cdn.jdy.com/jdy/new/images/invoicing/hide-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: dashed 1px #E5E5E5; */
    position: relative;
    top: 5px;
    margin-right: 15px;
    cursor: pointer;
}
.hide-all-icon{
  background-image: url("https://cdn.jdy.com/jdy/new/images/other/yxc/jxc/uparrow_w.png");
}
.show-all-icon,.show-icon{
    width: 16px;
    height: 16px;
    background-image: url("https://cdn.jdy.com/jdy/new/images/invoicing/show-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: dashed 1px #E5E5E5; */
    position: relative;
    top: 5px;
    margin-right: 15px;
    cursor: pointer;
}
.show-all-icon{
    background-image: url("https://cdn.jdy.com/jdy/new/images/other/yxc/jxc/downarrow_w.png");
}
.hiderow{
    display: none;
}
.showrow{
    /* background: #F6F8FB; */
    animation:mymove 3s infinite;
    -webkit-animation:mymove 3s infinite; 
}
.showrow th {
    padding-left: 25px;
}
.manage{

    background: #F7FBFF; 
    padding:91px 1px;
}

.managecon{ 
    display: flex; 
    justify-content: space-between;  
    align-items: center;
    margin-top: 123px;
}
.managecon div{
    width: 380px;
    height: 205px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    text-align: center;
}
.managecon div dl{
    margin-top: -60px;
}

.managecon div dl dt p{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 16px 0;
}
.managecon div dl dd{
    font-size: 18px;
    color: #666;
    line-height: 25px;
}
.scene{
    background: #F7FBFF; 
    padding:91px 1px;
}
.scenewrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 61px;
}
.scenewrap > div{
    width: 381px;
    height: 241px;
    background: #fff;
    border-radius: 8px;
    margin-top: 19px
}
.scenewrap > div div{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    height: 56px;
    line-height: 56px;
    margin: 35px 0 19px 61px;
    text-indent: 71px;
    background-repeat: no-repeat;
    background-position: left center
}
.scenewrap > div:nth-child(1) div{
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d1.png');
}
.scenewrap > div:nth-child(2) div{
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d2.png');
}
.scenewrap > div:nth-child(3) div{
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d3.png');
}
.scenewrap > div:nth-child(4) div{
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d4.png');
}
.scenewrap > div:nth-child(5) div{
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d5.png');
}
.scenewrap > div:nth-child(6) div{
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d6.png');
}

.scenewrap > div ul{
    margin-left: 81px;
}
.scenewrap > div li{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    background-position: left center;
    background-repeat: no-repeat;

    text-indent: 29px;
}
.scenewrap > div:nth-child(1) li:nth-child(1){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d1.1.png')
}
.scenewrap > div:nth-child(1) li:nth-child(2){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d1.2.png')
}
.scenewrap > div:nth-child(1) li:nth-child(3){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d1.3.png')
}
.scenewrap > div:nth-child(2) li:nth-child(1){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d2.1.png')
}
.scenewrap > div:nth-child(2) li:nth-child(2){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d2.2.png')
}
.scenewrap > div:nth-child(2) li:nth-child(3){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d2.3.png')
}
.scenewrap > div:nth-child(3) li:nth-child(1){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d3.1.png')
}
.scenewrap > div:nth-child(3) li:nth-child(2){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d3.2.png')
}
.scenewrap > div:nth-child(3) li:nth-child(3){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d3.3.png')
}
.scenewrap > div:nth-child(4) li:nth-child(1){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d4.1.png')
}
.scenewrap > div:nth-child(4) li:nth-child(2){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d4.2.png')
}
.scenewrap > div:nth-child(4) li:nth-child(3){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d4.3.png')
}
.scenewrap > div:nth-child(4) li:nth-child(4){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d4.4.png')
}
.scenewrap > div:nth-child(5) li:nth-child(1){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d5.1.png')
}
.scenewrap > div:nth-child(5) li:nth-child(2){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d5.2.png')
}
.scenewrap > div:nth-child(5) li:nth-child(3){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d5.3.png')
}
.scenewrap > div:nth-child(6) li:nth-child(1){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d6.1.png')
}
.scenewrap > div:nth-child(6) li:nth-child(2){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d6.2.png')
}
.scenewrap > div:nth-child(6) li:nth-child(3){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d6.3.png')
}
.scenewrap > div:nth-child(6) li:nth-child(4){
    background-image: url('https://cdn.jdy.com/jdy/new/images/other/yxc/scgl/d6.4.png')
}
.future{
     text-align: center;
     margin: 76px 1px;
}
.future img{
    margin-top: 61px;
}
.trip{
  color: #333;
  background: linear-gradient(270deg, #EAF9FE 0%, #FFFFFF 100%);
}
.trip_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 299px;
}
.trip_left{
    width: 561px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.trip_left dl{
  width: 191px;
}
.trip_left dl:nth-child(1),.trip_left dl:nth-child(2){
  margin-bottom: 19px;
}
.trip_left dl dt{
  font-size: 40px;
  font-weight: bold;
}
.trip_left dl dd{
  font-size: 20px;
}
.trip_right{
    text-align: center;
}
.trip_more{
    text-align: center;
    margin-top: 39px;
}
.trip_right_tit{
    font-weight: bold;
    font-size: 35px;
}
.trip .morea,.trip .moreb{

  width: 201px;
  font-size: 21px;
}
.copy{
    height: 60px; line-height:60px;background: #2C3143;text-align:center; color: #fff;
}
.copy a{ color: #fff }
.foot{
    display: none;
    background: url(../img/footbg2.png);
    background-size: cover;
    position: fixed;
    height: 91px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.foot_imga{
    position: relative;
    top: -20px;
}
.foot_flx{
    display: flex;
    align-items: center;
    color: white;
	position: relative;
}
.foot_flx div{
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.foot_flx div span{
    margin: 0 8px;
}
.foot_flx>span{
    border: 1px solid rgba(255,255,255,0.6);
    padding: 0 10px;
    border-radius: 20px;
    margin: 0 5px;
}
.foot_more{
    width: 165px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: white;
    margin-left: 48px;
    color: #FE5A00;
}
.foot_more:after {
    display: inline-block;
    content: '\e683';
    font-family: iconfont;
    font-size: 14px;
    color: #FE5A00;
    width: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.foot_more:hover::after{
    opacity: 1;
    margin-left: 10px;
    transition: 0.5s;
}


.fixed_l{
    position: fixed;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index:9 ;
}
.gift a{
    color: white;
    display: block;
    width: 90px;
    height: 70px;
    display: flex;
    border-bottom: 1px solid white;
    align-items: center;
    padding:0 15px;
    background-color: red; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #FFA100,#FE5900);
}
.gift a:last-child{
    border-bottom: none;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
    justify-content: center;
}
.tubiao{
    margin-right: 10px;
}
.gift a:first-child{
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    position: relative;
}
.gif{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.closea{
    position: absolute;
    top: -25px;
    left: 60px;
    z-index: 2;
    cursor: pointer;
}
.draw{
    position: relative;
    margin-left: -30px; 
    cursor: pointer;  
    display: block;
}
.draw a{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
}
.closeb{
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer;
}
.fixed_r{
    position: fixed;
    right:0px;
    top: 50%;
    transform: translateY(-50%);
}
.contact{
    width: 80px;
    border-radius: 5px;
    border: 1px solid #0097FE;
    background: white;
    margin-top: 8px;
}
.contact a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    text-align: center;
    color: #252B3A;
    position: relative;
}
.contact a:last-child{
    display: none;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}
.mask_act{
    display: block;
}
.maskbg{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
@keyframes myfirst23
{
	from {bottom:10%;}
	to {bottom:20%;}
}
.mask_gif{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20%;
    z-index: 22;
   display: none;
}
.mask_act .mask_gif{
    display: block;
    animation:myfirst23 1s;
	-webkit-animation:myfirst23 1s; /* Safari and Chrome */
}

.mask_clo{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
.mask_zi{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 16%;
    text-align: center;
    width: 100%;
    
}
.mask_zi p{
    color: #FE5D00;
    margin-bottom: 5px;
}
.maske_more a{
    display: inline-block;
    width: 128px;
    line-height: 50px;
    text-align: center;
    color:#FE5D00 ;
    border-radius: 50px;
    border: 1px solid #FE5D00;
}
.maske_more a:last-child{
    color: white;
    background-color: #FE5A00; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #FE5A00,#FF9E00);
}

@keyframes ani3
{
	from {opacity: 0;}
	to {opacity:1;}
}
.ani{
    display: none;
}
.ani_act{
    display: block;
    animation:ani3 1s;
	-webkit-animation:ani3 1s; /* Safari and Chrome */
}
.foot_close{
	position: absolute;
	right: 0;
	top:-60px;
	cursor: pointer;
}


.after-sale-box-item>img {
  width: 100%;
}

.after-sale-box-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #3399FF;
  /* position: absolute; */
  text-align: center;
  position: fixed;
  /* top: 156px; */
  top: 60vh;
  right: 10px;
  z-index: 999999;
}

.after-sale-dialog-center {
  width: 162px;
  height: 94px;
  position: absolute;
  left: -190px;
  top: -6px;
}

.after-sale-dialog-center-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.after-sale-dialog-cente-text {
  position: absolute;
  top: 53%;
  transform: translateY(-100%);
  right: 5px;
}

.dialog-box-item-text-title {
  font-size: 15px;
  color: #333333;
  line-height: 15px;
}

.after-sale-dialog-center .dialog-box-item-text-title {
  font-weight: inherit;
  margin-bottom: 5px;
}

.after-sale-dialog-center .dialog-box-item-text-subtitle {
  line-height: 11px;
}

.dialog-box-item-text-subtitle {
  font-size: 11px;
  color: #777777;
  text-align: justify;
}

.after-sale-box {
  position: fixed;
  right: 23px;
  bottom: 64px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.after-sale-box-item {
  width: 68px;
  height: 68px;
  background: #3399FF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  position: static;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2px;
}

.after-sale-box-item img {
  width: 50px;
  height: 50px;
}

.after-sale-box-item .dtu {
  width: 32px;
  height: 32px;
}

.after-sale-box-item-text {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  padding-bottom: 3px;
}

.after-sale-dialog-center,
.after-sale-dialog-center2 {
  width: 194px;
  height: 84px;
  position: absolute;
  left: -190px;
  top: -6px;
  display: none;
}

.after-sale-dialog-center img,
.after-sale-dialog-center2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.after-sale-dialog-cente-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.after-sale-dialog-cente-text2 {
  text-align: left;
  padding-top: 21px;
  padding-left: 34px;
}

.dialog-box-item-text-title2 {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 21px;
}

.dialog-box-item-text-subtitle2 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 21px;
}

/* 搴曢儴鐢宠浣撻獙鎸夐挳 */
.apply-but {
  border: none;
  background-color: #17b5fe;
}

.apply-but:hover {
  background-color: #015eea;
}

.item_hide {
  display: none;
}

.after-sale-box {
  position: fixed;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.after-sale-box .after-sale-box-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 54px;
  height: 95px;
  background: #3399FF;
  border-radius: 10px 0px 0px 10px;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2px;
  text-align: center;
  right: 10px;
  z-index: 999999;
}

.after-sale-box-item .dtu {
  width: 31px;
  height: 31px;
}

.after-sale-box .after-sale-box-item-text {
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  padding-bottom: 3px;
  width: 26px;
  margin-top: 8px;
}

.after-sale-box .up-box {
  width: 54px;
  height: 55px;
  background: #3399FF;
  border-radius: 10px 0px 0px 10px;
  justify-content: center;
  cursor: pointer;
}

.after-sale-box .up-box img {
  width: 29px;
  height: 16px;
}

.after-sale-dialog-tips {
  width: 274px;
  height: 125px;
  position: absolute;
  left: -272px;
  top: -15px;
  background: url(https://www.jdy.com/yxc_b/images/new-sem/business-card.png) no-repeat;
  background-size: 274px 125px;
}

.after-sale-dialog-content {
  padding: 12px 0 0 10px;
  display: flex;
}

.after-sale-dialog-content .phone_area {
  margin-left: 6px;
  margin-top: 20px;
}

.after-sale-dialog-content div {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}

.after-sale-dialog-content span {
  display: block;
  font-size: 10px;
  color: #848586;
  line-height: 20px;
}

.after-sale-dialog-center,
.after-sale-dialog-center2 {
  width: 194px;
  height: 84px;
  position: absolute;
  left: -190px;
  top: 6px;
  display: none;
}

.after-sale-dialog-content-bottom {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.after-sale-dialog-content-bottom span {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  padding-left: 5px;
}

.apply ul li{
  height: 51px;
  margin-top: 10px;
}
.apply ul li span{
  color: red
}
.apply ul li div{
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 3px;
}
.apply ul li div input{
  border:none;
  font-size: 16px;
  text-indent:3px;
}
.apply ul p{
  text-indent:6px;
  color: red;
  font-size: 12px;
  margin-top: 6px;
}
.agree{
  color: #777;
  background: url('https://www.jdy.com/yxc_b/img/new/unread.png') no-repeat left center;
  font-size: 12px;
  padding-left: 20px;
  margin: 21px 0
}
.agree a{
  color: #777;
}
.agree.sel{
  background: url('https://www.jdy.com/yxc_b/img/new/readed.png') no-repeat left center;

}
.apply_btn{
  height: 56px;
  line-height: 56px;
  background: #37A5FF;
  border-radius: 29px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  text-align: center;
}
.reg_validatacode_a,.reg_validatacode_b{
  position: absolute;
  right:1px;
  bottom:2px;
}
.reg_validatacode_a{
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.reg_validatacode_b{
  display: none;
  color: #ccc
}
.zhezhao{
  position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8;
    z-index: 991;
    display: none;
    top: 0;
    left: 0;
}
.applydialog{
  width: 700px;
  height: 436px;
  background: url('https://www.jdy.com/yxc_b/img/new/dia_bg.png') no-repeat center;
  position: fixed;
  top:50%;
  left: 50%;
  margin:-216px 0 0 -350px;
  z-index: 992;
  display: none
}
.applydialog .apply{
  margin-left: 346px;
}
.applydialog .applyclose{
  position: absolute;
  right:16px;
  top:16px;
  cursor: pointer;
}
#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
  width: 100%;
}

#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}

#header_prom {
  width: 100%;
  height: 60px;
  cursor: pointer;
}

#header_prom_con {
  width: 1170px;
  margin: auto;
}

.header_prom_close {
  position: absolute;
  top: 16px;
  right: 20px;
}