/*****=========   清除默认样式  BEGIN   ========= *******/

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

li{list-style:none}

img{vertical-align:top;border:none}

a{text-decoration:none;}

a:visited{text-decoration:none;}

/* 取消chrome下默认的文本框聚焦样式 */
input,textarea,select{outline:none} 

/* 覆盖苹果手机input提交样式 */
input[type="submit"],input[type="reset"],input[type="button"]{ -webkit-appearance:none;}

/* ios系统中元素被触摸时产生的半透明灰色遮罩去掉 */
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}

/*****=========   清除默认样式  END   ========= *******/
 

/*****=========   引入默认图标  BEGIN   ========= *******/

@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1503046454231'); /* IE9*/
  src: url('../font/iconfont.eot?t=1503046454231#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1503046454231') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1503046454231') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1503046454231#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  font-size: 18px;
}

.icon-fenlei:before { content: "\e64c"; font-size: 22px;color: #fff;}

.icon-zan:before { content: "\e646";padding-right: 4px; }

.icon-xiaoxi:before { content: "\e60b"; }

.icon-fabiao:before { content: "\e60e"; }

.icon-sousuo:before { content: "\e620";font-size: 24px;color: #fff; }

.icon-yonghu:before { content: "\e630";font-size: 26px;color: #fff; }


/*****=========   引入默认图标  END   ========= *******/


/*****=========   抽出公用样式  BEGIN   ========= *******/

.fl{float:left;}
.fr{float:right;}
.center{text-align: center;}
.ce{ margin:0 auto; text-align:center;}
.cl{clear:both;}
.hide{display: none;}
.show{display: block;}
.dpImg{display: block;width: 100%;}

/* 超出显示省略号 */
.text-ellipsis{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}





/* 设置公用字体 */
.fz12{font-size:12px;}
.fz14{font-size:14px;}
.fz16{font-size:16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}

/* 设置公用边距 */
.pl10{padding-left: 10px}
.pl15{padding-left: 15px}
.pl20{padding-left: 20px}
.pr10{padding-right: 10px}
.pr15{padding-right: 15px}
.pr20{padding-right: 20px}
.pb10{padding-bottom: 10px}
.pb15{padding-bottom: 15px}
.pb20{padding-bottom: 20px}
.pt10{padding-top: 10px}
.pt15{padding-top: 15px}
.pt20{padding-top: 20px}

.ptb10{padding: 10px 0}
.ptb15{padding: 15px 0}
.ptb20{padding: 20px 0}


.plr4{padding: 0 4px}
.plr10{padding: 0 10px}
.plr15{padding: 0 15px}
.plr20{padding: 0 20px}

.pAll10{padding:10px}
.pAll15{padding:15px}
.pAll20{padding:20px}


.ml10{margin-left: 10px}
.ml15{margin-left: 15px}
.ml20{margin-left: 20px}
.mr10{margin-right: 10px}
.mr15{margin-right: 15px}
.mr20{margin-right: 20px}
.mb10{margin-bottom: 10px}
.mb15{margin-bottom: 15px}
.mb20{margin-bottom: 20px}
.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}

.mtb8{margin: 8px 0}
.mtb10{margin: 10px 0}
.mtb15{margin: 15px 0}
.mtb20{margin: 20px 0}
.mlr10{margin: 0 10px}
.mlr15{margin: 0 15px}
.mlr20{margin: 0 20px}



.mAll10{margin:10px}
.mAll15{margin:15px}
.mAll20{margin:20px}

/* 设置全局主题颜色 */

.theme-green{color: #36b70a !important;}
.theme-bgGreen{background-color: #36b70a !important;}
.theme-blue{color:#4f7cb8 !important;}
.theme-bgBlue{background-color: #36b70a !important;}
.theme-blue-4c9afa{color:#4c9afa !important;}
.theme-bgBlue-4c9afa{background-color: #4c9afa !important;}




.theme-gray{color: #8f8f8f !important;}
.theme-bgGray{background-color: #8f8f8f !important;}
.theme-grayAAA{color: #aaa !important;}
.theme-bgGrayAAA{background-color: #aaa !important;}
.theme-gray-eee{color: #eee !important;}
.theme-bgGray-eee{background-color: #eee !important;}


.theme-black{color:#000;}
.theme-black666{color: #666 !important;}
.theme-bgBlack666{background-color: #666 !important;}
.theme-black-1e1e1e{color: #1e1e1e !important;}
.theme-bgBlack666{background-color: #1e1e1e !important;}
.theme-red{color: #f55318 !important;}
.theme-bgRed{background-color: #f55318 !important;}
.theme-orange{color: #f3842b !important;}
.theme-bgOrange{background-color: #f3842b !important;}
.theme-orange-ffb300{color: #ffb300 !important;}
.theme-bgOrange-ffb300{background-color: #ffb300 !important;}



/* 按钮样式 */
.common-btn{
    padding: 0 4px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-top: 2px;
    line-height: 20px;
    border-radius: 2px;	
}

/*关注按钮*/
.concern-btn{
    display: block;
    margin-left: 12px;
    height: 26px;
    line-height: 26px;
    width: 55px;
    font-size: 14px;
    text-align: center;
    color: #36b70a;
    border:1px solid #36b70a;
    border-radius: 4px;
}

/* 输入框样式 */
.common-input{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border:none;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

/***========   抽出公用样式  END  ======== ***/




/*** ========  公用头部  BEGIN ======== ***/

.common-header{
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.common-header .header-left{
  float: left;
  position: relative;
  z-index: 10;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.common-header .returnLeft{
  padding-left: 15px;
}
.common-header .returnLeft:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  width: 12px;
  height: 12px;
  border: solid #000;
  border-width: 0 0 1px 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.common-header h4{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.common-header .header-right{
  float: right;
  position: relative;
  z-index: 100;
  font-size: 16px;
  color: #a5d5b4;
  cursor: pointer;
}

/*** ========  公用头部  END  ======== ***/


/*** ========  弹层样式 ======== ***/
.layer{
  display: none;
}
.layer-shade{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 100000;
}
.layer-common-style{
  position: fixed;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  margin:auto;
  width: 80%;
  height: 150px;
  background: #fff;
  border-radius: 4px;
  z-index: 100001;
  text-align: center;
} 
.layer-common-style p{
  font-size:18px;
  line-height: 200px;
}
/*** =========第二个弹层样式========= ***/
.layer-second p{
  width: 1%;
  height: 110px;
  line-height: 22px;
  display: table-cell;
  vertical-align:middle;
  padding:0 15px;
  box-sizing: border-box;
}
.layer-second .second-konw{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  border-top: 1px solid #D0D0D0;
  background-color: #F2F2F2;
  color: #40AFFE;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 14px;
}
/*** =========第三个弹层样式========= ***/
.layer-third .second-konw span,.layer-third .second-konw a{
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.layer-third .second-konw span:first-child{
  border-right: 1px solid #D0D0D0;
  color: #000;
}
.layer-third .second-konw a{
  color: #40AFFE;
}

.layer-share{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 100000;
}
.layer-share img{
    position: absolute;
    right: 40px;
    top: 10px;
    width: 108px;
}
.layer-share p{
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-top: 140px;
  line-height: 30px;
}

/***=========  qq表情样式  BEGIN  =========***/
.swiper-emoji{
  width: 298px;
  height: 150px;
  margin:0 auto;
}
.swiper-emoji .swiper-slide{
    float: left;
    background-size: 100%;
    width: 294px;
    height: 126px;
    background:url(../images/qq/1.png) no-repeat;
    background-size: 298px 126px;
}
.swiper-emoji .swiper-slide:nth-child(2){
  background:url(../images/qq/2.png) no-repeat;
  background-size: 298px 126px;
}
.swiper-emoji .swiper-slide:nth-child(3){
  background:url(../images/qq/3.png) no-repeat;
  background-size: 298px 126px;
}
.swiper-emoji .swiper-slide:nth-child(4){
  background:url(../images/qq/4.png) no-repeat;
  background-size: 298px 126px;
}
.swiper-emoji .swiper-slide:nth-child(5){
  background:url(../images/qq/5.png) no-repeat;
  background-size: 298px 126px;
}

.swiper-emoji .swiper-slide li{
    width: 14.2857%;
    height: 33%;
    float: left;
}



/*点击放大图片样式*/

.layer-swiper{
  z-index: 10000000;
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  display: none;
}
.layer-swiper .swiper-slide img{
  display: block;
  width: 100%;
}
.layer-swiper .swiper-container{
  height: 100%;
}
.layer-swiper .swiper-slide{
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.layer-swiper .swiper-pagination{
  margin-bottom: 15px !important;
}
.layer-swiper .swiper-pagination span{
  background-color: #fff !important;
}
/***=========  qq表情样式  END  =========***/

/***=========  提示信息  BEGIN  =========***/

.promptInfo{
    position: fixed;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    z-index: 1000;
    display: none;
}

.promptInfo span{
    display: inline-block;
    font-size:16px;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    background: #000;
    opacity: 0.8;
}


/*----初始化----*/

body {
	color: #333;
	background: #fff;
}

:focus {
	outline: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
input,
label,
span {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}


em,
i,
s {
	font-style: normal;
}

.eng {
	font-family: Tahoma, Geneva, sans-serif;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:link,
a:visited,
a:active {
	color: #333;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

td {
	empty-cells: show;
}


/*----字体颜色----*/

.gray,
.gray a {
	color: #999!important
}

.red,
.red a {
	color: #f30!important;
}

.blue,
.blue a {
	color: #0f3f94!important;
}


/***=========  提示信息  END  =========***/








