.jumbotron {
  margin-bottom: 0 !important;
}
.jumbotron .title div {
  width: 1200px !important;
}
.jumbotron .title {
  color: #252525 !important;
}
.jumbotron .down-btn-box {
  position: absolute;
  top: 241px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.jumbotron .down-btn-box .down-btn {
  display: inline-block;
  margin-top: 60px;
  width: 140px;
  height: 40px;
  border: 1px solid #3f3f9f;
  border-radius: 37.5px;
  font-family: FounderYouhei-Regular;
  font-size: 20px;
  color: #3f3f9f;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
}
.jumbotron .down-btn-box .down-btn:hover {
  background: #3f3f9f;
  color: #ffffff;
}
.strategyTrade-title {
  width: 1200px;
  margin: 60px auto;
  font-family: FounderYouhei-Regular;
  font-size: 20px;
  color: #252525;
  text-align: center;
  line-height: 32px;
}
.strategyTrade-title > span {
  color: #a78351;
}
/* apama/GMatrix/GATS/TradeStation yangsi */
.apama-box {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 60px;
  font-size: 0;
}
.apama-box > li {
  float: left;
  width: 386px;
  height: 500px;
  /* margin: 20px 20px 0 0; */
  background-image: url(../images/img_strategy_Apama_noraml_500@2x.17791529.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.5s ease;
  position: relative;
}
/* .apama-box>li:nth-child(2n) {
    margin-right: 0;
} */
.apama-box > li:nth-child(2) {
  margin-left: 20px;
}
.apama-box > li:nth-child(3) {
  margin-left: 20px;
}
.apama-box > li:nth-child(2) {
  background-image: url(../images/img_strategy_GMatrix_noraml_500@2x.1200d933.png);
}
.apama-box > li:nth-child(3) {
  background-image: url(../images/img_strategy_TFast_noraml_500@2x.c9e529f3.png);
}
.apama-box > li:nth-child(4) {
  background-image: url(../images/img_strategy_TradeStation_noraml_400@2x.453afa71.png);
}
.apama-box > li:hover {
  background-size: 120% 120%;
}
.apama-box > li:nth-child(1):hover {
  background-image: url(../images/img_strategy_Apama_hignlight_500@2x.903bc72f.png);
}
.apama-box > li:nth-child(2):hover {
  background-image: url(../images/img_strategy_GMatrix_hignlight_500@2x.1e44405e.png);
}
.apama-box > li:nth-child(3):hover {
  background-image: url(../images/img_strategy_TFast_hignlight_500@2x.cb6ed52e.png);
}
.apama-box > li:nth-child(4):hover {
  background-image: url(../images/img_strategy_TradeStation_highlight_400@2x.90ff246a.png);
}

.apama-box > li .mask-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 193px;
  background: rgba(0, 28, 86, 0.4);
  transition: all 0.5s ease;
}
.apama-box > li .mask-box .strategy {
  position: relative;
  font-size: 20px;
}
.apama-box > li .mask-box .strategy .apama-name {
  padding: 28px 0px 8px 30px;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #ffffff;
}
.apama-box > li .mask-box .strategy .btn-box {
  position: absolute;
  right: 40px;
  top: 125px;
  width: 163px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 37.5px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.apama-box > li .mask-box .btn-box .img-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(37deg) skewX(-19deg);
  margin-bottom: 1px;
}
.apama-box > li .mask-box .strategy .apama-text {
  padding: 0 30px;
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}
.apama-box > li .mask-box .strategy-hide {
  display: none;
}
.apama-box > li .mask-box .strategy-hide .name {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  margin-top: 30px;
}
.apama-box > li .mask-box .strategy-hide .hide-text {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  height: 224px;
  margin: 20px 60px 0;
}
.apama-box > li .mask-box .strategy-hide .btn-box {
  width: 163px;
  height: 40px;
  margin: 38px auto 0;
  border: 1px solid #ffffff;
  border-radius: 37.5px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.apama-box > li .mask-box.active {
  height: 100%;
}
.apama-box > li .mask-box.active .strategy {
  height: 0px;
  opacity: 0;
}
.apama-box > li .mask-box.active .strategy-hide {
  display: block;
}
.apama-box > li .mask-box.active .strategy-hide .btn-box:hover {
  background: #fff;
  color: #252525;
}
.apama-box > li .mask-box.active .strategy-hide .btn-box:hover .img-icon {
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
}

.discovery-box {
  width: 100%;
  height: 453px;
  background-image: url("../images/img_strategy_Trade Discovery Club_453.e12e47dc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.discovery-box .trade-title {
  width: 1200px;
  margin: 90px auto 0;
  font-family: FounderYouhei-Medium;
  font-size: 32px;
  color: #252525;
  line-height: 46px;
}
.discovery-box .trade-text {
  width: 1200px;
  margin: 48px auto 40px;
  font-family: FounderYouhei-Regular;
  font-size: 20px;
  color: #252525;
  line-height: 32px;
}
.discovery-box .trade-btn {
  text-align: center;
  font-family: FounderYouhei-Regular;
  letter-spacing: 0;
}
.discovery-box .trade-btn .btn-box {
  display: inline-block;
  width: 163px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #3f3f9f;
  border-radius: 37.5px;
  font-size: 20px;
  line-height: 40px;
  color: #3f3f9f;
  overflow: hidden;
}
.discovery-box .trade-btn .btn-box a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #3f3f9f;
}
.discovery-box .btn-box .img-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAsVJREFUSA2lVc1rE0EU39kmBdv4SfofqLUUPIsIuwsJiB8xxaKIxaT4L3gRi6ZYUGj/h6SJPdgqtkoOQko3B0HwqBYl6sWzVNumlyQ7/l6Sme7HtNnqHPbN/Oa993tv3sxbTVMN05y/6cVNs/DMgwCYIkCnD+f8MUk5DKPgyIVqAvMXHtww8twD0MI08+kASAAIGVxsKTcJVLoT2oHNVGrlMMDvQqEtAby2rMKoG2RikUgURxqN1jpjrGzb2SsC90tp4N7A6awjh5FYrP9EuXx7w72nNBAKplk6yXmzBtYKWJOEtwsgFIKy9YGwoaGBi2IvIiZCIsmU4/AVxvSntp05LvCAxIl/o8rmcrwHa9cUBj8DXhSA9Ma5tkPVSSQWjyr0JCQNqtXsMGPadKNR/408rksN3yRwrJZVGnac5hcYv7XtSXk6Pjvvkq4dwmshr23vjqYFGNwKMPgE49FIRI+vrmZ+0Z7Mwa24Ox84R/Nmk78R2J4GSPwy5/UtXIs5HMh5YaAMCaG8QijpaDR6tlKZ+CiUlRLV/kP12KvikoEKRjWAl1q1Onla6Q2gzIGUEe/MfsrkRDIIjwjpKx4PGBjXdTZjGHdyuRzbv90IY4UMEJBON50Sple7NjWQja2tZT9316GFksBt3Xl/Gsj4EcJB9MQwMlNhs+pJIMiozW1ubhSp/F3sB65Butc1CE0giEhaVvES584CyI7RWtf12Xj80P2lpRstWrvHPxEIB6a5GNO0nTyIxgnDrXqH5nhB7JOU184Nhpknkwun4Py9y3mlr49d89seKAM4Y5Y1/wBymoJDxHXEfRfN97nfsViHIqCmxnlrGY7PkCE1t8HB/lv+n4xw6paB34LY7ERbeISgH6JjIli2jSs6jrfwUuiEkYEMOv9QZ7nzmtuFK2M+gXZMfeTAI5ABftD34DaKYxiDUxD93/gLRvsPSyDoqnIAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  cursor: pointer;
}
.discovery-box .trade-btn .btn-box:hover a {
  background: #3f3f9f;
  color: #ffffff !important;
}
.discovery-box .trade-btn .btn-box:hover .img-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAb5JREFUSA21lsFKw0AURRvdKlX8BUVE/BEFEVz4M12IgoJ+gzt3CoJ0UehW/AJRFCuCK1dFWtzZ8dwwL3SSdJpGfHCZee/deydTMxMbjbJwzh2EdSqXQYVCKyuQuCzRhHwUFPIJhOugVrBQl+JewLKERgIGlhfGUjtjFZoUFkHPCOlI4RZsBkVLaGwARdtqlUdEj6nUueXKIhERrXpht5IQct8L5icKIOx60ulEkhqQXsEIzEWJ1oT4YfPYOO72jUjRjAmCHuTDVOLcftCIJQjWvagT4wU9BHrtfsAwaJCM7yHrJUnigH77d7/aStaMTSAveMF9jJf2IO548nkV8o0nb1Uhf3ly6f6yIqSmiDh+smHF1AtA/OOpj5AnIHqWktCLeASyp8hza+eYajs6/xYvTMrvgtqreCHGOn/2Q2vBE/Avu9I1Z39+LdQD01+DOjvEeBv0gcUZk8nXUJ1FpMFUR+XKVmG8q+tV0GG2Bh7GzLvMqx3igpsvYKBrpAV0lSiGIPfJnaSO1DHRpfYELDpMZvvI5P0x0NPqitWBUwxA9as2b2g5JvqG2mlm6tpgyfp/HjG7AG+g/N+IGVf4BTLS3u9/qULyAAAAAElFTkSuQmCC);
}
/* 定制服务 */
.custom-box-bg {
  background: #f8f8f8;
  padding-bottom: 60px;
}
.custom-box {
  width: 1200px;
  margin: 0 auto 0;
  padding-top: 60px;
  overflow: hidden;
  font-size: 0;
}
.custom-box .img-bg-box {
  width: 520px;
  height: 250px;
}
.custom-box .img-bg-box img {
  width: 100%;
  height: 100%;
}
.custom-box .custom-text {
  width: 652px;
}
.custom-box .custom-text .title {
  font-family: FounderYouhei-Medium;
  font-size: 24px;
  color: #252525;
  line-height: 36px;
  margin-bottom: 49px;
}
.custom-box .custom-text .text {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 32px;
}
/* 全品种普通交易 */
#advantage {
  padding: 60px 0 0px 0;
  margin-bottom: 60px;
}
.advantage-content {
  width: 1200px;
  margin: 0 auto;
}
.advantage-item {
  position: relative;
  width: 390px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
.advantage-item:hover {
  background-size: 110% 110%;
  transition: all 0.5s ease;
}
.item-1 {
  background-image: url(../images/img_GATS_transaction_300_1@2x.d3df36bf.png);
}
.item-2 {
  background-image: url(../images/img_GATS_transaction_300_2@2x.0f73e695.png);
}
.item-3 {
  background-image: url(../images/img_GATS_transaction_300_3@2x.65ec9b8d.png);
}
.margin-r-15 {
  margin-right: 15px;
}
.advantage-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.advantage-text-nohover {
  transition: all 0.5s ease;
  height: 70px;
  line-height: 70px;
  background: rgba(11, 32, 72, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

.strategyTrade-title-box {
	margin: 60px 0;
}

.strategyTrade-title-box .title {
  font-family: PingFangSC-Regular;
  text-align: center;
  font-weight: 400;
}
.strategyTrade-title-box .title:first-child {
	margin-bottom: 48px;
}

.strategyTrade-title-box .title > span {
	display: inline-block;
  font-size: 32px;
  color: #a28458;
  line-height: 32px;
	margin-bottom: 48px;
}

.strategyTrade-title-box .title p {
  font-size: 20px;
  color: #252525;
  line-height: 32px;
}

.strategyTrade-title-box .title p span {
  color: #A78351;
}

.flow-chart-box {
	width: 100%;
	height: 630px;
	background: url(../images/bg_strategy_trading_630.5e219bc2.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.flow-chart-box .flow-chart-bg {
	width: 1200px;
	height: 510px;
	background: url(../images/img_strategy_trading_510@2x.a05ff26c.png) no-repeat;
	background-size: cover;
}
 /* TFast */
 .jumbotron .title {
   font-family: FounderYouhei-Medium, PingFangSC-Medium !important;
 }

 .min-title {
   font-family: 'FounderYouhei-Regular' !important;
   font-size: 32px !important;
   text-align: center !important;
 }

 div,
 p {
   font-family: PingFangSC-Regular, FounderYouhei-Regular;
 }

 .TFast-content .company-info-text {
   padding-top: 60px;
   padding-bottom: 60px;
 }

 .TFast-content .company-info-text p {
   font-size: 20px;
   color: #252525;
   text-align: center;
   line-height: 32px;
 }

 .TFast-content .company-info-text .title {
   font-size: 32px;
   height: 37px;
   line-height: 37px;
   color: #252525;
   text-align: center;
   margin-bottom: 60px;

 }

 .TFast-content .width-1200 {
   width: 1200px;
   margin: 0 auto;
 }

 .TFast-content .service-item {
   width: 380px;
   height: 426px;
   background: #F8F8F8;
   margin-left: 30px;
   position: relative;
   overflow: hidden;
 }

 .TFast-content .service-item:first-child {
   margin-left: 0;
 }

 .TFast-content .service-item .cover-wrap {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: url(../images/img_jigou_lighhight@2x.122dbabb.png);
   transition: all .5s;
   transform: translateY(101%);
 }

 /* 动画 */
 /* .TFast-content .service-item:hover .cover-wrap {
   transform: translateY(0%);
 } */

 /* @media \0 screen {
   .service-item .cover-wrap {
     display: none;
   }

   .service-item:hover .cover-wrap {
     display: block;
   }

   .service-wrapper .service-item {
     margin-right: 15px;
   }
 } */

 .TFast-content .service-title {
   font-size: 24px;
   color: #252525;
   text-align: center;
   line-height: 27px;
   margin-bottom: 40px;
 }

 .TFast-content .service-desc {
   font-size: 16px;
   color: #231F20;
   text-align: center;
   line-height: 32px;
 }

 /* .TFast-content .service-item .cover-wrap {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: url('../../../../images/cgs-services/img_jigou_lighhight@2x.png');
   transition: all .5s;
   transform: translateY(101%);
 } */

 /* .TFast-content .service-item:hover .cover-wrap {
   transform: translateY(0%);
 }

 .TFast-content .cover-wrap .cover-title {
   margin: 173px auto 60px;
   font-family: FounderYouhei-Medium;
   font-size: 24px;
   color: #FFFFFF;
   text-align: center;
 } */

 /* .TFast-content .cover-wrap .look-detail {
   display: block;
   position: relative;
   width: 156px;
   height: 40px;
   padding-left: 30px;
   margin: 0 auto;
   border: 1px solid #FFFFFF;
   border-radius: 37.5px;
   border-radius: 37.5px;
   font-family: FounderYouhei-Regular;
   font-size: 20px;
   color: #FFFFFF;
   letter-spacing: 0;
   text-align: left;
   cursor: pointer;
   line-height: 38px;
   ;
 } */

 /* .TFast-content .cover-wrap .look-detail:hover {
   color: #fff !important;
 }

 .TFast-content .service-icon {
   display: block;
   width: 64px;
   height: 64px;
   margin: 72px auto 67px;
 } */

 .TFast-content .cover-wrap .arrow-right {
   position: absolute;
   top: 12px;
   right: 16px;
   width: 16px;
   height: 16px;
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAUJJREFUWAntlrFKA0EQQO9imxAlvxARCfkRhSCk8GdSBAUF/Qa7dCkCwUKwzSeIkqA2+YAg2urmTTFhkRuumlsIN/C4yWaZt3u3t7dZVkd9B0ruQAhhAmu4KOnq8zfiJUj8wRU0fExGVYSnoIMgDY/QNrr7NIsQ5qCxIun52IyqCHMYgzwKiW8YGt39mpEO4As0bkgqXxcnSF91BFyf4Mhv2gWVEbZgBhofJP2Crn5NCGVdjOAXJH7g0s9oVEZ6BhvQuCM5MLr7NCPswouOgOszdHxsRlWETZiCxsLoumv2eH3yXfUs86gflY9SpnwMaR4B4nOIF+E9v/0XIZJ0ryHydBsRctmK30Cjuq0Y4/+P0S1t/qsdSbrPMfJ0BxLkRUeyw2gL8E0ZwDtIyEnoGvyfdzwlhA/wCWmO5fFg6nwv78AWu3LTM5uoId4AAAAASUVORK5CYII=) center center no-repeat;
   background-size: 100% 100%;
 }

 .TFast-content .service-icon {
   display: block;
   width: 64px;
   height: 64px;
   margin: 72px auto 67px;
 }

 .TFast-content .internetwork {
   padding-top: 60px;
   background: url(../images/bg_TFast_transfer_546@2x.1e78f4af.png) center center no-repeat;
   width: 100%;
   height: 546px;
   background-size: 100% 100%;
   margin-top: 60px;
   margin-bottom: 60px;
 }
 .DB-T0 .oneText{
  display: inline-block;
  margin-left: 30px;
 }
 .DB-T0 .twoText{
  display: inline-block;
  margin-left: 54px;
 }
 .DB-T0 .threeText{
  display: inline-block;
  margin-left: 74px;
 }
 .DB-T0 .fourText{
  display: inline-block;
  margin-left: 94px;
 }
 .DB-T0 .fiveText{
  display: inline-block;
  margin-left: 112px;
 }
 .DB-T0 .sixText{
  display: inline-block;
  margin-left: 128px;
 }
 .internetwork-main {
   margin: auto;
   width: 1200px;
   height: 426px;
   background: url(../images/img_TFast_transfer_426@2x.2f24030e.png) center center no-repeat;
   background-size: 100% 100%;
   display: flex;
   justify-content: space-between;
 }

 .internetwork-main .left,
 .internetwork-main .right {
   width: 380px;
   text-align: center;
 }
 .internetwork-main .center{
  padding-top: 106px;
  font-size: 24px;
  line-height: 27px;
  color: #3F3F9F;
 }
 .internetwork-main .lrtitle {
   margin-top: 48px;
   font-size: 28px;
   line-height: 32px;
   color: #000000;
 }

 .internetwork-main .cen-title {
   margin-top: 61px;
   font-size: 24px;
   line-height: 27px;
   color: #3F3F9F;
 }

 .internetwork-main .text-box {
   margin-top: 55px;
 }

 .internetwork-main .text-box p {
   font-size: 16px;
   line-height: 18px;
   color: #000000;
   margin-bottom: 24px;
 }

 .TFast-content .internetwork img {
   width: 100%;
 }

 .TFast-content .performance {
   width: 1200px;
   margin: auto;
 }

 .TFast-content .performance .title {
   font-size: 32px;
   color: #252525;
   text-align: center;
   margin-bottom: 60px;
 }

 .TFast-content .performance .img-text {
   display: flex;
   font-size: 16px;
   color: #252525;
   line-height: 32px;
   margin-bottom: 52px;
 }

 .TFast-content .performance .img-text .left {
   width: 890px;
   height: 450px;
 }

 .TFast-content .performance .img-text img {
   width: 890px;
   height: 450px;
 }

 .TFast-content .performance .img-text .right .top {
   margin-top: 58px;
   margin-bottom: 66px;

 }

 .TFast-content .suit-custom {
   width: 100%;
   height: 597px;
   background: url(../images/img_bg_business_advantages_1920.c2257fdd.png) center center no-repeat;
   background-size: 100% 100%;
   margin-bottom: 60px;
 }

 .TFast-content .suit-custom .left-text,
 .TFast-content .suit-custom .right-text {
   width: 398px;
   margin-top: 8px;
 }

 .TFast-content .suit-custom .right-text .mr-top191 {
   margin-top: 191px;
 }

 .TFast-content .suit-custom .title {
   padding-top: 60px;
   font-size: 32px;
   color: #252525;
   text-align: center;
   margin-bottom: 61px;
 }

 .TFast-content .suit-custom .policy {
   display: flex;
   justify-content: center;
   width: 1200px;
   margin: auto;
 }

 .TFast-content .suit-custom .policy .left-text p {
   text-align: right;
 }

 .TFast-content .suit-custom .policy .right-text p {
   text-align: left;
 }

 .TFast-content .suit-custom .ce-title {
   font-size: 20px;
   color: #252525;
   text-align: right;
   line-height: 32px;
   margin-bottom: 22px;
 }

 .TFast-content .suit-custom .min-text {
   font-size: 16px;
   color: #252525;
   letter-spacing: 0;
   line-height: 32px;
 }

 .TFast-content .suit-custom .top {
   margin-bottom: 160px;
 }

 .TFast-content .suit-custom .policy .center-img {
   margin: 0px 10px;
   box-sizing: border-box;
   width: 384px;
   height: 380px;
 }

 .TFast-content .suit-custom .policy .center-img img {
   width: 384px;
   height: 380px;
 }

 /* 平台优势 */
 #advantage {
   padding: 60px 0 0px 0;
 }

 .investbank-title {
   font-size: 32px;
   color: #252525;
   letter-spacing: 0;
   text-align: center;
   margin-bottom: 60px;
 }

 .advantage-content {
   width: 1200px;
   margin: 0 auto;
 }

 .section-content {
   padding-bottom: 40px;
 }

 .advantage-item {
   position: relative;
   width: 285px;
   height: 280px;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% 100%;
   margin-bottom: 20px;
   transition: all 0.5s ease;
 }

 .advantage-item:hover {
   background-size: 110% 110%;
   transition: all 0.5s ease;
 }

 .advantage-item:hover {
   background-size: 110% 110%;
   transition: all 0.5s ease;
 }

 .item-1 {
   background-image: url(../images/img_TFast_advantage_1@2x.2c2b6710.png);
   background-size: 100% 100%;
 }

 .item-2 {
   background-image: url(../images/img_TFast_advantage_2@2x.0ce8cf6f.png);
   background-size: 100% 100%;
 }

 .item-3 {
   background-image: url(../images/img_TFast_advantage_3@2x.5284c3f4.png);
   background-size: 100% 100%;
 }

 .item-4 {
   background-image: url(../images/img_TFast_advantage_4@2x.d069fa48.png);
   background-size: 100% 100%;
 }

 .item-5 {
   background-image: url(../images/img_TFast_advantage_5@2x.b60c216d.png);
   background-size: 100% 100%;
 }

 .item-6 {
   background-image: url(../images/img_TFast_advantage_6@2x.b2cb02b9.png);
   background-size: 100% 100%;
 }

 .item-7 {
   background-image: url(../images/img_TFast_advantage_7@2x.c6f2dee5.png);
   background-size: 100% 100%;
 }

 .item-8 {
   background-image: url(../images/img_TFast_advantage_8@2x.40129ee8.png);
   background-size: 100% 100%;
 }

 .margin-r-20 {
   margin-right: 20px;
 }

 .float-left {
   float: left;
 }

 .advantage-text {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   text-align: center;
   font-size: 24px;
   color: #eeeeee;
 }

 .advantage-text-detail {
   width: 245px;
   margin: 16px auto 0px;
   font-size: 16px;
   color: #eeeeee;
   letter-spacing: 0;
   text-align: justify;
   line-height: 32px;
   display: none;
 }

 .advantage-text-nohover {
   transition: all 0.5s ease;
   height: 75px;
   line-height: 75px;
   background: rgba(63, 63, 159, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
 }

 .advantage-text-hover {
   transition: all 0.5s ease;
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 280px;
   background: rgba(63, 63, 159, 0.7);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
 }

 .advantage-text-hover .tilte {
   margin-top: 39px;
   font-size: 24px;
   line-height: 27px;
   color: #FFFFFF;
   text-align: center;
 }


 .DB-T0 {
   padding-top: 60px;
   width: 100%;
   height: 1096px;
   background-image: url(../images/bg_TFast_strategy_1096.2bec2f26.png);
   background-size: 100% 100%;
 }

 .DB-T0-title{
  font-family: 'FounderYouhei-Regular' !important;
  text-align: center;
  font-size: 32px;
  height: 36px;
  line-height: 36px;
  color: #252525;
  margin-bottom:60px;
 }
 .flex-box{
  display: flex;
 }
 .DB-T0 .left .top,
 .DB-T0 .left .bottom {
   width: 300px;
   height: 160px;
   line-height: 160px;
   font-size: 24px;
   color: #252525;
   text-align: center;
   opacity: 0.4;
   background: #FFFFFF;
 }

 .DB-T0 .left .active {
   opacity: 0.8;
   background: #FFFFFF;
 }

 .DB-T0 .left .top {
   margin-bottom: 4px;
 }

 .DB-T0 .right {

   padding: 2px 2px 0px 2px;
   font-size: 16px;
   color: #252525;
   line-height: 32px;
   margin-left: 4px;
   width: 898px;
   height: 880px;
   background: rgba(255, 255, 255, 0.60);
 }

 .ToolTips {
   padding: 60px 0px;
   width: 1200px;
   margin: auto;
 }

 .ToolTips .title {
   font-size: 20px;
   color: #252525;
   letter-spacing: 0;
   margin-bottom: 18px;
 }

 .ToolTips .text {
   font-size: 16px;
   color: #999999;
   letter-spacing: 0;
   line-height: 24px;
 }

 .croll {
   height: 876px;
   padding-left: 40px;
   padding-right: 53px;
   padding-top: 38px;
   padding-bottom: 38px;
   overflow: auto;
 }

 .croll::-webkit-scrollbar-thumb {
   /*滚动条里面小方块*/
   background: #7F7F7F;
   border-radius: 2px;
 }

 .time-text-box ::-webkit-scrollbar-track-piece {
   background-color: #EBEBEB;
 }
@font-face {
  font-family: "FounderYouhei-Medium";
  font-weight: normal;
  font-style: normal;
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.eot'); /*IE9*/
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.eot?#iefix') format('embedded-opentype'),
    /*IE6-IE8*/ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.woff2') format('woff2'),
    url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.woff') format('woff'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.svg?FounderYouhei-Medium') format('svg'); /*IOS 4.2-**/
}
@font-face {
  font-family: "FounderYouhei-Regular";
  font-weight: normal;
  font-style: normal;
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.eot'); /*IE9*/
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.eot?#iefix') format('embedded-opentype'),
    /*IE6-IE8*/ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.woff2') format('woff2'),
    url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.woff') format('woff'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.svg?FounderYouhei-Regular') format('svg'); /*IOS 4.2-**/
}
@font-face {
  font-family: 'FounderYouhei-Light';
  font-weight: normal;
  font-style: normal;
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.eot'); /*IE9*/
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.eot?#iefix') format('embedded-opentype'),
    /*IE6-IE8*/ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.woff2') format('woff2'),
    url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.woff') format('woff'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.svg?#FounderYouhei-Light') format('svg'); /*IOS 4.2-**/
}

.header {
  width: 100%;
  height: 100px;
  padding: 26px 50px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  z-index: 9999;
}
.header-content {
  width: 1400px;
  margin: 0 auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.logo {
  width: 310px;
  height: 50px;
  margin-right: 33px;
}
.logo_img {
  width: 310px;
  height: 50px;
}
.nav {
  height: 50px;
  line-height: 50px;
}
.nav li {
  position: relative;
  width: 86px;
  text-align: center;
}
.nav-down {
  position: absolute;
  top: 99px;
  left: 0;
  z-index: 1000000;
  display: none;
}
.nav-down > .b-menu-div > p {
  height: 18px;
}
.nav-down > .nav-down-div {
  padding-top: 6px;
}
.nav a {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #252525;
}
.nav .online {
  margin: 0;
}
.nav .a-active {
  color: #3f3f9f;
}
#header_public .nav a.no-change-clo:hover {
  color: #252525 !important;
}
.nav a span {
  color: #252525;
}
/* 其他页头部简繁样式 */
.language a {
  font-family: PingFangSC-Regular, FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  height: 50px;
  line-height: 50px;
}
.language span {
  margin-right: 10px;
  font-size: 16px;
}
.language a span:hover {
  color: #252525;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language a:hover{
  color: #252525 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language span.language-en {
  cursor: pointer;
}
.language a span.language-active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
.language a span.language-active:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language span.dividLine {
  color: #252525;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
/* #index .header-p:hover .header .language-active {
  color: #252525;
} */
.b-menu {
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 9900;
}

.b-menu-div p {
  margin: 24px 0;
  height: 18px;
  line-height: 18px;
}
.b-menu-div p > a {
  font-family: "FounderYouhei-Regular";
  font-size: 16px;
  color: #666666;
}
.investor-two-title > a,
.online-two-title > a,
.join-us-two-title > a {
  width: 86px;
  display: block;
  text-align: center;
  height: 18px;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "FounderYouhei-Regular";
  font-size: 16px;
  color: #666666;
}

.totop {
  position: fixed;
  right: 125px;
  bottom: 125px;
  width: 60px;
  height: 260px;
  padding: 2px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  z-index: 999;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9a9a9a;
  display: none;
  /* overflow: hidden; */
}
.totop-div {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 8px;
  padding-top: 10px;
  cursor: pointer;
}
.text {
  color: #666666;
}
.totop-div-up {
  border-bottom: 1px solid #fff;
}
.icon-totop-service {
  position: relative;
  right: 0px;
  width: 32px;
  height: 32px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_service_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.icon-totop-app {
  position: relative;
  right: 0px;
  width: 32px;
  height: 32px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_CGS_app_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.icon-totop-up {
  position: relative;
  right: 0px;
  width: 32px;
  height: 16px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_back_to_top_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.totop-div-phone:hover .phone-icon {
  display: inline;
}
.phone-icon {
  display: none;
  position: absolute;
  width: 130px;
  height: 92px;
  top: -15px;
  right: 57px;
}
.totop-div .text {
  line-height: 18px;
}
.icon_CGS_app_QR_code {
  position: absolute;
  top: 158px;
  right: 57px;
  width: 130px;
  display: none;
}
.menu-4 > div,
.menu-5 > div,
.menu-6 > div {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.nav a:hover,
.b-menu a:hover {
  text-decoration: none !important;
}
.mar-r-44 {
  margin-right: 41px;
}
.mar-r-52 {
  margin-right: 49px;
}
.margin-r-22 {
  margin-right: 25px;
}
.margin-top-20 {
  margin-top: 20px;
}
.menu-1 > div,
.menu-2 > div {
  display: flex;
  justify-content: center;
}
.menu-1 > div {
  width: 880px;
  white-space: nowrap;
  margin: 0 auto;
}
.menu-2 > div {
  width: 700px;
  white-space: nowrap;
  margin: 0 auto;
}
.b-menu .item {
  text-align: center;
  float: left;
  margin-right: 120px;
}
.menu-1-div {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  font-family: FounderYouhei-Regular;
  height: 67px;
  line-height: 67px;
  border-bottom: 1px solid #e6e6e6;
}
.menu-1-div > a.menu-1-a {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  font-family: FounderYouhei-Regular;
}
.header-p .item > a {
  display: block;
  height: 18px;
  margin-bottom: 24px;
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
}
.b-menu .no-margin {
  margin-right: 0;
}

.footer {
  position: relative;
  background: #252525;
  width: 100%;
  height: 320px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
}
.footer-content-link span {
  cursor: pointer;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.flist-title-text {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 27px;
}
.f-icon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
}
.f-phone-icon {
  width: 50px;
  height: 20px;
  position: absolute;
}
.ml-60 {
  margin-left: 60px;
}
.footer a {
  text-decoration: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #999999;
}
.footer-content {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0px;
}
.footer-content-link {
  width: 350px;
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.footer-content-link-detail{
  height: 20px;
  line-height: 20px;
  margin-bottom: 18px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-r-46 {
  margin-right: 46px;
}
.m-r-130 {
  margin-right: 140px;
}
.m-r-72 {
  margin-right: 72px;
}
.m-r-80 {
  margin-right: 80px;
}
.f-select {
  position: relative;
  background-color: #252525;
  width: 100px;
  height: 24px;
  line-height: 22px;
  padding: 0 13px;
  color: #fff;
  border: 1px solid #666666;
  cursor: pointer;
  margin-bottom: 23px;
}
.icon_footer_down_12 {
  position: absolute;
  right: 13px;
  top: 5px;
  width: 12px;
}
.link-list {
  position: absolute;
  left: 0px;
  top: 24px;
  width: 756px;
  height: 198px;
  z-index: 10;
  background: #252525;
  border: 1px solid #666666;
  padding: 0px 0px;
  display: none;
}
.link-item-1 {
  position: relative;
  width: 178px;
  height: 196px;
  line-height: 196px;
  text-align: center;
}
.link-item-1::after,
.link-item-2::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  width: 1px;
  height: 158px;
  background-color: #414141;
}
.link-item-2 {
  position: relative;
  width:203px;
  text-align: left;
  padding-left: 45.5px;
  padding-top: 20px;
}
.link-item-3 {
  padding-top: 20px;
}
.text-a-c {
  position: absolute;
  left: 0;
  top: -35px;
  width: 300px;
}
.link-item-2 a,
.link-item-3 a {
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}
.link-list .link-title {
  margin-bottom: 20px;
}
.link-list a {
  color: #fff;
}
.margin-48 {
  margin: 0 46px;
}
.item-3-middle{
  position: relative;
}
.footer-content-usable {
  width: 696px;
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.usable-msg{
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 26px;
}
.margin-b{
  margin-bottom: 18px;
}
.usable-left {
  width: 364px;
}
.usable-right {
  width: 265px;
}

.footer-content-tobe {
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.f-wx {
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-left: 26px;
  margin-bottom:21px;
}
.gzh {
  width: 96.3px;
}
.float-left {
  float: left;
}
.footer-msg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #303030;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #ffffff;
}
.footer-msg span {
  margin-right: 24px;
  color: #ffffff;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.IPV6 {
  display: inline-block;
  width: 31px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  text-align: center;
  line-height: 12px;
  margin-left: -18px;
  font-family: "FounderYouhei-Regular";
}
.IPV6 > span {
  transform: scale(0.83);
  margin: 0;
}
.footer a:hover{
  color: #999 !important;
}
/* 对话框 */
#center_dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  overflow: auto;
  display: none;
  z-index: 1010;
}
.dialog-overlay {
  width: 100%;
  padding: 60px 0;
}
.dialog-content {
  padding: 100px;
  position: relative;
  background-color: #ffffff;
  width: 1400px;
  margin: 0 auto;
}
.dialog-body p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 30px;
}
.dialog-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.dialog-close img {
  width: 28px;
  height: 28px;
}
.dialog-close-img-normal {
  display: block;
}
.dialog-close:hover .dialog-close-img-normal {
  display: none;
}
.dialog-close-img-highlighted {
  display: none;
}
.dialog-close:hover .dialog-close-img-highlighted {
  display: block;
}
.content-title {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #252525;
  text-align: center;
  line-height: 45px;
  padding-bottom: 60px;
}
.content-font {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 54px;
  text-align: right;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 54px;
}
.font-small {
  margin-left: 40px;
}
.font-default {
  margin-left: 40px;
}
.disclaimer-body {
  padding: 56px 0 60px;
}
.risk-body {
  padding: 41px 0 60px;
}
.announcement-body {
  padding: 56px 0 60px;
}
.dialog-body p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 30px;
  text-indent: 2em;
}
.dialog-body p:first-child {
  text-indent: 0;
}
.dialog-body .strategy-title {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #252525;
  text-align: justify;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.dialog-foot {
  text-align: center;
}
.foot-ok {
  display: inline-block;
  width: 140px;
  height: 40px;
  background: #3f3f9f;
  border-radius: 5px;
  font-family: PingFangSC-Light;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
#sub,
#sup {
  vertical-align: super;
}
.cur {
  cursor: pointer;
}
.modal{
  position: relative;
  top: 200px;
}
.modal-content {
  position: relative;
  width: 520px;
  height: 220px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.modal-content .content-title {
  border-bottom: 1px solid #e8eaec;
  padding-bottom: 0px;
}
.modal-content .dialog-close {
  position: absolute;
  top: 8px;
  right: 11px;
}
.modal-content .announcement-body {
  padding: 42px 0 30px;
}

/* 巨幕 */
.jumbotron{
   position: relative;
   width:100%;
   height:460px;
   overflow: hidden;
   z-index:2;
   background-position: center center;
   background-repeat:no-repeat;
   background-size:cover;
}
.img{
    position: absolute;
    width:1920px;
    height:100%;
    background-size:100% 100% ;
    background-position:center center;
    z-index: -1;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    /* animation: scaleUp 11s linear both; */
}
@keyframes scaleUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
       
    }
    25% {
        -webkit-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.jumbotron .title{
    /* position: absolute; */
    width:100%;
    /* margin:0 auto; */
    /* margin-left:174px; */
    /* padding: 177px 130px ; */
    /* left:50%; */
    padding-top:177px;
    padding:177px 136px 0;
    /* padding-left:50px; */
    /* top:38.48%; */
    /* transform: translate(-50%,0); */
    font-family: FounderYouhei-Medium !important;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 11.79px;
}
.jumbotron.black .title {
    color: #252525 !important;
}
.jumbotron .title div{
    width:1100px;
    margin:0 auto;
    font-family: FounderYouhei-Medium, PingFangSC-Medium;
    font-weight:700;
}
.sub-title{
    width:1238px;
    margin:0 auto;
    font-family: "FounderYouhei-Regular";
    font-size: 40px;
    color: #fff;
    letter-spacing: 10px;
    margin-top: 25px;
    height: 45px;
}

.jumbotron .title .small-title {
  font-family: FounderYouhei-Regular;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 10px;
  font-weight: 400;
  margin-top: 10px !important;
}


.location{
    margin:40px 0 0 0;
    text-align: justify;
    line-height: 32px;
    height: 32px;
    color: #666666;
 }
 .location .location-item{
    font-size: 16px;
    color: #666666;
    text-decoration: none;
 }
 .location .light{
    color:#3F3F9F
 }
 .location .location-item:hover{
    color:#3F3F9F !important;
    cursor: pointer;
 }
 .liyang-goback{
   width:280px;
   margin: 0px auto;
   height:280px;
   background: url(../images/img_no_data_available@2x.9a634c72.png) center center no-repeat;
   background-size:100% 100%;
   padding-top:250px;
}
.liyang-byebye{
   font-size: 16px;
   color: #666666;
   text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    div,p,span,li,h1,h2,h4,h5,a{      
        font-family:"黑体","宋体","微软雅黑" !important;
    }
    .jumbotron .title,.ie-title{
        font-family: "PingFangSC-Regular","FounderYouhei-Regular" !important;
    }
}
/* 隐藏小叉叉：IE10+ */
/** 文本输入框的 X  **/input::-ms-clear{display: none;}
/** 密码输入框的 X  **/input::-ms-reveal{display: none;}
