/*@primary-color-light: #c92d42;*/
.clear-back {
  margin: 0;
  padding: 0;
}
.clear-ul {
  margin: 0;
  padding: 0;
}
.clear-ul > li {
  list-style: none;
}
.bg-img {
  background-position: top center;
  background-size: cover;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -webkit-transform: translateY(2px)} 100%{opacity:1;}}
@-moz-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -moz-transform: translateY(2px)} 100%{opacity:1;}}
@-o-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -o-transform: translateY(2px)} 100%{opacity:1;}}
@keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6;-webkit-transform: translateY(2px);-moz-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);} 100%{opacity:1;}}
[not-existing] {
  zoom: 1;
}
.search-box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
.search-box:before,
.search-box:after {
  content: " ";
  display: table;
}
.search-box:after {
  clear: both;
}
.search-box .select-title {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
  float: left;
  width: 14%;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  text-align: center;
}
.search-box .primary-highlight {
  color: #fff;
  font-family: "微软雅黑", sans-serif;
  letter-spacing: 2px;
}
.search-box .select-content {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  float: left;
  width: 86%;
}
.search-box .select-content:before,
.search-box .select-content:after {
  content: " ";
  display: table;
}
.search-box .select-content:after {
  clear: both;
}
.search-box .select-content .select-box {
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 25%;
  margin-right: 20px;
  height: 64px;
  text-align: left;
}
.search-box .select-content .select-box span.select-tip {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 100%;
  font-size: 14px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  color: #999999;
  display: none;
}
.search-box .select-content .select-box .select {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
  height: 64px;
  font-size: 18px;
  color: #666;
  line-height: 63px;
}
.search-box .select-content .select-box .select > div {
  height: 64px;
}
.search-box .select-content .select-box .select > div span {
  box-sizing: border-box;
  background: #fff;
}
.search-box .select-content .select-box .select > div span.white1 {
  padding: 3px 62px;
}
.search-box .select-content .select-box .select > div span.white2 {
  padding: 3px 81px;
}
.search-box .select-content .select-box .select > div span.white3 {
  padding: 3px 81px;
}
.search-box .select-content .select-box .icon-down-con {
  position: absolute;
  display: block;
  top: 50%;
  right: 34px;
  width: 17px;
  z-index: 3;
  transform: translateY(-50%);
  color: rgba(209, 12, 59, 0.5);
  transition: all 0.25s;
}
.search-box .select-content .select-box .icon-down-con i {
  font-size: 18px;
}
.search-box .select-content .select-box .rotate-img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.search-box .select-content .select-box .choose-tab {
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 80px;
  background: white;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: none;
}
.search-box .select-content .select-box .choose-tab.top-show {
  top: auto;
  bottom: 80px;
}
.search-box .select-content .select-box .choose-tab .tab-menu {
  height: 30px;
  width: 100%;
}
.search-box .select-content .select-box .choose-tab .tab-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-box .select-content .select-box .choose-tab .tab-menu ul li {
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  line-height: 28px;
  border-bottom: 1px solid #d8d8d8;
}
.search-box .select-content .select-box .choose-tab .tab-menu ul li.on {
  color: #ce1141;
  border-bottom: 2px solid #ce1141;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab {
  display: none;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .all {
  margin: 15px 0 6px 0;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  transition: all 0.25s;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .all:hover {
  color: #ce1141;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months:before,
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months:after {
  content: " ";
  display: table;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months:after {
  clear: both;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months > li {
  float: left;
  width: 28%;
  margin: 5px;
  padding: 5px 0;
  color: #333;
  text-align: center;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.25s;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months > li:hover {
  color: #ce1141;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months > li.grey-m {
  background: #ddd;
  cursor: not-allowed;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months > li.grey-m:hover {
  color: #333;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .months > li.active-red {
  border-color: #ce1141;
  color: #ce1141;
  background: #ffeff2;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab:first-child {
  display: block;
}
.search-box .select-content .select-box .choose-tab .tab-box .main-tab .active-red {
  border-color: #ce1141;
  color: #ce1141;
  background: #ffeff2;
}
.search-box .select-content .select-box .choose-tab2 {
  position: absolute;
  left: 9px;
  top: 80px;
  background: white;
  padding: 8px;
  width: 220px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: none;
}
.search-box .select-content .select-box .choose-tab2.top-show {
  top: auto;
  bottom: 80px;
}
.search-box .select-content .select-box .choose-tab2 .all {
  margin: 15px 0 6px 0;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  transition: all 0.25s;
}
.search-box .select-content .select-box .choose-tab2 .all:hover {
  color: #ce1141;
}
.search-box .select-content .select-box .choose-tab2 .all.active-red {
  border-color: #ce1141;
  color: #ce1141;
  background: #ffeff2;
}
.search-box .select-content .select-box .choose-tab2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}
.search-box .select-content .select-box .choose-tab2 ul:before,
.search-box .select-content .select-box .choose-tab2 ul:after {
  content: " ";
  display: table;
}
.search-box .select-content .select-box .choose-tab2 ul:after {
  clear: both;
}
.search-box .select-content .select-box .choose-tab2 ul li {
  float: left;
  width: 44%;
  text-align: center;
  margin: 5px;
  padding: 5px 0;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  transition: all 0.25s;
}
.search-box .select-content .select-box .choose-tab2 ul li.active-red {
  border-color: #ce1141;
  color: #ce1141;
  background: #ffeff2;
}
.search-box .select-content .select-box .choose-tab2 ul li.grey-m {
  background: #ddd;
  cursor: not-allowed;
}
.search-box .select-content .select-box .choose-tab2 ul li:hover {
  color: #ce1141;
}
.search-box .select-content .select-box .choose-tab3 {
  position: absolute;
  left: 0;
  top: 80px;
  background: white;
  padding: 8px;
  width: 180px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: none;
}
.search-box .select-content .select-box .choose-tab3.top-show {
  top: auto;
  bottom: 80px;
}
.search-box .select-content .select-box .choose-tab3 .all {
  margin: 15px 0 6px 0;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  transition: all 0.25s;
}
.search-box .select-content .select-box .choose-tab3 .all.active-red {
  border-color: #ce1141;
  color: #ce1141;
  background: #ffeff2;
}
.search-box .select-content .select-box .choose-tab3 .all:hover {
  color: #ce1141;
}
.search-box .select-content .select-box .choose-tab3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-box .select-content .select-box .choose-tab3 ul li {
  margin: 9px 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  transition: all 0.25s;
}
.search-box .select-content .select-box .choose-tab3 ul li.active-red {
  border-color: #ce1141;
  color: #ce1141;
  background: #ffeff2;
}
.search-box .select-content .select-box .choose-tab3 ul li:hover {
  color: #ce1141;
}
.search-box .select-content .select-box .active {
  z-index: 2;
}
.search-box .select-content a.search-btn {
  position: absolute;
  display: inline-block;
  width: 88px;
  height: 33px;
  line-height: 33px;
  right: 6%;
  top: 24%;
  /*background: #ce1141;*/
  background: #ca420f;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
