/* banner */
.banner{
    position: relative;
    width: 100%;
	background-image: url('https://raw.githubusercontent.com/finexbox2023/homepage/main/banner_20190226.jpg');
    -webkit-background-size: 100%;
    background-size: 100%;
}
.bannerContent{
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 140px;
}
.banner .bannerContent .title{
    font-size: 46px;
    color: #fff;
    width: 730px;
    height: 140px;
    font-weight: normal;
}
/* 公告栏 
.banner .bannerContent .rightBox{
    width: 400px;
    float: right;
    margin-top: -120px;
    background: -moz-linear-gradient(top, #1a1f70 50%, #3e4ccf 100%) ;
    background: -webkit-linear-gradient(top, #1a1f70 50%,#3e4ccf 100%) ;
    background: -o-linear-gradient(top, #1a1f70 50%,#3e4ccf 100%) ;

    background: -ms-linear-gradient(top, #1a1f70 50%,#3e4ccf 100%) ;
}
.banner .bannerContent .rightBox #moocBox{
    height: 200px;
    overflow: hidden;
    margin: 20px 20px 0;
}
.banner .bannerContent .newsList li{
    height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #202a75;
    padding-top: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.banner .bannerContent .newsList li a{
    color: #6c71ad;
}
.banner .bannerContent .newsList li a:hover{
    color: #01d2a8;
    text-decoration: underline;
}
.banner .bannerContent .bannerList li:hover{
    transform: scale(1.1);
     zoom: 1;
}
/* 公告栏 end*/


/* Carousel map */
.box{
    margin-top: 140px;
    width: 100%;
    height: 30px;
    position: relative;
}
.list{
    width: 1366px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -683px;
}
.btnArrow{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 60px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: rgba(234,239,245,.5);
    cursor: pointer;
}
.next{
    right: 0;
}
.box li{
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    transition: all 0.3s ease-out;
}
.box img{
    width: 720px;
    height: 300px;
    border:none;
    float: left;
}
.p1{
    transform:translate3d(-324px,0,0) scale(0.81);
}
.p2{
    transform:translate3d(0px,0,0) scale(0.81);
    transform-origin:0 50%;
    opacity: 0.8;
    z-index: 2;
}
.p3{
    transform:translate3d(324px,0,0) scale(1);
    z-index: 3;
    opacity: 1;
}
.p4{
    transform:translate3d(648px,0,0) scale(0.81);
    transform-origin:100% 50%;
    opacity: 0.8;
    z-index: 2;
}
.p5{
    transform:translate3d(972px,0,0) scale(0.81);
}
.p6{
    transform:translate3d(1296px,0,0) scale(0.81);
}
.p7{
    transform:translate3d(1620px,0,0) scale(0.81);
}
.p8{
    transform:translate3d(1944px,0,0) scale(0.81);
}
.p9{
    transform:translate3d(2268px,0,0) scale(0.81);
}

.p10{
    transform:translate3d(2592px,0,0) scale(0.81);
}
.p11{
    transform:translate3d(2916px,0,0) scale(0.81);
}

.p12{
    transform:translate3d(3240px,0,0) scale(0.81);
}
.p13{
    transform:translate3d(3564px,0,0) scale(0.81);
}
.p14{
    transform:translate3d(3888px,0,0) scale(0.81);
}
.p15{
    transform:translate3d(4212px,0,0) scale(0.81);
}
.p16{
    transform:translate3d(4536px,0,0) scale(0.81);
}
.p17{
    transform:translate3d(4860px,0,0) scale(0.81);
}
.p18{
    transform:translate3d(5184px,0,0) scale(0.81);
}
.p19{
    transform:translate3d(5508px,0,0) scale(0.81);
}
.p20{
    transform:translate3d(5832px,0,0) scale(0.81);
}
.p21{
    transform:translate3d(6156px,0,0) scale(0.81);
}
.p22{
    transform:translate3d(6480px,0,0) scale(0.81);
}
.p23{
    transform:translate3d(6804px,0,0) scale(0.81);
}
.p24{
    transform:translate3d(7128px,0,0) scale(0.81);
}
.p25{
    transform:translate3d(7452px,0,0) scale(0.81);
}

.buttons{
    position: absolute;
    width: 928px;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -464px;
    text-align: center;
    padding-top: 10px;
}
.buttons a{
    display: inline-block;
    width: 35px;
    height: 5px;
    padding-top: 4px;
    cursor: pointer;
}
.box span{
    display: block;
    width: 35px;
    height: 1px;
    background: red;
}
.blue{
    background: blue;
}


