/***
*
* fang  V 1.0.0
*
***/

/*html {*/
/*-webkit-filter: grayscale(100%);*/
/*-moz-filter: grayscale(100%);*/
/*!*-ms-filter: grayscale(100%);*!*/
/*-o-filter: grayscale(100%);*/
/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*_filter:none;*/
/*}*/



/* --- 重置下默认样式 --- */
.outLogin{
    margin-right: 20px;
}
.nickname{
    margin-right: 20px;
}
body{
    font-family:'','Microsoft YaHei',DengXian,SimSun,'Segoe UI',Tahoma,Helvetica,sans-serif;
    min-width: 1300px;
    min-height: 100vh;
    /*background-color: #f7f8fa;*/
}
.width{
    width: 1273px!important;
}

h3{
    margin: 0;
}
h4{
    margin: 0;
    font-weight: bold;
}
h5{
    margin: 0;
    font-weight: bold;
}
p{
    margin: 0;
    color: #333333;
}
button a{
    color: white;
}
a:hover,a:active{color: #fff;text-decoration: none;}

ul{margin:0;padding: 0;}

ul>li{list-style-type: none;}

/* bs 重置样式 */
.container-fluid{
    width: 1280px;
}
.container{
    width: 1280px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}
.row {
    margin-right: -12px;
    margin-left: -12px;
}
 --- 常用属性 ---
.red{color: red}
.fl{float: left;}
.fr{float: right;}
.ff{color: #fff;}
.f1{color: #1f1f1f;}
.c8{color: #888;}
.imgW{width: 100%;}
.white{color: white;}
.black{color: #333}
/* --- 懒加载背景图片 --- */

.imgBg {
    /*background: url(../../common/images/loading.gif) no-repeat;*/
    background: url(../../msg/images/oval.svg) no-repeat;
    background-position: 50% 50%;
}

/* --- 字体图标 --- */

.vae-menu {
	position: relative;
	margin-right: 5px;
	margin-left: 16px;
}
.vae-menu:before{
    content: '';
    background: url(../../msg/images/menu.png) no-repeat top left;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
}
.vae-cgaddr {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}

.vae-cgaddr:before{
    content: '';
    background: url(../../msg/images/dz.png) no-repeat top left;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
}
.vae-cgtel {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}
.listed li{
    cursor: pointer;
}
.list li{
    cursor: pointer;
}
.vae-cgtel:before{
    content: '';
    background: url(../../msg/images/tel.png) no-repeat top left;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
}
.vae-user {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}

.vae-user:before{
    content: '';
    background: url(../../msg/images/user.png) no-repeat top left;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
}
.vae-star {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}

.vae-star:before{
    content: '';
    background: url(../../msg/images/star.png) no-repeat top left;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
}
.vae-wz {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}

.vae-wz:before{
    content: '';
    background: url(../../msg/images/wz.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 20px;
}
.vae-rl {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}

.vae-rl:before{
    content: '';
    background: url(../../msg/images/rl.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 20px;
}
.vae-sj {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}

.vae-sj:before{
    content: '';
    background: url(../../msg/images/sj.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 20px;
}
.vae-dh {
    position: relative;
    margin-right: 10px;
    margin-left: 20px;
}

.vae-dh:before{
    content: '';
    background: url(../../msg/images/dh.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 20px;
}
.vae-zan {
    position: relative;
    margin-right: 6px;
    margin-left: 14px;
}

.vae-zan:before{
    content: '';
    background: url(../../msg/images/zan.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
    width: 15px;
    height: 16px;
}
.vae-pl {
    position: relative;
    margin-right: 6px;
    margin-left: 14px;
}

.vae-pl:before{
    content: '';
    background: url(../../msg/images/pl.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 2;
    width: 14px;
    height: 16px;
}
.vae-heart {
    position: relative;
    margin-left: 30px;
}

.vae-heart:before{
    content: '';
    background: url(../../msg/images/heart.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
}
/*清除浮动*/
.clear{
    clear: both;
}
/* --- 鼠标指上提示 --- */

.mTips{position: fixed;padding: 8px 12px;color: #fff;border-radius: 5px;font-family: "";z-index: 999;display: inline;font-size: 14px;}
.mTips-default{background-color: rgba(0, 0, 0, 0.5);color: #fff;}
.mTips-success{background-color: rgba(92, 184, 92, 0.8);color: #fff;}
.mTips-info{background-color: rgba(91, 192, 222, 0.8);color: #fff;}
.mTips-warning{background-color: rgba(240, 173, 78, 0.8);color: #fff;}
.mTips-danger{background-color: rgba(217, 83, 79, 0.8);color: #fff;}
