@charset "utf-8";

body {
    background: url(../images/back.jpg) no-repeat center top #f5f5f5;
    background-size: 100% auto;
    height: 100vh;
    margin: 0 auto;
}
input {
    font-size: 0.25rem;
}
/* --------------index-start-------------- */
.heads {
    width: 100%;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.35rem;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.heads .left {
    height: 0.34rem;
    width: 15%;
}
.heads .left img {
    height: 100%;
    width: auto;
    display: block;
    margin-left: 0;
}
.heads .right {
    width: 15%;
    text-align: right;
    font-size: 0.24rem;
}
.heads .tit {
    font-size: 0.35rem;
    width: 70%;
    text-align: center;
}
.heads .titindex {
    width: 100%;
    font-size: 0.35rem;
    text-align: center;
}
.banner {
    width: auto;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
/*  */
.i-contwrapp {
    margin: 0 0.3rem;
}
.contw {
    padding: 0.45rem 0.3rem 1rem;
    border-radius: 12px;
    background-color: #ffffff;
    position: relative;
}
.contw .dtit {
    width: 100%;
    height: auto;
    margin-bottom: 0.42rem;
}
.contw .dtit img {
    height: 0.42rem;
    width: auto;
    display: block;
    margin: 0 auto;
}
.contw .i-hllist-w {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.contw .i-hllist-w .left,
.contw .i-hllist-w .right {
    width: 48%;
    padding: 0.2rem 0.3rem;
    border-radius: 5px;
    background-color: #f3f1f1;
}
.contw .i-hllist-w .c-sum {
    width: 100%;
}
.contw .i-hllist-w .c-sum .icon img {
    width: auto;
    height: 0.36rem;
}
.contw .i-hllist-w .c-sum .sum-tit {
    font-size: 0.42rem;
    font-family: sans-serif, "Jost Medium";
    color: #000;
    font-weight: 500;
}
.contw .i-hllist-w .right .c-sum .sum-tit {
    color: #f54337 !important;
}
.contw .i-hllist-w .c-tit {
    font-size: 0.23rem;
    color: #000;
}
.contw .i-btn {
    width: 90%;
    margin: 0.4rem auto;
    border-radius: 8px;
    background-color: #f54337;
    background-image: linear-gradient(to right, #f54337, #ee5603);
    padding: 0.25rem;
    text-align: center;
    display: block;
    font-size: 0.35rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.88rem;
    box-shadow: 0px 6px 18px -4px #ff1c04b5;
}
.b-additional {
    width: 90%;
    margin-top: 1rem;
    display: flex;
    padding-bottom: 0.45rem;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.b-additional .text {
    font-size: 0.26rem;
    text-align: center;
    color: #333;
    width: 48%;
    line-height: 0.72rem;
    border-radius: 8px;
}
.b-additional .leftbtn {
    border: 2px solid #0eb83a;
    color: #0eb83a;
}
.b-additional .rightbtn {
    border: 2px solid #3f96dd;
    color: #3f96dd;
}
.line-c {
    border-top: 1px dotted #e5e5e5;
    /* background-color: #eee; */
    width: 100%;
    height: 1px;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    margin-left: auto;
    margin-right: auto;
}
.line-b {
    /* background-color: #eee; */
    border-top: 1px dotted #e5e5e5;
    width: 100%;
    height: 1px;
    margin-bottom: 0.4rem;
    margin-left: auto;
    margin-right: auto;
}
.exchangeListw {
    width: 100%;
    height: 2.78rem;
    background-color: #ffffff;
    border-top: 1px solid #eee;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: -2.78rem;
}
.exchangeListw .cc {
    padding: 0.45rem 0.35rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}
.exchangeListw .cc .iconw {
    width: 30%;
    height: auto;
}
.exchangeListw .cc .iconw .icon img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    border-radius: 22.5%;
}
.exchangeListw .cc .iconw:nth-child(3) .icon img {
    border: 1px solid #ddd;
}
.exchangeListw .cc .iconw .itit {
    text-align: center;
    color: #000;
    margin-top: 0.25rem;
}
.moving-box {
    animation: exchangeListwMove 1s forwards;
}
.moving-box-remove {
    animation: exchangeListwRemove 1s forwards;
}
/*  */
.cc-contw {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.3rem;
    background-color: #ffffff;
    border-radius: 8px;
}
.cc-contw .i-cc-t {
    color: #f87015;
}
.cc-contw .item-tit {
    padding: 0.25rem 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 0.34rem;
}
.cc-contw .item-cc {
    padding: 0.18rem 0;
    border-bottom: 1px dotted #eee;
    text-align: left;
    color: #666;
}
.b-b-none {
    border: none !important;
}
.cc-contw p {
    line-height: 1.5;
}
/*  */
.mu-top-tit-btn-w {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    display: flex;
    margin-bottom: 0.25rem;
}

.mu-top-tit-btn-w a {
    width: 33.333333%;
    text-align: center;
    color: #666;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.mu-top-tit-btn-w a.on {
    color: #f54337;
    font-size: 0.28rem;
}
.mu-top-tit-btn-w a.on::after {
    content: "";
    width: 0.22rem;
    height: 3px;
    border-radius: 2px;
    background-color: #f54337;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.mu-tit-btn-w {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}
.mu-tit-btn-w a {
    width: 50%;
    text-align: center;
    color: #666;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.okx-c .mu-tit-btn-w a.on {
    background-color: #000;
    color: #fff;
}
.ba-c .mu-tit-btn-w a.on {
    background-color: #efce53;
    background-image: linear-gradient(to right, #efce53, #ea9917);
    color: #fff;
}
.htx-c .mu-tit-btn-w a.on {
    background-color: #3d8bd0;
    background-image: linear-gradient(to right, #3d8bd0, #3e3bd2);
    color: #fff;
}
.cc-contw .help {
    padding-top: 0.3rem;
}
.cc-contw .help .head {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.cc-contw .help .head .left {
    width: auto;
    height: 1rem;
    margin-right: 0.25rem;
}
.cc-contw .help .head .left img {
    width: auto;
    height: 100%;
    border-radius: 20.5%;
}
.cc-contw .help .head .right .tit {
    text-align: left;
    font-size: 0.45rem;
    color: #000;
}
.cc-contw .help .head .right .concc {
    text-align: left;
    font-size: 0.22rem;
    color: #999;
}
.cc-contw .help-cc .itempic img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.cc-contw .help-cc .itemtits-okx,
.cc-contw .help-cc .itemtits-ba,
.cc-contw .help-cc .itemtits-htx {
    position: relative;
}
.cc-contw .help-cc .line-l-cc {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    z-index: 10;
    background: linear-gradient(to right, #00000000 0%, #00000033 50%, #00000000 100%);
}
.cc-contw .help-cc .line-l-cc-ba {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    z-index: 10;
    background: linear-gradient(to right, #ea991700 0%, #ea991743 50%, #ea991700 100%);
}
.cc-contw .help-cc .line-l-cc-htx {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    z-index: 10;
    background: linear-gradient(to right, #3d8bd000 0%, #3d8bd05f 50%, #3d8bd000 100%);
}
.cc-contw .help-cc .itemtits-okx span {
    display: block;
    padding: 0.12rem 0.3rem;
    border-radius: 1rem;
    font-size: 0.3rem;
    background-color: #fff;
    color: #000;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 12;
}
.cc-contw .help-cc .itemtits-ba span {
    display: block;
    padding: 0.12rem 0.3rem;
    border-radius: 1rem;
    font-size: 0.3rem;
    color: #ea9917;
    background-color: #fff;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 12;
}
.cc-contw .help-cc .itemtits-htx span {
    display: block;
    padding: 0.12rem 0.3rem;
    border-radius: 1rem;
    font-size: 0.3rem;
    color: #3d8bd0;
    background-color: #fff;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 12;
}
.cc-contw .help-cc .itemtxt {
    width: 100%;
    height: auto;
    line-height: 1.8;
    text-align: center;
    margin: 0.25rem auto 0.32rem;
    font-size: 0.25rem;
}
@keyframes exchangeListwMove {
    0% {
        bottom: -2.78rem;
    }

    100% {
        bottom: 0;
    }
}
@keyframes exchangeListwRemove {
    0% {
        bottom: 0;
    }

    100% {
        bottom: -2.78rem;
    }
}
/* user */
.topline {
    width: auto;
    height: 3rem;
}
.login-container {
    width: 80%;
    margin: 0 auto 0;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.login-container h1 {
    text-align: center;
    margin-bottom: 0.3rem;
    font-size: 0.35rem;
    font-weight: 700;
}

.login-container label {
    display: block;
    margin: 0.2rem auto;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
    padding: 0.25rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.login-container input[type="submit"] {
    width: 100%;
    padding: 0.25rem;
    background-color: #f54337;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    border-radius: 5px;
}

.login-container input[type="submit"]:hover {
    background-color: #45a049;
}

.error-message {
    color: #ff0000;
    margin-bottom: 0.25rem;
}
.admin {
    margin: 0.3rem;
    background-color: #fff;
    border-radius: 8px;
    padding: 0.2rem 0.3rem 0.45rem;
}
.admin .h2 {
    font-size: 0.3rem;
    line-height: 0.88rem;
    border-bottom: 1px solid #ddd;
}
.admin .h2 a {
    color: #666;
}
.admin .h2 .on {
    font-weight: bold;
    color: #f54337;
    font-size: 0.28rem;
}
.admin form {
    margin-top: 0.3rem;
}

.admin label {
    display: block;
    margin-bottom: 0.25rem;
}

.admin input[type="number"],
.admin input[type="text"] {
    width: 100%;
    padding: 0.2rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 0.25rem;
}

.admin a.submit {
    width: 100%;
    padding: 0.25rem;
    background-color: #f54337;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 0.28rem;
    display: block;
}

.message-all {
    padding: 0.25rem 0.3rem;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    z-index: 20;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    display: none;
}
.message-all-error {
    padding: 0.25rem 0.3rem;
    border-radius: 10px;
    background-color: rgba(236, 19, 19, 0.8);
    color: #fff;
    position: fixed;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.admin a.btn {
    color: #666;
    text-decoration: none;
    margin-top: 0.25rem;
    display: inline-block;
}

@media screen and (min-width: 1081px) {
}
