@charset "utf-8";
/* css通用样式库 */
/*公共样式*/
section {
  display: block;
}
html,
body {
  font: 12px/1.5 "tahoma", "arial", "\5b8b\4f53";
  line-height: 150%;
  color: #4b4b4b;
  background: #fff;
  font-family: "Microsoft Yahei";
}
td,
th,
blockquote,
p,
textarea,
input,
legend,
fieldset,
form,
code,
pre,
h6,
h5,
h4,
h3,
h2,
h1,
li,
ol,
ul,
dd,
dt,
dl,
div,
body {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
a {
  color: #06c;
  text-decoration: none;
}
a {
  font-family: "Microsoft YaHei", tahoma, arial, 宋体;
}
a:visited {
  color: #06c;
}
a:hover {
  color: #e30;
  text-decoration: underline;
}
li {
  list-style: none;
}
em {
  font-style: normal;
}
h2,
h1 {
  font-size: 100%;
}
.fl {
  float: left;
}
select,
textarea,
input {
  font: inherit inherit inherit;
  font-size: 100%;
}

/*移动端公共样式*/

/*移动端*/
#mobile {
  width: 100%;
  margin: 0 auto;
  background: #eeeeee;
  padding-top: 45px;
  padding-bottom: 60px;
  position: relative;
}
/*页眉区*/
#mobile .header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1700;
  width: 100%;
  background: #39bc30;
  opacity: 0.9;
  height: 45px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 0px 8px;
}
.header .left-nav {
  display: flex;
  margin-right: 5px;
}
.header .left-nav a.logo {
  background-image: url(../../../images/mobile/bg_global_01.png);
  background-repeat: no-repeat;
  background-position: -30px -50px;
  background-size: 130px auto;
  width: 47px;
  height: 17px;
  margin: 15px 7px 0px 0px;
}
.header .left-nav .city-change {
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.header .left-nav .city-change i.d-arrow {
  background-image: url(../../../images/mobile/bg_global_01.png);
  background-repeat: no-repeat;
  background-position: -30px -15px;
  background-size: 130px auto;
  display: inline-block;
  height: 7px;
  width: 8px;
  margin-left: 5px;
}

.header .right-nav {
  margin-left: 5px;
  display: flex;
}
.header .right-nav > a {
  text-align: center;
  width: 30px;
  text-decoration: none;
  margin: 0px 2px;
}
.header .right-nav i.ucenter {
  background-image: url(../../../images/mobile/bg_global_01.png);
  background-repeat: no-repeat;
  background-position: -65px -25px;
  background-size: 130px auto;
  display: block;
  height: 15px;
  width: 15px;
  margin-left: 7px;
}
.header .right-nav i.publish {
  background-image: url(../../../images/mobile/bg_global_01.png);
  background-repeat: no-repeat;
  background-position: -95px -25px;
  background-size: 130px auto;
  display: block;
  height: 15px;
  width: 15px;
  margin-left: 7px;
}
.header .right-nav span.tp {
  font-size: 12px;
  color: #fff;
}

.header .head-search-box {
  background: #ffffff;
  border-radius: 5px;
  opacity: 1;
  margin: 0px;
  padding: 0px;
  height: 30px;
  flex: 1;
}
.header .head-search-box .head-search {
  border-radius: 6px;
  width: 100%;
  outline: none;
  color: #b4b4b4;
  height: 30px;
  line-height: 30px;
  border: none;
  padding-left: 24px;
  background-image: url(../../../images/mobile/bg_global_01.png);
  background-repeat: no-repeat;
  background-position: 2px -119px;
  background-size: 130px auto;
}

/*搜索区*/
#mobile .search {
  background-color: #efefef;
  padding: 8px 4% 8px 4%;
}
.search form.search-content {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  border: 1px solid #c8c6c4;
  background-color: #fff;
  position: relative;
}
.search form.search-content .search-input {
  border: none;
  height: 33px;
  line-height: normal;
  outline: none;
  margin-left: 13px;
  width: 85%;
}
.search form.search-content .search-submit {
  outline: none;
  position: absolute;
  right: 0px;
  background-color: #fff;
  height: 33px;
  width: 25px;
  background-image: url(../../../images/mobile/bg_global_01.png);
  background-repeat: no-repeat;
  background-position: -2px -117px;
  background-size: 130px auto;
  border-radius: 7px;
  border: none;
  float: right;
}

