* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  min-width: 1280px;
}

.contract-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  position: relative;
}

.contract-wrapper .w-1280 {
  width: 1280px;
}

.contract-wrapper .margin-auto {
  margin: 0 auto;
}

.contract-wrapper .ant-appear {
  opacity: .2;
  transform: translateY(80px);
}

.contract-wrapper .ant-appear-active {
  opacity: 1;
  transform: translateY(0);
}

.contract-wrapper .lnt-appear {
  opacity: .2;
  transform: translateX(-100px);
}

.contract-wrapper .lnt-appear-active {
  opacity: 1;
  transform: translateY(0);
}

.contract-wrapper .rnt-appear {
  opacity: .2;
  transform: translatex(100px);
}

.contract-wrapper .rnt-appear-active {
  opacity: 1;
  transform: translateY(0);
}

.contract-wrapper div,
.contract-wrapper p,
.contract-wrapper span,
.contract-wrapper ul,
.contract-wrapper h1,
.contract-wrapper h2,
.contract-wrapper h3,
.contract-wrapper h4,
.contract-wrapper h5,
.contract-wrapper h6 {
  margin: 0;
  padding: 0;
}

.contract-wrapper .Ctransaction-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  position: absolute;
  gap: 16px;
  /* border-bottom: 2px solid #1a2234; */
}
#unify-account-settings>span, #walletSettings>span, #orderSettings>span{color:#fff}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft {
  display: flex;
  align-items: center;
  margin-left: 40px;
  flex: 1;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft .Ctransaction-nav-logo {
  width: 214px;
  height: 30px;
  background: url("/images/future_center/futureLogo.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul {
  --scroll-distance: 0px;
  --offset: 62px;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  margin-left: 32px;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li {
  height: 70px;
  color: #ffffff;
  cursor: pointer;
  line-height: 70px;
  font-size: 14px;
  padding: 0 20px 0 24px;
  white-space: nowrap;
  position: relative;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:first-child, .contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:nth-child(2) {
  padding-left: 0;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li a {
  height: 70px;
  color: #ffffff;
  cursor: pointer;
  line-height: 70px;
  font-size: 14px;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li a .new-icon {
  background: linear-gradient( 270deg, #FF4A3C 0%, #FF8031 100%);
  position: absolute;
  width: 35px;
  height: 18px;
  line-height: 18px;
  color: white;
  font-size: 12px;
  right: -28px;
  top: -10px;
  transform: scale(0.8);
  padding: 1px 1px 0 0;
  border-radius: 9px 9px 9px 0px;
  text-align: center;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li i {
  position: absolute;
  display: inline-block;
  margin-left: 7px;
  transition: all 0.3s;
  width: 10px;
  height: 6px;
  background: url("/images/future_center/triangle.png?v=0515") no-repeat center center;
  background-size: cover;
  top: 34px;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:nth-child(1) {
  --nth-child: 1;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:nth-child(2) {
  --nth-child: 2;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:nth-child(3) {
  --nth-child: 3;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:nth-child(4) {
  --nth-child: 4;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:nth-child(5) {
  --nth-child: 5;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:nth-child(6) {
  --nth-child: 6;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li div {
  position: fixed;
  transform: translateY(-9999px);
  width: 200px;
  border-radius: 8px;
  background: #ffffff;
  line-height: 48px;
  padding: 10px 0 10px 0;
  top: 70px;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li div a {
  display: flex;
  text-align: center;
  color: #333;
  align-items: center;
  margin-left: 30px;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li div a span {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-box a:nth-child(1) span {
  background: url("/images/future_center/icon1.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-box a:nth-child(2) span {
  background: url("/images/future_center/usd.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-box a:nth-child(3) span {
  background: url("/images/future_center/icon2.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-box a:nth-child(4) span {
  background: url("/images/future_center/icon3.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-boxs a:nth-child(1) span {
  background: url("/images/future_center/icon1.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-boxs a:nth-child(2) span {
  background: url("/images/future_center/icon2.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-boxs a:nth-child(3) span {
  background: url("/images/future_center/icon3.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-boxes a:nth-child(1) span {
  background: url("/images/future_center/icon4.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-boxes a:nth-child(2) span {
  width: 24px;
  height: 24px;
  background: url("/images/future_center/icon5.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-boxes a:nth-child(3) span {
  width: 24px;
  height: 24px;
  background: url("/images/future_center/icon6.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-div a:nth-child(1) span {
  background: url("/images/future_center/icon1.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-div a:nth-child(2) span {
  background: url("/images/future_center/icon2.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-div a:nth-child(3) span {
  background: url("/images/future_center/icon7.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-divs a:nth-child(1) span {
  width: 24px;
  height: 24px;
  background: url("/images/future_center/icon8.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-divs a:nth-child(2) span {
  width: 24px;
  height: 24px;
  background: url("/images/future_center/icon9.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-divs a:nth-child(3) span {
  width: 24px;
  height: 24px;
  background: url("/images/future_center/icon10.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-divs a:nth-child(4) span {
  background: url("/images/future_center/icon11.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-divs a:nth-child(5) span {
  background: url("/images/future_center/icon12.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul .Ctransaction-navLeft-divs a:nth-child(6) span {
  background: url("/images/future_center/icon13.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

#mainHeader {
  position: sticky;
  color: #fff;
  margin-top: -70px;
}
.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:hover {
  color: #5076e5;
  font-weight: bold;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li a:hover {
  color: var(--color-brand-1) !important;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:hover i {
  transform: rotate(-360deg);
  margin-bottom: 4px;
  background: url("/images/future_center/triangles.png?v=0518") no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
  top: 32px;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:hover div {
  transform: translate(calc(var(--scroll-distance) * var(--nth-child) / 6 - var(--offset)), 0);
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:hover div a:hover {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navRight {
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navRight .Ctransaction-navRight-register {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navRight .Ctransaction-navRight-hidden {
  display: none;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navRight .Ctransaction-navRight-login {
  width: 90px;
  height: 37px;
  background: var(--color-brand-1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
  text-align: center;
  margin-left: 50px;
}

.contract-wrapper .Ctransaction-header {
  width: 100%;
  height: 500px;
  text-align: center;
  background: url("/images/future_center/banner-1.jpg") #162134 no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.contract-wrapper .Ctransaction-header .Ctransaction-headers {
  margin: 0 auto;
}

.contract-wrapper .Ctransaction-header .Ctransaction-headers h1 {
  margin-top: 185px;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  display: flex;
  align-items: center;
}

.contract-wrapper .Ctransaction-header .Ctransaction-headers h1 span {
  /* width: 131px; */
  height: 46px;
  display: block;
  /* background: url("/images/future_center/logo.png") no-repeat; */
  background-size: 100% 100%;
  margin-right: 20px;
  line-height: 46px;
}

.contract-wrapper .Ctransaction-header .Ctransaction-headers .Ctransaction-headers-box {
  width: 500px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  margin-top: 34px;
  line-height: 45px;
  margin-left: 0;
}

.contract-wrapper .Ctransaction-header .Ctransaction-headers .Ctransaction-headers-box .Ctransaction-headers-box-easy {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-brand-1);
  border-radius: 99px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 24px;
  white-space: nowrap;
}

.contract-wrapper .Ctransaction-header .Ctransaction-headers .Ctransaction-headers-box .Ctransaction-headers-box-easy:hover {
  background-color: var(--color-brand-2);
}

.contract-wrapper .Ctransaction-header .Ctransaction-headers .Ctransaction-headers-high {
  text-align: left;
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
}

.contract-wrapper .Ctransaction-headersBot {
  width: 100%;
  height: 46px;
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--color-card-1);
}

.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots {
  display: flex;
  margin: 0 auto;
}

.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots .Ctransaction-headersBots-box {
  width: 16px;
  height: 16px;
  background: url("/images/future_center/ico.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots #scroll_div {
  width: calc(100% - 220px);
  overflow: hidden;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 13px;
  font-size: 14px;
  
  color: #ffffff;
  cursor: pointer;
}

.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots #scroll_begin,
.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots #scroll_end {
  display: inline;
}

.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots .Ctransaction-headersBots-day {
  margin-left: 20px;
  margin-right: 15px;
}

.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots .Ctransaction-headersBots-shu {
  color: #a7afbd;
}

.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots .Ctransaction-headersBots-boxs {
  margin-left: 15px;
  font-size: 14px;
  color: #a7afbd;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.contract-wrapper .Ctransaction-headersBot .Ctransaction-headersBots .Ctransaction-headersBots-boxs:hover {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-main {
  width: 100%;
  height: 120px;
  background: var(--color-bg-1);
}

.contract-wrapper .Ctransaction-main .Ctransaction-mains {
  margin-left: 81px;
  margin-right: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-main .Ctransaction-mains .Ctransaction-mainbox .Ctransaction-mainbox-name {
  margin: 18px 0 6px 0;
  font-size: 14px;
  
  font-weight: 400;
  color: #2b3844;
}

.contract-wrapper .Ctransaction-main .Ctransaction-mains .Ctransaction-mainbox .Ctransaction-mainbox-sum {
  font-size: 29px;
  
  font-weight: bold;
  color: #2b3844;
}

.contract-wrapper .Ctransaction-main .Ctransaction-mains .Ctransaction-mainbox .Ctransaction-mainbox-about {
  font-size: 12px;
  
  font-weight: 400;
  color: #2b3844;
}

.contract-wrapper .Ctransaction-main .Ctransaction-mains .Ctransaction-mainbox .Ctransaction-mainbox-num {
  font-size: 15px;
  
  font-weight: bold;
  color: var(--color-pd-1);
  margin-left: 10px;
}

.contract-wrapper .Ctransaction-main .Ctransaction-mains .Ctransaction-mainbox .Ctransaction-mainbox-nums {
  font-size: 15px;
  
  font-weight: bold;
  color: var(--color-pd-2);
  margin-left: 10px;
}

.contract-wrapper .Ctransaction-Image {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  margin-top: 55px;
}

.contract-wrapper .Ctransaction-Image .swiper-container {
  width: 1180px;
  padding-top: 10px;
  margin: 0 auto;
  padding-right: 25px;
}

.contract-wrapper .Ctransaction-Image .swiper-slide {
  width: 270px !important;
  height: 140px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 25px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.contract-wrapper .Ctransaction-Image .swiper-slide img {
  width: 270px;
  height: 140px;
  border-radius: 8px;
}

.contract-wrapper .Ctransaction-Image .swiper-slide:hover {
  transform: scale(1.03);
}

.contract-wrapper .Ctransaction-Image .swiper-slide:nth-child(2n) {
  width: 60%;
}

.contract-wrapper .Ctransaction-Image .swiper-slide:nth-child(3n) {
  width: 40%;
}

.contract-wrapper .Ctransaction-Image .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url("/images/future_center/btn.png") no-repeat;
  background-size: 100% 100%;
  left: 42px;
  top: 60px;
}

.contract-wrapper .Ctransaction-Image .swiper-button-prev:hover {
  background: url("/images/future_center/btns.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-Image .swiper-button-prev:after,
.contract-wrapper .Ctransaction-Image .swiper-container-rtl .swiper-button-next:after {
  content: '  ';
}

.contract-wrapper .Ctransaction-Image .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url("/images/future_center/btn.png") no-repeat;
  background-size: 100% 100%;
  top: 60px;
  transform: rotate(180deg);
  right: 42px;
}

.contract-wrapper .Ctransaction-Image .swiper-button-next:after,
.contract-wrapper .Ctransaction-Image .swiper-container-rtl .swiper-button-prev:after {
  content: '  ';
}

.contract-wrapper .Ctransaction-Image .swiper-button-next:hover {
  background: url("/images/future_center/btns.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-dollar {
  margin: 0 auto;
  overflow: hidden;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car {
  width: 1156px;
  margin: 0 auto;
  text-align: left;
  margin-top: 76px;
  font-size: 27px;
  
  font-weight: 400;
  color: #1e2329;
  display: flex;
  align-items: center;
  line-height: 47px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car ul {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car ul li {
  padding: 0 8px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car ul .li_cntainer {
  height: 43px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: var(--color-brand-1);
  margin-left: 2px;
  border-radius: 3px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car ul .myspan_container {
  width: 30px;
  padding: 0;
  margin: 0;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car ul .myspan {
  display: inline-block;
  width: 30px;
  height: 43px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car ul .dd {
  transition: all .5s ease;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car .Ctransaction-dollar-sum {
  height: 47px;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 13px 0 11px;
  font-size: 34px;
  
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 15px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car .Ctransaction-dollar-sum ul {
  display: flex;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car .Ctransaction-dollar-sum ul li {
  width: 30px;
  height: 43px;
  background: #1e3a4d;
  border-radius: 3px;
  margin-left: 2px;
  position: relative;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car .Ctransaction-dollar-sum ul li span {
  position: absolute;
  left: 5px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car .Ctransaction-dollar-sum ul .Ctransaction-dollar-dh {
  background: white;
  position: relative;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-car .Ctransaction-dollar-sum ul .Ctransaction-dollar-dh .Ctransaction-dollar-span {
  display: block;
  width: 30px;
  height: 43px;
  background: white;
  color: #1e3a4d;
  position: absolute;
  left: 10px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange {
  width: 100%;
  height: 610px;
  background: var(--color-card-1);
  margin-top: 81px;
  overflow: hidden;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs {
  width: 398px;
  margin-top: 55px;
  border: 1px solid #f7f7f7;
  transition: all 0.5s ease-in;
  padding: 49px 0 30px 45px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-yong {
  display: block;
  width: 57px;
  height: 58px;
  background: url("/images/future_center/ico1.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-jiao {
  display: block;
  width: 57px;
  height: 58px;
  background: url("/images/future_center/ico2.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-liang {
  display: block;
  width: 57px;
  height: 52px;
  background: url("/images/future_center/ico3.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-text {
  font-size: 20px;
  font-weight: 600;
  padding: 30px 0 19px 0;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-texts {
  width: 338px;
  height: 88px;
  font-size: 13px;
  
  font-weight: 400;
  color: var(--color-text-3);
  line-height: 22px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  
  color: #e0e2e5;
  padding-top: 18px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-btn .Ctransaction-dollar-boxs-shu {
  display: block;
  margin: 0 25px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-btn a:hover {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs:hover {
  box-shadow: 0px 7px 15px 0px #f1f6fb;
  border-radius: 4px;
  border: 1px solid #f3f2f2;
  background: #ffffff;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div {
  margin: 0 auto;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
  margin-top: 130px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div h6 {
  font-size: 15px;
  
  font-weight: 400;
  color: var(--color-text-2);
  margin-top: 6px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas {
  width: 610px;
  height: 270px;
  background: #fafafa;
  border-radius: 15px;
  transition: all .5s ease-in;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas .Ctransaction-dollar-divasLeft {
  width: 47%;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas .Ctransaction-dollar-divasLeft p:nth-child(1) {
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas .Ctransaction-dollar-divasLeft p:nth-child(2) {
  display: inline-block;
  color:var(--color-text-2);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 16px;
  white-space: break-spaces;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas .Ctransaction-dollar-divasLeft p:nth-child(3) {
  font-size: 16px;
  
  font-weight: 500;
  color: #616a75;
  line-height: 32px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas .Ctransaction-dollar-divasRight {
  width: 225px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs {
  width: 610px;
  height: 270px;
  background: url("/images/future_center/ico5.png?v=0517") no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: all .5s ease-in;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs .Ctransaction-dollar-divbsLeft {
  width: 490px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs .Ctransaction-dollar-divbsLeft p:nth-child(1) {
  font-size: 25px;
  
  font-weight: 600;
  color: #1e2329;
  line-height: 36px;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs .Ctransaction-dollar-divbsLeft p:nth-child(2) {
  font-size: 16px;
  
  font-weight: 500;
  color: #616a75;
  line-height: 32px;
  margin-top: 16px;
  width: 60%;
  white-space: break-spaces;
}

.contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs .Ctransaction-dollar-divbsLeft p:nth-child(3) {
  font-size: 16px;
  
  font-weight: 500;
  color: #616a75;
  line-height: 32px;
}

.contract-wrapper .Ctransaction-user {
  width: 100%;
  overflow: hidden;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users {
  margin: 0 auto;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users h2 {
  margin: 106px 0 0 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users h6 {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text-2);
  line-height: 28px;
  margin-top: 6px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs {
  transition: all .5s ease-in;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-simulation {
  width: 398px;
  height: 220px;
  background: url("/images/future_center/ico6.png?v=0518") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info {
  margin-left: 47px;
  font-size: 14px;
  
  color: #A9B7C7;
  line-height: 28px;
  margin-top: 40px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info a {
  color: #A9B7C7;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-usd span {
  display: inline-block;
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-btc span {
  display: inline-block;
  margin-left: 25px;
  transition: all 0.2s ease-in-out;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-usd:hover {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-usd:hover a {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-usd:hover span {
  margin-left: 20px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-btc:hover {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-btc:hover a {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-btc:hover span {
  margin-left: 30px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-msg {
  transition: all .5s ease-in;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-msg .Ctransaction-users-boxs-gold {
  width: 398px;
  height: 220px;
  background: url("/images/future_center/ico7.png?v=0518") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-msg .Ctransaction-users-boxs-infos {
  margin-left: 47px;
  font-size: 14px;
  
  color: #A9B7C7;
  margin-top: 35px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-msg .Ctransaction-users-boxs-infos a {
  color: #A9B7C7;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-mesg {
  transition: all .5s ease-in;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-mesg .Ctransaction-users-boxs-gold {
  width: 398px;
  height: 220px;
  background: url("/images/future_center/ico8.png?v=0518") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-mesg .Ctransaction-users-boxs-free {
  margin-left: 47px;
  font-size: 14px;
  
  color: #A9B7C7;
  margin-top: 60px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-mesg .Ctransaction-users-boxs-free a {
  color: #A9B7C7;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-receive span {
  display: inline-block;
  margin-left: 7px;
  transition: all 0.2s ease-in-out;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-receive:hover {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-receive:hover a {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-receive:hover span {
  margin-left: 10px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-text {
  font-size: 24px;
  
  font-weight: 600;
  color: #ffffff;
  margin: 47px 0 0 47px;
}

.contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-texts {
  width: 375px;
  font-size: 15px;
  
  font-weight: 400;
  color: #616a75;
  line-height: 27px;
  margin-top: 29px;
}

.contract-wrapper .Ctransaction-fast {
  width: 100%;
  margin: 106px 0 96px 0;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop {
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopL {
  width: 50%;
  height: 631px;
  background: var(--color-cmpt-15);
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopL .Ctransaction-fast-Left {
  width: 658px;
  height: 485px;
  margin-top: 135px;
  /* background: url("/images/future_center/video.png?v=0518") no-repeat; */
  /* background-size: 100% 100%; */
  cursor: pointer;
  float: right;
}
.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopL .Ctransaction-fast-Left.cn-ctransaction-wrapper{
  background: url("/images/future_center/video_cover_cn.png") no-repeat;
  background-size: contain;
  background-position: top right;
}
.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopL .Ctransaction-fast-Left.en-ctransaction-wrapper{
  background: url("/images/future_center/video_cover_en.png") no-repeat;
  background-size: contain;
  background-position: top right;
}


.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR {
  width: 50%;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right {
  width: 380px;
  margin-top: 91px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText {
  width: 538px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 84px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText .Ctransaction-fast-RightF {
  font-size: 34px;
  font-weight: 600;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText .Ctransaction-fast-RightC {
  width: 100px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-3);

}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText .Ctransaction-fast-RightC a {
  color: var(--color-text-3);
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText .Ctransaction-fast-RightC a span {
  transition: all 0.2s ease-in-out;
  margin-left: 8px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText .Ctransaction-fast-RightC:hover a {
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText .Ctransaction-fast-RightC:hover a span {
  margin-left: 10px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook {
  width: 538px;
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0 0 84px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-graphic {
  width: 257px;
  height: 90px;
  background: var(--color-card-1);
  border-radius: 10px;
  margin-top: 38px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-graphic:hover .Ctransaction-fast-Right-icos {
  background: url("/images/future_center/ico9.png?v=0517") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-air {
  margin-left: 24px;
  width: 257px;
  height: 90px;
  background: var(--color-card-1);
  border-radius: 10px;
  margin-top: 38px;
  font-size: 15px;
  
  font-weight: 500;
  color: #2a2f35;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-air:hover .Ctransaction-fast-Right-icos {
  background: url("/images/future_center/ico9.png?v=0517") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-open {
  width: 257px;
  height: 64px;
  background: var(--color-card-1);
  border-radius: 10px;
  margin-top: 38px;
  font-size: 15px;
  
  font-weight: 500;
  color: #2a2f35;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-size {
  width: 257px;
  height: 64px;
  background: var(--color-card-1);
  border-radius: 10px;
  margin-top: 38px;
  font-size: 15px;
  
  font-weight: 500;
  color: #2a2f35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 24px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-opens {
  width: 257px;
  height: 65px;
  background: var(--color-card-1);
  border-radius: 10px;
  margin-top: 38px;
  font-size: 15px;
  
  font-weight: 500;
  color: #2a2f35;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-sizes {
  width: 257px;
  height: 65px;
  background: var(--color-card-1);
  border-radius: 10px;
  margin-top: 38px;
  font-size: 15px;
  
  font-weight: 500;
  color: #2a2f35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 24px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook a:hover {
  background: #ffffff;
  box-shadow: 0px 0px 28px 0px #f5eeee;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook a:hover .Ctransaction-fast-Right-ico {
  background: url("/images/future_center/ico9.png?v=0517") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-TextL {
  margin-left: 27px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-TextR {
  margin-left: 30px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-ico {
  width: 23px;
  height: 23px;
  background: url("/images/future_center/ico9.1.png?v=0517") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-right: 17px;
  transition: all 0.2s ease-in-out;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-icos {
  width: 23px;
  height: 23px;
  background: url("/images/future_center/ico9.1.png?v=0517") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-right: 17px;
  transition: all 0.2s ease-in-out;
  margin-top: 30px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fasBot {
  margin: 0 auto;
  margin-top: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotLeft h2 {
  font-size: 34px;
  font-weight: 600;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotLeft h6 {
  margin: 16px 0 46px 0;
  width: 530px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-3);
  line-height: 34px;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotLeft a {
  display: block;
  width: 156px;
  height: 53px;
  background: #f5f5f5;
  border-radius: 99px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  
  font-weight: 500;
  color: #717a8b;
  transition: all 0.2s ease-in-out;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotLeft a:hover {
  color: white;
  background: #c94b5d;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotLeft a:hover .Ctransaction-arrow {
  background: url("/images/future_center/arrows.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotRight {
  width: 651px;
  height: 458px;
  background: url("/images/future_center/futures_center_cn.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-step {
  text-align: center;
}

.contract-wrapper .Ctransaction-step .Ctransaction-step-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.contract-wrapper .Ctransaction-step .Ctransaction-step-box .Ctransaction-step-boxs {
  width: 200px;
  height: 146px;
}

.contract-wrapper .Ctransaction-step .Ctransaction-step-box .Ctransaction-step-boxs span {
  margin: 0 auto;
  display: block;
}

.contract-wrapper .Ctransaction-step .Ctransaction-step-box .Ctransaction-step-boxs .Ctransaction-step-cont {
  font-size: 22px;
  font-weight: 500;
  margin-top: 32px;
}

.contract-wrapper .Ctransaction-step .Ctransaction-step-box div:nth-child(1) span {
  width: 101px;
  height: 88px;
  background: url("/images/future_center/ico10.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-step .Ctransaction-step-box div:nth-child(2) span {
  width: 90px;
  height: 84px;
  background: url("/images/future_center/ico11.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-step .Ctransaction-step-box div:nth-child(3) span {
  width: 82px;
  height: 84px;
  background: url("/images/future_center/ico12.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-step .Ctransaction-step-box div:nth-child(4) span {
  width: 98px;
  height: 84px;
  background: url("/images/future_center/ico13.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use {
  margin-top: 85px;
  height: 710px;
  overflow: hidden;
  background: var(--color-card-1);
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 101px;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop h2 {
  font-size: 34px;
  font-weight: 600;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop .Ctransaction-usebtn {
  display: flex;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop .Ctransaction-useLeft {
  width: 48px;
  height: 48px;
  background: url("/images/future_center/imgLs.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop .Ctransaction-useLeft:hover {
  background: url("/images/future_center/imgL.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop .leftArrow-clicked {
  background: url("/images/future_center/imgL.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop .Ctransaction-useRight {
  width: 48px;
  height: 48px;
  background: url("/images/future_center/imgRs.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 27px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop .Ctransaction-useRight:hover {
  background: url("/images/future_center/imgR.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useTop .rightArrow-clicked {
  background: url("/images/future_center/imgR.png?v=0518") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-meo {
  max-width: 2200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 69px;
  position: relative;
}

.contract-wrapper .Ctransaction-use .Ctransaction-meo::after, .contract-wrapper .Ctransaction-use .Ctransaction-meo::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  background: linear-gradient(270deg, #f7f7f705 0%, #f7f7f7 85%);
  z-index: 2;
}

.contract-wrapper .Ctransaction-use .Ctransaction-meo::after {
  right: 0;
  background: linear-gradient(270deg, #f7f7f7 15%, #f7f7f705);
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot {
  height: 350px;
  padding: 0 30px 100px;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul {
  display: flex;
  transition: all .5s ease-in-out;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli {
  box-sizing: border-box;
  width: 432px;
  background: #FFFFFF;
  box-shadow: 0px 7px 15px 0px #F1F6FB;
  border-radius: 20px;
  border: 1px solid #F3F2F2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-comma {
  display: block;
  width: 37px;
  height: 32px;
  background: url("/images/future_center/comma.png") no-repeat;
  background-size: 100% 100%;
  margin: 45px 0 16px 40px;
  align-self: flex-start;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-many {
  font-size: 13px;
  color: var(--color-text-3);
  line-height: 25px;
  padding: 0 41.5px;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-name {
  width: 80px;
  text-align: center;
  font-size: 14px;
  
  font-weight: 500;
  color: #000000;
  text-align: center;
  position: absolute;
  top: 285px;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-icon {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 314px;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-octopus {
  background: url("/images/future_center/octopus.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-people {
  background: url("/images/future_center/people.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-Conan {
  background: url("/images/future_center/Conan.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-cat {
  background: url("/images/future_center/cat.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-Leonardo {
  background: url("/images/future_center/Leonardo.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-conans {
  background: url("/images/future_center/conans.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-monkey {
  background: url("/images/future_center/monkey.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-biao {
  background: url("/images/future_center/biao.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-Star {
  background: url("/images/future_center/Star.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-girl {
  background: url("/images/future_center/girl.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-Tom {
  background: url("/images/future_center/Tom.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .Ctransaction-useBot .Ctransaction-useBots-myul .Ctransaction-useBots-myli .Ctransaction-useBot-boy {
  background: url("/images/future_center/boy.png") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-use .cir {
  margin: -10px auto 0;
  display: flex;
  justify-content: flex-end;
}

.contract-wrapper .Ctransaction-use .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: var(--color-brand-1);
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
}

.contract-wrapper .Ctransaction-use .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bec1d1;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
  opacity: 1;
}

.contract-wrapper .Ctransaction-footer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 73px;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footers {
  margin: 0 auto;
  margin-top: 121px;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footers #Ctransactionfootersbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footers #Ctransactionfootersbox div {
  width: 398px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 7px 15px 0px #f1f6fb;
  border-radius: 20px;
  border: 1px solid #f3f2f2;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footers #Ctransactionfootersdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footers #Ctransactionfootersdiv img {
  width: 397px;
  height: 290px;
  display: none;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footers .Ctransaction-footers-btn {
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 53px;
  cursor: pointer;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footers .Ctransaction-footers-btn #CtransactionfootersbtnLeft {
  width: 30px;
  height: 4px;
  background: var(--color-brand-1);
  border-radius: 1px;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footers .Ctransaction-footers-btn #CtransactionfootersbtnRight {
  width: 30px;
  height: 4px;
  background: #f1f3f9;
  border-radius: 1px;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres {
  margin: 0 auto;
  margin-top: 121px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft {
  position: relative;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft h2 {
  font-size: 34px;
  font-weight: 600;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft h6 {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-2);
  margin: 13px 0 39px 0;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div {
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div a:nth-child(1) {
  width: 54px;
  height: 54px;
  background: url("/images/future_center/ico14.png?v=0527") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div a:nth-child(1):hover {
  background: url("/images/future_center/ico14.2.png?v=0527") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div a:nth-child(2) {
  width: 54px;
  height: 54px;
  background: url("/images/future_center/ico15.png?v=0527") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div a:nth-child(2):hover {
  background: url("/images/future_center/ico15.2.png?v=0527") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div a:nth-child(3) {
  width: 54px;
  height: 54px;
  background: url("/images/future_center/ico16.png?v=0527") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div a:nth-child(3):hover {
  background: url("/images/future_center/ico16.2.png?v=0527") no-repeat;
  background-size: 100% 100%;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div p {
  width: 180px;
  height: 50px;
  position: absolute;
  top: 120px;
  left: 220px;
  display: none;
  text-decoration: underline;
  background: url("/images/future_center/ipt.png") no-repeat;
  background-size: 100% 100%;
  line-height: 50px;
  animation: slide 0.3s ease-out;
  transform-origin: 0 0;
  border-radius: 3px;
  text-align: center;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div p span {
  display: block;
  animation: slide 0.4s ease-out;
  transform-origin: 0 0;
}

@keyframes slide-lr {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div a:nth-child(3):hover + p {
  display: block;
  color: #ffffff;
  animation-name: slide-lr;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft div a:nth-child(3):hover + p span {
  animation-name: slide-lr;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  column-gap: 24px;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresRight a:nth-child(1) {
  width: fit-content;
  white-space: nowrap;
  padding: 0 32px;
  height: 53px;
  background: var(--color-brand-1);
  border-radius: 99px;
  line-height: 53px;
  font-size: 18px;
  
  font-weight: 500;
  color: #ffffff;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresRight a:nth-child(2) {
  width: fit-content;
  white-space: nowrap;
  padding: 0 32px;
  height: 53px;
  background: #f8f9ff;
  border-radius: 99px;
  line-height: 53px;
  font-size: 18px;
  
  font-weight: 500;
  color: var(--color-brand-1);
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresRight .Ctransaction-footeresRight-easy {
  width: 160px;
  height: 53px;
  background: var(--color-brand-1);
  border-radius: 99px;
  line-height: 53px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresRight .Ctransaction-hidden {
  display: none;
}

.contract-wrapper .Ctransaction-arrow {
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url("/images/future_center/arrow.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 9px;
}

.en-body .Ctransaction-nav .Ctransaction-navLeft .Ctransaction-nav-logo {
  width: 214px;
  height: 30px;
  background: url("/images/future_center/futureLogo.png") no-repeat;
  background-size: 100% 100%;
}

.en-body .Ctransaction-nav .Ctransaction-navLeft ul {
  width: 640px;
  margin-left: 47px;
}

.en-body .Ctransaction-nav .Ctransaction-navLeft ul li {
  
}

.en-body .Ctransaction-nav .Ctransaction-navLeft ul li div {
  width: 280px;
}


.en-body .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-text {
  font-weight: bold;
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-orange .Ctransaction-dollar-box .Ctransaction-dollar-boxs .Ctransaction-dollar-boxs-texts {
  width: 337px;
  
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-div h2 {
  font-weight: bold;
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-div h6 {
  
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas .Ctransaction-dollar-divasLeft p:nth-child(1) {
  width: 245px;
  font-weight: bold;
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas .Ctransaction-dollar-divasLeft p:nth-child(2) {
  
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas .Ctransaction-dollar-divasLeft p:nth-child(3) {
  width: 264px;
  
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs .Ctransaction-dollar-divbsLeft p:nth-child(1) {
  width: 225px;
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs .Ctransaction-dollar-divbsLeft p:nth-child(2) {
  
}

.en-body .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs .Ctransaction-dollar-divbsLeft p:nth-child(3) {
  
}

.en-body .Ctransaction-user .Ctransaction-users h1 {
  font-weight: bold;
}

.en-body .Ctransaction-user .Ctransaction-users h6 {
  
}

.en-body .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs {
  height: 330px;
}

.en-body .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-simulation {
  margin-top: 5px;
}

.en-body .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info {
  margin-top: 20px;
}

.en-body .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-text {
  width: 135px;
  font-weight: bold;
}

.en-body .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-mesg .Ctransaction-users-boxs-free {
  margin-top: 40px;
}

.en-body .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-texts {
  width: 388px;
  font-size: 14px;
  
  line-height: 23px;
}

.en-body .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-btc span {
  margin-left: 33px;
}

.en-body .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-info .Ctransaction-users-boxs-btc:hover span {
  margin-left: 38px;
}

.en-body .Ctransaction-fast {
  margin: 77px 0 106px 0;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText .Ctransaction-fast-RightF {
  font-weight: bold;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightText .Ctransaction-fast-RightC {
  width: 110px;
  
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-graphic {
  height: 120px;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-air {
  height: 120px;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-open {
  height: 101px;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-size {
  height: 101px;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-opens {
  height: 108px;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-sizes {
  height: 108px;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-TextL {
  width: 162px;
  font-size: 15px;
  
  color: #2a2f35;
  line-height: 20px;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-fast-Right-TextR {
  width: 175px;
  font-size: 15px;
  
  color: #2a2f35;
  line-height: 20px;
}

.en-body .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopR .Ctransaction-fast-Right .Ctransaction-fast-RightBook .Ctransaction-users-boxs-photo {
  width: 115px;
  display: block;
}

.en-body .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotLeft h1 {
  font-weight: bold;
}

.en-body .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotLeft h6 {
  margin: 46px 0 47px 0;
  width: 501px;
  height: 182px;
  font-size: 13px;
  
  line-height: 26px;
}

.en-body .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotLeft a {
  width: 171px;
  height: 53px;
  font-size: 14px;
  color: #717a8b;
  line-height: 53px;
}

.en-body .Ctransaction-fast .Ctransaction-fasBot .Ctransaction-fasBotRight {
  background: url("/images/future_center/futures_center_en.png") no-repeat;
  background-size: 100% 100%;
}

.en-body .Ctransaction-step .Ctransaction-step-box .Ctransaction-step-boxs {
  width: 246px;
}

.en-body .Ctransaction-step .Ctransaction-step-box .Ctransaction-step-boxs .Ctransaction-step-cont {
  font-size: 22px;
  
}

.en-body .Ctransaction-use {
  margin-top: 87px;
}

.en-body .Ctransaction-footer {
  margin-bottom: 80px;
}

.en-body .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft h1 {
  font-size: 32px;
  font-weight: bold;
}

.en-body .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft h6 {
  font-size: 16px;
  
  margin: 20px 0 37px 0;
}

.en-body .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresRight a:nth-child(1) {
  font-size: 18px;
  
}

.en-body .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresRight a:nth-child(2) {
  font-size: 18px;
  
}

@media screen and (max-width: 1300px) {
  .contract-wrapper .Ctransaction-main .Ctransaction-mains .Ctransaction-mainbox:last-child {
    display: none;
  }
  .contract-wrapper {
    min-width: 1080px;
  }
  .contract-wrapper .w-1080 {
    width: 1080px;
  }
  .contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divas {
    padding: 0 20px;
    width: 490px;
  }
  .contract-wrapper .Ctransaction-dollar .Ctransaction-dollar-div .Ctransaction-dollar-divs .Ctransaction-dollar-divbs {
    padding: 0 20px;
    width: 490px;
  }
  .contract-wrapper .Ctransaction-fast .Ctransaction-fastTop .Ctransaction-fastTopL .Ctransaction-fast-Left {
    width: 600px;
  }
  .contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs-texts {
    width: 335px;
  }
  .contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-boxs .Ctransaction-users-boxs-simulation {
    width: 335px;
  }
  .contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-msg .Ctransaction-users-boxs-gold {
    width: 335px;
  }
  .contract-wrapper .Ctransaction-user .Ctransaction-users .Ctransaction-users-box .Ctransaction-users-mesg .Ctransaction-users-boxs-gold {
    width: 335px;
  }
  .contract-wrapper .Ctransaction-Image .Ctransaction-swiper .Ctransaction-swiper-btn .Ctransaction-swiper-btnR {
    left: 1065px;
  }
  .contract-wrapper .Ctransaction-footer .Ctransaction-footeres .Ctransaction-footeresLeft h2 {
    width: 760px;
  }
  .contract-wrapper .Ctransaction-nav .Ctransaction-navRight .Ctransaction-navRight-login {
    margin-left: 18px;
  }
}

@media screen and (min-width: 1650px) {
  .contract-wrapper .Ctransaction-main .Ctransaction-mains {
    margin: 0 auto;
    width: 1500px;
  }
}

@media screen and (max-width: 1500px) {
  .contract-wrapper .Ctransaction-use .Ctransaction-meo::after, .contract-wrapper .Ctransaction-use .Ctransaction-meo::before {
    content: none;
  }
}


.login-info{
  color: white;
  display: flex;
  flex-direction: row;
}
.tier-info{
  /* left: 0px; */
  left: unset;
}
@media screen and (max-width: 1440px){
  #topLoginBar:hover #tierMenu.tier-info-chaned{margin-left: 0px;}
}
#headLayout{
  height:auto ;
  padding: 0px 0px;
  background: transparent!important;
}
.cp{
  cursor: pointer;
}
/* .Ctransaction-nav-logo ul li:first-child:hover #icon-menu{-webkit-transition:all .5s;transition:all .5s;transform:rotate(180deg);} */
#icon-menu-id{font-size: 30px}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li:hover label{
  -webkit-transition:all .5s;transition:all .5s;transform:rotate(180deg);
}
#hello-btn-row{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#hello-btn{
  padding: 11px 0px;
  border-radius: 4px;
  color:var(--color-bg-3);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}


.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li div a .menu-icon{
  width: 26px;
  font-size: 26px;
  margin-right: 10px;
  color: var(--color-brand-1);
  height: auto;
}
#opPanel svg.icon{}
.custom-down-show-icon.menu-up-down {
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.contract-wrapper .Ctransaction-nav .Ctransaction-navLeft ul li .new-icon {
  background: linear-gradient(270deg, #FF4A3C 0%, #FF8031 100%);
    position: absolute;
    width: 35px;
    height: 18px;
    line-height: 18px;
    color: white;
    font-size: 12px;
    right: -24px;
    top: 13px;
    transform: scale(0.8);
    padding: 1px 1px 0 0;
    border-radius: 9px 9px 9px 0px;
    text-align: center;
    display: block;
}
