﻿@charset "utf-8";
/*总体设置(不可更改)*/
html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Microsoft YaHei';
}
select,
input {
  vertical-align: middle;
  font-size: 13px;
}
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
}
textarea,
td,
div,
input {
  font-size: 13px;
}
body {
  color: #333;
  font-size: 13px;
  text-align: center;
  background: #fff;
  behavior: url(css/iehoverfix.htc);
}
ul,
ol {
  list-style: none;
}
/**空白10像素**/
.sh10 {
  height: 10px;
  background: #fff;
  overflow: hidden;
  font-size: 0;
}
/**右边空10像素**/
.mar10 {
  margin-right: 10px;
}
/**左边空10像素**/
.mal10 {
  margin-left: 10px;
}
/**上边空10像素**/
.mat10 {
  margin-top: 10px;
}
/**块隐藏**/
.none {
  display: none;
}
/**块显示**/
.block {
  display: block;
}
/**清除边框**/
.nonebor {
  border: 0;
}
img {
  display: block;
}
/**清除浮动**/
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  vertical-align: middle;
}
/**链接**/
a {
  outline: none;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  color: #b01f24;
}
html {
  min-width: 1200px;
}

/**拍卖首页**/
.auction_web {
  background-color: #d42a2b;
}
.auction_banner {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  height: 1424px;
  background-position: top center;
  background-size: cover;
}
.auction_main {
  background-image: url(../images/bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.auction_blk {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  margin-top: 50px;
}
.auction_blk h2 {
  height: 70px;
  width: 260px;
  background-image: url(../images/tit_bg2.png);
  background-repeat: no-repeat;
  font-size: 36px;
  line-height: 70px;
  display: block;
  color: #9e1515;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
.auction_blk dl {
  display: flex;
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
  overflow: hidden;
}
.auction_blk dl dt {
  width: 546px;
  height: 332px;
  margin-right: 20px;
  position: relative;
}
.auction_blk dl dt::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: -30px;
  right: -30px;
  transform: rotate(45deg);
}
.auction_blk dl dt em.preview {
  line-height: 50px;
  padding: 0 30px 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(to right, #4074de, #ba2dce);
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0 100px 100px 0;
  font-style: normal;
}
.auction_blk dl dt em.progress {
  line-height: 50px;
  padding: 0 30px 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(to right, #d12e2f, #fdc302);
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0 100px 100px 0;
  font-style: normal;
}
.auction_blk dl dt em.end {
  line-height: 50px;
  padding: 0 30px 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(to right, #7f7f7f, #7f7f7f);
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0 100px 100px 0;
  font-style: normal;
}
.auction_blk dl dt em img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 16px;
  position: relative;
  top: -1px;
}
.auction_blk dl dt em strong {
  color: #fff600;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 2px;
}
.auction_blk dl dd {
  flex: 1;
}
.auction_blk dl dd h3 {
  font-size: 20px;
  font-weight: bold;
  color: #293040;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
}
.auction_blk dl dd h3 a {
  width: 94px;
  height: 36px;
  background-color: #ffe2e1;
  border-radius: 1000px;
  float: right;
  display: inline;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  color: #d92f2e;
  margin-top: 10px;
}
.auction_blk dl dd h3 a:hover {
  background-color: #d92f2e;
  color: #fff;
}
.auction_blk dl dd ul {
  display: block;
}
.auction_blk dl dd ul li {
  width: 188px;
  float: left;
  margin: 0 5px;
  margin-top: 10px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.auction_blk dl dd ul li a img {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto;
}
.auction_blk dl dd ul li a b {
  font-size: 14px;
  font-weight: bold;
  color: #293040;
  display: block;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.auction_blk dl dd ul li a b:hover {
  color: #d92f2e;
}
.auction_blk dl dd ul li a font {
  color: #d92f2e;
  font-size: 14px;
  font-weight: bold;
}
.auction_blk dl dd ul li a font i {
  width: 70px;
  background-image: url(../images/tit_bg.png);
  background-repeat: no-repeat;
  background-size: 70px auto;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.auction_blk dl dd ul li a font strong {
  font-size: 20px;
}
.auction_blk dl dd ul li:hover {
  top: -5px;
}
/**拍卖列表**/
.auction_web2 {
  background-color: #d92e2f;
  background-image: url(../images/bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.auction_position {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
}
.auction_position a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.auction_list {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 40px 0;
}
.auction_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.auction_list ul li {
  width: 242px;
  float: left;
  margin: 0 24px 24px 0;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.auction_list ul li:nth-child(4n + 4) {
  margin-right: 0;
}
.auction_list ul li .img_box {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  margin-top: 10px;
}
.auction_list ul li .img_box a img {
  width: 100%;
}
.auction_list ul li h2 a {
  font-size: 16px;
  color: #293040;
  display: block;
  line-height: 20px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.auction_list ul li h2 a:hover {
  color: #d92f2e;
}
.auction_list ul li i.i01 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  padding: 0 5px;
  background-color: #d92f2e;
  border: 1px solid #d92f2e;
  font-style: normal;
  border-radius: 4px;
}
.auction_list ul li i.i02 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #d92f2e;
  line-height: 16px;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #d92f2e;
  font-style: normal;
  border-radius: 4px;
}
.auction_list ul li em {
  font-size: 14px;
  color: #717787;
  font-style: normal;
  display: block;
  margin-top: 10px;
  overflow: hidden;
}
.auction_list ul li em font {
  color: #d92f2e;
}
.auction_list ul li em font strong {
  font-size: 18px;
}
.auction_list ul li em a {
  width: 90px;
  height: 30px;
  border-radius: 4px;
  background-color: #ffe5e5;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #d92f2e;
  text-align: center;
  line-height: 30px;
}
.auction_list ul li em a:hover {
  background-color: #d92f2e;
  color: #fff;
}
.auction_list ul li .time {
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  font-weight: bold;
  color: #717787;
  text-align: center;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.auction_list ul li .time strong {
  color: #d92f2e;
}
.auction_list ul li .time img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 16px;
  margin-right: 5px;
}
.auction_list ul li.preview b {
  position: absolute;
  top: 0;
  left: -5px;
  width: 74px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background: linear-gradient(to right, #24ae6f, #49c985);
  z-index: 2;
}
.auction_list ul li.preview::before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #1f6e39;
}
.auction_list ul li.progress b {
  position: absolute;
  top: 0;
  left: -5px;
  width: 74px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background: linear-gradient(to right, #d12e2f, #fdc302);
  z-index: 2;
}
.auction_list ul li.progress::before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #870001;
}
.auction_list ul li.end b {
  position: absolute;
  top: 0;
  left: -5px;
  width: 74px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background: linear-gradient(to right, #7f7f7f, #7f7f7f);
  z-index: 2;
}
.auction_list ul li.end::before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #4f535e;
}
.auction_list ul li.progress em a {
  background-color: #d92f2e;
  color: #fff;
}
.auction_list ul li.end em a {
  background-color: #a1a6b3;
  color: #fff;
}
.auction_list ul li.end em a:hover {
  background-color: #a1a6b3;
  color: #fff;
}
.auction_list ul li:hover {
  top: -5px;
}
.auction_page {
  display: block;
  text-align: center;
}
.auction_page a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #fff;
  color: #717787;
}
.auction_page a:hover {
  background-color: #ac0d0e;
  color: #fff;
}
.auction_page a.on {
  background-color: #ac0d0e;
  color: #fff;
}
/**详情页**/
.auction_web3 {
  background: linear-gradient(to bottom, #a1a6b3, #f5f5f9);
  padding: 0 0 40px 0;
}
.auction_part {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  text-align: left;
}
.auction_operate {
  width: 480px;
  float: left;
  margin-left: 20px;
}
.auction_operate h2 {
  font-size: 24px;
  color: #293040;
  display: block;
  font-weight: normal;
}
.auction_operate h2 span {
  font-size: 14px;
  color: #717787;
  line-height: 32px;
  display: block;
  font-weight: normal;
  margin-top: 6px;
  font-family: Arial, Helvetica, sans-serif;
}
.auction_info {
  width: 480px;
  margin-top: 10px;
}
.auction_info h3 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  border-radius: 4px;
  background: linear-gradient(to right, #d9001b, #ff7d00);
  padding: 0 0 0 16px;
}
.auction_info h3 strong {
  color: #fff600;
  font-family: Arial, Helvetica, sans-serif;
}
.auction_info h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: 16px;
}
.auction_info h3.preview {
  background: linear-gradient(to right, #4074de, #ba2dce);
}
.auction_info h3.end {
  background: linear-gradient(to right, #717787, #a1a6b3);
}
.auction_main01 {
  height: 200px;
  background-image: url(../images/bg03.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: relative;
}
.auction_main02 {
  height: 180px;
  background-image: url(../images/bg04.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: relative;
}
.auction_main01 ul {
  padding: 16px 0;
  margin: 0 16px;
  border-bottom: 1px solid #f0e8e9;
  overflow: hidden;
}
.auction_main01 ul li {
  font-size: 15px;
  color: #293040;
  font-weight: bold;
  line-height: 30px;
}
.auction_main01 ul li strong {
  display: block;
}
.auction_main01 ul li:nth-child(1) {
  float: right;
}
.auction_main01 ul li:nth-child(1) strong {
  color: #652c06;
  font-family: Arial, Helvetica, sans-serif;
}
.auction_main01 ul li:nth-child(2) {
  float: right;
  margin-right: 36px;
}
.auction_main01 ul li:nth-child(2) strong {
  color: #d92f2e;
  font-family: Arial, Helvetica, sans-serif;
}
.auction_main01 ul li:nth-child(3) strong {
  color: #d92f2e;
  font-family: Arial, Helvetica, sans-serif;
}
.auction_main01 ul li:nth-child(3) strong b {
  font-size: 22px;
}
.auction_buttom {
  position: absolute;
  left: 16px;
  bottom: 20px;
}
.auction_buttom label {
  width: 140px;
  height: 36px;
  border-radius: 4px;
  background-color: #fff;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.auction_buttom label a {
  width: 36px;
  height: 36px;
  float: left;
  display: inline;
  color: #d92f2e;
  font-size: 22px;
  text-align: center;
  line-height: 36px;
}
.auction_buttom label input {
  width: 66px;
  float: left;
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  color: #d92f2e;
  padding: 0;
  margin: 0;
  border: none;
  border: 1px solid #dfe1e6;
  border-bottom: none;
  border-top: none;
  font-family: Arial, Helvetica, sans-serif;
}
.auction_buttom label input::-webkit-input-placeholder {
  color: #d92f2e;
}
.auction_buttom label input:-moz-placeholder {
  color: #d92f2e;
}
.auction_buttom label input::-moz-placeholder {
  color: #d92f2e;
}
.auction_buttom label input:-ms-input-placeholder {
  color: #d92f2e;
}
.auction_buttom label input:focus {
  outline: none;
}
a.offer {
  width: 140px;
  height: 36px;
  border-radius: 4px;
  background-color: #fff;
  float: left;
  font-weight: bold;
  background-color: #d92f2e;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.auction_buttom p {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  overflow: hidden;
  color: #e72820;
  margin-top: 6px;
}
.auction_buttom p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
  width: 16px;
}
.auction_list01 {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.auction_list01 li {
  font-size: 14px;
  color: #717787;
  line-height: 28px;
  text-align: center;
}
.auction_list01 li span {
  display: block;
}
.auction_list01 li span strong {
  color: #293040;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 4px;
}
.record {
  width: 288px;
  height: 470px;
  float: right;
}
.record h3 {
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 0 16px;
  background-color: #e71c21;
}
.record h3 img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 16px;
  margin-right: 8px;
}
.record_main {
  background: linear-gradient(to bottom, #ffebec, #fff);
  display: block;
  height: 434px;
  padding: 0 16px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.auction_tit {
  height: 40px;
  border-bottom: 1px solid #dfb9bb;
  display: flex;
  justify-content: space-between;
}
.auction_tit li {
  font-size: 14px;
  font-weight: bold;
  color: #293040;
  line-height: 40px;
}
.auction_list02 li {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  line-height: 38px;
  border-bottom: 1px dotted #dfb9bb;
  font-family: Arial, Helvetica, sans-serif;
}
.auction_list02 li b {
  display: inline-block;
  min-width: 50px;
  text-align: left;
  font-weight: normal;
}
.auction_list02 li font {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #e71c21;
  text-align: center;
  border: 1px solid #e71c21;
  margin-left: 2px;
}
.auction_list02 li.on {
  font-size: 14px;
  color: #e71c21;
  font-weight: bold;
}
.auction_list02 li.on font {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #d9001b, #ff7d00);
  margin-left: 4px;
  border: none;
}
.auction_list02 li.on b {
  font-weight: bold;
}
.auction_list02 li span:nth-child(1) {
  width: 66px;
  text-align: left;
}
.auction_list02 li span:nth-child(2) {
  width: 100px;
  text-align: left;
}
.auction_list02 li span:nth-child(3) {
  text-align: right;
  width: 60px;
}

.flow_path {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  height: 80px;
  margin-top: 20px;
  overflow: hidden;
  display: flex;
}
.flow_left {
  text-align: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(to right, #da2c22, #f4650b);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 10px 0 10px;
  line-height: 30px;
  position: relative;
}
.flow_left::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #f4650b;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  right: -8px;
  top: 32px;
}
.flow_right {
  padding: 0 30px;
  flex: 1;
}
.flow_right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.flow_right ul li dl {
  display: flex;
  align-items: center;
}
.flow_right ul li dl dt {
  width: 50px;
  margin-right: 10px;
}
.flow_right ul li dl dd {
  font-size: 14px;
  font-weight: bold;
  color: #293040;
  line-height: 22px;
}
.flow_right ul li dl dd strong {
  color: #e71c21;
}

.none_num {
  font-size: 12px;
  color: #717787;
  text-align: center;
}
.none_num img {
  width: 70px;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}

/**-----放大镜样式------**/
/*放大图片效果*/
.container {
  width: 352px;
  height: auto;
  float: left;
  overflow: hidden;
}
.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
  width: 350px;
  height: 350px;
}
.jqzoom i {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/icon-fd.png) no-repeat;
}
/*.jqzoom img{ 
    background:url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;
    width: 350px;
    height: 350px;
}*/
.jqzoom img {
  width: 100%;
  height: 100%;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 350px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv > img {
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
  width: 350px;
  height: 350px;
  border: 1px solid #dfdfdf;
}
.spec-scroll {
  clear: both;
  margin-top: 20px;
  width: 352px;
}
.spec-scroll .prev {
  float: left;
  margin-right: 4px;
}
.spec-scroll .next {
  float: right;
}
.spec-scroll .prev,
.spec-scroll .next {
  display: block;
  margin-top: 12px;
  text-align: center;
  width: 22px;
  height: 54px;
  line-height: 54px;

  cursor: pointer;
  text-decoration: none;
}
.spec-scroll .items {
  float: left;
  position: relative;
  width: 304px;
  height: 62px;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 56px;
}
.spec-scroll .items ul li {
  float: left;
  width: 61px;
  text-align: center;
}
.spec-scroll .items ul li img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 50px;
  height: 50px;
}
.spec-scroll .items ul li img:hover {
  border: 2px solid #d6000f;
  padding: 1px;
}
/**/
.details-pic-text {
  float: left;
  width: 620px;
  margin-left: 30px;
}
.details-pic-text dt {
  padding: 0 15px 0 0;
  line-height: 50px;

  margin-bottom: 24px;
}
.details-pic-text dt h4 {
  font-size: 22px;
  float: left;
  color: #333;
  font-weight: bold;
  line-height: 36px;
}
.details-pic-text dt div {
  padding-top: 5px;
  float: right;
  line-height: 20px;
  text-align: center;
}
.details-pic-text dl {
  padding-bottom: 10px;
}
.details-pic-text dl dd {
  line-height: 30px;
}
.details-pic-text dl dd .classify {
  display: inline-block;
  min-width: 60px;
  padding-left: 10px;
  color: #333;
  text-align: right;
  margin-right: 30px;
}
.details-pic-text dl .classify-item {
  display: inline-block;
  vertical-align: middle;
  width: 440px;
}
.details-pic-text .classify-item .list {
  position: relative;
  float: left;
  margin-right: 15px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  margin-bottom: 10px;
  color: #666666;
}
.details-pic-text .classify-item .list img {
  width: 50px;
  height: 32px;
}
.details-pic-text .classify-item .list.active {
  border-color: #e71c21;
  color: #666666;
}
.details-pic-text .classify-item .list.active:after {
  width: 14px;
  height: 14px;
  content: '';
  background: url(../images/dui.png);
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.details-pic-text dl .dashed-line {
  height: 1px;
  border-bottom: 1px dashed #ededed;
  margin: 30px 0;
}
.details-pic-text dd .count1 {
  display: inline-block;
  width: 124px;
  height: 29px;
  border: 1px solid #ededed;
  text-align: center;
  margin-left: 10px;
}
.details-pic-text .classify-item .count1 span {
  width: 29px;
  height: 29px;
  float: left;
  cursor: pointer;
}
.details-pic-text .classify-item .count1 input {
  float: left;
  border: 1px solid #ededed;
  border-top: none;
  border-bottom: none;
  width: 64px;
  height: 29px;
  text-align: center;
}

/*关注按钮*/
.left-btns a {
  cursor: pointer;
  margin-right: 2px;
  text-align: left;
  display: block;
}
.left-btns a:hover {
  color: #b90000;
}
.left-btns .btns-gz i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-gz.png) no-repeat center;
  vertical-align: middle;
  margin-right: 5px;
  font-style: normal;
}
.left-btns .btns-fx i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-fx.png) no-repeat center;
  vertical-align: middle;
  margin-right: 5px;
  font-style: normal;
}
.left-btns em {
  font-style: normal;
}

/**头尾样式请忽略！！！！以真实头尾为准！！！！！！！！！！！！！！！！！！！！！！！**/
/**--------------------首页-----------------------------**/
.cas_head {
  width: 100%;
  margin: 0;
  text-align: left;
  background-color: #fff;
}
.cas_top {
  width: 100%;
  background-color: #2f2f2f;
  height: 36px;
  position: relative;
  z-index: 99999;
}
.cas_top_main {
  width: 1200px;
  background-image: url(../images/cas_bg01.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 36px;
  margin: 0 auto;
}
.cas_top_main b {
  font-size: 12px;
  font-weight: normal;
  color: #dfe1e6;
  line-height: 36px;
}
.cas_top_main b a {
  color: #dfe1e6;
  margin-left: 5px;
}
.cas_top_main b a:hover {
  color: #b01f24;
}
.cas_top_right {
  float: right;
  display: inline;
}
.cas_top_right ul li {
  float: left;
  display: inline;
  font-size: 12px;
  font-weight: normal;
  color: #dfe1e6;
  line-height: 36px;
  background-image: url(../images/cas_icon09.png);
  background-repeat: no-repeat;
  background-position: right 13px;
  text-align: center;
  width: 80px;
  position: relative;
}
.cas_top_right ul li:nth-child(even) {
  width: 1px;
}
.cas_top_right ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.cas_top_right ul li a.li_a {
  color: #dfe1e6;
}
.cas_top_right ul li a.li_a:hover {
  color: #b01f24;
}
.cas_top_right ul li a.li_a img {
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.cas_top_right ul li:hover a.li_a img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cas_top_right ul li .li_box {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #fff;
  width: 100px;
  padding: 10px 0;
  -webkit-box-shadow: 0 20px 20px #dfe1e6;
  -moz-box-shadow: 0 20px 20px #dfe1e6;
  font-size: 12px;
  font-weight: normal;
  color: #717787;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: none;
  z-index: 99999;
  border-radius: 10px;
}
.cas_top_right ul li .li_box p a {
  display: block;
  line-height: 24px;
  text-align: center;
  color: #717787;
}
.cas_top_right ul li .li_box p a:hover {
  color: #b01f24;
}
.cas_top_right ul li .li_box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 4px;
}
.cas_top_right ul li:hover .li_box {
  display: block;
}
.at_head_info {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.at_logo {
  width: 180px;
  float: left;
  display: inline;
  margin-top: 24px;
}
.at_logo img {
  width: 180px;
}
.cas_search {
  width: 550px;
  float: left;
  display: inline;
  margin-left: 170px;
  margin-top: 32px;
}
.cas_search_main {
  width: 552px;
  height: 36px;
  border: 2px solid #dc2b31;
  border-radius: 5px;
}
.cas_search_main .input01 {
  width: 420px;
  background-color: #fff;
  height: 36px;
  padding: 0 0 0 10px;
  border: none;
  font-size: 13px;
  font-weight: normal;
  color: #293040;
  font-family: 'Microsoft YaHei';
  float: left;
  display: inline;
  background-image: url(../images/sm_icon01.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 10px 10px;
  padding: 0 0 0 36px;
  border-radius: 4px;
}
.cas_search_main .input01:focus {
  outline: none;
}
.cas_search_main .input02 {
  width: 96px;
  height: 36px;
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #dc2b31;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.cas_search b {
  font-size: 13px;
  font-weight: normal;
  color: #717787;
  line-height: 30px;
  padding: 0 0 0 10px;
  color: #717787;
}
.cas_search b a {
  color: #717787666;
  margin-right: 14px;
}
.cas_search b a:hover {
  color: #338fff;
}
.cas_shop {
  width: 130px;
  height: 38px;
  background-color: #f5f5f9;
  border-radius: 5px;
  float: right;
  display: inline;
  position: relative;
  margin-top: 32px;
  border: 1px solid #dfe1e6;
}
.cas_shop span {
  display: block;
  height: 38px;
  text-align: center;
}
.cas_shop span a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #293040;
  text-align: center;
  line-height: 38px;
}
.cas_shop span a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 20px;
  position: relative;
  top: -1px;
}
.cas_shop span a strong {
  color: #b01f24;
  margin-left: 6px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 100px;
}
.cas_shop_main {
  width: 300px;
  border-top: none;
  background-image: url(../images/cas_bg02.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: -1px;
  top: 38px;
  background-color: #fff;
  z-index: 99999;
  display: none;
  border-radius: 5px;
}
.cas_shop_scroll {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.cas_shop_scroll dl {
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px dotted #cccccc;
  height: 60px;
  overflow: hidden;
}
.cas_shop_scroll dl dt {
  width: 60px;
  float: left;
  display: inline;
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.cas_shop_scroll dl dt img {
  width: 60px;
  height: 60px;
}
.cas_shop_scroll dl dd {
  width: 180px;
  float: right;
  display: inline;
  text-align: left;
  overflow: hidden;
}
.cas_shop_scroll dl dd p {
  font-size: 13px;
  font-weight: bold;
  color: #717787;
  line-height: 22px;
}
.cas_shop_scroll dl dd p span {
  float: right;
  display: inline;
  font-weight: normal;
  color: #a1a6b3;
}
.cas_shop_scroll dl dd p a {
  color: #293040;
  line-height: 20px;
  display: block;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}
.cas_shop_scroll dl dd p a:hover {
  color: #b01f24;
}
.cas_shop_main b {
  display: block;
  line-height: 36px;
  padding: 0 32px 0 20px;
  font-size: 13px;
  font-weight: normal;
  color: #717787;
}
.cas_shop_main b strong {
  color: #b01f24;
  margin: 0 4px;
}
.cas_shop_main b a {
  display: inline-block;
  padding: 0 5px;
  line-height: 22px;
  background-color: #b01f24;
  float: right;
  display: inline;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  margin-top: 6px;
}
.cas_shop_main b a:hover {
  background-color: #b01f24;
}
.cas_shop:hover {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.cas_shop:hover .cas_shop_main {
  display: block;
  box-shadow: 0 20px 40px rgba(41, 48, 64, 0.2);
  background-color: #f5f5f9;
}

.cas_nav {
  width: 100%;
  text-align: left;
  height: 40px;
  position: relative;
  z-index: 99996;
  margin-top: 20px;
}
.cas_nav_main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  height: 40px;
}
.cas_nav_left {
  width: 210px;
  height: 40px;
  float: left;
  display: inline;
  position: relative;
}
.cas_nav_left strong {
  display: block;
  background: #9c1b20;
  line-height: 40px;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/nav_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cas_nav_left strong img {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  margin-right: 6px;
}
.cas_nav_right {
  width: 990px;
  float: left;
  display: inline;
  height: 40px;
  overflow: hidden;
}
.cas_nav_right ul li {
  float: left;
  display: inline;
  position: relative;
  line-height: 40px;
  margin-left: 90px;
  font-size: 16px;
  font-weight: bold;
}
.cas_nav_right ul li a {
  color: #293040;
  display: block;
  border-bottom: 4px solid #fff;
  height: 36px;
}
.cas_nav_right ul li.on a {
  color: #b01f24;
  border-bottom: 4px solid #dc2b31;
  display: block;
}
.cas_nav_right ul li a:hover {
  color: #b01f24;
  border-bottom: 4px solid #ffd4d5;
  display: block;
}
.cas_nav_right ul li a img {
  position: absolute;
  top: -10px;
  left: 50%;
}
.cas_nav_right ul li.tel {
  float: right;
  display: inline;
  font-size: 15px;
  color: #293040;
}
.cas_nav_right ul li.tel img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 18px;
  position: relative;
  top: -1px;
}
.cas_nav_right ul li.tel span {
  color: #b01f24;
  font-weight: bold;
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.foot {
  width: 100%;
  text-align: left;
}
.foot_pa {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.foot_info01 {
  width: 1200px;
  margin: 0 auto;
}
.foot_info01 dl {
  box-sizing: border-box;
  width: 25%;
  padding: 35px 0 35px 50px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  float: left;
  display: inline;
}
.foot_info01 dl dt {
  width: 36px;
  height: 36px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 36px;
  float: left;
  display: inline;
  border: 3px solid #b01f24;
  color: #b01f24;
  border-radius: 100px;
}
.foot_info01 dl dt img {
  width: 50px;
  height: 50px;
}
.foot_info01 dl dd {
  width: 198px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-top: 2px;
}
.foot_info01 dl dd b {
  font-size: 16px;
  font-weight: bold;
  color: #293040;
  line-height: 18px;
  margin-bottom: 5px;
  display: block;
}
.foot_info01 dl dd p {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #717787;
}
.foot_info02 {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.foot_info02 dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #293040;
  display: block;
}
/**
.foot_info02 dl dt::before {
    content: "";
    display: block;
    width: 5px;
    height: 16px;
    float: left;
    display: inline;
    margin-right: 10px;
    background-color: #9a8364;
    border-radius: 1000px;
    margin-top: 3px;
}
**/
.foot_info02 dl dd {
  display: block;
  margin-top: 14px;
}
.foot_info02 dl dd p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  display: block;
  color: #717787;
}
.foot_info02 dl dd p a {
  color: #717787;
}
.foot_info02 dl dd p a:hover {
  color: #b01f24;
}

.foot_pb {
  padding: 20px 0;
  background-color: #2f2f2f;
}
.foot_pb p {
  font-size: 12px;
  color: #dfe1e6;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.foot_pb p a {
  color: #dfe1e6;
  margin: 0 5px;
}
.foot_pb p a:hover {
  color: #b01f24;
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/**-----返回顶部----**/
.returnTop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  z-index: 99991;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #717787;
  text-align: center;
}
.returnTop img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 3px;
}
.returnTop.on {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  z-index: 99991;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  border-radius: 5px;
}
.returnTop.on:hover {
  color: #717787;
  background-color: #fff1f1;
}
