@import 'iconfont/iconfont.css';
@import 'public.css';

body { background-color: #E4E4E4; }
*:focus { outline: none; }

/* 语义化HTML标签样式兼容 */
header.header { display: block; }
nav.nav { display: flex; }
main { display: block; }
section { display: block; }
footer.footer { display: block; }

.header { color: #fff; background-image: url(../images/topbg.jpg); background-position: top center; background-repeat: no-repeat; background-size: 100% auto; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.topBackground { position: absolute; }
.topLine { border-bottom: 1px solid #ffffff30; height: 68px; }
.topLine .nav { margin: auto; width: 1200px; display: flex; }
.topLine .nav .logo { display: flex; margin-top: 6px; margin-right: 30px; }
.topLine .nav .logo img { height: 56px; margin-right: 6px; }
.topLine .nav .logo dt { font-weight: bold; font-size: 22px; }
.topLine .nav .logo dd { font-weight: bold; font-size: 14px; color: #ccc; }

.topLine .nav .plate { color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; transition: all .3s; height: 68px; border-bottom: 3px solid #ffffff00; padding: 0px 15px; margin-left: 15px; white-space: nowrap; }
.topLine .nav .plate:hover { color: #b8b5d8 }
.topLine .nav .plate i { margin-right: 5px; }
.topLine .nav .current { border-color: #fff; }

/* 天眼查链接样式 */
.topLine .nav .tianyancha { 
    color: #fff; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 16px; 
    cursor: pointer; 
    transition: all .3s; 
    height: 68px; 
    border-bottom: 3px solid #ffffff00; 
    padding: 0px 15px; 
    margin-left: 15px; 
    text-decoration: none;
    white-space: nowrap;
}
.topLine .nav .tianyancha:hover { 
    color: #b8b5d8; 
    text-decoration: none;
}
.topLine .nav .tianyancha i { 
    margin-right: 5px; 
}

.header .title { margin: auto; width: 1200px; height: 200px; text-align: center; }
.header .title h1 { font-size: 42px; margin-top: 70px; line-height: 68px; }
.header .title p { font-size: 28px; line-height: 58px; }

.notice { padding: 12px; color: #333; border-radius: 10px; background-color: #fff; width: 1200px; margin: auto; margin-bottom: 16px; background-color: #F8F8F8; box-shadow: 0 6px 24px #1718201a; }
.notice .title { font-size: 14px; color: #FF5300; font-weight: 700; }
.notice .text { font-size: 14px; }

.energy { padding: 12px; color: #333; height: 345px; border-radius: 10px; background-color: #fff; width: 1200px; margin: auto; background-color: #F8F8F8; box-shadow: 0 6px 24px #1718201a; }
.energy .energyAbout { width: 34%; border-right: 1px solid #eee; padding: 16px; }
.energy .energyAbout h2 { font-size: 18px; }
.energy .energyAbout ul { line-height: 26px; list-style: initial; padding: 0px 18px; }
.energy .energyAbout li { font-size: 15px; color: #666a9c; display: list-item; list-style: initial; list-style-type: disc; margin-top: 12px; }
.energy .energyAbout label { font-weight: bold; color: #00487C; }

.stepNum { font-size: 18px; font-weight: bold; background-color: #00487C; color: #fff; border-radius: 3px; padding: 3px; }
.stepTitle { font-weight: bold; font-size: 18px; line-height: 60px; }
.stepTitle i { cursor:pointer; }
.stepTitle label { font-size:14px; }

.energyStep1 { width: 33%; padding: 16px 18px; border-right: 1px solid #eee; }
.energyStep1 input { font-size: 18px; background-color: #E7E6E6; padding: 6px; border: 0px; border-radius: 5px; color: #000; }
.energyStep1 #txtCount { text-align: center; width: 80px; }
.energyStep1 select { color: #000; font-family: Arial; font-size: 18px; height: 40px; padding: 0 5px; border: 0; border-radius: 5px; background: #e7e6e6; }
.energyStep1 select option { font-family: Arial; font-size: 18px; height: 40px; padding: 0 5px; border: 0; border-radius: 5px; background: #e7e6e6; }
.energyStep1 select:focus { outline: none; }
.energyStep1 .priceDescript { color: #444; font-size: 16px; line-height: 42px; margin-top:0px; }
.energyStep1 .poolBalance { color: #53556c; font-size: 18px; margin-bottom: 20px; font-weight: 700; margin-top: 11px; }
.energyStep1 .poolBox span { display: block; width: 100%; font-size: 22px; font-weight: 700; color: #46bc06; background-color: #E7E6E6; padding: 6px; padding-left: 12px; border: 0px; border-radius: 5px; }

.energyStep2 { width: 33%; padding: 16px 18px; }
.energyStep2 .asset { border: 1px solid #48b110; border-radius: 5px; overflow: hidden; line-height: 30px; font-size: 14px; margin-top: 12px; }
.energyStep2 .asset span { width: 60px; text-align: center; display: inline-block; padding: 0; cursor: pointer; }
.energyStep2 .asset .current { background: #48b110; color: #fff; }

.energyStep2 .payMoney { color: hsl(0, 100%, 50%); font-size: 30px; }
.energyStep2 .payMoney em { font-size: 24px; font-style: normal; }
.energyStep2 .payMoney i { font-size: 18px; color: #999; margin-left: 10px; cursor: pointer; }
.energyStep2 .payDescript { margin-top: 10px; color: #444; font-size: 14px; line-height: 30px; }
.energyStep2 .payDescript i { font-size: 18px; font-weight: 700; color: red; font-style: normal; }
.energyStep2 .addressDescript { color: #53556c; font-size: 18px; margin-bottom: 18px; font-weight: 700; margin-top: 14px; }
.energyStep2 .addressDescript i { color: #777a9c; margin-left: 5px; cursor: pointer }
.energyStep2 .address { font-size: 14px; background-color: #E7E6E6; padding: 11px; padding-left: 12px; border: 0px; border-radius: 5px; }
.energyStep2 .address i { float: right; font-size: 18px; cursor: pointer; color: #f5a623; }

.exchange { padding: 20px; border-radius: 10px; background-color: #fff; width: 1200px; margin: auto; margin-top: 30px; background-color: #F8F8F8; box-shadow: 0 6px 24px #1718201a; margin-bottom: 30px; }
.exchange h1 { text-align: center; line-height: 68px; }
.exchange .aboutTit { text-align: center; line-height: 58px; color: #000; font-size: 18px; }
.exchange .aboutTit span { font-weight: bold; font-size: 12px; color: #ff5300; }
.exchange .sumArea { display: flex; font-size: 24px; justify-content: center; }
.exchange .exchangeArea1 { text-align: center; font-weight: bold; line-height: 50px; margin-right: 20px; }
.exchange .exchangeArea2 { line-height: 65px; padding-top: 3px; margin-right: 20px; vertical-align: middle; }
.exchange .exchangeArea3 { text-align: center; font-weight: bold; line-height: 50px; padding-right: 35px; border-right: 1px solid #ccc; }
.exchange .exchangeArea4 { line-height: 50px; font-size: 20px; padding-left: 35px; }
.exchange .exchangeArea4 .addressTh { font-weight: bold; }
.exchange .exchangeDescript { margin: auto; line-height:40px; width:996px; }

.exchange input { font-size: 18px; background-color: #E7E6E6; padding: 9px; border: 0px; border-radius: 5px; color: #000; text-align: center; }
#txtInput2 { color: #ff5300; font-weight: bold; }
.exchange .line { border-left: 1px solid #ccc; display: block; width: 1px; margin: 0px 15px; height: 98px; }
.exchange .asset { display: block; background: #48b110; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 24px; color: #fff; text-align: center; line-height: 40px }
.toAsset { color: #b3b3b9; font-size: 22px; }
.addressTh { text-align: left !important; font-size: 20px; }
.exchangeAddress { text-align: left !important; font-size: 16px; background-color: #E7E6E6; padding: 9px; border: 0px; border-radius: 5px; color: #000; line-height:25px; }
.exchangeAddress .arrow { cursor: pointer; color: #f5a623;font-size:18px; }
.addressTh .iconfont { cursor: pointer; margin-left: 9px; }
.exchange .descriptTit { text-align: left; font-weight: bold; font-size: 18px; padding-top: 16px; padding-bottom: 0px; }
.exchange .descriptText { color: #777a9c; text-align: left; padding-top: 0px; }

.about { background: linear-gradient(to bottom, #E4E4E4, #fff); padding-bottom: 20px; }
.about .content { padding: 20px; border-radius: 10px; width: 1200px; margin: auto; margin-top: 30px; background-color: #F8F8F8; box-shadow: 0 6px 24px #1718201a; }
.about .content h3 { line-height: 78px; text-align: center; font-size: 23px }
.about .content p { text-indent: 50px; line-height: 35px; margin-bottom: 30px; }

.about ul { margin-left: 50px; margin-bottom: 40px; }
.about ul li i { font-weight: bold; font-size: 26px; margin-right: 9px; color: #006ba8; vertical-align: sub; line-height: 29px; }
.about ul li b { font-size: 18px; line-height: 35px; }
.about ul li span { display: block; line-height: 38px; margin-bottom: 28px; }

.faq { background: #fff; }
.faq .content { padding: 20px; border-radius: 10px; width: 1200px; margin: auto; }
.faq h2 { line-height: 50px; border-bottom: 1px solid #ccc; color: #00487C; }
.faq h2 i { font-size: 24px; margin-right: 9px; }
.faq .item { margin-left: 18px; margin-top: 12px; }
.faq .item h3 { line-height: 50px; display: list-item; list-style: initial; list-style-type: disc; font-size: 18px; }
.faq .item p { line-height: 35px; }

.footer { background: #35364b; text-align: center; padding: 20px; color: #fff; }
.footer .link {color: #fff; }
.trxrate {display: none;}

.codePopup { background: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; padding: 30px; }
.codePopup #qrcode { border: 1px solid #ccc; padding: 9px; text-align: center; }
.codePopup .btnList { margin-top: 12px; font-size: 14px; }
.codePopup .btnList .save:hover { color: #fff; }
.codePopup .btnList .close { margin-left: 16px; }
.codePopup .btnList .close:hover { color: #fff; }

@media only screen and (max-width: 768px) {
    /* 在手机屏幕上应用以下样式 */
    .topLine .nav { width: 100%; display: block !important; overflow: hidden; _zoom: 1; }
    .topLine .nav .logo { float:left; margin-right:9px; }
    .plate { display: none !important;margin-left: 0px; }
    .topLine .nav .plate {margin-left: 0px; }
    
    /* 服务按钮容器 - 使用flexbox确保在同一行 */
    .topLine .nav::after {
        content: '';
        display: table;
        clear: both;
    }
    
    /* 服务按钮样式 - 确保在同一行且对齐 */
    .service,
    .tianyancha { 
        display: initial !important;
        line-height: 30px !important;
        border: 0px !important;
        height: auto !important;
        float: right !important;
        margin-right: 3px !important;
        margin-top: 20px !important;
        white-space: nowrap !important;
        font-size: 12px !important;
    }
    .language { 
        display: initial !important; 
        line-height: 30px !important; 
        border: 0px !important; 
        height: auto !important; 
        float: right !important; 
        margin-right: 5px !important; 
        margin-top: 20px !important;
    }
    .topLine .nav .plate:hover { color: #fff!important; }

    .header { color: #fff; background-image: url(../images/topbg.jpg); background-position: top center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
    .header .title { width: 80%; }
    .header .title p { font-size:18px;line-height: 28px; }
    .notice { width: 100%; }
    .energy { width: 100%; }
    .exchange { width: 100%; }
    .about .content { width: 100%; }
    .faq .content { width: 100%; }

    .about ul { margin-left: 18px; }
    .header .title h1 { margin-top: 30px; }

    .energy { height: initial !important; }
    .energyAbout { width: 100% !important; float: initial !important; border: 0px !important; }
    .energyStep1 { width: 100% !important; float: initial !important; border: 0px; border-top: 1px solid #ccc; padding-bottom: 30px; }
    .energyStep1 .stepTitle { display: inline-table; }
    .energyStep2 { width: 100% !important; float: initial !important; border-top: 1px solid #ccc; }
    .energyStep2 .stepTitle { display: inline; }
    .energyStep2 .stepTitle div { float: initial !important; display: inline; }
    .energyStep2 .stepTitle .asset { display: inline-flex; margin-top: 0px !important; font-size: 18px; }
    .energyStep2 .stepTitle .asset span { width: 100px !important; }
    .energyStep2 .address span { font-size: 13px !important; }

    .exchange { margin-top: 16px; }
    .exchange h1 { font-size:22px!important; }
    .exchange .sumArea { display: block; overflow: hidden; _zoom: 1; }
    .exchange .exchangeArea1 { padding-left: 15px; text-align: center; font-weight: bold; line-height: 50px; width:38%; margin-right: 20px; float: left; }
    .exchange .exchangeArea1 input { width:100%; }
    .exchange .aboutTit { line-height: 38px; color: #ff7b00; font-size: 14px; }

    .exchange .exchangeArea2 { line-height: 65px; padding-top: 3px; margin-right: 10px; vertical-align: middle; width: 45px; float: left; }

    .exchange .exchangeArea3 { text-align: center; font-weight: bold; line-height: 50px; width: 38%; float: left; padding-right: 0px; border: 0px; }
    .exchange .exchangeArea3 input { width: 100%; }

    .exchange .exchangeArea4 { line-height: 50px; font-size: 20px; padding-left: 15px; float: left; }
    .exchange .exchangeArea4 .addressTh { font-weight: bold; }
    .exchange .exchangeArea4 .exchangeAddress span { font-size: 13px !important; }
    .exchange .exchangeDescript { margin: auto; line-height: 40px; width: 100% !important; }

    .about h3 { font-size:15px!important; }
    .about .content p { text-indent:30px!important; }
}
