@font-face {
  font-family: 'D-DIN';
  src: url('../../font/D-DIN-Bold.otf') format('opentype');
  /* 或者使用其他字体格式，如ttf、woff等 */
  /* src: url('/path/to/your/D-DIN.ttf') format('truetype'); */
  /* src: url('/path/to/your/D-DIN.woff') format('woff'); */
  font-weight: normal;
  font-style: normal;
}

/* prefix style */
ul li {
  list-style-type: none;
}

a,
a:active,
a:link,
a:hover,
a:visited {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: initial;
}

.green {
  color: #1F995C !important;
}

.orange {
  color: #D7000F !important;
}

/* 根元素的字体大小是12px */
html {
  font-size: 12px;
}

/* special style */
body {
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
  font-size: 12px;
  color: #333;
  background-color: #fff;
}

.banner-swiper {
  position: relative;
}

/* banner swiper */
.banner-swiper .swiper-container {
  height: 400px;
}

.banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 70px;
}

/* #swiper0 {
  background: url(../../img/login_new/newyear.png) no-repeat top center;
  background-size: cover;
} */

#swiper1 {
  background: url(../../img/login_new/banner-qingsuan.png) no-repeat center center;
  background-size: 100% 100%;
}

#swiper2 {
  background: url(../../img/login_new/banner1.png) no-repeat center center;
  background-size: 100% 100%;
}

#swiper3 {
  background: url(../../img/login_new/banner2.png) no-repeat center center;
  background-size: 100% 100%;
}

#swiper4 {
  background: url(../../img/login_new/banner4.png) no-repeat center center;
  background-size: 100% 100%;
}

.pc-home-page h3.common {
  display: inline-block;
  color: #000;
  font-size: 34px;
  border-bottom: 1px solid #000;
  padding: 20px;
  margin-bottom: 40px;
}

/* #swiper-new-year {
  background: url(../../img/login_new/new_year/banner.png) no-repeat center center;
} */

.banner-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
}

.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.reg-block {
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  margin-top: 210px;
}

.reg-block.qq {
  margin-top: 160px;
}

.reg-block.show {
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}

.reg-block.qinsuan.show {
  /* margin-top: 68px; */
  margin-top: 48px;
}

.reg-block.qiye.show {
  margin-top: 100px;

}

.reg-block.jiaoyi.show {
  margin-top: 118px;

}

.reg-block.qq.show {
  margin-top: 130px;
}

.reg-block.qq h5 {
  letter-spacing: 5px
}

a.register-now {
  width: 208px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  padding: 0;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 1);
}

a.register-now:hover {
  color: #fff;
}

/* banner 数字 */
.public-count {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1200px;
  height: 110px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(10, 21, 34, 0.08);
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  display: flex;

}

.public-count .sum {
  font-family: D-DIN, D-DIN;
  font-weight: bold;
  font-size: 38px;
  color: #3C8DBC;
}

.public-count-warp {
  margin: 0 auto;
  width: 1200px;
  font-size: 14px;
  color: #686F7D;
}

