.colorf {
  color: #ffffff;
}

.swiper-container1 {
  width: 100%;
  height: 30px;
  color: #000;
  box-shadow: 0 2px 10px 0 rgb(184 184 184 / 52%);
}

.swiper-container1 .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  width: auto;
  padding: 0 10px;

  /* Center slide text vertically */
  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;
}

.glyphicon-chevron-left:before {
  content: ''
}

.glyphicon-chevron-right:before {
  content: ''
}

.carousel-control .glyphicon-chevron-left {
  display: inline-block;
  height: 180px;
  width: 90px;
  background: url('../../website/index/bottom_prev_hover.png') center no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}

.carousel-control .glyphicon-chevron-right {
  display: inline-block;
  height: 180px;
  width: 90px;
  background: url('../../website/index/bottom_next_hover.png') center no-repeat;
  background-size: cover;
  transform: translate(50%, -50%);
}

.ft52 {
  font-size: 36px;
  color: #ed6d47;
}

.ft56 {
  font-size: 36px;
  margin-top: 119px;
  margin-bottom: 68px;
}

.ft24 {
  font-size: 20px;
}

.mt48 {
  margin-top: 48px;
  margin-bottom: 143px;
}

.mt52 {
  margin-top: 26px;
}

/* .index_at_wetrade {
  padding-top: 30px !important;
  color: #ffffff !important;
  background: #353c4e !important;
} */

/* .index_at_wetrade_title {
  font-size: 36px;
  margin: 0 auto;
  text-align: center;
} */

/* .index_at_wetrade_content {
  border-top: 1px solid #f6f6f8 !important;
  margin-top: 30px !important;
  padding: 30px 0 !important;
} */

.swiper-container2 {
  height: 600px;
  width: 100%;
}

.swiper-container2-pstart {
  margin-top: 108px;
  color: #808080;
  font-size: 30px;
}

.swiper-container2-pcontent {
  margin-top: 59px;
  color: #808080;
  font-size: 30px;
}

.swiper-container2-active {
  color: #fff;
}


.anime-banner{
  background: #dedede;
}
.anime-banner .wrapper{
  transform-style: preserve-3d;
}
.anime-banner .container .row {
  padding: 3% 0;
  color: #121212;
}

.anime-banner .banner-msg p {
  color: #121212;
  margin: 0;
  line-height: 1.5;
  font-size: 35px;
  transform: translateZ(30px);
}

.anime-banner .banner-msg ul {
  margin-top: 24px;
  font-size: 24px;
  list-style: disc;
  line-height: 1.6;
  padding-left: 30px;
}

.anime-banner .banner-msg .btn-view {
  display: inline-block;
  padding: 10px 45px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #1a1a1a;
  transition: all .2s;
  font-size: 22px;
  margin-top: 20px;
  transform: translateZ(10px);
  display: none;
}
.anime-banner .banner-msg .btn-view:hover{
  background: none;
  color: #1a1a1a;
}

.anime-banner .banner-img {
  position: relative;
  padding-bottom: 60%;
}
.anime-banner .macbook{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateZ(30px);
}
.anime-banner .macbook-screen{
  position: absolute;
  top: 14%;
  left: 17%;
  width: 66%;
  overflow: hidden;
}
.anime-banner .macbook-screen img{
  width: 100%;
}

.section_webtv{
  padding-bottom: 40px;
}
.section_webtv .ft56{
  margin: 40px 0 30px;
}
.section_webtv .ft56 span{
  display: inline-block;
  line-height: 55px;
  padding: 0 53px;
  border-bottom: 1px solid #fff;
}
.section_webtv .row{
  position: relative;
}
.section_webtv .btn_more{
  text-align: center;
  margin-top: 50px;
}
.section_webtv .btn_more a{
  display: inline-block;
  background: #f0f0f0;
  font-size: 15px;
  border: 2px solid #f0f0f0;
  color: #000;
  padding: 0 24px;
  line-height: 38px;
  transition: all .2s;
  border-radius: 10px;
}
.section_webtv .btn_more a:hover{
  color: #fff;
  background: none;
}
.video-slides{
  margin: 0 12%;
}
.video-slides .img{
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 56%;
}
.video-slides .title{
  text-align: center;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}

.index_type_rectangle {
  list-style: none;
  font-size: 22px;
}

.index_type_rectangle li {
  width: 270px;
  height: 65px;
  line-height: 65px;
  border: 1px solid #888888;
  border-bottom: 0;
  color: #fff;
  font-size: 15px;
  margin: 0 auto;
}

