@charset "UTF-8";
.tag_detail_page {
  width: 100%;
  background-color: #f7f9fc;
}

.tag_detail_page .baner_box {
  width: 100%;
  position: relative;
}

.tag_detail_page .baner_box #bannerSwiper a {
  display: block;
  width: 100%;
  height: 400px;
  background-size: cover;
}

.tag_detail_page .baner_box #bannerSwiper a img {
  display: block;
  width: 100%;
}

.tag_detail_page .baner_box #bannerSwiper .swiper-pagination-bullet {
  background-color: #fff;
}

.tag_detail_page .baner_box .from_box {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 99999;
}

.tag_detail_page .baner_box .from_box .form {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 400px;
  background-color: #fff;
  z-index: 4;
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
}

.tag_detail_page .baner_box .from_box .form .f_tit {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.tag_detail_page .baner_box .from_box .form .f_tit em {
  color: #f1082f;
}

.tag_detail_page .baner_box .from_box .form .content {
  width: 100%;
}

.tag_detail_page .baner_box .from_box .form .content label {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 20px;
}

.tag_detail_page .baner_box .from_box .form .content label input,
.tag_detail_page .baner_box .from_box .form .content label select {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #777777;
  padding-left: 10px;
  box-sizing: border-box;
}

.tag_detail_page .baner_box .from_box .form .content label ::-webkit-input-placeholder {
  color: #777;
}

.tag_detail_page .baner_box .from_box .form .content label .getcode {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777777;
}

.tag_detail_page .baner_box .from_box .form .content .xy {
  padding-top: 6px;
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
}

.tag_detail_page .baner_box .from_box .form .content .xy input[type="checkbox"] {
  margin-right: 5px;
}

.tag_detail_page .baner_box .from_box .form .content .xy a {
  color: #f1082f;
}

.tag_detail_page .baner_box .from_box .form .content .send {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  background: linear-gradient(to right, #ef0128, #fa3052);
}

.tag_detail_page .baner_box .from_box .form .content .z_w {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-top: 10px;
}

.tag_detail_page .baner_box .from_box .form .content .z_w a {
  color: #999;
}

.tag_detail_page .nav_lan {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
  text-align: center;
}

.tag_detail_page .nav_lan .item {
  width: 180px;
  height: 196px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 1px #e7e8ea;
  padding-top: 20px;
  position: relative;
}

.tag_detail_page .nav_lan .item img {
  display: block;
  margin: 0 auto;
  width: 80px;
}

.tag_detail_page .nav_lan .item p {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-top: 10px;
}

.tag_detail_page .nav_lan .item .color_d::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 3px;
  background-color: #fc9e05;
  content: '';
}

.tag_detail_page .nav_lan .item .color_f::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 3px;
  background-color: #9f93ff;
  content: '';
}

.tag_detail_page .nav_lan .item .color_x::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 3px;
  background-color: #fe5e87;
  content: '';
}

.tag_detail_page .nav_lan .item .color_y::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 3px;
  background-color: #1ad7ba;
  content: '';
}

.tag_detail_page .nav_lan .item .color_h::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 3px;
  background-color: #669cfd;
  content: '';
}

.tag_detail_page .nav_lan .item .color_m::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 3px;
  background-color: #ff9b25;
  content: '';
}

.tag_detail_page .nav_lan .item span {
  display: block;
  padding-top: 12px;
  width: 100%;
  color: #777;
}

.tag_detail_page .nav_lan .item .mo_des {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 260px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 1px #e7e8ea;
  z-index: 3;
  padding: 15px 45px 0 45px;
  display: none;
}

.tag_detail_page .nav_lan .item .mo_des p {
  font-size: 20px;
}

.tag_detail_page .nav_lan .item .mo_des .des {
  text-align: start;
  font-size: 14px;
  padding-top: 18px;
  line-height: 1.6;
  color: #777777;
  display: -webkit-box;
  /**对象作为伸缩盒子模型展示**/
  -webkit-box-orient: vertical;
  /**设置或检索伸缩盒子对象的子元素的排列方式**/
  -webkit-line-clamp: 3;
  /**显示的行数**/
  overflow: hidden;
  /**隐藏超出的内容**/
}

