.around-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.center-all-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*去除padding*/
.noScroll {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
/*
.asset::-webkit-scrollbar { display:none }*/
body {
  background-color: #ffffff;
}
.main {
  padding-bottom: 100px;
  background-color: #ffffff;
}
.main .cr {
  float: right;
  width: 210px;
  height: 500px;
}
.main .cr .tit {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.main .cr .tit img {
  vertical-align: middle;
}
.main .cr .tit h3 {
  font-size: 17px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  font-weight: 800;
}
.main .cl {
  margin-right: 230px;
  margin-top: 10px;
}
.main .cl .class {
  border: 1px solid #dddddd;
  padding: 18px;
  padding-top: 5px;
}
.main .cl .class .class-item {
  border-bottom: 1px dotted #dddddd;
  width: 100%;
}
.main .cl .class .class-item .label {
  display: inline-block;
  color: #999999;
  width: 80px;
  text-align: justify;
  float: left;
  height: 36px;
  line-height: 36px;
}
.main .cl .class .class-item a {
  color: #222222;
  display: inline-block;
  margin-right: 20px;
  height: 36px;
  line-height: 36px;
}
.main .cl .class .class-item a:hover {
  color: #25c011;
}
.main .cl .class .class-item a:hover span {
  border-bottom: 1px solid #25c011;
}
.main .cl .sort {
  zoom: 1;
  width: 100%;
  height: 45px;
  background-color: #f5f5f5;
  border: solid 1px #e9e9e9;
  line-height: 45px;
  margin-top: 15px;
}
.main .cl .sort:after {
  content: "";
  display: block;
  clear: both;
}
.main .cl .sort .sort-cl {
  display: inline-block;
}
.main .cl .sort .sort-cl a {
  width: 80px;
  text-align: center;
  display: inline-block;
}
.main .cl .sort .sort-cl .syn {
  background-color: #ffffff;
  color: #25c011;
}
.main .cl .sort .sort-cr {
  cursor: pointer;
  float: right;
  text-align: center;
  margin-right: 10px;
}
.main .cl .sort .sort-cr i {
  font-size: 13px;
}
.main .cl .sort .sort-cr .active {
  color: #25c011;
}
.main .list {
  zoom: 1;
}
.main .list:after {
  content: "";
  display: block;
  clear: both;
}
.main .list li {
  margin-right: 30px;
  width: 215px;
  border: 1px solid #dddddd;
  margin-top: 20px;
  background-color: #ffffff;
}
.main .list li .img {
  height: 180px;
}
.main .list li .img img {
  width: 78%;
  height: 85%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .list li p {
  text-align: left;
  margin-top: 8px;
  padding: 0 15px;
}
.main .list li p .cur-price {
  color: #e51c23;
  font-weight: 800;
}
.main .list li p .ol-price {
  color: #666666;
  font-size: 11px;
  text-decoration: line-through;
  margin-left: 10px;
}
.main .list li .name {
  color: #222222;
}

