@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;
}
.tab_my_task {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  z-index: 3;
  position: relative;
  display: flex;
}
.tab_my_task.tab_my_task_trade {
  border-bottom: none;
}
.tab_my_task.tab_my_task_trade li {
  width: 50%;
  border: 1px solid #eeeeee;
  padding: 5px 0;
}
.tab_my_task.tab_my_task_trade li.on {
  border: none;
}
.tab_my_task.tab_my_task_trade li:first-child {
  border-right: 1px solid #eeeeee;
}
.tab_my_task.tab_my_task_trade li a {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  border-bottom: 4px solid #fff;
}
.tab_my_task.tab_my_task_red li a.active,
.tab_my_task.tab_my_task_red li a:hover {
  color: #c31800;
  border-bottom: 2px solid #c31800;
}
.tab_my_task.tab_my_task_four li {
  width: 25%;
}
.tab_my_task.tab_my_task_five li {
  width: 20%;
}
.tab_my_task.tab_my_task_three li {
  width: 33.3%;
}
.tab_my_task.tab_my_task_two li {
  width: 50%;
}
.tab_my_task li {
  float: left;
  text-align: center;
  flex: 1;
  width: 33.3%;
}
.tab_my_task li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 45px;
}
.tab_my_task li a.active {
  font-weight: bold;
  border-bottom: 2px solid #ed6b2c;
}
.yui_type_overflow {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  height: 46px;
  width: auto;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  overflow: hidden;
}
.yui_type_overflow .container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 46px;
}
.yui_type_overflow .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  padding: 0 0 12px 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.yui_type_overflow:after {
  content: ' ';
  width: 30px;
  position: fixed;
  top: 45px;
  right: 0;
  height: 46px;
  background: #fff;
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5), #fff);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5), #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), #fff);
}
.yui_type_overflow a {
  flex-grow: 1;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  color: #666666;
  position: relative;
  margin: 0 0.5rem;
  padding-top: 12px;
}
.yui_type_overflow a > i {
  display: block;
  position: absolute;
  top: 1px;
  right: -27px;
  font-style: normal;
  background-size: 100%;
  color: #fff;
  font-size: 10px;
  width: 28px;
  height: 15px;
  line-height: 15px;
}
.yui_type_overflow a.active {
  color: #c31800;
  background: none;
}
.yui_type_overflow a.active:after {
  content: ' ';
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c31800;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.yui_store_container .store_list {
  margin-bottom: 2%;
  padding: 10px 10px 17px;
  position: relative;
  background: #fff;
}
.yui_store_container .store_list .portrait {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.yui_store_container .store_list .portrait img {
  width: 100%;
  height: 100%;
}
.yui_store_container .store_list ul {
  margin-left: 44px;
  margin-bottom: 9px;
}
.yui_store_container .store_list ul li {
  font-size: 14px;
  line-height: 45px;
  color: #333;
  position: relative;
}
.yui_store_container .store_list ul li .into {
  font-size: 12px;
  line-height: 21px;
  color: #333;
  border: 1px solid #999;
  padding: 0 12px;
  position: absolute;
  top: 12px;
  right: 0px;
}
.yui_store_container .store_list ul li.goods {
  overflow: hidden;
  margin: 0 -2%;
}
.yui_store_container .store_list ul li.goods a {
  float: left;
  width: 29.33%;
  margin: 0 2%;
  overflow: hidden;
}
.yui_store_container .store_list ul li.goods a img {
  display: block;
  width: 100%;
}
.yui_store_container .store_list ul li.goods a.img_height img {
  width: auto;
  height: 100%;
}
.yui_store_container .store_list .goods {
  overflow: hidden;
  margin: 0 -2%;
}
.yui_store_container .store_list .goods a {
  float: left;
  width: 29.33%;
  margin: 0 2%;
  overflow: hidden;
}
.yui_store_container .store_list .goods a img {
  display: block;
  width: 100%;
}
.yui_store_container .store_list .goods a.img_height img {
  width: auto;
  height: 100%;
}
