/*index*/


		.banner{
		position:absolute;
		top:0px;
		z-index:1;
		height: 100%;
		left:45%;
		padding-left: 20px;
		}
		.banner img{
			height: 100%;
			width:360px;
			
		}
		.searchLeft-index{
		position:absolute;
		z-index:3;
		}	
		    /* ����ڲ��ṹ */
        .login-panel {
            padding: 20px;
        }
        
        /* ������� - ���ղ��� */
        .form-group {
            margin-bottom: 15px;
            position: relative;
        }
        
        .form-group input {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ddd;
            border-radius: 3px;
            font-size: 13px;
            transition: border 0.3s;
        }
        
        .form-group input:focus {
            border-color: #1890ff;
            outline: none;
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
        } 
		
		/* ����¼��ť */
        .login-btn {
            width: 100%;
            padding: 10px;
            background: var(--main-color);
            color: white;
            border: none;
            border-radius: 3px;
            font-size: 14px;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .login-btn:hover {
            background: var(--hover-color);
        }
        
        /* ��Ҫ�������� */
        .secondary-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 15px;
            font-size: 12px;
        }
        
        .secondary-actions a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .secondary-actions a:hover {
            color: #1890ff;
        }
		
		.homeSearch{
height:330px;
background:#9987bd;
}
.dataShow{
height:80px;
font-size: 1.6rem;
background:#fff;
}
  .dataShow .row {
  min-height: 80px;  /* ������С�߶� */
    margin: 30px 0;
	font-size:2rem;
}
   .dataShow .row  b{
   color:red;
   }
   
   
   
