#index {
  color: #FFCF1B;
}

.big_logo {
  overflow: hidden;
}

.big_logo .big_logo_img {
  width: 100%;
}

.foot {
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(../images/exchange/foot.jpg) no-repeat;
  background-size: 100% 13.75rem;
}

.main .jenis {
  display: block;
  width: 12.5rem;
  margin: 1.25rem auto 0;
}

.main .shop_list {
  margin-top: -1.3rem;
}

.main .shop_list li {
  height: 8.5625rem;
  display: flex;
  align-items: center;
}

.main .shop_list li:nth-child(2n + 1) {
  background-color: #F7F3ED;
}

.main .shop_list li .box {
  width: 35.5rem;
  /* height: 8.5625rem; */
  margin: 0 auto;
  /* display: flex;
  align-items: center; */
}

.box .version {
  float: left;
  width: 4.125rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: .75rem;
  background-color: #E7D3B2;
  border-radius: 1.875rem;
  color: #827F80;
}

.box .right {
  float: left;
  width: 23.1875rem;
  margin: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.box .right p {
  width: 100%;
  color: #66625D;
}

.box .right p span:nth-child(1) {
  margin-right: .225rem;
}

.box .right .content {
  color: #827F80;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size: .75rem;
  margin-top: .625rem;
}

.main .shop_list li:hover .version {
  background-color: #396D37;
  color: #FFDAA0;
}

.jiantou {
  float: left;
  width: 3.125rem;
  margin-top: 1rem;
}

.jiantou img {
  width: 1.875rem;
}

.up {
  padding-bottom: .3125rem;
  text-align: center;
  color: #ccc;
  font-size: .75rem;
}
