
.ad_wrap {
    height: 285px;
    margin: 0 15px;
    margin-top: 54px;
    /* padding-bottom: 20px; */
    overflow: hidden;
}

.ad_wrap .ad_inner {
    height: 270px;
}

.ad_wrap .ad_inner .item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 15px;
}

.ad_wrap .ad_inner .item img {
    height: 100%;
    width: 100%;
}

.ad_wrap .bx-pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


.ad_wrap .bx-pager .bx-pager-item a {
    /* visibility: hidden; */
    /* opacity: 0; */
    display: block;
    background: #fff;
    opacity: 0.2;
    width: 30px;
    height: 3px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.ad_wrap .bx-pager .bx-pager-item a.active {
    background: #f0c947;
    width: 20px;
    opacity: 1;
}


.ad_wrap .bx-controls-direction{
    display: none;
}
.ad_wrap .bx-pager{

}

.four_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0 15px;
    margin-top: 15px;
}

.two_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 35px;
}

.coin_list {
    margin-top: 20px;
    padding-bottom: 80px;
}

.four_item .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 60px;
        flex: 1;
    overflow: hidden;
}

.four_item .item img {
    height: 33px;
    width: 33px;
}

.four_item .item span {
    color: #9fa6b5;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two_item .item {
    text-align: center;
    cursor: pointer;
}

.two_item .item .d01 {
    margin-bottom: 6px;
}

.two_item .item .d02 {
    font-size: 18px;
    margin-bottom: 6px;
}

.two_item .item .d01 .s01 {
    font-size: 12px;
    color: #fff;
}

.two_item .item .d01 .s02 {
    font-size: 12px;
}

.coin_list .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #22222D;
    box-shadow: var(--shadow,0 0 33px 0 rgba(34,34,44,.25));
    margin: 15px;
    margin-top: 0;
    padding: 6px 15px;
    border-radius: 6px;
    cursor: pointer;
    height: 72px;
}

.coin_list .item .d01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.coin_list .item .d02 {
    font-size: 16px;
    font-weight: 600;
}

.coin_list .item .d03 {
    font-size: 12px;
}

.coin_list .item .d01 img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.coin_list .item .d01 .dd01 {}

.coin_list .item .d01 .dd01 .coin_name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.coin_list .item .d01 .dd01 .dd02 {
    margin-top: 6px;
    color: #9fa6b5;
    font-size: 12px;
}

.coin_list .item .d01 .dd01 .dd02 .s01 {
    margin-right: 5px;
}

.coin_list .item .d01 .dd01 .dd02 .vol {}



#set_lan img {
    height: 12px !important;
    width: 12px !important;
}

#set_lan span {
    font-size: 10px !important;
        color: #fff;
    margin-right: 8px;
}
.notice{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 15px;
    padding-bottom: 0;



}
.notice .left{
    padding: 6px 15px;
        padding-left: 0;
}
.notice .left img{
    height: 20px;
    width: 20px;
}

.notice .right{
    padding: 6px 15px;
}
.notice .right img{
    height: 16px;
    width: 16px;
}




.notice .notice_content {
    /* display: flex; */
    /* flex-direction: column; */
    height: 33px;



}


.notice .bx-wrapper{
    width: 100%;
    flex: 1;
}
.notice .bx-controls {
    display: none;
}

.notice {}

.notice .notice_content span {
    line-height: 33px;
    height: 100%;
    text-align: left;
    width: 100%;
    overflow: hidden;
    display: none;
    cursor: pointer;

}

.notice .notice_content span.selected{
    display: block;!important;
}







.nft_products {
        padding-bottom: 80px;
}

.nft_products .hot_nft {
    margin-top: 10px;
}

.nft_products .nft_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 15px;
}
.nft_products .nft_list {
    display: none;
    padding: 0 15px;
}

.nft_products .nft_list.selected {
    display: block;
}
.nft_products .items_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    /* gap: 10px; */
}

.nft_products .nft_item {
    overflow: hidden;
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 10px;
    max-width: calc(50%);
    overflow: hidden;
}

.nft_products .nft_title span {
    font-weight: 600;
    font-size: 20px;
    /* margin-left: 10px; */
    color: #ceb359;
}
.nft_products .nft_title .s01{
    display: none;
}
.nft_products .nft_title .s01.selected{
    display: block;!important;
}

.nft_products .nft_title a {
    font-size: 13px;
    color: #9fa6b5;
}

