div.fullScreen {
    width: 100%;
    height: 100vh;
    background: var( --bg-top );
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
div.fullScreen, div.fullScreen * {
    font-size: 16px;
    color: var( --light );
    box-sizing: border-box;
}
div.fullScreenHeader {
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: relative;
}
div.fullScreenHeader i.back {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    left: 0;
    top: 0;
}
div.fullScreenBox {
    width: 100%;
    height: calc( 100% - 100px );
    padding: 10px 20px 30px 20px;
}
div.fullScreenBox div.fullScreenBody {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
div.fullScreenBox div.fullScreenBody::-webkit-scrollbar { width: 0 !important; }
div.fullScreenBox div.fullScreenBody h2 {
    margin: 12px 8px;
    font-size: 18px;
}
div.search {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
div.search input {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    background: var(--form-panel-4);
    line-height: 35px;
    border: none;
    border-radius: 10px;
}
div.search button {
    width: auto;
    height: 35px;
    background: none;
    padding: 0px 5px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 35px;
    border: none;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
}
ul.nftList {
    width: 100%;
    margin-bottom: 30px;
}
ul.nftList li {
    background: var(--form-panel-4);
    border-radius: 10px;
    overflow: hidden;
}
ul.nftList li.one {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
ul.nftList li.one img {
    height: 120px;
}
ul.nftList li.one div.info h4 {
    font-size: 16px;
}
ul.nftList li.two {
    display: inline-block;
    width: calc(50% - 6px);
    margin: 0px 1px;
    margin-bottom: 3px;
}
ul.nftList li.two img {
    height: 150px;
}
ul.nftList li.two div.info h4 {
    font-size: 14px;
}
ul.nftList li img {
    width: 100%;
    object-fit: cover;
}
ul.nftList li div.info {
    padding: 14px;
    padding-top: 3px;
}
ul.nftList li div.info p {
    margin-bottom: 0px;
    font-size: 12px;
}
div.nftBuy {
    padding-bottom: 50px;
    position: relative;
}
div.nftBuy img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0px auto;
    margin-bottom: 40px;
}
div.nftBuy div.info {
    padding: 16px;
    background: var(--form-panel-4);
    margin-bottom: 20px;
    border-radius: 8px;
}
div.nftBuy div.info h3 {
    font-size: 16px;
}
div.nftBuy div.info p {
    margin-bottom: 0px;
    font-size: 12px;
}
div.nftBuy button {
    width: calc( 100% - 40px );
    height: 40px;
    background: #ff9b43;
    font-size: 16px;
    line-height: 40px;
    border: none;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99;
}
div.nftBuy div.button {
    width: 100%;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99;
}
div.nftBuy div.button button {
    width: calc(50% - 10px - 20px);
    margin: 5px;
    position: static;
}
div.nftBuy button.stop {
    pointer-events: none;
    opacity: 0.5;
}
div.nftBuy div.explain {
    padding: 20px;
    margin-top: 30px;
    background: var(--form-panel-4);
    font-size: 14px;
    border-radius: 10px;
}
div#nft {
    width: 100%;
    padding: 20px;
}
div#nft, div#nft * {
    box-sizing: border-box;
    color: var(--light);
}
div#nft ul.classification {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 8px;
}
div#nft ul.classification li {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--form-panel-4);
}
div#nft ul.classification li.action {
    background: #ff9b43;
}
div#nft ul.list, ul#nftList {
    margin-top: 20px;
    padding-bottom: 80px;
}
ul#nftList {
    padding: 0px;
}
div#nft ul.list h2, ul#nftList h2 {
    line-height: 50px;
    text-align: center;
}
div#nft ul.list h2, ul#nftList h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 180px 0px;
}
div#nft ul.list li, ul#nftList li {
    display: inline-block;
    width: calc( 50% - 8px );
    height: auto;
    margin: 2px;
    background: var(--form-panel-4);
    border: none;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
ul#nftList li.receive {
    opacity: 0.5;
}
div#nft ul.list li div.tag, ul#nftList li div.tag {
    padding: 3px 10px;
    background: rgb(255, 165, 0);
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
}
div#nft ul.list li img, ul#nftList li img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
div#nft ul.list li div.info, ul#nftList li div.info {
    padding: 12px;
}
div#nft ul.list li div.info h3, ul#nftList li div.info h3 {
    font-size: 20px;
    font-weight: bold;
}
div#nft ul.list li div.info p, ul#nftList li div.info p {
    margin: 0;
}
div#nft ul.list li div.info p.price, ul#nftList li div.info p.price {
    line-height: 20px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgb( 87, 87, 107 );
}
div#nft ul.list li div.info p.price span, ul#nftList li div.info p.price span {
    color: rgb(255, 165, 0);
    font-size: 24px;
    font-weight: bold;
}
div#giveaway {
    width: 100%;
    height: 100%;
    background: rgb( 0,0,0, 0.5 );
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
div#giveaway * {
    color: #000;
}
div#giveaway div.body {
    width: 85%;
    height: auto;
    background: #fff;
    margin: 0px auto;
    margin-top: 200px;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}
div#giveaway div.body h3 {
    margin-bottom: 16px;
    border-bottom: 5px solid #000;
    font-size: 26px;
    font-weight: bold;
}
div#giveaway div.body div.user p {
    margin-left: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
div#giveaway div.body input {
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
    border: 1px solid rgb( 23, 38, 54 );
    background: #fff;
    border-radius: 8px;
    padding: 0px 16px;
    box-sizing: border-box;
}
div#giveaway div.body div.user {
    margin-top: 16px;
}
div#giveaway div.body div.user span {
    line-height: 18px;
    font-size: 14px;
    color: rgb( 0, 0, 0, 0.7 );
}
div#giveaway div.body div.sub {
    margin-top: 30px;
}
div#giveaway div.body div.sub button {
    background: rgb(255, 165, 0);
    color: #fff;
    font-size: 20px;
    padding: 8px 32px;
    border: none;
    border-radius: 8px;
}










