.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9999;
}

.header .heard-main {
  /* cursor: pointer; */
}

.header .navbar {
  width: 1200px;
  margin: 0 auto;
}

.header .container-fluid {
  padding: 0;
}
.container-fluid > .navbar-header {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 243px;
}
.header .navbar .navbar-brand {
  height: 60px;
  line-height: 60px;
  padding: 21px 15px;
}

.header .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}

.header .navbar-nav > li {
  position: relative;
}

.header .navbar-nav > li .pop {
  position: absolute;
  left: 10px;
  padding: 24px 30px;
  background: #fff;
  font-size: 14px;
  border-radius: 2px;
  display: none;
  box-shadow: 0px 8px 20px 0px rgba(136, 136, 136, 0.2),
    0px -1px 0px 0px #ececec;
}

.header .navbar-nav > li .pop .pop-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header .navbar-nav > li .pop dl {
  width: 120px;
  text-align: left;
  margin-bottom: 0;
}

.header .navbar-nav > li .pop dl:nth-child(2) {
  width: 112px;
}

.header .navbar-nav > li .pop dl dt {
  font-weight: 400;
  font-size: 12px;
  color: #8d8d8d;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce8ff;
}

.header .navbar-nav > li .pop dl dd {
  margin-top: 16px;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
}

.header .navbar-nav > li .pop dl dd:nth-child(1) {
  margin-top: 0;
}

.header .navbar-nav > li .pop dl dd:hover {
  color: #1869ff;
}

.header .navbar-nav > li .pop dl dd.active {
  color: #1869ff;
}

.header .navbar-nav > li .pop dl:nth-child(2) {
  margin-left: 75px;
  margin-right: 75px;
}

.header .navbar-nav > li .pop ul {
  width: 60px;
}

.header .navbar-nav > li .pop ul li {
  font-size: 13px;
  margin-top: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}

.header .navbar-nav > li .pop ul li:hover {
  color: #1869ff;
}

.header .navbar-nav > li .pop ul li.active {
  color: #1869ff;
}

.header .navbar-nav > li .pop ul li:first-child {
  margin: 0;
}

.header .navbar-nav > li .pop ul li:last-child {
  margin: 0;
}

.header .navbar-nav > li .pop:after {
  position: absolute;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  top: -8px;
  left: 20px;
}

.navbar-nav > li > a {
  color: #ffffff;
}
.navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-nav > li > a:hover {
  color: #1869ff;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-nav a {
  font-size: 14px;
  color: #ffffff;
}

.navbar-right .btn {
  display: inline-block;
  text-align: center;
  margin-top: 14px;
  font-size: 14px !important;
  height: 30px !important;
  line-height: 30px !important;
  background: #1869ff !important;
  border-radius: 2px;
  background: rgba(24, 105, 255, 1);
  border: 0;
}

.navbar-right .logins {
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  font-size: 14px !important;
  height: 30px !important;
  line-height: 30px !important;
  background: transparent;
  border-radius: 2px;
}
.navbar-right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-right .logins {
  display: flex;
  align-items: center;
  justify-content: center;
}
#freeTrial {
  display: none;
}
#skip > li > a:hover {
  color: #1869ff !important;
  background-color: transparent;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
}
.navbar-nav #logins {
  margin-right: 9px;
  border: 1px solid #fff;
}
.header .navbar-nav > li .pro-pop {
  padding: 24px 105px 24px 30px;
}
.crm-title {
  position: relative;
}
.crm-img-icon {
  width: 34px;
  height: 18px;
  position: absolute;
  z-index: 3;
  right: -25px;
  bottom: 1px;
}
.menu-new{
  position: relative;
}
.menu-new-icon{
  position: absolute;
  width: 32px;
  height: 16px;
  margin-left: 4px;
  /* right: 0; */
}