@charset "utf-8";
/* CSS Document */
ul{ list-style:none;}
a{ color:#333;}
a:hover{ color:#333; text-decoration:none;}
.fr{ float:right;}
.btn-danger{background:#F04A51;}
.mc{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.f12{ font-size:12px;}

/*background*/
.bg{ background:url(../Images/Vip/banner.jpg) no-repeat center center; background-size:cover;}
.bg2{ background:#f5f5f5; height:10px;}
.bg3{ background:#f5f5f5;}
.bg-ff{ background:#fff;}

/*padding*/
.pd0{ padding:0px;}
.pd5{ padding:5px;}
.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pl5{ padding-left:5px;}
.pl15{ padding-left:15px;}
.pl30{ padding-left:30px;}
.pb10{ padding-bottom:10px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}

/*margin*/
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}
.mb5{ margin-bottom:5px;}
.mr10{ margin-right:10px;}
.t-mt10{ margin-top:10%;}
.t-mb10{ margin-bottom:10%;}

/*color*/
.cf{ color:#fff;}
.c9{ color:#999;}
.cor-red{ color:#ff0000;}
.cor-red2{ color:#a10606;}
.cor-blue{ color:#057be8;}
.cor-orange{ color:#e4a80e;}

/*height*/
.h30{ line-height:30px;}
.h40{ line-height:40px;}
.h60{ line-height:60px;}

/*line-height*/
.lh20{ line-height:20px;}
.lh30{ line-height:30px;}
.lh40{ line-height:40px;}
.lh60{ line-height:60px;}

/*border*/
.bk{ border:1px solid #e7e7e7;}
.bk2{ border-bottom:1px solid #e7e7e7;}
.bk3{ border-bottom:1px dashed #e7e7e7;}
.bk4{ border-right:1px solid #e7e7e7;}
.bk5{ border-top:1px dashed #e7e7e7;}

.navoff{ background:#f5f5f5;}
.navoff2{ border-bottom:3px solid #ff0000; top:-2px;}

