.fl {
  float: left;
}

.fr {
  float: right;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.revi-super-content {
  width: 100%;
  height: 120px;
  background-color: #f6f6f7;
}

.revi-super-wrapper {
  margin: 0 auto;
  width: 1180px;
}

.revi-super-item {
  float: left;
  padding: 37px 0 0 20px;
  width: 20%;
  box-sizing: border-box;
}

.revi-super-item:last-child {
  padding-left: 33px;
}

.revi-super-item .revi-super-icon {
  float: left;
  margin: 3px 13px 0 0;
  width: 46px;
  height: 46px;
  background: url("../images/revi-adv-sprite.png");
  background: url("../images/revi-adv-sprite@1x.png") \9;
  background-size: 270px 46px;
}

.revi-super-item .revi-super-icon.icon1 {
  background-position: 0 0;
}

.revi-super-item .revi-super-icon.icon2 {
  background-position: -56px 0;
  background-position: -46px 0 \9;
}

.revi-super-item .revi-super-icon.icon3 {
  background-position: -112px 0;
  background-position: -92px 0 \9;
}

.revi-super-item .revi-super-icon.icon4 {
  background-position: -168px 0;
  background-position: -138px 0 \9;
}

.revi-super-item .revi-super-icon.icon5 {
  background-position: -224px 0;
  background-position: -184px 0 \9;
}

.revi-super-item h5 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #5e5e5e;
}

.revi-super-item p {
  font-size: 20px;
  color: #666;
  /* font-weight: bold; */
}

.revi-super-item-info {
  float: left;
}

.revi-find-main {
  width: 880px;
  height: 410px;
  position: relative;
}

