body{
    background-color: rgba(255,255,255,1) !important;
}

.tranding_box{
    width: 1200px;
    margin: 0 auto;
}

.page_nav{
    padding: 30px 0 20px;
    display: flex;
}
.page_nav span{
    flex-shrink: 0;
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    color: rgba(153,153,153,1);
    font-size: 18px;
    transition: all .5s;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1); 
    border: 1px solid transparent;
}
.page_nav span .icon:nth-of-type(1){
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.page_nav span .icon:nth-of-type(2){
    width: 16px;
    height: 16px;
    margin-left: 6px;
}
.page_nav .active{
    /* border-color: rgba(245,64,19,1); */
    color: rgba(245,64,19,1);
}
.page_nav .active .icon{
    fill: rgba(245,64,19,1);
}
.page_nav span:hover{
    /* border-color: rgba(245,64,19,1); */
    color: rgba(245,64,19,1);
}

.tranding_title_left{
    display: flex;
    justify-content: space-between;
}

.tranding_list_filter{
    flex-shrink: 0;
    width: 938px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.tranding_image_link{
    flex-shrink: 0;
    width: 242px;
    height: 281px;
    overflow: hidden;
    border-radius: 10px;
}

.tranding_image_link:hover img{
    transform: scale(1.2);
}

.tranding_list_filter_row{
    /* height: 72px; */
    display: flex;
    padding: 20px 0;
    /* flex-wrap: wrap; */
    border-bottom: 1px solid rgba(221,221,221,1);
}

.tranding_list_filter_name{
    color: rgba(47,47,47,1);
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
    flex-shrink: 0;
    margin-top: 10px;
}

.tranding_list_filter_items{
    color: rgba(102,102,102,1);
    font-size: 16px;
    margin-right: 30px;
    margin-top: 10px;
    cursor: pointer;
    transition: all .5s;
}

.tranding_list_filter_items:hover{
    color: rgba(245,64,19,1);
}

.tranding_list_filter_items_box{
    display: flex;
    flex-wrap: wrap;
}

.tranding_list_filter_items_box .active{
    color: rgba(245,64,19,1);   
}

.selectNav{
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_list span{
    margin-right: 30px;
    color: rgba(47,47,47,1);
    font-size: 16px;
    cursor: pointer;
}

.order_list .action{
    color: rgba(245,64,19,1);
    font-weight: bold;
}

.order_list span img{
    width: 12px;
    height: 12px;
}

.item_box{
    display: flex;
    flex-wrap: wrap;
    padding: 0 19px;
    box-sizing: border-box;
}

.content_item{
    flex-shrink: 0;
    width: 280px;
    height: 410px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 14px;
    margin-top: 14px;
}

.content_item:nth-of-type(4n+4){
    margin-right: 0;
}

.item_logo_box{
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.item_logo_box img{
    max-width: 100%;
    transition: all .5s;
}

.hover_move:hover .item_logo_box img{
    transform: scale(1.2);
}

.item_font{
    padding: 0 12px;
    display: flex;
    flex-direction: column;
}

.item_font span:nth-of-type(1){
    color: rgba(245,64,19,1);
    font-size: 14px;
}

.item_font span:nth-of-type(2){
    margin-top: 10px;
    color: rgba(47,47,47,1);
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.item_foot{
    padding: 14px 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_foot_btn{
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: rgba(245,64,19,1);
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(245,64,19,1); 
    color: rgba(255,255,255,1);
    font-size: 16px;
    cursor: pointer;
}

.item_foot_btn:hover{
    background: rgba(245,64,19,.8);
}

.trading_page{
    padding: 20px 0 30px;
    text-align: center;
}

.not_founted{
    width: 938px;
    text-align: center;
    padding: 100px 0;
}

.tranding_image_link img{
    width: 242px;
    height: 281px;
    overflow: hidden;
    border-radius: 10px;
    transition: all .5s;
}

.search_demand_input input{
    background-color: rgba(242,244,248,1);
    width: 280px;
    height: 40px;
    line-height: 40px;
}

.search_demand_input .ivu-input:focus,
.search_demand_input .ivu-input:hover {
    border-color: #f54012 !important;
}

.search_demand_input i.ivu-icon-ios-search {
    cursor: pointer;
}
.search_demand_input .ivu-icon-ios-search{
    height: 40px;
    line-height: 40px;
}