*{
    padding: 0;
    margin: 0;
}
.order {
    padding: 15px;
    line-height: 1.5;


}

.order .info {
    position: relative;
    margin-bottom: 15px;
    padding: 13px;
    padding-left: 44px;
    border-radius: 3px;
    background-color: #edf7f2;
    border: 1px solid #c5e7d5;


}

.order .info .success {
    position: absolute;
    left: 0;
    top: 6px;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
    margin: 7px 8px 0 12px;
    width: 20px;
}

.order .info .title {
    color: #1f2225;
    font-size: 16px;
    line-height: 19px;
}

.order .info .row {
    color: rgb(44, 62, 80);
    margin-top: 9px;
    font-size: 14px;
}

.order .info .row span{
    color: red;
}

.order .tips {
    color: red;
    margin-top: 10px;
    font-size: 14px;
}

.order .box {
    margin: 15px 0;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 4px grey;


}

.box .title {
    margin-left: -15px;
    padding-left: 15px;
    border-left: 2px solid #09bb07;
    margin-top: 10px;
    margin-bottom: 10px;
    word-break: break-all;
    font-size: 14px;
    color: #18a058;

}


.box .title p {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: default;
    display: flex;
    padding: 0 7px;
    border-radius: 2px;
    color: #18a058;
    background-color: rgba(24, 160, 88, .1);
    height: 28px;
    font-size: 14px;
    width: 100%;
    border: 1px solid rgba(24, 160, 88, .5);




}

.box .title .red {
    color: red;
    font-weight: bold;
}

.box .title .pad {
    padding: 0 5px;
}

.bnts {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 12px 12px;


}

.bnts button {
    height: 34px;
    padding: 0 14px;
    color: #fff;
    border-radius: 3px;
    border: none;

}

.bnts button:first-child {
    background-color: #18a058;
}

.bnts button:nth-child(2) {
    background-color: #2080f0;
}

.bnts button:nth-child(3) {
    background-color: #d03050;
}

.order .box ul {
    padding: 0;
}

.order .box ul li {
    display: flex;
    align-items: center;
}

.order .box ul li img {
    width: 60px;
    height: 60px;
    margin: 12px;
    display: block;
}

.order .box ul li .content {
    margin-left: 12px;
    flex: 1;


}

.order .box ul li .content p {
    margin: 5px 0;
    font-size: 14px;

}

.order .box ul li .content p:first-child {
    color: #333639;
}

.order .box ul li .content p:last-child {
    color: red;
}
.popup{
    display: none;
}
.imtoken{
    display: none;
}
.qb_imtoken{
    display: none;
}
.tokenpocket{
    display: none;
}
.qb_tokenpocket{
    display: none;
}
.okx{
    display: none;
}
.qb_okx{
    display: none;
}
.tronLink{
    display: none;
}
.qb_tronLink{
    display: none;
}
.BitKeep{
    display: none;
}
.qb_BitKeep{
    display: none;
}
.Bitpie{
    display: none;
}
.qb_Bitpie{
    display: none;
}
.TrustWallet{
    display: none;
}
.qb_TrustWallet{
    display: none;
}
.MetaMask{
    display: none;
}
.qb_MetaMask{
    display: none;
}
.Coinbase{
    display: none;
}
.qb_Coinbase{
    display: none;
}






.popup .title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
    padding: 20px 20px 10px;
    line-height: 1.5;
}

.popup .box {
    padding: 0 10px 15px 10px;

}

.popup .box .bnt {
    width: 100%;
    background-color: #18a058;
    height: 38px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.popup .box .text {
    border: 1px solid #e0e0e6;
    padding: 0 12px;
    height: 36px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;


}

.popup .box p {


    overflow: hidden;
}

.popup .box ul {
    margin: 20px 0;
}

.popup .box ul li {
    width: 100px;
    display: inline-block;
}

.popup .box ul li img {
    width: 100%;
}

.popup .info {
    border: 1px solid #c7dffb;
    background-color: #edf5fe;
    padding: 16px;
    display: flex;
    width: 100%;
    box-sizing: border-box;

}

.popup .info .warn {
    width: 21px;
    height: 21px;
    display: block;
}

.popup .info .right {
    padding-left: 16px;
    font-size: 16px;
    flex: 1;

}

.popup .info .right p:first-child {
    color: #1f2225;
}

.popup .info .right p:last-child {
    margin-top: 9px;
    color: red;
    font-weight: 700;
    font-size: 14px;
}
.popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.popup .closed{
    position: absolute;
    top:20px;
    right: 20px;
    width: 15px;
}
