@charset "UTF-8";
/*CSS reset*/

html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #ffffff;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
  font: 0.2rem/1.2 "Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","微软雅黑",STXihei,"华文细黑",SimSun,"宋体",sans-serif;
  min-width: 6.4rem;
  color: #4c4c4c;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #005580;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}*/

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/*h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}*/

/*q:before,q:after{content:''}*/

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/*sup{vertical-align:baseline}*/

/*sub{vertical-align:baseline}*/

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
/*  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
*/}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
/*  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

pre.prettyprint {
  margin-bottom: 18px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* css base */

.clear {
  clear: both;
}

.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*长度高宽*/

.rw100 {
  width: 100%;
}

.w {
  width: 6.4rem;
  margin: 0 auto;
}

.tc {
  text-align: center;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt120 {
  margin-top: 1rem;
}

.pt120 {
  padding-top: 1.2rem;
  float:left;
}


a {
  color: #4c4c4c;
}

.ico {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.type-model
{
	height:1.2rem;
	width:40%;
	margin:10px;
	float:left;
}


.ico-retype-1{
  background: url("../images/public/ico_retype_1.png") no-repeat;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
}

.ico-retype-2{
  background: url("../images/public/ico_retype_2.png") no-repeat;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
}

.ico-retype-3{
  background: url("../images/public/ico_retype_3.png") no-repeat;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
}

.ico-retype-4{
  background: url("../images/public/ico_retype_4.png") no-repeat;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
}

.ico-retype-5{
  background: url("../images/public/ico_retype_5.png") no-repeat;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
}

.ico-retype-6{
  background: url("../images/public/ico_retype_6.png") no-repeat;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
}

.ico-retype-1-active{
    background-image: url("../images/public/ico_retype_1_active.png");
    background-repeat: no-repeat; /* 防止背景图片重复 */
    background-position: center center; /* 水平和垂直居中 */
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
	}

.ico-retype-2-active{
    background-image: url("../images/public/ico_retype_2_active.png");
    background-repeat: no-repeat; /* 防止背景图片重复 */
    background-position: center center; /* 水平和垂直居中 */
	height:1rem;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
	}

.ico-retype-3-active{
    background-image: url("../images/public/ico_retype_3_active.png");
    background-repeat: no-repeat; /* 防止背景图片重复 */
    background-position: center center; /* 水平和垂直居中 */
	height:1rem;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
	}

.ico-retype-4-active{
    background-image: url("../images/public/ico_retype_4_active.png");
    background-repeat: no-repeat; /* 防止背景图片重复 */
    background-position: center center; /* 水平和垂直居中 */
	height:1rem;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
	}

.ico-retype-5-active{
    background-image: url("../images/public/ico_retype_5_active.png");
    background-repeat: no-repeat; /* 防止背景图片重复 */
    background-position: center center; /* 水平和垂直居中 */
	height:1rem;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
	}

.ico-retype-6-active{
    background-image: url("../images/public/ico_retype_6_active.png");
    background-repeat: no-repeat; /* 防止背景图片重复 */
    background-position: center center; /* 水平和垂直居中 */
	height:1rem;
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
	background-size: 100% 100%;
	}

.ico-heart{
  background: url("../images/public/ico_heart.png") no-repeat;
    width: 0.34rem;
    height: 0.34rem;
    background-size: 100% 100%;
}

.ico-share{
  background: url("../images/public/ico_share.png") no-repeat;
    width: 0.34rem;
    height: 0.34rem;
    background-size: 100% 100%;
}



.ico-heart-active{
  background: url("../images/public/ico_heart_active.png") no-repeat;
    width: 0.34rem;
    height: 0.34rem;
	background-size: 100% 100%;
}


.ico_redetail_member {
  background: url("../images/public/ico_redetail_member.png") no-repeat;
  background-size: cover;
  background-position: center; /* 可选，确保图片居中 */
  width: 100%; /* 确保div有宽度 */
  height: 100%; /* 确保div有高度 */
}

.ico_redetail_phone {
  background: url("../images/public/ico_redetail_phone.png") no-repeat;
  background-size: cover;
  background-position: center; /* 可选，确保图片居中 */
  width: 100%; /* 确保div有宽度 */
  height: 100%; /* 确保div有高度 */
}

.ico_redetail_address {
  background: url("../images/public/ico_redetail_address.png") no-repeat;
  background-size: cover;
  background-position: center; /* 可选，确保图片居中 */
  width: 100%; /* 确保div有宽度 */
  height: 100%; /* 确保div有高度 */
}


.bgWhite {
  background-color: #fff;
}

.primaryColor {
  color: #0050CC;
}
.warningColor {
    color: #ff0000;
}
.infoColor {
    color: #000;
    color: rgba(0, 0, 0, .8);
}
.input {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: #d3d3d3;
}

.btn-w {
  width: 100%;
  height: 0.7rem;
  line-height:0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  font-weight:bold;
  background-color: #fff;
  color: #2c3e50;
  border: 1px solid #d3d3d3;
}

.btn-b {
  width: 100%;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  background-color: #d3d3d3;
  color: #fff;
  border: 1px solid #d3d3d3;
}

.btn-red {
  width: 100%;
  height: 0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #FF6B6B;
  color: #fff;
}

.btn-g {
  width: 100%;
  height: 0.6rem;
  line-height:0.6rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #FFD166;
  color: #fff;
}

.btn-red-50 {
  width: 40%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #FF6B6B;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-red-50-left {
  width: 40%;
  height: 0.7rem;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #FF6B6B;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-invalid {
  width: 100%;
  height: 0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #C4C1CC;
  color: #fff;
}

.btn-invalid-50 {
  width: 40%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #C4C1CC;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-invalid-50-left {
  width: 40%;
  height: 0.7rem;
  float:left;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #C4C1CC;
  color: #fff;
  margin-left: 0.40rem;
}

.btn {
  width: 100%;
  height: 0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  font-weight:700;
  background-color: #0050CC;
  color: #fff;
}

.btn-2 {
  width: 100%;
  height: 0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.35rem;
  border-radius: 0.35rem;
  font-size: 0.3rem;
  background-color: #0050CC;
  color: #fff;
}

.btn-3 {
  width: 100%;
  height: 0.7rem;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.35rem;
  border-radius: 0.35rem;
  font-size: 0.3rem;
  background-color: #c4d0fb;
  color: #fff;
}

.btn-s {
  width: 100%;
  text-align: center;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  background-color: #0050CC;
  color: #fff;
}


.btn-50 {
  width: 40%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #0050CC;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-50-right {
  width: 40%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #0050CC;
  color: #fff;
  margin-right: 0.40rem;
}

.btn-50-left {
  width: 40%;
  height: 0.7rem;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #0050CC;
  color: #fff;
  margin-left: 0.40rem;
}

.btn-30 {
  width: 30%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #0050CC;
  color: #fff;
  margin-left: 0.10rem;
}
.btn-red-30 {
  width: 30%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #0050CC;
  color: #fff;
  margin-left: 0.10rem;
}
.btn-invalid-30 {
  width: 30%;
  height: 0.7rem;
  float:right;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.3rem;
  background-color: #C4C1CC;
  color: #fff;
  margin-left: 0.10rem;
}



.mi-checkbox {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  vertical-align: middle;
  font-size: 0;
  background: url("../images/public/ico_checkbox.png") no-repeat;
}

.select .mi-checkbox {
  background: url("../images/public/ico_checkbox_active.png") no-repeat;
}

.mi-del {
  float: left;
  width: 1rem;
  height: 100%;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
}

.mi-checkbox,
.select .mi-checkbox {
  -webkit-background-size: 0.3rem 0.3rem;
  background-size: 0.3rem 0.3rem;
}

.mi-ajaxLoad {
  display: none;
  width: 100%;
  height: 0.6rem;
  line-height: .6rem;
  text-align: center;
  font-size: 0.2rem;
  color: #4c4c4c;
}

.mi-ajaxLoad .ico-load {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  overflow: hidden;
  background: url("../images/public/loading.gif") no-repeat;
  -webkit-background-size: 0.3rem 0.3rem;
  background-size: 0.3rem 0.3rem;
}
/* 跳转页面 */
.skip {
    margin-top: 0.2rem;
    min-height: 10rem;
    background-color: #fff;
    overflow: hidden;
}
.skip .skip-img {
    width: 2.53rem;
    height: 2.24rem;
    margin: 1.37rem auto 0 auto;
    overflow: hidden;
}
.skip .skip-img img {
    width: 100%;
    height: 100%;
}
.skip .skip-title {
    margin-top: 0.9rem;
    padding: 0 0.2rem;
    line-height: 1.428;
    font-size: 0.36rem;
    text-align: center;
    font-weight: 700;
}
.skip .skip-des {
    margin-top: 0.36rem;
    text-align: center;
}
/* 弹窗统一皮肤样式符合这个项目 */
.j-layui-layer {}
.j-layui-layer .layui-layer-title {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #fff;
    color: rgba(0, 0, 0, .8);
    font-size: 0.22rem;
}
.j-layui-layer .layui-layer-content {
    line-height: 34px;
    text-align: center;
    color: #000;
    font-size: 0.24rem;
}
.j-layui-layer .layui-layer-btn  {
    border-top: 2px solid #e5e5e5;
    padding: 0 15px;
    text-align: center;
}
.j-layui-layer .layui-layer-btn a {
    display: inline-block;
    width: 49.5%;
    height: 36px;
    padding: 0;
    line-height: 36px;
    margin: 0;
    background-color: #fff;
    color: #d6b894;
    box-sizing: border-box;
    border: none;
    text-align: center;
    font-size: 0.26rem;  
}
.j-layui-layer .layui-layer-btn a:nth-child(2) {
    color: #000;
}
.j-layui-layer-diy .layui-layer-btn a { /* 签到专用 */
    width: 2.35rem;
    height: 0.48rem;
    margin: 0.1rem 0;
    line-height: 0.48rem;
    border-radius: 0.24rem;
    color: #fff;
    text-align: center;
    background-color: #d6b894;
}

/* container */
.header-position {
  position: fixed;
  top:0px;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  z-index:300;
  border-bottom:1px solid #b3b3b3;
}
.header-position-2 {
  position: fixed;
  bottom:0rem;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  z-index:300;
  border-top:1px solid #b3b3b3;
  border-bottom:1px solid #b3b3b3;
  text-align:right;
  font-size:0.26rem;
}
.header-position-2 .h-title-2 {
  width: 3.4rem;
  float: left;
  line-height: 0.6rem;
  text-align: left;
  font-size: 0.26rem;
  color: #000;
  padding: 0.14rem 0.2rem;
}

.header-position .h-back {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3rem 0.2rem;
}

.header-position .ico-back {
  float: left;
  width: 0.17rem;
  height: 0.3rem;
  background: url("../images/public/ico_back.png") no-repeat;
  -webkit-background-size: 0.17rem 0.3rem;
  background-size: 0.17rem 0.3rem;
}

.header-position .h-title {
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.header {
  position: relative;
  display: block;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
}

.header .h-back {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3rem 0.2rem;
}

.header .ico-back {
  float: left;
  width: 0.17rem;
  height: 0.3rem;
  background: url("../images/public/ico_back.png") no-repeat;
  -webkit-background-size: 0.17rem 0.3rem;
  background-size: 0.17rem 0.3rem;
}

.header .h-title {
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .h-search {
  display: none;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
  z-index: 100;
}

.header .keyword {
  float: left;
  width: 4.9rem;
  height: 0.5rem;
  padding-left: 0.1rem;
  padding-right: 0.5rem;
  line-height: 0.5rem;
  border: none;
  outline: none;
  border-radius: 0.2rem;
  background-color: #e5e5e5;
  color: #000;
}

.header .btnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.3rem;
  height: 0.3rem;
  padding: 0.1rem 0.2rem;
  border: none;
  outline: none;
}

.header .ico-search {
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/public/ico_search.png") no-repeat;
  -webkit-background-size: 0.3rem 0.3rem;
  background-size: 0.3rem 0.3rem;
}

.header .h-searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.3rem 0.2rem;
}

.header .ico-searchBtn {
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/public/ico_searchBtn.png") no-repeat;
  -webkit-background-size: 0.3rem 0.3rem;
  background-size: 0.3rem 0.3rem;
}

.header .h-search-w {
  position: absolute;
  /*right: 0;*/
  top: 0;
  padding: 0.25rem 0.1rem 0.2rem 0;
}


.header .ico-search-w {
  float: left;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../images/public/ico_search_w.png") no-repeat;
  -webkit-background-size: 0.45rem 0.45rem;
  background-size: 0.45rem 0.45rem;
}

.header .ico-search-dw {
  float: left;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../images/public/ico_search_dw.png") no-repeat;
  -webkit-background-size: 0.45rem 0.45rem;
  background-size: 0.45rem 0.45rem;
  padding:0 0.35rem
}

.header .h-homeBtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.25rem;
}

.header .ico-homeBtn {
  float: left;
  width: 0.38rem;
  height: 0.39rem;
  background: url("../images/public/ico_homeBtn.png") no-repeat;
  -webkit-background-size: 0.38rem 0.39rem;
  background-size: 0.38rem 0.39rem;
}

.header .h-save {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.25rem;
  line-height: 0.9rem;
  font-size: 0.22rem;
}
.container {
	/*float:left;*/
  padding-bottom: 0.45rem;
}
/* nav */

.nav {
  position: relative;
  height: 0.8rem;
  padding-right: 0.55rem;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}

.nav .nav-swiper {
  position: relative;
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
}

.nav .nav-list {
  line-height: 0.8rem;
  font-size: 0.26rem;
}

.nav .nav-item {
  float: left;
  padding: 0 0.23rem;
  overflow: hidden;
}

.nav .nav-item a {
  position: relative;
  display: block;
}

.nav .nav-list .active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 100%;
  height: 0.05rem;
  overflow: hidden;
  background-color: #0050CC;
}