.catShow{
margin:10px 0;
height:100%;

}
.catShow .links-cat,.catShow .announcement{
padding:5px 20px 24px;
background:#fff;
}
.catShow .catlist{
margin-top: 12px;
}
.catShow .title{
padding-bottom:5px;
border-bottom:1px solid #d1d1d1;
}

 .catShow .links-cat h3,.catShow .links-cat span{
display:inline-block;

 }
 .catShow .links-cat  .title{
display: flex; justify-content: space-between; align-items: center; 
}
.catShow .catlist ul li {
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    border: solid 1px #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

 .catShow .catlist ul .btn-group:hover {
	  
	  background:#000;
 }
 .catShow .catlist ul .btn-group:hover .dropdown-toggle{
	 cursor:pointer;
 color:var(--hover-color);
 }
  .catShow .catlist ul li:hover a{
  color:#000;
  font-weight:bold;
  }


.announcement{
max-height:296px;
}
.announcement .news{
margin-top:10px;
}
.announcement .news ul li{
padding:6px 0;
font-size:1.5rem;
}
.announcement .news ul li a:before {
    width: 4px;
    height: 4px;
    background: #ef5350;
    border-radius: 2px;
    content: '';
   /*  display: inline-block; */
    float: left;
    margin: 7px 5px 0 0;
}


.adShow{
height:150px;
background:#fff;
}
.adShow .adpic{

height:100%;
}
.goodsShow{
margin:10px 0;
height:380px;

}
.goodsShow .pic,.goodsShow .goods{
height:350px;
background:#fff;
}

.goodsShow .left {

	   background: linear-gradient(135deg, var(--main-color),#74cef1);
    transform: translateY(-2px);
}
.goodsShow .left {
    width: 280px;
    height: 370px;
    padding: 30px;
    color: #fff;
}

.goodsShow .left h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.goodsShow .left p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 30px;
}
.goodsShow .left p:nth-child(4) {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 120px;
}
.goodsShow .left a.more {
    display: inline-block;
    width: 118px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.goodsShow .left a.more {
    display: inline-block;
    width: 118px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.goodsShow .left a.more {
    display: inline-block;
    width: 118px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.goodsShow .cen {
    width: 218px;
    height: 370px;
    border-right: 1px solid #f1f3f7;
    background: #fff;
}
.goodsShow .cen .top {
    width: 100%;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #f1f3f7;
}
.goodsShow .cen .top img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height:100%;
}
.goodsShow .cen .middle li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #f1f3f7;
    border-left: 1px solid #f1f3f7;
    font-size: 0;
}
.goodsShow .cen .middle li a {
    line-height: 48px;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #4d4d4d;
    font-size: 14px;
}
.goodsShow .cen .bottom {
    padding: 20px;
}
.goodsShow .cen .bottom li {
    float: left;
    width: 50%;
    padding-left: 10px;
    position: relative;
}
.goodsShow .cen .bottom li a {
    display: inline-block;
    line-height: 27px;
    font-size: 14px;
    color: #4d4d4d;
}


.goodsShow .right {
    width: calc(100% - 498px);
    height: 370px;
    background: #fff;
    padding: 0 10px;
}
.goodsShow .right .top{
background:none;
}
.goodsShow .right .top .pull-left li {
    float: left;
    border-right: 1px solid #f1f3f7;
    border-bottom: 1px solid transparent;
}
.goodsShow .right .top .pull-left li a {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 39px;
    padding: 0 20px;
}
.goodsShow .right li a {
    display: inline-block;
    padding: 0 8px;
    line-height: 22px;
    transition: all linear .3s;
    border-radius: 3px;
}
.goodsShow .right .top .pull-left li.active {
    border-bottom: 1px solid #000;
}

.goodsShow .right .top .pull-right a {
    line-height: 39px;
    color: #ccc;
    font-size: 14px;
    display: inline-block;
}
.goodsShow .right .bottom table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
.goodsShow .right .bottom table tr:nth-child(odd) {
    background: #f7f9fc;
}
.goodsShow .right .bottom table tr:first-child td {
    color: #4d4d4d;
}
.goodsShow .right .bottom table tr td {
    color: #4d4d4d;
}
.goodsShow .right .bottom table tr td {
    border-right: 0;
    border-left: 0;
}
.goodsShow table tr td {
    border: solid 1px #ececec;
    padding: 8px;
}

.goodsShow .right .bottom table tr td:last-child a:hover {
    color: #fff;
    background: #000;
}
.goodsShow .right .bottom table tr td:last-child a {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    padding: 1px 12px;
    border-radius: 3px;
    transition: all linear .3s;
}

/*news*/
.newsShow{
margin:10px 0;
height:750px;
background:#fff;
padding:30px;
}

.newsShow-left{
	float:left;
}
.newsShow h4{
	font-size:2rem;
	font-weight:bold;
}
.newsShow-left .newsShow-left-con{
margin-top:10px;
width:400px;
height:300px;
background:#f1f1f1;
position:relative;
overflow:hidden;

}
.newsShow-left .newsShow-left-con img{
width:100%;
height:100%;
}
.newsShow-left .newsShow-left-con .block-strip{
position:absolute;
bottom:0;
width:100%;
height:30px;
line-height:30px;
background:#000;
text-align:center;
font-size:1.5rem;
padding:0 10px;
color:#fff;
}
.newsShow-left .newsShow-left-con .block-strip a{
color:#fff;
}

.newsShow-left  .inter_list {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 13px;
    margin:20px 0;
}
.newsShow-left  .inter_title {
    width: 300px;
    margin-left: 15px;
}

.newsShow-left .inter_title a {
    margin: -3px 0 5px 0;
    line-height: 22px;
    color: #555;
    -webkit-line-clamp: 1;
	display:block;
}
.font_12 {
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
}

.newsShow-right{
float:right;
width:60%
}
.newsShow-right h4,.newsShow-right .news-cat,.news-cat-more{
display:inline-block;
}
.newsShow-right .news-cat li{
	display:inline-block;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 1.5rem;
}
.newsShow-right .news-cat ul{
margin-left:20px;
}
.newsShow-right .news-cat .active,.newsShow-right .news-cat ul li:hover{
    color: #fff;
    background: var(--hover-color);
    font-weight: bold;
}
.news-cat-more{
  margin-left: 11%;
}
 .news-cat-more a{
 color:#d1d1d1;
} 
.newsShow-right-top{
    padding-bottom: 8px;
    border-bottom: 1px solid #c1c1c1;
}

.newsShow-right-bottom ul li{
    border-bottom: 1px solid #EBEBEB;
    height: 163px;
    padding: 24px 0 20px 0;
    margin-left: 20px;
}

.newsShow-right-bottom ul li .index_news {
    width:62%;
    margin-left: 20px;
}

.newsShow-right-bottom ul li .index_title {
    font-size: 2rem;
    color: #333;
    height: 32px;
    display: block;
}

.newsShow-right-bottom ul li .detail, .newsShow-right-bottom ul lis .inter_title a {
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin: 10px 0 14px 0;
    line-height: 23px;
}

.newsShow-right-bottom ul li .time {
    margin-right: 20px;
}
.newsShow-right-bottom ul li .time, .newsShow-right-bottom ul li .see {
    color: #b2b2b2;
}
.hot_article{
width:400px;
}
.hot_article li {
    padding: 8px;
}
.hot_article ul li a:before {
    width: 4px;
    height: 4px;
    background: #ef5350;
    border-radius: 2px;
    content: '';
 /*    display: inline-block; */
    float: left;
    margin: 7px 5px 0 0;
}
.newsShow-right-bottom span:before{
margin-right:4px;
}
.goodsShow .cen .top{
background:#fff;
}

/*����¼�ɹ�*/
	.user-group div{display:inline-block;}
	.login-panel .user-group-top,.login-panel .user-group-center,.user-group-bottom{margin:10px 0;    width: 100%;}
	.login-panel .user-group{line-height:18px;  }
	.login-panel .user-group span{float:left}
	.login-panel .user-group span img{border-radius:50%;width:80px;margin-right:20px;}
	.login-panel .user-group span div{font-size:2.4rem;}
	.login-panel .user-group .user_name{margin-top:10px;margin-bottom: 14px;line-height: 1;display: block;}
	.login-panel .user-group .user_money{margin-bottom: 10px;line-height: 1;font-size:1.8rem;color:red;display:block}
	.login-panel .user-group .user_info{width: 120px;overflow:hidden}
	.login-panel .user-group-center ul li{display:inline-block;display: inline-flex; flex-direction: column; justify-content: center; /* ��ֱ���� */ align-items: center; /* ˮƽ���� */ text-align: center; height: 100%; /* ȷ���߶���Ч */}
	.login-panel .user-group-bottom .login-btn{
    display: block;
    width: 210px;
    height: 32px;
    margin: 0 auto 15px;
    background: var(--main-color);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
/*index end*/