.public-count ul {
  height: 100%;
  padding: 0 !important;
  padding-inline-start: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.public-count li {
  flex: 0 0 24%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  margin: 0 auto;
  /* padding: 0 60px; */
  min-width: 200px;
  /* padding-top: 20px; */
  font-size: 14px;
  color: #686F7D;
  /* border-right: 1px solid #fff; */
}

.public-count li::after {
  content: "";
  width: 1px;
  height: 36px;
  background-color: rgba(60, 141, 188, 0.2);
  position: absolute;
  right: 0;
  top: 25%;
}

/* .public-count li::after{
  content:"";
  height: 48px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 35px;

} */
.public-count li:last-child:after {
  width: 0;
}

/* banner 登录 */
.public-login {
  position: absolute;
  width: 288px;
  overflow: hidden;
  top: -470px;
  right: 0;
  z-index: 1;
}

.user-info-box,
.login-box {
  position: relative;
  background: rgba(51, 55, 68, 0.88);
}

.login-tab {
  position: relative;
  width: 288px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  padding-top: 20px;
  padding-bottom: 15px;
}

.login-tab span {
  display: inline-block;
  width: 144px;
  cursor: pointer;
}

.login-tab span.active {
  color: #3498DB;
}

.active-border {
  position: absolute;
  bottom: -2px;
  width: 144px;
  height: 2px;
  background-color: #3498DB;
}

.sweety-box {
  background-color: #fdeeea;
}

.sweety-box a,
.sweety-box a:hover,
.sweety-box a:visited {
  color: rgb(0, 153, 204);
}

.slim-box {
  width: 290px;
  height: auto;
  min-height: 300px;
  padding: 20px 30px 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
}

.right-subscript {
  position: absolute;
  top: 0;
  right: 0;
}

.center-qrcode {
  display: inline-block;
  margin-bottom: 30px;
  border: 2px solid #fff;
}

.box-title {
  margin-bottom: 20px;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-control {
  border-radius: 0;
  margin: 10px 0;
  width: 188px;
  height: 40px;
  padding-right: 0;
}

.input-icon {
  width: 42px;
  height: 40px;
  line-height: 34px;
  display: inline-block;
  margin: 10px 0;
  background-color: rgba(217, 222, 228, 1);
  text-align: center;
}

.input-icon i {
  line-height: 34px;
}

.tip-label {
  padding: 6px 12px;
  margin-bottom: 10px;
  width: 100%;
}

.login-btn,
.logined-btn {
  display: block;
  height: 44px;
  line-height: 32px;
  margin-top: 20px;
}

.logined-btn {
  margin: 20px 0;
}

.btn-far-away {
  margin-top: -20px;
  padding-bottom: 30px;
}

/* 最新公告 */
.latest-news {
  height: 79px;
  border-bottom: 1px solid rgba(236, 240, 241, 1);
  padding-top: 30px;
}

.latest-news .news-list {
  width: 1000px;
  height: 22px;
  overflow: hidden;
}

.latest-news .news-list li {
  float: left;
  margin-right: 70px;
  font-size: 16px;
}

.latest-news .news-list li a {
  color: rgba(51, 55, 68, 1);
}

.latest-news .more-news {
  font-size: 16px;
  color: rgba(120, 141, 155, 1);
}

.common-title-warp {
  width: 100%;
  /* border-bottom: 1px solid #ECF0F1; */
}

.common-title-warp .common-title-h3 {
  height: 34px;
  line-height: 34px;
  float: left;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333744;
  margin: 0;
  /* padding: 10px 0 13px 0; */
  /* border-bottom: 3px solid #3C8DBC; */

}

.common-title-warp .title-more {
  float: right;
  height: 2.8333rem;
  line-height: 2.8333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #808CA0;
  font-size: 1.1667rem;
}

.common-title-warp .title-more:hover {
  color: #3C8DBC;
}

.common-title-warp .more-icon {
  width: 18px;
  height: 18px;
  position: relative;
  bottom: 2px;
}


/* 安汇达™ */
.about-anhuida {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 60px;
}

.about-anhuida .wdnmd {
  position: relative;
  width: 572px;
  height: 322px;
  padding-top: 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.about-anhuida .wdnmd .update-time {
  /* position: absolute;
  top: 18px;
  right: 8px; */
  font-weight: normal;
  vertical-align: middle;
  margin-left: 30px;
}

.about-anhuida .table {
  width: 480px;
  height: 144px;
  margin: 0 auto;
}

.about-anhuida .table th,
.about-anhuida .table td {
  font-size: 14px;
  padding: 4px 8px;
  font-weight: normal;
  color: #788D9B;
}

.about-anhuida .table th {
  border-width: 1px;
}

.about-anhuida h3 {
  color: rgba(0, 0, 0, 1);
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
}

.about-anhuida h3 span {
  color: #42485B;
  font-size: 16px;
  vertical-align: top;
}

.about-anhuida p {
  color: #788D9B;
  font-size: 16px;
  margin-bottom: 10px;
}

.about-anhuida a {
  display: block;
  margin: 104px auto 0;
  width: 240px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  font-size: 14px;
}

.about-anhuida a.smm-btn-orange {
  margin-top: 20px;
}




/* 热门挂单 */
.hot-gd {
  margin-top: 4.5833rem;
  text-align: center;
  padding: 5rem 0;
  /* height: 718px; */
}

.hot-gd .hot-gd-list {
  /* width: 1200px; */
  margin-top: 2.5rem;
  overflow: hidden;
}

.hot-gd .hot-gd-list ul {
  /* width: 1200px; */
  padding: 0 !important;
  margin: 0;
}

.hot-gd .hot-gd-list .hot-gd-list-item {
  float: left;
  width: 18.9167rem;
  max-width: 227px;
  height: 29.5rem;
  margin: 0 16px 20px 0;
  text-align: center;
  position: relative;
  border-radius: 8px;
  box-sizing: content-box;
  text-decoration-line: none !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.hot-gd .hot-gd-list .hot-gd-list-item .hot-gd-list-item-img {
  width: 100%;
  height: 16.75rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}


.hot-gd .hot-gd-list ul>a:nth-child(5n+5)>.hot-gd-list-item {
  margin-right: 0px;
}

.hot-gd .hot-gd-list .hot-gd-list-item .buy-icon,
.hot-gd .hot-gd-list .hot-gd-list-item .sell-icon {
  position: absolute;
  right: .6667rem;
  top: -0.1667rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #FF8C00;
  font-weight: 500;
  font-size: 1.3333rem;
  color: #FFFFFF;
  line-height: 2.6667rem;
  text-align: center;
}

.hot-gd .hot-gd-list .hot-gd-list-item .sell-icon::after,
.hot-gd .hot-gd-list .hot-gd-list-item .buy-icon::after {
  position: absolute;
  content: '';
  bottom: -0.5rem;
  left: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: .5rem solid #FF8C00;
}

.hot-gd .hot-gd-list .hot-gd-list-item .buy-icon {
  background: #3498DB;
}

.hot-gd .hot-gd-list .hot-gd-list-item .buy-icon::after {
  border-top: .5rem solid #3498DB;
}


.hot-gd .hot-gd-list .hot-gd-list-item .hot-gd-list-item {
  height: 100%;
}

.hot-gd .hot-gd-list .hot-gd-list-item .body {
  width: 100%;
  position: relative;
  flex: 1;
  padding: .8333rem 1rem;
  text-align: left;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hot-gd .hot-gd-list .hot-gd-list-item .body .title {
  font-weight: 600;
  font-size: 1.3333rem;
  color: #333744;
  line-height: 2rem;
  text-align: left;
  font-style: normal;
  margin-bottom: .6667rem;
}

.hot-gd .hot-gd-list .hot-gd-list-item .body span {
  display: block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.1667rem;
  color: #686F7D;
  line-height: 1.8333rem;
  /* 添加以下样式 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出时显示省略号 */
}


.hot-gd .hot-gd-list .hot-gd-list-item .body .price {
  width: 200px;
  position: absolute;
  font-weight: 600;
  font-size: 1.5rem;
  color: #DF0007;
  line-height: 1.8333rem;
  left: 1.25rem;
  bottom: 1.25rem;
  overflow: hidden;
}

.hot-gd .hot-gd-list .hot-gd-list-item .body .price em {
  font-weight: 400;
  font-size: 1.1667rem;
  line-height: 1.8333rem;
  font-style: normal;
}


/* 最新动态 交易行情 */
.news-hq {
  width: 100%;
  background: url(../../img/login_new/news-hq-container-bgc.png) no-repeat;
  background-size: 100% 100%;
}

.scrollbar-style::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.scrollbar-style::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrollbar-style::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 5px;
}

.news-hq-container {
  width: 1200px;
  margin: 50px auto;
}

.news-hq .right {
  margin-left: 16px;
}



.hq-warp {
  float: left;
  width: 592px;
  height: 697px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 4px;
  padding: 1.6667rem;

}

.hq-warp-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #e8e8e8 rgba(0, 0, 0, 0);
}



.hq-warp .hq-table-warp {
  margin: 20px 0;
  height: 594px;
  overflow-x: hidden;
  overflow-y: auto;
}

.hq-table thead tr {
  border-radius: 2px;
  overflow: hidden;
}

.hq-table thead tr td {
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  background: #3C8DBC;
  height: 42px;
}

.hq-table tbody tr td {
  font-size: 14px;
  height: 50px;
  border-top: 1px solid #ECF0F1;
  color: #333744;
  vertical-align: middle !important;
}

/* .hq-table tbody tr td:nth-child(2){
  text-align: left;
} */
.hq-table tbody {
  border-bottom: 1px solid #ECF0F1;
}

.hq-table>tbody>tr:hover {
  background-color: #f5f8fd;
}

/* 最新动态 交易行情nd */
/* 平台公告 */
.platform-news-warp {
  float: right;
}

.platform-announcement {
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 4px;
  padding: 1.6667rem;
  /* 转rem */
  font-weight: 400;
  font-size: 16px;
  color: #333744;
  line-height: 24px;
}

.platform-announcement-warp {
  width: 100%;
  height: 148px;
  margin-top: 20px;
  overflow: hidden;
}

.platform-announcement-ul {
  margin: 0;
  padding: 0;
}

.platform-announcement-ul li {
  width: 100%;
  height: 2rem;
  line-height: 24px;
}

.platform-announcement-ul li:hover,
.platform-announcement-ul li:hover a {
  color: #3C8DBC !important;
}

.platform-announcement-item-title {
  font-weight: 400;
  font-size: 16px;
  color: #333744 !important;
  line-height: 24px;
}



/* 新闻资讯 */
.last-news-warp {
  background: rgba(255, 255, 255, 0.76);
  border-radius: 4px;
  padding: 1.6667rem;
  /* 转rem */

}

.last-news-content {
  padding: 0;
  margin: 0;
  height: 30.4rem;
  overflow: hidden;
}

.last-news-item {
  margin-top: 1.1667rem;
}

.last-news-item:first-child {
  margin-top: 1.6667rem;
}

.last-news-content .last-news-img {
  float: left;
  width: 12.5rem;
  position: relative;

}

.last-news-content .last-news-img img {
  width: 12.5rem;
  height: 8.6667rem;
  border-radius: 4px;
}

.last-news-content .last-news-con {
  float: right;
  width: 32.25rem;
  margin-left: 1.25rem;
}

.last-news-con>h6 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333744;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}

.last-news-con>h6>a {
  color: #333744;
}

.last-news-con>h6>a:hover {
  color: #3C8DBC;
}

.last-news-con>p {
  font-size: 14px;
  height: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #808CA0;
  margin-bottom: 0;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.last-news-con>div {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #808CA0;
  margin-top: 10px;
}


/* 产品服务 */
.product-server {
  text-align: center;
  height: 100%;
}

.product-server .login-content {
  /* overflow: hidden; */
  margin-bottom: 5.6667rem;
  padding-top: 5rem;
}

.product-server ul {
  margin: 30px auto 0;
  /* overflow: hidden; */
  padding: 0 !important;
}

.product-server li {
  float: left;
  width: 24rem;
  height: 32.8333rem;
  border: 1px solid #EDEDED;
  margin-right: 1.3333rem;
  margin-bottom: 1.3333rem;
  overflow: hidden;
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
}

.product-server li:nth-child(4n) {
  margin-right: 0
}

.product-server li .product-server-head {
  width: 100%;
  height: 9.1667rem;
  padding: 2.5rem 1.3333rem;
}

.product-server li .product-server-head-label {
  text-align: left;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.666667rem;
}

.product-server li .product-server-head-block {
  display: flex;
  flex-direction: row;
}

.product-server li .product-server-head-block {
  height: 3px;
}

.product-server li .product-server-head_left {
  width: 4.1667rem;
  background: #3C8DBC
}

.product-server li .product-server-head_right {
  width: 1.3333rem;
  background: #FAAD4F
}

.product-server li .product-server-body {
  position: relative;
  margin: 1.3333rem;
  font-weight: 400;
  font-size: 1.1667rem;
  font-weight: 400;
  height: 21rem;
}

.product-server li .product-server-body_content {
  text-align: left;
  line-height: 1.8333rem;
  color: #686F7D;
}

.product-server li .product-server-body_application {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-weight: 400;
  font-size: 1.1667rem;
  color: #333744;
  text-align: left;
  line-height: 1.8333rem;

}

.product-server li .product-server-body_application_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(90deg, rgba(69, 170, 228, 0.1) 0%, rgba(65, 185, 255, 0.02) 100%);
  border-radius: 2px;
  padding: 0.6667rem 2rem;
}

.product-server li .product-server-body_application_item:first-child {
  margin-bottom: .8333rem;
}

.product-server li .product-server-body_application_item img {
  width: 1.6667rem;
  height: 1.6667rem;
  margin-right: .6667rem;
}

.product-server li#more-servers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-server li#more-servers img {
  width: 2.6667rem;
  height: 2.6667rem;
  margin-bottom: 1.6667rem;
}

.product-server li#more-servers div {
  height: 2rem;
  font-weight: 600;
  font-size: 1.3333rem;
  color: #333744;
  line-height: 2rem;
  margin-bottom: .5rem;
}

