﻿body
{
}

.fendiv
{
    margin: 0px auto;
    font-size: 14px;
    transition:0.5s;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 5px;
}

.fendiv a 
{ 
    text-decoration: none; color: #696969; font-size: 14px; 
    display:block;
}


.fendiv:hover{
	background:#565656;
	transition:0.5s;
}
.fendiv:hover a{
    color:#fff;
	transition:0.5s;
}

/**2018-07-03 广告位添加**/
/*商铺产品列表页名字调整为两行文字*/
.mcplist{ height:auto;}
.mcplist p { width: 190px; text-align: center; overflow: hidden;}
.productlist-a{  height:44px; line-height:22px; font-size:14px;}
.mcplist a{ font-size:14px;}



.bot_sp {
    background: #1892d3;
    color: #fff;
    border-radius: 5px;
    position: relative;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    width: 100px;
}

.bot_sp a {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
}



