.indedx_design .item_title_box .item_title .link_box a {
  width: 120px;
  padding: 0;
}

.function .function_info:hover {
  padding-top: 48px;
}

.function .function_info:hover p.text {
  opacity: .8;
  margin-bottom: 40px;
}

.function .function_info:hover p.more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
cursor: pointer;
  height: 48px;
  width: 100%;
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 4px;
}

.new-scene-box {
  background: #FFFFFF;
  padding: 0 0 26px 0;
  box-shadow: 0px 2px 8px 0px rgba(0,105,234,0.3), inset 0px -2px 3px 0px rgba(255,255,255,0.8);
  border-radius: 8px;
}


.new-scene .tab-title-box {
  padding-bottom: 0;
  border: none;
  background: #F4F8FF;
  border-radius: 4px 4px 0 0;
}

.new-scene .tab-title .item {
  width: 25%;
  margin: 0;
  font-size: 18px;
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.new-scene .tab-content .item .tab-content-left {
  height: 370px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  box-shadow: none;
}

.new-scene .tab-content .item .tab-content-left h3 {
  font-size: 22px;
  font-family: 600;
}

.new-scene .tab-content .item .tab-content-left h3,p {
  color: #333333;
}

.new-scene-box .link_box {
  display: flex;
  flex-direction: row;
}

.new-scene .tab-content .item .tab-content-right .slide {
  width: 610px;
  height: 343px;
  background-color: #FFFFFF;
  box-shadow: none;
}

.new-scene .tab-content .item.active {
  justify-content: space-evenly;
}

.new-scene .tab-content .item .tab-content-left .link-box a {
  font-size: 16px;
  height: 40px;
}

.new-scene .tab-content .item .tab-content-left .link-box .link02 {
  border: 1px solid #0069EA;
  margin-left: 20px;
}

.new-scene .tab-content .item .tab-content-right .swiper-pagination {
  bottom: 0;
}

.new-scene .tab-content .item .tab-content-left p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 150px;
  color: #333333;
}


.new-scene .tab-title .active {
  background: #FFFFFF;
  font-weight: 600;
}


.new-scene-button {
  display: flex;
}

@media(max-width: 750px) {
  .new-scene {
      display: none;
  }
}
.customer .customer_box_con .dec {
  margin-bottom: 30px;
}

.customer .customer_box_con .iconfont {
  margin-left: 8px;
}
.customer .customer_box_con h4 {
cursor: pointer;
}
.opinion {
background-image: url('../images/option-banner.png');
}
.opinion .opinion_box .opinion_item_left .opinion_item_content .content_title {
margin-bottom: 74px;
}
.opinion .opinion_box .opinion_item .opinion_item_content .content_title .hover_box p {
position:relative;
top: 10px;

}
.opinion .opinion_box .opinion_item_right.opinion_active .opinion_item_content .progress_box .progress-value {
position: relative;
top: 10px;
left: -12px;
}
.opinion .opinion_box .opinion_item_left .opinion_item_content .content_title .box h3 {
font-size: 16px;
margin: 0;
color: rgba(255,255,255,.8);
line-height: 30px;
text-align: center;
}
.opinion .opinion_box .opinion_item_right .opinion_item_content .content_title .box {
position: relative;
top: 30px;
width: 156px;
height: 32px;
border-radius: 4px;
background: rgba(255,255,255,.2);
border: 1px solid #FFFFFF;
}
.opinion .opinion_box .opinion_item_left .opinion_item_content .content_title .box {
 position: relative;
  top: 30px;
width: 156px;
height: 32px;
border-radius: 4px;
background: rgba(255,255,255,.2);
border: 1px solid #FFFFFF;
}
.opinion .opinion_box .opinion_item_right .opinion_item_content .content_title .box h3 {
font-size: 16px;
margin: 0;
color: rgba(255,255,255,.8);
line-height: 30px;
text-align: center;
}
@media(max-width: 1200px) {
.new-scene .tab-content .item .tab-content-left {
    width: 314px;
}
}
@media(max-width: 992px) {
.new-scene .tab-content .item .tab-content-left {
    width: 216px;
}
 .new-scene .tab-content .item .tab-content-right .slide {
    width: 458px;
    height: 264px;
 }
 .new-scene .tab-content .item .tab-content-right .swiper-pagination {
    bottom: 50px;
 }
 .new-scene .tab-title .item {
    font-size: 13px;
 }
 .function .function_info:hover p.more {
    margin: 7px auto;
    height: 40px;
    width: 70%;
 }
}
.index_banner .index_banner_box h2 {
font-family: inherit;
}

.fr_free_use01 {
  display:none;
}

@media (max-width: 768px) {
body {
 padding-bottom:50px;
}
.fr_free_use01 {
 position: fixed;
 display: flex !important;
 flex-direction: row;
 justify-content: space-evenly;
 align-items: center;
 height: 50px;
 width: 100%;
 background: #ECA21D;
 bottom: 0px;
 z-index: 999;
}

.fr_free_use01 a {
  height: 50px;
  width: 50%;
}

.fr_free_use01 a {
  display:flex;
  flex-direction:row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "PingFangSC-Medium, PingFang SC";
  font-weight: 500;
  color: #FFFFFF !important;
}

.fr_free_use01 a:visited {
  color: #FFFFFF !important;
}

.fr_free_use01 img {
  height: 24px;
  margin-right: 12px;
}

.fr_free_use01 .line {
  width: 1px;
  height: 34px;
  background: #FFFFFF;
  opacity: 0.49;
}
}