

.page{
	padding: 50px 0 50px;
	text-align: center;
}
.page ul{
	display: inline-block;
}
.page ul li{
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #F2F2F2;
	line-height: 40px;
	text-align: center;
	color: #999;
	font-size: 15px;
	margin: 0 10px;
    border-radius: 5px;
}
.page ul li.prev{
	width: 58px;
	font-size: 15px;
	margin-right: 9px;
}
.page ul li.next{
	width: 58px;
	font-size: 15px;
	margin-left: 9px;
}
.page ul li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.page ul li.active{
	background: #388EFC;
}
.page ul li:hover{
	background: #388EFC;
    color: #FFFFFF;
}
.dspfl{
    display: flex;
    align-items: center;
}
.dspfl .jiantou{
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #ccc;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-left: 5px;
}
.dspfl .jiantou.allowed {
    cursor: not-allowed;
}
.location{
    padding-right: 20px;
    justify-content: space-between;
}
.back{
    top: 0 !important;
    background: #FFFFFF !important;
    box-shadow : 0px 3px 9px 0px rgba(0,0,0,0.15) !important;
    position: sticky;
    z-index: 10;
}
.location .dqwz{
    height: 52px;
    line-height: 52px;
}
.location .dqwz,.location .dqwz a {
    color: #454545;
}
.location .dqwz span{
    color: #999999;
}
.location .dqwz a:hover , .location div p:first-child span ,.classify ul .active a{
    color: #1290FE;
}
.location .dqwz:last-child span{
    cursor: pointer;
    display: inline-block;
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    border: 1px solid #999999;
    color: #999999;
    background: #ffffff;
}
.location .dqwz:last-child span:first-child{
    margin: 0 5px 0 9px;
}
/* 筛选分类 */
.classify{
    position: relative;
    align-items: baseline !important;
    box-sizing: border-box;
    width: 940px;
    height: 59px;
    overflow: hidden;
    align-items: flex-start;
    padding: 5px 117px 5px 20px;
    background-color: #ffffff;
}
.showAll{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.showAll .open,.showAll .up{
    margin-right: 3px;
    margin-bottom: 2px;
    display: inline-block;
    border-top: 7px solid #999999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 0;
    height: 0;
}
.showAll .up{
    border-top:none;
    border-bottom: 7px solid #999999;
}
.classify p{
    flex-shrink: 0;
    /* margin-top: 15px; */
}
.classify ul{
    width: 760px;
    flex-wrap: wrap;
}
.classify ul li a{
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    color: #343434;
}
.classify ul li a:hover,.recommend ul li a:hover,.recommend ul li:hover{
    color: #1290FE;
}
.classify ul li {
    flex-shrink: 0;
}
.scrollNav{
    background: #FFFFFF;
    opacity: 0;
}
.scrollNav div{
    width: 128px;
    position: relative;
    cursor: pointer;
}
.scrollNav div ul{
    display: none;
    position: absolute;
    /* display: grid; */
    grid-template-columns: repeat(5,1fr);
    grid-row-gap: 30px;
    grid-column-gap: 39px;
    background: #FFFFFF;
    top: 52px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    border: 1px solid #E6E6E6;
    padding: 25px 31px;
    margin-left: -1px;
}
.scrollNav .type ul{
    box-sizing: border-box;
    width: 130px;
    grid-template-columns: repeat(1,1fr);
}
.scrollNav .type ul li{
    width: auto;
    text-align: center;
}
.scrollNav div ul::before{
    content: "";
    position: absolute;
    left: 0px;
    top: -3px;
    width: 128px;
    height: 4px;
    background: #FFFFFF;
    z-index: 10;
}
.scrollNav div li{
    width: max-content;
    color: #666666;
}
.scrollNav div li a{
    color: #666666;
}
.location .scrollNav div li a:hover{
    color: #1290FE !important;
}
.scrollNav p{
    border-right: 1px solid #E6E6E6;
    width: 128px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 14px;
    color: #343434;
}
.scrollNav p span{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #999999;
    display: inline-block;
    margin-left: 9px;
}
.scrollNav>p:first-child{
    color: #FFFFFF;
    background: #1290FE;
}
.recommend{
    margin-left: 20px;
    width: 240px;
}
.enterpriseEvely{
    width: 940px;
}
.enterpriseEvely .evelyUl{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;

}
.enterpriseEvely .evelyUl li{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    padding: 20px;
    width: 465px;
    height: 182px;
    background: #FFFFFF;
    border-radius: 2px;
}
.enterpriseEvely .evelyUl li img{
    width: 142px;
    height: 141px;
    margin-right: 20px;
    border: 1px solid #E6E6E6;
}
.enterpriseEvely .evelyUl li p:first-child{
    width: 264px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #121212;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.enterpriseEvely .evelyUl li p:nth-child(2){
    line-height: 24px;
    font-size: 14px;
    color: #343434;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4 ; 
    -webkit-box-orient: vertical ;
    white-space: normal;
}
.enterpriseEvely #gys{
    margin-top: 20px;
}
.enterpriseEvely #gys li{
    cursor: pointer;
    box-sizing: border-box;
    width: 940px;
    background: #FFFFFF;
    height: 182px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
}
.enterpriseEvely #gys li .left{
    display: flex;
}
.enterpriseEvely #gys li .left .logo{
    width: 142px;
    height: 142px;
    transition: all .8s;
    background: #FFFFFF;
    object-fit: contain;
}
.enterpriseEvely #gys li .left>div:first-child:hover .logo{
    transform: scale(1.04);
}
.enterpriseEvely #gys li .left>div:nth-child(2) p{
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    margin-bottom: 15px;
}
.enterpriseEvely #gys li .left>div:nth-child(2) p:first-child{
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 18px;
    color: #121212;
}
.enterpriseEvely #gys li .left>div:nth-child(2) p img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.enterpriseEvely #gys li .left>div:first-child{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 20px;
    border: 1px solid #E6E6E6;
}
.enterpriseEvely #gys li .left .goDetail{
    display: none;
    position: absolute;
    width: 142px;
    height: 142px;
    left: 0;
    top: 0;
    background-color: rgba(18, 18, 18, 0.4);
}
.enterpriseEvely #gys li .left .goDetail span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: #1290FE;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
}
.enterpriseEvely #gys li .right img{
    display: block;
    width: 142px;
    height: 142px;
    transition: all .8s;
}
.enterpriseEvely #gys li .right a{
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    overflow: hidden;
}
.enterpriseEvely #gys li .right a:nth-child(2){
    margin-left: 20px;
}
.enterpriseEvely #gys li .right a img:hover{
    transform: scale(1.04);
}
/* 右侧 */
.recommend {
    position: sticky;
    top: 0px;
    margin-top: 52px;
}
.recommend div{
    margin-top: 20px;
    padding-bottom: 11px;
    background: #ffffff;
}
.recommend .rightTitle{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 29px 30px;
}
.recommend .rightTitle span:first-child::before{
    content: "";
    position: absolute;
    left: 16px;
    top: 26px;
    width: 4px;
    height: 15px;
    background: #1290FE;
}
.recommend .rightTitle span:first-child{
    height: 19px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.recommend .rightTitle span:nth-child(2){
    cursor: pointer;
    height: 14px;
    font-size: 14px;
    color: #999999;
}
.recommend .rightTitle span:nth-child(2) a{
    color: #999999;
}
.recommend ul{
    padding: 0 21px 0 16px;
}
.recommend ul li{
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    margin-bottom: 19px;
    height: 16px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
}
.recommend ul li a{
    position: relative;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
}
.recommend ul li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 8.5px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #333333;
}
.recommend .cgNew ,.recommend .gyNew{
    margin-top: 0;
}

