body {
  background: #F5F5F5;
  font-size: 14px;
  color: #333333;
}
.clear {
  clear: none !important;
}
.page-container.w-1000 {
  width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}

.page-container.w-1200 {
  width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.page-container.w-1400 {
  width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
}

.header-container {
  position: relative;
  z-index: 9;
}


.mask-div {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.popup-button {
  /* display: none; */
  width: 100%;
  height: 3.0625rem;
  line-height: 3.0625rem;
  margin-top: 1rem;
  text-align: center;
  border-top: solid 1px #e9e9e9;
  font-size: 1rem;
  color: #999;
}

.popup-button a {
  float: left;
  display: block;
  width: 50%;
}

.popup-button a:last-child {
  color: #fff;
}

/* 面包屑样式 */
.page-container .breadcrumb-box {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 30px;
  max-width: calc(100% - 224px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 32px;
}

.page-container .breadcrumb-box .icon-up {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 4px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-style-1,
.search-style-9,
.search-style-23 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 36px 100px;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
  position: relative;
}

.search-style-24,
.search-style-34,
.search-style-48{
  height: auto !important;
  height: 700px;
  min-height: 700px;
  box-sizing: border-box;
  margin: 24px auto;
  position: relative;
}

.search-style-1 .option-container,
.search-style-9 .option-container,
.search-style-23 .option-container {
  float: none !important;
}

.search-style-1 .wrap-title,
.search-style-9 .wrap-title,
.search-style-23 .wrap-title ,
.search-style-24 .wrap-title,
.search-style-34 .wrap-title,
.search-style-48 .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-1 .wrap-title .title-t,
.search-style-9 .wrap-title .title-t,
.search-style-23 .wrap-title .title-t ,
.search-style-24 .wrap-title .title-t,
.search-style-34 .wrap-title .title-t,
.search-style-40 .wrap-title .title-t,
.search-style-48 .wrap-title .title-t {
  display: none;
}

.search-style-1 .breadcrumb-box,
.search-style-9 .breadcrumb-box,
.search-style-23 .breadcrumb-box ,
.search-style-24 .breadcrumb-box,
.search-style-34 .breadcrumb-box,
.search-style-48 .breadcrumb-box {
  margin-bottom: 30px;
}

.search-style-1 .breadcrumb-box .item,
.search-style-9 .breadcrumb-box .item,
.search-style-23 .breadcrumb-box .item,
.search-style-24 .breadcrumb-box .item,
.search-style-34 .breadcrumb-box .item,
.search-style-48 .breadcrumb-box .item {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.search-style-1 .wrap-search,
.search-style-9 .wrap-search,
.search-style-23 .wrap-search,
.search-style-24 .wrap-search,
.search-style-34 .wrap-search,
.search-style-48 .wrap-search {
  display: flex;
  width: 500px;
  height: 46px;
  border-radius: 26px;
  box-sizing: border-box;
  background: #e1e1e1;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 50px;*/
  z-index: 2;
}

.search-style-1 .wrap-search input,
.search-style-9 .wrap-search input,
.search-style-23 .wrap-search input,
.search-style-24 .wrap-search input,
.search-style-34 .wrap-search input,
.search-style-48 .wrap-search input {
  flex: 1;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 24px 0 46px;
  background: transparent url('../../images/more/icon_search.png') no-repeat 20px center;
}

.search-style-1 .wrap-search .search-footer,
.search-style-9 .wrap-search .search-footer,
.search-style-23 .wrap-search .search-footer,
.search-style-24 .wrap-search .search-footer,
.search-style-34 .wrap-search .search-footer,
.search-style-48 .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin: 4px 4px 0 0;
  font-size: 16px;
  color: #fff;
  text-indent: -99999px;
  border: 0;
  border-radius: 50%;
  outline: none;
  background-image: url('../../images/more/icon-arrow-white.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.search-style-common .filter,
.search-style-1 .filter,
.search-style-2 .filter,
.search-style-3 .filter,
.search-style-9 .filter,
.search-style-23 .filter,
.search-style-24 .filter,
.search-style-34 .filter,
.search-style-48 .filter {
  display: none;
}

/*search2*/
.search-style-2 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 24px 40px;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
}

.search-style-2 .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-2 .wrap-title .title-t {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.search-style-2 .breadcrumb-box {
  display: none;
}

.search-style-2 .wrap-title .title-t .title-icon {
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.search-style-2 .wrap-search {
  display: flex;
  width: 320px;
  height: 34px;
  border-radius: 4px;
  box-sizing: border-box;
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  z-index: 2;
}

.search-style-2 .wrap-search input {
  flex: 1;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid #ddd;
}

.search-style-2 .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 100%;
  color: #fff;
  border: 0;
  outline: none;
  background: #3d82f2;
  cursor: pointer;
}

/*search3 */

.search-style-common,
.search-style-3 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 24px 40px;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
}

.search-style-common .wrap-title,
.search-style-3 .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-common .wrap-title .title-t ,
.search-style-3 .wrap-title .title-t {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* .search-style-3 .breadcrumb-box {
    display: none;
} */

.search-style-common .wrap-title .title-t .title-icon,
.search-style-3 .wrap-title .title-t .title-icon {
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.search-style-common .wrap-search,
.search-style-3 .wrap-search {
  display: flex;
  width: 320px;
  height: 34px;
  border-radius: 4px;
  box-sizing: border-box;
  /*position: absolute;
  right: 0;
  top: 0;
  z-index: 2;*/
}

.search-style-common .wrap-search input,
.search-style-3 .wrap-search input {
  flex: 1;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid #ddd;
}

.search-style-common .wrap-search .search-footer,
.search-style-3 .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 100%;
  color: #fff;
  border: 0;
  outline: none;
  background: #3d82f2;
  cursor: pointer;
}

.search-style-common .option-container,
.search-style-3 .option-container {
  display: flex;
}

.search-style-common .status-box,
.search-style-3 .status-box {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

.search-style-common .status-box i,
.search-style-3 .status-box i {
  color: #bcbcbc;
  margin-left: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.search-style-common .status-box i.icon-list:before,
.search-style-3 .status-box i.icon-list:before {
  color: inherit;
}

/*search4 */

.search-style-4,
.search-style-42,
.search-style-43 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 24px 40px;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
}

.search-style-4 .wrap-title,
.search-style-42 .wrap-title,
.search-style-43 .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-4 .wrap-title .title-t,
.search-style-42 .wrap-title .title-t,
.search-style-43 .wrap-title .title-t {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* .search-style-4 .breadcrumb-box {
    display: none;
} */

.search-style-4 .wrap-title .title-t .title-icon,
.search-style-42 .wrap-title .title-t .title-icon,
.search-style-43 .wrap-title .title-t .title-icon {
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.search-style-4 .wrap-search,
.search-style-42 .wrap-search,
.search-style-43 .wrap-search {
  display: flex;
  width: 320px;
  height: 34px;
  border-radius: 4px;
  box-sizing: border-box;
  /*position: absolute;
  right: 0;
  top: 0;
  z-index: 2;*/
}

.search-style-4 .wrap-search input,
.search-style-42 .wrap-search input,
.search-style-43 .wrap-search input {
  flex: 1;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid #ddd;
}

.search-style-4 .wrap-search .search-footer,
.search-style-42 .wrap-search .search-footer,
.search-style-43 .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 100%;
  color: #fff;
  border: 0;
  outline: none;
  background: #3d82f2;
  cursor: pointer;
}

.search-style-4 .option-container,
.search-style-42 .option-container,
.search-style-43 .option-container {
  display: flex;
}

.search-style-4 .status-box,
.search-style-42 .status-box,
.search-style-43 .status-box {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

.search-style-4 .status-box i,
.search-style-42 .status-box i,
.search-style-43 .status-box i {
  color: #bcbcbc;
  margin-left: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.search-style-4 .status-box i.icon-list:before,
.search-style-42 .status-box i.icon-list:before,
.search-style-43 .status-box i.icon-list:before {
  color: inherit;
}

/*search4 */

.search-style-5 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 24px 40px;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
}

.search-style-5 .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-5 .wrap-title .title-t {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* .search-style-5 .breadcrumb-box {
    display: none;
} */

.search-style-5 .wrap-title .title-t .title-icon {
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.search-style-5 .wrap-search {
  display: flex;
  width: 320px;
  height: 34px;
  border-radius: 4px;
  box-sizing: border-box;
  /*position: absolute;
  right: 0;
  top: 0;
  z-index: 2;*/
}

.search-style-5 .wrap-search input {
  flex: 1;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid #ddd;
}

.search-style-5 .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 100%;
  color: #fff;
  border: 0;
  outline: none;
  background: #3d82f2;
  cursor: pointer;
}

.search-style-5 .option-container {
  display: flex;
}

.search-style-5 .status-box {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

.search-style-5 .status-box i {
  color: #bcbcbc;
  margin-left: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.search-style-5 .status-box i.icon-list:before {
  color: inherit;
}

/*search 6 start*/

.search-style-6 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 24px 40px;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
}

.search-style-6 .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-6 .wrap-title .title-t {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* .search-style-6 .breadcrumb-box {
    display: none;
} */

.search-style-6 .wrap-title .title-t .title-icon {
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.search-style-6 .wrap-search {
  display: flex;
  width: 320px;
  height: 34px;
  border-radius: 4px;
  box-sizing: border-box;
  /*position: absolute;
  right: 0;
  top: 0;
  z-index: 2;*/
}

.search-style-6 .wrap-search input {
  flex: 1;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid #ddd;
}

.search-style-6 .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 100%;
  color: #fff;
  border: 0;
  outline: none;
  background: #3d82f2;
  cursor: pointer;
}

.search-style-6 .option-container {
  display: flex;
}

.search-style-6 .status-box {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

.search-style-6 .status-box i {
  color: #bcbcbc;
  margin-left: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.search-style-6 .status-box i.icon-list:before {
  color: inherit;
}

/*search 6 end*/

/*search 7 start*/

.search-style-7,
.search-style-8,
.search-style-37,
.search-style-16 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 24px 40px;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
}
.search-style-28 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 0;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
}
.search-style-30{
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}
.search-style-31,
.search-style-33,
.search-style-36,
.search-style-45 {
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}
.search-style-39{
  height: auto !important;
  min-height: 700px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.search-style-7 .wrap-title,
.search-style-8 .wrap-title,
.search-style-16 .wrap-title,
.search-style-30 .wrap-title,
.search-style-31 .wrap-title,
.search-style-33 .wrap-title,
.search-style-28 .wrap-title,
.search-style-36 .wrap-title,
.search-style-37 .wrap-title,
.search-style-39 .wrap-title ,
.search-style-45  .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-30 .wrap-title{
  padding: 0 40px;
  box-sizing: border-box;
}

.search-style-7 .wrap-title .title-t,
.search-style-8 .wrap-title .title-t,
.search-style-16 .wrap-title .title-t,
.search-style-30 .wrap-title .title-t,
.search-style-31 .wrap-title .title-t,
.search-style-33 .wrap-title .title-t,
.search-style-28 .wrap-title .title-t,
.search-style-36 .wrap-title .title-t,
.search-style-37 .wrap-title .title-t,
.search-style-39 .wrap-title .title-t ,
.search-style-45  .wrap-title .title-t {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* .search-style-7 .breadcrumb-box {
    display: none;
} */

.search-style-7 .wrap-title .title-t .title-icon,
.search-style-8 .wrap-title .title-t .title-icon,
.search-style-16 .wrap-title .title-t .title-icon,
.search-style-30 .wrap-title .title-t .title-icon,
.search-style-31 .wrap-title .title-t .title-icon,
.search-style-33 .wrap-title .title-t .title-icon,
.search-style-28 .wrap-title .title-t .title-icon,
.search-style-36 .wrap-title .title-t .title-icon ,
.search-style-37 .wrap-title .title-t .title-icon,
.search-style-39 .wrap-title .title-t .title-icon,
.search-style-45  .wrap-title .title-t .title-icon {
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.search-style-7 .wrap-search,
.search-style-8 .wrap-search,
.search-style-16 .wrap-search,
.search-style-30 .wrap-search,
.search-style-31 .wrap-search,
.search-style-33 .wrap-search,
.search-style-28 .wrap-search,
.search-style-36 .wrap-search,
.search-style-37 .wrap-search,
.search-style-39 .wrap-search,
.search-style-45  .wrap-search {
  display: flex;
  width: 320px;
  height: 34px;
  border-radius: 4px;
  box-sizing: border-box;
  /*position: absolute;
  right: 0;
  top: 0;
  z-index: 2;*/
}
.search-style-28 .wrap-search {
  margin-top: 30px;
  margin-right: 20px;
}
.search-style-7 .wrap-search input,
.search-style-8 .wrap-search input,
.search-style-16 .wrap-search input,
.search-style-30 .wrap-search input,
.search-style-31 .wrap-search input,
.search-style-33 .wrap-search input,
.search-style-28 .wrap-search input,
.search-style-36 .wrap-search input,
.search-style-37 .wrap-search input,
.search-style-39 .wrap-search input,
.search-style-45  .wrap-search input {
  flex: 1;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid #ddd;
}

.search-style-7 .wrap-search .search-footer,
.search-style-8 .wrap-search .search-footer,
.search-style-16 .wrap-search .search-footer,
.search-style-30 .wrap-search .search-footer,
.search-style-31 .wrap-search .search-footer,
.search-style-33 .wrap-search .search-footer,
.search-style-28 .wrap-search .search-footer,
.search-style-36 .wrap-search .search-footer,
.search-style-37 .wrap-search .search-footer ,
.search-style-39 .wrap-search .search-footer ,
.search-style-45  .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 100%;
  color: #fff;
  border: 0;
  outline: none;
  background: #3d82f2;
  cursor: pointer;
}

.search-style-7 .option-container,
.search-style-8 .option-container,
.search-style-16 .option-container,
.search-style-30 .option-container,
.search-style-31 .option-container,
.search-style-33 .option-container,
.search-style-28 .option-container,
.search-style-36 .option-container,
.search-style-37 .option-container ,
.search-style-39 .option-container,
.search-style-45  .option-container {
  display: flex;
}

.search-style-7 .status-box,
.search-style-8 .status-box,
.search-style-16 .status-box,
.search-style-30 .status-box,
.search-style-31 .status-box,
.search-style-33 .status-box,
.search-style-28 .status-box,
.search-style-36 .status-box,
.search-style-37 .status-box ,
.search-style-39 .status-box,
.search-style-45  .status-box {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

.search-style-7 .status-box i,
.search-style-8 .status-box i,
.search-style-16 .status-box i,
.search-style-30 .status-box i,
.search-style-31 .status-box i,
.search-style-33 .status-box i,
.search-style-28 .status-box i,
.search-style-36 .status-box i,
.search-style-37 .status-box i ,
.search-style-39 .status-box i,
.search-style-45  .status-box i {
  color: #bcbcbc;
  margin-left: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.search-style-7 .status-box i.icon-list:before,
.search-style-8 .status-box i.icon-list:before,
.search-style-16 .status-box i.icon-list:before,
.search-style-30 .status-box i.icon-list:before,
.search-style-31 .status-box i.icon-list:before,
.search-style-33 .status-box i.icon-list:before,
.search-style-28 .status-box i.icon-list:before,
.search-style-36 .status-box i.icon-list:before,
.search-style-37 .status-box i.icon-list:before ,
.search-style-39 .status-box i.icon-list:before ,
.search-style-45  .status-box i.icon-list:before {
  color: inherit;
}

.search-style-common .works-title,
.search-style-3 .works-title,
.search-style-4 .works-title,
.search-style-5 .works-title,
.search-style-6 .works-title,
.search-style-7 .works-title,
.search-style-8 .works-title,
.search-style-16 .works-title,
.search-style-24 .works-title,
.search-style-28 .works-title,
.search-style-30 .works-title,
.search-style-31 .works-title,
.search-style-33 .works-title,
.search-style-34 .works-title,
.search-style-36 .works-title,
.search-style-37 .works-title,
.search-style-39 .works-title,
.search-style-42 .works-title,
.search-style-43 .works-title,
.search-style-45 .works-title,
.search-style-48 .works-title,
.search-style-common .works-hint,
.search-style-3 .works-hint,
.search-style-4 .works-hint,
.search-style-5 .works-hint,
.search-style-6 .works-hint,
.search-style-7 .works-hint,
.search-style-8 .works-hint,
.search-style-16 .works-hint ,
.search-style-24 .works-hint,
.search-style-30 .works-hint,
.search-style-31 .works-hint,
.search-style-33 .works-hint,
.search-style-34 .works-hint,
.search-style-28 .works-hint,
.search-style-36 .works-hint,
.search-style-37 .works-hint,
.search-style-39 .works-hint,
.search-style-42 .works-hint,
.search-style-43 .works-hint,
.search-style-45  .works-hint,
.search-style-48  .works-hint {
  text-align: center;
}

/*search 7 end*/
/*search 14 start*/
.search-style-14,
.search-style-50,
.search-style-15 {
  height: auto !important;
  min-height: 700px;
  padding: 0;
  box-sizing: border-box;
  margin: 24px auto;
  background: #fff;
  position: relative;
}

.search-style-14 .option-container,
.search-style-50 .option-container,
.search-style-15 .option-container {
  float: none !important;
}

.search-style-14 .wrap-title,
.search-style-50 .wrap-title,
.search-style-15 .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-14 .wrap-title .title-t,
.search-style-50 .wrap-title .title-t,
.search-style-15 .wrap-title .title-t {
  display: none;
}

.search-style-14 .breadcrumb-box,
.search-style-15 .breadcrumb-box,
.search-style-50 .breadcrumb-box,
.search-style-30 .breadcrumb-box,
.search-style-31 .breadcrumb-box,
.search-style-33 .breadcrumb-box,
.search-style-16 .breadcrumb-box,
.search-style-36 .breadcrumb-box,
.search-style-39 .breadcrumb-box,
.search-style-45  .breadcrumb-box {
  margin-bottom: 30px;
}

.search-style-14 .breadcrumb-box .item,
.search-style-15 .breadcrumb-box .item,
.search-style-50 .breadcrumb-box .item,
.search-style-30 .breadcrumb-box .item,
.search-style-31 .breadcrumb-box .item,
.search-style-33 .breadcrumb-box .item,
.search-style-16 .breadcrumb-box .item,
.search-style-36 .breadcrumb-box .item ,
.search-style-39 .breadcrumb-box .item ,
.search-style-45  .breadcrumb-box .item {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.search-style-14 .wrap-search,
.search-style-50 .wrap-search,
.search-style-15 .wrap-search {
  display: flex;
  width: 500px;
  height: 46px;
  border-radius: 26px;
  box-sizing: border-box;
  background: #e1e1e1;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 50px;*/
  z-index: 2;
}

.search-style-14 .wrap-search input,
.search-style-50 .wrap-search input,
.search-style-15 .wrap-search input {
  flex: 1;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 24px 0 46px;
  background: transparent url('../../images/more/icon_search.png') no-repeat 20px center;
}

.search-style-14 .wrap-search .search-footer,
.search-style-50 .wrap-search .search-footer,
.search-style-15 .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin: 4px 4px 0 0;
  font-size: 16px;
  color: #fff;
  text-indent: -99999px;
  border: 0;
  border-radius: 50%;
  outline: none;
  background-image: url('../../images/more/icon-arrow-white.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.search-style-14 .filter,
.search-style-15 .filter ,
.search-style-50 .filter ,
.search-style-31 .filter ,
.search-style-33 .filter ,
.search-style-30 .filter ,
.search-style-36 .filter  ,
.search-style-39 .filter ,
.search-style-45  .filter  {
  display: none;
}

/*search 14 end*/
/*search 19 start*/
.search-style-19 {
  height: auto !important;
  min-height: 700px;
  padding: 0;
  box-sizing: border-box;
  margin: 30px auto;
  background: #fff;
  position: relative;
}

.search-style-19 .option-container {
  float: none !important;
}

.search-style-19 .wrap-title {
  width: 100%;
  line-height: 22px;
  margin-bottom: 24px;
  position: relative;
}

.search-style-19 .wrap-title .title-t {
  display: none;
}

.search-style-19 .breadcrumb-box {
  margin-bottom: 30px;
}

.search-style-19 .breadcrumb-box .item {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.search-style-19 .wrap-search {
  display: flex;
  width: 500px;
  height: 46px;
  border-radius: 26px;
  box-sizing: border-box;
  background: #e1e1e1;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 50px;*/
  z-index: 2;
}

.search-style-19 .wrap-search input {
  flex: 1;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 24px 0 46px;
  background: transparent url('../../images/more/icon_search.png') no-repeat 20px center;
}

.search-style-19 .wrap-search .search-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin: 4px 4px 0 0;
  font-size: 16px;
  color: #fff;
  text-indent: -99999px;
  border: 0;
  border-radius: 50%;
  outline: none;
  background-image: url('../../images/more/icon-arrow-white.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.search-style-19 .filter {
  display: none;
}

/*search 19 end*/


/* 按钮样式 start */
.page-container .wrap-title .top-btns {
  text-align: right;
  font-size: 0;
}

.page-container .wrap-title .top-btns .btn {
  line-height: 28px;
  display: inline-block;
  border-radius: 30px;
  padding: 0 14px;
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid #82C3FF;
  height: 30px;
  margin-left: 24px;
}

.page-container .wrap-title .top-btns .btn.btn-bg-blue {
  background: #0084FF;
  color: #ffffff;
  border-color: #0084FF;
}

.page-container .wrap-title .top-btns .btn.bg-hover-theme:hover {
  color: #ffffff !important;
}

.page-container .wrap-title .top-btns .btn.btn-bg-blue i:before {
  color: #ffffff;
  margin-right: 4px;
}

.page-container .wrap-title .top-btns .btn * {
  display: inline-block;
  vertical-align: middle;
}

.page-container .wrap-title .top-btns .btn.btn-border-blue {
  border: 1px solid #82C3FF;
  color: #0084FF;
}

/* 按钮样式 end */
/* 分页样式start */
.page-container .ui-paging {
  width: 100%;
  height: 92px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.page-container .ui-paging .total-data {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.page-container .ui-paging .paging-flex {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.page-container .ui-paging .js-list-page {
  font-size: 0;
}

.page-container .ui-paging .js-list-page * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px !important;
  padding: 0 10px !important;
  border: 1px solid #ddd;
  line-height: 30px;
  border-radius: 0px !important;
  font-size: 14px;
  color: #333;
}

.page-container .ui-paging .js-list-page .bg-theme {
  color: #fff !important;
}

.page-container .ui-paging .js-list-page .disabled {
  opacity: .6;
}

.page-container .ui-paging .js-list-page input {
  width: 52px;
  height: 32px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-container .click-more {
  display: none;
}

/* 分页样式end */

/*移动端端*/
@media only screen and (min-width: 1px) and (max-width: 926px) {
  .page-container.w-1000 {
    width: 100% !important;
  }

  .page-container.w-1200 {
    width: 100% !important;
  }

  .page-container.w-1400 {
    width: 100% !important;
  }

  .search-style-common{
    padding: 1rem;
    margin: 0;
  }

  .search-style-common .breadcrumb-box{
    margin-bottom: 0.5rem;
  }

  .search-style-1,
  .search-style-2,
  .search-style-3,
  .search-style-4,
  .search-style-5,
  .search-style-6,
  .search-style-7,
  .search-style-8,
  .search-style-9,
  .search-style-16,
  .search-style-28,
  .search-style-30 ,
  .search-style-31 ,
  .search-style-37,
  .search-style-43 {
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f7fb;
  }
  .search-style-42{
    width: 100%;
    padding: 0.625rem;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f7fb;
}
  .search-style-28 ,
  .search-style-33,
  .search-style-36 ,
  .search-style-39 ,
  .search-style-45  {
    padding: 0;
  }
  .search-style-14,
  .search-style-15,
  .search-style-50,
  .search-style-19 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: #F6F7FB;
  }

  .search-style-7 .wrap-title,
  .search-style-8 .wrap-title,
  .search-style-16 .wrap-title,
  .search-style-28 .wrap-title,
  .search-style-30 .wrap-title,
  .search-style-31 .wrap-title,
  .search-style-33 .wrap-title,
  .search-style-36 .wrap-title,
  .search-style-37 .wrap-title ,
  .search-style-39 .wrap-title,
  .search-style-45  .wrap-title {
    overflow: hidden;
  }

  .search-style-33 .wrap-title,
  .search-style-36 .wrap-title,
  .search-style-45  .wrap-title{
    padding: 0 1.21875rem;
    box-sizing: border-box;
  }

  .search-style-1 .breadcrumb-box,
  .search-style-9 .breadcrumb-box,
  .search-style-23 .breadcrumb-box,
  .search-style-24 .breadcrumb-box,
  .search-style-34 .breadcrumb-box,
  .search-style-40 .breadcrumb-box,
  .search-style-2 .wrap-title .title-t,
  .search-style-common .wrap-title .title-t,
  .search-style-3 .wrap-title .title-t,
  .search-style-4 .wrap-title .title-t,
  .search-style-5 .wrap-title .title-t,
  .search-style-6 .wrap-title .title-t,
  .search-style-14 .wrap-title .title-t
  .search-style-15 .wrap-title .title-t,
  .search-style-50 .wrap-title .title-t,
  .search-style-19 .wrap-title .title-t,
  .search-style-42 .wrap-title .title-t,
  .search-style-43 .wrap-title .title-t {
    display: none;
  }

  .search-style-7 .wrap-title .title-t,
  .search-style-8 .wrap-title .title-t,
  .search-style-16 .wrap-title .title-t,
  .search-style-28 .wrap-title .title-t,
  .search-style-30 .wrap-title .title-t,
  .search-style-31 .wrap-title .title-t,
  .search-style-33 .wrap-title .title-t ,
  .search-style-36 .wrap-title .title-t,
  .search-style-37 .wrap-title .title-t,
  .search-style-39 .wrap-title .title-t,
  .search-style-45  .wrap-title .title-t {
    display: block;
    float: left;
    margin-bottom: 0;
  }

  .search-style-common .wrap-search,
  .search-style-1 .wrap-search,
  .search-style-2 .wrap-search,
  .search-style-3 .wrap-search,
  .search-style-4 .wrap-search,
  .search-style-5 .wrap-search,
  .search-style-6 .wrap-search,
  .search-style-7 .wrap-search,
  .search-style-8 .wrap-search,
  .search-style-9 .wrap-search,
  .search-style-16 .wrap-search,
  .search-style-23 .wrap-search,
  .search-style-24 .wrap-search,
  .search-style-28 .wrap-search,
  .search-style-30 .wrap-search,
  .search-style-31 .wrap-search,
  .search-style-33 .wrap-search,
  .search-style-34 .wrap-search,
  .search-style-36 .wrap-search,
  .search-style-37 .wrap-search,
  .search-style-39 .wrap-search,
  .search-style-43 .wrap-search,
  .search-style-45 .wrap-search,
  .search-style-48 .wrap-search {
    width: calc(100% - 5rem);
    height: 1.875rem;
    border-radius: .9375rem;
    top: 0;
    background: #fff;
  }
  .search-style-42 .wrap-search{
    width: 100%;
    border-radius: 4px;
     background: #fff;
  }
  .search-style-common .wrap-search,
  .search-style-2 .wrap-search,
  .search-style-3 .wrap-search,
  .search-style-4 .wrap-search,
  .search-style-5 .wrap-search,
  .search-style-6 .wrap-search,
  .search-style-7 .wrap-search,
  .search-style-8 .wrap-search,
  .search-style-16 .wrap-search,
  .search-style-28 .wrap-search,
  .search-style-30 .wrap-search,
  .search-style-31 .wrap-search,
  .search-style-33 .wrap-search,
  .search-style-36 .wrap-search,
  .search-style-37 .wrap-search ,
  .search-style-39 .wrap-search,
  .search-style-42 .wrap-search,
  .search-style-43 .wrap-search,
  .search-style-45  .wrap-search {
    right: auto;
  }

  .search-style-common .wrap-search input,
  .search-style-1 .wrap-search input,
  .search-style-2 .wrap-search input,
  .search-style-3 .wrap-search input,
  .search-style-4 .wrap-search input,
  .search-style-5 .wrap-search input,
  .search-style-6 .wrap-search input,
  .search-style-7 .wrap-search input,
  .search-style-8 .wrap-search input,
  .search-style-9 .wrap-search input,
  .search-style-16 .wrap-search input,
  .search-style-23 .wrap-search input,
  .search-style-24 .wrap-search input,
  .search-style-28 .wrap-search input,
  .search-style-30 .wrap-search input,
  .search-style-31 .wrap-search input,
  .search-style-33 .wrap-search input,
  .search-style-34 .wrap-search input,
  .search-style-36 .wrap-search input,
  .search-style-37 .wrap-search input,
  .search-style-39 .wrap-search input,
  .search-style-42 .wrap-search input,
  .search-style-43 .wrap-search input,
  .search-style-45  .wrap-search input,
  .search-style-48  .wrap-search input {
    color: #999;
    padding-left: 2.375rem;
    background-size: .9375rem .9375rem;
    background-position: .9375rem center;
  }

  .search-style-2 .wrap-search input,
  .search-style-3 .wrap-search input,
  .search-style-4 .wrap-search input,
  .search-style-5 .wrap-search input,
  .search-style-6 .wrap-search input,
  .search-style-7 .wrap-search input,
  .search-style-8 .wrap-search input,
  .search-style-16 .wrap-search input,
  .search-style-28 .wrap-search input,
  .search-style-30 .wrap-search input,
  .search-style-31 .wrap-search input,
  .search-style-33 .wrap-search input ,
  .search-style-36 .wrap-search input,
  .search-style-37 .wrap-search input,
  .search-style-39 .wrap-search input,
  .search-style-42 .wrap-search input,
  .search-style-43 .wrap-search input,
  .search-style-45  .wrap-search input{
    padding: 0 24px 0 2.375rem;
    background-color: transparent;
    background-image: url('../../images/more/icon_search.png');
    background-repeat: no-repeat;
    border: 0;
  }

  .search-style-common .wrap-search input{
    padding: 0 24px 0 2.375rem;
    background-color: transparent;
    background-image: url('../../images/more/icon_search.png');
    background-repeat: no-repeat;
  }

  .search-style-common .wrap-search .search-footer,
  .search-style-1 .wrap-search .search-footer,
  .search-style-2 .wrap-search .search-footer,
  .search-style-3 .wrap-search .search-footer,
  .search-style-4 .wrap-search .search-footer,
  .search-style-5 .wrap-search .search-footer,
  .search-style-6 .wrap-search .search-footer,
  .search-style-7 .wrap-search .search-footer,
  .search-style-8 .wrap-search .search-footer,
  .search-style-9 .wrap-search .search-footer,
  .search-style-16 .wrap-search .search-footer,
  .search-style-23 .wrap-search .search-footer,
  .search-style-24 .wrap-search .search-footer,
  .search-style-28 .wrap-search .search-footer,
  .search-style-30 .wrap-search .search-footer,
  .search-style-31 .wrap-search .search-footer,
  .search-style-33 .wrap-search .search-footer,
  .search-style-34 .wrap-search .search-footer,
  .search-style-36 .wrap-search .search-footer,
  .search-style-37 .wrap-search .search-footer ,
  .search-style-39 .wrap-search .search-footer,
  .search-style-42 .wrap-search .search-footer,
  .search-style-43 .wrap-search .search-footer,
  .search-style-45  .wrap-search .search-footer,
  .search-style-48  .wrap-search .search-footer {
    display: none;
  }

  .search-style-common .filter,
  .search-style-1 .filter,
  .search-style-2 .filter,
  .search-style-3 .filter,
  .search-style-4 .filter,
  .search-style-5 .filter,
  .search-style-6 .filter,
  .search-style-7 .filter,
  .search-style-8 .filter,
  .search-style-9 .filter
  .search-style-19 .filter,
  .search-style-14 .filter,
  .search-style-15 .filter,
  .search-style-50 .filter,
  .search-style-16 .filter,
  .search-style-23 .filter,
  .search-style-24 .filter,
  .search-style-28 .filter,
  .search-style-30 .filter,
  .search-style-31 .filter,
  .search-style-33 .filter,
  .search-style-34 .filter,
  .search-style-36 .filter,
  .search-style-37 .filter ,
  .search-style-39 .filter,
  .search-style-42 .filter,
  .search-style-43 .filter,
  .search-style-45  .filter,
  .search-style-48  .filter {
    float: right;
    display: block;
    width: 4rem;
    line-height: 1.875rem;
    text-align: right;
    font-size: .875rem;
    color: #666;
  }

  .search-style-1 .filter i,
  .search-style-2 .filter i,
  .search-style-3 .filter i,
  .search-style-4 .filter i,
  .search-style-5 .filter i,
  .search-style-6 .filter i,
  .search-style-7 .filter i,
  .search-style-8 .filter i,
  .search-style-9 .filter i,
  .search-style-19 .filter i,
  .search-style-14 .filter i,
  .search-style-15 .filter i,
  .search-style-50 .filter i,
  .search-style-16 .filter i,
  .search-style-23 .filter i,
  .search-style-24 .filter i,
  .search-style-28 .filter i,
  .search-style-30 .filter i,
  .search-style-31 .filter i,
  .search-style-33 .filter i,
  .search-style-34 .filter i,
  .search-style-36 .filter i,
  .search-style-37 .filter i ,
  .search-style-39 .filter i,
  .search-style-42 .filter i,
  .search-style-43 .filter i,
  .search-style-45  .filter i,
  .search-style-48  .filter i {
    margin-right: 0.25rem;
  }

  .search-style-common .option-container,
  .search-style-3 .option-container,
  .search-style-4 .option-container,
  .search-style-5 .option-container,
  .search-style-6 .option-container,
  .search-style-14 .option-container,
  .search-style-15 .option-container,
  .search-style-50 .option-container,
  .search-style-19 .option-container,
  .search-style-42 .option-container,
  .search-style-43 .option-container {
    width: 100%;
  }

  .search-style-7 .option-container,
  .search-style-8 .option-container,
  .search-style-16 .option-container,
  .search-style-28 .option-container,
  .search-style-30 .option-container,
  .search-style-31 .option-container,
  .search-style-33 .option-container,
  .search-style-36 .option-container,
  .search-style-37 .option-container ,
  .search-style-39 .option-container,
  .search-style-45  .option-container {
    width: auto;
  }

  .search-style-common .status-box,
  .search-style-3 .status-box,
  .search-style-4 .status-box,
  .search-style-5 .status-box,
  .search-style-6 .status-box,
  .search-style-7 .status-box,
  .search-style-8 .status-box,
  .search-style-19 .status-box,
  .search-style-14 .status-box,
  .search-style-15 .status-box,
  .search-style-50 .status-box,
  .search-style-16 .status-box,
  .search-style-28 .status-box,
  .search-style-30 .status-box,
  .search-style-31 .status-box,
  .search-style-33 .status-box,
  .search-style-36 .status-box,
  .search-style-37 .status-box ,
  .search-style-39 .status-box,
  .search-style-42 .status-box,
  .search-style-43 .status-box,
  .search-style-45  .status-box {
    width: 72px;
  }

  .search-style-common .status-box i,
  .search-style-3 .status-box i,
  .search-style-4 .status-box i,
  .search-style-5 .status-box i,
  .search-style-6 .status-box i,
  .search-style-7 .status-box i,
  .search-style-8 .status-box i,
  .search-style-19 .status-box i,
  .search-style-14 .status-box i,
  .search-style-15 .status-box i,
  .search-style-50 .status-box i,
  .search-style-16 .status-box i,
  .search-style-28 .status-box i,
  .search-style-30 .status-box i,
  .search-style-31 .status-box i,
  .search-style-33 .status-box i,
  .search-style-36 .status-box i ,
  .search-style-37 .status-box i  ,
  .search-style-39 .status-box i,
  .search-style-42 .status-box i,
  .search-style-43 .status-box i,
  .search-style-45  .status-box i  {
    margin-left: 8px;
  }

  .search-style-common .option-container .filter,
  .search-style-3 .option-container .filter,
  .search-style-4 .option-container .filter,
  .search-style-5 .option-container .filter,
  .search-style-6 .option-container .filter,
  .search-style-7 .option-container .filter,
  .search-style-8 .option-container .filter,
  .search-style-14 .option-container .filter,
  .search-style-15 .option-container .filter,
  .search-style-50 .option-container .filter,
  .search-style-16 .option-container .filter,
  .search-style-19 .option-container .filter,
  .search-style-28 .option-container .filter,
  .search-style-30 .option-container .filter,
  .search-style-31 .option-container .filter,
  .search-style-33 .option-container .filter,
  .search-style-36 .option-container .filter,
  .search-style-37 .option-container .filter ,
  .search-style-39 .option-container .filter,
  .search-style-42 .option-container .filter,
  .search-style-43 .option-container .filter,
  .search-style-45  .option-container .filter {
    margin-left: 8px;
  }

  .page-container .wrap-title .top-btns {
    width: 100%;
  }

  .search-style-14 .wrap-title,
  .search-style-15 .wrap-title,
  .search-style-50 .wrap-title,
  .search-style-19 .wrap-title {
    margin-bottom: 0;
  }

  .search-style-14 .breadcrumb-box,
  .search-style-15 .breadcrumb-box,
  .search-style-50 .breadcrumb-box,
  .search-style-16 .breadcrumb-box,
  .search-style-19 .breadcrumb-box,
  .search-style-30 .breadcrumb-box,
  .search-style-31 .breadcrumb-box,
  .search-style-33 .breadcrumb-box,
  .search-style-36 .breadcrumb-box ,
  .search-style-39 .breadcrumb-box ,
  .search-style-45  .breadcrumb-box  {
    display: none;
  }

  .search-style-14 .wrap-search,
  .search-style-15 .wrap-search,
  .search-style-50 .wrap-search,
  .search-style-19 .wrap-search {
    display: none;
  }
  /* 分类23处理 */
  .search-style-23 {
    width: 100%;
    padding: 1rem 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f7fb;
  }
  .search-style-23 .wrap-title {
    display: none;
  }
  .search-style-34{
    padding: 0 16px;
  }
  /*  移动端分页样式 start*/
  .page-container .ui-paging {
    width: 100%;
    height: auto;
    position: unset;
    padding: 0;
    -webkit-transform: unset;
    transform: unset;
  }

  .page-container .ui-paging .paging-flex {
    display: none;
  }

  .page-container .ui-paging .total-data {
    margin: 1.6875rem 0 0;
    font-size: 0.875rem;
    line-height: 1.21875rem;
    color: #666666;
  }

  .page-container .click-more {
    display: block;
    line-height: 1.21875rem;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1.6875rem;
    color: #999999;
    font-size: 0.875rem;
    cursor: pointer;
  }

  .page-container{
    padding-bottom: 1.875rem;
  }

  /*  移动端分页样式 end*/
}


/*歌德机适配*/
@media only screen and (min-width: 1px) and (max-width: 1080px) {
  .touchmachine .page-container.w-1000 {
    width: 100% !important;
  }
  .touchmachine .page-container.w-1200 {
    width: 100% !important;
  }
  .touchmachine .page-container.w-1400 {
    width: 100% !important;
  }
  .touchmachine .search-style-1,
  .touchmachine .search-style-2,
  .touchmachine .search-style-3,
  .touchmachine .search-style-4,
  .touchmachine .search-style-5,
  .touchmachine .search-style-6,
  .touchmachine .search-style-7,
  .touchmachine .search-style-8,
  .touchmachine .search-style-9,
  .touchmachine .search-style-16,
  .touchmachine .search-style-28,
  .touchmachine .search-style-30,
  .touchmachine .search-style-31,
  .touchmachine .search-style-37,
  .touchmachine .search-style-42,
  .touchmachine .search-style-43 {
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f7fb;
  }
  .touchmachine .search-style-28,
  .touchmachine .search-style-33,
  .touchmachine .search-style-36,
  .touchmachine .search-style-39 {
    padding: 0;
  }
  .touchmachine .search-style-14,
  .touchmachine .search-style-15,
  .touchmachine .search-style-50,
  .touchmachine .search-style-19 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: #F6F7FB;
  }
  .touchmachine .search-style-7 .wrap-title,
  .touchmachine .search-style-8 .wrap-title,
  .touchmachine .search-style-16 .wrap-title,
  .touchmachine .search-style-28 .wrap-title,
  .touchmachine .search-style-30 .wrap-title,
  .touchmachine .search-style-31 .wrap-title,
  .touchmachine .search-style-33 .wrap-title,
  .touchmachine .search-style-36 .wrap-title,
  .touchmachine .search-style-37 .wrap-title,
  .touchmachine .search-style-39 .wrap-title {
    overflow: hidden;
  }
  .touchmachine .search-style-33 .wrap-title,
  .touchmachine .search-style-36 .wrap-title {
    padding: 0 1.21875rem;
    box-sizing: border-box;
  }
  .touchmachine .search-style-1 .breadcrumb-box,
  .touchmachine .search-style-9 .breadcrumb-box,
  .touchmachine .search-style-23 .breadcrumb-box,
  .touchmachine .search-style-24 .breadcrumb-box,
  .touchmachine .search-style-34 .breadcrumb-box,
  .touchmachine .search-style-40 .breadcrumb-box,
  .touchmachine .search-style-common .wrap-title .title-t,
  .touchmachine .search-style-2 .wrap-title .title-t,
  .touchmachine .search-style-3 .wrap-title .title-t,
  .touchmachine .search-style-4 .wrap-title .title-t,
  .touchmachine .search-style-5 .wrap-title .title-t,
  .touchmachine .search-style-6 .wrap-title .title-t,
  .touchmachine .search-style-14 .wrap-title .title-t
  .search-style-15 .wrap-title .title-t,
  .search-style-50 .wrap-title .title-t,
  .touchmachine .search-style-19 .wrap-title .title-t,
  .touchmachine .search-style-42 .wrap-title .title-t,
  .touchmachine .search-style-43 .wrap-title .title-t {
    display: none;
  }
  .touchmachine .search-style-7 .wrap-title .title-t,
  .touchmachine .search-style-8 .wrap-title .title-t,
  .touchmachine .search-style-16 .wrap-title .title-t,
  .touchmachine .search-style-28 .wrap-title .title-t,
  .touchmachine .search-style-30 .wrap-title .title-t,
  .touchmachine .search-style-31 .wrap-title .title-t,
  .touchmachine .search-style-33 .wrap-title .title-t,
  .touchmachine .search-style-36 .wrap-title .title-t,
  .touchmachine .search-style-37 .wrap-title .title-t,
  .touchmachine .search-style-39 .wrap-title .title-t {
    display: block;
    float: left;
    margin-bottom: 0;
  }
  .touchmachine .search-style-common .wrap-search,
  .touchmachine .search-style-1 .wrap-search,
  .touchmachine .search-style-2 .wrap-search,
  .touchmachine .search-style-3 .wrap-search,
  .touchmachine .search-style-4 .wrap-search,
  .touchmachine .search-style-5 .wrap-search,
  .touchmachine .search-style-6 .wrap-search,
  .touchmachine .search-style-7 .wrap-search,
  .touchmachine .search-style-8 .wrap-search,
  .touchmachine .search-style-9 .wrap-search,
  .touchmachine .search-style-16 .wrap-search,
  .touchmachine .search-style-23 .wrap-search,
  .touchmachine .search-style-24 .wrap-search,
  .touchmachine .search-style-28 .wrap-search,
  .touchmachine .search-style-30 .wrap-search,
  .touchmachine .search-style-31 .wrap-search,
  .touchmachine .search-style-33 .wrap-search,
  .touchmachine .search-style-34 .wrap-search,
  .touchmachine .search-style-36 .wrap-search,
  .touchmachine .search-style-37 .wrap-search,
  .touchmachine .search-style-39 .wrap-search,
  .touchmachine .search-style-42 .wrap-search,
  .touchmachine .search-style-43 .wrap-search,
  .touchmachine .search-style-48 .wrap-search {
    width: calc(100% - 5rem);
    height: 1.875rem;
    border-radius: .9375rem;
    top: 0;
    background: #fff;
  }
  .touchmachine .search-style-common .wrap-search,
  .touchmachine .search-style-2 .wrap-search,
  .touchmachine .search-style-3 .wrap-search,
  .touchmachine .search-style-4 .wrap-search,
  .touchmachine .search-style-5 .wrap-search,
  .touchmachine .search-style-6 .wrap-search,
  .touchmachine .search-style-7 .wrap-search,
  .touchmachine .search-style-8 .wrap-search,
  .touchmachine .search-style-16 .wrap-search,
  .touchmachine .search-style-28 .wrap-search,
  .touchmachine .search-style-30 .wrap-search,
  .touchmachine .search-style-31 .wrap-search,
  .touchmachine .search-style-33 .wrap-search,
  .touchmachine .search-style-36 .wrap-search,
  .touchmachine .search-style-37 .wrap-search,
  .touchmachine .search-style-39 .wrap-search,
  .touchmachine .search-style-42 .wrap-search,
  .touchmachine .search-style-43 .wrap-search {
    right: auto;
  }
  .touchmachine .search-style-common .wrap-search input,
  .touchmachine .search-style-1 .wrap-search input,
  .touchmachine .search-style-2 .wrap-search input,
  .touchmachine .search-style-3 .wrap-search input,
  .touchmachine .search-style-4 .wrap-search input,
  .touchmachine .search-style-5 .wrap-search input,
  .touchmachine .search-style-6 .wrap-search input,
  .touchmachine .search-style-7 .wrap-search input,
  .touchmachine .search-style-8 .wrap-search input,
  .touchmachine .search-style-9 .wrap-search input,
  .touchmachine .search-style-16 .wrap-search input,
  .touchmachine .search-style-23 .wrap-search input,
  .touchmachine .search-style-24 .wrap-search input,
  .touchmachine .search-style-28 .wrap-search input,
  .touchmachine .search-style-30 .wrap-search input,
  .touchmachine .search-style-31 .wrap-search input,
  .touchmachine .search-style-33 .wrap-search input,
  .touchmachine .search-style-34 .wrap-search input,
  .touchmachine .search-style-36 .wrap-search input,
  .touchmachine .search-style-37 .wrap-search input,
  .touchmachine .search-style-39 .wrap-search input,
  .touchmachine .search-style-42 .wrap-search input,
  .touchmachine .search-style-43 .wrap-search input {
    color: #999;
    padding-left: 2.375rem;
    background-size: .9375rem .9375rem;
    background-position: .9375rem center;
  }
  .touchmachine .search-style-common .wrap-search input,
  .touchmachine .search-style-2 .wrap-search input,
  .touchmachine .search-style-3 .wrap-search input,
  .touchmachine .search-style-4 .wrap-search input,
  .touchmachine .search-style-5 .wrap-search input,
  .touchmachine .search-style-6 .wrap-search input,
  .touchmachine .search-style-7 .wrap-search input,
  .touchmachine .search-style-8 .wrap-search input,
  .touchmachine .search-style-16 .wrap-search input,
  .touchmachine .search-style-28 .wrap-search input,
  .touchmachine .search-style-30 .wrap-search input,
  .touchmachine .search-style-31 .wrap-search input,
  .touchmachine .search-style-33 .wrap-search input,
  .touchmachine .search-style-36 .wrap-search input,
  .touchmachine .search-style-37 .wrap-search input,
  .touchmachine .search-style-39 .wrap-search input,
  .touchmachine .search-style-42 .wrap-search input,
  .touchmachine .search-style-43 .wrap-search input {
    padding: 0 24px 0 2.375rem;
    background-color: transparent;
    background-image: url("../../images/more/icon_search.png");
    background-repeat: no-repeat;
    border: 0;
  }
  .touchmachine .search-style-common .wrap-search .search-footer,
  .touchmachine .search-style-1 .wrap-search .search-footer,
  .touchmachine .search-style-2 .wrap-search .search-footer,
  .touchmachine .search-style-3 .wrap-search .search-footer,
  .touchmachine .search-style-4 .wrap-search .search-footer,
  .touchmachine .search-style-5 .wrap-search .search-footer,
  .touchmachine .search-style-6 .wrap-search .search-footer,
  .touchmachine .search-style-7 .wrap-search .search-footer,
  .touchmachine .search-style-8 .wrap-search .search-footer,
  .touchmachine .search-style-9 .wrap-search .search-footer,
  .touchmachine .search-style-16 .wrap-search .search-footer,
  .touchmachine .search-style-23 .wrap-search .search-footer,
  .touchmachine .search-style-24 .wrap-search .search-footer,
  .touchmachine .search-style-28 .wrap-search .search-footer,
  .touchmachine .search-style-30 .wrap-search .search-footer,
  .touchmachine .search-style-31 .wrap-search .search-footer,
  .touchmachine .search-style-33 .wrap-search .search-footer,
  .touchmachine .search-style-34 .wrap-search .search-footer,
  .touchmachine .search-style-36 .wrap-search .search-footer,
  .touchmachine .search-style-37 .wrap-search .search-footer,
  .touchmachine .search-style-39 .wrap-search .search-footer,
  .touchmachine .search-style-42 .wrap-search .search-footer,
  .touchmachine .search-style-43 .wrap-search .search-footer {
    display: none;
  }
  .touchmachine .search-style-common .filter,
  .touchmachine .search-style-1 .filter,
  .touchmachine .search-style-2 .filter,
  .touchmachine .search-style-3 .filter,
  .touchmachine .search-style-4 .filter,
  .touchmachine .search-style-5 .filter,
  .touchmachine .search-style-6 .filter,
  .touchmachine .search-style-7 .filter,
  .touchmachine .search-style-8 .filter,
  .touchmachine .search-style-9 .filter
  .search-style-19 .filter,
  .touchmachine .search-style-14 .filter,
  .touchmachine .search-style-15 .filter,
  .touchmachine .search-style-50 .filter,
  .touchmachine .search-style-16 .filter,
  .touchmachine .search-style-23 .filter,
  .touchmachine .search-style-24 .filter,
  .touchmachine .search-style-28 .filter,
  .touchmachine .search-style-30 .filter,
  .touchmachine .search-style-31 .filter,
  .touchmachine .search-style-33 .filter,
  .touchmachine .search-style-34 .filter,
  .touchmachine .search-style-36 .filter,
  .touchmachine .search-style-37 .filter,
  .touchmachine .search-style-39 .filter,
  .touchmachine .search-style-42 .filter,
  .touchmachine .search-style-43 .filter {
    float: right;
    display: block;
    width: 4rem;
    line-height: 1.875rem;
    text-align: right;
    font-size: .875rem;
    color: #666;
  }
  .touchmachine .search-style-common .filter i,
  .touchmachine .search-style-1 .filter i,
  .touchmachine .search-style-2 .filter i,
  .touchmachine .search-style-3 .filter i,
  .touchmachine .search-style-4 .filter i,
  .touchmachine .search-style-5 .filter i,
  .touchmachine .search-style-6 .filter i,
  .touchmachine .search-style-7 .filter i,
  .touchmachine .search-style-8 .filter i,
  .touchmachine .search-style-9 .filter i,
  .touchmachine .search-style-19 .filter i,
  .touchmachine .search-style-14 .filter i,
  .touchmachine .search-style-15 .filter i,
  .touchmachine .search-style-50 .filter i,
  .touchmachine .search-style-16 .filter i,
  .touchmachine .search-style-23 .filter i,
  .touchmachine .search-style-24 .filter i,
  .touchmachine .search-style-28 .filter i,
  .touchmachine .search-style-30 .filter i,
  .touchmachine .search-style-31 .filter i,
  .touchmachine .search-style-33 .filter i,
  .touchmachine .search-style-34 .filter i,
  .touchmachine .search-style-36 .filter i,
  .touchmachine .search-style-37 .filter i,
  .touchmachine .search-style-39 .filter i,
  .touchmachine .search-style-42 .filter i,
  .touchmachine .search-style-43 .filter i {
    margin-right: 0.25rem;
  }
  .touchmachine .search-style-common .option-container,
  .touchmachine .search-style-3 .option-container,
  .touchmachine .search-style-4 .option-container,
  .touchmachine .search-style-5 .option-container,
  .touchmachine .search-style-6 .option-container,
  .touchmachine .search-style-14 .option-container,
  .touchmachine .search-style-15 .option-container,
  .touchmachine .search-style-50 .option-container,
  .touchmachine .search-style-19 .option-container,
  .touchmachine .search-style-42 .option-container,
  .touchmachine .search-style-43 .option-container {
    width: 100%;
  }
  .touchmachine .search-style-7 .option-container,
  .touchmachine .search-style-8 .option-container,
  .touchmachine .search-style-16 .option-container,
  .touchmachine .search-style-28 .option-container,
  .touchmachine .search-style-30 .option-container,
  .touchmachine .search-style-31 .option-container,
  .touchmachine .search-style-33 .option-container,
  .touchmachine .search-style-36 .option-container,
  .touchmachine .search-style-37 .option-container,
  .touchmachine .search-style-39 .option-container {
    width: auto;
  }
  .touchmachine .search-style-common .status-box,
  .touchmachine .search-style-3 .status-box,
  .touchmachine .search-style-4 .status-box,
  .touchmachine .search-style-5 .status-box,
  .touchmachine .search-style-6 .status-box,
  .touchmachine .search-style-7 .status-box,
  .touchmachine .search-style-8 .status-box,
  .touchmachine .search-style-19 .status-box,
  .touchmachine .search-style-14 .status-box,
  .touchmachine .search-style-15 .status-box,
  .touchmachine .search-style-50 .status-box,
  .touchmachine .search-style-16 .status-box,
  .touchmachine .search-style-28 .status-box,
  .touchmachine .search-style-30 .status-box,
  .touchmachine .search-style-31 .status-box,
  .touchmachine .search-style-33 .status-box,
  .touchmachine .search-style-36 .status-box,
  .touchmachine .search-style-37 .status-box,
  .touchmachine .search-style-39 .status-box,
  .touchmachine .search-style-42 .status-box,
  .touchmachine .search-style-43 .status-box {
    width: 72px;
  }
  .touchmachine .search-style-common .status-box i,
  .touchmachine .search-style-3 .status-box i,
  .touchmachine .search-style-4 .status-box i,
  .touchmachine .search-style-5 .status-box i,
  .touchmachine .search-style-6 .status-box i,
  .touchmachine .search-style-7 .status-box i,
  .touchmachine .search-style-8 .status-box i,
  .touchmachine .search-style-19 .status-box i,
  .touchmachine .search-style-14 .status-box i,
  .touchmachine .search-style-15 .status-box i,
  .touchmachine .search-style-50 .status-box i,
  .touchmachine .search-style-16 .status-box i,
  .touchmachine .search-style-28 .status-box i,
  .touchmachine .search-style-30 .status-box i,
  .touchmachine .search-style-31 .status-box i,
  .touchmachine .search-style-33 .status-box i,
  .touchmachine .search-style-36 .status-box i,
  .touchmachine .search-style-37 .status-box i,
  .touchmachine .search-style-39 .status-box i,
  .touchmachine .search-style-42 .status-box i,
  .touchmachine .search-style-43 .status-box i {
    margin-left: 8px;
  }
  .touchmachine .search-style-common .option-container .filter,
  .touchmachine .search-style-3 .option-container .filter,
  .touchmachine .search-style-4 .option-container .filter,
  .touchmachine .search-style-5 .option-container .filter,
  .touchmachine .search-style-6 .option-container .filter,
  .touchmachine .search-style-7 .option-container .filter,
  .touchmachine .search-style-8 .option-container .filter,
  .touchmachine .search-style-14 .option-container .filter,
  .touchmachine .search-style-15 .option-container .filter,
  .touchmachine .search-style-50 .option-container .filter,
  .touchmachine .search-style-16 .option-container .filter,
  .touchmachine .search-style-19 .option-container .filter,
  .touchmachine .search-style-28 .option-container .filter,
  .touchmachine .search-style-30 .option-container .filter,
  .touchmachine .search-style-31 .option-container .filter,
  .touchmachine .search-style-33 .option-container .filter,
  .touchmachine .search-style-36 .option-container .filter,
  .touchmachine .search-style-37 .option-container .filter,
  .touchmachine .search-style-39 .option-container .filter,
  .touchmachine .search-style-42 .option-container .filter,
  .touchmachine .search-style-43 .option-container .filter {
    margin-left: 8px;
  }
  .touchmachine .page-container .wrap-title .top-btns {
    width: 100%;
  }
  .touchmachine .search-style-14 .wrap-title,
  .touchmachine .search-style-15 .wrap-title,
  .touchmachine .search-style-50 .wrap-title,
  .touchmachine .search-style-19 .wrap-title {
    margin-bottom: 0;
  }
  .touchmachine .search-style-14 .breadcrumb-box,
  .touchmachine .search-style-15 .breadcrumb-box,
  .touchmachine .search-style-50 .breadcrumb-box,
  .touchmachine .search-style-16 .breadcrumb-box,
  .touchmachine .search-style-19 .breadcrumb-box,
  .touchmachine .search-style-30 .breadcrumb-box,
  .touchmachine .search-style-31 .breadcrumb-box,
  .touchmachine .search-style-33 .breadcrumb-box,
  .touchmachine .search-style-36 .breadcrumb-box,
  .touchmachine .search-style-39 .breadcrumb-box {
    display: none;
  }
  .touchmachine .search-style-14 .wrap-search,
  .touchmachine .search-style-15 .wrap-search,
  .touchmachine .search-style-50 .wrap-search,
  .touchmachine .search-style-19 .wrap-search {
    display: none;
  }
  .touchmachine .search-style-23 {
    width: 100%;
    padding: 1rem 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f7fb;
  }
  .touchmachine .search-style-23 .wrap-title {
    display: none;
  }
  .touchmachine .search-style-34 {
    padding: 0 16px;
  }
  .touchmachine .page-container .ui-paging {
    width: 100%;
    height: auto;
    position: unset;
    padding: 0;
    -webkit-transform: unset;
    transform: unset;
  }
  .touchmachine .page-container .ui-paging .paging-flex {
    display: none;
  }
  .touchmachine .page-container .ui-paging .total-data {
    margin: 1.6875rem 0 0;
    font-size: 0.875rem;
    line-height: 1.21875rem;
    color: #666666;
  }
  .touchmachine .page-container .click-more {
    display: block;
    line-height: 1.21875rem;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1.6875rem;
    color: #999999;
    font-size: 0.875rem;
    cursor: pointer;
  }
  .touchmachine .page-container {
    padding-bottom: 1.875rem;
  }
}

.page-container .null-data-box {
  min-height: 300px;
  position: relative;
}

.page-container.null-type-status .layout-type {
  display: none !important;
}