	.thick-follow-tip {
	    padding: 0 0 30px;
	    text-align: center;
        margin-top: 35px;
	}
	
	.thick-follow-tip .tip-main {
	    display: inline-block;
	    *display: inline;
	    *zoom: 1;
	    padding-left: 50px;
	    font-size: 0;
	}
	
	.thick-follow-tip .tip-icon {
	    width: 40px;
	    height: 40px;
	    margin-left: -50px;
	    margin-right: 10px;
	    vertical-align: middle;
	    background-position: 0 -60px;
	}
	
	.thick-follow-tip .tip-icon {
	    display: inline-block;
	    background-image: url(../images/sprite-tip.png);
	    background-repeat: no-repeat;
	}
	.thick-follow-tip .tip-info {
	    display: inline-block;
	    *display: inline;
	    *zoom: 1;
	    width: 100%;
	    text-align: left;
	    font-size: 12px;
	    vertical-align: middle;
	}
	
	.thick-follow-tip .tip-title {
	    font: 700 16px/26px "Microsoft YaHei";
	    color: #333;
	}
	.thick-follow-tip .tip-hint {
	    line-height: 22px;
	    color: #999;
	}
	.thick-follow-tip .link {
	    font-family: SimSun;
	    color: #005ea7;
	}
