.XH_nav {
  flex: inherit !important;
  margin: 0 40px;
}
.XH_btn {
  flex: 0 0 240px;
  margin-left: 30px;
}
.XH_marketsInfo {
  font-size: 28px !important;
  line-height: 1.5 !important;
}
.TradBody {
  height: auto !important;
}
.XH_Txt {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #595F6F;
  margin: 15px auto;
}
.XH_Txt svg {
  width: 15px;
  margin: 0 10px;
}
.XH_MarketsBox {
  padding: 60px 0 200px;
  background-color: #f7f8fb;
}
.XH_MarketsBox .MarketsList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 35px;
  margin: 0 -20px;
}
.XH_MarketsBox .MarketsList .item {
  width: 33.3%;
}
.XH_MarketsBox .MarketsList .item .inner {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin: 20px;
  background: #ffffff;
  border-radius: 5px;
  padding: 34px 30px;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
  word-break:break-word;
}
.XH_MarketsBox .MarketsList .item .inner::after {
  content: 'News';
  position: absolute;
  right: 0;
  bottom: -50px;
  font-size: 122px;
  font-family: Roboto;
  font-weight: bold;
  color: #1a47b0;
  opacity: 0.07;
}
.XH_MarketsBox .MarketsList .item .inner p {
  font-size: 12px;
  margin-bottom: 15px;
  color: #595f6f;
  font-weight: 400;
  font-family: Roboto;
}
.XH_MarketsBox .MarketsList .item .inner p.blue {
  font-size: 18px;
  color: #1a47b0;
}
.XH_MarketsBox .MarketsList .item .inner p.info {
  font-size: 14px;
  color: #595f6f;
}
.XH_EconomicCalendar {
  background-color: #f7f8fb;
  padding: 60px 0 120px;
}
.XH_EconomicCalendar .headItem-1 {
  width: 13%;
  text-align: center;
}
.XH_EconomicCalendar .headItem-2 {
  width: 10%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.XH_EconomicCalendar .headItem-3 {
  width: 20%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.XH_EconomicCalendar .headItem-3 svg {
  font-size: 30px;
  margin-right: 10px;
}
.XH_EconomicCalendar .headItem-4 {
  width: 8%;
  text-align: center;
}
.XH_EconomicCalendar .headItem-5 {
  width: 15%;
  text-align: center;
}
.XH_EconomicCalendar .headItem-6 {
  width: 8%;
  text-align: center;
}
.XH_EconomicCalendar .headItem-7 {
  width: 15%;
  text-align: center;
}
.XH_EconomicCalendar .headItem-8 {
  width: 10%;
  text-align: center;
}
.XH_EconomicCalendar .head {
  background: linear-gradient(225deg, #123075 0%, #092056 100%);
  border-radius: 5px 5px 0px 0px;
  padding: 60px 30px 0;
}
.XH_EconomicCalendar .head .title {
  font-size: 48px;
  font-family: Roboto;
  font-weight: bold;
  line-height: 62px;
  color: #ffffff;
}
.XH_EconomicCalendar .head .thead {
  border-radius: 5px 5px 0px 0px;
  padding: 20px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.XH_EconomicCalendar .head .thead .item {
  color: #709be7;
  font-size: 16px;
  padding: 0 18px;
  text-align: center;
}
.XH_EconomicCalendar .tbody {
  border-radius: 0px 0px 5px 5px;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.XH_EconomicCalendar .tbody .tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 30px;
  background-color: #fff;
  border-bottom: 1px solid #dddfe7;
}
.XH_EconomicCalendar .tbody .tr:nth-child(odd) {
  background-color: #f7f8fb;
}
.XH_EconomicCalendar .tbody .tr:last-child {
  border-bottom: none;
}
.XH_MarketInsight {
  padding: 80px 0 200px;
  background-color: #f7f8fb;
}
.XH_MarketInsight .TittleTxt {
  font-size: 48px;
  font-weight: 300;
  line-height: 62px;
  color: #1a47b0;
  text-align: left;
}
.XH_MarketInsight .ContTxt {
  text-align: left;
  width: 100%;
}
.XH_MarketInsight .MarketInsight img {
  width: 100%;
  margin: 65px 0;
}
.XH_MarketDetail {
  padding: 160px 0 200px;
  background-color: #f7f8fb;
}
.XH_MarketDetail .DetailBox {
  padding: 0 50px 0px 50px;
  background-color: #fff;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.XH_MarketDetail .DetailBox .Detail {
  display: flex;
  transform: translateY(-100px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.XH_MarketDetail .DetailBox .Detail .avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.XH_MarketDetail .DetailBox .Detail .head {
  text-align: center;
  font-size: 48px;
  color: #595f6f;
  font-weight: 300;
}
.XH_MarketDetail .DetailBox .Detail .head.info {
  font-size: 24px;
  color: #1a47b0;
  font-weight: bold;
  margin-bottom: 50px;
}
.XH_MarketDetail .DetailBox .Detail .p {
  font-size: 22px;
  line-height: 1.5;
  color: #595f6f;
  margin-bottom: 50px;
}
.XH_MarketDetail .DetailBox .Detail .p.black {
  color: #000;
}
.XH_MarketDetail .DetailBox .Detail .p:last-child {
  margin-bottom: 0;
}
.XH_crumb {
  padding: 162px 0px 100px;
  background-color: #f7f8fb;
}
.XH_crumb .crumb {
  margin: 0;
  padding: 60px 0;
  display:flex;
  align-items:center;
}
.XH_crumb .crumb a {
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #1a47b0;
}
.XH_crumb .crumb a.last {
  color: #595f6f;
}
.XH_crumb .crumb svg {
  color: #595f6f;
  font-size: 12px;
  margin: 0 5px;
}
.XH_crumb .TittleTxt {
  font-weight: 300;
  text-align: left;
}
.XH_crumb .ContTxt {
  text-align: left;
  margin: initial;
}
.XH_crumb .ContTxt.date {
  color: #9aa5c0;
  margin-top: 20px;
}
.XH_crumb .swiper-container {
  height: 460px;
  padding: 70px 0;
  margin-top: -100px;
}
.XH_crumb .swiper-container .swiper-slide {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: translateY(20px);
  flex-direction: column;
}
.XH_crumb .swiper-container .swiper-slide.swiper-slide-active {
  display: block;
  transform: translateY(170px);
}
.XH_crumb .swiper-container .swiper-slide.swiper-slide-active img {
  width: 140px;
  height: 140px;
  flex: 0 0 140px;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
}
.XH_crumb .swiper-container .swiper-slide.swiper-slide-active .name {
  font-size: 36px;
  color: #123075;
  font-weight: 500;
  margin-top: 60px;
}
.XH_crumb .swiper-container .swiper-slide.swiper-slide-active .info {
  display: block;
}
.XH_crumb .swiper-container .swiper-slide.swiper-slide-active .info p {
  color: #595f6f;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin: 25px 0;
}
.XH_crumb .swiper-container .swiper-slide.swiper-slide-active .info svg {
  width: 30px;
  height: 30px;
  margin: 0 15px;
  flex: 0 0 30px;
  border-radius: 50%;
}
.XH_crumb .swiper-container .swiper-slide img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  overflow: hidden;
}
.XH_crumb .swiper-container .swiper-slide .name {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #595f6f;
  margin-top: 20px;
}
.XH_crumb .swiper-container .swiper-slide .info {
  display: none;
}
.XH_crumb .swiper-container .swiperBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.XH_crumb .swiper-container .swiperBtn::after {
  color: #1a47b0;
  font-size: 20px;
}
.XH_crumb .center {
  width: 800px;
  position: relative;
  color: #0f358e;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 100px auto 50px;
  z-index: 10;
}
.XH_crumb .center::after {
  /*position: absolute;
  content: '"';
  right: 0;
  z-index: -1;
  left: 0;
  top: -180px;
  margin: auto;
  font-size: 500px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 586px;
  color: #ffffff;*/
}
.XH_crumb .content {
  width: 1000px;
  margin: 0 auto;
}
    .XH_crumb .content {
        padding-top:20px;
    }
    .XH_crumb .content p {
        margin-bottom: 20px;
    }
.XH_Knowledge .Knowledge {
  padding: 70px 0 40px;
}
.XH_Knowledge .Knowledge .TittleTxt {
  font-weight: 300;
  padding: 0;
  text-align: left;
}
.XH_Knowledge .fold {
  padding-bottom: 100px;
}
.XH_Knowledge .fold .title {
  font-size: 36px;
  font-family: Roboto;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  padding: 0 60px;
  height: 90px;
  line-height: 90px;
  margin-top: 50px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(225deg, #123075 0%, #092056 100%);
}
.XH_Knowledge .fold .foldContent {
  display: none;
  background: #f7f8fb;
  border-radius: 0px 0px 5px 5px;
  padding: 50px 60px;
}
.XH_Knowledge .fold .foldContent p {
  color: #595f6f;
  font-size: 20px;
  line-height: 2;
}
.XH_Today {
  background: #f7f8fb;
  padding: 60px 0;
}
.XH_Today .Today .TittleTxt {
  font-weight: 300;
}
.XH_Today .Today .ContTxt {
  line-height: 1.5;
}
.XH_Today .Today .TodayNews {
  display: flex;
  margin: 50px -30px 0;
}
.XH_Today .Today .TodayNews .item {
  margin: 30px;
  width: 33.3%;
  background: #ffffff;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.XH_Today .Today .TodayNews .item .image {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  background:#fff;
}
.XH_Today .Today .TodayNews .item .image img {
  width: 100%;
  height: 100%;
}
.XH_Today .Today .TodayNews .item .info {
  padding: 15px 30px 30px;
}
.XH_Today .Today .TodayNews .item .info p {
  color: #595f6f;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: Roboto;
}
.XH_Today .Today .TodayNews .item .info p.time {
  font-size: 12px;
}
.XH_Today .Today .TodayNews .item .info p.blue {
  color: #1a47b0;
  font-size: 18px;
}
.XH_Swiper {
  background-color: #fff;
  padding: 70px 0;
}
.XH_Swiper .TittleTxt {
  font-weight: 300;
}
.XH_Swiper .ContTxt {
  line-height: 1.5;
}
.XH_Swiper .swiper-container {
  height: 650px;
  padding: 70px 0;
}
.XH_Swiper .swiper-container .swiper-slide {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.XH_Swiper .swiper-container .swiper-slide.swiper-slide-active {
  display: block;
  transform: translateY(75px);
}
.XH_Swiper .swiper-container .swiper-slide.swiper-slide-active img {
  width: 360px;
  height: 360px;
  flex: 0 0 360px;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  opacity: 1;
}
.XH_Swiper .swiper-container .swiper-slide.swiper-slide-active .info {
  padding: 50px 0;
  display: block;
}
.XH_Swiper .swiper-container .swiper-slide.swiper-slide-active .info p {
  color: #373c48;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.XH_Swiper .swiper-container .swiper-slide.swiper-slide-active .info p.name {
  font-size: 28px;
  font-weight: 300;
}
.XH_Swiper .swiper-container .swiper-slide img {
  width: 166px;
  height: 166px;
  flex: 0 0 166px;
  opacity: 0.4;
  border-radius: 5px;
  overflow: hidden;
}
.XH_Swiper .swiper-container .swiper-slide .info {
  display: none;
}
.XH_Swiper .swiper-container .swiperBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fa2750;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.XH_Swiper .swiper-container .swiperBtn::after {
  font-size: 30px;
}
.XH_KnowledgeInfo {
  padding: 50px 50px 0px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.XH_KnowledgeInfo .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 8px 10px 0 0;
  color: #1a47b0;
}
.XH_KnowledgeInfo p {
  font-size: 20px;
  color: #595f6f;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.8;
}
.XH_newsDetailPage {
  padding: 70px 0 40px;
}
.XH_newsDetailPage .pageContainer {
  width: 960px;
}
.XH_newsDetailPage .pageContainer .TittleTxt {
  font-weight: 300;
  padding: 0;
  text-align: left;
  line-height: 1.5;
}
.XH_newsDetailPage .pageContainer .ContTxt {
  text-align: left;
  width: 100%;
  line-height: 1.5;
  margin-top: 20px;
}
.XH_newsDetailPage .pageContainer .newsDetail {
  border: 1px solid #dddfe7;
  background-color: #fff;
  margin: 50px auto 100px;
  border-radius: 5px;
  padding: 40px 30px;
}
.XH_newsDetailPage .pageContainer .newsDetail p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}
.XH_newsDetailPage .pageContainer .newsDetail p svg {
  margin-right: 10px;
  color: #1a47b0;
}
.XH_newsDetailPage .pageContainer .newsDetail p a {
  color: #1a47b0;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}
.XH_forexKnowledge .forexKnowl {
  width: 880px;
  margin: 40px auto 150px;
}
.XH_forexKnowledge h2 {
  font-size: 48px;
  font-family: Roboto;
  font-weight: 300;
  color: #1A47B0;
  line-height: 1.5;
}
.XH_forexKnowledge h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 36px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 1.5;
  color: #1A47B0;
}
.XH_forexKnowledge h3 svg {
  width: 60px;
  height: 80px;
  flex: 0 0 60px;
  margin-right: 20px;
}
.XH_forexKnowledge h3 svg.marginRight {
  margin-right: -10px;
}
.XH_forexKnowledge p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #595F6F;
  line-height: 1.5;
  margin: 20px auto 40px;
}
.XH_forexKnowledge img {
  width: 100%;
  margin-bottom: 50px;
}
.XH_crumb .swiper-container {
    height: 700px;
    padding: 90px 0;
    margin-top: -100px;
}
.MenuHread {
    background-color: #0b245f;
}

.XH_crumb .swiper-container .swiper-slide.swiper-slide-active .img {
    width: 140px;
    margin: 0 auto;
    height: 140px;
    flex: 0 0 140px;
    box-shadow: 0px 40px 60px rgb(0 0 0 / 30%);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .XH_crumb .swiper-container .swiper-slide.swiper-slide-active .img img {
        width: 100%;
        object-fit:contain;
    }
.moblieShow {
    display:none;
}
.XH_Today .Today .TodayNews .item {
    border-radius: 5px;
    overflow: hidden;
}

.TradingBoxPage .TradingLi .TradingHread span {
    font-size: 24px;
}

.TradingBoxPage .TradingLi .TradingHread {
    height: 60px;
}

.XH_KnowledgeInfo {
    padding: 20px 50px 30px 30px;
    background: #F7F8FB;
}

.XH_Today .Today .TodayNews .item .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

    .XH_Today .Today .TodayNews .item .info p.blue {
        -webkit-line-clamp: 5;
    }
.XH_Today .Today .TodayNews.konowledgeSwiper.swiper-container {
    display:none;
}
.moblieMenu {
    display:none;
}