* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
button {
  outline: none;
}
.navbr {
  height: 100px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.youqing p span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #999999;
}
.navbr ul {
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  margin-left: 170px;
}
.navbr ul li {
  width: 90px;
  height: 26px;
  /* margin-right: 6px; */
  align-items: center;
}
.navbr ul li p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.navbr ul li .weight {
  font-weight: bold;
}
.navbr ul li .red {
  height: 4px;
  background: #cb161f;
  border-radius: 2px;
  margin: 8px 17% 0 17%;
}
.navbr .search {
  border: 1px solid #ededed;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: left;
  align-items: left;
  margin-right: 20px;
}
.navbr .search input {
  width: 229px;
  height: 42px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: left;
  align-items: left;
  padding: 0 17px;
  border: none;
}
.navbr .search input::after {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #999999;
  border: none;
}
.navbr .search button {
  width: 74px;
  height: 42px;
  color: #ffffff;
  background: #cb161f;
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  border: none;
}
.navbr .userInfo {
  height: 42px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.navbr .userInfo img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.navbr .userInfo text {
  width: 60px;
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Heavy;
  font-weight: 800;
  text-align: left;
  color: #333333;
}
.navbr .userInfo .stadus {
  width: 132px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  left: -104px;
  top: 66px;
  opacity: 0;
}
.navbr .userInfo .stadus div {
  width: 0;
  height: 0;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.01);
  position: absolute;
  margin-top: -106px;
}
.navbr .userInfo .stadus a {
  width: 57px;
  height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 30px;
}

.daohang {
  width: 80%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
}
.daohang ul {
  /* width: 80%; */
  margin: 0 auto;
  /* position: relative; */
  /* left: calc(50% - 540px); */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  text-align: center;
}
.daohang ul li {
  height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666;
}
.daohang ul li a {
  height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666;
}
.daohang ul li a:hover {
  color: #245BDB;
}

@media screen and (max-width: 1359px) {
  .daohang{
      width: 1000px;
  }
}
/* 720p */
@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .daohang{
    width: 90vw;
  }
}
/* 1080p屏幕 */
@media screen and (min-width: 1920px) and  (max-width: 2559px) {
  .daohang{
    width: 90vw;
  }
}
/* 2K屏幕 */
@media screen and (min-width: 2560px) {
  .daohang{
      width: 2000px;
  }
}
.search_header {
  height: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  letter-spacing: 0.8px;
}
.search_header span {
  margin-right: 5px;
}
.s_body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: left;
  margin-top: 20px;
}
.s_body .s_left {
  width: 90px;
  height: 150px;
  background: #ffffff;
  border: 1px solid #ededed;
  margin-right: 53px;
}
.s_body .s_left ul li {
  width: 90px;
  height: 50px;
  text-align: center;
  align-items: center;

  /* border: 1px solid blue; */
}
.s_body .s_left ul li a {
  width: 33px;
  height: 116px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 48px;
  letter-spacing: 0.8px;
}
.s_body .s_left ul li a:hover {
  color: #333333;
  cursor: pointer;
}
.l_red {
  margin: 0 20px;
  width: 50px;
  height: 2px;
  background: #cb161f;
  border-radius: 1px;
}

.yei_num {
  width: 1100px;
  box-sizing: border-box;
  padding-left: 260px;
  margin: 36px 0 33px;
  position: relative;
  left: calc(50% - 550px);
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.yei_num a {
  width: auto;
  float: left;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #e6e6e6;
  padding: 0 2px;
}
.yei_num .fy_list a {
  display: block;
  float: left;
  color: #333;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
}
.yei_num .fy_active {
  color: #fff !important;
  background: linear-gradient(0deg, #c70d03 0%, #f60100 100%);
}
.yei_num .fy_sw {
  width: 38px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.yei_num ul {
  width: 810px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 57px 0 70px 0;
}
.yei_num ul li {
  display: flex;
  align-items: center;
}
.yei_num ul li a {
  height: 11px;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  height: 26px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 0px 10px;
  margin: 0 5px;
}
.yei_num ul li a:hover {
  cursor: pointer;
  color: #cb161f;
}

/* 首页底部 */
.footer {
  width: 100%;
}
.footer .youqing {
  width: 1102px;
  position: relative;
  left: calc(50% - 551px);
  margin-top: 11px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  letter-spacing: 0.9px;
}
.footer .youqing .line {
  border-bottom: 1px solid #ededed;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .youqing a {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #666666;
  line-height: 36px;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
  margin-right: 10px;
}
.categroy{
  float: left;
  z-index: 100;
}
.categroy:hover {
  text-decoration: underline;
}
.time {
  float: right;
}
/* 通用底部 */
.foot {
  width: 1102px;
  position: relative;
  left: calc(50% - 551px);
  margin-top: 11px;

  /* border: 1px solid red; */
}
.foot .lianjie {
  height: 20px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  letter-spacing: 0.9px;
}
.foot .link-box {
  width: 1063px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #666666;
  line-height: 36px;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}
.foot .link-box ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  text-align: center;
}
.foot .link-box ul li {
  margin: 0 9px;
}
.beian-box {
  height: 198px;
  background: #333333;
}
.beian-box .beian {
  width: 735px;
  height: 96px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #999999;
  line-height: 48px;
  letter-spacing: 0.7px;
  position: relative;
  top: calc(50% - 48px);
  left: calc(50% - 304px);
}
.beian-box .beian .info {
  padding: 0 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 22px;
}
.dibu_box {
  width: 100%;
  padding: 16px 0px;
  background: #333333;
  margin-top: 10px;
}
.dibu_box .dibu {
  width: 735px;
  height: 96px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #999999;
  line-height: 48px;
  letter-spacing: 0.7px;
  position: relative;
  top: calc(50% - 48px);
  left: calc(50% - 304px);
}
