#app {
  background-color: #f4f4f9;
}
#app .center {
  width: 1200px;
  margin: auto;
  /*margin-top: 32px;*/
}
#app .center .top {
  background-color: #f6f6f6;
}
#app .center .top .title {
  position: relative;
  display: flex;
}
#app .center .top .title .title-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .center .top .title .title-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .center .top .title .title-right input {
  outline: none;
  border-radius: 4px;
  border: #e5e5e5 solid 1px;
}
#app .center .top .title::before {
  content: "";
  position: absolute;
  background-color: #1089ff;
  left: 0;
  top: 12px;
  width: 5px;
  height: 22px;
}
#app .center .top ul {
  background-color: #fff;
}
#app .center .top ul .bin-divider {
  margin: 0;
  width: 98%;
  left: 1%;
  height: 1px;
}
#app .center .top ul li {
  height: 56px;
  display: flex;
  align-items: center;
}
#app .center .top ul li span {
  margin-left: 24px;
  cursor: pointer;
}
#app .center .top ul li span:hover {
  color: #12c8b2;
}
#app .center .top ul li span.on {
  background-color: #12c8b2;
  color: #fff;
  padding: 4px 4px;
}
#app .center .choose {
  border: #ececec solid 1px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
}
#app .center .choose div {
  /*display: flex;*/
  align-items: center;
  /*justify-content: center;*/
  /*height: 100%;*/
  /*width: 125px;*/
}
#app .center .choose div span {
  /*font-size: 16px;*/
  /*cursor: pointer;*/
}
#app .center .choose div span:hover {
  color: #0e6cec;
}
#app .center .choose div.default {
  position: relative;
  background-color: #fff;
}
#app .center .choose div.default span {
  color: #0e6cec;
}
#app .center .choose div.default::before {
  content: "";
  position: absolute;
  background-color: #0e6cec;
  left: 0;
  top: 0;
  width: 125px;
  height: 4px;
}
#app .center ul.message li {
  background-color: #fff;
  margin-top: 24px;
  border: #c6c6c6 solid 0px;
  display: flex;
  /*justify-content: space-around;*/
  align-items: center;
  padding: 0 20px;
}
#app .center ul.message li button span {
  font-size: 18px;
}
#app .center ul.message li .img {
  position: relative;
}
#app .center ul.message li .img::before {
  content: "";
  position: absolute;
  background-color: #dedede;
  right: 0;
  top: 30px;
  width: 1px;
  height: 105px;
}
#app .center .page .bin-page-total span {
  font-size: 14px;
}


.div-search {
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/static/images/product/product_search_bg.png);
}
.top-search {
  display: flex;
  line-height: 50px;
  background: #f1f1f1;
  justify-content: center;
}
.top-search .top-search-div {
  display: flex;
}
.top-search-div-div {
  width: 500px;
}
.top-search-div-div-input {
  width: 100%;
}
.top-search-div-div-input input{
  height: 50px !important;
}
.top-search-div-div-input input::-webkit-input-placeholder{
  color: #b4bccc;
  font-size: 15px;
}
.top-search-div button{
  height: 50px;
  width: 150px;
  font-size: large;
  font-weight: bold;
  background-color: #0e6cec;
}




.choose .mrpx {
  width: 125px;
  text-align: center;
  line-height: 48px;
  position: relative;
}
.choose .choice {
  width: 429px;
  display: flex;
  justify-content: space-between;
  margin-left: 441px;
  height: 48px;
  background: #fff;
  padding-left: 10px;
  padding-right: 90px;
}
.choose .choice .select {
  display: flex;
  align-items: center;
}
.choose .choice .select span:first-child{
  cursor: pointer;
}
.choose .choice .select span:first-child:hover{
  color: #0e6cec;
}
.choose .choice .select .selected {
  color: #0e6cec;
}
.choose .choice .select .icon {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  align-items: center;
  padding-left: 5px;
}
.choose .choice .select .icon .arrow {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 20px;
  height: 10px;
}

.choose .choice .select .icon .arrow .img_bg_up {
  background-image: url(/static/images/product/icon-pullup-1.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.choose .choice .select .icon .arrow .img_bg_down {
  background-image: url(/static/images/product/icon-dropdown-1.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.choose .choice .select .icon .arrow.active .img_bg_up {
  background-image: url(/static/images/product/icon-pullup.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.choose .choice .select .icon .arrow.active .img_bg_down {
  background-image: url(/static/images/product/icon-dropdown.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
}

.choose .choice .select .icon .arrow > i {
  color: #dcdcdc;
}
.choose .choice .select .icon .arrow.active > i {
  color: #999;
}
.choose .on:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  height: 2px;
  margin-bottom: -1px;
  background: #1890ff;
  transition: opacity 0.2s;
  opacity: 1;
}

.message .detail {
  width: 120px;
  height: 40px;
  line-height: 42px;
  background-color: #0e6cec;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-left: 20px;
}

.message .detail a{
  color: #fff;
}
