/*
* @Author: Gavin
* @Date:   2019-12-20 11:31:06
* @Last Modified by:   Gavin
* @Last Modified time: 2021-10-29 19:12:14
*/
/*公共部分*/
[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-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%;}

.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 black;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 10px;}
.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; margin: 0 auto;}
.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{ position: relative; 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:bold; text-align: center; font-size: 0.8em; line-height: 1em; padding: 10px 0;}
.lsl-head-popup .lsl-head-popup-cont .head-popup-item:hover .icon{background-color:#cc4627;}
.lsl-head-popup .head-popup-item .icon-count { background: #dd0916; color: white; position: absolute; right: -5px; bottom: -5px; font-weight: bold; font-size: 1em; border-radius: 5px; width: 20px; text-align: center; }

/*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:260px;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:15px 15px 0 0 ;background-color:#dd0916; position:absolute;right:10px;bottom: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;}
.r .bq {width:26px;height:33px;background-position: center center; background-repeat:no-repeat;background-size:cover;background-image: url('../images/bookmark_white_48dp1.svg'); }
.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;*/ font-size: 1.4em;}
.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%; align-items: stretch;}
.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;}


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

.lsl-foot .item_2{display:block;}
.lsl-head-popup .lsl-head-popup-cont { width: 600px; }

}

@media only screen and (max-width: 767px){
.lsl-head .lsl-head-cont{height:60px;}
.lsl-head .lsl-head-cont .logo{height:30px;}
.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:90px;}
.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:200px;}
.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;}


.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;}
}

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

}

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

}

@media (min-width: 1200px){

}

@media (max-width: 576px){
.lsl-head-popup .lsl-head-popup-cont { width: 450px; }
}
@media (max-width: 500px){
.lsl-head-popup .lsl-head-popup-cont { width: 300px; }
}
