html,
body {
    height: 100%;
    width: 100%;
	background: #f6f6f6;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
	
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/******************************************/
#search_top{width:1200px;background-color: #fff;margin:auto;margin-top:1px;padding:10px;box-shadow: 0 0 5px #dde2e3;}
.search_item{display: flex;padding-top:6px;padding-bottom:6px;}
.search_item div.title{padding-left:10px;padding-right:30px;display: flex;align-items: center;}
.search_item div.title span{display: block;height:12px;width:4px;border-radius: 2px;background-color: #2370d7;margin-right:6px;}
.search_item a{padding:3px 8px 3px 8px;line-height:12px;margin-right:5px;}
.search_item a.current{background-color: #2370d7;color:#fff;border-radius: 3px;}

#list_info{width:1200px;background-color:#fff;margin:auto;margin-top:15px;padding-bottom:15px;}
#info_count{padding:12px 20px;font-size:14px;border-bottom:1px solid #eee;color:#333333;line-height: 100%;}
#info_count span{color:#2370d7;font-size:18px;font-weight:bold;padding-left:6px;padding-right:6px;}

.list_item{width:1160px;margin:auto;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #eee;}
.list_item span.status{background-color: #2370d7;color:#fff;font-size:12px;padding:3px 8px;line-height: 12px;border-radius: 4px;margin-right:10px;}
.list_item span.price_count{background-color: #FFE8BF;color:#FE8D03;font-size:12px;padding:3px 8px;line-height: 12px;border-radius: 4px;margin-left:10px;}
.list_item a{color:#333;font-size:18px;}
.list_item a:hover{text-decoration: underline;color:firebrick;}
.goods_tag{padding:12px 0;}
.goods_tag span{background-color:#F5F5F5;margin-right:20px;font-size:12px;padding:3px 8px;line-height: 12px;border-radius: 4px;color:#3B3E5D;}
.list_item table{width:100%;}
.list_item span.item{color: #A9B1BE;margin-right: 10px;}

#p_nav {
	width:1200px;margin:auto;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
.line_title{border-bottom:1px dashed #eee;font-size:18px;padding-bottom:10px;display: flex;}
.line_title span{display: block;width: 4px;height: 18px;background-color: #0082df;margin-top: 5px;margin-right:10px;border-radius: 2px;}
#cg_main{width:1200px;margin:auto;display: flex;justify-content: space-between;}
#cg_main h1{font-size:20px;font-weight: bold;border-bottom:1px dashed #eee;padding-bottom:10px;}
.box_detail{margin-left:25px;}
.box_detail ul{list-style-type:none;margin:0;padding:0;}
.box_detail_content {
	/*background: #f5f5f5;*/
	box-sizing: border-box;
	padding: 10px 0px;
	width: 500px;
}
.box_detail_content li{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px #e6e6e6 dashed;
	font-size: 14px;
}

#price_input{display: flex;}
#price_input input{width:200px;height:42px;background-color: #eef7ff;border:1px solid #0082df;margin-right:8px;text-align:center;outline: none;}
#price_input button{width:200px;height:42px;border:1px solid #0082df;background-color:#0082df;color:#fff;display: flex;align-items: center;justify-content: center;}

.like_rank {
  width: 250px;
  /*border-bottom: 1px solid #e6e6e6;*/
  background-color: #FFFFFF;
}
.rank_list .q_tit {
  position: relative;
}
.q_tit{width: 100%;height: 59px;border-bottom: 1px solid #e6e6e6;cursor: pointer;}
.q_tit span{display: block;float: left;width: 4px;height: 18px;background-color: #0082df;margin-top: 21px;margin-right: 12px;margin: 21px 12px 0 9px;border-radius: 2px;}
.q_tit h4{width: 209px;float: left;font-size: 18px;height: 60px;line-height: 44px; }

.rank_list .q_tit a {
  position: absolute;
  right: 9px;
  top: 26px;
  z-index: 1;
  height: 12px;
  line-height: 12px;
  color: #666666;
}
.rank_list .q_tit a:hover {
  color: #0082df;
}
.rank_list ul{margin:10px;padding:0px;}
.rank_list li {
	margin:0;
	padding:0;list-style-type: none;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #E6E6E6;
  text-align: left;
}
.rank_list .pro_list li p {
  font-size: 14px;
  color: #333333;
  width: 210px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
  padding-bottom: 10px;
}
.rank_list .pro_list li a:hover p {
  color: #0082df;
}
.rank_list .pro_list li:last-child {
  border: none;
}

#price_list{background-color: #e3eff9;height:50px;display: flex;justify-content: center;align-items: center;width:1200px;margin:auto;margin-top:20px;}
#price_list div.tline{height:1px;width:480px;background: #7dabca;}
#price_list span{padding:0 20px 0 20px;font-size:18px;}

#price_list2{width:1200px;background:#fff;margin:auto;padding:10px 15px 20px 20px;}
#price_list2 .title{width:25%;text-align: center;font-weight:bold;line-height:32px;border-bottom:1px dashed #dae3e9;}
#price_list2 .text{width:25%;text-align: center;line-height:32px;border-bottom:1px dashed #dae3e9;}

#page_list{width:1200px;background-color:#fff;margin:auto;margin-top:15px;padding-bottom:15px;padding:15px;text-align: center;}
#page_list a{display:inline-block;background:#fff;line-height:28px;font-size:14px;margin:0 2px;border:1px solid #efefef;border-radius:4px;padding:0 10px;color:#666}
#page_list a.current{background-color:#2370d7;color:white;border:1px solid #2370d7;}