@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: rgba(0, 0, 0, 0);
  -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 {
  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 {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: block; }

* html .clearfix {
  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; } }
.nav_ul {
  display: inline-block; }

.info_left {
  width: 300px;
  overflow: hidden; }
  .info_left h2.left_title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #ff4040;
    font-weight: normal; }
  .info_left a.left_nav {
    display: inline-block;
    width: 300px;
    height: 240px;
    margin-top: 10px;
    text-align: center; }
    .info_left a.left_nav img {
      max-width: 300px;
      max-height: 240px; }
  .info_left .shop_info {
    margin-top: 20px;
    background-color: #fff; }
    .info_left .shop_info .shop_title {
      height: 50px;
      line-height: 50px;
      font-weight: bold;
      font-size: 16px;
      color: #333;
      border-bottom: 2px solid #f5f5f5; }
      .info_left .shop_info .shop_title:before {
        content: '';
        display: inline-block;
        width: 19px;
        height: 21px;
        background: url(../images/new_icons/info_icon.png) no-repeat left top;
        margin: 0 11px 0 18px;
        vertical-align: -4px; }
    .info_left .shop_info .shops li {
      padding: 20px;
      border-bottom: 1px solid #f5f5f5; }
      .info_left .shop_info .shops li .shops_title {
        font-size: 14px;
        font-weight: bold;
        color: #333; }
      .info_left .shop_info .shops li .red {
        font-size: 14px;
        color: #ff4a03;
        font-weight: bold;
        margin-top: 10px; }
      .info_left .shop_info .shops li .projects {
        font-size: 12px;
        color: #333;
        margin-top: 10px; }
      .info_left .shop_info .shops li a {
        display: block;
        width: 160px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        box-sizing: border-box;
        color: #ff4040;
        border: 1px solid #ff4040;
        margin: 0 auto;
        margin-top: 10px;
        border-radius: 4px;
        font-size: 16px; }
        .info_left .shop_info .shops li a:hover {
          background-color: #ff4040;
          color: #fff;
          text-decoration: none; }
  .info_left .msg_info {
    margin-top: 20px;
    background-color: #fff; }
    .info_left .msg_info .msg_title {
      height: 50px;
      line-height: 50px;
      font-weight: bold;
      font-size: 16px;
      color: #333;
      border-bottom: 2px solid #f5f5f5; }
      .info_left .msg_info .msg_title:before {
        content: '';
        display: inline-block;
        width: 21px;
        height: 20px;
        background: url(../images/new_icons/info_icon.png) no-repeat left bottom;
        margin: 0 11px 0 18px;
        vertical-align: -4px; }
    .info_left .msg_info .msgs {
      padding: 20px; }
      .info_left .msg_info .msgs li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .info_left .msg_info .msgs li a {
          display: inline-block;
          color: #333;
          margin-top: 10px;
          font-size: 14px; }
          .info_left .msg_info .msgs li a:hover {
            color: #ff4040; }

.info_right {
  width: 870px; }
  .info_right .news {
    background-color: #fff; }
    .info_right .news li {
      margin: 0 30px;
      padding: 30px 0;
      overflow: hidden;
      border-bottom: 1px solid #f5f5f5; }
      .info_right .news li .img {
        width: 200px;
        height: 150px;
        text-align: center;
        margin-right: 20px; }
        .info_right .news li .img img {
          max-width: 200px;
          max-height: 150px; }
      .info_right .news li .w525 {
        width: 583px; }
      .info_right .news li .messages .msg_title a {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .info_right .news li .messages .msg_title a:hover {
          color: #ff4040; }
      .info_right .news li .messages .msg_main {
        line-height: 21px;
        max-height: 42px;
        overflow: hidden;
        font-size: 14px;
        color: #666;
        margin-top: 25px; }
      .info_right .news li .messages .times {
        margin-top: 25px;
        color: #999;
        font-size: 12px; }
        .info_right .news li .messages .times span.look:before {
          content: '';
          display: inline-block;
          width: 17px;
          height: 11px;
          background: url(../images/new_icons/look_icon.png) no-repeat left top;
          margin-right: 10px;
          vertical-align: -1px; }
        .info_right .news li .messages .times span.time {
          margin-left: 40px; }
          .info_right .news li .messages .times span.time:before {
            content: '';
            display: inline-block;
            width: 13px;
            height: 13px;
            background: url(../images/new_icons/look_icon.png) no-repeat left bottom;
            margin-right: 10px;
            vertical-align: -1px; }

.new {
  background-color: #fff;
  padding: 0 30px; }
  .new .news_title {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5; }
    .new .news_title h2 {
      text-align: center;
      font-size: 20px; }
    .new .news_title p {
      text-align: center;
      margin-top: 20px; }
      .new .news_title p span {
        font-size: 12px;
        color: #999; }
      .new .news_title p .time:before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        background: url(../images/new_icons/look_icon.png) no-repeat left bottom;
        margin-right: 10px;
        vertical-align: -2px; }
      .new .news_title p .from {
        margin-left: 30px; }
  .new .news_main {
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5; }
    .new .news_main > p {
      font-size: 14px !important;
      color: #666 !important;
      line-height: 28px !important;
      margin-top: 30px;
      word-wrap: break-word;
      word-break: break-all; }
      .new .news_main > p > a {
        color: #136ec2; }
    .new .news_main img {
      display: block;
      max-width: 780px !important;
      margin: 0 auto;
      margin-top: 30px; }
    .new .news_main .likes {
      width: 84px;
      height: 80px;
      background-color: #ff6c00;
      margin: 0 auto;
      margin-top: 20px;
      font-size: 14px;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      overflow: hidden; }
      .new .news_main .likes.liked {
        background-color: #b3b3b3; }
      .new .news_main .likes:before {
        content: '';
        display: block;
        width: 34px;
        height: 34px;
        background: url(../images/new_icons/likes.png) no-repeat center;
        background-size: cover;
        margin: 0 auto;
        margin-top: 12px;
        margin-bottom: 4px; }
    .new .news_main .share {
      width: 156px;
      margin: 0 auto;
      margin-top: 20px; }
  .new .news_more {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    padding: 20px 0; }
    .new .news_more p {
      line-height: 30px; }
    .new .news_more a {
      font-weight: normal; }
      .new .news_more a:hover {
        color: #ff4040; }

.relate {
  background-color: #fff;
  padding: 30px;
  margin-top: 20px; }
  .relate .relate_title {
    font-size: 18px;
    color: #333; }
    .relate .relate_title:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 17px;
      background-color: #ff4a03;
      margin-right: 10px;
      vertical-align: -2px; }
  .relate ul {
    margin-top: 20px;
    overflow: hidden; }
    .relate ul li {
      width: 48%;
      float: left;
      margin-top: 20px;
      height: 76px;
      overflow: hidden; }
      .relate ul li:nth-child(2n) {
        margin-left: 4%; }
  .relate .relate_left {
    width: 101px;
    height: 76px;
    margin-right: 20px;
    text-align: center; }
    .relate .relate_left img {
      max-width: 101px;
      max-height: 76px; }
  .relate .relate_right .right_title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .relate .relate_right .right_title a:hover {
      color: #ff4040; }
  .relate .relate_right.w260 {
    width: 260px; }
  .relate .relate_right .right_main {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    height: 40px;
    line-height: 20px;
    overflow: hidden; }

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