/*
 * @Author: lminjuan 
 * @Date: 2022-04-07 14:29:52 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-08 12:13:06
 */
body {
  background-color: #fff;
}

.main {
  background: url("../images/art/bg2.jpg") left top no-repeat;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.breadcrumb {
  margin-top: 19px;
}

.price {
  margin-top: 12px;
  margin-bottom: 83px;
  width: 1274px;
  height: 485px;
  overflow: hidden;
  background: url("../images/art/bg3.png") center top no-repeat;
}

.wrap {
  margin: 54px auto 0 auto;
  width: 1156px;
  height: 377px;
  background: #fffbf5;
}

.left {
  width: 405px;
  height: 304px;
  margin: 30px 0 0 48px;
  background: url("../images/finance/artistbox.png") left top no-repeat;
}

.left .artist-name {
  width: 105px;
  height: 304px;
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  *-webkit-writing-mode: tb-rl;
  *        writing-mode: tb-rl;
  color: #825136;
  font-size: 20px;
  line-height: 105px;
  text-align: center;
  letter-spacing: 10px;
  font-weight: 400;
}

.left .artist-img {
  padding: 21px 20px 22px 0;
  width: 280px;
  height: 261px;
}

.left .artist-img img {
  width: 280px;
  height: 261px;
}

.right {
  margin-top: 33px;
  margin-left: 483px;
  padding-right: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.show {
  padding: 30px 0 50px;
}

.show ul {
  margin-right: -20px;
}

.showlist {
  width: 20%;
}

.showlist-box {
  margin-right: 20px;
}

.showlist-img {
  width: 234px;
  height: 234px;
  background: #F3F3F3;
}

.showlist-img img {
  display: block;
  width: 234px;
  height: 234px;
}

.showlist-box .showlist-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.showlist-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

.content {
	height: 343px;
	overflow-y: auto;
}



/* 2024-12-20 */

.pics-container {
   padding-bottom: 40px;
}

.pics-container .swiper-pagination {
    bottom:0;
}

.pics-container .swiper-pagination-bullet-active {
   background:#ae000e;
}

.showlist-img  {
   display:flex;
   justify-content:center;
   align-items:center;
}

.showlist-img img {
    width: auto!important;
    height: auto!important;
    max-width:100%;
    max-height:100%;
}

/* 2024-12-26 */
.show ul {
   margin-right:0;
}

.showlist-box {
  margin-right:0;
}

.showlist {
  width: 100%;
}
.showlist-img {
  width:100%;  
}