.all_body {
    height: 100%;
    overflow: auto;
}
.box_wrap {
    padding-top: 75px;
}

.detail_box {
    padding: 0 16px;
    overflow: hidden;
        padding-bottom: 50px;
}

.detail_box .series_name {
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    display: none;
}

.detail_box .nft_name {
        flex: 1;
}

.detail_box .nft_creater {
    margin-top: 4px;
    display: none;
}

.detail_box .img_wrap {
    margin: 20px 0;
}

.detail_box .price {
    border-radius: 10px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    background: rgb(253, 253, 253);
    padding: 20px;
}

.detail_box .info {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    background: rgb(253, 253, 253);
    /* padding: 20px; */
}

.detail_box .detail_info {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    background: rgb(253, 253, 253);
    /* padding: 20px; */
}

.detail_box .series_name .a01 {
    text-decoration: none;
}

.detail_box .series_name .a01 .s01 {
    color: rgb(32 129 226);
    font-size: 16px;
    display: none;
    line-height: 24px;
}

.detail_box .nft_name .s01 {
    color: rgb(18,18,18);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

.detail_box .nft_creater span {}

.detail_box .nft_creater .s01 {
    margin-right: 5px;
}

.detail_box .nft_creater .s02 {}

.detail_box .img_wrap .inner {
    border-radius: 10px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    overflow: hidden;
}

.detail_box .img_wrap .link {
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.detail_box .img_wrap .img_item {
    width: 100%;
}

.detail_box .img_wrap .link img {
    width: 30px;
    /* height: 20px; */
    margin-right: 10px;
}

.detail_box .img_wrap .img_item img {
    width: 100%;
}

.detail_box .price .p01 {}

.detail_box .price .p02 {}

.detail_box .price .p03 {
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.detail_box .price .p01 span {
    color: rgb(18,18,18,0.5);
    font-size: 14px;
    line-height: 20px;
}

.detail_box .price .p02 span {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}

.detail_box .price .p02 .s01 {
    margin-right: 5px;
}

.detail_box .price .p03 span {}

.detail_box .info .info_title {
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.12);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.detail_box .info .inner {
    padding: 20px;
}

.detail_box .info .inner .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: 24px;
    font-size: 14px;
    margin-top: 8px;
}

.detail_box .info .inner .item span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail_box .detail_info .info_title {
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.12);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.detail_box .detail_info .s02 {}

.all_body.jp .detail_box .series_name .a01 .s01.jp {
    display: block;
}
.all_body.en .detail_box .series_name .a01 .s01.en {
    display: block;
}
.all_body.jp .detail_box .nft_name .s01.jp{
    display: block;
}
.all_body.en .detail_box .nft_name .s01.en{
    display: block;
}
.detail_box .nft_creater span {
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
}

.detail_box .nft_creater .s01::after {
    content: ":";
    margin-left: 3px;
}

.detail_box .price .p03 .buy {
    /* font-size: 16px; */
    /* font-weight: 600; */
    /* display: block; */
    /* text-align: center; */
    /* background: #2081E2; */
    /* color: #fff; */
    /* border-radius: 5px; */
    /* line-height: 40px; */
    /* cursor: pointer; */
}

.detail_box .price .p03 .sell {
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    background: #2081E2;
    color: #fff;
    border-radius: 5px;
    line-height: 40px;
    cursor: pointer;
}
.detail_box .price .p03 span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    background: #2081E2;
    color: #fff;
    border-radius: 5px;
    line-height: 40px;
    cursor: pointer;
    flex: 1;
    margin-left: 10px;
}

.detail_box .info .inner .item .s01 {
    color: rgb(18,18,18,0.5);
}

.detail_box .info .inner .item .s01::after {
    content: ":";
    margin-left: 3px;
}

.detail_box .info .inner .item .s02 {
    color: #121212;
}

.all_body.jp .detail_box .info .inner .item01 .s02.jp {
    display:block;
}
.all_body.en .detail_box .info .inner .item01 .s02.en {
    display:block;
}

.detail_box .info .info_title .img01 {
    width: 20px;
    opacity: 0.8;
}

.detail_box .info .info_title .img02 {
    width: 24px;
    opacity: 0.8;
}

.detail_box .info .info_title .s01 {
    flex: 1;
    margin-left: 10px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail_box .detail_info .info_title .img01 {
    width: 20px;
    opacity: 0.8;
}

.detail_box .detail_info .info_title .img02 {
    width: 24px;
    opacity: 0.8;
}

.detail_box .detail_info .info_title .s01 {
    flex: 1;
    margin-left: 10px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail_box .detail_info .inner {
    padding: 20px;
}

.detail_box .detail_info .inner span {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    color: #121212;
}
.all_body.en .detail_box .detail_info .inner span.en{
    display: inline-block;
    opacity: 1;
}
.all_body.jp .detail_box .detail_info .inner span.jp{
    display: inline-block;
    opacity: 1;
}
.detail_box .info .info_title.selected .img02 {
    content: url('/static/images/h5_icons/arrow_down.png');
}

.detail_box .info .inner.selected {
    display: none;
}

.detail_box .info .info_title.selected {
    border-bottom: none;
}

.detail_box .detail_info .info_title.selected .img02 {
    content: url('/static/images/h5_icons/arrow_down.png');
}

.detail_box .detail_info .inner.selected {
    display: none;
}

.detail_box .detail_info .info_title.selected {
    border-bottom: none;
}
.nft_name01{
    display: none;
}
.detail_box .price .p04 {
    color: rgb(18,18,18,0.5);
    font-size: 14px;
}

.detail_box .price .p04 .s01::after {
    content: ":";
    margin-left: 3px;
}

.detail_box .price .p04 .s02 {
    font-weight: 600;
    margin-right: 5px;
        margin-left: 10px;
}

.detail_box .price .p01 span::after {
    content: ":";
    margin-left: 3px;
}
/*.detail_box .price.no_nft .p04 {*/
/*    display: none;*/
/*    opacity: 0;*/
/*}*/

/*.detail_box .price.no_nft .p03 .sell {*/
/*    display: none;*/
/*    opacity: 0;*/
/*}*/
/*.detail_box .price.has_nft .p03 .buy {*/
/*    display: none;*/
/*    opacity: 0;*/
/*}*/
.p05 {
    display: flex;
    align-items: center;         /* 垂直居中对齐 */
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    gap: 8px;                    /* label 和 form 之间的间距 */
    margin: 16px 0;
}

.p05 .txt {
    white-space: nowrap;        /* 防止自动换行 */
    font-weight: bold;
    color: #333;
}

.p05 .form {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9f9f9;
    height: 40px;
}

.p05 .decrease,
.p05 .increase {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    font-size: 20px;
    color: #007bff;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

.p05 .decrease:hover,
.p05 .increase:hover {
    background-color: #e6f0ff;
}

.p05 .input {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p05 .input input {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 16px;
    background-color: transparent;
    outline: none;
}

/* 限制信息区域 */
.p04 .limits {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #666;
    padding-top: 4px;
    flex-wrap: wrap;
}

.p04 .limit {
    background-color: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
}

.detail_box .img_wrap .link a {
    text-decoration: none;
    color: rgb(18,18,18,0.5);
    padding: 6px 11px;
    text-decoration: none;
    border: solid 1px #d5dae0;
    font-size: 14px;
    color: #121212;
    border-radius: 8px;
}

.detail_box .img_wrap .link a:hover {
    color: rgb(18,18,18,0.8);
}




/*
网页端
*/

.all_body.web_size {
    padding: 0 20%;
}
#poped_give {
    position: absolute;
    height: 200%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}
#poped_give .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 88888;
}
#poped_give .pop_wrap {
    background: #ffff;
    /* background: #222E3D; */
    border-radius: 5px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    top: calc(50% - 85px);
    width: 312px;
    height: auto;
    margin-top: 0px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 28px;
}

#poped_give .pop_inner {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.input_flex{
    display:flex;
}
.input_wrap1{
        flex: 1;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        background-color: #f7f7f7;
        padding-left: 15px;
        margin: 0 15px;
}

#poped_give .input_wrap {
    font-weight: 100;
    display: flex;
    align-items: center;
    margin-right: 33px;
}

#poped_give .btn_wrap{
    text-align: center;
    /* border-top: 1px solid rgb(18, 18, 18, 0.08); */
    display: flex;
    flex-direction: row;
}

#poped_give .btn_wrap span {
    flex: 1;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;

#poped_give {
    margin-left: 5px;
    /* background-image: linear-gradient(to right, #6d9ef9, #1f5df4); */
    color:#2979ff;
}
