@charset "utf-8";

body {
  background: #fff;
}

/* header */
.header-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  transition: all 0.3s ease-in-out;
}
.header-fixed .logo {
  height: 36px;
}
.header-fixed nav li a {
  line-height: 70px;
  font-size: 16px;
}
.header-fixed nav div a{
  font-size: 15px;
}
.header-fixed .h-right{
  padding-left: 30px;
  font-size: 24px;
  line-height: 24px;
  background-size: auto 100%;
}


.banner-center {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 888px;
  color: #000
}

.banner-center p {
  margin-bottom: 20px;
  font-size: 60px;
  color: #877
}

.banner-center strong {
  position: relative;
  display: block;
  height: 70px;
  font-size: 50px;
  letter-spacing: 1px;
}
.banner-center strong::after{
  position: absolute;
  content: '';
  width: 5px;
  height: 50px;
  margin-top: 8px;
  margin-left: 4px;
  display: inline-block;
    background: #fff;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -o-animation: blink 1s infinite;
    -ms-animation: blink 1s infinite;
    animation: blink 1s infinite;
}
@keyframes blink {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}

	100% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}
}



.banner-center .swiper {
  margin-top: 12px;
  margin-bottom: 36px;
  font-family: '黑体';
  font-size: 20px;
  font-weight: lighter;
}
.banner-center .swiper a{
  position: relative;
  display: inline-block;
  margin: 0 15px;
  opacity: .8;
  color: #000;
}
.banner-center .swiper a::before{
  position: absolute;
  content: '';
  top: 6px;
  right: -18px;
  height: 16px;
  border-left: 1px solid #fff;
}
.banner-center .swiper a:last-child::before{
  height: 0;
}
.banner-center .swiper a:hover{
  opacity: 0.8;
}

.banner-center li {
  display: inline-block;
  font-family: "STFangsong", "华文仿宋", "STSong", "华文宋体", serif;
  font-size: 33px;
  letter-spacing: 1px;
}

.b-btn a {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 200px;
  margin: 0 7px;
  margin-top: 50px;
  font-size: 27px;
  color: #fff;
  line-height: 68px;
  letter-spacing: 1px;
  background: rgba(55, 182, 165, .92);
  overflow: hidden;
  font-weight: lighter;
opacity: .9;
border-radius: 30px; /* 设置所有角的圆角大小为10px */
}
/* .b-btn a::before{
  z-index: -1;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  border-radius: 50%;
  transform-origin: center;
  background: #fff;
  transition: all .3s ease;
}
.b-btn a:hover::before{
  top: -200px;
  left: -300px;
  width: 1000px;
  height: 600px;
  transition: all 1s ease;
} */
.b-btn a::before{
  z-index: -1;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.b-btn a:hover{
  /* color: #36ab9c; */
  opacity: 1;
}


.b-btn a.b-btn-api {
  width: 320px;
  background: rgba(254, 100, 0, .92);
  border-radius: 30px; /* 设置所有角的圆角大小为10px */
}

.circle-box {
  position: absolute;
  width: 736px;
  height: 736px;
  left: 50%;
  top: 50%;
  margin-left: -368px;
  margin-top: -368px;
  background: url(../images/circle.png) center no-repeat;
  background-size: 100% 100%;
  opacity: .08;
}

.circle-box .word-1 {
  position: absolute;
  top: 30px;
  left: 30px;
  transform-origin: center;
  animation: rotateIn 30s linear infinite;
}

.circle-box .word-2 {
  position: absolute;
  top: 110px;
  left: 110px;
  transform-origin: center;
  animation: rotateOut 18s linear infinite;
}

.cnetent-box {
  z-index: 10;
}
.cnetent-box div span{
  animation: fadeInt 2s linear infinite;
}

.city-bg {
  z-index: 5;
  position: absolute;
 
  left: -80px;
  width: 1371px;
  height: 848px;
  opacity: .57;
  background: url(../images/c.png) center no-repeat;
  background-size: 100% 100%;
}

@keyframes rotateIn {
  from {
    transform: rotate(0);

  }

  to {
    transform: rotate(360deg);
  }

}

@keyframes rotateOut {
  from {
    transform: rotate(0);

  }

  to {
    transform: rotate(-360deg);
  }

}
@keyframes fadeInt {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .2
  }
  100% {
    opacity: 0;
  }
}
.bottom-word{
  position: absolute;
  bottom: 88px;
  left: 0;
  width: 100%;
  font-size: 20px;
  color: #000;
  letter-spacing: 1px;
  opacity: .94;
}
/* 运维支持 */
.favor-content{
  height: 474px;
  padding-top: 100px;
  background: url(../images/clbg.jpg) center no-repeat;
  background-size: 100% 100%;
}
.favor-content ul{
  /*overflow: hidden;*/
}
.favor-content ul li{
position: relative;
  float: left;
  width: 20%;
  height: 296px;
  text-align: center;
  transition: all .3s ease;
 
}
Productdisplay
{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .3s ease;
  border: 1px ;
    
}
.favor-content ul li:hover{
  transform: translateY(-10px);
}
.favor-content ul li::after{
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  width: 12px;
  height: 296px;
  background-image: url(../images/line.png);
}
.favor-content ul li:last-child::after{
  width: 0;
}
.favor-content ul li div{
  height: 132px;
  width: 100%;
  background: url(../images/ys_01.png) center no-repeat;
}
.favor-content ul li:nth-of-type(2) div{
  background-image: url(../images/ys_02.png);
}
.favor-content ul li:nth-of-type(3) div{
  background-image: url(../images/ys_03.png);
}
.favor-content ul li:nth-of-type(4) div{
  background-image: url(../images/ys_04.png);
}
.favor-content ul li:nth-of-type(5) div{
  background-image: url(../images/ys_05.png);
}
.favor-content ul li strong{
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  color: #333;
}
.favor-content ul li p {
  font-size: 16px;
  color: #000;
  opacity: .9;
  font-weight: lighter;
  line-height: 1.5;
}

