.ftr{ background: #f2f2f2; padding: 24px; clear: both;}
.otlnk{ margin-bottom: 28px; }
.otlnk .cnt{ display: flex; flex-wrap:nowrap; justify-content:space-between;  align-content:space-between;}
.otlnk .lst{  position: relative; width: 25%;}
.otlnk .btn{ width: 100%; text-align: left; position: relative;}
.otlnk .btn .caret{ position: absolute; right: 10px; }
.otlnk .dropdown-menu{ width: 92%; height: 270px; overflow: auto;}
.otlnk  .dropdown-item{font-size: 14px;}
.btn{ background-image: none;}
.btn-default{   color: #333;   background-color: #fff;   border-color: #ccc;}
.dropup .dropdown-toggle::after{ position: absolute; right: 10px; top:15px;}
.ftr .cpy{ margin-bottom: 15px; padding-right: 10px;}
.ftr .cpy .cpy-l{ display: table; float: left;}
.ftr .cpy .cpy-l .lst{ display: table-cell; vertical-align: middle; font-size: 14px; line-height: 180%;}
.ftr .cpy .cpy-l .lst .dz_icn{ height: 62px;}
.ftr .cpy .cpy-l .lst1{padding-right: 50px;}
.ftr .cpy .cpy-r {line-height: 180%; float: right;}
.ftr .cpy .st_icn{height: 16px; vertical-align: middle; margin-right:8px;}
.ftr .tips{ font-size: 12px; padding: 15px 0;}
.ftr .phonebook{ display: inline-block; background: #00379c; padding: 0 5px; border-radius: 3px; margin: 3px 0 }
.ftr .phonebook, .ftr .phonebook:visited{color: #FFF;}
.ftr .phonebook:hover{color: #FFF; background: #CC3333;}
.ftr .phonebook .iconfont{font-size: 20px; margin-right: 5px;}

@media screen and (max-width: 1024px) {
	.otlnk .btn{ width: 90%;}
}
@media screen and (max-width: 986px) {
	.ftr .cpy .cpy-l,.ftr .cpy .cpy-r{ float: none;}
	.ftr .cpy .cpy-r{ padding-top: 5%;  text-align: center;}
	}
@media screen and (max-width:830px) {
   .otlnk{ display: none;}
	.ftr .cpy .cpy-l .lst1{ padding-right: 15px;}
   .ftr .cpy .cpy-r{ text-align: left; padding-top: 0; display: none;}
   .ftr .tips { display: none;}

}
@media screen and (max-width:600px) {
  .ftr .cpy .cpy-l{ display: block;}
  .ftr .cpy .cpy-l .lst{ font-size: 12px; text-align: center; display: block; width: 100%;}
  .ftr .cpy .cpy-l .lst1{ display: none;}

}
