/* 黑色字体头部 */
#search-page-pc {
  position: relative;
  padding-top: 100px;
}
#search-page-pc .language-left,
#search-page-pc .loginbar-login,
#search-page-pc .loginbar-register {
  color: #061828;
}
#search-page-pc .loginbar-box {
  border-color: #061828;
}
#search-page-pc input:focus,
#search-page-pc textarea:focus {
  outline: none;
}

#search-page-pc button {
  outline: none;
}

/* 页面样式 */

.search_input_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 21.3447vh;
  background-color: rgba(246, 246, 246, 1);
}
.search_input_box .input_tag {
  width: 1200px;
}
.tag_width {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  width: 74%;
  height: 5.763vh;
  border: 1px solid #DEDEE3;
}
.search_input_box .input_tag input {
  flex: 1;
  height: 100%;
  border: 0;
  font-size: 16px;
  text-indent: 20px;
}
.search_input_box .input_tag button {
  width: 80px;
  height: 100%;
  line-height: 100%;
  border: 0;
  background-color: rgba(35, 134, 238, 1);
}
.input_tag button img {
  width: 22px;
  height: 22px;
}
.search_input_box .hot_search {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 18px;
  font-size: 14px;
}
.hot_search .lable {
  margin-right: 10px;
  color: rgba(96, 96, 96, .75);
}
.hot_search .hot_item {
  color: rgba(6, 24, 40, 1);
  margin-right: 20px;

}
/* 搜索框样式结束 */

.page_width {
  width: 1200px;
  margin: 20px auto 0 auto;
}
.page_width .nav-tabs {
  font-size: 16px;
  /* overflow: hidden; */
}
#search-page-pc .nav-tabs > li {
  margin-bottom: -7px;
  position: relative;
  z-index: 1;
}
#search-page-pc .nav-tabs > li:nth-child(1) {
  height: 46px;
  border: 0;
  color: rgba(48, 48, 48, 1);
  padding: 0;
}
#search-page-pc .nav-tabs > li:nth-child(1) a {
  margin-top: 6px;
  height: 40px;
}
#search-page-pc .nav-tabs > li:nth-child(1):after {
  content: "";
  display: block;
  width: 1200px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.page_width .nav-tabs li a {
  height: 46px;
  border: 0;
  color: rgba(48, 48, 48, 1);
  padding: 0;
}
.page_width .nav-tabs li:nth-child(n+2) a {
  margin-left: 3.125vw;
}
.page_width .nav-tabs li a:hover {
  background-color: rgba(255,255,255,0);
  border: 0;
  /* border-bottom: 1px solid #ddd; */
  cursor: default;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  border-bottom: 2px solid #4296EF;
  color: rgba(0, 134, 242, 1);
  font-size: 20px;
  cursor: default;
}
.nav-tabs {
  border: none;
}

.paddfont {
  padding-top: 6px;
}

.tab-content {
  font-size: 20px;
}
.tab-content > .active {
  display: flex;
  padding-top: 5.336vh;
}
.tab-pane .hot_list {
  flex: 1;
}
.hot_list .hot_list_top {
  padding: 20px 25px;
  text-align: left;
  color: rgba(6, 24, 40, 1);
  border: 2px solid #F7F7F7;
}
.hot_list .list_top_title {
  font-size: 24px;
}
.hot_list_top .top_content {
  font-size: 14px;
}
.hot_list_top .list_top_btns {
  margin-top: 20px;
  margin-bottom: 27px;
  font-size: 16px;
}
.video_window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  z-index: 99999;
}
.video_window .video_fadeout {
  position: absolute;
  top: 5px;
  right: 25px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  box-shadow: 0px 2px 45px 0px rgba(255, 255, 255, 0.5);
}
.video_window video {    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: 0;
}
.list_top_btns a,
.list_top_btns .m-video {
  display: inline-block;
  width: 6.25vw;
  height: 4.269vh;
  line-height: 4.269vh;
  text-align: center;
  min-width: 70px;
  border-radius: 2px;
}
.list_top_btns a {
  margin-right: 30px;
  color: #fff;
  background-color: rgba(35, 134, 238, 1);
  border: 0;
}
.list_top_btns .m-video {
  color: rgba(4, 114, 229, 1);
  border: 1px solid #2386EE;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}
.hot_list_top > a {
  display: block;
  font-size: 14px;
  color: rgba(6, 24, 40, 1);
}
#total-result {
  text-align: initial;
  margin: 0;
  margin-top: 14px;
  font-size: 14px;
  color: rgba(6, 24, 40, .75);
}

.hot_list ul {
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}
.hot_list ul li {
  padding: 3.2vh 0;
  border-bottom: 1px solid rgba(18, 25, 65, .1);
}
.hot_list ul li .li_title {
  color: rgba(35, 134, 238, 1);
  font-family: PingFang-SC-Medium;
  font-size: 20px;
}
.hot_list ul li .li_date {
  padding: 12px 0;
  color: rgba(6, 24, 40, .65);
  font-size: 14px;
  font-weight: 400;
}
.hot_list ul li .li_context {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #515E69;
  line-height: 21px;
}

.discount-content-list {
min-height: 320px;
}