.product-server li#more-servers p {
  height: 1.8333rem;
  font-weight: 400;
  font-size: 1.1667rem;
  color: #686F7D;
  line-height: 1.8333rem;
}

.product-server li#liq .product-server-head {
  background: url(../../img/login_new/product-server/liq.png) no-repeat center center;
  background-size: cover;
  transition: transform 1s ease;
}

.product-server li#gd .product-server-head {
  background: url(../../img/login_new/product-server/gd.png) no-repeat center center;
  background-size: cover;
}

.product-server li#rapidreselling .product-server-head {
  background: url(../../img/login_new/product-server/rapidreselling.png) no-repeat center center;
  background-size: cover;
}

.product-server li#inventory .product-server-head {
  background: url(../../img/login_new/product-server/inventory.png) no-repeat center center;
  background-size: cover;
}

.product-server li#iot .product-server-head {
  background: url(../../img/login_new/product-server/iot.png) no-repeat center center;
  background-size: cover;
}

.product-server li#blockchain .product-server-head {
  background: url(../../img/login_new/product-server/blockchain.png) no-repeat center center;
  background-size: cover;
}




/* ------------------------------------------------------------------------动效------------------------------------------------------------------------ */
.hot-gd .hot-gd-list .hot-gd-list-item:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}


.last-news-content .last-news-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 蒙层颜色和透明度 */
  opacity: 0.5;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

