* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  background: #f7f7f7;
  /*overflow-x: hidden;*/
}

.logo {
  font-size: 30px;
  font-family: Arial;
  font-weight: 400;
  color: #696969;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  border: none;
}

a:hover {
  color: #ff9b19;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.tab-item a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.header .nav a:focus {
  color: #b7b7b7 !important;
}

.navbar-login {
  width: 74px;
  height: 34px;
  background: rgb(63, 63, 63);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-top: 19px;
}

.login {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b7b7b7;
  line-height: 34px;
}

.header {
  background-color: #353535;
  border-color: none;
}

.header .navbar-nav > li > a {
  color: #b7b7b7;
  font-weight: 400;
  outline: none;
  margin-left: 4px;
}

.navbar {
  margin-bottom: 0px;
  border: none;
}

.main {
  background: url("../images/bg.png") no-repeat;
  margin-top: 50px;
  background-size: cover;
}

.search {
  border: none;
  border-radius: 5px;
  position: relative;
  margin: 22.5px 0;
  background: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
}

.search-left {
  background: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline-block;
  width: 138px;
  height: 57px;
  vertical-align: top;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.nav-search {
  margin: 13.5px 15px 13.5px 0;
  background: #3f3f3f;
  border-radius: 5px;
  display: none;
  float: right;
  position: relative;
}

.search-left > span {
  position: absolute;
  left: 32px;
  top: 34%;
}

.search-input {
  max-width: 587px;
  display: inline-block;
  height: 54px;
  outline: none;
  text-indent: 15px;
  background: none;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
}

.nav-search > img {
  position: absolute;
  right: 3%;
  top: 35%;
  cursor: pointer;
}

.search > img {
  float: right;
  margin-top: 20px;
  margin-right: 15px;
  cursor: pointer;
}

.drop-down {
  color: rgb(100, 100, 100);
  background: #ffffff;
  box-shadow: 0 0 3px #c1bebe;
}

#drop-down3 {
  width: 100px;
}

#drop-down3 p {
  margin-left: 11px;
  margin-right: 13px;
}

.drop-down > p:hover {
  color: #ff9b19;
  cursor: pointer;
}

.tab {
  padding: 10px 0;
  margin-left: 15px;
}

.tab p,
.tab li {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(102, 102, 102);
  display: inline-block;
  margin-bottom: 0;
}

.tab ul {
  display: inline;
}

.tab li {
  height: 33px;
  line-height: 33px;
  text-align: center;
}

.tab li:hover,
.tab li:focus {
  background: rgb(255, 139, 25);
  border-radius: 4px;
  color: white;
}

.tab a {
  padding: 0 15px;
}

.check {
  background: rgb(255, 139, 25);
  border-radius: 4px;
  color: #ffffff;
}

.content-item {
  max-width: 1440px;
}

.content {
  min-height: calc(100vh - 70px);
  background: #f7f7f7;
}

.box {
  max-width: 343px;
  background: white !important;
  border-radius: 5px;
  margin: 20px 0;
  max-width: 100%;
}

.box > img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}

.box > span > img {
  vertical-align: text-top;
}

.box > p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(63, 19, 19);
  margin: 13px 0 5px 14px;
}

.box span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(153, 153, 153);
  line-height: 36px;
}

.box > span {
  margin: 0 15px;
}

.box > span + span {
  float: right;
}

.drop-down p {
  margin-left: 30px;
  margin-right: 40px;
}

footer {
  background: #232323;
  padding: 28px 0 200px 0;
}

footer span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 52px;
}

footer p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(123, 123, 123);
  line-height: 24px;
  max-width: 465px;
}

.about:hover {
  color: #ff9b19;
}

.about {
  cursor: pointer;
  display: inline-block;
}

.jiantou {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}

.erweima {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 36%);
}

