* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
img {
  border: 0;
  text-decoration: none;
}



.subNavBox {
  width: 100%;
  border: solid 1px #e5e3da;
  margin: auto;
}

.subNav {
  margin-top: 1rem;
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #2E2E46;
  cursor: pointer;
  padding-left: 10px;
  background: url(./goooch/gps/images/price/xia.png) no-repeat;
  background-size: 1.5%;
  background-position: 95% 50%
}

.currentDd {
  color: #5240aa
}

.currentDt {
  color: #5240aa;
  background-image: url(./goooch/gps/images/price/shang.png);
}

.navContent {
  display: none;
  padding: 0;
}

.navContent p {
  padding: .5rem;
  width: 93%;
  display: block;
  text-align: left;
  line-height: 28px;
  font-size: 18px;
  background: #F6F6F6;
}

.navContent p span {
  background: initial !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content p a {
  color: black;
}

.dropdown-content {
  color: black;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
}




* {
  margin: 0;
  padding: 0;
}

.jkcontant {
  position: relative;
  width: 100%;
  /* height: 90vh; */
}

.beijing {
  width: 100%;
  height: 100%;
}

.emxq {
  display: flex;
  align-items: center;
  position: absolute;
  bottom:25%;
  left:0;
  width:100%;
  justify-content:center;
  height:75px;
}

.emipt {
  width: 40%;
  background:#fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.emipt input::-webkit-input-placeholder {
  color: #090909;
}

.emipt input:-moz-placeholder {
  color: #090909;
}

.emipt input::-moz-placeholder {
  color: #090909;
}

.emipt input:-ms-input-placeholder {
  color: #090909;
}

.emipt input {
  width: 80%;
  border: none;
  outline: none;
  padding-left: 20px;
  color: #090909;
  font-weight: bold;
  font-size: 17px;
  background:#fff;
}

.emipt input[type=email]::placeholder{
  color: darkgray;
}

.emipt div {
  width: 42%;
  background: linear-gradient(150deg, #9929EA, #5808FB);
  border-radius: 10px;
  border: none;
  outline: none;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  margin-right: -2px;
  height:75px;
  line-height:72px;
}

.xiazai {
  font-size: 17px;
  background:#000;
  border-radius: 10px;
  width:285px;
  text-align: center;
  color: #fff;
  margin-left: 4%;
  cursor: pointer;
  height:75px;
}

.xiazai img {
  width: 30px;
  height: 30px;
  vertical-align: -10px;
  margin-right: 15px;
}

@media (max-width: 768px) {
.emipt{
width:100%;
}
.beijing{
height:auto;
}
.emxq{
display: block;
width:100%;
}
.xiazai{
width:55%;
margin-left: 0;
padding: 3% 0;
margin-top: 10px;
margin:14px auto 0 auto;
font-size: 15px;
border-radius: 5px;
}
.xiazai img {
width: 25px;
height: 25px;
vertical-align: -8px;
}
.emxq{
bottom: 5%;
left: 5%;
width: 90%;
}
.jkcontant{
height:255px;
background:#5240aa;
}
.emipt div{
font-size:15px;
padding:3% 0;
border-radius: 5px;
}
.emipt input{
font-size:15px;
}
.tp{
width:50%;
justify-content: flex-end!important;
}
.lg{
width:50%;
}
.header_tp{
padding-bottom:1%!important;
}
}