.footer {
  width: 100%;
  position: relative;
}

.chatBox {
  width: 100%;
  /*overflow: hidden;*/
  background: url("../../../../uploads/ueditor/20200512/1-200512162022L3.jpg") no-repeat fixed;
  background-size: 100% 100%;
}
.chatBox-container {
  /*width: 80%;*/
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  flex-wrap: wrap;
}
.chatBox-formBox {
  width: 560px;
  margin: 20px;
  position: relative;
}
.chatBox-formBox-container{
    width: 100%;
    position: absolute;
    left: 0;top: -56px;
    padding: 20px;
    background: #234C7F;
}
.formBox-title {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.formBox-oneInput,
.formBox-twoInput,
.formBox-threeInput {
  width: 50%;
  margin: 10px 0;
  border: 1px solid #d1d1d1;
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
}
.formBox-oneInput:hover {
  border: 1px solid #447596;
}
.formBox-fourInput {
  width: 100%;
  padding: 5px;
  height: 60px;
  margin: 5px 0;
  border: 1px solid #d1d1d1;
  font-size: 12px;
  border-radius: 4px;
}
.formBox-btnHref{
	text-decoration: none;
}
.formBox-btn {
  width: 100px;
  text-align: center;
  background: #447596;
  padding: 5px 0;
  border-radius: 4px;
  font-size: 12px;
  color: white;
  margin-top: 10px;
}

.chatBox-textBox {
  width: 560px;
  overflow: hidden;
  margin: 40px 20px;
}
.textBox-timeBox {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.timeBox-left {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
}
.timeBox-left-span {
  padding: 0 5px;
  background: #3f4058;
  border-radius: 4px;
}
.timeBox-right {
  margin-left: 10px;
  color: #447596;
}
.timeBox-right-top {
  font-size: 16px;
  font-weight: bold;
}
.timeBox-right-bottom {
  font-size: 12px;
  font-weight: bold;
  margin-top: 6px;
}
.textBox-chatUs {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 20px 0;
}
.textBox-phone,
.textBox-address {
  color: white;
  font-size: 12px;
}
.textBox-address {
  margin-top: 6px;
}
.otherInfoBox{
    width: 100%;
    overflow: hidden;
    background: url('../../../../uploads/ueditor/20200517/1-20051H3031a07.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    text-align: center;
    text-align: center;
    color: white;
    font-size: 14px;
}
.img {
   width: 300px;
}
.otherInfoBox-topText{
    margin: 0 auto;
    text-align: center;
}
.otherInfoBox-bottomText{
    margin: 10px auto 50px;
    text-align: center;
}

