.search_box_t {
  height: 36px;
  width: 462px;
}
.search_box_t .search-input {
  width: calc(100% - 50px);
  height: 36px;
  line-height: 36px;
  border: 0px;
  float: left;
  border: 2px solid #f11d14;
  border-right: none;
  outline: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search_box_t .search-input input {
  border: none;
  margin-left: 68px;
  outline: none;
  border-left: 1px solid #e8ebef;
  padding-left: 10px;
  line-height: 16px;
  background: transparent;
  display: block;
  margin-top: 8px;
  width: 80%;
}
.search_box_t .search-input input::-webkit-input-placeholder {
  color: #adaeae;
}
.search_box_t .search-input input::-moz-input-placeholder {
  color: #adaeae;
}
.search_box_t .search-input input::-ms-input-placeholder {
  color: #adaeae;
}
.search_box_t .search-btn {
  display: block;
  float: right;
  width: 50px;
  height: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  background: #f33343;
  background-image: -webkit-linear-gradient(to right, #f33343, #fb7831);
  background-image: linear-gradient(to right, #f33343, #fb7831);
  cursor: pointer;
  line-height: 36px;
}
.search_box_t .search-btn .icon {
  color: #fff;
  font-size: 18px;
}
.search_box_t .search-btn .icon:hover {
  color: #fff;
}
.search_box_t .search-btn:hover {
  background: #f33343;
}
.search_box {
  position: relative;
}
.search_box .search-triggers {
  position: absolute;
  height: 32px;
  line-height: 32px;
  width: 68px;
  overflow: hidden;
  top: 2px;
  left: 2px;
}
.search_box .search-triggers .icon {
  position: absolute;
  right: 10px;
  top: 1px;
}
.search_box .search-triggers li {
  text-align: center;
  width: 66px;
  height: 34px;
  line-height: 33px;
  cursor: pointer;
  color: #3C3C3C;
  background-color: white;
  border-radius: 10px;
  padding-right: 10px;
}
.search_box .search-triggers li:hover {
  background: #f3f5f9;
}
.search_box .search-triggers:hover {
  overflow: visible;
}
.search_box .search-triggers:hover ul {
  border: 2px solid #505767;
  margin: -2px 0 0 -2px;
}
.search_box .search-triggers:hover ul li {
  border-radius: 0;
  border-bottom: 2px solid #505767;
}
.search_box .search-triggers:hover ul li:last-child {
  border-bottom: none;
}
.input_search {
  width: 255px;
}
.search_left {
  background: url(https://upmallresource.yonyouup.com/images/search_icon.gif) no-repeat left center;
}
.ex_search {
  height: 26px;
  border: 2px solid #cccccc;
}
.SearchBar table td {
  padding: 0 0px;
  vertical-align: middle;
}
.ex_btn_search {
  background: url(https://upmallresource.yonyouup.com/images/search_btn.gif) no-repeat left center;
  width: 63px;
  height: 24px;
  border: 0px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  margin-right: 1px;
}
.add-on {
  margin-left: -1px;
}
.search_box_b {
  padding-top: 5px;
  padding-left: 5px;
  width: 462px !important;
}
.search_box_b h3 {
  font-size: 12px;
  font-weight: normal;
  display: block;
  float: left;
  margin-top: 1px;
  color: #000;
}
.key_words a {
  color: #adaeae;
}
.key_words a:hover {
  color: #f11d14;
}
.color1 {
  color: #ff6400;
}
.search_box_b span {
  float: left;
  display: block;
  line-height: 15px;
  overflow: hidden;
  color: #999;
}
.search_box_b span ul li {
  float: left;
  padding: 0px 5px;
}
.search_box_b span ul li:first-child {
  border-left: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
li {
  list-style-type: none;
}
ul {
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 0px;
}
.SearchBar .inputstyle.ex_s_input {
  padding: 0px;
  padding-left: 25px;
}
.SearchBar .inputstyle {
  padding: 0 2px;
}
.ex_s_input {
  width: 265px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  background: none;
  background: url(https://upmallresource.yonyouup.com/images/search_icon.gif) no-repeat 4px 6px;
  border: 0px;
  color: #999999;
}
.key-list {
  margin-left: 72px;
  width: 100%;
}
[data-type="Search"] div:last-child span:first-child {
  color: #f11d14;
}
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;
}
