@charset "UTF-8";
/**!
 * 首页
 * date:2021-06-19
 * author: xulei;
 */
/* 个性化头部 */
.header {
  background: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
}

/* 通用模块 */
.mod-title {
  text-align: center;
  background: url("../images/index-title.png") no-repeat center bottom 6px;
  line-height: 1;
  padding: 45px 0 20px;
}

.mod-title .title-cn {
  font-size: 30px;
  color: #231815;
  font-weight: bold;
}

.mod-title .title-en {
  color: #b0b4b8;
  font-size: 12px;
  margin-top: 8px;
  text-transform: uppercase;
}

.com-more {
  padding: 0 13px;
  height: 22px;
  line-height: 22px;
  background-color: #f6f6f6;
  border-radius: 11px;
  color: #999;
}

.tab-bd-item {
  display: none;
}

/* banner */
.banner {
  height: 580px;
}

.banner-swiper {
  height: 100%;
}

.banner-swiper .swiper-pagination-bullet {
  width: 68px;
  height: 2px;
  opacity: 0.2;
  background-color: #fff;
  border-radius: 0;
}

.banner-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.banner-swiper .swiper-slide {
  overflow: hidden;
}

.banner-swiper .swiper-slide > img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 80px;
}

/* 通知公告 */
.notice {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -45px;
  height: 90px;
  padding: 10px 20px 10px 28px;
}

.notice-title {
  width: 183px;
  height: 100%;
  background: url("../images/title-notice.png") no-repeat center;
  margin-right: 40px;
}

.notice-list {
  width: calc(100% - 183px - 100px);
}

.notice-item {
  width: 50%;
  line-height: 26px;
  padding: 4px 40px 4px 0;
}

.notice-item-link {
  display: block;
  color: #333;
  padding-left: 10px;
  background: url("../images/icon-arrow.png") no-repeat left center;
}

.notice-item-link-title {
  width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notice-item-link-title .tag {
  color: #f79146;
}

.notice-item-link-date {
  color: #999;
}

.notice-item-link:hover {
  color: #e53335;
}

.notice-item-link:hover * {
  color: #e53335;
}

.notice-more {
  margin-top: 5px;
}

/* 交易信息 */
.trading .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 10px;
}

.trading .tab-hd-item {
  padding: 0 24px;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  border: 1px solid #646262;
  color: #646262;
  font-size: 16px;
  margin: 0 15px;
  cursor: pointer;
}

.trading .tab-hd-item.active {
  border-color: #e53335;
  color: #e53335;
}

.trading-list {
  margin: 0 -11px;
}

.trading-item {
  float: left;
  width: calc(50% - 22px);
  height: 90px;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 10px 11px;
  /* 进行中 */
  /* 结束 */
}

.trading-item-link {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.trading-item-link::before {
  content: '';
  position: absolute;
  width: 53px;
  height: 57px;
  background: no-repeat center;
  left: -5px;
  top: -5px;
}

.trading-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  padding-right: 20px;
  height: 60px;
  overflow: hidden;
}

.trading-item-info .tag {
  color: #3372e2;
}

.trading-item-date {
  width: 60px;
  height: 60px;
  background-color: #f6f6f6;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  color: #bcbec1;
}

.trading-item-date .day {
  display: block;
  font-size: 30px;
  padding-top: 4px;
}

.trading-item.underway .trading-item-date {
  color: #e53335;
  background-color: #f7f3f3;
}

.trading-item.underway .trading-item-link::before {
  background-image: url("../images/icon-underway.png");
}

.trading-item.underway .trading-item-link:hover {
  border-color: #e53335;
}

.trading-item.underway .trading-item-link:hover .trading-item-info {
  color: #e53335;
}

.trading-item.finish .trading-item-date {
  color: #bcbec1;
}

.trading-item.finish .trading-item-link::before {
  background-image: url("../images/icon-finish.png");
}

.trading-item.finish .trading-item-link:hover {
  border-color: #bcbec1;
}

/* 操作按钮 */
.operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
}

.operation-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("../images/bg-operation.png") no-repeat center;
  height: 100px;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.operation-item * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.operation-item + li {
  margin-left: 19px;
}

.operation-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-image: url("../images/bg-operation-h.png");
}

.operation-item:hover * {
  color: #e53335;
}

.operation-item-link {
  height: 100%;
  display: block;
  color: #333;
  line-height: 1;
  text-align: left;
  padding: 0 36px;
  background: no-repeat right 45px center;
}

.operation-item-cn {
  font-size: 24px;
  padding: 25px 0 14px;
  font-weight: bold;
}

.operation-item-en {
  font-size: 12px;
  color: #9da9b5;
  text-transform: uppercase;
}

.operation-item.consult > a {
  background-image: url("../images/icon-operation1.png");
}

.operation-item.arrangement > a {
  background-image: url("../images/icon-operation2.png");
}

.operation-item.login > a {
  background-image: url("../images/icon-operation3.png");
}

/* 新闻中心 */
.news {
  /* margin-bottom: 50px; */
}

.news .mod-content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .mod-content > div {
  height: 382px;
  width: calc(50% - 12px);
}

.news .mod-content .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
}

.news .mod-content .pictures-news {
  position: relative;
  height: 100%;
}

.news .mod-content .pictures-news .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 50% 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  font-size: 16px;
}

.news .mod-content .pictures-news .img {
  height: 100%;
  width: 100%;
}

.news .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  opacity: 0.2;
  background-color: #fff;
  border-radius: 0;
}

.news .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.news .swiper-slide {
  overflow: hidden;
}

.news .swiper-slide > img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news .swiper-container-horizontal > .swiper-pagination-bullets,
.news .swiper-pagination-custom,
.news .swiper-pagination-fraction {
  right: 8px;
  width: auto;
  left: auto;
  bottom: 15px;
}

.news .newslist {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

.news .newslist-more {
  position: absolute;
  right: 20px;
  top: 16px;
}

.news .newslist .tab-hd {
  border-bottom: 1px solid #eae8e8;
  height: 50px;
}

.news .newslist .tab-hd-item {
  float: left;
  font-size: 20px;
  height: 50px;
  line-height: 53px;
  margin-right: 36px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.news .newslist .tab-hd-item.active {
  color: #e53335;
  border-bottom-color: #e53335;
}

.news .newslist-list {
  height: 320px;
  overflow: hidden;
  margin-top: 5px;
}

.news .newslist-item {
  height: 40px;
  line-height: 30px;
  padding: 5px 0;
}

.news .newslist-item-link {
  display: block;
  color: #333;
  font-size: 16px;
}

.news .newslist-item-link:hover {
  color: #e53335;
}

.news .newslist-item-link:hover .newslist-item-date {
  color: #e53335;
}

.news .newslist-item-name {
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .newslist-item-date {
  color: #999;
}
/*# sourceMappingURL=index.css.map */

.trading {
  margin-bottom: 50px;
}