
@media (min-width:1200px){.container{max-width:1200px!important;padding:30px 0!important;margin:auto;}}
ul,li,a,p{margin: 0; list-style: none; padding: 0;}
/*========== header ===========*/
/* body{background:url(../img/bluebg.gif) 0 31px repeat-x #fff;} */
.bodyspace{padding:8px 0 0;}
.topbar{background-color:#f2f2f2;border-bottom:1px solid #ddd;padding:5px 0;}
.topbar .content{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:32px;}
.publish-msg{display:inline-block;width: 120px;min-width: 120px;height:39px;margin-left:30px;line-height:39px;color:#fff;text-align:center;background-color:#ff7e16;cursor:pointer;}
.publish-msg:hover{background-color: #e06601;}
/* .nav-centerbar{background-color:transparent;} */
.nav-left{display:flex;}
.nav-bar{margin:auto;justify-content:space-between;}

.header-menu{min-width: 1200px;}
.header-menu .nav-bar{display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content:space-between;color: #333;}
.submenu{display: flex;justify-content:space-between;align-items: flex-start;flex:1;}
.submenu li span{display:block;margin-right:5px;font-size: 16px;line-height:28px;padding:10px 25px;cursor:pointer;color:#666;}
.submenu li span.active,.submenu li:hover span{color:#ed8832;background-color:#fff;font-weight:600;}
.submenuall{position:relative;}
.submenuall:hover .menu{display:block;}
#vue_home .submenuall .menu{display:block;padding-bottom:20px;border:0;border-top:2px solid #2d99e8;}
.btn-all{display:block;width:190px;background-color:#2d99e8;font-size: 16px;line-height:28px;padding:10px 25px;cursor:pointer;color:#fff;}
.search-wrap{display:flex;}
.search{background-color:#fff;border-width:0;display:flex;align-items:center;justify-content:space-between;border:1px solid #2d99e8;}
.search-txt,.search-btn{height:37px;line-height:37px;font-size:15px;}
.search-txt{width:280px;padding-left:10px;border-width:0;background-color:transparent;}
.search-btn{min-width:80px;background: url('../img/search.png') center no-repeat #2d99e8;text-align:center;}

.custom-select-sm{border-color:#fff;}

/*============ sidebar =============*/
.nav-sub{background-color:#fff;border-top:3px solid #ff7e16;box-shadow: 0 3px 8px rgba(0,0,0,.05);}
.nav-sub-item{padding:20px;border-bottom:1px solid #ddd;}
.nav-item-name{display:inline-block;font-size:14px;font-weight:600;}
.nav-sub-child>.btn{font-size:14px;padding-left:0;padding-right:1.5rem;}
.nav-sub-title .float-right{color:#999;}

.li-new-info{overflow:hidden;height:22px;flex-direction:row;align-items:center;}
.li-new-info>i{width:3px;height:3px;margin-right:6px;margin-left:6px;background-color:#ccc;border-radius:2px;}
.news-text-desc{flex:1;width:100%;height:22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-text-desc:hover{color:#ff7e16;}


/*============= main =============*/
.home-content{padding-bottom:30px;}
.menu{display:none;position:absolute;left:0;right:0;z-index:10;background-color:#fff;padding:10px;border:1px solid #e5e5e5;border-top:2px solid #2d99e8;}
.menu>h4{padding:10px 20px;font-size:18px;font-weight:600;border-bottom:1px solid #eee;}
.menu-list>li{border-bottom:1px solid #eee;}
.menu-list>li:last-child{border-bottom:0;}
.menu-list>li>a{display:block;padding:5px 20px;font-size:15px;line-height:2;color:#666;}
.menu-list>li>a:hover{text-decoration:none;color:#333;}
.banner{display:flex; align-items:center; height:500px;overflow:hidden;}
.banner img{width:100%;height:100%;}
.banner-text{margin-left:50%;color:#fff;}
.banner-text h2{display:inline-block;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid rgba(255,255,255,.5);}
.banner-text p{font-size:18px;line-height:1.75;}

.nav-goods-list{position:relative;margin-bottom:70px;display:block;}
.nav-goods-h2{font-size:16px;color:#2d99e8;padding-bottom:10px;border-bottom:2px solid #2d99e8;}
.nav-goods-h2>h2{font-size:18px;font-weight:600;padding-left:10px;margin-bottom:0;line-height:1.5;}
.nav-goods-list ul{margin-bottom:0;display:flex;flex-wrap:wrap;padding:20px;background-color:#fff;border:1px solid #ddd;}
.nav-goods-list ul li{width:50%;}
.nav-goods-item{padding:10px;cursor: pointer;}
.nav-goods-item:hover{}
.nav-goods-item:hover .nav-goods-publishinfo .btn-more{color:#fff;background-color:#e06601;}
.nav-goods-item:hover .nav-goods-title{color:#e06601;}
.nav-goods-item:hover .nav-goods-img img{transform: scale(1.2, 1.2);}
.nav-goods-title{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:5px 0 5px;font-weight: 600;font-size:15px;}
.nav-goods-img{width: 100%;height: 150px;overflow: hidden;vertical-align: top;position: relative;z-index: 1; }
.nav-goods-img img{width: 100%;height: 100%;transition:all .2s ease;}

.nav-goods-item .nav-goods-info{position:absolute;top:0;left:0;width:100%;height:210px;padding: 10px;background-color:rgba(0,0,0,.7);}
.nav-goods-item:hover .nav-goods-info{z-index:10;}
.nav-goods-item .nav-goods-info>div{width: 100%;}
.nav-goods-describe{display:none;margin-top:10px;margin-bottom:10px;padding:0 5px 5px;font-size: 13px;color: #666;}
.nav-goods-publishinfo{display: flex;justify-content:right;}
.nav-goods-publishinfo .f-name{flex:1;font-size:14px;line-height:2;}
.nav-goods-list ul li :nth-child(10){display:none;}

.nav-goods{display:flex;flex-wrap:wrap;justify-content: space-between;}
.nav-goods-list:first-child{width:49%;}
.nav-goods-list:nth-child(2){width:49%;}
.nav-goods-list:first-child .nav-goods-img,
.nav-goods-list:nth-child(2) .nav-goods-img{display:none;margin-bottom:15px;}
.nav-goods-list ul li:nth-child(1) .nav-goods-img{display:block;}
.nav-goods-list ul li:nth-child(2) .nav-goods-img{display:block;}
.nav-goods .nav-goods-list:nth-child(3){width:100%;}
.nav-goods .nav-goods-list:nth-child(3) ul{width:100%;height:202px;overflow:hidden;}
.nav-goods .nav-goods-list:nth-child(3) ul li{width:25%;}
.nav-goods .nav-goods-list:nth-child(3) ul li .nav-goods-top{    z-index: 100;    position: relative;}
.nav-goods .nav-goods-list:nth-child(3) ul li .nav-goods-title{position: absolute;    top: -32px;    background: rgba(0,0,0,.5);font-weight:200;font-size:14px;color: #fff;}


.nav-goods-publishinfo .btn-more{padding:4px 12px;color:#e06601;font-size:12px;border:1px solid #e06601;}
.hot-box{}
.hot-box-title{height: 40px;text-indent:15px;line-height:40px;font-size: 14px;font-weight: bold;background-color:#eee;color:#333;}
.hot-box-list{padding: 15px;min-height: 200px;background: #fff;border:1px solid #e5e5e5;}
.hot-box-list-ul{display: flex;flex-wrap: wrap;margin-bottom:0;}
.hot-box-list-ul li{width:100% ;margin-bottom: 20px;cursor: pointer;}
.hot-box-list-ul li:hover .hot-new-title{color: #ff7e16;}
.hot-new-img img{width: 100%;transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s; -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s; -moz-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s; -ms-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;-o-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;}
.hot-new-img:hover img{transform: translateZ(0) scale(1.1); -webkit-transform: translateZ(0) scale(1.1); -moz-transform: translateZ(0) scale(1.1); -ms-transform: translateZ(0) scale(1.1); -o-transform: translateZ(0) scale(1.1);}

.hot-new-title{margin: 10px 0 5px;width: 100%; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;font-size: 14px;color: rgba(0,0,0,.8);text-align: center;}
.hot-new-price{font-size:12px;line-height:18px;max-height:36px;overflow:hidden;color:#666;}
.home-nav-new{margin-bottom:0;border:1px solid #ddd;}
.home-nav-new .news-list{padding:5px;}
.hot-img{margin-top:20px;}
.hot-img a{text-decoration:none;}
.hot-img img{width:100%;}
.hot-img h4{font-size:16px;margin-top:10px;}
.hot-img p{font-size:14px;color:#999;}

/*================= inside pages ================*/
.list-content-body{width:1200px;margin:auto;}
.breadcrumb{background-color:#fff;}
.goods-list{justify-content:space-between;}
.list-flex-leftitem{margin-left:0;width:65%;flex:.68;border:1px solid #e5e5e5;background-color:#fff;}
.list-flex-rightitem{flex:.3;}
.home-content .btn-group {display:block;margin-top:30px;padding:20px;background-color:#fff;border:1px solid #e5e5e5;}
.home-content .btn-group .btn{margin-right:5px;}
.home-content .btn-group .categoryActive{color: #fff;background-color:#2d99e8;}
.recommend-box{border-radius:0;border:1px solid #e5e5e5;background-color:#fff;}
#vue_more .recommend-box{margin-top:0;border:1px solid #e5e5e5;}
.rec-title{height:auto;font-size:18px;}
.layout-left{border-radius:0;border:1px solid #e5e5e5;border-top:3px solid #1d1c1b;}
.goods-detail, .more-goods-info{margin-right:0;}

.sales-entrys-item{width:155px;min-height:57px;margin-left:15px;padding-top:8px;padding-left:10px;display:inline-block;border-radius:3px;font-family:PingFangSC-Semibold;cursor:pointer}
.sales-entrys-item:first-child{margin-left:0}
.sales-entrys-item .sales-entrys-title{display:inline-block;height:22px;font-size:16px;font-weight:600;line-height:22px;font-family:PingFangSC-Semibold;color:#333}
.sales-entrys-item .sales-entrys-subtitle{height:16px;padding-top:1px;font-size:11px;font-weight:400;line-height:16px;font-family:PingFangSC-Regular;color:#9d9d9d}
.sales-entrys-container-innerimg a:hover,.sales-entrys-container-innerimg a:visited,.sales-entrys-container-innerimg a:link,.sales-entrys-container-innerimg a:active{text-decoration:none}
.sales-entrys-container-innerimg{width:100%;margin-bottom:19px;white-space:nowrap}
.sales-entrys-container-innerimg .sales-entrys-title{color:#333}
.sales-entrys-container-innerimg .sales-entrys-subtitle{color:#9d9d9d}
.sales-entrys-container-innerimg .sales-entrys-item{display:inline-block;background-color:#fff;border:1px solid #e5e5e5;background-image:url(https://p3-q.mafengwo.net/s14/M00/73/0B/wKgE2l0HSGuAOI1tAAChEE0vNA4603.png);background-repeat:no-repeat;background-size:104px auto;background-position-x:59px}
.sales-entrys-container-innerimg .entrys-bg-sales{background-position-y:-651px}
.sales-entrys-container-innerimg .entrys-bg-group{background-position-y:-24px}
.sales-entrys-container-innerimg .entrys-bg-localdeals{background-position-y:-129px}
.sales-entrys-container-innerimg .entrys-bg-flight{background-position-y:-441px}
.sales-entrys-container-innerimg .entrys-bg-hotel{background-position-y:-546px}
.sales-entrys-container-innerimg .entrys-bg-visa{background-position-y:-335px}
.sales-entrys-container-innerimg .entrys-bg-ship{background-position-y:-233px}
.sales-entrys-container-innerimg .sales-entrys-item:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,0.08)}
.sales-entrys-container-innerimg .sales-entrys-item:hover .sales-entrys-title{background-image:url(https://n2-q.mafengwo.net/s13/M00/76/AE/wKgEaVzROqWAPJp3AAAECYd-dCM112.png);background-repeat:no-repeat;background-size:100% 7px;background-position:bottom}
@media(min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.sales-entrys-container-innerimg .sales-entrys-item{width:128px;border:.5px solid #e5e5e5}

