/*用户后样式*/
.ht-mleft10{margin-left: 10px;}
.ht-mleft20{margin-left: 20px;}
.ht-mleft100{margin-left: 100px;}
.ht-mtop10{margin-top: 10px;}
.ht-mtop20{margin-top: 20px;}
.ht-mtop100{margin-top: 100px;}
.ht-left{float: left;}
.ht-left:after{clear: both}
.ht-right{float: right;}

.ht-font12{font-size: 12px}
.ht-font14{font-size: 14px}
.ht-clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.ht-clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.ht-c{color: #FF5722}
.ht-h{color: #FFB800}
.ht-l{color: #01AAED}
/*续费产品页面*/
.ht-repay-item a { width: 100px; height: 100px;border: 1px solid #c0c4cc; padding: 10px;}
.ht-repay-item a:nth-child(1) {border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
/*头部A*/
.header_top_rg a:hover{color: #FF5722}