.nav .nav-list .active a {
  color: #0050CC;
}

.nav .nav-showDownBtn,
.nav .nav-showUpBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.17rem;
  height: 0.1rem;
  padding: 0.35rem 0.3rem 0.35rem 0.1rem;
  overflow: hidden;
}

.nav .ico-showDownBtn {
  float: left;
  width: 0.17rem;
  height: 0.1rem;
  background: url("../images/public/ico_showDownBtn.png") no-repeat;
  -webkit-background-size: 0.17rem 0.1rem;
  background-size: 0.17rem 0.1rem;
}

.nav .nav-all {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
}

.nav .nav-all-head {
  height: 0.8rem;
  padding: 0 0.2rem;
  overflow: hidden;
  background-color: #fff;
}

.nav .nav-all-title {
  float: left;
  line-height: 0.8rem;
  font-size: 0.26rem;
}

.nav .ico-showUpBtn {
  float: left;
  width: 0.17rem;
  height: 0.1rem;
  background: url("../images/public/ico_showUpBtn.png") no-repeat;
  -webkit-background-size: 0.17rem 0.1rem;
  background-size: 0.17rem 0.1rem;
}

.nav .nav-all-body {
  height: 3.2rem;
  padding: 0 0.2rem;
  margin-right: -0.75rem;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.nav .nav-all-item {
  float: left;
  width: 1.6rem;
  text-align: center;
  margin-right: 0.58rem;
  margin-bottom: 0.25rem;
  border: 1px solid #a0a0a0;
  line-height: 0.5rem;
  border-radius: 0.1rem;
  font-size: 0.26rem;
}

.nav .nav-all .active {
  border-color: #0050CC;
}

.nav .nav-all .active a {
  color: #0050CC;
}

.banner {
  position: relative;
  z-index: 100;
  height: 3.2rem;
  overflow: hidden;
}

.bannerList {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.banner .banner-item {
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.banner .banner-item a {
  display: block;
}

.banner .banner-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .banner-nav {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.banner .banner-nav span {
  display: inline-block;
  width: 0.15rem;
  height: 0.06rem;
  margin: 0 0.04rem;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.banner .banner-nav .active {
  width: 0.3rem;
  background-color: #fff;
}

/* 底部菜单 */

.tabBar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
  padding-bottom: 0.05rem;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
}

.tabBar .tb-item {
  float: left;
  width: 20%;
  text-align: center;
}

.tabBar .tb-item a {
  display: block;
}

.tabBar .ico {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.16rem auto 0 auto;
}

.tabBar .tb-n {
  margin-top: 0.1rem;
  color: #a0a0a0;
  text-align: center;
}

.tabBar .ico-home {
  background: url("../images/public/ico_home.png") no-repeat;
}

.tabBar .ico-message {
  background: url("../images/public/ico_message.png") no-repeat;
}

.tabBar .ico-send {
  background-image: url("../images/public/ico_send.png");
  background-repeat: no-repeat;
  background-position: center center;
  position:relative; 
  top:-0.4rem;
  width: 1rem;
  height: 1rem;
  margin: 0 auto -0.36rem auto;
}

.tabBar .ico-list {
  background: url("../images/public/ico_list.png") no-repeat;
}

.tabBar .ico-cate {
  background: url("../images/public/ico_cate.png") no-repeat;
}

.tabBar .ico-cart {
  background: url("../images/public/ico_cart.png") no-repeat;
}

.tabBar .ico-user {
  background: url("../images/public/ico_user.png") no-repeat;
}

.tabBar .active .ico-home {
  background: url("../images/public/ico_home_active.png") no-repeat;
}

.tabBar .active .ico-message {
  background: url("../images/public/ico_message_active.png") no-repeat;
}

.tabBar .active .ico-send {
  background: url("../images/public/ico_send_active.png") no-repeat;
}

.tabBar .active .ico-list {
  background: url("../images/public/ico_list_active.png") no-repeat;
}

.tabBar .active .ico-cate {
  background: url("../images/public/ico_cate_active.png") no-repeat;
}

.tabBar .active .ico-cart {
  background: url("../images/public/ico_cart_active.png") no-repeat;
}

.tabBar .active .ico-user {
  background: url("../images/public/ico_user_active.png") no-repeat;
}

.tabBar .ico,
.tabBar .active .ico {
  -webkit-background-size: 0.48rem 0.48rem;
  background-size: 0.48rem 0.48rem;
}

.tabBar .active .tb-n {
  color: #0050CC;
}

/* 产品底部菜单 */

.tabBarCart {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}

.tabBarCart .tbc-item {
  position: relative;
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.tabBarCart .tbc-item a {
  display: block;
}

.tabBarCart .tbc-item-iBuy {
  width: 2rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #a0a0a0;
}

.tabBarCart .tbc-item-iJoinCart {
  width: 2rem;
  line-height: 0.8rem;
  border: none;
  font-size: 0.26rem;
  color: #fff;
  background-color: #0050CC;
}

.tabBarCart .tbc-item-iJoinCart a {
  color: #fff;
}

.tabBarCart .tbc-cart-num {
  position: absolute;
  right: 0.02rem;
  top: 0;
  color: #b3b3b3;
}

.tabBarCart .ico {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.16rem auto 0 auto;
}

.tabBarCart .ico-home {
  background: url("../images/public/ico_home.png") no-repeat;
}

.tabBarCart .ico-favourite {
  background: url("../images/public/ico_favourite.png") no-repeat;
}

.tabBarCart .ico-cart {
  background: url("../images/public/ico_cart.png") no-repeat;
}

.tabBarCart .active .ico-home {
  background: url("../images/public/ico_home_active.png") no-repeat;
}

.tabBarCart .active .ico-favourite {
  background: url("../images/public/ico_favourite_active.png") no-repeat;
}

.tabBarCart .active .ico-cart {
  background: url("../images/public/ico_cart_active.png") no-repeat;
}

.tabBarCart .ico,
.tabBarCart .active .ico {
  -webkit-background-size: 0.48rem 0.48rem;
  background-size: 0.48rem 0.48rem;
}
/*代付购买*/
.bgw{
  background: #fff;
}
.payBar{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}
.payBar .pb-sub-item {
  position: relative;
  width:100%;
  height: 0.79rem;
  text-align: center;
}
.payBar .pb-sub-item-init{
  line-height: 0.79rem;
  color: #fff;
  border: none;
  font-size: 0.26rem;
  background-color: #29a0ff;
  float:right;
  display: block;
  width: 38%
}

.payBar .pb-sub-price {
  float: left;
  width: 60%;
  height: 0.79rem;
  text-align: center;
  color: #0050CC;
  font-size: 0.36rem;
  line-height: 0.79rem;
}
.goodsArt #pay-description{
  font-size: 0.24rem;
  line-height: 1.66;
  margin-top: 0.38rem;
}
.goodsArt #pay-head{
  padding-top: 0.38rem
}

.ui-select{  
	background:#ffffff;  
	height:28px;  
	width:180px;  
	line-height:28px;  
	border:1px solid #999999;  
	-moz-border-radius:2px;  
	-webkit-border-radius:2px;  
	border-radius:2px;  
}  
.bottom-line
{
	float: left;
    width: 98%;
    padding-left: 0.4rem;
	margin-top:0.4rem;
	color: #999;
    height: 0.23rem;
    line-height: 0.23rem;
	font-size: 0.23rem;
}
.bottom-n
{
	float: left;
    text-align: center;
    width: 30%;
    border-right: #999 solid 1px;
}
.bottom-l
{
	float:left;
	text-align:center;
    width: 30%;
}

.search-box-l {
	background: rgba(255, 255, 255,1);
	border-radius: 2px;
	padding: 10px 8px;
	margin-top: 8px;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin: 0.1rem 0.2rem 0 0.2rem;
	width: 70%;
	float: left;
}
.search-box-r {
	float: left;
	color: #ffffff;
	font-size:16px;
	width:13%;
	text-align:center;
	height:0.9rem;
}

.transparent-button {
    background-color: transparent; /* 透明背景 */
    border: none; /* 无边框 */
    color: #fff; /* 文字颜色 */
	height:0.5rem;
	line-height:0.5rem;
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
	font-weight:bold;
	width:0.8rem;
}

.keywords {
	border: 1px solid #fff;
	height:0.4rem;
	background-color:#fff;
}

.keywords-type {
    border: none; /* 设置边框为无 */
    outline: none; /* 移除焦点时的轮廓线，以防出现默认的蓝色轮廓 */
	height:0.4rem;
	background-color:#fff;
}

.badge {
    position: absolute;
    top: 2px;
	margin-left:0.3rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FF6B6B;
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}
.showInputMsg{
	color:#f00;
	padding:0.2rem 0 0 0;
}

.channels-section-main{
	float:left;
	width:100%;
	padding:0.2rem;
/*		background: linear-gradient(to bottom, #0050CC 2%, #ffffff 60%);
*/	
}

.list-main{
	float:left;
	width:100%;
	padding:0.1rem;
}

/*列表*/
/* 房源列表 */
.listings-container {
	/*padding: 0 0.2rem;*/
	width:100%;
}


.favorite-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
	z-index: 10;
    width: 1rem;
    height: 1rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;	
}

.favorite-btn.active {
	color: #ff5252;
}

.top-ad-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #ffc107;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 3px;
	z-index: 10;
}

.listings-container_l {
	float:left;
	padding: 0 0.05rem 0 0;
	width:50%;
}

.listings-container_r {
	float:right;
	padding: 0 0 0 0.05rem;
	width:50%;
}

.listing-card {
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 0.1rem;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.image-slider {
	position: relative;
	height: 151px;
	overflow: hidden;
}

.image-slider-1 {
	position: relative;
	height: 306px;
	overflow: hidden;
}

.slider-container {
	display: flex;
	height: 100%;
	transition: transform 0.3s ease;
}

.slide {
	min-width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.slide-indicator {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	padding: 3px 8px;
	border-radius: 10px;
	font-size: 12px;
}


.listing-info {
	padding: 5px;
}

.listing-price {
	font-size: 20px;
	/*margin-bottom: 5px;*/
	height: 0.4rem;
    line-height: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listing-price-2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}


.listing-time {
	margin-bottom: 8px;			
	float:left;
	width:100%;
	height:0.4rem;
	line-height:0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
			
}

.listing-type {
	margin-right: 15px;
}

.parking {
	display: flex;
	align-items: center;
}

.parking i {
	margin-right: 3px;
}

.listing-location {
	display: flex;
	float:left;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
	width: 100%;
}

.location-info {
	font-size: 14px;
	color: #666;
	padding-left:0.1rem;
}

.location-status-info {
	font-size: 14px;
	color: #666;
	text-align:center;
}

.message-btn {
	background-color: #fff;
	border-radius: 0.05rem;
	-webkit-border-radius: 0.05rem;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: bold;
	color:#4c4c4c;
  	border: 1px solid #d3d3d3;
	text-align:center;
}

/* 广告卡片 */
.ad-card {
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.ad-image {
	height: 200px;
	position: relative;
	background: linear-gradient(135deg, #1e9bff, #00d2ff);
}

.ad-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	width: 90%;
}

.ad-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.ad-subtitle {
	font-size: 16px;
	line-height: 1.4;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.ad-info {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ad-price {
	font-size: 20px;
	font-weight: bold;
	color: #007bff;
}

.ad-company {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


/* 滑动指示器 */
.slider-controls {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.slider-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 4px;
	cursor: pointer;
}

.slider-dot.active {
	background-color: #007bff;
}
.gg_list{
	float:left;
	width:100%;
	padding:0.2rem;
}
.listing-details
{
    float: left;
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listing-details-2
{
    float: left;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-type-name{
	text-align:center; width:100%; padding:0.1rem
}
.star.empty {
	background-image: url('/image/ico_start_empty.png');
}

.star.half {
	background-image: url('/image/ico_start_half.png');
}

.star.full {
	background-image: url('/image/ico_start_full.png');
}
.star-1.empty {
	background-image: url('/image/ico_start_empty.png');
}

.star-1.half {
	background-image: url('/image/ico_start_half.png');
}

.star-1.full {
	background-image: url('/image/ico_start_full.png');
}
.titles-prefix{
	color:#0050CC; 
	font-weight:900; 
	font-size:26px;
	padding-right:0.1rem;
}
.rating-container{
	display: flex;
}
.star {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
    margin: 0 1px;
    transition: transform 0.2s ease;
}
.star-1 {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
    margin: 0 1px;
    transition: transform 0.2s ease;
}
.avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 19px;
    margin-right: 12px;
}
.section-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #4d85db;
	display: flex;
	align-items: center;
}

.section-title:before {
	content: "";
	width: 4px;
	height: 16px;
	background: #4d85db;
	margin-right: 8px;
	border-radius: 2px;
}
        
.top_bagge{
	position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    z-index: 10;
	background: url(../images/public/ico_top.png) no-repeat;
    width: 0.20rem;
    height: 0.26rem;
    background-size: 100% 100%;
	}