.contactus-content {
  background-color: rgb(255, 255, 255);
}

.contactus-content .container {
  width: 1400px;
  margin: 0 auto;
}

.contactus-content .map-container,
.contactus-content #map {
  height: 485px;
}

.contactus-content .map-container .bm-view,
.contactus-content #map .bm-view {
  width: 100%;
  height: 485px;
}

.contactus-content .map-container .bm-view iframe {
  width: 100%;
  height: 100%;
}

.contactus-content .main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 59px 0 60px 0;
}

.contactus-content .main-container .header-title {
  font-size: 40px;
  font-family: Black;
  font-weight: 900;
  color: rgb(38, 38, 38);
}

.contactus-content .el-header {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 60px;
}

.contactus-content .main-container .contact-address-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 613px;
  font-size: 17px;
  font-family: Arial;
  font-weight: 700;
  margin-bottom: 70px;
}

.contactus-content .main-container .contact-address-content .title {
  text-align: center;
  width: 300px;
  line-height: 35px;
}

.contactus-content .main-container .contact-address-content span {
  font-family: Light;
  font-size: 15px;
  color: rgb(132, 131, 131);
  width: 630px;
}

.contactus-content .main-container .turn-page-content {
  width: 880px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contactus-content .main-container .turn-page-content .el-button {
  width: 395px;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px 15px;
  background-color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactus-content .main-container .turn-page-content .el-button:hover {
  background-color: #0069aa !important;
}

.contactus-content .main-container .turn-page-content .turn-btn {
  width: 320px;
  justify-content: space-between;
  font-size: 23px;
  font-family: CAI978;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contactus-content .main-container .turn-page-content .el-button > span {
  /* display: inline-flex;
  align-items: center; */
}

.contactus-content .main-container .turn-page-content .el-icon {
  height: 23px;
  width: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  fill: currentColor;
  color: inherit;
  font-size: inherit;
}

.contactus-content .info-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.contactus-content .info-content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 453px;
  height: 161px;
  border: 1px solid rgb(228, 228, 228);
}

.contactus-content .info-content .item div:nth-child(1) {
  font-size: 24px;
  font-family: Roman;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 30px;
}

.contactus-content .info-content .item div:nth-child(2) {
  font-size: 20px;
  font-family: Roman;
  font-weight: 400;
  color: rgb(113, 112, 113);
  line-height: 30px;
}

.contactus-content .info-content .item:hover {
  border: 1px solid rgb(18, 18, 18);
}

.contactus-content .bgmap_box{
  width:100%;
  height:485px;
  position: relative
}

.contactus-content .err_map_box{
  width: 100%;
  height: 485px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
}

.contactus-content .err_map_box img{
  width: 100%;
  height: 100%
}

.form_box{
  padding-bottom: 53px
}

.form_box .head_box {
  display: flex; 
  justify-content: space-between; 
  position: relative;
}

.form_box .mlmr10{
  margin-left: -10px; 
  margin-right: -10px;
}

.form_box .prpl10{
  padding-right: 10px; 
  padding-left: 10px;
}

.form_box .text_area{
  resize: none; 
  min-height: 31px;
}

.codePic{
  display:inline-block; 
  width:110px; 
  height:40px; 
  line-height: 40px; 
  cursor:pointer; 
  text-align: center; 
  background-color: lightgray; 
  vertical-align:middle;
  border-radius: 5px;
}

.el-form-item__content .el-input__wrapper {
  width: 100%;
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
}

.verificationCode input {
  --el-input-inner-height: 30px;
  width: 100px;
  flex-grow: 1;
  -webkit-appearance: none;
  color: #606266;
  font-size: inherit;
  height: 40px;
  line-height: var(--el-input-inner-height);
  padding: 0 11px;
  outline: 0;
  background: 0 0;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  box-sizing: border-box;
}
.verificationCode input:focus {
  border-color: #1eadfa;
  box-shadow: 0 0 2px #1e6ffa;
}

.verificationCode input:focus-visible {
  outline: none;
}

.oneLine{
  white-space: nowrap;
}

.dn{
  display: none;
}