.last-news-content .last-news-item:hover .last-news-img::before {
  opacity: 0;
}

.product-server li .product-server-head_left {
  position: relative;
}

.product-server li .product-server-head_left::before {
  content: "";
  position: absolute;
  background: #FAAD4F;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  animation: moving 5s ease-in-out 1;
}

.product-server li#liq .product-server-head_left::before {
  animation-delay: 0s;
}

.product-server li#gd .product-server-head_left::before {
  animation-delay: 5s;
}

.product-server li#rapidreselling .product-server-head_left::before {
  animation-delay: 10s;
}

.product-server li#inventory .product-server-head_left::before {
  animation-delay: 15s;
}

.product-server li#iot .product-server-head_left::before {
  animation-delay: 20s;
}

.product-server li#blockchain .product-server-head_left::before {
  animation-delay: 25s;
}

.product-server li#liq,
.product-server li#gd,
.product-server li#rapidreselling,
.product-server li#inventory,
.product-server li#iot,
.product-server li#blockchain {
  transition: all .3s;
}

.product-server li#liq:hover,
.product-server li#gd:hover,
.product-server li#rapidreselling:hover,
.product-server li#inventory:hover,
.product-server li#iot:hover,
.product-server li#blockchain:hover {
  transform: scale(1.04);
  box-shadow: 0px 2px 20px 0px rgba(10, 21, 34, 0.08);
}

