@charset "utf-8";
body{margin:0;}
a{text-decoration:none}
.img{
    /* background-size: cover; */
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.publicDisplay{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    max-width: 768px;
    margin: auto;
    background: #FAFAFA;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #161A2B;
    position: relative;
}
.top{
    background: #000000;
    padding: 12px 16px;
    flex-direction: row;
    justify-content: space-between;
}
.topImg1{
    width: 72px;
    height: 24px;
}
.topImg2{
    width: 20px;
    height: 20px;
}

/* 右上角选项 */
.optionsCon{
    width: 100%;
    background: #121212;
    position: absolute;
    top: 48px;
    z-index: 2;
}
.optionsConItem{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 16px;
    border-bottom: 1px solid #303D52;
    &:last-child{
        border: none;
    }
}
.optionsConItem a{color: #FFFFFF;}
.selectOptionsConItem{
    color: #008CD6;
}
.displayClass{
    display: none;
}
.noDisplayClass{
    display: block;
}

.head{
    background-image: url('../img/index2/headBg.png');
    width: 100%;
    /* aspect-ratio: 1; */
    height: 200px;
    justify-content: flex-start;
}
.headCon{
    margin-left: 16px;
}
.headTitle{
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
}
.fireCoinText{
    color: #008CD6;
}
.fireCoinDesc{
    padding: 40px 0 18px 0;
    flex-direction: column;
}
.fireCoinImg1{
    width: 54px;
    height: 24px;
}
.fireCoinDescText{
    margin: 12px 0 4px 0;
    font-weight: bold;
    font-size: 18px;
}
.fireCoinBg{
    width: 100%;
}
.topBottom{
    padding: 17px 0 35px 0;
    flex-direction: column;
}
.topBottom1{
    display: grid;
    grid-template-columns: 100px 100px 36px 36px;
    gap: 12px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}
.topBottomItem{
    height: 36px;
    background: #0F1527;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    color: #FFFFFF;
    &::after{
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(15, 21, 39, 0.2);
        border-radius: 4px;
        position: absolute;
        top: 4px;
        left: 4px;
    }
}
.selectTopBottomItem{
    background: #008CD6;
    &::after{
        content: '';
        background: rgba(0, 140, 214, 0.2);
    }
}
.topBottomItemImg{
    width: 20px;
    height: 20px;
}
.topBottom2{
    color: #666666;
}

/* 平台简介 */
.title{
    font-weight: bold;
    font-size: 14px;
    color: #121212;
}
.titleIcon{
    width: 22px;
    height: 12px;
    &:first-child{
        margin-right: 8px;
    }
    &:last-child{
        margin-left: 8px;
    }
}
/* 我们的核心产品 */
.ourCoreProduct{
    justify-content: space-between;
    padding: 20px 0 12px 0;
}
.ourCoreProductText{
    margin: 0 7px 0 20px;
    color: #121212;
}
.ourCoreProductText1{
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}
.ourCoreProductImg{
    width: 50%;
}
.ourCoreProductCon{
    background: #FFFFFF;
    border: 1px solid #FAFAFA;
    padding-bottom: 10px;
}
/* 现货 */
.ourCoreProductConItem{
    padding: 20px 28px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.ourCoreProductConItemImg{
    width: 150px;
    height: 100px;
}
.ourCoreProductConItemDesc{
    color: #666666;
}
.ourCoreProductConItemDescIcon{
    width: 28px;
    height: 28px;
}
.ourCoreProductConItemDescTitle{
    margin: 8px 0 4px 0;
    font-weight: bold;
    font-size: 14px;
    color: #0F1527;
}
/* 合约 */
.pact{
    flex-direction: row-reverse;
}

/* 注册流程 */
.registrationProcess{
    padding: 20px 28px 10px 28px;
}
.processDetail{
    margin: 20px 0;
    color: #06091D;
    display: flex;
}
.processDetail2{
    justify-content: flex-end;
}
.serialNumber{
    font-weight: bold;
    font-size: 14px;
    color: #008CD6;
    margin-bottom: 8px;
}
.registrationProcessImg{
    width: 139px;
    margin-top: 20px;
}

/* 下载入口 */
.downloadEntry{
    padding-bottom: 30px;
}
.entryTitle{
    margin-bottom: 40px;
}
.entry{
    display: grid;
    grid-template-columns: repeat(2,120px);
    grid-template-rows: repeat(2,120px);
    gap: 24px;
    justify-content: center;
    margin: 20px 0;
}
.platform{
    background: #0F1527;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    &::after{
        content: '';
        width: 120px;
        height: 120px;
        background: rgba(15, 21, 39, 0.2);
        border-radius: 4px;
        position: absolute;
    }
    &:first-child::after{
        top: 6px;
        left: 6px;
    }
    &:nth-child(2)::after{
        top: 6px;
        right: 6px;
    }
    &:nth-child(3)::after{
        top: -6px;
        left: 6px;
    }
    &:nth-child(4)::after{
        top: -6px;
        right: 6px;
    }
}
.selectPlatform{
    background: #008CD6;
    &::after{
        content: '';
        background: rgba(0, 140, 214, 0.2);
    }
}
.item{
    width: 120px;
    height: 120px;
}
.morePlatforms{
    width: 120px;
    height: 28px;
    background: rgba(64,183,245,0);
    border-radius: 14px;
    border: 1px solid #40B7F5;
    font-weight: 400;
    font-size: 14px;
    color: #40B7F5;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}
.morePlatforms a{color: #40B7F5;}
.platformImg{
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}
.platformText{
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

/* 交易方法 */
.method{
    padding: 20px 33px;
}
.methodNav{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 4px;
    margin-bottom: 16px;
}
.methodNavItem{
    height: 30px;
    background: #667086;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.selectMethodNavItem{
    background: #008CD6;
    position: relative;
    cursor: pointer;
    &::after{
        content: '';
        width: 100%;
        height: 6px;
        background-image: url('../img/index2/methodSelect.png');
        position: absolute;
        top: 28px;
        left: 0;
        background-size: 100% 100%;
    }
}
.methodImg{
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
}
.methodText{
    text-indent: 2em;
    color: #0F1527;
}
.transactionFlow{
    width: 240px;
    height: 120px;
    background: #DBF2FF;
    margin: 16px auto;
    font-size: 14px;
    color: #008CD6;
    justify-content: space-evenly;
}
.transactionFlowRight{
    font-size: 14px;
    color: #121212;
}
.vidioCon{
    width: 240px;
   margin: auto; 
}
.video{
    width: 100%;
}

/* 常见问题 */
.faqTitle{
    margin-bottom: 16px;
}
.registrationProblem{
    background: #EEEEEE;
    border-radius: 4px;
    margin: 0 12px 12px 20px;
    &:last-child{
        margin-bottom: 20px;
    }
}
.registerProTitle{
    padding: 12px 16px 8px 16px;
    border-bottom: 2px solid #C1C1C1;
    font-weight: bold;
    font-size: 14px;
    color: #008CD6;
    justify-content: space-between;
}
.noborderRegProTitle{
    border: none;
}
.unfoldIcon{
    width: 16px;
    height: 16px;
}
.registerProCon{
    padding: 16px 16px 4px 16px;
}
.registerProConText{
    font-size: 14px;
    margin-bottom: 16px;
    color: #0F1527;
}
.registerProConText a{
    color: #0F1527;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.selectRegisterProConText{
    color: #40B7F5;
}

/* 最新资讯 */
.latestNewsCon{
    padding: 0 16px;
}
.publicLatestNewsImgCon{
    position: relative;
}
.latestNews1ImgCon{
    margin-bottom: 12px;
}
.latestNews1Img{
    width: 100%;
}
.latestNewsImgText{
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    background: rgba(51, 51, 51, 0.5);
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    overflow: hidden;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.latestNewsImgText a{
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.latestNewsImgCon{
    display: flex;
    justify-content: space-between;
    gap: 7px;
}
.latestNewsImg{
    width: calc(50% - 7px);
}
.latestNewsImg img{ width: 100%;}
.newsInformation{
    margin-top: 20px;
    position: relative;
    &::after{
        content: '';
        width: 100%;
        border-bottom: 2px solid #C1C1C1;
        position: absolute;
        top: 32px;
        left: 0;
    }
}
.newsInfoTitle{
    width: 113px;
    height: 32px;
    background: #0F1527;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin-bottom: 16px;
}
.newsInfoItem{
    justify-content: space-between;
    margin-bottom: 8px;
    color: #666666;
    &:hover{
        color: #0066FF;
    }
    &:last-child{
        margin-bottom: 20px;
    }
}
.newsInfoItem a{
    width: 100%;
    display: flex;
    color: #999;
}
.newsInfoItemLeftText{
    font-size: 14px;
    height: 20px;
    padding-left: 12px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    &::before{
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #999999;
        position: absolute;
        top: 8px;
        left: 0;
    }
}
.newsInfoItemLeftText a{
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.intervalLine{
    width: calc(100% - 32px);
    margin: auto;
    border-bottom: 2px solid #C1C1C1;
}

/* 底部 */
.bottom{
    padding: 0 0 100px 0;   
    color: #666666; 
}
.ouyiImg{
    width: 90px;
    height: 40px;
    margin-top: 32px;
}
.bottomDesc{
    flex-direction: column;
    margin: 22px 0 40px 0;
}
.aText{
    color: #3488EA;
    text-decoration: underline;
}
.twoDimensionalCodeImg{
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}
.twoDimensionalCodeCon{
    margin-bottom: 16px;
}
.twoDimensionalCodeImg22{
    right: 0;
    bottom: 0;
}
.bottomRemark{
    margin-top: 16px;
    color: #999999;
    text-align: center;
}
.friend a{color: #666666;}