@import "../../../common/css/reset.css";
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inlineblock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.imgstuff {
  display: block;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
}
.fill_img {
  overflow: hidden;
}
.fill_img img {
  display: block;
  width: 100%;
}
.fill_img.img_height img {
  width: auto;
  height: 100%;
}
.advertisement {
  font-size: 12px;
  line-height: 14px;
  color: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 0 4px;
  transform: scale(0.9);
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis1 {
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 24px;
}
.ellipsis2 {
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
.ellipsis_flex {
  overflow: hidden;
  height: 1em;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 11px!important;
  word-break: break-all;
}
.ellipsis_flex:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '...';
  font-size: 14px;
  line-height: 18px;
}
.yclearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.yui_layout_body {
  margin: 45px 0 64px;
  overflow: hidden;
}
.yui_layout_body.yui_layout_body_0 {
  margin-top: 0px;
}
.yui_layout_body.yui_layout_body_89 {
  margin-top: 89px;
}
.yui_layout_body.yui_layout_body_90 {
  margin-top: 90px;
}
.yui_layout_body.yui_layout_body_92 {
  margin-top: 92px;
}
.yui_layout_body.yui_layout_body_103 {
  margin-top: 103px;
}
.yui_layout_body.yui_layout_body_130 {
  margin-top: 130px;
}
.yui_layout_body.yui_layout_body_134 {
  margin-top: 134px;
}
[class*=" weui-icon-"],
[class^="weui-icon-"] {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 weui;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
[class*=" weui-icon-"]::before,
[class^="weui-icon-"]::before {
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.weui-cells_radio .weui-check + .weui-icon-checked {
  width: 16px;
  height: 16px;
}
.weui-cells_radio .weui-check + .weui-icon-checked::before {
  min-width: 16px;
  width: 16px;
  height: 16px;
  content: '';
  background: url('../../images/order/community_order2_08.png') no-repeat center center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.weui-cells_radio .weui-check:checked + .weui-icon-checked::before {
  display: block;
  content: '';
  color: #09bb07;
  font-size: 16px;
  width: 16px;
  height: 16px;
  background: url('../../images/order/community_order_11.png') no-repeat center center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.weui-cells_checkbox .weui-icon-checked::before {
  content: '';
  color: #c9c9c9;
  font-size: 16px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../../images/order/community_order2_08.png') no-repeat center center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  margin-top: -4px;
}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked::before {
  content: '';
  color: #09bb07;
  background: url('../../images/order/community_order_11.png') no-repeat center center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.yui_instalments_radio .instalments {
  margin-top: 2px;
  font-size: 16px;
  line-height: 45px;
  color: #666;
}
.yui_instalments_radio label {
  margin-right: 29px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.yui_instalments_radio label:hover .box {
  border: 2px solid #ff6000;
}
.yui_instalments_radio input {
  display: none!important;
}
.yui_instalments_radio input:checked + .box {
  background: url('../../images/community_order_07.png') no-repeat right bottom;
  -webkit-background-size: 27px 27px;
  background-size: 27px 27px;
  border: 2px solid #ff6000;
}
.yui_instalments_radio input:checked + .box ul li.title {
  font-size: 18px;
  line-height: 30px;
  color: #ff6000;
}
.yui_instalments_radio .box {
  width: 100%;
  height: 88px;
  display: table;
  text-align: center;
  border: 1px solid #ccc;
}
.yui_instalments_radio .box ul {
  display: table-cell;
  vertical-align: middle;
}
.yui_instalments_radio .box ul li {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.yui_instalments_radio .box ul li.title {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.toolbar .picker-button {
  font-size: 18px;
  line-height: 2.2rem;
  color: #ff2000;
}
.weui-picker-modal .picker-item {
  font-size: 16px;
}
.weui-picker-container .weui-select-modal .weui-cells_radio .weui-check_label .weui-cell__bd p {
  font-size: 16px;
}
.weui-picker-modal .picker-items {
  text-align: center;
}
.weui-cell-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.weui-cells_form_idcard .id_card .box {
  margin-top: 1%;
}
.weui-swiped-btn_default,
.weui-swiped-btn_warn {
  position: relative;
  width: 80px;
  height: auto;
  text-align: center;
  padding: 0;
}
.weui-swiped-btn_default span,
.weui-swiped-btn_warn span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.weui-switch-cp__input:checked ~ .weui-switch-cp__box,
.weui-switch:checked {
  border-color: #ff3c00;
  background-color: #ff3c00;
}
.weui_select_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.weui-cells:after {
  border-bottom: 1px solid #e5e5e5;
  transform: scaleY(1);
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .weui-cells:after {
    border-bottom: 0.5px solid #e5e5e5;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .weui-cells:after {
    border-bottom: 0.333333px solid #e5e5e5;
  }
}
.server_goods_list.weui-cells:after {
  border-bottom: 1px solid #e5e5e5;
  transform: scaleY(1);
  left: 145px;
  margin-left: 2%;
  right: 15px;
}
.weui-cells_notbbd:before,
.weui-cells_notbbd:after {
  border: none;
}
.weui-cells_notbbd .weui-cell_first:before {
  border: none;
}
.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 3;
}
.header_nav .tab_my_task {
  padding: 0 82px;
  border: none;
}
.header_nav.header_nav_shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header_nav.header_nav_shadow h1 {
  border: none;
}
.header_nav.header_nav_goods {
  display: none;
}
.header_nav.header_nav_goods .yui_tab_a {
  padding: 0px 40px;
  text-align: center;
  overflow: visible;
}
.header_nav.header_nav_goods .yui_tab_a a {
  padding-top: 5px;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
}
.header_nav .header_nav_gray {
  background: #f9f9f9;
}
.header_nav .header_nav_gray h1 {
  background: #f9f9f9;
}
.header_nav.header_nav_red {
  background: #ff0000;
}
.header_nav.header_nav_red h1 {
  color: #fff;
  background: #ff0000;
  border: none;
}
.header_nav.header_nav_twored {
  background: #ff0000;
  background: -webkit-linear-gradient(left, #ff2000, #c31800);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff2000, #c31800);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff2000, #c31800);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff2000, #c31800);
  /* 标准的语法 */
}
.header_nav.header_nav_twored h1 {
  color: #fff;
  background: #ff0000;
  background: -webkit-linear-gradient(left, #ff2000, #c31800);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff2000, #c31800);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff2000, #c31800);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff2000, #c31800);
  /* 标准的语法 */
  border: none;
}
.header_nav.header_nav_crimson {
  background: #c31800;
}
.header_nav.header_nav_crimson h1 {
  color: #fff;
  background: #c31800;
  border: none;
}
.header_nav.blur {
  -webkit-filter: blur(1px);
  /* Chrome, Opera */
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.header_nav.header_nav_store {
  background: #454545;
}
.header_nav.header_nav_store.blur {
  -webkit-filter: blur(1px);
  /* Chrome, Opera */
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.header_nav.header_nav_store .weui-search-bar {
  padding-right: 15%;
  background: #454545;
}
.header_nav.header_nav_store .weui-search-bar__form {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
}
.header_nav.header_nav_store .weui-search-bar__form:after {
  background: #a2a2a2;
  border: none;
}
.header_nav.header_nav_store .weui-search-bar__label {
  background: #a2a2a2;
  color: #fff;
}
.header_nav.header_nav_store .weui-icon-search::before {
  color: #fff;
}
.header_nav.header_nav_store .weui-search-bar__box .weui-search-bar__input {
  color: #ffffff;
}
.header_nav .weui-search-bar {
  padding-left: 40px;
  padding-right: 2%;
}
.header_nav h1 {
  background: #fff;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 18px;
  padding: 0 82px;
  font-weight: normal;
  border-bottom: 1px solid #e7e8e9;
}
.header_nav .btn_right_store {
  position: absolute;
  top: 0px;
  right: 16px;
  bottom: 0;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
}
.header_nav .btn_right_del {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0;
  font-size: 12px;
  line-height: 45px;
  color: #0899ff;
}
.header_nav .btn_right_public {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0;
  font-size: 16px;
  line-height: 45px;
  color: #ff2000;
}
.header_nav .top_cancel {
  display: none;
  margin-right: 10px;
  font-size: 16px;
  line-height: 45px;
  color: #ff6633;
}
.header_nav .btn_right {
  position: absolute;
  top: 0px;
  right: 6px;
  bottom: 0;
  width: 38px;
  overflow: hidden;
  z-index: 3;
}
.header_nav .btn_right.btn_right_two {
  width: auto;
}
.header_nav .btn_right.btn_right_two a {
  float: right;
  padding: 0 10px;
}
.header_nav .btn_right.btn_right_two a.search img {
  width: 20px;
}
.header_nav .btn_right.btn_right_two a.sort img {
  margin-top: 16px;
  width: 14px;
}
.header_nav .btn_right.btn_right_two a.edit img {
  width: 18px;
  margin-top: 13px;
}
.header_nav .btn_right a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.header_nav .btn_right a img {
  width: 22px;
  display: block;
  margin-top: 11px;
}
.header_nav .btn_left {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 50px;
  z-index: 3;
}
.header_nav .btn_left a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.header_nav .btn_left a img {
  width: 10px;
  display: block;
  margin-top: 13px;
  margin-left: 16px;
}
.yui_layout_body_bg {
  background: #f0f0f0;
}
.weui-footer_fixed-bottom {
  z-index: 12;
}
.weui-footer_fixed-bottom {
  bottom: 0;
}
.weui-loadmore {
  border: none !important;
  padding: 0 !important;
  width: 100%!important;
  color: #999999;
}
.yui_no_data {
  margin: 30px auto 50px;
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.weui-picker-modal .weui-cell {
  font-size: 15px;
  line-height: 22px;
  color: #3d4145;
  padding: 14px 15px;
}
.weui-picker-modal .weui-check + .weui-icon-checked::before {
  background: none;
}
body .header_nav {
  position: relative;
}
body .yui_service_type.yui_service_type_fixed,
body .flash_sale_red,
body .yui_type_overflow,
body .yui_store_gray {
  position: relative;
  top: 0;
}
body {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
body .body_container,
body .body_contatiner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.flash_sale_red {
  display: flex;
  background: #ff0000;
  background: -webkit-linear-gradient(left, #ff2000, #c31800);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff2000, #c31800);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff2000, #c31800);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff2000, #c31800);
  /* 标准的语法 */
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.flash_sale_red.flash_sale_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 123;
}
.flash_sale_red a {
  display: block;
  flex: 1;
  text-align: center;
  padding: 10px 0 8px;
  position: relative;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.flash_sale_red a p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.flash_sale_red a span {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.flash_sale_red a.active {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flash_sale_red a.active p,
.flash_sale_red a.active span {
  color: #ffffff;
  border: none;
}
.flash_sale_red a.active span {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}
.flash_sale_red a.active:after {
  content: ' ';
  position: absolute;
  bottom: -13px;
  left: -6px;
  margin-left: 50%;
  border-width: 7px;
  border-style: solid dashed dotted;
  border-color: #ff0000 transparent transparent;
}
.flash_sale_gray {
  background: #e5e5e5;
  padding: 0 10px 0 17px;
  overflow: hidden;
}
.flash_sale_gray p {
  float: left;
  font-size: 12px;
  line-height: 27px;
  color: #333;
}
.flash_sale_gray p.red {
  font-size: 12px;
  line-height: 27px;
  color: #ff0000;
}
.flash_sale_gray .limit {
  float: right;
  font-size: 12px;
  line-height: 27px;
  color: #333;
}
.flash_sale_gray .limit b {
  font-size: 12px;
  line-height: 27px;
  color: #ff0000;
}
.flash_sale_gray .limit span {
  margin: 0 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 17px;
  height: 17px;
  text-align: center;
  background: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
}
.flash_sale_gray .limit span:first-child {
  margin-left: 6px;
}
.flash_sale_list_box {
  padding: 8px 0;
  background: #fff;
}
.flash_sale_list {
  margin: 0 10px 0 17px;
  padding: 8px 0;
  position: relative;
  display: flex;
}
.flash_sale_list.flash_sale_list_black ul li.title {
  margin-bottom: 7px;
}
.flash_sale_list .img {
  display: block;
  width: 116px;
  height: 116px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 6px;
  overflow: hidden;
}
.flash_sale_list .img img {
  display: block;
  width: 100%;
}
.flash_sale_list .img.img_height img {
  width: auto;
  height: 100%;
}
.flash_sale_list ul {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flash_sale_list ul:after {
  content: ' ';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background: #f0f0f0;
}
.flash_sale_list ul li {
  font-size: 14px;
  line-height: 27px;
  color: #999;
}
.flash_sale_list ul li.price {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #ff0000;
}
.flash_sale_list ul li.price.center {
  text-align: center;
}
.flash_sale_list ul li.price span {
  font-size: 20px;
  line-height: 22px;
  color: #ff0000;
}
.flash_sale_list ul li.price.gray {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 15px;
  color: #999;
}
.flash_sale_list ul li.title {
  margin-top: -3px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 21px;
  color: #222;
  overflow: hidden;
  max-height: 42px;
}
.flash_sale_list ul li.title a {
  font-size: 14px;
  line-height: 21px;
  color: #222;
}
.flash_sale_list ul li.name {
  margin-top: 10px;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.flash_sale_list ul li.name a {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.flash_sale_list ul li.name .menu {
  width: 9px;
  margin-right: 4px;
  vertical-align: baseline;
}
.flash_sale_list ul li.name .chat {
  width: 18px;
  margin-left: 4px;
}
.flash_sale_list ul li.progress_bar {
  overflow: hidden;
  margin-top: 5px;
}
.flash_sale_list ul li.progress_bar .left {
  float: left;
}
.flash_sale_list ul li.progress_bar .left > b {
  clear: both;
  display: block;
  font-weight: lighter;
  font-size: 12px;
  line-height: 27px;
  color: #999;
}
.flash_sale_list ul li.progress_bar p {
  font-size: 12px;
  line-height: 9px;
  color: #999;
}
.flash_sale_list ul li.progress_bar p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #eee;
  overflow: hidden;
}
.flash_sale_list ul li.progress_bar p span b {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #ff2000;
}
.flash_sale_list ul li.progress_bar a {
  background: #c31800;
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  min-width: 68px;
  float: right;
}
.flash_sale_list ul li.progress_bar a.black {
  background: #000;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.flash_sale_list:hover .del {
  display: block;
}
.flash_sale_list .del {
  cursor: pointer;
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 24px;
}
.flash_sale_list .del img {
  width: 13px;
}
.flash_sale_list .pop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.flash_sale_list .pop.show {
  display: flex;
}
.flash_sale_list .pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.flash_sale_list .pop ul {
  position: relative;
  z-index: 1;
}
.flash_sale_list .pop ul li {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.flash_sale_list .pop ul li.title {
  height: auto;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.flash_sale_list .pop ul li button {
  border: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  margin: 0 4px;
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.flash_sale_list .pop ul li button.red {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #ff4000;
}
