body{
    background: #f5f5f7;
}
a:hover{
    text-decoration:none;
}
a{
    color: black;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.page-content{
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.w890{
    width: 890px;
}
.swiper-container{
    width: 890px;

    overflow:hidden;
}
.swiper-slide{
    width: 890px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.swiper-slide img{
    width: 100%;
	height: 100%;
}
.shop_clsficat{
	width: 890px;
	height: 180px;
	background: url('../img/classification.png') no-repeat;
	background-size:100% 100% ;
	margin-top: 27px;
}
.shop_clsficat ul{
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}
.shop_clsficat ul li{
	width: 178px;
	height: 180px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	text-align: center;
	background:url('../img/right_xian.png') no-repeat right;
	background-size:2px 144px ;
}
.list_last{
	background-image: none !important;
	position: absolute;
	right:0;
}
.box_nav_on{
	color: red;
}
.shop_clsficat ul li img{
	width: 66px;
	height: 66px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.shop_clsficat ul li p{
	font-size: 22px;
	color: #685241;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 2px;
}
.shop_hoststyle{
	width: 890px;
	height: 423px;
	background: white;
	margin-top: 27px;
	overflow: hidden;
}
.host_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 23px;
	margin-top: 15px;
}
.host_titimg{
	width: 113px;
	height: 26px;
}
.host_titimg img{
	width: 100%;
	height: 100%;
}
.host_more{
	font-size: 12px;
	color: #000000;
	cursor: pointer;
}
.host_list{
	width: 844px;
	height: 310px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 15px;
}
.hostlist_dier{
    width: 200px;
    height: 310px;
    background:white;
    border-radius:10px;
    -moz-box-shadow:2px 2px 20px #f4f4f4,-2px -2px 20px #f4f4f4;
    -webkit-box-shadow:2px 2px 20px #f4f4f4,-2px -2px 20px #f4f4f4;
    box-shadow:2px 2px 20px #f4f4f4,-2px -2px 20px #f4f4f4;
    cursor: pointer;
}
.host-list-show{
	width: 200px;
    height: 200px;
    position: relative;
    border-radius:10px ;
}
.host-list-show>img{
	border-radius:10px 10px 0 0;
	height: 100%;
}
.host_xianl{
	width: 100%;
	height: 30px;
	background:rgba(0,0,0,0.6);
	font-size: 16px;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	line-height: 30px;
}
.Packagemail{
	width: 47px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
}
.hostlist_dier .left-list-info{
	padding: 10px 16px 0 16px;
}
.hostlist_dier .left-list-info .list-des{
	text-align: center;
}
.hostlist_dier .left-list-info .list-floor{
	justify-content: center;
	margin-top: 0;
}
.hostlist_dier .left-list-info .list-floor .yprize{
	margin-left: 0;
	font-size: 26px;
    color: #e72222;
    text-decoration: none;
}

.list_box_nav{
	width:850px;
	height: 43px;
	margin: 0 auto;
	background: #f5f5f7;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.list_box_nav div{
	display: flex;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
}
.list_box_nav div img{
	width: 16px;
	height: 9px;
	margin-left: 5px;
}
.module-left-list-box{
    margin-top: 27px;
    background:#fafafa;
    padding-bottom: 40px;
    overflow: hidden;
}
.list-content{
    padding:20px 20px 0px 20px;
    border-radius:2px;
    padding-right: 0;
    display: flex;
    flex-wrap:wrap;
}
.left-list{
    width: 270px;
    height: 430px;
    background:white;
    margin-right: 20px;
    border-radius:10px;
    -moz-box-shadow:2px 2px 20px #f4f4f4,-2px -2px 20px #f4f4f4;
    -webkit-box-shadow:2px 2px 20px #f4f4f4,-2px -2px 20px #f4f4f4;
    box-shadow:2px 2px 20px #f4f4f4,-2px -2px 20px #f4f4f4;
    cursor: pointer;
    margin-bottom: 20px;
}
.left-list:nth-child(3n){
    margin-right: 0px;
}
.left-list-show{
    width: 270px;
    height: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.ewm-box{
    width: 270px;
    height: 270px;
    background:rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    border-radius:10px 10px 0 0;
    display: none;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
}
/*.left-list:hover .ewm-box{*/
    /*display: block;*/
/*}*/
.left-list:hover{
    border:2px solid #ed9191;
}
.ewm{
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.ewm-hit{
    font-size:28px;
    color:white;
    text-align: center;
    margin-top: 2px;
}
.left-list-img{
    width: 100%;
    display: block;
}
.left-list-info{
    padding:20px 16px 0 16px;
}
.list-des{
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color:black;
}
.list-hit{
    color: #e62323;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin-top: 5px;
}
.list-floor{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.xprize{
    font-size:30px;
    color: #e72222;
}
.yprize{
    font-size:17px;
    color: #666666;
    text-decoration: line-through;
    margin-left: 8px;
}
.group{
    font-size:17px;
    color: #e72222;
}
.fpage{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}


.module-right{
    width: 280px;
}
.article-box,.group-buy,.advisory{
    padding:10px 0px 30px 10px;
    background:white;
    margin-bottom: 20px;
}
.article-headline{
    padding-left: 19px;
    font-size:16px;
    position: relative;
    font-weight: bold;
}
.article-headline::before{
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background:#fb1728;
    border-radius:4px;
    position: absolute;
    left: 0;
    top: 3px;
}
.article-content,.group-buy-content,.advisory-content{
    margin-top:23px;
}
.article-list{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    cursor: pointer;
}
.article-list-left{
    width: 22px;
    height: 22px;
    background:#fb1728;
    border-radius:50%;
    text-align:center;
    line-height: 22px;
    color: white;
    font-size:15px;
}
.article-list-right{
    width: 219px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    font-size:14px;
    margin-left:13px;
}
.group-buy-list{
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}
.group-buy-list-left{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:20px;
}
.group-buy-list-left img{
    width: 100%;
}
.group-buy-list-right{
    width: 170px;
}
.group-right-title{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    font-size:16px;
    color: #6b6b6b;
}
.group-right-desc{
    color: #888888;
    font-size:14px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.group-right-prize{
    margin-top: 10px;
}
.group-right-xprize{
    font-size:16px;
    color: #fb1728;
}
.group-right-yprize{
    font-size:14px;
    color: #888888;
    text-decoration:line-through;
    margin-left: 5px;
}

.advisory-content-info{
    width: 244px;
    margin: 0 auto;
}
.form{
    width: 244px;
}
/*select::-ms-expand{display:none;}
select{
  appearance:none;
 -moz-appearance:none;
 -webkit-appearance:none;
 outline: none;
 cursor: pointer;
 border:none;
 background:transparent;
}*/
.con_add_txt{
	font-size: 16px;
    line-height: 30px;
}
.advisory-info-list{
    /*width: 242px;
    height: 40px;
    border-radius:40px;
    border:1px solid #888888;*/
    margin-bottom: 10px;
}
.brand_select,.series_select{
    width: 150px;
    height: 30px;
    border: 1px solid #d6d7dc;
    outline: none;
    font-size: 16px;
    font-family: none;
}
.feedback_mobile{
    width: 150px;
    height: 30px;
    border: 1px solid #d6d7dc;
    outline: none;
    font-size: 16px;
    font-family: none;
    float: inherit;
    margin: 0;
    line-height: 30px;
    text-align: inherit;
    background: transparent;
    color: black;
    box-sizing: border-box;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: black;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: black;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: black;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: black;
}
.bn{
    border: none;
}
.feedback_sub{
    width: 97%;
    height: 40px;
    line-height: 40px;
    background: #fb1728;
    text-align: center;
    font-size: 20px;
    color: white;
    border-radius: 3px;
    margin-bottom: 20px;
    float: inherit;
    margin: 0;
    border: 0;
    margin-top: 10px;
}
.mobile-img{
    width: 181px;
    height: 17px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.ewm-box-host{
	width: 200px;
	height: 200px;
	background:rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	border-radius:10px 10px 0 0;
	display: none;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
}
.ewm-host{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

/*分页*/
.page_div {
    margin-top: 50px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.page_div a {
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dce0e0!important;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 38px;
    color: black;
    font-size: 13px;
    display: inline-block;
    background:#f3f3f3;
}
#firstPage,
#lastPage {
    width: 86px;
    color: black;
    border: 1px solid #d6d7dc!important;
    background:#f3f3f3;
}
#prePage,
#nextPage {
    width: 86px;
    color: black;
    border: 1px solid #d6d7dc!important;
    background:#f3f3f3;
}
.page_div .current {
    color: red;
    border:none!important;
 	background: #fafafa;
 	text-decoration: none;
}
.totalPages {
    margin: 0 10px;
}
.totalPages span,
.totalSize span {
    color: black;
    margin: 0 5px;
}
#prePage em,
#nextPage em{
    display: inline-block;
    width: 8px;
    height: 11px;
}
#prePage em{
    background: url('../img/left_icon.png')center no-repeat;
    background-size: 8px 13px;
    margin-right: 8px;
}#nextPage em{
    background: url('../img/right_icon.png')center no-repeat;
    background-size: 8px 13px;
    margin-left: 8px;
}
