.c_crumb {
  padding-top: 100px;
  background: #f6f7fc;
}
.c_crumb .con a {
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.c_crumb .con a:hover {
  color: #333;
}
.c_crumb .con span {
  color: #999;
  margin: 0 4px;
}
.c_crumb .con em {
  color: #1882f0;
}
.case {
  padding: 20px 0 80px;
  background: #f6f7fc;
  overflow: hidden;
}
.case .con .title {
  text-align: center;
}
.case .con .title h2 {
  color: #28293b;
}
.case .con .title p {
  color: #575d6c;
  margin-top: 14px;
}
.case .con .source-select {
  background: #fff;
  margin-top: 30px;
  padding: 30px 60px;
  border-radius: 5px;
}
.case .con .source-select .top h2 {
  float: left;
  color: #252b3a;
  margin-right: 40px;
  line-height: 40px;
}
.case .con .source-select .top .search-input {
  float: left;
  width: 214px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #bbb;
  position: relative;
}
.case .con .source-select .top .search-input input {
  width: 100%;
  height: 40px;
  background: none;
  border: none;
  padding: 0 34px;
  font-size: 14px;
}
.case .con .source-select .top .search-input #search {
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 8px;
  color: #808287;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .source-select .top .search-input .guanbi{
  position: absolute;
  left: 12px;
  top: 8px;
  width: 16px;
  height: 24px;
  background: url("../img/case/close2.png") center no-repeat;
  cursor: pointer;
}
.case .con .source-select .top .search-input span:hover {
  color: #3a86ee;
}
.case .con .source-select .bottom .b-list {
  margin-top: 20px;
}
.case .con .source-select .bottom .b-list h2 {
  float: left;
  width: 64px;
  padding: 6px 0;
  position: relative;
  color: #252b3a;
  margin-top: 10px;
}
.case .con .source-select .bottom .b-list h2:before {
  content: '';
  width: 1px;
  height: 22px;
  background: #e9ebee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.case .con .source-select .bottom .b-list ul {
  float: left;
  width: calc(100% - 64px);
  padding-left: 20px;
}
.case .con .source-select .bottom .b-list ul li {
  float: left;
  padding: 6px 16px;
  margin-right: 16px;
  cursor: pointer;
  color: #717479;
  margin-top: 10px;
  border-radius: 5px;
}
.case .con .source-select .bottom .b-list ul li:hover {
  color: #fff;
  background-image: linear-gradient(91deg, #2b6fd7 0%, #48a8e7 100%);
}
.case .con .source-select .bottom .b-list ul li.active {
  color: #fff;
  background-image: linear-gradient(91deg, #2b6fd7 0%, #48a8e7 100%);
}
.case .con .case-list {
  padding-top: 10px;
}
.case .con .case-list > ul > li {
  float: left;
  width: 48.6%;
  margin-top: 30px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-list > ul > li:not(:nth-child(even)) {
  margin-right: 2.8%;
}
.case .con .case-list > ul > li .top {
  padding: 28px 40px;
  position: relative;
}
.case .con .case-list > ul > li .top::before{
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.case .con .case-list > ul > li .top .icon {
  float: left;
  width: 110px;
  height: 110px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  position: relative;
  margin-right: 24px;
  overflow: hidden;
  display: block;
}
.case .con .case-list > ul > li .top .icon img {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.case .con .case-list > ul > li .top .text {
  float: left;
  position: relative;
  top: 16px;
}
.case .con .case-list > ul > li .top .text .t h2 {
  display: inline-block;
  color: #fff;
  position: relative;
  top: 2px;
}
.case .con .case-list > ul > li .top .text .subtit{
  display: none;
  color: #888888;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}
.case .con .case-list > ul > li .top .text .t span a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-left: 9px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-list > ul > li .top .text .t span a:hover {
  background: #3a86ee;
}
.case .con .case-list > ul > li .top .text .b {
  margin-top: 12px;
}
.case .con .case-list > ul > li .top .text .b p {
  color: #fff;
}
.case .con .case-list > ul > li .top .text .b p span {
  padding: 0 8px;
  position: relative;
  display: inline-block;
}
.case .con .case-list > ul > li .top .text .b p span:after {
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -3px;
  top: 5px;
}
.case .con .case-list > ul > li .top .text .b p span:first-child {
  padding: 0 8px 0 0;
}
.case .con .case-list > ul > li .top .text .b p span:last-child:after {
  display: none;
}
.case .con .case-list > ul > li .bottom {
  background: #fff;
  padding: 30px 40px;
  position: relative;
}
.case .con .case-list > ul > li .bottom h2 {
  color: #000;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.case .con .case-list > ul > li .bottom ul {
  margin-top: 30px;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: flex;
  justify-content: space-between;
}
.case .con .case-list > ul > li .bottom ul li h3 {
  color: #3a86ee;
}
.case .con .case-list > ul > li .bottom ul li p {
  color: #575d6c;
  margin-top: 8px;
}
.case .con .case-list > ul > li .bottom .more {
  position: absolute;
  left: 40px;
  bottom: -30px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case .con .case-list > ul > li .bottom .more a {
  display: inline-block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #7b7d7e;
  background: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  border: 1px solid #7b7d7e;
}
.case .con .case-list > ul > li .bottom .more a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #7b7d7e;
  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;
}
.case .con .case-list > ul > li .bottom .more a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
.case .con .case-list > ul > li .bottom .more a.bg {
  top: -1px;
  border: none;
  background-image: linear-gradient(90deg, #3071d8 0%, #4ba5e6 100%);
  color: #fff;
  margin-left: 16px;
}
.case .con .case-list > ul > li .bottom .more a.bg:after {
  color: #fff;
}
.case .con .case-list > ul > li:hover {
  box-shadow: 5px 9px 40px 0px rgba(0, 0, 0, 0.1);
}
.case .con .case-list > ul > li:hover .bottom ul {
  opacity: 0;
}
.case .con .case-list > ul > li:hover .bottom .more {
  opacity: 1;
  bottom: 30px;
}
.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;
}
.phone_choose{
  display: none;
}
.phone_des{
  display: none;
}
.case .con .case-list > ul > li .phone_top{
  display: none;
}
@media screen and (max-width: 1440px) {
  .case {
    padding: 20px 0 80px;
  }
  .case .con .source-select {
    margin-top: 20px;
    padding: 30px 50px;
  }
  .case .con .case-list > ul > li .top .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .c_crumb {
    margin-top: 56px;
    padding-top: 30px;
  }
  .case {
    padding: 20px 0;
  }
  .case .con .title p {
    margin-top: 10px;
  }
  .case .con .source-select {
    margin-top: 20px;
    padding: 20px;
  }
  .case .con .source-select .top h2 {
    margin-right: 30px;
  }
  .case .con .source-select .bottom .b-list ul li {
    margin-right: 10px;
  }
  .case .con .case-list > ul > li .top {
    padding: 20px;
  }
  .case .con .case-list > ul > li .top .icon {
    width: 90px;
    height: 90px;
  }
  .case .con .case-list > ul > li .top .text {
    top: 10px;
  }
  .case .con .case-list > ul > li .top .text .b {
    margin-top: 8px;
  }
  .case .con .case-list > ul > li .bottom {
    padding: 20px;
  }
  .case .con .case-list > ul > li .bottom .more {
    left: 20px;
  }
  .case .con .case-list > ul > li .bottom .more a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
  .case .con .case-list > ul > li:hover .bottom .more {
    bottom: 20px;
  }
  .free .con a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
  .phone_choose{
    display: block;
  }
  .case .con .title{
    display: none;
  }
  .phone_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .phone_top .yun{
    font-size: 0.4rem;
  }
  .phone_input{
    position: relative;
    width: 2.8rem;
    height: 0.76rem;
    background: white;
  }
  .phone_input input{
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    padding: 0 34px 0 16px;
    font-size: 14px;
  }
  .phone_input span{
    position: absolute;
    cursor: pointer;
    right: 12px;
    top: 8px;
    color: #2386ee;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .case .con .source-select{
    display: none;
  }
}
  @media screen and (max-width: 768px) {
  /*手机端分类*/
  .case .con .case-list > ul > li .top .clearfix{
    width: 100%;
  }
  .case .con .case-list > ul > li .top .text .subtit{
    display: -webkit-box;
  }
  .case .con .case-list > ul > li .top::before{
    display: none;
  }
  .phone_sort{
    display: flex;
    position: relative;
  }
  .phone_sort>div{
    flex: 1;
    text-align: center;
  }
  .click_list{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    background-color: white;
    z-index: 2;
    padding: 15px 0.85rem;
  }
  .phone_sort_name img{
    margin-left: 5px;
    width: 8px;
    vertical-align: middle;
  }
  .phone_sort_name{
    font-size: 0.28rem;
    display: inline-block;
    padding: 0.25rem 10px;
  }
  .phone_bottom{
    margin-top: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .phone_active .phone_sort_name{
    border-bottom: 2px solid #2386ee;
  }
  .click_list li{
    width: 50%;
    float: left;
    text-align: left;
    line-height: 2em;
    font-size: 16px;
  }
  .click_active{
    padding-left: 20px;
    background: url(../img/case/dui.png) no-repeat center left;
  }
  .click_btn a{
    width: 40%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
    display: inline-block;
    background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
    color: #fff;
  }
  .click_btn{
    margin-top: 20px;
  }
  .click_btn a:first-child{
    background: #eee;
    color: #252B3A;
    margin-right: 5%;
    color: #0086f9;
  }
  .case .con .case-list > ul > li{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .case .con .case-list > ul > li .bottom{
    display: none;
  }
  .case .con .case-list > ul > li .top{
    display: none;
    padding: 0;
    background-image: none !important;
  }
  .case .con .case-list > ul > li .phone_top{
    display: flex;
  }
  .case .con .case-list > ul > li .top .icon{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 5px;
    margin-right: 0.4rem;
  }
  .case .con .case-box .case-list > ul > li .top .text {
    width: auto;
  }
  .case .con .case-list > ul > li .top .text .t h2 {
    font-size: 0.32rem;
    color: #333333;
  }
  .case .con .case-list > ul > li .top .text .subtit{

    display: block;

  }
  .case .con .case-list > ul > li .top .text .b p span {
    background-color: #efefef;
    padding: 5px 10px !important;
    color: #888888;
  }
  .case .con .case-list > ul > li .top .text .b p span:nth-child(n+4){
    display: none;
  }
  .case .con .case-list > ul > li .top .text .b p span:nth-child(n+4){
    display: none;
  }
  .case .con .case-list > ul > li .top .text .t span a {
    font-size: 0.2rem;
    color: #2386ee;
    border: 1px solid #2386ee;
  }
  .case .con .case-list > ul > li .top .text .t span a:nth-child(n+2){
    display: none;
  }
  .case .con .case-list > ul > li .top .text .t span div {
    font-size: 0.2rem;
    color: #2386ee;
    border: 1px solid #2386ee;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    margin-left: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .case .con .case-list > ul > li .top .text .t span div:nth-child(n+2){
    display: none;
  }
  .paging .page_list a, .paging .page_list span{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .paging .tz_input{
    display: none;
    margin-top: 20px;
  }
  .case .con .case-list > ul > li:hover{
    box-shadow: 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;
  }
  .free{
    padding: 5% 0;
  }
  .phone_des{
    color: #888888;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
  }
  .case .con .case-list > ul > li .top .text{
    top: 0;
    width: calc(100% - 2rem);
  }
  input::-webkit-input-placeholder{
    color:black;
    opacity: 1;
  }
  input:-moz-placeholder{
    color:black;
    opacity: 1;
  }
  .phone_input input{
    height: 100%;
  }
  .phone_input span{
    top: 50%;
    transform: translateY(-50%);
  }
  }
/*# sourceMappingURL=case_list.css.map */
