@charset "utf-8";
@font-face {
  font-family: 'HELVETICANEUELTPRO-THEX';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GOTHAM-BLACK';
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
img {
  border: none;
  float: left;
}
input {
  border: none;
  background: none;
}
input,
textarea {
  font-family: Arial, "微软雅黑";
  outline: 0;
  font-size: 14px;
  -webkit-appearance: none;
}
button {
  border: none;
  background: none;
}
.info_guide {
  position: fixed;
  top: 56rem;
  z-index: 9;
  width: 100%;
  height: 38rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: #FFFFFF;
}
.info_guide .btns {
  width: 690rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.info_guide .btns .btn {
  padding: 0 39rem;
  position: relative;
}
.info_guide .btns .btn .text {
  font-size: 16rem;
  font-weight: 400;
  color: #333333;
  line-height: 38rem;
}
.info_guide .btns .btn .qr_code {
  position: absolute;
  top: 40rem;
  left: 0;
  display: none;
  width: 156rem;
  height: 156rem;
}
.info_guide .btns .btn .qr_code img {
  width: 156rem;
  height: 163rem;
}
.info_guide .btns .down_load_app:hover .qr_code {
  display: block;
}
.info_guide .btns .toBuy {
  width: 90rem;
  height: 28rem;
  margin-top: 5rem;
  line-height: 28rem;
  text-align: center;
  border-radius: 28rem;
  background: #000000;
}
.info_guide .btns .toBuy .text {
  font-size: 16rem;
  font-weight: 400;
  color: #FFFFFF;
}
/* 定义滚动条的样式 */
::-webkit-scrollbar {
  width: 10rem;
  height: 100%;
  background-color: rgba(246, 246, 246, 0.1);
}
/* 定义滚动条的轨道背景颜色 */
::-webkit-scrollbar-track {
  background-color: rgba(246, 246, 246, 0.1);
  position: fixed;
  top: 0;
  right: 0;
}
/* 定义滚动条的滑块颜色 */
::-webkit-scrollbar-thumb {
  background-color: #A9A9A9;
}
/* 定义滚动条滑块悬停时的背景颜色 */
.common-body{
  padding-top: 94rem;
}
.common-body img{
  width: 100%;
}

.common-body .common_index {
  margin-top: 200rem;
}
.common-body .common_index .content {
  width: 1920rem;
}
.common-body .common_index .content .images {
  width: 1920rem;
}
.common-body .common_index .content .images img {
  width: 100%;
}