.index_type_rectangle li:first-child {
  background: #888888;
  font-size: 20px;
}

.index_type_rectangle li:last-child {
  border-bottom: 1px solid #888888;
}

.index_type_rectangle_button {
  display: inline-block;
  text-decoration: none;
  height: 70px;
  line-height: 66px;
  width: 270px;
  border-radius: 50px;
  background: linear-gradient(to right, rgb(234, 81, 70), rgb(237, 109, 71));
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  transition: all .3s;
  padding: 2px;
}

.index_type_rectangle_button:hover {
  background: -webkit-linear-gradient(right, #353c4e 0%, #353c4e 100%), -webkit-linear-gradient(right, rgb(234, 81, 70) 0%, rgb(237, 109, 71) 100%);
  background-clip: content-box, padding-box;
}

.container-fluid {
  padding: 0;
}

.swiper-button-prev {
  left: 40px;
  background-image: url('../../website/index/button_prev_normal.png');
}

.swiper-button-prev:hover {
  background-image: url('../../website/index/button_prev_hover.png');
}

.swiper-button-next {
  right: 40px;
  background-image: url('../../website/index/button_next_normal.png');
}

.swiper-button-next:hover {
  background-image: url('../../website/index/button_next_hover.png');
}

.swiper-button-next, .swiper-button-prev {
  height: 100px;
  width: 50px;
  background-size: contain;
  margin-top: -50px;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.marketing {
  padding-bottom: 120px;
  background: url('../../website/index/marketing_support.png') 200px 180px no-repeat;
  background-size: 441px 103px;
  background-color: #353c4e;
}

.marketing_title {
  color: #df7452;
  letter-spacing: 80px;
  font-size: 23px;
  margin-top: 39px;
  white-space: nowrap;
}

.marketing_item:first-child {
  margin-top: 227px;
}

.marketing_item {
  width: 632px;
  height: 311px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: 10px 10px 40px #000;
}

.marketing_item a {
  display: inline-block;
  width: 311px;
  height: 311px;
  float: left;
  background-size: cover;
  transition: all .5s;
}

.marketing_item1 {
  background: url('../../website/index/index_img_11.jpg') center no-repeat;
  background-image: url('../../website/index/index_img_01.jpg');
  margin-right: 10px;
}

.marketing_item2 {
  background: url('../../website/index/index_img_12.jpg') center no-repeat;
  background-image: url('../../website/index/index_img_02.jpg');
}

.marketing_item3 {
  background: url('../../website/index/index_img_13.jpg') center no-repeat;
  background-image: url('../../website/index/index_img_03.jpg');
  margin-right: 10px;
}

.marketing_item4 {
  background: url('../../website/index/index_img_14.jpg') center no-repeat;
  background-image: url('../../website/index/index_img_04.jpg');
}

.marketing_item1:hover {
  background: url('../../website/index/index_img_11.jpg') center no-repeat;
  background-size: cover;
}

.marketing_item2:hover {
  background: url('../../website/index/index_img_12.jpg') center no-repeat;
  background-size: cover;
}

.marketing_item3:hover {
  background: url('../../website/index/index_img_13.jpg') center no-repeat;
  background-size: cover;
}

.marketing_item4:hover {
  background: url('../../website/index/index_img_14.jpg') center no-repeat;
  background-size: cover;
}

.download_now1 {
  display: inline-block;
  margin-top: 14px;
  font-size: 18px;
  width: 250px;
  padding: 20px 0;
  margin-right: 0;
  text-align: center;
  background: rgba(237, 109, 71, .6);
  color: #fff;
  cursor: pointer;
}

.download_now2 {
  display: inline-block;
  margin-top: 14px;
  font-size: 18px;
  width: 250px;
  padding: 20px 0;
  margin-right: 0;
  text-align: center;
  background: rgba(237, 109, 71, .6);
  color: #fff;
  cursor: pointer;
}

.download_now2:hover, .download_now1:hover {
  background: rgba(237, 109, 71, 1)
}

@media screen and (max-width: 767px) {
  .marketing {
    padding-bottom: 10px;
  }
}

.swiper-container-index .swiper-slide {
  font-size: 0;
  height: 100%;
}

.swiper-container-index .swiper-wrapper {
  height: 947px;
}

.myFadeInUp {
  animation-name: myFadeInUp;
  -webkit-animation-name: myFadeInUp;
}

@keyframes myFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes myFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

video {
  height: 100%;
  width: auto;
}

.swiper-float .swiper-slide {
  width: 325px;
  user-select: none;
}

/* backtop */
html #hm_t_undefined .hm-t-go-top {
  height: 45px;
  width: 45px;
  bottom: 130px;
  background: url('../../website/index/back_top.png') center no-repeat !important;
  background-size: cover;
}

/* site notice style */
#com_info {
  width: 100%;
  background-color: #e4e8f3;
}

