/*面包屑导航*/
.page-history {
  background-color: white;
  margin-top: 16px;
}
.cleanPadding {
  padding-left: 0;
  padding-right: 0;
}

.cleanPadding p {
  margin-bottom: 0;
}

.pick-color-title {
  height: 260px;
}

.content {
  background-color: #EFEFEF;
  padding-bottom: 100px;
}

.container-title {
  font-size: 36px;
  margin-top: 38px;
}

.container-title2 {
  font-size: 16px;
  margin-top: 19px;
}

.container p {
  text-align: center;
}

.pick-color-btn input {
  height: 60px;
}

.search-box, .search-input-box {
  padding: 0;
}

.search-box {
  margin-left: 30px;
}

.search-input-box {
  margin-right: 30px;
}

.search {
  width: 100%;
  background-color: #053A88;
  color: white !important;
}

.color-detail {
  background-color: white;
  padding: 5px 10px;
}

.swatch {
  border-radius: 3px 0 0 3px;

  display: inline-block;
  height: 50px;
  width: 100%;
  text-align: center;
  line-height: 50px;
  margin: 5px auto;
  border-radius: 0;
}

#colorFamilyGroup{
  width: 100%;
  text-align: center;
  margin-top: 30px;
  height: 60px;
  /*
  display: flex;
  flex-direction: row;
  justify-content: center;
  */
}

.color-family {
  /*display: block;*/
  display: inline-block;
  width: 10%;
}

.is-selected {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  border-radius: 4px;
}

.color-family:focus .swatch, .color-family:hover .swatch {
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  transform: scale(1.02);
  z-index: 100;
  border-radius: 4px;
  transition: all .1s linear;
}
/*color detail*/
#colorFamilyStripe,#colorSearch {
  width: 100%;
  margin-top:40px;
}

#colorSearch{
  display: none;
}
.stripe{
  width:100%;
  /*  display: flex;
    flex-direction: row;*/
  margin-left:7px;
  position: relative;
}
.color-swatch-family{
  cursor:pointer;
  width: 13.28%;
  display: block;
  margin:0 1% 7px 0;
  float:left;
}
.color-swatch-span:hover {
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  transform: scale(1.02);
}
.coloropen{
  height:69px;
}
.stripe .color-swatch-span{
  display: inline-block;
  width:100%;
  height:60px;
  line-height:60px;
  text-align: center;
  border-radius: 3px;
}

.stripe .open .color-swatch-span{
  display: inline-block;
  width:100%;
  height:69px;
  line-height:69px;
  text-align: center;
  border-radius: 3px;
}

.color-swatch-info{
  display: none;
  position:absolute;
  left: 0;
  right: 0;
  top:68px;
  padding:20px 25px 30px;
  width:99%;
}

.color-ico {
  /*background: url(../image/icon/icon_desktop.png) no-repeat 0 0 scroll transparent;*/
  background-size: auto;
  border: none;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  transition: all .3s linear;
  opacity: 0;
  color: white;
}

.show-icon {
  opacity: 1 !important;
}

.color-info .number{
  font-size: 14px;
}

.search-message{
  text-align: right;
}

.search-content{
  width: 100%;
  margin-top:20px;
  text-align: center;
}
.search-content .color-name{
  margin-right:20px;
  height: 60px;
  border:none;
  padding-left:15px;
}
.search-content input{
  width:260px;
}

.pick-color-ico {
  color: white;
  opacity: 0;
}
