@charset "utf-8";
/* CSS Document */

.header {height:52px; width:100%;  background:#192548;}
.header_content {height:100%; width:1200px; margin: auto; position:relative; }
.header_logo {height:100%; line-height:100%; text-align:left; font-size:32px; float:left;}
.header_navigator {height:100%; line-height:100%; width:780px; font-size:16px; padding-left:20px; text-align:left; float:left;}
.header_navigator ul {list-style: none; }
.header_navigator li {display: inline-block; height: 52px; line-height: 52px; margin-left: 30px; }  
.header_navigator a {text-decoration: none; color:#fff}
.header_navigator a:hover {color:#2483ff}
.header_navigator .current a {text-decoration: none; color:#2483ff}

.header_navigator_right {height:100%; line-height:100%; width:260px; font-size:16px; padding-left:0px; text-align:right; float:right;}
.header_navigator, .header_navigator_right ul {list-style: none; }
.header_navigator, .header_navigator_right li {display: inline-block; height: 52px; line-height: 52px; margin-left: 20px; }  
.header_navigator, .header_navigator_right a {text-decoration: none; color:#fff}
.header_navigator, .header_navigator_right a:hover {color:#2483ff}
.header_navigator, .header_navigator_right .current a {text-decoration: none; color:#2483ff}
.header_navigator_right .register {background-color:#2483ff; padding-left:10px; padding-right:10px; height:30px; line-height:30px;  border-radius:3px;}  
.header_navigator_right .register a:hover {color:#fff; text-decoration:underline;}

.header_logo .logo {height: 52px; line-height: 52px; display: inline;}
.header_logo .logo img { margin-bottom:4px;}
.header_logo .logo_txt { display:inline; font-size: 26px; color: #fff; height: 52px; line-height:52px;  font-weight:bold; font-family: arial;}
.header_logo  a:hover{text-decoration:none;}
.btn_submit {background-color:#3659A1; width: 370px; height: 50px; line-height: 50px; display: inline-block; text-align:center; font-size: 14px; color: #fff; border-radius: 5px;}
a:hover.btn_submit{text-decoration:none; color:#fff}

.top{background:#2e2e2e;height:50px;}
.top .logo{ float:left; font-size:18px; line-height:50px; color:#FFF;padding-left:20px;}
.top .top_right{ float:right; color:#999;padding-right:20px;}
.top .top_right a{ color:#FFF; text-decoration:underline; line-height:50px;padding:0 10px; display:inline-block;}
.top .top_right a:hover{text-decoration:none;}

.left_menu{ width:190px;background:#4b4b4b; height:100%; margin-right:-190px; float:left;}
.left_menu .menu_ul li a{ height:50px; font-size:14px; line-height:50px;padding-left:20px; color:#ccc;}
/*.left_menu .menu_ul li a i{width:5px; height:5px; background:#999; display:inline-block; border-radius:5px; margin-right:20px}*/
.left_menu .menu_ul li.current{background:#333; border-left:2px solid #00a4f2;}
.left_menu .menu_ul li.current a{ color:#FFF;}


.login_page{ width:700px; margin:0 auto; margin-top:100px; margin-bottom:50px; text-align:center;}
.login_page .title{ font-size:24px; color:#333; text-align:center; height:60px; line-height:60px;}
.login_page .login_content{background:#FFF;border:0px #ccc solid; height:380px; border-radius:10px; padding-top:20px; padding-bottom:0px; padding-left:0px;}
.login_page .login_tfa_content{background:#FFF;border:1px #ccc solid; height:300px; border-radius:3px; padding-top:120px; padding-bottom:30px; padding-left:0px;}
.login_page .login_content p{ margin-left:170px; text-align:left;padding:10px 0; position:relative; font-size:14px;} 
.login_page .login_content i{ position:absolute;left:-210px; height:36px; line-height:36px; color:#666; font-size:14px; width:200px; text-align:right;}
.login_page .login_tfa_content p{width:200px; margin-left:275px; text-align:left;padding:10px 0; position:relative;} 
.login_page .login_tfa_content i{ position:absolute;left:-210px; height:36px; line-height:36px; color:#666; font-size:14px; width:200px; text-align:right;}
.login_page input{ height:50px; line-height:50px; padding-left:10px; width:358px; border-radius:5px; border:1px solid #ddd;}
.login_page .tip { float:left; width:342px; margin-left:255px; margin-bottom:20px; border-radius:5px; height:60px; line-height:30px; color:#666; font-size:12px; text-align:left; padding:15px; background-color:#fffae6; color:#cc7c09; }
.error_msg {height:40px; line-height:40px; background-color:#ffd9d9; border:0px solid #ddd;}
.success_msg {height:40px; line-height:40px; background-color:rgb(203, 252, 214); border:0px solid #ddd;}

.register_page{ width:1200px; margin:0 auto; margin-top:100px; margin-bottom:50px; text-align:center;  position:relative; }
.register_page .title{ font-size:24px; color:#333; text-align:center; height:60px; line-height:60px;}
.register_page .register_content{ width:700px; background:#FFF; min-height: 330px; border:0px #ccc solid; border-radius:10px; padding-top:20px; padding-bottom:50px; padding-left:0px; position:absolute;right:250px;}
.register_page .register_content p{width:280px; margin-left:170px; text-align:left;padding:10px 0; position:relative;} 
.register_page .register_content i{ position:absolute;left:-210px; height:36px; line-height:36px; color:#666; font-size:14px; width:200px; text-align:right;}
.register_page input{ height:50px; line-height:50px;padding-left:10px; width:360px; border-radius:5px; border:1px solid #ccc;}
.register_page textarea {padding-left:10px; padding-top:10px; border:1px solid #ccc; font-family:Arial,Verdana,simsun}

#captcha {margin-top:5px; width:372px;}

.right_content{ margin-left:190px; overflow:hidden;padding:20px;}
.search_bar{ margin-bottom:20px;}
.search_bar ul li{ float:left; margin-right:10px; }
.search_bar ul li select{ height:30px; line-height:30px;}
.search_bar ul li input{width:150px;height:32px; line-height:32px;padding-left:10px; color:#333;  border-radius:3px; border:1px solid #a4a4a4;}
.search_bar ul li.fr{ margin-right:0px;}

.follow_up_box{ margin-top:20px;border:1px solid #eee;}
.follow_up_box .follow_title{background:#eee; height:30px; line-height:30px;padding-left:20px; font-size:14px; font-weight:700;}
.follow_up_box .follow_title ul{ margin-left:-20px;}
.follow_up_box .follow_title li{ float:left;}
.follow_up_box .follow_title li a{padding:0 30px; display:inline-block; color:#333; font-weight:normal; font-size:12px;}
.follow_up_box .follow_title li.current a{border-bottom:2px solid #333;font-weight:700;}

.follow_up_box .follow_content{padding:20px;}
.follow_up_box .follow_content .input_box{ margin-bottom:10px;}
.follow_up_box .follow_content .input_box input{ float:left; width:603px; height:50px; line-height:50px;padding-left:10px;  border-radius:3px; border:1px solid #a4a4a4;}
.follow_up_box .follow_content .input_box a.follow_btn{ float:left;width:100px; height:52px; line-height:52px; font-size:16px; box-shadow:1px 1px 1px #FFF inset; text-align:center;background:#eee;border:1px solid #ccc; border-left:none;}

.operating_box{background:#eee;border-top:1px solid #ddd;padding:10px; text-align:right;}
.operating_box .btn{ margin-right:10px;}


.avatar_box{ width:120px; margin:0 auto; text-align:center;}
.avatar_box .avatar_img{border:1px solid #ddd; width:120px; height:120px;background:#FFF;}
.avatar_box .btn{ width:80px;}

.frontend_body {width:1200px; margin:auto; overflow:hidden}  

.page {line-height:60px; margin-left:20px; float:left;}

#current_locale {height:52px; line-height:52px; width:120px; font-size:16px; float:right; text-align:right; cursor:pointer; margin-right:20px;}
#current_locale span{padding-left:10px; color:#fff;}
#current_locale i {color:#fff}
#header_locales {position: absolute; width: 80px;  background: #fff; left: 1095px; top: 60px; display:none; z-index:100; }
#header_locales ul {width: 100px; background: #fff; border: solid 1px #eee; border-top: solid 1px #bbb; padding-bottom:15px; }   
#header_locales ul li{padding: 0 20px; font-size:14px; margin-top:20px; cursor:pointer;}
#header_locales ul li a{ color:#000;}
#header_locales ul li a:hover{ color:#1A66B3;}

#trading_pages {position: absolute; width: 80px;  background: #fff; left: 200px; top: 55px; display:none; z-index:100; }
#trading_pages ul {width: 100px; background: #fff; border: solid 1px #eee; border-top: solid 1px #bbb; padding-bottom:15px; }   
#trading_pages ul li{padding: 0 20px; font-size:14px; margin-top:20px; cursor:pointer;}
#trading_pages ul li a{ color:#000;}
#trading_pages ul li a:hover{ color:#1A66B3;}


#current_locale_2 {height:50px; line-height:50px; width:120px; font-size:14px; float:right; text-align:right; cursor:pointer;}
#current_locale_2 span{padding-left:5px;}
#current_locale_2 i {color:#fff}
#header_locales_2 {position: absolute; width: 80px;  background: #fff; left: calc(100% - 110px); top: 50px; display:none; z-index:100; }
#header_locales_2 ul {width: 100px; background: #fff; border: solid 0px #eee; border-top: solid 1px #bbb; padding-bottom:15px; }   
#header_locales_2 ul li{padding: 0 20px; font-size:14px; margin-top:20px; cursor:pointer;}
#header_locales_2 ul li a{ color:#000;}
#header_locales_2 ul li a:hover{ color:#1A66B3;}

.footer {height:90px; width:100%; min-width:1200px; background:#192548; text-align:center; clear:both; font-size:14px;}
.footer .footer_content {width:1200px; margin:auto; height:100%; position:relative;}
.footer_logo  {height: 50px; line-height: 50px; width:200px; margin-top:26px; display: inline; text-align:left; float:left;}
.footer_logo .logo img { margin-bottom:12px;}
.footer_logo .logo_txt { font-size: 28px; color: #B7CBE4;  font-weight:bold; font-family: arial;}
.footer_content .time {height: 60px; line-height: 60px; display: inline; float:left; color:#fff;}
.footer_content .volume_24  {height: 60px; line-height: 60px; display: inline; float:left; margin-left:20px; color:#fff;}
.footer_content .circulating_supply {height: 60px; line-height: 60px; display: inline; float:left; margin-left:20px; color:#fff;}
.footer_content span {color:#8395A0}

.footer_logo  a:hover{text-decoration:none;}
.footer_splitter {border-top: 1px solid #2F415F;}
.footer_service {height:80px; width:1100px; position:absolute; top: 10px; left: 100px; right: 0; text-align:right; float:left; font-size:14px;}
.footer_service ul {list-style: none; width:100%;}
.footer_service li {display: inline;  line-height: 80px; display:inline-block}  
.footer_service a {text-decoration: none; color:#B7CBE4}
.footer_service a:hover {color:#81cdf9}

.footer_service_new {height:240px; width:200px; text-align:left; float:left; margin-top:30px;}
.footer_service_new .item_h {height:50px; line-height:50px;  width:200px; float:left; color: #fff; font-size:14px;}
.footer_service_new .item_c {height:30px; line-height:30px; width:200px; float:left; color: #8395A0; font-size:14px;}
.footer_service_new .img {display:flex; align-items: center}
.footer_service_new img {align-items: center}
.footer_service_new a {text-decoration: none; color:#8395A0}
.footer_service_new a:hover {color:#81cdf9}
.copyright {height:40px; width:800px; color:#B7CBE4; position:absolute; top: 145px; left: 0px; right: 0; text-align:left;}
.social_media {height:40px; width:400px; color:#B7CBE4; position:absolute; top: 10px; right: 20px; text-align:right;}
.social_media .item {height:40px; width:40px; margin-right:20px; float:right}
.social_media .last { margin-right:-10px;}
.social_media .item a {text-decoration: none; color:#B7CBE4}
.social_media .item a:hover {text-decoration: none; color:#81cdf9}

.fotter_bottom {height:100px; line-height:100px; width:1200px; margin: auto; border-top: 0px solid #2F415F; text-align:left; font-size:14px; color: #8395A0; }

.verification_tip {font-size:14px; margin:auto; margin-top:20px; width:100%; margin-bottom:20px; border:0px #ccc solid; border-radius:0px; height:60px; line-height:60px;  background:#ecf2fb; text-align:center}
.login_disabled_tip {font-size:14px; margin-left:140px; margin-top:150px; width:420px; margin-bottom:20px; border:1px #ccc solid; border-radius:3px; line-height:30px; padding:15px; background:#ecf2fb; text-align:center}
.register_disabled_tip {font-size:14px; margin-left:140px; margin-top:180px; width:420px; margin-bottom:180px; border:1px #ccc solid; border-radius:3px; line-height:30px; padding:15px; background:#ecf2fb; text-align:center}

.sharing_page {height:800px; width:1200px; margin: auto; margin-top:10px; background:#fff; position:relative;}
.sharing_content {height:230px; width:1200px; margin: auto; border-bottom: 1px dotted #ccc ; padding-top:30px; }
.sharing_content .pic {width:420px; height:100%; float:left; margin-left:20px;}
.sharing_content .content {width:720px; height:100%; float:left; margin-top:20px; font-size:14px; margin-left:30px; padding-right:10px;}
.sharing_content h6 {font-size:18px;}

.exception_page {margin: auto; height:100%; overflow:hidden; background:#192548}
.exception_content {font-size:16px; margin: auto; margin-top:100px; width:800px; height:300px; line-height:40px; border:0px #ccc solid; border-radius:5px;  padding-top:50px; padding-left:50px; background:#ecf2fb; text-align:left}
.exception_content h6 {font-size:64px}
.exception_content h5 {font-size:28px}

#user_profile {position: absolute; width: 80px;  background: #fff; right: 180px; top: 60px; display:none; z-index:100; }
#user_profile ul {width: 100px; background: #fff; border: solid 1px #eee; border-top: solid 1px #bbb; padding-bottom:15px; }   
#user_profile ul li{padding: 0 20px; font-size:14px; margin-top:20px; cursor:pointer;}
#user_profile ul li a{ color:#000;}
#user_profile ul li a:hover{ color:#1A66B3;}

#user_profile_2 {position: absolute; width: 80px;  background: #fff; right: 180px; top: 50px; display:none; z-index:100; }
#user_profile_2 ul {width: 100px; background: #fff; border: solid 1px #eee; border-top: solid 1px #bbb; padding-bottom:15px; }   
#user_profile_2 ul li{padding: 0 20px; font-size:14px; margin-top:20px; cursor:pointer;}
#user_profile_2 ul li a{ color:#000;}
#user_profile_2 ul li a:hover{ color:#1A66B3;}

.register_content .register_tip {font-size:18px; margin-left:55px; margin-top:10px; width:600px; margin-bottom:20px; border:1px #ccc solid; border-radius:3px; line-height:30px; padding:15px; background:#ecf2fb; text-align:center}

.index_body {width:100%; height:calc(100% - 52px); background-color:#fafafa; border-radius:0px; display:table }  
.index_body .tab_bar {width: 1200px;  margin:auto; position:relative; z-index: 100;}
.index_body .tab_bar .current {color: #2483ff; border-bottom:1px solid #2483ff;  z-index:2;}
.index_body .tab_bar .current .bc {width:80px; height:36px; line-height:36px;  background-color: #4394e4; color:#fff; margin-top:12px; border-radius:5px;}  
.index_body .tab_css {width: 1200px;  height: 100%;   display: none; margin:auto; border:0px solid #ddd;  position:relative;z-index:1; }  
.index_body .tab_css .color_green {color:#00b464;} 
.index_body .tab_css .color_red {color:red;} 
.index_body .tab_bar img {margin-top:-3px; display: inline-block;}
.index_body .tab_bar .search_icon {position:absolute; right:13px; top:40px;}
.index_body .tab_bar .search {position:absolute; right:0px; top:20px;}
.index_body .tab_bar .search_icon i {color:#ddd;}
.index_body .tab_bar input { height:40px; line-height:40px; padding-left:10px; width:200px; margin-top:10px; background-color:#fff;  border-radius:5px; border:1px solid #ddd;  box-shadow: none; outline:none;}

.index_table table{ border-collapse:collapse; font-size:14px;}
.index_table table th{ border-bottom:1px solid #ddd; border-top:0px solid #eee; height:50px; line-height:50px; color:#666666}
.index_table table td{ border-bottom:1px solid #eee; height:60px;  line-height:60px; color:#666666}
.index_table table td img {margin-top:-3px; display: inline-block;}

.index_table .align_left {text-align:left; padding-left:20px;} 
.index_table .align_left_first {text-align:left; padding-left:20px; padding-top:10px;} 
.index_table .align_right {text-align:right; padding-right:20px;}

.index_bg {width:100%; min-width:1200px; height:300px; position:relative;z-index:1000; }
.index_bg .header {position:relative; z-index:100;}
.index_bg .background {
	position:absolute; 
	top:0px;
    border-style:none;
	border-width:0;
	width:100%;
	height:450px;
	
	background-position:center;
}
.index_bg .background img {z-index:-10; position:absolute; top:0px;  height:450px;  width: 100%; height:450px;}
.index_bg .background .content {width:1200px; margin: auto; height: 300px;  display: block; margin-top:0px;  position:absolute; top: 100px; left: 0px; right: 0; }
.index_bg .background a {text-decoration: none; color:#fff}
.index_bg .background a:hover {color:#fff;}

.banner {width:1200px; margin: auto; height: 120px;  display: block; margin-top:0px;  position:absolute; top: 30px; left: 0px; right: 0; opacity:0.9; border-radius:12px; }
.banner_content { position:relative;}  
.banner_item {width:385px; margin-left:0px; margin-top:0px; float:left; border:0px #ccc solid; }
.banner .first { border-left:0px #ccc dotted ; position:absolute; top: 0px; left: 40px; right: 0; }
.banner .second { border-left:0px #ccc dotted ; margin-left:20px; position:absolute; top: 0px; left:405px; right: 0;}
.banner .third { border-left:0px #ccc dotted ;margin-left:20px; position:absolute; top: 0px; left: 790px; right: 0;}
.banner .first img {width:350px; height:165px;  }
.banner .second img {width:350px; height:160px;  }
.banner .third img {width:350px; height:160px;  }

.announcement {width:1200px; margin:auto; height: 50px; line-height:50px; display: block; position:absolute; bottom: 0px; left: 0px; right: 0;  z-index:100; }
.announcement .img {margin-left:10px; float:left; width:25px; height: 50px;  line-height:50px; display:flex; align-items: center}
.announcement img {width:24px; align-items: center}
.announcement .one{color:#B7CBE4; font-size:14px; margin-left:10px; font-weight:10; float:left; margin-right:30px;}
.announcement .two{color:#B7CBE4; font-size:14px; margin-top:20px;}
.announcement a {text-decoration: none; color:#8395A0;}
.announcement a:hover {color:#2F8BE6}

.announcement_page{ width:1000px; margin:0 auto; margin-top:50px; padding-bottom:50px; }
.announcement_page .title{ font-size:18px; color:#666; text-align:center; height:60px; line-height:60px;}
.announcement_page .announcement_content{background:#FFF;border:0px #ccc solid; border-radius:13px; padding-top:20px; padding-bottom:50px; }
.announcement_page .article {margin-top:30px; font-size:14px; padding-left:80px; padding-right:70px; line-height:30px; color:#666;}
.announcement_page .splitter {width:840px; float:left; margin-top:15px; margin-bottom:35px; margin-left:80px; border-bottom:1px solid #dddddd; }

.ticket_page #upload_image { height:46px; line-height:46px; margin-left:130px; border-radius:5px; margin-top:10px; margin-bottom:10px; padding-left:10px; width:600px; border:1px solid #ccc;}

.ticket_page .div_images ul {list-style: none; }
.ticket_page .div_images li {display: inline-block; height: 58px; line-height: 58px; margin-right: 30px; margin-left: 10px; }  


.stat_info {width:1200px; margin: auto; height: 120px;  display: block; margin-top:20px; background-color: #fff;  }  
.stat_item {width:239px; margin-left:0px; margin-top:20px; height: 80px; float:left; border:0px #ccc solid; }
.stat_info .first { border-left:1px #ccc dotted ; }
.stat_info .second { border-left:1px #ccc dotted ; }
.stat_info .third { border-left:1px #ccc dotted ; }

.stat_info .item_desc {width:239px; height:40px; font-size:14px;  padding-top:7px; text-align:center;}
.stat_info .item_value {width:239px;  height:40px;  font-size:20px; padding-top:0px; color:#5B9BD5; text-align:center;}

.json_page {margin-top:20px; margin-left:20px;}
.page {margin-top:20px;}

#qrCode {display:none;}
.qrCode {margin-top:50px; margin-left:50px;}

.asset_table_empty {height:80px; margin-top:-1px; z-index:-2;}
.asset_table_empty th{background:#fff; border-top:0px solid #ddd; height:40px; line-height:40px;}


#asset_coin_address input{ height:32px; line-height:32px;padding-left:10px; width:300px; margin-top:15px; margin-left:100px; border-radius:3px; border:1px solid #a4a4a4;}
#asset_coin_amount input{ height:32px; line-height:32px;padding-left:10px; width:300px;margin-top:15px; margin-left:100px; border-radius:3px; border:1px solid #a4a4a4;}
#asset_coin_amount { float:left; width:420px;}

.coin_content_bottom .item_right_btn_2 {line-height:30px; height:30px; float:left; font-size:14px; margin-left:20px; margin-top:16px;}

.crowdsale p{width:700px; margin-left:260px; text-align:left;padding:10px 0; position:relative;} 
.crowdsale i{ position:absolute;left:-170px; height:38px; line-height:38px; color:#666; font-size:14px; width:150px; text-align:right;}
.crowdsale input{ height:36px; line-height:36px;padding-left:10px; width:360px; border-radius:3px; border:1px solid #a4a4a4;}
.crowdsale select {height: 36px; line-height:36px; width:374px; padding-left:8px;}
.crowdsale .captcha{ height:30px; line-height:30px;padding-left:10px; width:110px; }
.crowdsale a{ width:162px; text-align:center; height: 36px; line-height: 36px;}
.crowdsale .max {margin-left:430px;}

.affiliate_search_left {float:left; margin-bottom:10px; width:200px; height:36px; line-height:36px; font-size:14px; text-align:center}
.affiliate_search_right {float:right; margin-bottom:10px; width:500px; height:30px; line-height:30px; font-size:14px; text-align:right}
.affiliate_search_right input{ height:32px; line-height:32px;padding-left:10px; width:210px; border-radius:3px; border:1px solid #a4a4a4;}

.deposit_issue p{width:700px; margin-left:220px; text-align:left;padding:10px 0; position:relative;} 
.deposit_issue i{ position:absolute;left:-170px; height:38px; line-height:38px; color:#666; font-size:14px; width:150px; text-align:right;}
.deposit_issue input{ height:36px; line-height:36px;padding-left:10px; width:360px; border-radius:3px; border:1px solid #a4a4a4;}
.deposit_issue select {height: 36px; line-height:36px; width:374px; padding-left:8px;}
.deposit_issue .captcha{ height:36px; line-height:36px; width:374px; margin-top:5px;}
.deposit_issue a{ width:162px; text-align:center; height: 36px; line-height: 36px;}
.deposit_issue .max {margin-left:430px;}
.issue_tip {font-size:14px; margin-left:50px; margin-top:20px; width:800px; margin-bottom:40px; border:1px #ccc solid; border-radius:3px; line-height:30px; padding:15px; background:#ecf2fb; }
.price_tip {font-size:14px; margin-left:50px; margin-top:20px; width:800px; margin-bottom:40px; border:1px #ccc solid; border-radius:3px; line-height:30px; padding:15px; background:#ecf2fb; text-align:center}

.coin_chart_period {margin-top:20px; margin-left:20px; width:850px; height:30px;border:0px solid #ddd; padding-bottom:10px;}
.coin_chart_period .period {list-style: none; height:30px; line-height: 30px; float:left}
.coin_chart_period .zoom {list-style: none; height:30px; line-height: 30px; float:right}
.coin_chart_period .period li {height: 25px; display:inline-block; width:50px;line-height: 25px; margin-left: 0px; border:1px solid #ddd; text-align:center; cursor:pointer;}  
.coin_chart_period .zoom li {height: 25px; display:inline-block; width:50px;line-height: 25px; margin-left: 0px; border:1px solid #ddd; text-align:center; cursor:pointer;}  

.coin_prompt {position: absolute; width: 600px;  background: #1E2434; left: 70px; top: 50px;  z-index:100; border:6px solid #101721; display:none; }
.coin_prompt .tab_bar {width: 100%;  height: 40px; line-height:40px;  float: left;  border-bottom:1px solid #c0c0c0; position:relative; }  
.coin_prompt .tab_bar ul {padding: 0px; margin: 0px; height: 40px; margin-left:10px;}  
.coin_prompt .tab_bar li {list-style-type: none; float: left;  font-size:14px; text-align: center;  width: 68px; margin-right:-1px;  line-height:40px;  height: 40px; }  
.coin_prompt .tab_bar .current {border-bottom:1px solid #0e75ee; color:#0e75ee;  position:relative; z-index:2;}  
.coin_prompt .tab_bar .search_icon {position:absolute; left:383px; top:15px;}
.coin_prompt .tab_bar .search {position:absolute; right:25px; top:8px; width:200px;}
.coin_prompt .tab_bar .search_icon i {color:#ccc;}

.coin_prompt .trading_coin_header {width:100%; height:40px; line-height:40px; border-bottom:1px solid #363636; float:left; }                                                                        
.coin_prompt .trading_coin_content {width:100%; height:260px; float:left; overflow-y: scroll; }
.coin_prompt .trading_coin_search { padding-left:4px; }                 
.coin_prompt .tab_bar input { height:24px; line-height:24px; padding-left:25px; width:180px; margin-right:10px; background-color:#303644; border:1px solid #bbb;  box-shadow: none;}         
.coin_prompt .trading_coin_header table{ border-collapse:collapse; }
.coin_prompt .trading_coin_header table th{font-size:12px;}
.coin_prompt .trading_coin_header table td{color:#666; font-size:12px;}
.coin_prompt .trading_coin_content table{ border-collapse:collapse; }
.coin_prompt .trading_coin_content table th{font-size:14px;}
.coin_prompt .trading_coin_header table tr{border-bottom:1px solid #3d425c; }
.coin_prompt .trading_coin_content table tr{border-bottom:1px solid #3d425c; }
.coin_prompt .trading_coin_content table td{color:#c0c0c0; font-size:14px; height:30px;}
.coin_prompt .trading_coin_content table td a {color:#c0c0c0; font-size:14px; height:30px;}
.coin_prompt .align_left {text-align:left; padding-left:10px; }
.trading_coin_content .align_left {padding-left:10px;}
.coin_prompt .color_green {color:#01aa78!important;} 
.coin_prompt .color_red {color:#ff5f73!important;} 

    
.triangle {position: relative;}
.triangle:after {
    position: absolute;
    right: -20px;
    top: 7px;
    width: 0;
    height: 0;
    content: "";
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.triangle.active:after{       
    top: 12px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); 
}

.triangle2 {position: relative;}
.triangle2:after {
    position: absolute;
    right: -20px;
    top: 7px;
    width: 0;
    height: 0;
    content: "";
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.triangle2.active:after{       
    top: 12px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); 
}


.triangle3 {position: relative;}
.triangle3:after {
    position: absolute;
    right: -20px;
    top: 23px;
    width: 0;
    height: 0;
    content: "";
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.triangle3.active:after{       
    top: 12px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); 
}

.term_page {padding-bottom:80px;}
.term_content {width:1200px; margin: auto; position:relative;}
.term_content .title {height:80px; line-height:80px; border-bottom:1px solid #ddd; padding-left:5px; font-size:24px;}
.term_content .s1 {margin-top:20px; line-height:22px; font-size:14px; color:#888;}
.term_content .s2 {margin-top:20px; line-height:22px; font-size:14px; color:#555; font-weight:bold}

.fee_page {padding-bottom:80px;}
.fee_content {width:1200px; margin: auto; position:relative;}
.fee_content .title {height:80px; line-height:80px; border-bottom:1px solid #ddd; padding-left:5px; font-size:24px;}

.team_page {padding-bottom:80px;}
.team_content {width:1200px; margin: auto; position:relative;}
.team_content .title {height:180px; line-height:80px; border-bottom:1px solid #ddd; padding-left:5px; font-size:24px;}
.team_content .title span {font-size:16px; color:#888; line-height:24px; margin-top:20px}
.team_content .item {height:230px; margin-top:20px; border-bottom:1px solid #ddd; padding-top:10px;}
.team_content .item .photo {height:100%; width:220px; float:left}
.team_content .item .desc {height:100%; width:800px; float:left; font-size:14px;}
.team_content .item .desc .s1 { font-size:24px; color:#555;}
.team_content .item .desc .s2 { font-size:24px; margin-left:30px; color:#555;}
.team_content .item .desc .s3 { font-size:16px; color:#888; margin-top:20px;}
.team_content .item .desc .s4 { font-size:16px; color:#888; margin-left:10px;}

.voting_page {padding-bottom:80px;}
.voting_content {width:1200px; margin: auto; position:relative; margin-top:20px;}
.voting_content .title {position:relative}
.voting_content .title .c_1 {width:200px; height:30px; line-height:30px; margin-left:20px; margin-top:20px; float:left; font-size:20px; }
.voting_content .title .c_2 {width:140px; height:30px;  line-height:30px; margin-top:20px;  float:left; font-size:14px;  border:1px solid #3659A1; text-align:center; background-color: #fff; margin-left: 50px; border-radius: 16px;}
.voting_content .title .c_3 {width:400px; height:30px; line-height:30px;  margin-top:20px;  float:right; margin-left:400px; font-size:20px; margin-top:-32px; }
.voting_content .title .c_3 input {height:35px; width:199px;  border:1px solid #ddd; float:right; padding-left:40px; margin-right:23px; }
.voting_content .search_icon {position: absolute; right:36px; top:26px; color: #ccc;}
.voting_content .vote_action { border:1px solid #1A66B3; margin-left:20px; width:80px; color:#fff; height:30px; line-height:30px; border-radius: 16px;}

.voting_content .title .d_1 {width:300px; height:30px; line-height:30px; margin-left:20px; margin-top:20px;  float:left; font-size:20px; }
.voting_content .title .d_2 {width:140px; height:30px;  line-height:30px; margin-top:20px;  float:left; font-size:14px;  border:1px solid #1A66B3; text-align:center; background-color: #fff; margin-left: -60px; border-radius: 16px;}
.voting_content .title .d_3 {width:500px; height:30px; line-height:30px; margin-top:20px;  float:left; margin-left:900px; font-size:20px; margin-top:-32px; }
.voting_content .title .d_1 img {margin-top: -3px;
    display: inline-block; margin-right:5px;}

.voting_content .title {width: 100%;  height: 50px;}
.voting_table table{ border-collapse:collapse;  font-size:14px;}
.voting_table table thead th {background:#f0f0f0}
.voting_table table th{background:#fff; border:1px solid #ddd; height:40px; line-height:40px;}
.voting_table table td{background:#FFF; border:1px solid #ddd; height:50px; text-align:center; line-height:50px; color:#666}
.voting_table .icon img {margin-top: -3px;
    display: inline-block; margin-right:5px;}

.voting_table .align_left {text-align:left;  padding-left:15px;} 
.voting_table .align_left_first {text-align:left; padding-left:20px; padding-top:10px;} 
.voting_table .align_right {text-align:right; padding-right:20px;}
.voting_table .align_center  {text-align:center;}

.voting_table .item {height:50px; line-height:50px; width:200px; font-size:14px; float:left; margin-top:10px;}
.voting_table .item1 {height:30px; line-height:30px; width:100px; font-size:14px; border:1px solid #1A66B3; float:left; margin-top:20px; text-align:center; margin-left:20px; border-radius: 15px;}
.voting_table .item2 {height:50px; line-height:50px; width:50px; font-size:14px; float:right; margin-top:22px; }

.voting_content .s1 {margin-top:30px; display:inline-block; line-height:22px; font-size:14px; color:#888; padding-left:20px; padding-right:20px; }

.share_content {width:240px; margin-top:5px;  float:right;}

.buying_page {padding-bottom:80px;}
.buying_content {width:1200px; margin: auto; position:relative; margin-top:20px;}
.buying_content .title .c_1 {width:430px; height:30px; line-height:30px; float:left; font-size:20px; color:#555 }
.buying_content .title .c_2 {width:100px; height:30px;  line-height:30px; float:left; font-size:14px;  border:1px solid #ddd; text-align:center; background-color: #fff; margin-left: 20px; border-radius: 6px;}
.buying_content .title .c_3 {width:280px; height:30px; line-height:30px; float:left; margin-left:30px; font-size:14px; }

.buying_content .title {width: 100%;  height: 50px;}
.buying_table {width: 100%;  border-top:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #ddd; margin-bottom:15px;}
.buying_table table{ border-collapse:collapse;  font-size:14px;}
.buying_table table thead th {background:#f0f0f0}
.buying_table table th{background:#fff; border-bottom:1px solid #ddd; height:50px; line-height:50px;}
.buying_table table td{background:#FFF; border-bottom:1px solid #ddd; height:55px;  line-height:55px; color:#666}

.buying_table .align_left {text-align:left;  padding-left:20px;} 
.buying_table .align_left_first {text-align:left; padding-left:20px; padding-top:10px;} 
.buying_table .align_right {text-align:right; padding-right:20px;}

.arrow1 { width: 20px;
    height: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(225deg);
    position:absolute; top: 70px; left:20px; right: 0;
    
}
.arrow2 { width: 20px;
    height: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position:absolute; top: 70px; left:1160px; right: 0;
    
}

@keyframes myrotate{
    form {transform:rotateZ(0deg);}    
    to    {transform:rotateZ(180deg);}
}
@-webkit-keyframes myrotate{/* Safari and Chrome */
    form {transform:rotateZ(0deg);}    
    to    {transform:rotateZ(180deg);}
}
.refresh_btn {
	animation:1s linear 0s infinite myrotate;
}

.app_download {
	width:100%; margin: auto; height: 160px;  display: block;  background-color: #f0f0f0; float:left; 
}
.app_download .app_download_content {width:1200px; margin: auto;  display: block; }  
.app_download .app_download_content .item {float: left;  width:300px; }

.partner {width:100%; margin: auto; height: 120px;  display: block;  background-color: #fff; float:left; }

.partner .partner_content {width:1200px; margin: auto;  display: block; }  
.partner .partner_content .item {float: left;  width:300px; }

.ticket_tip {font-size:14px; margin-top:15px; width:860px; margin-bottom:40px; border:0px #ccc solid; border-radius:3px; line-height:30px; padding-top:15px; padding-bottom:15px; background:#ecf2fb; text-align:center}
.ticket_page{ width:860px; margin:0 auto; margin-top:50px; padding-bottom:50px; text-align:center;}
.ticket_page .title{ font-size:24px; color:#333; text-align:center; height:60px; line-height:60px;}
.ticket_page .ticket_content{background:#FFF;border:0px #ccc solid; border-radius:13px; padding-top:20px; padding-bottom:50px; padding-left:0px;}
.ticket_page .ticket_content p{width:280px; margin-left:130px; text-align:left;padding:10px 0; position:relative;} 
.ticket_page .ticket_content i{ position:absolute;left:-210px; height:36px; line-height:36px; color:#666; font-size:14px; width:200px; text-align:right;}
.ticket_page input{ height:46px; line-height:46px;padding-left:10px; width:600px; border-radius:5px; border:1px solid #ccc;}
.ticket_page select{ height:46px; line-height:46px;padding-left:10px; width:610px; border-radius:5px; border:1px solid #ccc;}
.ticket_page textarea {padding-left:10px; padding-top:10px; width:600px; border-radius:5px; border:1px solid #ccc; font-family:Arial,Verdana,simsun}
.ticket_page a{ width:610px; text-align:center;}
.ticket_page .mail_btn {width:600px;}

.ticket_page #upload_image { height:46px; line-height:46px; margin-left:130px; border-radius:5px; margin-top:10px; margin-bottom:10px; padding-left:10px; width:600px; border:1px solid #ccc;}

.ticket_page .div_images ul {list-style: none; }
.ticket_page .div_images li {display: inline-block; height: 58px; line-height: 58px; margin-right: 30px; margin-left: 10px; }  

.index_body .ieo_tab .ieo_tab_item {background-color:#e0e0e0; width:150px; height:45px; line-height:45px; text-align:center; margin-left:10px; float:left}
.index_body .ieo_tab .current {border-bottom:2px solid #00a4f2; background-color:#fff; }
.index_body .ieo_tab a {text-decoration: none; color:#000}


.ieo_apply {width:160px; height: 40px; line-height:40px; display: block; position:absolute; top: 26px; right: 0px; background: #fff; border:1px #ddd solid; z-index:100; text-align:center; font-color:#2483ff; font-size:14px; border-radius:25px;}
.ieo_apply a {color:#888}
.ieo_apply a:hover {color:#2483ff}
.index_body .ieo_item {width:280px; height:470px; margin-left:24px; background:#fff;}
.index_body .ieo_item .item {width:100%;}
.index_body .ieo_item .coin_code {float:left; line-height:30px; height:30px;  margin-top:15px; margin-left:15px; font-size:16px; font-weight:bold;}
.index_body .ieo_item .status {float:right; font-size:14px; margin-top:15px; margin-right:15px; text-align:center; width:80px; height:30px; line-height:30px; background:rgba(74,166,87,.2); color:#4aa657}
.index_body .ieo_item .item_l {float:left; width:100px; line-height:25px; height:25px;  margin-top:10px; margin-left:15px; color:#848ca1;}
.index_body .ieo_item .item_c {float:right; width:150px; line-height:25px; height:25px; text-align:right; margin-top:10px; margin-right:15px; color:#000;}
.index_body .ieo_item .splitter {width:250px; float:left; margin-top:10px; margin-bottom:5px; margin-left:15px; border-bottom:1px solid #ddd; }

.index_body .ieo_info {float:left; width:653px; height:470px; margin-left:0px; margin-top:5px; background:#fff; border-radius:5px; border:1px #eee solid;}
.index_body .ieo_info .item_l {float:left; width:150px; line-height:40px; height:40px;  margin-top:0px; margin-left:15px; color:#aaa; border-bottom:1px solid #eee;}
.index_body .ieo_info .item_c {float:right; width:170px; line-height:40px; height:40px; text-align:right; margin-top:0px; margin-right:15px; color:#6a6a6a; border-bottom:1px solid #eee;}
.index_body .ieo_info .status {float:left; background:rgba(74,166,87,.2); color:#4aa657; width:250px; height:40px; margin-top:15px; font-size:14px; line-height:40px; text-align:center;}


.index_body .ieo_buy {float:left; width:528px; height:470px; margin-left:15px; margin-top:5px; background:#fff; font-size:12px; border-radius:5px; border:1px #eee solid;}

.index_body .ieo_buy .buy_item {width:470px; height:40px; float:left; margin-top:15px; margin-left:30px; border:1px solid #eee; }
.index_body .ieo_buy .buy_item .item_l {float:left; width:100px; line-height:40px; height:40px; margin-left:10px; color:#8a8a8a;}
.index_body .ieo_buy .ieo_coin_item {background-color:#eee; width:150px; height:45px; line-height:45px; text-align:center; margin-left:10px; float:left; cursor:pointer;}
.index_body .ieo_buy .splitter {width:1px; height:20px; float:left; margin-top:10px; margin-left:15px; border:0px; border-right:1px solid #eee; }
.index_body .ieo_buy input {width:250px; height:40px;  text-indent:20px; border:0px; outline: none;}
.index_body .ieo_buy .coin_l {float:right; margin-right:10px; height:40px; line-height:40px; color:#aaa}
.index_body .ieo_buy .ieo_percent_item {background-color:#eee; width:110px; height:30px; line-height:30px; text-align:center; margin-left:10px; float:left; cursor:pointer;}
.index_body .ieo_buy .submit {width:470px; height:40px; line-height:40px; text-align:center; font-size:16px; color:#fff; float:left; margin-top:15px; margin-left:30px; border:0px solid #eee; font-size:14px; background:#5287c6}

.index_body .ieo_description {background:#fff; width:1198px; height:550px; float:left; margin-top:15px; border-radius:5px; border:1px #eee solid;}

.index_body .ieo_description .item_l {width:100%; float:left; text-align:left; padding-left:30px; line-height:60px; height:60px; font-size:18px; color:#555}
.index_body .ieo_description .item_c {width:95%; float:left; text-align:left; padding-left:30px; padding-right:15px; font-size:14px; color:#888; line-height: 23px;} 

.index_body .ieo_description .splitter {width:1100px; float:left; margin-top:50px;margin-left:30px; border-bottom:1px solid #eee; }

.ieo_apply_now {width:300px; margin:auto; margin-top:30px; height: 50px; line-height:50px; display: block; color:#fff; background: #5287c6; z-index:100; text-align:center; color:#fff; font-size:16px; border-radius:25px;}
.ieo_apply_btn {text-decoration: none; color:#fff}
.ieo_apply_btn:hover {text-decoration: none; }

.about_us  {width:100%; margin: auto; height: 750px;  display: block; float:left; color: rgb(255, 255, 255, 0.8); background-color:#192548}
.about_us .about_us_content {margin:auto; width:1200px; height:100%;}
.about_us .title {font-size:28px;  width:200px; border-bottom:0px solid #ddd; margin:auto; text-align:center; margin-top:50px; }
.about_us .item {width: 380px; float:left; margin-top:50px; margin-right:30px; height:250px; border:0px solid #ddd; background-color: #212e58; border-radius:10px;}
.about_us .item_i {margin-left:20px; margin-top:15px;} 
.about_us .item_t {margin-left:20px; margin-top:15px; font-size:20px; color: rgb(255, 255, 255, 0.8);} 
.about_us .item_d {margin-left:20px; margin-top:20px; font-size:13px; padding-right:10px; line-height:22px; color: rgb(255, 255, 255, 0.6);} 
.about_us img {opacity:0.8;}


.staking_apply {width:280px; margin:auto; height: 45px; line-height:45px; display: block; position:absolute; bottom: 60px; left: 0px; right: 0; background: #5287c6; z-index:100; text-align:center; color:#fff; font-size:16px; border-radius:25px;}
.staking_apply a {text-decoration: none; color:#fff}
.index_body .staking_item {float:left; width:280px; height:410px; margin-left:15px; background:#fff; border-radius:5px;}
.index_body .staking_item .item {width:100%; float:left;}
.index_body .staking_item .coin_code {float:left; line-height:30px; height:30px;  margin-top:15px; margin-left:15px; font-size:16px; font-weight:bold;}
.index_body .staking_item .status {float:right; font-size:14px; margin-top:15px; margin-right:15px; text-align:center; width:80px; height:30px; line-height:30px; background:rgba(74,166,87,.2); color:#4aa657}
.index_body .staking_item .item_l {float:left; width:100px; line-height:25px; height:25px;  margin-top:10px; margin-left:15px; color:#848ca1;}
.index_body .staking_item .item_c {float:right; width:150px; line-height:25px; height:25px; text-align:right; margin-top:10px; margin-right:15px; color:#000;}
.index_body .staking_item .splitter {width:250px; float:left; margin-top:10px; margin-bottom:5px; margin-left:15px; border-bottom:1px solid #ddd; }
.index_body .staking_item .btn {width:250px; height:40px; line-height:40px; margin-top:20px; margin-left:15px; text-align:center; background:#5287c6; color:#fff; cursor: pointer; border-radius:3px;}
.index_body .staking_item ul.countdown {
    list-style: none;
    display: block;
}
.index_body .staking_item ul.countdown li {
    display: inline-block;
}
.index_body .staking_item ul.countdown li span {
	color: #ff0000;
    font-weight: 300;
}
.index_body .staking_item ul.countdown li.seperator {
	color: #ff0000;
    vertical-align: top;
}
.index_body .staking_item ul.countdown li p {
    color: #8d939a;
}

.index_body .staking_invest {float:left; width:530px; height:330px; margin-left:15px; margin-top:5px; background:#fff; font-size:12px; border-radius:5px;}
.index_body .staking_invest .buy_item {width:470px; height:46px; float:left; margin-top:10px; margin-left:30px; border:1px solid #dfdfdf; border-radius:3px;}
.index_body .staking_invest .buy_item .item_l {float:left; width:100px; line-height:46px; height:46px; margin-left:10px; color:#8a8a8a;}
.index_body .staking_invest .ieo_coin_item {background-color:#eee; width:150px; height:45px; line-height:45px; text-align:center; margin-left:10px; float:left; cursor:pointer;}
.index_body .staking_invest .splitter {width:1px; height:20px; float:left; margin-top:13px; margin-left:15px; border:0px; border-right:1px solid #eee; }
.index_body .staking_invest input {width:250px; height:46px;  text-indent:20px; border:0px; outline: none;}
.index_body .staking_invest .coin_l {float:right; margin-right:10px; height:46px; line-height:46px; color:#aaa}
.index_body .staking_invest .ieo_percent_item {background-color:#eee; width:110px; height:30px; line-height:30px; text-align:center; margin-left:10px; float:left; cursor:pointer;}
.index_body .staking_invest .submit {width:470px; height:46px; line-height:46px; text-align:center; font-size:16px; color:#fff; float:left; margin-top:0px; margin-left:30px; border:0px solid #eee; font-size:14px; background:#5287c6}

.header_content .list-menu li{ list-style: none; margin-left:15px;}
.header_content .list-menu li:hover > ul{box-shadow: 0 0 2px #ddd; display: block;}
.header_content .list-menu li ul{position: absolute; display: none; background: #fff; border:1px solid #ddd; border-radius: 5px; width: 13%; margin: 0; margin-left:-45px; padding: 0; color:#205D67; font-size: 12px; z-index:120;}
.header_content .list-menu li ul a{ text-decoration: none; color:#373737;}
.header_content .list-menu li ul a:hover{ color:#2483ff;}
.header_content .list-menu li ul a li{ line-height: 50px; height:50px; width:100%; text-align:left; margin-left:0px; text-indent:20px; border-bottom:1px solid #eee;}
.header_content .list-menu li ul a li:hover{ background: #f7f7f7; cursor: pointer;}
.header_content .list-menu li ul a li img {margin-top:-2px; margin-right:10px; width:18px;}


.index_body .farming_item {float:left; width:1200px; height:300px; background:#fff; border-radius:5px;}
.index_body .farming_item .item {float:left;}
.index_body .farming_item .coin_code {float:left; line-height:30px; height:30px;  margin-top:15px; margin-left:20px; font-size:16px; font-weight:bold;}
.index_body .farming_item .tip {float:left; line-height:30px; height:30px;  margin-top:15px; margin-left:15px; font-size:14px; color:#848ca1 }
.index_body .farming_item .status {float:left; font-size:14px; margin-top:15px; margin-left:30px; text-align:center; width:80px; height:30px; line-height:30px; border-radius:3px; background:rgba(74,166,87,.2); color:#4aa657}
.index_body .farming_item .item_l {float:left; width:100px; line-height:25px; height:25px;  font-size:14px; margin-top:10px; margin-left:20px; color:#848ca1;}
.index_body .farming_item .item_c {float:left; width:150px; line-height:25px; height:25px; text-align:left; margin-top:10px; margin-left:20px; color:#000;}
.index_body .farming_item .btn {width:150px; height:40px; line-height:40px; margin-top:20px; margin-left:25px; text-align:center; background:#5287c6; color:#fff; cursor: pointer; border-radius:3px;}
.index_body .farming_item ul.countdown {
    list-style: none;
    display: block;
}
.index_body .farming_item ul.countdown li {
    display: inline-block;
}
.index_body .farming_item ul.countdown li span {
	color: #ff0000;
    font-weight: 300;
}
.index_body .farming_item ul.countdown li.seperator {
	color: #ff0000;
    vertical-align: top;
}
.index_body .farming_item ul.countdown li p {
    color: #8d939a;
}

.index_body .farming_invest {float:left; width:530px; height:330px; margin-left:20px; margin-top:5px; background:#fff; font-size:12px; border-radius:5px;}
.index_body .farming_invest .buy_item {width:470px; height:40px; float:left; margin-top:15px; margin-left:30px; border:1px solid #eee; }
.index_body .farming_invest .buy_item .item_l {float:left; width:100px; line-height:40px; height:40px; margin-left:10px; color:#8a8a8a;}
.index_body .farming_invest .ieo_coin_item {background-color:#eee; width:150px; height:45px; line-height:45px; text-align:center; margin-left:10px; float:left; cursor:pointer;}
.index_body .farming_invest input {width:250px; height:40px;  text-indent:20px; border:0px; outline: none;}
.index_body .farming_invest .coin_l {float:right; margin-right:10px; height:40px; line-height:40px; color:#aaa}
.index_body .farming_invest .ieo_percent_item {background-color:#eee; width:110px; height:30px; line-height:30px; text-align:center; margin-left:10px; float:left; cursor:pointer;}
.index_body .farming_invest .submit {width:470px; height:40px; line-height:40px; text-align:center; font-size:16px; color:#fff; float:left; margin-top:15px; margin-left:30px; border:0px solid #eee; font-size:14px; background:#5287c6}

.success_message {border-radius:10px !important; width:auto;}
.success_message .layui-layer-btn{display:none}

.error_message {border-radius:10px !important; width:auto; }
.error_message .layui-layer-btn{display:none}

.confirm_message {border-radius:10px !important; width:auto;}
.confirm_message .layui-layer-btn{margin-bottom:10px;}

input.mail_btn { background: #3659A1; color: #FFF; border: 0px solid #3659A1;
}

.faucet_action { margin:auto; width:80px; background:#5997e9; color:#fff; height:30px; line-height:30px; border-radius: 15px;}
.faucet_action a {text-decoration: none; color:#fff}

.faucet_time { background:#c2c2c2; color:#fff; width:100px; height:30px; line-height:30px; text-align:center; margin:auto; color:#fff;  border-radius:15px;}

.faucet_time ul.countdown {
    list-style: none;
    padding-top:0px;
    display: block;
    text-align: center;
}
.faucet_time ul.countdown li {
    display: inline-block;
}
.faucet_time ul.countdown li span {
	color: #fff;
   	display:inline-block;
 	 vertical-align:middle;    
}
.faucet_time ul.countdown li.seperator {
	color: #fff;
    vertical-align: top;
}
.faucet_time ul.countdown li p {
    color: #fff;
}