.nav-bar { 
  border-bottom: solid 1px rgba(151, 151, 151, .2);
}
.header {
  background-color: #FFF;
  padding: .32rem 0 .24rem;
}
.logo {
  position: relative;
  margin: 0 auto;
  height: 2.2rem;
  width: 2.2rem;
  text-align: center;
}
.logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 2.2rem;
  max-width: 2.2rem;
}
.rebate,
.no-rebate {
  font-size: .4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #FF804D;
  text-align: center;
  background-color: #FFF;
}
.no-rebate {
  color: #595959;
  text-decoration: line-through;
}
.mode {
  padding: 0 .26rem .32rem;
  border-bottom: .16rem solid #F5F5F5;
  /*line-height: 1.14rem;*/
  line-height: 1.5;
  font-size: .36rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  background-color: #FFF;
}
.rebate + .mode {
  padding-top: .16rem;
}
.reseller-name {
  color: #FF804D;
}
.reseller-desc {
  padding: .24rem .32rem;
  font-size: .28rem;
  line-height: .48rem;
  color: #4F4F53;
  background-color: #FFF;
}
.cashback_desc {
  border-top: .16rem solid #F5F5F5;
  background-color: #FFF;
}
.limit {
  font-size: .24rem;
  letter-spacing: .0197rem;
  line-height: .43rem;
  color: #FF804D;
  margin: 0 .26rem;
}
.limit i {
  display: inline-block;
  font-size: .36rem;
  line-height: .39rem;
  color: #878483;
  border: solid .02rem #878483;
  border-radius: 100%;
  width: .39rem;
  text-align: center;
  margin-right: .24rem;
}
.rebate-desc-list {
  padding: .24rem .32rem;
}
.rebate-desc-list p,
.rebate-desc-list li {
  font-size: .28rem;
  line-height: .48rem;
  color: #4F4F53;
}
.rebate-desc-list li {
  position: relative;
  padding-left: .32rem;
}
.rebate-desc-list li::before {
  content: '•';
  position: absolute;
  top: 0;
  left: .1rem;
}
.notion {
  margin: 0 .26rem .6rem;
  font-size: .28rem;
  line-height: .38rem;
  color: #FF804D;
}

.modal {
  display: none;
}
.modal-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 31, .7);
  z-index: 1;
}
.modal .modal__wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  width: 80vw;
  background-color: #FFF;
  border-radius: 6px;
  z-index: 2;
}
.modal .modal__title {
  width: 100%;
  height: 1.74rem;
  height: 23.2vw;
  background-image: url("../../images/go-modal-title.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.modal .modal__content {
  padding: .48rem .32rem .8rem;
  color: #4F4F53;
  font-size: .28rem;
  line-height: .48rem;
}
.modal .modal__btn-wrap {
  overflow: hidden;
  position: relative;
}
.modal .modal__btn-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #E6E6E6;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.modal .modal__btn {
  display: block;
  width: 100%;
  padding: .32rem 0;
  color: #FF804D;
  font-size: .32rem;
  line-height: 1;
  text-align: center;
}