body{
	background: #f1f1f1;
}
.contain {
	width: 1200px;
	margin: 20px auto 0;
}
.top {
	/*width: 100%;*/
	background: #fff;
	overflow: hidden;
}
.tit {
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	float: left;
	width: 215px;
	color: #000;
	cursor: pointer;
}
.tit_on {
	color: #fb1728;
	border-bottom: 2px solid #fb1728;
}
.con{
	width: 100%;
	margin-top: 20px;
	display: none;
}
.con1_img {
	display: block;
	width: 1200px;
	height: 400px;
}
.seek {
	background: #fff;
	border: 1px solid #dddde1;
	margin-top: 20px;
	/*width: 100%;
	box-sizing: border-box;
	padding: 0 20px;*/
}
.seek_tit {
	border-bottom:1px solid #dddde1 ;
	font-size:18px ;
	line-height:55px ;
	font-weight: bold;
	color: #000;
	padding: 0 20px;
}
.seek_tit>span{
	font-size:14px ;
	color: #828282;
	font-weight: normal;
}
.seek_wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	/*display: flex;
	justify-content: space-between;*/
	overflow: hidden;
}
.seek_con {
	width: 285px;
	float: left;
}
.seek_tit1 {
	font-size:16px ;
	color: #666;
	font-weight: bold;
	padding-top: 10px;
}
.seek_img {
	width: 60px;
	height: 60px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.seek_img_wrap,.seek_price_wrap,.seek_type_wrap {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	overflow: hidden;
}
.seek_price {
	display: inline-block;
	font-size:14px ;
	line-height:45px ;
	margin-right:40px ;
	float: left;
}
.seek_img>img{
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.seek_img>a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.seek_type{
	float: left;
	position: relative;
	width: 70px;
	margin-right: 20px;
	margin-top: 15px;
}
.seek_type>img {
	width: 70px;
	height: 30px;
}
.seek_type>span{
	font-size:14px ;
	color:#666 ;
	text-align: center;
	line-height:25px ;
	display: block;
}
.seek_type>a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.is_good_wrap,.sale_wrap {
	/*display: flex;
	justify-content: space-between;*/
	padding: 20px;
	padding-bottom: 0;
	overflow: hidden;
}
.is_good {
	width: 360px;
	position: relative;
}
.is_good>img{
	width: 100%;
	height: 240px;
}
.is_good_txt {
	font-size: 16px;
	line-height:55px ;
}
.is_good_txt>span{
	display: inline-block;
	margin: 0 10px;
}
.is_good>a,.sale>a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sale {
	width: 275px;
	float: left;
	margin-right: 19px;
	box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: 1px solid #dddde1;
}
.sale:last-child{
	float: right;
	margin-right: 0px;
}
.sale>img{
	width: 275px;
	height: 180px;
}
.sale_txt_wrap {
	padding: 10px;
	padding-bottom: 20px;
}
.sale_price {
	font-size: 20px;
	color: #fb1728;
	line-height: 35px;
	font-weight: bold;
}
.sale_price>span{
	font-size: 16px;
	color: #666;
	text-decoration: line-through;
	font-weight: normal;
}
.sale_tit {
	font-size: 16px;
	color: #000;
	height: 44px;
}
.sale>img{
	display: block;
	width: 240px;
	height: 160px;
	margin: 15px auto 0;
}
.sale_tit1 {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.sale_logo {
	overflow: hidden;
	height:17px ;
}
.sale_logo>img{
	float: left;
	height: 17px;
	margin-right: 15px;
}
.sale_wrap{
	padding-bottom: 20px;
}
.select_wrap {
	padding: 20px;
	background: #fff;
	border: 1px solid #dddde1;
	margin-top: 20px;
}
.select {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.select>select,.select>option{
	width: 280px;
	height: 28px;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border: 1px solid #999;
	border-right: none;
	background:#fff url(../img/cli.png) right center no-repeat;
	background-size: 28px 28px;
	padding-left: 10px;
	font-size: 14px;
}
.select_con {
	/*display: flex;*/
	/*justify-content: space-between;*/
	overflow: hidden;
}
.sel_img {
	width: 570px;
	position: relative;
}
.sel_img>img {
	width: 570px;
	box-sizing: border-box;
	border: 1px solid #dddde1;
}
.sel_img>p{
	text-align: center;
	font-size:16px ;
	color: #333;
	line-height:50px ;
}
.sel_img>div {
	width: 100px;
	height: 100px;
	background: url(../img/who.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 93%;
	top:107px;
	z-index: 100;
}
.clic{
	display: block;
	width: 247px;
	height: 40px;
	background: #d6d7dc;
	color:#333 ;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	margin: 440px auto 20px;
}
.sel_img>a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.look_list_wrap {
	padding:0 20px;
	border: 1px solid #dddde1;
	background: #fff;
}
.look {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #dddde1;
}
.lookDetail {
	display: inline-block;
	width:300px ;
	margin-right: 20px;
	float: left;
}
.lookDetailImg {
	width: 94%;
}
/*.look>img{
	width:300px ;
	height:200px ;
	margin-right: 20px;
	float: left;
}*/
.look_txt {
	font-size:16px ;
	line-height:50px ;
	color: #000;
	margin-left: 28%;
}
.look_txt>span{
	font-weight: bold;
	margin-right: 35px;
}
.look_right {
	font-size:16px ;
	/*float: right;
	margin-top: 40px;*/
	position: absolute;
	right: 20px;
	top:60px ;
	line-height: 50px;
}
.look_a {
	font-size:20px ;
	/*float: right;*/
	width:145px ;
	text-align: center;
	line-height:45px ;
	background:#fb1728 ;
	color:#fff ;
	position: absolute;
	right: 20px;
	top:115px ;
	border-radius: 3px;
}
.look_top {
	margin-bottom: 20px;
	border: 1px solid #dddde1;
	padding: 0 20px;
	background: #fff;
}
.price {
	border-bottom: 1px solid #dddde1;
	overflow: hidden;
}
.price>span{
	font-size:16px ;
	font-weight: bold;
	color: #000;
	line-height:60px ;
	float: left;
	margin-right: 20px;
}
.price_list {
	/*float: left;*/
	height: 60px;
}
.price_li {
	float: left;
	margin-right: 35px;
	/*margin-top: 15px;*/
	display: inline-block;
	line-height: 60px;
}
.price_a{
	font-size:16px ;
	color: #000;
	border-radius: 3px;
	padding:5px 10px;

}
.a_on{
	background:#fb1728 ;
	color:#fff ;
}
.price_a:hover{
	background:#fb1728 ;
	color:#fff ;
}
.type_list {
	/*float: left;*/
	height: 60px;
	width: 90%;
}
.type_img{
	float: left;
	position: relative;
	margin-right: 55px;
}
.type_img>img {
	width: 60px;
	height: 60px;
}
.type_img>a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.type_size {
	overflow: hidden;
}
.type_size_li{
	width: 30px;
	margin-right: 7px;
}
.content_kuang_ul {
	height: 30px;
}
.content_kuang_ul>li{
	line-height: 30px;
}
.s {
        position: absolute;
        top: -20px;
        left: 40px;
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #fb1728 transparent;
        border-style: dashed dashed solid dashed;
        border-width: 10px;
      }

      .i {
        position: absolute;
        top: -9px;
        left: -10px;
        /*通过修改left值改变位置*/
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #fff transparent;
        border-style: dashed dashed solid dashed;
        border-width: 10px;
      }
      .container_kuang {
     	width: 650px;
        position: relative;
        margin-bottom: 10px;
        margin-left: 150px;
        display: none;
      }
      .content_kuang {
        border: 1px solid #fb1728;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        position: relative;
        background-color: #fff;
        padding: 5px;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
      }
.s1 {
        position: absolute;
        top: -20px;
        left: 20px;
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #fb1728 transparent;
        border-style: dashed dashed solid dashed;
        border-width: 10px;
      }

      .i1 {
        position: absolute;
        top: -9px;
        left: -10px;
        /*通过修改left值改变位置*/
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #fff transparent;
        border-style: dashed dashed solid dashed;
        border-width: 10px;
      }
      .container_kuang1 {
     	width: 965px;
        position: relative;
        margin-bottom: 10px;
        margin-left: 150px;
        display: none;
      }
      .content_kuang1 {
        border: 1px solid #fb1728;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        position: relative;
        background-color: #fff;
        padding: 5px;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
      }
.page_div {
	margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    padding-left: 260px;
    box-sizing: border-box;
}
.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: black;
    border:none!important;
    background:white;
}
.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;
}
.price_a1 {
	font-size: 16px;
    color: #000;
    border-radius: 3px;
    padding: 5px 10px;
	background: gray;
}
/*新图*/
.which_good_wrap {
	overflow: hidden;
}
.which_good {
	padding: 20px;
	padding-bottom: 0;
	float: left;
	width: 359.3px;
}
.which_good>a{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.which_top {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.which_img {
	width: 170px;
}
.img_r {
	float: right;
}
.img_m {
	position: absolute;
	width: 67px;
	height: 67px;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.which_bottom {
	overflow: hidden;
}
.which_txt,.which_txt_m {
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	color:#000 ;
	text-align: center;
}
.which_txt {
	width:165px ;
}
.fengyebtn{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 18px;
	cursor: pointer;
	margin: 10px;
}