
#searchName::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ADADAD !important;
}
#searchName:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ADADAD !important;
}
#searchName::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ADADAD !important;
}
#searchName:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ADADAD !important;
}
#searchName::-ms-input-placeholder { /* Microsoft Edge */
   color: #ADADAD !important;
}
#searchName::placeholder { /* Microsoft Edge */
   color: #ADADAD !important;
}
#searchName.error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #E8362D !important;
}
#searchName.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #E8362D !important;
}
#searchName.error::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #E8362D !important;
}
#searchName.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #E8362D !important;
}
#searchName.error::-ms-input-placeholder { /* Microsoft Edge */
   color: #E8362D !important;
}
#searchName.error::placeholder { /* Microsoft Edge */
   color: #E8362D !important;
}

.inside {
  padding: 20px 0 50px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "PingFangSC-Light", "PingFang SC Light", "é»‘ä½“", sans-serif !important;
}
.custom-advanced-search-wrap {
  min-height: 50vh;
}
.custom-advanced-search-wrap h2 {
  font-size: 30px;
  margin: 40px auto;
  text-align: center;
}
.custom-advanced-search-wrap .input-search-wrap .input-search-content {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
}
.custom-advanced-search-wrap .input-search-content .search-name {
  display: block;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  border-radius: 34px;
  border: none;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  outline: none;
  padding: 0 50px;
  box-sizing: border-box;
  font-size: 20px;
}
.search-btn {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 120px;
    height: 44px;
    background-color: #E8362D;
    transform: translateY(-50%);
    cursor: pointer;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    font-family: Helvetica Neue-Medium, Helvetica Neue;
}
.search-btn.hide {
  display: none;
}
.searh-delete {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/clear-search.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.searh-delete.active {
  display: block;
}
.searh-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/search-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
}
.icheckbox.checked {
    background-image: url(../images/search-yes.png) ;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-advanced-search-filter-wrap ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.custom-advanced-search-filter-wrap li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: Helvetica Neue-Medium, Helvetica Neue;
  font-size: 20px;
}
.custom-advanced-search-filter-wrap li label input {
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
}
.custom-advanced-search-filter-wrap li label  .icheckbox {
  margin-right: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
}
.custom-advanced-search-filter-wrap li label  .icheckbox:not(.checked) {
   background: none;
}
.custom-advanced-search-filter-wrap li:not(:last-child) {
  margin-bottom: 20px;
}
.custom-advanced-search-filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-advanced-search-filter-title .title {
  font-size: 20px;
  font-weight: bold;
}
.custom-advanced-search-filter-title .desc {
  display: none;
  font-size: 20px;
  color: rgba(0,0,0,.5);
  cursor: pointer;
}
.custom-advanced-search-filter-title .desc.active {
  display: block;
}
.custom-advanced-search-content {
  display: flex;
  margin-top: 12px;
}
.custom-advanced-search-content .custom-advanced-search-left {
  /*width: 218px;*/
  margin-right: 60px;
  display: none !important;
}
.custom-advanced-search-right {
  flex: 1;
  /*width: calc(100% - 258px);*/
  width: 100%;
}
.i18n-en .custom-advanced-search-right {
  flex: 1;
  width: calc(100% - 300px);
}
.custom-advanced-search-total  {
  text-align: right;
}
.custom-advanced-search-total span,
h2 strong  {
  color: #E8362D;
}
.custom-advanced-search-result {
  margin-top: 20px;
}
.custom-advanced-search-result .item {
  position: relative;
  height: 196px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.16);
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-advanced-search-result .item h2 {
  margin: 0;
  font-size: 20px;
  text-align: left;
  overflow: hidden;
}
.custom-advanced-search-result .item h2 a {
  color: #333;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-advanced-search-result .item h2 a:hover {
  text-decoration: underline;
}
.custom-advanced-search-result .item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;;
  transform: translateY(-50%);
  height: 0;
  width: 4px;
  background-color: #E3362F;
  border-radius: 4px;
  transition: height .2s linear;
}
.custom-advanced-search-result .item:hover:before {
  height: 90%;
}
.custom-advanced-search-result .item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 44px;
  /*margin: 20px 0 30px;*/
}
.custom-advanced-search-result .item .path {
  color: #9B9B9B;
}
.custom-advanced-search-result .item .path span {
  display: inline-block;
  vertical-align: middle;
}
.custom-advanced-search-result .item .path span a {
  color: inherit;
  text-decoration: none;
}
.custom-advanced-search-result .item .path span a:hover {
  text-decoration: underline;
}
.custom-advanced-search-result .item .path span:not(:last-child) {
  background: url(../images/header/left.png) no-repeat right center;
  padding-right: 20px;
  background-size: 16px 16px;
  background-position: right center;
}
.custom-advanced-search-result .item .path span:not(:first-child)  {
  padding-left: 10px;
}
.custom-advanced-search-loading-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  text-align: center;
  display: none;
}
.custom-advanced-search-loading-wrap.active {
  display: block;
}
.custom-advanced-search-loading-wrap .round {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 6px;
  -webkit-animation: roundScale 1.4s infinite ease-in-out both;
  animation: roundScale 1.4s infinite ease-in-out both;
}
.custom-advanced-search-loading-wrap .round1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.custom-advanced-search-loading-wrap .round2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -.16s;
}
@-webkit-keyframes roundScale {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes roundScale{
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.custom-advanced-search-content:not(.active) .custom-advanced-search-total {
  display: none;
}
.custom-advanced-search-filter-wrap .icheckbox {
  margin-top: 0;
}
.input-search-wrap {
  position: relative;
  padding-bottom: 60px;
}
.custom-advanced-search-wrap .no-data  {
  max-width: 998px;
  margin: 0 auto;
  display: none;
}
.custom-advanced-search-wrap .custom-advanced-search-content.hide {
  display: none;
}
.custom-advanced-search-wrap .no-data.active {
  display: block;
}
.custom-advanced-search-wrap .no-data ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.custom-advanced-search-wrap .no-data ul li {
  line-height: 1.625;
  list-style: disc;
}
.custom-advanced-search-wrap .no-data p {
  font-weight: 600;
  font-family: HelveticaNeueRegular, HelveticaNeue-Regular, "Helvetica Neue Regular", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, PingFangSC-Regular, "PingFang SC Regular", 黑体, sans-serif !important;
}
/*
* @Author: wuna
* @Date:   2018-07-09 15:13:05
* @Last Modified by:   wuna
* @Last Modified time: 2018-07-09 17:05:11
*/
.custom-advanced-search-wrap .pagination-btn{
    margin-right: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: #333;
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    text-align: center;
}
.custom-advanced-search-wrap .pagination-wrap {
    position: relative;
    display: inline-block;
    padding-left: 0px;
}
.custom-advanced-search-wrap .pagination-ellipsis{
    color: #333;
    position: relative;
    top: 0;
    display: inline-block;
    padding: 0 0.12rem;
    margin-right: 4px;
}
.custom-advanced-search-wrap .pagination-current{
    color: #E8362D;
    font-family: Helvetica Neue-Medium, Helvetica Neue;
}
.custom-advanced-search-wrap .pagination-disabled{
    cursor: not-allowed;
}
.custom-advanced-search-wrap #pagination-next,#pagination-prev{
    padding-right:0.08rem;
    padding-left:0.08rem;
}
.custom-advanced-search-wrap .pagenum{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;vertical-align: middle;}
.custom-advanced-search-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .custom-advanced-search-content {
    display: block;
  }
  .custom-advanced-search-right {
    width: 100% !important;
    margin-top: 20px;
  }
  .custom-advanced-search-wrap h2 {
    margin: 20px auto;
    font-size: 22px;
  }
  .custom-advanced-search-wrap .input-search-content .search-name {
    height: 40px;
    font-size: 18px;
  }
  .custom-advanced-search-filter-title .desc,
  .custom-advanced-search-result .item h2 {
    font-size: 18px;
  }
  .custom-advanced-search-wrap .input-search-wrap .input-search-content {
    max-width: 400px;
  }
  .searh-delete {
    width: 16px;
    height: 16px;
    right: 16px;
  }
  .search-btn {
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    right: 3px;
  }
  .custom-advanced-search-filter-wrap {
    background-color: #FAFBFC;
    padding: 12px 20px;
    margin: 0 -20px;
  }
  .custom-advanced-search-loading-wrap {
    padding: 0;
  }
  .input-search-wrap {
    padding-bottom: 40px;
  }
  .custom-advanced-search-filter-title .title {
    font-size: 18px;
  }
  .custom-advanced-search-filter-wrap li label input,
  .custom-advanced-search-filter-wrap li label .icheckbox {
    width: 18px;
    height: 18px;
  }
  .custom-advanced-search-filter-wrap li label {
    font-size: 16px;
  }
  .custom-advanced-search-filter-wrap li label .icheckbox {
    margin-right: 12px;
  }
  .custom-advanced-search-filter-wrap li:not(:last-child) {
    margin-bottom: 12px;
  }
  .custom-advanced-search-content .custom-advanced-search-left {
    margin-right: 0;
  }
  .custom-advanced-search-filter-title {
    flex-direction: column;
  }
  .custom-advanced-search-filter-title .desc {
    width: 100%;
  }
  .custom-advanced-search-filter-wrap:not(.active) > ul,
  .custom-advanced-search-filter-wrap:not(.active) .desc {
    display: none !important;
  }
  .custom-advanced-search-filter-title .title {
    cursor: pointer;
  }
  .custom-advanced-search-filter-wrap.active .custom-advanced-search-filter-title .title {
    margin-bottom: 10px;
  }
  .custom-advanced-search-filter-title .title:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(../images/search-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 6px;
    vertical-align: baseline;
    transition: all .2s linear;
  }
  .custom-advanced-search-filter-wrap.active .custom-advanced-search-filter-title .title:after {
    transform: rotate(-90deg);
  }
}