.btn-row {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.btn-row ul {
  margin-bottom: 0;
}

.btn-row li {
  display: inline-block;
  margin-right: 25px;
}

.pagination > li > a,
.pagination > li > span {
  margin-right: 12px;
  width: 46px;
  height: 46px;
  padding: 12px 12px;
  color: #666666;
  border-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  color: white;
  background-color: #ff9b19;
}

@media (max-width: 320px) {
  .search-input {
    max-width: 125px;
  }
}

@media (min-width: 768px) {
  .search-input {
    max-width: 540px;
    min-width: 400px;
  }

  .logo {
    margin-top: 11px;
  }

  .header .navbar-nav > li > a {
    margin-left: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .navbar-login {
    margin-left: 15px;
  }

  .main {
    margin-top: 72px;
  }

  .tab p,
  .tab li {
    font-size: 14px;
  }

  .tab li {
    height: 33px;
  }

  .btn-row {
    font-size: 16px;
  }

  .btn-row li {
    margin-right: 38px;
  }
}

@media (min-width: 992px) {
  footer {
    padding: 28px 0 19px 0;
  }
}

@media (min-width: 1200px) {
  .search-input {
    width: 540px;
  }

  .erweima {
    position: static;
    top: 0;
    left: 0;
    transform: inherit;
  }
}

@media (min-width: 1470px) {
  .search-input {
    max-width: 540px;
  }

  .big {
    max-width: 1470px;
  }
}

@media (max-width: 1200px) {
  .main {
    background-size: auto;
  }
}

.tab-item span {
  background: #f5f3f3;
  display: inline-block;
  padding: 0 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 30px;
  border-radius: 14px;
}

.tab-item > div {
  margin-left: 46px;
  margin-bottom: 14px;
}

.search-left > img {
  position: absolute;
  right: 12px;
  top: 24px;
}

.search-left {
  position: relative;
}

.box > a > img {
  width: 100%;
  /* height: 324px; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}

.box > p {
  white-space: nowrap; /*超出的空白区域不换行*/
  overflow: hidden; /*超出隐藏*/
  text-overflow: ellipsis; /*文本超出显示省略号*/
}
.tab .focus {
  background: rgb(255, 139, 25);
  border-radius: 4px;
  color: white;
}
.btn-row .focus {
  color: #ff9b19;
}
.drop-down p {
  margin-right: 30px;
}
.search-not-result {
  margin: 30px;
  padding: 60px 20px;
  background-color: white;
  text-align: center;
  line-height: 23px;
  margin-bottom: 50px;
}
.search_img {
  float: right;
  margin-top: 20px;
  margin-right: 15px;
  cursor: pointer;
}

@media (max-width: 1190px) {
  .welcome {
    text-indent: 0;
  }
}
.tab-item span {
  float: left;
}
.search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fea655 inset;
  -webkit-text-fill-color: #ffffff;
}
.search input {
  caret-color: #ffffff;
}
.focus_but {
  color: #ff8a00;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 5px;
  border: 0;
  background: linear-gradient(90deg,#FF6955 0%,#FEAE65 100%);
  color: #fff;
  border-radius: 20px;
}
.focus_but:hover {
  color: #fff;
}
.box .noData p{margin-bottom:5px;}
.box .noData p:nth-of-type(1){margin-bottom:20px;}

.tab-item span {
  float: left;
}

input {
  caret-color: #000;
}

.tabAdd {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}

.tabAdd a,
.tabAdd li {
  background: #f3f4f9;
  color: #666;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
}

.tabAdd {
  margin: 0 15px;
}

.tabAdd li {
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.tabAdd a:hover,
.tabAdd li:hover {
  background: #f3f4f9;
  color: #666;
}

.tab {
  padding: 10px 0 0;
}

.pack {
  position: relative;
}

.pack p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -26%);
  color: white;
  font-size: 32px;
  width: 700px;
  display: inline-block;
  font-weight: 400;
}
.pack span {
  color: red;
  font-size: 40px;
}

.five {
  font-size: 0;
}

.five .suggest_div,
.five .boxDiv {
  width: 18.5%;
  display: inline-block;
  margin: 0 0.75%;
  vertical-align: top;
}

/*.five .suggest_div,*/
/*.five .boxDiv .box>a{*/
  /*height: 324px;*/
  /*display: block;*/
  /*margin: 0;*/
  /*overflow: hidden;*/
/*}*/

.box > p {
  margin: 10px 0 0px 14px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.box span {
  font-size: 12px;
  font-weight: 400;
  color: rgb(153, 153, 153);
  line-height: 28px;
}

.box > span > img {
  vertical-align: text-bottom;
  width: 16px;
}

.box {
  margin: 15px 0;
}

.search-left > img {
  position: absolute;
  right: 12px;
  top: 24px;
  margin-top: 1px;
}

.search-left2 > span {
  position: absolute;
  left: 14px;
  top: 29%;
}

.tab p {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  margin-left: 0 !important;
  height: 33px;
  line-height: 33px;
}
.tab ul {
  display: inline-block;
  padding-left: 42px;
}
.tab-item {
  position: relative;
  padding-left: 0px !important;
}
.tab {    margin-bottom: 5px;}

.tabAdd {
  margin: 0 15px;
  position: relative;
}
.tab .tabAdd p {
  width: 100px;
}
.tab .tabAdd ul{
  padding-left:100px;
}