﻿/* 标题 */
.title {
  margin: 40px auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.title .title_txt {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.title .ename {
  color: #666666;
  font-size: 22px;
  height: 30px;
  font-family: BellMTBold;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
}

.title .title_line {
  width: 100%;
  background: #626262;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 1;
}

/* 客户案例 */
.customer_container {
  padding-top: 65px;
  margin-bottom: 30px;
}

.cases_type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.select {
  width: 130px;
  height: 45px;
  text-align: center;
  /* float: left; */
  font-size: 20px;
  border-color: #b28850;
  background: #fff;
  outline: none;
  /* 隐藏select的下拉图标 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 通过padding-left的值让文字居中 */
  padding-left: 10px;
  margin-right: 3px;
  border-radius: 5px;
  background: url(../images/sel_bg.png) no-repeat right center;
  background-size: 13px 10px;
  background-position-x: 95%;
  margin-right: 20px;
}

.select:focus {
  outline: none;
}

/* .select:nth-child(2) {
  width: 120px;
}

.select:nth-child(3) {
  width: 120px;
} */

.caseSearch {
  height: 45px;
  width: 120px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background: #b28850;
  font-size: 26px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
  margin-right: 3px;
  border-radius: 5px;
  box-shadow: 1px 3px 5px #b28850;
  box-sizing: border-box;
}

.customer_ratings {
  padding: 30px 30px 30px 30px;
  border: 2px solid rgba(207, 169, 114, 1);
  margin-bottom: 30px;
}

.customer_ratings .ratingsTotal {
  color: #999;
  margin-bottom: 30px;
}

.customer_ratings .ratingsTotal em {
  font-weight: bold;
  font-size: 30px;
  margin-right: 15px;
  color: #333;
}

.customer_ratings ul>li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.customer_ratings ul>li:last-child {
  margin-bottom: 0px;
}

.customer_ratings ul>li>.rating_item_top {
  position: relative;
  display: flex;
}
.reback-btn{
  position: absolute;
  right: 15px;
  width: 93px;
  height: 32px;
  background: linear-gradient(180deg, #F1C480, #D4944C);
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.customer_ratings ul>li>.content {
  margin-top: 20px;
  /* padding-left: 60px; */
  margin-left: 60px;
}

.customer_ratings ul>li>.content>.imgList {
  display: flex;
  flex-wrap: wrap;
}

.customer_ratings ul>li>.content>.imgList img {
  display: block;
  width: 96px;
  height: 96px;
  margin-right: 10px;
  margin-top: 15px;
}

.customer_ratings ul>li>.content>.content_bottom {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: #999;
  /* margin-top: 20px; */
}

.content>.content_bottom>.desc {
  width: 100%;
  color: #333;
}

.content>.content_bottom>.content_time {
  margin-right: 15px;
  margin-top: 20px;
}

.content>.content_bottom>.store {
  margin-top: 20px;
}

.content>.content_bottom>.ratingRes {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #999;
}

.rating_item_top>.user_avatar img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
}

.rating_item_top>.user_info {
  color: #333;
}

.rating_item_top>.user_info>.user_name {
  display: flex;
}

.rating_item_top>.user_info .user_level {
  display: block;
  height: 100%;
  padding-top: 2px;
}

.rating_item_top>.user_info .user_level img {
  display: block;
  height: 16px;
}

.rating_item_top>.user_info>.user_star {
  height: 15px;
  margin-top: 15px;
  background: url(../images/star.png) repeat-x 0 center;
}

.customer_ratings ul>li>.rating_item_bottom {
  margin-top: 10px;
  margin-left: 60px;
}

.customer_ratings ul>li>.rating_item_bottom>a {
  color: #999;
}

.customer_ratings ul>li>.rating_item_bottom>a>.case_icon {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 10px;
  vertical-align: 1px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}

.customer_ratings ul>li>.rating_item_bottom>a>.case_icon.down {
  background-position: -130px 0;
}

.customer_ratings ul>li>.rating_item_bottom>a>.case_icon.up {
  background-position: -130px -10px;
}

.customer_ratings ul>li>.rating_item_bottom>.resTime {
  color: #999;
  float: right;
  display: none;
}

.customer_ratings ul>li>.rating_item_bottom>.res_content {
  margin-top: 10px;
  display: none;
}

/* 分页 */

#page {
  text-align: center;
}

/* 鉴定评估 */
.appraisal {
  background: #f3f3f3;
}

.appraisal_container {
  padding-top: 70px;
  box-sizing: border-box;
  padding-bottom: 90px;
}

.appraisal_container .title .title_txt {
  background: #f3f3f3;
}

.appraisal_content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.appraisal_item>a {
  display: block;
  position: relative;
  width: 284px;
  height: 387px;
  background: url(../images/watch.png) no-repeat 0 center;
}

.appraisal_item:nth-child(2)>a {
  background: url(../images/bag.png) no-repeat 0 center;
}

.appraisal_item:nth-child(3)>a {
  background: url(../images/jewelry.png) no-repeat 0 center;
}

.appraisal_item:nth-child(4)>a {
  background: url(../images/diamond.png) no-repeat 0 center;
}

.appraisal_item>a>.item_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 31px;
  letter-spacing: 5px;
  color: #fff;
}

.appraisal_item>a:hover>.item_txt {
  color: #ffba34;
}

.appraisal_item>a:hover {
  box-shadow: 1px 5px 10px #666;
  border-radius: 10px;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}