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% - 44px );
    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 {
    margin-bottom: 20px;
}
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.explain {
    padding: 20px;
    margin-top: 30px;
    background: var(--form-panel-4);
    font-size: 14px;
    border-radius: 10px;
}











