﻿/*微信打开默认图片显示样式*/
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 100;
}

    .weixin-tip p {
        text-align: center;
        margin-top: 0px;
        padding: 0px;
    }

/*微信打开默认图片显示样式 End*/

body {
  margin:0px;
  padding:0px;
  font-family: "microsoft yahei" !important;
}

img {
    border:none;
}

.clear{
    clear:none;
}

.float-left{
    float:left;
}

/* logo标题样式 */
.logo-title {
    font-size: 18px !important;
    width:80px;
}

/*文本标签文字居中样式*/
.labelLineHeight {
    line-height:30px;
}

/*上边距10px*/
.marginTopTen {
    margin-top:10px;
}

/*上边距20px*/
.marginTopTwenty {
    margin-top: 20px;
}

/*上边距50px*/
.marginTopFifty {
    margin-top: 50px;
}

/*下边距-10px*/
.marginBottomTen {
    margin-bottom:-10px;
}

/*下边距5px*/
.marginBottomFive {
     margin-bottom:5px;
}

/*左边距5px*/
.marginLeftFive {
    margin-left: 5px;
}

/*左边距10px*/
.marginLeftTen {
    margin-left: 10px;
}

/*bottom内边距0px*/
.paddingBottom {
    padding-bottom:0px;
}

/*搜索框圆角*/
.search-border-radius {
  border-radius:3px;
  padding-bottom:15px;
  border: 1px solid #e7eaec !important;
}

/*白色背景样式*/
.bg-white {
    background-color: #fff !important;
}

/*白色字体样式*/
.text-white {
    color:#fff;
}

/*文字居中样式*/
.text-center {
    text-align: center;
}
/*底部微信*/
.img-weixin {
    width: 100px;
}
