@charset "UTF-8";

.more_btn_new {
  width: 300px;
  text-align: center;
  margin: 20px 0 0;
  border: 1px solid #666;
  border-radius: 4px;
  background: url(../../../../template/justcurtain/img/top/btn_gray.png) right 10px center no-repeat;
  background-size: 4px 7px;
  text-align: center;
}
.more_btn_new a {
  display: inline-block;
  color: #333;
  width: 300px;
  padding: 12px 0;
  text-decoration: none;
}
@media(min-width: 1px) and (max-width: 768px){
  .more_btn_new{
  width: 250px;
  margin: 20px auto 20px!important;
  background: url(../../../../template/justcurtain/img/top/btn_gray.png) right 10px center no-repeat;
  background-size: 4px 7px;
  text-align: center;
  height: 50px;
  line-height: 46px;
  border-radius: 5px;
  border: 1px solid #333;
  }
  .more_btn_new a{
  width: auto;
  height: auto;
  padding: 0 0!important;
  }
}