/*搜索页面*/
#mobile .search-view {
  overflow: auto;
  display: none;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 5000;
  position: absolute;
  top: 0;
}

.search-view .search-header {
  display: flex;
  padding: 5px 15px;
}
.search-view .search-header .search-container {
  background: #ffffff;
  border-radius: 5px;
  opacity: 1;
  margin: 0px;
  padding: 0px;
  height: 30px;
  flex: 1;
}
.search-view .search-header .search-input {
  border-radius: 50px;
  width: 100%;
  outline: none;
  color: #000;
  height: 30px;
  line-height: 30px;
  border: none;
  padding-left: 24px;
  background-image: url(../../../images/mobile/bg_global_01.png);
  background-repeat: no-repeat;
  background-position: 2px -119px;
  background-size: 130px auto;
  background-color: #f0f0f0;
}
.search-view .search-header .search-cancel {
  font-size: 14px;
  line-height: 30px;
  width: 40px;
  text-align: center;
}
.search-view .search-header .search-cancel:hover {
}

.search-view .search-result {
}
.search-view .search-result ul.history-list {
}
.search-view .search-result ul.history-list li {
}
.search-view .search-result ul.history-list li a {
}

.search-view .hot-search {
}
.search-view .hot-search .hot-area-title {
}
.search-view .hot-search .hot-area-title p {
}
.search-view .hot-search .hot-area-title p i {
}
.search-view .hot-search .hot-content {
}
.search-view .hot-search .hot-content ul {
}
.search-view .hot-search .hot-content ul li {
}
.search-view .hot-search .hot-content ul li.highlight {
}

.search-view .search-history {
}
.search-view .search-history .history-list-title {
}
.search-view .search-history .history-list-title p {
}
.search-view .search-history .history-list-title p.clean-history {
}
.search-view .search-history .history-list {
}
.search-view .search-history .history-list li {
}
.search-view .search-history .history-list li a {
}

/*位置*/
#mobile .breadcrumb {
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  height: 37px;
  overflow: hidden;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}
#mobile .breadcrumb a {
  display: inline-block;
  padding: 8px 10px 9px 10px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
#mobile .breadcrumb span.where-arr {
  vertical-align: top;
  display: inline-block;
  width: 10px;
  height: 34px;
  background-image: url(../../../images/mobile/bg_global_02.png);
  background-repeat: no-repeat;
  background-position: -147px -72px;
  background-size: 160px auto;
}
#mobile .breadcrumb span.last {
  font-size: 12px;
  color: #a1a3a0;
  vertical-align: top;
  line-height: 34px;
  display: inline-block;
}

/*向上的按钮*/
#mobile #toTopBtn {
  display: none;
  width: 51.75px;
  border-radius: 4px;
  position: fixed;
  right: 16px;
  bottom: 69px;
  z-index: 1012;
  background-color: rgba(0, 0, 0, 0.6);
}
#toTopBtn #gototop {
  border-radius: 4px;
  display: block;
  width: 51.75px;
  height: 51.75px;
  display: none;
}
#toTopBtn #gototop i {
  position: absolute;
  top: 12.65px;
  left: 11.5px;
  overflow: hidden;
  display: block;
  height: 27.6px;
  width: 28.75px;
  background: url(../../../images/mobile/global.png) 0 0 no-repeat;
  background-size: 149.5px 143.75px;
  background-position: -73.6px 0px;
}
#toTopBtn #gototop .go-line {
  margin: 0 11.5px;
  width: 28.75px;
  height: 1.15px;
  position: absolute;
  top: 51.75px;
  left: 0;
  z-index: 89;
  background: #ffffff;
  display: none;
}

#toTopBtn #guide_logo {
  width: 51.75px;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s;
  border-radius: 4px;
}
#toTopBtn #guide_logo img {
  width: 45px;
}

/*灰色半透明背景*/
#viewmask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  min-height: 2500px;
  background: #000;
  opacity: 0.6;
  -webkit-tap-highlight-color: transparent;
}
.mask-in {
  display: block !important;
}

/*广告区域*/
.advM_listCenterArea,
.advM_detailCenterArea {
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
