/*通用的配置css*/
@import url('Public/nav.css');
@import url('Public/footer.css');
@import url('Public/superiority.css');
@import url('Public/icon.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;
}
input, button, select, textarea {
	box-sizing: border-box;
	display: block;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: normal;
	outline: none;
	background:none;    
	outline:none;    
	border:0px;
	resize:none;
  }
a{
  text-decoration:none;
  /*cursor: pointer;*/
}
li{
	list-style-type: none;
}
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;
} 
body{
	position: relative;
	padding-top: 60px;
}
input{
	outline: none ;
}
a{
	color: #333333;
}
.main-tl{
	border-left: 3px solid #00b2b6;
	padding-left: 10px;
	display: block;
    height: 25px;
    line-height: 25px;
}
.center{
	text-align: center;
}
/*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: -o-box;
	display: box;
	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;
	-ms-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:before,.ui-cell:after{
	border: none;
}
.ui-cell{
	padding: 0;
}
.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-str{
	justify-content: flex-start;
  }
  .ui-cell-end{
	justify-content: flex-end;
  }
  .ui-cell-cen {
	justify-content: center;
  }
  .ui-cell-cl{
	flex-direction: column;
  }
/*文字布局  文字截断*/
.ui-nowrap,
.ui-nowrap-flex,
.ui-nowrap-2,
.ui-nowrap-3,
.ui-nowrap-5{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ui-nowrap {
    max-width: 100%;
    white-space: nowrap;
}
.ui-nowrap-flex,
.ui-nowrap-2,
.ui-nowrap-3,
.ui-nowrap-5{
    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;
}
.ui-nowrap-5{
	-webkit-line-clamp: 5;
}
.img_100{
	display: block;
	width: 100%;
}
.img_90 {
	display: block;
	width: 90%;
}
.img_80 {
	display: block;
	width: 80%;
}
.img_70 {
	display: block;
	width: 70%;
}
.img_60 {
	display: block;
	width: 60%;
}
.img_50 {
	display: block;
	width: 50%;
}
.img_40{
	display: block;
	width: 40%;
}
.img_30 {
	display: block;
	width: 30%;
}
.img_20 {
	display: block;
	width: 20%;
}
.img_10 {
	display: block;
	width: 10%;
}
/*自定义文字大小*/
.container{
	width: 1160px;
	margin: 0 auto;
	font-family: "Microsoft YaHei";
}
.size-12{
	font-size: 12px !important;
}
.size-14{
	font-size: 14px !important;
}
.size-16{
	font-size: 16px !important;
}
.size-18{
	font-size: 18px !important;
}
.size-20{
	font-size: 20px !important;
}
.size-22{
	font-size: 22px !important;
}
.size-24{
	font-size: 24px !important;
}
.size-26{
	font-size: 26px !important;
}
.size-28{
	font-size: 28px !important;
}
.size-30{
	font-size: 30px !important;
}
.size-32{
	font-size: 32px !important;
}
.size-34{
	font-size: 34px !important;
}
.size-36{
	font-size: 36px !important;
}

.prize{
	color: #FE7467;
}
.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;
  }
  .main_c{
	color: #01AAAF;
  }
  .main_b{
	background: #01AAAF;
  }
  
  .b_fff{
	background: #fff;
  }
.red_btn{
	background: #FE7467;
}
.red_btn:hover{
	background: #F26456;
}
.gre_btn{
	background: #00B2B6;
}
.gre_btn:hover{
	background: #00a9ad;
}
.m_auto{
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}
.numBold {
	font-family: PingFangSC-Medium, sans-serif;
	font-weight: bold;
}
/*padding*/
.p0{padding: 0;}
.pad5{padding:5px;}
.pad10{padding:10px;}
.pad15{padding:15px;}
.pad20{padding:20px;}
.pad30{padding:30px;}

.padTb20{padding: 20px 0;}
.padTb15{padding: 15px 0;}
.padTb10{padding: 10px 0;}
.padTb5{padding: 5px 0;}

