@charset "UTF-8";
.fixed {
    position: fixed !important;
}

.cm-fl {
    float: left;
}

.cm-fr {
    float: right;
}

.cm-fl .tab-icon-car {
	vertical-align: text-top;
	/* z-index: 2; */
	display: inline-block;
	width: 50px;
	height: 35px;
	background: transparent url('../img/icon/icons.png') no-repeat;
	background-position: -3px -80px;
}

.main-container {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 1280px;
}

.content {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #b9b9b9;
}

.contents {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #b9b9b9;
    min-height: 960px;
}

.cm-header {
    position: relative;
    width: 100%;
    height: 122px;
    background-color: #323232;
    border-bottom: 2px solid #c91277;
    box-sizing: border-box;
    z-index: 10;
}

.cm-header .header-con {
    position: relative;
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.header-con .logo {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 235px;
    height: 85px;
}

.header-con .shortcut {
    position: absolute;
    right: 10px;
    top: 15px;
}

.header-con .shortcut a {
    color: #787878;
    font-size: 12px;
    padding: 0 6px;
    margin: 6px 0;
}

.header-con .shortcut a:last-child {
    border-right: 1px solid #636363;
}

.header-con .shortcut a:hover {
    color: #c91277;
}

.logged-in .menu-wrap{
    position: relative;
    display: inline-block;
    width: 110px;
    text-align: center;
    height: 28px;
    line-height: 23px;
    vertical-align: middle;
}

.logged-in .menu-wrap em {
	position: absolute;
	/* right: -15px; */
	/* top: -4px; */
	width: 8px;
	height: 8px;
	margin-top: 2px;
	margin-left: -3px;
	/* line-height: 15px; */
	text-align: center;
	background-color: #c91277;
	border-radius: 7px 7px 7px 7px;
}



.logged-in .menu-wrap .menu-bd{
    display: none;
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #333;
    z-index: 99;
}

.logged-in .menu-wrap:hover .menu-bd{
    display: block;
}

.logged-in .menu-wrap .menu-bd:after{
    content: " ";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -8px;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
}

.header-con .menu-wrap .menu-bd li a{
    color: #333;
    border: 0;
}

.menu-wrap .menu-bd li a:hover{
    color: #c91277;
}

.menu-wrap .menu-bd li a:active{
    color: #c91277;
    text-decoration: underline;
}


.search-bar {
    width: 125px;
    height: 25px;
    border-radius: 2px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: width .3s;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.search-bar .input {
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 25px;
    padding: 0 25px 0 10px;
    text-align: right;
    color: #323232;
    border: 1px solid #7f7f7f;
    border-radius: 4px;
    background-color: #7f7f7f;
}

.search-bar .search-btn,
.search-bar .search-ico {
    line-height: 25px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: 0;
    background-color: transparent;
}

.search-bar .search-ico {
    font-size: 14px;
    z-index: 3;
    color: #323232;
}

.header-con nav {
    position: absolute;
    right: 10px;
    bottom: -2px;
    width: 820px;
}

.header-con nav a {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 130px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: SimHei, Microsoft YaHei;
}

.header-con nav a:hover {
    color: #c91277;
}

.header-con nav a.active {
    color: #c91277;
    border-bottom: 3px solid #969696;

}

.footer {
    position: relative;
    width: 100%;
    border-top: 1px solid #000;
    background-color: #808080;
}

.footer.fixed {
    left: 0;
    bottom: 0;
}

.footer .ft-service {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
    width: 1170px;
    height: 205px;
    box-sizing: border-box;
}

.ft-service .ft-nav,
.ft-service .contact {
    position: relative;
    float: left;
    width: 50%;
}

.ft-service .ft-nav dl {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

.ft-nav dl dt {
    font-weight: bold;
    opacity: 0.5;
}

.ft-nav dl dd a {
    color: #fff;
    opacity: 0.5;
}

.ft-nav dl dd a:hover {
    color: #c91277;
    opacity: 1;
}

.ft-service .qrcode,
.ft-service .contact-us {
    float: left;
    padding-top: 6px;
    width: 50%;
    text-align: center;
}

.ft-service .qrcode p {
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    opacity: 0.5;
}

.ft-service .contact-us label{
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: left;
    opacity: 0.5;
}

.ft-service .contact-us a {
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    opacity: 0.5;
}

.ft-service .contact-us a:hover {
    color: #c91277;
}

.ft-service .contact-us .phone {
    font-size: 30px;
    margin: 10px 0;
}

.ft-service .contact-us .email{
    font-size: 20px;
    margin: 10px 0;
}

.ft-service .contact-us a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 34px;
    height: 34px;
    background: url("../img/icon/contact-us-icon.png") no-repeat -4px -49px;
}

.ft-service .contact-us a .dv {
    background-position: -4px -4px;
}

.copy-right {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #323232;
}

.copy-right a {
    color: #8f8f8f;
    font-size: 12px;
}

.product-con ,
.cm-banner{
    position: relative;
    margin: 0 auto;
    width: 1170px;
    box-sizing: border-box;
}

.cm-banner img{
    width: 100%;
}

.product-con .banner {
    position: relative;
    margin: 0 0 30px;
    width: 100%;
}


.topic-con .action-bar a i,
.user-wrap .record-wrap li i,
.more-subject a i,
.figure-wrap .action a i {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url("../img/icon/icons.png") no-repeat;
}

/*global toolbar*/
.hl-toolbar-wrap {
    position: fixed;
    z-index: 11;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 100%;
    box-sizing: border-box;
}

.hl-toolbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    transition: right .3s ease-in-out 0s;
    background-color: #323232;
}

.hl-toolbar.open {
    right: 0;
}

.hl-toolbar .hl-toolbar-tabs {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    margin-top: -87px;
}

.hl-toolbar .toolbar-tab {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #323232;
}

.toolbar-tab:hover {
    background-color: #e5e6e6;
}

.toolbar-tab .tab-icon {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 35px;
    background: transparent url('../img/icon/icons.png') no-repeat;
}

.toolbar-tab.shopping-cart{
    height: auto;
    border-top: 1px solid #e5e6e6;
    border-bottom: 1px solid #e5e6e6;
}

.toolbar-tab.shopping-cart span{
    display: block;
    margin-top: -5px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.toolbar-tab .goods-num{
    display: block;
    margin: 0 auto 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    background-color: #e5e6e6;
    color: #c91277;
    border-radius: 100%;
    font-weight: bold;
}

.toolbar-tab.shopping-cart:hover span{
    color: #c91277;
}

.toolbar-tab.shopping-cart .tab-icon {
    background-position: -5px -75px;
}

.toolbar-tab.like .tab-icon {
    background-position: -47px -37px;
}

.toolbar-tab.like:hover .tab-icon {
    background-position: -47px -75px;
}

.toolbar-tab.follow .tab-icon {
    background-position: -87px -37px;
}

.toolbar-tab.follow:hover .tab-icon {
    background-position: -87px -75px;
}

.toolbar-tab.seen .tab-icon {
    background-position: -128px -37px;
}

.toolbar-tab.seen:hover .tab-icon {
    background-position: -128px -75px;
}

.toolbar-tab.comment .tab-icon {
    background-position: -86px -198px;
}

.toolbar-tab.comment:hover .tab-icon {
    background-position: -86px -235px;
}

.toolbar-tab.qrcode .tab-icon,
.toolbar-tab.go-top .tab-icon {
    background: none;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

.toolbar-tab.qrcode:hover .tab-icon,
.toolbar-tab.go-top:hover .tab-icon{
    color: #c91277;
}

.toolbar-tab .tab-text {
    font-size: 12px;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 125px;
    display: none;
    height: 35px;
    padding: 0 12px;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    opacity: 1;
    color: #fff;
    border-radius: 3px 0 0 3px;
    background-color: #323232;
    z-index: 1;
}

.toolbar-tab .tab-text::after,
.hl-toolbar-footer .qrcode .wechat::after,
.hl-toolbar-footer .discount .activity::after {
    position: absolute;
    z-index: 3;
    top: 13px;
    right: -5px;
    content: ' ';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #323232;
}

.hl-toolbar .hl-toolbar-footer {
    position: absolute;
    top: 100%;
    bottom: -1px;
    left: 0;
    width: 35px;
    margin-top: -105px;
    padding: 20px 0;
    border-radius: 3px 3px 0 0;
    background-color: #323232;
    z-index: 1;
}

@-webkit-keyframes transright {
    from {
        right: 70px;

        opacity: 0;
    }
    to {
        right: 35px;

        opacity: 1;
    }
}

.hl-toolbar-footer .qrcode .wechat {
    position: absolute;
    z-index: 999999;
    top: -66px;
    right: 35px;
    padding: 5px 10px;
    display: none;
    width: 110px;
    height: 140px;
    cursor: default;
    opacity: 0;
    border: 1px solid #d1d1d1;
    border-left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-sizing: border-box;
}

.hl-toolbar-footer .qrcode .wechat::after {
    top: 76px;
    border-left: 5px solid #fff;
}

.hl-toolbar-footer .qrcode .wechat .wechat-qrcode {
    display: block;
    width: 100px;
    height: 100px;
    margin: 5px auto 0;
}

.hl-toolbar-footer .qrcode .wechat p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.toolbar-tab:hover .tab-text,
.qrcode:hover .wechat,
.discount:hover .activity,
.hl-toolbar-footer .qrcode.active .wechat {
    right: 35px;
    display: block;
    -webkit-animation: transright .5s ease;
    -moz-animation: transright .5 ease;
    animation: transright .5s ease;
    opacity: 1;
}

.hl-toolbar-tabs .fold-wrap {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background-color: #eee;
    transition: right .3s ease-in-out 0s;
    box-sizing: border-box;
}

.hl-toolbar-tabs .fold-wrap.active {
    right: 35px;
}

.hl-toolbar-tabs .fold-wrap .cart-con,
.hl-toolbar-tabs .fold-wrap .follow-con{
    position: relative;
    width: 100%;
    height: 100%;
}

.fold-wrap .cart-con .action{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #eee;
    z-index: 1;
}

.cart-con .action > label,
.cart-con .action > button{
    margin: 10px 15px 10px 20px;
    font-size: 14px;
    color: #666;
    border: 0;
    font-weight: bold;
    font-family: "Microsoft YaHei", SimHei, tahoma, arial;
    background-color: transparent;
}

.cart-con .action > label div{
    margin-right: 23px;
}

.cart-con .cart-list{
    position: absolute;
    top: 40px;
    left: 0;
    padding-bottom: 40px;
    width: 100%;
    height: 100%;
    clear: both;
    box-sizing: border-box;
    overflow-y: auto;z-index: 1;
}

.cart-con .cart-list .act-wrap{
    position: relative;
    width: 100%;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
}

.cart-list .act-wrap p{
    font-size: 12px;
    text-align: left;
    margin-bottom: 8px;
}

.cart-list .act-wrap .cm-btn{
    display: block;
    width: 100%;
}

.cart-list .act-wrap .cm-btn i{
    font-size: 18px;
    margin-left: 5px;
}

.cart-con .cart-list li{
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
    box-sizing: border-box;
}

.cart-list li label{
    margin-right: 23px;
    line-height: 56px;
}

.cart-list li .thumb{
    position: relative;
    margin-right: 15px;
    width: 56px;
    height: 56px;
    border-radius: 2px;
    overflow: hidden;

}

.cart-list li .thumb img{
    width: 100%;
    height: 100%;
}

.cart-list li .info{
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.cart-list li .number{
    line-height: 56px;
    font-size: 12px;
    color: #333;
}

.fold-wrap .follow-con{
    padding: 10px;
    background: #d7d8d8;
    box-sizing: border-box;
}

.fold-wrap .follow-con .title{
    position: relative;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.follow-con .title i{
    font-size: 22px;
    line-height: 30px;
}

.follow-con .follow-list{
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0 10px 40px 10px;
    width: 100%;
    height: 100%;
    clear: both;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
}

.follow-list li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #bebebf;
    box-shadow: 0 1px 0 #fff;
}

.follow-list li:last-child{
    border-bottom: 0;
    box-shadow: none;
}

.follow-list li .item{
    position: relative;
    margin: 20px auto;
    padding: 3px 10px 10px;
    background-color: #ebebeb;
    box-sizing: border-box;
    overflow: hidden;
}

.follow-list .item h5{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
}

.follow-list .item .product-figs{
    position: relative;
    width: 100%;
}

.product-figs .fig-one{
    margin-bottom: 6px;
    width: 100%;
    height: 80px;
}

.product-figs .fig-two,
.product-figs .fig-three{
    width: 49%;
    height: 105px;
}

.product-figs div img{
    width: 100%;
    height: 100%;
}

.cm-min-width{
    width: 1170px;
}

.cm-con-wrap{
    position: relative;
    margin: 25px auto 90px;
    clear: both;
    overflow: hidden;
}

.cm-con-wrap .left-nav{
    position: relative;
    float: left;
    margin: 31px 15px 0 0;
    padding: 25px 0 25px 25px;
    width: 140px;
    height: 545px;
    background-color: #fff;
    border: 1px solid #8f8f8f;
    box-sizing: border-box;
}

.left-nav .group-title{
    font-weight: bold;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

.cm-con-wrap .left-nav li{
    font-size: 15px;
    line-height: 34px;
    border-bottom: 1px solid #b2b2b2;
    box-sizing: border-box;
}

.personal .left-nav{
    margin: 0 15px 0 0;
    padding: 25px;
    text-align: center;
}

.personal .left-nav li{
    border-bottom: 0;
}

.left-nav li a{
    color: #666;
}

.left-nav li a:hover{
    color: #c91277;
}

.left-nav li.active a{
    color: #c91277;
    font-weight: bold;
}

.left-nav li a:active{
    color: #c20674;
}

.cm-con-wrap .right-con-wrap{
    position: relative;
    float: left;
    width: 1012px;
    min-height: 545px;
}

.cm-con-wrap .mod-header{
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}

.cm-con-wrap .right-con{
    position: relative;
    margin: 0;
    padding: 15px 40px;
    width: 100%;
    font-size: 15px;
    color: #333;
    background-color: #eef0f1;
    min-height: 545px;
    border-top: 2px solid #666;
    box-sizing: border-box;
}

.personal .right-con{
    padding: 15px 35px;
    background-color: #fff;
    border: 1px solid #8f8f8f;
    box-sizing: border-box;
}

.mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.5);
}

.disable{
    color: #999;
    pointer-events: none !important;

    cursor: not-allowed !important;
    filter: alpha(opacity=65) !important;
    border-color: #adadad;
    box-shadow: none;
    opacity: .65;
}

.cm-btn{
    display: inline-block;
    width: 158px;
    height: 44px;
    background-color: #c91277;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.cm-btn.cancel{
    background-color: #969797;
}

.cm-btn:hover{
    background-color: #fff;
    border: 1px solid #c91277;
    color: #c91277;
}

.cm-btn:active{
    box-shadow: inset 0 0 3px #da007f;
    outline: none;
}

.cm-btn:focus{
    outline: none;
}

.cm-counter-item{
    display: block;
    width: 138px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
}

.cm-counter-item a{
    float: left;
    width: 26px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.cm-counter-item input{
    float: left;
    width: 86px!important;
    height: 25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 23px;
    box-sizing: border-box;
}

.cm-bread-wrap{
    position: relative;
    width: 1150px;
    padding: 0 10px;
    margin: 15px auto;
    overflow: hidden;
    background-color: #eee;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.cm-bread-wrap li{
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #666;
}

.cm-bread-wrap li a{
    color: #666;
}

.cm-bread-wrap li.active a{
    color: #333;
}

.cm-bread-wrap li a:hover{
    color: #c91277;
    text-decoration: underline;
}

.pagination{
	float:right;
    position: relative;
   /*  width: 100%; */
    text-align: right;
    /* margin-bottom: 25px;
    padding: 0 35px; */
    padding: 15px 0px;
    box-sizing: border-box;
}

.pagination div{
    /* display: inline-block; */
    float: left;
    margin-right: 10px;
    
}

.pagination li{
    display: inline-block;
    margin-right: 3px;
}

.pagination .pageUp,
.pagination .pageDown{
	/* float:right; */
    display: block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #4c4948;
}

.pagination .pageUp a,
.pagination .pageDown a{
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.pagination li a{
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #4c4948;
}

.pagination li a:hover,
.pagination li.active a{
    background-color: #c91277;
    color: #fff;
}

.pagination li .next{
    color: #333;
    background-color: transparent;
}

.pagination li .next:hover{
    color: #c91277;
    text-decoration: underline;
    background-color: transparent;
}

.comment-wrap .input-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.comment-wrap .input-wrap textarea{
    width: 100%;
    height: 165px;
    padding: 10px;
    resize: none;
    border: 1px solid #a7a7a8;
    background: transparent;
    font-size: 12px;
    border-radius: 4px;
    box-sizing: border-box;
}

.comment-wrap .input-wrap .tips{
    float: left;
    font-size: 12px;
    color: #333;
    line-height: 33px;
}

.comment-wrap .input-wrap .tips span{
    color: #da007f;
}

.comment-wrap .cm-btn{
    margin: 10px 0;
    width: 95px;
    height: 35px;
    line-height: 33px;
    float: right;
    border-radius: 4px;
}

.cart-mask {
	width: 280px;
	height: 96px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.collect-effect a.info {
   background:url(../img/icon/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding: 0px 420px 55px 100px;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.second-effect a.info {
   background:url(../img/icon/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0px 100px 0px 100px;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.second-effect .cart-mask,
.collect-effect .cart-mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect a.info,
.collect-effect a.info  {
	position:relative;
	top:-10px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .cart-mask {
   opacity: 1;
   border:50px solid rgba(0,0,0,0.7);
}

.collect-effect:hover .cart-mask {
   opacity: 1;
}

.second-effect:hover a.info,
.collect-effect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}

