


/* 首页 */
.indexs{
  background-color: #fff;
}

.new-btn-waring {
    color: #ffffff !important;
}
/* bander */
.indexs .bander{
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  min-width: 1200px;
  background-color: #1F1F1F;
  text-align: center;
  font-size: 16px;
  background-image: url(../img/banner_background.png);
  background-size: cover;
  background-position: center;
}
.indexs .bander .slogan {
 padding-top: 60px;
}
.indexs .bander .banner_logo {
  width: 60px;
  margin-bottom: 20px;
}
.indexs .bander .slogan .subtile {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.5;
}
.indexs .bander .slogan .title {
  font-size: 72px;
  line-height: 86px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
  margin-top: 110px;
}
.indexs .bander .slogan ol {
  display: inline-flex;
  font-size: 20px;
  margin-bottom: 25px;
}
.indexs .bander .slogan ol li {
  position: relative;
  padding: 0 25px;
  color: #fff;
}
.indexs .bander .slogan ol li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #FFDC00;
}
.indexs .bander .ads {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.indexs .bander .ads {
  position: relative;
  width: 1200px;
  height: 160px;
  overflow: hidden;
}
.swiper-slide-duplicate-prev a{border-radius: 10px;}
.indexs .bander .ads .swiper-container {
  width: 1180px;
  height: 160px;
  margin-left: 0;
  margin: auto;
}
.indexs .bander .ads .swiper-slide {
  display: flex;
  border-radius: 10px;
}
.indexs .bander .ads .swiper-slide a {
  margin-right: 10px;
  display: block;
  cursor: pointer;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.indexs .bander .ads .swiper-slide a img {
  width: 100%;
}
.indexs .bander .ads .swiper-slide a:last-child {
  margin-right: 0;
}
.indexs .bander .ads .swiper-pagination{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.indexs .bander .ads .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 12px;
  background-color: #f2f2f2;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  margin-bottom: 5px;
}
.indexs .bander .ads .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.indexs .bander .ads .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFDC00;
}
.indexs .bander .fast {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
}
.indexs .bander .fast p, 
.indexs .bander .fast .input,
.indexs .bander .fast button {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 700;
}
.indexs .bander .fast p {
  color: #fff;
}
.indexs .bander .fast button {
  height: 46px;
  /*padding: 0 57px;*/
}
.indexs .bander .fast .input {
  width: 245px;
  height: 46px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: #fff;
  margin-top: 10px;
}
.indexs .bander .fast .input input {
  font-size: 16px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  outline: none;
  color: #333;
}
.indexs .bander .fast .input input::placeholder {
  color: #D4D4D4;
}
.indexs .bander .fast .input .other {
  color: #666;
}
.indexs .bander .fast .input input[readonly]{
  background-color: #fff!important;
}

/* notices */
.indexs .notices  {
  padding: 0 10%;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #130A39;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  letter-spacing: 1.5px;
}
.indexs .notices .content {
  position: relative;
  height: 50px;
}
.indexs .notices li {
  height: 50px;
  line-height: 50px;
}
.indexs .notices li a{
  color: #f2f2f2;
  cursor: pointer;
  width: auto;
}
.indexs .notices li a:hover{
  color: #fff;
}

/* exchange */
.exchange {
    margin-top: 70px;
    padding: 35px 0;
    width: 1200px;
    margin: 0 auto;
    background-color: rgba(0, 2, 20, 0.8);
    border-radius: 16px;
}
.exchange .content {
  box-shadow: 0 8px 30px #ddd;
  border-radius: 4px;
  padding-bottom: 20px;
}
.exchange h1{
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 36px;
  padding-top: 0px;
  font-weight: 500;
}
.exchange table {
    width: 1000px;
    font-size: 16px;
    margin: 0 auto;
}
.exchange table td, .exchange table th {
  text-align: left;
  padding: 5px 25px;
  color: #9AA3B7;
  font-size: 14px;
  font-weight: normal;
}
.exchange table td {
  color: #fff;
  font-size: 16px;
}
table {
    background: none !important;
}
.exchange table tr {
  width: 1000px;
  height: 70px;
  transition: all .3s;
  background: none;
  cursor: pointer;
  border: none;
}
.exchange table tbody{
  max-height: initial;
  min-height: initial;
  overflow:initial;
}
.exchange table thead th{
  border-bottom: 0;
}

.exchange .table tbody tr{
    border-bottom: none !important;
}

.exchange table tbody tr:hover{
  transform: scale(1.02);
  box-shadow: 0 8px 30px #ddd;
  border-radius: 3px;
  border-bottom: none;
  background-color: none;
  color: inherit;
}

.exchange table tbody .btn{
  width: 96px;
  padding: 6px 0;
}
.exchange table tbody tr:hover{
   background: #409eff
}
.exchange table tbody .btn-up{
  background:rgba(29,170,151,0.1);
  color: #1DAA97;
}
.exchange table tbody .btn-down{
  background:rgba(248,70,70,0.1);
  color: #F84646;
}
.exchange table .icon {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 10px;
}
.exchange table .coin {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.exchange table .currency {
  font-size: 16px;
  color: #778698;
  margin-left: 5px;
}

.exchange table .tradebutton {
    font-size: 14px;
    padding: 4px 14px;
    height: 20px;
    line-height: 20px;
    background: #1A59FF;
    border-radius: 6px;
}

.product-title{
    color: #ffffff;
    line-height: 76px;
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    padding: 100px 0 50px 0;
}

.product-intro{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    margin: 0 auto;
}
.product-intro .intro-item{
    width: 384px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 4px 60px 0px rgba(0,11,76,0.1);
}
.product-intro .intro-item .intro-item_img{
    width: 344px;
    height: 250px;
}

.product-intro .intro-item .intro-item_title{
    padding-top: 18px;
    padding-bottom: 14px;
    font-size: 26px;
    font-weight: 600;
    color: #333333;

}

.product-intro .intro-item .intro-item_content{
    color: #707070;
    font-size: 18px;
}

.indust{
    width: 1200px;
    height: 410px;
    margin: 0 auto;
    margin-top: 100px;
    box-shadow: 0px 4px 60px 0px rgba(0,11,76,0.1);
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    display: flex;
}
.indust .indust-left{
    width: 395px;
    background-size: 100% 100%;
    position: relative;
}

.indust .indust-left img{
    position: absolute;
    top: 62px;
    left: 44px;
    width: 322px;
    height: 254px;
}

.indust .indust-right{
    width: 805px;
    background: #FFFFFF;
}

.indust-right_title {
    font-size: 26px;
    padding-top: 55px;
    text-align: center;
    font-weight: 500;
}

.indust-right_content{
    padding: 40px 50px;
}

.indust-right_content .content-list{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.indust-right_content .content-list .content-list_item{
    display: flex;
}

.indust-right_content .content-list .content-list_item img{
    width: 40px;
    height: 40px;
}

.indust-right_content .content-list .content-list_item span{
    color: #707070;
    font-size: 14px;
    display: flex;
    width: 126px;
    text-align: left;
    align-items: center;
    margin-left: 4px;
}

.toMore{
    width: 1200px;
    margin: 0 auto;
    margin-top: 26px;
    height: 480px;
    display: flex;
}

.toMore .toMore-left{
    width: 384px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 60px 0px rgba(0,11,76,0.1);
    border-radius: 16px;
}
.toMore-left_img{
    width: 344px;
    height: 250px;
}
.toMore-left_title{
    padding: 18px 0 10px;
    font-size: 24px;
    font-weight: bolder;
    text-align: left;
    line-height: 28px;
}
.toMore-left_content{
    color: #707070;
    font-size: 18px;
    text-align: left;
    line-height: 22px;
}
.toMore-left_button{
    margin-top: 16px;
    background: #1A59FF;
    height: 32px;
    line-height: 32px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    color: #FFFFFF;
}

.toMore .toMore-right{
    margin-left: 26px;
    width: 790px;
    padding: 30px;
    box-shadow: 0px 4px 60px 0px rgba(0,11,76,0.1);
    border-radius: 16px 16px 16px 16px;
    background: #ffffff;
}
.toMore .toMore-right_top{
    display: flex;
    justify-content: space-between;
    height: 29px;
    line-height: 29px;
    margin-bottom: 20px;
}

.toMore .toMore-right_top .title-words{
    font-size: 24px;
    font-weight: bolder;
}
.toMore .toMore-right_top .title-button{
    color: #1A59FF;
    font-size: 18px;
}

.toMore .toMore-right_bottom{
    display: flex;
    justify-content: space-between;
}

.toMore .right-bottom_item{
    width: 358px;
    text-align: left;
}

.toMore .toMore-right_bottom .bottom-item_img{
   width: 358px;
   height: 180px;
   border-radius: 8px;
}
.toMore .toMore-right_bottom .bottom-item_title{
    overflow: hidden;
    height: 66px;
    font-size: 18px;
    font-weight: bolder;
    padding-top: 10px;
}
.toMore .toMore-right_bottom .bottom-item_time{
    font-size: 18px;
    color: #707070;
    padding-top: 16px;
}
.toMore .toMore-right_bottom .bottom-item_content{
    font-size: 18px;
    color: #707070;
    height: 88px;
    overflow: hidden;
    width: 358px;
    line-height: 22px;
    word-break: break-all;
}


.download-title{
    font-size: 54px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
    font-weight: bold;
}
.download{
    padding-bottom: 120px;
    width: 1200px;
    height: 530px;
    margin: 0 auto;
    box-shadow: 0px 4px 60px 0px rgba(0,11,76,0.1);
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    display: flex;
}
.download .indust-left{
    width: 395px;
    background-size: 100% 100%;
    position: relative;
}
.download .indust-left img{
    position: absolute;
    top: 62px;
    left: 44px;
    width: 322px;
    height: 254px;
}
.download .indust-right{
    width: 805px;
    background: #FFFFFF;
    position: relative;
}

.download .indust-right .indust-right_web{
    width: 400px;
    height: 225px;
    position: absolute;
    left: 152px;
    top: 74px;
}

.download .indust-right .indust-right_app{
    width: 118px;
    height: 255px;
    position: absolute;
    left: 535px;
    top: 44px;
}

.download .indust-right .indust-bottom{
    width: 502px;
    position: absolute;
    top: 334px;
    left: 156px;
    display: flex;
    justify-content: space-between;
}

.download .indust-right .indust-bottom_item{
    width: 160px;
    height: 32px;
    background: #1A59FF;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
    position: relative;
    cursor: pointer;
}

.download .indust-right .indust-bottom_item img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.download .indust-right .indust-bottom_item .indust-bottom_tips{
    display: none;
    position: absolute;
    width: 160px;
    height: 160px;
    top: 32px;
    left: 0;
}

.download .indust-right .indust-bottom_item:hover .indust-bottom_tips{
    display: block;
}


.download .indust-right .qrCode{
    position: absolute;
    right: 53px;
    top: 116px;
    width: 210px;
}

.download .indust-right .qrCode img{
    width: 160px;
    height: 160px;
}

.download .indust-right .qrCode .qrCode_tips{
    padding: 20px 0 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.download .indust-right .qrCode .qrCode_plat{
    font-size: 16px;
    color: #707070;
    text-align: center;
}


/* server */
.server {
  background-color: #F9FAFC;
  padding-bottom: 60px;
}
.server h1 {
  text-align: center;
  color: #333;
  font-size: 36px;
  padding-top: 65px;
  padding-bottom: 85px;
}
.server h1 span{
  color: #FFDC00;
}
.server ul {
  display: flex;
  flex-flow: wrap;
}
.server ul li {
  width: 50%;
  padding: 35px;
  display: flex;
  align-items: center;
}
.server ul li .icon {
  width: 90px;
  height: 90px;
  margin-right: 30px;
}
.server h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 6px;
}

/* join */
.join {
  padding-bottom: 100px;
}
.join h1 {
  text-align: center;
  color: #333;
  font-size: 36px;
  padding-top: 65px;
  padding-bottom: 85px;
}
.join .new-btn {
  width: 266px;
  height: 56px;
}
.join .new-btn:first-child {
  margin-right: 96px;
}
.join .btns {
  display: flex;
  justify-content: center;
}
.join .btns .new-btn-line {
  background-color: #fff;
  border: 1px solid #333;
}
/*newidex*/
.newidex{}
.newidex img{width: 25px;height: 20px;}
#fast-currency{margin-left: 25px;}
#fast-currency select{border: 0 !important;}
#fast-currency select option{}
.fast-title{color: #FFFFFF;font-size: 16px;position: absolute;top: -20px;}
.fast-title2{color: #FFFFFF;font-size: 16px;position: absolute;top: -20px;left: 215px;}
select{
  width:60px;
}