.padLr5{padding: 0 10px;}
.padLr30{padding: 0 30px;}
.padLr20{padding: 0 20px;}
.padLr15{padding: 0 15px;}
.padLr10{padding: 0 10px;}
/*margin*/
.mar25{margin: 15px 0 25px 0;}
.marR5{margin-right: 5px;}
.marR10{margin-right: 10px;}
.marR20{margin-right: 20px;}
.marR30{margin-right: 30px;}

.marT60{margin-top: 60px;}
.marT55{margin-top: 55px;}
.marT50{margin-top: 50px;}
.marT45{margin-top: 45px;}
.marT40{margin-top: 40px;}
.marT35{margin-top: 35px;}
.marT30{margin-top: 30px;}
.marT26{margin-top: 26px;}
.marT20{margin-top: 20px;}
.marT15{margin-top: 15px;}
.marT10{margin-top: 10px;}

.marL60{margin-left: 60px;}
.marL40{margin-left: 40px;}
.marL35{margin-left: 35px;}
.marL30{margin-left: 30px;}
.marL25{margin-left: 25px;}
.marL20{margin-left: 20px;}
.marL16{margin-left: 16px;}
.marL15{margin-left: 15px;}
.marL10{margin-left: 10px;}

.marB50{margin-bottom: 50px;}
.marB40{margin-bottom: 40px;}
.marB35{margin-bottom: 35px;}
.marB30{margin-bottom: 30px;}
.marB25{margin-bottom: 25px;}
.marB20{margin-bottom: 20px;}
.marB15{margin-bottom: 15px;}
.marB10{margin-bottom: 10px;}
.marB0Im{margin-bottom: 0 !important;}
.marB0{margin-bottom: 0;}
/*登录框开始*/
/*.login,.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 97;
	top: 0;
	left: 0;
}
.mask{
	background: rgba(0,0,0,0.7);
	z-index: 98;
}
.login_content{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	font-family: "微软雅黑";
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.login_item{
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}
.login_title{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}
.phone_box{
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.phone_box input{
	border: none;
	outline:none;
	font-size: 18px;
}
.yzm_btn{
	background: #00B2B6;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
}
.login_btn{
	background: #00B2B6;
	text-align: center;
	color: #fff;
	line-height: 45px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
	margin-bottom: 20px;
}
.remarks{
	font-size: 16px;
	color: #FE7467;
}
.Tips_pho,.Tips_yzm{
	color: #FF615B;
	font-size: 14px;
	display: none;
}
.yzm_box{
	margin: 15px 0;
}*/
.empty{
	width: 200px;
	text-align: center;
	margin: 80px auto;
}
.empty div{
	margin-bottom: 15px;
}
.empty div a{
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #00B2B6;
	border-radius: 5px;
	color: #00B2B6;
	margin: 0 auto;
}
/*底部分页开始*/
.page {
    font-size: 14px;
    color: #333333;
    padding: 30px 0;
}
.page_top {
    margin-right: 10px;
}

.page_top, .page_bottom {
    cursor: pointer;
}
.page_count .count_act {
    background: #00B2B6;
    color: #fff;
}
.page_count span {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    cursor: pointer;
}
/*星星评分*/
.basic img{
	width: 10%;
	position: relative;
	top: 3px;
}
/*搜索列表*/
#search-tips-list{
	width: 250px;
    background: #FFF;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 56px;
    -moz-box-shadow: 0px 4px 5px #D8D8D8;
    box-shadow: 0px 4px 5px #D8D8D8;
}
#search-tips-list>div{
	padding: 0px 10px;
}
#search-tips-list>div a{
	display: block;
}
#search-tips-list>div a:hover{
	color: #00B2B6;
}
/*返回顶部*/
#to_top{
	width: 60px;
	height: 60px;
	border-radius: 5px;
	line-height: 60px;
	text-align: center;
	position: fixed;
	bottom: 50px;
	right: 50px;
	border: 1px solid #CCCCCC;
	background: #fff;
	display: none;
}
#to_top:hover{
	border: 1px solid #00B2B6;
	background: #00B2B6;
	color: #fff;
	cursor: pointer;
}
.count{
	padding-top: 10px;
}
