/*
* @Author: Gavin
* @Date:   2019-12-20 11:31:06
* @Last Modified by:   Gavin
* @Last Modified time: 2021-12-06 22:14:06
*/
/*公共部分*/
/*
[class*="flex-"]{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;}
.flex-y-top{-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;flex-direction:column;}
.flex-y-left{flex-direction: row;}
.flex-y-bottom{flex-direction:column-reverse;}
.flex-x-right{flex-direction:row-reverse;}
.flex-align-center { -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items:center;}
.flex-align-baseline {-webkit-box-align: baseline;-ms-flex-align: baseline;-webkit-align-items: baseline;align-items:baseline;}
.flex-justify-between{-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content:space-between;}
.flex-wrap{-webkit-box-wrap: wrap;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap:wrap;}
.flex-justify-end{-webkit-box-pack: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content:flex-end;}
.flex-justify-start{-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content:flex-start;}
.flex-justify-center{-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content:center;}
.flex-align-end{align-items:flex-end;}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.height-tile{height:100%;}

.overflow-y {overflow-y:scroll;display: -webkit-box;-webkit-overflow-scrolling:touch; overflow-x:hidden;scrollbar-width: none;-ms-overflow-style: none;}
.overflow-y::-webkit-scrollbar {width:0 !important;display: none;}
.overflow-x {overflow-x:scroll;display: -webkit-box;-webkit-overflow-scrolling:touch; overflow-y:hidden;scrollbar-width: none;-ms-overflow-style: none;}
.overflow-x::-webkit-scrollbar {width:0 !important;display: none;}

.font-16{font-size:16px;}
.font-18{font-size:18px;}
.font-20{font-size:20px;}
.font-22{font-size:22px;}
.font-24{font-size:24px;}
.font-26{font-size:26px;}
.font-28{font-size:28px;}
.font-30{font-size:30px;}
.font-32{font-size:32px;}
.font-34{font-size:34px;}
.font-36{font-size:36px;}
.font-38{font-size:38px;}
.font-40{font-size:40px;}
*/

/*导航部分*/
/*
.lsl-head{ box-shadow: 0 0 6px rgba(0,0,0,0.3);background-color: #f2f2f2; position:relative;z-index: 10;}
.lsl-head ul{list-style: none;padding:0;margin:0;}
.lsl-head .lsl-head-cont{height:100px; position:relative;}
.lsl-head .lsl-head-cont .logo{height:50px;}
.lsl-head .lsl-head-cont ul{padding: 0 20px;}
.lsl-head .lsl-head-cont ul li{padding:0 20px;height:40px; color: #000; cursor:pointer; position:relative;font-weight: 600;}
.lsl-head .lsl-head-cont ul li i{height:4px;width:80%;background-color:#d9411e; position:absolute;left:10%;top:0;transition:all 0.3s; opacity:0;border-radius:2px;}
.lsl-head .lsl-head-cont ul li.active i{opacity:1;}
.lsl-head .lsl-head-cont ul li .icon{width: 15px;height:15px;margin-left: 5px; margin-top: 5px;}
.lsl-head .lsl-head-cont ul li:hover i{opacity:1;}

.lsl-head .head-user .head-item{padding:0 10px;position:relative;}
.lsl-head .head-user .head-item i{height:80%;width:2px;background-color:#272727; position:absolute;right: 0;top:10%;border-radius:1px;margin-top:2px;}
.lsl-head .head-user .head-item .head-span{padding:0 10px;height:44px;border-radius:4px;background-color:#272727;cursor:pointer;}
.lsl-head .head-user .head-item .gb{width:20px;}
.lsl-head .head-user .head-item .head-span .txt{color:#fff;}
.lsl-head .head-user .head-item .head-span .icon{width:16px;height:16px;margin-left:5px;}
.lsl-head .head-user .head-item_1{overflow:hidden;}
.lsl-head .head-user .head-item_1 .head-span .head-user{width:24px;height:24px;margin:0 5px;}
.lsl-head .head-user .head-item_1 .head-span .txt{color:#000;font-weight:600;}
.lsl-head .head-user .head-item:nth-of-type(3) .head-span{background-color:#cc4627;}
.lsl-head .head-user .head-item .dropdown-menu{min-width:auto;}
.lsl-head .menu-cont{position:relative;}
.lsl-head .menu{width:24px;height:24px;}
.lsl-head .tile-menus{width:150px;padding:5px;border-radius:5px;background-color:#fff; position:absolute;right:30px;top:10px;box-shadow:  0px 6px 6px -6px rgba(0,0,0,0.3);}
.lsl-head .menus-show{width:0;height:0;padding:0;overflow:hidden;}

.lsl-head-popup{position:absolute;top:0;left:0;right:0;background-color:#ffffff;box-shadow:  0px 6px 6px -6px rgba(0,0,0,0.3);  overflow:hidden; transition:all 0.2s;}
.lsl-head-popup.popup-show{height:0;}
.lsl-head-popup .lsl-head-popup-cont{padding:25px 0;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item{padding:0 10px; width:150px;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item .icon{width:78px;height:78px; border-radius:10px;background-color:#061725;margin:10px auto;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item .icon img{width:44px;height:44px;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item .span{color:#0d1f2d; font-weight:600; text-align: center;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item:hover .icon{background-color:#cc4627;}
*/

