/* ========== Header 顶部 ========== */
.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;
}

.topLine {
    border-bottom: 1px solid #ffffff30;
    height: 68px;
    position: relative;
}

.topLine .nav {
    margin: auto;
    width: 1300px;
    display: flex;
}

.topLine .nav .logo {
    display: flex;
    margin-top: 6px;
    margin-right: 50px;
}

.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 18px;
    margin-left: 33px;
}

.topLine .nav .plate:hover {
    color: #b8b5d8;
}

.topLine .nav .plate i {
    margin-right: 5px;
}

.topLine .nav .current {
    border-color: #fff;
}

.header .title {
    margin: auto;
    width: 1300px;
    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: #F8F8F8;
    width: 1300px;
    margin: auto;
    margin-bottom: 16px;
    box-shadow: 0 6px 24px #1718201a;
}

.notice .title {
    font-size: 14px;
    color: #FF5300;
    font-weight: 700;
    float: left;
    width: auto;
    height: auto;
}

.notice .content {
    float: right;
    width: calc(100% - 80px);
    overflow: hidden;
}

.notice .text {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}

/* ========== energy_menu 标签栏 ========== */
.energy_menu {
    width: 1300px;
    margin: 0 auto -10px auto;
    font-size: 14px;
    color: #444;
}

/* ========== exchange 兑换区 ========== */
.exchange {
    padding: 20px;
    border-radius: 10px;
    width: 1300px;
    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: #ff7b00;
    font-size: 18px;
}

.exchange .aboutTit .tips {
    font-weight: bold;
    font-size: 12px;
    color: #00487C;
}

.exchange .sumArea {
    display: flex;
    font-size: 24px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.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: #ff7b00;
    font-weight: bold;
}

.exchange .asset {
    display: block;
    background: #083D07;
    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;
    word-break: break-all;
}

.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;
    line-height: 28px;
}

/* ========== about 关于 ========== */
.about {
    background: linear-gradient(to bottom, #E4E4E4, #fff);
    padding-bottom: 20px;
}

.about .content {
    padding: 20px;
    border-radius: 10px;
    width: 1300px;
    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 {
    margin-bottom: 20px;
}

.about ul li i {
    font-weight: bold;
    font-size: 26px;
    margin-right: 9px;
    color: #083D07;
    vertical-align: sub;
    line-height: 29px;
}

.about ul li b {
    font-size: 18px;
    line-height: 35px;
    color: #083D07 !important;
}

.about ul li span {
    display: block;
    line-height: 38px;
    margin-bottom: 28px;
    color: #555;
}

/* ========== faq 常见问答 ========== */
.faq {
    background: #fff;
}

.faq .content {
    padding: 20px;
    border-radius: 10px;
    width: 1300px;
    margin: auto;
}

.faq h2 {
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    color: #083D07;
}

.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;
    color: #555;
}

/* ========== footer ========== */
.footer {
    background: #0e0e0e;
    text-align: center;
    padding: 20px;
    color: #fff;
}

/* ========== 响应式 ========== */
@media only screen and (max-width: 768px) {
    .topLine .nav {
        width: 100%;
        display: block !important;
        overflow: hidden;
    }

    .topLine .nav .logo {
        float: left;
        margin-right: 10px;
    }

    .plate {
        display: none !important;
    }

    .service {
        display: initial !important;
        line-height: 30px !important;
        border: 0px !important;
        height: auto !important;
        float: right !important;
        margin-right: 5px;
        margin-top: 34px;
    }

    .topLine .nav .plate:hover {
        color: #fff !important;
    }

    .header {
        background-size: 100% 25% !important;
    }

    .header .title {
        width: 100%;
    }

    .header .title p {
        font-size: 24px;
    }

    .notice,
    .energy_menu,
    .energy,
    .exchange,
    .about .content,
    .faq .content {
        width: 100%;
    }

    .notice .title {
        width: auto;
    }

    .about ul {
        margin-left: 18px;
    }

    .header .title h1 {
        margin-top: 30px;
    }

    .exchange {
        margin-top: 16px;
    }

    .exchange h1 {
        font-size: 22px !important;
    }

    .exchange .sumArea {
        display: block;
        overflow: hidden;
    }

    .exchange .exchangeArea1 {
        padding-left: 15px;
        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;
        width: 45px;
        float: left;
    }

    .exchange .exchangeArea3 {
        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 .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;
    }

    #select_multilingual {
        top: 10px;
        font-size: 11px;
    }
}

.pointer {
    cursor: pointer;
}
