.layout {
  width: 1212px;
  margin: 0 auto;
}

.bottom-comp {
  height: 544px;
  background-color: #020811;
}

.bottom-comp .content {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom-comp .content .content-left {
  color: #FFFFFF;
}

.bottom-comp .content .content-left .logo img {
  width: 184px;
}

.bottom-comp .content .content-left .logo p {
  font-size: 12px;
  margin-top: 4px;
}

.bottom-comp .content .content-left .serv {
  display: flex;
  margin-top: 40px;
}

.bottom-comp .content .content-left .serv h4 {
  font-weight: 500;
  font-size: 34px;
  margin-right: 60px;
  cursor: pointer;
}

.bottom-comp .content .content-left .addr {
  display: flex;
  margin-top: 50px;
}

.bottom-comp .content .content-left .addr .addr-beijing {
  margin-right: 120px;
}

.bottom-comp .content .content-left .addr p {
  margin-bottom: 20px;
}

.bottom-comp .content .content-left .overseas {
  font-weight: 500;
  font-size: 28px;
  margin-top: 20px;
  color: #D40011;
}

.bottom-comp .content .content-left .overseas span {
  color: #FFFFFF;
}

.bottom-comp .content .content-left .navigate-list {
  display: flex;
  margin-top: 40px;
}

.bottom-comp .content .content-left .navigate-list .navigate-list-item:nth-child(n + 2) {
  margin-left: 90px;
}

.bottom-comp .content .content-left .navigate-list .item-title {
  color: #fff;
}

.bottom-comp .content .content-left .navigate-list h4 {
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 17px;
}

.bottom-comp .content .content-left .chat-way {
  margin-top: 40px;
}

.bottom-comp .content .content-left .chat-way img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.bottom-comp .content .content-right {
  width: 384px;
}

.bottom-comp .statement {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 24px;
}

.bottom-comp .statement span {
  display: inline-block;
  cursor: pointer;
  margin-left: 40px;
}

.bottom-comp .consult-comp .form-item {
  margin-bottom: 10px;
}

.bottom-comp .consult-comp .form-item input {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.bottom-comp .consult-comp .form-item textarea {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 16px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}

.bottom-comp .consult-comp .form-submit {
  margin-top: 30px;
}

.bottom-comp .consult-comp .form-submit .submit-btn {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  background-color: #D41A1F;
}

.bottom-comp .consult-comp .form-submit .submit-btn:hover {
  background-color: #E15F62;
}

.bottom-comp .consult-comp .form-submit .submit-btn:active {
  background-color: #AE191D;
}

.messageTip {
  padding: 12px 16px;
  border-radius: 4px;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  opacity: 0;
  transition: .4s;
  z-index: 1000;
}
