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;
}
