.header-nav {
  margin-top: 20px;
}

.icon-img-box {
  margin-right: 8px;
}

.jdjs_app .tj {
  padding: 0 !important;
}

.header-r input {
  width: 284px;
  height: 33px;
  padding: 0 35px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  background-color: transparent;
}
.header-r .ipn-box {
  position: relative;
}
.header-r .ipn-box .search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
}