.footer {
  /*width: 100%;*/
  height: 185px;
  width: 1200px;
  margin: 0 auto;
  /*background-image: linear-gradient(135deg, #1ABEF4 0%, #003484 100%);*/
  /*background-color: #F8FAFB;*/
  position: relative;
  padding: 27px 0 0 0;
  overflow: hidden;
  z-index: 45;
  /*margin-top: 150px;*/
}

/*.footer img {*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0*/
/*}*/

.footer-logo {
  width: 82.8px;
  height: 24px;
  margin: 35px 0 24px 20px;
  /*margin: 0 auto;*/
  /*background: url("../../../static/img/header/qb/foot_logo.png") no-repeat 0;*/
  background: url("../../../static/img/header/logo-black.svg") no-repeat 0;
  background-size: 82.8px 24px;
}

.footer-nav {
  /*height: 86px;*/
  /*padding: 30px 0;*/
  /*border-bottom: 2px dashed rgba(255, 255, 255, .6);*/
  display: flex;
  justify-content: space-between;
}

.footer-nav ul {
  /*width: 80%;*/
  margin: 0 0 0 20px;
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.footer-nav li {
  list-style: none;
  margin: 0 10px;
}
.footer-nav li:last-of-type {
  margin-right: 0;
}

.footer-nav li:first-of-type {
  margin-left: 0;
}

.footer-nav li a {
  font-size: 13px;
  color: #25272D;
  letter-spacing: 0.05px;
}

.footer-nav p {
  /*color: rgba(255, 255, 255, .6);*/
  font-size: 12px;
  text-align: center;
}

.footer-prompt {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #25272D;
  letter-spacing: 0.05px;
  /*text-align: center;*/
  float: right;
}

.left-corner {
  position: absolute;
  top: 170px;
  left: 133px;
  width: 312px;
  height: 138px;
  /*background: url(../../../static/img/header/yu2.png) no-repeat 0;*/
  background-size: 312px 138px;
}

.footer .right-corner {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  /*background: url("../../../static/img/header/134719157115902562.png") no-repeat 0/ 606px 271px;*/
  width: 606px;
  height: 271px;
}
#footScrollUp {
  cursor: pointer;
  position: absolute !important;
  bottom: 80px;
  right: 11%;
  z-index: 899;
  border-radius: 50px;
  height: 62px; /* Height of image */
  width: 62px; /* Width of image */
  background: url("/static/img/header/go_top.png") no-repeat center / 33px 20px ;
  background-color: #ffffff;
}
.aside-nav{
  width: 112px;
  height: 45px;
  border-radius: 100px 0 0 100px;
  position: fixed;
  right: 0;
  background: #418BFF;
  line-height: 38px;
  top: 86%;
  display: none;
  transform: translateY(-50%);
  z-index: 999;
  box-shadow: 0 4px 8px 0 rgba(65,139,255,.2);
}
.aside-show{
  display: block;
}

.aside-nav-item img{
  width: 27px;
  height: 24px;
  vertical-align: middle;
}

.aside-nav-item{
  width: 100%;
  /*height: 45%;*/
  text-align: center;
  /*padding: 16px 0 0 0;*/
}
.aside-nav-item p{
  font-size: 15px;
  color: #FFF;
  margin: 0px 0 10px 10px;
  padding: 3px 0 0 0;
  letter-spacing: 0.05px;
  display: inline-block;
  vertical-align: middle;
}
.app-download:hover+.aside-code{
  /*display: block;*/
}
.app-download:hover::before{
  /*display: block;*/
}
.aside-code{
  position: absolute;
  width: 150px;
  height: 320px;
  background: #ffffff;
  right: 100px;
  top: -60px;
  display: none;
}
.app-download{
  position: relative;
  -moz-opacity: .3;
  opacity: .3;
}
.app-download:before{
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #ffffff;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 30px;
  left: -16px;
  display: none;
}
#udesk_btn a{
  top:86% !important;
  right: 51px !important;
  margin-top: -10px !important;
}
