cryptocurrency exchange is headquartered in Singapore. In addition, there are three operation centers in the United States, South Korea, and Hong Kong. The scope of services is vast and the market radiates all over the world.
\n" +
"
has a professional, efficient and experienced blockchain technology and operation team with decades of experience in Internet development and services. A group of Internet experts with unique insights and foresight are committed to providing a safe, convenient, stable and low transaction cost platform for global cryptocurrency contract trading users. The main members of the team come from well-known companies such as Google, Amazon and Alibaba.
\n" +
"
\n" +
"
A. Strength
\n" +
"
is committed to building a safe and reliable cryptocurrency trading platform. The team has decades of experience in financial risk control. The core members graduated from prestigious universities such as Harvard University, Stanford University, University of California, Berkeley, Hong Kong University, Seoul University and Tsinghua University.
is headquartered in Singapore and holds dual financial licenses. The platform is stable for a long time and venture capital is guaranteed.
\n" +
"
B, focus
\n" +
"
focuses on cryptocurrency intraday trading, contract trading, second contract trading, ICO and cloud mining. The exchange provides systematic technology and service solutions for contract transactions, and selects the world's mainstream cryptocurrencies.
\n" +
"
C, smooth
\n" +
"
The exchange system fully optimizes the user experience, the load multi-point shunt technology maximizes the smoothness of the system and provides multi-level servers to guarantee the transaction speed! The trading system experience satisfaction is benchmarked against the world's top trading system.
\n" +
"
D, safety
\n" +
"
's financial-level security protects user assets, digital asset storage is intelligently separated from hot and cold, ERC20 digital wallets, and account encryption technologies are fully applied.
\n" +
"
E, service
\n" +
"
has an independent and complete user service system, provides the most complete and convenient management system support, 7*24h quick response, and truly creates a fair, just and open data trading market
\n" +
"
F, platform advantages
\n" +
"
1. Features two - way trading, leveraged contracts, second contracts.
\n" +
"
2. The interface is simple and clear, easy to operate.
\n" +
"
3. The deposit and withdrawal is convenient and fast, and can be transferred in major exchanges and wallets.
\n" +
"
4.ICO(Initial
Offering): Use blockchain to combine rights and cryptocurrency to finance projects to develop, maintain, and exchange related products or services
"
}
function pop_box_show(type) {
let pop_text = '';
let pop_title = '';
if (type == 'privacy') {
pop_text = text_obj.privacy;
pop_title = 'Privacy';
}
if (type == 'service') {
pop_text = text_obj.service;
pop_title = 'Service';
}
if (type == 'msb') {
pop_text = text_obj.msb;
pop_title = 'Msb';
}
if (type == 'about') {
pop_text = text_obj.about;
pop_title = 'About';
}
// $('#pop-box').show();
$('.pop-content-desc').html(pop_text)
layer.open({
type: 1,
area: ['80%', '80vh'],
shadeClose: true,
title: pop_title,
content: $('#pop-box') //这里content是一个DOM,注意:最好该元素要存放在body最外层,否则可能被其它的相对元素所影响
});
}
function pop_box_hide() {
$('#pop-box').hide();
}
$('.pop-content').on('click',function(event){
event.stopPropagation();
console.log('btn2被点击了')
})
$('.footer-box-span').hover(
function () {
$(this).css('color', '#fff');
},
function () {
$(this).css('color', '#848E9C');
}
)