img {
  max-width: 100%;
}
.border-1 {
  border: 1px solid #dadfe5;
  border-top: none;
}
.min-w {
  min-width: 1200px;
  margin: 0 auto;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
body {
  color: #333;
  font-size: 12px;
  font-family: Microsoft YaHei,arial;
}
i {
  font-style: normal;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
a:hover {
  color: #f11d14;
  text-decoration: none;
}
li {
  list-style: none;
}
@font-face {
  font-family: 'icon';
  src: url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.eot');
  src: url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.woff') format('woff'), url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.ttf') format('truetype'), url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.svg#iconfont') format('svg');
}
.icon {
  font-family: "icon";
}
.top-home:before {
  content: '\e697';
}
.top-phone:before {
  content: '\e69e';
}
.top-row-b:before {
  content: '\e694';
}
.top-row-t:before {
  content: '\e693';
}
.icon-search:before {
  content: '\e69f';
}
.icon-shopping:before {
  content: '\e69b';
}
.icon-sort:before {
  content: '\e6a0';
}
.icon-left {
  background: url(../images/arrow-left-bold.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 70px;
  display: inline-block;
}
.icon-left:hover {
  background: url(../images/arrow-left-bold1.png) no-repeat center;
  background-size: 24px 24px;
}
.icon-right:before {
  content: '\e692';
}
.icon-collect:before {
  content: '\e698';
}
.icon-share:before {
  content: '\e691';
}
.icon-star:before {
  content: '\e725';
}
.icon-star-circle:before {
  content: '\e68e';
}
.icon-add:before {
  content: '\e600';
}
.icon-cut:before {
  content: '\e671';
}
.icon-tips:before {
  content: '\e628';
}
.icon-del:before {
  content: '\e69a';
}
.icon-coupon:before {
  content: '\e69d';
}
.icon-footprint:before {
  content: '\e695';
}
.icon-collect-right:before {
  content: '\e68f';
}
.icon-customer:before {
  content: '\e6a2';
}
.icon-see:before {
  content: '\e613';
}
.icon-kefu:before {
  content: '\e61b';
}
.icon-dianhua:before {
  content: '\e627';
}
.icon-close:before {
  content: '\e7c1';
}
.member-home:before {
  content: '\e696';
}
.member-message:before {
  content: '\e70b';
}
.member-infor:before {
  content: '\e70e';
}
.member-money:before {
  content: '\e70d';
}
.member-cart:before {
  content: '\e706';
}
.member-order:before {
  content: '\e707';
}
.member-collection:before {
  content: '\e70a';
}
.member-waitingPay:before {
  content: '\e705';
}
.member-waitingSend:before {
  content: '\e708';
}
.member-waitingReceipt:before {
  content: '\e70c';
}
.member-waitingEvaluation:before {
  content: '\e709';
}
.icon-store::before {
  content: '\e6ee';
}
.username:before {
  content: '\e602';
}
.password:before {
  content: '\e601';
}
.verify:before {
  content: '\e7fe';
}
.login-eq:before {
  content: '\e6be';
}
.login-pc:before {
  content: '\e64c';
}
.icon-kuaisu:before {
  content: '\e6bf';
}
.icon-detail-eq:before {
  content: '\e703';
}
.icon-addpic:before {
  content: '\e719';
}
.icon-list-add:before {
  content: '\e679';
}
.icon-radios::before {
  content: '\e622';
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: transparent;
}
.breadcrumb > .active {
  color: #f11d14;
}
.breadcrumb {
  background-color: transparent;
  padding: 14px 0;
  margin: 0;
}
.breadcrumb li {
  font-family: "icon";
}
.breadcrumb > li + li:before {
  content: '\e692';
}
/*滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #eaeaea;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #fff;
}
/*input[type="checkbox"],input[type="radio"]{appearance: none; -webkit-appearance: none;outline: none;display:none}*/
label {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
label input[type="checkbox"] + span {
  font-family: "icon";
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: 1px solid #999;
  float: left;
}
label input[type="checkbox"]:checked + span {
  font-family: "icon";
  color: #f11d14;
  height: 14px;
  line-height: 14px;
}
label input[type="checkbox"]:checked + span:after {
  content: '\e683';
}
label input[type="radio"] + span {
  display: inline-block;
  font-family: "icon";
}
label input[type="radio"] + span:after {
  content: '\e622';
}
label input[type="radio"]:checked + span {
  font-family: "icon";
  color: #f11d14;
}
label input[type="radio"]:checked + span:after {
  content: '\e615';
}
label.control-label {
  margin-right: 0;
}
.btn-danger {
  border: 1px solid #f11d14;
  color: #f11d14;
  background: #fff;
  line-height: 24px;
  margin-left: 5px;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.focus,
.btn-danger.active {
  background: #f11d14 !important;
  border-color: #f11d14 !important;
}
.process .icon {
  width: 32px;
  height: 32px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
[data-controller=DetailViewController] .col-xs-12 {
  padding: 0;
}
.container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.main {
  border-left: 1px solid #f3f3f3;
}
.checkbox label {
  width: auto;
}
.container > .row,
.w {
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.up-header {
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.up-header .mall-top-left span {
  margin: 0 5px 0 5px;
}
.up-header .mall-top-left span a {
  color: #f11d14;
}
.up-header .mall-top-left .icon {
  font-size: 14px;
  margin-right: 5px;
  color: #f11d14;
}
.up-header .mall-top-left [data-type="TopbarMember"] a {
  cursor: pointer;
  text-decoration: none;
}
.up-header .mall-top-right a {
  margin-left: 15px;
}
.up-header .mall-top-right a em {
  font-style: normal;
}
.up-header .mall-top-right a.active {
  color: #f11d14;
}
.up-searchBox {
  padding: 25px 0;
  height: 100px;
  display: block;
  width: 100%;
  background: #fff;
  min-width: 1200px;
  margin: 0 auto;
  float: left;
}
.up-searchBox #logo {
  width: 188px;
  line-height: 52px;
  position: relative;
  overflow: hidden;
}
.up-searchBox #logo > div,
.up-searchBox #logo > div > a {
  display: block;
  height: 100%;
}
.up-searchBox #logo > div img,
.up-searchBox #logo > div > a img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: inherit;
}
.up-nav-box {
  width: 100%;
  background: #fff;
  min-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #f11d14;
  height: 40px;
  display: block;
  clear: both;
}
.up-nav-box [data-type="Navigation"] {
  width: 100%;
  overflow: hidden;
  height: 40px;
}
.up-nav-box [data-type="Navigation"] ul {
  border-bottom: 1px solid #f11d14;
  margin-left: 20px;
}
.up-nav-box [data-type="Navigation"] ul.nav > li {
  float: left;
}
.up-nav-box [data-type="Navigation"] ul.nav > li > a {
  color: #333;
  font-size: 16px;
  padding: 0 15px;
  line-height: 40px;
}
.up-nav-box [data-type="Navigation"] ul.nav > li > a:focus,
.up-nav-box [data-type="Navigation"] ul.nav > li > a:hover,
.up-nav-box [data-type="Navigation"] ul.nav > li > a:active {
  color: #f11d14;
  background: transparent;
}
/*会员中心页面头部与tab标签样式======很多地方可共用*/
.main_title {
  float: left;
  width: 100%;
  clear: both;
}
.mymessage {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  height: 30px;
}
.main_tabs {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  zoom: 1;
  clear: both;
}
.main_tabs ul {
  margin: 0 15px;
  background: #F7F9FD;
  height: 42px;
}
.main_tabs li {
  min-width: 100px;
  height: 42px;
  line-height: 42px;
  float: left;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.main_tabs li a {
  color: #333333;
}
.main_tabs li.active,
.main_tabs li.tabactive {
  color: #505766;
  background-color: #FFFFFF;
  border-top: 1px solid #505766;
  border-bottom: none;
  line-height: 38px;
  border-radius: 0;
}
.main_tabs li.active a,
.main_tabs li.tabactive a {
  color: #505766;
}
.main_tabs li:first-child {
  border-left: none;
}
.main-tab-row {
  border: none;
  background: transparent;
  margin-bottom: 0;
  font-size: 14px;
}
.main-tab-row ul {
  height: 44px;
  border-bottom: 1px solid #363d4b;
  line-height: 43px;
  margin: 0 15px;
  background: transparent;
}
.main-tab-row #giftCardNav li a {
  display: inline-block;
  width: 100%;
}
.main-tab-row li.active {
  color: #f33343;
  position: relative;
  border-top: none;
  line-height: 42px;
}
.main-tab-row li.active a {
  color: #f33343;
}
.main-tab-row li.active:after {
  bottom: -1px;
  position: absolute;
  border-bottom: 4px solid #505766;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  width: 0;
  left: 50%;
  display: block;
  margin-left: -6px;
}
.main_tabs1 {
  margin-top: 5px;
  padding: 0px;
}
.main_tabs1 li,
.List_form a {
  font-size: 12px;
  float: left;
  width: 85px;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  color: #999;
  text-align: center;
  background: url(https://upmallresource.yonyouup.com/images/pc/bg-gray-line.png) no-repeat right center;
}
.main_tabs1 li.main_tabs1Onhover,
.List_form a.main_tabs1Onhover {
  color: #333;
}
.main_tabs1 li:last-child,
.List_form a:last-child {
  background: none;
}
.form-control {
  height: 30px;
  font-size: 12px;
  padding: 0 10px;
  line-height: 28px;
}
.form-control,
.laydate-icon {
  border-color: #e6e6e6 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:hover,
.form-control:focus,
.laydate-icon:hover {
  border-color: #999 !important;
}
.form-control:focus {
  box-shadow: none;
}
input {
  border-radius: 4px;
  outline: none;
}
.no-data {
  text-align: center;
  padding: 50px 0;
  display: none;
}
.no-data p {
  font-size: 18px;
  color: #999;
  margin: 0px;
}
.icon-no-data {
  background: url(https://upmallresource.yonyouup.com/images/pc/no-data.png) no-repeat;
  width: 250px;
  height: 160px;
  display: inline-block;
  background-size: cover;
  margin-top: 50px;
}
.no-data-new {
  text-align: center;
  padding: 50px 0;
  display: none;
}
.no-data-new .icon-no-data {
  background: url(../images/new-no-data.png) no-repeat !important;
  width: 250px !important;
  height: 200px !important;
  display: inline-block !important;
  background-size: 247px 192px !important;
}
.no-data-new .icon-no-collection-data {
  background: url(../images/no-collection.png) no-repeat !important;
  width: 250px !important;
  height: 200px !important;
  display: inline-block !important;
  background-size: 247px 192px !important;
}
.no-data-new p {
  font-size: 14px !important;
  color: #999 !important;
  margin: 15px 0 0 !important;
}
.btn-primary {
  background: #505766;
  border: none;
  font-size: 12px;
  border-radius: 4px;
}
.btn-primary:focus,
.btn-primary:active {
  outline: none!important;
}
.btn-primary:hover {
  background: #616875;
}
.btn-default {
  background: #FAFAFA;
  border: 1px solid #e6e6e6;
  color: #5B5B5B;
  font-size: 12px;
}
.btn-default:hover {
  border-color: #999;
}
.btn-info {
  background-image: linear-gradient(to right, #f33343, #fb7831);
  color: #fff;
  line-height: 30px;
  border: none;
  font-size: 12px;
  padding: 0 15px;
  border-radius: 4px;
}
.btn-info:focus,
.btn-info:active {
  outline: none!important;
}
.btn-info:hover {
  background-image: linear-gradient(to left, #f33343, #fb7831);
}
.laydate-icon {
  background-position-x: 95%!important;
}
.table-common {
  border-bottom: 1px solid #e8e8e8;
}
.member-box label input[type='checkbox'] {
  display: none;
}
.member-box .table label input[type='checkbox'] {
  display: none;
}
.member-box .table-common > thead > tr > th {
  background: #F6F9FC;
  border-top: 1px solid #2A3141 !important;
  border-bottom: none;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
}
.member-box .table-common td.text-right {
  border-left: 1px solid #e8e8e8;
}
.member-box .table > thead > tr > th,
.member-box .table > tbody > tr > th,
.member-box .table > tfoot > tr > th,
.member-box .table > thead > tr > td,
.member-box .table > tbody > tr > td,
.member-box .table > tfoot > tr > td {
  padding: 10px 15px;
  line-height: 20px;
  border-color: #e8e8e8;
  vertical-align: middle;
}
.member-box .table > thead > tr > th .flex,
.member-box .table > tbody > tr > th .flex,
.member-box .table > tfoot > tr > th .flex,
.member-box .table > thead > tr > td .flex,
.member-box .table > tbody > tr > td .flex,
.member-box .table > tfoot > tr > td .flex {
  display: flex;
}
.member-box .table > thead > tr > th .flex .flex-width,
.member-box .table > tbody > tr > th .flex .flex-width,
.member-box .table > tfoot > tr > th .flex .flex-width,
.member-box .table > thead > tr > td .flex .flex-width,
.member-box .table > tbody > tr > td .flex .flex-width,
.member-box .table > tfoot > tr > td .flex .flex-width {
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
.member-box .table-common > tbody > tr:hover {
  background: #edf1f7 !important;
}
.member-box .no-hover > tbody > tr:hover {
  background: transparent!important;
}
.radio label,
.checkbox label {
  padding-left: 15px;
}
.bg-2d {
  /*background: #505766;*/
  color: #bbbbbb;
}
[data-type="Path_mapping"] .menu-path > ul > li a {
  color: #999;
}
[data-type="Path_mapping"] .menu-path > ul > li a:hover {
  color: #f11d14;
}
[data-controller="HomeViewController"] > .row .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.row .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.modal-footer {
  border-top: none;
}
.modal-footer .btn {
  height: 32px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  border-radius: 0;
}
.modal-footer .btn.btn-default {
  color: #a8a8a8;
  background-color: #fff;
  border-color: #ccc;
  padding: 0 25px;
  border-radius: 3px;
  outline: none;
}
.modal-footer .btn.btn-default:hover {
  border-color: #999;
}
.modal-footer .btn.btn-primary {
  background-image: -webkit-linear-gradient(to left, #f33343, #fb7831);
  background-image: linear-gradient(to left, #f33343, #fb7831);
  color: #fff;
  padding: 0 25px;
  outline: none;
  border-radius: 3px;
  border: none;
}
.modal-footer .btn.btn-primary:hover {
  background-image: -webkit-linear-gradient(to right, #f33343, #fb7831);
  background-image: linear-gradient(to right, #f33343, #fb7831);
}
.cart-store {
  padding: 10px 15px;
  border-bottom: 1px solid #363d4b;
}
.cart-store em {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
.cart-store em i {
  color: #f33343;
}