/* 高质量服务 */
.index-title{
  padding: 90px 0;
  text-align: center;
}
.index-title p{
  color: #000;
  font-size: 34px;
  opacity: .8;
}
.index-title span{
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 37px;
  color: #36ab9c;
}
.index-title span::after{
  position: absolute;
  content: '';
  bottom: -30px;
  left: 50%;
  width: 64px;
  margin-left: -32px;
  border-top: 3px solid #fff;  
}
.strength{
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.strength li{
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  color: #000;
}
.strength li::after{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, .27);
}
.strength li:last-child::after{
  height: 0;
}
.strength li div{
  font-size: 28px;
  opacity: .92;
}

.strength li span{
  display: block;
  margin-top: 10px;
  opacity: .64;
  font-size: 18px;
  font-weight: lighter;
}
.tip{
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  opacity: .2;
}
.item-box{
  position: relative;
  overflow: hidden;
  background: url(../images/kefu.png) center -5px no-repeat;
}
.item-box>div{
  width: 476px;
  height: 300px;
  background-color: rgba(255, 255, 255, .04);
  font-size: 0;
  text-align: center;
  color: #fff;
}
.item-box .box{
  display: inline-block;
  width: 310px;
  padding-top: 16px;
  vertical-align: top;
}
.item-box .box strong{
  display: block;
  font-size: 28px;
}
.item-box .box span{
  display: block;
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 20px;
  color: #ee6003;
}
.item-box .box p{
  font-size: 16px;
  font-weight: lighter;
  opacity: .7;
  line-height: 1.6;
}
.item-box .box a{
  display: inline-block;
  width: 196px;
  margin-top: 16px;
  line-height: 50px;
  background: #36ab9c;
  font-size: 20px;
  color: #fff;
  border-radius: 2px;
}
.item-box .box a:hover{
  background: #fff;
  color: #36ab9c;
}
.item-box ul{
  position: relative;
  display: inline-block;
  width: 166px;
  border-left: 5px solid #333;
}
.item-box .fr ul{
  border-left: 0;
  border-right: 5px solid #333;
}
.item-box ul li{
  font-size: 18px;
  line-height: 56px;
  opacity: .6;
  font-weight: lighter;
  border-bottom: 6px solid #333;
  transition: all .3s ease;
  cursor: pointer;
}
.item-box ul li:hover{
  opacity: 1;
  background: #222;
}
.item-box ul li:last-child{
  border: 0;
}
.zx-btn{
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 146px;
  height: 80px;
  padding-top: 10px;
  margin-left: -73px;
  background: #ee6003;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  color: rgba(255, 255, 255, .8);
}
.zx-btn:hover{
  background: #fff;
  color: #ee6003;
}
/* 为什么选择我们 */
.positive-content{
  margin-top: 80px;
  padding-bottom: 190px;
  background: #fff url(../images/bottom_bg.png) bottom no-repeat;
} 
.positive-content .index-title p,
.help .index-title p,.favor-content .index-title p{
  color: #333;
  opacity: .91;
}
.positive-content .index-title span::after,
.help .index-title span::after,.favor-content .index-title span::after{
  border-color: #4d4d4d;
}
.positive-content ul{
  font-size: 0;
}
.positive-content ul li{
  display: inline-block;
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
}
.positive-content ul li>div{
  position: relative;
  cursor: default;
}
.positive-content ul li .box div{
  position: relative;
}
.positive-content ul li .box div::after{
  z-index: 11;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .25);
}
.positive-content ul li .box p{
  height: 60px;
  background: #36ab9c;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  font-weight: lighter;
  border-top: 1px solid #fff;
}
.positive-content ul li .hover{
  z-index: 111;
  position: absolute;
  bottom: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  color: #fff;
  transition: all .3s ease;
  border-bottom: 1px solid #fff;
  background: rgba(51, 51, 51, .85);
}
.positive-content ul li:hover .hover{
  bottom: 10px;
}
.positive-content ul li .hover h3{
  font-size: 30px;
}
.positive-content ul li .hover span{
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
  opacity: .8;
}
/* 合作企业 */
.interact-list li{
  margin-bottom: 20px;  
  filter: grayscale(.8);
  -webkit-filter: grayscale(.8);
  transition: all .3s ease;
  overflow: hidden;
}
.interact-list li:hover{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transform: scale(1.08);
}
.swiper-free-mode > .swiper-wrapper{
  transition-timing-function: linear
}
.import-box{
  width: 951px;
  padding: 8px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 90px;
  overflow: hidden;
  background: rgba(130, 130, 130, .36);
  text-align: center;
}
.import-box a{
width: 114px;
line-height: 52px;
background: #36ab9c;
font-size: 17px;
color: #fff;
}
.import-box a:hover{
  background: #fff;
  color: #36ab9c;
}
.import-box span{
  font-size: 18px;
  line-height: 52px;
  color: #fff;
  opacity: .8;
}
/* 使用帮助 */
.help{
  padding-bottom: 90px;
  background: #fff;
}
.help-content .swiper-slide .h-top{
  width: 100%;
  height: 200px;
  background: #36ab9c url(../images/help_1.png) center no-repeat;
}
.help-content .swiper-slide:nth-of-type(2) .h-top{
  background: #ee6003 url(../images/help_2.png) center no-repeat;
}
.help-content .swiper-slide:nth-of-type(3) .h-top{
  background: #36ab9c url(../images/help_3.png) center no-repeat;
}
.help-content .h-fir{
  position: relative;
  padding: 30px 0;
  padding-left: 138px;
  border-bottom: 1px dashed rgba(0, 0, 0, .17) ;
}
.help-content .h-fir div{
  position: absolute;
  top: 30px;
  left: 0;
  width: 121px;
  height: 75px;
  
}
.help-content .h-fir h3{
  font-size: 18px;
}
.help-content .h-fir p{
  margin-top: 8px;
  font-size: 14px;
  opacity: .66;
}
.help-content ul li{
  position: relative;
  margin-top: 16px;
  padding-left: 46px;
  padding-right: 15px;
  line-height: 22px;
  
}
.help-content ul li::before{
  position: absolute;
  content: '1';
  left: 0;
  top: 0;
  width: 30px;
  height: 22px;
  font-size: 14px;
  color: #fff;
  background: #a0a0a0;
  text-align: center;
}
.help-content ul li:nth-of-type(1):before{
  background: #ee6003;
}
.help-content ul li:nth-of-type(2):before{
  content: '2';
  background: #36ab9c;
}
.help-content ul li:nth-of-type(3):before{
  content: '3';
}
.help-content ul li:nth-of-type(4):before{
  content: '4';
}
.help-content ul li:nth-of-type(5):before{
  content: '5';
}
.help-content ul li a{
  display: block;
  font-size: 17px;
  opacity: .85;
  transition: all .3s ease;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-content ul li:hover a{
  
  color: #36ab9c;
  transform: translateX(5px);
}
/* 意见反馈 */
.feedback-content{
  overflow: hidden;
}
.feedback-content .side{
  width: 182px;
}
.feedback-content .side .imgbox {
  padding: 14px;
  border: 1px solid #358d81;
}
.feedback-content .side span{
  display: block;
  margin-top: 5px;
  border: 1px solid #358d81;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, .7)
}
.form-content{
  width: 800px;
  margin-left: 18px;
  overflow: hidden;
}
.form-content input{
  display: block;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  background: #414141;
  border: 1px solid #358d81;
}
.form-content .verify-wrap{
  margin-top: 21px;
  margin-bottom: 18px;
}
.form-content .verify-wrap .fix-tips{
  color: #Fff!important;
}
.form-content input[name="phone_code"]{
  display: inline-block;
  width: 125px;
}
.form-content .form-group{
  float: left;
  width: 240px;
}
.form-content .form-group a{
  display: inline-block;
  width: 110px;
  margin-bottom: 18px;
  background: #358d81;
  font-size: 14px;
  color: #fff;
  line-height: 43px;
  text-align: center;
}
.form-content .form-box{
  float: right;
  width:  540px;
  width: calc(100% - 258px);
}
.form-content .form-box textarea{
  display: block;
  width: 100%;
  height: 167px;
  padding-top: 10px;
  padding-left: 20px;
  margin-bottom: 18px;
  background: #414141;
  border: 1px solid #358d81;
  resize: none;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  outline: none;
}
.form-content .fd-submit{
  padding: 0;
  background: #358d81;
  cursor: pointer;
}
.feedback-message{
  position: relative;
  padding-right: 160px;
  margin-top: 18px;
  overflow: hidden;
}
.feedback-message p{
  font-size: 18px;
  color: #fff;
  opacity: .55;
  line-height: 2;
  letter-spacing: 1px;
}
.feedback-message p span{
  display: inline-block;
  margin-right: 20px;
}
.feedback-message img{
  position: absolute;
  top: -0;
  right: 50px;
}


/* 自适应 */
@media screen and (min-width: 1920px) {
  .positive-content{
    background-size: 100%;
  }
}
@media screen and (max-width: 1600px) {}



@media screen and (max-width: 1200px) {
  
}

@media screen and (max-width: 867px) {
  
  /* 首屏banner */
  .banner-content .swiper{
    font-size:14px;
    line-height: 28px;
  }
  .banner-content {
    overflow: hidden;
  }
  .banner-content .fp-overflow{
    height: 100%;
    overflow: hidden;
  }
  .banner-center {
    height: 100%;
    padding: 0 30px;
  }
  .banner-center p{
    font-size: 20px;
  }
  .banner-center strong{
    min-height: 88px;
    font-size: 28px;
  }
  .banner-center strong::after{
    width: 3px;
    height: 32px;
    margin-top: 6px;
  }
  .banner-center span{
    font-size: 12px;
  }
  .banner-center li{
    font-size: 15px;
  }
  .banner-center li.mob_show{
    display: inline-block!important;
  }
  .circle-box .word-1{
    width: 94%;
    top: 28.5%;
    left: 10px;
  }
  .circle-box .word-2{
    width: 70%;
    top: 34%;
    left: 60px;
  }
  .b-btn {
    text-align: center;
  }
  .b-btn a{
    width: 100px;
    margin: 0;
    margin-top: 20px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
  }
  .b-btn a:hover{
    color: #fff;
  }
  .b-btn a:hover::before{
    display: none;
  }
  .b-btn a.mob_show{
    display: inline-block!important;
    background: #ee6003;
  }
  .city-bg{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
  }
  .circle-box{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    background-size: 100% auto;
  }
  .bottom-word{
    font-size: 12px;
  }
  .mouse-dropdown{
    z-index: 999;
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    color:#fff;
    line-height: 46px;
    background: #ee6003;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #d6d6d6;
  }
  .mouse-dropdown i{
    display: inline-block;
    font-size: 22px;
    animation: dropdown 1s ease-in-out infinite ;
  }
  @keyframes dropdown {
    0%{
      transform: translateY(-5px);
    }
    50%{
      transform: translateY(5px);
    }
    100%{
      transform: translateY(-5px);
    }
  }
  /* 运维支持 */
  .favor-content{
    height: 100%;
    padding-top: 0;
    background: #fff;
    
  }

  .favor-content .mouse-dropdown{
    bottom: 30px;
    background: #37b5a4;
  }
  .index-title{
    padding: 120px 20px;
    padding-bottom: 40px;
  }
  .index-title p{
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
  }
  .index-title span{
    margin-top: 10px;
    font-size: 18px;
  }
  .index-title span::after{
    bottom: -20px;
    width: 48px;
    margin-left: -24px;
    border-top-width: 2px;
  }
  .favor-content ul li{
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .favor-content ul li div{
    height: 66px;
    background-size: auto 80%;
  }
  .favor-content ul li strong{
    margin-bottom: 5px;
    font-size: 16px;
  }
  .favor-content ul li p{
    font-size: 12px;
  }
  .favor-content ul li::after{
    width: 10px;
    height: 100%;
    right: -5px;
    background-size: 100% 100%
  }
  .favor-content ul li:last-child::after{
    width: 10px;
  }
  .favor-content ul li:last-child p{
    position: absolute;
    right: -72%;
    bottom: 0;
  }
  .favor-content ul li:nth-of-type(1)::before,  .favor-content ul li:nth-of-type(3)::before{
    position: absolute;
    content: "";
    top: 30px;
    left: 100%;
    width: 10px;
    height: 300px;
    background: url(../images/line.png) no-repeat;
    transform: rotate(90deg);
    background-size: 100% 100%;
  }
  /* 高质量服务 */
  .quality .fp-overflow{
    height: 100%;
  }
  .mob-ys{
    position: relative;
    margin-top: 10px;
  }
  .mob-ys img{
    width: 100%;
  }
  .mob-ys a{
    position: absolute;
    display: block;
    bottom: 50px;
    left: 0;
    width: 26%;
    height: 150px;
  }
  .mob-ys a:last-child{
    left: auto;
    right: 0;
  }
  /* 三大优势 */
  .positive-content{
    margin-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .positive-content .fp-overflow,
  .help .fp-overflow{
    height: 100%;
  }
  .positive-content .index-title,
  .help .index-title{
    padding-top: 20px;
  }

  .positive-content .swiper-con{
    width: 100%;
    position: relative;
    margin-top: 40px;
    padding: 0 70px;
  }
  .positive-content .container,
  .help .container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .positive-content ul li{
    padding: 0
  }
  .positive-content ul li .box p{
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    font-weight: normal;
  }
  .mob-positive-bottom{
    text-align: center;
  }
  .mob-positive-bottom .swiper-slide,.mob-positive-p{
    width: 32%;
    margin-top: 10px;
    border: 1px solid #358d81;
    font-size: 14px;
    color: #358d81;
    line-height: 36px;
  }
  .mob-positive-bottom .swiper-slide-thumb-active{
    color: #ee6003;
    background: #fdf8f4;
    border-color: #ee6003;
  }
  .mob-positive-p{
    width: 100%;
    text-align: center;
  } 
  .positive-content .mouse-dropdown{
    background: #37b5a4;
  }
  .swiper-btn{
    position: absolute;
    top: 40%;
    width: 40px;
    height: 42px;
    background: url(../images/r_arrow.png) center no-repeat;
    background-size: auto 100%;
  }
  .positive-content .swiper-btn{
    height: 50px;
  }
  .swiper-button-prev,.help-prev{
    left: 14px;
    background: url(../images/l_arrow.png) center no-repeat;
    background-size: auto 100%;
  }
 
  .swiper-button-next,.help-next{
    right: 13px;
  }
  .help-next.swiper-button-disabled,
  .help-prev.swiper-button-disabled{
    opacity: .5;
  }
  .swiper-btn::after{
    display: none;
  }
  /* 合作伙伴 */
  .interact-list{
    margin-top: 40px;
    padding: 0 30px;
  }
  .interact-list li{
    margin-bottom: 8px;  
  }
  .interact .mob-box{
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 50px;
    font-size: 17px;
    color: #36ab9c;
    text-align: center;
    border: 1px solid #36ab9cd6;
    letter-spacing: 1px;
  }
  .interact-list li img{
    height: 60px;
  }
  /* 使用帮助 */
  .help{
    padding-bottom: 0;
  }
  .help-box{
    position: relative;
    padding: 0 60px;
  }
  .help-content .swiper-slide .h-top{
    height: 150px;
    background-size: 34%!important;
  }
  .help-nav li{
    margin-top: 40px;
    font-size: 16px;
    color: #36ab9c;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(54, 171, 156, .8);
  }
  .help-nav li.swiper-slide-thumb-active{
    background: #fdf8f4;
    color: #ee6003;
    border: 1px solid #ee6003;
    color: #ee6003;
  }
  .help .mouse-dropdown{
    bottom: 30px;
    background: #36ab9c;
  }
  .help-box .swiper-btn{
    top: auto;
    bottom: 0px;
  }
  .help-content ul li{
    margin-top: 12px;
  }

  /* 反馈  */
  .feedback-content{
    position: relative;
    width: 74%;
    margin: 0 auto;
  }
  .feedback-content .side{
    position: absolute;
    bottom: 66px;
    right: 0;
    width: 100px;
    
  }
  .feedback-content .side .imgbox{
    padding: 5px;
  }
  .feedback-content .side span{
    font-size: 12px;
    margin-top: 2px;
    line-height: 20px;
  }
  .form-content{
    width: 100%;
    margin: 0;
  }
  .form-content .form-group,.form-content .form-box{
    width: 100%;
  }
  .form-content input{
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 36px;
  }
  .form-content .verify-wrap{
    margin-top: 0;
    margin-bottom: 14px;
  }
  .form-content input[name="phone_code"]{
    width: 62%;
  }
  .form-content .form-group a{
    width: 36%;
    float: right;
    margin-bottom: 10px;
    line-height: 38px;
    font-size: 12px;
  }
  .form-content .form-box textarea{
    height: 124px;
    padding-left: 15px;
    padding-right: 110px;
    font-size: 14px;
  }
  .feedback-message{
    margin-top: 0;
    padding-right: 0;
    text-align: center;
  }
  .feedback-message p{
    line-height: 1;
  }
  .feedback-message p span{
    margin-right: 10px;
    font-size: 12px;
  }
  .mob-login{
    display: flex!important;
    justify-content: space-between;
    width: 74%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 25px; 
    border-top: 1px dashed rgba(253, 248, 244, .7);
    border-bottom: 1px dashed rgba(253, 248, 244, .7);
  }
  .form-content .form-box .fd-submit{
    font-size: 16px;
  }
  .mob-login a{
    width: 100px;
    text-align: center;
    background: #358d81;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
  }
  /* footer */
  .foot-top {
    width: 74%;
    margin-top: 30px;
    padding:  0 25px;
    border-top: 0;
    font-size: 0;
  }
  .foot-top>div{
    width: 100px;
    font-size: 0;
  }
  .foot-top div a{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 30px;
    background: #c96817;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  footer .foot-bottom{
    padding: 25px;
    padding-bottom: 40px;
    font-size: 12px;
    line-height: 1.6;
  }
  .section.last-sec .fp-tableCell{
    display: block!important;
}
}
/* 自适应高度 */
@media screen and (max-height: 780px) {
  .index-title{
    padding-top: 90px;
  }
  .mouse-dropdown{
    bottom: 20px!important;
  }
  
  
}
@media screen and (max-height: 680px) {
  .positive-content .mouse-dropdown,
  .help .mouse-dropdown{
    display: none!important;
  }

  .mob-ys{
    margin-top: 0px;
  }
  .index-title{
    padding-bottom: 20px;
  }
  .index-title span{
    display: none;
    padding-bottom: 20px;
  }
}




@media screen and (max-width: 768px) {
  .circle-box .word-1{
    width: 90%;
    top: 29%;
    left: 20px;
  }
}

@media screen and (max-width: 430px) and (max-height:800px){
  .circle-box .word-1{
    top: 28%;
  }
}
@media screen and (max-width: 420px) and (max-height:750px){
  .circle-box .word-1{
    top: 25%;
  }
  .circle-box .word-2{
    top: 30%;
  }
}
@media screen and (max-width: 361px) and (max-height:750px){
  .circle-box .word-1{
    top: 28%;
  }
  .circle-box .word-2{
    top: 33%;
  }
}