@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body{
  min-width: 1200px;
  background-color: #fff;
}
.center {
  text-align: center;
}

.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-bg {
  background-color: #bf1504;
  background: url(/template/Home/AllNew/PC/Static/images/trusteeship/idc_sales/main_bg.jpg) repeat-y center center;
}

.block-title {
  margin-top: 0;
  padding-top: 60px;
  margin-bottom: 80px;
}

.block-title .left-img {
  margin-right: 45px;
}

.block-title .right-img {
  margin-left: 45px;
}

.block-title .title {
  font-size: 45px;
  vertical-align: top;
  color: #ffe100;
}

.block-title p.title {
  margin-top: 20px;
}

.tuoguan-item {
  position: relative;
  border-bottom: 3px solid #fe091d;
  margin-bottom: 45px;
  width: 505px;
}

.tuoguan-item:hover {
  box-shadow: 6px 6px 24px #fff, -6px -6px 24px #fff;
  -webkit-box-shadow: 6px 6px 24px #fff, -6px -6px 24px #fff;
  -moz-box-shadow: 6px 6px 24px #fff, -6px -6px 24px #fff;
}

.tuoguan-item .top-bg {
  background: url(/template/Home/AllNew/PC/Static/images/trusteeship/idc_sales/item_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 111px;
}

.top-bg h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}

.tuoguan-item .limit {
  position: absolute;
  left: -7px;
  top: -6px;
}

.mid-content {
  background-color: #fff;
  padding: 15px 25px;
}

.mid-content .left-price,
.mid-content .right-info {
  float: left;
}

.mid-content .left-price {
  width: 55%;
}

.left-price strong {
  font-size: 18px;
  color: #333;
}

.left-price span {
  font-size: 14px;
}

.left-price .price {
  font-family: Impact,"Microsoft YaHei";
  margin: 0 10px;
  color: #fe091d;
  font-size: 60px;
}

.right-info ul,
.right-info ul li {
  list-style: disc;
  color: #fe091d;
  font-size: 16px;
}

.right-info ul {
  margin-left: 40px;
  margin-top: 10px;
}

.right-info ul li {
  line-height: 30px;
}

.mid-content a.button {
  display: block;
  background-color: #ff091d;
  margin-top: 20px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 18px;
}

.mid-content a.button.btn-spc {
  margin-top: 30px;
  margin-bottom: 20px;
}

.mid-content a.button:hover {
  background-color: #dd091d;
}

.tuoguan-item .top-bg.top2 {
  background: url(/template/Home/AllNew/PC/Static/images/trusteeship/idc_sales/item_bg2.jpg) no-repeat center center;
  background-size: cover;
  height: 125px;
  padding-left: 40px;
}

.top-bg.top2 h2 {
  color: #fff723;
  text-align: left;
  font-size: 30px;
  margin-bottom: 20px;
  padding-top: 15px;
}

.top-bg.top2 span {
  display: inline-block;
  background-color: #fff723;
  color: #dd091d;
  font-size: 14px;
  padding: 4px 90px 4px 10px;
}

.mid-content .left-price.whole {
  width: 100%;
}

span.price2 {
  margin-left: 20px;
}

.show-item {
  height: 280px;
  width: 510px;
  margin: 0 auto;
  background: url(/template/Home/AllNew/PC/Static/images/trusteeship/idc_sales/02.bg1.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 1em;
  text-align: center;
}

.show-item a {
  display: inline-block;
  position: relative;
}

.show-item img.big-img {
  margin-top: 18px;
}

.show-item .btn-cont {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: right;
  color: #ffe100;
}

.show-item .btn-cont img {
  margin-right: 15px;
}

.show-item .btn-cont span {
  line-height: 20px;
}

.panel {
  width: 1040px;
  margin: 50px auto 100px;
}

.panel .panel-title {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 36px;
  background: url(/template/Home/AllNew/PC/Static/images/trusteeship/idc_sales/panel-bg.jpg) no-repeat center center;
  background-size: cover;
}

.panel .panel-body {
  padding: 40px;
  background-color: #fff;
}

.panel .panel-body p {
  line-height: 28px;
  font-size: 14px;
  text-align: left;
}
