.case-le {
  width: 500px;
  margin-right: 21px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.case-le #case-slider .sliderDot {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../img/dot.png);
  z-index: 22;
  border-radius: 50%;
}
.case-le .c-thumb-title {
  margin-top: 10px;
  color: #999999;
}
.case-le ol.am-control-nav {
  -webkit-transition: all ease .3s ;
  -moz-transition: all ease .3s ;
  -ms-transition: all ease .3s ;
  -o-transition: all ease .3s ;
  transition: all ease .3s ;
}
.case-le .am-viewport {
  margin-bottom: 25px;
}
.case-le .am-control-nav {
  height: 150px;
}
.case-le .nav-wrap {
  width: 660px;
  margin-left: 23.5px;
  overflow: hidden;
  padding-left: 4px;
}
.case-le .nav-wrap li {
  width: 150px;
  margin-right: 15px;
}
.case-le .nav-wrap li:last-child {
  margin-right: 0;
}
.case-le .btn-next,
.case-le .btn-prev {
  position: absolute;
  bottom: 67px;
  height: 60px;
  width: 20px;
  background-size: cover;
  cursor: pointer;
}
.case-le .btn-prev {
  background: url(../img/arrow-big-l.png) no-repeat center;
}
.case-le .btn-next {
  background: url(../img/arrow-big-r.png) no-repeat center;
  right: 0;
}
.c-list {
  text-align: center;
}

.c-list li > span {
  margin: 18px 0;
  display: inline-block;
  width: 24%;
}
.c-list .c-list-t span {
  font-size: 16px;
}
.c-list .c-list-r span {
  color: #afafaf;
}
.case-btn {
  border: none;
}
.c-list-carbon .case-btn {
  background: #f7f7f7;
  padding: 12px 0;
  color: #494949;
  border: none;
}
.c-list-carbon .case-btn:hover {
  color: #494949;
}
.case-ri {
  display: inline-block;
  width: 472px;
}
.case-ri .c-info:last-child {
  margin-bottom: 0;
  min-height:46px;
}
.case-ri .c-info {
  margin-bottom: 6px;
  color: #494949;
  line-height: 1.7em;
}
.case-ri .c-info .pom {
  color: #36c3be;
  font-size: 14px;
  margin-top: -2px;
  font-weight: bold;
}
.case-ri .c-info .c-need {
  width: 82%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -5px;
}
.case-ri .c-info .c-title {
  color: #afafaf;
  width: 75px;
  display: inline-block;
  vertical-align: top;
}
.case-ri .case-hr {
  margin: 15px 0;
}
.case-ri .case-btn {
  background: #36c3be;
}
.case-ri .case-btn b {
  color: #fff;
  font-size: 16px;
  border: none;
}
.case-ri .material {
  margin-top: 35px;
}
.material li:first-child {margin-bottom: 20px;}
.case-ri .case-btn-g {
  margin: 75px 0 0 75px;
}
.case-ri .case-btn-g button:first-child {
  margin-right: 25px;
}
.case-btn-g small {cursor: pointer;}