/*tv*/
.tv{background-color:#dc481d;padding:10px;border-radius:10px; margin-top:20px;}
.tv .lsl-tv-l{padding:20px 0;}
.tv .lsl-tv-l .txt1 .logo1{width:50px;height:50px;margin-right: 5px;}
.tv .lsl-tv-l .txt1 .span{font-weight:700;color:#fff;}
.tv .lsl-tv-l .txt2{height:66px;padding:0 33px; border-radius:10px;background-color:#ffffff;box-shadow:0 0 10px rgba(255,255,255,0.6);margin-top: 15px;color:#007017;font-weight:600;}
.tv .img{width:100%;height:220px; background-position: center center; background-repeat:no-repeat;background-size:cover;}

/*auction*/
.auction{margin-top:20px;padding:10px 0;font-weight:bold;position:relative;color:#000;}
.auction i{display:block;width:15%;height:3px;background-color:#d8401d;border-radius:1.5px;position:absolute;left:0;bottom: 0;}
.auction-select{margin-top:15px;border-radius:10px;border:1px solid #5f6669;padding:0 30px;}
.auction-select .auction-select-l{height:56px;}
.auction-select .auction-select-l .txt{font-weight:500;color:#000;}
.auction-select .auction-select-l .icon{width:16px;height:16px;margin-left:5px;margin-top: 3px;}

.auction-list{margin:0 -10px;}
.auction-list .auction-list-item{padding:25px 10px;}
.auction-list .auction-list-item .auction-list-item-cont{border-radius:20px;background-color:#181e26;box-shadow:0 0px 10px rgba(24,30,38,0.6);overflow:hidden;}
.auction-list .auction-list-item .auction-list-item-cont .u{position:relative;border-bottom: 6px solid #ca472f;}
.auction-list .auction-list-item .auction-list-item-cont .u .img{height:190px;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.auction-list .auction-list-item .auction-list-item-cont .u .wed{width:76px;padding:5px;color:#fff; height:88px;border-radius:0 0 15px 15px;background-color:#dd0916; position:absolute;left:30px;top:0; text-align:center;}
.auction-list .auction-list-item .auction-list-item-cont .u .bq{width:26px;height:33px;background-position: center center; background-repeat:no-repeat;background-size:cover;background-image: url('../images/bookmark_white_48dp1.svg');position:absolute;top:20px;right:24px;}
.auction-list .auction-list-item .auction-list-item-cont .n{padding: 20px;}
.auction-list .auction-list-item .auction-list-item-cont .n .span{padding-bottom: 16px; border-bottom:1px solid #fff;}
.auction-list .auction-list-item .auction-list-item-cont .n .span .l .img{width:54px;height:32px;border-radius:2px;}
.auction-list .auction-list-item .auction-list-item-cont .n .span .l .txt{font-weight:600;color:#fff;padding-left: 10px;}
.auction-list .auction-list-item .auction-list-item-cont .n .span .r img{width:30px;height:30px;}
.auction-list .auction-list-item .auction-list-item-cont .n .ul{padding:10px 0 12px 0;}
.auction-list .auction-list-item .auction-list-item-cont .n .ul .li{margin-top:8px;width:100%;}
.auction-list .auction-list-item .auction-list-item-cont .n .ul .li .l .txt{color:#fff;padding:2px;}
.auction-list .auction-list-item .auction-list-item-cont .n .ul .li .r{width:140px;height:66px;border-radius:4px;background-color:#dd0916;color:#fff;cursor:pointer;}
.auction-list .auction-list-item .auction-list-item-cont .n .ul .li .r:hover{opacity:0.7;}
.auction-list .auction-list-item .auction-list-item-cont .n .auction-list-item-btn{width:100%;height:65px;border-radius:4px;background-color:#fff;color:#d72e00;font-weight:500;cursor:pointer;}
.auction-list .auction-list-item .auction-list-item-cont .n .auction-list-item-btn:hover{opacity:0.7;}

/*搜索*/
.lsl-search{margin-top:30px;background-color:#e5e5e5; padding:20px 15px;border-radius:10px;box-shadow:0 0px 10px rgba(24,30,38,0.6);}
.lsl-search .input{position:relative;margin:10px 0;}
.lsl-search .input input{height:50px;width:100%; border-radius:10px;background-color:#fff;padding-left:30px;padding-right: 60px;color:#091d1d;}
.lsl-search .input .icon{width:26px;height:26px; position:absolute;right:30px;top:50%;margin-top:-13px;}
.lsl-search .lsl-search-row{width:100%;padding:10px 0; position:relative;}
.lsl-search .lsl-search-row .icon{height:44px;}
.lsl-search .lsl-search-row .span{position:relative;height:44px;border-bottom:1px solid #a1a1a1;padding:0 20px 0 10px;color:#0c0c0c; font-weight:600;cursor:pointer;flex:1;}
.lsl-search .lsl-search-row .span .n{width:16px;height:16px;position:absolute;right:0;top:50%; margin-top:-5px;}
.lsl-search .lsl-search-btn{height:50px;border-radius:10px;background-color:#cc4627; cursor:pointer; width:100%;}
.lsl-search .lsl-search-btn .lsl-search-btn-icon{width:30px;height:30px;}
.lsl-search .lsl-search-btn:hover{opacity:0.7;}
.lsl-search .lsl-search-row .date{position:absolute;left:0;top:0;right:0;bottom:0; opacity:0; cursor:pointer;width:100%;}



/*底部菜单*/
/*
.lsl-foot{background-color:#051726;padding-top:50px;width:100%;}
.lsl-foot ul{padding:0;margin: 0;}
.lsl-foot a{text-decoration: none;color: inherit;-webkit-user-select: none;-moz-user-select: none;user-select: none;-webkit-appearance: none;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-touch-callout: none;border-bottom: none;}
.lsl-foot .item_1 .foot-logo{width:140px;height:56px;}
.lsl-foot .item_1 .foot-desc{padding: 20px 0;}
.lsl-foot .item_1 .foot-desc p{color:#ecf0f1;margin: 0;padding:0;}
.lsl-foot .item_1 .ul img{margin-right:20px;}
.lsl-foot .item_2 .title{height:66px;color:#ecf0f1;}
.lsl-foot .item_2 ul li{height:32px;color:#ecf0f1;}
.lsl-foot .item_2 ul li:hover{opacity:0.7;}

.lsl-foot .gap{margin-top:20px;width:100%;height:2px;background-color:rgba(255,255,255,0.4);}
.lsl-foot .foot-statement{height:70px;}
.lsl-foot .foot-statement .foot-statement-li{color:#ecf0f1; margin-right:30px;}
*/

/*
.menu{position:fixed;left:0;top:0;right:0;bottom:0;}
.menu .menu-cont{position:absolute;left:0;top:0;right:0;height:0; overflow:hidden;}
.landing{background-color:#061625;width:100%;height:100%;position:relative;}
.landing .landing-cont{margin: 0 auto;}
.landing .back{position:absolute;left:2%;top:80px; cursor:pointer;}
.landing .back .back-icon{width:36px;height:36px;}
.landing .box{padding:150px 0;}
.landing .box .title{color:#ffffff;}
.landing .box .gay{height:36px;}
.landing .box .li{border-radius:10px;border:1px solid #ffffff;padding:24px;margin-top:25px;cursor:pointer;}
.landing .box .li .img{width:45px;height:45px;border-radius:50%;margin-right:24px;}
.landing .box .li .name{color:#ffffff;}
.landing .box .li:hover{opacity:0.7;}
*/

/*bidding-page*/
.bidding-page-tabs{margin-top:20px;}
.bidding-page-tabs .bidding-page-card{border-radius:10px;box-shadow:0 0px 10px rgba(24,30,38,0.6);background-color:#181e26;padding:20px;}
.bidding-page-tabs .bidding-page-card .card-left{flex:1;}
.bidding-page-tabs .bidding-page-card .card-left .icon{width:75px;height:40px;border-radius:5px;}
.bidding-page-tabs .bidding-page-card .card-left .tit{color:#ffffff;font-weight:700;}
.bidding-page-tabs .bidding-page-card .card-left .phone{width:24px;height:24px;margin-right:10px;margin-top:2px;}
.bidding-page-tabs .bidding-page-card .card-left .numbar{color:#ffffff;}
.bidding-page-tabs .bidding-page-card .card-right{flex:1;width:50%;}
.bidding-page-tabs .bidding-page-card .card-right .bookmark{width:32px;height:36px;margin-right:-4px;margin-top:-4px;}
.bidding-page-tabs .bidding-page-card .card-right .card-right-ul .card-right-ul-li{height:35px;background-color:#e00916;border-radius:2px;padding:0 5px;margin-left:12px;}
.bidding-page-tabs .bidding-page-card .card-right .card-right-ul .card-right-ul-li .signal{width:26px;height:20px;margin-right: 4px;}
.bidding-page-tabs .bidding-page-card .card-right .card-right-ul .card-right-ul-li .text{color:#ffffff;white-space: nowrap;}
.bidding-page-tabs .bidding-page-nav{margin-top:20px;background-color:#f2f2f2;border-radius:10px;padding:0 4px;box-shadow:0 0px 10px rgba(24,30,38,0.4);}
.bidding-page-tabs .bidding-page-nav .nav-ul{white-space: nowrap;}
.bidding-page-tabs .bidding-page-nav .nav-ul .nav-ul-li{display:inline-block;min-width:136px;height:44px;border-radius:10px;padding:0 30px;color:#282828;margin:5px;text-align:center;cursor:pointer;line-height: 44px;}
.bidding-page-tabs .bidding-page-nav .nav-ul .nav-ul-li.nav-ul-li-active{background-color:#ffffff;box-shadow:0 0px 5px rgba(24,30,38,0.2);color:#d1593d;}

.bidding-page-tabs .tabs-row{margin-top:10px;}
.bidding-page-tabs .tabs-row .tabs-item{height:50px;background-color:#181e26;line-height:50px; border-radius:5px;color:#ffffff;text-align:center; margin-top:10px;box-shadow:0 0px 10px rgba(24,30,38,0.6);cursor:pointer;}
.bidding-page-tabs .tabs-row .tabs-item.tabs-item-avtive{background-color:#dd0916;}
.bidding-page-tabs .tabs-row .tabs-item:hover{opacity:0.8;}
.bidding-page-tabs .tabs-row .tabs-item-a{height:50px;line-height:50px;color:#222222;text-align:center;font-weight:600;margin-top:20px; border-radius:5px;border: 1px solid rgba(65,65,65,0.2);cursor:pointer;}
.bidding-page-tabs .tabs-row .tabs-item-a:hover{background-color:rgba(64,64,64,0.04);}

/*bidding-page-swiper*/
.bidding-page-swiper .bidding-page-swiper-top{margin-top:20px; border-radius:20px 20px 0 0;background-color:#181e26;padding:20px 30px;}
.bidding-page-swiper .bidding-page-swiper-top .top-left .top-left-t{color:#ffffff;}
.bidding-page-swiper .bidding-page-swiper-top .top-left .top-left-p{color:#ffffff;font-weight:600;}
.bidding-page-swiper .bidding-page-swiper-top .top-right .icon{width:50px;height:50px;}
.bidding-page-swiper .swiper-list{margin:0 -15px;}
.bidding-page-swiper .swiper-list .swiper-slide{height:260px;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item{height:calc(100% - 30px);width:calc(100% - 30px); border-radius:10px;background-color:#f2f2f2;box-shadow:0 0px 5px rgba(24,30,38,0.2);overflow:hidden; cursor:pointer;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .u{position:relative;height:160px;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .u .img{width:100%; height:100%; background-size:cover;background-repeat:no-repeat;background-position:center center;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .u .icon1{width:76px;height:40px;position:absolute;left:12px;top:12px;z-index:1;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .u .date{width:60px;height:55px;border-radius:0 0 10px 10px;overflow: hidden;position:absolute;top:0; right:16px; z-index:1;padding:5px 3px;background-color:#ffffff;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .u .date .month{height:18px;width:100%;border-radius:9px; background-color:#dd0916;color:#ffffff;text-align:center;line-height:18px;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .u .date .time{color:#222222; text-align:center;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .site{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; position:absolute;left:10px;bottom:10px;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .site .site-img{width:20px;height:25px;margin-right:6px;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .site .text{color:#ffffff;white-space: nowrap;text-overflow: ellipsis;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .n{padding:8px 10px;height:calc(100% - 160px);}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .n .n-left .tit{color:#222222;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .n .n-left .text1{color:#333333;}
.bidding-page-swiper .swiper-list .swiper-slide .swiper-item .n .n-right .n-icon{width:30px;height:30px;}
.bidding-page-swiper .swiper-list .swiper-list-prev{width:60px;height:60px;position:absolute;left:-5px;top:50%; margin-top:-30px;z-index:10;transform:rotate(180deg);cursor:pointer;}
.bidding-page-swiper .swiper-list .swiper-list-next{width:60px;height:60px;position:absolute;right:-5px;top:50%; margin-top:-30px;z-index:10;cursor:pointer;}
.bidding-page-swiper .swiper-list .swiper-button-prev-icon{width:100%;height:100%;}
.donghua{animation: myfirst 1.2s infinite;}
@keyframes myfirst
{
    0% {transform:scale(1)}
    50% {transform:scale(0.9)}
    100% {transform:scale(1)};
}

.tabs-row1{margin-top:20px;}
.tabs-row1 .form-control-lg{border: 1px solid #9b9b9b;box-shadow:0 0px 4px rgba(24,30,38,0.2);}

/*catalogued-list*/
.catalogued-list{margin-top:20px;}
.catalogued-list .top{background-color:#181e26;border-radius:20px 20px 0 0;padding:20px 30px;}
.catalogued-list .top .title{color:#ffffff;}
.catalogued-list .top .zl{width:48px;height:48px;}
.catalogued-list .span{padding:20px 0;}
/*.catalogued-list .span .span-left{max-width:50%;}*/
.catalogued-list .span .span-left .tag{width:66px;height:56px;border-radius:10px; background-color:#ffffff;box-shadow:0 0px 10px rgba(24,30,38,0.2);padding:2px;}
.catalogued-list .span .span-left .tag .month{height:24px;border-radius:12px; width:100%;background-color:#dd0916;color:#ffffff; line-height:24px; text-align:center;}
.catalogued-list .span .span-left .tag .txt{color:#222222; text-align:center;font-weight:700;}
.catalogued-list .span .span-left .span-p{padding-left:20px;color:#222222; font-weight:700;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.catalogued-list .span .span-right .icons{margin-left:20px;}
.catalogued-list .span .span-right .icons .icon{width:32px;height:32px; display:none; cursor:pointer;}
.catalogued-list .span .span-right .icons .icon1{width:36px;height:36px; display:none;cursor:pointer;}
.catalogued-list .span .span-right .icon:nth-of-type(1){display:block;}
.catalogued-list .span .span-right .icon-active .icon:nth-of-type(1){display:none;}
.catalogued-list .span .span-right .icon-active .icon:nth-of-type(2){display:block;}
.catalogued-list .list-gong-ge .list-gong-ge-item{margin-bottom:20px;box-shadow:0 0px 10px rgba(24,30,38,0.2);height:280px;border-radius:10px;background-color:#ffffff;overflow:hidden;cursor:pointer;}
.catalogued-list .list-gong-ge .list-gong-ge-item:hover{opacity:0.7;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u{height:176px;position:relative;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .u-bg{width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .u-tab{height:26px;padding:0 14px;border-radius:13px;background-color:#dd0916;line-height:26px;display:inline-block; position:absolute;top:10px;left:5px;z-index:1;color:#ffffff;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .v-i{width:40px;height:40px;border-radius:10px;overflow:hidden;position:absolute;top:10px;right:15px;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont{position:relative;width:100%;height:100%;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont .v-i-bg{position:absolute;left:0;top:0;right:0;bottom:0;background-position:center center; background-repeat:no-repeat;background-size:cover;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont .making{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,0.5);}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont .i{color:#ffffff; position:relative;z-index:2;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont .i .icon{width:14px;height:14px;margin-right: 2px;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .site{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; position:absolute;left:10px;bottom:10px;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .site .site-img{width:20px;height:25px;margin-right:6px;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .site .text{color:#ffffff;white-space: nowrap;text-overflow: ellipsis;}
.catalogued-list .list-gong-ge .list-gong-ge-item .n{height:calc(100% - 176px);padding:10px 20px;}
.catalogued-list .list-gong-ge .list-gong-ge-item .n .n-p{color:#222;font-weight:700;}
.catalogued-list .list-gong-ge .list-gong-ge-item .n .n-p1{color:#333333;font-weight:500;opacity:0.9;}
.catalogued-list .list-box .item{padding:7px;border-radius:10px;background-color:#ffffff;box-shadow:0 0px 10px rgba(24,30,38,0.2);margin-bottom:10px;cursor:pointer;}
.catalogued-list .list-box .item:hover{opacity:0.7;}
.catalogued-list .list-box .item .lot{height:56px; border-radius:10px;background-color:#dadada;line-height:56px;text-align:center;color:#222222; font-weight:600;}
.catalogued-list .list-box .item .li-1{width:100%; height:100%;padding:10px 0;}
.catalogued-list .list-box .item .li-1 .sold{flex:1; text-align:center;}
.catalogued-list .list-box .item .li-1 .sold .finished{height:28px;border-radius:14px;background-color:#dd0916; line-height:28px;color:#ffffff;font-weight:600;padding:0 14px;}

.catalogued-list .list-box .item .v-i{width:100%;height:100%;}
.catalogued-list .list-box .item .v-i .v-i-cont{position:relative;width:50px; height:50px;border-radius:10px;overflow:hidden;}
.catalogued-list .list-box .item .v-i .v-i-cont .v-i-bg{position:absolute;left:0;top:0;right:0;bottom:0;background-position:center center; background-repeat:no-repeat;background-size:cover;}
.catalogued-list .list-box .item .v-i .v-i-cont .making{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,0.5);}
.catalogued-list .list-box .item .v-i .v-i-cont .i{color:#ffffff; position:relative;z-index:2;}
.catalogued-list .list-box .item .v-i .v-i-cont .i .icon{width:14px;height:14px;margin-right: 2px;}
.catalogued-list .cut-list{display:none;}
.catalogued-list .cut-list.cut-list-active{display:block;}


/*timed-auctio*/
.timed-auction{margin-top:20px;}
.timed-auction .top{background-color:#181e26;border-radius:20px 20px 0 0;padding:20px 30px;}
.timed-auction .top .title{color:#ffffff;}
.timed-auction .top .zl{width:48px;height:48px;}
.timed-auction .span{padding:20px 0;}
.timed-auction .span .span-left .tag{width:66px;height:56px;border-radius:10px; background-color:#ffffff;box-shadow:0 0px 10px rgba(24,30,38,0.2);padding:2px;}
.timed-auction .span .span-left .tag .month{height:24px;border-radius:12px; width:100%;background-color:#dd0916;color:#ffffff; line-height:24px; text-align:center;}
.timed-auction .span .span-left .tag .txt{color:#222222; text-align:center;font-weight:700;}
.timed-auction .span .span-left .span-p{padding-left:20px;color:#222222; font-weight:700;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.timed-auction .span .span-right .icons{margin-left:20px;}
.timed-auction .span .span-right .icons .icon{width:32px;height:32px; display:none; cursor:pointer;}
.timed-auction .span .span-right .icons .icon1{width:36px;height:36px; display:none;cursor:pointer;}
.timed-auction .span .span-right .icon:nth-of-type(1){display:block;}
.timed-auction .span .span-right .icon-active .icon:nth-of-type(1){display:none;}
.timed-auction .span .span-right .icon-active .icon:nth-of-type(2){display:block;}
.timed-auction .list-gong-ge .list-gong-ge-item{margin-bottom:20px;box-shadow:0 0px 10px rgba(24,30,38,0.2);height:100%;border-radius:10px;background-color:#ffffff;overflow:hidden;cursor:pointer;}
/*.timed-auction .list-gong-ge .list-gong-ge-item:hover{opacity:0.7;}*/
.timed-auction .list-gong-ge .list-gong-ge-item .u{height:176px;position:relative;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .u-bg{width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;background-color:black;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .u-tab{height:26px;padding:0 14px;border-radius:13px;border:1px solid #dd0916; line-height:26px;display:inline-block; position:absolute;top:12px;left:15px;z-index:1;color:#ffffff;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .time{position:absolute;top:50px;left:12px;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .bid{padding:5px;border-radius:5px;background-color:#181e26;position:absolute;right:10px;top:10px;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .bid .bid-p{color:#ffffff;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .time .time-li{width:30px;height:30px;border-radius:5px;background-color:#dd0916;color:#ffffff; margin-right: 2px;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .v-i{width:40px;height:40px;border-radius:10px;overflow:hidden;position:absolute;bottom:10px;right:5%;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont{position:relative;width:100%;height:100%;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont .v-i-bg{position:absolute;left:0;top:0;right:0;bottom:0;background-position:center center; background-repeat:no-repeat;background-size:cover;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont .making{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,0.5);}
.timed-auction .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont .i{color:#ffffff; position:relative;z-index:2;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .v-i .v-i-cont .i .icon{width:14px;height:14px;margin-right: 2px;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .site{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; position:absolute;left:10px;bottom:10px;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .site .site-img{width:20px;height:25px;margin-right:6px;}
.timed-auction .list-gong-ge .list-gong-ge-item .u .site .text{color:#ffffff;white-space: nowrap;text-overflow: ellipsis;}
.timed-auction .list-gong-ge .list-gong-ge-item .n{/*height:calc(100% - 156px);*/padding:10px 8px;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .n-p{color:#222;font-weight:700;font-size:14px;height:20px;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .n-p1{color:#333333;font-weight:500;opacity:0.9;font-size:14px;height:20px;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .btn{height:36px;border-radius:5px;background-color:#dd0916;margin-top:12px;color:#ffffff;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .btn:hover{opacity:0.7;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .date{flex:1;margin: 0 13px;padding:5px;position:relative; border: 1px solid #f5f5f5;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .date .start{position:absolute;top:-10px;left:10px;color:#333;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .date .date-p{color:#333;font-size:14px;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .bid{width:50%;height:36px;border-radius:5px;background-color:#dc481d;margin-top:12px;color:#ffffff;margin-bottom:15px;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .bid:hover{opacity:0.7;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .txt{text-align:center;color:#dc0915;}



.timed-auction .list-box .item{padding:7px;border-radius:10px;background-color:#ffffff;box-shadow:0 0px 10px rgba(24,30,38,0.2);margin-bottom:10px;cursor:pointer;}
.timed-auction .list-box .item:hover{opacity:0.7;}
.timed-auction .list-box .item .lot{height:56px; border-radius:10px;background-color:#dadada;line-height:56px;text-align:center;color:#222222; font-weight:600;width:100%;}
.timed-auction .list-box .item .li-1{width:100%; height:100%;padding:10px 0;}
.timed-auction .list-box .item .li-1 .sold{flex:1; text-align:center;}
.timed-auction .list-box .item .li-1 .sold .date1{width:25px;height:25px;margin-right:5px;margin-top:2px;}

.timed-auction .list-box .item .v-i{width:100%;height:100%;}
.timed-auction .list-box .item .v-i .v-i-cont{position:relative;width:50px; height:50px;border-radius:10px;overflow:hidden;}
.timed-auction .list-box .item .v-i .v-i-cont .v-i-bg{position:absolute;left:0;top:0;right:0;bottom:0;background-position:center center; background-repeat:no-repeat;background-size:cover;}
.timed-auction .list-box .item .v-i .v-i-cont .making{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,0.5);}
.timed-auction .list-box .item .v-i .v-i-cont .i{color:#ffffff; position:relative;z-index:2;}
.timed-auction .list-box .item .v-i .v-i-cont .i .icon{width:14px;height:14px;margin-right: 2px;}
.timed-auction .cut-list{display:none;}
.timed-auction .cut-list.cut-list-active{display:block;}


/*

@media only screen and (max-width: 991px){

.lsl-foot .item_2{display:block;}

}

@media only screen and (max-width: 767px){
.font-16{font-size:12px;}
.font-18{font-size:12px;}
.font-20{font-size:14px;}
.font-22{font-size:18px;}
.font-24{font-size:20px;}
.font-26{font-size:22px;}
.font-28{font-size:24px;}
.font-30{font-size:26px;}
.font-32{font-size:28px;}
.font-34{font-size:28px;}
.font-36{font-size:28px;}
.font-38{font-size:30px;}
.font-40{font-size:32px;}


.lsl-head .lsl-head-cont{height:60px;}
.lsl-head .lsl-head-cont .logo{height:30px;}
.lsl-head .lsl-head-cont ul{padding: 0 5px;}
.lsl-head .lsl-head-cont ul li{padding:0 5px;height:30px;}
.lsl-head .lsl-head-cont ul li i{height:2px;border-radius:1px;}
.lsl-head .lsl-head-cont ul li .icon{width: 10px;height:10px;margin-left: 2px; margin-top: 5px;}
.lsl-head .head-user{display:block;}
.lsl-head .head-user .head-item i{display:none;}
.lsl-head .head-user .head-item{margin:2px 0;}
.lsl-head .head-user .head-item .head-span{padding:0 5px;height:36px;border-radius:4px;}
.lsl-head .head-user .head-item_1 .head-span .txt{display:block !important;}
.lsl-head .head-user .head-item_1{height:36px;margin:2px 0; padding:0 2px;}
.lsl-head-popup .lsl-head-popup-cont{padding:10px 0;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item{padding:0 5px; width:80px;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item .icon{width:46px;height:46px; border-radius:10px;margin:5px auto;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item .icon img{width:30px;height:30px;}
*/

.auction{margin-top:10px;}
.auction-select{padding:0 10px;}
.auction-select .auction-select-l{height:42px;}

.auction-list{padding-top:10px;margin: 0;}
.auction-list .auction-list-item{padding:10px 0;}
.auction-list .auction-list-item .auction-list-item-cont .u .wed{width:56px;height:70px;}
.auction-list .auction-list-item .auction-list-item-cont .u .img{height:160px;}
.auction-list .auction-list-item .auction-list-item-cont .n .ul .li .r{width:110px;height:46px;}
.auction-list .auction-list-item .auction-list-item-cont .n .auction-list-item-btn{height:46px;}

.lsl-foot{padding-top:30px;}
.lsl-foot .item_1 .foot-logo{width:120px;height:48px;}
.lsl-foot .item_2{display:block;}
.lsl-foot .item_2 .title{height:40px;}
.lsl-foot .item_2 ul{display:flex;-webkit-box-wrap: wrap;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap:wrap;}
.lsl-foot .item_2 ul li{width:50%;}
.lsl-foot .foot-statement{height:40px;display:flex;align-items:center;justify-content:space-between;}
.lsl-foot .foot-statement .foot-statement-li{margin-right:10px;}

/*landing*/
.landing .back{top:35px;}
.landing .back .back-icon{width:30px;height:30px;}
.landing .box{padding:80px 0;}
.landing .box .title{font-size:26px;}
.landing .box .gay{height:20px;}
.landing .box .li{padding:10px; margin-top:16px;}
.landing .box .li .img{width:36px;height:36px;}

/*bidding-page*/
.bidding-page-tabs .bidding-page-card .card-left .tit{font-size: 24px;}
.bidding-page-tabs .bidding-page-nav .nav-ul .nav-ul-li{height:40px;min-width:100px;padding:0 20px;line-height:40px;}
.bidding-page-tabs .tabs-row .tabs-item{height:44px; line-height:44px;}
.bidding-page-tabs .tabs-row .tabs-item-a{height:44px;line-height:44px;}

/*bidding-page-swiper*/
.bidding-page-swiper .bidding-page-swiper-top{padding:10px 15px;}
.bidding-page-swiper .bidding-page-swiper-top .top-right .icon{width:40px;height:40px;}
.bidding-page-swiper .swiper-list .swiper-list-prev{width:40px;height:40px;}
.bidding-page-swiper .swiper-list .swiper-list-next{width:40px;height:40px;}
.tabs-row1 .form-control-lg{height: calc(1.5em + .5rem + 2px);padding: .25rem .5rem;line-height: 1.5;}

.catalogued-list .top{padding:15px 20px;}
.catalogued-list .top .zl{width:40px;height:40px;}
.catalogued-list .span .span-left{width:calc(100% - 128px);}
.catalogued-list .span .span-left .span-p{font-size:14px;max-width:150px;}
.catalogued-list .span .span-left .tag .txt{font-size:16px;}
.catalogued-list .list-gong-ge .list-gong-ge-item{height:260px;}
.catalogued-list .list-gong-ge .list-gong-ge-item .u .site .text{font-size:14px;}
.catalogued-list .list-gong-ge .list-gong-ge-item .n .n-p{font-size:14px;}
.catalogued-list .list-gong-ge .list-gong-ge-item .n .n-p1{font-size:14px;}
.catalogued-list .list-box .item .lot{height:50px;line-height:50px;}
.catalogued-list .list-box .item .v-i .v-i-cont{width:100%;}

.timed-auction .top{padding:15px 20px;}
.timed-auction .top .zl{width:40px;height:40px;}
/*.timed-auction .span .span-left{width:calc(100% - 128px);}*/
.timed-auction .span .span-left .span-p{font-size:1em;max-width:250px;}
.timed-auction .span .span-left .tag .txt{font-size:16px;}
/*.timed-auction .list-gong-ge .list-gong-ge-item{height:260px;}*/
.timed-auction .list-gong-ge .list-gong-ge-item .u .site .text{font-size:14px;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .n-p{font-size:14px;}
.timed-auction .list-gong-ge .list-gong-ge-item .n .n-p1{font-size:14px;}
.timed-auction .list-box .item .lot{height:50px;line-height:50px;}
.timed-auction .list-box .item .v-i .v-i-cont{width:100%;}


}

@media only screen and (min-width: 768px) and (max-width:991px){
.catalogued-list .list-box .item .v-i .v-i-cont{width:100%;}
.timed-auction .list-box .item .v-i .v-i-cont{width:100%;}
}

@media only screen and (min-width: 992px) and (max-width:1199px){

}

@media (min-width: 1200px){


}
@media (min-width: 768px){
    .desktop-ad {
        display: block;
    }

    .mobile-ad {
        display: none;
    }
}


@media (max-width: 768px) {
    .desktop-ad {
        display: none;
    }
    .mobile-ad {
        display: block;
    }
    .timed-auction .span .span-right .icons .icon1 {
        width: 20px;
        height: 20px;
    }
    .timed-auction .span .span-right .icons .icon {
        width: 20px;
        height: 20px;
    }
    .timed-auction .span .span-left .span-p {
        font-size: 0.8em;
        max-width: 120px;
        padding-left: 10px;
    }
}