.site-notice-logo {
  text-align: center;
  height: 79px;
  line-height: 79px;
}

.site-notice-logo img {
  width: 239px;
  vertical-align: middle;
}

.site-notice-body {
  display: block;
  max-width: 620px;
  margin: 0 auto;
  background: #e4e8f3;
  padding: 20px;
  text-decoration: none;
  border: 2px solid #1f2f51;
  border-radius: 20px;
}
.site-notice-item{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  /* border-bottom: 1px solid #C37650; */
}
.site-notice-body p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin: 0 0 10px;
}
.site-notice-body p em{
  color:rgb(227,108,10);
}

.site-notice-title {
  font-size: 19px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
}

.site-notice-view-btn{
  text-align: center;
  margin-bottom: 10px;
}
.site-notice-view-btn span{
  display: inline-block;
  color: #fff;
  background: #1f2f51;
  padding:8px 12px;
}

.site-notice-list_simple .site-notice-item > a{
  display: flex;
}
.site-notice-list_simple .site-notice-title{
  flex: 1;
}
.site-notice-list_simple .site-notice-content{
  display: none;
}

.site-notice-foot{
  text-align: center;
}

.site-notice-foot-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  width: 106px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #1f2f51;
  margin: 23px auto;
  text-align: center;
}

/* snow style */
.snow-container {
  position: absolute;
  height:794px;
  width: 100%;
  max-width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;

}
.snow-container.two {
  height: 440px;
}
.snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-animation: snow linear infinite;
  animation: snow linear infinite;
}
.snow.foreground {
  /*background-image: url("https://img.wetradecn.online/website/index/redpacket-large.png");*/
  background-image: url("../../website/index/snow-large.png");
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
.snow.foreground.layered {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}
.snow.middleground {
  /*background-image: url("https://img.wetradecn.online/website/index/redpacket-medium.png");*/
  background-image: url("../../website/index/snow-medium.png");
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
.snow.middleground.layered {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.snow.background {
  /*background-image: url("https://img.wetradecn.online/website/index/redpacket-small.png");*/
  background-image: url("../../website/index/snow-small.png");
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.snow.background.layered {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
  }
}

@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
  }
}

@media (max-width: 1366px){
  .snow-container {
    position: absolute;
    height: 628px;
  }

}
@media (max-width:1280px){
  .snow-container {
    position: absolute;
    height: 578px;
  }
}
@media (max-width:1080px){
  .snow-container {
    position: absolute;
    height: 498px;
  }
}
@media (max-width:991px){
  .snow-container.two {
    height: 365px;
  }

}
@media (max-width:800px){

  .snow-container {
    position: absolute;
    height: 375px;
  }
  .snow-container.two {
    height: 352px;
  }
}
@media (max-width:768px){
  .snow-container {
    position: absolute;
    height: 373px;
  }
}

/* 20191203 christmas style */
/*#com_info{
  background: url("https://img.wetradecn.online/website/index/notice_banner_20191203.jpg") no-repeat bottom #f4e4e4;
  background-size: 100% auto;
}
.header_nav_wrap .highlight-link{
  background: none !important;
}
.header_nav ul li a:hover{
  background: #fff !important;
  color: #BD2828;
}
.header_nav_wrap, .site-notice-view-btn span, .site-notice-foot-btn{
  background: url("https://img.wetradecn.online/website/index/snowbg_20191203.png") 0 0/auto 14px repeat-x #BD2828 !important;
}
.site-notice-body{
  border-color: #BD2828;
  background: none;
}*/


/* 20191226 new year style */
/*#com_info{
  background: url("https://img.wetradecn.online/website/index/notice_banner_20191226.jpg") no-repeat bottom #FFE5E5;
  background-size: 100% auto;
}
.header_nav_wrap .highlight-link{
  background: none !important;
}
.header_nav ul li a:hover{
  background: #fff !important;
  color: #BD2828;
}
.header_nav_wrap, .site-notice-view-btn span, .site-notice-foot-btn{
  background: #BD2828 !important;
}
.site-notice-body{
  border-color: #BD2828;
  background: none;
}*/
