/* 商品列表 */
.val-list {
  position: relative;
  display: flex;
  justify-content: center;
}
.val-list .box-left {
  /* position: absolute;
  left: 100px;
  top: 37px; */
  min-width: 108px;
  margin: 37px 0 0 0px;
}
.val-list .box-left .icon {
  display: inline-block;
  width: 3px;
  height: 24px;
  background-color: #ff4655;
  margin-right: 9px;
}
.val-list .box-left .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: 'shiyuan';
  color: #000;
  cursor: pointer;
}
.val-list .box-left dl {
  margin-bottom: 34px;
  font-size: 16px;
  font-family: 'shiyuan-regular';
  cursor: pointer;
}
.val-list .box-left dd {
  margin-left: 12px;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
}
.val-list .box-left dd:hover {
  text-decoration: underline;
}
.val-list .box-right {
  width: 1532px;
  margin-top: 28px;
  margin-left: 60px;
}
.val-list .box-right .lan1 {
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.val-list .box-right .lan1 .sort-list {
  display: flex;
  font-family: 'shiyuan-regular';
}
.val-list .box-right .lan1 .sort-list .list-item{
  width: 123px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  border: solid 1px #6d6d6d;
  margin-right: 18px;
  font-size: 20px;
}
.val-list .box-right .lan1 .sort-list .list-item2 {
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 18px;
  color: #6d6d6d;
  width: 109px;
}
.val-list .box-right .lan1 .sort-list .active {
  font-family: 'shiyuan';
  border: solid 1px #ff4655;
}
.val-list .box-right .lan1 .sort-list .list-item a {
  display: inline-block;
  width: 123px;
  height: 39px;
  color: #6d6d6d;
}
.val-list .box-right .lan1 .sort-list .active a{
  color: #ff4655;
}
.val-list .box-right .lan1 .sort-list .list-item2 .sorting-check {
  width: 19px;
  height: 19px;
  background: url(http://js01.daoju.qq.com/zb/lolriotmall/pc/images/bg-checkbox.png) no-repeat;
  background-position: -46px -8px;
}
.val-list .box-right .lan1 .sort-list .list-item2 .sorting-check2 {
  background: url(http://js01.daoju.qq.com/zb/lolriotmall/pc/images/bg-checkbox.png) no-repeat;
  background-position: -10px -8px;
}
.val-list .box-right .paging {
  display: flex;
  font-size: 20px;
  color: #6d6d6d;
  line-height: 39px;
  text-align: center;
  font-family: 'shiyuan-regular';
}
.val-list .box-right .paging span {
  cursor: pointer;
}
.val-list .box-right .paging span:hover {
  background-color: #ff4655;
  border: solid 1px #ff4655;
  color: #fff;
}
.val-list .box-right .paging .active {
  background-color: #ff4655;
  border: solid 1px #ff4655;
  color: #fff;
}
.val-list .box-right .p_prev {
  width: 96px;
  height: 39px;
  border: solid 1px #6d6d6d;
}
.val-list .box-right .p_next {
  width: 96px;
  height: 39px;
  border: solid 1px #6d6d6d;
  margin-left: 7px;
}
.val-list .box-right .page_btn {
  width: 31px;
  height: 39px;
  border: solid 1px #6d6d6d;
  margin-left: 7px;
}
.val-list .box-right .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 36px;
  min-width: 1470px;
}
.val-list .box-right .list .list-item {
  width: 490px;
  height: 550px;
  position: relative;
  padding-bottom: 50px;
}
.val-list .box-right .list .list-item:hover .image-content{
  display: none;
}
.val-list .box-right .list .list-item:hover .image-content.hover-content{
  display: block !important;
}
.val-list .box-right .list .list-item .good-salebox {
  position:absolute;
  top:0;
  left:0;
  width: 490px;
  height: 469px;
  right:16px;
  z-index:2;
  display:block;
  bottom:0;
  vertical-align:bottom;
}
.val-list .box-right .list .list-item .good-salebox img {
  display:block;
  width:100%;
  height:auto;
  vertical-align:bottom;
  background:none;
}
.val-list .box-right .list .list-item .good-salebox .good-salepri {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 20%;
  font-size:46px;
  color: #fff;
  line-height:62px;
  z-index:3;
  text-align:center;
}
.val-list .box-right .list .list-item .ico-mark{
  position:absolute;
  top:0;
  left:20px;
  z-index:3;
  width:20%;
  overflow:hidden;
}
.val-list .box-right .list .list-item .ico-mark img{
  display:block;
  width:100%;
  height:auto;
  vertical-align:bottom;
}
.val-list .box-right .list .list-item .i-pending, 
.val-list .box-right .list .list-item .i-out{
  top:60%;
  left:60%;
  width:25%;
}
.val-list .box-right .list .list-item .i-pending img, 
.val-list .box-right .list .list-item .i-out img{
  background:none;
}
.val-list .box-right .list .text {
  position: absolute;
  top: 465px;
  width: 490px;
  height: 75px;
  padding-top: 15px;
  text-align: center;
  font-size: 20px;
  color: #162635;
  font-family: 'shiyuan-medium';
}
.val-list .box-right .list .text .price .price-new{
  font-size: 32px;
  color: #ff4655;
}
.val-list .box-right .list .text .price .price-old{
  font-size: 18px;
  color: #848484;
  text-decoration: line-through;
}
.val-list .box-right .list .image-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 490px;
  height: 469px;
}
.val-list .box-right .list .image {
  width: 490px;
  height: 469px;
}
.val-list .box-right .list .list-item .biaoqian1 {
  position: absolute;
  left: 23px;
  width: 88px;
  height: 83px;
  background: url('https://js01.daoju.qq.com/zb/val/pc/images/list-bg2.png') no-repeat;
  background-size: 88px 83px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-family: 'shiyuan';
}
.val-list .box-right .list .list-item .biaoqian2 {
  position: absolute;
  left: 23px;
  width: 88px;
  height: 83px;
  background: url('https://js01.daoju.qq.com/zb/val/pc/images/list-bg2.png') no-repeat;
  background-size: 88px 83px;
  color: #fff;
  font-size: 24px;
  font-family: 'shiyuan';
  text-align: center;
  line-height: 83px;
  z-index: 4;
}
.val-list .box-right .list .list-item .icon-collect {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 16px;
  width: 24px;
  height: 22px;
  background: url('https://js01.daoju.qq.com/zb/val/pc/images/list-c.png') no-repeat;
  background-size: 24px 22px;
}
.val-list .box-right .list .list-item .icon-collect2 {
  background: url(https://js01.daoju.qq.com/zb/val/pc/images/icon-collect2.png) no-repeat;
  background-size: 24px 22px;
}
.val-list .box-right .lan2 {
  padding: 30px 0 30px;
  display: flex;
  justify-content: flex-end;
}
.val-list .hover-content {
  display: none !important;
}