.tag_detail_page .nav_lan .item .mo_des .goBtn {
  display: block;
  width: 157px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.tag_detail_page .nav_lan .item .mo_des .d_color {
  color: #fc9e05;
  border: 1px solid #fc9e05;
}

.tag_detail_page .nav_lan .item .mo_des .d_color:hover {
  color: #fff;
  background-color: #fc9e05;
}

.tag_detail_page .nav_lan .item .mo_des .f_color {
  color: #9f93ff;
  border: 1px solid #9f93ff;
}

.tag_detail_page .nav_lan .item .mo_des .f_color:hover {
  color: #fff;
  background-color: #9f93ff;
}

.tag_detail_page .nav_lan .item .mo_des .x_color {
  color: #fe5e87;
  border: 1px solid #fe5e87;
}

.tag_detail_page .nav_lan .item .mo_des .x_color:hover {
  color: #fff;
  background-color: #fe5e87;
}

.tag_detail_page .nav_lan .item .mo_des .y_color {
  color: #1ad7ba;
  border: 1px solid #1ad7ba;
}

.tag_detail_page .nav_lan .item .mo_des .y_color:hover {
  color: #fff;
  background-color: #1ad7ba;
}

.tag_detail_page .nav_lan .item .mo_des .h_color {
  color: #669cfd;
  border: 1px solid #669cfd;
}

.tag_detail_page .nav_lan .item .mo_des .h_color:hover {
  color: #fff;
  background-color: #669cfd;
}

.tag_detail_page .nav_lan .item .mo_des .morelan {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  color: #fc9e05;
  border: 1px solid #fc9e05;
  margin-top: 12px;
  box-sizing: border-box;
}

.tag_detail_page .nav_lan .item .mo_des .morelan:hover {
  color: #fff;
  background-color: #fc9e05;
}

.tag_detail_page .nav_lan .item .mo_des .morelan:nth-child(1) {
  margin-top: 0;
}

.tag_detail_page .obj_tab_box {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 30px;
}

.tag_detail_page .obj_tab_box h3 {
  font-size: 34px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  padding-top: 55px;
}

.tag_detail_page .obj_tab_box .tab_a {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 55px;
  border-bottom: 1px solid #ee3956;
}

.tag_detail_page .obj_tab_box .tab_a a {
  width: 165px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  border-radius: 20px 20px 0 0;
  position: relative;
  box-shadow: 0px 0px 10px 1px #e8e8e8;
}

.tag_detail_page .obj_tab_box .tab_a .active {
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: linear-gradient(to right, #ff8197, #eb3955);
}

.tag_detail_page .obj_tab_box .tab_a .active::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/down_icon.png) no-repeat;
  content: '';
}

.tag_detail_page .obj_tab_box .tab_main {
  width: 100%;
  background-color: #fff;
}

.tag_detail_page .obj_tab_box .tab_main ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  box-sizing: border-box;
}

.tag_detail_page .obj_tab_box .tab_main ul li {
  width: 270px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 1px #e5e5e5;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 25px;
}

