.sec .sec-content {
  padding-top: 0;
  margin-top: 36px;
}

.sec:nth-child(2n-1) {
  background: #F9FAFF;
}

.sec:nth-child(2n-1) .sec-content {
  background: #fff;
  border: 1px solid #E2E6EF;
  border-radius: 12px;
}

.new_sign .sec-content, 
.renew .sec-content {
  padding: 50px;
}

.sec-content .item {
  margin-top: 60px;
}

.sec-content .item .img-box {
  width: 394px;
  height: 120px;
  margin-right: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  overflow: hidden;
}

.sec-content .item .img-box img {
  max-width: 100%;
}

.drop_in .address {
  background: #fff;
  border-radius: 12px;
  padding: 40px 26px 31px;
}

.sec-content .item .text-box {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.sec-content .item .text-box .p {
  margin-top: 10px;
  display: flex;
}

.sec-content .item .text-box .p:first-child {
  margin-top: 0;
}

.sec-content .item .text-box .p input {
  width: 327px;
  height: 32px;
  background: #F8F8F8;
  border-radius: 2px;
  border: 1px solid #EFEDED;
  box-sizing: border-box;
  padding-left: 10px;
}

.sec-content .item .text-box .p textarea {
  width: 327px;
  height: 94px;
  background: #F8F8F8;
  border-radius: 2px;
  border: 1px solid #EFEDED;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}

.sec-content .item .text-box .p .tips {
  width: 327px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.sec-content .item .text-box .p .btn-solid {
  display: block;
  margin-top: 24px;
  border-radius: 6px;
}

.drop_in .address .company-name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
  padding-left: 26px;
  margin-bottom: 12px;
}

.drop_in .address p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  position: relative;
  padding-left: 26px;
}

.drop_in .address p img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}

.drop_in .address #map_container {
  margin-top: 40px;
  width: 100%;
  height: 460px;
}

#map_container .custom-info {
  border: solid 1px silver;
}

#map_container .content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}

#map_container div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}

#map_container div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}

#map_container div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}

#map_container div.info-middle {
  font-size: 12px;
  padding: 10px 6px;
  line-height: 20px;
}

#map_container div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}

#map_container div.info-bottom img {
  position: relative;
  z-index: 104;
}