.product-server li#liq:hover .product-server-head_left::before,
.product-server li#gd:hover .product-server-head_left::before,
.product-server li#rapidreselling:hover .product-server-head_left::before,
.product-server li#inventory:hover .product-server-head_left::before,
.product-server li#iot:hover .product-server-head_left::before,
.product-server li#blockchain:hover .product-server-head_left::before {
  content: "";
  position: absolute;
  background: #FAAD4F;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  animation: moving 5s ease-in-out infinite;
}

@keyframes moving {
  50% {
    width: 100%;
  }

  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}


/* ------------------------------------------------------------------------移动端------------------------------------------------------------------------ */
.mobile-home-page {
  background-color: #F2F2F2;
}

.mobile-home-page .top-banner-mobile {
  position: relative;
  min-height: 320px;
  background: url(https://imgqn.smm.cn/static/image/anhuida/user/banner-mobile.png) no-repeat center center;
  background-size: 100%;

  /* background: url(../img/login_new/new_year/banner.png) no-repeat center center; */
}

.mobile-home-page .top-banner-mobile .banner-content {
  padding-top: 120px;
  margin-left: 20px;
}

.mobile-home-page .top-banner-mobile .register-now {
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

.mobile-home-page .top-banner-mobile .public-count-mobile {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 95%;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(10, 21, 34, 0.08);
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  display: flex;
  margin: 0 auto;
}

.mobile-home-page .top-banner-mobile .public-count-mobile .sum {
  font-family: D-DIN, D-DIN;
  font-weight: bold;
  font-size: 21px;
  color: #3C8DBC;
}

.mobile-home-page .top-banner-mobile .public-count-mobile .public-count-warp {
  margin: 0 auto;
  width: 100%;
  font-size: 10px;
  color: #686F7D;
}

.mobile-home-page .top-banner-mobile .public-count-mobile ul {
  height: 100%;
  padding: 0 !important;
  padding-inline-start: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-home-page .top-banner-mobile .public-count-mobile li {
  flex: 0 0 33%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  margin: 0 0;
  font-size: 10px;
  color: #686F7D;
}

/* .public-count li::after{
  content:"";
  height: 48px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 35px;

} */
.mobile-home-page .top-banner-mobile .public-count-mobile li:last-child:after {
  width: 0;
}

.mobile-home-page .mobile-common-title-warp {
  width: 100%;
  height: 2.0833rem;
  line-height: 2.0833rem;
}

.mobile-home-page .common-title-h3 {
  float: left;
  font-size: 1.5rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333744;
  margin: 0;

}

.mobile-home-page .title-more {
  float: right;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #808CA0;
  line-height: 2.0833rem;
}

.mobile-home-page .more-icon {
  width: 10px;
  height: 10px;
  position: relative;
  bottom: 2px;
}


/* 热门挂单 */
.mobile-hot-gd {
  margin-top: 4.5833rem;
  text-align: center;
  padding: 0 .8333rem;
  /* height: 718px; */
}

.mobile-hot-gd .mobile-hot-gd-list {
  /* width: 1200px; */
  margin-top: 1.6667rem;
  /* overflow: hidden; */
}

.mobile-hot-gd .mobile-hot-gd-list ul {
  /* width: 1200px; */
  width: 100%;
  padding: 0 !important;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: .6667rem;
  column-gap: .5833rem;
}

.mobile-hot-gd .mobile-hot-gd-list ul::before {
  display: none;
}

.mobile-hot-gd .mobile-hot-gd-list ul::after {
  display: none;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item {
  /* float: left; */
  /* width: 49%; */
  height: 19.9167rem;
  /* margin-right: .5833rem;
  margin-bottom: .6667rem; */
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  box-sizing: content-box;
  text-decoration-line: none !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .mobile-hot-gd-list-item-img {
  width: 100%;
  height: 12.8333rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}


.mobile-hot-gd .mobile-hot-gd-list ul>a:nth-child(2n+2)>.mobile-hot-gd-list-item {
  margin-right: 0px;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .buy-icon,
.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .sell-icon {
  position: absolute;
  left: .8rem;
  top: -0.1667rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #FF8C00;
  font-weight: 500;
  font-size: 1.3333rem;
  color: #FFFFFF;
  line-height: 2.6667rem;
  text-align: center;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .sell-icon::after,
.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .buy-icon::after {
  position: absolute;
  content: '';
  bottom: -0.5rem;
  left: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: .5rem solid #FF8C00;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .buy-icon {
  background: #3498DB;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .buy-icon::after {
  border-top: .5rem solid #3498DB;
}


.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .mobile-hot-gd-list-item {
  height: 100%;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .mobile-body {
  position: relative;
  flex: 1;
  padding: .6667rem;
  text-align: left;
  min-width: 100px;
  max-width: 160px;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .mobile-body .mobile-title {
  font-weight: 600;
  font-size: 1.1667rem;
  color: #333744;
  line-height: 2rem;
  text-align: left;
  font-style: normal;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .mobile-body span {
  display: block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #686F7D;
  line-height: 1.6667rem;
  /* 添加以下样式 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出时显示省略号 */
}


.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .mobile-body .mobile-price {
  position: absolute;
  font-weight: 600;
  font-size: 1rem;
  color: #DF0007;
  line-height: 1.4167rem;
  bottom: .8333rem;
}

.mobile-hot-gd .mobile-hot-gd-list .mobile-hot-gd-list-item .mobile-body .mobile-price em {
  font-weight: 400;
  font-size: .8333rem;
  line-height: 1.1667rem;
  font-style: normal;
}

/* 新闻资讯 */
.mobile-last-news-warp {
  background-color: #fff;
  padding: 1.6667rem 1rem 1.9167rem;
  margin-top: .5833rem;
}

.mobile-last-news-content {
  padding: 0;
  margin: 0;
}

.mobile-last-news-item {
  margin-top: 14px;
}

.mobile-last-news-item:first-child {
  margin-top: 20px;
}

.mobile-last-news-content .mobile-last-news-img {
  padding: 0 10px 0 0;
  float: left;

}

.mobile-last-news-content .mobile-last-news-img img {
  width: 100px;
  height: 70px;
  border-radius: 4px;
}

.mobile-last-news-con>h6 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333744;
  margin: 0;

}

.mobile-last-news-con>h6>a {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  color: #333744;
}

.mobile-last-news-con>h6>a:hover {
  color: #3C8DBC;
}

.mobile-last-news-con>div {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #808CA0;
  margin-top: 10px;
}

.mobile-hq-table-warp {
  margin-top: 1.6667rem;
}

.mobile-hq-table thead,
.mobile-hq-table thead tr {
  background: #3C8DBC;
  overflow: hidden;
  border-radius: 4px;
}

.mobile-hq-table thead tr td {
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  background: #3C8DBC;
  height: 42px;
}

.mobile-hq-table tbody tr td {
  font-size: 14px;
  height: 50px;
  color: #333744;
  border-top: 1px solid #ECF0F1;
  vertical-align: middle;
}

.mobile-hq-table tbody {
  border-bottom: 1px solid #ECF0F1;
}

/* 平台公告 */
.mobile-platform-announcement {
  background-color: #fff;
  padding: 1.6667rem 1rem 1.6667rem;
  margin-top: .5833rem;
}

.mobile-platform-announcement-warp {
  padding-top: 1.8333rem;
}

.mobile-platform-announcement ul {
  padding-left: 0;
  margin: 0;
}

.mobile-platform-announcement li {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 1.1667rem;
  color: #333744;
  line-height: 1.8333rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.mobile-platform-announcement-item-con {
  max-width: 20rem;
  margin-bottom: 0;

}

.mobile-platform-announcement-item-con>a {
  color: #333744 !important;
}

.mobile-platform-announcement-item-con>a:hover {
  color: #3C8DBC;
}

.mobile-platform-announcement li:last-child {
  margin-bottom: 0;
}

.mobile-platform-announcement-time_left,
.mobile-platform-announcement-time_right {
  font-weight: bold;
}


/* 交易行情 */
.latest-news-mobile .news-list {
  width: 70%;
  height: 22px;
  overflow: hidden;
}

.latest-news-mobile .news-list ul {
  padding-left: 15px !important;
  border-left: 1px solid rgba(236, 240, 241, 1);
}

.latest-news-mobile .news-list li {
  float: left;
  margin-right: 20px;
  font-size: 16px;
}

.latest-news-mobile .news-list li a {
  color: rgba(51, 55, 68, 1);
}

.latest-news-mobile .more-news {
  font-size: 16px;
  margin-top: 5px;
  color: rgba(120, 141, 155, 1);
}

.mobile-home-page .about-anhuida-mobile {
  text-align: center;
  padding: 5px 10px 10px 10px;
}

.mobile-home-page .about-anhuida-mobile a {
  margin-top: 20px;
}

.mobile-home-page .about-anhuida-mobile h3 {
  font-size: 20px;
}

.mobile-home-page .about-anhuida-mobile h3 span {
  font-size: 14px;
}

.mobile-home-page .about-anhuida-mobile p {
  font-size: 14px;
  margin-bottom: 5px;
}


.mobile-home-page h3.common {
  display: inline-block;
  color: #000;
  font-size: 24px;
  border-bottom: 1px solid #000;
  padding: 20px;
  margin-bottom: 40px;
}

/* 产品服务 */
.mobile-product-server {
  background-color: #fff;
  padding: 1.6667rem 1rem 4.3333rem;
  margin-top: .5833rem;
}

.mobile-product-server ul {
  margin: 1.6667rem auto 0;
  overflow: hidden;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: .5833rem;
  column-gap: .6667rem;
}

.mobile-product-server ul::before,
.mobile-product-server ul::after {
  display: none;
}

.mobile-product-server li {
  height: 24.3333rem;
  border: 1px solid #EDEDED;
  overflow: hidden;
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
}

.mobile-product-server li:nth-child(2n+2) {
  margin-right: 0
}

.mobile-product-server li .mobile-product-server-head {
  width: 100%;
  height: 9.1667rem;
  padding: 2.5rem 1.3333rem;
}

.mobile-product-server li .mobile-product-server-head-label {
  text-align: left;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.666667rem;
}

.mobile-product-server li .mobile-product-server-head-block {
  display: flex;
  flex-direction: row;
}

.mobile-product-server li .mobile-product-server-head-block {
  height: 3px;
}

.mobile-product-server li .mobile-product-server-head_left {
  width: 4.5rem;
  background: #3C8DBC
}

.mobile-product-server li .mobile-product-server-head_right {
  width: 1.3333rem;
  background: #FAAD4F
}

.mobile-product-server li .mobile-product-server-body {
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  font-weight: 400;
  height: 21rem;
  padding: 0.8333rem .6667rem;
}

.mobile-product-server li .mobile-product-server-body_content {
  text-align: left;
  line-height: 1.6667rem;
  color: #686F7D;
  margin: 0;
}

.mobile-product-server li#more-servers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile-product-server li#more-servers img {
  width: 2.6667rem;
  height: 2.6667rem;
  margin-bottom: 1.6667rem;
}

.mobile-product-server li#more-servers div {
  height: 2rem;
  font-weight: 600;
  font-size: 1.3333rem;
  color: #333744;
  line-height: 2rem;
  margin-bottom: .5rem;
}

.mobile-product-server li#more-servers p {
  height: 1.8333rem;
  font-weight: 400;
  font-size: 1.1667rem;
  color: #686F7D;
  line-height: 1.8333rem;
}

.mobile-product-server li#liq .mobile-product-server-head {
  background: url(../../img/login_new/product-server/liq.png) no-repeat center center;
  background-size: 100% 100%;
}

.mobile-product-server li#gd .mobile-product-server-head {
  background: url(../../img/login_new/product-server/gd.png) no-repeat center center;
  background-size: 100% 100%;
}

.mobile-product-server li#rapidreselling .mobile-product-server-head {
  background: url(../../img/login_new/product-server/rapidreselling.png) no-repeat center center;
  background-size: 100% 100%;
}

.mobile-product-server li#inventory .mobile-product-server-head {
  background: url(../../img/login_new/product-server/inventory.png) no-repeat center center;
  background-size: 100% 100%;
}

.mobile-product-server li#iot .mobile-product-server-head {
  background: url(../../img/login_new/product-server/iot.png) no-repeat center center;
  background-size: 100% 100%;
}

.mobile-product-server li#blockchain .mobile-product-server-head {
  background: url(../../img/login_new/product-server/blockchain.png) no-repeat center center;
  background-size: 100% 100%;
}

.common-title-h3 {
  display: flex;
  align-items: center;
}

.common-title-h3 .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