.tag_detail_page .obj_tab_box .tab_main ul li img {
  display: block;
  width: 100%;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des h3 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 20px;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des h3 a {
  color: #333;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des .tg_span {
  padding-top: 15px;
  box-sizing: border-box;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des .tg_span span {
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  background-color: #b9b9b9;
  padding: 2px 8px;
  border-radius: 5px;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des .tg_span span:first-child {
  background-color: #ff8f35;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des .time_box {
  width: 100%;
  position: relative;
  padding-top: 20px;
  font-size: 12px;
  color: #333;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des .time_box i {
  color: #999;
}

.tag_detail_page .obj_tab_box .tab_main ul li .des .time_box .free {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 22px;
  color: #ff2222;
}

.tag_detail_page .obj_tab_box .tab_main ul li:nth-child(4n) {
  margin-right: 0;
}

.tag_detail_page .obj_tab_box .main2 {
  width: 100%;
  display: flex;
  padding: 50px 20px 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
}

.tag_detail_page .obj_tab_box .main2 ul {
  width: 620px;
  box-sizing: border-box;
}

.tag_detail_page .obj_tab_box .main2 ul li {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 66px;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.tag_detail_page .obj_tab_box .main2 ul li em {
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}

.tag_detail_page .obj_tab_box .main2 ul li .s_qs {
  background: linear-gradient(to right, #ff8297, #ef3958);
}

.tag_detail_page .obj_tab_box .main2 ul li span {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70%;
}

.tag_detail_page .obj_tab_box .main2 ul li a {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ef0329;
  width: 125px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ef0329;
  box-sizing: border-box;
}

.tag_detail_page .obj_tab_box .main2 ul li a:hover {
  color: #fff;
  background-color: #ef0329;
}

.tag_detail_page .obj_tab_box .main2 ul li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 6px 2px #f2f2f2;
}

.tag_detail_page .sel_eof {
  width: 100%;
  padding-bottom: 30px;
}

.tag_detail_page .sel_eof h3 {
  font-size: 34px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  padding-top: 55px;
}

.tag_detail_page .sel_eof ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
}

.tag_detail_page .sel_eof ul li {
  width: 275px;
  box-sizing: border-box;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.tag_detail_page .sel_eof ul li img {
  display: block;
  width: 100%;
}

.tag_detail_page .sel_eof ul li .des {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 260px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 32px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 1s ease;
}

.tag_detail_page .sel_eof ul li .des p {
  text-align: center;
  font-size: 20px;
  padding-top: 18px;
  position: relative;
  transition: all 0.5s ease;
}

.tag_detail_page .sel_eof ul li .des span {
  display: block;
  font-size: 16px;
  padding-top: 42px;
  text-align: center;
}

.tag_detail_page .sel_eof ul li .des a {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(to right, #ef0129, #fb3152);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  border-radius: 5px;
}

.tag_detail_page .sel_eof ul li:hover .des {
  top: 0;
}

.tag_detail_page .sel_eof ul li:hover .des p {
  padding-top: 60px;
}

.tag_detail_page .sel_eof ul li:hover .des p::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fff;
  content: '';
}

.tag_detail_page .video_page {
  width: 100%;
  background: #fff url(../images/video_page_bg.png) no-repeat center top;
}

.tag_detail_page .video_page h3 {
  padding-top: 55px;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.tag_detail_page .video_page .play_box {
  width: 978px;
  height: 620px;
  margin: 0 auto;
  margin-top: 45px;
  box-sizing: border-box;
  background: url(../images/play_bg.png) no-repeat;
  background-size: contain;
  position: relative;
  padding: 95px 50px 50px 50px;
}

.tag_detail_page .video_page .play_box .ren_icon {
  position: absolute;
  left: -15px;
  bottom: -10px;
}

.tag_detail_page .video_page .play_box video {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: fill;
  border-radius: 0 0 10px 10px;
}

.tag_detail_page .video_page ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 165px;
}

.tag_detail_page .video_page ul li {
  flex: 1;
  box-sizing: border-box;
  position: relative;
}

.tag_detail_page .video_page ul li .show_item {
  width: 100%;
  text-align: center;
}

.tag_detail_page .video_page ul li .show_item .img_box {
  width: 149px;
  height: 149px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag_detail_page .video_page ul li .show_item p {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
}

.tag_detail_page .video_page ul li .hover_item {
  width: 240px;
  background-color: #f4f6f7;
  text-align: center;
  padding-top: 55px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 1px #f4f4f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.tag_detail_page .video_page ul li .hover_item img {
  margin-bottom: 40px;
}

.tag_detail_page .video_page ul li .hover_item .des {
  background-color: #fff;
  padding: 16px 28px 20px 28px;
  box-sizing: border-box;
}

.tag_detail_page .video_page ul li .hover_item .des p {
  font-size: 20px;
  color: #333;
}

.tag_detail_page .video_page ul li .hover_item .des span {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
  color: #999;
}

.tag_detail_page .video_page ul li .hover_item .des a {
  display: block;
  width: 142px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  color: #f10029;
  border: 1px solid #f10029;
  margin-top: 10px;
}

.tag_detail_page .video_page ul li .hover_item .des a:hover {
  background-color: #f10029;
  color: #fff;
}

.tag_detail_page .video_page ul li:hover .hover_item {
  z-index: 9;
}

.tag_detail_page .liner_gg {
  width: 100%;
  position: relative;
}

.tag_detail_page .liner_gg img {
  display: block;
  width: 100%;
}

.tag_detail_page .liner_gg a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 175px;
  display: block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #ef0129, #fb3153);
  padding-left: 40px;
  box-sizing: border-box;
}

.tag_detail_page .liner_gg a img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.tag_detail_page .hot_news {
  width: 100%;
  background-color: #fff;
  padding-bottom: 30px;
}

.tag_detail_page .hot_news h3 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #333;
  padding-top: 55px;
}

.tag_detail_page .hot_news ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tag_detail_page .hot_news ul li {
  width: 48%;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}

.tag_detail_page .hot_news ul li .l_img {
  width: 240px;
}

.tag_detail_page .hot_news ul li .l_img img {
  display: block;
  width: 100%;
}

.tag_detail_page .hot_news ul li .r_des {
  flex: 1;
  box-sizing: border-box;
  padding-left: 20px;
}

.tag_detail_page .hot_news ul li .r_des a {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tag_detail_page .hot_news ul li .r_des .des, .tag_detail_page .hot_news ul li .r_des em {
  font-size: 14px;
  color: #999;
  padding-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tag_detail_page .hot_news ul li:last-child {
  border-bottom: 0;
}

.tag_detail_page .hot_news ul li:nth-last-child(2) {
  border-bottom: 0;
}
