﻿/*通用的配置css*/

/*盒子重置*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
a:hover,
a:visited,
a:link,
a:active{
  text-decoration:none;
  /*cursor: pointer;*/
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
.clear{ margin:0px auto; width:100%; height:10px; font-size:1px; clear:both; background:none; overflow:hidden;}
.clearfix:after {  
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.clearfix {
	display: inline-block;
	*zoom:1;
	*display:inline;
} 

/*icon图标配置*/
@import url('https://at.alicdn.com/t/font_162482_0z03ck460vbk.css');
@font-face {
  font-family: 'iconfont';  /* project id 162482 */
  src: url('//at.alicdn.com/t/font_162482_0z03ck460vbk.eot');
  src: url('//at.alicdn.com/t/font_162482_0z03ck460vbk.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_162482_0z03ck460vbk.woff') format('woff'),
  url('//at.alicdn.com/t/font_162482_0z03ck460vbk.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_162482_0z03ck460vbk.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*flex布局*/
.ui-cell,.ui-cell-noborder{
	position: relative;
	padding: .5rem .75rem;
}
.ui-cell:before,
.ui-cell-nopadding:before,
.ui-cell-noborder:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.ui-cell:first-child:before,
.ui-cell-nopadding:first-child:before {
	display: none;
}
.ui-cell:before,
.ui-cell-nopadding:before {
    border-top: 1px solid #D9D9D9;
}

.ui-cell,
.ui-cell-nopadding,
.ui-cell-noborder{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.ui-cell-lt{
    -webkit-align-self: flex-start;
	-moz-align-self:flex-start;
	align-self: flex-start;
}

.ui-cell-ft,
.ui-cell-rd{
	text-align: right;
	color: #aaa;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ui-cell-primary {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ui-cell-center{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
}
.ui-cell-center img{
    width: 100%;
    height: 100%;
    display: block;
}
.ui-cell-number {
	background-color:#D8D8D8;
	color:#FFF;
	border-radius:10px;
	display:inline-block;
	padding: 0 .5rem;
	font-size: .6rem;
}
.ui-cell-number-color {
	background-color:#F00;
}

.ui-cells {
	margin-top: .5rem;
	background-color: #FFFFFF;
	line-height: 1.41176471;
	font-size: .7rem;
	overflow: hidden;
	position: relative;
}
.ui-cells:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #D9D9D9;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	-ms-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
.ui-cells:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #D9D9D9;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.5);
	-ms-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
.ui-cells-title {
	margin-top: .65rem;
	margin-bottom: .65rem;
	padding-left: .75rem;
	padding-right: .75rem;
	color: #000;
	font-size: .8rem;
}
.ui-cells-tips {
	color: #888;
	font-size: .7rem;
	margin-top: .25rem;
	text-align: center;
}
.ui-cells-title + .ui-cells {
	margin-top: 0;
}
.ui-cells-tips {
	margin-top: .25rem;
	color: #888;
	text-align: center;
	font-size: .7rem;
}
.ui-cells-access .ui-cell:not(.no_access) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ui-cells-access .ui-cell:not(.no_access):active {
	background-color: #ECECEC;
}
.ui-cells-access a.ui-cell {
	color: inherit;
}
.ui-cells-access .ui-cell-ft:after,
.ui-cells-access .ui-cell-rd:after{
    font-family: "iconfont" !important;
    font-size:18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    position: relative;
}
.ui-cells-access .ui-cell-ft:after {
	content: "";"
}
.ui-cells-access .ui-cell-rd:after {
	content: "\e690";
}
/*文字换行*/
.ui-cell-lt {
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	align-self: flex-start;
  }
  .ui-cell-lb {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
  }
  .ui-cell-sb {
	justify-content: space-between;
  }
  .ui-cell-sa{
	justify-content: space-around;
  }
  .ui-cell-cn{
	justify-content: center;
  }
  .ui-cell-end{
	justify-content: flex-end;
  }
  .ui-cell-cen {
	justify-content: center;
  }
  .ui-cell-cl{
	flex-direction: column;
  }
  .ui-cell-hh{
	flex-wrap:wrap;
	justify-content:space-between;
  }
  .ui-cell-ft {
	text-align: right;
	color: #aaa;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .ui-wrap{
	flex-wrap: wrap;
  }
  
  .ui-cell-bt{
	align-self:flex-end;
  }
  
  .ui-nowrap {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  .clearfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
  }
  

  .ui-nowrap {
	max-width: 100%;
	white-space: nowrap;
  }
  
  .ui-nowrap-flex, .ui-nowrap-2, .ui-nowrap-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
  }
  
  .ui-nowrap-flex {
	-webkit-line-clamp: 1;
	-webkit-box-flex: 1;
	height: inherit;
  }
  

/*文字布局  文字截断*/
.ui-nowrap,
.ui-nowrap-flex,
.ui-nowrap-2,
.ui-nowrap-3{
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-nowrap {
    max-width: 100%;
    white-space: nowrap;
}
.ui-nowrap-flex,
.ui-nowrap-2,
.ui-nowrap-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ui-nowrap-flex {
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
    height: inherit;
}
.ui-nowrap-2 {
    -webkit-line-clamp: 2;
}
.ui-nowrap-3{
    -webkit-line-clamp: 3;
}
.img_100{
	display: block;
	width: 100%;
}
/*自定义文字大小*/
.size-14{
	font-size: 14px !important;
}
.size-16{
	font-size: 16px !important;
}
.size-18{
	font-size: 18px !important;
}
.size-20{
	font-size: 20px !important;
}
body{
	font-family: "微软雅黑";
}

.c_gray {
  color: #999;
}

.c_333{
  color: #333;
}
.c_666{
  color: #666;
}
.c_lightg_gray {
  color: #c9c9c9;
}

.c_rose {
  color: #f6556c;
}

.c_fff {
  color: #fff !important;
}
.c_zong {
  color: #5a2b0a;
}
.b_gray{
  background: #f6f8f8;
}

.b_fff{
  background: #fff;
}
