@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, .render_r_list .list > ul > li {
  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, .ui_ad .sample .info h4 b {
  font-family: "Microsoft YaHei"; }

.f12, .condition .name, .ui_ad .sample .info h4, .rendering .list .right, .rendering .locked .c div p, .attach_btns {
  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, .rendering .quick li .msg a {
  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, .pay_bill .fold:after, .navSearch:after, .m_help .ab_help .seperate .fr div:after, .jm .layui-layer-content li:after, .jm .sellers_advantage li:after, .rendering .list li:after, .rendering .locked .c:after, .rendering .quick ul:after, .rendering .quick li:after, .render_r_list .tool li:after, .render_r_list .tool .right:after, .ab-map .map-txt:after, .apply-dialog li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .pay_bill .fold, .navSearch, .m_help .ab_help .seperate .fr div, .jm .layui-layer-content li, .jm .sellers_advantage li, .rendering .list li, .rendering .locked .c, .rendering .quick ul, .rendering .quick li, .render_r_list .tool li, .render_r_list .tool .right, .ab-map .map-txt, .apply-dialog li {
  display: block; }

* html .clearfix, * html .pay_bill .fold, .pay_bill * html .fold, * html .navSearch, * html .m_help .ab_help .seperate .fr div, .m_help .ab_help .seperate .fr * html div, * html .jm .layui-layer-content li, .jm .layui-layer-content * html li, * html .jm .sellers_advantage li, .jm .sellers_advantage * html li, * html .rendering .list li, .rendering .list * html li, * html .rendering .locked .c, .rendering .locked * html .c, * html .rendering .quick ul, .rendering .quick * html ul, * html .rendering .quick li, .rendering .quick * html li, * html .render_r_list .tool li, .render_r_list .tool * html li, * html .render_r_list .tool .right, .render_r_list .tool * html .right, * html .ab-map .map-txt, .ab-map * html .map-txt, * html .apply-dialog li, .apply-dialog * html li {
  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; } }
.color_dc {
  color: #dc9a38; }

.pl60 {
  padding-left: 60px; }

.pl180 {
  padding-left: 180px; }

/*上边淡入*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(-100px); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
/********************css start*************************/
.animation, .pay_bill .unfold.active {
  animation: fadeInDown .3s; }
  .animation.left, .pay_bill .left.unfold.active {
    animation: bounceInLeft 1s; }
  .animation.up, .pay_bill .up.unfold.active, .jm_fix_ad.active {
    animation: fadeInUp 1s; }
  .animation.o_down, .pay_bill .o_down.unfold.active, .jm_fix_ad.hide {
    animation: fadeOutDown 1s; }

.text_alert {
  background: url("../images/text_alert.png") no-repeat left center;
  padding-left: 18px;
  color: #ff4040;
  line-height: 30px;
  font-size: 12px;
  clear: both; }

span.text_alert {
  display: inline-block; }

.header span {
  display: inline-block;
  margin: 28px 0 0 20px;
  height: 57px;
  line-height: 57px;
  border-left: 1px solid #ccc;
  font-size: 24px;
  color: #333;
  text-indent: 21px;
  font-weight: normal; }

.ui_disabled {
  background-color: #e6e6e6;
  color: #fff;
  cursor: default;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 38px;
  text-align: center;
  width: 160px; }

.ui_disabled:hover {
  cursor: default; }

.empty-chart {
  background-color: #fff;
  padding: 290px 0; }
  .empty-chart .words {
    background: url("../images/chart-deer-no.png") no-repeat;
    font-size: 16px;
    height: 93px;
    margin: 0 auto;
    padding-left: 150px;
    padding-top: 57px;
    width: 270px; }
    .empty-chart .words a {
      background-color: #ff4040;
      color: #fff;
      display: block;
      font-size: 20px;
      height: 38px;
      line-height: 38px;
      margin-top: 20px;
      padding-left: 0;
      text-align: center;
      width: 150px; }
      .empty-chart .words a:hover {
        background-color: #cc0011;
        text-decoration: none; }

.itemChart {
  padding: 20px 0; }
  .itemChart .btn_blue {
    background-color: #ff4040; }
    .itemChart .btn_blue:hover {
      background-color: #cc0011; }
  .itemChart .ui_money {
    color: #ff4040; }
  .itemChart .price .ui_money {
    color: #4c4c4c; }
  .itemChart del {
    display: block; }
  .itemChart .p030 {
    padding: 0;
    box-sizing: border-box; }
  .itemChart .w100 {
    width: 170px;
    text-align: center;
    padding: 0 10px 0 30px; }
  .itemChart .w135 {
    width: 115px;
    padding-left: 20px; }
  .itemChart .w340 {
    width: 220px;
    padding-left: 10px; }
  .itemChart .w190 {
    text-align: center;
    width: 150px;
    padding-right: 20px; }
  .itemChart .w185 {
    text-align: center;
    width: 85px; }
  .itemChart .w180 {
    text-align: center;
    width: 180px;
    padding-left: 20px; }
  .itemChart .w110 {
    text-align: center;
    width: 100px; }
  .itemChart .w840 {
    text-align: right;
    width: 800px; }
  .itemChart .ui_checkbox span {
    padding-right: 0; }
  .itemChart .ui_checkbox i {
    margin-right: 15px; }
  .itemChart .ui_checkbox input {
    position: absolute; }
  .itemChart .tiChart {
    font-weight: normal;
    background-color: #ff4040;
    line-height: 40px;
    color: #fff;
    padding: 0 18px;
    font-size: 16px; }
    .itemChart .tiChart ul li {
      display: inline-block;
      float: left; }
    .itemChart .tiChart ul li.ui_checkbox span {
      height: 17px;
      line-height: 17px; }
      .itemChart .tiChart ul li.ui_checkbox span i {
        vertical-align: -4%;
        background-color: #fff; }
  .itemChart .wrapItems .item {
    background-color: #fff;
    padding: 0 18px 18px 18px; }
    .itemChart .wrapItems .item .border {
      border: 1px solid #ccc;
      border-top: 0; }
    .itemChart .wrapItems .item .headItem {
      font-size: 14px;
      line-height: 44px;
      margin-top: 20px;
      position: relative; }
      .itemChart .wrapItems .item .headItem:before {
        content: "";
        display: inline-block;
        width: 3px;
        height: 14px;
        background-color: #ff4040;
        position: absolute;
        left: 0;
        top: 15px; }
      .itemChart .wrapItems .item .headItem .ui_checkbox {
        float: left;
        width: 25px;
        padding-left: 20px; }
        .itemChart .wrapItems .item .headItem .ui_checkbox span {
          height: 17px;
          line-height: 17px;
          width: 15px; }
      .itemChart .wrapItems .item .headItem a:hover {
        color: #ff4040;
        text-decoration: none; }
    .itemChart .wrapItems .item .itemInfo .p030 {
      height: 90px;
      overflow: hidden; }
      .itemChart .wrapItems .item .itemInfo .p030 .w135 .ui_checkbox {
        display: inline-block;
        float: left;
        height: 20px;
        width: 25px; }
      .itemChart .wrapItems .item .itemInfo .p030 .w135 .wrapImg {
        border: 1px solid #cccccc;
        display: inline-block;
        float: left;
        height: 88px;
        overflow: hidden;
        width: 88px; }
        .itemChart .wrapItems .item .itemInfo .p030 .w135 .wrapImg a {
          display: block;
          height: 100%;
          position: relative;
          text-align: center;
          width: 100%; }
          .itemChart .wrapItems .item .itemInfo .p030 .w135 .wrapImg a img {
            bottom: 0;
            left: 0;
            margin: auto;
            max-height: 88px;
            max-width: 88px;
            position: absolute;
            right: 0;
            top: 0; }
      .itemChart .wrapItems .item .itemInfo .p030 .info {
        line-height: 24px; }
        .itemChart .wrapItems .item .itemInfo .p030 .info a:hover {
          color: #ff4040;
          text-decoration: none; }
      .itemChart .wrapItems .item .itemInfo .p030 .price em {
        font-style: normal;
        font-weight: bold;
        line-height: 24px;
        font-size: 14px;
        font-family: "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif; }
      .itemChart .wrapItems .item .itemInfo .p030 .sx {
        color: #999;
        line-height: 24px; }
      .itemChart .wrapItems .item .itemInfo .p030 .sum {
        font-size: 0;
        line-height: 24px; }
        .itemChart .wrapItems .item .itemInfo .p030 .sum input {
          border-left: 0;
          border-right: 0;
          border: 1px solid #e6e6e6;
          float: left;
          height: 27px;
          line-height: 27px;
          padding: 0;
          text-align: center;
          width: 40px;
          text-indent: 0; }
        .itemChart .wrapItems .item .itemInfo .p030 .sum a {
          border: 1px solid #e6e6e6;
          display: inline-block;
          float: left;
          font-size: 12px;
          height: 25px;
          line-height: 25px;
          text-align: center;
          transition-duration: 0.3s;
          background-color: #f0f0f0;
          width: 18px; }
          .itemChart .wrapItems .item .itemInfo .p030 .sum a:hover {
            border-color: #ff4040;
            color: #ff4040;
            text-decoration: none; }
        .itemChart .wrapItems .item .itemInfo .p030 .sum div {
          display: none;
          line-height: 1.5;
          font-size: 12px; }
          .itemChart .wrapItems .item .itemInfo .p030 .sum div.active {
            display: block; }
      .itemChart .wrapItems .item .itemInfo .p030 .total {
        color: #ff4040; }
        .itemChart .wrapItems .item .itemInfo .p030 .total em {
          font-style: normal;
          font-weight: bold;
          line-height: 24px;
          font-size: 14px;
          font-family: "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif; }
      .itemChart .wrapItems .item .itemInfo .p030 .tool {
        line-height: 24px; }
        .itemChart .wrapItems .item .itemInfo .p030 .tool a {
          display: inline-block;
          text-align: left;
          float: left;
          margin-left: 20px;
          line-height: 28px; }
          .itemChart .wrapItems .item .itemInfo .p030 .tool a.collect:before {
            background-position: left top; }
          .itemChart .wrapItems .item .itemInfo .p030 .tool a:before {
            content: '';
            display: inline-block;
            background: url("../images/icon_chart.png") left bottom no-repeat;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            margin-right: 5px; }
          .itemChart .wrapItems .item .itemInfo .p030 .tool a:hover, .itemChart .wrapItems .item .itemInfo .p030 .tool a.active {
            color: #ff4040;
            text-decoration: none; }
            .itemChart .wrapItems .item .itemInfo .p030 .tool a:hover:before, .itemChart .wrapItems .item .itemInfo .p030 .tool a.active:before {
              background-position-x: right; }
    .itemChart .wrapItems .item .itemInfo .p030 > div {
      float: left; }
  .itemChart .footChart {
    height: 48px;
    line-height: 48px;
    margin: 20px 0 10px; }
    .itemChart .footChart .w135 {
      width: 250px; }
      .itemChart .footChart .w135 .ui_checkbox {
        font-weight: normal; }
        .itemChart .footChart .w135 .ui_checkbox span {
          height: 17px;
          line-height: 17px; }
          .itemChart .footChart .w135 .ui_checkbox span i {
            background-color: #fff; }
          .itemChart .footChart .w135 .ui_checkbox span:hover {
            color: #ff4040;
            text-decoration: underline; }
      .itemChart .footChart .w135 .aWrap a {
        display: inline-block;
        height: 17px;
        line-height: 17px;
        padding-left: 17px; }
        .itemChart .footChart .w135 .aWrap a:hover {
          color: #ff4040;
          text-decoration: underline; }
    .itemChart .footChart .w840 > span {
      margin-right: 20px; }
    .itemChart .footChart .w840 em {
      font-style: normal; }
    .itemChart .footChart .w840 b {
      font-size: 24px;
      font-weight: normal; }
    .itemChart .footChart input[type=submit] {
      border: 0;
      color: #fff;
      float: right;
      font-size: 20px;
      height: 100%;
      width: 130px; }
    .itemChart .footChart input[type=submit].disabled {
      background-color: #ccc;
      cursor: default; }
  .itemChart .footChart > div {
    float: left; }
  .itemChart .itemInfo {
    border-top: 1px solid #ccc;
    padding: 20px 0; }

.itemChart.bill .c_cash {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }
  .itemChart.bill .c_cash .c_cash_t {
    height: 44px;
    padding: 0 30px;
    font-size: 14px;
    background-color: #e6e6e6; }
    .itemChart.bill .c_cash .c_cash_t .c_cash_txt {
      left: -6px;
      overflow: hidden;
      padding-right: 32px;
      position: absolute; }
      .itemChart.bill .c_cash .c_cash_t .c_cash_txt h3 {
        display: inline-block;
        font-weight: bold;
        height: 44px;
        line-height: 44px;
        padding: 0 0 0 36px;
        font-size: 14px;
        width: 100%; }
        .itemChart.bill .c_cash .c_cash_t .c_cash_txt h3 i {
          display: inline-block;
          background: url("../images/icon_chart_ti.png");
          width: 26px;
          height: 28px;
          vertical-align: middle;
          margin-left: -15px;
          margin-right: 15px; }
          .itemChart.bill .c_cash .c_cash_t .c_cash_txt h3 i.i_li {
            background-position: left bottom; }
        .itemChart.bill .c_cash .c_cash_t .c_cash_txt h3 span {
          display: inline-block; }
    .itemChart.bill .c_cash .c_cash_t em {
      display: inline-block;
      float: left;
      font-size: 16px;
      font-style: normal;
      font-weight: normal;
      line-height: 44px;
      margin-left: 190px; }
      .itemChart.bill .c_cash .c_cash_t em b {
        font-size: 24px;
        font-weight: normal; }
    .itemChart.bill .c_cash .c_cash_t .fr a {
      font-size: 14px;
      line-height: 44px; }
      .itemChart.bill .c_cash .c_cash_t .fr a:hover {
        color: #ff4040; }
  .itemChart.bill .c_cash .empty-location {
    background: url("../images/deer-front.png") no-repeat 400px #fff;
    height: 115px;
    line-height: 155px;
    padding: 50px 50px;
    text-align: center;
    text-indent: 100px; }
    .itemChart.bill .c_cash .empty-location .cube {
      display: inline-block;
      height: 46px;
      position: relative;
      text-indent: 0;
      width: 207px; }
      .itemChart.bill .c_cash .empty-location .cube a {
        background: url("../images/icon-addDress.png") no-repeat;
        color: #ff4040;
        display: inline-block;
        font-size: 18px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        text-indent: 1em;
        width: 207px; }
        .itemChart.bill .c_cash .empty-location .cube a:hover {
          background: url("../images/icon-addDress.png") left bottom no-repeat;
          color: #fff;
          text-decoration: none; }
      .itemChart.bill .c_cash .empty-location .cube:hover #bottom {
        transform: rotateX(360deg); }
      .itemChart.bill .c_cash .empty-location .cube:hover #top {
        transform: rotateX(91deg); }
  .itemChart.bill .c_cash .location {
    padding: 30px 0; }
    .itemChart.bill .c_cash .location ul li {
      display: block;
      height: 34px;
      line-height: 34px;
      margin: 20px 0;
      padding: 0 50px; }
      .itemChart.bill .c_cash .location ul li span {
        display: inline-block;
        float: left;
        overflow: hidden;
        padding: 0 17px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 635px; }
      .itemChart.bill .c_cash .location ul li span.select-btn {
        text-align: center;
        width: 100px; }
        .itemChart.bill .c_cash .location ul li span.select-btn a {
          border: 1px solid #cccccc;
          display: inline-block;
          height: 32px;
          line-height: 32px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 98px; }
          .itemChart.bill .c_cash .location ul li span.select-btn a:hover {
            background: url("../images/icon-select.png") no-repeat;
            border: 0;
            height: 34px;
            line-height: 34px;
            text-decoration: none;
            width: 100px; }
        .itemChart.bill .c_cash .location ul li span.select-btn a.active {
          background: url("../images/icon-select.png") no-repeat;
          border: 0;
          height: 34px;
          line-height: 34px;
          text-decoration: none;
          width: 100px; }
      .itemChart.bill .c_cash .location ul li span.setDefault {
        text-align: center;
        width: 260px; }
        .itemChart.bill .c_cash .location ul li span.setDefault a {
          display: inline-block;
          margin: 0 20px; }
          .itemChart.bill .c_cash .location ul li span.setDefault a:hover {
            color: #ff4040; }
        .itemChart.bill .c_cash .location ul li span.setDefault a.default {
          display: inline-block;
          height: 24px;
          border: 1px solid #ff4040;
          color: #ff4040;
          line-height: 24px;
          width: 68px; }
        .itemChart.bill .c_cash .location ul li span.setDefault a.default:hover, .itemChart.bill .c_cash .location ul li span.setDefault a.default.active {
          background-color: #ff4040;
          color: #fff;
          text-decoration: none; }
  .itemChart.bill .c_cash .oneCompany {
    padding: 20px; }
    .itemChart.bill .c_cash .oneCompany .border {
      border: 1px solid #e6e6e6;
      position: relative; }
    .itemChart.bill .c_cash .oneCompany .msg {
      float: left;
      height: 100%;
      position: absolute;
      padding: 0 20px;
      background-color: #f5f5f5;
      left: 0px;
      top: 0; }
      .itemChart.bill .c_cash .oneCompany .msg h3 {
        font-size: 14px;
        line-height: 34px; }
      .itemChart.bill .c_cash .oneCompany .msg textarea {
        border: 1px solid #e6e6e6;
        height: 95px;
        line-height: 22px;
        overflow-y: auto;
        padding: 10px;
        resize: none;
        width: 300px; }
    .itemChart.bill .c_cash .oneCompany .info {
      float: right;
      text-align: left;
      width: 800px; }
      .itemChart.bill .c_cash .oneCompany .info table {
        border-collapse: collapse;
        float: left; }
        .itemChart.bill .c_cash .oneCompany .info table tr th {
          border-left: 0;
          height: 34px;
          text-align: center;
          font-weight: normal; }
        .itemChart.bill .c_cash .oneCompany .info table tr th.name {
          text-align: left; }
          .itemChart.bill .c_cash .oneCompany .info table tr th.name a {
            display: inline-block;
            float: left;
            max-width: 460px;
            overflow: hidden;
            padding-left: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: bold; }
            .itemChart.bill .c_cash .oneCompany .info table tr th.name a:hover {
              color: #ff4040;
              text-decoration: none; }
        .itemChart.bill .c_cash .oneCompany .info table tr td {
          border-top: 1px solid #e6e6e6;
          height: 114px;
          padding-bottom: 20px;
          text-align: center; }
          .itemChart.bill .c_cash .oneCompany .info table tr td .main-info {
            padding-left: 30px; }
            .itemChart.bill .c_cash .oneCompany .info table tr td .main-info .wrap-img {
              border: 1px solid #cccccc;
              float: left;
              height: 80px;
              margin: 16px 0;
              position: relative;
              width: 80px; }
              .itemChart.bill .c_cash .oneCompany .info table tr td .main-info .wrap-img img {
                bottom: 0;
                left: 0;
                margin: auto;
                max-height: 80px;
                max-width: 80px;
                position: absolute;
                right: 0;
                top: 0;
                vertical-align: middle; }
            .itemChart.bill .c_cash .oneCompany .info table tr td .main-info .wrap-p {
              float: left;
              width: 240px; }
              .itemChart.bill .c_cash .oneCompany .info table tr td .main-info .wrap-p p {
                height: 78px;
                line-height: 24px;
                margin-left: 10px;
                margin-top: 16px;
                overflow: hidden;
                vertical-align: middle; }
          .itemChart.bill .c_cash .oneCompany .info table tr td em {
            color: #ff4040;
            font-style: normal;
            font-weight: bold; }
          .itemChart.bill .c_cash .oneCompany .info table tr td input {
            width: 80px;
            text-indent: 0;
            height: 28px;
            text-align: center; }
        .itemChart.bill .c_cash .oneCompany .info table tr td.tl {
          text-align: left; }
        .itemChart.bill .c_cash .oneCompany .info table tr .ui_gray1 {
          border-left: 1px solid #e6e6e6; }
        .itemChart.bill .c_cash .oneCompany .info table tr a:hover {
          color: #ff4040;
          text-decoration: none; }
.itemChart.bill .c_cash > div {
  background-color: #fff; }
.itemChart.bill .forAll {
  margin-top: -40px; }
  .itemChart.bill .forAll table {
    background-color: #fff;
    padding: 20px 30px; }
    .itemChart.bill .forAll table tr {
      height: 30px;
      text-align: right; }
      .itemChart.bill .forAll table tr th {
        font-weight: normal;
        min-width: 150px; }
      .itemChart.bill .forAll table tr td {
        font-weight: bold;
        min-width: 110px; }
.itemChart.bill .footChart .w840 {
  width: 1070px; }
.itemChart.bill .yf {
  position: absolute;
  top: -42px;
  left: -50px;
  background-color: #f0a1a7;
  font-size: 12px;
  width: 150px;
  line-height: 34px; }
  .itemChart.bill .yf:after {
    content: '';
    position: absolute;
    left: 115px;
    bottom: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid #f0a1a7;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent; }
  .itemChart.bill .yf a {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 0px;
    height: 20px;
    line-height: 20px;
    color: #fff; }

/****************添加地址**********************/
.add-dress .layui-layer-title {
  background-position: 30px -640px; }

.add-dress .layui-layer-content {
  padding-left: 0;
  overflow-y: hidden !important; }

.add-dress ul {
  padding: 0px 0 0 15px; }

.add-dress li {
  margin-bottom: 12px;
  min-height: 34px;
  line-height: 34px;
  display: block; }

.add-dress li > span {
  float: left;
  display: inline-block;
  width: 85px;
  text-align: right;
  font-weight: bold; }

.add-dress li > span em {
  color: #e62e3d;
  font-style: normal; }

.add-dress li .right {
  float: left;
  width: 645px; }

.add-dress li .right input {
  margin-right: 2px; }

.add-dress li .right .w248 {
  width: 248px; }

.add-dress li .right .w468 {
  width: 468px; }

.add-dress li .right .w48 {
  width: 48px; }

.add-dress li .right select {
  width: 150px;
  height: 30px;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 10px; }

.add-dress li .right .ui_checkbox {
  height: 17px;
  line-height: 17px;
  font-weight: normal; }

/**********结算************/
.pay_bill {
  padding: 20px;
  margin: 20px 0; }
  .pay_bill .fold {
    border: 1px solid #e6e6e6;
    line-height: 20px;
    padding: 15px 0 15px 15px; }
    .pay_bill .fold .fl span {
      display: inline-block;
      color: #4c4c4c; }
      .pay_bill .fold .fl span b {
        padding: 0 5px;
        color: #ff4040; }
    .pay_bill .fold .bright {
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px solid #f5f5f5; }
    .pay_bill .fold .fr b {
      font-size: 20px; }
    .pay_bill .fold a {
      float: right;
      margin: -15px 0;
      height: 53px;
      line-height: 53px;
      margin-left: 30px; }
  .pay_bill .unfold {
    display: none;
    padding: 20px 0 0; }
    .pay_bill .unfold.active {
      display: block; }
    .pay_bill .unfold .ti {
      background-color: #f5f5f5; }
    .pay_bill .unfold ul {
      border: 1px solid #e6e6e6;
      border-top: 0; }
    .pay_bill .unfold .ti {
      color: #666; }
    .pay_bill .unfold li {
      line-height: 40px;
      border-top: 1px solid #e6e6e6; }
      .pay_bill .unfold li span {
        text-align: center;
        display: block;
        width: 40%;
        float: left; }
        .pay_bill .unfold li span.tc {
          width: 20%; }
    .pay_bill .unfold .red {
      color: #ff4040; }
      .pay_bill .unfold .red b {
        font-size: 18px; }
  .pay_bill .way {
    padding: 20px 0 0; }
    .pay_bill .way h5 {
      line-height: 30px;
      font-weight: bold;
      font-size: 14px;
      border-bottom: 1px solid #e6e6e6;
      margin: 20px 0; }
      .pay_bill .way h5 i {
        display: inline-block;
        width: 2px;
        height: 14px;
        background-color: #ff4040;
        margin-right: 5px;
        vertical-align: middle; }
    .pay_bill .way .tc {
      padding-top: 52px; }
  .pay_bill .ui_dashed {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px; }
  .pay_bill .c_cash .c_cash_t .c_cash_txt {
    background-color: #ff4040;
    margin-bottom: 15px;
    padding-right: 32px;
    color: #fff;
    margin-left: -27px; }
  .pay_bill .c_cash .c_cash_t .c_cash_txt h3 {
    display: inline-block;
    padding: 0 0 0 26px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    transform: skew(-15deg);
    background-color: #ff4040;
    margin-left: 15px; }
  .pay_bill .c_cash .c_cash_t .c_cash_txt h3 span {
    display: inline-block;
    transform: skew(15deg);
    font-weight: normal;
    text-indent: -20px; }
  .pay_bill .c_cash .c_cash_t > i {
    position: absolute;
    left: -27px;
    top: 44px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid #cd0011;
    border-color: #cd0011 transparent transparent transparent;
    z-index: -1; }
  .pay_bill .btn {
    width: 150px; }
    .pay_bill .btn:hover {
      background-color: #cc0011; }

.pay_box li {
  float: left;
  margin-right: 30px; }
  .pay_box li.un_pay .icon {
    border-color: #f5f5f5; }
  .pay_box li.un_pay i {
    background-position: 0 -139px; }
  .pay_box li.un_pay .ypay .icon {
    background-position: center -130px; }
  .pay_box li.un_pay .zpay .icon {
    background-position: center -36px; }
  .pay_box li i {
    margin-top: -35px;
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/icon.png") no-repeat left 0;
    margin-right: -18px; }
  .pay_box li input {
    vertical-align: baseline;
    visibility: hidden; }
  .pay_box li .icon {
    display: inline-block;
    width: 158px;
    height: 45px;
    border: 1px solid #d9d9d9;
    background: url("../images/icon_pay.png") center 11px no-repeat; }
  .pay_box li .wpay .icon {
    background-position: center -83px; }
  .pay_box li .zpay .icon {
    background-position: center -177px; }
  .pay_box li .ypay .icon {
    background-position: center 11px; }

/***********商品列表************/
.lmain {
  width: 940px; }

.servicesExp .sortBy {
  height: 40px;
  line-height: 40px;
  margin-top: -1px;
  text-align: center; }
  .servicesExp .sortBy .order li {
    border-right: 1px solid #f5f5f5;
    display: inline-block;
    float: left;
    text-align: center;
    width: 90px; }
    .servicesExp .sortBy .order li a:hover {
      color: #ff4040;
      text-decoration: none; }
  .servicesExp .sortBy .order li.active a {
    color: #ff4040; }
  .servicesExp .sortBy .location {
    border-right: 1px solid #f5f5f5;
    border: 1px solid transparent;
    cursor: pointer;
    max-width: 140px;
    min-width: 90px;
    position: relative;
    text-align: center; }
    .servicesExp .sortBy .location .down {
      background: none;
      border: 5px solid #999999;
      border-color: #999999 transparent transparent transparent;
      display: inline-block;
      height: 0;
      margin-left: 2px;
      position: absolute;
      right: 12px;
      top: 18px;
      transform-origin: center center;
      transition: all 0.6s ease;
      vertical-align: middle;
      width: 0; }
    .servicesExp .sortBy .location .modal {
      background-color: #ffffff;
      bottom: -3px;
      display: none;
      height: 5px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 3; }
    .servicesExp .sortBy .location .panel {
      cursor: default;
      display: none;
      min-height: 270px;
      padding-bottom: 10px; }
      .servicesExp .sortBy .location .panel .location-con {
        border-top: 2px solid #ff4040;
        margin-top: -2px;
        padding-top: 10px;
        padding: 5px 0; }
        .servicesExp .sortBy .location .panel .location-con h5 {
          color: #ff4040;
          line-height: 30px;
          text-align: left; }
        .servicesExp .sortBy .location .panel .location-con span {
          display: inline-block;
          float: left;
          line-height: 30px;
          margin-right: 2px;
          min-width: 72px;
          text-align: left; }
        .servicesExp .sortBy .location .panel .location-con a {
          padding: 3px 6px;
          transition-duration: 0.3s; }
          .servicesExp .sortBy .location .panel .location-con a:hover {
            background-color: #ff4040;
            color: #ffffff;
            text-decoration: none; }
        .servicesExp .sortBy .location .panel .location-con a.active {
          background-color: #ff4040;
          color: #ffffff;
          text-decoration: none; }
      .servicesExp .sortBy .location .panel .hot-con {
        padding: 5px 0; }
        .servicesExp .sortBy .location .panel .hot-con h5 {
          color: #ff4040;
          line-height: 30px;
          text-align: left; }
        .servicesExp .sortBy .location .panel .hot-con span {
          display: inline-block;
          float: left;
          line-height: 30px;
          margin-right: 2px;
          min-width: 72px;
          text-align: left; }
        .servicesExp .sortBy .location .panel .hot-con a {
          padding: 3px 6px;
          transition-duration: 0.3s; }
          .servicesExp .sortBy .location .panel .hot-con a:hover {
            background-color: #ff4040;
            color: #ffffff;
            text-decoration: none; }
        .servicesExp .sortBy .location .panel .hot-con a.active {
          background-color: #ff4040;
          color: #ffffff;
          text-decoration: none; }
      .servicesExp .sortBy .location .panel .location-con.top {
        border-bottom: 1px dashed #cccccc; }
      .servicesExp .sortBy .location .panel .hot-con.top {
        border-bottom: 1px dashed #cccccc; }
      .servicesExp .sortBy .location .panel .location-con.line {
        border-top: dashed 1px #e0e0e0;
        margin: 0 6px;
        padding: 0; }
      .servicesExp .sortBy .location .panel .hot-con.line {
        border-top: dashed 1px #e0e0e0;
        margin: 0 6px;
        padding: 0; }
      .servicesExp .sortBy .location .panel .location-tab li {
        background: #ffffff;
        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; }
      .servicesExp .sortBy .location .panel .location-tab li.current {
        border: 2px solid #ff4040;
        border-bottom: 2px solid #ffffff; }
  .servicesExp .sortBy .location > span {
    display: block;
    margin-right: 20px;
    max-width: 100px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transition-duration: 3s;
    white-space: nowrap; }
  .servicesExp .sortBy .location.active {
    border: 1px solid #b3b3b3;
    box-shadow: 0px 0px 2px #cecccd; }
    .servicesExp .sortBy .location.active .modal {
      display: block; }
    .servicesExp .sortBy .location.active .panel {
      background-color: #ffffff;
      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; }
  .servicesExp .sortBy .price {
    padding: 0 20px; }
    .servicesExp .sortBy .price:focus {
      background-color: #ffede5; }
    .servicesExp .sortBy .price input[type=text] {
      border-radius: 2px;
      border: 1px solid #cccccc;
      height: 24px;
      padding: 0;
      width: 80px; }
    .servicesExp .sortBy .price input[type=submit] {
      background-color: #ff4040;
      border: 0;
      color: #ffffff;
      height: 24px;
      padding: 0;
      width: 40px; }
      .servicesExp .sortBy .price input[type=submit]:hover {
        background-color: #cc0011; }
.servicesExp .sortBy > span {
  display: inline-block;
  float: left; }
.servicesExp .product {
  margin-top: 20px; }
  .servicesExp .product ul {
    margin-right: -20px; }
    .servicesExp .product ul li {
      background-color: #ffffff;
      border: 1px solid #e6e6e6;
      display: inline-block;
      float: left;
      height: 380px;
      margin: 0 20px 20px 0;
      overflow: hidden;
      position: relative;
      transition-duration: 0.3s;
      width: 218px; }
      .servicesExp .product ul li img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 220px;
        max-width: 220px;
        position: absolute;
        right: 0;
        top: 0; }
      .servicesExp .product ul li .info h4 {
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
        overflow: hidden; }
      .servicesExp .product ul li .info p {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        padding: 10px; }
        .servicesExp .product ul li .info p a:hover {
          color: #ff4040; }
      .servicesExp .product ul li .info .shop {
        border-top: 1px solid #e6e6e6;
        margin-top: 5px;
        padding: 2px 10px; }
        .servicesExp .product ul li .info .shop .detail {
          height: 30px;
          line-height: 30px;
          overflow: hidden; }
          .servicesExp .product ul li .info .shop .detail span {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .servicesExp .product ul li .info .shop .detail .name {
            float: left;
            margin-right: 2px; }
          .servicesExp .product ul li .info .shop .detail a:hover {
            color: #ff4040; }
          .servicesExp .product ul li .info .shop .detail .location {
            color: #999999;
            float: right;
            text-align: right; }
      .servicesExp .product ul li:hover {
        border-color: #ff4040;
        outline: 1px solid #ff4040; }
        .servicesExp .product ul li:hover .info .shop .icon .grade i:before {
          -moz-transition: left 1s;
          -webkit-transition: left 1s;
          left: 35px;
          transition: left 1s; }
        .servicesExp .product ul li:hover .collect {
          visibility: visible; }
      .servicesExp .product ul li .collect {
        background-color: rgba(0, 0, 0, 0.8);
        color: #ffffff;
        display: inline-block;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99626262, 62, 62, endColorstr=#99626262, 62, 62);
        height: 24px;
        left: 138px;
        line-height: 24px;
        position: absolute;
        top: 196px;
        visibility: hidden;
        width: 80px; }
        .servicesExp .product ul li .collect i {
          background: url("../images/z-collected.png");
          display: inline-block;
          float: left;
          height: 14px;
          margin: 5px 5px 0 15px;
          width: 16px; }
        .servicesExp .product ul li .collect:hover {
          text-decoration: none; }
          .servicesExp .product ul li .collect:hover i {
            background: url("../images/z-collected.png") left bottom; }
      .servicesExp .product ul li .collect.collected {
        text-decoration: none; }
        .servicesExp .product ul li .collect.collected i {
          background: url("../images/z-collected.png") left bottom; }
    .servicesExp .product ul li > a {
      display: block;
      height: 220px;
      position: relative;
      width: 220px; }

/*导航*/
.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: 2;
  border: 1px solid #ccc;
  width: 210px;
  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/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/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/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; }

/**最多展示三行属性**/
.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; }

/*列表页右侧*/
.ui_ad {
  width: 220px;
  margin-bottom: 30px;
  padding: 10px;
  margin-left: 20px;
  display: block; }

.ui_ad .sample {
  padding-top: 20px; }

.ui_ad .sample > a {
  display: block;
  width: 220px;
  height: 165px;
  text-align: center;
  line-height: 165px;
  overflow: hidden;
  font-size: 0px; }
  .ui_ad .sample > a img {
    max-width: 220px;
    max-height: 165px;
    vertical-align: middle; }

/*.ui_ad .sample img {
  max-width: 218px;
  max-height: 163px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  margin: auto;
}*/
.ui_ad .sample .info {
  background-color: #f5f5f5;
  padding-bottom: 10px; }

.ui_ad .sample .info p {
  padding: 0 10px;
  line-height: 20px;
  height: 40px;
  overflow: hidden; }

.ui_ad .sample .info p a:hover {
  color: #ff4040; }

.ui_ad .sample .info h4 {
  color: #e4393c;
  font-weight: normal;
  padding: 5px 10px;
  line-height: 30px;
  height: 30px;
  overflow: hidden; }

.ui_ad .sample .info h4 span {
  color: #999999;
  float: right;
  line-height: 30px; }

.ui_ad .sample .info h4 span em {
  color: #e4393c;
  font-style: normal;
  display: inline-block;
  max-width: 45px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui_ad .sample .info h4 b {
  font-size: 20px;
  width: 90px;
  display: inline-block; }

.ui_ad > h4 {
  position: relative;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  background: url("../images/icon_r_title_bg.png") right center no-repeat; }

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

.no_data {
  background: url("../images/q_icon3.png") center 155px no-repeat #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 300px 0 240px 0; }

.no_data.big {
  background: url("../images/q_icon3_big.png") center 60px no-repeat #fff; }

/*帮助中心*/
.fix_top {
  margin-top: 0px; }

.nav_help {
  background: url("../images/help/icon_help.png") center 490px no-repeat;
  background-color: #fff;
  padding: 32px 0 250px;
  margin-bottom: 50px;
  transition-duration: 0.3s; }
  .nav_help li {
    margin-bottom: 8px; }
    .nav_help li a {
      text-align: center;
      display: block;
      width: 210px;
      line-height: 36px;
      height: 36px;
      color: #666;
      position: relative; }
    .nav_help li.active a, .nav_help li a:hover {
      text-decoration: none;
      background-color: #fef1f2;
      color: #ff4040; }
      .nav_help li.active a:before, .nav_help li a:hover:before {
        display: block; }
    .nav_help li a:before {
      content: '';
      display: none;
      position: absolute;
      left: -4px;
      width: 4px;
      height: 100%;
      background-color: #ff4040;
      border-radius: 4px 0 0 4px; }

.m_help {
  width: 970px;
  margin-left: 20px;
  padding-bottom: 80px;
  overflow: hidden; }
  .m_help .build_step {
    margin: 0 auto;
    width: 870px; }
    .m_help .build_step li {
      display: block;
      height: 120px;
      margin-bottom: 10px;
      position: relative; }
      .m_help .build_step li .fl {
        padding-top: 10px; }
      .m_help .build_step li .d {
        position: relative;
        color: #999; }
        .m_help .build_step li .d strong {
          color: #ff4040;
          display: block;
          font-size: 18px;
          font-weight: normal;
          line-height: 1.4;
          text-align: right; }
        .m_help .build_step li .d:after {
          background-color: #ff4040;
          border-radius: 50%;
          content: '';
          display: inline-block;
          height: 11px;
          position: absolute;
          right: -20px;
          top: 0;
          width: 11px; }
      .m_help .build_step li .right {
        color: #666;
        line-height: 30px;
        width: 650px; }
      .m_help .build_step li:before {
        background-color: #cccccc;
        content: '';
        display: block;
        height: 93px;
        left: 91px;
        position: absolute;
        top: 30px;
        width: 1px; }
  .m_help .law {
    color: #666;
    line-height: 30px;
    padding: 20px 0; }
    .m_help .law p {
      text-indent: 2em;
      padding-bottom: 10px;
      text-align: left; }
      .m_help .law p span.bold_line {
        color: #333;
        font-weight: bold;
        text-decoration: underline; }
      .m_help .law p span.bold {
        color: #333;
        font-weight: bold; }
      .m_help .law p b {
        color: #333;
        font-weight: bold;
        padding-right: 1em; }
    .m_help .law h3 {
      color: #333;
      font-size: 16px; }
    .m_help .law h4 {
      color: #333;
      font-size: 16px;
      text-indent: 2em; }
    .m_help .law h5 {
      color: #333;
      font-size: 14px;
      font-weight: bold; }
    .m_help .law i {
      color: #ff4040;
      font-style: normal;
      padding-right: 2px; }
    .m_help .law.line_height {
      line-height: 37px; }
  .m_help .culture b {
    display: block;
    padding: 40px 0 10px;
    font-size: 16px;
    color: #666; }
  .m_help .culture p {
    line-height: 36px;
    font-size: 16px;
    color: #666; }
  .m_help .contact_us {
    /* .hand_map {
       width: 100%;
       height: 324px;
       background: url("../images/help/news_map.png") 100% 100%;
     }
     ul {
       margin-right: -370px;
       li {
         color: $color_66;
         display: inline-block;
         float: left;
         line-height: 30px;
         margin-right: 150px;
         padding-top: 40px;
         width: 415px;
         h5 {
           color: $color_main;
           font-size: 18px;
           font-weight: normal;
         }
       }
     }
     .zone {
       padding: 20px 0;
       line-height: 30px;
       h4 {
         color: $color_main;
         font-size: 18px;
         font-weight: normal;
         padding: 5px 0;
       }
       h5 {
         color: $color_33;
         font-size: 16px;
         font-weight: normal;
         padding: 10px 0;
       }
     }*/ }
    .m_help .contact_us .datas {
      margin: 50px 0;
      overflow: hidden; }
      .m_help .contact_us .datas li {
        float: left;
        width: 50%;
        height: 120px;
        padding: 0 50px;
        box-sizing: border-box; }
        .m_help .contact_us .datas li p.title {
          color: #e61728;
          font-size: 18px;
          margin-bottom: 10px; }
        .m_help .contact_us .datas li p {
          color: #666; }
    .m_help .contact_us #allmap {
      width: 870px;
      height: 378px;
      margin: 0 auto; }
  .m_help .ab_help li {
    float: left;
    text-align: center;
    width: 33.3%;
    height: 200px;
    margin: 40px 0;
    font-size: 16px;
    position: relative; }
    .m_help .ab_help li i {
      display: inline-block;
      background: url("../images/help/help_icon2.png") -10px -7px;
      width: 76px;
      height: 76px;
      margin: 50px 0 20px; }
      .m_help .ab_help li i.sec {
        width: 78px;
        background-position: -9px -106px; }
      .m_help .ab_help li i.third {
        width: 71px;
        background-position: -13px -204px; }
    .m_help .ab_help li.no_after:after {
      display: none; }
    .m_help .ab_help li:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      background: url("../images/help/help_icon2.png") right top;
      height: 200px;
      width: 1px; }
  .m_help .ab_help .tow_part .txt {
    line-height: 30px;
    width: 500px; }
  .m_help .ab_help .seperate .fl {
    width: 638px; }
    .m_help .ab_help .seperate .fl div {
      padding-left: 200px;
      position: relative;
      margin-bottom: 60px; }
      .m_help .ab_help .seperate .fl div:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 75px;
        width: 103px;
        height: 83px;
        background: url("../images/help/help_icon2.png") 0 -327px no-repeat; }
      .m_help .ab_help .seperate .fl div.sec:before {
        background-position: -7px -448px;
        height: 88px; }
      .m_help .ab_help .seperate .fl div h5 {
        font-size: 18px;
        padding: 2px 0;
        font-weight: normal; }
      .m_help .ab_help .seperate .fl div a {
        height: 25px;
        line-height: 25px;
        width: 80px; }
        .m_help .ab_help .seperate .fl div a:hover {
          background-color: #cc0011; }
      .m_help .ab_help .seperate .fl div p {
        padding: 1px 0; }
  .m_help .ab_help .seperate .fr {
    width: 330px; }
    .m_help .ab_help .seperate .fr img, .m_help .ab_help .seperate .fr span {
      float: left; }
    .m_help .ab_help .seperate .fr span {
      font-size: 18px;
      margin: 40px 0 0 20px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.friend_link h6 {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-indent: 20px;
  padding: 20px 0 5px; }
.friend_link td {
  border-bottom: 1px dashed #cccccc;
  text-indent: 20px; }
  .friend_link td a {
    background: url("../images/help/friend.png") no-repeat left center;
    color: #3d4e99;
    padding-left: 20px; }
    .friend_link td a:hover {
      color: #ff4040; }
.friend_link tr:last-child td {
  border-bottom: none; }
.friend_link table {
  height: 43px;
  line-height: 43px;
  margin: 0 auto;
  width: 885px; }
.friend_link .f_top {
  margin-top: 20px;
  padding-bottom: 20px; }
.friend_link .text {
  border-right: 1px dashed #cccccc;
  height: 345px;
  padding-left: 40px;
  width: 520px; }
  .friend_link .text li {
    line-height: 27px;
    list-style: inside decimal;
    margin-bottom: 5px;
    width: 500px; }
    .friend_link .text li a {
      color: #ff4040; }
.friend_link b {
  display: inline-block;
  margin: 0px 0 20px; }
.friend_link .write {
  width: 370px; }
  .friend_link .write input[type=text] {
    border: 1px solid #cccccc;
    height: 30px;
    text-indent: 6px;
    width: 258px; }
  .friend_link .write li {
    margin-bottom: 12px; }
  .friend_link .write span {
    font-size: 12px; }
  .friend_link .write textarea {
    border: 1px solid #cccccc;
    height: 110px;
    padding: 5px;
    resize: none;
    vertical-align: text-top;
    width: 248px; }
  .friend_link .write .btn {
    background: #ff4040;
    color: #ffffff;
    height: 34px;
    margin: 12px 0 0 64px;
    width: 150px; }
.friend_link .f_bottom {
  padding-bottom: 10px; }

/************fix layer type=1*************/
.layui-layer-page .layui-layer-content {
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto; }

.layui-layer {
  border-radius: 10px !important; }

/************厂商加盟*************/
.to_load {
  visibility: hidden; }
  .to_load.active {
    visibility: visible; }

.btn.Myhover:hover {
  background-color: #cc0011; }

.pt90 {
  padding-top: 90px; }

.pt40 {
  padding-top: 40px; }

.w180 {
  width: 180px; }

.jm .sellers .btn, .jm .jm_ban .btn, .jm .jm_manager .btn {
  position: absolute;
  left: 50%;
  margin-left: -190px;
  bottom: 90px;
  background-color: #ff4a03;
  color: #fff;
  width: 380px;
  padding: 10px 0;
  font-size: 18px; }
  .jm .sellers .btn:hover, .jm .jm_ban .btn:hover, .jm .jm_manager .btn:hover {
    background-color: #FF3800; }
.jm .jm_ban {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .jm .jm_ban img {
    width: 100%;
    height: auto; }
.jm .reason {
  color: #fff;
  width: 100%;
  background: url("../images/be_member/bg1.jpg") center top no-repeat;
  height: 400px; }
  .jm .reason li {
    padding-top: 275px;
    text-align: center;
    float: left;
    width: 25%; }
.jm ~ .footer {
  margin-bottom: 103px; }
.jm .layui-layer-content {
  overflow-y: hidden !important; }
  .jm .layui-layer-content .name {
    display: inline-block;
    float: left;
    width: 100px;
    text-align: right; }
  .jm .layui-layer-content .right {
    float: left; }
  .jm .layui-layer-content select {
    border: 1px solid #ccc; }
.jm .layui-layer-title {
  background: #f5f5f5 url("../images/be_member/icon_form.png") no-repeat 25px center;
  padding-left: 50px; }
.jm .sellers {
  background-color: #d5321b;
  height: 560px; }
  .jm .sellers .w1200 {
    position: relative; }
  .jm .sellers .pa {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 120px;
    color: #fff;
    z-index: 1; }
  .jm .sellers h5 {
    font-size: 0;
    color: transparent;
    background: url("../images/be_member/icon_text.png") no-repeat;
    height: 98px;
    width: 558px; }
  .jm .sellers h6 {
    font-size: 0;
    color: transparent;
    background: url("../images/be_member/icon_text2.png") no-repeat;
    height: 38px;
    width: 437px;
    margin-left: 50px;
    margin-top: 20px; }
  .jm .sellers .rock {
    position: absolute;
    right: 25px;
    top: 100px;
    background: url("../images/be_member/icon_rock.png");
    width: 640px;
    height: 347px; }
  .jm .sellers #open_trigger {
    position: static;
    margin-left: 50px;
    margin-top: 40px; }
.jm .sellers_join {
  margin-top: 60px; }
  .jm .sellers_join .txt {
    width: 575px;
    padding-right: 35px;
    font-family: SimHei; }
    .jm .sellers_join .txt h5 {
      font-size: 30px;
      font-weight: bold;
      text-align: center; }
    .jm .sellers_join .txt h6 {
      font-size: 16px;
      color: #ff4040;
      font-weight: bold;
      margin-top: 30px; }
    .jm .sellers_join .txt p {
      font-size: 16px; }
.jm .sellers_three {
  margin-top: 60px; }
  .jm .sellers_three h5 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    font-weight: normal; }
  .jm .sellers_three ul {
    background: url("../images/be_member/icon_three.png") center top no-repeat;
    padding-top: 205px; }
    .jm .sellers_three ul li {
      display: block;
      float: left;
      text-align: center; }
      .jm .sellers_three ul li h6 {
        font-size: 18px;
        padding: 10px 0;
        font-weight: normal; }
      .jm .sellers_three ul li p {
        color: #808080; }
      .jm .sellers_three ul li.w50 {
        width: 50%; }
      .jm .sellers_three ul li.w26 {
        width: 26%; }
      .jm .sellers_three ul li.w24 {
        width: 20%; }
.jm .sellers_advantage {
  background: url("../images/be_member/bg_advantage.png") center;
  height: 380px;
  width: 100%;
  overflow: hidden;
  margin-top: 60px; }
  .jm .sellers_advantage .img {
    padding-top: 30px; }
  .jm .sellers_advantage .txt {
    width: 600px; }
  .jm .sellers_advantage h5 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    padding: 30px 0 50px; }
  .jm .sellers_advantage li {
    margin-bottom: 60px; }
  .jm .sellers_advantage span {
    width: 55px;
    text-align: right;
    float: left; }
  .jm .sellers_advantage .right {
    color: #fff;
    width: 535px;
    float: left; }
.jm .sellers_five {
  margin-top: 60px; }
  .jm .sellers_five h5 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
    font-weight: normal; }
  .jm .sellers_five ul {
    background: url("../images/be_member/icon_five.png") center top no-repeat;
    padding: 180px 0 40px; }
    .jm .sellers_five ul li {
      float: left;
      display: block;
      width: 20%;
      text-align: center; }
    .jm .sellers_five ul .ti-30 {
      text-indent: -30px; }
    .jm .sellers_five ul .ti-15 {
      text-indent: -15px; }
    .jm .sellers_five ul .ti30 {
      text-indent: 30px; }
    .jm .sellers_five ul .ti15 {
      text-indent: 15px; }
.jm .sellers_last {
  margin-top: 60px;
  background: url("../images/be_member/bg_seller_last.jpg") center top no-repeat;
  width: 100%;
  height: 400px; }
.jm .jm_manager {
  height: 500px;
  width: 100%;
  background: url("../images/be_member/manager_bg.jpg") center top; }
  .jm .jm_manager img, .jm .jm_manager a {
    display: none; }
    .jm .jm_manager img.active, .jm .jm_manager a.active {
      display: inline-block; }
  .jm .jm_manager .hot {
    top: 114px;
    left: 500px; }
  .jm .jm_manager .ti1 {
    top: 130px;
    left: 670px; }
  .jm .jm_manager .ti2 {
    top: 170px;
    left: 670px; }
  .jm .jm_manager .ti3 {
    top: 244px;
    left: 670px; }
  .jm .jm_manager a {
    position: absolute;
    left: 670px;
    top: 300px;
    width: 150px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ff4040;
    border-radius: 20px;
    text-align: center;
    color: #ff4040; }
    .jm .jm_manager a:hover {
      background-color: #ff4040;
      color: #fff;
      text-decoration: none; }
.jm .mana_four {
  margin-top: 60px; }
  .jm .mana_four li {
    display: block;
    width: 25%;
    float: left; }
    .jm .mana_four li .wrap {
      padding: 30px 15px; }
    .jm .mana_four li h5 {
      font-weight: normal;
      text-align: center;
      position: relative;
      margin-bottom: 35px; }
      .jm .mana_four li h5:before {
        content: '';
        display: inline-block;
        width: 36px;
        height: 81px;
        background: url("../images/be_member/icon_num.png") 12px bottom no-repeat; }
      .jm .mana_four li h5.two:before {
        background-position-x: -46px; }
      .jm .mana_four li h5.three:before {
        background-position-x: -107px; }
      .jm .mana_four li h5.four:before {
        background-position-x: -168px; }
      .jm .mana_four li h5 span {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 28px;
        margin-top: -20px;
        margin-left: -73px;
        line-height: 1;
        padding: 4px 0;
        width: 146px;
        background-color: #fff;
        color: #ff4040; }
      .jm .mana_four li h5 i {
        background-color: #e6e6e6;
        width: 20px;
        height: 2px;
        display: inline-block;
        margin-top: 20px; }
    .jm .mana_four li p {
      line-height: 28px;
      text-align: justify;
      padding: 0 15px;
      height: 140px; }
  .jm .mana_four li.active, .jm .mana_four li:hover {
    background-color: #ff4040;
    color: #fff; }
    .jm .mana_four li.active h5:before, .jm .mana_four li:hover h5:before {
      background-position-y: top; }
    .jm .mana_four li.active h5 span, .jm .mana_four li:hover h5 span {
      color: #fff;
      background-color: #ff4040; }
.jm .mana_exp {
  width: 100%;
  background: url("../images/be_member/mana_bg02.jpg") center top no-repeat;
  height: 400px;
  color: #fff;
  margin-top: 60px; }
  .jm .mana_exp img {
    margin-top: 60px; }
  .jm .mana_exp ul {
    padding-top: 200px; }
  .jm .mana_exp li {
    font-size: 18px;
    float: left;
    width: 33.3%;
    text-align: center; }
.jm .mana_four_ser {
  margin-top: 60px; }
  .jm .mana_four_ser .img {
    padding-bottom: 80px; }
  .jm .mana_four_ser img {
    margin-top: 20px; }
  .jm .mana_four_ser li {
    width: 25%;
    height: 220px;
    float: left;
    position: relative;
    text-align: center; }
    .jm .mana_four_ser li i {
      display: inline-block;
      background: url("../images/be_member/icon_mana02.png") left top no-repeat;
      width: 70px;
      height: 56px; }
      .jm .mana_four_ser li i.two {
        background-position-y: -60px; }
      .jm .mana_four_ser li i.three {
        background-position-y: -120px; }
      .jm .mana_four_ser li i.four {
        background-position-y: -192px; }
    .jm .mana_four_ser li p {
      padding: 0 20px;
      margin-top: 40px;
      color: #666; }
    .jm .mana_four_ser li:after {
      position: absolute;
      right: 0;
      top: 0;
      content: '';
      width: 1px;
      height: 220px;
      display: inline-block;
      background: url("../images/be_member/icon_mana02.png") right top no-repeat; }
.jm .mana_last {
  margin-top: 60px;
  width: 100%;
  background: url("../images/be_member/mana_bg.jpg") center top no-repeat;
  height: 400px; }

.jm_fix_ad {
  position: fixed;
  bottom: 0;
  left: 0;
  background: url("../images/be_member/bg2.jpg") center top no-repeat;
  width: 100%;
  height: 103px;
  color: #fff;
  display: none; }
  .jm_fix_ad h5 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px; }
    .jm_fix_ad h5 b {
      font-size: 20px;
      font-weight: bold; }
  .jm_fix_ad input[type=text] {
    width: 250px;
    height: 30px;
    vertical-align: middle;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .jm_fix_ad input[type=text]::-webkit-input-placeholder {
      color: #fff; }
  .jm_fix_ad input[type=submit] {
    width: 100px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px; }
    .jm_fix_ad input[type=submit]:hover {
      background-color: #cc0011; }
  .jm_fix_ad.active {
    display: block; }

/***************竞价招标*****************/
.title_u {
  position: relative;
  height: 30px;
  margin-left: -10px; }
  .title_u i {
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border: 0;
    border-left: 5px solid transparent;
    border-top: 3px solid transparent;
    border-right: 5px solid #8e1620;
    border-bottom: 3px solid #8e1620; }
  .title_u span {
    font-size: 18px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 110px;
    line-height: 30px;
    color: #fff;
    background-color: #ff4040;
    text-align: center; }
    .title_u span:after {
      content: '';
      float: right;
      margin-right: -14px;
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 7px solid #ff4040;
      border-top: 15px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 15px solid #ff4040; }
  .title_u.off i {
    border-right: 5px solid #666;
    border-bottom: 3px solid #666; }
  .title_u.off span {
    background-color: #999; }
    .title_u.off span:after {
      border-left: 7px solid #999;
      border-bottom: 15px solid #999; }

.rendering h5.normal {
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .rendering h5.normal i {
    display: inline-block;
    background-color: #ff4040;
    width: 3px;
    height: 14px;
    margin-right: 10px;
    margin-top: 2px; }
.rendering .main {
  width: 940px; }
.rendering .wrap {
  padding: 0 20px 20px; }
  .rendering .wrap h5 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0; }
.rendering .list li {
  margin-bottom: 7px; }
.rendering .list .name {
  line-height: 24px;
  display: block;
  font-weight: bold;
  width: 70px;
  text-align: right;
  float: left;
  color: #666;
  padding-right: 20px; }
.rendering .list .right {
  line-height: 24px;
  width: 810px;
  float: left; }
  .rendering .list .right .fix {
    margin-right: -40px; }
.rendering .locked {
  padding: 40px 20px; }
  .rendering .locked h5 {
    font-size: 20px;
    padding-bottom: 40px; }
  .rendering .locked .condi {
    padding: 0 40px; }
  .rendering .locked .c {
    margin-bottom: 40px; }
    .rendering .locked .c span {
      padding: 9px;
      border-radius: 50%;
      border: 2px solid #797779;
      text-align: center; }
      .rendering .locked .c span i {
        display: inline-block;
        background: url("../images/icon_ms_head.png") center top no-repeat;
        width: 41px;
        height: 43px;
        vertical-align: middle; }
      .rendering .locked .c span i.shop {
        background-position: left -58px; }
    .rendering .locked .c div {
      padding-left: 24px; }
      .rendering .locked .c div h6 {
        padding: 10px 0 5px;
        font-size: 14px;
        color: #666; }
    .rendering .locked .c a {
      display: inline-block;
      margin-top: 20px;
      border: 1px solid #ff4040;
      color: #ff4040;
      width: 150px;
      padding: 10px 0;
      text-align: center;
      line-height: 1; }
      .rendering .locked .c a:hover {
        color: #fff;
        background-color: #ff4040;
        text-decoration: none; }
  .rendering .locked .btn {
    width: 140px;
    font-size: 16px; }
.rendering .quick {
  padding: 20px; }
  .rendering .quick ul {
    margin-right: -80px; }
  .rendering .quick li {
    margin-right: 80px;
    float: left; }
    .rendering .quick li .img {
      width: 60px;
      height: 60px;
      border: 1px solid #e6e6e6; }
      .rendering .quick li .img img {
        border: 0; }
    .rendering .quick li .msg a {
      display: block;
      width: 174px; }
      .rendering .quick li .msg a:hover {
        color: #ff4040; }
.rendering .ui_ads {
  width: 220px;
  margin-left: 20px; }
  .rendering .ui_ads img {
    width: 220px; }
.rendering .for_no {
  padding: 20px; }
  .rendering .for_no .no_data {
    background-position: center 60px;
    padding: 240px 0 60px; }
.rendering .count_time {
  right: 20px;
  top: 70px;
  width: 120px;
  height: 53px;
  text-align: center;
  background: url("../images/n_bg.png") #ff4040;
  border-radius: 6px; }
  .rendering .count_time.down {
    background-color: #999; }
    .rendering .count_time.down .animation, .rendering .count_time.down .pay_bill .unfold.active, .pay_bill .rendering .count_time.down .unfold.active {
      line-height: 53px; }
.rendering .count_time p {
  line-height: 26px;
  color: #ffb4a4; }
.rendering .count_time h6 {
  font-size: 14px;
  color: #fff; }

/**附件**/
.attach_btns {
  position: relative;
  background-color: #fafafa;
  padding: 0px 0px 0px 58px;
  border-radius: 6px;
  line-height: 1;
  width: 180px;
  float: left;
  margin: 0 32px 20px 0; }
  .attach_btns div {
    padding: 12px 0;
    color: #666; }
    .attach_btns div span {
      vertical-align: middle;
      max-width: 150px; }
  .attach_btns a {
    display: inline-block;
    padding: 0 0 12px; }
    .attach_btns a:hover {
      color: #ff4040; }
  .attach_btns:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    display: inline-block;
    background: url("../images/icon_p&d.png") no-repeat;
    width: 40px;
    height: 40px; }
  .attach_btns:hover {
    background-color: #fff5f5; }
  .attach_btns.doc:before, .attach_btns.docx:before {
    background-position-y: bottom; }

/*列表页*/
.render_three {
  padding: 20px; }
  .render_three .col {
    float: left;
    width: 380px;
    border-right: 1px solid #e6e6e6;
    text-align: center; }
    .render_three .col.nb {
      border-right: 0; }
    .render_three .col .icon {
      padding: 4px;
      display: inline-block;
      border-radius: 50%; }
      .render_three .col .icon i {
        vertical-align: middle;
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: url("../images/list_page/icon_render.png") left center no-repeat; }
      .render_three .col .icon.icon-1 {
        border: 1px solid #dc9a38; }
        .render_three .col .icon.icon-1 i {
          background-position-x: 17px;
          background-color: #dc9a38; }
      .render_three .col .icon.icon-2 {
        border: 1px solid #837ef5; }
        .render_three .col .icon.icon-2 i {
          background-position-x: -75px;
          background-color: #837ef5; }
      .render_three .col .icon.icon-3 {
        border: 1px solid #77d562; }
        .render_three .col .icon.icon-3 i {
          background-position-x: -168px;
          background-color: #77d562; }
    .render_three .col h5 {
      font-weight: normal;
      font-size: 16px;
      padding: 20px 0;
      color: #666; }

.render_r_list h5.big_ti {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal; }
  .render_r_list h5.big_ti i {
    display: inline-block;
    height: 20px;
    width: 4px;
    background-color: #ff4040;
    float: left;
    margin-right: 5px; }
.render_r_list .tool {
  padding: 20px 20px 0; }
  .render_r_list .tool li {
    margin-bottom: 15px;
    line-height: 26px; }
  .render_r_list .tool .name {
    float: left; }
  .render_r_list .tool .right {
    float: left;
    margin-left: 45px; }
  .render_r_list .tool a {
    display: inline-block;
    width: 80px;
    text-align: center;
    float: left;
    margin-right: 14px;
    color: #666; }
    .render_r_list .tool a:hover, .render_r_list .tool a.active {
      background-color: #ff4040;
      color: #fff;
      text-decoration: none; }
  .render_r_list .tool select {
    width: 80px;
    border: 1px solid #cccccc; }
.render_r_list .list > ul {
  margin-right: -20px; }
  .render_r_list .list > ul > li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 253px;
    height: 313px;
    padding: 15px;
    overflow: hidden;
    border: 1px solid #fff;
    transition-duration: 0.2s; }
    .render_r_list .list > ul > li:hover {
      border-color: #ff4040; }
.render_r_list .list h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }
  .render_r_list .list h3 a:hover {
    color: #ff4040;
    text-decoration: none; }
.render_r_list .list .time {
  padding: 15px 0;
  height: 24px;
  line-height: 24px;
  font-family: "SimSun";
  border-bottom: 1px solid #f2f2f2; }
.render_r_list .list .time_left {
  text-indent: 24px;
  background: url("../images/jc_icon.png") no-repeat left center; }
.render_r_list .list .time_sate {
  width: 48px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #75bfff;
  border-color: #a7d5ff; }
  .render_r_list .list .time_sate.end {
    background-color: #d9d9d9;
    color: #fff;
    border-color: #d9d9d9; }
.render_r_list .list .tender_info {
  padding: 10px 0 15px;
  border-bottom: 1px solid #f2f2f2; }
  .render_r_list .list .tender_info li {
    line-height: 26px; }
    .render_r_list .list .tender_info li span {
      padding-right: 15px; }
.render_r_list .list .btn {
  margin: 20px auto 0;
  display: block;
  width: 120px;
  height: 28px;
  line-height: 28px;
  color: #ff4040;
  border: 1px solid #fa939b;
  background-color: #ffedef;
  font-family: "SimSun"; }
  .render_r_list .list .btn:hover {
    background-color: #ff4040;
    color: #fff;
    border-color: #ff4040; }
.render_r_list .step ul {
  margin-right: -11px; }
.render_r_list .step li {
  display: block;
  float: left;
  margin-right: 10px;
  width: 292px;
  padding: 13px 0;
  text-align: center; }
  .render_r_list .step li h5 {
    padding-top: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #666; }
  .render_r_list .step li .icon {
    width: 204px;
    height: 136px;
    position: relative;
    display: inline-block;
    background: url("../images/list_page/icon_render_last.png") no-repeat;
    margin-left: -40px; }
    .render_r_list .step li .icon.icon-2 {
      background-position-x: -230px;
      margin-left: -50px; }
    .render_r_list .step li .icon.icon-3 {
      background-position-x: -450px;
      margin-left: -50px; }
    .render_r_list .step li .icon.icon-4 {
      background-position-x: -670px;
      margin-left: -60px; }

.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; }

.banner_golden {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden; }
  .banner_golden .bg {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 500px;
    background-color: yellow; }
  .banner_golden .clock {
    z-index: 2;
    top: 45px;
    left: 50%;
    margin-left: -350px;
    animation: bounce-in-top 1s ease 1s 1 normal both; }
    .banner_golden .clock.active {
      animation: jello-horizontal 1s ease 1 normal both; }
  .banner_golden .light1 {
    z-index: 3;
    left: 50%;
    top: 180px;
    margin-left: -400px;
    animation: slide 2s linear 1s 1 normal both; }
  .banner_golden .light2 {
    z-index: 3;
    left: 50%;
    top: 250px;
    animation: slide 4s linear 1s 1 normal both; }
  .banner_golden .piao1 {
    left: 50%;
    top: 0;
    margin-left: -745px;
    animation: slide-in-top 2.5s ease 0s 1 normal both; }

@keyframes slide {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
/************layer type=1*************/
.layui-layer-content {
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto; }

.layui-layer {
  border-radius: 10px !important; }

.layui-layer-iframe .layui-layer-content {
  padding: 0 !important; }

/* 帮助-网站地图 2017-05-05 */
.ab-map {
  padding: 7px 0 0 40px; }
  .ab-map .ad-m-title {
    margin-top: 30px;
    height: 18px;
    line-height: 18px;
    padding-left: 10px;
    font-size: 16px;
    border-left: 4px solid #ff4040; }
  .ab-map .map-txt {
    margin-top: 5px;
    padding-bottom: 15px;
    line-height: 36px;
    border-bottom: 1px solid #f5f5f5; }
    .ab-map .map-txt.noBor {
      border: none; }
    .ab-map .map-txt a {
      display: inline-block;
      float: left;
      padding-right: 47px;
      color: #666; }
      .ab-map .map-txt a:hover {
        color: #ff4040;
        text-decoration: none; }

/* 进货单-进货单支付-单笔订单 新增弹框 2017-05-09 */
.w-pay-cont .pay-info {
  padding: 10px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dotted #e6e6e6; }
  .w-pay-cont .pay-info i {
    font-style: normal;
    color: #e4393c; }
  .w-pay-cont .pay-info b {
    font-size: 20px;
    color: #e4393c; }
.w-pay-cont .code-box {
  padding: 20px 110px;
  background: url("../images/phone.jpg") no-repeat 400px 36px; }
  .w-pay-cont .code-box i {
    font-style: normal;
    color: #e4393c; }
  .w-pay-cont .code-box .code {
    text-align: center;
    line-height: 248px;
    overflow: hidden;
    font-size: 0px;
    margin: 20px 0;
    width: 248px;
    height: 248px;
    border: 1px solid #ccc; }
    .w-pay-cont .code-box .code img {
      max-width: 248px;
      max-height: 248px;
      vertical-align: middle; }
  .w-pay-cont .code-box .code-txt {
    display: inline-block;
    margin-right: 10px;
    padding-left: 72px;
    width: 178px;
    height: 50px;
    color: #fff;
    background: #ff4040 url("../images/sao_icon.png") no-repeat 18px center; }
.w-pay-cont .pay-info-ok {
  position: relative;
  padding: 70px 0 120px;
  text-align: center; }
  .w-pay-cont .pay-info-ok.fail:before {
    background-position: 0 -98px; }
  .w-pay-cont .pay-info-ok:before {
    position: absolute;
    top: 70px;
    left: 50%;
    display: inline-block;
    margin: 0 0 0 -49px;
    content: '';
    width: 98px;
    height: 98px;
    background: url("../images/p-icon.png") no-repeat 0 0; }
  .w-pay-cont .pay-info-ok strong {
    display: inline-block;
    padding: 130px 0 20px;
    font-size: 20px; }
  .w-pay-cont .pay-info-ok a {
    display: inline-block;
    padding: 0 4px; }

/* 2017-05-12 调整弹框 */
.jm .layui-layer-content .name {
  line-height: 32px; }

.d-input {
  width: 215px; }

.warn-txt {
  display: inline;
  float: left;
  margin-left: 5px;
  font-style: normal;
  line-height: 32px;
  text-indent: 20px;
  background: url("../images/text_alert.png") left center no-repeat; }

.o-height {
  width: 100%;
  height: 32px;
  line-height: 32px; }

.nav_ul {
  display: inline-block; }

.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:last-child p:last-child {
    border-bottom: 0; }
  .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); }

.m_help .divelse {
  width: 100%;
  height: 200px;
  background: white; }

.m_help .divelse .div1 {
  width: 60%;
  height: 200px;
  float: left;
  margin-top: 50px;
  box-sizing: border-box; }

.m_help .divelse .div1 .jcsc {
  width: 50%;
  float: left;
  padding-left: 50px;
  box-sizing: border-box; }

.m_help .divelse .div1 .jcsc img {
  float: left; }

.m_help .divelse .div1 .jcsc div {
  float: left;
  padding-left: 20px;
  box-sizing: border-box; }

.m_help .divelse .div1 .jcsc div p {
  font-size: 18px;
  font-family: 微软雅黑;
  color: #666666;
  line-height: 40px; }

.m_help .divelse .div1 .jcsc div span {
  font-size: 14px;
  color: #666666; }

.m_help .divelse .div1 .jcsc div span strong {
  font-size: 14px;
  font-weight: bold;
  color: #fd3a41; }

.m_help .divelse .div1 .hhr {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px; }

.m_help .divelse .div1 .hhr img {
  float: left; }

.m_help .divelse .div1 .hhr div {
  float: left;
  padding-left: 20px;
  box-sizing: border-box; }

.m_help .divelse .div1 .hhr div p {
  font-size: 18px;
  font-family: 微软雅黑;
  color: #666666;
  line-height: 40px; }

.m_help .divelse .div1 .hhr div span {
  font-size: 14px;
  color: #666666; }

.m_help .divelse .div1 .hhr div span strong {
  font-size: 14px;
  font-weight: bold;
  color: #fd3a41; }

.m_help .divelse .div2 {
  width: 37%;
  height: 200px;
  float: right;
  margin-top: 50px;
  box-sizing: border-box;
  line-height: 30px;
  padding-right: 30px; }

.m_help .divelse .div2 p:first-child {
  color: #666666;
  font-size: 18px;
  font-family: 微软雅黑; }

.m_help .divelse .div2 p:first-child + p {
  color: #666666;
  font-size: 14px;
  font-family: 微软雅黑; }

.m_help .divelse .div2 p:first-child + p span {
  color: #fd3a41;
  font-size: 14px;
  font-weight: bold; }

.m_help .divelse .div2 p:first-child + p + p {
  color: #666666;
  font-size: 14px;
  font-family: 微软雅黑; }

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