.banner .bannerContent .title span{
    color: #01d2a8;
}
.banner .bannerContent .someMsg{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}
.banner .bannerContent .btn-exchange{
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: #01d2a8;
    margin-top: 25px;
    cursor: pointer;
}
.banner .bannerContent p.btn-exchange:hover{
    background: #0bb390;
}
.banner .bannerContent p.btn-exchange span{
    /*padding-left: 90px;*/
    padding-right: 10px;
    left: 0px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
}
.banner .bannerContent p.btn-exchange:hover span{
    /*padding-left: 70px;*/
    /*padding-right: 30px;*/
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.excheng-icon{
    width: 16px;
    height: 12px;
    vertical-align: middle;
}
.banner .bannerContent .bannerList li{
    float: left;
    margin-right: 2%;
    border: 4px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 23.5%;
}
.banner .bannerContent .bannerList li:hover{
    border: 4px solid #01d2a8;
}
.banner .bannerContent .bannerList{
    /* overflow: auto;
    margin-top: 60px; */
    position: absolute;
    bottom: 50px;
    width: 1366px;
    transition: all .4s;
    cursor: pointer;
}
.banner .bannerContent .bannerList li:last-child{
    margin-right: 0;
}
.section_1{
    background: #273f59;
    border-bottom: 1px solid #ddd;
}
.section_1 ul{
    width: 1366px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
}
.section_1 .number{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.section_1 .time{
    font-size: 16px;
    color: #1aa2a0;
}
.section_1 li{
    float: left;
    height: 60px;
    /* border-left: 1px solid #364f75; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    width: 25%;
}
.section_1 .btc_icon{
    width: 24px;
    height: 30px;
    vertical-align: middle;
    margin-top: -3px;
}
/* .section_1 li:first-child{
    width: 19.033%;
}
.section_1 li:nth-child(2n){
    width: 26.354%;
}
.section_1 li:nth-child(3n){
    width: 26.354%;
}
.section_1 li:nth-child(4n){
    width: 28.257%;
    border-right: 1px solid #364f75;
} */
.section_2{
    width: 1520px;
    margin: 100px auto 106px;
    text-align: center;
    margin-top: 38px;
}
.section_2 tr td a{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.section_2 .title,.section_3 .title{
    font-size: 40px;
    height: 80px;
    line-height: 80px;
}
.section_2 .title .candy-img{
    position: absolute;
    z-index: 0;
}
.section_2 .title .candy-img.left-img{
    left: 0;
}
.section_2 .title .text-exchang{
    position: relative;
    z-index: 1;
    color: #fff;
}
.section_2 .title .candy-img.right-img{
    right: 0;
}
.section_3 .title{
    color: #fff;
    font-weight: 500;
}
.section_2 .someMsg,.section_3,.section_5 .someMsg{
    font-size: 16px;
    color: #888;
    /* margin-top: 22px; */
}
.w20{
  width: 30px;
  position: relative;
}
.w160{
    width: 350px;
}
.w180{
    width: 160px;
}
.w320{
    width: 220px;
}
.w240{
    width: 220px;
}
.w260{
    width: 240px;
}
.section_2 table{
    /* margin-top:40px; */
}
.section_2 table>tbody>tr td{
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}
.section_2 table>tbody>tr td:first-child{
    position: relative;
}
.section_2 table>tbody>tr>td img{
    padding-top: 20px;
    padding-right: 3px;
    width: 30px;
    /* height: 30px; */
}
.section_2 table>tbody tr{
    /* border-bottom: 1px solid #e4e5f4; */
}
tbody tr td a.sell-green {
    color: #12b883;
}
tbody tr td a.buy-red{
    color: #e82525;
}
.section_2 table>tbody tr td a.sell-green img,tbody tr td a.buy-red img{
    width: 10px;
    /* height: 14px; */
    padding-top: 28px;
}
.section_2 table>tbody>tr{
    height: 52px;
    text-align: left;
    cursor: pointer;
}
.section_2 table>tbody>tr:first-child{
    cursor: default;
    background: #0d354c !important;
}
.section_2 tr{
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #888;
    text-align: center;
}
.section_2 tr:first-child{
    font-size: 14px;
}
.section_2 tr:nth-child(2n){
    background: #064855;
}
.section_2 tr:first-child{
    cursor: default;
}
.section_2 tr.empty-data td{
    text-align: center;
}
.section_2 tr.empty-data{
    background: #064855;
}
.select{
    width: 24px;
    height: 24px;
    background: url('../images/select_icon1.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}
.selected{
    width: 24px;
    height: 24px;
    background: url('../images/select_icon2.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}
/* .section_2 tr:hover{
>>>>>>> .r9758
    background: #48749b;
} */
/* .section_2 .empty-data:hover{
    background: #fff;
} */
.section_2 tr:first-child:hover{
    background: #0d354c;
}
.buy{
   color: red;
}
.section_2 tr td a.sell,.section_2 tr td a.buy{
    color: #1b82eb;
}
.top-icon{
    position: relative;
}
.top-icon img{
    width: 48px;
    height: 48px;
    position: fixed;
    z-index: 999999;
    bottom: 120px;
    right: 80px;
}
.section_3{
    background: #0d354c;
}
.professionalBox{
    width: 1520px;
    margin:0  auto ;
    text-align: center;
}
.section_3 .professionalBox .icon{
    width: 88px;
    height: 88px;
    padding-top: 40px;
}
.section_3 .professionalBox ul{
    margin-top: 60px;
    font-family: 'PingFang-SC-Medium';
}
.list-img li{
    float: left;
    width: 311px;
    height: 350px;
    position: relative; 
    perspective: 1000px;
    margin-right: 40px;}
.list-img li div,.list-img li span{
    width: 311px;
    height: 350px;
    position: absolute;
    left: 0;}  

.list-img li div{
    background:rgba(0,0,0,0.6);
    color: #fff; 
    transform: rotateY(90deg);
     transition: 0.5s ease-in-out;opacity:0;
     display: flex;
    justify-content:center;
    align-items:center;
    background: linear-gradient(56deg, #165c68 0%, #163d68 100%);
}
.list-img li:hover div{
    transform: rotateY(0);
     opacity: 1;
 }
.list-img li span{ 
    background:#0CF;
    transform: rotateY(0);
    transition: 0.5s ease-in-out;opacity:1;
    background: linear-gradient(56deg, #3f666c 0%, #69accf 100%);
} 
.list-img li:hover span{
    transform: rotateY(-90deg);
    opacity: 0;
}
.section_3 .professionalBox li:last-child{
    margin-right: 0;
}
.section_3 .professionalBox .pr_title{
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #333;
}
.section_3 .professionalBox .pr_someMsg{
    width: 230px;
    margin: 0 auto;
    font-size: 16px;
    color: #888;
}
.section_4{
    background: #fff;
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 420px;
    font-family: 'PingFang-SC-Medium';
	display: none;
}
.section_4 .section_4_box{
    width: 860px;
    margin: 0 auto;
}
.section_4_box h3,.section_4_box b{
    text-align: center;
    font-weight: normal;
}
.section_4_box h3{
    font-size: 40px;
    color: #333;
    padding-top: 64px;
    padding-bottom: 20px;
}
.section_4_box b{
    display: block;
    color: #888;
    font-size: 16px;
}
.section_4 .section_4_box ul{
    text-align: center;
}
.section_4 .section_4_box li{
    width: 200px;
    height: 120px;
    float: left;
    padding-top: 60px;
    margin-right: 20px;
}
#list4{
    margin-right: 0px;
}
.section_4 .section_4_box li img{
    width: 60px;
    height: 60px;
}
.section_4 .section_4_box li a span{
    display: block;
    font-size: 18px;
    color: #333;
    padding-top: 18px;
}
.footer .title{
    font-size: 26px;
    color: #fff;
}
.footer .b_logo{
    width: 142px;
    height: 24px;
}
.footer .companyMsg{
    font-size: 16px;
    color: #888;
    margin-top: 12px;
}
.footer .ulList1{
    padding-bottom: 40px;
}
.footer .ulList1>li:first-child{
    width: 120px;
}
.footer .ulList1>li:nth-child(2n){
    width: 271px;
}
.footer .ulList1>li:nth-child(3n){
    width: 160px;
}
.footer .ulList1>li:nth-child(4n){
    width: 486px;
    float: right;
}

.footer .finexbox{
    font-size:24px;
    color: #01d2a8;
    padding-top: 13px;
    padding-bottom: 8px;
}
.footer .msg{
    font-size:16px;
    color: #888;
    width: 400px;
}
.footer .ulList1>li{
    float: left;
    margin-right:60px ;
}
.footer .ulList1>li:last-child{
    margin-right:0 ;
}
.footer .ulList1 .ulList2 li{
    list-style: square url('../images/dot_icon.png');
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
}
.footer .ulList1 .ulList2{
    margin-left: 15px;
}
.footer .ulList1 .ulList2 li a{
    color: #888;
}
.footer .ulList1 .ulList2 li:hover,.footer .ulList1 .ulList2 li a:hover{
    color: #01d2a8;
    text-decoration: underline;
}
/*.remarks{*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*background: #161334;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
    /*color: #fff;*/
/*}*/

/* .section_1 li {
    float: left;
    width: 340px;
    height: 200px;
} */
.section_2 {
    width: 1366px;
    min-height: 480px;
    margin: 0px auto 0px;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 60px;
    background: #0d354c;
}
.professionalBox {
    width: 1366px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}
/* .section_3 .professionalBox li {
    width: 311px;
    height: 350px;
    float: left;
    margin-right: 40px;
    text-align: center;
    margin-bottom: 100px;
    background: #f5f5f5;
} */
.footer {
    background: #273f59;
}
.footer .footerBox{
    width: 1366px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer .ulList1>li {
    float: left;
}
.footer .additional{
    font-size: 14px;
    margin-top: 20px;
}
.footer .additional span{
    margin-right: 12px;
}
.footer .additional a{
    color: #888;
}
.footer .additional a:hover{
    color: #01d2a8;
    text-decoration: underline;
}
/* last news */
.section_5 {
    background: #f5f5f5;
}
.section_5 .section_5_box{
    width: 1366px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}
.section_5_box h3 {
    font-size: 40px;
    color: #333;
    font-weight: normal;
}
.section_5 .section_5_box ul{
    margin-top: 40px;
}
.section_5 .section_5_box li{
    width: 210px;
    float: left;
    background: #fff;
    padding: 36px 20px 24px;
    text-align: left;
    margin-right: 29px;
    font-size: 16px;
}
.section_5 .section_5_box li:last-child{
    margin-right: 0px;
}
.section_5 .section_5_box li:hover {
    -moz-box-shadow: -3px 6px 18px #ececec;
    -webkit-box-shadow: -3px 6px 18px #ececec;
    box-shadow: 0px 8px 16px #ececec;
}
.section_5 .section_5_box .title{
    height: 100px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.section_5 .section_5_box .read-all-icon{
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.section_5 .section_5_box a{
    color: #01d2a8;
}
.section_5 .section_5_box a:hover{
    text-decoration: underline;
}

/* 筛选分类 */
.section_2 .screenBox{
   /*  height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px; */
    position: absolute;
    left: -8%;
    top: 50%;
}
.section_2 .screenBox ul{
   /*  display:flex;
    justify-content:center;
    align-items:center; */
}
.section_2 .screenBox li{
    font-size: 34px;
    color: #c1c1c1;
}
.section_2 .screenBox li:hover{
    font-size: 40px;
    color: #fff;
}
/* 筛选分类 end */

/* 糖果空投*/
.t_banner{
    width: 500px;
    height: 80px;
}
.candyBox{
    background: url('../images/t_bg.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 500px;
    width: 1100px;
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: -550px;
    text-align: center;
    display: none;
    z-index: 9999;
}
.candyBox .po-img{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 234px;
    top: 64px;
}
.candyBox .title{
    font-size: 30px;
    margin-top: 148px;
}
.candyBox .open_icon{
    width: 300px;
    height: 300px;
    /*margin-top: 50px;*/
}
/* 问卷调查 */
.questionnaireBox{
    width: 660px;
    /* height: 620px; */
    background: #fff;
    position: fixed;
    top: 250px;
    left: 50%;
    margin-left: -300px;
    border-radius: 15px;
    display: none;
    z-index: 99;
}
.questionnaireBox .shut{
    position: absolute;
    top: 20px;
    right:20px;
    width: 32px;
    height: 32px;
}
.investigationBox{
    padding: 52px 82px 40px;
    font-size: 16px;
    text-align: center;
}
.investigationBox li{
    position: relative;
}
.investigationBox li span{
    color: red;
}
.investigationBox .input{
    border: 2px solid #c8c8c8;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.investigationBox .input.red{
    border: 2px solid red;
}
.border_color{
    box-shadow: rgb(200, 200, 200) 0px 0px 3px;
}
.investigationBox .last-li input{
    margin-top: 16px;
}
.investigationBox .last-li input.join-our{
    margin-left: 18px;
}
.investigationBox .error{
    color: red;
    position: absolute;
    button: 0px;
    display: none;
}
.investigationBox li{
    margin-bottom: 30px;
    text-align: left;
}
.investigationBox button{
    width: 175px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #01d2a8;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 30px;
}
.zane-calendar{
    z-index: 9999;
}
.investigationBox .title{
    width: 450px;
    height: 74px;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 28px;
    color: #333;
    background-image: url("../images/survey-bg.jpg");
    margin:0 auto;
    letter-spacing:0px;
}
.investigationBox .p-title{
    padding-top: 25px;
    padding-bottom: 14px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #333;
}
.investigationBox  [name="suggest"]{
    font-size: 16px;
    min-height: 120px;
    width: 436px;
    /*border: 2px solid #c8c8c8;*/
    border-radius: 5px;
    background: #f4f4f4;
}
/* 新用户注册 */
.registerBox{
    display: none;
}
.passwordBox{
    display: none;
}
.loginBox{
    width: 440px;
    /* height: 452px; */
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 50px 80px;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -300px;
    border-radius: 15px;
    z-index: 9999;
}
.loginMsg{
    position: relative;
}
.loginBox .logo_icon{
    width: 148px;
    height: 24px;
}
.sigma-content{
    margin-top: 15px;
    text-align: center;
    background-color: #fff;
}
.sigma-middle-line:before{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;/*颜色需与主题大背景色一致*/ 
    position: relative;
    top: 14px;/*调节线高*/
    left: 0;
}
.sigma-line-text{
    display: inline-block;
    background: #fff;
    padding: 0 18px 0 18px;
    position: relative;
    font-size: 16px;
    color: #888;
}
.inputBox {
    border: 1px solid #c1c1c1;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-align: left;
}
.loginBox .inputBox .input {
    font-size: 14px;
    color: #888;
    padding:0 20px 0 10px;
    display: inline-block;
}
.loginBox .inputBox input {
    font-size: 14px;
     width: 300px;
}
.loginBox .inputBox .comfirmpwd,.loginBox .inputBox .referralid{
    width: 220px;
}
.referralIDs{
    position: relative;
}
#pidmsg{
    top: 28px;
    position: absolute;
    display: block;
    font-size: 13px;
    color: red;
}
.loginBox .inputBox #-error{
    position: relative;
    top: -11px;
    font-size: 13px;
    color: red;
    text-align: left;
}
.loginBox .inputBox .icon{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.loginBox .btn-login{
    height: 40px;
    line-height: 40px;
    background: #01d2a8;
    color: #fff;
    margin-top: 20px;
}
.loginBox .btn-login input{
    background: none;
    color: #fff;
    font-size: 16px;
}
.loginBox .email-error{
    font-size: 13px;
    color: #fb2121;
    text-align: left;
    position: absolute;
    top: 185px;
}
.password-error,.repassword-error{
    font-size: 13px;
    color: #fb2121;
    text-align: left;
    position: absolute;
    top: 258px;
}
.repassword-error{
    text-align:left;
    top: 331px;
}
.loginBox .right{
    font-size: 13px;
    color: #01d2a8;
    margin-top: 15px;
}
.loginBox .xuan-group.agree{
    text-align: left;
    margin-top: 18px;
    font-size: 13px;
}
.xuan-group input{display:none;opacity:0;}
.xuan-group input[type=checkbox]+label, .xuan-group input[type=radio]+label {
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*cursor: pointer;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin:2px;
}
.xuan-group input[type=checkbox]+label:before, .xuan-group input[type=radio]+label:before {
    line-height: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    content: '';
    color: #fff;
    border: 1px solid #dce4e6;
    background-color: #f3f6f8;
    /* border-radius: 3px; */
}
.xuan-group input[type=checkbox]:checked+label:before,.xuan-group input[type=radio]:checked+label:before{
    content:' ';
    background: url(../images/selected_iocn2.png) no-repeat;
    background-size:100%;
}
.referralIDs input[type=number] {
    -moz-appearance:textfield;
}
.referralIDs input[type=number]::-webkit-inner-spin-button,
.referralIDs input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
}

/* 注册成功 */
.successBox{
    width: 676px;
    min-height: 170px;
    padding-bottom: 30px;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 414px;
    left: 50%;
    margin-left: -338px;
    border-radius: 15px;
    color: #01d2a8;
    font-size: 35px;
    display: none;
    z-index: 9999;
}
.successBox .title{
    font-size: 46px;
    margin-top: 40px;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    opacity: 0.6;
    display: none;
}
#mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    opacity: 0;
    display: none;
}
/* 糖果空投 end*/

/* logo广告 */
.commercialBox{
    width: 1366px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}
.commercialBox h3 {
    font-size: 40px;
    color: #333;
    font-weight: normal;
}
.commercialBox .someMsg {
    font-size: 16px;
    color: #888;
    margin-top: 22px;
    display: block;
}
.commercialBox img{
    height: 150px;
}
.commercialBox li{
    width: 33.33%;
    float: left;
    text-align: left;
}
/* logo广告 end*/ 

/* Language bullet box */
    .languageBox{
        position: fixed;
        bottom: 80px;
        left: 50px
    }
    .languageBox .national-flag{
        width: 48px;
        height: 48px;
        position: absolute;
        left: -30px;
        top: -11px;
        cursor: pointer;
    }
     .languageBox span{
        padding: 4px 14px 4px 24px;
        background: #48749b;
        color: #fff;
        border-radius: 16px;
        font-size: 18px;
         cursor: pointer;
     }
     .btn-language{
        position: relative;
     }
     .some-language{
        background: #273f59;
        width: 1080px;
        padding: 40px;
        overflow: hidden;
        z-index: 9999;
        position: fixed;
        left: -1080px;
        top: 7%;
        box-shadow: 1px 1px 11px #2b2b2b;
     }
     .some-language ul{
        overflow: auto;
     }
     .some-language li{
        float: left;
        width: 250px;
        margin-bottom: 10px;
     }
     .some-language li i {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 6px;
    }
    .some-language li a{
        color: #c1c1c1;
    }
.some-language li.selected-tt a{
    color: #ffffff;
}
    .some-language li a:hover{
        color: #fff;
    }
    .some-language li .zh-hk{
        background: url("../images/icon.png") no-repeat -89px -251px;
    }
    .some-language li .cn{
        background: url("../images/icon.png") no-repeat -89px -120px;
    }
    .some-language li .FR{
        background: url("../images/icon.png") no-repeat -89px -368px;
    }
    .some-language li .ru-ru{
        background: url("../images/icon.png") no-repeat -89px -279px;
    }
    .some-language li .en-us{
        background: url("../images/icon.png") no-repeat -89px -140px;
    }
    .some-language li .au-en-us{
        background: url("../images/icon.png") no-repeat -89px -1550px;
    }
    .some-language li .kr{
        background: url("../images/icon.png") no-repeat -89px -309px;
    }
    .some-language li .ja-jp{
        background: url("../images/icon.png") no-repeat -89px -164px;
    }
    .some-language li .ca-es{
        background: url("../images/icon.png") no-repeat -89px -1532px;
    }
    .some-language li .fr-fr{
        background: url("../images/icon.png") no-repeat -89px -368px;
    }
    .some-language li .tr{
        background: url("../images/icon.png") no-repeat -89px -394px;
    }
    .some-language li .in{
        background: url("../images/icon.png") no-repeat -89px -445px;
    }
    .some-language li .pt{
        background: url("../images/icon.png") no-repeat -89px -417px;
    }
    .some-language li .cn{
        background: url("../images/icon.png") no-repeat -89px -120px;
    }
    .some-language li .hk{
        background: url("../images/icon.png") no-repeat -89px -251px;
    }
    .some-language li .jp{
        background: url("../images/icon.png") no-repeat -89px -164px;
    }
    .some-language li .vi{
        background: url("../images/icon.png") no-repeat -89px -475px;
    }
    .some-language li .nl{
        background: url("../images/icon.png") no-repeat -89px -505px;
    }
    .some-language li .ar{
        background: url("../images/icon.png") no-repeat -89px -531px;
    }
    .some-language li .bd{
        background: url("../images/icon.png") no-repeat -89px -756px;
    }
    .some-language li .cs{
        background: url("../images/icon.png") no-repeat -89px -559px;
    }
    .some-language li .de{
        background: url("../images/icon.png") no-repeat -89px -588px;
    }
    .some-language li .it{
        background: url("../images/icon.png") no-repeat -89px -618px;
    }
    .some-language li .ms{
        background: url("../images/icon.png") no-repeat -89px -645px;
    }
    .some-language li .pl{
        background: url("../images/icon.png") no-repeat -89px -670px;
    }
    .some-language li .th{
        background: url("../images/icon.png") no-repeat -89px -699px;
    }
    .some-language li .uk{
        background: url("../images/icon.png") no-repeat -89px -729px;
    }
    .some-language li .be-by{
        background: url("../images/icon.png") no-repeat -89px -783px;
    }
    .some-language li .dm{
        background: url("../images/icon.png") no-repeat -89px -810px;
    }
    .some-language li .el{
        background: url("../images/icon.png") no-repeat -89px -837px;
    }
    .some-language li .fi{
        background: url("../images/icon.png") no-repeat -89px -864px;
    }
    .some-language li .hi{
        background: url("../images/icon.png") no-repeat -89px -891px;
    }
    .some-language li .lw{
        background: url("../images/icon.png") no-repeat -89px -918px;
    }
    .some-language li .mg{
        background: url("../images/icon.png") no-repeat -89px -944px;
    }
    .some-language li .rd{
        background: url("../images/icon.png") no-repeat -89px -970px;
    }
    .some-language li .ro{
        background: url("../images/icon.png") no-repeat -89px -996px;
    }
    .some-language li .sk{
        background: url("../images/icon.png") no-repeat -89px -1022px;
    }
    .some-language li .wd{
        background: url("../images/icon.png") no-repeat -89px -1049px;
    }
    .some-language li .mt{
        background: url("../images/icon.png") no-repeat -89px -1077px;
    }
    .some-language li .mm{
        background: url("../images/icon.png") no-repeat -89px -1107px;
    }
    .some-language li .al-us{
        background: url("../images/icon.png") no-repeat -89px -1160px;
    }
     .some-language li .bl{
        background: url("../images/icon.png") no-repeat -89px -1233px;
    }
     .some-language li .zh-tw{
        background: url("../images/icon.png") no-repeat -89px -1393px;
    }
      .some-language li .xgp{
        background: url("../images/icon.png") no-repeat -89px -1450px;
    }
     .some-language li .cad-us{
        background: url("../images/icon.png") no-repeat -89px -1291px;
    }
    .some-language li .cad-fr{
        background: url("../images/icon.png") no-repeat -89px -1291px;
    }
     .some-language li .ch-ep{
        background: url("../images/icon.png") no-repeat -89px -1436px;
    }
     .some-language li .cl-ep{
        background: url("../images/icon.png") no-repeat -89px -1276px;
    }
     .some-language li .id-us{
        background: url("../images/icon.png") no-repeat -89px -1479px;
    }
      .some-language li .id-mad{
        background: url("../images/icon.png") no-repeat -89px -1479px;
    }
     .some-language li .id-tme{
        background: url("../images/icon.png") no-repeat -89px -1479px;
    }
     .some-language li .ids-yn{
        background: url("../images/icon.png") no-repeat -89px -1146px;
    }
     .some-language li .il-us{
        background: url("../images/icon.png") no-repeat -89px -1175px;
    }
     .some-language li .is-us{
        background: url("../images/icon.png") no-repeat -89px -1465px;
    }
     .some-language li .ma-us{
        background: url("../images/icon.png") no-repeat -89px -1305px;
    }
     .some-language li .mx-us{
        background: url("../images/icon.png") no-repeat -89px -1334px;
    }
      .some-language li .bl-nd{
        background: url("../images/icon.png") no-repeat -89px -1233px;
    }
      .some-language li .nz-us{
        background: url("../images/icon.png") no-repeat -89px -1515px;
    }
     .some-language li .ng{
        background: url("../images/icon.png") no-repeat -89px -1363px;
    }
     .some-language li .adl-de{
        background: url("../images/icon.png") no-repeat -89px -1189px;
    }
    .some-language li .pt-us{
        background: url("../images/icon.png") no-repeat -89px -1204px;
    }
    .some-language li .pe-ep{
        background: url("../images/icon.png") no-repeat -89px -1496px;
    }
    .some-language li .ph-us{
        background: url("../images/icon.png") no-repeat -89px -1248px;
    }
    .some-language li .br-pt{
        background: url("../images/icon.png") no-repeat -89px -1218px;
    }
    .some-language li .sw-de{
        background: url("../images/icon.png") no-repeat -89px -1378px;
    }
     .some-language li .so-af-us{
        background: url("../images/icon.png") no-repeat -89px -1350px;
    }
    .some-language li .uae-us{
        background: url("../images/icon.png") no-repeat -89px -531px;
    }
    .some-language li .uk-us{
        background: url("../images/icon.png") no-repeat -89px -1131px;
    }
    .some-language li .vl-ep{
        background: url("../images/icon.png") no-repeat -89px -1422px;
    }

    .some-language li .en-ie{
        background: url("../images/icon.png") no-repeat -89px -1654px;
    }
    .some-language li .bs-fa{
        background: url("../images/icon.png") no-repeat -89px -1609px;
    }
    .some-language li .ep-kn{
        background: url("../images/icon.png") no-repeat -89px -1479px;
    }
    .some-language li .id-mad{
        background: url("../images/icon.png") no-repeat -89px -1479px;
    }
    .some-language li .id-mly{
        background: url("../images/icon.png") no-repeat -89px -1479px;
    }
    .some-language li .nbe-np{
        background: url("../images/icon.png") no-repeat -89px -1631px;
    }
    .some-language li .ph{
        background: url("../images/icon.png") no-repeat -89px -1248px;
    }
    .some-language li .ya{
        background: url("../images/icon.png") no-repeat -89px -445px;
    }
    .some-language li .ni-hs{
        background: url("../images/icon.png") no-repeat -89px -1589px;
    }
    .some-language li .nig-hs{
        background: url("../images/icon.png") no-repeat -89px -1569px;
    }

    .some-language li .am{
        background: url("../images/icon.png") no-repeat -89px -1675px;
    }
    .some-language li .az-latn{
        background: url("../images/icon.png") no-repeat -89px -1696px;
    }
    .some-language li .hu{
        background: url("../images/icon.png") no-repeat -89px -1717px;
    }
    .some-language li .ig{
        background: url("../images/icon.png") no-repeat -89px -1569px;
    }
    .some-language li .uzbek{
        background: url("../images/icon.png") no-repeat -89px -1738px;
    }
    .some-language li .tj{
        background: url("../images/icon.png") no-repeat -89px -1717px;
    }
    .some-language li .bg{
        background: url("../images/icon.png") no-repeat -89px -1889px;
    }
    .some-language li .as{
        background: url("../images/icon.png") no-repeat -89px  -891px;
    }
    .some-language li .he{
        background: url("../images/icon.png") no-repeat -89px -1894px;
    }
    .some-language li .hr{
        background: url("../images/icon.png") no-repeat -89px -1913px;
    }
    .some-language li .hy{
        background: url("../images/icon.png") no-repeat -89px -1799px;
    }
    .some-language li .ptu{
        background: url("../images/icon.png") no-repeat -89px -1857px;
    }
    .some-language li .sl{
        background: url("../images/icon.png") no-repeat -89px -1857px;
    }
    .some-language li .so{
        background: url("../images/icon.png") no-repeat -89px -1818px;
    }

.select-tr{
    display: none;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
     body{
        width: 100%;
    }
     .head-menu .nav .left {
        padding-left: 5px;
        margin-right: 0px;
    }
    .head-menu .nav .right {
        padding-right: 5px;
    }
    .box {
        margin-top: 80px;
        height: 222px;
    }
    .bannerContent {
        padding-top: 0px;
        overflow: hidden;
    }
    .list {
        width: 100%;
        height: 300px;
        overflow: inherit;
        position: absolute;
        left: 50%;
        margin-left: -592px;
    }
    .box img {
        width: 100%;
        height: 100%;
        border: none;
        float: left;
    }
    .landing-wrapper  {
    background: #273f59 !important;
    }
    .some-language{
        width: 100%;
        position: absolute;
        top: 0;
        padding: 17px 0px;
    }
    .some-language li {
        width: 50%;
    }
    .section_1 ul {
        width: 100%;
    }
    .section_1 .number {
        font-size: 20px;
    }
}        
@media (min-width: 1024px){
 .head-menu .nav .navList li {
    margin-right: 18px;
    }
    .head-menu .nav .right {
    padding-right: 0px;
}
.head-menu .nav .left {
    padding-left: 0;
}
.banner .bannerContent .title{
        font-size: 32px;
    }

} /*>=1024的设备屏幕*/

@media (min-width: 1100px) {
 .head-menu .nav .navList li {
    margin-right: 20px;
    }
    .banner .bannerContent .title{
        font-size: 32px;
    }
} /*>=1100的设备屏幕*/

@media (min-width: 1280px){
    .head-menu .nav .navList li {
    margin-right: 22px;
    }

    .banner .bannerContent .title{
        font-size: 40px;
    }
     .head-menu .nav .right {
        padding-right: 80px;
    }
    .head-menu .nav .left {
        padding-left: 80px;
    }
}

@media (min-width: 1366px) {
 .head-menu .nav .navList li {
    margin-right: 24px;
    }
} /*>=1366的设备屏幕*/ 

@media (min-width: 1440px) {
 .head-menu .nav .navList li {
    margin-right: 26px;
    }
} /*>=1440的设备屏幕*/ 

@media (min-width: 1680px) {
 .head-menu .nav .navList li {
    margin-right: 28px;
    }
}  /*>=1680的设备屏幕*/ 
@media (min-width: 1920px) {
 .head-menu .nav .navList li {
    margin-right: 30px;
    }
}  /*>=1920的设备屏幕*/

.all-select,.eth-select,.usdt-select,.ltc-select,.doge-select,.fnb-select,.trx-select,.vndc-select{
    display: none;
}
.tdBox{
    color: #fff;
    border-radius: 4px;
    position: absolute;
    width: 80px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    left: 30px;
    background: #48749b;
    z-index: 10;
    display: none;
    top: 5px;
}
.tdBox:before {
    border: solid transparent;
    content: ' ';
    height: 6px;
    top: 88%;
    position: absolute;
    left: 3px;
    width: 6px;
    -webkit-transform: rotate(45deg)!important;
    background: #48749b;
    z-index: -1;
}
/*
*, *:before, *:after{
    box-sizing: unset!important;
}
*/


/* mobile style */
.exchage{
    margin-top: .5rem;
    background: #0d354c;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.exchage .exchageTitle{
    padding-top: 2rem;
}
.exchage .exchageTitle>h2,.security .securityTitle h2, .community .communityTitle h2{
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}
.exchage .exchageTitle>div, .security .securityTitle>p, .community .communityTitle>p{
    color: #888888;
    font-size: .7rem;
    padding: .75rem 2.5rem 1.5rem 2.5rem;
}
.exchage .exchageTitle>div{
    padding-left: 1rem;
    padding-right: 1rem;
}
.coinList{
    box-shadow: none;
    overflow: hidden;
    /* background: #fff; */
    z-index: 0;
    position: relative;
}
.multTable tr {
    margin: 0;
    color: #c1c1c1;
}
.multTable tr  a{
    color: #c1c1c1;
}
.multTable {
    position: relative;
    overflow-y: auto;
    font-size: 1rem;
}
.multTable table {
    table-layout: auto !important;
    width: auto !important;
}
.multTable table {
    border-top: none;
    table-layout: fixed;
    border-collapse: collapse;
    box-shadow: 1px -2px 6px #212627;
}
.multTable table {
    /* border-top: 1px solid #bbb; */
}
.tablefixed {
    width: auto !important;
}
.tablefixed {
    /* box-shadow: 1px -2px 6px #aaa; */
    width: 90px !important;
}
.tablefixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1!important;
    /* box-shadow: 1px 0px 4px #999; */
}
.tablefixed .selected{
    width: 24px;
    height: 24px;
    background: url(../images/select_icon2.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}
.multTable .scrollbox {
    overflow-y: auto;
}
.multTable table tr td{
    position: relative;
}
.multTable table tr:first-child th, .multTable table tr td:first-child {
    text-align: center !important;
}
.multTable table tr:nth-child(odd){
    background: #064855;
}
.multTable table tr:nth-child(even){
    background: #0d354c;
}
.multTable table tr.select-tr{
    display: none;
}
.multTable .th-num {
    width: 10px;
    font-size: 12px;
}
.multTable th {
    color: #e4e4e4;
    font-weight: normal;
    text-align: left !important;
}
.multTable th, .multTable td {
    border-right: none;
    /* border-bottom: 1px solid #e5e5e5; */
}
.multTable th, .multTable td {
    /* background: #fafafa; */
    white-space: nowrap;
    padding: 5px 12px 5px 5px;
    border: none;
    height: 33px;
    line-height: 33px;
    /* border-right: 1px solid #bbb; */
    /* border-bottom: 1px solid #bbb; */
}
.tablefixed td {
    /* background: #fff; */
}
.multTable td {
    height: 33px;
    line-height: 33px;
    text-align: left !important;
}
.multTable img {
    width: 1.3rem;
    vertical-align: -9px;
    margin-right: 5px;
}
.multTable .th-price {
    width: 50px;
}
.multTable .th-range {
    width: 50px;
}
.tableMain {
    width: 850px;
}

.eth-select,.ltc-select,.doge-select,.vndc-select,.all-select{
    display: none;
}
.exchage .coinList .up{
    color: #12b883;
}
.exchage .coinList .up:before{
    content: '';
    display: inline-block;
    width: .4rem;
    height: .5rem;
    margin-right: .15rem;
    background: url("../images/web_up.png") no-repeat;
    background-size: 100%;
}
.exchage .coinList .down{
    color: #e82525;
}
.exchage .coinList .down:before{
    content: '';
    margin-right: .3rem;
    display: inline-block;
    width: .4rem;
    height: .5rem;
    background: url("../images/web_down.png") no-repeat;
    background-size: 100%;
}
.security{
    text-align: center;
    background: #ffffff;
}
.security .securityTitle{
    padding-top: 3rem;
}
.security .securityNav>div{
    width: 46%;
    /*height: 13.5rem;*/
    border-radius: .4rem;
    background: #f5f5f5;
    margin-left: .5rem;
    margin-bottom: .5rem;
    float: left;
    padding: .8rem .8rem 0 .8rem;
    box-sizing: border-box;
    font-size: 0;
    padding-bottom: 0.8rem;
}
.security .securityNav>div>span{
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    box-sizing: border-box;
}
.security .securityNav>div>span>img{
    width: 100%;
}
.security .securityNav>div>h2{
    color: #333333;
    font-size: .8rem;
    font-weight: normal;
    line-height: 100%;
    margin-top: .5rem;
}
.security .securityNav>div>p{
    color: #888888;
    font-size: .7rem;
    line-height: 120%;
    margin-top: .5rem;
}
.community{
    background: #f5f5f5;
    text-align: center;
}
.community .communityTitle{
    padding-top: 2rem;
}
.community .communityNav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.community .communityNav a{
    width: 21.33333333333333%;
    float: left;
    font-size:0;
    margin-bottom: 1.5rem;
}
.community .communityNav a>span{
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}
.community .communityNav a>span>img{
    width: 100%;
}
.community .communityNav a>p{
    margin-top: .5rem;
    font-size: .7rem;
    color: #888888;
}
.finexbox{
    background: #ffffff;
    margin-top: 1.5rem;
    box-sizing: border-box;
}
.finexbox>h3{
    padding-left: .5rem;
    padding-right: .5rem;
    font-weight: normal;
    font-size: .8rem;
    color: #333333;
}
.finexbox>p{
    padding-left: .5rem;
    padding-right: .5rem;
    margin: .75rem 0 1rem 0;
    font-size: .7rem;
    color: #888888;
}
.finexbox .finexboxNav .aboutUs>h4, .finexbox .finexboxNav .announcement>h4, .finexbox .finexboxNav .helpCenter>h4, .finexbox .finexboxNav .language>h4{
    font-size: .8rem;
    color: #333333;
    padding-left: .5rem;
    height: 2.45rem;
    line-height: 2.45rem;
    border-top: 1px solid #e1e1e1;
    position: relative;
    font-weight: normal;
}
.finexbox .finexboxNav .aboutUs>h4>i, .finexbox .finexboxNav .announcement>h4>i, .finexbox .finexboxNav .helpCenter>h4>i, .finexbox .finexboxNav .language>h4>i{
    width: .6rem;
    height: .6rem;
    position: absolute;
    right: .5rem;
    display: inline-block;
    background: url("../images/slide_down.png") no-repeat;
    background-size: 100%;
    margin-top: 1rem;
}
.finexbox .finexboxNav .aboutUs ul,.finexbox .finexboxNav .announcement ul,.finexbox .finexboxNav .helpCenter ul,.finexbox .finexboxNav .language ul{
    display: none;
    background: #f5f5f5;
}
.finexbox .finexboxNav .aboutUs ul li,.finexbox .finexboxNav .announcement ul li,.finexbox .finexboxNav .helpCenter ul li,.finexbox .finexboxNav .language ul li{
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}
.finexbox .finexboxNav .aboutUs ul li:first-child,.finexbox .finexboxNav .announcement ul li:first-child,.finexbox .finexboxNav .helpCenter ul li:first-child,.finexbox .finexboxNav .language ul li:first-child{
    border-top: 1px solid #e1e1e1;
}
.finexbox .finexboxNav .aboutUs ul li:last-child,.finexbox .finexboxNav .announcement ul li:last-child,.finexbox .finexboxNav .helpCenter ul li:last-child,.finexbox .finexboxNav .language ul li:last-child{
    border-bottom: none;
}
.finexbox .finexboxNav .aboutUs ul li a,.finexbox .finexboxNav .announcement ul li a,.finexbox .finexboxNav .helpCenter ul li a,.finexbox .finexboxNav .language ul li a{
    display: block;
    font-size: .7rem;
    color: #888888;
    position: relative;
}
.finexbox .finexboxNav .aboutUs ul li a:after,.finexbox .finexboxNav .announcement ul li a:after,.finexbox .finexboxNav .helpCenter ul li a:after,.finexbox .finexboxNav .language ul li a:after{
    content: '';
    display: inline-block;
    width: .6rem;
    height: .6rem;
    background: url("../images/web_go.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    margin-top: .55rem;
}
.finexbox .finexboxNav .language ul li>a>i{
    display: inline-block;
    width: .9rem;
    height: .55rem;
    line-height: .55rem;
    margin-right: .25rem;
}
.finexbox .finexboxNav .language ul li>a>i>img{
    width: 100%;
}
.finexbox .finexboxNav .turn{
    transform-origin:center center;
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.finexbox .copyright{
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0;
    border-top: 1px solid #e1e1e1;
}
.finexbox .copyright>span{
    color: #888888;
    font-size: .7rem;
    box-sizing: border-box;
}
.toTop{
    display: none;
    position: relative;
    margin-bottom: 4.5rem;
}
.toTop>img{
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    position: fixed;
    bottom: 2.5rem;
    right: .5rem;
}
.mask{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
}
.languageMask{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
}
.table-tags{
    margin: 0 .5rem;
    text-align: left;
}
 .table-tags>div {
    height:2rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px .2rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1aa2a0;
    color: #fff;
    margin-bottom: .3rem;
    font-size: 14px;
}
.ticker-search-input-container {
    width: 97.5%;
}
.table-tags div>i {
    display: inline-block;
    width: 24px;
    height: 15px;
    line-height: 26px;
    position: relative;
    top: 0;
    z-index: 999;
}
.table-tags .bfx-blue{
    background: url(../images/footer-share.png) no-repeat 0 -136px;
}
.table-tags .fa-flip-horizontal{
    background: url(../images/footer-share.png) no-repeat 0 -162px;
}
.ticker-search-input-container input[type=text].ticker-search-input {
    width: 100%;
    margin: 0 5px 0 0;
    background: none;
    border: none;
    height: 28px;
    line-height: 28px;
    color: #e4e4e4;
    padding-left: .2rem;
}
.table-tags>div.selected-tag {
    background: #0d354c;
}

.select_icon{
    width: 24px;
    height: 24px;
    background: url('../images/select_icon1.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}
.selected_icon{
    width: 24px;
    height: 24px;
    background: url('../images/select_icon2.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}
.tdBox {
    color: #fff;
    border-radius: 4px;
    position: absolute;
    width: 80px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    left: 14px;
    background: #48749b;
    z-index: 10;
    /* display: none; */
    top: -14px;
}
.tdBox:before {
    border: solid transparent;
    content: ' ';
    height: 4px;
    top: 74%;
    position: absolute;
    left: 2px;
    width: 8px;
    -webkit-transform: rotate(45deg)!important;
    background: #48749b;
    z-index: -1;
}