footer{
  width:100%;
}
.myLinks{
  margin-left: -120px;
  min-width:1200px;
  height:70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding:15px 10px;
  color: #323232;
}

.myLinks .link-label {
  font-weight: 600;
  font-size: 16px;
}

.myLinks .linkBox{
  width:240px;
  position: relative;
}
.myLinks .linkBox:not(:first-child){
  margin-left:30px;
}
.linkBox .selectBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid rgb(33 104 219);
  padding:6px 8px;
  /*color: #323232;*/
  
}
.glyphicon-menu-down{
  color:rgb(53 123 219)
}
footer .otherAbout{
  width:100%;
  min-width: 1200px;
  padding:60px 30px;
  background: linear-gradient(137deg, #0A65DA 0%, #094DC4 100%);
}
footer .otherContent{
  display: flex;
  justify-content: center;
}
.selectOptionBox{
  /* display: none; */
  /* height:150px; */
  width:100%;
  height:0;
  overflow: auto;
  position: absolute;
  top:34px;
  left:0;
}
.selectOptionBox .myLinkList{
  display: block;
  padding: 10px;
  background-color: #fff;
}
.leftWebMsg{
  padding:0 50px 0 60px;
  color: #fff;
}
.rightWebMsg{
  padding:0 60px 0 50px;
  border-left:1px solid #fff;
  color: #fff;
}
.leftWebMsg li:not(:first-child),
.rightWebMsg li:not(:first-child){
  padding-top:20px;
}