﻿@import '/styles/iconfont/iconfont.css';
div, ul, li, h1, h2, h3, h4, p, dt, dd, img, p, form { padding: 0px; margin: 0px; }
a { text-decoration: none; }
* { list-style: none; margin: 0px; padding: 0px; font-family: "PingFangSC-Regular","Microsoft YaHei"; box-sizing: border-box; }

header { margin: 0 auto; border-bottom: 2px solid #502828; align-items: center; }
.widCenter { margin: auto; width: 1200px; }
.navlan { display: flex; }
.logo { display: flex; margin-top: 6px; }
.logo img { height: 86px; }
.logo dl { align-items: center; justify-content: center; margin-top: 16px; }
.logo dt { font-weight: bold; font-size: 22px; text-align: center; }
.logo dd { font-weight: bold; font-size: 13px; color: #444; line-height: 35px; white-space:nowrap; }

.topCenter { width: 720px; }
.topCenter img { width: 100%; height: 100%; }

.lanlink { flex-grow: 1; text-align: right; }
.lanlink a { line-height: 100px; cursor: pointer; transition: all .3s; color: #333; font-size: 16px; margin-right: 20px; white-space: nowrap; }
.lanlink a:hover { color: darkgreen; }
.lanlink i { margin-right: 5px; font-size: 20px; }

.flicker { animation: curtainOpen 2s ease-out forwards; }

@keyframes blinker {
    50% { opacity: 0; }
}

.curtain { }

@keyframes curtainOpen {
    from { opacity: 0; transform: scaleX(0); transform-origin: left; }
    to { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

.notice { border: 1px solid #ccc; padding: 12px; margin-top: 16px; font-size: 15px; border-radius: 5px; }
.notice i { margin-right: 6px; }
.notice span { display: inline-block; }


.energyArea { display: flex; margin-top: 16px; }
.illustrate { border: 1px solid #ccc; width: 360px; line-height: 30px; padding: 12px; border-radius: 5px; }
.illustrate dt { font-weight: bold; border-bottom: 1px dotted #ccc; padding-bottom: 9px; }
.illustrate dd { margin-left: 20px; border-bottom: 1px dotted #ccc; padding-bottom: 9px; margin-top: 12px; font-size: 14px; color: #222; display: list-item; list-style: initial; list-style-type: disc; text-align: justify; }
.illustrate dd:last-child { border: 0px; }

.energyStep { border: 1px solid #ccc; padding: 18px; width: 405px; margin-left: 16px; border-radius: 5px; padding-top: 0px; }
.desc { line-height: 55px; font-weight: bold; font-size: 18px; margin-top: 6px; }
.desc label { font-size: 14px; margin-left: 16px; }
.price { line-height: 40px; display: flex; }
.price span { padding: 0px 15px; background: #E7E6E6; text-align: center; border-radius: 4px; min-width: 80px; display: block; }
.price label { margin: 0px 12px; }
.describe { margin-top: 25px; font-size: 14px; }
.describe i { margin-right: 6px; font-size: 10px; }
.payTitle { color: #333; font-size: 18px; line-height: 60px; font-weight: bold; }
.payTitle i { cursor: pointer; }
.payAddress { background: #E7E6E6; text-align: center; border-radius: 4px; line-height: 40px; font-size: 14px; }
.payAddress i { margin-left: 9px; font-size: 18px; cursor: pointer; color: #502828; }
.dataTrx { margin: 0px !important; }
.convertTit { color:green; text-align:center;font-weight:bold;font-size:16px; }

.qrcodePop { 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; }
#qrcode { border: 1px solid #ccc; padding: 9px; text-align: center; }
.actList { margin-top: 12px; font-size: 14px; }
.save, .close { background-color: #4C4A48; color: #fff; padding: 6px; cursor: pointer; width: 90px; display: inline-block; border-radius: 3px; }
.save:hover { color: #fff; }
.close { margin-left: 16px; }
.close:hover { color: #fff; }

.effect { display: flex; margin-top: 20px; }
.effect p { width: 50%; text-align: center; }
.effect img { width: 120px; height: 100px; }
.effect span { display: block; margin-top: 6px; color: darkgreen; font-size: 15px; font-weight: bold; }
.effect i { font-size: 20px; vertical-align: bottom; }

.ads { margin-top: 12px; border: 1px solid #ccc; border-radius: 5px; height: 168px; }

.ads img { width: 100%; height: 100%; }

.faq { margin-top: 12px; border: 1px solid #ccc; border-radius: 5px; padding: 12px; line-height: 30px; }
.faq dt { font-weight: bold; font-size: 15px; border-bottom: 1px dotted #ccc; line-height: 50px; }
.faq dt i { margin-right: 6px; }
.faq dd { padding: 12px 0px; line-height: 32px; }
.faq dd p { text-indent: 2em; padding-bottom: 12px; }
.faq ul { margin-left: 2em; }

.link { }
.link .content { padding: 20px; border-radius: 10px; border: 1px solid #ccc; margin: 12px 0px; }
.link h2 { line-height: 35px; border-bottom: 1px solid #ccc; color: #3A3610; font-size: 16px; }
.link h2 i { font-size: 18px; margin-right: 9px; }
.link p { margin-top: 12px; }
.link p a { font-size: 14px; color: #3A3610; }

.naviga { color: #333; font-size: 14px; line-height: 35px; padding: 0px 16px; border-radius: 6px; margin-top: 6px; }
.naviga a { color: #593622; }
.naviga i { font-size: 14px; color: #3A3610; }

.apiDoc { line-height: 32px; padding: 20px; padding-top: 0px; }
.apiDoc i { font-size: 20px; }
.apiDoc h1 { line-height: 50px; border-bottom: 1px solid #ccc; color: #593622; font-size: 22px; }
.apiDoc .item { margin-left: 18px; margin-top: 12px; }
.apiDoc .item h3 { line-height: 50px; display: list-item; list-style: initial; list-style-type: disc; font-size: 18px; }
.apiDoc .item p { line-height: 35px; overflow-wrap: break-word; }
.paramTable { line-height: 35px; width: 100%; border-color: #BABABA; font-size: 14px; }
.paramTable thead { background: #C0C0C0; }
.paramTable td { padding-left: 9px; }
.paramTable .pName { white-space: nowrap; }
.paramTable .pType { white-space: nowrap; width: 20%; }

footer { text-align: center; background: #000; text-align: center; padding: 20px; color: #fff; }

@media only screen and (max-width: 768px) {
    .widCenter { width: 100%; }
    .logo { margin-right: 0px; }
    .lanlink { margin: 18px; }
    .lanlink { margin-top: 32px; }
    .lanlink a { display: block; line-height: 35px; margin-right: 12px; margin-left: auto; }
    .notice span { font-size:14px; line-height:32px; }
    .energyArea { display: block; }
    .topCenter { display: none; }
    .illustrate { width: 100%; }
    .energyStep { width: 100%; margin-left: auto; margin-top: 12px; }
    .price span { font-size: 14px; }
    .payAddress { font-size: 13px; }
    .desc label { font-size: 13px; margin-left: auto; font-weight: normal; }
    .faq dt { line-height: 32px; padding-bottom:6px; }
}
