123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550 |
- @charset "utf-8";
- /**
- * PC端
- */
- #container{
- min-height: 500px;
- }
- li{list-style:none;}
- /* 轮播 */
- #swiper-container{width:100%;height:510px;min-width:1184px;overflow:hidden;position:relative;float: left;}
- #swiper-container .swiper-wrapper{position:relative;height:100%;z-index:0}
- #swiper-container .tempWrap{margin:0 auto;}
- #swiper-container .swiper-wrapper li{position:relative;zoom:1;vertical-align:middle;width:100%;overflow:hidden}
- #swiper-container .swiper-wrapper img{width:auto;height:510px;max-width:none;display:block;margin-left:50%;-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}
- #swiper-container .swiper-button-prev,#swiper-container .swiper-button-next{position:absolute;top:50%;margin-top:-34px;display:block;width:44px;height:68px;line-height:68px;background:rgba(255,230,220,.2);color:#FFF;font-size:40px;text-align:center;border-radius:2px}
- #swiper-container .swiper-button-prev{left:5px;right:auto}
- #swiper-container .swiper-button-next{left:auto;right:5px}
- #swiper-container .swiper-button-prev:after{content:"\276C"}
- #swiper-container .swiper-button-next:after{content:"\276D"}
- #swiper-container .swiper-button-prev:hover,#swiper-container .swiper-button-next:hover{background:rgba(255,230,220,.6)}
- #swiper-container .swiper-pagination{width:100%;height:14px;position:absolute;left:0;bottom:15px;z-index:1;text-align:center;font-size:0}
- #swiper-container .swiper-pagination span{display:inline-block;border:5px solid transparent;cursor:pointer}
- #swiper-container .swiper-pagination span:before{content:"";display:inline-block;width:14px;height:4px;background:rgba(255,255,255,.4);border-radius:2px}
- #swiper-container .swiper-pagination span.on:before{width:28px;background:#fff}
- .section_container{
- width: 100%;
- height: auto;
- float: left;
- }
- .section_container .inner{
- width:1184px;
- margin: 0 auto;
- }
- /*左右楼层*/
- .section_left{
- width: 900px;
- float:left;
- }
- .section_page{
- width: 100%;
- height: auto;
- float: left;
- }
- .section_page .section_page_title{
- width: 100%;
- height: 103px;
- box-sizing: border-box;
- padding: 31px 0 16px 0;
- }
- .section_page .section_page_title h1{
- font-size: 24px;
- line-height: 31px;
- text-align: left;
- color: #4a4f58;
- }
- .section_page .section_page_title p{
- font-size: 14px;
- line-height: 19px;
- text-align: left;
- color: #93979f;
- margin-top: 6px;
- }
- .section_page .section_page_main{
- width: 100%;
- float: left;
- height: 568px;
- overflow: hidden;
- transition: all 0.6s;
- }
- .section_page .floorCon{
- width: 100%;
- }
- .section_page .swiper-wrapper-floor{
- width: 100%;
- height: 268px;
- }
- .section_page .section_page_main.type_08{
- height: 268px;
- }
- .section_page .section_page_main.type_03{
- height: 704px;
- }
- .section_page .section_page_main.max{
- height:auto;
- }
- .section_page .page_main_item{
- width: 164px;
- height: 268px;
- float: left;
- margin-right: 16px;
- margin-bottom: 16px;
- background-color: #FFFFFF;
- transition:all 0.4s;
- display: block;
- }
- .section_page .page_main_item.default{
- cursor: default;
- }
- .section_page .page_main_item.ad_04{
- border-radius: 2px;
- }
- .section_page .page_main_item.ad_04:hover{
- transform:translateY(-5px);
- box-shadow:0 8px 8px rgba(102,102,102,0.05),0 10px 10px rgba(102,102,102,0.05),0 12px 12px rgba(102,102,102,0.05);
- }
- .section_page .page_main_item.ad_01{
- width: 884px;
- height: 120px;
- }
- .section_page .page_main_item.ad_02{
- width: 524px;
- }
- .section_page .page_main_item.ad_03{
- width: 344px;
- }
- .section_page .page_main_item_adv{
- width: 100%;
- height: 100%;
- display: block;
- }
- .section_page .page_main_image{
- width: 164px;
- height: 164px;
- display: block;
- float: left;
- border-radius: 2px 2px 0 0;
- }
- .section_page .page_main_text{
- width: 100%;
- height: 42px;
- float: left;
- box-sizing: border-box;
- margin-top: 10px;
- padding: 0 8px;
- white-space: normal;
- word-break: break-all;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- line-height: 21px;
- }
- .section_page .page_main_tag{
- width: 100%;
- height:24px;
- float: left;
- margin-top: 16px;
- padding: 0 8px;
- }
- .section_page .page_main_tag p{
- display: block;
- padding: 0 4px;
- height:24px;
- box-sizing: border-box;
- border: 1px solid #e3ebf7;
- border-radius: 2px;
- float: left;
- font-size: 12px;
- line-height: 22px;
- text-align: center;
- color: #9aa5b5;
- }
- .section_page .page_main_price{
- width: 100%;
- height: 54px;
- float: left;
- box-sizing: border-box;
- padding: 0 8px;
- }
- .section_page .page_main_price .main_price_text{
- width: 100%;
- height: 54px;
- float: left;
- box-sizing: border-box;
- }
- .section_page .page_main_price .main_price_unde{
- width: 100%;
- height: 31px;
- line-height: 31px;
- font-size: 14px;
- color: #4a4f58;
- text-align: left;
- float: left;
- }
- .section_page .page_main_price .main_price_show{
- width: 100%;
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- color: #f94b4b;
- text-align: left;
- float: left;
- }
- .section_page .page_main_price .main_price_show.none{
- color: #999999;
- text-decoration: line-through;
- }
- .section_page .page_main_price .price_text_tag{
- width: 100%;
- height: 22px;
- box-sizing: border-box;
- float: left;
- margin-top: 0px;
- }
- .section_page .page_main_price .price_text_tag .listTag{
- margin:0;
- float: left;
- }
- .section_page .page_main_price .main_price_none{
- width: 100%;
- height: 24px;
- box-sizing: border-box;
- float: left;
- margin-top: 2px;
- }
- .section_page .page_main_price .main_price_none.sec{
- margin-top: 25px;
- }
- .section_page .page_main_price .main_price_none .listTag{
- margin:0;
- }
- .section_page .page_main_price .price_grade{
- float: left;
- margin:0;
- height: 22px;
- line-height: 22px;
- color: #4A4F58;
- font-style: normal;
- font-size: 14px;
- }
- .section_page .page_main_price .price_grade span{
- display: inline-block;
- float: left;
- }
- .section_page .page_main_price .icon:before{
- width: 67px;
- height: 22px;
- }
- .section_page .page_main_price .price_grade_1:before{
- background-position:0 -714px;
- }
- .section_page .page_main_price .price_grade_2:before{
- background-position:0 -744px;
- }
- .section_page .page_main_price .price_grade_3:before{
- background-position:0 -774px;
- }
- .section_page .page_main_price .price_grade_4:before{
- background-position:0 -804px;
- }
- .section_page .page_main_price .price_grade_5:before{
- background-position:0 -834px;
- }
- .section_page .section_page_more{
- width: 100%;
- height: 32px;
- margin-top: 16px;
- float: left;
- }
- .section_page .section_page_more .more{
- width: 98px;
- height: 32px;
- line-height: 32px;
- font-size: 14px;
- margin: 0 auto;
- border-radius: 2px;
- border: 1px solid #cccccc;
- color: #909090;
- text-align: left;
- transition: all 0.2s;
- cursor: pointer;
- padding-left: 15px;
- box-sizing: border-box;
- position: relative;
- }
- .section_page .section_page_more .more .icon:before{
- background-position: -93px 7px;
- width: 20px;
- height: 32px;
- right: 0;
- position: absolute;
- }
- .section_page .section_page_more .more:hover{
- color: #E15616;
- border-color: #E15616;
- }
- .section_page .section_page_more .more:hover .icon:before{
- background-position: -153px 7px;
- }
- /*地库供应商*/
- .section_page .section_page_bottom{
- width: 100%;
- float: left;
- height: auto;
- }
- .section_page .page_main_li{
- width: 134px;
- height: 166px;
- float: left;
- margin-right: 16px;
- margin-bottom: 16px;
- background-color: #FFFFFF;
- transition:all 0.4s;
- display: block;
- }
- .section_page .page_main_li.ad_01{
- width: 884px;
- height: 184px;
- }
- .section_page .page_main_li.ad_02:hover{
- transform:translateY(-5px);
- box-shadow:0 8px 8px rgba(102,102,102,0.05),0 10px 10px rgba(102,102,102,0.05),0 12px 12px rgba(102,102,102,0.05);
- }
- .section_page .page_main_li.ad_02:hover .page_main_name{
- color: #E15616;
- font-weight: bold;
- }
- .section_page .page_main_li .page_main_logo{
- width: 100%;
- height: 134px;
- display: block;
- float: left;
- }
- .section_page .page_main_li .page_main_name{
- width: 100%;
- height: 32px;
- float: left;
- line-height: 32px;
- text-align: center;
- font-size: 14px;
- color: #4a4f58;
- background-color: #f9f9f9;
- }
- /*右边区域*/
- .section_right{
- width: 284px;
- float: right;
- box-sizing: border-box;
- padding-top: 103px;
- }
- .section_right .section_right_item{
- width: 100%;
- height: auto;
- background-color: #FFFFFF;
- float: left;
- margin-bottom: 16px;
- padding: 16px;
- box-sizing: border-box;
- border-radius: 2px;
- }
- .section_right .right_item_title{
- width: 100%;
- height: 22px;
- line-height: 22px;
- float: left;
- margin-bottom: 8px;
- }
- .section_right .right_item_title p{
- float: left;
- font-size: 16px;
- font-weight: bold;
- color: #4a4f58;
- text-align: left;
- }
- .section_right .right_item_title a{
- display: inline-block;
- float: right;
- font-size: 12px;
- color: #909090;
- text-align: right;
- }
- .section_right .right_item_title a:hover{
- color: #E15616;
- text-decoration: underline;
- }
- .section_right .right_item_main{
- width: 100%;
- height: auto;
- }
- .section_right .item_banner{
- width: 252px;
- height: 252px;
- display: block;
- float: left;
- position: relative;
- margin-bottom: 10px;
- }
- .section_right .item_banner img{
- width: 252px;
- height: 252px;
- display: block;
- }
- .section_right .item_banner .name{
- width: 100%;
- height: 32px;
- position: absolute;
- bottom: 0;
- background: rgba(0,0,0,0.4);
- line-height: 32px;
- font-size: 16px;
- color: #ffffff;
- text-align: left;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- padding: 0 10px;
- box-sizing: border-box;
- }
- .section_right .item_banner .statu{
- width: 72px;
- height: 22px;
- border-radius: 11px;
- background: rgba(0,0,0,0.4);
- position: absolute;
- left: 8px;
- top: 8px;
- }
- .section_right .item_banner .statu i{
- display: block;
- width: 12px;
- height: 12px;
- float: left;
- margin: 6px 0 0 6px;
- }
- .section_right .item_banner .statu .icon-wart{
- background: url("/img/live/icon-live.png");
- background-size: cover;
- }
- .section_right .item_banner .statu .icon-live{
- background: url("/img/live/icon-liveing.gif");
- background-size: cover;
- }
- .section_right .item_banner .statu .icon-end{
- width: 11px;
- height: 12px;
- margin: 5px 0 0 5px;
- background: url("/img/live/icon-lives.png");
- background-size: cover;
- }
- .section_right .item_banner .statu p{
- float: left;
- width: 50px;
- text-align: center;
- font-size: 12px;
- line-height: 22px;
- color: #FFF;
- }
- .section_right .item_text{
- display: block;
- width: 100%;
- height:26px;
- line-height: 26px;
- font-size: 14px;
- color: #4a4f58;
- margin: 3px 0;
- }
- .section_right .item_text .item_text_name{
- width: 164px;
- text-align: left;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- padding-left: 12px;
- box-sizing: border-box;
- float: left;
- position: relative;
- }
- .section_right .item_text .item_text_name.info{
- width: 100%;
- }
- .section_right .item_text .item_text_name:before{
- content: '';
- width: 4px;
- height: 4px;
- border-radius: 50%;
- background-color: #cccccc;
- position: absolute;
- left: 0;
- top: 11px;
- }
- .section_right .item_text .item_text_time{
- float: right;
- }
- .section_right .item_text:hover{
- color: #E15616;
- text-decoration: underline;
- }
- .section_right .item_text:hover .item_text_name:before{
- background-color: #E15616;
- }
- #recommendBox .swiper-pagination{
- width:100%;
- padding:10px 0;
- z-index:1;
- text-align:center;
- font-size:0;
- }
- #recommendBox .swiper-pagination span{
- display:inline-block;
- width:14px;
- height:4px;
- border:5px solid transparent;
- cursor:pointer;
- opacity:.2;
- }
- #recommendBox .swiper-pagination span:before{
- content:"";
- display:inline-block;
- width:100%;
- height:4px;
- background:#E15616;
- border-radius:2px;
- }
- #recommendBox .swiper-pagination span.on{
- width:28px;
- opacity:1;
- }
- footer{
- width: 100%;
- height: auto;
- float: left;
- }
- /* 首页右侧导航 */
- #sideNav{display:none;position:fixed;right:0;margin-right:0;width:88px;z-index:9999;bottom:180px;}
- #sideNav .item{width:100%;background-color:#fff;box-sizing:border-box;text-align:center;box-shadow:0 2px 4px rgb(254,246,243);border-radius:2px;margin-bottom:10px;font-size:12px;position:relative}
- #sideNav .item>a{display:block;width:100%;box-sizing:border-box;padding:14px 6px;line-height:14px;position:relative;font-size: 13px;}
- #sideNav .item>a:before{content:'';position:absolute;width:70px;left:9px;top:0;border-top:1px solid #FEF6F3}
- #sideNav .item>a:first-child:before{display:none}
- #sideNav .item>a.on{background:#FEF6F3;color:#E15616}
- /* 中屏导航与广告显示 */
- @media screen and (max-width:1420px){
- #sideNav,#scrollTop{right:10px;margin-right:0;opacity:.9;}
- #advertising{left:10px;margin-left:0;opacity:.9;}
- }
- /*美博会*/
- .section_page .page_main_text .tag{width: 44px;height: 18px;line-height: 18px;font-size: 12px;display: inline-block;margin-right: 5px;text-align: center;color: #FFFFFF !important;background-image: linear-gradient(270deg, #f9c023 0%, #f83600 100%);border-radius: 0px 10px 0px 0px;margin-top: 2px;}
- .Popup{position: fixed;background: rgba(34,39,46, 0.5);top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;opacity: 0;}
- .Popup.show{opacity: 1;}
- .Popup .show_popup{width: 655px;height: 460px;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;cursor: pointer}
- .bg_img img{width: 100%;height: 100%;}
- .bg_icon{text-align: right;position: absolute;right: 70px; top: 50px;}
- .bg_icon .icon{width: 50px;height: 50px;display: inline-block;}
- .bg_icon .icon:before{width: 50px;height: 50px;background-position: -187px -545px;cursor: pointer;}
|