* {
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
#main {
  width: 100%;
  background: white;
}
.header {
  width: 100%;
  height: 0.9609375rem;
  background: #1c1c24;
  padding: 0.234375rem 2.640625rem 0 2.875rem;
  position: relative;
}
.header .logo {
  height: 0.609375rem;
}
.header ul {
  color: #ffffff;
  float: right;
}
.header ul > li {
  height: 0.609375rem;
  line-height: 0.609375rem;
  display: inline-block;
  margin-right: 0.1953125rem;
  font-size: 0.15625rem;
  letter-spacing: 0.0078125rem;
}
.header ul > li:hover {
  color: #ff6537;
}
.header div {
  width: 0.390625rem;
  height: 0.234375rem;
  line-height: 0.234375rem;
  border-radius: 0.015625rem;
  font-size: 0.109375rem;
  position: absolute;
  top: 0.4375rem;
  right: 1.5625rem;
  text-align: center;
  color: #ff6537;
  border: 0.0078125rem solid #ff6537;
}
.yellow {
  color: #ff6537;
}
footer {
  width: 100%;
  height: 3.125rem;
  background: #1c1e33;
  padding-left: 2.9140625rem;
  padding-top: 0.6640625rem;
}
footer .footerList > li {
  display: inline-block;
  margin-right: 1.0546875rem;
  letter-spacing: 0.015625rem;
}
footer .footerList > li > ul > li {
  color: #a19d9c;
  font-size: 0.140625rem;
  margin-bottom: 0.21875rem;
}
footer .footerList > li > ul > li p {
  color: #ffffff;
  font-size: 0.171875rem;
  margin-bottom: 0.4296875rem;
}
footer .footerList > li > ul .icon {
  padding-left: 0.3125rem;
}
footer .footerList > li > ul .address {
  background: url(../img/addres.png) no-repeat;
  background-size: auto 0.1953125rem;
}
footer .footerList > li > ul .number {
  background: url(../img/number.png) no-repeat;
  background-size: auto 0.1953125rem;
}
#top {
  width: 0.390625rem;
  height: 0.390625rem;
  background: #ff6537;
  color: white;
  position: fixed;
  bottom: 0.390625rem;
  right: 0.78125rem;
  display: none;
  border-radius: 0.015625rem;
  z-index: 9;
}
#phoneIcon {
  width: 0.625rem;
  height: 0.625rem;
  position: fixed;
  right: 0;
  bottom: 2.34375rem;
  background: #ff6537;
  z-index: 99;
  border-radius: 0.3125rem 0 0 0.3125rem;
  display: none;
}
#phone {
  width: 2.3359375rem;
  height: 4.5859375rem;
  position: fixed;
  z-index: 99;
}
.beforeM {
  position: fixed;
  bottom: 0.9375rem;
  right: 0.15625rem;
}
.afterM {
  position: fixed;
}
#phone .iframe {
  width: 2.125rem;
  height: 3.6796875rem;
  position: absolute;
  top: 0.4140625rem;
  left: 0.109375rem;
  overflow-y: hidden;
  overflow-x: hidden;
}
#phone .iframe::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
#phone .page {
  width: 2.125rem;
  height: 3.6796875rem;
  position: absolute;
  top: 0.4140625rem;
  left: 0.109375rem;
}
