.new_header {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  position: fixed;
  min-width: 1280px;
    /* max-width: 1903px; */
}

.secondnew_header {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 1173px;
  height: 94px;
  background: #ffffff;
  /* border-bottom: 1px solid #eeeeee; */
  justify-content: space-between;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 80;
  box-sizing: border-box;
}

.secondnew_header .login_link .upLogin {
  width: 102px;
  height: 32px;
  border-radius: 4px;
  background: rgb(111, 73, 222);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 32px;
}

.secondnew_header .upBtn {
  width: 173px;
  height: 34px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff !important;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  margin-right: 16px;
}

.secondnew_header .upBtn a {
    color: #181818;
}

.colorb353 {
  color: #B3A5DB !important;
}

.color5959 {
  color: #595959 !important;
}

.colorbt {
  border-bottom: 9px solid #6f49de !important;
}

.colorclg {
  color:rgb(111, 73, 222) !important;
}


.new_header .head_content {
  width: 100%;
  justify-content: space-between;
}

.new_header .header_nav ul li {
  display: block;
  height: auto;
  border-bottom: none;
}

.new_header .whitetrical {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #ffffff;
  border-top: 3px solid transparent;
}

.upBtn {
  width: 173px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  margin-right: 16px;
  position: relative;
}

.upColor {
  color: #6f49de !important;
}

.upBtn img {
  position: absolute;
  width: 68px;
  top: -44px;
  left: -69px;
}

.new_header .login_link {
  margin-left: 16px;
}

.upBtn a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.new_header .action_box {
  margin-left: 0px !important;
}

.upLogin {
  width: 102px;
  height: 32px;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #181818;
  line-height: 32px;
  border: 1px solid #d9d9d9;
}

.new_header .line {
  margin-top: 12px;
  background-color: #CCCCCC;
}

.new_header .search_links {
  margin-right: 28px;
  margin-left: 12px;
}

.new_header .paymoney {
  left: 16px;
}

.new_header .search {
  margin-right: 40px;
  cursor: pointer;
}

.new_header .searchInput input{
  width: 0px;
  height: 40px;
  background: transparent;
  border-radius: 8px;
  border: none;
  padding-left: 36px;
  box-sizing: border-box;
  transition: width 1s ease;
}

.new_header .searchArea {
  width: 210px;
  height: 40px;
}

.new_header .searchInput {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.new_header .searchInput .searchIcon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0,-50%);
}

.new_header .nav-icon-up {
  position: relative;
}

.searchArea {
  position: relative;
}

.resetRight {
  right: 0px !important;
}