* {
	margin: 0px;
	padding: 0px;
	font-family:微软雅黑;
}
body{	font-size: 16px}
a {
	text-decoration: none;
	color: #333333
}
img {
	border: 0px;
}
li {
	list-style: none;}
	.head img { width:100%}
	
	.cp {     width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 7%;}
	.cp ul li {float: left;
    text-align: center;
   width: calc(32% - -4px);
   
    margin-bottom: 2%;}
	.cp ul li img { width: 65px;
    height: 65px;
    border-radius: 7px;
    margin-bottom: 5px;}
	
	.foot { width:100%; position:fixed; bottom:0; border-top:1px solid #dadbde; height:50px;     background: #fff;}
	.foot ul li {     float: left;
    width: 50%;
    text-align: center;
    height: 50px;
    font-size: 12px;
    color: #606266;}
	
	.foot ul li i{    margin-top: 11px;
    margin-bottom: 6px;}
	
	.nr { width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 53px;}
	
	
	.nr .jj {     background-color: #eaeaea;
    padding: 10px;
    min-height: auto;
    margin-bottom: 15px;}
	
	.ziti {font-size: 15px;
    line-height: 20px;
    margin: 5px;
    }








 #lightbox_mask {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .7);
    }
    #lightbox_popup {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
    #lightbox_popup .pic-view {
      position: absolute;
      top: 5%;
      left: 5%;
      width: 90%;
      height: 90%;
      text-align: center;
    }
    #lightbox_popup .pic-view .pic {
      max-width: 100%;
      max-height: 100%;
      border: 5px solid #fff;
      border-radius: 3px;
    }
    #lightbox_popup .btn-view {}
    #lightbox_popup .btn-view .btn {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 24px;
      text-decoration: none;
      border-radius: 32px;
      background-color: #000;
      opacity: .4;
      color: #fff;

      transition: all .3s;
    }
    #lightbox_popup .btn-view .btn:hover {
      opacity: 1;
      transform: scale(1.4);
    }
    #lightbox_popup .btn-view .btn-prev {
      left: 10px;
      top: 48%;
    }
    #lightbox_popup .btn-view .btn-next {
      right: 10px;
      top: 48%;
    }
    #lightbox_popup .btn-view .btn-close {
      right: 10px;
      top: 10px;
    }
    #lightbox_popup .caption-view {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 38px;
      background-color: rgba(0, 0, 0, .7);
      text-align: center;
    }
    #lightbox_popup .caption-view p {
      line-height: 38px;
      color: #fff;
    }

    .lightbox-pic {
      width: 200px;}
	  
	  lightbox_1 div { float:left; text-align:center}
	  
	  
	  
	  
	  
	  
	  
	  
	  .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.recommend_box .item ul li {
    width: 31.5%;
    margin-bottom: 0.35rem;
    margin-right: 0.35rem;
}

.recommend_box .item ul li .db {
    background: #fbfafb;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    border: 1px solid #e7e7e7;
}

.recommend_box .item ul li img {
    width: 6.2rem;
    height: 6.2rem;
    display: block;
    margin: auto;
    padding: 0.575rem 0;
}


.recommend_box .item ul li .describe {
    width: 100%;
    height: 1.55rem;
    line-height: 1.55rem;
    color: red;
    text-align: center;
    font-size: 14px;
    background: #75dce3;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend_box .item ul {
    padding: 0 0.5rem 0.75rem 0.5rem;
}



.recommend_box {    padding-top: 14px;
    padding-bottom: 64px;}