.trade-page-pc .page-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.trade-page-pc .page-row .row-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  color: #333;
}
.trade-page-pc .page-row .row-sub-title {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  width: 60%;
  color: #333;
}
.trade-page-pc .page-row .row-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  color: #333;
}
.trade-page-pc .page-row .row-sub-title {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  width: 60%;
  color: #333;
}
.trade-page-pc .page-row-1 {
  padding: 50px 0;
  background: #fff;
}
.trade-page-pc .page-row-2 {
  padding: 50px 0;
  background: #eaeff3;
}
.trade-page-pc .page-row-3 {
  padding: 50px 0;
  background: #1749a7;
  color: #fff;
}
.trade-page-pc .page-row-3 .row-title,
.trade-page-pc .page-row-3 .row-sub-title {
  color: #fff;
}
.trade-page-pc .page-row-4 {
  padding: 30px 0;
  background: #fff;
}
.trade-page-pc .choice-list {
  position: relative;
}
.trade-page-pc .choice-list .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  cursor: pointer;
  padding: 20px;
}
.trade-page-pc .choice-list .item .icon {
  width: 80px;
  margin-right: 20px;
  flex: none;
}
.trade-page-pc .choice-list .item .global-iconfont {
  display: block;
  width: 80px;
  height: 80px;
  padding: 3px;
  margin: 0 auto;
  position: relative;
}
.trade-page-pc .choice-list .item .global-iconfont:before {
  width: 74px;
  height: 74px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: #ff5e61;
  position: relative;
  z-index: 1;
}
.trade-page-pc .choice-list .item .global-iconfont:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: conic-gradient(#ff5e61 0, #ff5e61 0deg, transparent 0deg, transparent 360deg);
  mask: radial-gradient(transparent, transparent 35px, #000 35px, #000 100%);
  -webkit-mask: radial-gradient(transparent, transparent 35px, #000 35px, #000 100%);
}
.trade-page-pc .choice-list .item .info {
  flex: auto;
  min-width: 0;
}
.trade-page-pc .choice-list .item .info .tit {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
}
.trade-page-pc .choice-list .item .info .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.trade-page-pc .choice-list .item:hover {
  background-color: #f7f7f7;
  border-radius: 15px;
}
.trade-page-pc .choice-list .item:hover .iconfont:after {
  -webkit-animation: load5 0.3s ease forwards;
  animation: load5 0.3s ease forwards;
}
.trade-page-pc .pie-chart {
  width: 450px;
  flex: none;
  margin-left: 20px;
}
.trade-page-pc .pie-chart img {
  width: 411px;
  display: block;
  margin: 0 auto;
}
.trade-page-pc .pie-chart .title {
  padding: 10px 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trade-page-pc .pie-chart .title:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ff0000;
  display: block;
  margin-right: 5px;
}
.trade-page-pc .supplier-list {
  margin-top: 40px;
}
.trade-page-pc .supplier-list .item {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.trade-page-pc .supplier-list .item .img-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.trade-page-pc .supplier-list .item .img-box:after {
  content: '';
  width: 200%;
  height: 140%;
  position: absolute;
  left: -200%;
  top: -20%;
  transform: skewX(-30deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.trade-page-pc .supplier-list .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 76%;
}
.trade-page-pc .supplier-list .item .title {
  width: 75%;
  padding: 0 10px;
  bottom: 0;
  right: 0;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #333;
  position: absolute;
  display: flex;
  align-items: center;
}
.trade-page-pc .supplier-list .item:hover {
  transform: translateY(-5px);
}
.trade-page-pc .supplier-list .item:hover .img-box:after {
  -webkit-animation: light 2s ease infinite;
  animation: light 2s ease infinite;
}
.trade-page-pc .content-icon-list {
  position: relative;
  margin-top: 60px;
}
.trade-page-pc .content-icon-list .item {
  padding: 50px 10px 20px;
  background-color: #fff;
  color: #1749a7;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.trade-page-pc .content-icon-list .item .global-iconfont {
  padding: 10px;
  font-size: 60px;
  margin-bottom: 20px;
}
.trade-page-pc .content-icon-list .item .title {
  padding: 10px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
}
.trade-page-pc .content-icon-list .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.trade-page-pc .content-list {
  margin-top: 40px;
}
.trade-page-pc .content-list .item {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.trade-page-pc .content-list .item .img-box {
  flex: 1;
  padding-right: 100px;
}
.trade-page-pc .content-list .item .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
}
.trade-page-pc .content-list .item .info {
  flex: 1;
  padding-top: 30px;
  cursor: pointer;
}
.trade-page-pc .content-list .item .info .tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
  padding-bottom: 20px;
  position: relative;
  color: #333;
}
.trade-page-pc .content-list .item .info .tit:after {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #294a9f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.trade-page-pc .content-list .item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.trade-page-pc .content-list .item .info:hover .tit:after {
  width: 100%;
  height: 1px;
}
.trade-page-pc .content-list .item:nth-child(2n) .img-box {
  padding-left: 100px;
  padding-right: 0;
  order: 2;
}
.trade-page-pc .content-list .item:nth-child(2n) .info {
  order: 1;
}
.trade-page-pc .images-box {
  margin: 0 auto;
  width: 74px;
  height: 54px;
  position: absolute;
  top: 18%;
  z-index: 1;
}
.trade-page-pc .background-imgs {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.trade-page-pc .iconImage:before {
  content: '';
}
.trade-page-pc .image-boxs {
  width: 60px;
  height: 60px;
  display: inline-block;
  padding: 10px;
}
.trade-page-pc .icon-center-box {
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade-page-pc .content-icon-list .item .global-iconfont {
  margin-bottom: 0px !important;
}
@-webkit-keyframes load5 {
  0% {
    background: conic-gradient(#ff5e61 0, #ff5e61 0deg, transparent 0deg, transparent 360deg);
  }
  25% {
    background: conic-gradient(#ff5e61 0, #ff5e61 90deg, transparent 0deg, transparent 360deg);
  }
  50% {
    background: conic-gradient(#ff5e61 0, #ff5e61 180deg, transparent 0deg, transparent 360deg);
  }
  75% {
    background: conic-gradient(#ff5e61 0, #ff5e61 270deg, transparent 0deg, transparent 360deg);
  }
  100% {
    background: conic-gradient(#ff5e61 0, #ff5e61 360deg, transparent 0deg, transparent 360deg);
  }
}
@-webkit-keyframes light {
  0% {
    left: -200%;
  }
  100% {
    left: 300%;
  }
}
.trade-page .page-row .row-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
  line-height: 24px;
  color: #333;
  padding: 0 30px;
}
.trade-page .page-row .row-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 30px;
}
.trade-page .page-row .choice-list {
  position: relative;
  padding: 20px 0;
}
.trade-page .page-row .choice-list .item {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px;
  background-color: #ebeef3;
  border-radius: 15px;
}
.trade-page .page-row .choice-list .icon {
  width: 80px;
  margin: 10px auto;
}
.trade-page .page-row .choice-list .global-iconfont {
  width: 55px;
  height: 55px;
  padding: 3px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ff5e62;
}
.trade-page .page-row .choice-list .info {
  text-align: center;
}
.trade-page .page-row .choice-list .info .tit {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
}
.trade-page .page-row .choice-list .info .desc {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.trade-page.mobile {
  height: calc(100vh - 60px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.trade-page.mobile::-webkit-scrollbar {
  width: 0;
}
.trade-page.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d;
}
.trade-page.mobile::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.trade-page.mobile .trade-header .page-banner {
  height: auto;
  display: block;
}
.trade-page.mobile .trade-header .page-banner .swiper-slide {
  display: block;
  height: auto;
}
.trade-page.mobile .trade-header .page-banner img {
  max-width: 100%;
  height: auto;
}
.trade-page .page-row-1 {
  padding: 10px 0;
  background: #fff;
}
.trade-page .page-row-1 .purchase-box {
  display: block !important;
  padding-top: 0px !important;
}
.trade-page .page-row-1 .pie-chart {
  width: 100%;
  padding: 20px;
}
.trade-page .page-row-1 .pie-chart img {
  width: 60%;
  display: block;
  margin: 10px auto;
}
.trade-page .page-row-1 .pie-chart .title {
  padding: 10px 0;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.trade-page .page-row-1 .pie-chart .title:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 2px;
  background-color: #ff0000;
  display: block;
  margin-right: 5px;
}
.trade-page .page-row-2 {
  padding: 10px 0;
  background: #eaeff3;
}
.trade-page .page-row-2 .supplier-list {
  margin-top: 40px;
}
.trade-page .page-row-2 .supplier-list .item {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.trade-page .page-row-2 .supplier-list .item .title {
  width: 75%;
  padding: 0 10px;
  bottom: -5px;
  right: 0;
  font-size: 12px;
  line-height: 16px;
  height: 40px;
  overflow: hidden;
  color: #333;
  position: absolute;
  display: flex;
  align-items: center;
}
.trade-page .page-row-2 .supplier-list .item .img-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.trade-page .page-row-2 .supplier-list .item .img-box:after {
  content: "";
  width: 200%;
  height: 140%;
  position: absolute;
  left: -200%;
  top: -20%;
  transform: skewX(-30deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.trade-page .page-row-2 .supplier-list .item .img-box .img {
  width: 100%;
  height: 0;
  padding-bottom: 76%;
}
.trade-page .page-row-3 {
  padding: 10px 0;
  background: #1749a7;
  color: #fff;
}
.trade-page .page-row-3 .scroll-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.trade-page .page-row-3 .scroll-wrap .content-icon-list {
  display: flex;
  flex-wrap: nowrap;
}
.trade-page .page-row-3 .scroll-wrap .content-icon-list .item {
  padding: 20px 10px;
  background-color: #fff;
  color: #1749a7;
  text-align: center;
  border-radius: 10px;
  width: 200px;
  flex: none;
}
.trade-page .page-row-3 .scroll-wrap .content-icon-list .item .icon-center-box {
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade-page .page-row-3 .scroll-wrap .content-icon-list .item .global-iconfont {
  padding: 10px;
  font-size: 60px;
}
.trade-page .page-row-3 .scroll-wrap .content-icon-list .item .title {
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
}
.trade-page .page-row-3 .row-title,
.trade-page .page-row-3 .row-sub-title {
  color: #fff;
}
.trade-page .page-row-4 {
  padding: 10px 0;
  background: #fff;
}
.trade-page .page-row-4 .content-list {
  margin-top: 40px;
}
.trade-page .page-row-4 .content-list .item {
  margin: 10px auto;
}
.trade-page .page-row-4 .content-list .item .img-box {
  margin-bottom: 20px;
}
.trade-page .page-row-4 .content-list .item .img-box .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
}
.trade-page .page-row-4 .content-list .item .info .tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 18px;
  padding-bottom: 20px;
  position: relative;
  color: #333;
}
.trade-page .page-row-4 .content-list .item .info .tit:after {
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #294a9f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.trade-page .page-row-4 .content-list .item .info .desc {
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.trade-page-mobile .page-banner {
  height: auto !important;
}
.trade-page-mobile .page-banner .swiper-slide {
  padding-bottom: 25.6%;
}
.trade-page-mobile .page-row-1 {
  padding: 10px 0;
}
.trade-page-mobile .page-row-1 .purchase-box {
  padding-top: 0 !important;
  display: block !important;
}
.trade-page-mobile .page-row-1 .pie-chart .title:before {
  margin-top: 2px;
}
.trade-page-mobile .page-row .container {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.trade-page-mobile .page-row .row-title {
  font-size: 20px;
  line-height: 24px;
  padding: 0 30px;
  margin: 10px auto;
}
.trade-page-mobile .page-row .row-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 30px;
}
.trade-page-mobile .choice-list {
  padding: 20px 0;
}
.trade-page-mobile .choice-list .item {
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px;
  background-color: #ebeef3;
  border-radius: 15px;
  display: block;
  flex: none;
}
.trade-page-mobile .choice-list .item .icon {
  margin: 10px auto;
}
.trade-page-mobile .choice-list .item .global-iconfont {
  width: 55px;
  height: 55px;
  padding: 3px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ff5e62;
}
.trade-page-mobile .choice-list .item .global-iconfont:before {
  font-size: 30px;
}
.trade-page-mobile .choice-list .item .info {
  text-align: center;
}
.trade-page-mobile .choice-list .item .info .tit {
  font-size: 14px;
}
.trade-page-mobile .choice-list .item .info .desc {
  font-size: 12px;
}
.trade-page-mobile .pie-chart {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
.trade-page-mobile .pie-chart img {
  width: 60%;
  margin: 10px auto;
}
.trade-page-mobile .title {
  font-size: 12px;
  align-items: flex-start;
}
.trade-page-mobile .title:before {
  margin-top: 4px;
}
.trade-page-mobile .page-row-2 {
  padding: 10px;
}
.trade-page-mobile .page-row-2 .supplier-list .item .img-box {
  width: auto;
  height: auto;
}
.trade-page-mobile .m-avg-sm-4.m-avg-between-lg > .item {
  width: calc(50% - 20px);
}
.trade-page-mobile .supplier-list .item .title {
  bottom: -5px;
  font-size: 12px;
  line-height: 16px;
}
.trade-page-mobile .page-row-3 {
  padding: 10px;
}
.trade-page-mobile .content-icon-list {
  margin: 20px 0;
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  scrollbar-width: none;
}
.trade-page-mobile .m-avg-sm-5.m-avg-between-lg > .item {
  padding: 20px 10px;
  background-color: #fff;
  color: #1749a7;
  text-align: center;
  border-radius: 10px;
  width: 200px;
  flex: none;
}
.trade-page-mobile .content-list .item {
  margin: 10px 0;
  display: block;
}
.trade-page-mobile .content-list .item .title {
  font-size: 14px;
  line-height: 18px;
}
.trade-page-mobile .content-list .item .img-box {
  margin: 0 0 20px 0;
  padding: 0;
}
.trade-page-mobile .content-list .item:nth-child(2n) .img-box {
  padding: 0;
}
.trade-page-mobile .content-list .item .info {
  padding: 0;
}
.trade-page-mobile .content-list .item .info .tit {
  font-size: 14px;
  line-height: 18px;
}
.trade-page-mobile .content-list .item .info .tit:after {
  height: 4px;
}
.trade-page-mobile .content-list .item .info .desc {
  font-size: 12px;
  line-height: 18px;
}
.trade-page-mobile .trade-page .page-row-4 .content-list .item .info .tit {
  margin-bottom: 10px;
}
