.flex {
  display: flex;
}

#app {
  margin-top: 0;
}

.pc_list_app {
  flex-direction: column;
}

.banner {
  flex-direction: column;
  width: 100%;
  position: relative;
}

.banner img {
  height: auto;
  width: 100%;
}

.wrap {
  width: 1206px !important;
  margin: 16px auto 160px;
  position: relative;
  justify-content: space-between;
}

.wrap .wrap_title {
  color: #333333;
  font-weight: bold;
  font-size: 1.875rem;
}

.video_list {
  padding: 33px 9px 0px 19px;
  margin-bottom: 58px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.video_list .video_item {
  margin-bottom: 20px;
  padding-bottom: 19px;
  font-size: 1.25rem;
  transition: all 0.5s;
  display: flex;
  border-radius: 5px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}

.video_list .video_item:hover {
  transform: translateY(-20px);
}

.video_list .video_item .item_img {
  width: 240px;
  border-radius: 10px;
  height: 150px;
}
.video_list .video_item .item_selected{
  position: absolute;
  left: -28px;
  top: -5.8px;
  width: 74px;
  height:42px;
}
.video_list .video_item .item_selected img{
  width: 74px;
  height:42px;
}
.video_list .video_item .item_data {
  margin-left: 32px;
}

.video_list .video_item .item_img img {
  width: 240px;
  border-radius: 10px;
  height: 150px;
}

.video_list .video_item .item_title {
  display: -webkit-box;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.25rem;
  font-weight: bold;
}

.video_list .video_item .item_date {
  color: #95979A;
  font-size: 0.8rem;
}

.video_list .video_item .item_duration {
  color: #999999;
  font-size: 1rem;
  margin-top: 14px;
}

.video_list .video_item .time {
  color: #999999;
  margin-top: 1.87rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.video_list .video_item .time img {
  width: 0.9rem;
  margin-right: 0.3rem;
  display: block;
}

.time-clock {
  width: 156px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.isflex {
  display: flex;
  flex-wrap: wrap;
}

.keywords_group {
  height: 26px;
  overflow: hidden;
}

.keywords_group .kw2 {
  padding: 2px 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  color: #88888D !important;
  font-size: 0.75rem;
  margin-left: 20px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  margin-bottom: 5px;
}

.keywords_group .kw2 a {
  color: #88888D !important;
}


.keywords_group .kw2:hover {
  background-color: #007dff;
}

.keywords_group .kw2:hover a {
  color: #fff !important;
}

.paginationBox {
  display: flex;
  justify-content: center;
  padding: 36px 0px 48px;
}

/* 分页器 */
.el-pagination {
  text-align: center;
  padding: 29px 0 !important;
}

/* 分页器 */
.pagination {
  text-align: center;
  margin-top: 47px;
  padding-bottom: 47px;
}

.pagination li {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #f4f4f5;
  color: #606266;
  border-radius: 3px;
  margin: 0 3px;
}

.pagination li span,
.pagination li a {
  color: #606266;
  font-weight: 600;
  font-size: 14px;
}

.pagination li.hidden {
  display: none !important;
}

.pagination li.active {
  background-color: #409EFF;
}

.pagination li.active span {
  color: #FFF;
}

.pagination li:hover a {
  color: #007dff;
}


/* 热门产品 */
.hot_products {
  width: 356px;
  border-radius: 10px;
  /* border: 1px solid rgba(112, 112, 112, 0.23); */
  box-shadow: 0px 3px 3px rgb(209 227 241 / 35%);
  margin-bottom: 12px;
  background-color: #fff;
  padding-bottom: 20px;
  overflow: hidden;
}

.hot_products .titleBox {
  height: 48px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  padding: 13px 0 8px;
}

.titleBox span:first-child {
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #005fe6;
  margin-right: 20px;
}

.titleBox span:last-child {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.hot_pros_parts {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

.hot_pros_parts .left_parts {
  width: 72px;
}

.hot_pros_parts .right_parts {
  width: 256px;
}

.hots_pros_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fire_img {
  width: 14px;
}

.hots_pros_des {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0px 0 5px;
}

.hots_pros_company {
  font-size: 12px;
  color: #007DFF;
  background: #DFEFFF;
  display: inline-block;
  border-radius: 10px;
  padding: 1px 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 110px;
}

.left_parts ul {
  width: 100%;
  text-align: center;
}

.left_parts ul li {
  height: 32px;
  margin-bottom: 10px;
  line-height: 32px;
  cursor: pointer;
}

.right_parts .hots_lists li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px dashed #F2F2F2;
  padding-bottom: 10px;
}

.right_parts .hots_lists li:last-child {
  border-bottom: none;
}

.right_parts .hots_lists .sort_img {
  height: 24px;
}

.right_parts ul {
  padding-right: 15px;
}

.left_parts ul li.active {
  background: #007DFF;
  opacity: 1;
  border-radius: 0px 25px 25px 0px;
  color: #fff;
}

.hots_pros_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0px 0 5px;
}

.hots_pros_title a {
  color: #333333;
}

.hots_pros_title a:hover {
  color: #007DFF;
}

.right_contents {
  width: 207px;
}

.right_parts ul {
  display: none;
}

.right_parts ul.active {
  display: block;
}

/* 热门文章 */
.hot_articles {
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  border-radius: 11px;
  margin-bottom: 12px;
  width: 356px;
}

.hot_articles .hotTitle {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
}

.hotTitle .title-left .title-name {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
  margin-top: 24px;
  border-left: 3px solid #007dff;
}

.hotTitle .title-left .title-tips {
  color: #333333;
  font-size: 15px;
  padding: 8px 0 0 28px;
}

.hotTitle .title-right {
  padding: 14px 20px;
}

.hotTitle .title-right img {
  width: 65px;
  height: 67px;
}

.hot_articles img {
  width: 100%;
  display: block;
}

.hot_articles .listpages {
  list-style: none;
  padding: 10px 30px 10px;
}

.hot_articles .show_more a {
  color: #007dff;
  font-weight: 400;
}

.hot_articles .show_more:hover {
  background-color: #007dff;
}

.hot_articles .show_more:hover a {
  color: #fff;
}

.hot_articles .time img {
  width: 20px;
}

.show_more {
  width: 132px;
  height: 42px;
  background: #eef9ff;
  opacity: 1;
  border-radius: 25px;
  border: none;
  color: #007dff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.recomment_arts {
  margin-bottom: 10px;
  border-bottom: 1px solid #fafafa;
  padding-bottom: 10px;
}

.time {
  color: #cdcdcd;
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-top: 10px;
}

.recomment_content a {
  color: #333333;
}

.recomment_content a:hover {
  color: #007dff;
}

/* 表单模块 */
.formBox {
  width: 356px;
  height: 496px;
  border-radius: 10px;
  /* border: 1px solid rgba(112, 112, 112, 0.23); */
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  margin-bottom: 16px;
  background-color: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  position: sticky;
  top: 116px;
}

.formBox .titleBox {
  height: 48px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  padding: 13px 0 8px;
}

.formBox .titleBox span:first-child {
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #005fe6;
  margin-right: 20px;
}

.formBox .titleBox span:last-child {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.formBox .tipsBox {
  position: relative;
  padding: 38px 24px 0;
}

.formBox .tipsMain {
  background-color: #e8f1ff;
  height: 90px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.formBox .todayBox {
  font-size: 14px;
  color: #666;
  height: 45px;
  z-index: 1001;

  position: relative;
  top: 6px;
  left: -12px;
}

.formBox .jlPic {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 340px;
  height: 120px;
}

.formBox .form {
  padding: 24px;
}

.formBox .el-select {
  width: 100%;
}

.el-select {
  display: inline-block;
  position: relative;
}

.formBox .form .form-item {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.formBox .form-item label {
  width: 90px;
  margin-right: 10px;
  color: #999;
}

.formBox .ant-btn {
  width: 100%;
  height: 40px;
  border: 1.5px solid #005fe6;
  -moz-border-radius: 21px;
  border-radius: 21px;
  color: #005fe6;
  font-size: 14px;
  margin-top: 8px;
  background: #fffefe;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  cursor: pointer;
}

.formBox .ant-btn:hover {
  background-color: #005fe6;
  color: #fff;
}

.ant-btn>span {
  display: inline-block;
}

.formBox .form-tips {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}




/* 导航 */

.h5ui-tab2 .tab-item::after {
  content: none;
}

.h5ui-tab2 {
  overflow: scroll;
  background-color: #fff;
  width: 826px;
  margin-bottom: 1px;
  font-size: 20px;
  color: #999999;
  padding: 0 25px;
  border-radius: 10px 10px 0 0;
}

.h5ui-tab2::-webkit-scrollbar {
  display: none;
}

.h5ui-tab::before {
  content: none;
}

.h5ui-tab2 .tab-item::after {
  content: ' ';
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  bottom: 0;
  height: 200%;
  border-bottom: 1px solid #e5e5e5;
}

.h5ui-tab2 .tab-item li {
  cursor: pointer;
}

.h5ui-tab2 .tab-item a {
  height: 40px;
}

.h5ui-tab2 .tab-item .active {
  border-bottom: 2px solid #007dff;
  font-weight: 600;
}

.h5ui-tab2 .tab-item .active {
  color: #007dff !important;
}

.h5ui-tab2 .tab-item {
  display: flex;
  height: 71px;
  line-height: 71px;
  list-style: none;
  align-items: center;
  width: 1050px;
}

.h5ui-tab2 .tab-item li {
  height: 100%;
  border-bottom: 2px solid #fff;
  margin-bottom: 2px;
  font-size: 18px;
}

.h5ui-tab2 .tab-item li:not(:first-child) {
  width: auto;
  display: inline-block;
  margin-left: 25px;
}

.sub_sorts {
  display: flex;
  background: #F9FBFC;
  height: 54px;
  align-items: center;
}

.sub_sorts li {
  border-right: 2px solid #D2E4F8;
  padding: 0 15px;
  cursor: pointer;
}

.sub_sorts li:last-child {
  border-right: none;
}

.sub_sorts .active {
  color: #007dff;
  font-weight: 600;
}

.right_parts ul {
  display: none;
}

.right_parts ul.active {
  display: block;
}

.wrap_left {
  width: 826px;
  border-radius: 10px;
}

.left_box {
  background-color: #FFF;
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  border-radius: 10px;
}

.video_ad {
  width: 826px;
}

.video_ad .ad_img {
  height: 100%;
  width: 100%;
}