.nft_products .nft_item .img_wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nft_products .nft_item .d01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding: 0 10px;
}

.nft_products .nft_item .d02 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-top: 5px;
    padding: 0 10px;
}

.nft_products .nft_item .d03 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
    padding: 0 10px;
}

.nft_products .nft_item .img_wrap img {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 12px;
    z-index: 88;
    border-radius: 5px;
}

.nft_products .nft_item .d01 .nft_name {
    color: darkgoldenrod;
    display: none;
}
.nft_products .nft_item .d01 .nft_name.selected {
    display: block;!important;
}

.nft_products .nft_item .d01 span {

height: 30px;

font-size: 22px;

float: left;

overflow: hidden;

white-space: nowrap;

text-overflow: ellipsis;
}

.nft_products .nft_item .d01 span.s02 {
    width: 50%;
    height: 40px;
    /* line-height: 40px; */
    color: #000;
    float: right;
    text-align: center;
    border-radius: 5px;
    background-color: #f8a12e;
    padding: 5px 0;
}

.nft_products .nft_item .d02 span.s02 {
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}

.nft_products .nft_item .d02 .s02 {}

.nft_products .nft_item .d02 span {
    font-size: 14px;
    color: #9fa6b5;
}

.nft_products .nft_item .d03 .s01 {}

.nft_products .nft_item .d03 .s02 {
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    color: #fff;
}
.nft_products .nft_item .d03 .s02::before {
    content: "$";
}

.nft_products .nft_item .d03 span {
    font-size: 14px;
    color: #9fa6b5;
}

.nft_products .nft_item .d02 span.s01::after {
    content: ":";
}

.nft_products .nft_item .d03 .s01::after {
    content: ":";
}
#set_lan{
        padding-right: 20px;
}
.nft_products .nft_item .img_wrap .img_blur {
    overflow: hidden;
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    width: 100%;
    padding: 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 86;
    height: 100%;
}
.nft_products .nft_item .d02 img {
    height: 15px;
}


.nft_products .nft_item .d04 {
    margin: 10px 0 0 10px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    color: rgb(51, 51, 51);
    font-size: 12px;
    display: inline-block;
}

.nft_products .nft_item .d04 img {
    height: 15px;
    margin-right: 5px;
}

.nft_products .nft_item .d04 .d04_wrap {
    /* width: auto; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #f8a12e;
    border-radius: 6px;
    padding: 3px 10px;
}

.ad_wrap .bx-wrapper {
    overflow: hidden;
}



.nft_search {
    background: #484859;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    width: auto;
    max-width: 50%;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
}

.nft_search input {

    color: #fff;
    padding-left: 15px;
    z-index: 2;
    width: 100%;
}

.nft_search .s02 {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    z-index: 1;
}

.nft_search img {
    width: 25px;
    /* margin-right: 15px; */
    cursor: pointer;
}
.show_research_show{
    display: block;
}
.show_research_hide{
    display: none;
}

.nft_products .nft_item:hover {
    border-image: linear-gradient(307deg, #ffadad, #ffd6a5, #fdffb6, #9bf6ff, #a0c4ff, #bdb2ff, #ffc6ff) 1;
}
.poped_index .item_list .item09 .d01 a {
    text-decoration: none;
    color: rgb(18,18,18);
    font-size: 16px;
    font-weight: 600;
}

.nft_products .nft_item .inner {
    background: #22222D;
    border: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow, 0 0 33px 0 rgba(34, 34, 44, .25)) !important;
    border-image: linear-gradient(90deg, #ffadad, #ffd6a5, #fdffb6, #9bf6ff, #a0c4ff, #bdb2ff, #ffc6ff) 1;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(180deg, #413970, #1d1931 99.99%);
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding-bottom: 12px;
}


.big_cat {
    margin-top: 75px;
    /* width: 200%; */
    white-space: nowrap;
    overflow: hidden;
    /* background: red; */
    background: transparent;
    position: absolute;
    /* top: 75px; */
    left: 0;
    z-index: 22;
    padding-left: 20px;
        width: 100%;
}

.big_cat .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    overflow: auto;
    height: 40px;
}

.big_cat .inner .item {
    padding: 8px 16px;
    width: fit-content;
    cursor: pointer;
    color: white;
    border-radius: 8px;
    /* background: rgba(255, 255, 255, 0.12); */
}

.big_cat .inner .item.selected {
    background: rgba(255, 255, 255, 0.12);
}

