﻿body{background: #f4f4f4;}
/* 顶部 */
.top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ebebeb;
    color: #666;
}
.top>div{position: relative;}
.top .top-p{
    font-size: 13px;
}
.top .top-p span{
    margin-right: 60px;
}
.top .top-p a{
    margin-right: 15px;
    color: #666;
}
.top ul li{
    float: left;
    padding: 0 20px;
    cursor: pointer;
}
.top ul em{color: #d8d8d8;float: left;}
.top ul li a{color: #666;}
.top ul li i{
    display: inline-block;
    width: 9px;
    height: 7px;
    margin-left: 8px;
    background: url(http://misc.1637.com/images/web/icon/top-down.png) no-repeat;
}
.top-nav-active{background: #fff;}
.abs{
    position: absolute;
    top: 30px;
    left: 0;
    width: 1200px;
    height: 205px;
    padding: 20px 15px;
    background: #fff;
    z-index: 99;
    display: none;
    box-shadow: 0 3px 10px 0 #ddd;
}
.abs-box{
    width: 281px;
    height: 160px;
    float: left;
    margin-right: 15px;
    border-right: 1px solid #eee;
}
.abs-box:last-child{border: 0;margin-right: 0;}
.abs-boxs{border: 0;margin-right: 0;}
.abs-box h4{
    color: #ff6d00;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.abs-box p{
    height: 130px;
}
.abs-box p a span{
    display: inline-block;
    position: relative;
}
.abs-hot:after{
    position: absolute;
    content: "";
    top: -5px;
    right: -8px;
    width: 18px;
    height: 13px;
    background: url(http://misc.1637.com/images/web/icon/hot.png) no-repeat;
}
.abs-box .abs-p1 a{
    display: block;
    float: left;
    width: 56px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #666;
}
.abs-box .abs-p2 a{
    display: block;
    float: left;
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #666;
}
.abs-box a:hover{color: #ff5000;}
/* header */
.header{
    width: 100%;
    height: 110px;
    padding: 1px 0;
}
.header h1{
    width: 203px;
    height: 61px;
    margin-top: 19px;
    float: left;
}
.header-cont{
    float: left;
    width: 570px;
    margin: 6px 0 0 120px;
}
.header-cont p{
    height: 20px;
}
.header-cont p a{
    display: inline-block;
    width: 42px;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
    color: #ff5000;
    text-align: center;
    font-weight: bold;
}
.header-cont p a:first-child{
    background: url(http://misc.1637.com/images/web/icon/header-bg.png) no-repeat;
    color: #fff !important;
}
.search{
    width: 100%;
    height: 37px;
	/*border: 2px solid #ff5000;*/
	border: 2px solid #DC140F;
    border-radius: 18px;
}
.search input{
    float: left;
    width: 350px;
    height: 33px;
    line-height: 33px;
    margin-left: 15px;
    color: #c2c2c2;
    font-size: 14px;
    outline: none;
    background: none;
}
 
.search .select{
    float: left;
    width: 110px;
    height: 33px;
    line-height: 33px;
    text-align: center;
	/*border-left: 2px solid #ff5000;*/
	border-left: 2px solid #DC140F;
    position: relative;
    color: #666;
    cursor: pointer;
}
.search .select i{
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(http://misc.1637.com/images/web/icon/select-bg.png);
    margin-left: 4px;
}
.sub{
    position: absolute;
    width: 110px;
    top: 33px;
    left: -2px;
	/*border: 2px solid #ff5000;*/
	border-left: 2px solid #DC140F;
    display: none;
    background: #fff;
    z-index: 99;
}
.sub li:hover{
    cursor: pointer;
    background: #eee;
    color: #ff5000;
}
.sel{
    display: block;
    float: right;
    width: 91px;
    height: 33px;
    line-height: 33px;
    /*background: #ff5000;*/
	background: #DC140F;
    color: #fff;
    text-indent: 25px;
    font-size: 15px;
    border-radius: 0 15px 15px 0;
    position: relative;
}
.sel i{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    right: 13px;
    background: url(http://misc.1637.com/images/web/icon/sel-big.png);
}
.sea-ul{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    margin-top: 2px;
}
.sea-ul li{
    float: left;
}
.sea-ul li a{
    color: #999;
    margin-right: 15px;
}
.header-txt{
    float: left;
    width: 90px;
    margin-left: 25px;
    margin-top: 27px;
}
.header-txt p{
    line-height: 20px;
}
.header-txt p a{color: #666;}
.header-txt p:last-child a{color: #ff5000;}
.ma{
    width: 93px;
    height: 74px;
    float: right;
    margin-top: 20px;
}
/* nav */
.nav{
    width: 100%;
    height: 45px;
    line-height: 45px; 
    background: #DC140F;
    position: relative;
}
.nav .box{ 
    font-size: 0;
}
.nav span{
    display: inline-block;
    height: 45px;
    width: 120px;
    text-align: center; 
	background: #AD0500;
    font-size: 16px;
    color: #fff;
}
.nav a{
    display: inline-block;
    height: 45px;
    text-align: center;
    width: 120px;
    color: #fff;
    font-size: 16px;
} 
.nav a:hover{
    background: #ff5000;
}
/* path */
.path {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.path .box .box_l{
    position: relative;
    color: #666;
}
.path .box .box_l i.i1 {
    position: absolute;
    background: url("http://misc.1637.com/images/so/icon_home.png") no-repeat;
    display: block; 
    width: 12px;
    height: 12px;
    left: 0;
    top: 14px;
}
.path .box .box_l a {
    color: #666;
}
.path .box .box_l a:first-of-type {
    margin-left: 18px;
}
.path .box .box_l > em {
    margin: 0 3px;
}
.path .box .box_r {
    color: #dc140f;
}
.white {
    background-color: #fff;
}

.selected_trade { 
    float: right; 
}
.selected_trade p {
    position: relative;
    float: left;
    height: 24px;
    line-height: 22px;
    border: 1px solid #f1b5b4;
    font-size: 14px; 
    margin: 8px 5px 5px 4px;
    padding: 0 26px 0 12px;
    cursor: pointer;
    background: #f3f3f3; 
}
.selected_trade p span {
    color: #db140f; 
}
.selected_trade p i.i2 {
    background: url("http://misc.1637.com/images/so/icon_del.png") no-repeat 5px 6px;
    display: block;
    width: 20px;
    height: 22px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #f3f3f3;
}
.hover {
    background-color: #fff !important;
    border-color: #e4393c !important;
}
.del2{
    background: url("http://misc.1637.com/images/so/icon_del2.png") no-repeat 5px 6px !important;
    background-color: #e4393c !important;
}

/* 选择分类 */

.choice{

  background: #fff; 

  padding: 10px 20px;

}

.trade{

  width: 1158px;

  margin-bottom: 10px;

  border-bottom: 1px solid #ecebeb;

}

.trade-left{

  width: 80px;

  height: 25px;

  line-height: 25px;

  /* float: left; */

  font-size: 12px;

  font-weight: bold;

  color: #333;

  display: inline-block;

  vertical-align: top;

}

.trade-right{

  width: 1074px; 

  display: inline-block;

}

.trade-box{

  width: 1074px; 

  font-size: 0;

}

.trade-box .unlimited {

  display: inline-block;  

  vertical-align: top;

  height: 25px;

  line-height: 25px;

  padding: 0 20px; 

  cursor: pointer;

  color: #555;

  font-size: 14px;

}

.trade-box-top{

  width: 980px;

  display: inline-block;

  margin-left: 24px; 

}

.trade-box-top a{
  display: block;
  float: left; 
  height: 25px;
  line-height: 25px; 
  cursor: pointer;
  color: #555;
  width: 98px; 
  /*!padding: 0 26px;*/
  margin-bottom: 8px;
  font-size: 14px; 
  text-align: left;
} 
.trade-box-top a em {
    padding: 3px 10px;
}

.trade-box-top-active{

  border: 1px solid #f1b5b4;

} 

.trade-box-bottom{

  width: 1074px; 

} 

.trade-box-bottom li{

  display: none;

  font-size: 0;

}

.trade-box-bottom li .unlimited {

  display: inline-block;  

  vertical-align: top;

  height: 25px;

  line-height: 25px;

  padding: 0 20px; 

  cursor: pointer;

  color: #555;

  font-size: 14px;

}

.trade-li-active{

  display: block !important;

}

.trade-box-bottom li .li-active-items{

  display: inline-block; 

  /*! max-width: 924px; */  

  margin-left: 24px;

  /*max-height: 70px;*/

  overflow: hidden; 

  text-align: justify; 

  -webkit-transition: all 300ms;

  transition: all 300ms;

  width: 980px;

}

.trade-box-bottom li .li-active-items.on {

  max-height: 160px;

}

.trade-box-bottom li .li-active-items a{

  display: block;

  float: left; 

  height: 25px;

  line-height: 25px; 

  cursor: pointer;

  color: #555;

  width: 98px; 

  /*padding: 0 26px;*/

  margin-bottom: 8px;

  font-size: 14px;  
  text-align: left;
}
.trade-box-bottom li .li-active-items a em {
    padding: 3px 10px;
}

.hide-active {

  display: none !important; 

}

.trade-box-bottom-active {

  /*! width: 42px !important; */

  border: 1px solid #f1b5b4;

  /*! margin-right: 40px; */

}

.trade-more {

  position: relative;

  width: 66px;

  height: 24px;

  line-height: 24px; 

  color: #555;

  cursor: pointer;

  display: inline-block;  

  vertical-align: top;

  border: 1px solid #ecebeb;

  padding-left: 10px;

  font-size: 14px;

}

.trade-more i {

  background: url(http://misc.1637.com/images/so/icon_down.png) no-repeat; 

  display: block;

  width: 9px;

  height: 5px;

  position: absolute;

  right: 12px;

  top: 9px; 

}

/* 投资金额 */

.money{

  height: 35px;

  padding-bottom: 10px;

  border-bottom: 1px solid #ebebeb; 

}

.money-right{

  widt h: 1074px;

  height: 25px;

  display: inline-block;

  font-size: 0;

}

.money-right .unlimited {

  display: inline-block;  

  vertical-align: top;

  height: 25px;

  line-height: 25px;

  padding: 0 20px; 

  cursor: pointer;

  color: #555;

  font-size: 14px;

}

.money-box-top {

  width: 980px;

  display: inline-block;

  margin-left: 24px;

}

.money-box-top a{ 
  display: block; 
  float: left;  
  height: 25px; 
  line-height: 25px; 
  /*padding: 0 20px;*/ 
  border-radius: 3px; 
  color: #555; 
  cursor: pointer; 
  width: 98px;   
  font-size: 14px; 
  text-align: left;
}
.money-box-top a em {
    padding: 3px 10px;
}

/* 加盟区域 */

.region{

  width: 1158px; 

}

.region-left{

  width: 80px;

  height: 25px;

  line-height: 25px; 

  margin-top: 10px;

  font-size: 12px;

  font-weight: bold;

  color: #333;

  display: inline-block;

  vertical-align: top;

}

.region-right{

  width: 1074px; 

  display: inline-block;

} 

.region-box .unlimited {

  display: inline-block;  

  vertical-align: top;

  height: 25px;

  line-height: 25px;

  padding: 0 20px; 

  cursor: pointer;

  color: #555;

  margin-top: 8px;

  font-size: 14px;

}

.region-box-top {  

  overflow: hidden;

  display: inline-block;  

  margin-left: 24px;

  max-height: 35px;

  /*! max-width: 924px; */

  text-align: justify;

  overflow: hidden;

  -webkit-transition: all 300ms;

  transition: all 300ms;

  width: 890px;

}

.region-box-top a{

  display: block;

  float: left; 

  height: 25px;

  line-height: 25px;

  /* padding: 0 26px;*/

  border-radius: 3px;

  cursor: pointer;

  width: 98px; 

  color: #555;

  margin-top: 8px;

  font-size: 14px; 
  text-align: left;
}
.region-box-top a em {
    padding: 3px 10px;
}
.region-more{

  position: relative;

  width: 66px;

  height: 24px;

  line-height: 24px; 

  color: #555;

  cursor: pointer;

  display: inline-block;

  vertical-align: top;

  border: 1px solid #ecebeb;

  padding-left: 10px;

  margin-top: 8px;

  font-size: 14px;

}

.region-more i {

  background: url(http://misc.1637.com/images/so/icon_down.png) no-repeat; 

  display: block;

  width: 9px;

  height: 5px;

  position: absolute;

  right: 12px;

  top: 9px; 

}



.region-box-top.on {

  max-height: 160px;

}

.adv {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px;
    margin-top: 15px;
}
.adv a {
    display: inline-block;
}
.adv a img {
    width: 137px;
    height: 102px;
}

/* 主体内容 */
.main {
    margin-top: 15px;
}
.main_l {
    width: 915px;
}
.main_l .title {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #f9f9f9;
}
.main_l .title .sort {
    font-size: 0;
}
.main_l .title .sort p {
    display: inline-block;
    width: 126px; 
    background-color: #dc140f;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.main_l .title .sort a {
    display: inline-block;
    /*padding: 0 30px;*/
    text-align: center;
    color: #666;
    position: relative;
    width: 126px;
    font-size: 14px;
}
.main_l .title .sort a i {
    position: absolute;
    right: 18px;
    top: 18px;
    display: block;
    background: url("http://misc.1637.com/images/so/icon_sheng.png") no-repeat;
    width: 7px;
    height: 9px;
}
.main_l .title .sort span {
    font-size: 14px;
}
.main_l .title .total {
    color: #666;
    margin-right: 20px;
}
.main_l .title .total em {
    color: #dd0000;
}
.main_l .brandList .brandItem {
    padding: 0 15px; 
    margin-bottom: 5px;
    color: #666;
    box-shadow: 0px 3px 3px 3px #eee;
}
.main_l .brandList .brandItem .item_t {
    padding: 19px 0;
    height: 200px; 
}
.main_l .brandList .brandItem:hover {
    background-color: #fafafa;
}
.main_l .brandList .brandItem .item_t dl.dl1 {
    margin-right: 20px;
}
.main_l .brandList .brandItem .item_t dl.dl1 a{
    display: block;
    width: 202px;
    height: 160px;
    border: 1px solid #ececec;
    background-color: #fff;
}
.main_l .brandList .brandItem .item_t dl.dl1 a img {
    width: 181px;
    height: 139px;
    margin: 10px;
}
.main_l .brandList .brandItem .item_t dl.dl2 {
    width: 540px;
} 
.main_l .brandList .brandItem .item_t dl.dl2 h4 {
    font-size: 18px;
    font-weight: bold; 
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.main_l .brandList .brandItem .item_t dl.dl2 h4 i { 
    display: inline-block; 
    vertical-align: middle;
    margin-right: 8px;
}
.main_l .brandList .brandItem .item_t dl.dl2 h4 i.i1 {
    background: url("http://misc.1637.com/images/so/icon_i1.png") no-repeat;
    width: 91px;
    height: 31px;
}
.main_l .brandList .brandItem .item_t dl.dl2 h4 i.i2 {
    background: url("http://misc.1637.com/images/so/icon_i2.png") no-repeat;
    width: 28px;
    height: 19px;
}
.main_l .brandList .brandItem .item_t dl.dl2 h4 i.i3 {
    background: url("http://misc.1637.com/images/so/icon_i3.png") no-repeat;
    width: 14px;
    height: 16px;
    margin-right: 0px;
}
.main_l .brandList .brandItem .item_t dl.dl2 h4 a {
    display: inline-block;
    vertical-align: middle;
}
.main_l .brandList .brandItem .item_t dl.dl2 h4 span {
    font-size: 13px;
    color: #eb7e18;
    font-weight: normal;
}
.main_l .brandList .brandItem .item_t dl.dl2 dt,
.main_l .brandList .brandItem .item_t dl.dl2 dd {
    width: 50%;
}
.main_l .brandList .brandItem .item_t dl.dl2 dt p,
.main_l .brandList .brandItem .item_t dl.dl2 dd p  {
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_l .brandList .brandItem .item_t dl.dl2 dt p.p1,
.main_l .brandList .brandItem .item_t dl.dl2 dd p.p1 {
    margin-bottom: 8px;
}
.main_l .brandList .brandItem .item_t dl.dl2 dt p a {
    color: #666;
}
.main_l .brandList .brandItem .item_t dl.dl2 dt p.p1 a {
    padding: 3px 8px;
    color: #666;
    border: 1px solid #c2c7dc;
    margin-right: 5px;
}
.main_l .brandList .brandItem .item_t dl.dl2 dt p.p1 a:hover {
    border: 1px solid #f1b5b3;
}
.main_l .brandList .brandItem .item_t dl.dl2 dd p strong {
    font-size: 16px;
    font-weight: bold;
    color: #dd0000;
}
.main_l .brandList .brandItem .item_t dl.dl3 { 
    text-align: center;
}
.main_l .brandList .brandItem .item_t dl.dl3 dt.dt1 {
    width: 118px;
    height: 40px;
    line-height: 40px;
    color: #fff; 
    background: url("http://misc.1637.com/images/so/lybtn_bg.png") no-repeat;
    cursor: pointer;
}
.main_l .brandList .brandItem .item_t dl.dl3 dt.dt1:hover {
    background: url("http://misc.1637.com/images/so/lybtn_bg2.png") no-repeat;
}
.main_l .brandList .brandItem .item_t dl.dl3 dt.dt2 {
    font-size: 10px;
    color: #d2b06b; 
    margin: 10px 0;
}
.main_l .brandList .brandItem .item_t dl.dl3 dd.dd1 {
    width: 108px;
    height: 54px;
    line-height: 27px;
    border: 1px solid #f4cccb;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.main_l .brandList .brandItem .item_t dl.dl3 dd.dd1 p.p1 {
    font-size: 11px;
    color: #888;
}
.main_l .brandList .brandItem .item_t dl.dl3 dd.dd1 p.p2 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.main_l .brandList .brandItem .item_t dl.dl3 dd.dd2 {
    position: relative;
    cursor: pointer;
}
.main_l .brandList .brandItem .item_t dl.dl3 dd.dd2 i {
    position: absolute;
    right: 18px;
    top: 5px;
    background: url("http://misc.1637.com/images/so/icon_down.png") no-repeat;
    display: block;
    width: 9px;
    height: 5px;
}
.main_l .brandList .brandItem .item_t dl.dl3 dd.dd2 i.slide {
    background: url("http://misc.1637.com/images/so/icon_up.png") no-repeat;
}
.item_hide {
    width: 880px; 
    border-top: 1px solid #ddd; 
    padding: 10px 20px 10px 222px;
    display: none;
}
.item_hide dl h5 {
    font-size: 16px;
    position: relative;
    padding-left: 18px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}
.item_hide dl h5 i {
    position: absolute;
    left: 0;
    top: 7px;
    background: url("http://misc.1637.com/images/so/icon_tiao.png") no-repeat;
    display: block;
    width: 12px;
    height: 15px;
}
.item_hide dl.dl1 dt { 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
    line-height: 23px;
}
.item_hide dl.dl1 dt a {
    color: #dc140f;
}
.item_hide dl.dl1 dd {
    margin: 10px 0;
}
.item_hide dl.dl1 dd img {
    width: 108px;
    height: 80px;
    padding: 2px;
    margin-right: 5px;
    border: 1px solid #dcdcdc;
}
.item_hide dl.dl1 dd a {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url("http://misc.1637.com/images/so/more_pics.png") no-repeat;
    margin-bottom: 12px;
}
 
.item_hide dl.dl2 ul li {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dotted #ddd;
}
.item_hide dl.dl2 ul li:last-of-type {
    border: 0;
}
.item_hide dl.dl2 ul li a {
    display: block;
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
    color: #666;
    
}
.item_hide dl.dl2 ul li span {
    float: right;
}
.db {
    display: block !important;
} 

.page{ 
    background: #fff; 
    padding: 46px 0;
    text-align: center;
}
.page a,
.page span{
    display: inline-block; 
    margin-left: 7px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
}
.page-a{
    width: 56px !important;
}
.curr{
    background-color: #dd0000;
    color: #fff;
}
.main_r {
    width: 270px;
}
/* 品牌推荐 */
.brand_recommend {
    width: 100%;
    padding: 0 15px 0 18px;
}
.h3 {
    height: 45px;
    line-height: 45px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.h3 em {
    margin-left: 10px;
    color: #dd0000;
}
.brand_recommend h3 .fr {
    color: #999;
    font-weight: normal;
    font-size: 13px; 
}
.h3::before {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background-color: #ff5000;
    position: absolute;
    top: 12px;
    left: 0;
}
.brand_recommend ul {
    padding-bottom: 1px;
}
.brand_recommend ul li {
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.brand_recommend ul li a img {
    width: 219px;
    height: 158px;
}
.brand_recommend ul li a p {
    width: 219px;
    margin-top: 5px;
    font-size: 15px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 加盟资讯 */
.join_info {
    width: 100%;
    padding: 0 17px 0 16px;
    margin-top: 15px;
}
.join_info h3 a {
    color: #999;
    font-weight: normal;
    font-size: 13px;
} 
.join_info .info_adv a{
    display: block; 
    font-size: 0;
}
.join_info .info_adv a img {
    width: 100%;
}
.join_info .info_adv a span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #eee;
    font-size: 14px;
    padding-left: 5px;
}
.join_info ul{
    width: 100%;
}  
.join_info ul li{ 
    height: 40px;
    line-height: 40px; 
    position: relative;
} 
.join_info ul li::before {
    content: "■";
    font-size: 6px;
    color: #dc140f;
    position: absolute;
    top: 0px;
    left: 0; 
}
.join_info ul li a {
    display: block; 
    height: 45px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    border-bottom: 1px dotted #ccc;
    margin-left: 15px;
} 
.join_info ul li:last-of-type a {
    border-bottom: none;
}
/* 加盟排行榜 */
.join_ranking {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
} 
.join_ranking ul {
    padding-bottom: 3px;
}
.join_ranking ul li {  
    height: 40px;
    line-height: 38px;
}
.join_ranking ul li > em { 
    font-size: 13px;
    padding: 2px 5px;
    color: #fff; 
    background-color: #999;
}
.join_ranking ul li > em.em10 {
    padding: 2px;
}
.join_ranking ul li p {
    position: relative;
    width: 80%;
    border-bottom: 1px dotted #ccc;
}
.join_ranking ul li:last-of-type p {
    border: none;
}
.join_ranking ul li p > a {
    font-size: 13px; 
    color: #666;
    display: block;
    float: left;
    width: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.join_ranking ul li p > i {
    display: block;
    position: absolute; 
    right: 50px;
}
.join_ranking ul li p > i.sheng {
    background: url("http://misc.1637.com/images/so/icon_sheng.png") no-repeat;
    width: 7px;
    height: 9px;
    top: 15px;
}
.join_ranking ul li p > i.ping {
    background: url("http://misc.1637.com/images/so/icon_ping.png") no-repeat;
    width: 7px;
    height: 1px;
    top: 19px;
}
.join_ranking ul li p > i.jiang {
    background: url("http://misc.1637.com/images/so/icon_jiang.png") no-repeat;
    width: 7px;
    height: 9px;
    top: 15px;
}
.join_ranking ul li p > span {
    float: right;
    font-size: 13px; 
    color: #777;
}
.join_ranking ul li.t3 > a {
    color: #000;
}
.join_ranking ul li.li1 > em {
    background-color: #e70012;
}
.join_ranking ul li.li2 > em {
    background-color: #f05a14;
}
.join_ranking ul li.li3 > em {
    background-color: #ffab27;
}

/* 热门搜索 */
.hot_search {
    margin-top: 15px; 
    padding: 10px 20px;
}
.hot_search ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 10px;
}
.hot_search ul li {
    width: calc(100% / 9);
    margin-bottom: 20px; 
    display: inline-block;
}
.hot_search ul li a { 
    display: block;
    width: 80%;    
    /* text-align: center; */
    color: #666; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_search .hot_brand {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.hot_search .hot_brand a img {
    width: 190px;
    height: 112px;
}
/* 项目分类 */
.project_sort {
    padding: 10px 20px;
    padding-top: 0;
}
.project_sort ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-top: 5px;
} 
.project_sort ul li {
    display: inline-block;
    width: calc(12.5% - 12px);
    margin: 0 6px;
}
.project_sort ul li a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #ccc;
    text-align: center;
    color: #666; 
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}
.project_sort h3 span {
    color: #999;
    font-weight: normal;
    font-size: 13px;
}
/* 友情链接 */
.blogroll {
    padding: 15px 20px; 
    margin-top: 15px; 
}
.blogroll ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0px 0 0px 10px;
}
.blogroll ul li {
    display: inline-block;
    width: 10%;
}
.blogroll ul li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    line-height: 32px;
}
/* 底部 */
.footer{
    width: 100%;
    height: 385px;
    background: #282c31;
    padding: 10px 0;
    margin-top: 15px;
}
.footer-title{
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #3a4047;
}
.footer-title p{
    float: left;
    margin-left: 15px;
    line-height: 65px;
    color: #4c5663;
    font-size: 16px;
}
.footer-title p a{color: #777;}
.footer-title p em{margin: 0 15px;}
.footer-title strong{
    width: 230px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4c5663;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    float: right;
    color: #4c5663;
    margin-top: 7px;
}
.footer-cont{
    margin-top: 40px;
    height: 125px;
    border-bottom: 1px dotted #4c5663;
}
.foot-logo{
    float: left;
    width: 193px;
    height: 52px;
    margin: 25px 45px 0 25px;
}
.copyright{
    float: left;
    width: 440px;
    height: 90px;
}
.copyright p{
    height: 30px;
    line-height: 30px;
    color: #4c5663;
}
.copyright p a{
    color: #4c5663;
}
.foot-er{
    float: right;
    margin-right: 15px;
}
.foot-er img{margin-left: 30px;cursor: pointer;}
.footer-bottom{
    margin-top: 20px;
}
.footer-bottom p{
    height: 40px;
    line-height: 40px;
    color: #4c5663;
    font-size: 16px;
    text-align: center;
}
.footer-bottom p strong{color: #4c5663;}
.footer-bottom p span{margin-left: 30px;}
.footer-bottom p span img{margin-right: 10px;}