.business-market-main {
  padding-bottom: 100px;
  overflow-x: auto;
  background: #ffffff;
}
.business-market-main .info {
  display: flex;
  transition: all 0.3s;
}
.business-market-main .info .chip {
  flex: 1;
}
.chip {
  width: 100%;
}
.chip .chip-content {
  padding: 30px 0;
  box-shadow: none;
}
.chip .tab_nav {
  width: 100%;
}
.chip .tab_nav li {
  float: left;
  display: table;
  width: 16.666667%;
  background: #333333;
  cursor: pointer;
}
.chip .tab_nav li.active {
  background: #e60012;
}
.chip .tab_nav li a {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.chip .tab_nav li .prev,
.chip .tab_nav li .next {
  display: none;
}
.chip .search {
  width: 700px;
  height: 41px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
}
.chip .search input[type=text] {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1;
  padding: 10px ;
}
.chip .search .searchBtn {
  width: 41px;
  height: 41px;
  border: 0;
  background: url(/en/tres/NewWebUI/images/Business/icon-search.png) no-repeat #e60012;
  background-size: 24px 23px;
  background-position: center center;
  cursor: pointer;
}
.chip .chip-list-wrap {
  display: none;
}
.chip .list-width {
  width: 100%;
}
.chip .list-width li {
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chip .list-width li .chip-files {
  font-size: 16px;
  line-height: 30px;
  width: 80%;
  position: relative;
}
.chip .list-width li .chip-files .chip-checkbox {
  position: absolute;
  left: 0;
  top: 20px;
}
.chip .list-width li .chip-files .chip-checkbox input {
  display: none;
}
.chip .list-width li .chip-files .chip-checkbox label {
  width: 19px;
  height: 19px;
  border: 2px solid #e60012;
  position: relative;
  display: block;
  border-radius: 3px;
  cursor: pointer;
}
.chip .list-width li .chip-files .chip-checkbox input:checked + label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #e60012 #e60012 transparent;
}
.chip .list-width li .files-list {
  margin-left: 40px;
  padding-left: 70px;
}
.chip .list-width li .files-list.files-pdf {
  background: url(/en/tres/NewWebUI/images/Business/icon-pdf.png) no-repeat;
  background-size: 50px auto;
  background-position: 0px 7px;
}
.chip .list-width li .files-list.files-video {
  background: url(/en/tres/NewWebUI/images/Business/icon-video.png) no-repeat;
  background-size: 50px auto;
  background-position: 0px 7px;
}
.chip .list-width li .files-list.files-pic {
  background: url(/en/tres/NewWebUI/images/Business/icon-pic.png) no-repeat;
  background-size: 50px auto;
  background-position: 0px 7px;
}
.chip .list-width li .files-list.files-model {
  background: url(/en/tres/NewWebUI/images/Business/icon-model.png) no-repeat;
  background-size: 50px auto;
  background-position: 0px 7px;
}
.chip .list-width li .files-list span {
  color: #898989;
}
.chip .list-width li .files-list span + span {
  margin-left: 20px;
}
.chip .list-width li .files-link {
  display: flex;
}
.chip .list-width li .files-view,
.chip .list-width li .files-download {
  padding-left: 27px;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1.4;
}
.chip .list-width li .files-view a,
.chip .list-width li .files-download a {
  color: #000;
}
.chip .list-width li .files-view.active a,
.chip .list-width li .files-download.active a,
.chip .list-width li .files-view:hover a,
.chip .list-width li .files-download:hover a {
  color: #e60012;
}
.chip .list-width li .files-download {
  margin-left: 20px;
  background: url(/en/tres/NewWebUI/images/Business/icon-download1.png) no-repeat;
  background-size: 19px 19px;
  background-position: left center;
}
.chip .list-width li .files-download.active,
.chip .list-width li .files-download:hover {
  background: url(/en/tres/NewWebUI/images/Business/icon-download-active.png) no-repeat;
  background-size: 19px 19px;
  background-position: left center;
}
.chip .list-width li .files-view {
  background: url(/en/tres/NewWebUI/images/Business/icon-view.png) no-repeat;
  background-size: 20px 12px;
  background-position: left center;
}
.chip .list-width li .files-view.active,
.chip .list-width li .files-view:hover {
  background: url(/en/tres/NewWebUI/images/Business/icon-view-active.png) no-repeat;
  background-size: 20px 12px;
  background-position: left center;
}
.chip .btn-container {
  position: relative;
}
.chip .btn-container .select-all {
  position: absolute;
  left: 0;
  top: 0;
}
.chip .btn-container .select-all input {
  display: none;
}
.chip .btn-container .select-all label {
  width: 19px;
  height: 19px;
  border: 2px solid #e60012;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
}
.chip .btn-container .select-all label.active {
  background: url(/en/tres/NewWebUI/images/Business/icon-select.png) no-repeat;
  background-size: 13px 9px;
  background-position: center center;
}
.chip .btn-container .select-all input:checked + label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #e60012 #e60012 transparent;
}
.chip .btn-container .select-all span {
  vertical-align: middle;
  margin-left: 20px;
}
.news-page {
  clear: both;
  overflow: hidden;
  padding-top: 80px;
  margin: 0 auto;
  max-width: 400px;
}
.news-page img {
  margin: 0 10px;
}
.news-page p,
.news-page span,
.news-page input,
.news-page .form {
  float: left;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.news-page .page-text {
  border: 1px solid #000;
  width: 80px;
  text-align: center;
  margin: 0 10px 0 15px;
}
.news-page .page-button {
  background: #333;
  width: 40px;
  cursor: pointer;
  transition: 0.5s;
  color: #fff;
  text-transform: Uppercase;
}
.news-page .page-button:hover {
  background: #e60012;
}
.news-page .statu {
  background: url(/en/tres/NewWebUI/images/Business/pagebar_line.png) no-repeat center;
}
.news-page .statu span {
  margin: 0 8px;
}
@media screen and (max-width: 1002px) {
  .news-page {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .chip .list-width li .chip-files {
    max-width: 75%;
  }
}
/* 响应式手机 */
@media screen and (max-width: 758px) {
  .news-page {
    padding-top: 40px;
  }
  .news-page img {
    margin: 0 5px;
  }
  .news-page .page-text {
    width: 60px;
    margin: 0 5px 0 10px;
  }
  .chip .tab_nav {
    width: 100%;
    position: relative;
  }
  .chip .tab_nav .box {
    overflow-y: hidden;
  }
  .chip .tab_nav .box ul {
    box-sizing: border-box;
    width: 999px;
  }
  .chip .tab_nav li {
    width: auto;
  }
  .chip .tab_nav li a {
    padding: 12px 30px;
    height: auto;
  }
  .chip .tab_nav .prev,
  .chip .tab_nav .next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    display: block;
  }
  .chip .tab_nav .prev i,
  .chip .tab_nav .next i {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .chip .tab_nav .prev {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
    display: none;
  }
  .chip .tab_nav .next {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
  }
  .chip .tab_nav .next i::before,
  .chip .tab_nav .prev i::before {
    color: #fff;
    font-family: "iconfont" !important;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .chip .tab_nav .next i::before {
    content: "\e601";
  }
  .chip .tab_nav .prev i::before {
    content: "\e600";
  }
  .chip .search {
    width: 100%;
    height: 35px;
    margin: 30px auto;
  }
  .chip .search input[type=text] {
    margin-right: 10px;
    font-size: 14px;
  }
  .chip .search .searchBtn {
    width: 35px;
    height: 35px;
    background: url(/en/tres/NewWebUI/images/Business/icon-search.png) no-repeat #e60012;
    background-size: 18px 17px;
    background-position: center center;
  }
  .chip .list-width {
    width: 100%;
    overflow-x: scroll;
  }
  .chip .list-width li {
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
    width: 900px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .chip .list-width li .chip-files {
    font-size: 14px;
    line-height: 25px;
    max-width: 78%;
    position: relative;
  }
  .chip .list-width li .chip-files .chip-checkbox {
    top: 15px;
  }
  .chip .list-width li .files-list {
    margin-left: 30px;
    padding-left: 50px;
  }
  .chip .list-width li .files-list.files-pdf {
    background: url(/en/tres/NewWebUI/images/Business/icon-pdf.png) no-repeat;
    background-size: 40px 40px;
    background-position: 0px 5px;
  }
  .chip .list-width li .files-list.files-video {
    background: url(/en/tres/NewWebUI/images/Business/icon-video.png) no-repeat;
    background-size: 40px 40px;
    background-position: 0px 5px;
  }
  .chip .list-width li .files-list.files-pic {
    background: url(/en/tres/NewWebUI/images/Business/icon-pic.png) no-repeat;
    background-size: 40px 40px;
    background-position: 0px 5px;
  }
  .chip .list-width li .files-list.files-model {
    background: url(/en/tres/NewWebUI/images/Business/icon-model.png) no-repeat;
    background-size: 40px 40px;
    background-position: 0px 5px;
  }
  .chip .list-width li .files-list span {
    color: #898989;
  }
  .chip .list-width li .files-list span + span {
    margin-left: 10px;
  }
  .chip .btn-container .select-all span {
    margin-left: 8px;
  }
}
/* 响应式手机-320 */
@media screen and (max-width: 370px) {
  .news-page {
    text-align: center;
  }
  .news-page img,
  .news-page p,
  .news-page span,
  .news-page input,
  .news-page .form {
    float: none;
    display: inline;
  }
  .news-page .form {
    padding-top: 10px;
    display: block;
    height: auto;
  }
  .news-page .statu {
    background: url(http://m.yolosolive.com/en/tres/NewWebUI/images/pagebar_line.png) no-repeat center;
  }
}