.big_cat .inner .item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.big_cat .inner .item:hover {
    background: rgba(255, 255, 255, 0.12);
}
.big_cat .inner::-webkit-scrollbar {
    display: none;
}
.big_ad {
    width: 100%;
    position: relative;
}

.big_ad .inner {
    width: 100%;
}

.big_ad .item_inner {
    position: relative;
}

.big_ad .item_inner .main_img {
    position: relative;
    z-index: 2;
    padding: 0 16px;
    padding-top: 150px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.big_ad .item_inner .create_img {
    height: 48px;
    width: 48px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255,0.5);
    background-color: black;
    margin-bottom: 15px;
}

.big_ad .item_inner .series_name {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.big_ad .item_inner .creator_name {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}


.big_ad .inner .item {
    width: 100%;
}

.big_ad .item_inner .create_img img {
    height: 48px;
    width: 48px;
}

.big_ad .item_inner .series_name span {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}



.big_ad .item_inner .creator_name span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}



.item_inner {}

.blur_img {}

.big_ad .blur_img {
    width: 100%;
    /* padding: 0 10px; */
    /*inset: 0px 0px -1px;*/
    transition: background 0.3s linear;
    width: 100%;
    background-size: cover;
    position: absolute;
    z-index: 1;
    height: 70%;
    overflow: hidden;
}

.big_ad .blur_img::after {
    backdrop-filter: blur(80px);
    background: linear-gradient(360deg, rgb(255, 255, 255) 20%, rgba(0, 0, 0, 0) 60%) rgba(0, 0, 0, 0.5);
    pointer-events: none;
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    /* top: 0; */
    /* left: 0; */
}

.all_body {
    position: relative;
    background: transparent;
}

.big_cat .inner .item a:hover {
    color: #fff;
}


.big_ad .item_inner .main_img img {
    width: 95%;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}


.big_ad .item_inner .wrap {
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: 20px;
    width: 100%;
    padding-left: 16px;
}



.big_nft_items {
        margin-top: 20px;
}

.big_nft_items .big_nft {
    /* padding-bottom: 24px; */
}

.big_nft_items .big_title {
    padding-bottom: .75rem;
    padding-left: 15px;
    margin-bottom: 20px;
}
.all_body.jp .big_nft_items .nft_item .nft_name span.jp{
    display: block;
}


.big_nft_items .big_title span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #121212;
    display: inline-block;
}

.big_nft_items .nft_wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: left;
    overflow: auto;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.big_nft_items .nft_item {
        padding: 0 8px;
    margin-bottom: 15px;
    width: 200px;
        min-width: 200px;
}
.big_nft_items .nft_item .nft_inner{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
    transition: box-shadow 0.25s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 15px;
    border: solid 1px rgb(18, 18, 18, 0.08);
}

.big_nft_items .nft_item .img_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border-radius: .75rem; */
    overflow: hidden;
    border-top-right-radius: .75rem;
    border-top-left-radius: .75rem;
}

.big_nft_items .nft_item .img_wrap img {
    width: 100%;
}

.big_nft_items .nft_item .nft_name {
    padding: 0 12px;
    padding-top: 16px;
}

.big_nft_items .nft_item .nft_name span {
    line-height: 20px;
    color: #121212;
    font-size: 14px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.big_nft_items .nft_item .nft_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.big_nft_items .nft_item .nft_bottom .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    width: 50%;
}

.big_nft_items .nft_item .nft_bottom .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    flex: 1;
    text-align: right;
}

.big_nft_items .nft_item .nft_bottom .s01 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    color: rgb(84,84,84);
}

.big_nft_items .nft_item .nft_bottom .s02 {
    line-height: 20px;
    font-weight: 600;
    color: #121212;
    font-size: 14px;
}



.top_sell {
    margin-top: 30px;
    margin: 0 15px;
    overflow: hidden;
    margin-top: 30px;
}

.top_sell .tab_wrap {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border-radius: .75rem;
    padding: 2px;
    height: 48px;
    background: #F6F6F6;
    margin-bottom: 20px;
}

.top_sell .tab_wrap .tab_item {
    padding: 10px 24px;
    cursor: pointer;
}

.top_sell .tab_wrap .tab_item span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(84,84,84);
    /* padding: 10px 24px; */
}

.top_sell .content_wrap {}

.top_sell .content_wrap .content_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    padding-top: 4px;
    border-bottom: solid 1px rgb(18,18,18,0.12);
    /* box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 4px 16px 0px; */
    margin-bottom: 20px;
}

