.all {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4EDFA), to(rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(180deg, #E4EDFA 0%, rgba(239, 243, 249, 0) 100%), #FFFFFF;
}
.all .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all .tag div {
  cursor: pointer;
  width: 150px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #D9D9D9;
  margin: 0 10px;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.all .tag div span {
  position: relative;
  z-index: 2;
}
.all .tag div::after {
  -webkit-transform: translateX(-102%);
      -ms-transform: translateX(-102%);
          transform: translateX(-102%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.all .tag div:hover:not(.act) {
  background: #fff;
  color: #f06330;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.all .tag .act {
  color: #fff;
  border: none;
}
.all .tag .act::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.tab > div {
  padding: 55px 65px 80px;
  background: #fff;
  border-radius: 0 30px 0 30px;
  display: none;
}
.tab > div.act {
  display: block;
  -webkit-animation: tab_ani 0.5s;
          animation: tab_ani 0.5s;
}
.tab .title {
  text-align: center;
  font-weight: bold;
  text-align: center;
}
.tab .des {
  text-align: center;
  color: #737373;
}
.tab .must::after {
  content: "*";
  margin-left: 8px;
  color: #B30504;
}
.tab .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab .flx > div {
  width: calc((100% - 64px) / 2);
}
.tab .tit {
  margin-bottom: 10px;
}
.tab .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab .btn button {
  cursor: pointer;
  width: 180px;
  height: 50px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 15px 0px 15px;
  border: 1px solid #D9D9D9;
  margin-right: 10px;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  background: none;
}
.tab .btn button:last-child{
    margin-right: 0;
}
.tab .btn button span {
  position: relative;
  z-index: 2;
}
.tab .btn button::after {
  -webkit-transform: translateX(-102%);
      -ms-transform: translateX(-102%);
          transform: translateX(-102%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.tab .btn button:hover {
  background: #fff;
  color: #fff;
  border-color: transparent;
}
.tab .btn button:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.tab .layui-input {
  padding: 0 30px;
  height: 60px;
  border-radius: 0 15px 0 15px;
}
.tab .layui-textarea {
  padding: 30px;
  border-radius: 0 15px 0 15px;
}

.voice .title {
  text-align: center;
  font-weight: bold;
  text-align: center;
}
.voice .des {
  text-align: center;
  color: #737373;
}
.voice .txt {
  padding: 30px 45px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.voice .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.voice .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.voice .name::after {
  content: '"';
  opacity: 0.1;
}
.voice .sum {
  color: #737373;
  line-height: 1.875;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.voice .triangle {
  background: #fff;
  position: relative;
  height: 30px;
  clip-path: polygon(15% 0, 25% 0%, 30% 100%);
  margin-top: -1px;
}
.voice .triangle::after {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#36BFFB), to(#176CF4));
  background: linear-gradient(90deg, #36BFFB, #176CF4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.voice .swiper-slide:hover {
  color: #fff;
}
.voice .swiper-slide:hover .sum {
  color: #fff;
}
.voice .swiper-slide:hover .txt::after {
  opacity: 1;
}
.voice .swiper-slide:hover .triangle {
  background: none;
}
.voice .swiper-slide:hover .triangle::after {
  opacity: 1;
}
@media screen and (max-width: 1700px){
    .tab > div {
    padding: 50px 40px;
    border-radius: 0 20px 0 20px;
        
    }
    .voice .txt {
    padding: 20px 30px;
        
    }
    .tab .flx > div {
    width: calc((100% - 35px) / 2);
    }
    .tab .btn button{
        width: 140px;
    }
}
@media screen and (max-width: 1200px){
  .all .tag div{
    width: 120px;
}  
}
@media screen and (max-width: 768px){
    .tab > div {
        padding: 30px 25px;
        border-radius: 0 15px 0 15px;
    }
    .tab .layui-input{
        height: 50px;
            padding: 0 20px;
    }
    .tab .flx > div {
        width: calc((100% - 15px) / 2);
    }
    .tab .layui-textarea{
        padding: 20px;
    }
    .all .tag div{
        margin: 0 6px;
    }
        .tab .btn button {
        width: 130px;
    }
}
