.c_crumb {
  padding-top: 95px;
  padding-bottom: 20px;
  color: #9f9f9d;
}
.c_crumb a{
  color: #9f9f9d;
  transition: 0.5s;
}
.c_crumb a:last-child{
  color: #308ef0;
}
.c_crumb a:hover{
  color: #308ef0;
  transition: 0.5s;
}
.c_crumb span {
  display: inline-block;
  padding: 0 10px;
}
body{
  background-color: #f6f7fc;
}
.banner img {
  width: 100%;
}
.banner{
  position: relative;
}

.online_tool a:hover{
  color: #308ef0 !important;
}
.online_tool h1{

height: 100px;

line-height: 100px;

padding-left: 20px;

font-size: 24px;

color: #333;

font-weight: bold;
position: relative;

}
.online_tool h1::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  background-color: #308ef0;
  width: 3px;
  height: 25px;
}
.online_tool .summary{
  color:#868686;
  text-align: center;
  margin-bottom: 3.125%;
}
.online_tool li{
  display: flex;
  align-items: center;
  height: 160px;
  float: left;
  width: calc((100% - 40px)/3);
  margin: 0 0 20px;
  background-color: white;
  box-shadow: 0 0 5px #eaeef9;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;
}

.online_tool{
  padding: 0 0 50px;
}
.online_tool li:nth-child(3n-1){
  margin: 0 20px 20px;
}
.online_tool .con{
  display: flex;
  width: 100%;
  padding:0 8%;
  align-items: center;
}
.online_tool .con .img{
  margin-right: 6%;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fafafc;
}
.online_tool .con .img img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.big{
  color: #202020;
  transition: 0.5s;
  font-weight: bold;
}
.big span:last-child {
  display: none;
}
.smail{
  color: #868686;
}
.online_tool li:hover{
  box-shadow: 0 0 5px #adb0b9;
  transition: 0.5s;
}
.online_tool li:hover .big{
  color: #308ef0;
  transition: 0.5s;
}
.online_tool .svg{
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.5s;
  display: block;
}
.online_tool li:hover .svg{
  right: 30px;
  transition: 0.5s;
}
.pagea{
  margin-top: 30px;
  text-align: center;
}
.pagea a{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
  color: #333;
}
.pagea a:hover{
  color: white !important;
  background-color: #308ef0;
  transition: 0.5s;
}
.pagea .p_other:hover{
  color: #308ef0 !important;
  transition: 0.5s;
  background-color: inherit;
}
@keyframes myfirst{
    from {top: 100px;}
    to {top: 0px;}
}
.content>div{
  display: none;
  position: relative;

}
.content .content_act{
  display: block;
  animation:myfirst 0.5s;
	-webkit-animation:myfirst 0.5s; /* Safari and Chrome */
}

.free {
  padding: 44px 0 46px;
  background: url(../img/active/d_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.free .con .left {
  float: left;
}
.free .con .left h2 {
  color: #fff;
}
.free .con .left h3 {
  margin-top: 12px;
  color: #fff;
}
.free .con a {
  float: right;
  display: block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  top: 20px;
  border: 1px solid #fff;
}
.free .con a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.free .con a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
.sales .con .sales-list ul li:nth-child(n+4){
  display: none;
}
.brand-phone{
  display: none;
}
.hot_phone{
  display: none;
}
.hot_more{
  display: none;
}
.pageb{
  display: none;
}
.banner_ph{
  display: none;
}
@media screen and (max-width: 1440px) {
  
  
}
@media screen and (max-width: 1220px) {
  
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 56px;
  }
 
  .free .con a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px) {
  

  .free {
    padding: 5% 0;
    display: none;
  }
  .free .con .left {
    float: none;
    text-align: center;
  }
  .free .con a {
      float: none;
      margin: 15px auto 0 auto;
      top: 0;
      width: 126px;
      height: 44px;
      line-height: 44px;
      font-size: 16px;
  }
  .banner img{
    width: 100% !important;
    height: auto !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-slide-active{
    z-index: 2;
  }
  .c_crumb{
    padding-top: 76px;
    font-size: 12px;
  }
  .banner{
    margin-top: 0;
  }
  .nav_sort div{
    margin: 0 20px 0 0;
  }
  .tag{
    height: auto;
    overflow: scroll;
  }
  .tag h1{
    white-space: nowrap;
  }

  .nav_sort{
    width: 100%;
  }
  .online_tool li {
    float: none;
    width: 100%;
    margin: 0 0 0.3rem !important;
    height: 1.5rem;
  }
  .online_tool .con .img {
    height: 1.1rem;
    width: 1.1rem;
    margin-right: 0.2rem;
  }
  .online_tool .con>div:last-child{
    width: calc(94% - 100px);
  }
  .online_tool .con {
      padding: 0 0.2rem;
  }
  .online_tool .svg{
    display: none;
  }
  .big span:first-child {
    font-size: 0.32rem;
  }
  .big {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .online_tool .con>div:last-child {
    width: calc(100% - 1.3rem);
  }
  .big em {
    font-size: 0.24rem;
    color: #565d6d;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: initial;
  }
  .big span:last-child {
    display: block;
}
.big img {
  vertical-align: middle;
  width: 0.26rem;
}
.online_tool {
  padding: 0 0 0.6rem;
}
.pagea{
  display: none;
}
.online_tool h1{
  color: #0086f6;
    font-size: 0.32rem;
    height: 1.55rem;
    line-height: 1.55rem;
}
.pageb{
  display: block;
  text-align: center;
  margin-top: 10px;
}
.pageb a{
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  line-height: 0.6rem;
  display: inline-block;
  background: white;
  border-radius: 2px;
  color: #787e86;
}
.pageb input{
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
}
.pageb span{
  color: #949ba3;
}
.pageb .pageb_act{
  background: linear-gradient(90deg, #1882F0, #00AEEE);
  color: white;
  border:none;
}
.banner_pc{
  display: none;
}
.banner_ph{
  display: block;
}
.banner .swiper-slide{
  border-radius: 5px;
  overflow: hidden;
}
.pageb .shang{
  position: relative;
  color: transparent;
}
.pageb .shang:after {
  content: '';
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-right: 1px solid #787e86;
    border-top: 1px solid #787e86;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
      transition: 0.5s;
}
.pageb .xia{
  position: relative;
  color: transparent;
}
.pageb .xia:after {
  content: '';
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-right: 1px solid #787e86;
    border-top: 1px solid #787e86;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
      transition: 0.5s;
}
.l5{
  margin-left: 10px;
}
.smail p{
  display: inline-block;
} 
}
/*# sourceMappingURL=active.css.map */