@charset "UTF-8";
/* CSS base doc */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

textarea {
  resize: none;
  font-family: "Microsoft YaHei"; }

a:focus {
  outline: none;
  -webkit-outline: none; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

a.underline {
  text-decoration: underline; }

body {
  min-width: 1200px;
  line-height: 1.5;
  font-size: 14px;
  color: #404040;
  font-family: "Microsoft YaHei","Hiragino Sans GB","WenQuanYi Micro Hei", sans-serif; }

ol, ul {
  list-style: none; }

input, textarea {
  outline: none; }

input[type=button], input[type=submit], input[type=search], button {
  *overflow: visible;
  outline: none;
  cursor: pointer;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none; }

input::-ms-clear {
  display: none; }

input::-ms-reveal {
  display: none; }

input[type=text],
input[type=password] {
  border: 1px solid #cccccc;
  height: 32px;
  padding-left: 10px;
  font-size: 12px;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none; }

input[placeholder] {
  color: #333; }

button, select {
  text-transform: none; }

a img, img {
  -ms-interpolation-mode: bicubic; }

a {
  color: #404040; }

.tc {
  text-align: center; }

/* 变量 */
.top_bar li.message span:after {
  content: "";
  display: block;
  position: absolute; }

/* 主色 */
.color_main {
  color: #ff4040; }

.color_fu {
  color: #b17c00; }

.color_cc {
  color: #cc0011; }

.color_ff {
  color: #fff; }

.color_4c {
  color: #4c4c4c; }

.color_40 {
  color: #404040; }

.color_33 {
  color: #333; }

.color_66 {
  color: #666; }

.color_99 {
  color: #999; }

.color_f40 {
  color: #ff4040; }

.color_4d {
  color: #4d4d4d; }

/* 背景色 */
.bg_ff {
  background-color: #fff; }

.bg_cc {
  background-color: #ccc; }

.bg_e6 {
  background-color: #e6e6e6; }

.bg_333 {
  background-color: #333333; }

.bg_f5 {
  background-color: #f5f5f5; }

.bg_main {
  background-color: #ff4040; }

.bg_c0 {
  background-color: #cc0011; }

.bg_fa {
  background-color: #fafafa; }

.bg_f40 {
  background-color: #ff4040; }

.bg_fd {
  background-color: #fdfdfd; }

.bg_fe {
  background-color: #fefefe; }

/* 字体 */
.fb {
  font-weight: bold !important; }

.fn {
  font-weight: normal !important; }

.fs {
  font-style: normal !important; }

.f_family {
  font-family: "Microsoft YaHei"; }

.f12, .condition .name {
  font-size: 12px;
  font-family: "Microsoft YaHei"; }

.f14 {
  font-size: 14px; }

.f16 {
  font-size: 16px; }

.f18 {
  font-size: 18px; }

/* 按钮颜色 */
.btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer; }

.btn:hover {
  text-decoration: none; }

select {
  height: 34px; }

/* 链接hover */
.hover_txt {
  color: #ff4040; }

.hover_txt:hover {
  text-decoration: none; }

/* 边距 */
.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt42 {
  padding-top: 42px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt55 {
  margin-top: 55px; }

.mt47 {
  margin-top: 47px; }

.mt18 {
  margin-top: 18px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

/* 自定义 */
.textSpill {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.cb {
  clear: both; }

.clearfix:after, .navSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .navSearch {
  display: block; }

* html .clearfix, * html .navSearch {
  height: 1%; }

.tl {
  text-align: left !important; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

/* 分页 */
.page_btn {
  margin-top: 12px;
  text-align: center;
  padding: 18px 0; }

.page_btn a {
  border: 1px solid #d1d1d1;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
  color: #333;
  float: left;
  border-right: none; }

.page_btn a.prev,
.page_btn a.next {
  padding: 0 15px; }

.page_btn span {
  padding: 0 10px;
  float: left;
  line-height: 30px; }

.page_btn a.active {
  color: #fff;
  background-color: #ff4040;
  display: inline-block;
  border-color: #ff4040; }

.page_btn a:hover {
  text-decoration: none;
  color: #ff4040; }

.page_btn a.active:hover {
  color: #fff; }

.page_btn input {
  border: 1px solid #d1d1d1;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  float: left;
  font-size: 14px;
  text-indent: 0; }

.page_btn input[placeholder] {
  color: #404040; }

.page_btn .inner_page {
  display: inline-block; }

.page_btn i {
  font-style: normal;
  float: left;
  height: 30px;
  line-height: 23px;
  padding: 0 6px; }

.page_btn .r_border {
  border-right: 1px solid #d1d1d1; }

/* 单选 */
.ui_radio span {
  display: inline-block;
  padding-right: 30px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.ui_radio span i {
  display: inline-block;
  margin-right: -18px;
  width: 14px;
  height: 14px;
  background: url("../images/new_icons/icon.png") no-repeat 0 0;
  vertical-align: middle; }

.ui_radio span i.on {
  background-position: 0 -36px; }

.ui_radio span input {
  margin-right: 10px;
  visibility: hidden; }

/* 多选 */
.ui_checkbox span {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.ui_checkbox span i {
  display: inline-block;
  margin-right: -18px;
  width: 14px;
  height: 14px;
  background: url("../images/new_icons/icon.png") no-repeat 0 -73px;
  vertical-align: -2px; }

.ui_checkbox span i.on {
  background: url("../images/new_icons/icon_choose.png") no-repeat center; }

.ui_checkbox span input {
  margin-right: 10px;
  visibility: hidden; }

/* top_bar */
.top_bar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0; }

.top_bar ul.fr {
  position: relative;
  margin-right: -10px; }

.top_bar ul.fr > li {
  float: left;
  padding: 0 12px; }

.top_bar li.message {
  position: absolute;
  left: -90px;
  top: 0;
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
  z-index: 2; }

.top_bar li a {
  color: #666; }

.top_bar li .color_orange {
  color: #ff5400; }

.top_bar li.message span {
  display: inline-block;
  position: relative;
  text-indent: 22px;
  background: url("../images/new_icons/icon1.png") no-repeat 0 10px; }

.top_bar li.message:hover span {
  color: #ff4040; }

.top_bar li.message span:after {
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 5px;
  border-style: solid;
  border-top-color: #666;
  position: absolute;
  top: 13px;
  right: -5px;
  transition: all ease-in 300ms;
  transform: rotate(0deg);
  transform-origin: center center; }

.top_bar .ul_down {
  height: 0; }

.top_bar .ul_down li {
  line-height: 24px; }

.top_bar .ul_down li b {
  padding-left: 6px; }

.top_bar li.message:hover {
  background-color: #fff;
  border-color: #cc0011;
  border-bottom: 1px solid #cc0011;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21); }

.top_bar li.message:hover span:after {
  top: 8px;
  transform: rotate(540deg); }

.top_bar li.message:hover .ul_down {
  padding: 5px 0 18px;
  height: auto; }

.top_bar li.message:hover a {
  color: #666; }

.top_bar .user a:hover,
.top_bar li.message:hover .ul_down a:hover,
.top_bar li:hover a {
  color: #ff4040; }

.top_bar li.sell span {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  border-radius: 3px;
  text-align: center; }

.top_bar .user span,
.top_bar .user > a {
  display: inline;
  float: left; }

.top_bar .user a.login {
  padding: 0 5px 0 25px; }

.top_bar .city_change:hover > .citys {
  display: block; }

.top_bar .city_change:hover > a {
  color: #ff4040; }

.top_bar .city_change {
  position: relative;
  cursor: pointer; }

.top_bar .city_change .citys {
  display: none;
  position: absolute;
  width: 280px;
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0 20px 20px;
  z-index: 201; }

.top_bar .city_change .citys .city_title:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("../images/new_icons/addr_icon.png") no-repeat left top;
  vertical-align: -2px;
  margin-right: 5px; }

.top_bar .city_change .citys .city_title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 20px; }

.top_bar .city_change .citys .city_title > a {
  display: inline-block;
  line-height: 16px;
  padding: 5px 8px;
  border: 2px solid #ff4040;
  color: #ff4040; }

.top_bar .city_change .citys .city_item .item_title {
  border-bottom: 1px dashed #e8e8e8;
  font-weight: bold;
  font-size: 14px; }

.top_bar .city_change .citys .city_title > a:hover {
  text-decoration: none; }

.top_bar .city_change .citys .city_item .item_main > a {
  font-size: 14px;
  color: #666;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: 25px; }
  .top_bar .city_change .citys .city_item .item_main > a:hover {
    color: #ff4040; }

/* footer */
.footer {
  padding-top: 16px;
  clear: both; }

.footer ul {
  line-height: 24px; }

.footer li {
  display: inline-block;
  color: #666; }

.footer ul.links {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
  padding-bottom: 30px; }

.footer ul.links li {
  width: 120px;
  text-align: left;
  float: left;
  margin-bottom: 5px; }

.footer ul.links li:nth-child(10n+1) {
  text-align: right; }

.footer ul.links li.title {
  display: block;
  color: #666;
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
  float: none; }

.footer li a {
  display: inline-block;
  padding: 0 9px;
  color: #666; }

.footer li a:hover {
  color: #ff4040; }

.footer p {
  padding-bottom: 15px;
  line-height: 20px;
  color: #999; }

.footer .link {
  text-align: left;
  padding: 0 0 5px 0;
  line-height: 24px;
  border-bottom: 1px solid #d1d1d1; }

.footer .link span {
  display: inline-block;
  float: left; }

.footer .link > div {
  width: 94%; }

.footer .link > div a {
  display: inline-block;
  padding: 0 10px;
  color: #666; }

.footer .link > div a:hover {
  color: #404040; }

.bottom {
  width: 100%;
  position: fixed;
  bottom: 0; }

.bomb_dialog .layui-layer-title {
  height: 100px;
  padding: 0;
  border-radius: 0; }

.login_title {
  position: relative;
  width: 420px;
  height: 100px;
  background: url(../images/new_banner/login_box.png) no-repeat center;
  background-size: cover; }
  .login_title .delete {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/new_icons/refuse.png) no-repeat center;
    background-size: cover;
    top: 14px;
    right: 14px;
    cursor: pointer; }

/* header */
.header {
  width: 100%;
  height: 124px; }

.header .logo {
  float: left;
  width: 290px;
  height: 57px;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
  margin-top: 37px; }

.header .logo1 {
  float: left;
  width: 117px;
  height: 60px;
  padding-left: 10px;
  margin-top: 37px; }

.hot_box {
  float: left;
  margin: 39px 100px 0 0;
  width: 496px;
  height: 64px;
  overflow: hidden; }

.search {
  width: 492px;
  height: 32px;
  overflow: hidden; }

.search .sear_input {
  border: 2px solid #ff4040;
  float: left;
  width: 312px;
  text-indent: 31px;
  background: #fff url("../images/icon1.png") 11px -26px no-repeat; }

.search .sear_btn {
  width: 80px;
  height: 32px;
  line-height: 0;
  color: #fff; }

.hot_box .hot_words {
  margin: 0 -10px 0 0;
  line-height: 18px; }

.hot_box .hot_words a {
  display: inline-block;
  padding: 0 10px;
  color: #999; }

.hot_box .hot_words a.active,
.hot_box .hot_words a:hover {
  color: #ff4040;
  text-decoration: none; }

.card_box {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 39px;
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-indent: 53px;
  color: #ff4040;
  border: 1px solid #ff4040;
  background: #fff url("../images/icon1.png") 15px -60px no-repeat; }

.card_box:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff4040;
  background-position: 15px -96px; }

.card_box i {
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 131px;
  padding: 2px 4px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  border-radius: 25px;
  background-color: #cc0011;
  border: 2px solid #fff; }

/* nav_box */
.nav_box {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #ff4040; }

.banner_top {
  border-bottom: 0; }

.nav_ul li {
  float: left;
  padding-left: 10px; }
  .nav_ul li.havemore {
    position: relative;
    z-index: 100; }
    .nav_ul li.havemore:hover:after {
      width: 10px;
      height: 6px;
      background: url(../images/new_icons/up_icon.png) no-repeat center;
      transform: rotate(0); }
    .nav_ul li.havemore:hover ul {
      display: block; }
    .nav_ul li.havemore:hover > a {
      color: #ff4040; }
    .nav_ul li.havemore:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(../images/new_icons/icon_arrow.png) no-repeat center;
      background-size: cover;
      position: absolute;
      right: 5px;
      top: 17px;
      transform: rotate(90deg); }
    .nav_ul li.havemore ul {
      display: none;
      position: absolute;
      background-color: #fff;
      left: 0;
      right: 0;
      top: 40px;
      border-radius: 0 0 5px 5px;
      width: 140px; }
      .nav_ul li.havemore ul li {
        width: 100%;
        padding: 0;
        text-align: left;
        border-bottom: 1px solid #f5f5f5; }
        .nav_ul li.havemore ul li a {
          display: inline-block;
          width: 100%;
          box-sizing: border-box; }
        .nav_ul li.havemore ul li:hover {
          background-color: #ff4040; }
          .nav_ul li.havemore ul li:hover a {
            color: #fff; }

.nav_ul li a {
  display: inline-block;
  padding: 0 15px;
  color: #333; }

.nav_ul li .hotimg {
  float: right;
  margin-left: -40px;
  margin-top: -10px; }

.nav_ul li.active a,
.nav_ul li a:hover {
  text-decoration: none;
  color: #ff4040; }

.nav_box .classify h2 {
  position: absolute;
  width: 210px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff4040;
  font-size: 16px;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0.954px -4.908px 16.92px 1.08px rgba(0, 0, 0, 0.15); }

.nav_box .classify h2 > i {
  background: url("../images/down.png") no-repeat center;
  width: 10px;
  height: 6px;
  position: absolute;
  z-index: 2;
  transform: rotate(0deg);
  top: 17px;
  right: 40px;
  transition: all .1s ease-in; }

.nav_box .classify h2.active > i {
  transform: rotate(180deg); }

.cate_menu {
  position: absolute;
  left: 0;
  top: 40px;
  width: 320px;
  height: 400px;
  z-index: 200 !important;
  overflow: hidden;
  display: none; }

.cate_menu.on {
  width: 1200px;
  /*box-shadow: 2px 3.464px 9.2px 0.8px rgba(0, 0, 0, 0.15);*/ }

.first_menu {
  width: 260px;
  height: 400px;
  background-color: #2e2e2e;
  opacity: 0.949;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e56e6568,endColorstr=#e56e6568);
  padding: 17.5px 0;
  box-sizing: border-box; }

.first_menu li {
  height: 46px;
  line-height: 46px; }

.first_menu li > a {
  float: left;
  color: #fff; }

.first_menu li span {
  float: left;
  padding: 0 6px;
  color: #fff; }

.first_menu li.active,
.first_menu li:hover {
  background-color: #fff;
  border-color: #e60012; }

.first_menu li.active span,
.first_menu li:hover span,
.first_menu li.active a,
.first_menu li:hover a {
  color: #666; }

.first_menu li a:hover {
  color: #cc0011; }

.second_menu {
  position: absolute;
  left: 260px;
  top: 0;
  width: 990px;
  height: 400px;
  background-color: #fff;
  display: none;
  overflow-y: auto; }

.second_menu.active {
  display: block; }

.s_menu_cont {
  padding-top: 20px;
  clear: both; }

.s_menu_cont h6 {
  display: inline-block;
  float: left;
  width: 110px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 24px 0 20px;
  font-family: "Microsoft YaHei";
  text-align: right; }

.s_menu_cont h6 a {
  padding-right: 8px; }

.s_menu_cont h6 img {
  float: right;
  margin-top: 7px; }

.s_menu_cont ul {
  display: inline-block;
  float: left;
  padding-bottom: 15px;
  width: 82%;
  line-height: 24px;
  border-bottom: 1px dashed #d6d6d6; }

.s_menu_cont li {
  display: inline-block;
  padding-right: 22px;
  line-height: 24px; }

.s_menu_cont a:hover {
  color: #cc0011; }

.s_menu_cont li.high_light a {
  color: #f13444; }

/*渚ц竟宸ュ叿*/
.right_bar {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 10000; }

.right_bar li {
  width: 28px;
  height: 42px;
  padding: 8px 11px 0;
  margin-bottom: 2px;
  background: #ccc url("../images/icon2.png") no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer; }

.right_bar li.chat {
  background-color: #ff4040;
  background-position: 9px 11px;
  text-indent: -9999px;
  color: #fff; }

.right_bar li.chat a:hover {
  color: #fff;
  text-decoration: none; }

.right_bar li.ma {
  background-position: 12px -40px;
  position: relative; }

.right_bar li.up {
  background-position: 9px -94px;
  text-indent: -9999px;
  display: none; }

.right_bar li.chat:hover {
  text-indent: 0;
  background-position: 0 -300px; }
  .right_bar li.chat:hover a {
    color: #fff;
    text-decoration: none; }

.right_bar li.center {
  background-image: none; }
  .right_bar li.center a {
    color: #fff;
    text-decoration: none; }

.right_bar li.up:hover {
  text-indent: 0;
  background-position: 0 -300px; }

.right_bar li:hover {
  background-color: #ff4040; }

.right_bar .shao {
  display: inline-block;
  width: 136px;
  height: 136px;
  line-height: 134px;
  text-align: center;
  border: 1px solid #ccc;
  position: absolute;
  right: 50px;
  bottom: -52px;
  display: none; }

.right_bar .shao img {
  vertical-align: middle; }

.right_bar .shao i {
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -13px;
  z-index: 3; }

.right_bar li.ma:hover .shao {
  display: block; }

.all {
  color: #fafafa; }

.b_nav {
  height: 30px;
  line-height: 30px;
  padding: 10px 0;
  color: #666; }
  .b_nav i {
    display: inline-block;
    float: left;
    width: 25px;
    height: 10px;
    background: url("../images/arrow_red.png") no-repeat center;
    margin-top: 10px; }
  .b_nav a {
    float: left;
    color: #999; }

.code_confirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  box-shadow: 0px 0px 15px 0px rgba(5, 5, 5, 0.14);
  background-color: #fff; }
  .code_confirm .message_unlogin_confirm {
    width: 500px;
    height: 456px;
    margin: 0 auto; }
    .code_confirm .message_unlogin_confirm .code {
      margin-top: 20px;
      text-align: center; }
      .code_confirm .message_unlogin_confirm .code p {
        font-size: 20px;
        margin-top: 5px; }
    .code_confirm .message_unlogin_confirm .warn {
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #666;
      font-size: 12px; }
      .code_confirm .message_unlogin_confirm .warn:before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 20px;
        background: url(../images/newbanner20180614/warn.png) no-repeat center;
        background-size: cover;
        margin-right: 10px;
        vertical-align: -3px; }
    .code_confirm .message_unlogin_confirm .confirm_bottom {
      background-color: #f5f5f5;
      text-align: center;
      padding: 20px 0; }
      .code_confirm .message_unlogin_confirm .confirm_bottom .title {
        color: #666; }
        .code_confirm .message_unlogin_confirm .confirm_bottom .title b {
          color: #333; }
      .code_confirm .message_unlogin_confirm .confirm_bottom .tologin {
        color: #333; }
    .code_confirm .message_unlogin_confirm .company {
      display: block;
      width: 354px;
      height: 46px;
      line-height: 46px;
      text-align: center;
      background-color: #ff4040;
      font-size: 20px;
      color: #fff;
      margin: 0 auto;
      margin-top: 20px; }
      .code_confirm .message_unlogin_confirm .company:hover {
        text-decoration: none; }

/*span.tag{
  color: #fff;
  font-size: 12px;
  padding: 5px;
  background-color: #ff4040;
  font-weight: normal;
  margin-left: 15px;
  &.others{
    background-color: #ff9065;
  }
}*/
span.tag {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: url(../images/new_icons/ziyin.png) no-repeat center;
  background-size: cover;
  float: left;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  text-indent: -9999px; }
  span.tag:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/new_icons/move.png) no-repeat left;
    background-size: cover;
    position: absolute;
    animation: mymove 2000ms ease-in infinite; }
  span.tag.others {
    display: inline-block;
    width: auto;
    padding-left: 25px;
    padding-right: 7px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    background: #96a191 url(../images/new_icons/diamond.png) no-repeat 5px;
    float: left;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-indent: 0; }
    span.tag.others:before {
      display: none; }
  span.tag.jxs {
    display: inline-block;
    width: auto;
    padding-left: 25px;
    padding-right: 7px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #96846d;
    background: #ebd7bd url(../images/new_icons/jxs.png) no-repeat 5px;
    float: left;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-indent: 0; }
    span.tag.jxs:before {
      display: none; }

@keyframes mymove {
  0% {
    left: -31px; }
  100% {
    left: 80px; } }
/*导航*/
.navSearch {
  padding-bottom: 20px;
  line-height: 30px;
  color: #666666; }

.navSearch a {
  float: left;
  margin-top: 20px; }

.navSearch a:hover {
  color: #ff4040; }

.navSearch span {
  float: left;
  padding-top: 20px;
  word-break: break-all; }

.navSearch span b {
  color: #ff4040;
  font-weight: normal; }

.navSearch div {
  float: left; }

.navSearch div.cate1 {
  margin-top: 20px;
  padding: 0 7px;
  width: auto;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  position: relative; }

.navSearch div.cate1 b {
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid #999999;
  border-color: #999999 transparent transparent transparent;
  background: none;
  margin-left: 20px;
  transition: all 0.6s ease;
  transform-origin: center center; }

.navSearch div.cate1:hover,
.navSearch div.cate1.opened {
  box-shadow: 0px 0px 2px #cecccd; }

.navSearch div.cate1:hover b,
.navSearch div.cate1.opened b {
  border-color: transparent transparent #999999 transparent;
  transform: rotate(360deg);
  vertical-align: text-top; }

.navSearch div.cate1:hover ul,
.navSearch div.cate1.opened ul {
  display: block; }

.navSearch div.cate1 ul {
  display: none;
  z-index: 11;
  border: 1px solid #ccc;
  width: 240px;
  max-height: 500px;
  position: absolute;
  left: -1px;
  top: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 2px #d6d5d5;
  padding: 0 15px;
  overflow-y: auto;
  overflow-x: hidden; }

.navSearch div.cate1 ul .blank {
  display: inline-block;
  height: 3px;
  width: 99px;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 0;
  padding-top: 0; }

.navSearch div.cate1 ul li {
  line-height: 36px;
  min-height: 36px;
  display: block;
  text-align: center;
  clear: left;
  background: url("../images/new_icons/cate_bg.png") 0 -73px repeat;
  margin-right: -20px; }

.navSearch div.cate1 ul > span {
  line-height: 36px; }

.navSearch div.cate1 ul li span {
  display: inline-block;
  float: left;
  margin-right: 20px;
  text-align: left; }

.navSearch div.cate1 ul li span:last-child {
  text-align: right; }

.navSearch div.cate1 ul li span:first-child {
  text-align: left; }

.navSearch div.cate1 ul li span {
  padding-top: 0; }

.navSearch div.cate1 ul li span a {
  margin-top: 0; }

.navSearch div.cate1 ul li span a:hover {
  color: #ff4040;
  text-decoration: none; }

.navSearch div.inputs {
  margin-top: 20px;
  margin-right: 10px; }

.navSearch div.inputs input {
  width: 200px;
  height: 30px;
  padding: 0;
  float: left;
  text-indent: 5px;
  color: #666666; }

.navSearch div.inputs input[type=button] {
  background: url("../images/new_icons/icon-search.png") center no-repeat #ff4040;
  width: 30px; }

.navSearch div.inputs input[type=button]:hover {
  background-color: #cc0011; }

.navSearch div.inputs span {
  padding: 0 0 0 10px; }

.navSearch i {
  float: left;
  display: inline-block;
  margin-top: 30px;
  width: 25px;
  height: 10px;
  background: url("../images/new_icons/icon_arrow.png") no-repeat center;
  vertical-align: middle; }

.condition {
  color: #666666;
  line-height: 44px;
  margin-bottom: 40px;
  border-bottom: 3px solid #e2dcdc; }
  .condition .item {
    background-color: #ede6e6; }
  .condition .name {
    display: inline-block;
    float: left;
    padding-left: 20px;
    width: 100px;
    color: #8a6262; }
    .condition .name b {
      font-weight: normal; }
  .condition .right {
    border-bottom: 1px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
    background-color: #fff;
    float: left;
    height: 44px;
    overflow: hidden;
    width: 1077px; }
    .condition .right .row {
      float: left;
      overflow: hidden;
      width: 1027px; }
      .condition .right .row span {
        display: inline-block;
        padding: 0 0 0 10px;
        text-align: left; }
        .condition .right .row span a {
          padding: 0 10px; }
          .condition .right .row span a:hover, .condition .right .row span a.active {
            background-color: #ff4040;
            display: inline-block;
            line-height: 25px;
            color: #fff;
            text-decoration: none; }
        .condition .right .row span.active a {
          background-color: #ff4040;
          display: inline-block;
          line-height: 25px;
          color: #fff;
          text-decoration: none; }
    .condition .right .more {
      color: #ff4040;
      display: none;
      text-align: center;
      float: right;
      margin-top: 10px;
      margin-right: 10px;
      height: 22px;
      width: 38px;
      line-height: 22px;
      text-decoration: none;
      border: 1px solid #ff4040; }
      .condition .right .more:hover {
        color: #ff4040; }
    .condition .right .more.opened:hover {
      color: #ff4040; }
      .condition .right .more.opened:hover i {
        border-color: transparent transparent #ff4040 transparent; }

.navSearch .candel {
  border: 1px solid #ccc;
  background-color: #fff;
  padding-left: 10px; }
  .navSearch .candel b, .navSearch .candel em {
    font-weight: normal;
    font-style: normal;
    color: #666; }
  .navSearch .candel em {
    color: #ff4040; }
  .navSearch .candel:hover {
    text-decoration: none;
    border: 1px solid #ff4040; }
    .navSearch .candel:hover .i {
      background-color: #ff4040;
      color: #fff; }
  .navSearch .candel .i {
    margin-left: 2px;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    text-align: center; }

/**最多展示三行属性**/
.condition .item.hidden {
  display: none; }
  .condition .item.hidden.show {
    display: block; }

.condition .to_fold {
  background: #e2dcdc;
  color: #8a6262;
  left: 50%;
  bottom: -22px;
  text-align: center;
  width: 70px;
  line-height: 22px;
  margin-left: -35px;
  display: none; }
  .condition .to_fold.active {
    display: inline-block; }

.goods {
  padding-top: 14px;
  background-color: #f5f5f5; }
  .goods .goods_banner > img {
    width: 100%;
    margin-top: 9px; }
  .goods .goods_goodsList > div {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background-color: #fff; }
    .goods .goods_goodsList > div:hover {
      background-color: #fff8f8; }
  .goods .goods_goodsList {
    overflow: hidden;
    margin-top: 9px;
    font-size: 12px; }
    .goods .goods_goodsList div {
      position: relative; }
      .goods .goods_goodsList div p.goods_name {
        position: absolute;
        margin: 21px 0 0 20px;
        font-size: 16px;
        color: #222;
        font-weight: bold; }
    .goods .goods_goodsList div > div {
      float: left; }
      .goods .goods_goodsList div > div p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .goods .goods_goodsList div > div p.sale_type {
        width: 59px;
        padding: 6px;
        color: #fff;
        background-color: #FFB873;
        margin: 58px 0 0 20px;
        text-align: center; }
      .goods .goods_goodsList div > div:last-child {
        float: right; }
      .goods .goods_goodsList div > div p.addr {
        margin: 15px 0 18px 20px; }
        .goods .goods_goodsList div > div p.addr:before {
          content: "";
          display: inline-block;
          width: 12px;
          height: 14px;
          background: url("../images/new_icons/goods_icon.png") no-repeat -9px -34px;
          margin-bottom: -2px;
          margin-right: 8px; }
      .goods .goods_goodsList div > div div.deal:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 14px;
        background: url("../images/new_icons/goods_icon.png") no-repeat -9px -8px;
        margin-bottom: -2px;
        margin-right: 8px; }
    .goods .goods_goodsList div > div.goods1 {
      width: 180px;
      min-height: 139px; }
    .goods .goods_goodsList div > div.goods2 {
      width: 800px;
      min-height: 139px;
      line-height: 30px; }
      .goods .goods_goodsList div > div.goods2 .price {
        font-size: 20px;
        color: #ff4040;
        font-weight: bold; }
      .goods .goods_goodsList div > div.goods2 div {
        float: none; }
        .goods .goods_goodsList div > div.goods2 div div.company {
          width: 280px;
          float: left; }
        .goods .goods_goodsList div > div.goods2 div .company_types {
          width: 346.66px;
          float: left; }
          .goods .goods_goodsList div > div.goods2 div .company_types p {
            width: 173.33px;
            float: left; }
        .goods .goods_goodsList div > div.goods2 div .sales {
          float: right;
          margin-top: -4px;
          width: 173.3333px !important; }
        .goods .goods_goodsList div > div.goods2 div .deal {
          width: 280px;
          float: left; }
        .goods .goods_goodsList div > div.goods2 div .deal_types {
          width: 520px;
          float: left; }
          .goods .goods_goodsList div > div.goods2 div .deal_types p {
            width: 33.33%;
            float: left; }
    .goods .goods_goodsList div > div.goods6 {
      min-height: 139px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none; }
      .goods .goods_goodsList div > div.goods6 p > span {
        cursor: pointer;
        display: inline-block;
        width: 24px;
        height: 24px;
        float: left; }
      .goods .goods_goodsList div > div.goods6 p > span.overplus {
        display: none;
        width: 85px;
        height: 24px;
        line-height: 24px;
        float: left;
        color: #e61768;
        text-align: right;
        padding-right: 10px; }
      .goods .goods_goodsList div > div.goods6 p > span.add {
        border-radius: 2px 0 0 2px;
        background: url("../images/new_icons/add_icon.png") no-repeat -3px 0px; }
        .goods .goods_goodsList div > div.goods6 p > span.add.active {
          background: url("../images/new_icons/add_icon.png") no-repeat -3px -32px; }
      .goods .goods_goodsList div > div.goods6 p > span.reduce {
        border-radius: 0 2px 2px 0;
        background: url("../images/new_icons/add_icon.png") no-repeat -3px -66px; }
        .goods .goods_goodsList div > div.goods6 p > span.reduce.active {
          background: url("../images/new_icons/add_icon.png") no-repeat -3px -98px; }
      .goods .goods_goodsList div > div.goods6 p > input {
        border-color: #eee;
        width: 53px;
        height: 24px;
        float: left;
        border-right: 0;
        border-left: 0;
        padding: 0;
        text-align: center;
        text-indent: 0; }
      .goods .goods_goodsList div > div.goods6 p:first-child {
        overflow: hidden;
        margin-top: 55px;
        margin-right: 24px; }
      .goods .goods_goodsList div > div.goods6 p:last-child {
        margin-top: 21px;
        margin-right: 24px; }
      .goods .goods_goodsList div > div.goods6 p {
        min-width: 104px;
        text-align: center; }
      .goods .goods_goodsList div > div.goods6 p > a {
        display: inline-block;
        width: 108px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        background-color: #ff4040;
        font-size: 16px;
        float: right;
        border-radius: 2px; }
        .goods .goods_goodsList div > div.goods6 p > a:hover {
          text-decoration: none; }
    .goods .goods_goodsList div:hover > div.goods6 p > a {
      background-color: #DC3636; }

.location {
  border-right: 1px solid #f5f5f5;
  border: 1px solid transparent;
  cursor: pointer;
  max-width: 140px;
  min-width: 90px;
  position: relative;
  text-align: center;
  margin-top: 20px; }
  .location .down {
    background: none;
    border: 5px solid #999;
    border-color: #999 transparent transparent transparent;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    margin-top: 0;
    position: absolute;
    right: 12px;
    top: 14px;
    transform-origin: center center;
    transition: all 0.6s ease;
    vertical-align: middle;
    width: 0; }
  .location .modal {
    background-color: #fff;
    bottom: -3px;
    display: none;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3; }
  .location .panel {
    cursor: default;
    display: none;
    min-height: 270px;
    padding-bottom: 10px; }
    .location .panel .location-con {
      border-top: 2px solid #ff4040;
      margin-top: -2px;
      padding-top: 10px;
      padding: 5px 0; }
      .location .panel .location-con h5 {
        color: #ff4040;
        line-height: 30px;
        text-align: left; }
      .location .panel .location-con span {
        display: inline-block;
        float: left;
        margin-right: 2px;
        min-width: 72px;
        text-align: center; }
      .location .panel .location-con a {
        padding: 3px 6px;
        transition-duration: 0.3s;
        margin-top: 0; }
        .location .panel .location-con a:hover {
          background-color: #ff4040;
          color: #fff;
          text-decoration: none; }
      .location .panel .location-con a.active {
        background-color: #ff4040;
        color: #fff;
        text-decoration: none; }
    .location .panel .hot-con {
      padding: 5px 0; }
      .location .panel .hot-con h5 {
        color: #ff4040;
        line-height: 30px;
        text-align: left; }
      .location .panel .hot-con span {
        display: inline-block;
        float: left;
        line-height: 30px;
        margin-right: 2px;
        min-width: 72px;
        text-align: left; }
      .location .panel .hot-con a {
        padding: 3px 6px;
        transition-duration: 0.3s; }
        .location .panel .hot-con a:hover {
          background-color: #ff4040;
          color: #fff;
          text-decoration: none; }
      .location .panel .hot-con a.active {
        background-color: #ff4040;
        color: #fff;
        text-decoration: none; }
    .location .panel .location-con.top {
      border-bottom: 1px dashed #cccccc; }
    .location .panel .hot-con.top {
      border-bottom: 1px dashed #cccccc; }
    .location .panel .location-con.line {
      border-top: dashed 1px #e0e0e0;
      margin: 0 6px;
      padding: 0; }
    .location .panel .hot-con.line {
      border-top: dashed 1px #e0e0e0;
      margin: 0 6px;
      padding: 0; }
    .location .panel .location-tab li {
      background: #fff;
      border: 1px solid #dddddd;
      border-bottom: 1px solid #fff;
      color: #ff4040;
      cursor: pointer;
      display: inline-block;
      float: left;
      font-size: 12px;
      font-weight: bold;
      line-height: 20px;
      margin-right: 10px;
      max-width: 90px;
      overflow: hidden;
      padding: 0 5px;
      padding: 2px 10px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .location .panel .location-tab li.current {
      border: 2px solid #ff4040;
      border-bottom: 2px solid #fff; }

.location > span {
  display: block;
  margin-right: 20px;
  max-width: 100px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  transition-duration: 3s;
  white-space: nowrap; }

.location.active {
  border: 1px solid #b3b3b3;
  box-shadow: 0px 0px 2px #cecccd; }
  .location.active .modal {
    display: block; }
  .location.active .panel {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    box-shadow: 0px 10px 10px #cecccd;
    display: block;
    left: -1px;
    line-height: 24px;
    padding: 15px;
    position: absolute;
    width: 370px;
    z-index: 2;
    top: 30px; }

.sortBy {
  height: 40px;
  line-height: 40px;
  margin-top: -1px;
  text-align: center; }
  .sortBy .order li {
    border-right: 1px solid #f5f5f5;
    display: inline-block;
    float: left;
    text-align: center;
    width: 90px; }
    .sortBy .order li a:hover {
      color: #ff4040;
      text-decoration: none; }
  .sortBy .order li.active a {
    color: #ff4040; }
  .sortBy .price {
    padding: 0 20px; }
    .sortBy .price:focus {
      background-color: #ffede5; }
    .sortBy .price input[type=text] {
      border-radius: 2px;
      border: 1px solid #cccccc;
      height: 24px;
      padding: 0;
      width: 80px; }
    .sortBy .price input[type=submit] {
      border: 1px solid #ff4040;
      color: #ff4040;
      height: 24px;
      padding: 0;
      width: 51px;
      background-color: #fff;
      margin-left: 9px; }

.sortBy > span {
  display: inline-block;
  float: left; }

.page_btn a {
  background-color: #fff; }

.nav_ul {
  margin-left: 0; }

.first_menu {
  height: 400px; }

.cate_menu {
  position: absolute;
  left: 0;
  top: 40px;
  width: 210px;
  height: 406px;
  z-index: 2;
  overflow: hidden;
  display: none; }

.first_menu li {
  height: auto;
  line-height: 30px; }
  .first_menu li p {
    margin: 0 20px;
    overflow: hidden; }
    .first_menu li p:first-child a {
      font-size: 14px; }
    .first_menu li p:first-child:before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 17px;
      background: url("../images/new_icons/mall_icon.png") no-repeat center;
      margin-right: 10px; }
    .first_menu li p:first-child:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url("../images/new_icons/right_icon.png") no-repeat center;
      float: right;
      margin-top: 10px; }
    .first_menu li p:last-child {
      border-bottom: 1px dashed #666; }
      .first_menu li p:last-child a {
        margin-right: 20px; }
    .first_menu li p a {
      color: #fff; }

.first_menu li.active,
.first_menu li:hover {
  background-color: #ff4040;
  border-color: #666; }
  .first_menu li.active p:after,
  .first_menu li:hover p:after {
    content: '';
    display: none;
    width: 6px;
    height: 10px;
    background: url("../images/new_icons/right_icon.png") no-repeat center;
    float: right;
    margin-top: 10px; }
  .first_menu li.active a,
  .first_menu li:hover a {
    color: #fff; }

.nav_box .classify h2:after {
  content: '';
  background: url("../images/down.png") no-repeat center;
  width: 10px;
  height: 6px;
  position: absolute;
  z-index: 2;
  transform: rotate(0deg);
  top: 17px;
  right: 40px;
  transition: all .1s ease-in; }
.nav_box .classify h2.active:after {
  transform: rotate(180deg); }

.newgoods_goodsList .list_title {
  font-size: 16px;
  line-height: 32px; }
.newgoods_goodsList ul.lists {
  background-color: #fff;
  border: 1px solid #e6e6e6; }
  .newgoods_goodsList ul.lists li {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0 30px 30px;
    overflow: hidden; }
    .newgoods_goodsList ul.lists li .company_img {
      float: left;
      width: 120px;
      height: 120px;
      text-align: center; }
      .newgoods_goodsList ul.lists li .company_img img {
        max-width: 120px;
        max-height: 120px; }
    .newgoods_goodsList ul.lists li .company_info {
      float: left;
      width: 800px;
      margin-left: 20px; }
      .newgoods_goodsList ul.lists li .company_info .info_title {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-top: -3px; }
        .newgoods_goodsList ul.lists li .company_info .info_title span.tag {
          display: inline-block;
          width: 80px;
          height: 30px;
          background: url(../images/new_icons/ziyin.png) no-repeat center;
          background-size: cover;
          float: left;
          margin-right: 5px;
          position: relative;
          overflow: hidden;
          text-indent: -9999px; }
          .newgoods_goodsList ul.lists li .company_info .info_title span.tag:before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url(../images/new_icons/move.png) no-repeat left;
            background-size: cover;
            position: absolute;
            animation: mymove 2000ms ease-in infinite; }
          .newgoods_goodsList ul.lists li .company_info .info_title span.tag.others {
            display: inline-block;
            width: auto;
            padding-left: 25px;
            padding-right: 7px;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            color: #fff;
            background: #96a191 url(../images/new_icons/diamond.png) no-repeat 5px;
            float: left;
            margin-right: 5px;
            position: relative;
            overflow: hidden;
            border-radius: 3px;
            text-indent: 0; }
            .newgoods_goodsList ul.lists li .company_info .info_title span.tag.others:before {
              display: none; }
        .newgoods_goodsList ul.lists li .company_info .info_title span.addr {
          margin-left: 20px;
          font-size: 14px;
          color: #333;
          font-weight: normal; }
          .newgoods_goodsList ul.lists li .company_info .info_title span.addr:before {
            content: '';
            display: inline-block;
            width: 14px;
            height: 16px;
            background: url(../images/new_icons/addr_icon.png) no-repeat left top;
            background-size: cover;
            vertical-align: -2px;
            margin-right: 10px; }
      .newgoods_goodsList ul.lists li .company_info .info_msg {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        margin-top: 8px; }
      .newgoods_goodsList ul.lists li .company_info .info_addr {
        font-size: 12px;
        color: #999;
        margin-top: 5px; }
    .newgoods_goodsList ul.lists li .company_call {
      float: right; }
      .newgoods_goodsList ul.lists li .company_call .nearby {
        width: 190px;
        height: 90px;
        background-color: #e6e6e6;
        margin-top: -30px;
        text-align: center;
        overflow: hidden; }
        .newgoods_goodsList ul.lists li .company_call .nearby .nearby_title {
          color: #234582;
          font-size: 18px;
          margin-top: 18px; }
          .newgoods_goodsList ul.lists li .company_call .nearby .nearby_title:before {
            content: '';
            display: inline-block;
            width: 13px;
            height: 15px;
            background: url(../images/new_icons/addr_icon.png) no-repeat left bottom;
            background-size: cover;
            vertical-align: -1px;
            margin-right: 5px; }
        .newgoods_goodsList ul.lists li .company_call .nearby .nearby_txt {
          color: #999;
          font-size: 12px; }
      .newgoods_goodsList ul.lists li .company_call a {
        display: block;
        float: right;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
        box-sizing: border-box;
        border: 1px solid #ff4040;
        border-radius: 2px;
        font-size: 16px;
        color: #ff4040; }
        .newgoods_goodsList ul.lists li .company_call a:before {
          content: '';
          display: inline-block;
          float: left;
          width: 38px;
          height: 38px;
          background: #ff4040 url(../images/new_icons/phone.png) no-repeat center;
          background-size: 22px 22px; }
        .newgoods_goodsList ul.lists li .company_call a:hover {
          text-decoration: none; }

/*# sourceMappingURL=goods_list.css.map */
