* {
  margin: 0;
  padding: 0;
}

html, body {
  font-size: 16px;
}

.none {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul {
  margin-bottom: 0;
}

li {
  list-style: none;
}

.ant-btn-primary {
  background: #295BCE;
  height: 2.875rem;
  width: 8.75rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
}

.ant-btn-primary:focus, .ant-btn-primary:hover {
  background: #295BCE;
  border-color: #295BCE;
}

.ant-modal-footer .ant-btn {
  width: 64px;
  height: 32px;
  font-size: 14px;
}

#cloudHome {
  overflow: hidden;
}

#cloudHome .ant-layout-header {
  background: #295BCE;
  padding: 0 18.75rem;
  position: fixed;
  width: 100%;
  z-index: 99;
}

#cloudHome .ant-layout {
  background: #fff;
}

#cloudHome .ant-layout-footer {
  height: 32.5rem;
  padding: 0;
  color: #2B3139;
  font-size: 1rem;
  background: #F2F5F8;
}

#cloudHome>.fixed-box {
  position: fixed;
  right: 1.25rem;
  bottom: 4.625rem;
  z-index: 99;
}

#cloudHome>.fixed-box>div {
  width: 2.625rem;
  height: 2.625rem;
  background-color: #295BCE;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.875rem;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(41, 91, 206, 0.6);
  cursor: pointer;
}

#cloudHome>.fixed-box>div.stick {
  background-color: #fff;
}

#cloudHome>.fixed-box>div:last-child {
  margin-bottom: 0;
}

#cloudHome>.fixed-box>.qq {
  background-image: url(/images/cloudhome/images/qq.png);
}

#cloudHome>.fixed-box>.weChat {
  background-image: url(/images/cloudhome/images/weChat.png);
}

#cloudHome>.fixed-box>.phone {
  background-image: url(/images/cloudhome/images/phone.png);
}

#cloudHome>.fixed-box>.stick {
  background-image: url(/images/cloudhome/images/stick.png);
}

#cloudHome>.fixed-box>.qq a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

#cloudHome>.fixed-box>.weChat, #cloudHome>.fixed-box>.phone {
  position: relative;
}

#cloudHome>.fixed-box>.weChat img, #cloudHome>.fixed-box>.phone img {
  position: absolute;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
}

#cloudHome>.fixed-box>.phone img {
  left: -11.125rem;
}

#cloudHome>.fixed-box>.weChat:hover img {
  display: inline-block;
}

#cloudHome>.fixed-box>.phone:hover img {
  display: inline-block;
}

@media screen and (max-width: 1900px) {
  html, body {
    font-size: 12px;
  }
}