@charset "UTF-8";
.bg_gray {
  background: #f5f5f5; }

/*背景色*/
.bg_black1 {
  background: #524c4c; }

.bg_white {
  background: #fff; }

/*横线*/
.hline:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  height: 0px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5); }

/*登录*/
.lr_top {
  width: 100%;
  height: auto;
  max-height: 258px;
  background: #fe8851;
  position: relative;
  margin-bottom: 30px; }

.lr_top .bg_img {
  width: 100%;
  height: auto;
  max-height: 258px; }

.lr_top .v_title {
  height: 80px;
  width: 150px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -40px; }

.lr_top .v_title h1 {
  height: 50px;
  width: 136px;
  display: inline-block;
  color: #fe8851;
  font-size: 2.14em;
  font-weight: 600;
  background: #fff;
  line-height: 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; }

.lr_top .v_title p {
  color: #fff;
  font-size: 1.14em;
  font-style: italic;
  height: 30px;
  line-height: 36px;
  vertical-align: bottom; }

.form_warp {
  margin: 1.0666666667rem auto; }
  .form_warp.form_block {
    margin: 0 20px; }
  .form_warp .btn-box {
    margin: 1.0666666667rem 0; }
  .form_warp .btn-big {
    width: 100%; }

.form_item_block {
  width: 100%;
  margin: 0.2666666667rem 0;
  font-size: 13px;
  position: relative; }
  .form_item_block .f_input {
    width: 100%;
    padding: 10px 0;
    font-size: 0.4rem;
    line-height: 18px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .form_item_block .botm_line {
    border-bottom: 1px solid #fe8851; }
  .form_item_block .vcode {
    max-width: 80px;
    height: 38px;
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 12;
    padding-left: 10px;
    color: #fe8851;
    font-size: 13px;
    background: transparent; }

.form_item_code .f_input {
  padding-right: 90px; }

.form_item_tip {
  margin: 0.4rem 0; }
  .form_item_tip .a_link {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #777777; }
  .form_item_tip .tip_txt {
    font-size: 14px;
    color: #fe8851; }

.gray_spline .text {
  display: block;
  height: 16px;
  font-size: 12px;
  color: #ccc;
  margin: .05rem auto;
  position: relative;
  text-align: center; }
  .gray_spline .text:before, .gray_spline .text:after {
    content: "";
    position: absolute;
    right: 0;
    width: 36%;
    height: 1px;
    top: 50%;
    background: #f5f5f5; }
  .gray_spline .text:before {
    left: 0; }

/*头部金额*/
.ord_total {
  padding: 8px 12px;
  font-size: 0.4rem;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #f5f5f5; }
  .ord_total .num {
    color: #57ab4d; }

.tabs_item .s_money {
  font-size: 0.4rem;
  margin-bottom: 2px;
  color: #e76e35; }

.list_item {
  margin: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  position: relative; }
  .list_item .code_num {
    z-index: 10;
    position: absolute;
    left: -6px;
    top: -4px;
    display: inline-block;
    padding: 0px 4px;
    color: #fff;
    font-size: 0.4rem;
    background: #fe8851;
    border-radius: 10px; }
  .list_item .litem_tit {
    background: #f7f7f7;
    padding: 8px;
    font-size: 0.3733333333rem; }

.item_other {
  padding: 0.16rem 12px;
  font-size: 0.3733333333rem;
  color: #d41a1a;
  position: relative; }
  .item_other .amount {
    font-size: 0.4rem; }

.item_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0.1533333333rem 0.16rem; }
  .item_bot:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .item_bot .btn {
    text-align: center;
    padding: 0.1066666667rem 0.3733333333rem;
    border-radius: 4px;
    display: inline-block;
    float: left;
    margin: 0.1066666667rem 0.16rem; }
  .item_bot .btn_gray {
    color: #666;
    border: 1px solid #666; }
  .item_bot .btn_red {
    color: #fe8851;
    border: 1px solid #fe8851; }

.empty_tip {
  text-align: center;
  padding: 0.6933333333rem 12px;
  color: #999; }

.btn_add {
  color: #fe8851;
  text-decoration: underline;
  margin-left: 10px; }

/*基本信息*/
.item_base {
  font-size: 0.3733333333rem;
  padding: 8px 10px 6px;
  position: relative; }
  .item_base:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .item_base .p_txt {
    margin-bottom: 3px; }
  .item_base .lab {
    color: #777; }
  .item_base .pric {
    margin-right: 5px; }
  .item_base .new_price {
    color: #000; }
  .item_base .org_price {
    color: #888;
    font-size: 0.3466666667rem; }

/*购买商品table展示*/
.v_table {
  padding: 5px 10px 6px;
  font-size: 0.3733333333rem;
  position: relative; }
  .v_table:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .v_table .v_tr {
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    padding: 3px 0; }
  .v_table .v_td {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .v_table .v_count {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    text-align: center; }

/*地址*/
.addr_box {
  font-size: 0.3466666667rem;
  padding: 10px 12px 6px; }
  .addr_box .lab {
    display: inline-block;
    color: #666;
    float: left;
    margin-right: 4px; }
  .addr_box .default {
    color: #fe8851;
    margin-right: 0.16rem !important; }
  .addr_box .addr_info {
    overflow: hidden;
    margin-bottom: 6px; }
    .addr_box .addr_info span {
      float: left;
      margin-right: 0.3733333333rem;
      line-height: 26px; }
	.addr_box .addr_info div {
     
      margin-right: 0.3733333333rem;
      line-height: 26px; }  

.quick_nav {
  width: 30px;
  position: fixed;
  top: 300px;
  right: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 4px 4px 5px;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  text-align: center; }

.bottom-to-top {
  position: fixed;
  bottom: 50px;
  right: 0px;
  width: 35px;
  height: 35px;
  z-index: 20;
  display: none;
  transform-origin: 0;
  opacity: 1;
  transform: scale(1, 1); }

.filter_input_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 10px; }
  .filter_input_box .btn_op {
    margin-left: 6px;
    background: #fe8851;
    padding: 7px 8px;
    color: #fff;
    border-radius: 10px; }

.filter_input {
  padding: 10px;
  border: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  background-color: #f7f7f7; }

.filter_time_hen {
  position: relative;
  width: 30px;
  height: 40px; }
  .filter_time_hen:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 1px;
    background-color: #e5e5e5; }

.mod_list {
  overflow-x: hidden;
  margin-bottom: 15px;
  background-color: #fff; }
  .mod_list .li_tit {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 25px;
    padding: 8px 10px;
    font-size: 15px;
    color: #333; }
    .mod_list .li_tit .tit {
      flex: 1; }
    .mod_list .li_tit:after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: -1px;
      right: 0;
      height: 0px;
      border-bottom: 1px solid #e5e5e5;
      color: #e5e5e5;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5); }
  .mod_list .arw {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../imgs/icon.png") no-repeat;
    background-size: 120px 90px;
    background-position: -38px -19px; }
  .mod_list.collapse {
    height: 100px;
    overflow: hidden; }
    .mod_list.collapse .arw {
      background-position: -18px -19px; }

.ppanel_warp {
  position: relative;
  height: 192px;
  overflow-x: hidden;
  overflow-y: scroll; }
  .ppanel_warp:after {
    content: "";
    height: 1px;
    width: 200%;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    background-color: #e5e5e5;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left; }

.p_panel {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 0.3733333333rem;
  position: relative; }
  .p_panel .p_li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding: 8px 0;
    position: relative; }
    .p_panel .p_li.active {
      color: #fe8851; }
    .p_panel .p_li:after {
      content: "";
      height: 1px;
      width: 200%;
      position: absolute;
      left: 0;
      top: auto;
      right: auto;
      bottom: 0;
      background-color: #e5e5e5;
      border: 0 solid transparent;
      border-radius: 0;
      -webkit-border-radius: 0;
      transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform-origin: top left;
      -webkit-transform-origin: top left; }

.tag_filed {
  padding: 6px 8px; }
  .tag_filed .tag {
    display: inline-block;
    margin: 2px 4px 4px;
    font-size: 12px;
    padding: 6px 18px 6px 4px;
    background-color: #fff4e7;
    color: #666;
    position: relative; }
  .tag_filed .remove {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 15px;
    height: 15px;
    background: url("../imgs/icon.png") no-repeat;
    background-size: 192px 144px;
    background-position: -95px -6px; }

.label_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  float: left;
  cursor: pointer;
  line-height: 30px; }
  .label_radio .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../imgs/icon.png) no-repeat center;
    background-size: 120px 90px;
    background-position: 1px -66px;
    position: relative;
    top: 5px; }
  .label_radio.label_checked .icon {
    background-position: -27px -66px; }
  .label_radio .text {
    display: inline-block;
    line-height: 16px;
    padding: 7px 0;
    font-size: 0.3733333333rem; }
  .label_radio input[type="radio"] {
    display: none; }

.filter_checkbox {
  margin: 8px 0; }
  .filter_checkbox .label_radio {
    display: block;
    float: left;
    width: 33.3333%;
    text-align: center;
    margin: 6px 0; }

/*订单详情*/
.cart_terminal {
  padding: 10px 12px;
  font-size: 0.3733333333rem;
  color: #000;
  background: #fbf7f1; }

.order_wl {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.3466666667rem;
  margin-bottom: 8px;
  padding: 4px 12px; }
  .order_wl .wl_info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1; }
  .order_wl .p_info {
    margin: 6px 0; }
  .order_wl .lab {
    margin-right: 8px; }
  .order_wl .btn_cwl {
    color: #e76e35;
    border: 1px solid #e76e35;
    padding: 1px 4px;
    font-size: 0.32rem;
    border-radius: 6px; }

.order_state {
  color: #fe8851;
  font-size: 0.3733333333rem; }

.order_addr {
  color: #666;
  margin-bottom: 8px;
  background: #fff;
  position: relative; }
  .order_addr .addr_info {
    padding: 6px 12px; }
  .order_addr .lab {
    color: #888;
    margin-right: 8px; }
  .order_addr span {
    margin-right: 30px; }
  .order_addr .p_info {
    font-size: 0.3733333333rem;
    margin: 5px 0; }
  .order_addr .p_addr {
    font-size: 0.3733333333rem;
    margin-top: 8px; }

.order_group {
  margin: 8px 0;
  background: #fff;
  font-size: 0.3466666667rem; }

.order_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 8px 12px; }
  .order_head .dp_info {
    overflow: hidden;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    margin-right: 20px; }
    .order_head .dp_info .s_tit {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 0.3733333333rem;
      position: relative; }

.o_order_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  background: #fafafa;
  margin-bottom: 3px;
  padding: 0.2133333333rem 12px 0.2666666667rem; }
  .o_order_item .item_img {
    overflow: hidden;
    width: 1.76rem;
    height: 1.76rem;
    margin-right: 0.2666666667rem; }
    .o_order_item .item_img img {
      max-width: 100%;
      max-height: 100%; }
  .o_order_item .item_info {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; }
    .o_order_item .item_info .g_name {
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      word-break: break-all;
      margin-bottom: 0.1333333333rem;
      font-size: 0.3466666667rem;
      color: #000; }
    .o_order_item .item_info .g_desc {
      color: #989898;
      margin-top: 0.08rem; }
  .o_order_item .item_pay {
    width: 2.1333333333rem;
    text-align: right; }
    .o_order_item .item_pay .g_price {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-weight: 600;
      font-size: 12px; }
    .o_order_item .item_pay .org_price {
      text-decoration: line-through;
      color: #999; }
    .o_order_item .item_pay .g_num {
      font-size: 12px;
      color: #999; }

.order_other_txt {
  background: #fff;
  padding: 4px 12px; }
  .order_other_txt .txt_pg {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    line-height: 23px;
    font-size: 0.3466666667rem;
    color: #666; }
  .order_other_txt .txt_total_p {
    font-size: 0.3466666667rem;
    line-height: 26px;
    color: #000; }
  .order_other_txt .txt_pay {
    position: relative;
    line-height: 30px; }
    .order_other_txt .txt_pay .lab {
      font-size: 0.3733333333rem;
      color: #000; }
    .order_other_txt .txt_pay .pay_money {
      color: #fe8851;
      font-size: 0.4rem; }

.order_real_pay {
  position: relative; }
  .order_real_pay:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    height: 0px;
    border-top: 1px solid #eee;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .order_real_pay .square {
    display: block;
    content: "";
    position: absolute;
    top: -12px;
    right: 28px;
    border: 6px solid transparent;
    border-bottom: 7px solid #e5e5e5; }
  .order_real_pay:after {
    content: "";
    position: absolute;
    top: -11px;
    right: 28px;
    border: 6px solid transparent;
    border-bottom: 7px solid #fff; }

.add_cell {
  padding: 10px 12px;
  line-height: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  background: #fff; }
  .add_cell:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 0px;
    border-bottom: 1px solid #eee;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 0px;
    z-index: 2; }
  .add_cell .add_cell_hd .lab {
    display: inline-block;
    margin-right: 15px; }
  .add_cell .add_cell_bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
    color: #333; }

.cell-select .select-btn .icon_arw {
  display: block;
  float: right;
  width: 12px;
  height: 20px;
  background: url(../imgs/icon.png) no-repeat -28px 2px;
  background-size: 120px 90px; }

.para_show {
  background: #fff;
  font-size: 0.3466666667rem;
  padding: 4px 0;
  color: #666; }
  .para_show .para_t {
    color: #fe8851;
    line-height: 22px;
    margin: 6px 0 1px;
    padding: 0 8px; }
  .para_show .para_p {
    padding: 4px 12px; }

.img_tx {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.layout_col_v {
  overflow: hidden;
  clear: both; }
  .layout_col_v .col_item {
    width: 33.33%;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0.2133333333rem 0; }
    .layout_col_v .col_item:after {
      content: " ";
      position: absolute;
      top: 8px;
      right: -1px;
      width: 0px;
      border-right: 1px solid #fff;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleX(0.5);
      transform: scaleX(0.5);
      bottom: 8px;
      z-index: 2; }
  .layout_col_v .tit {
    margin-bottom: 0.16rem;
    font-size: 0.3733333333rem; }
  .layout_col_v .c_gray {
    color: #666; }
  .layout_col_v.bg_white .col_item {
    color: #333; }
    .layout_col_v.bg_white .col_item:after {
      border-right-color: #e5e5e5; }
  .layout_col_v.bg_white .tit {
    color: #888; }
  .layout_col_v .num {
    font-size: 0.4266666667rem; }
  .layout_col_v .dw {
    font-size: 0.32rem;
    font-style: normal; }
  .layout_col_v .arw {
    position: absolute;
    top: 50%;
    right: 4px;
    font-size: 14px;
    color: #666;
    margin-top: -6px; }

.sline {
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.mod_block {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 10px; }

.mod_title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0.2666666667rem 12px;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  background: #fff; }
  .mod_title .tit {
    font-size: 0.3733333333rem;
    color: #000;
    font-weight: 600; }
  .mod_title:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0;
    height: 0px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }

.mod_title2 {
  padding: 0.2666666667rem 12px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 0.3733333333rem;
  position: relative; }
  .mod_title2:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0;
    height: 0px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }

.person_box {
  background: url(../imgs/login_bg.jpg) no-repeat;
  position: relative;
  padding: 1rem 10px 1rem 0; }
  .person_box .head_opt {
    position: absolute;
    right: 10px;
    top: 0.4rem; }
    .person_box .head_opt .a_btn {
      color: #fff;
      font-size: 0.4rem; }

.person_info {
  padding: 0 0.4266666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff; }
  .person_info .pic_box {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.32rem; }
  .person_info .p_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden; }
    .person_info .p_info .name {
      font-size: 0.4266666667rem;
      padding-bottom: 4px;
      overflow: hidden;
      font-weight: 500; }
    .person_info .p_info .desc {
      font-size: 0.3733333333rem;
      overflow: hidden;
      padding: 4px 0; }
    .person_info .p_info .span {
      padding-right: 0.2133333333rem; }

.zd_list_warp .list_item {
  margin-left: 0.7466666667rem; }
.zd_list_warp .code_num {
  position: absolute;
  left: -0.7466666667rem;
  top: 2px;
  width: 0.7466666667rem;
  padding: 0;
  text-align: center;
  background: transparent;
  color: #fe8851;
  font-weight: bold; }

.qyhead_box {
  display: block;
  background: #615959;
  color: #fff;
  padding: 0.3733333333rem 1.0666666667rem; }
  .qyhead_box .pic_box {
    position: relative;
    width: 1.4933333333rem;
    height: 1.4933333333rem;
    margin: 0 auto; }
  .qyhead_box .hd_info {
    overflow: hidden;
    text-align: center;
    margin-top: 6px; }
  .qyhead_box .tit {
    font-size: 0.3733333333rem;
    margin-bottom: 5px; }
  .qyhead_box .desc {
    font-size: 0.3466666667rem;
    margin-bottom: 2px;
    color: #eee; }

.phead_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #ef5f44;
  color: #fff;
  padding: 0.3733333333rem; }
  .phead_box .pic_box {
    position: relative;
    width: 1.4933333333rem;
    height: 1.4933333333rem;
    margin-right: 0.3733333333rem; }
  .phead_box .hd_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden; }
  .phead_box .tit {
    font-size: 0.4rem;
    margin-bottom: 5px; }
  .phead_box .desc {
    font-size: 0.3466666667rem; }

.feeds_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.2133333333rem 10px;
  background: #fff;
  margin-bottom: 1px; }
  .feeds_item .f_img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 8px; }
    .feeds_item .f_img img {
      max-width: 100%;
      max-height: 100%; }
  .feeds_item .f_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden; }
  .feeds_item .name {
    font-size: 0.3733333333rem;
    margin-bottom: 3px; }
  .feeds_item .info {
    overflow: hidden;
    font-size: 0.32rem;
    color: #666;
    margin: 2px 0; }
  .feeds_item .lab {
    color: #888; }
  .feeds_item .col_2 {
    width: 50%;
    float: left; }

.block_desc {
  padding: 0.16rem;
  background: #f9f9f9;
  position: relative; }
  .block_desc:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 7px solid #f6f6f6;
    margin-left: -7px; }
  .block_desc .bd_col2 {
    width: 50%;
    float: left;
    padding: 3px 0 3px 0.3733333333rem;
    color: #888;
    box-sizing: border-box;
    font-size: 0.3466666667rem; }
  .block_desc .vul {
    margin-left: 5px; }

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