﻿ol, ul { list-style: none; }
blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/* 禁用iPhone中Safari的字号自动调整 */
html { -webkit-text-size-adjust: none; }
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* 设置图片视频等自适应调整 */
img { max-width: 100%; max-height:100%; height: auto;}
.video embed, .video object, .video iframe { width: 100%; height: auto; }
.red {
    color: #CC3300;
}
/* 公共库 */
.min-height { min-height: 0; height: auto; _height: 0; overflow: hidden; _overflow: visible; }
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.position-absolute { position: absolute; }
.position-relative { position: relative; }
.position-fixed { position: fixed; }
.overflow-hidden { overflow: hidden; }
.display-inline-block { display: inline-block; }
.ptb5 {padding-top: 5px;padding-bottom: 5px;}
.w24 {width: 24px;}
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w200 { width: 200px; }
.w260 { width: 260px; }
.w320 { width: 320px; }
.w360 { width: 360px; }
.w420 { width: 420px; }
.w600 { width: 600px; }
.fs14 { font-size: 14px;}
.fs24 { font-size: 14px;}
.lh24 {line-height: 24px;}
.lh26 {line-height: 26px;}
.h5 {height: 5px;}
.h24 {height: 24px;}
.h26 {height: 26px;}
.h34 {height: 34px;}
.ml2 {margin-left: 2px;}
.ml12 {margin-left: 12px;}
.mt2 { margin-top: 2px; }
.mt3 { margin-top: 4px; }
#Pagination {
    z-index: 999;
    position: fixed;
    bottom: 0;
    height: 28px;
    width: 100%;
    background-color: #FCFCFC;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #F6F6F6;
}
.slh,.slj,.sdp,.ssp,.scx,.sym,.stj {
    font-size: 16px;
    margin-bottom:10px;
}
    .sdp .fa-search,.ssp .fa-search, .scx .fa-search, .coupon .fa-search {
        margin-left:-28px;

    }
.ssp,.sym {
    height:0px;
    overflow:hidden;
}

.imageview {
    position: absolute;
    top:5px;
    left: 200px;
}
.imageview img {
    height: 80px;
}
.imagetext {
    position: absolute;
    top:20px;
    left: 370px;
    width: 166px;
    height: 20px;
}
.profile-content > .row {
    margin-bottom: 10px;
}
.imagebroad img {
    border: 5px solid #F5F5F5;
    width:100%;
}
.imagevideo {
    background-image: url('../img/bofang.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 999;
    position: absolute;
    left: 90px;
    top: 130px;
}
.ImageCenter {
 /*非IE的主流浏览器识别的垂直居中的方法*/
 display: table-cell;
 vertical-align:middle;
 /*设置水平居中*/
 text-align:center;
 /* 针对IE的Hack */
 *display: block;
 *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
 *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
 width:600px;
 height:600px;
}