.top_sell .content_wrap .content_item.selected {}

.top_sell .tab_wrap .tab_item.selected {
    border-radius: .75rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 4px 16px 0px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.top_sell .content_wrap .content_title .dd {}

.top_sell .content_wrap .content_title .dd span {
    font-size: 14px;
    line-height: 20px;
    color: rgb(84,84,84);
}

.top_sell .content_wrap .content_item {
    cursor: pointer;
}

.top_sell .content_wrap .content_item .sell_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 12px 8px;
    border-radius: 15px;
        text-decoration: none;
    color: rgb(18, 18, 18);
}

.top_sell .content_wrap .content_item .sort_index {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 5px;
}

.top_sell .content_wrap .content_item .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.top_sell .content_wrap .content_item .img_wrap {
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 12px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.top_sell .content_wrap .content_item .name_wrap {
    flex: 1;
}

.top_sell .content_wrap .content_item .vol {
    /* flex: 1; */
}

.top_sell .content_wrap .content_item .vol span {
    color: #121212;
    font-size: 14px;
    font-weight: 600;
}

.top_sell .content_wrap .content_item .content .name_top {}

.top_sell .content_wrap .content_item .content .name_bottom {}

.top_sell .content_wrap .content_item .content .name_top .name {

    overflow: hidden;
}

.top_sell .content_wrap .content_item .content .name_top .name span {
    font-size: 14px;
    font-weight: 600;
    color: #121212;
        overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
}

.top_sell .content_wrap .content_item .content .name_bottom span {
    font-size: 12px;
    color: rgb(84,84,84);
}

.top_sell .tab_wrap .tab_item.selected span {
    color: #121212;
}

.tab_item.selected {}

.top_sell .content_wrap .content_title .d01 .s01::before {
    content: "#";
    margin-right: 25px;
}

.top_sell .content_wrap .content_item .img_wrap img {
    width: 54px;
    height: 54px;
}

.top_sell .content_wrap .content_item .sell_item:hover {
    background: rgb(18,18,18,0.05);
}
.top_sell .tab_wrap .tab_item:hover span {
        color: #121212;
}
.top_sell .content_wrap .content_item .vol span.s02 {
    opacity: 1;
}

.big_nft_items .nft_item .nft_bottom .right span {
    width: 100%;
    display: block;
    text-align: right;
}

.big_nft_items .nft_item .nft_bottom .s01 {
    margin-bottom: 5px;
}

.big_ad .bx-wrapper {
    position: relative;
    z-index: 2;
}
.big_ad .item_inner .main_img a {
    width: 100%;
    height: 330px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}
.big_ad .item_inner .main_img a.w460 {
    height: 330px;
}
.big_ad .item_inner .main_img a.w780 {
    height: 380px;
}
.big_ad .item_inner .main_img a.w960 {
    height: 430px;
}
.big_ad .item_inner .main_img a.w1080 {
    height: 430px;
}

.big_ad .item_inner .main_img a .dd {
    height: 100%;
    width: 100%;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center; /* 背景图片居中 */
    position: relative;
    z-index: 8;
}

.big_ad .item_inner .main_img a img {
    display: none;
}
.big_ad .item_inner .main_img a .bbg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 10;
    top: 0;
    left: 0;
}

.top_sell .tab_wrap02 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top_sell .tab_wrap02 .see_all {
    margin-bottom: 20px;
}

.top_sell .tab_wrap02 .see_all a {
    text-decoration: none;
    background: #F6F6F6;
    border-radius: .75rem;
    padding: 10px 24px;
}

.top_sell .tab_wrap02 .see_all a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(84, 84, 84);
}

.top_sell .tab_wrap02 .see_all a:hover span {
    color: #121212;
}

.big_ad .item_inner .series_name img {
    width: 20px;
    margin-left: 10px;
}
.big_ad .item_inner .creator_name img {
    width: 16px;
    margin-left: 10px;
}



/*
网页端
*/

.all_body.web_size .top_sell{
    padding: 0 20%;
}

.all_body.web_size .big_nft_items{
    padding: 0 20%;
}


.all_body.web_size .big_nft_items .nft_wrap{
        flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.all_body.web_size .big_nft_items .nft_item{
    width: 25%;
    min-width: 25%;
}

.all_body.web_size .top_sell .content_wrap .content_item{
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}
.all_body.web_size .top_sell .content_wrap .content_item .sell_item{
        width: 50%;
    overflow: hidden;
    padding: 12px 16px;
}
