@charset "UTF-8";
.color_333 {
  color: #333; }

.color_c {
  color: #ccc; }

.color_5d {
  color: #5d5d5d; }

.color_red {
  color: #ec1b24; }

.background_orange {
  background: #fff7f2; }

.background_blue {
  background: #0099ff; }

.cursor_hover:hover {
  cursor: pointer;
  color: #777 !important; }

.font_bold {
  font-weight: bold; }

.width_layer {
  width: auto !important; }

.op-radio input[type="radio"] + i {
  margin-top: -3px; }

.flex_box_center {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -moz-box-pack: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex_box_between {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -moz-box-pack: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.verify_content .verify_detail {
  max-height: 246px;
  overflow: auto;
  overflow-x: hidden; }
.verify_content .verify_title {
  position: relative;
  height: 24px; }
  .verify_content .verify_title span:first-child {
    position: absolute;
    left: 0; }
  .verify_content .verify_title span:last-child {
    position: absolute;
    right: 0; }

.layer_content > p {
  text-align: left; }
.layer_content .content_info .info-title {
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: #f5f5f5; }
.layer_content .content_info .info-detail p {
  width: 100%;
  line-height: 40px;
  border-top: 0; }
.layer_content .content_info span {
  display: inline-block;
  padding: 0 10px;
  width: 80px; }
.layer_content .content_info .span_width {
  width: 100px; }
.layer_content #price_info {
  width: 100px; }
.layer_content .content_tip {
  color: #ff6600;
  border-top: 1px dashed #e5e5e5; }

.home_search .search_info {
  display: inline-block;
  height: 100px;
  line-height: 100px; }
  .home_search .search_info input {
    width: 500px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #0099ff;
    padding: 0 5px; }
  .home_search .search_info button {
    width: 85px;
    height: 40px;
    line-height: 40px;
    margin-left: -4px;
    background: #0099ff;
    color: #fff;
    border-radius: 0 5px 5px 0; }
.home_search .search_cart {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  line-height: 38px;
  padding: 0 10px; }
  .home_search .search_cart .icon {
    display: inline-block;
    color: #0099ff;
    font-size: 20px;
    vertical-align: middle;
    margin-top: -5px; }

.cart_search {
  background-color: #fff;
  padding: 10px 18px; }
  .cart_search .icon {
    display: inline-block;
    margin-top: -6px;
    margin-left: 5px; }

.shopCart .cart_content .icon-broadcast_c {
  color: #ef9f33;
  padding: 0 10px; }
.shopCart .cart_content .cart_step {
  position: relative;
  height: 110px; }
  .shopCart .cart_content .cart_step button {
    position: absolute;
    bottom: 0;
    padding: 0 15px; }
  .shopCart .cart_content .cart_step .cart_line_orange {
    border-top-color: #ff6600; }
  .shopCart .cart_content .cart_step .cart_ctrl {
    position: absolute;
    bottom: 0;
    right: 0; }
.shopCart .cart_content .tb_gray_b tr {
  border: 1px solid #e5e5e5; }
.shopCart .c_mian_blue {
  line-height: 24px; }
.shopCart .icon-shop {
  display: inline-block;
  margin-top: -3px; }
.shopCart .btn_orange_c5 {
  background: #ff6c00; }

.title_line {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  margin: -3px 3px 0;
  border-left: 3px solid #0099ff; }

.processing_scheme {
  width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  margin: 10px auto;
  padding: 10px; }
  .processing_scheme .processing_step {
    height: 132px; }
    .processing_scheme .processing_step .step_bar {
      width: 600px;
      height: 50px;
      margin: 25px auto; }
      .processing_scheme .processing_step .step_bar li {
        position: relative;
        display: inline-block;
        width: 175px;
        height: 50px; }
        .processing_scheme .processing_step .step_bar li .iconfont {
          position: absolute;
          left: 15px;
          color: #ccc; }
          .processing_scheme .processing_step .step_bar li .iconfont.icon-pipei {
            left: 10px; }
          .processing_scheme .processing_step .step_bar li .iconfont.icon-fangan {
            left: 10px; }
          .processing_scheme .processing_step .step_bar li .iconfont.icon-wancheng {
            left: 6px;
            top: -8px; }
        .processing_scheme .processing_step .step_bar li span {
          position: absolute;
          top: 32px;
          left: 0; }
        .processing_scheme .processing_step .step_bar li .step_line {
          position: absolute;
          top: 15px;
          left: 63px;
          display: inline-block;
          margin-top: -3px;
          vertical-align: middle;
          width: 112px;
          height: 1px;
          border-bottom: 1px dashed #c5c5c5; }
      .processing_scheme .processing_step .step_bar li:last-child {
        width: 60px; }
  .processing_scheme .processing_title {
    position: relative;
    height: 36px;
    line-height: 36px; }
    .processing_scheme .processing_title .icon {
      display: inline-block;
      margin-top: -3px;
      vertical-align: middle; }
    .processing_scheme .processing_title p {
      position: absolute; }
    .processing_scheme .processing_title p:first-child {
      left: 10px; }
    .processing_scheme .processing_title p:last-child {
      right: 10px; }
  .processing_scheme .processing_type {
    height: 75px;
    line-height: 75px;
    padding: 0 40px; }
    .processing_scheme .processing_type .icon {
      display: inline-block;
      margin-top: -3px;
      vertical-align: middle;
      font-weight: normal; }
  .processing_scheme .processing_content {
    padding: 0 15px; }
    .processing_scheme .processing_content .processing_box .left_box {
      width: 200px;
      min-height: 195px;
      box-sizing: border-box;
      padding: 35px 20px;
      background: #e5f5ff; }
      .processing_scheme .processing_content .processing_box .left_box input {
        width: 15px;
        height: 15px;
        margin-top: -3px; }
      .processing_scheme .processing_content .processing_box .left_box.border_top {
        border-top: 1px solid #ceecff; }
    .processing_scheme .processing_content .processing_box .right_box {
      width: 950px;
      min-height: 195px;
      box-sizing: border-box;
      border: 1px solid #e3e3e3; }
      .processing_scheme .processing_content .processing_box .right_box.border_top_none {
        border-top: 0; }
      .processing_scheme .processing_content .processing_box .right_box.border_bottom_none {
        border-bottom: 0; }
      .processing_scheme .processing_content .processing_box .right_box.right_empty_box {
        text-align: center;
        height: 195px;
        line-height: 195px; }
        .processing_scheme .processing_content .processing_box .right_box.right_empty_box span {
          padding: 20px 15px;
          border: 1px solid #e3e3e3;
          border-radius: 6px; }
          .processing_scheme .processing_content .processing_box .right_box.right_empty_box span .icon {
            display: inline-block;
            margin-top: -3px; }
        .processing_scheme .processing_content .processing_box .right_box.right_empty_box em {
          position: relative;
          top: 22px; }
      .processing_scheme .processing_content .processing_box .right_box .right_box_title {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e3e3e3; }
      .processing_scheme .processing_content .processing_box .right_box .right_box_content {
        padding: 15px 20px 0; }
        .processing_scheme .processing_content .processing_box .right_box .right_box_content > p .flat_btn {
          padding: 3px 6px;
          background: #f3f3f3;
          border: 1px solid #ccc;
          border-radius: 2px; }
        .processing_scheme .processing_content .processing_box .right_box .right_box_content input {
          margin-top: -3px; }
        .processing_scheme .processing_content .processing_box .right_box .right_box_content input[type="text"] {
          width: 48px;
          padding: 4px;
          box-sizing: border-box; }
        .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box {
          margin-bottom: -35px; }
          .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box .border_line {
            display: inline-block;
            width: 20px;
            border-top: 1px solid #ccc;
            padding-top: 5px; }
          .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box > div {
            position: relative;
            top: -41px;
            left: 346px; }
            .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box > div .branch_box_top span {
              position: relative;
              top: -6px; }
            .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box > div .branch_box_top.branch_box_one {
              position: relative;
              top: 18px;
              left: 0; }
              .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box > div .branch_box_top.branch_box_one .branch_box_info {
                top: 0; }
            .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box > div .branch_box_down span {
              position: relative;
              top: 6px; }
            .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box > div .branch_box_down.long img {
              position: relative;
              top: -9px; }
            .processing_scheme .processing_content .processing_box .right_box .right_box_content .branch_box > div .icon {
              vertical-align: bottom; }
  .processing_scheme .processing_remark {
    padding: 0 15px;
    line-height: 50px; }
    .processing_scheme .processing_remark p {
      padding: 0 30px;
      border: 1px solid #ccc;
      font-size: 16px !important; }
  .processing_scheme .processing_contact {
    padding: 0 30px; }
    .processing_scheme .processing_contact input {
      padding: 0 5px; }

.processing_btn button {
  width: 100px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ff6600;
  border-radius: 4px;
  background: #ffffff; }
  .processing_btn button.btn_submit {
    background: #ff6600;
    color: #ffffff; }

.processing_preview {
  width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 8px; }
  .processing_preview .processing_main {
    padding: 0 11px; }
    .processing_preview .processing_main .processing_content {
      margin: 0 80px;
      border: 1px solid #ccc;
      box-sizing: border-box; }
      .processing_preview .processing_main .processing_content .processing_info,
      .processing_preview .processing_main .processing_content .processing_remark {
        padding: 15px 10px; }
        .processing_preview .processing_main .processing_content .processing_info .f16,
        .processing_preview .processing_main .processing_content .processing_remark .f16 {
          font-size: 16px !important; }
        .processing_preview .processing_main .processing_content .processing_info span:first-child,
        .processing_preview .processing_main .processing_content .processing_remark span:first-child {
          display: inline-block;
          width: 50%; }
      .processing_preview .processing_main .processing_content .processing_table th {
        background: #e0f3ff;
        height: 40px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc; }
      .processing_preview .processing_main .processing_content .processing_table th:last-child {
        border-right: 0; }
      .processing_preview .processing_main .processing_content .processing_table .processing_table_type th {
        border-top: 1px solid #ccc;
        background: #fff; }
      .processing_preview .processing_main .processing_content .processing_table th,
      .processing_preview .processing_main .processing_content .processing_table td {
        padding-left: 5px;
        padding-right: 5px; }
      .processing_preview .processing_main .processing_content .processing_table tbody td {
        height: 35px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc; }
    .processing_preview .processing_main .dash_line {
      border-bottom: 1px dashed #ff6600;
      margin: 0 80px; }
    .processing_preview .processing_main .processing_btn {
      margin: 0 80px; }
    .processing_preview .processing_main .main_table {
      width: 100%;
      border-right: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3; }
      .processing_preview .processing_main .main_table tr th {
        background-color: #f5f5f5;
        border-left: 1px solid #e3e3e3;
        border-top: 1px solid #e3e3e3;
        height: 50px;
        line-height: 50px; }
        .processing_preview .processing_main .main_table tr th:nth-of-type(1) {
          text-align: left;
          padding-left: 34px; }
      .processing_preview .processing_main .main_table tr td {
        height: 80px;
        border-left: 1px solid #e3e3e3;
        border-top: 1px solid #e3e3e3; }
        .processing_preview .processing_main .main_table tr td p {
          margin: 0 60px 0 30px; }
      .processing_preview .processing_main .main_table tr:nth-of-type(4) {
        height: 160px; }
      .processing_preview .processing_main .main_table tr:nth-of-type(5) {
        height: 160px; }
  .processing_preview .sencTit {
    padding: 10px 7px; }
  .processing_preview .titMsg, .processing_preview .sencmsg {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 24px 6px 10px 6px;
    margin-bottom: 22px; }
    .processing_preview .titMsg ul, .processing_preview .sencmsg ul {
      margin-left: 9px;
      list-style: none; }
      .processing_preview .titMsg ul li, .processing_preview .sencmsg ul li {
        float: left;
        width: 250px;
        margin-right: 20px; }
  .processing_preview .sencmsg2 {
    padding: 0px 6px 10px 6px; }
    .processing_preview .sencmsg2 ul {
      margin-left: 9px;
      list-style: none; }
      .processing_preview .sencmsg2 ul li {
        float: left;
        width: 250px;
        margin-right: 20px; }
  .processing_preview .sencmsg {
    border-bottom: 1px dashed #cccccc; }
  .processing_preview .settlementprice {
    font-size: 14px; }
    .processing_preview .settlementprice ul li {
      margin-bottom: 7px; }
      .processing_preview .settlementprice ul li .priceattr {
        display: inline-block;
        width: 100px;
        text-align: right; }
      .processing_preview .settlementprice ul li .through {
        text-decoration: line-through; }
      .processing_preview .settlementprice ul li .c_orange {
        font-weight: bold; }
  .processing_preview .btnBox {
    margin-top: 30px;
    margin-bottom: 100px; }
    .processing_preview .btnBox button {
      width: 100px;
      height: 35px;
      border-radius: 3px;
      border: 1px solid #ff6600;
      background-color: #fff;
      margin: 0 10px; }
      .processing_preview .btnBox button:first-child {
        background-color: #ff6600;
        color: #fff; }
  .processing_preview #layer_notice .fwb {
    font-weight: 500; }

.member_search {
  height: 65px;
  line-height: 65px; }
  .member_search .search_bar {
    height: 65px;
    line-height: 65px; }
    .member_search .search_bar .logo_top {
      height: 65px;
      line-height: 65px; }
    .member_search .search_bar .search_info {
      height: 65px;
      line-height: 65px; }
      .member_search .search_bar .search_info input {
        width: 250px;
        height: 30px;
        border: 1px solid #e5e5e5;
        border-right: 0;
        box-sizing: border-box; }
      .member_search .search_bar .search_info button {
        width: 70px;
        height: 30px;
        line-height: 30px;
        border-radius: 0;
        color: #333;
        background: #f5f5f5 !important;
        border: 1px solid #e5e5e5; }

.member_center .f16 {
  font-size: 16px !important; }
.member_center .main_box .icon {
  display: inline-block;
  margin-top: -3px; }
.member_center .main_box > div p {
  line-height: 30px; }
.member_center .main_box .member_company {
  height: 60px;
  padding: 0 10px;
  line-height: 60px;
  box-sizing: border-box;
  background: #f2faff; }
  .member_center .main_box .member_company .icon {
    display: inline-block;
    margin-top: -6px; }
.member_center .main_box .color_box span {
  display: inline-block;
  width: 225px;
  padding: 15px 0;
  background: #fff7f2;
  text-align: center; }
  .member_center .main_box .color_box span em {
    display: block; }
    .member_center .main_box .color_box span em i {
      font-style: normal; }
.member_center .center_box .left_box .icon {
  color: #fec242; }
.member_center .center_box .left_box span {
  padding: 10px 0;
  display: inline-block;
  width: 235px;
  border-right: 2px solid #e6e6e6; }
  .member_center .center_box .left_box span em {
    display: block; }
.member_center .center_box .left_box i {
  font-style: normal; }
.member_center .center_box .middle_box,
.member_center .center_box .right_box {
  height: 115px; }
  .member_center .center_box .middle_box p,
  .member_center .center_box .right_box p {
    width: 250px; }
    .member_center .center_box .middle_box p .icon,
    .member_center .center_box .right_box p .icon {
      display: inline-block;
      margin-top: -1px; }
.member_center .seller_box .left_box .icon {
  color: #34d0c4; }

.person_info .info_detail {
  padding: 5px 60px 60px; }
  .person_info .info_detail p {
    padding-bottom: 15px; }
    .person_info .info_detail p em {
      display: inline-block;
      width: 100px; }
    .person_info .info_detail p span {
      color: #38a1d4;
      background: #f3faff;
      padding: 5px;
      margin-left: 20px; }
      .person_info .info_detail p span .icon {
        display: inline-block;
        margin-top: -3px;
        margin-right: 5px; }

.certificate_search.home_search .search_info input {
  width: 430px !important; }

.b_certificate .f16 {
  font-size: 16px !important; }
.b_certificate .register_detail span {
  color: #cc0000;
  margin-left: 5px; }
.b_certificate .register_detail .company_infor .select_tb {
  display: inline-block;
  margin-top: -1px;
  margin-left: 0; }
.b_certificate .register_detail .btn_blue_bg_c {
  background: #ff6600; }
.b_certificate .register_detail i {
  display: inline-block;
  margin-top: -3px; }

.btn-orange .layui-layer-btn0 {
  background: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #fff !important; }

.fullimg_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  padding-top: 250px;
  text-align: center; }

.fullimg_preview {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; }
  .fullimg_preview .icon {
    position: absolute;
    top: 4px;
    right: 10px; }
  .fullimg_preview img {
    max-width: 600px;
    position: relative; }

.register input {
  border: 1px solid #ddd; }
.register span {
  color: #38a1d4;
  background: #f3faff;
  padding: 10px; }
  .register span .icon {
    display: inline-block;
    margin-top: -3px; }

.register.register_tip {
  width: 600px; }
  .register.register_tip dt {
    width: 900px; }
  .register.register_tip dt:nth-child(7) {
    width: 600px; }
  .register.register_tip span {
    display: inline-block;
    width: fit-content;
    border-radius: 3px;
    padding: 0 5px;
    margin-top: 5px; }
  .register.register_tip .error {
    color: #cc0000;
    background: #fff3f3;
    border: 1px solid #ffd7cc;
    display: none; }
  .register.register_tip .succ {
    color: #04b874;
    background: #eefeeb;
    border: 1px solid #e1f9dc;
    display: none; }

.invoice_menu .search_cart {
  display: inline-block;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #333;
  border-radius: 5px;
  line-height: 28px;
  padding: 0 7px;
  margin-top: 17px; }
  .invoice_menu .search_cart .icon {
    display: inline-block;
    color: #0099ff;
    font-size: 20px;
    vertical-align: middle;
    margin-top: -3px; }

.invoice_content.content .c_main {
  padding: 10px 10px 0; }
.invoice_content.content .search_num {
  border-bottom-color: #e5e5e5; }
  .invoice_content.content .search_num li.current {
    border-bottom-color: #ff6600; }
    .invoice_content.content .search_num li.current a {
      color: #333;
      border-right-color: #e5e5e5; }
  .invoice_content.content .search_num li:hover {
    border-bottom-color: #ff6600; }
    .invoice_content.content .search_num li:hover a {
      color: #ff6600;
      border-right-color: #e5e5e5; }
  .invoice_content.content .search_num li:last-child a {
    border-right: 0; }
.invoice_content.content .search_num_bd {
  border: 1px solid #e5e5e5;
  border-top-color: #ff6600; }
  .invoice_content.content .search_num_bd li label {
    margin: 10px 0;
    border-right-color: #e5e5e5; }
    .invoice_content.content .search_num_bd li label p {
      margin-top: 10px;
      color: #999; }
  .invoice_content.content .search_num_bd li:last-child label {
    border-right: 0; }
.invoice_content.content .search_filter .search_key {
  overflow: hidden; }
.invoice_content.content .search_filter .search_key_list {
  background: #fff; }
  .invoice_content.content .search_filter .search_key_list em, .invoice_content.content .search_filter .search_key_list span {
    line-height: 32px; }
  .invoice_content.content .search_filter .search_key_list ul {
    margin-top: 5px; }
.invoice_content.content .search_filter .filter_list tr {
  border-top-color: #e5e5e5; }
  .invoice_content.content .search_filter .filter_list tr td {
    padding: 10px 5px; }
    .invoice_content.content .search_filter .filter_list tr td .icon-op {
      vertical-align: -.35rem;
      margin-right: 3px; }
.invoice_content.content .search_filter .filter_list tr.payment_type td:nth-child(2) {
  position: relative; }
  .invoice_content.content .search_filter .filter_list tr.payment_type td:nth-child(2) a {
    position: absolute;
    top: 10px; }
    .invoice_content.content .search_filter .filter_list tr.payment_type td:nth-child(2) a.percent {
      top: 0;
      left: 80px; }
      .invoice_content.content .search_filter .filter_list tr.payment_type td:nth-child(2) a.percent .icon-op {
        width: 50px;
        height: 50px;
        vertical-align: -1.25rem;
        margin-right: -10px; }
    .invoice_content.content .search_filter .filter_list tr.payment_type td:nth-child(2) a.pay {
      left: 210px; }
      .invoice_content.content .search_filter .filter_list tr.payment_type td:nth-child(2) a.pay .icon-op {
        width: 23px;
        height: 23px;
        vertical-align: -.45rem;
        margin-right: 1px; }
.invoice_content.content .search_filter .filter_list tr.con_status label {
  margin-right: 30px; }
.invoice_content.content .search_filter .filter_list tr.valid_date label {
  position: relative; }
  .invoice_content.content .search_filter .filter_list tr.valid_date label .icon {
    position: absolute;
    right: 10px; }
.invoice_content.content .search_filter .filter_list select {
  border-color: #e5e5e5;
  padding: 2px 10px 4px;
  margin-right: 10px; }
.invoice_content.content .search_filter .filter_list .select_down li .dis_content {
  top: 43px; }
.invoice_content.content .search_list .search_list_count .f16 {
  font-size: 16px !important; }
.invoice_content.content .search_list .search_list_count span {
  line-height: 32px;
  display: inline-block; }
.invoice_content.content .search_list .search_list_count input {
  margin-top: -3px; }
.invoice_content.content .search_list .bd_style > p {
  position: relative; }
  .invoice_content.content .search_list .bd_style > p .classified {
    position: absolute;
    top: 5px;
    right: 30px; }
    .invoice_content.content .search_list .bd_style > p .classified button {
      line-height: 26px;
      width: 75px;
      padding: 0 !important; }
.invoice_content.content .search_list .bd_style .tb_gray_b tr th {
  background: #f5f5f5; }
  .invoice_content.content .search_list .bd_style .tb_gray_b tr th.active {
    color: #0099ff !important; }
    .invoice_content.content .search_list .bd_style .tb_gray_b tr th.active .icon {
      color: #0099ff !important; }
.invoice_content.content .search_list .bd_style .tb_gray_b tr td.contract_num > div {
  display: inline-block; }
.invoice_content.content .search_list .bd_style .tb_gray_b tr td.contract_num em {
  padding: 2px 4px;
  background: #f5f5f5; }
.invoice_content.content .search_list .bd_style .tb_gray_b tr td.contract_num em.num_bottom {
  position: relative;
  top: -10px; }
.invoice_content.content .search_list .bd_style .tb_gray_b tr td.contract_num s {
  color: #fff;
  background: #0099ff;
  padding: 2px 4px;
  margin-right: 5px; }
.invoice_content.content .search_list .bd_style .tb_gray_b tr td.contract_num .icon-message {
  display: inline-block;
  margin-top: -3px; }
.invoice_content.content .search_list .bd_style .tb_gray_b .inner_table tr th {
  background: #fff7f2; }
.invoice_content.content.progress_track .search_list .bd_style .tb_gray_b tr th {
  background: #e5f5ff; }
.invoice_content.content.progress_track .search_list .bd_style .tb_gray_b tr p {
  line-height: 20px; }
.invoice_content.content.progress_track .search_list .bd_style .tb_gray_b tr .icon-zhifudingdan {
  display: inline-block;
  margin-top: -9px; }
.invoice_content.content.progress_track .search_list .bd_style .tb_gray_b tr.expanded {
  border: 1px solid #ff6600; }
.invoice_content.content.progress_track .search_list .bd_style .tb_gray_b .inner_table tr th {
  background: #f3faff; }
.invoice_content.content.progress_track .search_list .bd_style .tb_gray_b .bill_record.tool-tip {
  bottom: 40px;
  top: auto;
  margin-left: -308px; }
  .invoice_content.content.progress_track .search_list .bd_style .tb_gray_b .bill_record.tool-tip .bill_table tr th {
    background: #f5f5f5;
    font-weight: bold;
    color: #333; }
  .invoice_content.content.progress_track .search_list .bd_style .tb_gray_b .bill_record.tool-tip.pay_record {
    margin-left: -178px; }
.invoice_content.content.progress_track .pay_list .icon-percent {
  width: 50px;
  height: 50px; }
.invoice_content.content.progress_track .pay_list .icon-pay {
  width: 23px;
  height: 23px; }
.invoice_content.content.progress_track .pay_list .icon-message {
  display: inline-block;
  margin-top: 3px;
  margin-left: -3px; }

input[type="button"] {
  cursor: pointer; }

.price_area label {
  position: relative; }
.price_area .icon_yen {
  position: absolute;
  top: 0;
  left: 6px;
  font-style: normal; }

#layer_invoice_input p {
  text-align: left; }
#layer_invoice_input .input_wrap {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto; }
#layer_invoice_input .input_content form {
  margin-top: 10px;
  border-bottom: 1px dashed #0099ff; }
  #layer_invoice_input .input_content form input {
    box-sizing: border-box; }
  #layer_invoice_input .input_content form p {
    margin-top: 20px; }
    #layer_invoice_input .input_content form p label {
      display: inline-block; }
      #layer_invoice_input .input_content form p label.long_text {
        width: 480px; }
      #layer_invoice_input .input_content form p label.short_text {
        width: 238px; }
    #layer_invoice_input .input_content form p em {
      display: inline-block;
      width: 100px;
      line-height: 26px;
      text-align: right; }
    #layer_invoice_input .input_content form p span {
      display: inline-block;
      width: 75px;
      line-height: 20px;
      color: #ffffff;
      background: #ff6600;
      border-radius: 2px;
      margin-left: 30px;
      text-align: center;
      cursor: pointer; }
  #layer_invoice_input .input_content form .layer_date {
    position: relative; }
    #layer_invoice_input .input_content form .layer_date .icon {
      position: absolute;
      right: 40px;
      bottom: 3px; }
#layer_invoice_input .input_content > p .icon {
  display: inline-block;
  margin-top: -3px; }

.purchase_contract .dl_gray {
  margin-bottom: 20px; }
  .purchase_contract .dl_gray .payment_info em {
    width: 120px; }
  .purchase_contract .dl_gray .payment_info > div {
    margin: 30px 10px; }
    .purchase_contract .dl_gray .payment_info > div.rate label {
      position: relative; }
      .purchase_contract .dl_gray .payment_info > div.rate label .icon {
        position: absolute;
        top: -3px;
        right: 8px; }
.purchase_contract .count_dash .f16 {
  font-size: 16px !important; }

.company_info {
  overflow: hidden; }
  .company_info .content {
    margin-left: 0; }
  .company_info .register_detail .title {
    background-color: #f5f5f5;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px; }
    .company_info .register_detail .title .select_tb a {
      margin-top: 6px;
      background: #ffffff;
      border: 1px solid #ccc;
      color: #b8b8b8; }
      .company_info .register_detail .title .select_tb a.current {
        background: #ff6600;
        color: #ffffff;
        border-color: #ff6600; }
  .company_info .dl_gray.account_info dt ul {
    padding: 20px 0;
    margin: 0 50px;
    border-bottom: 1px solid #f5f5f5; }
  .company_info .dl_gray.account_info button {
    background: #ffffff;
    border: 1px solid #0099ff;
    padding: 5px 40px;
    margin: 20px 50px; }
  .company_info .dl_gray textarea {
    border: 1px solid #ccc;
    resize: none; }

.date_picker {
  position: relative;
  margin-right: 0 !important; }
  .date_picker .icon {
    position: absolute;
    right: 10px; }

footer {
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: -90px;
  left: 0;
  text-align: center;
  padding: 20px 0; }

.quality_info {
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5; }
  .quality_info li {
    display: inline-block;
    width: 24%;
    line-height: 32px; }
    .quality_info li em {
      display: inline-block;
      width: 100px;
      text-align: right; }

.quality_list {
  margin-top: 0; }
  .quality_list .bd_style {
    border: 0; }
  .quality_list p {
    display: inline-block;
    font-size: 15px;
    color: #0099ff;
    padding: 10px 0; }
  .quality_list .tb_gray_b {
    border: 1px solid #f5f5f5; }
    .quality_list .tb_gray_b select {
      height: 26px;
      padding: 0 5px; }
  .quality_list .title {
    display: inline-block;
    width: 80px;
    font-size: 15px;
    color: #0099ff;
    line-height: 40px; }
  .quality_list .attachment {
    margin-top: 10px; }
    .quality_list .attachment.border_bottom {
      border-bottom: 1px solid #f5f5f5; }
    .quality_list .attachment div {
      margin-left: 80px;
      line-height: 40px; }
      .quality_list .attachment div em {
        margin-left: 10px;
        color: #0099ff; }
    .quality_list .attachment .btn_blue_bd_pop {
      background-color: #fff;
      color: #0099ff;
      font-size: 14px; }
  .quality_list textarea {
    border: 1px solid #dbdbdb;
    resize: none;
    padding: 10px; }
  .quality_list .button_group {
    margin-left: 80px;
    margin-top: 20px; }
    .quality_list .button_group .btn_orange_c5 {
      width: 80px;
      line-height: 30px;
      border: 1px solid #ff6600;
      padding: 0 !important;
      font-size: 14px;
      margin-right: 20px; }
      .quality_list .button_group .btn_orange_c5.btn_bg_white {
        background: white;
        color: #333;
        border: 1px solid #ff6600; }

.credit_content.content .c_main {
  padding: 10px 10px 0; }
.credit_content.content .search_list {
  padding: 0 10px 10px; }
.credit_content.content .c_main .search_num li.current, .credit_content.content .c_main .search_num li:hover {
  border-color: #ff6600; }
.credit_content.content .c_main .search_num li.current a, .credit_content.content .c_main .search_num li:hover a {
  color: #ff6600; }
.credit_content.content .c_main .search_num {
  border-bottom-color: #e5e5e5; }
.credit_content.content .count_container {
  background: #fff7f2;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 10px; }
  .credit_content.content .count_container button {
    margin-top: -9px; }
  .credit_content.content .count_container .item {
    font-size: 14px;
    color: #666;
    padding: 0 30px; }
    .credit_content.content .count_container .item em {
      font-size: 24px;
      padding-left: 10px; }
  .credit_content.content .count_container hr {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 47px;
    border: 0;
    color: #dcdcdc; }
.credit_content.content .search_filter {
  height: 60px;
  line-height: 60px; }
  .credit_content.content .search_filter span {
    color: #999; }
    .credit_content.content .search_filter span label {
      position: relative; }
      .credit_content.content .search_filter span label .icon-date {
        position: absolute;
        right: 5px;
        margin-top: 2px; }
  .credit_content.content .search_filter .status label {
    color: #333;
    margin-right: 20px; }
    .credit_content.content .search_filter .status label input {
      border-color: #ccc; }
.credit_content.content .search_list {
  margin-top: 0; }
  .credit_content.content .search_list .c_yellow {
    color: #e7b900; }
  .credit_content.content .search_list .c_green {
    color: #00c90b; }
.credit_content.content .search_num {
  margin-bottom: 0; }

#credit_exchange {
  text-align: left;
  padding-left: 50px; }
  #credit_exchange p {
    padding: 10px 0; }
    #credit_exchange p span {
      display: inline-block;
      width: 80px;
      text-align: right; }
  #credit_exchange select {
    width: 150px;
    padding: 2px 5px 4px; }

#credit_cancel {
  font-size: 16px; }

.resource_content #scl_choose {
  height: 24px;
  line-height: 24px;
  vertical-align: -2px; }
.resource_content .filter_list, .resource_content .tb_gray_b {
  font-size: 12px; }
.resource_content .icon-zhibaoshu {
  width: 2rem;
  height: 2rem;
  vertical-align: bottom; }
.resource_content .icon-table {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -webkit-baseline-middle; }
.resource_content .icon-shiwutupian {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -0.5rem; }

.menu_v .icon-menu {
  position: relative;
  top: -6px;
  width: 2rem;
  color: #d62f28; }

.content.search_content .search_list .bd_style .tb_gray_b tr th {
  background-color: #e6f3fd; }
.content.search_content .search_list .bd_style .tb_gray_b .current + tr td table th {
  background-color: #f3fbff; }
.content.search_content .c_main .search_num {
  border-bottom: 1px solid #ebebeb; }
.content.search_content .c_main .search_num li.current, .content.search_content .c_main .search_num li:hover {
  border-bottom: 2px solid #ff6600; }
  .content.search_content .c_main .search_num li.current a, .content.search_content .c_main .search_num li:hover a {
    color: #ff6600; }
.content.search_content .search_filter input {
  border: 1px solid #ddd !important; }
.content.search_content .search_filter .search_key input {
  height: 26px;
  line-height: 26px; }
.content.search_content .search_filter .search_key .search_btn {
  margin-left: -3px; }
.content.search_content .search_filter .date-picker label {
  position: relative; }
  .content.search_content .search_filter .date-picker label .layui-input-inline {
    border-color: #e3e3e3; }
  .content.search_content .search_filter .date-picker label .icon-date {
    position: absolute;
    right: 10px;
    margin-top: 2px; }
.content.search_content .search_filter .status label {
  margin-right: 15px; }
.content.search_content .search_list .tb_gray_b .icon-reduce_bd, .content.search_content .search_list .tb_gray_b .icon-add_bd {
  margin-top: -3px; }
.content.search_content .button_group button {
  width: 90px;
  border-radius: 3px;
  margin-left: 20px;
  font-size: 14px; }

.pickup_content .c_red {
  color: #e60012; }
.pickup_content select {
  height: 24px;
  vertical-align: bottom; }
.pickup_content .pr {
  display: inline-block; }
.pickup_content .pickup_table {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #f5f5f5; }
  .pickup_content .pickup_table .tb_gray_b tr th {
    background-color: #e7f7ff; }
  .pickup_content .pickup_table tbody tr td:nth-child(2) {
    color: #0099ff; }

.pickup_success .icon,
.scan_succ .icon {
  color: #53bb81; }

.pickup_scan .scanner {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
  margin: 0 auto; }
.pickup_scan .tips {
  width: 200px;
  height: 50px;
  background: #ff6600;
  margin: 0 auto;
  position: relative; }
  .pickup_scan .tips .icon {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 26px;
    height: 26px; }
  .pickup_scan .tips .p1 {
    position: absolute;
    left: 65px;
    top: 5px; }
  .pickup_scan .tips .p2 {
    position: absolute;
    left: 65px;
    bottom: 5px; }

.create_type p,
.create_area p {
  line-height: 50px; }
  .create_type p span,
  .create_area p span {
    display: inline-block;
    width: 100px;
    text-align: right; }
  .create_type p img,
  .create_area p img {
    width: 60px;
    height: 40px; }
.create_type select,
.create_type input,
.create_area select,
.create_area input {
  width: 200px;
  height: 24px;
  line-height: 24px; }

.tag_mark {
  display: inline-block;
  font-size: 12px !important;
  font-style: normal;
  color: #fff;
  background: #ff6600;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  border-radius: 4px;
  position: absolute;
  top: -4px;
  right: -23px;
  z-index: 100; }
  .tag_mark.blue {
    background: #0099ff; }

.op-home-nav-wrap .main-nav .booking-buy .icon-jt_s_down.icon {
  position: absolute;
  top: 3px;
  right: -5px; }

.op-home-banner-wrap .warnig-wrap .login-welcome .berf-status .btn-shopp {
  padding-left: 30px;
  width: 70px; }

.btn-shopp .tag_mark {
  top: 2px;
  right: 2px; }

.date-resource-wrap.custom .prod-resource-left,
.date-resource-wrap.custom .prod-resource-right {
  height: 259px; }

.tag_ding,
.tag_yi {
  display: inline-block;
  font-style: normal;
  color: #fff;
  padding: 2px 3px;
  height: 16px;
  line-height: 16px;
  border-radius: 5px;
  background: #0099ff; }

.tag_yi {
  background: #ff9966; }

.prod-resource-right .icon-youhuiquan {
  width: 30px;
  height: 20px;
  vertical-align: bottom; }

.op-home-nav-wrap .op-home-nav ul.main-nav li.curr a.curr {
  color: #0099ff; }

.title_dingzhi,
.title_xianhuo {
  font-weight: bold;
  color: #ff6600;
  border: 1px solid #f9b07f;
  background: #f4e4d9;
  padding: 3px 4px 3px 2px;
  margin-right: 5px; }
  .title_dingzhi .icon,
  .title_xianhuo .icon {
    margin: 0 2px;
    vertical-align: -4px; }

.title_xianhuo {
  color: #0099ff;
  border-color: #7fc8f9;
  background: #d9e9f4; }
  .title_xianhuo .icon {
    vertical-align: -1px; }

.qi-search-result .a_hover {
  display: inline-block; }
  .qi-search-result .a_hover .popWin_b_gray {
    width: 150px;
    margin-left: 122px;
    bottom: 33px; }
    .qi-search-result .a_hover .popWin_b_gray .arrow {
      left: 62px; }
.qi-search-result .un-shopping {
  float: right !important;
  height: 95px; }
  .qi-search-result .un-shopping em {
    font-size: 16px !important; }
  .qi-search-result .un-shopping button {
    position: absolute;
    right: 0;
    bottom: 0; }
  .qi-search-result .un-shopping .transport {
    line-height: 30px; }
  .qi-search-result .un-shopping .post_demand {
    font-size: 12px;
    position: absolute;
    bottom: 9px;
    right: 100px; }

.shopCart .cart_tab {
  margin: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd; }
  .shopCart .cart_tab ul {
    float: left; }
    .shopCart .cart_tab ul li {
      float: left;
      width: 100px;
      text-align: center;
      padding: 5px 0; }
      .shopCart .cart_tab ul li.current {
        border-bottom: 2px solid #ff6600; }
      .shopCart .cart_tab ul li:hover {
        border-bottom: 2px solid #ff6600; }
        .shopCart .cart_tab ul li:hover a {
          color: #ff6600; }
      .shopCart .cart_tab ul li a {
        width: 36px;
        color: #333; }
    .shopCart .cart_tab ul .tab_hr {
      display: inline-block;
      position: absolute;
      width: 1px;
      height: 16px;
      margin: 8px 0 0; }
  .shopCart .cart_tab .edit {
    line-height: 30px; }
    .shopCart .cart_tab .edit a {
      color: #0099ff;
      margin-left: 20px; }

.c_kejian {
  color: #3eb9c3; }

.content .search_list .table_kunbao tbody tr:first-child .hover_tip,
.content .search_list .table_kunbao tbody tr:nth-child(2) .hover_tip {
  width: 200px !important;
  height: 140px !important;
  margin-left: -90px !important;
  margin-top: 76px !important;
  bottom: -82px !important; }
  .content .search_list .table_kunbao tbody tr:first-child .hover_tip .arrow,
  .content .search_list .table_kunbao tbody tr:nth-child(2) .hover_tip .arrow {
    left: -13px !important;
    bottom: 85px !important;
    transform: rotate(90deg) !important; }

.content .table_ditu table {
  border-right: 1px solid #eee; }
.content .table_ditu .map {
  display: inline-block;
  border: 1px solid #eee;
  width: 550px;
  height: 550px; }
  .content .table_ditu .map img {
    width: 100%;
    height: 100%; }

.search_dingdan a {
  width: auto !important; }
  .search_dingdan a .tag_mark {
    right: -10px; }
  .search_dingdan a p:nth-child(2) {
    color: #0099ff; }

.daohuo_list ul {
  background: #fffff7 !important; }

.search_result .search_list .line li button .icon.icon-jt-down,
.search_result .search_list .line li button .icon.icon-jt-up,
.search_filter .list_more .icon-jt-down {
  vertical-align: middle; }

.icon34.ptop2 {
  position: relative;
  top: -2px; }

.table_head_tag {
  display: inline-block;
  color: #ff6600;
  font-size: 12px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #ff6600;
  border-radius: 50%;
  margin-left: 3px;
  vertical-align: 1px; }
  .table_head_tag.info {
    color: #333;
    border: 1px solid #333; }

.purchase_list th {
  background: #e5f5ff !important; }

.invoice_content.content .search_filter .filter_list .select_item,
.baitiao_content.content .search_filter .filter_list .select_item {
  width: 100px;
  padding: 0;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  border-color: #ccc; }

.content .upload_invoice {
  margin-bottom: 20px; }
  .content .upload_invoice > div {
    display: inline-block; }
  .content .upload_invoice .upload_container {
    width: 160px;
    height: 80px;
    background: #fff;
    border: 1px dashed #d0d0d0;
    border-radius: 3px;
    text-align: center;
    color: #d0d0d0; }
  .content .upload_invoice .upload_progress {
    width: 400px;
    margin-left: 50px; }
.content .upload_result .empty_result {
  padding: 50px 0 300px;
  text-align: center; }

.bg_red {
  background: #ff0f0f;
  border-radius: 3px;
  color: #fff;
  padding: 4px 8px 5px; }

/* 白条 */
.baitiao_content.content .c_main .search_num_bd {
  border-bottom-color: #ff6600;
  border-left: 0;
  border-right: 0;
  height: 100px; }
  .baitiao_content.content .c_main .search_num_bd li {
    height: 100%; }
    .baitiao_content.content .c_main .search_num_bd li.current {
      background: #fcece3; }
      .baitiao_content.content .c_main .search_num_bd li.current p:first-child {
        background: #fcece3; }
    .baitiao_content.content .c_main .search_num_bd li p {
      height: 50px;
      line-height: 50px;
      font-size: 14px; }
      .baitiao_content.content .c_main .search_num_bd li p:first-child {
        color: #333;
        background: #f5f5f5; }
      .baitiao_content.content .c_main .search_num_bd li p:nth-child(2) {
        border-top: 1px solid #ddd;
        color: #ff6600; }
.baitiao_content.content .c_main .search_num {
  margin-bottom: 0; }
.baitiao_content.content .c_main .search_filter .filter_list tr {
  border-top: 0; }
.baitiao_content.content .baitiao_list {
  margin-top: 0; }
  .baitiao_content.content .baitiao_list .bd_style .tb_gray_b tr th {
    background: #ffe6d6; }
  .baitiao_content.content .baitiao_list .bd_style .tb_gray_b tr.month_tr {
    font-size: 14px; }
    .baitiao_content.content .baitiao_list .bd_style .tb_gray_b tr.month_tr .month {
      font-size: 18px;
      color: #fff;
      background: #999; }
  .baitiao_content.content .baitiao_list .bd_style .tb_gray_b tr.b_pink td {
    background: #fff5f6; }
  .baitiao_content.content .baitiao_list .baitiao_list_notice {
    margin-top: 20px;
    padding: 20px;
    background: #f5f5f5; }
    .baitiao_content.content .baitiao_list .baitiao_list_notice input {
      width: 80px; }
.baitiao_content.content .baitiao_container {
  background: #fff;
  padding: 10px; }
  .baitiao_content.content .baitiao_container .w_50 {
    height: 195px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6; }
  .baitiao_content.content .baitiao_container .inner_box em, .baitiao_content.content .baitiao_container .inner_box p {
    color: #666; }
  .baitiao_content.content .baitiao_container .inner_box .sm_btn {
    cursor: pointer;
    display: inline-block;
    width: 65px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
    background: #0099ff;
    text-align: center; }
  .baitiao_content.content .baitiao_container .inner_box .m_btn {
    cursor: pointer;
    display: inline-block;
    width: 110px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
    background: #ff9906;
    text-align: center; }
  .baitiao_content.content .baitiao_container .inner_box .w150,
  .baitiao_content.content .baitiao_container .inner_box .w110 {
    display: inline-block;
    vertical-align: middle; }
  .baitiao_content.content .baitiao_container .chart_box {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 30px;
    margin-top: 10px;
    box-sizing: border-box; }
  .baitiao_content.content .baitiao_container .sel_group {
    margin-left: 200px; }
    .baitiao_content.content .baitiao_container .sel_group .pos_relative {
      cursor: pointer;
      display: inline-block;
      text-align: center;
      width: 80px;
      height: 26px;
      line-height: 26px;
      border: 1px solid #ddd; }
      .baitiao_content.content .baitiao_container .sel_group .pos_relative.bdc_orange {
        border-color: #ff6600; }
      .baitiao_content.content .baitiao_container .sel_group .pos_relative img {
        position: absolute;
        right: -1px;
        bottom: -2px;
        width: 20px;
        height: 20px; }
  .baitiao_content.content .baitiao_container .setting_box .sel_group {
    width: 700px;
    margin: 0 auto; }
    .baitiao_content.content .baitiao_container .setting_box .sel_group .sel_item {
      color: #ff6600;
      font-size: 24px;
      font-weight: bold;
      width: 150px;
      height: 50px;
      line-height: 50px; }
      .baitiao_content.content .baitiao_container .setting_box .sel_group .sel_item img {
        width: 20px;
        height: 20px; }
  .baitiao_content.content .baitiao_container .baitiao_ad {
    width: 1020px;
    height: 259px;
    background: url("../../img/op_img/qihuo_img/bg-baitiao.png") no-repeat center;
    background-size: 100%;
    position: relative;
    margin: 50px 0; }
    .baitiao_content.content .baitiao_container .baitiao_ad img {
      width: 631px;
      height: 200px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.bg_ad {
  width: 876px;
  height: 825px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; }
  .bg_ad .ad_baitiao {
    width: 100%;
    height: 100%;
    background: url("../../img/op_img/qihuo_img/ad-baitiao.png") no-repeat center;
    background-size: 60%; }
  .bg_ad .ad_info {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 38px; }
    .bg_ad .ad_info.close_ad {
      width: 35px;
      top: 24%;
      right: 22%; }
    .bg_ad .ad_info.guize {
      top: 64%;
      left: 39%; }
    .bg_ad .ad_info.shuoming {
      top: 64%;
      right: 38%; }
    .bg_ad .ad_info.use {
      width: 210px;
      top: 69%;
      left: 39%; }
    .bg_ad .ad_info.bt_limit {
      width: 106px;
      line-height: 38px;
      top: 58.5%;
      left: 44.4%;
      color: #ffef64;
      text-shadow: 0 0 5px #fffff6;
      font-weight: bold;
      font-size: 26px;
      text-align: center; }

.bg_bucang {
  width: 556px;
  height: 371px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; }
  .bg_bucang .ad_bucang {
    width: 100%;
    height: 100%;
    background: url("../../img/op_img/qihuo_img/ad-bucang.png") no-repeat center;
    background-size: 100%; }
  .bg_bucang .ad_info {
    display: inline-block;
    position: absolute;
    width: 516px;
    height: 60px;
    top: 55%;
    left: 20px;
    color: #f24a2b;
    text-align: center; }
    .bg_bucang .ad_info.chuli {
      width: 340px;
      top: 74%;
      left: 20%; }

.login-welcome .berf-status .btn_baitiao {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e1e1e1;
  text-align: center; }

.divider {
  width: 100%;
  border: 1px dashed #ccc;
  margin-top: 30px; }

.sv2-dialog-layer-title {
  font-size: 22px;
  padding: 16px 0; }
  .sv2-dialog-layer-title b:after {
    content: '！';
    border: 2px solid #4397F7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #4397F7;
    font-weight: 900;
    font-size: 18px; }

.f24 {
  font-size: 24px !important; }

.f16 {
  font-size: 16px !important; }

.bt {
  border-bottom: 1px solid #e3e3e3; }

.br {
  border-right: 1px solid #e3e3e3; }

.search_filter .ps-rl,
.search_list .ps-rl,
.pro_parameter .ps-rl,
.op-dialog-layer .ps-rl {
  position: relative; }
.search_filter .dun_green .tool-tip,
.search_list .dun_green .tool-tip,
.pro_parameter .dun_green .tool-tip,
.op-dialog-layer .dun_green .tool-tip {
  display: none; }
.search_filter .dun_green:hover .tool-tip,
.search_list .dun_green:hover .tool-tip,
.pro_parameter .dun_green:hover .tool-tip,
.op-dialog-layer .dun_green:hover .tool-tip {
  display: inline-block;
  position: absolute;
  top: -50px;
  border: 1px solid #666;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  z-index: 99;
  min-width: 300px;
  left: 50%;
  margin-left: -150px; }
  .search_filter .dun_green:hover .tool-tip .icon-arrow-down,
  .search_list .dun_green:hover .tool-tip .icon-arrow-down,
  .pro_parameter .dun_green:hover .tool-tip .icon-arrow-down,
  .op-dialog-layer .dun_green:hover .tool-tip .icon-arrow-down {
    background: url(../../img/op_img/icon_arrow_down.png) #fff no-repeat;
    width: 10px;
    height: 8px;
    bottom: -8px;
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: -9px; }
    .search_filter .dun_green:hover .tool-tip .icon-arrow-down.left-03,
    .search_list .dun_green:hover .tool-tip .icon-arrow-down.left-03,
    .pro_parameter .dun_green:hover .tool-tip .icon-arrow-down.left-03,
    .op-dialog-layer .dun_green:hover .tool-tip .icon-arrow-down.left-03 {
      margin-left: -33px; }
    .search_filter .dun_green:hover .tool-tip .icon-arrow-down.left-04,
    .search_list .dun_green:hover .tool-tip .icon-arrow-down.left-04,
    .pro_parameter .dun_green:hover .tool-tip .icon-arrow-down.left-04,
    .op-dialog-layer .dun_green:hover .tool-tip .icon-arrow-down.left-04 {
      margin-left: -35px; }
    .search_filter .dun_green:hover .tool-tip .icon-arrow-down.left-05,
    .search_list .dun_green:hover .tool-tip .icon-arrow-down.left-05,
    .pro_parameter .dun_green:hover .tool-tip .icon-arrow-down.left-05,
    .op-dialog-layer .dun_green:hover .tool-tip .icon-arrow-down.left-05 {
      margin-left: -85px; }
  .search_filter .dun_green:hover .tool-tip.ml157,
  .search_list .dun_green:hover .tool-tip.ml157,
  .pro_parameter .dun_green:hover .tool-tip.ml157,
  .op-dialog-layer .dun_green:hover .tool-tip.ml157 {
    top: -40px;
    margin-left: -72px; }
    .search_filter .dun_green:hover .tool-tip.ml157 .icon-arrow-down,
    .search_list .dun_green:hover .tool-tip.ml157 .icon-arrow-down,
    .pro_parameter .dun_green:hover .tool-tip.ml157 .icon-arrow-down,
    .op-dialog-layer .dun_green:hover .tool-tip.ml157 .icon-arrow-down {
      margin-left: -95px; }
  .search_filter .dun_green:hover .tool-tip.dun_40,
  .search_list .dun_green:hover .tool-tip.dun_40,
  .pro_parameter .dun_green:hover .tool-tip.dun_40,
  .op-dialog-layer .dun_green:hover .tool-tip.dun_40 {
    top: -56px; }

.search_list .dun_green:hover .tool-tip {
  top: -33px;
  margin-left: -220px; }

.sv2-dialog-layer ul li {
  padding: 5px 0; }

.contact_other li dl dt span {
  display: inline-block;
  width: 165px;
  vertical-align: top; }

.oPscheduleBox .layer_notice .affirm {
  padding: 10px 20px; }
  .oPscheduleBox .layer_notice .affirm p {
    text-align: left; }

.oPschedule {
  width: 1200px;
  margin: 0px auto;
  margin-bottom: 0;
  padding: 0 0 146px 0; }
  .oPschedule .rotate:before {
    display: inline-block;
    transform: rotate(180deg); }
  .oPschedule .flow .creatContract {
    font-size: 14px;
    margin: 40px auto;
    float: none;
    margin-left: 180px; }
    .oPschedule .flow .creatContract dt:first-child .state {
      left: -27px; }
    .oPschedule .flow .creatContract dt .state {
      left: 33%; }
    .oPschedule .flow .creatContract dt:last-child .state {
      left: 65%; }
    .oPschedule .flow .creatContract dt .iconfont {
      bottom: -20px;
      font-size: 20px; }
    .oPschedule .flow .creatContract .on .dot {
      display: inline-block;
      left: 90%; }
  .oPschedule .oPschedule_t {
    margin: 28px 12px 0px 12px;
    color: #0099ff;
    padding-left: 5px;
    border-left: 2px solid #0099ff; }
    .oPschedule .oPschedule_t .iconfont {
      color: #0086ee;
      font-size: 20px;
      vertical-align: -9%; }
  .oPschedule .oPschedule_select {
    margin: 0 12px;
    padding: 28px 8px; }
    .oPschedule .oPschedule_select .select_technology button {
      margin-left: 10px;
      width: 98px;
      height: 38px;
      color: #333333;
      background-color: #fff;
      border: 1px solid #CCCCCC;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .oPschedule .oPschedule_select .select_technology button .iconfont {
        font-size: 17px;
        color: #CCCCCC; }
    .oPschedule .oPschedule_select .select_technology .super .iconfont {
      vertical-align: super; }
    .oPschedule .oPschedule_select .select_technology .active {
      color: #ff6600;
      border: 1px solid #ff6600; }
      .oPschedule .oPschedule_select .select_technology .active .iconfont {
        color: #ff6600; }
    .oPschedule .oPschedule_select .select_material .material_box {
      width: 960px;
      display: inline-block; }
      .oPschedule .oPschedule_select .select_material .material_box .material {
        position: relative;
        width: 243px;
        height: 33px;
        border: 1px solid #e5e5e5;
        margin-left: 30px;
        margin-bottom: 15px;
        border-radius: 5px;
        padding: 15px 30px 15px 15px; }
        .oPschedule .oPschedule_select .select_material .material_box .material:first-child {
          margin-left: 10px; }
        .oPschedule .oPschedule_select .select_material .material_box .material:nth-child(4n-4) {
          margin-left: 10px; }
        .oPschedule .oPschedule_select .select_material .material_box .material .icon-delete {
          cursor: pointer;
          position: absolute;
          top: 6px;
          right: 13px;
          font-size: 12px; }
      .oPschedule .oPschedule_select .select_material .material_box .add {
        text-align: center;
        line-height: 33px;
        font-weight: 400;
        cursor: pointer; }
  .oPschedule .oPschedule_order {
    padding: 0 12px; }
    .oPschedule .oPschedule_order .oPschedule_order_l {
      margin: 0 9px 10px 0;
      padding-bottom: 25px;
      border: 1px solid #cccccc;
      border-radius: 5px;
      width: 863px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
      .oPschedule .oPschedule_order .oPschedule_order_l .date {
        background-color: #f5f5f5;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        border-bottom: 1px solid #e7e7e7; }
        .oPschedule .oPschedule_order .oPschedule_order_l .date .iconfont {
          font-size: 15px; }
      .oPschedule .oPschedule_order .oPschedule_order_l .week {
        display: flex; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week span {
          color: #91d9ff;
          font-size: 14.6px;
          flex: 1;
          text-align: center;
          height: 42px;
          line-height: 42px; }
      .oPschedule .oPschedule_order .oPschedule_order_l .week_day {
        margin-top: 2px;
        display: flex;
        flex-flow: row wrap;
        padding: 0 12px;
        justify-content: space-between; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.day {
          flex: 1;
          border: 1px solid #cccccc;
          width: 13%;
          min-width: 13%;
          max-width: 13%;
          height: 65px;
          border-radius: 2px;
          margin-bottom: 19px;
          color: #cccccc;
          font-size: 11px;
          padding: 3px 2px;
          box-sizing: border-box;
          position: relative; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.day .price {
            font-weight: bold;
            position: absolute;
            left: 50%;
            margin-left: -34.5px;
            top: 50%;
            margin-top: -12px;
            font-size: 18px; }
            .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.day .price em {
              font-size: 12px;
              font-weight: 400; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.day > span:first-child {
          font-size: 12px;
          position: absolute;
          left: 3px;
          top: 3px;
          z-index: 9; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeed img {
          position: absolute;
          left: 50%;
          margin-left: -29px;
          top: -23%; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeed .diamondsBox {
          display: flex;
          flex-flow: row wrap-reverse;
          justify-content: flex-start;
          position: absolute;
          width: 103.06px;
          right: 2px;
          bottom: 2px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeed .diamondsBox b {
            width: 9.9%;
            height: 10px;
            background-color: #ffefe5;
            flex: 1.11;
            border-radius: 2px;
            margin: 0;
            min-width: 9.9%;
            max-width: 9.9%;
            margin-right: 1.4px;
            margin-top: 1.4px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeed .diamondsBox b:nth-child(9n+9) {
            margin-right: 0; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeed .diamondsBox .icon-qiangdan {
            position: absolute;
            color: #ff0000;
            left: 50%;
            margin-left: -12px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeed .diamondsBox .icon-qiangdan:before {
            font-size: 20px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeed .diamondsBox .residue {
            position: absolute;
            bottom: 0px;
            right: -2px;
            color: #666666;
            font-size: 12px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard img {
          position: absolute;
          left: 50%;
          margin-left: -29px;
          top: -23%; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard .icon-biao {
          position: absolute;
          color: #0099ff;
          right: 6px;
          top: 3px;
          font-size: 15px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard .icon-biao:before {
          font-size: 13px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard .diamondsBox {
          display: flex;
          flex-flow: row wrap-reverse;
          justify-content: flex-start;
          position: absolute;
          width: 103.06px;
          right: 2px;
          bottom: 2px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard .diamondsBox b {
            width: 9.9%;
            height: 10px;
            background-color: #e5f5ff;
            flex: 1.11;
            border-radius: 2px;
            margin: 0;
            min-width: 9.9%;
            max-width: 9.9%;
            margin-right: 1.4px;
            margin-top: 1.4px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard .diamondsBox b:nth-child(9n+9) {
            margin-right: 0; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard .diamondsBox .icon-qiangdan {
            position: absolute;
            color: #ff0000;
            left: 50%;
            margin-left: -12px;
            font-size: 30px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard .diamondsBox .icon-qiangdan:before {
            font-size: 20px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standard .diamondsBox .residue {
            position: absolute;
            bottom: 0px;
            right: -2px;
            color: #666666;
            font-size: 12px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standardGrey .price {
          color: #cccccc; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.standardGrey .diamondsBox .residue {
          position: absolute;
          bottom: 0px;
          right: -2px;
          color: #cccccc;
          font-size: 12px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian img {
          position: absolute;
          left: 50%;
          margin-left: -29px;
          top: -23%; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian .iconfont {
          position: absolute;
          color: #66cc66;
          right: 4px;
          font-size: 15px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian .iconfont:before {
          font-size: 13px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian .diamondsBox {
          display: flex;
          flex-flow: row wrap-reverse;
          justify-content: flex-start;
          position: absolute;
          width: 103.06px;
          right: 2px;
          bottom: 2px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian .diamondsBox b {
            width: 9.9%;
            height: 10px;
            background-color: #e5ffe5;
            flex: 1.11;
            border-radius: 2px;
            margin: 0;
            min-width: 9.9%;
            max-width: 9.9%;
            margin-right: 1.4px;
            margin-top: 1.4px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian .diamondsBox b:nth-child(9n+9) {
            margin-right: 0; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian .diamondsBox .icon-qiangdan {
            position: absolute;
            color: #ff0000;
            left: 50%;
            margin-left: -12px;
            font-size: 30px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian .diamondsBox .icon-qiangdan:before {
            font-size: 20px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.qian .diamondsBox .residue {
            position: absolute;
            bottom: 0px;
            right: -2px;
            color: #666666;
            font-size: 12px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeedRed .diamondsBox .iconfont-qiangdan {
          position: absolute;
          color: #ff3333;
          left: 50%;
          margin-left: -12px;
          font-size: 30px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeedRed .diamondsBox .iconfont-qiangdan:before {
          font-size: 20px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .week_day span.topspeedRed .diamondsBox .residue {
          position: absolute;
          bottom: 0px;
          right: -2px;
          color: #ff3333;
          font-size: 12px; }
      .oPschedule .oPschedule_order .oPschedule_order_l .footer {
        padding: 0 12px; }
        .oPschedule .oPschedule_order .oPschedule_order_l .footer ul li {
          float: left;
          margin-left: 85px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .footer ul li .iconfont {
            font-size: 17px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .footer ul li .iconfont:before {
            font-size: 17px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .footer ul li p {
            font-size: 10px; }
          .oPschedule .oPschedule_order .oPschedule_order_l .footer ul li .icon {
            vertical-align: inherit; }
        .oPschedule .oPschedule_order .oPschedule_order_l .footer ul li:first-child {
          margin-left: 0; }
        .oPschedule .oPschedule_order .oPschedule_order_l .footer ul li:last-child {
          float: right; }
    .oPschedule .oPschedule_order .oPschedule_order_r {
      width: 300px;
      border-radius: 5px;
      border: 1px solid #cccccc;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
      margin-bottom: 10px; }
      .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_rt {
        padding: 0 14px;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        border-bottom: 1px solid #e7e7e7; }
        .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_rt .op-radio label {
          width: auto;
          float: right; }
      .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_s {
        height: 38px;
        line-height: 38px; }
        .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_s .icon {
          font-size: 18px;
          margin-left: 9px; }
          .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_s .icon:first-of-type {
            margin: 0; }
      .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_c {
        margin: 0 auto;
        border: 1px solid #cccccc;
        width: 284px;
        min-height: 200px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 2px; }
        .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_c .menu1 {
          border-bottom: 1px dashed #eeeeee;
          padding: 11px 10px 10px 10px; }
          .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_c .menu1:last-of-type {
            border: none; }
          .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_c .menu1 label {
            width: 69px;
            display: inline-block;
            padding: 0; }
          .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_c .menu1 .radio label .option {
            top: 3px !important; }
          .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_c .menu1 .jia2 {
            margin-top: 8px;
            height: 28px;
            line-height: 28px; }
        .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_c .icon {
          font-size: 20px; }
        .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_c .jia2 span:first-of-type {
          margin-bottom: 17px;
          display: inline-block;
          width: 69px; }
      .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_b {
        margin: 0 auto;
        border: 1px solid #cccccc;
        width: 284px;
        height: 362px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 2px; }
        .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_b .menu2 {
          padding: 11px 10px 10px 10px; }
          .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_b .menu2 .menu2text {
            text-align: center;
            margin-top: 142px; }
          .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_b .menu2 .menu2icon {
            width: 190px; }
            .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_b .menu2 .menu2icon .icon {
              font-size: 20px; }
            .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_b .menu2 .menu2icon div {
              margin-bottom: 22px; }
              .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_b .menu2 .menu2icon div:last-child {
                margin-bottom: 0; }
      .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_f {
        background-color: #e5f5ff;
        border-radius: 5px;
        margin: 11.5px auto;
        width: 260px;
        padding: 12px; }
        .oPschedule .oPschedule_order .oPschedule_order_r .oPschedule_order_f .yy-btn button {
          width: 82px;
          height: 32px;
          border-radius: 5px;
          margin-top: 13px;
          background: #0099ff;
          color: #ffffff; }
    .oPschedule .oPschedule_order .notice {
      position: relative; }
      .oPschedule .oPschedule_order .notice .noticeImg {
        width: 396px;
        height: 271px;
        position: absolute;
        bottom: 29px;
        left: -18px;
        z-index: 1000;
        padding: 20px 16px;
        background-color: #fff;
        border: 1px solid #999999;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        display: none; }
        .oPschedule .oPschedule_order .notice .noticeImg .noticeTxt {
          margin-top: 25px;
          line-height: 24px; }
        .oPschedule .oPschedule_order .notice .noticeImg span {
          width: 10px;
          height: 10px;
          border-right: 1px solid #999999;
          border-bottom: 1px solid #999999;
          position: absolute;
          bottom: -6px;
          left: 60px;
          box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
          background-color: #fff;
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -moz-transform: rotate(45deg);
          /* Firefox */
          -webkit-transform: rotate(45deg);
          /* Safari 和 Chrome */
          -o-transform: rotate(45deg); }
    .oPschedule .oPschedule_order .notice:hover .noticeImg {
      display: block; }

.fc_orange {
  color: #fa6400 !important; }

.fc_a4d484 {
  color: #a4d484 !important; }

.fc_blue {
  color: #0099ff !important; }

.fc_green {
  color: #66cc66 !important; }

.fc_pink {
  color: #ff6666 !important; }

.fsize10 {
  font-size: 10px !important; }

.fc_red {
  color: #ff0000 !important; }

.fc_999 {
  color: #999999 !important; }

.ml19 {
  margin-left: 19px; }

.fln {
  float: none !important; }

.chsel {
  width: 218px;
  position: absolute;
  top: 221px; }
  .chsel .icon-delete_2 {
    font-size: 20px; }
  .chsel .delete {
    color: #0099ff; }

.chsel input[type='checkbox'] {
  display: none; }

.chsel input[type="checkbox"] + label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chsel input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../img/nocheck.png");
  vertical-align: middle; }

input[type="checkbox"]:checked + label:before {
  background: url("../../img/check.png"); }

.content {
  box-sizing: border-box;
  float: left; }
  .content .account-tab {
    border-bottom: 1px solid #CCCCCC; }
    .content .account-tab div {
      cursor: pointer;
      float: left;
      padding: 10px;
      padding-right: 0;
      margin-right: 15px; }
      .content .account-tab div em {
        padding-right: 20px;
        border-right: 1px solid #666666; }
      .content .account-tab div:last-child em {
        border-right: none; }
    .content .account-tab .current {
      border-bottom: 2px solid #ff6600; }
  .content .moneyShow {
    border: 1px solid #CCCCCC;
    border-top: 2px solid #ff6600;
    height: 66px;
    display: flex;
    text-align: center; }
    .content .moneyShow > div {
      line-height: 25px;
      flex: 1; }
      .content .moneyShow > div p {
        margin-top: 10px;
        font-size: 14px; }
      .content .moneyShow > div span {
        margin-top: 17px;
        font-size: 12px;
        color: #999999; }
        .content .moneyShow > div span em {
          font-size: 16px; }
    .content .moneyShow .current {
      background-color: #fff7f2; }
      .content .moneyShow .current span {
        color: #ff6600; }
  .content .main_box .hint {
    text-align: left;
    width: 890px;
    height: 48px;
    border: 1px solid #faf0d9;
    background: #fffef2;
    line-height: 48px;
    margin-top: 50px;
    font-size: 14px; }
    .content .main_box .hint .icon {
      margin-left: 20px;
      font-size: 26px;
      vertical-align: middle; }
  .content .hintmsg {
    width: 603px;
    padding-left: 20px;
    padding-right: 30px; }
    .content .hintmsg .balance {
      margin-left: 32px; }
  .content .depositFrom {
    width: 425px;
    margin: 0 auto;
    margin-top: 28px; }
    .content .depositFrom ul li {
      margin-top: 20px;
      font-size: 14px; }
      .content .depositFrom ul li:first-of-type {
        margin-top: 0; }
      .content .depositFrom ul li em {
        width: 85px;
        line-height: 38px;
        text-align: right; }
      .content .depositFrom ul li .selectBank {
        height: 38px;
        width: 327px;
        border: 1px solid #eeeeee;
        line-height: 38px; }
      .content .depositFrom ul li .jine {
        height: 38px;
        width: 198px;
        border: 1px solid #eeeeee;
        text-indent: 0.6em; }
      .content .depositFrom ul li textarea {
        border: 1px solid #eeeeee !important;
        resize: none;
        text-indent: 0.6em; }
  .content .next {
    text-align: center;
    margin-top: 28px; }
    .content .next button {
      width: 128px;
      height: 33px;
      text-align: center;
      line-height: 33px;
      border: 1px solid #ff6600;
      background-color: #fff;
      border-radius: 2px; }
  .content .explain {
    margin-left: 205px;
    margin-top: 30px; }
  .content .scheduText > li {
    float: left;
    text-align: center; }
    .content .scheduText > li:nth-child(1) {
      margin-left: 204px; }
    .content .scheduText > li:nth-child(2) {
      margin-left: 95px; }
    .content .scheduText > li:nth-child(3) {
      margin-left: 248px; }
  .content .capital {
    padding: 10px 0 23px 32px;
    background-color: #F5F5F5; }
    .content .capital ul li {
      margin-top: 17px; }
      .content .capital ul li a {
        font-size: 12px; }
    .content .capital .carNum {
      margin-top: 70px;
      margin-left: 69px;
      font-size: 14px; }
      .content .capital .carNum .iconfont {
        font-size: 22px;
        color: #5b5b5b; }
    .content .capital .notes {
      margin-top: 62px;
      margin-left: 61px; }
      .content .capital .notes a {
        font-size: 12px; }
  .content .screen {
    margin-top: 11px; }
    .content .screen .btn {
      width: 48px;
      height: 25px;
      background: #ff6600;
      text-align: center;
      line-height: 25px;
      color: #fff; }
    .content .screen input[type="text"] {
      text-indent: 0.8em;
      height: 23px;
      width: 250px; }
    .content .screen div .condition {
      width: 69px;
      height: 18px;
      border: 1px solid #cccccc;
      line-height: 18px;
      text-indent: 0.2em; }
      .content .screen div .condition .icon {
        vertical-align: -0.06em;
        font-size: 12px;
        color: #999999;
        margin-left: 22px;
        display: inline; }
    .content .screen div .condition:hover {
      border: 1px solid #cccccc; }
    .content .screen .screenHr {
      position: relative;
      border-bottom: 1px solid #f5f5f5; }
      .content .screen .screenHr .expert {
        border: 1px solid #e0e0e0;
        height: 23px;
        display: inline-block;
        margin-left: 25px;
        text-align: center;
        line-height: 23px;
        padding: 0 10px;
        color: #4e4e4e; }
        .content .screen .screenHr .expert .icon {
          margin-left: 5px; }
      .content .screen .screenHr .nature {
        display: inline-block;
        width: 72px;
        text-align: right; }
      .content .screen .screenHr:last-of-type {
        border-bottom: none; }
      .content .screen .screenHr em:first-of-type {
        color: #999999; }
      .content .screen .screenHr input.layui-input {
        width: 103px;
        height: 23px;
        border: 1px solid #e0e0e0;
        border-radius: 0;
        display: inline-block;
        padding-left: 0;
        text-indent: 0.2em; }
      .content .screen .screenHr .timeselect {
        display: inline-block;
        position: relative; }
        .content .screen .screenHr .timeselect .icon {
          position: absolute;
          font-size: 21px;
          left: 77px;
          top: -1px;
          color: #cccccc; }
          .content .screen .screenHr .timeselect .icon:last-of-type {
            left: 190px;
            top: -1px; }
        .content .screen .screenHr .timeselect .icon:before {
          font-size: 18px; }
        .content .screen .screenHr .timeselect input[type=checkbox] {
          margin-left: 30px; }
          .content .screen .screenHr .timeselect input[type=checkbox]:first-child {
            margin-left: 0; }
      .content .screen .screenHr span a:link {
        color: #333333; }
      .content .screen .screenHr .current a:link {
        color: #0099ff; }
    .content .screen .zJdirection {
      padding: 18px 10px; }
  .content .aq_recharge {
    padding-left: 9px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5; }
    .content .aq_recharge .balance {
      width: 44px;
      height: 20px;
      background-color: #ff6600;
      line-height: 20px;
      text-align: center;
      display: inline-block;
      color: #ffffff;
      border-radius: 2px; }
  .content .aq_msg {
    margin-top: 20px;
    margin-bottom: 80px; }
    .content .aq_msg .msgc {
      padding: 23px;
      background-color: #e7f6ff;
      border: 1px dashed #81ceff;
      border-left: 3px solid #81ceff;
      border-right: 3px solid #81ceff; }
      .content .aq_msg .msgc ul li {
        margin-top: 23px; }
        .content .aq_msg .msgc ul li:first-of-type {
          margin-top: 0; }
        .content .aq_msg .msgc ul li em {
          font-weight: 600; }
  .content .showmsg {
    width: 800px;
    margin: 0 auto;
    margin-top: 50px; }
    .content .showmsg .msg {
      background-color: #e5f5ff;
      border-radius: 5px; }
      .content .showmsg .msg ul {
        width: 380px;
        margin: 0 auto; }
        .content .showmsg .msg ul li {
          margin-top: 15px; }
          .content .showmsg .msg ul li:first-of-type {
            margin-top: 0; }
          .content .showmsg .msg ul li span {
            width: 100px;
            float: left;
            text-align: right; }
          .content .showmsg .msg ul li .icon-shizhong {
            font-size: 24px; }
          .content .showmsg .msg ul li .icon-shizhong::before {
            font-size: 22px; }
    .content .showmsg .verificationCode {
      margin-top: 38px; }
      .content .showmsg .verificationCode ul {
        width: 362px;
        margin: 0 auto; }
        .content .showmsg .verificationCode ul li {
          line-height: 40px; }
          .content .showmsg .verificationCode ul li em {
            width: 84px;
            float: left;
            text-align: right; }
          .content .showmsg .verificationCode ul li .noteCode {
            width: 198px;
            height: 38px;
            border-radius: 1px; }
      .content .showmsg .verificationCode .code {
        width: 139px;
        height: 40px;
        background-color: #ff6600;
        color: #ffffff; }
      .content .showmsg .verificationCode .next {
        width: 128px;
        height: 33px;
        border-radius: 3px;
        border: 1px solid #ff6600;
        background-color: #fff;
        margin-top: 0; }

.menu_v {
  min-height: 0; }

.bankcars {
  width: 258px;
  height: 148px;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  margin-left: 38px; }
  .bankcars .bankcar {
    height: 39px;
    background: #f0f0f0;
    line-height: 39px;
    padding-left: 8px; }
  .bankcars .bankMsg {
    margin-top: 29px;
    margin-left: 7px; }
    .bankcars .bankMsg .savingscar {
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      padding: 4px 6px; }
    .bankcars .bankMsg p {
      margin-top: 20px;
      margin-left: 10px; }

.account-table {
  padding: 18px 6px;
  margin-left: 10px;
  width: 1048px;
  padding-bottom: 28px; }
  .account-table .bd_style .tb_gray_b .icon {
    font-size: 18px; }
  .account-table .bd_style .tb_gray_b tr th {
    font-weight: 400;
    background-color: #f5f5f5; }
  .account-table .bd_style .tb_gray_b tr td .selfs {
    width: 33px;
    height: 20px;
    background-color: #ff0000;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    text-align: center; }
  .account-table .bd_style .tb_gray_b tr td .tb_pink_b tr th {
    background-color: #fff7f2; }
  .account-table .result {
    padding-left: 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #f5f5f5;
    border-bottom: 0; }
  .account-table .layui-table {
    margin: 0;
    text-align: center;
    color: #616161; }
    .account-table .layui-table th {
      text-align: center; }
    .account-table .layui-table thead tr {
      background-color: #e9f5fd;
      border: 1px solid #f5f5f5; }
      .account-table .layui-table thead tr th {
        padding: 15px 15px;
        font-weight: 400;
        border-bottom: 1px solid #f5f5f5; }
    .account-table .layui-table tbody tr {
      border: 1px solid #f5f5f5; }
      .account-table .layui-table tbody tr td {
        padding: 15px 15px;
        border-bottom: 1px solid #f5f5f5; }
      .account-table .layui-table tbody tr .details {
        position: relative; }
        .account-table .layui-table tbody tr .details .showDetails {
          display: none;
          padding: 15px 12px 12px 12px;
          position: absolute;
          width: 200px;
          border: 1px solid #e5e5e5;
          background-color: #fff;
          right: 19px;
          bottom: 38px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          word-wrap: break-word; }
          .account-table .layui-table tbody tr .details .showDetails h3 {
            font-weight: 700; }
          .account-table .layui-table tbody tr .details .showDetails ul .transaction em {
            width: 152px;
            display: inline-block;
            vertical-align: top; }
          .account-table .layui-table tbody tr .details .showDetails ul .opposite em {
            width: 160px;
            display: inline-block;
            vertical-align: top; }
          .account-table .layui-table tbody tr .details .showDetails .arrows {
            width: 10px;
            height: 10px;
            border-right: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            position: absolute;
            bottom: -6px;
            right: 30px;
            box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            /* IE 9 */
            -moz-transform: rotate(45deg);
            /* Firefox */
            -webkit-transform: rotate(45deg);
            /* Safari 和 Chrome */
            -o-transform: rotate(45deg); }
      .account-table .layui-table tbody tr .details:hover .showDetails {
        display: block; }
  .account-table .batch {
    text-align: right; }
    .account-table .batch button {
      width: 90px;
      height: 35px;
      background-color: #ff6600;
      border-radius: 2px;
      line-height: 35px;
      color: #fff; }

.dialog-nav {
  text-align: center; }
  .dialog-nav button {
    width: 70px;
    height: 25px;
    background-color: #fff;
    margin: 0; }
  .dialog-nav .material-btn {
    border: 1px solid #ff6600;
    color: black;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px; }
  .dialog-nav .residue-btn {
    background-color: #ff6600;
    color: #ffffff;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px; }
  .dialog-nav .nav-search {
    padding: 24px 40px 0; }
    .dialog-nav .nav-search ul li {
      text-align: left; }
      .dialog-nav .nav-search ul li div {
        text-align: center;
        display: inline-block;
        width: 74px;
        height: 23px;
        line-height: 23px;
        border: 1px solid #dcdcdc;
        margin: 5px 0 5px 10px; }
      .dialog-nav .nav-search ul li input[type=text] {
        width: 48px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        display: inline-block;
        border: 1px solid #dcdcdc; }
      .dialog-nav .nav-search ul li button {
        width: 35px;
        height: 20px;
        border: 1px solid #cccccc;
        background-color: #f3f3f3; }
  .dialog-nav .nav-table table tr th {
    background-color: #e5f5ff; }

.indent1 ul li {
  text-align: left; }
  .indent1 ul li span {
    float: left;
    width: 80px;
    text-align: right; }
  .indent1 ul li:last-of-type {
    padding-left: 80px; }
  .indent1 ul li textarea {
    resize: none;
    vertical-align: text-top; }
  .indent1 ul li .textBox {
    display: inline-block;
    padding: 5px 6px;
    border: 1px solid #ECECEC;
    background: #F5F5F5; }

.indent2 ul li {
  text-align: left; }
  .indent2 ul li span {
    float: left;
    width: 100px;
    text-align: right; }
  .indent2 ul li input {
    width: 20px;
    text-align: center; }
  .indent2 ul li textarea {
    resize: none;
    vertical-align: text-top; }

.futures ul li {
  text-align: left; }
  .futures ul li:last-of-type {
    padding-left: 85px; }
  .futures ul li span {
    width: 85px;
    text-align: right; }
  .futures ul li .textBox {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #ECECEC;
    background: #F5F5F5; }

.bargain ul li {
  text-align: left; }
  .bargain ul li span {
    width: 100px;
    text-align: right; }
  .bargain ul li input {
    width: 20px;
    text-align: center; }
  .bargain ul li textarea {
    resize: none;
    vertical-align: text-top; }

.futuresmx ul li {
  text-align: left; }
  .futuresmx ul li span {
    float: left;
    width: 80px;
    text-align: right; }
  .futuresmx ul li textarea {
    resize: none;
    vertical-align: text-top; }
  .futuresmx ul li .textBox {
    display: inline-block;
    padding: 5px 6px;
    border: 1px solid #ECECEC;
    background: #F5F5F5; }
  .futuresmx ul li label {
    padding-left: 80px; }

.popHint .dotted {
  border-bottom: 1px dotted #cccccc; }

.subscribe_processDetails {
  width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 8px;
  font-size: 12px; }
  .subscribe_processDetails .processDetails_main {
    margin-left: 15px;
    font-weight: 500; }
    .subscribe_processDetails .processDetails_main ul li {
      float: left;
      width: 268px; }
  .subscribe_processDetails .content_table .table_top {
    height: 22px;
    line-height: 22px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 1px;
    color: #a0a0a0;
    border-bottom: none; }
  .subscribe_processDetails .content_table .main_table {
    width: 100%;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3; }
    .subscribe_processDetails .content_table .main_table tr th {
      background-color: #f5f5f5;
      border-left: 1px solid #e3e3e3;
      border-top: 1px solid #e3e3e3;
      height: 50px;
      line-height: 50px; }
      .subscribe_processDetails .content_table .main_table tr th:nth-of-type(1) {
        text-align: left;
        padding-left: 34px; }
    .subscribe_processDetails .content_table .main_table tr td {
      height: 80px;
      border-left: 1px solid #e3e3e3;
      border-top: 1px solid #e3e3e3; }
      .subscribe_processDetails .content_table .main_table tr td p {
        margin: 0 60px 0 30px; }
    .subscribe_processDetails .content_table .main_table tr:nth-of-type(4) {
      height: 160px; }
    .subscribe_processDetails .content_table .main_table tr:nth-of-type(5) {
      height: 160px; }
  .subscribe_processDetails .content_table .tab_bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 20px 10px; }
    .subscribe_processDetails .content_table .tab_bottom .process_require ul li {
      width: 250px;
      float: left; }
    .subscribe_processDetails .content_table .tab_bottom .imaginary_line {
      width: 100%;
      border-top: 1px dashed #cccccc;
      margin: 20px auto; }
    .subscribe_processDetails .content_table .tab_bottom .ulList li {
      float: left;
      margin-right: 15px; }
  .subscribe_processDetails .jg_detail {
    padding: 20px 10px;
    border-radius: 5px;
    border: 1px solid #e3e3e3; }
    .subscribe_processDetails .jg_detail .label_ff6666 {
      background: #ff6666;
      border-radius: 2px;
      padding: 2px 6px;
      color: #fff; }
    .subscribe_processDetails .jg_detail table {
      width: 100%;
      text-align: center;
      border-collapse: collapse;
      border-spacing: 0; }
      .subscribe_processDetails .jg_detail table tr {
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
        box-sizing: border-box; }
        .subscribe_processDetails .jg_detail table tr:nth-of-type(1) {
          border: none; }
          .subscribe_processDetails .jg_detail table tr:nth-of-type(1) td {
            background-color: #e5f5ff;
            border: none; }
        .subscribe_processDetails .jg_detail table tr td {
          height: 50px;
          border-bottom: 1px solid #f5f5f5; }
    .subscribe_processDetails .jg_detail .btn button {
      width: 98px;
      height: 33px;
      text-align: center;
      line-height: 33px;
      border: 1px solid #ff6600;
      background-color: #fff;
      border-radius: 2px; }

.itemize {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 40px; }
  .itemize .myprocess {
    padding: 20px 15px; }
    .itemize .myprocess .c_mian_blue {
      border-left: 2px solid #0099ff;
      padding-left: 5px; }
    .itemize .myprocess .specification {
      padding: 0 10px; }
      .itemize .myprocess .specification .specification-title {
        border-bottom: 1px dashed #cccccc; }
    .itemize .myprocess .specification_content {
      padding: 0 10px; }
      .itemize .myprocess .specification_content .specification_input {
        vertical-align: baseline;
        width: 56px;
        height: 27px;
        border: 1px solid #cfcfcf;
        text-align: center; }
      .itemize .myprocess .specification_content .b57bcff {
        display: inline-block;
        background-color: #57bcff;
        width: 216px;
        height: 19px;
        line-height: 19px;
        color: #fff;
        padding: 14px 20px 14px; }
      .itemize .myprocess .specification_content .bf5f5f5 {
        display: inline-block;
        width: 852px;
        height: 45px;
        line-height: 45px;
        border: 1px solid #e3e3e3;
        padding-left: 20px;
        background-color: #f5f5f5; }
        .itemize .myprocess .specification_content .bf5f5f5 input[type=text] {
          vertical-align: baseline;
          width: 56px;
          height: 27px;
          border: 1px solid #cfcfcf;
          text-align: center; }
        .itemize .myprocess .specification_content .bf5f5f5 button {
          width: 67px;
          border-radius: 3px;
          vertical-align: baseline;
          padding: 0 8px;
          font-size: 12px;
          height: 28px;
          line-height: 26px; }
        .itemize .myprocess .specification_content .bf5f5f5 .btn0099ff {
          border: none;
          background-color: #0099ff;
          margin-right: 8px;
          color: #fff; }
        .itemize .myprocess .specification_content .bf5f5f5 .btnfff {
          background-color: #fff;
          color: #0099ff;
          border: 1px solid #cccccc; }
      .itemize .myprocess .specification_content .be5f5ff {
        position: relative;
        width: 218px;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        padding: 16px 18px;
        background-color: #e5f5ff;
        display: inline-block;
        height: 227px; }
      .itemize .myprocess .specification_content .content_itemize {
        border-right: 1px solid #e3e3e3;
        width: 797px;
        height: 219px;
        display: inline-block;
        padding: 20px 38px;
        overflow: hidden;
        overflow-y: auto; }
        .itemize .myprocess .specification_content .content_itemize .items {
          position: relative; }
          .itemize .myprocess .specification_content .content_itemize .items .broken {
            position: absolute;
            left: 14px;
            top: 20px; }
            .itemize .myprocess .specification_content .content_itemize .items .broken:nth-child(2) {
              top: 66px; }
        .itemize .myprocess .specification_content .content_itemize .items_p {
          padding-left: 54px; }
          .itemize .myprocess .specification_content .content_itemize .items_p .line-img {
            position: absolute;
            left: 13px;
            top: -33px; }
            .itemize .myprocess .specification_content .content_itemize .items_p .line-img.top-30 {
              top: -30px; }
          .itemize .myprocess .specification_content .content_itemize .items_p:first-child .line-img {
            top: -30px; }
        .itemize .myprocess .specification_content .content_itemize .ping_blue {
          display: inline-block;
          width: 26px;
          height: 24px;
          border: 1px solid #0099ff;
          border-radius: 3px;
          line-height: 24px;
          text-align: center;
          color: #0099ff; }
  .itemize .itemize_table {
    padding: 0 24px; }
    .itemize .itemize_table .itemize_table_head {
      height: 40px;
      padding-left: 10px;
      line-height: 40px;
      border: 1px solid #e3e3e3;
      background-color: #fbfbfb;
      border-bottom: none; }
      .itemize .itemize_table .itemize_table_head .itemize_table_head_weight {
        color: #a1a1a1; }
      .itemize .itemize_table .itemize_table_head .packup {
        margin-left: 10px;
        padding: 6px 8px;
        color: #0099ff;
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 3px;
        font-size: 12px;
        height: 30px;
        line-height: 10px; }
      .itemize .itemize_table .itemize_table_head .up_triangle {
        width: 0;
        height: 0;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #0099ff;
        display: inline-block;
        margin-bottom: 1px; }
    .itemize .itemize_table .tablethe {
      width: 100%;
      text-align: center;
      border: 1px solid #e3e3e3; }
      .itemize .itemize_table .tablethe tr th {
        height: 50px;
        background-color: #e5f5ff;
        border-bottom: 1px solid #e3e3e3; }
      .itemize .itemize_table .tablethe tr td {
        height: 50px;
        border-bottom: 1px solid #e3e3e3; }
    .itemize .itemize_table .classify .classify_sel {
      padding: 10px 0;
      border-bottom: 1px solid #e3e3e3; }
      .itemize .itemize_table .classify .classify_sel .active {
        position: relative;
        color: #ff6600; }
        .itemize .itemize_table .classify .classify_sel .active:before {
          position: absolute;
          color: #ff6600;
          border-bottom: 3px solid #ff6600;
          width: 90%;
          content: '';
          bottom: -12px;
          left: 5%; }
      .itemize .itemize_table .classify .classify_sel li {
        cursor: pointer;
        float: left;
        padding: 0 20px;
        border-left: 1px solid #e3e3e3; }
        .itemize .itemize_table .classify .classify_sel li:nth-child(1) {
          border-left: none; }
    .itemize .itemize_table .classify .classify_content {
      padding: 30px 20px;
      border-bottom: 1px dashed #cccccc; }
      .itemize .itemize_table .classify .classify_content ul li {
        float: left;
        width: 350px; }
        .itemize .itemize_table .classify .classify_content ul li .w100,
        .itemize .itemize_table .classify .classify_content ul li .w130 {
          line-height: 30px; }
        .itemize .itemize_table .classify .classify_content ul li select {
          width: 106px;
          height: 29px; }
        .itemize .itemize_table .classify .classify_content ul li input[type=text] {
          width: 106px;
          height: 29px;
          vertical-align: baseline;
          padding-left: 5px; }
        .itemize .itemize_table .classify .classify_content ul li .img-example {
          width: 40px;
          height: 30px;
          border: 1px solid #ccc;
          vertical-align: middle;
          display: inline-block; }
          .itemize .itemize_table .classify .classify_content ul li .img-example img {
            /*width: 100%;*/ }
    .itemize .itemize_table .classify .classify_content2 {
      padding: 30px 20px; }
      .itemize .itemize_table .classify .classify_content2 .w100,
      .itemize .itemize_table .classify .classify_content2 .w130 {
        line-height: 30px; }
      .itemize .itemize_table .classify .classify_content2 .tip_sel_tech {
        position: absolute;
        top: -61px;
        left: 124px;
        width: 198px;
        background-color: #fff;
        border: 1px solid #999999;
        padding: 10px 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .itemize .itemize_table .classify .classify_content2 .sel_tech_tri {
        position: absolute;
        bottom: 27px;
        left: 245px; }
      .itemize .itemize_table .classify .classify_content2 .tech1 {
        width: 240px; }
      .itemize .itemize_table .classify .classify_content2 .tech2 {
        width: 260px;
        top: -80px; }
      .itemize .itemize_table .classify .classify_content2 .tech3 {
        width: 280px;
        top: -82px;
        left: 98px; }
      .itemize .itemize_table .classify .classify_content2 .tri3 {
        bottom: 27px;
        left: 211px; }
      .itemize .itemize_table .classify .classify_content2 .tech4 {
        width: 260px;
        top: -83px;
        left: 74px; }
      .itemize .itemize_table .classify .classify_content2 .tri4 {
        bottom: 27px;
        left: 196px; }
      .itemize .itemize_table .classify .classify_content2 .triangle_border_down {
        width: 10px;
        height: 10px;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      .itemize .itemize_table .classify .classify_content2 ul li {
        position: relative;
        float: left;
        width: 350px; }
        .itemize .itemize_table .classify .classify_content2 ul li select {
          width: 106px;
          height: 29px; }
        .itemize .itemize_table .classify .classify_content2 ul li input[type=text] {
          width: 106px;
          height: 29px;
          padding-left: 5px;
          vertical-align: baseline; }
        .itemize .itemize_table .classify .classify_content2 ul li .icon-help_c {
          color: #109fff; }
      .itemize .itemize_table .classify .classify_content2 .textarea textarea {
        vertical-align: text-top;
        resize: none; }
    .itemize .itemize_table .classify .contact_information .contact_information_head {
      border-bottom: 1px dashed #CCCCCC; }
    .itemize .itemize_table .classify .contact_information ul li {
      width: 300px;
      float: left; }
      .itemize .itemize_table .classify .contact_information ul li input[type=text] {
        margin-left: 5px;
        width: 106px;
        height: 29px;
        vertical-align: baseline; }
  .itemize .footer_btn {
    text-align: center;
    margin: 40px 0; }
    .itemize .footer_btn button {
      width: 100px;
      height: 35px;
      border-radius: 3px;
      margin: 0 10px; }
      .itemize .footer_btn button:nth-of-type(1) {
        background-color: #ff6600;
        color: #ffffff; }
      .itemize .footer_btn button:nth-of-type(2) {
        border: 1px solid #ff6600;
        background-color: #fff;
        color: #000; }
  .itemize .circle_blue {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0099ff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 16px; }

.circle_blue_s {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0099ff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 12px; }

.ping_blue_s {
  display: inline-block;
  width: 17px;
  height: 15px;
  border: 1px solid #0099ff;
  border-radius: 2px;
  line-height: 15px;
  text-align: center;
  color: #0099ff;
  font-size: 12px; }

.dsib {
  width: 105px;
  display: inline-block; }

.bd_b1 {
  border-bottom: 1px solid #e3e3e3; }

.maching-table-content .main_table tr td {
  height: auto !important;
  padding: 10px 0; }
.maching-table-content .main_table .item-list li {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0; }
  .maching-table-content .main_table .item-list li:last-child {
    border-bottom: 0; }

.redeem-receipt {
  width: 1200px; }

.redeem-title {
  overflow: hidden;
  line-height: 37px; }

.redeem-title-r {
  float: right; }

.redeem-title-time {
  display: inline-block;
  margin-left: 20px; }

.redeem-box {
  padding: 14px;
  padding-top: 0; }

.redeem-receipt .btn_orange_bd_c_s {
  margin-left: 15px; }

.redeem-price-box {
  text-align: right; }

.redeem-price-l,
.redeem-price-r {
  display: inline-block;
  width: 100px;
  padding-right: 9px; }

.redeem-bottom {
  line-height: 50px; }

.redeem-bottom-text {
  display: inline-block;
  padding-right: 51px; }

.dis_block {
  display: block; }

.border-r-none {
  border-right: none !important; }

.search-left {
  line-height: 25px; }

.loan-titel {
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px; }

.loan-titel a {
  display: inline-block;
  width: 115px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid white;
  font-size: 14px;
  color: #333; }

.loan-titel-middle {
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro; }

.loan-titel-active a {
  border-bottom: 2px solid #ff6600 !important; }

.loan-lype-box input {
  border: 1px solid white;
  padding: 4px 10px;
  background-color: white; }

.loan-lype-btn {
  background-color: #ff6600 !important;
  color: white !important;
  border: 1px solid #ff6600 !important;
  padding: 4px 10px; }

/*vue请求加载前隐藏*/
[v-cloak] {
  display: none; }

.search_num_bd.w_25 li {
  width: 25%;
  height: 78px; }

.loan-lype-box input[type=button] {
  border-radius: 4px; }

.financing_msg li {
  margin-right: 70px;
  line-height: 25px; }

.financing_msg {
  margin: 10px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: gainsboro;
  border-image: initial;
  padding: 12px; }

.dis_inline-block {
  display: inline-block; }

.financing_msg-btn {
  position: absolute;
  z-index: 2;
  padding-right: 10px;
  background: white; }

.ov-hd {
  overflow: hidden; }

.bor-ra-4 {
  border-radius: 4px; }

.hover-pointer {
  cursor: pointer; }

.search-component .green {
  background-color: green !important; }

.search-component .filter_list {
  border-top: 1px solid #eee; }

.search-component input[type=checkbox] {
  cursor: pointer; }

.search-component .filter_list .filter_link {
  width: 850px;
  padding: 5px; }

.component-box {
  display: table; }

.search-component .iconfont {
  vertical-align: middle; }

.component-span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px !important; }

.pos_relative.ov-hd {
  height: 121px;
  width: 1180px; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s; }

.fade-enter,
.fade-leave-to
 {
  opacity: 0; }

/*垂直水平居中*/
.czjz {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 10; }

.content-financing {
  width: 1200px; }
  .content-financing .news {
    border: 1px solid #faf0d9;
    padding: 5px; }
  .content-financing .financing {
    border: 1px solid gainsboro; }
  .content-financing .financing li {
    display: inline-block;
    font-weight: 700;
    margin-right: 45px;
    font-size: 15px; }
  .content-financing .financing ul {
    display: inline-block; }
  .content-financing .yijianrongz {
    background: #e93042;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    height: 30px;
    line-height: 22px; }
  .content-financing .bank-list {
    display: inline-block; }
  .content-financing .bank-list li {
    display: inline-block;
    margin-right: 25px;
    border: 1px solid #ccc;
    cursor: pointer; }
  .content-financing .bank-list-box {
    padding: 15px;
    border: 1px solid gainsboro;
    display: table; }
  .content-financing input[type=checkbox] {
    cursor: pointer; }
  .content-financing .proportion {
    display: inline-block;
    margin-top: 15px; }
  .content-financing .proportion li {
    display: inline-block;
    margin-right: 25px; }
  .content-financing .more {
    border: 1px solid gainsboro;
    display: table-cell;
    vertical-align: middle;
    margin: -12px 0 0 5px; }
  .content-financing .designated li {
    display: inline-block;
    text-align: center;
    border: 1px solid gainsboro;
    width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
    cursor: pointer; }
  .content-financing .designated-one {
    width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .content-financing .designated-two {
    background: #f5f5f5;
    height: 18px;
    line-height: 18px;
    width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .content-financing .designated {
    margin: 6px 0px -4px 0; }
  .content-financing .select_down li {
    float: left;
    margin-right: 10px;
    border: 1px solid #eee; }
  .content-financing .select_down li .dis_content {
    background-color: #fff;
    border: 1px solid #ff6600;
    position: absolute;
    z-index: 0;
    width: 1082px;
    top: 38px;
    left: -93px;
    padding: 5px 10px; }
  .content-financing .select_down .select {
    border: 1px solid #ff6600;
    border-bottom: 1px solid #fff !important; }
  .content-financing .select_down li .title {
    color: #666;
    position: relative;
    padding: 0 2px 0 6px;
    background-color: white; }
  .content-financing .select_down .model_submit {
    float: right; }
  .content-financing .select_down .model_submit input {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 3px 10px; }
  .content-financing .down-select {
    border: 1px solid #ff6600 !important;
    border-bottom: 1px solid #fff !important;
    z-index: 5 !important;
    height: 31px; }

.dis_table {
  display: table; }

.dis_table_cell {
  display: table-cell;
  vertical-align: middle; }

.pledge .checkbox-li {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important; }
.pledge .checkbox-li input {
  margin: 0 15px; }
.pledge .qi-item {
  border: 1px solid #ececec;
  margin-bottom: 0px !important;
  padding: 13px 0px !important;
  width: 100%; }
.pledge .sold-out {
  color: white;
  background: #ff0000;
  padding: 1px; }
.pledge .bg_light_blue {
  background: #ffffff; }
.pledge .fl.w820 {
  background: white; }
.pledge .search_result .search_list .line:last-child {
  border-bottom: 1px solid gainsboro !important; }
.pledge .qi-search-result .search_list {
  padding: 0 10px;
  background: white !important;
  border-bottom: 1px dotted gainsboro !important; }
.pledge .un-shopping {
  margin: 0 15px; }
.pledge .qi-search-result .qi-search-right {
  background: white !important; }
.pledge .qi-search-result .qi-search-right {
  height: auto; }
.pledge .pledge-huang {
  background-color: #fff7f2 !important; }
.pledge .filter_list tr td:first-child {
  display: table-cell !important;
  width: 60px;
  color: #333;
  text-align: left !important;
  padding: 5px 0;
  padding-right: 25px !important; }
.pledge .map-title-jisuan {
  border-bottom: 1px dotted gainsboro; }
.pledge .map-box {
  border: 1px solid gainsboro;
  width: 90%;
  margin: 10px auto;
  padding: 8px; }
.pledge .more-btn {
  width: 50px;
  border: 1px solid gainsboro;
  line-height: 24px;
  text-align: center;
  height: 24px;
  padding: 0 !important; }
.pledge .search_list {
  margin: 0 10px;
  border-bottom: 1px solid #ececec; }
.pledge .more-btn:visited {
  padding: 0 !important; }
.pledge .border-lan {
  border: 1px solid #0099ff !important; }

.content-financing {
  margin: 0 auto; }

.replenishment ul.line.qi-item.bg_light_blue.clear.dis_table {
  width: 680px;
  padding: 20px 0; }

.replenishment .checkbox-li {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important; }

.replenishment2 ul {
  border: 1px solid gainsboro !important;
  padding: 20px;
  margin: 0 auto -1px; }

.replenishment2 .img_mask {
  height: 80px !important; }

.replenishment2 .checkbox-li input {
  margin: 0 10px; }

.replenishment2 .search_list .line:last-child {
  border-bottom: 1px solid gainsboro !important; }

.replenishment3 .layer_lingbujian {
  width: 680px !important; }

.replenish-c tr {
  border: 1px solid gainsboro;
  margin-bottom: -1px;
  line-height: 46px; }

.advanced-list {
  display: inline-block;
  margin-right: 10px;
  border: none !important; }

.advanced-list .title {
  border: 1px solid #eee; }

.advanced-list .dis_content {
  background-color: #fff;
  border: 1px solid #ff6600;
  position: absolute;
  z-index: 0;
  top: 37px !important;
  width: 1015px;
  left: 0px !important;
  padding: 5px 10px;
  z-index: 2 !important; }

.line-h25 {
  line-height: 25px; }

.mt0 {
  margin-top: 0 !important; }

.opacity0 {
  opacity: 0; }

.t-a-last {
  text-align-last: justify; }

.vertical-middle {
  vertical-align: middle; }

.apply-box .yuandian {
  height: 7px;
  width: 7px;
  background: #ff6600 !important;
  display: inline-block;
  border-radius: 100%;
  margin-right: 6px; }
.apply-box li {
  border-bottom: 1px dotted gainsboro;
  line-height: 45px; }

.examine .num {
  background-color: #ff6600;
  color: white;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  margin-bottom: 10px; }
.examine .step {
  padding-left: 50px;
  padding-bottom: 20px; }
  .examine .step .line {
    width: 80px;
    border-bottom: 1px dashed #ff6600;
    margin: 12px 0px 0px 5px; }
  .examine .step li {
    margin-right: 10px; }
  .examine .step li:last-of-type .line {
    display: none; }
.examine .record {
  width: 98%;
  text-align: center;
  margin: 0 auto; }
  .examine .record td,
  .examine .record th {
    border: 1px solid #dbdbdb;
    box-sizing: border-box; }

.new-examine .flow .num {
  background-color: #0099ff;
  color: white;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: center; }
.new-examine .flow .line {
  border-left: 2px solid gainsboro;
  display: inline-block;
  height: 34px;
  margin: 0px 0px 5px 10px; }
.new-examine .flow .addition {
  display: none; }
.new-examine .flow li:last-of-type .line {
  display: none; }
.new-examine .flow li:last-of-type .addition {
  display: inline-block; }

.bg_f5f5f5 {
  background-color: #f5f5f5 !important; }

.bg_yellow {
  background-color: #eefcde !important; }

.bg_light_blue {
  background-color: #f2faff; }

.pos_relative {
  position: relative; }

.circle_orange {
  margin-left: 2px;
  border: 2px solid #ff6600;
  border-radius: 30px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 8px;
  position: absolute;
  top: 25%;
  cursor: pointer; }

.circle_orange_50 {
  margin-left: 2px;
  border: 2px solid #ff6600;
  border-radius: 30px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 8px;
  position: absolute;
  top: 28%;
  cursor: pointer; }

.bg_black {
  background-color: gray !important;
  color: white !important; }

.bg_white {
  background-color: white; }

.bg_yangred_tip {
  background-color: #ff6666;
  color: white;
  padding: 2px 2px;
  border-radius: 3px; }

.bg_red_tip {
  background-color: red;
  color: white;
  padding: 2px 2px;
  border-radius: 3px; }

.pay_op .button_wrap button {
  margin-right: 5px; }

.op_purchasing_follow .select_down li {
  float: left;
  margin-left: 10px;
  border: 1px solid #eee; }
  .op_purchasing_follow .select_down li .title {
    color: #666;
    position: relative;
    padding: 0 2px 0 6px;
    background-color: white; }
    .op_purchasing_follow .select_down li .title:hover {
      color: #0099ff; }
  .op_purchasing_follow .select_down li .dis_content {
    background-color: #fff;
    border: 1px solid #ff6600;
    position: absolute;
    z-index: 0;
    width: 1015px;
    top: 38px;
    left: -93px;
    padding: 5px 10px; }
.op_purchasing_follow .select_down .model_submit {
  float: right; }
  .op_purchasing_follow .select_down .model_submit input {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 3px 10px; }
.op_purchasing_follow .select_down .month_wrap a:hover {
  color: #0099ff;
  border: 0 !important;
  cursor: pointer; }
.op_purchasing_follow .select_down .select {
  border: 1px solid #ff6600;
  border-bottom: 1px solid #fff; }
.op_purchasing_follow .search_filter_btn {
  background-color: #ff6600;
  color: white;
  border: 1px solid #ff6600;
  padding: 4px 10px; }
.op_purchasing_follow .icon {
  width: 20px;
  height: 20px; }
.op_purchasing_follow .search_num_bd {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }
  .op_purchasing_follow .search_num_bd li:nth-child(3) label {
    border-right: 1px solid #e5e5e5; }
.op_purchasing_follow .son_list {
  background-color: #fff3eb !important; }
.op_purchasing_follow .search_button {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: black;
  padding: 3px 5px; }
.op_purchasing_follow .search_input {
  width: 60px; }
.op_purchasing_follow .option {
  color: #42a9ff; }
.op_purchasing_follow .supplier {
  position: relative; }
.op_purchasing_follow .tip {
  position: absolute;
  top: 7px;
  right: 13px; }
.op_purchasing_follow .bg_red {
  background-color: red;
  color: white;
  padding: 2px 2px;
  border-radius: 3px; }
.op_purchasing_follow .bg_orange {
  background-color: #ff6600;
  color: white; }
.op_purchasing_follow .bottom {
  position: relative; }
  .op_purchasing_follow .bottom .layui-laypage {
    margin: 0 !important; }
  .op_purchasing_follow .bottom .bottom_wrap .selected_total {
    float: left; }
  .op_purchasing_follow .bottom .bottom_wrap #pageContain {
    float: right; }
    .op_purchasing_follow .bottom .bottom_wrap #pageContain .layui-laypage-curr .layui-laypage-em {
      background-color: #0099ff !important; }
  .op_purchasing_follow .bottom .pay_button {
    position: absolute;
    right: 0;
    top: 40px; }
  .op_purchasing_follow .bottom .button_wrap button {
    position: absolute;
    top: 40px;
    right: 0px; }
.op_purchasing_follow .pageTotal {
  margin-top: 5px; }

.op_select_material .current {
  color: #0099ff; }
.op_select_material .content {
  width: 1200px !important; }
.op_select_material h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  border-left: 2px solid #0099ff;
  line-height: 16px;
  padding-left: 8px;
  color: #666;
  font-weight: 400; }
.op_select_material .process_wrap {
  width: 1200px; }
  .op_select_material .process_wrap .c_main_blue {
    margin-top: 5px;
    margin-bottom: 10px;
    border-left: 2px solid #0099ff;
    line-height: 16px;
    padding-left: 8px;
    color: #0099ff;
    font-weight: 400; }
  .op_select_material .process_wrap .logo_ul {
    width: 750px;
    height: 50px;
    margin: 25px auto; }
    .op_select_material .process_wrap .logo_ul li {
      position: relative;
      display: inline-block;
      width: 175px;
      height: 50px; }
      .op_select_material .process_wrap .logo_ul li .icon {
        position: absolute;
        left: 15px;
        color: #ccc; }
      .op_select_material .process_wrap .logo_ul li .icon-wancheng {
        font-size: 40px;
        left: 6px;
        top: -8px; }
      .op_select_material .process_wrap .logo_ul li span {
        position: absolute;
        top: 32px;
        left: 0;
        font-size: 13px; }
      .op_select_material .process_wrap .logo_ul li .span-wancheng {
        left: 16px; }
    .op_select_material .process_wrap .logo_ul svg {
      width: 30px;
      height: 30px; }
    .op_select_material .process_wrap .logo_ul .step_line {
      position: absolute;
      top: 15px;
      left: 63px;
      display: inline-block;
      margin-top: -3px;
      vertical-align: middle;
      width: 112px;
      height: 1px;
      border-bottom: 1px dashed #c5c5c5; }
.op_select_material .select_material {
  position: relative; }
  .op_select_material .select_material .icon {
    color: #0099ff; }
  .op_select_material .select_material .delivery_date {
    position: absolute;
    right: 0; }
  .op_select_material .select_material .maching_type ul {
    padding: 15px 32px; }
    .op_select_material .select_material .maching_type ul li {
      display: inline-block;
      font-size: 13px; }
.op_select_material .c_main .search_filter .search .bt_search {
  color: white;
  background-color: #ff6600;
  border: 1px solid #ff6600;
  padding: 4px 10px;
  border-radius: 5px; }
.op_select_material .c_main .search_filter .filter_list .search_button {
  border: 1px solid #e5e5e5;
  color: black;
  background-color: white;
  padding: 2px 3px; }
.op_select_material .c_main .search_filter .filter_list .search_input {
  width: 80px; }
.op_select_material .search_list {
  padding: 0 !important; }
  .op_select_material .search_list .bd_style {
    border: none; }
  .op_select_material .search_list .bottom_wrap {
    position: relative; }
    .op_select_material .search_list .bottom_wrap .page_wrap {
      position: absolute;
      right: 7px;
      top: -15px; }
      .op_select_material .search_list .bottom_wrap .page_wrap div {
        display: inline-block; }
      .op_select_material .search_list .bottom_wrap .page_wrap #pageContain .layui-laypage-curr .layui-laypage-em {
        background-color: #0099ff !important; }
.op_select_material .bt_wrap ul {
  width: 230px;
  margin: 10px auto; }
  .op_select_material .bt_wrap ul li {
    display: inline-block; }
    .op_select_material .bt_wrap ul li button {
      margin-right: 10px; }
    .op_select_material .bt_wrap ul li .bg_orange {
      background-color: #ff6600;
      color: white; }

.finished_product .c_main_blue {
  margin-top: 5px;
  margin-bottom: 10px;
  border-left: 2px solid #0099ff;
  line-height: 16px;
  padding-left: 8px;
  color: #0099ff;
  font-weight: 400; }
.finished_product .search_list .bd_style {
  border: none; }

.op_contract_detail .last-border .btn_open_wrap {
  position: absolute;
  bottom: -16px;
  left: 177px; }

.op-dialog-layer-pay .layui-layer-btn {
  font-size: 14px;
  border: none !important; }

.confirm_pay {
  /*向下三角形*/ }
  .confirm_pay .bd_style {
    position: relative; }
  .confirm_pay .bank_list {
    padding: 10px 10px; }
    .confirm_pay .bank_list span {
      display: inline-block;
      width: 136px; }
    .confirm_pay .bank_list .bank_item {
      border: 1px solid #e5e5e5;
      padding: 5px 10px;
      cursor: pointer; }
    .confirm_pay .bank_list .selected_icon {
      position: absolute;
      top: 18px;
      right: 14px; }
      .confirm_pay .bank_list .selected_icon.top14 {
        top: 14px;
        right: 10px; }
  .confirm_pay .bdc-orange {
    border-color: #ff6600 !important; }
  .confirm_pay .bdc-gray {
    border-color: #e5e5e5 !important; }
  .confirm_pay .float_interest_long {
    border: 1px solid #e5e5e5;
    width: 855px;
    height: 87px;
    box-shadow: 0 3px 8px 2px #888888;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: -89px; }
    .confirm_pay .float_interest_long ul {
      height: 30px; }
      .confirm_pay .float_interest_long ul li {
        height: 50px;
        line-height: 20px;
        padding: 10px 5px;
        text-align: center; }
      .confirm_pay .float_interest_long ul .first_li {
        line-height: 50px;
        padding: 0; }
    .confirm_pay .float_interest_long .first_ul {
      line-height: 20px;
      height: 20px; }
      .confirm_pay .float_interest_long .first_ul li {
        height: 20px; }
  .confirm_pay .float_interest {
    border: 1px solid #e5e5e5;
    width: 464px;
    height: 87px;
    box-shadow: 0 3px 8px 2px #888888;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: -89px; }
    .confirm_pay .float_interest ul {
      height: 30px; }
      .confirm_pay .float_interest ul li {
        height: 50px;
        line-height: 20px;
        padding: 10px 5px;
        text-align: center; }
      .confirm_pay .float_interest ul .first_li {
        line-height: 50px;
        padding: 0; }
    .confirm_pay .float_interest .first_ul {
      line-height: 20px;
      height: 20px; }
      .confirm_pay .float_interest .first_ul li {
        height: 20px; }
  .confirm_pay .triangle_border_down {
    width: 0;
    height: 0;
    border-width: 10px 7px 0;
    border-style: solid;
    position: absolute;
    right: 28px;
    top: -41px;
    border-color: #fff transparent transparent;
    /*灰 透明 透明 */
    margin: 40px auto;
    position: absolute; }
  .confirm_pay .list_input {
    width: 70px;
    text-align: center; }
  .confirm_pay .bg_black {
    background-color: #ccc !important;
    border: 1px solid #ccc !important; }
  .confirm_pay .color_red {
    color: red; }
  .confirm_pay .search_prefer {
    padding: 5px 10px;
    margin: 0; }
  .confirm_pay .total {
    padding-left: 47px; }
  .confirm_pay .c_main_blue {
    margin-top: 5px;
    margin-bottom: 10px;
    border-left: 2px solid #0099ff;
    line-height: 16px;
    padding-left: 8px;
    color: #0099ff;
    font-weight: 400; }
  .confirm_pay .line {
    width: 100%;
    border-top: 1px dashed #e5e5e5;
    margin-bottom: 10px; }
  .confirm_pay .pay_type_wrap {
    position: relative;
    padding: 10px; }
    .confirm_pay .pay_type_wrap .pay_type_content {
      position: relative; }
      .confirm_pay .pay_type_wrap .pay_type_content .type1 {
        line-height: 20px; }
      .confirm_pay .pay_type_wrap .pay_type_content .type2 {
        line-height: 20px; }
    .confirm_pay .pay_type_wrap .sumbit_wrap div {
      text-align: right; }
    .confirm_pay .pay_type_wrap .sumbit_wrap .bt {
      color: white;
      background-color: #ff6600;
      border: 1px solid #ff6600;
      border-radius: 4px;
      padding: 5px 15px;
      cursor: pointer; }

.maching_detail .c_main_blue_1 {
  margin-top: 5px;
  margin-bottom: 10px;
  border-left: 2px solid #0099ff;
  line-height: 16px;
  padding-left: 8px;
  color: #0099ff;
  font-weight: 400; }
.maching_detail .content_wrap {
  width: 1000px;
  margin: 0 auto; }
  .maching_detail .content_wrap ul li {
    border: 1px solid #eee;
    border-radius: 4px; }
    .maching_detail .content_wrap ul li .search_list {
      margin-top: 0 !important;
      padding: 0 !important; }
    .maching_detail .content_wrap ul li .fujian_wrap .doc_wrap span {
      display: inline-block;
      padding: 10px 10px;
      text-align: center; }
    .maching_detail .content_wrap ul li .fujian_wrap .doc_wrap img {
      width: 46px;
      height: 46px; }
    .maching_detail .content_wrap ul li .check_finish .fee {
      text-align: right; }
    .maching_detail .content_wrap ul li .check_finish .btn {
      text-align: right; }
      .maching_detail .content_wrap ul li .check_finish .btn input {
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #ff6600;
        padding: 10px 20px; }

.maching_record .search_num_bd .count {
  display: inline-block;
  background-color: #ff6600;
  padding: 0px 4px;
  border-radius: 4px;
  position: absolute;
  color: white; }
.maching_record .search_filter_btn {
  color: white;
  background-color: #ff6600;
  border: 1px solid #ff6600;
  padding: 4px 10px;
  border-radius: 5px; }
.maching_record .ul_retractable_list {
  text-align: center;
  width: 100%;
  white-space: nowrap; }
  .maching_record .ul_retractable_list .icon {
    color: #0099ff; }
  .maching_record .ul_retractable_list .table_thead {
    background-color: #e5f5ff; }
    .maching_record .ul_retractable_list .table_thead span {
      width: 107px;
      height: 50px;
      display: inline-block;
      line-height: 50px; }
    .maching_record .ul_retractable_list .table_thead .first_span {
      width: 30px;
      height: 50px; }
  .maching_record .ul_retractable_list .table_tbody .tr_father span {
    border-bottom: 1px solid #f5f5f5;
    display: inline-block;
    width: 107px;
    height: 50px;
    line-height: 50px; }
  .maching_record .ul_retractable_list .table_tbody .tr_father .first_span {
    width: 30px;
    height: 50px; }
  .maching_record .ul_retractable_list .table_tbody .tr_father .bg_red_tip {
    color: #fff;
    background-color: #ff6e6e;
    padding: 2px;
    border-radius: 3px;
    display: inline;
    line-height: 24px; }
  .maching_record .ul_retractable_list .table_tbody .tr_son td {
    height: 50px;
    text-align: center; }

.op-dialog-receivables_type {
  min-width: 400px;
  max-width: 400px;
  max-height: 250px;
  min-height: 250px; }
  .op-dialog-receivables_type .dialog_content {
    text-align: left; }
    .op-dialog-receivables_type .dialog_content div {
      width: 200px;
      margin: 0 auto; }

.dialog-supplier {
  width: 450px !important;
  height: 350px;
  max-width: 450px;
  max-height: 350px;
  min-width: 450px;
  min-height: 350px; }
  .dialog-supplier .layui-layer-content {
    text-align: left !important; }
    .dialog-supplier .layui-layer-content .content_wrap {
      width: 250px;
      margin: 0 auto;
      line-height: 30px; }
    .dialog-supplier .layui-layer-content .title {
      width: 75px;
      display: inline-block;
      text-align: right; }

.layer_check {
  width: 350px; }
  .layer_check ul {
    display: inline-block; }

.layui-layer-dialog-sendcode {
  max-width: 360px;
  max-height: 342px; }
  .layui-layer-dialog-sendcode .send_code {
    border: 1px solid #e5e5e5;
    background-color: white;
    color: #333;
    padding: 3px 8px;
    cursor: pointer; }
  .layui-layer-dialog-sendcode .layer_wrap {
    position: relative; }
    .layui-layer-dialog-sendcode .layer_wrap .msmCode input {
      width: 100px; }
  .layui-layer-dialog-sendcode .layui-layer-title {
    background-color: #2e8ded;
    color: white; }
  .layui-layer-dialog-sendcode .layui-layer-content {
    text-align: left !important; }
    .layui-layer-dialog-sendcode .layui-layer-content .layer_wrap span {
      display: inline-block; }
    .layui-layer-dialog-sendcode .layui-layer-content .layer_wrap .item {
      width: 320px;
      margin: 0 auto; }
    .layui-layer-dialog-sendcode .layui-layer-content .layer_wrap .title {
      width: 110px;
      text-align: right; }

.pay_qrCode_dialog {
  width: 400px; }
  .pay_qrCode_dialog p {
    text-align: left; }
  .pay_qrCode_dialog .layui-layer-btn {
    text-align: center; }
  .pay_qrCode_dialog .code_wrap {
    text-align: center; }
    .pay_qrCode_dialog .code_wrap img {
      display: inherit;
      margin: 0 auto; }

.lunbo_wrap {
  position: relative; }
  .lunbo_wrap .user_infor {
    margin-top: 0 !important; }
  .lunbo_wrap .float_layer {
    position: absolute;
    width: 160px;
    height: 360px;
    top: 0;
    background-color: #eee;
    z-index: 1;
    opacity: 0.7; }
  .lunbo_wrap .left_wrap {
    left: 120px; }
  .lunbo_wrap .right_wrap {
    right: 120px; }

.error_wrap {
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 54px; }
  .error_wrap .bt_wrap .btn {
    /* width: 260px; */
    padding: 7px 21px;
    text-align: center;
    display: inline-block;
    color: #fff;
    /* margin: 0 auto; */
    border: #397ebe;
    border-radius: 2px;
    margin-top: 15px;
    /* height: 40px; */
    background-color: #1f7ace;
    /* font-size: 16px; */ }
  .error_wrap .bt_wrap .back {
    margin-top: 13px;
    margin-left: 10px;
    color: #397ebe;
    background-color: #fff; }

.wrap760 {
  width: 760px;
  margin: 0 auto; }

.error_page {
  margin-top: 200px; }
  .error_page .load_again {
    cursor: pointer; }
    .error_page .load_again:hover {
      font-weight: bold; }

.color-gray {
  color: gray; }

.oPscheduleBox .select_technology .sel_item_wrap {
  width: 98px;
  height: 38px;
  display: inline-block; }
.oPscheduleBox .select_technology .tip_sel_tech {
  position: absolute;
  top: -73px;
  left: 0px;
  width: 402px;
  background-color: #fff;
  border: 1px solid #999999;
  padding: 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.oPscheduleBox .select_technology .triangle_border_down {
  width: 10px;
  height: 10px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg); }
.oPscheduleBox .select_technology .hot {
  width: 464px; }
.oPscheduleBox .select_technology .sel_tech_tri {
  position: absolute;
  bottom: 23px;
  left: 28px; }

.shopCart .carBanner {
  border-bottom: 0 !important; }
.shopCart .w800 {
  width: 800px;
  margin: 0 auto;
  padding: 100px 0; }
.shopCart .emptyInfo_wrap {
  text-align: center; }
  .shopCart .emptyInfo_wrap a {
    position: absolute;
    top: 54px;
    left: 0; }

#layer_invoice_input .input_content form .layer_date .icon {
  right: 8px !important; }

.page_list a {
  height: 16px; }

.easyDialog_wrapper {
  width: 320px;
  color: #444;
  border: 3px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: none;
  font-family: "Microsoft yahei", Arial; }

.easyDialog_wrapper .easyDialog_content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e5e5e5; }

.easyDialog_wrapper .easyDialog_title {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #666;
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  border-radius: 4px 4px 0 0; }

.easyDialog_wrapper .close_btn {
  font-family: arial;
  font-size: 18px;
  _font-size: 12px;
  font-weight: 700;
  color: #999;
  text-decoration: none;
  float: right; }

.easyDialog_wrapper .close_btn:hover {
  color: #333; }

.easyDialog_wrapper .easyDialog_text {
  padding: 25px 10px;
  font-size: 13px;
  line-height: 22px; }

.easyDialog_wrapper .easyDialog_footer {
  padding: 0 10px;
  *zoom: 1; }

.easyDialog_wrapper .easyDialog_footer:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both; }

.easyDialog_wrapper .btn_highlight,
.easyDialog_wrapper .btn_normal {
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Microsoft yahei", Arial;
  float: right;
  font-size: 12px;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px; }

.easyDialog_wrapper .btn_highlight {
  background: #4787ed;
  background: -webkit-gradient(linear, center bottom, center top, from(#4787ed), to(#4d90fe));
  background: -moz-linear-gradient(90deg, #4787ed, #4d90fe);
  border-color: #3079ed;
  color: #fff; }

.easyDialog_wrapper .btn_normal {
  margin-left: 10px;
  border-color: #c3c3c3;
  background: #ececec;
  color: #333;
  background: -webkit-gradient(linear, center bottom, center top, from(#ececec), to(#f4f4f4));
  background: -moz-linear-gradient(90deg, #ececec, #f4f4f4); }

.layer_easy_dialog {
  width: 660px !important; }
  .layer_easy_dialog .layui-layer-content {
    height: 350px !important;
    background-color: #fff; }
  .layer_easy_dialog .layui-layer-btn {
    background-color: #fff; }

.op-vip-manage .btn_sure {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 3px 4px; }
.op-vip-manage .bt_search {
  color: white;
  background-color: #ff6600;
  border: 1px solid #ff6600;
  padding: 4px 10px;
  border-radius: 5px; }
.op-vip-manage .w1200 {
  width: 1200px; }
.op-vip-manage .search_table .search_wrap {
  padding: 10px 0; }
.op-vip-manage .search_table .title {
  color: #999; }
.op-vip-manage .search_list {
  padding: 0; }
.op-vip-manage .tb_gray_b a {
  color: #0099ff;
  text-decoration: none;
  cursor: pointer; }
.op-vip-manage .register_time .icon_rili {
  background: url(../../img/op_img/rili.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  position: absolute; }
.op-vip-manage .register_time .rili1 {
  left: 67px;
  top: -3px; }
.op-vip-manage .register_time .rili2 {
  left: 165px;
  top: -3px; }
.op-vip-manage .register_time input {
  width: 92px; }

.vip_layer_revise {
  width: 338px; }
  .vip_layer_revise a {
    color: #0099ff; }
  .vip_layer_revise input {
    margin-right: 25px; }

.company_info .account_info .search_list_ul {
  padding: 0 !important;
  border: 1px solid #e5e5e5;
  width: 151px;
  position: absolute;
  left: 53px;
  top: 33px;
  background-color: white; }
  .company_info .account_info .search_list_ul li {
    float: none !important;
    display: block;
    cursor: default; }

.zhibao_wrap .cursor_pointer {
  cursor: pointer; }
.zhibao_wrap .upload_time input {
  width: 95px; }
.zhibao_wrap .rili_logo {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 70px;
  top: 5px; }
.zhibao_wrap .rili_logo1 {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 172px;
  top: 5px; }
.zhibao_wrap .w80 {
  width: 80px; }
.zhibao_wrap .btn_bg_white {
  background-color: #fff;
  color: #000;
  border: 1px solid #ff6600; }
.zhibao_wrap .btn_search {
  background-color: #ff6600;
  color: white;
  padding: 5px 10px; }

.setting_service_add_layer ul li {
  text-align: left; }
  .setting_service_add_layer ul li textarea {
    vertical-align: top;
    height: 78px;
    border: 1px solid #ddd; }
  .setting_service_add_layer ul li .title {
    display: inline-block;
    width: 80px;
    text-align: right; }

.kunbao_finished_tr td {
  background-color: #f5f5f5 !important; }

.menu_v .red_pot {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  padding: 4px;
  height: 7px;
  vertical-align: middle;
  line-height: 7px;
  margin-left: 5px;
  border-radius: 4px;
  position: relative;
  top: -5px; }

.type_wrap ul {
  border-bottom: 1px solid #ccc; }
  .type_wrap ul li {
    cursor: pointer;
    padding: 10px 10px 0 10px; }
    .type_wrap ul li .current {
      border-bottom: 2px solid #ff6600; }
    .type_wrap ul li span {
      display: inline-block;
      height: 30px; }
    .type_wrap ul li:nth-child(1) em {
      border-right: 1px solid #ccc;
      padding: 0 30px; }

table tr th {
  white-space: nowrap; }

table .logo1_wrap {
  text-align: left;
  padding-left: 25px; }

.xianhuo_logo {
  display: inline-block;
  border: 1px solid #7fccff;
  background-color: #d9f0ff; }
  .xianhuo_logo em {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 7px; }

.checkbox_wrap {
  position: absolute;
  top: 14px;
  left: 9px; }

.dingzhi_logo {
  display: inline-block;
  border: 1px solid #ffb27f;
  background-color: #ffe8d9; }
  .dingzhi_logo em {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 7px; }

.new_logo {
  background-color: #ffe7e5;
  display: inline-block;
  text-align: center;
  color: red;
  padding: 3px 4px;
  vertical-align: middle; }

.zhiliangxinxi_hover_wrap {
  z-index: 1200;
  width: 776px;
  right: -84px;
  bottom: 37px;
  border-radius: 6px;
  background-color: white; }
  .zhiliangxinxi_hover_wrap p {
    text-align: left;
    /* padding-left: 42px; */
    padding: 12px 42px;
    font-size: 16px;
    font-weight: bold; }
  .zhiliangxinxi_hover_wrap .father_ul {
    text-align: center;
    width: 685px;
    margin: 0 auto; }
    .zhiliangxinxi_hover_wrap .father_ul li.title {
      height: 348px;
      line-height: 348px;
      padding: 0 30px; }
    .zhiliangxinxi_hover_wrap .father_ul .father_li {
      border: 1px solid #ccc; }
      .zhiliangxinxi_hover_wrap .father_ul .father_li .son_ul li {
        padding: 0 25px;
        border-bottom: 1px solid #ccc;
        line-height: 28px;
        height: 28px; }

.float_window_wrap {
  position: absolute;
  right: 0;
  top: -98px; }
  .float_window_wrap .float_window {
    border: 1px solid #ccc;
    padding: 10px;
    white-space: nowrap;
    background-color: white; }
    .float_window_wrap .float_window .btn {
      background-color: #fff;
      border: 1px solid #0099ff;
      color: gray;
      padding: 3px 8px;
      border-radius: 4px; }
    .float_window_wrap .float_window .exit_logo {
      cursor: pointer; }

.consult_wrap .showMore {
  text-align: center; }
  .consult_wrap .showMore .line {
    border: 0.5px solid #ccc;
    width: 1020px;
    margin: 0 auto; }
  .consult_wrap .showMore .content {
    cursor: pointer; }
.consult_wrap .first_tr {
  white-space: nowrap; }
.consult_wrap .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold; }
.consult_wrap table.consult_table {
  margin: 0 auto; }
  .consult_wrap table.consult_table tr td {
    border: 2px solid #000;
    padding: 10px 1px;
    font-weight: bold;
    text-align: center; }
    .consult_wrap table.consult_table tr td:nth-child(6) {
      width: 73px;
      white-space: nowrap; }

.bg_light_red {
  background-color: #ffefe5 !important; }

.new_tip {
  background-color: #ff6600;
  color: white;
  border-radius: 3px; }

.c_main .search_filter .search .choose2 {
  display: block;
  border: 1px solid #ccc;
  width: 482px; }
  .c_main .search_filter .search .choose2 .radio_wrap {
    display: block;
    margin: 0 auto;
    width: 96%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
  .c_main .search_filter .search .choose2 .text_wrap {
    display: inline-block;
    width: 94%; }
    .c_main .search_filter .search .choose2 .text_wrap textarea {
      width: 417px;
      height: 59px;
      margin: 10px 0px 0px 10px;
      border: 0px; }
    .c_main .search_filter .search .choose2 .text_wrap button {
      float: right;
      margin-top: 47px;
      margin-right: -27px; }
.c_main .search_filter .search_type {
  display: block; }
  .c_main .search_filter .search_type .on {
    background-color: #ff6600 !important;
    color: white;
    border: 1px solid #ff6600;
    padding: 4px 10px;
    border-radius: 3px 3px 0 0; }
  .c_main .search_filter .search_type .notOn {
    background-color: #fff; }
.c_main .search_filter .filter_list .btn_wrap a {
  border: 1px solid #ccc;
  color: gray;
  text-align: center;
  padding: 0px 8px; }
.c_main .search_filter .filter_list .btn_wrap select {
  border: 1px solid #ccc;
  padding: 6px;
  color: slategray; }
.c_main .search_filter .search select {
  vertical-align: middle;
  height: 26px; }

.search_list .tr_child .son_list td {
  background-color: #f5fbff !important; }
.search_list .icon-correct_circle {
  vertical-align: middle; }
.search_list .kunbao_hover_wrap {
  position: absolute;
  z-index: 1200;
  border-radius: 6px;
  box-shadow: -2px 1px 8px #888888;
  border: 1px solid #ccc;
  background-color: white;
  top: -38px;
  right: -72px; }
.search_list .zaituliang_hover_wrap {
  z-index: 1200;
  border-radius: 6px;
  background-color: white;
  right: -124px;
  bottom: -115px; }
  .search_list .zaituliang_hover_wrap .exit_logo {
    position: absolute;
    top: 4px;
    right: 15px;
    color: gray;
    cursor: pointer; }
  .search_list .zaituliang_hover_wrap .left_wrap ul li {
    float: left;
    margin-right: 34px; }
  .search_list .zaituliang_hover_wrap .right_wrap ul li {
    float: left;
    margin-right: 24px; }
.search_list .hover_tip {
  left: 117px;
  border-radius: 6px;
  padding: 10px;
  background-color: white;
  text-align: left;
  width: 143px;
  z-index: 1200; }
  .search_list .hover_tip span {
    display: block; }
  .search_list .hover_tip ul {
    line-height: 21px; }
.search_list table tr td {
  background-color: #fff; }
.search_list .bd_style .type a {
  color: black;
  padding: 5px; }
.search_list .bd_style .type .selected {
  background-color: #ff6600;
  border-radius: 4px;
  color: white;
  padding: 5px 5px; }

.op_purchasing_detail_qh .contract_detail .contract_detail_lf {
  width: auto !important; }
.op_purchasing_detail_qh .contract_detail .contract_detail_rf {
  width: 660px !important; }
.op_purchasing_detail_qh em.xiaoshou {
  border: 1px solid #ff6600;
  background-color: #ffe8d9; }
.op_purchasing_detail_qh .dingzhi_logo {
  display: inline-block;
  border: 1px solid #ffb27f;
  background-color: #ffe8d9;
  position: relative;
  width: 50px; }
  .op_purchasing_detail_qh .dingzhi_logo em {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 7px;
    position: absolute;
    top: 3px; }
.op_purchasing_detail_qh .c_main .contract_detail .contract_detail_lf .detail {
  width: 184px; }
  .op_purchasing_detail_qh .c_main .contract_detail .contract_detail_lf .detail dt em {
    float: right; }
.op_purchasing_detail_qh .c_main .contract_detail .contract_detail_lf .contact_id {
  white-space: nowrap; }
.op_purchasing_detail_qh .c_main .contract_detail .contract_detail_rf .search_btn_bd_c3 {
  padding: 11px 20px !important; }
.op_purchasing_detail_qh .c_main .contract_detail .contract_detail_rf .btn_orange_c5 {
  padding: 12px 34px !important; }
.op_purchasing_detail_qh .c_main .info_wrap .item {
  padding: 15px 40px; }
  .op_purchasing_detail_qh .c_main .info_wrap .item li {
    float: left;
    margin-right: 50px; }
    .op_purchasing_detail_qh .c_main .info_wrap .item li:nth-child(3) {
      margin-right: 0px; }
    .op_purchasing_detail_qh .c_main .info_wrap .item li label.info_title {
      width: 130px;
      display: inline-block; }
    .op_purchasing_detail_qh .c_main .info_wrap .item li span {
      display: block;
      color: #999;
      font-size: 16px; }
      .op_purchasing_detail_qh .c_main .info_wrap .item li span em {
        font-style: normal;
        white-space: normal;
        width: 193px;
        display: inline-block;
        color: #000;
        vertical-align: top; }
.op_purchasing_detail_qh .c_main .info_wrap .title {
  white-space: nowrap;
  overflow: hidden; }
  .op_purchasing_detail_qh .c_main .info_wrap .title span {
    vertical-align: middle; }
  .op_purchasing_detail_qh .c_main .info_wrap .title .dashed_line {
    display: inline-block;
    color: black;
    border: 0.5px dashed #ccc;
    width: 100%; }
.op_purchasing_detail_qh .search_list .item th {
  background-color: #f5f5f5; }
.op_purchasing_detail_qh .search_list .tr_child table .item_child th {
  background-color: #fff8f2; }

.cannotFind_wrap {
  padding-bottom: 100px; }
  .cannotFind_wrap .word {
    text-align: center;
    padding: 75px 20px; }
  .cannotFind_wrap .type_wrap ul {
    margin: 0 auto;
    width: 800px; }
    .cannotFind_wrap .type_wrap ul li .content1 {
      padding-top: 10px;
      padding-left: 20px; }

.layer-biangengcaigouquxiang {
  width: 400px; }
  .layer-biangengcaigouquxiang .layer_content_wrap {
    text-align: left;
    margin-left: 20px; }
    .layer-biangengcaigouquxiang .layer_content_wrap p .title {
      display: inline-block;
      width: 120px;
      text-align: right; }
    .layer-biangengcaigouquxiang .layer_content_wrap p select {
      width: 136px; }

.layer-faqixiaoshou {
  width: 300px; }
  .layer-faqixiaoshou p {
    text-align: left; }
  .layer-faqixiaoshou .layui-layer-content {
    padding-left: 55px !important; }

.layer-yijiatankuang .layui-layer-content {
  padding-right: 92px !important;
  padding-left: 33px !important; }
.layer-yijiatankuang p {
  text-align: left; }
  .layer-yijiatankuang p input {
    width: 120px; }

.layer-caigouziyuanchiTip {
  width: 300px !important; }
  .layer-caigouziyuanchiTip p {
    text-align: center; }
  .layer-caigouziyuanchiTip .layui-layer-title {
    background-color: #0099ff;
    color: white; }
  .layer-caigouziyuanchiTip .layui-layer-btn {
    text-align: center; }

.layer_lingbujian {
  width: 430px !important; }
  .layer_lingbujian .layui-layer-title {
    background-color: #0099ff;
    color: white; }
  .layer_lingbujian .layui-layer-content {
    padding: 5px 10px 5px 10px; }
  .layer_lingbujian .type {
    width: 380px;
    margin: 0 auto; }
  .layer_lingbujian .img_wrap {
    width: 380px;
    margin: 0 auto;
    text-align: center; }
  .layer_lingbujian select {
    padding: 7px 10px;
    border: 1px solid #ff6600;
    display: inline-block;
    float: left; }
  .layer_lingbujian .pic_type {
    display: inline-block; }
    .layer_lingbujian .pic_type li {
      padding: 8px 15px;
      border: 1px solid #ff6600;
      float: left; }
    .layer_lingbujian .pic_type .cur {
      background-color: #ff6600;
      color: white; }

.w230 {
  width: 230px; }

.v-align4 {
  vertical-align: -0.4em !important; }

.mx-w200 {
  max-width: 200px !important; }

.mx-w250 {
  max-width: 250px !important; }

.mx-w160 {
  max-width: 160px !important; }

.per-w85 {
  width: 85% !important; }

.per-w95 {
  width: 95% !important; }

.per-w98 {
  width: 98% !important; }

.per-w60 {
  width: 60% !important; }

.bg-fffaf5 {
  background: #fffaf5; }

.abs-date {
  position: absolute;
  right: 8px;
  top: -10px; }

.ml8 {
  margin-left: 8px; }

.mt7 {
  margin-top: 7px !important; }

.mt85 {
  margin-top: 85px; }

.w165 {
  width: 165px !important; }

.w590 {
  width: 590px !important; }

.c_ef9f33 {
  color: #ef9f33; }

.c_ccc {
  color: #ccc; }

.op_contract_detail .contract_detail .detail dt em {
  text-align: right;
  display: inline-block;
  float: right;
  margin-right: 90px; }
.op_contract_detail .btn_orange_c3_min {
  padding: 8px 15px !important; }
.op_contract_detail .contact_other li {
  width: 330px;
  padding-left: 60px; }
  .op_contract_detail .contact_other li.last-border {
    border-right: 0; }
  .op_contract_detail .contact_other li dt em {
    width: 116px; }
.op_contract_detail .icon-set {
  color: #999; }
.op_contract_detail .search_list .bd_style .tb_gray_b tr th {
  background-color: #f5f5f5; }
.op_contract_detail .search_list .bd_style .tb_gray_b tbody {
  overflow-x: auto; }
.op_contract_detail .operation {
  color: #0099ff;
  cursor: pointer; }
.op_contract_detail .express_list dt em.txt {
  width: auto; }

.bidding-dialog-content {
  text-align: left; }
  .bidding-dialog-content .color-orange {
    color: #ff6600; }
  .bidding-dialog-content .low-resoure {
    border: 1px solid #e0e0e0;
    padding: 10px;
    padding-right: 15px; }
    .bidding-dialog-content .low-resoure ul {
      width: 380px;
      margin-left: 10px; }
      .bidding-dialog-content .low-resoure ul li {
        width: 216px;
        padding-right: 10px;
        margin-bottom: 5px;
        height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .bidding-dialog-content .low-resoure ul li:nth-child(2n) {
          padding-right: 0; }
        .bidding-dialog-content .low-resoure ul li:last-child {
          margin-bottom: 0; }
  .bidding-dialog-content .ml28 {
    margin-left: 28px; }
  .bidding-dialog-content .c_999 {
    color: #999; }
  .bidding-dialog-content .bt {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 5px; }
  .bidding-dialog-content .about-level {
    width: 380px;
    margin: 0 auto; }
    .bidding-dialog-content .about-level.ml {
      margin: 0; }
    .bidding-dialog-content .about-level .w100 {
      display: inline-block; }
    .bidding-dialog-content .about-level p {
      margin-bottom: 5px; }
    .bidding-dialog-content .about-level input {
      margin-left: 5px;
      padding-left: 5px; }
    .bidding-dialog-content .about-level input, .bidding-dialog-content .about-level select {
      width: 100px;
      height: 25px;
      border: 1px solid #e5e5e5;
      margin-right: 5px; }
    .bidding-dialog-content .about-level .search_btn_bd_c3 {
      background: #f2f3ee;
      cursor: pointer; }
  .bidding-dialog-content .icon-date {
    position: absolute;
    right: 8px;
    top: 2px; }
  .bidding-dialog-content input.layui-input {
    margin-left: 2px;
    width: 107px;
    line-height: 25px; }
  .bidding-dialog-content .add-company-list li {
    float: left;
    margin-left: 15px;
    padding: 0;
    line-height: 10px; }

.op-search-key-list {
  background: #fff; }

.op-search-choose {
  border: 1px solid #f5f5f5; }
  .op-search-choose .pd-column {
    padding: 15px 12px; }
  .op-search-choose .lh50 {
    line-height: 50px; }
  .op-search-choose .icon-size25 {
    width: 25px;
    height: 25px; }
  .op-search-choose .cate-list li {
    min-width: 90px;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin-right: 20px;
    float: left;
    cursor: pointer; }
    .op-search-choose .cate-list li p {
      line-height: 20px;
      padding-top: 2px;
      background: #f5f5f5; }
    .op-search-choose .cate-list li.curr {
      border-color: #0099ff;
      color: #0099ff; }
  .op-search-choose .icon-date {
    position: absolute;
    right: 8px;
    top: 2px; }
  .op-search-choose .search_btn_bd_c3 {
    background: #f3f3f3;
    border-color: #ccc; }
  .op-search-choose input.layui-input {
    width: 120px;
    height: 26px;
    border-color: #f5f5f5; }

.op-maching-record {
  float: right; }
  .op-maching-record .search_list {
    padding: 0; }
    .op-maching-record .search_list .option a, .op-maching-record .search_list .option {
      color: #42a9ff; }
    .op-maching-record .search_list .bd_style {
      border-bottom: 0; }
  .op-maching-record #pageContain .layui-laypage-curr .layui-laypage-em {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 0;
    color: #0099ff; }
  .op-maching-record .pageTotal {
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px; }
  .op-maching-record .popWin_b_gray {
    padding: 10px 0 10px 0; }
  .op-maching-record .follow-title {
    color: #333;
    padding: 0 10px 10px 10px;
    border-bottom: 2px solid #e5e5e5; }
  .op-maching-record .maching-follow-list dt {
    min-height: 30px; }
    .op-maching-record .maching-follow-list dt .time {
      border-right: 2px solid #e0e0e0;
      position: relative;
      margin-right: 30px;
      padding-bottom: 30px;
      padding-right: 30px;
      min-width: 109px;
      min-height: 30px; }
      .op-maching-record .maching-follow-list dt .time i {
        font-style: normal;
        position: absolute;
        right: -7px;
        top: 0;
        width: 8px;
        height: 8px;
        line-height: 8px;
        border-radius: 50%;
        text-align: center;
        background-color: #d5d5d5;
        border: 2px solid #d5d5d5;
        color: #d5d5d5; }
        .op-maching-record .maching-follow-list dt .time i.curr {
          color: #fff;
          background-color: #fff;
          border: 2px solid #ff5000; }
        .op-maching-record .maching-follow-list dt .time i.finish {
          color: #fff;
          background-color: #ff5000;
          border: 2px solid #ff5000; }
          .op-maching-record .maching-follow-list dt .time i.finish:before {
            position: absolute;
            content: '';
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: none;
            border: 1px solid #ff5000;
            top: -5px;
            left: -5px;
            z-index: 0; }
    .op-maching-record .maching-follow-list dt:last-child .time {
      padding-bottom: 0;
      border-right: 0; }
  .op-maching-record .icon-delete {
    cursor: pointer; }

.maching-ad-wrap {
  /** Countdown */ }
  .maching-ad-wrap .w1200 {
    width: 1200px;
    position: relative; }
  .maching-ad-wrap .tab-list {
    padding-top: 40px; }
    .maching-ad-wrap .tab-list .ad-btn {
      margin-right: 20px;
      border: 2px solid #2fe0e2;
      border-radius: 50px;
      font-size: 24px;
      width: 150px;
      height: 50px;
      line-height: 50px;
      color: #2fe0e2;
      text-align: center; }
      .maching-ad-wrap .tab-list .ad-btn.curr {
        background: #ffd200;
        color: #0351bb;
        border: 2px solid #ffd200; }
  .maching-ad-wrap .date-time-count {
    position: absolute;
    top: 175px;
    left: 400px; }
    .maching-ad-wrap .date-time-count li {
      float: left;
      /*width: 75px; height: 85px; line-height: 85px;*/
      margin-right: 54px;
      color: #fb710c;
      text-align: center;
      font-size: 34px; }
      .maching-ad-wrap .date-time-count li.ml10 {
        margin-left: 10px; }
      .maching-ad-wrap .date-time-count li.ml20 {
        margin-left: 20px; }
      .maching-ad-wrap .date-time-count li.mr50 {
        margin-right: 50px; }
      .maching-ad-wrap .date-time-count li.mr45 {
        margin-right: 45px; }
      .maching-ad-wrap .date-time-count li span {
        display: inline-block;
        background: url("../../img/op_img/num-bg.png") center no-repeat;
        width: 55px;
        height: 85px;
        line-height: 85px;
        margin-left: 5px;
        position: relative;
        z-index: 1; }
        .maching-ad-wrap .date-time-count li span:before {
          position: absolute;
          top: 50%;
          left: 0;
          z-index: 99;
          content: '';
          height: 3px;
          width: 100%;
          background: url("../../img/op_img/ad/line.png") #dbdbdb no-repeat;
          display: inline-block; }
  .maching-ad-wrap .date-time-count {
    position: absolute;
    top: 75px; }
    .maching-ad-wrap .date-time-count .digit {
      display: inline-block;
      background: url("../../img/op_img/num-bg.png") center no-repeat;
      background-size: 70%;
      width: 38px;
      height: 55px;
      line-height: 55px;
      margin-left: 5px;
      position: relative;
      z-index: 1; }
      .maching-ad-wrap .date-time-count .digit:before {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        content: '';
        height: 3px;
        width: 100%;
        background: url("../../img/op_img/ad/line.png") #dbdbdb no-repeat;
        display: inline-block; }
  .maching-ad-wrap #countdown {
    max-width: 747px;
    height: auto;
    margin: 0px auto;
    display: inline-block;
    margin-top: 12px; }
  .maching-ad-wrap .dash {
    width: 115px;
    height: 56px;
    background: url(../../img/op_img/t-box.jpg) 0 0 no-repeat;
    float: left;
    margin-left: 20px;
    position: relative; }
  .maching-ad-wrap .dash .digit {
    font-size: 45px;
    font-weight: bold;
    float: left;
    width: 45px;
    text-align: center;
    font-family: Arial;
    color: #fb710c;
    position: relative;
    margin: 0 0 0 -4px;
    padding-top: 0; }
  .maching-ad-wrap .dash_title {
    position: absolute;
    display: inline-block;
    bottom: 3px;
    text-align: center;
    font-weight: bold;
    width: 28px;
    font-size: 24px;
    color: #2f2e2e; }
  .maching-ad-wrap .bg01, .maching-ad-wrap .bg02, .maching-ad-wrap .bg03, .maching-ad-wrap .bg04, .maching-ad-wrap .bg05 {
    background: url("../../img/op_img/ad/maching01.jpg") no-repeat;
    background-position: top center;
    width: 100%;
    height: 667px; }
  .maching-ad-wrap .bg-yellow {
    background: #ffcc1b;
    text-align: center;
    height: 670px; }
  .maching-ad-wrap .title-view {
    font-size: 40px;
    color: #383838;
    font-weight: bold; }
  .maching-ad-wrap .ps-rl-top {
    position: relative;
    top: -20px; }
  .maching-ad-wrap .leave-time {
    font-size: 24px;
    color: #383838;
    font-weight: bold;
    line-height: 54px; }
  .maching-ad-wrap .bg-list01, .maching-ad-wrap .bg-list02, .maching-ad-wrap .bg-list03 {
    background: url("../../img/op_img/ad/maching_ad01.png") no-repeat;
    background-position: top center;
    width: 100%;
    height: 438px;
    position: relative; }
  .maching-ad-wrap .bg-list02 {
    background-image: url("../../img/op_img/ad/maching_ad02.png"); }
  .maching-ad-wrap .bg-list03 {
    background-image: url("../../img/op_img/ad/maching_ad03.png"); }
  .maching-ad-wrap .btn01, .maching-ad-wrap .btn02, .maching-ad-wrap .btn03 {
    width: 350px;
    height: 70px;
    float: left;
    margin-left: 80px; }
  .maching-ad-wrap .btn02, .maching-ad-wrap .btn03 {
    margin-left: 0; }
  .maching-ad-wrap .personal {
    background: url("../../img/op_img/ad/personal.png") no-repeat;
    width: 185px;
    height: 260px;
    position: absolute;
    left: -140px;
    bottom: -13px; }
  .maching-ad-wrap .order-btn {
    position: absolute;
    right: 148px;
    bottom: 65px;
    width: 175px;
    height: 45px; }
  .maching-ad-wrap .bg02 {
    background-image: url("../../img/op_img/ad/maching02.jpg");
    height: 665px; }
  .maching-ad-wrap .bg03 {
    background-image: url("../../img/op_img/ad/maching03.jpg");
    height: 757px; }
  .maching-ad-wrap .bg04 {
    background-image: url("../../img/op_img/ad/maching04.jpg");
    height: 925px; }
  .maching-ad-wrap .mt20 {
    margin-top: 20px; }

.pay-apply-detial table {
  border: 1px solid #f5f5f5; }
  .pay-apply-detial table tr {
    height: 50px; }
  .pay-apply-detial table td {
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5; }
  .pay-apply-detial table .bg-blue-td {
    background: #e5f5ff; }
  .pay-apply-detial table .in-bl {
    display: inline-block; }

.search_list .dun_green:hover .tool-tip.zhibao, .search_list .dun_green:hover .tool-tip.shiwu, .filter_list .dun_green:hover .tool-tip.zhibao, .filter_list .dun_green:hover .tool-tip.shiwu {
  width: 320px;
  margin-left: -55px; }
.search_list .dun_green:hover .tool-tip.shiwu, .filter_list .dun_green:hover .tool-tip.shiwu {
  top: -53px; }
.search_list .dun_green:hover .tool-tip.jiesuan, .filter_list .dun_green:hover .tool-tip.jiesuan {
  margin-left: -55px;
  top: -55px; }
  .search_list .dun_green:hover .tool-tip.jiesuan .icon-arrow-down, .filter_list .dun_green:hover .tool-tip.jiesuan .icon-arrow-down {
    margin-left: -125px; }
.search_list .dun_green:hover .tool-tip.zhibao02, .filter_list .dun_green:hover .tool-tip.zhibao02 {
  top: -40px;
  margin-left: -47px;
  width: 315px; }
  .search_list .dun_green:hover .tool-tip.zhibao02 .icon-arrow-down, .filter_list .dun_green:hover .tool-tip.zhibao02 .icon-arrow-down {
    margin-left: -130px; }
.search_list .dun_green:hover .tool-tip.shiwu02, .filter_list .dun_green:hover .tool-tip.shiwu02 {
  width: 320px;
  top: -40px;
  margin-left: -72px; }
  .search_list .dun_green:hover .tool-tip.shiwu02 .icon-arrow-down, .filter_list .dun_green:hover .tool-tip.shiwu02 .icon-arrow-down {
    margin-left: -103px; }
.search_list .dun_green:hover .tool-tip.jiesuan02, .filter_list .dun_green:hover .tool-tip.jiesuan02 {
  top: -42px;
  margin-left: -69px; }
  .search_list .dun_green:hover .tool-tip.jiesuan02 .icon-arrow-down, .filter_list .dun_green:hover .tool-tip.jiesuan02 .icon-arrow-down {
    margin-left: -145px; }
.search_list .dun_green:hover .tool-tip.w340, .filter_list .dun_green:hover .tool-tip.w340 {
  width: 340px; }
  .search_list .dun_green:hover .tool-tip.w340 .icon-arrow-down, .filter_list .dun_green:hover .tool-tip.w340 .icon-arrow-down {
    margin-left: -110px; }
.search_list .dun_green:hover .tool-tip.w384, .filter_list .dun_green:hover .tool-tip.w384 {
  width: 384px; }
.search_list .dun_green:hover .tool-tip.w290, .filter_list .dun_green:hover .tool-tip.w290 {
  width: 290px;
  min-width: auto !important; }
  .search_list .dun_green:hover .tool-tip.w290 .icon-arrow-down, .filter_list .dun_green:hover .tool-tip.w290 .icon-arrow-down {
    margin-left: -65px; }
.search_list .dun_green:hover .tool-tip.ml157-2, .filter_list .dun_green:hover .tool-tip.ml157-2 {
  margin-left: -157px; }

.op-dialog-layer .low-resoure .dun_green:hover .tool-tip .icon-arrow-down {
  margin-left: -48px; }
.op-dialog-layer .low-resoure .dun_green:hover .tool-tip.fangxingou10 {
  left: 0;
  top: -33px;
  margin-left: -92px; }
.op-dialog-layer .low-resoure .dun_green:hover .tool-tip.fangxingou20 {
  left: 0;
  top: -33px;
  margin-left: -105px; }
.op-dialog-layer .low-resoure .dun_green:hover .tool-tip.fangxingou30 {
  left: 0;
  top: -33px;
  margin-left: -90px; }
  .op-dialog-layer .low-resoure .dun_green:hover .tool-tip.fangxingou30 .icon-arrow-down {
    margin-left: -130px; }
.op-dialog-layer .low-resoure .dun_green:hover .tool-tip.xianxiagou40 {
  left: 0;
  top: -33px;
  margin-left: -100px; }
  .op-dialog-layer .low-resoure .dun_green:hover .tool-tip.xianxiagou40 .icon-arrow-down {
    margin-left: -85px; }

.log-adress-list {
  border: 1px solid #e5e5e5; }

.sales-person select {
  padding: 5px; }
.sales-person select option {
  padding: 5px; }

.ml27 {
  margin-left: 27px; }

.testttt .ff {
  color: red; }

/*  欧浦新首页1212*/
.w1150 {
  width: 1150px; }

.w240 {
  width: 240px; }

/*头部是否Fixed*/
.head-position {
  width: 100%;
  height: 142px; }

.op-top-banner {
  width: 100%;
  height: 36px;
  color: #666;
  border-bottom: 1px solid #f2f3f5; }
  .op-top-banner .top {
    margin: 0 auto;
    /*右02*/ }
    .op-top-banner .top .sp_exit {
      cursor: pointer; }
    .op-top-banner .top a, .op-top-banner .top a:visited {
      color: #333; }
    .op-top-banner .top .top_left {
      float: left;
      position: relative; }
      .op-top-banner .top .top_left li {
        float: left;
        display: inline-block;
        padding: 0 10px;
        margin-top: 10px; }
        .op-top-banner .top .top_left li.pr0 {
          padding-right: 0; }
        .op-top-banner .top .top_left li .icon-jt-down {
          font-size: 12px;
          vertical-align: top; }
        .op-top-banner .top .top_left li dl {
          display: none; }
      .op-top-banner .top .top_left .bg_orange_fff {
        position: absolute;
        right: -10px;
        top: 10px;
        margin-top: -3px;
        margin-left: 6px; }
    .op-top-banner .top .top_right_down {
      float: right;
      margin-top: 5px; }
      .op-top-banner .top .top_right_down li {
        cursor: pointer;
        padding: 4px 6px 4px 10px;
        color: #666;
        position: relative;
        float: left;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5; }
        .op-top-banner .top .top_right_down li.child-menu:hover {
          border: 1px solid #ccc;
          background-color: #fff;
          color: #0099ff; }
          .op-top-banner .top .top_right_down li.child-menu:hover dl {
            display: block; }
      .op-top-banner .top .top_right_down dl {
        position: absolute;
        z-index: 100;
        left: -1px;
        background-color: #fff;
        width: 100%;
        border: 1px solid #ccc;
        border-top: 0;
        margin-top: 4px;
        padding: 4px 0px 4px 0;
        display: none; }
        .op-top-banner .top .top_right_down dl dt {
          line-height: 25px;
          padding-left: 10px; }
          .op-top-banner .top .top_right_down dl dt a, .op-top-banner .top .top_right_down dl dt a:visited {
            color: #333; }
          .op-top-banner .top .top_right_down dl dt:hover a {
            color: #0099ff !important; }
  .op-top-banner .bd-l {
    border-left: 1px solid #626467; }
  .op-top-banner li.contact-qq {
    width: 70px;
    height: 25px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    padding-left: 6px !important;
    margin-top: 6px !important;
    margin-left: 5px; }
    .op-top-banner li.contact-qq img {
      vertical-align: middle;
      margin-top: 4px; }
    .op-top-banner li.contact-qq dl {
      position: absolute;
      z-index: 100;
      top: 25px;
      left: -1px;
      background-color: #fff;
      width: 80px;
      border: 1px solid #ccc;
      border-top: 0;
      line-height: 25px;
      padding: 4px 0px 6px 6px;
      display: none; }
      .op-top-banner li.contact-qq dl img {
        vertical-align: top; }
      .op-top-banner li.contact-qq dl a:hover {
        color: #0099ff; }
    .op-top-banner li.contact-qq:hover {
      border: 1px solid #ccc;
      background-color: #fff; }
      .op-top-banner li.contact-qq:hover dl {
        display: inline-block; }

/*搜索*/
.w770 {
  width: 770px; }

.mt35 {
  margin-top: 35px; }

.ps-rl {
  position: relative; }

.op-home-search-wrap {
  margin: 0 auto;
  width: 100%;
  height: 105px;
  background-color: #fff; }
  .op-home-search-wrap .hot-search a {
    color: #999; }
  .op-home-search-wrap .icon-cart {
    width: 27px;
    height: 21px;
    vertical-align: middle;
    border-left: 1px solid #e9ebec;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: -6px;
    display: inline-block;
    line-height: 20px; }
  .op-home-search-wrap:after {
    clear: both;
    content: '';
    display: block; }
  .op-home-search-wrap .search_bar {
    height: 100px;
    margin: 0 auto;
    clear: both; }
    .op-home-search-wrap .search_bar .logo_img {
      display: inline-block;
      margin-top: 18px;
      font-size: 30px;
      width: 260px; }
      .op-home-search-wrap .search_bar .logo_img img {
        width: 100%; }
    .op-home-search-wrap .search_bar .seach_menu .keyword {
      width: 465px;
      height: 40px;
      border: 1px solid #fb8335;
      padding-left: 10px;
      outline: none;
      padding-left: 30px; }
    .op-home-search-wrap .search_bar .seach_menu .seach_key_btn {
      background: url("../../img/op_img/qihuo_img/btn-search.png") no-repeat;
      display: inline-block;
      width: 62px;
      height: 42px;
      line-height: 42px;
      color: #fff;
      cursor: pointer;
      text-align: center; }
    .op-home-search-wrap .search_bar .btn_top {
      display: inline-block;
      width: 205px;
      overflow: hidden; }
      .op-home-search-wrap .search_bar .btn_top .btn-replace {
        width: 81px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        display: inline-block;
        color: #fff;
        background: url("../../img/op_img/qihuo_img/btn-replace.png") no-repeat; }
    .op-home-search-wrap .search_bar .btn_cart {
      width: 97px;
      background-color: #fff;
      height: 40px;
      line-height: 40px;
      padding-left: 15px;
      padding-right: 10px;
      border: 1px solid #ddd;
      border-right: 0; }

/*导航*/
.bg-white {
  background: #fff; }

.op-home-nav-wrap {
  height: 40px;
  border-bottom: 2px solid #fb8335;
  position: relative;
  z-index: 99;
  /*2级*/ }
  .op-home-nav-wrap .op-home-nav {
    margin: 0 auto;
    padding-top: 5px; }
    .op-home-nav-wrap .op-home-nav ul.main-nav {
      margin-left: 30px; }
      .op-home-nav-wrap .op-home-nav ul.main-nav li {
        float: left;
        min-width: 60px;
        margin-right: 22px;
        height: 25px;
        line-height: 25px;
        text-align: center; }
        .op-home-nav-wrap .op-home-nav ul.main-nav li a {
          border-bottom: 2px solid #fff;
          color: #000; }
        .op-home-nav-wrap .op-home-nav ul.main-nav li.curr a, .op-home-nav-wrap .op-home-nav ul.main-nav li:hover a {
          color: #fb8335;
          border-bottom: 2px solid #fb8335; }
  .op-home-nav-wrap .home-all-nav {
    border: 1px solid #fb8335;
    border-bottom: 0;
    width: 158px;
    height: 30px;
    color: #fb8335;
    padding-left: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px; }
  .op-home-nav-wrap .home-second-menu {
    position: absolute;
    top: 36px;
    left: 0;
    width: 183px;
    border: 1px solid #fb8335;
    background: #fff;
    display: none; }
    .op-home-nav-wrap .home-second-menu .second-menu-main {
      font-size: 14px; }
      .op-home-nav-wrap .home-second-menu .second-menu-main.variety .menu_child {
        width: 490px;
        padding-left: 14px; }
        .op-home-nav-wrap .home-second-menu .second-menu-main.variety .menu_child .menu_txt {
          width: 300px; }
          .op-home-nav-wrap .home-second-menu .second-menu-main.variety .menu_child .menu_txt li a {
            border-left: 1px solid #ddd;
            border-right: none; }
        .op-home-nav-wrap .home-second-menu .second-menu-main.variety .menu_child .menu_img {
          padding-left: 10px; }
      .op-home-nav-wrap .home-second-menu .second-menu-main dt {
        position: relative;
        line-height: 32px;
        border: 1px solid #fff;
        border-right: none;
        padding-left: 35px;
        color: #333; }
        .op-home-nav-wrap .home-second-menu .second-menu-main dt.current, .op-home-nav-wrap .home-second-menu .second-menu-main dt:hover {
          border: 1px solid #fb8335;
          border-right: none;
          color: #333;
          line-height: 32px;
          cursor: pointer;
          background: #eaf6ff; }
          .op-home-nav-wrap .home-second-menu .second-menu-main dt.current .icon-jt_left, .op-home-nav-wrap .home-second-menu .second-menu-main dt:hover .icon-jt_left {
            right: -4px;
            background-color: #eaf6ff;
            font-size: 0; }
          .op-home-nav-wrap .home-second-menu .second-menu-main dt.current .menu_child, .op-home-nav-wrap .home-second-menu .second-menu-main dt:hover .menu_child {
            display: block;
            background: rgba(233, 246, 255, 0.95); }
        .op-home-nav-wrap .home-second-menu .second-menu-main dt .icon-jt_left {
          font-size: 14px;
          display: inline-block;
          width: 30px;
          height: 33px;
          background-color: #fff;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 10; }
        .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child {
          display: none;
          min-height: 50px;
          position: absolute;
          top: -1px;
          left: 182px;
          width: 385px;
          border: 1px solid #fb8335;
          background: rgba(255, 255, 255, 0.95); }
          .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt {
            float: left;
            width: 380px;
            padding-right: 4px;
            margin: 10px 0; }
            .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li {
              float: left;
              display: inline-block;
              width: 100%;
              line-height: 20px;
              margin-bottom: 15px;
              text-align: left; }
              .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li .menu_sec {
                float: left;
                display: inline-block;
                width: 80px;
                font-weight: 700;
                text-align: right; }
                .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li .menu_sec a, .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li .menu_sec a:visted {
                  color: #fb8335; }
              .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li .menu_sec_list {
                float: left;
                display: inline-block;
                width: 380px; }
                .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li .menu_sec_list a, .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li .menu_sec_list a:visted {
                  color: #000; }
              .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li a {
                border-right: 1px solid #afb3b6;
                display: inline-block;
                padding: 0 10px;
                margin-bottom: 10px;
                color: #333;
                line-height: 15px; }
              .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_txt li a:last-child {
                border-right: none; }
          .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_img {
            float: left;
            width: 170px; }
            .op-home-nav-wrap .home-second-menu .second-menu-main dt .menu_child .menu_img li img {
              width: 100%; }
  .op-home-nav-wrap .op-menu-hover:hover .home-second-menu {
    display: block; }

/*轮播区*/
.mt25 {
  margin-top: 25px; }

.mt40 {
  margin-top: 40px; }

.op-home-banner-wrap {
  margin: 0 auto;
  height: 405px;
  /*左*/
  /*中*/
  /*公告*/ }
  .op-home-banner-wrap .maching-server {
    padding: 10px 15px;
    width: 200px;
    height: 385px;
    overflow: hidden; }
    .op-home-banner-wrap .maching-server .maching-list li {
      width: 56px;
      height: 55px;
      float: left;
      text-align: center;
      margin-right: 16px; }
      .op-home-banner-wrap .maching-server .maching-list li:last-child, .op-home-banner-wrap .maching-server .maching-list li.last {
        margin-right: 0; }
      .op-home-banner-wrap .maching-server .maching-list li .mach-img {
        width: 31px;
        height: 31px;
        display: inline-block; }
        .op-home-banner-wrap .maching-server .maching-list li .mach-img img {
          width: 100%; }
      .op-home-banner-wrap .maching-server .maching-list li p {
        padding-top: 5px; }
    .op-home-banner-wrap .maching-server .good-list li {
      width: 56px;
      float: left;
      text-align: center;
      margin-right: 16px; }
      .op-home-banner-wrap .maching-server .good-list li:last-child {
        margin-right: 0; }
  .op-home-banner-wrap .btn-gradients {
    cursor: pointer;
    background: url("../../img/op_img/btn01.png") no-repeat;
    width: 202px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff; }
  .op-home-banner-wrap .btn-gd01 {
    background: url("../../img/op_img/btn02.png") no-repeat; }
  .op-home-banner-wrap .bd-bt {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    display: inline-block; }
  .op-home-banner-wrap .banner-ad-wrap {
    width: 670px; }
    .op-home-banner-wrap .banner-ad-wrap .small-banner {
      width: 330px;
      height: 90px;
      overflow: hidden; }
      .op-home-banner-wrap .banner-ad-wrap .small-banner img {
        width: 330px;
        height: 90px; }
    .op-home-banner-wrap .banner-ad-wrap .swiper-container {
      width: 670px;
      height: 305px;
      overflow: hidden; }
      .op-home-banner-wrap .banner-ad-wrap .swiper-container .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
  .op-home-banner-wrap .w153 {
    width: 153px; }
  .op-home-banner-wrap .warnig-wrap {
    width: 230px; }
    .op-home-banner-wrap .warnig-wrap .login-welcome {
      padding: 15px 10px;
      height: 140px; }
      .op-home-banner-wrap .warnig-wrap .login-welcome .head-img {
        width: 44px;
        height: 44px; }
        .op-home-banner-wrap .warnig-wrap .login-welcome .head-img img {
          width: 100%; }
      .op-home-banner-wrap .warnig-wrap .login-welcome .btn-login {
        cursor: pointer;
        background: url("../../img/op_img/btn-login.png") no-repeat;
        width: 94px;
        height: 25px;
        line-height: 33px;
        text-align: center;
        color: #fff; }
      .op-home-banner-wrap .warnig-wrap .login-welcome .btn-lg01 {
        background: url("../../img/op_img/btn-regsister.png") no-repeat; }
      .op-home-banner-wrap .warnig-wrap .login-welcome .btn-lg02 {
        background: url("../../img/op_img/btn-berf.png") no-repeat; }
      .op-home-banner-wrap .warnig-wrap .login-welcome p {
        line-height: 24px; }
      .op-home-banner-wrap .warnig-wrap .login-welcome .btn-shopp {
        cursor: pointer;
        background: url("../../img/op_img/i3.png") 6px no-repeat;
        width: 64px;
        height: 32px;
        line-height: 32px;
        padding-left: 35px;
        color: #fff;
        border: 1px solid #e1e1e1;
        color: #000000; }
      .op-home-banner-wrap .warnig-wrap .login-welcome .btn-sp01 {
        background: url("../../img/op_img/i4.png") 6px no-repeat; }
    .op-home-banner-wrap .warnig-wrap .warning-tab-wrap .tab-nav {
      border-bottom: 1px solid #0099ff; }
      .op-home-banner-wrap .warnig-wrap .warning-tab-wrap .tab-nav li {
        float: left;
        width: 75px;
        /*width: 113px; */
        height: 36px;
        line-height: 36px;
        border: 1px solid #fff;
        text-align: center;
        background: #fff;
        position: relative;
        cursor: pointer; }
        .op-home-banner-wrap .warnig-wrap .warning-tab-wrap .tab-nav li.curr {
          bottom: -1px;
          color: #fff;
          border: 1px solid #0099ff;
          background: #0099ff; }
    .op-home-banner-wrap .warnig-wrap .warning-tab-wrap .warnig-content {
      height: 181px; }
      .op-home-banner-wrap .warnig-wrap .warning-tab-wrap .warnig-content .msg-list {
        height: 142px;
        overflow: hidden;
        padding: 20px 5px;
        padding-top: 10px;
        padding-bottom: 0; }
        .op-home-banner-wrap .warnig-wrap .warning-tab-wrap .warnig-content .msg-list a {
          display: block;
          width: 210px;
          padding-bottom: 10px;
          color: #333;
          height: 14px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: left; }

/*现货资源*/
.prod-resource-wrap {
  margin: 0 auto; }
  .prod-resource-wrap .prod-resource-left {
    width: 345px;
    height: 542px;
    overflow: hidden; }
    .prod-resource-wrap .prod-resource-left .prod-img {
      width: 345px;
      height: 542px;
      display: inline-block;
      overflow: hidden; }
      .prod-resource-wrap .prod-resource-left .prod-img img {
        width: 100%;
        transition: all 0.6s; }
    .prod-resource-wrap .prod-resource-left:hover img.text {
      transform: scale(1.2); }
    .prod-resource-wrap .prod-resource-left .about-prod {
      position: absolute;
      left: 0;
      top: 0;
      width: 220px;
      height: 395px;
      color: #fff;
      z-index: 99; }
      .prod-resource-wrap .prod-resource-left .about-prod .item {
        width: 90px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        background: #e02b35;
        margin: 0 auto;
        margin-bottom: 10px; }
    .prod-resource-wrap .prod-resource-left .btn-go-shopp {
      color: #fff;
      border-radius: 20px;
      border: 1px solid #fff;
      width: 110px;
      height: 34px;
      line-height: 34px; }
  .prod-resource-wrap .prod-resource-right {
    width: 805px;
    height: 542px;
    overflow: hidden; }
    .prod-resource-wrap .prod-resource-right .prod-res-list {
      padding: 10px 8px 10px 5px;
      height: 522px;
      overflow: hidden; }
      .prod-resource-wrap .prod-resource-right .prod-res-list li {
        width: 243px;
        padding: 6px 10px;
        height: 254px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        position: relative;
        text-align: center;
        float: left; }
        .prod-resource-wrap .prod-resource-right .prod-res-list li a {
          color: #000; }
        .prod-resource-wrap .prod-resource-right .prod-res-list li:nth-child(3n) {
          border-right: 0; }
        .prod-resource-wrap .prod-resource-right .prod-res-list li:nth-child(4), .prod-resource-wrap .prod-resource-right .prod-res-list li:nth-child(5), .prod-resource-wrap .prod-resource-right .prod-res-list li:nth-child(6) {
          border-bottom: 0; }
        .prod-resource-wrap .prod-resource-right .prod-res-list li .logo-img {
          width: 150px;
          height: 48px;
          position: absolute;
          left: 10px;
          top: 3px;
          z-index: 2;
          display: inline-block;
          text-align: left; }
          .prod-resource-wrap .prod-resource-right .prod-res-list li .logo-img img {
            width: 60%; }
        .prod-resource-wrap .prod-resource-right .prod-res-list li .stock-count {
          font-size: 12px;
          background: #fdf4ea;
          color: #ff6600;
          text-align: center;
          width: 100px;
          height: 20px;
          line-height: 20px;
          border-radius: 10px;
          display: inline-block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .prod-resource-wrap .prod-resource-right .prod-res-list li .hot-img {
          position: absolute;
          top: 66px;
          right: 40px; }
        .prod-resource-wrap .prod-resource-right .prod-res-list li .prod-res-img {
          width: 200px;
          height: 125px;
          display: inline-block;
          overflow: hidden;
          margin: 0 auto; }
          .prod-resource-wrap .prod-resource-right .prod-res-list li .prod-res-img img {
            width: 100%; }
        .prod-resource-wrap .prod-resource-right .prod-res-list li .word-ellisp {
          width: 100px;
          height: 20px;
          display: inline-block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
  .prod-resource-wrap .c_red {
    color: #e60012; }

.mb25 {
  margin-bottom: 25px; }

.mt15 {
  margin-top: 15px; }

/*期货资源*/
.date-resource-wrap {
  margin: 0 auto; }
  .date-resource-wrap .c_red {
    color: #e60012; }
  .date-resource-wrap .prod-resource-left {
    width: 218px;
    height: 448px;
    overflow: hidden; }
    .date-resource-wrap .prod-resource-left .prod-img {
      width: 218px;
      height: 448px;
      display: inline-block;
      overflow: hidden; }
      .date-resource-wrap .prod-resource-left .prod-img img {
        width: 100%;
        transition: all 0.6s; }
    .date-resource-wrap .prod-resource-left:hover img.text {
      transform: scale(1.2); }
    .date-resource-wrap .prod-resource-left .about-prod {
      position: absolute;
      left: 0;
      top: 0;
      width: 218px;
      height: 395px;
      overflow: hidden;
      z-index: 99;
      color: #fff; }
      .date-resource-wrap .prod-resource-left .about-prod .item {
        width: 90px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        background: #275cd3;
        margin: 0 auto;
        margin-bottom: 10px; }
    .date-resource-wrap .prod-resource-left .btn-go-shopp {
      color: #fff;
      border-radius: 20px;
      border: 1px solid #fff;
      width: 110px;
      height: 34px;
      line-height: 34px; }
  .date-resource-wrap .prod-resource-right {
    width: 932px;
    height: 446px;
    overflow: hidden; }
    .date-resource-wrap .prod-resource-right .prod-table {
      width: 100%;
      border: 0; }
      .date-resource-wrap .prod-resource-right .prod-table tr th {
        height: 50px; }
      .date-resource-wrap .prod-resource-right .prod-table tr td {
        height: 50px;
        padding-bottom: 16px; }
    .date-resource-wrap .prod-resource-right .btn-date-shopp {
      width: 92px;
      height: 30px;
      line-height: 30px;
      background: #f39800;
      color: #fff;
      text-align: center; }
    .date-resource-wrap .prod-resource-right .small-img {
      width: 60px;
      height: 45px;
      display: inline-block;
      overflow: hidden; }
      .date-resource-wrap .prod-resource-right .small-img img {
        width: 100%; }

.green-resource-wrap {
  margin: 0 auto; }
  .green-resource-wrap .btn-goputin {
    position: absolute;
    right: 100px;
    top: 35px;
    width: 155px;
    height: 43px;
    display: inline-block; }

.nice-resource-wrap {
  margin: 0 auto; }
  .nice-resource-wrap .nice-content {
    width: 344px;
    height: 112px;
    overflow: hidden; }
    .nice-resource-wrap .nice-content img {
      width: 100%;
      transition: all 0.6s; }
    .nice-resource-wrap .nice-content:hover img {
      transform: scale(1.2); }
  .nice-resource-wrap .content {
    width: 344px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99; }
  .nice-resource-wrap .nice-resource-left {
    width: 344px;
    height: 112px;
    text-align: center;
    display: inline-block;
    overflow: hidden; }
  .nice-resource-wrap .nice-resource-right {
    width: 806px;
    height: 112px; }
  .nice-resource-wrap .other-logo-list {
    padding: 32px 10px;
    height: 48px;
    width: 790px;
    overflow: hidden; }
    .nice-resource-wrap .other-logo-list li {
      width: 150px;
      height: 48px;
      margin-right: 10px;
      float: left; }
      .nice-resource-wrap .other-logo-list li a {
        width: 150px;
        height: 48px;
        overflow: hidden; }
        .nice-resource-wrap .other-logo-list li a img {
          width: 150px;
          height: 48px;
          display: block; }
      .nice-resource-wrap .other-logo-list li:nth-child(5), .nice-resource-wrap .other-logo-list li.last {
        margin-right: 0; }

/*今日报价*/
.day-price-wrap {
  margin: 0 auto; }
  .day-price-wrap .c_red {
    color: #e60012; }
  .day-price-wrap .day-price-left {
    width: 219px;
    height: 346px;
    overflow: hidden; }
    .day-price-wrap .day-price-left .about-prod {
      position: absolute;
      left: 0;
      top: 0;
      width: 218px;
      color: #fff;
      z-index: 99; }
      .day-price-wrap .day-price-left .about-prod .item {
        width: 90px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        background: #275cd3;
        margin: 0 auto;
        margin-bottom: 10px; }
    .day-price-wrap .day-price-left .btn-go-shopp {
      color: #fff;
      border-radius: 20px;
      border: 1px solid #fff;
      width: 110px;
      height: 34px;
      line-height: 34px; }
    .day-price-wrap .day-price-left .prod-img {
      width: 219px;
      height: 346px;
      display: inline-block;
      overflow: hidden; }
      .day-price-wrap .day-price-left .prod-img img {
        width: 100%;
        transition: all 0.6s; }
    .day-price-wrap .day-price-left:hover img {
      transform: scale(1.2); }
  .day-price-wrap .day-price-center {
    width: 615px;
    height: 346px;
    overflow: hidden;
    color: #333;
    border-right: 1px solid #cfcfcf;
    padding-right: 5px;
    padding-left: 5px; }
    .day-price-wrap .day-price-center .icon-city {
      width: 18px;
      height: 25px;
      display: inline-block;
      overflow: hidden; }
      .day-price-wrap .day-price-center .icon-city img {
        width: 100%; }
    .day-price-wrap .day-price-center .city-content {
      padding: 12px;
      padding-top: 20px;
      padding-left: 5px; }
    .day-price-wrap .day-price-center .city-list {
      width: 555px;
      height: 22px;
      overflow: hidden; }
      .day-price-wrap .day-price-center .city-list li {
        float: left;
        max-width: 65px;
        margin-right: 25px; }
        .day-price-wrap .day-price-center .city-list li a {
          color: #333; }
        .day-price-wrap .day-price-center .city-list li.curr a {
          border-bottom: 3px solid #ff6600;
          color: #333;
          padding-bottom: 3px; }
        .day-price-wrap .day-price-center .city-list li:nth-child(7), .day-price-wrap .day-price-center .city-list li.last {
          margin-right: 0; }
    .day-price-wrap .day-price-center .day-price-table {
      width: 615px;
      border-left: 0;
      padding: 0 10px; }
      .day-price-wrap .day-price-center .day-price-table .w180 {
        height: 17px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .day-price-wrap .day-price-center .day-price-table .w220 {
        width: 220px;
        display: inline-block; }
      .day-price-wrap .day-price-center .day-price-table .address {
        width: 45px;
        height: 17px;
        display: inline-block;
        position: relative;
        top: -3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .day-price-wrap .day-price-center .day-price-table .text {
        width: 170px;
        height: 17px;
        margin-top: 5px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .day-price-wrap .day-price-center .day-price-table .w180 {
        width: 180px; }
      .day-price-wrap .day-price-center .day-price-table tr th {
        height: 50px; }
      .day-price-wrap .day-price-center .day-price-table tr td {
        height: 46px;
        border-bottom: 1px solid #cfcfcf; }
      .day-price-wrap .day-price-center .day-price-table tr td span a {
        color: #333; }
      .day-price-wrap .day-price-center .day-price-table.last-tr tr:last-child td {
        border-bottom: 0; }
    .day-price-wrap .day-price-center .btn-date-shopp {
      width: 92px;
      height: 30px;
      line-height: 30px;
      background: #f39800;
      color: #fff;
      text-align: center; }
    .day-price-wrap .day-price-center .small-img {
      width: 20px;
      vertical-align: middle;
      height: 21px;
      display: inline-block;
      overflow: hidden; }
      .day-price-wrap .day-price-center .small-img img {
        width: 100%; }
  .day-price-wrap .price-chart-wrap {
    width: 295px;
    height: 346px;
    overflow: hidden; }
    .day-price-wrap .price-chart-wrap .price-title .line {
      width: 4px;
      height: 23px;
      background: #00cbc2;
      border-radius: 2px;
      display: inline-block; }
    .day-price-wrap .price-chart-wrap .price-title select {
      border: 1px solid #d7d7d7;
      padding: 4px 5px; }
    .day-price-wrap .price-chart-wrap .cool {
      position: relative;
      margin-right: 30px; }
      .day-price-wrap .price-chart-wrap .cool:before {
        position: absolute;
        left: -18px;
        top: 4px;
        display: inline-block;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #9ec3ff; }
    .day-price-wrap .price-chart-wrap .hot {
      margin-right: 0; }
      .day-price-wrap .price-chart-wrap .hot:before {
        background: #ff9197; }
    .day-price-wrap .price-chart-wrap .day-price-chart {
      width: 285px;
      height: 250px; }

/*今日报价End*/
/*广告01*/
.more-choose-wrap {
  margin: 0 auto; }
  .more-choose-wrap .choose-list {
    height: 100px;
    width: 1150px;
    overflow: hidden; }
    .more-choose-wrap .choose-list li {
      width: 270px;
      height: 100px;
      margin-right: 23px;
      float: left;
      overflow: hidden; }
      .more-choose-wrap .choose-list li img {
        width: 270px;
        height: 100px;
        transition: all 0.6s; }
      .more-choose-wrap .choose-list li:nth-child(4), .more-choose-wrap .choose-list li.last {
        margin-right: 0; }

/*广告02*/
.more-choose-wrap02 {
  margin: 0 auto; }
  .more-choose-wrap02 .choose-list {
    height: 100px;
    width: 1150px;
    overflow: hidden; }
    .more-choose-wrap02 .choose-list li {
      width: 270px;
      height: 100px;
      margin-right: 23px;
      float: left;
      overflow: hidden; }
      .more-choose-wrap02 .choose-list li img {
        width: 270px;
        height: 100px;
        transition: all 0.6s; }
      .more-choose-wrap02 .choose-list li:nth-child(4), .more-choose-wrap02 .choose-list li.last {
        margin-right: 0; }

/*服务02*/
.c_89 {
  color: #898989; }

.more-server-wrap {
  margin: 0 auto; }
  .more-server-wrap .server-list {
    height: 120px;
    padding: 25px 50px 30px 50px;
    width: 1050px;
    overflow: hidden; }
    .more-server-wrap .server-list li {
      width: 168px;
      height: 120px;
      margin-right: 126px;
      float: left;
      text-align: center;
      overflow: hidden; }
      .more-server-wrap .server-list li .server-img {
        width: 59px;
        height: 58px;
        display: inline-block; }
      .more-server-wrap .server-list li img {
        width: 100%; }
      .more-server-wrap .server-list li:nth-child(4), .more-server-wrap .server-list li.last {
        margin-right: 0; }

/*动态*/
.lh24 {
  line-height: 24px; }

.ml7 {
  margin-left: 7px; }

.new-info-wrap {
  margin: 0 auto;
  /*排行 */ }
  .new-info-wrap .info-title {
    color: #e60012;
    padding: 6px 0 5px 15px;
    border-bottom: 3px solid #e60012; }
  .new-info-wrap .success-info-container {
    width: 275px;
    height: 422px;
    overflow: hidden; }
    .new-info-wrap .success-info-container .info-list {
      padding: 10px;
      height: 357px;
      overflow: hidden; }
      .new-info-wrap .success-info-container .info-list li {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #d2d2d2; }
        .new-info-wrap .success-info-container .info-list li:nth-child(6) {
          padding-bottom: 0;
          border-bottom: 0; }
        .new-info-wrap .success-info-container .info-list li a {
          display: block;
          color: #000; }
        .new-info-wrap .success-info-container .info-list li p {
          height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
  .new-info-wrap .steel-info-container {
    width: 575px;
    height: 422px;
    overflow: hidden;
    padding-left: 5px; }
    .new-info-wrap .steel-info-container .info-title {
      padding-left: 0; }
      .new-info-wrap .steel-info-container .info-title a {
        color: #333; }
    .new-info-wrap .steel-info-container .info-content .info-img {
      width: 270px;
      height: 150px;
      display: inline-block;
      overflow: hidden; }
      .new-info-wrap .steel-info-container .info-content .info-img img {
        /*width: 100%;*/ }
    .new-info-wrap .steel-info-container .info-content .info-left, .new-info-wrap .steel-info-container .info-content .info-right {
      width: 275px; }
    .new-info-wrap .steel-info-container .info-content .info-list {
      overflow: hidden; }
      .new-info-wrap .steel-info-container .info-content .info-list li {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #cfcfcf; }
        .new-info-wrap .steel-info-container .info-content .info-list li a {
          display: block;
          color: #000; }
      .new-info-wrap .steel-info-container .info-content .info-list .news {
        width: 200px;
        height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .new-info-wrap .steel-info-container .info-content .info-left .info-list {
      height: 202px; }
      .new-info-wrap .steel-info-container .info-content .info-left .info-list li:nth-child(4) {
        border-bottom: 0; }
    .new-info-wrap .steel-info-container .info-content .info-right {
      padding-right: 5px; }
      .new-info-wrap .steel-info-container .info-content .info-right .info-list {
        height: 335px;
        margin-top: 3px; }
        .new-info-wrap .steel-info-container .info-content .info-right .info-list li:nth-child(7) {
          border-bottom: 0; }
  .new-info-wrap .top-info-container {
    width: 282px;
    height: 422px;
    overflow: hidden; }
    .new-info-wrap .top-info-container .info-title {
      padding: 9px 0 7px 15px; }
    .new-info-wrap .top-info-container .info-list {
      padding: 10px;
      height: 355px;
      overflow: hidden; }
      .new-info-wrap .top-info-container .info-list li {
        display: block;
        padding: 16px 0;
        border-bottom: 1px solid #d2d2d2; }
        .new-info-wrap .top-info-container .info-list li:nth-child(5) {
          border-bottom: 0; }
        .new-info-wrap .top-info-container .info-list li a {
          display: block;
          color: #000; }
        .new-info-wrap .top-info-container .info-list li p {
          height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .new-info-wrap .top-info-container .info-list li .top-logo-img {
          width: 22px;
          height: 28px;
          overflow: hidden;
          display: inline-block;
          margin-top: 6px; }
          .new-info-wrap .top-info-container .info-list li .top-logo-img img {
            width: 100%; }
    .new-info-wrap .top-info-container .tab-nav {
      width: 94px; }
      .new-info-wrap .top-info-container .tab-nav li {
        float: left;
        width: 43px;
        height: 18px;
        line-height: 18px;
        border: 1px solid #ff4b23;
        text-align: center;
        background: #fff;
        cursor: pointer; }
        .new-info-wrap .top-info-container .tab-nav li:first-child {
          border-top-left-radius: 10px;
          border-bottom-left-radius: 10px; }
        .new-info-wrap .top-info-container .tab-nav li:last-child {
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px; }
        .new-info-wrap .top-info-container .tab-nav li.curr {
          color: #fff;
          background: #ff4b23;
          border: 1px solid #ff4b23; }

.bg_eff3fa {
  background: #eff3fa; }

.bg_f6 {
  background: #eee; }

/*Footer*/
.f-bt {
  /*border-bottom: 1px solid #eff3fa;*/
  border-top: 1px solid #dcdcdc; }

.op-footer-wrap {
  margin: 0 auto; }
  .op-footer-wrap .op-footer-left {
    width: 810px; }
    .op-footer-wrap .op-footer-left .about {
      display: inline-block;
      width: 150px;
      text-align: left;
      float: left;
      padding-left: 15px;
      border-left: 1px solid #e4e4e4; }
      .op-footer-wrap .op-footer-left .about:first-child {
        border-left: 0; }
      .op-footer-wrap .op-footer-left .about.w220 {
        width: 220px; }
      .op-footer-wrap .op-footer-left .about dt {
        font-size: 14px;
        color: #666666;
        margin-bottom: 10px; }
      .op-footer-wrap .op-footer-left .about dd {
        line-height: 30px; }
        .op-footer-wrap .op-footer-left .about dd a {
          color: #a8a8a5;
          margin: 5px; }
  .op-footer-wrap .op-footer-right .small-logo {
    text-align: center; }
  .op-footer-wrap .bd-bt {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    display: inline-block; }

.op-friend-wrap {
  margin: 0 auto; }
  .op-friend-wrap .op-friend-list {
    padding: 20px; }
    .op-friend-wrap .op-friend-list a {
      color: #333; }

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.banner-ad-wrap .flexslider {
  margin: 0;
  padding: 0;
  width: 670px;
  height: 305px; }

/*资讯广告图片*/
.info-content .info-img .flexslider {
  margin: 0;
  padding: 0;
  width: 270px;
  height: 150px; }

.banner-ad-wrap .flexslider .slides > li, .info-content .info-img .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.banner-ad-wrap .flexslider .slides img, .info-content .info-img .flexslider .slides img {
  /*width: 100%; */
  display: block; }

.info-content .info-img .flexslider .slides > li a {
  height: 150px;
  overflow: hidden; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.info-content .info-img .flexslider, .banner-ad-wrap .flexslider {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.info-content .info-img .flexslider .slides, .banner-ad-wrap .flexslider .slides {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px;
  width: 40px;
  height: 48px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 48px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  background: url(../../img/op_img/arr.png) no-repeat;
  text-indent: -999em; }

.flex-direction-nav .flex-prev {
  left: -50px;
  background-position: 0 0; }

.flex-direction-nav .flex-next {
  right: -50px;
  background-position: -132px 0; }

.info-content .info-img .flex-direction-nav a {
  width: 20px;
  height: 28px;
  background: url(../../img/op_img/arr.png) no-repeat;
  display: none; }

.info-content .info-img .flex-direction-nav .flex-prev {
  left: -50px;
  background-position: 0 0; }

.info-content .info-img .flex-direction-nav .flex-next {
  right: -50px;
  background-position: -132px 0; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background: #ddd; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 99; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*提货计划*/
.take-good-search .icon-date, .take-good-create .icon-date, .op_purchasing_follow .icon-date {
  position: absolute;
  right: 1px;
  top: -9px; }

.take-good-create .icon-date {
  position: absolute;
  right: 5px;
  top: -2px; }

.take-good-table .record_need {
  bottom: 47px;
  position: absolute;
  left: -200px;
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 5px; }
  .take-good-table .record_need .record_table {
    border: 1px solid #f5f5f5; }
    .take-good-table .record_need .record_table tr th {
      background: #f5f5f5;
      font-weight: bold;
      color: #333; }
  .take-good-table .record_need.pay_record {
    margin-left: -178px; }
  .take-good-table .record_need .icon-arr-down {
    width: 10px;
    height: 10px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
    bottom: -6px;
    left: 283px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg); }
.take-good-table .hover-record:hover .record_need {
  display: block; }

.update-brower-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #000;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  z-index: 999; }
  .update-brower-wrap .update-brower {
    margin: 0 auto; }
  .update-brower-wrap a {
    color: #009EFB; }
    .update-brower-wrap a img {
      width: 24px; }
    .update-brower-wrap a.c_fff {
      color: #fff; }
    .update-brower-wrap a:hover {
      color: #fff; }
  .update-brower-wrap .h100 {
    height: 100px; }
  .update-brower-wrap .icon-delete {
    position: absolute;
    right: 20px;
    top: -5px; }

.w820 {
  width: 820px; }

/*付款确定*/
.pay-confirm-table .border-orange {
  border: 1px solid #ff6600; }
.pay-confirm-table .color-red {
  color: #ff2625; }

.pay_type_wrap .money-un {
  background: #fff7f2; }
.pay_type_wrap .color-red {
  color: #ff2625; }

li.un-shopping .tool-tip {
  display: none;
  position: absolute;
  top: -45px;
  border: 1px solid #666;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  z-index: 99;
  min-width: 300px;
  right: -38px; }
  li.un-shopping .tool-tip .icon-arrow-down {
    background: url(../../img/op_img/icon_arrow_down.png) #fff no-repeat;
    width: 10px;
    height: 8px;
    bottom: -8px;
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: 55px; }
li.un-shopping:hover .tool-tip {
  display: inline-block; }

/*支付成功*/
.pay-success-wrap {
  min-height: 600px;
  margin: 0 auto;
  padding: 100px 0; }
  .pay-success-wrap .mt60 {
    margin-top: 60px; }
  .pay-success-wrap .f32 {
    font-size: 32px; }
  .pay-success-wrap .scuccess {
    color: #3a5373;
    font-size: 36px; }
  .pay-success-wrap .btn-check {
    border-radius: 4px;
    color: #fff;
    padding: 8px 27px;
    background: #0099ff; }
  .pay-success-wrap .c_61798b {
    color: #61798b; }
  .pay-success-wrap img {
    margin-top: -10px;
    width: 88%; }

/**结算*/
.order-warn-tips {
  color: #ff9933;
  line-height: 35px;
  background: #fffef2;
  padding: 0 10px;
  padding-left: 0;
  border-radius: 2px;
  border: 1px solid #faf0d9; }

/*升级宣传*/
.up-grade-wrap .w1200 {
  width: 1200px;
  position: relative;
  height: 100%;
  margin: 0 auto; }
.up-grade-wrap .bg01, .up-grade-wrap .bg02, .up-grade-wrap .bg03, .up-grade-wrap .bg04, .up-grade-wrap .bg05, .up-grade-wrap .bg06, .up-grade-wrap .bg07, .up-grade-wrap .bg08, .up-grade-wrap .bg09, .up-grade-wrap .bg10 {
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%; }
.up-grade-wrap .bg01 {
  background-image: url("../../img/op_img/ad/update_01.jpg");
  height: 572px; }
.up-grade-wrap .bg02 {
  background-image: url("../../img/op_img/ad/update_02.jpg");
  height: 572px; }
.up-grade-wrap .bg03 {
  background-image: url("../../img/op_img/ad/update_03.jpg");
  height: 572px; }
.up-grade-wrap .bg04 {
  background-image: url("../../img/op_img/ad/update_04.jpg");
  height: 572px; }
.up-grade-wrap .bg05 {
  background-image: url("../../img/op_img/ad/update_05.jpg");
  height: 572px; }
.up-grade-wrap .bg06 {
  background-image: url("../../img/op_img/ad/update_06.jpg");
  height: 573px; }
.up-grade-wrap .bg07 {
  background-image: url("../../img/op_img/ad/update_07.jpg");
  height: 572px; }
.up-grade-wrap .bg08 {
  background-image: url("../../img/op_img/ad/update_08.jpg");
  height: 572px; }
.up-grade-wrap .bg09 {
  background-image: url("../../img/op_img/ad/update_09.jpg");
  height: 572px; }
.up-grade-wrap .bg10 {
  background-image: url("../../img/op_img/ad/update_10.jpg");
  height: 572px; }
.up-grade-wrap .ps-rl a {
  display: inline-block;
  width: 90px;
  height: 26px;
  display: inline-block;
  position: absolute; }
  .up-grade-wrap .ps-rl a.take01 {
    left: 447px;
    bottom: 133px; }
  .up-grade-wrap .ps-rl a.take02 {
    left: 447px;
    bottom: 109px; }
  .up-grade-wrap .ps-rl a.take03 {
    left: 447px;
    bottom: 89px; }
  .up-grade-wrap .ps-rl a.take04 {
    left: 611px;
    bottom: 133px; }
  .up-grade-wrap .ps-rl a.take05 {
    left: 611px;
    bottom: 109px; }
  .up-grade-wrap .ps-rl a.take06 {
    left: 769px;
    bottom: 133px; }
  .up-grade-wrap .ps-rl a.take07 {
    left: 769px;
    bottom: 109px; }
  .up-grade-wrap .ps-rl a.take08 {
    left: 769px;
    bottom: 89px; }
  .up-grade-wrap .ps-rl a.take09 {
    left: 862px;
    bottom: 133px; }
  .up-grade-wrap .ps-rl a.take10 {
    left: 862px;
    bottom: 109px; }
  .up-grade-wrap .ps-rl a.take12 {
    left: 447px;
    top: 0; }
  .up-grade-wrap .ps-rl a.take13 {
    left: 447px;
    top: 26px; }
  .up-grade-wrap .ps-rl a.take14 {
    left: 611px;
    top: 0; }
  .up-grade-wrap .ps-rl a.take15 {
    left: 769px;
    top: 0; }
  .up-grade-wrap .ps-rl a.take16 {
    left: 769px;
    top: 26px; }

/*网站*/
.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: transparent;
  box-sizing: border-box; }
  .wrapper .beian span {
    display: inline-block;
    float: left;
    width: 100px;
    height: 44px;
    line-height: 22px;
    text-align: left;
    padding-left: 45px; }
  .wrapper .beian .item2 {
    margin-left: 15px;
    width: 140px;
    background: url("../../img/op_img/biaoshi_gd.gif") no-repeat left center;
    _display: inline; }
  .wrapper .beian .item3 {
    width: 120px;
    float: right;
    line-height: 44px;
    background: url("../../img/op_img/icppic.gif") no-repeat left center; }
  .wrapper .beian div.addbox {
    width: 127px;
    height: 44px;
    float: left;
    right: 160px !important;
    margin-left: 100px; }
  .wrapper .beian div.addbox span {
    padding: 0;
    margin: 0; }
  .wrapper .beian {
    /* width: 750px; *width: 800px;   */
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap; }
  .wrapper .beian .item4 {
    line-height: 44px;
    background: url("../../img/op_img/beian.png") no-repeat left center;
    margin-left: 15px;
    *margin-left: 0; }
  .wrapper .beian .item3, .wrapper .beian .item2 {
    margin-left: 0px;
    float: left; }
  .wrapper .beian span, .wrapper .beian .item2, .wrapper .beian .item3, .wrapper .beian .item3 a, .wrapper .beian .item4, .wrapper .beian .item4 a {
    width: 170px;
    *width: 150px;
    color: #828282;
    line-height: 16px; }
  .wrapper .beian .item1 {
    padding-left: 0; }
  .wrapper .beian .item5 a {
    color: #828282; }
  .wrapper .beian .item5 {
    width: 50px;
    line-height: 44px;
    background: url("../../img/op_img/djcp.png") no-repeat left center;
    background-size: 50px 50px;
    *margin-left: 0; }

/*牌号*/
.paihao-dialog-content h2 {
  color: #0099ff; }
.paihao-dialog-content p {
  line-height: 24px; }
.paihao-dialog-content .same-table {
  width: 100%; }
.paihao-dialog-content table tr {
  height: 80px; }
  .paihao-dialog-content table tr th, .paihao-dialog-content table tr td {
    border: 1px solid #f5f5f5; }
  .paihao-dialog-content table tr th {
    background: #e5f5ff;
    height: 35px; }

/*模板填写帮助*/
.modal-help-wrap .mr150 {
  margin-right: 150px; }
.modal-help-wrap .btn-copy {
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  color: #666;
  padding: 2px 6px;
  background: #f3f3f3; }

/*在线录入*/
.dl_gray.handle-info-container dt em {
  width: 100px !important; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation: rubberBand 1s linear; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.5, 1.5, 1.5); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.bounceInDown {
  animation-name: bounceInDown; }

.stock-ad-wrap .one {
  animation: fadeInLeftBig 1s linear; }
.stock-ad-wrap .two {
  animation: flash 1s linear; }
.stock-ad-wrap .f30 {
  font-size: 30px; }
.stock-ad-wrap .f34 {
  font-size: 34px; }
.stock-ad-wrap .f36 {
  font-size: 36px; }
.stock-ad-wrap .f60 {
  font-size: 60px; }
.stock-ad-wrap .w1200 {
  width: 1200px;
  position: relative; }
.stock-ad-wrap .btn-server {
  position: absolute;
  top: 38px;
  left: 18px;
  height: 65px;
  width: 170px; }
.stock-ad-wrap .desc-text {
  color: #fff;
  padding-left: 10px;
  border-left: 8px solid #fff;
  height: 180px;
  width: 100%;
  position: absolute;
  top: 160px;
  left: 20px; }
  .stock-ad-wrap .desc-text .text01 {
    background: url("../../img/op_img/ad/t1.png") no-repeat;
    height: 50px;
    margin-top: 10px; }
.stock-ad-wrap .title02 {
  display: none;
  color: #282828;
  padding-top: 130px; }
.stock-ad-wrap .icon-circle {
  position: absolute;
  width: 350px;
  height: 350px;
  display: inline-block;
  background-repeat: no-repeat; }
.stock-ad-wrap .circle01 {
  display: none;
  top: 50px;
  background-image: url("../../img/op_img/ad/01.png"); }
.stock-ad-wrap .circle02 {
  display: none;
  top: 430px;
  left: 120px;
  background-image: url("../../img/op_img/ad/02.png"); }
.stock-ad-wrap .circle03 {
  display: none;
  top: 260px;
  left: 580px;
  z-index: 3;
  background-image: url("../../img/op_img/ad/03.png"); }
.stock-ad-wrap .circle04 {
  display: none;
  top: 110px;
  right: 70px;
  z-index: 4;
  background-image: url("../../img/op_img/ad/04.png"); }
.stock-ad-wrap .circle05 {
  display: none;
  top: 260px;
  right: -70px;
  z-index: 3;
  background-image: url("../../img/op_img/ad/05.png"); }
.stock-ad-wrap .circle06 {
  display: none;
  top: 150px;
  left: 300px;
  z-index: 2;
  background-image: url("../../img/op_img/ad/06.png"); }
.stock-ad-wrap .bg01, .stock-ad-wrap .bg02, .stock-ad-wrap .bg03, .stock-ad-wrap .bg04, .stock-ad-wrap .bg05 {
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  min-width: 1200px; }
.stock-ad-wrap .bg01 {
  background-image: url("../../img/op_img/ad/b01.png");
  height: 343px; }
.stock-ad-wrap .bg02 {
  background-image: url("../../img/op_img/ad/b02.png");
  height: 396px; }
.stock-ad-wrap .bg03 {
  background-image: url("../../img/op_img/ad/b03.png");
  background-position: left top;
  background-color: #d9ebfc;
  height: 972px; }
.stock-ad-wrap .bg04 {
  background-color: #1d60bc;
  height: 645px; }
.stock-ad-wrap .bg-desc {
  margin-top: 70px;
  padding: 135px 65px 65px 65px;
  background: url("../../img/op_img/ad/b04.png") no-repeat;
  width: 1065px;
  height: 375px;
  display: inline-block; }
  .stock-ad-wrap .bg-desc .desc2 {
    display: none; }
.stock-ad-wrap .bounceIn {
  animation: bounceIn 3s linear;
  display: block; }
.stock-ad-wrap .bounceInLeft {
  animation: bounceInLeft 3s linear;
  display: inline-block !important; }
.stock-ad-wrap .flipInY {
  animation: flipInY 3s linear;
  display: inline-block; }
.stock-ad-wrap .bounceInDown {
  animation: bounceInDown 2s linear;
  display: inline-block; }
.stock-ad-wrap .bounceInDown2 {
  animation: bounceInDown 3s linear;
  display: inline-block; }
.stock-ad-wrap .bounceInRight {
  animation: bounceInRight 3s linear;
  display: inline-block; }
.stock-ad-wrap .bounceIn2 {
  animation: bounceIn 1s linear;
  display: inline-block; }
.stock-ad-wrap .w690 {
  width: 690px; }
.stock-ad-wrap .tab-menu {
  background: url("../../img/op_img/ad/tap01-bg.png") #1d60bc no-repeat;
  width: 100%;
  height: 85px; }
  .stock-ad-wrap .tab-menu .menu-list {
    width: 1100px;
    margin-left: 100px; }
    .stock-ad-wrap .tab-menu .menu-list a {
      margin-top: 10px;
      float: left;
      width: 270px;
      height: 75px;
      line-height: 75px;
      color: #fff;
      text-align: center;
      font-size: 30px;
      color: #175ab7; }
      .stock-ad-wrap .tab-menu .menu-list a.curr {
        color: #fff;
        background: url("../../img/op_img/ad/stock-arrow.png") #175ab7 35px 30px no-repeat; }
.stock-ad-wrap .tab-list01, .stock-ad-wrap .tab-list02, .stock-ad-wrap .tab-list03, .stock-ad-wrap .tab-list04 {
  background-color: #1d60bc; }
  .stock-ad-wrap .tab-list01 .bg05, .stock-ad-wrap .tab-list02 .bg05, .stock-ad-wrap .tab-list03 .bg05, .stock-ad-wrap .tab-list04 .bg05 {
    background-color: #1d60bc;
    width: 100%;
    height: 645px; }
    .stock-ad-wrap .tab-list01 .bg05 .tab, .stock-ad-wrap .tab-list02 .bg05 .tab, .stock-ad-wrap .tab-list03 .bg05 .tab, .stock-ad-wrap .tab-list04 .bg05 .tab {
      background: url("../../img/op_img/ad/tap01.png") no-repeat;
      width: 100%;
      height: 85px;
      display: none !important; }
    .stock-ad-wrap .tab-list01 .bg05 .title01, .stock-ad-wrap .tab-list02 .bg05 .title01, .stock-ad-wrap .tab-list03 .bg05 .title01, .stock-ad-wrap .tab-list04 .bg05 .title01 {
      margin-top: 50px;
      margin-left: 40px;
      background: url("../../img/op_img/ad/title01.png") no-repeat;
      width: 1178px;
      height: 68px;
      display: inline-block; }
  .stock-ad-wrap .tab-list01 .btn01, .stock-ad-wrap .tab-list01 .btn02, .stock-ad-wrap .tab-list01 .btn03, .stock-ad-wrap .tab-list01 .btn04, .stock-ad-wrap .tab-list02 .btn01, .stock-ad-wrap .tab-list02 .btn02, .stock-ad-wrap .tab-list02 .btn03, .stock-ad-wrap .tab-list02 .btn04, .stock-ad-wrap .tab-list03 .btn01, .stock-ad-wrap .tab-list03 .btn02, .stock-ad-wrap .tab-list03 .btn03, .stock-ad-wrap .tab-list03 .btn04, .stock-ad-wrap .tab-list04 .btn01, .stock-ad-wrap .tab-list04 .btn02, .stock-ad-wrap .tab-list04 .btn03, .stock-ad-wrap .tab-list04 .btn04 {
    cursor: pointer;
    width: 280px;
    height: 75px;
    position: absolute;
    top: 10px; }
  .stock-ad-wrap .tab-list01 .btn01, .stock-ad-wrap .tab-list02 .btn01, .stock-ad-wrap .tab-list03 .btn01, .stock-ad-wrap .tab-list04 .btn01 {
    left: 50px; }
  .stock-ad-wrap .tab-list01 .btn02, .stock-ad-wrap .tab-list02 .btn02, .stock-ad-wrap .tab-list03 .btn02, .stock-ad-wrap .tab-list04 .btn02 {
    left: 335px; }
  .stock-ad-wrap .tab-list01 .btn03, .stock-ad-wrap .tab-list02 .btn03, .stock-ad-wrap .tab-list03 .btn03, .stock-ad-wrap .tab-list04 .btn03 {
    left: 630px; }
  .stock-ad-wrap .tab-list01 .btn04, .stock-ad-wrap .tab-list02 .btn04, .stock-ad-wrap .tab-list03 .btn04, .stock-ad-wrap .tab-list04 .btn04 {
    left: 910px; }
  .stock-ad-wrap .tab-list01 .about-list, .stock-ad-wrap .tab-list02 .about-list, .stock-ad-wrap .tab-list03 .about-list, .stock-ad-wrap .tab-list04 .about-list {
    width: 555px;
    margin-left: 50px;
    margin-top: 50px; }
    .stock-ad-wrap .tab-list01 .about-list li, .stock-ad-wrap .tab-list02 .about-list li, .stock-ad-wrap .tab-list03 .about-list li, .stock-ad-wrap .tab-list04 .about-list li {
      background: url("../../img/op_img/ad/icon01.png") left center no-repeat;
      padding-left: 40px;
      color: #fff;
      margin-bottom: 30px; }
  .stock-ad-wrap .tab-list01 .stock-pict, .stock-ad-wrap .tab-list02 .stock-pict, .stock-ad-wrap .tab-list03 .stock-pict, .stock-ad-wrap .tab-list04 .stock-pict {
    margin-top: 45px;
    background: url("../../img/op_img/ad/pic01_lecong.png") left center no-repeat;
    width: 552px;
    height: 378px;
    display: inline-block; }
    .stock-ad-wrap .tab-list01 .stock-pict .stock-addr, .stock-ad-wrap .tab-list02 .stock-pict .stock-addr, .stock-ad-wrap .tab-list03 .stock-pict .stock-addr, .stock-ad-wrap .tab-list04 .stock-pict .stock-addr {
      position: absolute;
      bottom: 16px;
      left: 90px;
      font-size: 30px; }
  .stock-ad-wrap .tab-list01 .bg06, .stock-ad-wrap .tab-list02 .bg06, .stock-ad-wrap .tab-list03 .bg06, .stock-ad-wrap .tab-list04 .bg06 {
    background-image: url("../../img/op_img/ad/bg01_11.png");
    background-position: right top;
    background-color: #1d60bc;
    height: 374px; }
  .stock-ad-wrap .tab-list01 .sec-title02, .stock-ad-wrap .tab-list02 .sec-title02, .stock-ad-wrap .tab-list03 .sec-title02, .stock-ad-wrap .tab-list04 .sec-title02 {
    display: inline-block;
    margin-top: 30px;
    margin-left: 40px;
    background: url("../../img/op_img/ad/title02.png") no-repeat;
    width: 708px;
    height: 68px;
    display: inline-block; }
  .stock-ad-wrap .tab-list01 .maching-list, .stock-ad-wrap .tab-list02 .maching-list, .stock-ad-wrap .tab-list03 .maching-list, .stock-ad-wrap .tab-list04 .maching-list {
    width: 555px;
    margin-left: 50px;
    margin-top: 30px; }
    .stock-ad-wrap .tab-list01 .maching-list li, .stock-ad-wrap .tab-list02 .maching-list li, .stock-ad-wrap .tab-list03 .maching-list li, .stock-ad-wrap .tab-list04 .maching-list li {
      background: url("../../img/op_img/ad/icon02.png") left center no-repeat;
      padding-left: 40px;
      color: #fff;
      margin-bottom: 30px; }
  .stock-ad-wrap .tab-list01 .maching-pict, .stock-ad-wrap .tab-list02 .maching-pict, .stock-ad-wrap .tab-list03 .maching-pict, .stock-ad-wrap .tab-list04 .maching-pict {
    margin-top: 34px;
    background: url("../../img/op_img/ad/pic02_lecong.png") left center no-repeat;
    width: 434px;
    height: 340px;
    display: inline-block; }
    .stock-ad-wrap .tab-list01 .maching-pict .stock-addr, .stock-ad-wrap .tab-list02 .maching-pict .stock-addr, .stock-ad-wrap .tab-list03 .maching-pict .stock-addr, .stock-ad-wrap .tab-list04 .maching-pict .stock-addr {
      position: absolute;
      bottom: 10px;
      left: 140px;
      font-size: 30px; }
  .stock-ad-wrap .tab-list01 .bg07, .stock-ad-wrap .tab-list02 .bg07, .stock-ad-wrap .tab-list03 .bg07, .stock-ad-wrap .tab-list04 .bg07 {
    background-color: #175ab7;
    width: 100%;
    height: 520px;
    overflow: hidden; }
  .stock-ad-wrap .tab-list01 .bg-contact, .stock-ad-wrap .tab-list02 .bg-contact, .stock-ad-wrap .tab-list03 .bg-contact, .stock-ad-wrap .tab-list04 .bg-contact {
    background: url("../../img/op_img/ad/bg01_12.png") left center no-repeat;
    width: 100%;
    display: inline-block; }
  .stock-ad-wrap .tab-list01 .sec-title03, .stock-ad-wrap .tab-list02 .sec-title03, .stock-ad-wrap .tab-list03 .sec-title03, .stock-ad-wrap .tab-list04 .sec-title03 {
    display: inline-block;
    margin-top: 30px;
    background: url("../../img/op_img/ad/title03.png") no-repeat;
    width: 324px;
    height: 68px;
    display: inline-block; }
  .stock-ad-wrap .tab-list01 .contact-list, .stock-ad-wrap .tab-list02 .contact-list, .stock-ad-wrap .tab-list03 .contact-list, .stock-ad-wrap .tab-list04 .contact-list {
    width: 555px;
    margin-top: 30px; }
    .stock-ad-wrap .tab-list01 .contact-list li, .stock-ad-wrap .tab-list02 .contact-list li, .stock-ad-wrap .tab-list03 .contact-list li, .stock-ad-wrap .tab-list04 .contact-list li {
      color: #fff;
      margin-bottom: 20px;
      color: #fff; }
  .stock-ad-wrap .tab-list01 .contact-pict, .stock-ad-wrap .tab-list02 .contact-pict, .stock-ad-wrap .tab-list03 .contact-pict, .stock-ad-wrap .tab-list04 .contact-pict {
    margin-top: 34px;
    background: url("../../img/op_img/ad/map_lc.png") left center no-repeat;
    width: 480px;
    height: 400px;
    display: inline-block; }
  .stock-ad-wrap .tab-list01 .pd-bt245, .stock-ad-wrap .tab-list02 .pd-bt245, .stock-ad-wrap .tab-list03 .pd-bt245, .stock-ad-wrap .tab-list04 .pd-bt245 {
    padding-bottom: 245px; }
.stock-ad-wrap .tab-list02 .tab {
  display: none;
  background: url("../../img/op_img/ad/tap02.png") no-repeat !important; }
.stock-ad-wrap .tab-list02 .maching-pict {
  background: url("../../img/op_img/ad/pic02_jj.png") left center no-repeat !important; }
.stock-ad-wrap .tab-list02 .stock-pict {
  background: url("../../img/op_img/ad/pic01_jj.png") left center no-repeat;
  width: 552px;
  height: 378px;
  display: inline-block; }
.stock-ad-wrap .tab-list02 .contact-pict {
  background: url("../../img/op_img/ad/map_jj.png") left center no-repeat; }
.stock-ad-wrap .tab-list03 .stock-addr {
  left: 230px !important; }
.stock-ad-wrap .tab-list03 .stock-addr.left175 {
  left: 175px !important; }
.stock-ad-wrap .tab-list03 .tab {
  background: url("../../img/op_img/ad/tap03.png") no-repeat !important; }
.stock-ad-wrap .tab-list03 .maching-pict {
  background: url("../../img/op_img/ad/pic02_yh.png") left center no-repeat !important; }
.stock-ad-wrap .tab-list03 .stock-pict {
  background: url("../../img/op_img/ad/pic01_yh.png") left center no-repeat;
  width: 552px;
  height: 378px;
  display: inline-block; }
.stock-ad-wrap .tab-list03 .contact-pict {
  background: url("../../img/op_img/ad/map_yh.png") left center no-repeat; }
.stock-ad-wrap .tab-list04 .stock-addr {
  left: 220px !important; }
.stock-ad-wrap .tab-list04 .tab {
  background: url("../../img/op_img/ad/tap04.png") no-repeat !important; }
.stock-ad-wrap .tab-list04 .maching-pict {
  background: url("../../img/op_img/ad/pic02_sh.png") left center no-repeat !important; }
.stock-ad-wrap .tab-list04 .stock-pict {
  background: url("../../img/op_img/ad/pic01_sh.png") left center no-repeat;
  width: 552px;
  height: 378px;
  display: inline-block; }
.stock-ad-wrap .tab-list04 .contact-pict {
  background: url("../../img/op_img/ad/map_sh.png") left center no-repeat; }
.stock-ad-wrap .mt20 {
  margin-top: 20px; }

/*积分*/
.c_fb915f {
  color: #fb915f; }

.dun_green:hover .tool-tip .icon-arrow-down.left-15 {
  margin-left: -40px; }

/*抽奖*/
.luck-ad-wrap .w1200 {
  width: 1200px;
  position: relative; }
.luck-ad-wrap .ml290 {
  margin-left: 290px; }
.luck-ad-wrap .bg01, .luck-ad-wrap .bg02, .luck-ad-wrap .bg03, .luck-ad-wrap .bg04 {
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%; }
.luck-ad-wrap .bg01 {
  background-image: url("../../img/op_img/ad/choujiang_01.png");
  height: 743px; }
.luck-ad-wrap .bg02 {
  background-image: url("../../img/op_img/ad/choujiang_02.png");
  height: 1037px; }
.luck-ad-wrap .bg03 {
  background-image: url("../../img/op_img/ad/choujiang_03.jpg");
  height: 1090px; }
.luck-ad-wrap .bg04 {
  background-image: url("../../img/op_img/ad/choujiang_04.png");
  height: 956px; }
.luck-ad-wrap .rule-list {
  padding-top: 40px; }
  .luck-ad-wrap .rule-list li {
    font-size: 44px;
    color: #fff;
    padding-bottom: 10px; }
.luck-ad-wrap .rule-remark {
  padding-top: 170px;
  color: #fff; }
  .luck-ad-wrap .rule-remark li {
    padding-top: 30px;
    font-size: 24px; }

/*交易系统展示*/
.vrm-system-wrap .vrm-banner {
  width: 1060px; }
  .vrm-system-wrap .vrm-banner img {
    width: 100%; }
.vrm-system-wrap .pic-list {
  margin-left: 38px; }
  .vrm-system-wrap .pic-list .item-img {
    width: 232px; }
    .vrm-system-wrap .pic-list .item-img img {
      width: 100%; }
  .vrm-system-wrap .pic-list li {
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    background: #fff;
    width: 232px;
    height: 185px;
    overflow: hidden;
    float: left;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #ccc; }
    .vrm-system-wrap .pic-list li a {
      color: #000; }
.vrm-system-wrap .bg-yellow, .vrm-system-wrap .bg-blue {
  background: #ffb533;
  color: #fff;
  line-height: 20px;
  padding: 2px 10px; }
.vrm-system-wrap .bg-blue {
  background: #28c4f3; }

/*上传中心*/
.search_list .table-list .dun_green:hover .tool-tip.w384 {
  width: 384px; }
.search_list .table-list .dun_green:hover .tool-tip.w265 {
  width: 265px;
  min-width: auto !important; }
  .search_list .table-list .dun_green:hover .tool-tip.w265 .icon-arrow-down {
    margin-left: -103px; }
.search_list .table-list .dun_green:hover .tool-tip.ml-72 {
  margin-left: -72px; }
.search_list .table-list .dun_green:hover .tool-tip.w265-62 {
  width: 265px;
  margin-left: -62px; }
  .search_list .table-list .dun_green:hover .tool-tip.w265-62 .icon-arrow-down {
    margin-left: -103px; }
.search_list .table-list .dun_green:hover .tool-tip.w200-110 {
  width: 200px;
  margin-left: -47px;
  top: -46px; }
  .search_list .table-list .dun_green:hover .tool-tip.w200-110 .icon-arrow-down {
    margin-left: -110px; }
.search_list .table-list .dun_green:hover .tool-tip.w200-72 {
  width: 200px;
  margin-left: -72px;
  top: -46px; }
  .search_list .table-list .dun_green:hover .tool-tip.w200-72 .icon-arrow-down {
    margin-left: -110px; }

.filter_list tr td .filter_link.bd_area .company-name {
  height: 22px;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.c_orderBy {
  font-size: 12px;
  vertical-align: middle;
  color: #999;
  cursor: pointer; }

/*导出数据*/
.outdata-date .icon-date {
  position: absolute;
  right: 8px;
  top: -1px; }

.out-btn {
  background: #ccc;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 5px;
  display: inline-block; }
  .out-btn:hover {
    color: #fff; }

/*代供应商挂货*/
.replace-center-wrap .lh45 {
  line-height: 45px; }
.replace-center-wrap .search-text {
  width: 280px;
  height: 45px;
  line-height: 45px; }
.replace-center-wrap .search-btn {
  background-color: #ff6600;
  color: white;
  border-radius: 4px;
  border: 1px solid #ff6600;
  width: 75px;
  line-height: 45px; }
.replace-center-wrap .title {
  position: relative;
  border-bottom: 1px dashed #ccc;
  width: 100%; }
  .replace-center-wrap .title span {
    width: 80px;
    background: #fff;
    position: absolute;
    top: -13px; }
.replace-center-wrap .history-list {
  padding-bottom: 50px;
  padding-left: 10px; }
  .replace-center-wrap .history-list li {
    float: left;
    width: 320px;
    margin-right: 20px;
    margin-top: 20px; }
    .replace-center-wrap .history-list li:nth-child(3n) {
      margin-right: 0; }

/*交易偏好设置*/
.user-set-wrap {
  padding-bottom: 100px; }
  .user-set-wrap .search-btn {
    background-color: #fff;
    color: #ff6600;
    border-radius: 4px;
    border: 1px solid #ff6600;
    width: 110px;
    line-height: 35px; }

/*赊销授信设置*/
.record-sales-person .record-table td {
  border: 1px solid #f5f5f5; }
.record-sales-person .record-table th {
  border: 1px solid #f5f5f5;
  background: none; }

/*-----期货------*/
/*销售上传*/
.bd-orange {
  border: 1px solid #ffb27f; }

.bd-blue {
  border: 1px solid #7fccff; }

.tag-orange {
  background: #ffefe5;
  color: #ff6600;
  padding: 2px 4px; }

.tag-blue02 {
  background: #d9f0ff;
  color: #0099ff;
  padding: 2px 4px; }

.tag-bg-orange {
  background: #ff9966;
  color: #fff;
  padding: 0 2px;
  border-radius: 2px; }

.qh-sale-upload li {
  border: 1px solid #e5e5e5;
  width: 360px;
  margin: 0 42px 30px;
  padding-bottom: 16px; }
  .qh-sale-upload li .up_fr p {
    margin-bottom: 20px; }
.qh-sale-upload .btn_blue_bg_c {
  padding: 10px 18px !important; }

.btn-addr-search.pd2 {
  padding: 2px 5px; }

.content .c_main h3.left-bd-orange {
  border-color: #ff6600; }
  .content .c_main h3.left-bd-orange .current {
    color: #ff6600; }

.table-th-orange tr th {
  background-color: #ffefe5 !important; }
.table-th-orange table tr th {
  background-color: #fff9f5 !important; }

.shopCart .carBanner.mb0 {
  margin-bottom: 0;
  padding-bottom: 0; }

/*期货搜索*/
.search_page .price_area {
  position: relative; }

.search_page .price_area .icon_yen {
  position: absolute;
  top: -6px;
  left: 3px;
  font-style: normal; }

.w820 {
  width: 820px !important; }

.w360 {
  width: 360px !important; }

.qi-search-result {
  background: #f5f5f5 !important;
  /*子列表*/
  /**没有更多资源*/
  /*right*/ }
  .qi-search-result .search_list {
    padding: 0;
    background: #f5f5f5 !important; }
  .qi-search-result .sort_bar li a {
    padding: 0 15px; }
  .qi-search-result .search_list .qi-item {
    border: 1px solid #ececec;
    margin-bottom: 5px;
    padding: 13px 20px; }
    .qi-search-result .search_list .qi-item li button {
      margin-top: 0; }
    .qi-search-result .search_list .qi-item li.pro_img .img_bd .img_mask {
      width: 100px;
      height: 100px; }
      .qi-search-result .search_list .qi-item li.pro_img .img_bd .img_mask img {
        width: 100px;
        height: 100px; }
    .qi-search-result .search_list .qi-item li.pro_img .pro_status {
      height: 100px;
      display: table;
      width: 300px; }
      .qi-search-result .search_list .qi-item li.pro_img .pro_status .item {
        display: table-cell;
        vertical-align: middle; }
  .qi-search-result .more-list {
    border: 2px solid #ff6600;
    /*子列表内容 */ }
    .qi-search-result .more-list ul.bg_curr {
      background: #fff7f2; }
    .qi-search-result .more-list .more-item ul {
      margin-bottom: 0; }
  .qi-search-result .no-more-product .opertion-list li {
    width: 40%;
    display: table; }
    .qi-search-result .no-more-product .opertion-list li .way {
      display: table-cell;
      vertical-align: middle; }
  .qi-search-result .btn-show {
    width: 86px;
    height: 34px; }
  .qi-search-result .bg-e5f5ff {
    background: #e5f5ff; }
  .qi-search-result .qi-search-right {
    overflow: hidden; }
    .qi-search-result .qi-search-right .same-title {
      border-bottom: 1px solid #7bb0f2; }
    .qi-search-result .qi-search-right .same-product ul {
      height: 554px;
      /*overflow: hidden;*/ }
    .qi-search-result .qi-search-right .same-product ul li {
      border-bottom: 1px solid #fff;
      height: 90px;
      padding: 10px 0; }
      .qi-search-result .qi-search-right .same-product ul li:last-child {
        border-bottom: 0; }
    .qi-search-result .qi-search-right .same-product .img_mask {
      width: 64px;
      height: 64px;
      overflow: hidden;
      position: relative; }
      .qi-search-result .qi-search-right .same-product .img_mask img {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .qi-search-result .qi-search-right .choose-box {
      display: table-cell;
      vertical-align: middle;
      height: 60px;
      text-align: right;
      width: 84px; }

/*预购菜单 */
.op-home-nav-wrap .main-nav .booking-buy {
  height: 36px !important;
  margin-right: 0 !important;
  padding-right: 22px !important; }
  .op-home-nav-wrap .main-nav .booking-buy .booking-menu {
    display: none;
    position: absolute;
    top: 36px;
    left: -196px;
    width: 640px;
    border: 1px solid #fb8335;
    padding: 5px 20px;
    padding-left: 170px; }
  .op-home-nav-wrap .main-nav .booking-buy .icon-jt_s_down {
    display: none;
    right: 17px !important; }
  .op-home-nav-wrap .main-nav .booking-buy:hover {
    color: #fb8335; }
    .op-home-nav-wrap .main-nav .booking-buy:hover .icon-jt_s_down {
      display: inline-block; }
    .op-home-nav-wrap .main-nav .booking-buy:hover .booking-menu {
      display: block; }
      .op-home-nav-wrap .main-nav .booking-buy:hover .booking-menu a {
        border-bottom: 0;
        color: #333; }
        .op-home-nav-wrap .main-nav .booking-buy:hover .booking-menu a:hover {
          color: #fb8335; }

/*搜索筛选*/
.qi-search-filter .filter_list .bd_area a.no-bd {
  min-width: auto !important;
  border: 0 !important;
  width: auto !important;
  text-align: left !important; }

/*去结算页面*/
.go-pay-wrap .coupon-content .coupon-list {
  width: 965px;
  height: 85px;
  padding-top: 20px;
  overflow: hidden; }
  .go-pay-wrap .coupon-content .coupon-list li {
    width: 210px;
    height: 76px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px; }
    .go-pay-wrap .coupon-content .coupon-list li:nth-child(4n) {
      margin-right: 0; }
    .go-pay-wrap .coupon-content .coupon-list li .bg-blue {
      height: 42px;
      background: #00b1ff;
      padding: 5px 5px 0 5px; }
    .go-pay-wrap .coupon-content .coupon-list li .cate {
      padding: 0 5px; }
    .go-pay-wrap .coupon-content .coupon-list li .gou-img {
      display: none;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      position: absolute;
      top: -10px;
      right: -5px; }
      .go-pay-wrap .coupon-content .coupon-list li .gou-img img {
        width: 100%; }
    .go-pay-wrap .coupon-content .coupon-list li.curr-select .gou-img {
      display: inline-block; }
.go-pay-wrap .coupon-content .more {
  position: absolute;
  right: 90px;
  bottom: 0; }
  .go-pay-wrap .coupon-content .more a:hover {
    color: #00b1ff; }
.go-pay-wrap .float_interest_long {
  width: 855px;
  height: 87px;
  background-color: #fff; }
  .go-pay-wrap .float_interest_long ul li {
    line-height: 20px;
    padding: 10px 5px;
    text-align: center; }
  .go-pay-wrap .float_interest_long ul .first_li {
    line-height: 50px;
    padding: 0; }
  .go-pay-wrap .float_interest_long .first_ul {
    /*line-height: 20px;
    height:20px; */ }
    .go-pay-wrap .float_interest_long .first_ul li {
      height: 20px; }

.op-gopay-dialog .layui-layer-btn .layui-layer-btn0 {
  border-color: #ff6600;
  background-color: #ff6600;
  color: #fff; }

/*议价中心弹框*/
.bg_eee {
  background: #eee; }

.op-changePrice-dialog .layui-layer-content {
  padding: 0 !important; }
  .op-changePrice-dialog .layui-layer-content .price-content {
    background: #f8f8f8;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc; }
  .op-changePrice-dialog .layui-layer-content .txtLeft {
    text-align: left; }
  .op-changePrice-dialog .layui-layer-content .txtRight {
    text-align: right; }
  .op-changePrice-dialog .layui-layer-content .txtCenter {
    text-align: center; }
  .op-changePrice-dialog .layui-layer-content .msgDetail {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    min-height: 100%;
    bottom: 50px;
    /*background:-webkit-linear-gradient(top,#ace7ef,#e7d9c5); background:-moz-linear-gradient(top,#ace7ef,#e7d9c5);background:linear-gradient(top,#ace7ef,#e7d9c5);*/ }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList {
    padding-left: 0;
    padding-bottom: 25px; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList li {
    padding: 25px 10px 0; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList .photo {
    width: 42px;
    height: 42px;
    border-radius: 40px;
    overflow: hidden; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList .photo img {
    width: 100%;
    height: 100%; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList .photo, .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList .msg {
    display: inline-block;
    vertical-align: top; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList .msg {
    max-width: 70%;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 13px;
    border: 2px solid #a8d5ee;
    border-bottom: 0;
    background: -webkit-linear-gradient(top, #c6e8fc, #9fd4f4);
    background: -moz-linear-gradient(top, #c6e8fc, #9fd4f4);
    background: linear-gradient(top, #c6e8fc, #9fd4f4);
    box-shadow: 0 -3px 0 -1px #51a8e0 inset; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList .txtLeft .msg {
    margin-left: 10px; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList .txtRight .msg {
    margin-right: 10px; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList li.txtLeft .msg {
    background: #eee;
    border-color: #eaedef;
    box-shadow: 0 -3px 0 -1px #dee1e2 inset; }
  .op-changePrice-dialog .layui-layer-content .msgDetail .mgsDetailList li.txtRight .msg {
    background: #0099ff;
    color: #fff;
    box-shadow: 0 -3px 0 -1px #0099ff inset;
    border-color: #0099ff; }

.op-changePrice-dialog .layui-layer-title {
  text-align: left; }
.op-changePrice-dialog .layui-layer-btn a {
  background-color: #ff6600 !important;
  color: #fff !important;
  border-radius: 5px;
  border: none;
  padding: 8px 35px !important;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  height: auto !important;
  bottom: 55px;
  right: 50px;
  display: inline-block;
  position: absolute; }

/*购销合同详情*/
.cont-print-wrap .print-table td {
  padding: 4px 2px; }

.confirm_pay .bank_list span {
  width: auto !important; }
  .confirm_pay .bank_list span img {
    height: 25px; }
  .confirm_pay .bank_list span .selected_icon {
    right: 9px;
    top: initial !important;
    bottom: -2px; }

/*预购到货*/
.booking-product-search dd {
  border-bottom: 1px dashed #f5f5f5;
  line-height: 30px;
  margin-top: 20px; }

/*小贷宣传页面*/
.xiaoDai-ad-wrap .w1200 {
  width: 1200px;
  position: relative; }
.xiaoDai-ad-wrap .ml290 {
  margin-left: 290px; }
.xiaoDai-ad-wrap .bg02, .xiaoDai-ad-wrap .bg03, .xiaoDai-ad-wrap .bg04, .xiaoDai-ad-wrap .bg05, .xiaoDai-ad-wrap .bg06, .xiaoDai-ad-wrap .bg07, .xiaoDai-ad-wrap .bg08, .xiaoDai-ad-wrap .bg09, .xiaoDai-ad-wrap .bg10, .xiaoDai-ad-wrap .bg11, .xiaoDai-ad-wrap .bg12, .xiaoDai-ad-wrap .bg13, .xiaoDai-ad-wrap .bg14, .xiaoDai-ad-wrap .bg15 {
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%; }
.xiaoDai-ad-wrap .bg02 {
  background-image: url("../../img/op_img/ad/offline_02.png");
  height: 333px; }
.xiaoDai-ad-wrap .bg03 {
  background-image: url("../../img/op_img/ad/offline_03.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg04 {
  background-image: url("../../img/op_img/ad/offline_04.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg05 {
  background-image: url("../../img/op_img/ad/offline_05.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg06 {
  background-image: url("../../img/op_img/ad/offline_06.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg07 {
  background-image: url("../../img/op_img/ad/offline_07.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg08 {
  background-image: url("../../img/op_img/ad/offline_08.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg09 {
  background-image: url("../../img/op_img/ad/offline_09.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg10 {
  background-image: url("../../img/op_img/ad/offline_10.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg11 {
  background-image: url("../../img/op_img/ad/offline_11.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg12 {
  background-image: url("../../img/op_img/ad/offline_12.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg13 {
  background-image: url("../../img/op_img/ad/offline_13.png");
  height: 499px; }
.xiaoDai-ad-wrap .bg14 {
  background-image: url("../../img/op_img/ad/offline_14.png");
  height: 639px; }
.xiaoDai-ad-wrap .bg03 a {
  background: #fff;
  color: red;
  border-radius: 8px;
  padding: 5px 10px;
  position: absolute;
  left: 50%;
  width: 220px;
  top: 28px;
  margin-left: -62px; }
.xiaoDai-ad-wrap .bg04 a {
  position: absolute;
  left: 50%;
  top: 380px;
  width: 240px;
  height: 68px;
  margin-left: -62px; }
.xiaoDai-ad-wrap .bg08 a {
  position: absolute;
  left: 50%;
  top: 237px;
  width: 200px;
  height: 56px;
  margin-left: -39px; }
.xiaoDai-ad-wrap .bg09 a {
  position: absolute;
  left: 50%;
  top: 380px;
  width: 162px;
  height: 51px;
  margin-left: -20px; }
.xiaoDai-ad-wrap .bg11 a {
  position: absolute;
  left: 50%;
  top: 336px;
  width: 175px;
  height: 63px;
  margin-left: -31px; }
.xiaoDai-ad-wrap .bg13 a {
  position: absolute;
  left: 50%;
  top: 153px;
  width: 159px;
  height: 56px;
  margin-left: -12px; }

.btn_orange_c5.plr35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.icon-tag-new {
  background: #ffe7e5;
  color: #ff2a14;
  padding: 0 2px;
  line-height: 16px;
  border-radius: 2px; }

/*运费付款流水账*/
.search_list .bd_style .tb_gray_b tr th.bg-e5f5ff {
  background-color: #e5f5ff !important; }
.search_list .bd_style .tb_gray_b tr th.bg-f9 {
  background: #f9f9f9 !important; }
.search_list .bd_style .tb_gray_b tr th.bg-e6f3e6 {
  background: #e6f3e6 !important; }
.search_list .bd_style .tb_gray_b tr th.bg-eefcde {
  background: #eefcde !important; }

.search_list .bd_style .tb_gray_b .title-bd th {
  border-bottom: 1px solid #ebebeb; }
.search_list .bd_style .tb_gray_b .title-bd.h25 {
  height: 28px !important; }

/*贷款明细*/
.loan-lype-box .curr {
  background-color: #ff6600 !important;
  color: white !important;
  border: 1px solid #ff6600 !important;
  padding: 4px 10px; }

.loan-titel.un-mb {
  margin-bottom: 0; }

.search_num_bd.un-mtb {
  margin-bottom: 0;
  margin-top: 0; }

.loan-titel.un-mb span {
  border-right: 1px solid gainsboro; }
  .loan-titel.un-mb span:last-child {
    border-right: 0; }
.loan-titel.un-mb .curr a {
  border-bottom: 2px solid #ff6600 !important; }

/*采购定制订单上传-质量信息 */
.qa-info-dialog .info-content .need-list select {
  padding: 5px;
  min-width: 100px; }
.qa-info-dialog .info-content .need-list li {
  width: 185px;
  float: left; }
  .qa-info-dialog .info-content .need-list li span {
    width: 65px;
    margin-right: 10px;
    display: inline-block; }

.up_down_dash dd {
  border-color: #ccc; }
  .up_down_dash dd.bd0 {
    border-bottom: 0; }

.up_down_dash dt {
  background: #f6f7f8; }
  .up_down_dash dt.plr0 {
    padding-left: 0;
    padding-right: 0; }
  .up_down_dash dt.pt0 {
    padding-top: 0;
    padding-bottom: 0; }

/*采购现货资源上传*/
.basic-info-content {
  padding-top: 40px;
  padding-bottom: 40px;
  border-right: 1px dashed #ccc; }
  .basic-info-content.bd0 {
    border-right: 0; }
  .basic-info-content .info-list li {
    float: left;
    width: 240px;
    margin-top: 25px; }
    .basic-info-content .info-list li span {
      text-align: right;
      width: 76px;
      display: inline-block; }
  .basic-info-content .info-list .error-tips {
    position: absolute;
    bottom: -20px;
    left: 80px; }
  .basic-info-content .info-list .icon-date {
    position: absolute;
    top: 5px;
    right: 20px; }
    .basic-info-content .info-list .icon-date.right32 {
      right: 32px; }

.tb_gray_b.bg-e5f5ff tr th {
  background: #e5f5ff; }

.content.ml0 {
  margin-left: 0; }

/*Tab*/
.tab-menu-wrap {
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0; }
  .tab-menu-wrap span {
    border-right: 1px solid #ccc; }
    .tab-menu-wrap span:last-child {
      border-right: 0; }
    .tab-menu-wrap span a {
      display: inline-block;
      width: 115px;
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 2px solid white;
      font-size: 14px;
      color: #333; }
    .tab-menu-wrap span.curr a {
      border-bottom: 2px solid #ff6600; }

.search_num_bd.mgt0 {
  margin-top: 0; }

.search_list .bd_style .tab-nav a {
  margin-right: 10px; }
.search_list .bd_style .tab-nav .curr {
  background-color: #ff6600;
  border-radius: 4px;
  color: white;
  padding: 5px 5px; }

/*现货详情*/
.pro_parameter .pro_txt .add-count {
  border: 1px solid #cbcbcb;
  padding: 5px; }
  .pro_parameter .pro_txt .add-count input {
    border: 0; }
    .pro_parameter .pro_txt .add-count input:focus {
      border: 0; }
  .pro_parameter .pro_txt .add-count .icon-jianhaob, .pro_parameter .pro_txt .add-count .icon-jiahaob {
    vertical-align: -2px; }

.purchase_list.bd-lr {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5; }

.select_down li.mr0 {
  margin-right: 0; }

.search_list table tr.bg-gary {
  background: #f5f5f5; }

.search_list table.unbg-tb-td tr td {
  background: none; }

/*搜索条件--字段被遮住*/
.show-less a, .show-all label, .show-all a {
  float: left; }

/*热卖调价*/
.hot-product-wrap .bd-dashed {
  border-bottom: 1px dashed #efefef; }

.hot-product-wrap .type-list li {
  padding-right: 0;
  margin-right: 15px;
  float: left;
  display: inline-block;
  width: 120px;
  border: 1px solid #eee;
  text-align: center;
  cursor: pointer;
  padding: 0;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px; }
  .hot-product-wrap .type-list li .weight {
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .hot-product-wrap .type-list li.curr {
    border-color: #0099ff;
    color: #0099ff; }
    .hot-product-wrap .type-list li.curr .weight {
      color: #0099ff; }
  .hot-product-wrap .type-list li:nth-child(4n) {
    margin-right: 0; }

.hot-product-wrap .target-list {
  background: #fdf2ec; }

.search_list table tr.tr-orange td {
  background: #fff7f2; }

/*左侧菜单Fixed效果*/
.left-menu-ps {
  position: relative;
  width: 130px;
  min-height: 250px;
  background: none; }

/*付款确定*/
.confirm_pay .way-item {
  background: #f1f1f1;
  padding: 0 5px; }

.confirm_pay .bank_list span .selected_icon.wh12 {
  width: 12px;
  height: 12px;
  right: 10px;
  bottom: 0; }

/*促销活动管理*/
.bg-coupon {
  background: url("../../img/op_img/qihuo_img/bg-coupon.png") no-repeat;
  width: 105px;
  line-height: 45px;
  text-align: center; }
  .bg-coupon.bg-size {
    background-size: 80px 35px;
    width: 80px;
    height: 35px;
    line-height: 35px;
    display: inline-block; }

.coupon-manage-list li {
  height: 80px;
  line-height: 80px; }

.tab-dailog {
  width: 180px;
  margin: 0 auto; }
  .tab-dailog span {
    border: 1px solid #0099ff;
    padding: 2px 15px;
    float: left; }
    .tab-dailog span a {
      color: #333; }
    .tab-dailog span.curr {
      background: #0099ff;
      color: #fff; }
      .tab-dailog span.curr a {
        color: #fff; }

/*抽奖*/
.shouquan-ad-wrap .w1200 {
  width: 1200px;
  position: relative; }
.shouquan-ad-wrap .ml290 {
  margin-left: 290px; }
.shouquan-ad-wrap .bg-title {
  animation: rubberBand 2s linear;
  position: absolute;
  top: 175px;
  left: 42px;
  background: url("../../img/op_img/ad/bg-title.png") no-repeat;
  width: 100%;
  height: 125px; }
.shouquan-ad-wrap .bg01, .shouquan-ad-wrap .bg02, .shouquan-ad-wrap .bg03, .shouquan-ad-wrap .bg04, .shouquan-ad-wrap .bg05, .shouquan-ad-wrap .bg06, .shouquan-ad-wrap .bg07, .shouquan-ad-wrap .bg08, .shouquan-ad-wrap .bg09, .shouquan-ad-wrap .bg10, .shouquan-ad-wrap .bg11, .shouquan-ad-wrap .bg12 {
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%; }
.shouquan-ad-wrap .bg01 {
  background-image: url("../../img/op_img/ad/bg_shouquan_01.png");
  height: 417px; }
.shouquan-ad-wrap .bg02 {
  background-image: url("../../img/op_img/ad/bg_shouquan_02.png");
  height: 416px; }
.shouquan-ad-wrap .bg03 {
  background-image: url("../../img/op_img/ad/bg_shouquan_03.png");
  height: 417px; }
.shouquan-ad-wrap .bg04 {
  background-image: url("../../img/op_img/ad/bg_shouquan_04.png");
  height: 417px; }
.shouquan-ad-wrap .bg05 {
  background-image: url("../../img/op_img/ad/bg_shouquan_05.png");
  height: 416px; }
.shouquan-ad-wrap .bg06 {
  background-image: url("../../img/op_img/ad/bg_shouquan_06.png");
  height: 417px; }
.shouquan-ad-wrap .bg07 {
  background-image: url("../../img/op_img/ad/bg_shouquan_07.png");
  height: 417px; }
.shouquan-ad-wrap .bg08 {
  background-image: url("../../img/op_img/ad/bg_shouquan_08.png");
  height: 416px; }
.shouquan-ad-wrap .bg09 {
  background-image: url("../../img/op_img/ad/bg_shouquan_09.png");
  height: 417px; }
.shouquan-ad-wrap .bg10 {
  background-image: url("../../img/op_img/ad/bg_shouquan_10.png");
  height: 417px; }
.shouquan-ad-wrap .bg11 {
  background-image: url("../../img/op_img/ad/bg_shouquan_11.png");
  height: 416px; }
.shouquan-ad-wrap .bg12 {
  background-image: url("../../img/op_img/ad/bg_shouquan_12.png");
  height: 417px; }

/*搜索最新上架*/
.qi-search-right .product-newup-list {
  padding: 10px;
  padding-bottom: 0;
  overflow: hidden; }
  .qi-search-right .product-newup-list li {
    display: block;
    padding: 10px 0;
    height: 55px;
    border-bottom: 1px solid #fff; }
    .qi-search-right .product-newup-list li:nth-child(6) {
      padding-bottom: 0;
      border-bottom: 0; }
    .qi-search-right .product-newup-list li a {
      display: block;
      color: #000; }
    .qi-search-right .product-newup-list li p {
      height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

/*搜索添加实标记*/
.qi-search-result .search_list .qi-item li.pro_img img.icon-shi {
  top: 0;
  right: 0;
  width: 29px;
  height: 24px;
  z-index: 1; }

/*提现选择账户*/
.account-content .account-item {
  border: 1px solid #e5e5e5;
  padding: 8px 30px;
  cursor: pointer; }

.bdc-orange {
  border-color: #ff6600 !important;
  color: #ff6600; }

/*应付费用 */
.wexin-pay-content .bg-orange-code {
  background-color: #ff6600;
  padding: 5px 40px; }

/*首页面左侧菜单*/
.op-toolbar-wrap {
  position: fixed;
  _position: absolute;
  top: -75px;
  right: 1.5%;
  z-index: 9990;
  width: 0;
  height: 100%; }
  .op-toolbar-wrap .toolbar-tabs {
    position: absolute;
    top: 50%;
    left: -29px;
    width: 35px;
    margin-top: -61px; }
  .op-toolbar-wrap .bar-item .item {
    background: #fff;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #e7e7e8;
    border-radius: 4px;
    text-align: center;
    line-height: 35px; }
    .op-toolbar-wrap .bar-item .item em {
      top: -8px;
      right: -13px; }
    .op-toolbar-wrap .bar-item .item i.icon-shopCart, .op-toolbar-wrap .bar-item .item i.icon-daibandan, .op-toolbar-wrap .bar-item .item i.icon-lingdang, .op-toolbar-wrap .bar-item .item i.icon-iconset0136, .op-toolbar-wrap .bar-item .item i.icon-huidaodingbu, .op-toolbar-wrap .bar-item .item .icon-huolisong-M-huidaodingbu {
      color: #ff6600; }
  .op-toolbar-wrap .bar-item .item-content {
    width: 75px;
    height: 35px;
    background: #ff6600;
    right: 31px;
    top: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    display: none; }
  .op-toolbar-wrap .bar-item .shopping-cart {
    width: 275px;
    right: 34px;
    z-index: 99;
    top: 1px;
    border: 1px solid #ff6600;
    display: none; }
    .op-toolbar-wrap .bar-item .shopping-cart .info-list {
      padding: 10px;
      height: 357px;
      overflow: hidden; }
      .op-toolbar-wrap .bar-item .shopping-cart .info-list li {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #d2d2d2; }
        .op-toolbar-wrap .bar-item .shopping-cart .info-list li:nth-child(6) {
          padding-bottom: 0;
          border-bottom: 0; }
        .op-toolbar-wrap .bar-item .shopping-cart .info-list li a {
          display: block;
          color: #000; }
        .op-toolbar-wrap .bar-item .shopping-cart .info-list li p {
          text-overflow: ellipsis;
          white-space: nowrap; }
  .op-toolbar-wrap .bar-item:hover .item {
    background: #ff6600; }
    .op-toolbar-wrap .bar-item:hover .item i.icon-shopCart, .op-toolbar-wrap .bar-item:hover .item i.icon-daibandan, .op-toolbar-wrap .bar-item:hover .item i.icon-lingdang, .op-toolbar-wrap .bar-item:hover .item i.icon-iconset0136, .op-toolbar-wrap .bar-item:hover .item i.icon-huidaodingbu, .op-toolbar-wrap .bar-item:hover .item .icon-huolisong-M-huidaodingbu {
      color: #fff; }
  .op-toolbar-wrap .bar-item:hover .item-content, .op-toolbar-wrap .bar-item:hover .shopping-cart {
    display: block; }

/*加工跟踪*/
.bg-red-tag {
  background: #ff6666;
  color: #fff;
  padding: 2px;
  border-radius: 2px; }

/*加工统计*/
.maching-chart-wrap .choose-cate a {
  border: 1px solid #ccc;
  padding: 5px 10px; }
  .maching-chart-wrap .choose-cate a.curr {
    position: relative;
    border-color: #ff6600;
    color: #ff6600; }
    .maching-chart-wrap .choose-cate a.curr i {
      position: absolute;
      right: 0;
      bottom: 0;
      background: url("../../img/op_img/curr-maching-cate.png");
      width: 11px;
      height: 12px;
      display: inline-block; }

/*左侧宣传页*/
.left-ad-wrap {
  top: 200px;
  position: absolute;
  left: 0;
  width: 112px;
  z-index: 10000; }
  .left-ad-wrap img {
    width: 100%; }
  .left-ad-wrap .colose-ad {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 30px;
    height: 30px; }

/*寄售宣传页面*/
.jishou-ad-wrap {
  background: #0e7abb;
  padding-bottom: 125px; }
  .jishou-ad-wrap .w1200 {
    width: 1200px;
    position: relative; }
  .jishou-ad-wrap .ml290 {
    margin-left: 290px; }
  .jishou-ad-wrap .bg01, .jishou-ad-wrap .bg02, .jishou-ad-wrap .bg03, .jishou-ad-wrap .bg04, .jishou-ad-wrap .bg05, .jishou-ad-wrap .bg06, .jishou-ad-wrap .bg07 {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%; }
  .jishou-ad-wrap .bg01 {
    background-image: url("../../img/op_img/ad/jishou_bg_01.png");
    height: 590px; }
  .jishou-ad-wrap .bg02 {
    background-image: url("../../img/op_img/ad/jishou_bg_02.png");
    height: 500px; }
  .jishou-ad-wrap .bg03 {
    background-image: url("../../img/op_img/ad/jishou_bg_03.png");
    height: 546px; }
  .jishou-ad-wrap .bg04 {
    background-image: url("../../img/op_img/ad/jishou_bg_04.png");
    height: 500px; }
  .jishou-ad-wrap .bg05 {
    background-image: url("../../img/op_img/ad/jishou_bg_05.png");
    height: 546px; }
  .jishou-ad-wrap .bg06 {
    background-image: url("../../img/op_img/ad/jishou_bg_06.png");
    height: 716px; }
  .jishou-ad-wrap .bg07 {
    background-image: url("../../img/op_img/ad/jishou_bg_07.png");
    height: 536px; }
  .jishou-ad-wrap .rule-list {
    padding-top: 40px; }
    .jishou-ad-wrap .rule-list li {
      font-size: 44px;
      color: #fff;
      padding-bottom: 10px; }
  .jishou-ad-wrap .rule-remark {
    padding-top: 170px;
    color: #fff; }
    .jishou-ad-wrap .rule-remark li {
      padding-top: 30px;
      font-size: 24px; }

/*下单流程宣传页面*/
.orderstep-ad-wrap {
  background: #f8f9fe;
  padding-bottom: 125px; }
  .orderstep-ad-wrap .w1200 {
    width: 1200px;
    position: relative; }
  .orderstep-ad-wrap .ml290 {
    margin-left: 290px; }
  .orderstep-ad-wrap .bg01, .orderstep-ad-wrap .bg02, .orderstep-ad-wrap .bg03, .orderstep-ad-wrap .bg04, .orderstep-ad-wrap .bg05, .orderstep-ad-wrap .bg06 {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%; }
  .orderstep-ad-wrap .bg01 {
    background-image: url("../../img/op_img/ad/bg-product01.png");
    height: 536px; }
  .orderstep-ad-wrap .bg02 {
    background-image: url("../../img/op_img/ad/bg-product02.png");
    height: 536px; }
  .orderstep-ad-wrap .bg03 {
    background-image: url("../../img/op_img/ad/bg-product03.png");
    height: 536px; }
  .orderstep-ad-wrap .bg04 {
    background-image: url("../../img/op_img/ad/bg-product04.png");
    height: 536px; }
  .orderstep-ad-wrap .bg05 {
    background-image: url("../../img/op_img/ad/bg-product05.png");
    height: 536px; }
  .orderstep-ad-wrap .bg06 {
    background-image: url("../../img/op_img/ad/bg-product06.png");
    height: 536px; }

/*现货&今日报价*/
/*今日报价*/
.op-dayprice-wrap .banner-ad-content {
  width: 840px;
  height: 362px; }
  .op-dayprice-wrap .banner-ad-content .slides li {
    height: 362px; }
  .op-dayprice-wrap .banner-ad-content .slides li a {
    width: 100%; }
  .op-dayprice-wrap .banner-ad-content .slides li img {
    width: 100%;
    height: 362px; }
.op-dayprice-wrap .agent-daypirce-content {
  width: 352px;
  height: 362px; }
  .op-dayprice-wrap .agent-daypirce-content .day-price-title .line {
    border-left: 4px solid #fb8335;
    height: 22px;
    padding-left: 5px; }
  .op-dayprice-wrap .agent-daypirce-content .msg-list {
    overflow: hidden;
    padding: 20px 5px;
    padding-top: 10px;
    padding-bottom: 0;
    height: 308px; }
    .op-dayprice-wrap .agent-daypirce-content .msg-list a {
      display: block;
      line-height: 30px;
      color: #333;
      height: 30px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: left; }
.op-dayprice-wrap .small-banner-wrap {
  padding: 8px 10px; }
  .op-dayprice-wrap .small-banner-wrap .small-banner img {
    width: 283px;
    height: 104px; }

.w420 {
  width: 420px !important; }

.bd-bt-org {
  border-bottom: 1px solid #ff6600; }

.bd-bt-084f {
  border-bottom: 1px solid #0084ff; }

/*今日报价搜索*/
.bg-ffeee3 {
  background: #ffeee3; }

.bg-fffcf7 {
  background: #fffcf7; }

.c_ff5022 {
  color: #ff5022; }

.c_a9c203 {
  color: #a9c203; }

.c_25d1c5 {
  color: #25d1c5; }

.c_ff2266 {
  color: #ff2266; }

.c_ff9901 {
  color: #ff9901; }

.c_ff9933 {
  color: #ff9933 !important; }

.more-item-search-wrap .btn-search {
  height: 26px;
  line-height: 26px;
  padding: 0 15px !important; }

.tag-red-from {
  color: #fff;
  background: #e1201c;
  padding: 2px 5px; }

.lh48 {
  height: 48px;
  line-height: 48px; }

.op-search-filter {
  padding-bottom: 50px !important;
  /*筛选项*/ }
  .op-search-filter .isShow {
    border: 1px solid #e4e4e4;
    border-top: 0;
    padding: 8px 25px;
    margin-left: -50px;
    position: absolute;
    bottom: 14px;
    left: 50%; }
  .op-search-filter .filter-item li {
    color: #fb8335; }
  .op-search-filter .new-search-key-list {
    margin-top: 10px;
    padding: 5px 0; }
    .op-search-filter .new-search-key-list ul.filter-item {
      float: left; }
      .op-search-filter .new-search-key-list ul.filter-item li {
        float: left;
        display: inline-block;
        border: 1px solid #ddd;
        margin: 0 10px;
        padding: 2px 2px 2px 4px;
        cursor: pointer; }
        .op-search-filter .new-search-key-list ul.filter-item li .icon-delete {
          font-size: 12px;
          color: #999;
          vertical-align: bottom;
          margin-left: 3px; }
        .op-search-filter .new-search-key-list ul.filter-item li:first-child {
          margin-left: 5px; }
        .op-search-filter .new-search-key-list ul.filter-item li:hover i {
          color: #ff6600; }
  .op-search-filter .new-filter-list {
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid #e4e4e4;
    /*资源分类*/ }
    .op-search-filter .new-filter-list .source-wrap .source-item .item {
      padding: 5px 10px;
      cursor: pointer;
      border: 1px solid #fff;
      border-bottom: 0; }
      .op-search-filter .new-filter-list .source-wrap .source-item .item i.icon-jt_s_down, .op-search-filter .new-filter-list .source-wrap .source-item .item i.icon-jt_s_up {
        color: #999; }
      .op-search-filter .new-filter-list .source-wrap .source-item .item i.icon-jt_s_up {
        vertical-align: -4px; }
    .op-search-filter .new-filter-list .source-wrap .source-item .filter_linkN {
      display: none; }
    .op-search-filter .new-filter-list .source-wrap .source-item:hover .item {
      background: #fafafa;
      color: #fb8335;
      border-color: #fb8335;
      position: relative;
      z-index: 90; }
      .op-search-filter .new-filter-list .source-wrap .source-item:hover .item i.icon-jt_s_down, .op-search-filter .new-filter-list .source-wrap .source-item:hover .item i.icon-jt_s_up {
        color: #fb8335; }
    .op-search-filter .new-filter-list .source-wrap .source-item:hover .filter_linkN {
      display: block;
      background: #fafafa;
      border: 1px solid #fb8335;
      z-index: 90 !important; }
    .op-search-filter .new-filter-list .source-wrap .source-item .line {
      width: 89px;
      border-bottom: 1px solid #fafafa;
      background: #fff;
      display: inline-block;
      position: absolute;
      top: -1px;
      left: 0; }
    .op-search-filter .new-filter-list tr td {
      padding: 5px;
      padding-left: 20px;
      position: relative; }
      .op-search-filter .new-filter-list tr td.bg-fffaf5 {
        background: #fffaf5;
        color: #3d3833; }
      .op-search-filter .new-filter-list tr td .show-less {
        height: 28px; }
      .op-search-filter .new-filter-list tr td.show-all {
        overflow-x: hidden;
        overflow-y: auto; }
      .op-search-filter .new-filter-list tr td.bd_area.show-img-less {
        height: 57px; }
      .op-search-filter .new-filter-list tr td .filter_linkN.bd_area.show-img-all {
        overflow-x: hidden;
        overflow-y: auto;
        height: 120px; }
      .op-search-filter .new-filter-list tr td.bd_area.show-font-less {
        height: 51px; }
      .op-search-filter .new-filter-list tr td.bd_area.show-font-all {
        overflow-x: hidden;
        overflow-y: auto;
        height: 120px; }
      .op-search-filter .new-filter-list tr td .filter_linkN {
        width: 800px;
        overflow: hidden; }
        .op-search-filter .new-filter-list tr td .filter_linkN.bd_area {
          line-height: 22px;
          height: 56px; }
          .op-search-filter .new-filter-list tr td .filter_linkN.bd_area p:nth-child(2) {
            background-color: #eee;
            padding: 0 10px; }
          .op-search-filter .new-filter-list tr td .filter_linkN.bd_area a {
            padding-right: 0;
            margin-right: 10px;
            float: left;
            display: inline-block;
            border: 1px solid #eee;
            text-align: center;
            margin-top: 5px; }
          .op-search-filter .new-filter-list tr td .filter_linkN.bd_area a.current, .op-search-filter .new-filter-list tr td .filter_linkN.bd_area a:hover {
            border: 1px solid #fb8335; }
        .op-search-filter .new-filter-list tr td .filter_linkN.bd_area.show-font-less {
          height: 51px; }
        .op-search-filter .new-filter-list tr td .filter_linkN.bd_area.show-font-all {
          height: 120px;
          overflow-y: auto; }
        .op-search-filter .new-filter-list tr td .filter_linkN.bd_area.img_list_w a {
          min-width: 110px; }
        .op-search-filter .new-filter-list tr td .filter_linkN.bd_area.img_list_w img {
          height: 25px;
          padding: 3px 0; }
      .op-search-filter .new-filter-list tr td .list_more {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -16px;
        color: #ccc; }
        .op-search-filter .new-filter-list tr td .list_more a.more {
          display: inline-block;
          border: 1px solid gainsboro;
          padding: 0px 6px !important;
          line-height: 22px;
          border-radius: 3px;
          vertical-align: bottom; }
    .op-search-filter .new-filter-list tr td:first-child {
      width: 85px;
      padding-left: 10px;
      background: #fffaf5;
      color: #3d3833; }
    .op-search-filter .new-filter-list tr {
      border-top: 1px dashed #dedede; }
    .op-search-filter .new-filter-list tr:first-child {
      border-top: 0; }
    .op-search-filter .new-filter-list.no_line tr {
      border-top: none; }
    .op-search-filter .new-filter-list a, .op-search-filter .new-filter-list a:visited {
      padding-right: 15px;
      color: #333;
      word-break: break-all; }
    .op-search-filter .new-filter-list a.current, .op-search-filter .new-filter-list a:hover {
      color: #fb8335; }
    .op-search-filter .new-filter-list label {
      margin-right: 10px; }
    .op-search-filter .new-filter-list label > input {
      margin-right: 3px; }
  .op-search-filter .search_list {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px; }
    .op-search-filter .search_list .bd_style {
      border: 1px solid #eee; }
      .op-search-filter .search_list .bd_style .tb_gray_b tr th {
        background-color: #e5f5ff; }
      .op-search-filter .search_list .bd_style .tb_pink_b tr th {
        background-color: #FFF7F2; }
    .op-search-filter .search_list .search_list_count {
      margin-top: 15px; }
    .op-search-filter .search_list .select_bar {
      margin: 10px 0 0 10px;
      float: left; }
      .op-search-filter .search_list .select_bar li {
        position: relative;
        float: left;
        display: inline-block;
        padding: 3px 5px;
        margin-right: 5px;
        color: #0099ff; }
        .op-search-filter .search_list .select_bar li .arrow {
          position: absolute;
          left: 45%;
          bottom: 0;
          border-width: 4px;
          cursor: pointer;
          border-style: dashed dashed solid dashed;
          border-color: transparent transparent #ffffff transparent;
          border-top: none; }
        .op-search-filter .search_list .select_bar li.current, .op-search-filter .search_list .select_bar li:hover {
          background-color: #ccc;
          color: #ff6600; }

.op-dayprice-search .sort_barN {
  height: 46px;
  line-height: 48px; }
  .op-dayprice-search .sort_barN li {
    float: left; }
    .op-dayprice-search .sort_barN li a {
      padding: 0 16px;
      color: #666;
      display: inline-block;
      cursor: pointer; }
    .op-dayprice-search .sort_barN li .iconfont {
      font-size: 14px;
      vertical-align: middle;
      color: #666; }
    .op-dayprice-search .sort_barN li .current {
      color: #ff6600; }
      .op-dayprice-search .sort_barN li .current .icon {
        color: #ff6600; }
    .op-dayprice-search .sort_barN li .price_area {
      position: relative; }
      .op-dayprice-search .sort_barN li .price_area .icon_yen {
        position: absolute;
        top: -12px;
        left: 3px;
        font-style: normal; }
    .op-dayprice-search .sort_barN li:hover a {
      color: #0099ff; }
      .op-dayprice-search .sort_barN li:hover a .icon {
        color: #0099ff; }
  .op-dayprice-search .sort_barN:after {
    content: '';
    display: block;
    clear: both; }
  .op-dayprice-search .sort_barN .price {
    width: 80px;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: 15px; }
    .op-dayprice-search .sort_barN .price:after {
      content: "¥";
      display: inline-block;
      position: absolute;
      left: 0; }
  .op-dayprice-search .sort_barN .change-tab a {
    color: #333; }
    .op-dayprice-search .sort_barN .change-tab a span {
      padding-right: 10px;
      border-right: 1px solid #dad9d8; }
    .op-dayprice-search .sort_barN .change-tab a:last-child span {
      border-right: 0; }
    .op-dayprice-search .sort_barN .change-tab a.curr {
      color: #ff6600; }
.op-dayprice-search .img_maskN {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative; }
  .op-dayprice-search .img_maskN img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.bd-bt-ec {
  border-bottom: 1px solid #ececec; }

/*搜索最新报价*/
.qi-search-right .product-dayprice-list {
  padding: 10px;
  padding-bottom: 0;
  overflow: hidden; }
  .qi-search-right .product-dayprice-list li {
    display: block;
    padding: 10px 0;
    height: 55px;
    border-bottom: 1px solid #f5f5f5; }
    .qi-search-right .product-dayprice-list li:nth-child(6) {
      padding-bottom: 0;
      border-bottom: 0; }
    .qi-search-right .product-dayprice-list li a {
      display: block;
      color: #000; }
    .qi-search-right .product-dayprice-list li p {
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

/*店铺列表*/
.w580 {
  width: 580px; }

.w320 {
  width: 320px !important; }

.txt-indent {
  text-indent: 10px; }

.w345 {
  width: 345px; }

.w370 {
  width: 370px; }

.op-store-wrap .op-store-content {
  padding: 10px; }
  .op-store-wrap .op-store-content li {
    float: left;
    border-right: 1px dashed #e5e5e5;
    display: table; }
    .op-store-wrap .op-store-content li:last-child {
      border-right: 0; }
    .op-store-wrap .op-store-content li.unbd {
      border-right: 0; }
  .op-store-wrap .op-store-content .company-logo {
    width: 92px;
    height: 98px;
    position: relative; }
    .op-store-wrap .op-store-content .company-logo img {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .op-store-wrap .op-store-content .company-info {
    display: table-cell;
    vertical-align: middle;
    height: 95px; }
.op-store-wrap .w370-dis {
  width: 370px;
  display: inline-block; }

/*左边广告*/
.ad-left-wrap {
  top: 200px;
  z-index: 9990;
  left: 50%;
  margin-left: -785px; }
  .ad-left-wrap img {
    display: block;
    margin-bottom: 5px; }

@media screen and (max-width: 1450px) {
  .ad-left-wrap {
    display: none; } }
/*右侧咨询小智*/
.right-help-wrap {
  position: fixed;
  _position: absolute;
  top: 255px;
  right: 0;
  margin-right: 60px;
  z-index: 9990;
  width: 0;
  height: 100%; }
  .right-help-wrap .help-content {
    position: absolute;
    top: 50%;
    left: -29px;
    width: 35px;
    margin-top: -61px; }
    .right-help-wrap .help-content .bg-title {
      background: url("../../img/op_img/qihuo_img/bg-title.png") no-repeat;
      display: inline-block;
      width: 159px;
      height: 39px;
      line-height: 39px; }
    .right-help-wrap .help-content ul {
      padding: 10px; }
      .right-help-wrap .help-content ul li {
        padding: 8px 0;
        border-bottom: 1px solid #f5f5f5; }
        .right-help-wrap .help-content ul li:last-child {
          border-bottom: 0; }
  .right-help-wrap .to-help {
    position: absolute;
    top: 50%;
    left: -29px;
    width: 35px;
    margin-top: -61px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 10px 10px; }

/*待办单*/
.tag-radius-orange, .tag-radius-blue {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #fff; }

.tag-radius-orange {
  background: #ff930a; }

.tag-radius-blue {
  background: #47c3f2; }

/*公司信息管理*/
.company-manager-wrap .company-info .info-list li {
  width: 32%;
  float: left;
  text-align: left;
  margin-right: 1%;
  margin-bottom: 30px; }
  .company-manager-wrap .company-info .info-list li:last-child {
    margin-right: 0; }
.company-manager-wrap .company-info .company-img-list li {
  width: 140px;
  margin-right: 30px;
  float: left; }
  .company-manager-wrap .company-info .company-img-list li img {
    width: 100%;
    border: 1px solid #ccc;
    height: 92px; }

/*今日报价--分享二维码*/
.dayprice-shareCode-wrap .shareCode-content {
  background: url("../../img/op_img/qihuo_img/bg-code.png") no-repeat;
  display: inline-block;
  width: 350px;
  height: 506px; }
.dayprice-shareCode-wrap .code-img {
  width: 180px;
  height: 206px;
  display: inline-block; }
  .dayprice-shareCode-wrap .code-img img {
    width: 90%; }

/*白条付款确认页面**/
.choose-bank-item .bank_item {
  border: 1px solid #e5e5e5;
  width: 125px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  cursor: pointer; }
  .choose-bank-item .bank_item .selected_icon {
    right: -1px;
    bottom: -2px;
    display: none; }
  .choose-bank-item .bank_item.curr {
    border-color: #ff6600; }
    .choose-bank-item .bank_item.curr .selected_icon {
      display: inline-block; }

.icon-op, .icon-op45 {
  /* 通过设置 font-size 来改变图标大小 */
  width: 20px;
  height: 20px;
  /* 图标和文字相邻时，垂直对齐 */
  vertical-align: -0.15em;
  /* 通过设置 color 来改变 SVG 的颜色/fill */
  fill: currentColor;
  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示b
     normalize.css 中也包含这行 */
  overflow: hidden; }

.h24 {
  height: 24px; }

.h25 {
  height: 25px; }

.mt2 {
  margin-top: 2px; }

.hover {
  cursor: pointer; }

.wp50 {
  width: 50%; }

.ml70 {
  margin-left: 70px; }

.w365 {
  width: 365px !important; }

.pl25 {
  padding-left: 25px; }

.icon34-2 {
  width: 34px;
  height: 22px;
  vertical-align: -0.5em; }

.c_red2 {
  color: #e60012; }

.w118 {
  width: 118px !important; }

.icon-op45 {
  width: 45px; }

.icon30 {
  width: 30px;
  height: 30px;
  vertical-align: middle; }

.icon34 {
  width: 34px;
  height: 34px;
  vertical-align: middle; }
  .icon34.ptop5 {
    position: relative;
    top: -5px; }

.resize-none {
  resize: none; }

.icon16 {
  width: 16px;
  height: 16px;
  vertical-align: middle; }

.icon18 {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

.icon22 {
  width: 22px;
  height: 22px;
  vertical-align: middle; }

.icon26 {
  width: 26px;
  height: 22px;
  vertical-align: middle; }

.icon50 {
  width: 50px;
  height: 30px;
  vertical-align: middle; }

.icon60 {
  width: 60px;
  height: 35px;
  vertical-align: middle; }

.icon30 {
  font-size: 30px;
  color: #999;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden; }

.bd_dcdcdc {
  border: 1px solid #dcdcdc; }

.bdr_dcdcdc {
  border-right: 1px solid #dcdcdc; }

.search_list .dun_green:hover .tool-tip.ml157 .icon-arrow-down.ml-150 {
  margin-left: -150px; }

.purchase_detail_window .icon_blue, .op-dialog-layer .icon_blue {
  display: inline-block;
  text-align: center;
  color: #0099ff;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px; }
.purchase_detail_window .layui-layer-btn, .op-dialog-layer .layui-layer-btn {
  border-top: 0 !important; }

.bd-top-grey {
  border-top: 1px solid grey; }

.c_fb6466 {
  color: #fb6466; }

.bg-fb6466-fff {
  background: #fb6466;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px; }

.icon-tag-blue {
  background: #0099ff;
  color: #fff;
  border-radius: 2px;
  padding: 0 2px; }

.icon-tag-orange {
  position: absolute;
  top: 0;
  right: 2px;
  background: #ff6600;
  color: #fff;
  border-radius: 4px;
  padding: 0 5px; }

.btn_bd_orange {
  background-color: #fff;
  color: #ff6600;
  border-radius: 5px;
  border: none;
  padding: 9px 15px !important;
  border: 1px solid #ff6600;
  border-radius: 5px;
  display: inline-block;
  line-height: 12px; }

.bg-fb6466-fff {
  background: #fb6466;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px; }

.icon-tag-orange {
  position: absolute;
  top: 0;
  right: 2px;
  background: #ff6600;
  color: #fff;
  border-radius: 4px;
  padding: 0 5px; }

.btn_bd_orange {
  background-color: #fff;
  color: #ff6600;
  border-radius: 5px;
  border: none;
  padding: 9px 15px !important;
  border: 1px solid #ff6600;
  border-radius: 5px;
  display: inline-block;
  line-height: 12px; }

.btn_bd_blue {
  background-color: #fff;
  color: #0099ff;
  border-radius: 5px;
  border: none;
  padding: 9px 15px !important;
  border: 1px solid #0099ff;
  border-radius: 5px;
  display: inline-block;
  line-height: 12px; }

/*文字 溢出显示省略号*/
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sv2-dialog-layer .layui-layer-btn a {
  /*&.layui-layer-btn2{
    border: 0;
    background: none;
    color: #0099ff;
    margin-left: 0;
    padding-left: 10px;
  }*/ }

.op-dialog-layer02 .layui-layer-btn a.layui-layer-btn0 {
  border: 0;
  background: none;
  color: #0099ff;
  margin-left: 0;
  padding-left: 10px;
  float: right;
  position: relative;
  left: -160px; }

.op-dialog-layer01 .layui-layer-btn a.layui-layer-btn0 {
  border: 0;
  background: none;
  color: #0099ff;
  margin-left: 0;
  padding-left: 10px;
  float: right;
  position: relative;
  left: -100px; }

.w65 {
  width: 65px !important; }

.w490 {
  width: 490px !important; }

.w1020 {
  width: 1020px; }

.search_list .bd_style .tb_gray_b tr td em.icon_t {
  width: 12px;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  text-align: center;
  vertical-align: middle; }
  .search_list .bd_style .tb_gray_b tr td em.icon_t hr {
    height: 2px;
    background: #019cff;
    border: none; }

.search_key_list.bg_fff {
  background-color: #fff; }

.f30 {
  font-size: 30px !important; }

.bg_pink_fff_no {
  background-color: #FF9999;
  padding: 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: normal; }

.express_list dt em.txt {
  width: 320px; }

.op-table-v-mid {
  display: table;
  height: 50px; }
  .op-table-v-mid .vertical-middle {
    vertical-align: middle;
    display: table-cell; }

.op-top-bg {
  background: url("../../img/op_img/top.png") 0 top repeat-x;
  height: 60px;
  line-height: 60px;
  width: 100%; }

.op-top-nav {
  color: #fff; }
  .op-top-nav .nav-right {
    position: relative; }
    .op-top-nav .nav-right li {
      float: left;
      display: inline-block;
      line-height: 50px;
      margin-left: 15px;
      cursor: pointer; }
      .op-top-nav .nav-right li i {
        margin-right: 5px; }
      .op-top-nav .nav-right li .icon-jt-down {
        font-size: 12px;
        vertical-align: top; }
      .op-top-nav .nav-right li dl {
        display: none; }
      .op-top-nav .nav-right li.user-menu:hover dl {
        display: block;
        color: #000;
        border: 1px solid #e5e5e5;
        border-top: 0;
        text-align: center;
        border-radius: 4px;
        line-height: 35px; }
    .op-top-nav .nav-right .bg_orange_fff {
      position: absolute;
      right: -10px;
      top: 10px;
      margin-top: -3px;
      margin-left: 6px; }

.op-menu-left {
  float: left;
  width: 140px;
  background-color: #fff;
  min-height: 535px; }
  .op-menu-left dl {
    box-shadow: 5px 0px 0 0 #dedede; }
    .op-menu-left dl dt {
      font-size: 13px;
      color: #a3a3a3;
      line-height: 30px;
      line-height: 30px;
      cursor: pointer;
      font-weight: bold; }
      .op-menu-left dl dt i {
        margin-right: 5px; }
    .op-menu-left dl dd {
      padding-left: 25px;
      cursor: pointer;
      color: #7fbfff;
      font-size: 12px;
      line-height: 30px; }
      .op-menu-left dl dd:hover, .op-menu-left dl dd.current {
        background: #7fbfff;
        color: #fff; }
    .op-menu-left dl .iconfont.icon-jt_s_down {
      font-size: 12px !important;
      color: #fff; }

.loader-wrap {
  width: 100%;
  height: 100%; }
  .loader-wrap .full {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999; }
  .loader-wrap .loader {
    position: fixed;
    width: 400px;
    height: 95px;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 1000;
    border-radius: 4px;
    margin-left: -200px; }
    .loader-wrap .loader span {
      position: relative;
      left: 145px;
      top: 38px; }
  .loader-wrap .loader-inner {
    position: relative;
    background: #fff;
    left: 95px;
    top: 40px; }
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
  .loader-wrap .ball-spin-fade-loader {
    position: relative; }
  .loader-wrap .ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s 0s infinite linear;
    animation: ball-spin-fade-loader 1s 0s infinite linear; }
  .loader-wrap .ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.12s infinite linear;
    animation: ball-spin-fade-loader 1s 0.12s infinite linear; }
  .loader-wrap .ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s 0.24s infinite linear;
    animation: ball-spin-fade-loader 1s 0.24s infinite linear; }
  .loader-wrap .ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.36s infinite linear;
    animation: ball-spin-fade-loader 1s 0.36s infinite linear; }
  .loader-wrap .ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s 0.48s infinite linear;
    animation: ball-spin-fade-loader 1s 0.48s infinite linear; }
  .loader-wrap .ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.6s infinite linear;
    animation: ball-spin-fade-loader 1s 0.6s infinite linear; }
  .loader-wrap .ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s 0.72s infinite linear;
    animation: ball-spin-fade-loader 1s 0.72s infinite linear; }
  .loader-wrap .ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s 0.84s infinite linear;
    animation: ball-spin-fade-loader 1s 0.84s infinite linear; }
  .loader-wrap .ball-spin-fade-loader > div {
    background-color: #0099ff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute; }
@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
  .loader-wrap .ball-spin-loader {
    position: relative; }
  .loader-wrap .ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s ease 0.9s infinite;
    animation: ball-spin-loader 2s ease 0.9s infinite; }
  .loader-wrap .ball-spin-loader > span:nth-child(2) {
    top: 30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s ease 1.8s infinite;
    animation: ball-spin-loader 2s ease 1.8s infinite; }
  .loader-wrap .ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s ease 2.7s infinite;
    animation: ball-spin-loader 2s ease 2.7s infinite; }
  .loader-wrap .ball-spin-loader > span:nth-child(4) {
    top: -30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s ease 3.6s infinite;
    animation: ball-spin-loader 2s ease 3.6s infinite; }
  .loader-wrap .ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s ease 4.5s infinite;
    animation: ball-spin-loader 2s ease 4.5s infinite; }
  .loader-wrap .ball-spin-loader > span:nth-child(6) {
    top: -30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s ease 5.4s infinite;
    animation: ball-spin-loader 2s ease 5.4s infinite; }
  .loader-wrap .ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s ease 6.3s infinite;
    animation: ball-spin-loader 2s ease 6.3s infinite; }
  .loader-wrap .ball-spin-loader > span:nth-child(8) {
    top: 30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s ease 7.2s infinite;
    animation: ball-spin-loader 2s ease 7.2s infinite; }
  .loader-wrap .ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green; }

.loader-wrap-small .loader-small {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-top: 27px;
  height: 40px; }
  .loader-wrap-small .loader-small span {
    position: relative;
    top: -5px;
    left: 42px; }
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.loader-wrap-small .ball-spin-fade-loader {
  position: relative; }
.loader-wrap-small .ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s 0s infinite linear;
  animation: ball-spin-fade-loader 1s 0s infinite linear; }
.loader-wrap-small .ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s 0.12s infinite linear;
  animation: ball-spin-fade-loader 1s 0.12s infinite linear; }
.loader-wrap-small .ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s 0.24s infinite linear;
  animation: ball-spin-fade-loader 1s 0.24s infinite linear; }
.loader-wrap-small .ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s 0.36s infinite linear;
  animation: ball-spin-fade-loader 1s 0.36s infinite linear; }
.loader-wrap-small .ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s 0.48s infinite linear;
  animation: ball-spin-fade-loader 1s 0.48s infinite linear; }
.loader-wrap-small .ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s 0.6s infinite linear;
  animation: ball-spin-fade-loader 1s 0.6s infinite linear; }
.loader-wrap-small .ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s 0.72s infinite linear;
  animation: ball-spin-fade-loader 1s 0.72s infinite linear; }
.loader-wrap-small .ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s 0.84s infinite linear;
  animation: ball-spin-fade-loader 1s 0.84s infinite linear; }
.loader-wrap-small .ball-spin-fade-loader > div {
  background-color: #0099ff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute; }
@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
.loader-wrap-small .ball-spin-loader {
  position: relative; }
.loader-wrap-small .ball-spin-loader > span:nth-child(1) {
  top: 19px !important;
  left: 0 !important;
  -webkit-animation: ball-spin-loader 2s ease 0.9s infinite;
  animation: ball-spin-loader 2s ease 0.9s infinite; }
.loader-wrap-small .ball-spin-loader > span:nth-child(2) {
  top: 13px !important;
  left: 15px !important;
  -webkit-animation: ball-spin-loader 2s ease 1.8s infinite;
  animation: ball-spin-loader 2s ease 1.8s infinite; }
.loader-wrap-small .ball-spin-loader > span:nth-child(3) {
  top: 0 !important;
  left: 19px !important;
  -webkit-animation: ball-spin-loader 2s ease 2.7s infinite;
  animation: ball-spin-loader 2s ease 2.7s infinite; }
.loader-wrap-small .ball-spin-loader > span:nth-child(4) {
  top: -15px !important;
  left: 15px !important;
  -webkit-animation: ball-spin-loader 2s ease 3.6s infinite;
  animation: ball-spin-loader 2s ease 3.6s infinite; }
.loader-wrap-small .ball-spin-loader > span:nth-child(5) {
  top: -20px !important;
  left: 0 !important;
  -webkit-animation: ball-spin-loader 2s ease 4.5s infinite;
  animation: ball-spin-loader 2s ease 4.5s infinite; }
.loader-wrap-small .ball-spin-loader > span:nth-child(6) {
  top: -15px !important;
  left: -15px !important;
  -webkit-animation: ball-spin-loader 2s ease 5.4s infinite;
  animation: ball-spin-loader 2s ease 5.4s infinite; }
.loader-wrap-small .ball-spin-loader > span:nth-child(7) {
  top: 0 !important;
  left: -20px !important;
  -webkit-animation: ball-spin-loader 2s ease 6.3s infinite;
  animation: ball-spin-loader 2s ease 6.3s infinite; }
.loader-wrap-small .ball-spin-loader > span:nth-child(8) {
  top: 16px;
  left: -14px;
  -webkit-animation: ball-spin-loader 2s ease 7.2s infinite;
  animation: ball-spin-loader 2s ease 7.2s infinite; }
.loader-wrap-small .ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: green; }

.op-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none; }
.op-radio label {
  display: inline-block;
  cursor: pointer; }
.op-radio label input[type="radio"] + i {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../img/op_img/icon-radio-def.svg) no-repeat; }
.op-radio label input[type="radio"]:checked + i {
  background: url(../../img/op_img/icon-radio-curr.svg) no-repeat;
  vertical-align: middle;
  margin-right: 5px; }

.op-radio02 input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none; }
.op-radio02 label {
  display: inline-block;
  cursor: pointer; }
.op-radio02 label input[type="radio"] + i {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../img/op_img/icon-radio-def02.png) no-repeat; }
.op-radio02 label input[type="radio"]:checked + i {
  background: url(../../img/op_img/icon-radio-curr02.png) no-repeat;
  vertical-align: middle;
  margin-right: 5px; }

.op-checkbox2 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none; }
.op-checkbox2 label {
  display: inline-block;
  cursor: pointer; }
.op-checkbox2 label input[type="checkbox"] + i {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/nocheck.png) no-repeat; }
.op-checkbox2 label input[type="checkbox"] + i.unuse {
  background: url(../../img/nocheck.png) no-repeat; }
.op-checkbox2 label input[type="checkbox"]:checked + i {
  background: url(../../img/check.png) no-repeat;
  vertical-align: middle; }

.op-home-search {
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  padding-top: 16px; }
  .op-home-search:after {
    clear: both;
    content: '';
    display: block; }
  .op-home-search .icon-shopCart, .op-home-search .icon-tijiao {
    color: #0099ff; }
  .op-home-search .search_bar {
    width: 1200px;
    margin: 0 auto;
    clear: both; }
    .op-home-search .search_bar .logo_top {
      width: 340px;
      height: 30px;
      text-align: center; }
    .op-home-search .search_bar .logo_img {
      display: inline-block;
      font-size: 30px;
      color: #fff; }
    .op-home-search .search_bar .new-logo-img {
      width: 168px;
      height: 40px;
      margin-top: -8px; }
      .op-home-search .search_bar .new-logo-img img {
        width: 100%; }
    .op-home-search .search_bar .seach_menu .keyword {
      width: 250px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #0099ff;
      padding-left: 10px;
      float: left;
      outline: none; }
    .op-home-search .search_bar .seach_menu .seach_key_btn {
      /* background-color:#f5f5f5;
       border:1px solid #e5e5e5;*/
      background-color: #0099ff;
      border: 1px solid #0099ff;
      border-left: 0;
      padding: 0 20px;
      height: 28px;
      line-height: 28px;
      float: left;
      font-size: 14px;
      color: #fff; }
    .op-home-search .search_bar .seach_menu .login_btn {
      background-color: #f5f5f5;
      padding: 5px 20px;
      float: left;
      font-size: 14px;
      color: #0099ff;
      line-height: initial; }
    .op-home-search .search_bar .btn_top {
      display: inline-block;
      float: left;
      margin-left: 20px; }
      .op-home-search .search_bar .btn_top .btn_gray_c {
        padding: 0 12px;
        line-height: 29px;
        height: 30px;
        display: inline-block; }

.tag-red, .tag-blue, .tag-green {
  background-color: red;
  color: white;
  padding: 2px 2px;
  border-radius: 3px; }

.tag-blue {
  background-color: #0099ff; }

.tag-green {
  background-color: #f5f5f5;
  color: #0099ff;
  border: 1px solid #7fccff;
  padding-top: 1px; }

.layui-laypage {
  margin: 0 !important; }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0099ff !important; }

.product-select input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none; }
.product-select label {
  display: inline-block;
  cursor: pointer; }
.product-select label input[type="checkbox"] + i {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/op_img/icon_green.svg) no-repeat; }
.product-select label input[type="checkbox"] + i.unuse {
  background: url(../../img/op_img/icon_gray.svg) no-repeat; }
.product-select label input[type="checkbox"]:checked + i {
  background: url(../../img/op_img/icon_red.svg) no-repeat;
  vertical-align: middle; }

.search_list .tb_gray_b.table-new tr th {
  background-color: #f5f5f5; }
.search_list .tb_gray_b.table-new input {
  text-align: center; }
.search_list .tb_gray_b.table-new table tr th {
  background: #ffefe5; }

.btn-blue {
  border: 1px solid #0099ff;
  padding: 5px 20px; }

.btn-addr-search {
  border: 1px solid #ddd;
  background: #eee;
  text-align: center;
  padding: 5px; }

/*高级筛选超过5行加滚动*/
.select_down_h li .dis_content {
  max-height: 145px;
  overflow-y: auto; }

.pro_parameter .pro_txt .parameter {
  background: #fff; }

/*产地图片修改*/
.filter_list tr td .filter_link.bd_area a {
  min-width: 90px;
  margin-bottom: 5px; }

.filter_list tr td .filter_link.bd_area .logo_img {
  padding: 4px 0 !important; }
  .filter_list tr td .filter_link.bd_area .logo_img img {
    height: 26px; }

/*批量调价*/
.btn_file {
  left: 2px !important;
  line-height: 34px !important; }

/*公司权限设置*/
.pop_up_menu_2_right {
  width: 310px; }

/*购物车样式*/
.home_search .search_bar .shopCart_step {
  padding-right: 48px; }

.h106 {
  height: 106px; }

.login_bg {
  background-position-y: top !important; }

.w865 {
  width: 865px;
  margin: 0 auto;
  margin-top: 200px; }

.mt100 {
  margin-top: 100px; }

/*上传中心*/
.progress {
  height: 15px; }

.search_filter input[type=text], .search_result input[type=text] {
  border: 1px solid #848282; }

.search_filter select, .search_result select {
  border: 1px solid #848282; }

.search_filter .search select {
  height: 26px; }

.btn_orange_bd_c_s.pd9 {
  padding: 9px 15px !important; }

.select_kind li {
  width: 10% !important; }

.popWin_b_gray {
  z-index: 100; }

/*二级菜单修改*/
.menu_v dl dt {
  font-size: 12px; }

.title_xianhuo {
  background: #d9f0ff; }

.title_dingzhi {
  background: #ffe8d9; }

/*更多 加滚动*/
.filter_list tr td .filter_link.show-all {
  max-height: 85px;
  overflow-y: auto; }

.filter_list tr td .filter_link.show-img-less {
  height: 50px; }

.filter_list tr td .filter_link.bd_area.show-img-all {
  height: 100px !important; }

.btn-shopp .tag_mark {
  top: -9px; }

.dailog-product-list li {
  float: left;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 10px;
  padding: 2px 2px 2px 4px !important;
  cursor: pointer;
  margin-top: 5px; }

/*# sourceMappingURL=op.css.map */