.revi-find-expert-wrapper {
  position: absolute;
  padding-top: 36px;
  top: 0;
  left: -9px;
  width: 900px;
  height: 435px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.revi-find-expert-wrapper .swiper-button-prev,
.revi-find-expert-wrapper .swiper-button-next {
  width: 40px;
  height: 76px;
  background: url("../images/revi-banner-btn.png");
  background: url("../images/revi-banner-btn@1x.png") \9;
  background-size: 80px 156px;
}

.revi-find-expert-wrapper .swiper-button-prev {
  background-position: 0 0;
}

.revi-find-expert-wrapper .swiper-button-prev:hover {
  background-position: -40px 0;
}

.revi-find-expert-wrapper .swiper-button-next {
  background-position: 0 -78px;
}

.revi-find-expert-wrapper .swiper-button-next:hover {
  background-position: -40px -78px;
}

.revi-find-expert-wrapper:hover .swiper-button-prev {
  display: block;
}

.revi-find-expert-wrapper:hover .swiper-button-next {
  display: block;
}

.revi-find-expert-wrapper .swiper-slide {
  box-sizing: border-box;
}

.revi-expert-block {
  position: relative;
  display: block;
  margin: 0 10px;
  width: 273.33px;
  height: 410px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0 #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color:#fff;
}

.revi-expert-block:hover {
  color: #747474;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.revi-expert-block:hover .revi-exp-detail {
  transform: translateY(-19px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.revi-expert-block:hover .online-ask {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.revi-expert-block:hover .revi-consult {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.revi-expert-block.test1:hover {
  color: #747474;
  text-decoration: none;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.revi-expert-block.test1:hover .revi-exp-hover-info {
  transform: translateY(-190px);
  opacity: 1;
}

.revi-expert-block.test1:hover .revi-exp-basic-info {
  opacity: 0;
}

.revi-expert-block.test1 .revi-consult {
  position: relative;
  left: 0;
}

.revi-basic-wrapper {
  position: relative;
  width: 100%;
  height: 146px;
  overflow: hidden;
}

.revi-exp-basic-info {
  position: absolute;
  width: 100%;
  height: 188px;
  background-color: #fff;
}

.revi-find-expert-content {
  padding-top: 50px;
  margin: 0 auto;
  width: 1180px;
}

.revi-consult {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -96px;
  padding-top: 18px;
  width: 192px;
  height: 59px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("../images/revi-expert-btn.png") center center;
  background: url("../images/revi-expert-btn@1x.png") center center \9;
  transition: all 0.2s linear;
  background-size: cover;
  box-sizing: border-box;
}

.revi-find-header {
  position: relative;
}

.revi-capital-title {
  margin-right: 40px;
  font-size: 28px;
  color: #555;
  /* font-weight: bold; */
}

.revi-capital-title:hover {
  color: #1da1f2;
  text-decoration: none;
}

.revi-capital-title:hover i {
  background-position: -10px -298px;
}

.revi-capital-right {
  display: inline-block;
  margin-left: 12px;
  width: 10px;
  height: 18px;
  background: url("../images/tiny-icon.png") 0 -298px;
  background: url("../images/tiny-icon@1x.png") 0 -298px \9;
  background-size: 72px 591px;
}

.revi-find-header ul li {
  float: left;
  margin-right: 28px;
  font-size: 18px;
  line-height: 28px;
}

.revi-find-header ul li.active > a {
  color: #1da1f2;
}

.revi-find-header ul li.active > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -10px;
  width: 34px;
  height: 4px;
  background: #1da1f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.revi-find-header ul li a {
  position: relative;
  color: #333;
}

.revi-find-header ul li a:hover {
  text-decoration: none;
}

.revi-expert-avatar {
  display: block;
  position: relative;
  margin: 31px auto 26px;
  width: 141px;
  height: 141px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.revi-expert-avatar > img {
  width: 100%;
  height: 100%;
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s;
}

.revi-expert-evaulate {
  position: absolute;
  left: 18px;
  top: 0;
  width: 50px;
  height: 58px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: url("../images/revi-praise.png") center center;
  background: url("../images/revi-praise@1x.png") center center \9;
  background-size: cover;
}

.revi-expert-evaulate h4 {
  margin: 13px 0 2px 0;
  font-size: 14px;
  font-family: 'DIN';
}

.revi-expert-evaulate p {
  font-size: 14px;
}

.revi-expert-avatar .audio {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 30px;
  right: 16px;
  cursor: pointer;
}

.revi-expert-avatar .audio .voice {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../images/tiny-icon.png") no-repeat -45px -265px #1da1f2;
  background: url("../images/tiny-icon@1x.png") no-repeat -45px -265px #1da1f2 \9;
  background-size: 72px 591px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.revi-expert-avatar .audio .voice.p0 {
  background-position: 7px -265px;
}

.revi-expert-avatar .audio .voice.p1 {
  background-position: -19px -265px;
}

.revi-expert-avatar .audio .voice.p2 {
  background-position: -45px -265px;
}

.revi-exp-hover-info {
  position: absolute;
  width: 100%;
  height: 190px;
  bottom: -190px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.2s linear;
}

.revi-exp-hover-info p {
  padding: 0 40px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}

.revi-exp-hover-info .revi-consult {
  display: block;
  margin: 23px auto 0;
  padding-top: 18px;
  width: 192px;
  height: 59px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: url("../images/revi-expert-btn.png") center center;
  background: url("../images/revi-expert-btn@1x.png") center center \9;
  background-size: cover;
  box-sizing: border-box;
}

.revi-exp-hover-info .revi-consult:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.revi-expert-name {
  margin-bottom: 19px;
  font-size: 22px;
  color: #444;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.revi-expert-intro {
  margin: 0 auto;
  width: 196px;
  line-height: 18px;
  height: 54px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.revi-expert-custom {
  margin: 18px 0 17px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1;
}

.revi-expert-custom span {
  font-family: 'Arial', "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color: #ff6621;
}

.revi-exp-detail {
  position: absolute;
  top: 15px;
  padding: 21px 40px 10px;
  font-size: 14px;
  color: #666;
  height: 145px;
  background: #fff;
  line-height: 18px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.2s linear;
}

.online-ask {
  margin: 0 auto;
  width: 174px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
}

.revi-confide-block {
  position: relative;
  margin-top: 63px;
  width: 280px;
  height: 410px;
  color: #fff;
  background: url("../images/revi-confide.png") center center;
  background: url("../images/revi-confide@1x.png") center center \9;
  background-size: cover;
}

.revi-confide-block .expert-putin-btn {
  position: absolute;
  display: block;
  top: -64px;
  right: 0;
  width: 106px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  color: #1da1f2;
  line-height: 34px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #1da1f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.1s linear;
}

.revi-confide-block .expert-putin-btn:hover {
  text-decoration: none;
  background-color: #1da1f2;
  color: #fff;
}

.revi-confide-block > h3 {
  margin: 41px 0 24px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.revi-confide-block > h3 span {
  margin-left: 6px;
}

.revi-confide-block h4 {
  margin-bottom: 22px;
  text-align: center;
}

.revi-confide-block a {
  color: #fff;
}

.revi-confide-block a.hover {
  text-decoration: none;
}

.revi-confide-btn {
  display: block;
  margin: 0 auto 29px;
  width: 137px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #287acc !important;
  background-color: rgba(255, 255, 255, 0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff)";
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  transition: all 0.1s linear;
}

.revi-confide-btn:hover {
  background-color: #fff;
  text-decoration: none;
}

.anonymous-comments {
  width: 240px;
  height: 219px;
}

.anonymous-comments .swiper-wrapper {
  background-color: transparent \9;
}

.anonymous-comments .swiper-pagination-bullets {
  bottom: 17px;
}

.anonymous-comments .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0 0;
  width: 5px;
  height: 5px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff)";

}

.anonymous-comments .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}

.anony-custom-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
}

.anony-comment-wrapper {
  position: absolute;
  top: 15.5px;
  width: 240px;
  height: 170px;
  background: rgba(0, 0, 0, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000)";
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.anony-comment-wrapper h3 {
  margin: 38px 0 18px;
  text-align: center;
  font-size: 14px;
}

.anony-comment-wrapper h3 .anony-custom-name {
  margin-right: 2px;
}

.anony-comment-wrapper h3 .anony-expert-name {
  margin-left: 2px;
  text-decoration: underline;
}

.anony-comment-wrapper p {
  padding: 0 24px;
  line-height: 21px;
  height: 42px;
  font-size: 14px;
}

.anony-comment-wrapper h4 {
  padding: 0 24px;
  margin-top: 22px;
  font-size: 12px;
  text-align: left;
}