/* 商家动态 */
#sjdt{
    box-sizing: border-box;
    width: 940px;
    min-height: 687px;
    padding: 0 20px;
    background: #FFFFFF;
}
#sjdt li{
    cursor: pointer;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px dashed #E6E6E6;
}
#sjdt li:last-child{
    border-bottom: none;
}
#sjdt li .right p:first-child{
    font-weight: bold;
    font-size: 18px;
    color: #121212;
    margin-bottom: 15px;
}
#sjdt li .right p:nth-child(2){
    height: 72px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #343434;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3 ; 
    -webkit-box-orient: vertical ;
    white-space: normal;
    line-height: 24px;
}
#sjdt li .right div span{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}
#sjdt li .right div img{
    margin-right: 8px;
}
#sjdt li .right div img:first-child{
    width: 12px;
    height: 12px;
}
#sjdt li .right div img:nth-child(3){
    width: 14px;
    height: 12px;
    margin-left: 23px;
}
#sjdt li .logo{
    box-sizing: border-box;
    width: 200px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    margin-right: 19px;
    flex-shrink: 0;
    object-fit: cover;
}
.recommend .tag ul{
    flex-wrap: wrap;
}
.recommend .tag ul li{
    margin-right: 37px;
    padding-left: 0;
}

.recommend .tag ul li::before{
    content: none;
}

