*{
    box-sizing: border-box;
}
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0
}
b {font-weight: 400;}
button{
    cursor: pointer;
}
ol, ul {
    
    
}
a:active,a:visited,a:focus,a:hover {
    text-decoration: none!important;
}
img {
    border: 0;
    vertical-align: middle
}

em, i, u {
    font-style: normal
}
input::-webkit-input-placeholder{
    color: #aaa;
    font-size: .7rem;
}
.pb60 {padding-bottom: 3rem;}
.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}
.displaynone {
    display: none
}
.cp {color: #FF4242;}
.micolor{color: #FBAE10;}
.clear, .clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}
/*@media screen and (min-width: 640px)  and (max-width: 768px) and (orientation: portrait){
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
    body {
        font-size: 12px;
    }
}*/
body{
	font-weight: 400;
    background-color: #F2F2F2;
    /*font-family: "黑体";*/
    font-size: 16px;
    color: #444;
}
.row {
	margin: 0;
	padding: 0;
}

a {
    color: #666;
    text-decoration: none
}
input{
    outline: none;
}
a:hover{
    /*color: #C81623;*/
    text-decoration: none;
}
/*文本多行省略*/
.pOpen {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 15px 10px;
}
/*选中样式*/
/*.active,.active>a,.active i {
    color: #E24939;
}*/
.active1 {
    background-color: #F92E2E;
    color: #fff;
}
.displayNone {
    display: none;
}
/*弹窗*/
 .toasttj2{
    z-index: 1003;
    font-size: 15px;
    position: fixed;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%,0);
  opacity:0;
  height: 24px;
  display: none;
  transition: opacity 1s ease-out;
}
/*阿里巴巴图标样式*/
@font-face {font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont.woff') format('woff'),
    url('iconfont.ttf') format('truetype'),
    url('iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:21px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 3px;
}


/*超出省略 两行*/
.sl2 {
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
/*超出省略 一行*/
.sl1 {
  overflow:hidden;  
text-overflow:ellipsis;  
display:block; 
white-space:nowrap;  
}

/*弹窗*/
.okORno {position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);z-index: 9999;display: none;
}
.okORno_in {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80%;max-width: 300px;height: 155px;background-color: #fff;border-radius: 5px;text-align: center;font-size: 15px;}
.okORno_in >span {display: block;}
.okORno_in div {border-top: 1px solid #eee;width: 100%;height: 45px;position: absolute;bottom: 0px;}
.okORno_in div span {width: 50%;line-height: 44px;text-align: center;display: inline-block;float: left;}

/*上传图片 相机相册*/
.input_upimg_mask_in> div{line-height: 2rem;font-size: .75rem;color: #333;border-bottom: 1px solid #eee;}
.input_upimg_mask_in div form{position: relative;text-align: center;}
.input_upimg_mask_in div input{position: absolute;top: 0;left: 0;height: 100%;width: 100%;opacity: 0;}



[v-cloak] {
    display:none !important;
}