.tab-content .tab-pane .recommended {
  width: 24%;
  /* height: 30vh; */
  margin-left: 4vw;
}
.recommended .recommended_one {
  padding: 30px 20px 20px 20px;
  background: #F7F7F7;
}
.recommended .recommended_title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.recommended_title h5 {
  margin: 0;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(0, 134, 241, 1);
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #071928;
  transform: translateY(1px);
}
.recommended_title a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0086F2;
}
.recommended_img img {
  width: 100%;
  margin-top: 20px;
}
.recommended_two {
  margin-top: 20px;
  background: #F7F7F7;
}
.recommended_two .recommended_title {
  padding-top: 20px;
  margin: 0 20px;
}
.recommended_two .recommended_title img {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.recommended_two ul {
  list-style: none;
  margin: 0;
}
.recommended_two .recommended_container {
  margin-top: 20px;
}
.recommended_two .recommended_container li {
  display: flex;
  align-items: center;
  position: relative;
  height: 9.07vh;
  padding: 20px;
}
.recommended_two .recommended_container li img {
  width: 42.76%;
  height: 100%;
}
.recommended_two .recommended_container li span {
  /* margin-left: 10%; */
  color: rgba(6, 24, 40, 1);
  font-size: 14px;
}
.recommended_two .recommended_container li .bottom_line {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(rgba(230, 230, 230, 1) 0, rgba(247, 247, 247, 1) 70%);
}
.recommended_two .recommended_container li:hover {
  background-color: #fff;
  box-shadow: 0px 2px 45px 0px rgba(43, 43, 43, 0.1);
}
.recommended_two .recommended_container li:hover a span {
  font-size: 16px;
  color: rgba(0, 134, 241, 1);
}


/* 页码样式 */
.pagation-style{
  width: 1200px;
  margin: 0 auto;
}
#search-page-pc .box{
  /* width: calc(1200px - 24% - 4vw); */
  /* margin: 0 auto; */
  height: auto; 
  color: black; 
  font-size: 14px;
  display: flex;
  justify-content: center;
  justify-items: center;
  padding-top: 5.336vh;
  padding-bottom: 4.628vw;
}
#search-page-pc #wrap2{
  transform: translateX(-22.5%);
}
#search-page-pc .pagination-btn{
  display: inline-block;
  width: 30px;
  height: 34px;
  line-height: 34px;
  margin: 0 5px;
  cursor: pointer;
  color: rgba(22,26,64,.65);
  border:1px solid rgba(0,0,0,.15);
  box-sizing: border-box;
  text-align: center;
}
#search-page-pc .pagination-btns{
  display: inline-block;
  width: 74px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #999;
  cursor: pointer;
  color: #999;
  box-sizing: border-box;
  text-align: center;
}
#search-page-pc .pagination-wrap{
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

#search-page-pc .pagination-wrap{
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

#search-page-pc #pagination-prev {
  margin-right: 5px;
  margin-left: 5px;
}

#search-page-pc #pagination-next {
  margin-left: 5px;
}

#search-page-pc .pagination-ellipsis{
  display: inline-block;
  position: relative;
  padding: 5px 11px 7px 11px;
  margin: 0 5px;
  color: rgba(22,26,64,.65);
  border:1px solid rgba(0,0,0,.15);
  box-sizing: border-box;
  text-align: center;
  
}
#search-page-pc .pagination-current{
  /* border:1px solid #3E8DDD; */
  color:#0086F2;
  border: 0;
}
#search-page-pc .pagination-disabled{
  cursor: not-allowed;
}
#search-page-pc .pagenum{
  vertical-align: middle;
}
#search-page-pc .page{
  font-size: 16px;
  color: rgba(0,0,0,1);
}
#search-page-pc .page input{
  width: 48px;
}

#search-page-pc .page-position{
 
  position: relative;
  height: 100px;
  transform: translateY(-50px);
}
#search-page-pc .page-position-box{
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
}
#search-page-pc .page-position input{
  transform: translateY(-10px);
  width: 60px;
  height: 40px;
}
#search-page-pc .page-position span{
  display: inline-block;
  font-size: 16px;
  color: rgba(0,0,0,1);
  text-align: left;
  margin: 0 10px;
}
#search-page-pc .pagination_total,
#search-page-pc .pagination_link {
  line-height: 34px;
}
#search-page-pc .pagination_link {
  display: none;
}
#search-page-pc .pagination_link input {
  width: 40px;
  height: 25px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.1);
}
#search-page-pc .pagination_link button {
  width: 46px;
  height: 25px;
  line-height: 24px;
  margin-left: 20px;
  background-color: #fff;
  border: 1px solid #2486EE;
  color: rgba(36, 134, 238, 1);
}
#search-page-pc .pagination-ellipsis {
  border: 0;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .search_input_box .input_tag {
      width: 80%;
  }
  .page_width {
      width: 80%;
  }
  .hot_list .list_top_title {
      font-size: 22px;
  }
  .hot_list_top .top_content {
      font-size: 12px;
  }
  .list_top_btns a:first-child {
      margin-right: 0;
  }
  .list_top_btns a,
  .list_top_btns .m-video {
      height: 25px;
      line-height: 25px;
      font-size: 14px;
  }
  .hot_list_top > a {
      font-size: 12px;
  }
  .hot_list ul li .li_title {
      font-size: 18px;
  }
  .tab-content .tab-pane .recommended {
      width: 30%;
  }
  .recommended_title h5 {
      font-size: 14px;
  }
  .recommended_title a {
      font-size: 12px;
  }
  .recommended_two .recommended_container li {
      padding: 10px;
  }
  .recommended_two .recommended_container li img {
      height: 50%;
  }
  .recommended_two .recommended_container li span {
      font-size: 12px;
  }
  #search-page-pc .box {
      width: calc(70% - 4vw);
  }
}