/* 商家动态详情 */
.sjDetail{
    box-sizing: border-box;
    padding: 0 40px;
    background: #FFFFFF;
}
.sjDetail .detailTitle{
    padding: 46px 0 20px;
    text-align: center;
    border-bottom: 1px dashed #E6E6E6;
}
.sjDetail .detailTitle h3{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 20px;
}
.sjDetail .detailTitle p{
    font-size: 14px;
    color: #666666;
}
.sjDetail .detailTitle p span{
    margin-right: 20px;
}
.sjDetail .detailTitle p span:last-child{
    margin-right: 0;
}
.sjDetail .detailContent{
    padding: 30px 0 69px 0;
}
.sjDetail .detailContent div:first-child p{
    color: #333333 !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
}
.sjDetail .detailContent .shareBox div>img,.sjDetail .detailContent .shareBox>span img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 50%;
    box-sizing: border-box;
}
.sjDetail .detailContent div:first-child p span{
    color: #333333 !important;
    font-size: 16px !important;
}
.sjDetail .detailContent .shareBox>span img{
    
}
.sjDetail .detailContent .shareBox span{
    cursor: pointer;
}
.sjDetail .detailContent .shareBox>div{
    margin-right: 40px;
    cursor: pointer;
}
.sjDetail .detailContent .shareBox{
    position: relative;
    margin-top: 22px;
}
.sjDetail .detailContent .shareBox .showShare{
    display: none;
    justify-content: space-around;
    position: absolute;
    left: -28px;
    top: 36px;
    box-sizing: border-box;
    padding: 10px;
    width: 174px;
    height: 96px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(64,64,64,0.09);
}
.sjDetail .detailContent .shareBox .showShare::before{
    content: "";
    position: absolute;
    left: 40px;
    top: -3px;
    border-left: 3px solid transparent;
    border-bottom: 5px solid #FFFFFF;
    border-right: 3px solid transparent;
}
.sjDetail .detailContent .shareBox .showShare span{
    flex-direction: column;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 6px;
}
.sjDetail .detailContent .shareBox .showShare span:hover{
    background: #E2F0FB;
}
.sjDetail .detailContent .shareBox .showShare img{
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.sjDetail .detailContent>p:nth-child(3){
    color: #999999;
    font-size: 14px;
    text-align: right;
    margin-top: 1px;
    cursor: pointer;
}
.sjDetail .detailContent>p:nth-child(3) a{
    color: #343434;
}
.sjDetail .detailContent>p:nth-child(3) a:hover,.sjDetail .detailContent>p:nth-child(5) a:hover,.sjDetail .detailConten>p:nth-child(6) a:hover{
    color: #1290FE;
}
.sjDetail .detailContent>p:nth-child(6){
    margin-top: 16px;
}
.sjDetail .detailContent>p:nth-child(5) a,.sjDetail .detailContent>p:nth-child(6) a{
    color: #333333;
}
.sjDetail .detailContent .disclaimer{
    margin: 20px 0 39px;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
/* 相关动态 */
.sjDetail .detailContent .otherDynamics{
    margin-top: 50px;
}
.sjDetail .detailContent .otherDynamics p{
    position: relative;
    padding-left: 17px;
    margin-bottom: 29px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.sjDetail .detailContent .otherDynamics p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 15px;
    background: #1290FE;
}
.sjDetail .detailContent .otherDynamics ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 46px;
    grid-row-gap: 15px;
}
.sjDetail .detailContent .otherDynamics ul li{
    cursor: pointer;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 14px;
    color: #343434;
}