html,body, div, header, nav, section,footer, ul, li, h1, h2, h3, h4, p, i, b, label, input, select,button{display:block;margin:0;padding:0;box-sizing:border-box}
input,select,button{resize:none;outline:0;transition:all .2s;font-family:"Microsoft YaHei","Helvetica Neue",Arial,"Noto Sans",sans-serif}
img{display:block;width:auto\9;-ms-interpolation-mode:bicubic;border:0}
button{cursor:pointer;transition:all ease-in-out .2s}
select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;cursor:pointer}
select::-ms-expand { display:none; }
select{border:none;outline:none;background:transparent url('data:image/svg+xml;base64,77u/PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KPHBhdGggZmlsbD0iIzc1NzY3OSIgZD0iTTIsNkwxMi4wMTYsMTYuMDE2LDIyLDZsMiwyTDEyLDIwLDAsOFoiLz4KPC9zdmc+Cg==') no-repeat right 1.6rem center/.8em}
option:disabled{color:rgb(62, 121, 226);cursor:no-drop;background:#f2f5fa}
ul,li{list-style-type:none}
h1,h2{font-weight:900}
a{color:#024;text-decoration:none;transition:all ease-in-out .25s}
a:hover{color:#16f}
html{font-size:62.5%;background:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-overflow-scrolling:touch}
body{width:100%;color:#024;font:1.4rem/1.6em "Microsoft YaHei",Helvetica, sans-serif}
.container{margin:0 auto;width:1200px}
.clear:after,ul:after{content:'';display:block;width:100%;height:0;clear:both;visibility:hidden}
nav{position:relative;height:8.8rem;padding:2rem 0;margin-bottom:1.6rem;line-height:4.6rem;border-bottom:1px solid #eaecee}
nav .container{display:flex;justify-content:space-between}
.logo{display:block;width:4rem;transition:all ease-in-out .25s}
.menu{float: left;font-size: 1.7rem;font-weight: 700;}
.menu a{display:inline-block;position:relative;padding: 0 1.6rem;color: #3f4b5d;}
.menu a.active:after,.menu a:hover:after{position:absolute;top:4.5rem;left:2rem;display:block;content: "";width:2.7rem;height:.3rem;border-radius:.2rem;background:#1838f1;opacity:.8;}
.menu a:hover:after{opacity:1;position: absolute;left: 50%;transform: translateX(-50%);}
@media (max-width:768px){
    .container{width:100%;margin:0;padding:0 2rem}
    /*.m-hide{display:none}*/
    /*table th, table td{max-width:33.3333%;}*/
}
section{padding:3rem 0}
section.dark{padding:2rem 0 4rem;background:#f8f9fb}
h1{padding:0 0 1.2rem;margin:0 -.2rem;font-size:3rem;line-height:4rem;color:#222}
h1+p{margin:0 -.2rem}
@media (max-width:768px){
    section.container{padding:1.2rem 2rem}
    section.dark{padding:3rem 0}
}
.converter{display:flex;padding:2.6rem 0 2.4rem}
.converter .amount{width:40%}
.converter .units{display:flex;width:60%;padding:0 1rem}
.converter label{display:block;line-height:3.6rem;font-size:1.4rem}
.converter input,.converter select{height:5.6rem;width:100%;padding:1rem 1.6rem;line-height:3.6rem;color:#024;border:1px solid #024;transition:all ease-in-out .2s}
.converter input{font-size:1.7rem}
.converter .select{width:44%}
.converter select{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:3.2rem}
.converter .swap,.converter .convert-btn{display:block;height:5.6rem;vertical-align:middle;line-height:5.6rem;text-align:center;font-weight:700;border:0}
.converter .swap{width:12%;margin:3.6rem 1rem 0;cursor:pointer;background:#efeff1}
.converter .swap svg{display:block;width:1.8rem;height:1.8rem;margin:2rem auto;fill:#024;transition:all ease-in-out .2s}
.converter .swap:hover svg{fill:#16f;transform:scaleX(-1);transform:scaleX(-1) scale(1.4)}
.converter .convert-btn{width:12%;margin:3.6rem 0 0;font-size:1.8rem;color:#fff;background:#16f}
.converter input:hover,.converter select:hover{box-shadow:inset 0 0 0 1px #16f;border-color:#16f}
.converter input:focus,.converter select:focus{box-shadow:inset 0 0 0 1px #026;border-color:#026}
.converter .convert-btn:hover{background:#0043bb}
@media (max-width:768px){
    .converter{display:block;padding:2.6rem 0}
    .converter .amount{width:100%}
    .converter .units{width:100%;padding:1rem 0}
    .converter .select{width:42%}
    .converter .swap{width:16%;margin:3.6rem .6rem 0}
    .converter .convert-btn{width:100%;margin:1rem 0 0}
}
.result{padding:0 0 2rem;font-weight:700;line-height:200%}
.result .f{font-size:1.7rem}
.result .t{padding:1.2rem 0 1.6rem;font-size:4rem;line-height:4.4rem;color:#000}
.result .e{font-weight:400}
.result .t span{color:#b4b8be}
.result .line{padding:0 1rem;color:#969ba2}
.answer+h3{padding:3rem 0 2rem}
.answer p, .answer b{padding:.8rem 0}
.answer a{margin:0 .8rem}
.answer a.keywords{border-bottom: 1px dotted #357aec;color: #357aec;font-weight: 600;}
.answer a.keywords:hover{border-bottom:1px solid #16f;color:#16f}
.result a,.answer a{border-bottom:1px dotted #b4b8be}
.result a:hover,.answer a:hover{border-bottom:1px solid #16f}
h2,h3{padding:2rem 0;font-size:1.8rem}
p+h2{padding:2rem 0}
ul+h3{padding-top:1rem}
section li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.popular{margin:0 -.5rem;font-size:1.5rem}
.popular li{float:left;width:20%;padding:.6rem .5rem;line-height:5rem}
.popular li a{display:block;padding:0 2.8rem 0 1.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:.2rem;background:#fff url('data:image/svg+xml;base64,77u/PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDE0Ij48cGF0aCBkPSJNMSwxNGMwLjAxNiwwLjAwNi0xLTEtMS0xTDYsNywwLDEsMSwwLDgsN1ptMTUuODUxLS4zNU0xMy4xOTItMy4yNjYiLz4KPC9zdmc+Cg==')  no-repeat right 2rem center/.57rem 1rem}
.popular li a:hover{padding-left:2.4rem}
.recent{line-height:4rem}
.recent li{float:left;width:25%}
.recent li a:hover{}
.recent+h3{margin-top:3rem}
.rates{margin:0 -.6rem 2rem}
.rates li{float:left;line-height:4.4rem;padding:.6rem;width: 20%}
.rates li a{display:block;padding:0 1.6rem;background:#f8f9fb;text-align:center;border-radius:.2rem}
.rates li a:hover{background:#16f;color:#fff}
table{width:100%;padding:0;margin:.4rem 0 0;border-collapse:collapse;border-top:1px solid #024}
table th,table td{text-align: center;padding:1.4rem 0;border:1px solid #e6e8ea}
table th{padding:1.6rem 0;color:#024;font-size:1.6rem;background-color: rgba(0, 0, 0, .04)}
table tbody tr:hover{background:rgba(66,133,244,.2)}
/*tr:nth-child(odd) {background-color: #ccc;}*/
tr:nth-child(even) {background-color: white;}
.intro{line-height:180%;color:#9296a2;text-indent:2em;padding:2rem;margin:.8rem;background:#f6f7ff;border-radius: 8px;}

/*404é”™è¯¯é¡µ*/
.page404{margin:5% auto;text-align:center}
.page404 h1{font-size:98px;line-height:150px;font-weight:700;color:#252932;margin:10px 0;text-shadow:rgba(61,61,61,.3) 1px 1px,rgba(61,61,61,.2) 2px 2px,rgba(61,61,61,.3) 3px 3px}
.page404 h2{font-size:30px;color:#505458;line-height:35px;margin:10px 0}
.page404 h3{font-size:20px;color:#505458;line-height:35px;margin:10px 0}

.detail-con a{margin:0 auto;}
.detail-con img{max-width:100%;}
.meta {border-bottom: 1px solid #eaecee;height: 40px; margin-bottom: 20px;}
.meta span {margin-right: 10px;float:left;}
.umCopyright{/* border-top: 1px solid #eaecee; padding: 12px;border: 1px solid rgba(0, 0, 0, .05);border-radius: 8px;*/}
.lists{margin:0 auto;}
.lists li{list-style-type: square;display: block;border-bottom: 1px dotted #b4b8be;}
.lists li span{float:right;line-height:4.4rem;padding:.6rem;}
.lists li a{float:left;line-height:4.4rem;padding:.6rem;}
.lists li:hover{color:#16f;}
.lists li a:hover, .lists li a{border-bottom:none;}
.lists li a::before {font-family:Arial,sans-serif; content: "◆"; margin-right: 8px; }

.page-str {text-align: center; margin-top: 30px;display: flex;justify-content: center;}
.page-str a { display: inline-block; padding: 8px 15px; text-align: center; font-size: 14px; color: #7e7e7e; background: #fff; border: solid 1px #e5e5e5; border-radius: 8px; margin: 5px 3px; }
.page-str a.on, .page-str a.curpage, .page-str a:hover { background: #4285f4; border-color: #39f; color: #fff; }
.page-str .prev, .page-str .next { font-family: 'SimSun'; font-weight: bold; font-size: 18px; }
p.links a {margin-right: 5px;font-size: 12px; /*border-right: 1px solid #ccc;*/ }
p.links a:last-child {margin-right: 0;padding-right: 0;border-right: none;}
a.on{background:#1838f1;}

@media(max-width:760px){
    .popular li,.rates li{width:50%}
    .recent li{width:50%;line-height:5rem;border-bottom:1px dashed #e6e8ea}
    .m-small,.m-small th{font-size:1.2rem}
    .lists li span {display: none;}
}
footer{padding:2.4rem 0;font-size:1.4rem;line-height:2.4rem;background:#424348;text-align:center;color:#b8b8be}
footer a{color:#b8b8be}
footer a:hover{color:#f8f9fb}
footer span{color:#878990;padding:0 1.6rem;transform:scale(.6)}
@media(max-width:760px){
    .menu{display:none}
    .nav-toggle{position:absolute;display:block;top:1.4rem;right:.8rem;width:5.6rem;height:5.2rem;padding:1.6rem;transition:all .25s ease-in-out}
    .nav-toggle:before,.nav-toggle:after{content:' ';-webkit-transition:-webkit-transform .1s .5s;-moz-transition:-moz-transform .2s .5s;transition:transform .5s}
    .nav-toggle span,.nav-toggle:before,.nav-toggle:after{display:block;width:3rem;height:.3rem;overflow:hidden;margin-bottom:.6rem;background:#222222;-webkit-backface-visibility:hidden;backface-visibility:hidden}

    .nav-active .nav-toggle:before{display:none}
    .nav-active .nav-toggle span,.nav-active .nav-toggle:after{position:absolute;right:1.6rem;top:2.4rem;width:2.4rem;z-index:999}
    .nav-active .nav-toggle span{-webkit-animation:fRR .2s ease both;animation:fRR .2s ease both}
    .nav-active .nav-toggle:after{-webkit-animation:fRL .2s ease both;animation:fRL .2s ease both}
    .nav-active .container{display:block}
    .nav-active {height:auto}
    .nav-active .menu{height:auto;display:block;width:100%;position:relative;left:0;right:0;top:2rem;z-index:99999999;padding:.6rem .2rem 2.4rem}
    .nav-active .menu a{position:relative;display:block;padding:0;}
    .nav-active .menu a:last-child{border-bottom:0}
    .nav-active .menu a:after{position:absolute;content:"";height:.6rem;width:.6rem;right:0;top:50%;margin:-.3rem .6rem 0 0;border-width:.1rem 0 0 .1rem;-ms-transform:rotate(135deg);transform:rotate(135deg);background:transparent}
    .nav-active .menu a:hover{background:transparent}

    footer{position:relative;padding:1.2rem 1rem 4rem}
}

.tx-info-module-box,
.tx-info-module-box * {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1em !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    list-style: none !important;
    max-width: none !important;
    max-height: none !important;
    line-height: 1 !important;
    background: 0 0 !important
}

.tx-info-module-box {
    margin: .5em 0 1.5em 0 !important;
}


.tx-info-module-box{
    margin-left: auto !important;
    margin-right: auto !important;
}

.tx-info-module-btn {
    display: inline-flex !important;
    height: 2.4em !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1em !important;
    border-radius: 4px !important;
    background-color: var(--tx-module-color1) !important;
    color: #fff !important;
    transition: all .35s ease 0s !important
}



.tx-info-module-btn1 {
    display: inline-flex !important;
    height: 2.4em !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1em !important;
    border-radius: 4px !important;
    background-color: #f5bb00 !important;
    color: #fff !important;
    transition: all .35s ease 0s !important
}

.tx-info-module-btn:hover {
    opacity: .9 !important;
    color: #fff !important;
    text-decoration: underline !important;
}





.tx-info-module-btn1:hover{
    text-decoration: underline !important;
}



.tx-info-module-btn1:hover {
    opacity: .9 !important;
    color: #fff !important
}

.tx-info-module-warning-tips {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border: 1px solid #ebccd1 !important;
    display: flex !important;
    align-items: flex-start !important;
    padding: 1em 1.5em !important;
    border-radius: 5px !important
}


.tx-info-module-shop-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.tx-info-module-shop-box>a {
    display: flex !important;
    align-items: center !important
}

.tx-info-module-imgbox img {
    width: 100% !important;
    border: 0 !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    border-radius: 5px !important
}

.tx-info-module-shop1-box>a {
    background-color: rgba(0, 0, 0, .04) !important;
    border-radius: 5px !important;
    padding: 1em !important;
    flex: auto !important;
    max-width: 600px !important;
    align-items: stretch !important
}

.tx-info-module-shop2-box>a {
    background-color: rgba(0, 0, 0, .04) !important;
    border-radius: 5px !important;
    padding: 1em !important;
    flex: auto !important;
    flex-direction: column !important;
    max-width: 400px !important
}

.tx-info-module-shop1-box .tx-info-module-imgbox {
    max-width: 200px !important;
    flex: none !important
}

.tx-info-module-shop1-box .tx-info-module-imgtxt {
    flex: auto !important;
    margin: 0 0 0 1.5em !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important
}

.tx-info-module-txt-title {
    font-size: 1.25em !important;
    line-height: 1.4 !important;
    max-height: 2.8em !important;
    margin: 0 0 .5em 0 !important;
    overflow: hidden !important;
    flex: none !important;
    font-weight: 700;
}

.tx-info-module-txt-info {
    opacity: .6 !important;
    line-height: 1.4 !important;
    overflow: hidden !important;
    flex: auto !important;
    display: block !important;
    font-size: 14px !important;
    text-indent: 0em !important
}

.tx-info-module-imgtxt-span {
    display: flex !important;
    align-items: center !important;
    flex: none !important;
    margin: 1em 0 0 0 !important
}

.tx-info-module-imgtxt-span span.tx-info-module-price {
    flex: auto !important;
    font-size: 1.2em !important;
    color: red !important;
    font-weight: 700 !important
}

.tx-info-module-imgtxt-span span.tx-info-module-btn {
    flex: none !important
}

.tx-info-module-btn1 {
    flex: none !important
}

.tx-info-module-shop2-box .tx-info-module-imgtxt {
    flex: auto !important;
    width: 100% !important;
    margin: 1.5em 0 0 0 !important;
    display: flex !important;
    flex-direction: column !important
}

.tx-info-module-down1-box>section {
    background-color: #fffcf9 !important;
    border-radius: 5px !important;
    padding: 1em !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    border: 1px solid #ffd9a8 !important
}

.tx-info-module-down1-box .tx-info-module-imgbox {
    width: 4.2em !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    flex: none !important
}

.tx-info-module-down1-box .tx-info-module-down-txt {
    flex: auto !important;
    padding: 0 0 0 1.5em !important
}

.tx-info-module-down1-box .tx-info-module-btn {
    height: 2.6em !important;
    font-size: 1.1em !important;
    padding: 0 2em !important;
    background-color: #7306f4 !important;
    margin: 0 0 0 1em !important;
    flex: none !important;
    text-decoration: none;
}

.tx-info-module-btn1 {
    height: 2.6em !important;
    font-size: 1.1em !important;
    padding: 0 2em !important;
    margin: 0 0 0 1em !important;
    flex: none !important;
    text-decoration: none;
}

.tx-info-post-txt1-box,
.tx-info-post-txt2-box {
    background-color: rgba(0, 0, 0, .04) !important;
    padding: 1em 1.5em !important;
    border-left: 4px solid rgba(0, 0, 0, .1) !important
}

.tx-info-post-txt1-box li {
    line-height: 2 !important;
    height: 2em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

.tx-info-post-txt2-box li {
    line-height: 1.4 !important;
    padding: .4em 0 !important
}

.tx-info-post-img1-box li {
    padding: .6em 0 !important
}

.tx-info-post-img1-box li>a {
    display: flex !important;
    align-items: center !important
}

.tx-info-post-img1-box li .tx-info-module-imgbox {
    width: 8em !important;
    height: 6em !important;
    overflow: hidden !important;
    flex: none !important;
    margin: 0 1em 0 0 !important
}

.tx-info-post-img1-box li .tx-info-module-imgbox img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important
}

.tx-info-post-img1-box .tx-info-module-txt-info,
.tx-info-post-img1-box .tx-info-module-txt-title {
    line-height: 1.4 !important;
    max-height: 2.8em !important;
    overflow: hidden !important
}

.tx-info-post-img2-box ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -.5em !important;
    margin-right: -.5em !important
}

.tx-info-post-img2-box ul li {
    width: 25% !important;
    padding: 0 .5em !important;
    margin: .5em 0 !important
}

.tx-info-post-img2-box li .tx-info-module-imgbox {
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-top: 70% !important
}

.tx-info-post-img2-box li .tx-info-module-imgbox img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 0 !important;
    z-index: 1 !important;
    object-fit: cover !important
}

.tx-info-post-img2-box li section {
    line-height: 1.4 !important;
    height: 2.8em !important;
    overflow: hidden !important;
    margin: .3em 0 0 0 !important
}

@media screen and (max-width:720px) {
    .tx-info-post-img2-box ul li {
        width: 50% !important
    }

    .tx-info-module-txt-title{
        margin: 0 0 .2em 0 !important;
    }

    .tx-info-module-down1-box>section {
        align-items: flex-start !important;
        flex-wrap: wrap !important;
        /* padding: 0.5rem !important; */
    }

    .tx-info-module-down1-box .tx-info-module-imgbox {
        position: absolute !important;
        left: 1em !important;
        top: 1em !important
    }

    .tx-info-module-down1-box .tx-info-module-down-txt {
        margin: 0 !important;
        padding-left: 5.5em !important
    }

    .tx-info-module-down1-box .tx-info-module-btn {
        margin: 1em 0 0 0 !important;
        flex: auto !important;
        padding: 0 !important;
    }

    .tx-info-module-down1-box .tx-info-module-btn1 {
        margin: 1em 1em 0 0 !important;
        flex: auto !important;
        padding: 0 !important;
    }

    .tx-info-module-shop1-box .tx-info-module-imgbox {
        max-width: 30vw !important
    }

    .tx-info-module-shop1-box .tx-info-module-txt-info {
        display: none !important
    }
}

@media screen and (max-width:320px) {
    .tx-info-module-shop1-box>a {
        flex-direction: column !important;
        align-items: flex-start !important
    }

    .tx-info-module-shop1-box .tx-info-module-imgbox,
    .tx-info-module-shop1-box .tx-info-module-imgtxt {
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important
    }

    .tx-info-module-shop1-box .tx-info-module-imgtxt {
        margin: .8em 0 0 0 !important
    }
}