@charset "UTF-8";
.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/*****header开始*****/
.pc_header {
  height: 84px;
  width: 100%;
  padding: 0 8%;
  min-width: 1200px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  z-index: 9999;
}

.pc_header,
.pc_header .tab {
  display: flex;
  align-items: center;
}

.pc_header .logo {
  display: flex;
  align-items: center;
  color: #006AFF;
  font-size: 32px;
  font-weight: bold;
}

.pc_header .logo img {
  width: 270px;
  margin-right: 20px;
}

.pc_header .tab {
  height: 100%;
}

.pc_header .tab a {
  height: 100%;
  font-size: 15px;
  color: #000;
}

.pc_header .tab li {
  width: 108px;
  height: 100%;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
}

.pc_header .tab li a {
  margin-right: 0;
}

.pc_header .tab li.active {
  border-bottom: 3px solid #006AFF;
}

.pc_header .tab .btn_li {
  position: relative;
  overflow: hidden;
  border-bottom: none;
}

.pc_header .tab .btn_li:hover {
  border-bottom: 0;
}

.pc_header .tab .btn_li:hover > div:nth-child(2) {
  bottom: 0;
}

.pc_header .tab .btn_li:hover > div:nth-child(1) {
  bottom: 120px;
}

.pc_header .tab .btn_li div {
  position: absolute;
  transition: .3s;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc_header .tab .btn_li div img {
  width: 35px;
}

.pc_header .tab .btn_li div:nth-child(1) {
  bottom: 0;
}

.pc_header .tab .btn_li div:nth-child(2) {
  background-color: #006AFF;
  color: #fff;
  line-height: 20px;
  bottom: -120px;
}

.pc_header .tab .btn_li div:nth-child(2) a {
  display: flex;
  align-items: center;
  color: inherit;
}

.pc_header .tab .btn_li .home-header_login {
  flex-direction: column;
}

.pc_header .tab .btn_li .home-header_login a {
  margin-bottom: 10px;
  height: 20px;
}

.pc_header .tab .btn_li .home-header_login .login_a {
  margin-bottom: 0;
}

.pc_header .tab .btn_li .home-header_login p {
  cursor: pointer;
}

.pc_header .tab .btn_li .home_header_img .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
}

.home_header {
  padding: 0 5% 0 8%;
}

.home_header .tab .li_item {
  position: relative;
  display: block;
}

.home_header .tab .li_item > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_header .tab .li_item:hover {
  background: #006AFF;
  border: 0;
}

.home_header .tab .li_item:hover a {
  color: #fff;
}

.home_header .tab .li_item:hover .tab-child-list {
  display: block;
  padding-top: 5px;
}

.home_header .tab .li_item:hover .tab-child-list a {
  opacity: 1;
  transition: .5s;
}

.home_header .tab .tab-child-list {
  position: absolute;
  z-index: 10000;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  display: none;
}

.home_header .tab .tab-child-list a {
  transition: .3s;
  opacity: 0;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: block;
  color: #fff;
  background: rgba(0, 106, 255, 0.7);
  width: 100%;
}

.home_header .tab .tab-child-list a:hover {
  background: #006aff;
}

.opcity_header .pc_header {
  background: white;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.opcity_header .pc_header .logo .logoimg_cs {
  display: block;
}

.opcity_header .pc_header .logo .logoimg {
  display: none;
}

.opcity_header .pc_header .tab a {
  color: #000;
}

.opcity_header .pc_header .tab a:hover {
  color: #fff;
}

.opcity_header .pc_header .tab .user_info span {
  color: #000;
}

.opcity_header .pc_header .tab li:hover a {
  color: #fff;
}

.opcity_header .pc_header .tab li .tab-child-list a {
  color: #fff;
}

.opcity_header .pc_header .tab .search-input {
  border: 1px solid #666;
}

.opcity_header .pc_header .tab .search-input .input_box i {
  color: #006AFF;
}

.all_header {
  background: rgba(0, 0, 0, 0.75);
}

.all_header .logo {
  color: #fff;
}

.all_header .logo .logoimg_cs {
  display: none;
}

.all_header .logo .logoimg {
  display: block;
}

.all_header .tab a {
  color: #fff;
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.all_header .tab li {
  border: 0;
  display: block;
  position: relative;
}

.all_header .tab li:hover {
  background: #006AFF;
  border: 0;
}

.all_header .tab li:hover .tab-child-list {
  display: block;
  padding-top: 5px;
}

.all_header .tab li:hover .tab-child-list a {
  opacity: 1;
  transition: .5s;
}

.all_header .tab li .tab-child-list {
  position: absolute;
  z-index: 10000;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  display: none;
}

.all_header .tab li .tab-child-list a {
  transition: .3s;
  opacity: 0;
  height: 50px;
  background: rgba(0, 106, 255, 0.7);
  width: 100%;
}

.all_header .tab li .tab-child-list a:hover {
  background: #006aff;
}

.all_header .tab li.search-input {
  width: inherit;
  margin-right: 20px;
  margin-left: 25px;
  display: flex;
  align-items: center;
  width: 230px;
  height: 42px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
}

.all_header .tab li.search-input .input_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.all_header .tab li.search-input .input_box i {
  color: #fff;
  font-weight: normal;
  margin-right: 10px;
  font-size: 26px;
}

.all_header .tab li.search-input .input_box .icon-close {
  position: absolute;
  right: -5px;
  font-size: 20px;
  display: none;
  cursor: pointer;
}

.all_header .tab li.search-input button {
  width: 55px;
  color: #666666;
  cursor: pointer;
  height: 28px;
  border-left: 1px solid #666;
}

.all_header .tab .user_info {
  display: none;
  width: inherit;
  margin: 0 20px;
}

.all_header .tab .user_info a {
  width: inherit;
}

.all_header .tab .user_info a span {
  max-width: 85px;
}

.all_header .tab .user_info:hover {
  background: none;
}

.all_header .tab .user_info > div {
  height: 100%;
  display: flex;
  align-items: center;
}

.all_header .tab .user_info .usercenter_box {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.all_header .tab .user_info .usercenter_box:hover .more_shadow {
  display: block;
}

.all_header .tab .user_info .usercenter_box .more_shadow {
  display: none;
  position: absolute;
  width: 150px;
  text-align: center;
  right: 0;
  top: 85px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #ccc;
  color: #333;
  padding: 10px 0;
  font-size: 14px;
}

.all_header .tab .user_info .usercenter_box .more_shadow a {
  color: #333;
  margin-bottom: 10px;
}

.all_header .tab .user_info .usercenter_box .more_shadow a,
.all_header .tab .user_info .usercenter_box .more_shadow p {
  cursor: pointer;
}

.all_header .tab .user_info .usercenter_box .more_shadow a:hover,
.all_header .tab .user_info .usercenter_box .more_shadow p:hover {
  color: #006AFF;
  font-weight: bold;
}

.all_header .tab .user_info .usercenter_box .more_shadow .more_img {
  position: absolute;
  top: -14px;
  right: 2px;
  width: 20px;
}

.all_header .tab .user_info .avatar {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.all_header .tab .user_info .avatar img {
  min-width: none;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.all_header .tab .user_info span {
  color: #fff;
  cursor: pointer;
}

/*****header结束*****/
/*****首页开始*****/
#index_page {
  padding-top: 84px;
  min-width: 1200px;
  background: #fafafa;
}

#index_page .home_banner {
  min-width: 1200px;
  width: 100%;
  min-width: 1200px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

#index_page .home_banner img {
  width: 100%;
}

#index_page .home_banner .zhanwei {
  background-color: #CCCCCC;
}

#index_page .home_banner .zhanwei img {
  opacity: 0;
}

#index_page .home_banner .banner_bg_links {
  width: 22.3%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  color: #fff;
  font-size: 16px;
}

#index_page .home_banner .banner_bg_links h3 {
  height: 16px;
  line-height: 14px;
  border-left: 6px solid #006AFF;
  padding-left: 8px;
}

#index_page .home_banner .banner_bg_links .banner_links_cb {
  margin-top: 15px;
}

#index_page .home_banner .banner_bg_links .banner_links_cb h3 {
  border-color: rgba(255, 108, 0, 0.88);
}

#index_page .home_banner .banner_bg_links .banner_links_cb:last-child h3 {
  border-color: #E8E8E8;
}

#index_page .home_banner .banner_bg_links .banner_links_cb .banner_link_list a {
  width: 48%;
}

#index_page .home_banner .banner_bg_links .banner_link_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3px;
  padding-left: 6px;
}

#index_page .home_banner .banner_bg_links .banner_link_list a {
  width: 37.5%;
  margin-top: 8px;
  margin-bottom: 3px;
  margin-left: 1.8%;
  padding: 7px 6px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
}

#index_page .home_banner .banner_bg_links .banner_link_list a:hover {
  background: rgba(2, 98, 236, 0.3);
}

#index_page .home_banner .swiper {
  width: 65%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25);
}

#index_page .home_banner .swiper img {
  width: 100%;
}

#index_page .home_banner .swiper .swiper-button-prev,
#index_page .home_banner .swiper .swiper-button-next {
  top: auto;
  bottom: 11px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  left: auto;
  right: 15px;
}

#index_page .home_banner .swiper .swiper-button-prev::after,
#index_page .home_banner .swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#index_page .home_banner .swiper .swiper-button-prev {
  right: 56px;
}

#index_page .home_banner .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
}

#index_page .home_banner .swiper .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  opacity: 1;
  border-radius: 5px;
}

#index_page .home_banner .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: initial;
  padding: 5px 0px;
  border-radius: 20px;
  left: 20px;
}

#index_page .home_banner .swiper .swiper-slide {
  min-height: 350px;
}

#index_page .home_banner .swiper .swiper-slide.zhanwei {
  background: #E3E3E3;
}

#index_page .home_banner .swiper .swiper-slide img {
  width: 100%;
}

#index_page .home_banner .swiper .footer_shadow {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
}

#index_page .new_list {
  margin: auto;
  padding: 34px 13% 25px;
}

#index_page .new_list .new_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#index_page .new_list .new_head div {
  display: flex;
  align-items: center;
}

#index_page .new_list .new_head div img {
  width: 34px;
  transform: translateY(14px);
}

#index_page .new_list .new_head div p {
  font-weight: bold;
  font-size: 28px;
}

#index_page .new_list .new_head div span {
  font-size: 18px;
  margin-left: 11px;
  color: #666666;
  font-weight: normal;
}

#index_page .new_list .new_head a {
  font-size: 18px;
  color: #666666;
}

#index_page .new_list .new_list_index {
  padding-top: 34px;
  display: flex;
  justify-content: space-between;
}

#index_page .new_list .new_list_index .zhanwei {
  height: 140px;
  background: #E3E3E3;
}

#index_page .new_list .new_list_index .zhanwei_box {
  height: 350px;
  width: 31%;
  margin-right: 2%;
}

#index_page .new_list .new_list_index > a {
  width: 31%;
  margin-right: 2%;
}

#index_page .new_list .new_list_index > a:nth-child(3n) {
  margin-right: 0;
}

#index_page .new_list .new_list_index li,
#index_page .new_list .new_list_index .zhanwei_box {
  background-image: linear-gradient(to bottom, #fff, #fff, #fff, #ffd291);
  box-shadow: 0px 10px 15px 0px #C3C3C3;
}

#index_page .new_list .new_list_index li.big_img_li .tit_info_box,
#index_page .new_list .new_list_index .zhanwei_box.big_img_li .tit_info_box {
  height: 260px;
  margin-bottom: 35px;
}

#index_page .new_list .new_list_index li.big_img_li .summary_index,
#index_page .new_list .new_list_index .zhanwei_box.big_img_li .summary_index {
  display: none;
}

#index_page .new_list .new_list_index li .tit_info_box,
#index_page .new_list .new_list_index .zhanwei_box .tit_info_box {
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

#index_page .new_list .new_list_index li .tit_info_box > p,
#index_page .new_list .new_list_index .zhanwei_box .tit_info_box > p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#index_page .new_list .new_list_index li .tit_info_box img,
#index_page .new_list .new_list_index .zhanwei_box .tit_info_box img {
  width: 100%;
  height: 100%;
  transition: .5s;
}

#index_page .new_list .new_list_index li .tit_info_box div,
#index_page .new_list .new_list_index .zhanwei_box .tit_info_box div {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 14%;
  padding-top: 34px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  color: #006AFF;
  transition: .5s;
}

#index_page .new_list .new_list_index li .tit_info_box div .title,
#index_page .new_list .new_list_index .zhanwei_box .tit_info_box div .title {
  width: 67%;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  font-weight: bold;
  transition: .5s;
}

#index_page .new_list .new_list_index li:hover .tit_info_box img,
#index_page .new_list .new_list_index .zhanwei_box:hover .tit_info_box img {
  transform: scale(1.2);
}

#index_page .new_list .new_list_index li:hover .tit_info_box div,
#index_page .new_list .new_list_index .zhanwei_box:hover .tit_info_box div {
  color: #fff;
  background: rgba(255, 108, 0, 0.7);
}

#index_page .new_list .new_list_index li:hover .tit_info_box div .title,
#index_page .new_list .new_list_index .zhanwei_box:hover .tit_info_box div .title {
  color: #fff;
}

#index_page .new_list .new_list_index li .summary_index,
#index_page .new_list .new_list_index .zhanwei_box .summary_index {
  margin: 29px 0 35px;
  padding: 0 14%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  height: 91px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

#index_page .new_list .new_list_index li .href_p,
#index_page .new_list .new_list_index .zhanwei_box .href_p {
  text-align: right;
  padding-right: 14%;
  padding-bottom: 30px;
  color: #3a62fe;
}

.index_floor_tab {
  position: fixed;
  width: 27px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
}

.index_floor_tab a {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  display: block;
  margin: 5px 0;
  transition: .2s;
}

.index_floor_tab .active {
  height: 20px;
  opacity: 1;
  border-radius: 5px;
}

.top_btns {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 99998;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
}

.top_btns img {
  width: 20px;
}

.game_index {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 99998;
  height: 150px;
}

.game_index img {
  height: 100%;
  margin: 0;
}

.popup_index {
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.popup_index .img_content {
  max-width: 100%;
  height: 576px;
  max-height: 65%;
  display: flex;
  justify-content: center;
  position: relative;
}

.popup_index .img_content a,
.popup_index .img_content img {
  height: 100%;
}

.popup_index .tip_btns {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
}

.popup_index .tip_btns .close_time {
  font-size: 28px;
  margin-right: 10px;
}

.popup_index .tip_btns p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_index .tip_btns .btn {
  font-size: 15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  width: 120px;
  margin: auto;
  line-height: 40px;
  margin-top: 20px;
  cursor: pointer;
}

.home_page_index .zhanwei_page {
  width: 100%;
  position: relative;
}

.home_page_index .zhanwei_page img {
  width: 100%;
}

.home_page_index .zhanwei_page > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.home_page_index .zhanwei_page .kj_swiper {
  background-color: #ddd;
  position: absolute;
  width: 46%;
  height: 45%;
  top: 15%;
  right: 10%;
  overflow: hidden;
}

.home_page_index .zhanwei_page .tag_list {
  display: flex;
  justify-content: space-between;
}

.home_page_index .zhanwei_page .tag_list .zhanwei {
  background-color: #ddd;
  width: 100%;
  height: 100px;
  margin: 2px;
}

.home_page_index .NuclearJointUnits_head {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px;
}

.home_page_index .NuclearJointUnits_head div {
  height: 50px;
  display: flex;
  align-items: center;
}

.home_page_index .NuclearJointUnits_head div img {
  width: 34px;
  transform: translateY(7px);
}

.home_page_index .NuclearJointUnits_head div p {
  font-weight: bold;
  font-size: 28px;
}

.home_page_index .NuclearJointUnits_head div span {
  font-size: 18px;
  margin-left: 11px;
  color: #666666;
  font-weight: normal;
}

.home_page_index .NuclearJointUnits_head a {
  font-size: 18px;
  color: #666666;
}

.home_page_index > div {
  max-width: 100vw;
  overflow: hidden;
  min-width: 1200px;
  background-size: 100% 100%;
}

.home_page_index > div .video-js .vjs-tech {
  position: static;
  display: block;
}

.home_page_index > div.rigt-hk .jx_hk {
  right: -50%;
}

.home_page_index > div.rigt-hk .kj_swiper {
  right: 15%;
}

.home_page_index > div.rigt-hk .fadeIn {
  right: 0%;
  opacity: 1;
}

.home_page_index > div.left_hk .jx_hk {
  transform: rotate(180deg);
  left: -30%;
}

.home_page_index > div.left_hk .kj_swiper {
  left: 15%;
}

.home_page_index > div.left_hk .fadeIn {
  left: 0%;
  opacity: 1;
}

.home_page_index > div .jx_hk {
  transition: 1s;
  opacity: 0;
  width: 27%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  background-image: url(../img/hk_bg.png);
  background-size: 100% 100%;
}

.home_page_index > div:last-child .jx_hk {
  width: 41.6%;
}

.page_content {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  padding-top: 50px;
  position: relative;
}

.page_content .page_content_box {
  position: relative;
  width: 100%;
}

.page_content .page_content_box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.page_content .page_content_box > .page_bgimg {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}

.page_content .page_content_box .kj_swiper {
  position: absolute;
  width: 46%;
  top: 15%;
  overflow: hidden;
}

.page_content .page_content_box .kj_swiper .swiper-slide {
  opacity: 0 !important;
}

.page_content .page_content_box .kj_swiper .swiper-slide img {
  width: 100%;
}

.page_content .page_content_box .kj_swiper .swiper-slide-active {
  opacity: 1 !important;
}

.page_content .tag_list {
  display: flex;
  position: absolute;
  z-index: 2;
}

.page_content .tag_list > a {
  margin: 2px;
  font-weight: bold;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.page_content .tag_list > a div {
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
}

.page_content .center_tag {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  right: 0%;
  left: 0;
  bottom: 14%;
  justify-content: center;
  align-items: center;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 9.5%;
}

.page_content .center_tag > a {
  width: 100%;
  height: 150px;
  background: #fff;
  position: relative;
}

.page_content .center_tag > a div {
  width: 100%;
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
}

.page_content .center_tag > a div i {
  font-size: 30px;
}

.page_content .center_tag > a::before {
  transition: .5s;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #006AFF;
  /*	background: -webkit-linear-gradient(bottom left,#59b7d4,#80abf2);
						background: -o-linear-gradient(bottom left,#59b7d4,#80abf2);
						background: -moz-linear-gradient(bottom left,#59b7d4,#80abf2);
				 background: linear-gradient(to bottom left,#59b7d4,#80abf2);*/
  opacity: 0;
}

.page_content .center_tag > a:hover div {
  color: #fff;
}

.page_content .center_tag > a:hover::before {
  opacity: 1;
}

.page_content .right_tag {
  flex-direction: column;
  right: 10%;
}

.page_content .right_tag > a {
  background: #f2f2f2;
  width: 300px;
  height: 80px;
  overflow: hidden;
}

.page_content .right_tag > a div {
  color: #000000;
  align-items: inherit;
  padding: 0 30px;
}

.page_content .right_tag > a div span {
  display: flex;
  height: 100%;
  align-items: center;
}

.page_content .right_tag > a div i {
  font-size: 25px;
  display: flex;
  height: 100%;
  align-items: center;
}

.page_content .right_tag > a:hover {
  background: #006AFF;
}

.page_content .right_tag > a:hover div {
  color: #fff;
}

.page_content .left_tag {
  flex-direction: column;
  left: 10%;
}

.page_content .left_tag > a {
  width: 300px;
  height: 80px;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
}

.page_content .left_tag > a div {
  align-items: inherit;
  padding: 0 10px 0 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0s;
  color: #0e2aa2;
}

.page_content .left_tag > a div span {
  display: flex;
  height: 100%;
  line-height: 80px;
  align-items: center;
}

.page_content .left_tag > a div i {
  font-size: 20px;
  margin-top: 15px;
}

.page_content .left_tag > a div:nth-child(2) {
  background: #0e2aa2;
  color: #fff;
  top: 80px;
  left: 0;
  transition: 0s;
}

.page_content .left_tag > a:hover div:nth-child(1) {
  top: -80px;
  transition: 0.5s;
}

.page_content .left_tag > a:hover div:nth-child(2) {
  top: 0;
  transition: 0.5s;
}

.page_content .left_tag .nju-tag-top {
  display: flex;
  flex-direction: column;
}

.page_content .left_tag .nju-tag-top > a {
  display: inline-block;
  width: 300px;
  height: 60px;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 2px 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.page_content .left_tag .nju-tag-top > a div {
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0s;
  color: #000;
}

.page_content .left_tag .nju-tag-top > a div span {
  display: flex;
  height: 100%;
  line-height: 80px;
  align-items: center;
  font-weight: bold;
}

.page_content .left_tag .nju-tag-top > a div i {
  font-size: 20px;
}

.page_content .left_tag .nju-tag-top > a div:nth-child(1) {
  background: #fff;
  color: #000;
  left: 0;
  transition: 0s;
}

.page_content .left_tag .nju-tag-top > a:hover div:nth-child(1) {
  background: #006AFF;
  color: #fff;
  transition: 0.5s;
}

.page_content .left_tag .nju-tag-bottom {
  width: 300px;
  margin-top: 15px;
  background: #fff;
  padding: 10px 20px 15px;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.page_content .left_tag .nju-tag-bottom > a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}

.page_content .left_tag .nju-tag-bottom > a .ntb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}

.page_content .left_tag .nju-tag-bottom > a .ntb-top .unit-name {
  color: #006AFF;
  font-size: 14px;
  max-width: 170px;
  overflow: hidden;
  /* 隐藏超出容器的溢出内容 */
  white-space: nowrap;
  /* 保持文本在一行内 */
  text-overflow: ellipsis;
  /* 用省略号表示被截断的文本 */
}

.page_content .left_tag .nju-tag-bottom > a .ntb-top .date {
  color: #5D5D5D;
  font-size: 14px;
  min-width: 80px;
  text-align: right;
}

.page_content .left_tag .nju-tag-bottom > a .ntb-bottom {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px;
}

.page_content .left_tag .nju-tag-bottom > a:last-child {
  height: auto;
  border-bottom: none;
  text-align: right;
  color: #5D5D5D;
  padding: 15px 5px;
}

.page_content .left_tag .nju-tag-bottom > a:hover {
  transition: all 0.5s;
  background: #ececec;
}

.page_content .left_tag .nju-tag-bottom > a:hover:last-child {
  background-color: inherit;
}

.page_content .tag_list.pink-color > a div {
  color: #ff3b61;
}

.page_content .tag_list.pink-color > a div:nth-child(1):hover {
  background: #ff3b61;
  color: #fff;
}

.page_content .tag_list.pink-color > a div:nth-child(2) {
  color: #fff;
  background: #ff3b61;
}

.page_content .tag_list.purple-color > a div {
  color: #6f79fe;
}

.page_content .tag_list.purple-color > a div:hover {
  background-color: #fff;
}

.page_content .tag_list.purple-color > a div:nth-child(1):hover {
  background: #6f79fe;
  color: #fff;
}

.page_content .tag_list.purple-color > a div:nth-child(2) {
  color: #fff;
  background: #6f79fe;
}

.page_content .tag_list.green-color a {
  background: #ecf9f8;
}

.page_content .tag_list.green-color > a div {
  color: #01c39a;
}

.page_content .tag_list.green-color > a div:nth-child(1):hover {
  background: #01c39a;
  color: #fff;
}

.page_content .tag_list.green-color > a div:nth-child(2) {
  color: #fff;
  background: #01c39a;
}

.page_content#NuclearJointUnits_page {
  padding-top: 0;
}

@media screen and (max-width: 1600px) {
  .page_content .left_tag > a {
    height: 60px;
  }
  .page_content .left_tag > a div span {
    line-height: 60px;
  }
}

@media screen and (max-width: 1920px) {
  .page_content .right_tag.min-tag > a {
    height: 80px;
  }
  .page_content .right_tag.min-tag > a div span {
    line-height: 60px;
  }
}

@media screen and (max-width: 1550px) {
  .page_content .right_tag > a {
    height: 80px;
  }
  .page_content .right_tag.min-tag > a {
    height: 60px;
  }
  .page_content .center_tag {
    bottom: 5%;
  }
}

@media screen and (max-width: 1290px) {
  .tab .usercenter_url {
    display: none !important;
  }
  .tab .usercenter_box .usercenter_url {
    display: flex !important;
  }
}

/*****首页结束*****/
/*****底部footer开始*****/
#footer {
  min-width: 1200px;
}

#footer-top {
  background: #CCCCCC;
}

.home_footer #footer-top {
  background: #E8E8E8;
}

.home_footer #footer-top .left_infos {
  border-color: #CCCCCC;
}

.footer-top {
  padding: 40px 0;
  color: #000000;
  align-items: inherit;
  justify-content: center;
  min-width: 1200px;
  max-width: 1400px;
  border-bottom: 8px solid #006AFF;
  margin: auto;
}

.footer-top .footer_logo {
  width: 100px;
}

.footer-top a,
.footer-top h3 {
  color: #000;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}

.footer-top a h3:hover,
.footer-top h3 h3:hover {
  color: #006AFF;
}

.footer-top a:hover,
.footer-top h3:hover {
  color: #006AFF;
  text-decoration: none;
}

.footer-top h3 {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 18px;
  white-space: nowrap;
}

.footer-top h3:hover {
  color: #000;
}

.footer-top .help_links {
  align-items: inherit;
  flex: 1;
  justify-content: start;
  padding-left: 59px;
}

.footer-top .help_links div {
  max-width: 195px;
  flex: 1;
}

.footer-top .help_links div a {
  display: block;
  white-space: nowrap;
}

.footer-top .help_links .links_flex {
  display: flex;
  flex: 1;
  margin: 0;
}

.footer-top .left_infos {
  width: 300px;
  border-right: 1px solid #999999;
}

.footer-top .config_infos {
  padding-top: 11px;
}

.footer-top .config_infos h4 {
  line-height: 30px;
  font-size: 14px;
}

.footer-top .ewimg {
  display: flex;
  padding-top: 30px;
}

.footer-top .ewimg img {
  width: 100px;
}

.footer-top .ewimg > div {
  margin-right: 20px;
}

.footer-top .ewimg > div > div {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-top .ewimg #phone_qrcode {
  padding: 5px;
  background: #fff;
}

.footer-top .ewimg #phone_qrcode img {
  width: 90px;
  height: 90px;
}

.footer-top .ewimg p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: 11px;
}

.footer-top .ewimg .footer-phone {
  width: 35px;
}

.footer-top .partner_links,
.footer-top .hd_links {
  display: flex;
  margin: 0 !important;
}

.footer-top .partner_links div,
.footer-top .hd_links div {
  margin: 0 20px;
}

#footer-bottom {
  background: #1E1E1E;
}

#footer-bottom .bottom_flex {
  height: 60px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

#footer-bottom .bottom_flex > div {
  margin: 0 38px;
  font-size: 14px;
}

@media screen and (max-width: 1700px) {
  .all_header .logo img {
    width: 255px;
  }
  .all_header .tab li {
    width: 80px;
  }
  .all_header .tab a {
    width: 80px;
  }
}

@media screen and (max-width: 1550px) {
  .pc_header {
    padding: 0 2%;
  }
}

@media screen and (max-width: 1300px) {
  .all_header .logo span {
    display: none;
  }
}

/*****底部footer结束*****/
/*****登录注册开始*****/
.login-page,
.pwd-page {
  margin: 265px 0 265px;
  background: url("../img/login_bg.png");
}

.login-page button,
.pwd-page button {
  width: 150px;
  line-height: 46px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 40px;
  font-size: 18px;
  cursor: pointer;
}

.login-page #step_btn.step_none,
.pwd-page #step_btn.step_none {
  background: #fff;
  border: 1px solid #006AFF;
  color: #006AFF;
}

.login-page .bg,
.pwd-page .bg {
  height: 360px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: auto;
  position: relative;
}

.login-page .bg > div,
.pwd-page .bg > div {
  width: 50%;
}

.login-page .bg > div h4,
.pwd-page .bg > div h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.login-page .bg > div p,
.pwd-page .bg > div p {
  font-size: 16px;
  font-weight: bold;
}

.login-page .bg .login_bg_box,
.pwd-page .bg .login_bg_box {
  text-align: right;
}

.login-page .bg .login_box,
.pwd-page .bg .login_box {
  position: absolute;
  height: 430px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #909090;
  right: 0;
  transition: .5s;
}

.login-page .bg .login_box .reg_form,
.pwd-page .bg .login_box .reg_form {
  display: none;
}

.login-page .bg .login_box.reg_box,
.pwd-page .bg .login_box.reg_box {
  right: 600px;
}

.login-page .bg .login_box.reg_box .reg_form,
.pwd-page .bg .login_box.reg_box .reg_form {
  display: block;
}

.login-page .bg .login_box.reg_box .reg_form h3 span,
.pwd-page .bg .login_box.reg_box .reg_form h3 span {
  font-size: 20px;
}

.login-page .bg .login_box.reg_box .login_form,
.pwd-page .bg .login_box.reg_box .login_form {
  display: none;
}

.login-page .bg .login_box .step_tips,
.pwd-page .bg .login_box .step_tips {
  color: #000;
  margin-top: 40px;
  margin-bottom: 5px;
  line-height: 26px;
}

.login-page .bg .login_box .login_tips,
.pwd-page .bg .login_box .login_tips {
  color: #141414;
  margin-bottom: 5px;
  font-weight: bold;
}

.login-page form,
.pwd-page form {
  padding: 40px;
  font-size: 14px;
}

.login-page form h3,
.pwd-page form h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.login-page form .tit_flex,
.pwd-page form .tit_flex {
  display: flex;
  justify-content: space-between;
}

.login-page form .tit_flex .other_type_box,
.pwd-page form .tit_flex .other_type_box {
  display: flex;
  justify-content: space-between;
}

.login-page form .tit_flex .other_type_box p.logintips,
.pwd-page form .tit_flex .other_type_box p.logintips {
  color: #006AFF;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  margin-left: 10px;
}

.login-page form .tit_flex .other_type_box p.logintips i,
.pwd-page form .tit_flex .other_type_box p.logintips i {
  font-size: 12px;
}

.login-page form .tit_flex .other_type_box p.logintips.login_type_2,
.pwd-page form .tit_flex .other_type_box p.logintips.login_type_2 {
  display: none;
}

.login-page form .itme-input,
.pwd-page form .itme-input {
  border-bottom: 1px solid #e4e4e4;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-page form .itme-input span,
.pwd-page form .itme-input span {
  color: #666666;
  font-size: 18px;
  width: 86px;
}

.login-page form .itme-input input,
.pwd-page form .itme-input input {
  height: 100%;
  flex: 1;
  font-size: 18px;
}

.login-page form .itme-input .select2-selection--single,
.pwd-page form .itme-input .select2-selection--single {
  width: initial;
}

.login-page form .login_pwd i,
.login-page form .reg_pwd i,
.login-page form .pwd_pwd i,
.pwd-page form .login_pwd i,
.pwd-page form .reg_pwd i,
.pwd-page form .pwd_pwd i {
  color: #666666;
  font-size: 22px;
  cursor: pointer;
}

.login-page form .login_pwd.show_text i,
.login-page form .reg_pwd.show_text i,
.login-page form .pwd_pwd.show_text i,
.pwd-page form .login_pwd.show_text i,
.pwd-page form .reg_pwd.show_text i,
.pwd-page form .pwd_pwd.show_text i {
  color: #006AFF;
}

.login-page form .tips,
.pwd-page form .tips {
  color: #169bd5;
  width: 100px;
  font-size: 16px;
  text-align: right;
}

.login-page form .tips a,
.pwd-page form .tips a {
  color: inherit;
}

.login-page form .tips_deg,
.pwd-page form .tips_deg {
  color: #006AFF;
  font-size: 16px;
  width: 100px;
  text-align: right;
  cursor: pointer;
}

.login-page form .xy_box,
.login-page form .login_xy,
.pwd-page form .xy_box,
.pwd-page form .login_xy {
  display: flex;
  align-items: center;
  color: #666;
  margin-top: 20px;
  height: 16px;
}

.login-page form .xy_box.tips,
.login-page form .login_xy.tips,
.pwd-page form .xy_box.tips,
.pwd-page form .login_xy.tips {
  color: #006AFF;
}

.login-page form .xy_box p,
.login-page form .login_xy p,
.pwd-page form .xy_box p,
.pwd-page form .login_xy p {
  font-size: 14px;
  font-weight: normal;
}

.login-page form .xy_box p a,
.login-page form .login_xy p a,
.pwd-page form .xy_box p a,
.pwd-page form .login_xy p a {
  color: #004d9f;
}

.login-page form .xy_box span,
.login-page form .login_xy span,
.pwd-page form .xy_box span,
.pwd-page form .login_xy span {
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page form .xy_box span i,
.login-page form .login_xy span i,
.pwd-page form .xy_box span i,
.pwd-page form .login_xy span i {
  display: none;
  font-size: 12px;
}

.login-page form .xy_box .active,
.login-page form .login_xy .active,
.pwd-page form .xy_box .active,
.pwd-page form .login_xy .active {
  background: #006AFF;
  border-color: #006AFF;
}

.login-page form .xy_box .active i,
.login-page form .login_xy .active i,
.pwd-page form .xy_box .active i,
.pwd-page form .login_xy .active i {
  display: block;
  color: #fff;
}

.login-page form .btn,
.pwd-page form .btn {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-page form .btn button,
.pwd-page form .btn button {
  background-color: #006AFF;
  cursor: pointer;
  margin-top: 0;
  border-radius: 10px;
}

.login-page form .btn i,
.pwd-page form .btn i {
  font-size: 40px;
  color: #00aa00;
  margin-top: 30px;
  cursor: pointer;
}

/*****登录注册结束*****/
/*****忘记密码*****/
.pwd-page {
  height: 360px;
  position: relative;
}

.pwd-page .login_box {
  background-color: #fff;
  width: 685px;
  margin: auto;
  box-shadow: 0 0 10px -2px #666;
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.pwd-page .login_box .itme-input span {
  width: 120px;
}

.pwd-page .login_box .btn {
  padding-top: 40px;
  justify-content: center;
}

/*****场馆结束*****/
.museum_page img,
.live_page img,
.book_page img {
  width: 100%;
}

.museum_page .router,
.live_page .router,
.book_page .router {
  margin: 14px 0 20px;
  font-size: 15px;
  height: 30px;
  color: #006AFF;
  position: relative;
  z-index: 1;
  border-left: 7px solid #006AFF;
  padding-left: 28px;
  line-height: 30px;
  position: relative;
}

.museum_page .router span,
.live_page .router span,
.book_page .router span {
  color: #000000;
  font-size: 18px;
}

.museum_page .router a,
.live_page .router a,
.book_page .router a {
  font-size: 16px;
  color: #666666;
}

.museum_page .router .content_visitor,
.live_page .router .content_visitor,
.book_page .router .content_visitor {
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
  font-size: 15px;
}

.museum_page .router .content_visitor span,
.live_page .router .content_visitor span,
.book_page .router .content_visitor span {
  color: #006AFF;
}

.museum_page .banner,
.live_page .banner,
.book_page .banner {
  position: relative;
  min-width: 1200px;
}

.museum_page .banner .museum_name,
.live_page .banner .museum_name,
.book_page .banner .museum_name {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 500px;
  text-align: center;
  z-index: 999;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8%;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
}

.museum_page .banner .swiper-slide,
.live_page .banner .swiper-slide,
.book_page .banner .swiper-slide {
  min-height: 280px;
  background: #CCCCCC;
}

.museum_page .banner .zhanwei,
.live_page .banner .zhanwei,
.book_page .banner .zhanwei {
  background: #CCCCCC;
}

.museum_page .banner .zhanwei img,
.live_page .banner .zhanwei img,
.book_page .banner .zhanwei img {
  opacity: 0;
}

.museum_page .swiper,
.museum_page .sqadv_swiper,
.live_page .swiper,
.live_page .sqadv_swiper,
.book_page .swiper,
.book_page .sqadv_swiper {
  width: 100vm;
}

.museum_page .swiper img,
.museum_page .sqadv_swiper img,
.live_page .swiper img,
.live_page .sqadv_swiper img,
.book_page .swiper img,
.book_page .sqadv_swiper img {
  width: 100%;
}

.museum_page .swiper .swiper-pagination,
.museum_page .sqadv_swiper .swiper-pagination,
.live_page .swiper .swiper-pagination,
.live_page .sqadv_swiper .swiper-pagination,
.book_page .swiper .swiper-pagination,
.book_page .sqadv_swiper .swiper-pagination {
  text-align: right;
  padding-right: 50px;
  padding-bottom: 30px;
}

.museum_page .swiper .swiper-pagination-bullet,
.museum_page .sqadv_swiper .swiper-pagination-bullet,
.live_page .swiper .swiper-pagination-bullet,
.live_page .sqadv_swiper .swiper-pagination-bullet,
.book_page .swiper .swiper-pagination-bullet,
.book_page .sqadv_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  transition: .2s;
}

.museum_page .swiper .swiper-pagination-bullet-active,
.museum_page .sqadv_swiper .swiper-pagination-bullet-active,
.live_page .swiper .swiper-pagination-bullet-active,
.live_page .sqadv_swiper .swiper-pagination-bullet-active,
.book_page .swiper .swiper-pagination-bullet-active,
.book_page .sqadv_swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  height: 20px;
  transition: .2s;
}

.museum_page .swiper .swiper-slide img,
.museum_page .sqadv_swiper .swiper-slide img,
.live_page .swiper .swiper-slide img,
.live_page .sqadv_swiper .swiper-slide img,
.book_page .swiper .swiper-slide img,
.book_page .sqadv_swiper .swiper-slide img {
  width: 100%;
}

.museum_details_page .goback_index,
.museum_content_page .goback_index,
.live_page .goback_index,
.book_page .goback_index {
  padding: 20px 0 0;
  font-size: 16px;
  color: #006AFF;
}

.museum_details_page .content-title,
.museum_content_page .content-title,
.live_page .content-title,
.book_page .content-title {
  display: flex;
  align-items: flex-end;
  margin-top: -50px;
  margin-bottom: 35px;
  position: relative;
}

.museum_details_page .content-title p,
.museum_content_page .content-title p,
.live_page .content-title p,
.book_page .content-title p {
  width: 35px;
  height: 35px;
  background-color: #2e7a8f;
}

.museum_details_page .content-title h4,
.museum_content_page .content-title h4,
.live_page .content-title h4,
.book_page .content-title h4 {
  font-size: 30px;
  font-weight: bold;
  color: #2e7a8f;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 11;
  margin: 0;
}

.museum_details_page .content-title div,
.museum_content_page .content-title div,
.live_page .content-title div,
.book_page .content-title div {
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 13px;
  width: 100%;
  background-color: #2e7a8f;
}

.museum_details_page .content-title img,
.museum_content_page .content-title img,
.live_page .content-title img,
.book_page .content-title img {
  width: 460px;
  height: 80px;
  position: relative;
  z-index: 11;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, white 20%);
}

.museum_details_page .content_list_box.loadingbg,
.live_page .content_list_box.loadingbg,
.book_page .content_list_box.loadingbg {
  min-height: 380px;
  /*background: url("../img/loading.gif") no-repeat;
			background-size: 255px;
			background-position: center;*/
}

.museum_details_page .content_list_box li,
.live_page .content_list_box li,
.book_page .content_list_box li {
  width: 370px;
  background: #fff;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
  margin: 0 45px 25px 0;
}

.museum_details_page .content_list_box li:nth-child(3n),
.live_page .content_list_box li:nth-child(3n),
.book_page .content_list_box li:nth-child(3n) {
  margin-right: 0;
}

.museum_details_page .content_list_box li .img-box,
.live_page .content_list_box li .img-box,
.book_page .content_list_box li .img-box {
  width: 340px;
  height: 213px;
  background-color: #E3E3E3;
}

.museum_details_page .content_list_box li .summary,
.live_page .content_list_box li .summary,
.book_page .content_list_box li .summary {
  padding-top: 15px;
  line-height: 22px;
  height: 80px;
  font-size: 14px;
  border-top: 1px solid #DDDDDD;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #666666;
}

.museum_details_page .content_list_box li .item-source,
.live_page .content_list_box li .item-source,
.book_page .content_list_box li .item-source {
  padding-top: 23px;
  color: #666666;
}

.museum_details_page .content_list_box li .zxbtn,
.live_page .content_list_box li .zxbtn,
.book_page .content_list_box li .zxbtn {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.museum_details_page .content_list_box li .zxbtn a,
.museum_details_page .content_list_box li .zxbtn span,
.live_page .content_list_box li .zxbtn a,
.live_page .content_list_box li .zxbtn span,
.book_page .content_list_box li .zxbtn a,
.book_page .content_list_box li .zxbtn span {
  color: #006AFF;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
}

.museum_details_page .live_list_box li,
.live_page .live_list_box li,
.book_page .live_list_box li {
  width: 370px;
  background: #fff;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  box-sizing: border-box;
  margin: 0 45px 25px 0 !important;
}

.museum_details_page .live_list_box li:nth-child(3n),
.live_page .live_list_box li:nth-child(3n),
.book_page .live_list_box li:nth-child(3n) {
  margin-right: 0 !important;
}

.museum_details_page .live_list_box li .img-box,
.live_page .live_list_box li .img-box,
.book_page .live_list_box li .img-box {
  width: 340px;
  height: 213px;
  background-color: #E3E3E3;
}

.museum_details_page .live_list_box li .img-box a,
.live_page .live_list_box li .img-box a,
.book_page .live_list_box li .img-box a {
  width: 100%;
  height: 100%;
}

.museum_details_page .live_list_box li .summary,
.live_page .live_list_box li .summary,
.book_page .live_list_box li .summary {
  padding-top: 15px;
  margin-top: 15px;
  line-height: 24px;
  height: 70px;
  border-top: 1px solid #2e7a8f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.museum_details_page .live_list_box li .zxbtn,
.live_page .live_list_box li .zxbtn,
.book_page .live_list_box li .zxbtn {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.museum_details_page .live_list_box li .zxbtn a,
.museum_details_page .live_list_box li .zxbtn span,
.live_page .live_list_box li .zxbtn a,
.live_page .live_list_box li .zxbtn span,
.book_page .live_list_box li .zxbtn a,
.book_page .live_list_box li .zxbtn span {
  width: 80px;
  line-height: 32px;
  border: 1px solid #2e7a8f;
  color: #2e7a8f;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
}

.museum_details_page .content_list_box,
.museum_details_page .live_list_box,
.live_page .content_list_box,
.live_page .live_list_box,
.book_page .content_list_box,
.book_page .live_list_box {
  display: flex;
  flex-wrap: wrap;
}

.museum_details_page .content_list_box li,
.museum_details_page .live_list_box li,
.live_page .content_list_box li,
.live_page .live_list_box li,
.book_page .content_list_box li,
.book_page .live_list_box li {
  padding: 13px;
  min-height: 477px;
  max-height: 505px;
  box-sizing: border-box;
}

.museum_details_page .content_list_box li .img-box,
.museum_details_page .live_list_box li .img-box,
.live_page .content_list_box li .img-box,
.live_page .live_list_box li .img-box,
.book_page .content_list_box li .img-box,
.book_page .live_list_box li .img-box {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.museum_details_page .content_list_box li .img-box a,
.museum_details_page .live_list_box li .img-box a,
.live_page .content_list_box li .img-box a,
.live_page .live_list_box li .img-box a,
.book_page .content_list_box li .img-box a,
.book_page .live_list_box li .img-box a {
  width: 100%;
  height: 100%;
}

.museum_details_page .content_list_box li .img-box:hover img,
.museum_details_page .live_list_box li .img-box:hover img,
.live_page .content_list_box li .img-box:hover img,
.live_page .live_list_box li .img-box:hover img,
.book_page .content_list_box li .img-box:hover img,
.book_page .live_list_box li .img-box:hover img {
  transform: scale(1.3);
}

.museum_details_page .content_list_box li .img-box img,
.museum_details_page .live_list_box li .img-box img,
.live_page .content_list_box li .img-box img,
.live_page .live_list_box li .img-box img,
.book_page .content_list_box li .img-box img,
.book_page .live_list_box li .img-box img {
  width: 100%;
  height: 100%;
  transition: 1s;
}

.museum_details_page .content_list_box li .item-info,
.museum_details_page .live_list_box li .item-info,
.live_page .content_list_box li .item-info,
.live_page .live_list_box li .item-info,
.book_page .content_list_box li .item-info,
.book_page .live_list_box li .item-info {
  padding: 0 9px;
  font-size: 14px;
  color: #666;
}

.museum_details_page .content_list_box li .item-info h3,
.museum_details_page .live_list_box li .item-info h3,
.live_page .content_list_box li .item-info h3,
.live_page .live_list_box li .item-info h3,
.book_page .content_list_box li .item-info h3,
.book_page .live_list_box li .item-info h3 {
  font-size: 20px;
  color: #000;
  line-height: 26px;
  height: 53px;
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.museum_details_page .content_list_box li .item-info h3 p,
.museum_details_page .live_list_box li .item-info h3 p,
.live_page .content_list_box li .item-info h3 p,
.live_page .live_list_box li .item-info h3 p,
.book_page .content_list_box li .item-info h3 p,
.book_page .live_list_box li .item-info h3 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 53px;
}

.museum_details_page .content_list_box li .item-info .item-source,
.museum_details_page .live_list_box li .item-info .item-source,
.live_page .content_list_box li .item-info .item-source,
.live_page .live_list_box li .item-info .item-source,
.book_page .content_list_box li .item-info .item-source,
.book_page .live_list_box li .item-info .item-source {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.museum_details_page .live_list_box li,
.live_page .live_list_box li,
.book_page .live_list_box li {
  margin: 0 0 35px;
  margin-right: 93px;
}

.museum_details_page .live_list_box li:nth-child(3n),
.live_page .live_list_box li:nth-child(3n),
.book_page .live_list_box li:nth-child(3n) {
  margin-right: 0;
}

.museum_details_page .live_list_box li .item-info,
.live_page .live_list_box li .item-info,
.book_page .live_list_box li .item-info {
  padding-bottom: 12px;
}

.museum_details_page .live_list_box li .item-info h3,
.live_page .live_list_box li .item-info h3,
.book_page .live_list_box li .item-info h3 {
  height: 65px;
}

.museum_details_page .live_list_box li .item-info h3 p,
.live_page .live_list_box li .item-info h3 p,
.book_page .live_list_box li .item-info h3 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 65px;
}

.museum_details_page .live_list_box li .item-info .zj_user,
.live_page .live_list_box li .item-info .zj_user,
.book_page .live_list_box li .item-info .zj_user {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
  line-height: 20px;
  font-size: 14px;
  color: #5b5b5b;
}

.museum_details_page .live_list_box li .item-info .zj_user .live_summary_content,
.live_page .live_list_box li .item-info .zj_user .live_summary_content,
.book_page .live_list_box li .item-info .zj_user .live_summary_content {
  line-height: 26px;
  height: 78px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}

.museum_details_page .live_list_box li .item-info .zj_user p:nth-child(2),
.live_page .live_list_box li .item-info .zj_user p:nth-child(2),
.book_page .live_list_box li .item-info .zj_user p:nth-child(2) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.museum_details_page .live_list_box li .item-info .zxbtn,
.live_page .live_list_box li .item-info .zxbtn,
.book_page .live_list_box li .item-info .zxbtn {
  margin-top: 0 !important;
}

.museum_details_page .live_list_box li .item-info .zxbtn a,
.museum_details_page .live_list_box li .item-info .zxbtn span,
.live_page .live_list_box li .item-info .zxbtn a,
.live_page .live_list_box li .item-info .zxbtn span,
.book_page .live_list_box li .item-info .zxbtn a,
.book_page .live_list_box li .item-info .zxbtn span {
  color: #006AFF;
  border: 0;
}

.museum_details_page .live_list_box li .item-info .zxbtn span,
.live_page .live_list_box li .item-info .zxbtn span,
.book_page .live_list_box li .item-info .zxbtn span {
  color: #bcbcbc;
}

.museum_details_page .video_list_box,
.live_page .video_list_box,
.book_page .video_list_box {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.museum_details_page .video_list_box a:nth-child(3n) li,
.live_page .video_list_box a:nth-child(3n) li,
.book_page .video_list_box a:nth-child(3n) li {
  margin-right: 0;
}

.museum_details_page .video_list_box li,
.live_page .video_list_box li,
.book_page .video_list_box li {
  width: 320px;
  padding: 15px;
  margin: 0 14px 10px 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.museum_details_page .video_list_box li:hover .img-box img:nth-child(1),
.live_page .video_list_box li:hover .img-box img:nth-child(1),
.book_page .video_list_box li:hover .img-box img:nth-child(1) {
  transform: scale(1.2);
}

.museum_details_page .video_list_box li .img-box,
.live_page .video_list_box li .img-box,
.book_page .video_list_box li .img-box {
  width: 100%;
  width: 290px;
  height: 290px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.museum_details_page .video_list_box li .img-box > div,
.live_page .video_list_box li .img-box > div,
.book_page .video_list_box li .img-box > div {
  width: 100%;
  height: 100%;
}

.museum_details_page .video_list_box li .img-box.cover_img,
.live_page .video_list_box li .img-box.cover_img,
.book_page .video_list_box li .img-box.cover_img {
  width: 290px;
  height: 290px;
}

.museum_details_page .video_list_box li .img-box img,
.live_page .video_list_box li .img-box img,
.book_page .video_list_box li .img-box img {
  min-width: 100%;
  min-height: 100%;
  transition: .5s;
}

.museum_details_page .video_list_box li .img-box .video_icon,
.live_page .video_list_box li .img-box .video_icon,
.book_page .video_list_box li .img-box .video_icon {
  min-width: inherit;
  min-height: inherit;
  width: 101px !important;
  height: 76px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.museum_details_page .video_list_box li .item-info h3,
.live_page .video_list_box li .item-info h3,
.book_page .video_list_box li .item-info h3 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 24px;
  padding: 0;
  margin-top: 18px;
  height: 56px;
  display: flex;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 17px;
}

.museum_details_page .video_list_box li .item-info h3 p,
.live_page .video_list_box li .item-info h3 p,
.book_page .video_list_box li .item-info h3 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 56px;
}

.museum_details_page .video_list_box li .item-info .img-tit,
.live_page .video_list_box li .item-info .img-tit,
.book_page .video_list_box li .item-info .img-tit {
  height: inherit;
  max-height: 58px;
}

.museum_details_page .video_list_box li .item-info .zj_user,
.museum_details_page .video_list_box li .item-info .zxbtn,
.live_page .video_list_box li .item-info .zj_user,
.live_page .video_list_box li .item-info .zxbtn,
.book_page .video_list_box li .item-info .zj_user,
.book_page .video_list_box li .item-info .zxbtn {
  font-size: 14px;
  color: #5b5b5b;
  line-height: 22px;
  min-height: 20px;
}

.museum_details_page .video_list_box li .item-info .zxbtn,
.live_page .video_list_box li .item-info .zxbtn,
.book_page .video_list_box li .item-info .zxbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.museum_details_page .video_list_box li .item-info .zxbtn a,
.live_page .video_list_box li .item-info .zxbtn a,
.book_page .video_list_box li .item-info .zxbtn a {
  width: 66px;
  line-height: 30px;
  border-radius: 5px;
  color: #2e7a8f;
  border: 1px solid #2e7a8f;
  text-align: center;
}

.museum_details_page .video_list_box li .item-info .zxbtn .download,
.live_page .video_list_box li .item-info .zxbtn .download,
.book_page .video_list_box li .item-info .zxbtn .download {
  border: 0 !important;
  width: 22px;
  cursor: pointer;
}

.museum_details_page .video_list_box li .item-info .zxbtn .download img,
.live_page .video_list_box li .item-info .zxbtn .download img,
.book_page .video_list_box li .item-info .zxbtn .download img {
  width: 22px;
}

.museum_details_page .star-live,
.live_page .star-live,
.book_page .star-live {
  margin-bottom: 35px;
}

.museum_details_page .star-live .item,
.live_page .star-live .item,
.book_page .star-live .item {
  position: relative;
  display: flex;
  width: 1200px;
  height: 372px;
  overflow: hidden;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.15);
}

.museum_details_page .star-live .item > a,
.live_page .star-live .item > a,
.book_page .star-live .item > a {
  width: 770px;
  height: 372px;
  position: static !important;
  background-color: none;
}

.museum_details_page .star-live .item img,
.live_page .star-live .item img,
.book_page .star-live .item img {
  width: 100%;
}

.museum_details_page .star-live .item .top_bg_info,
.live_page .star-live .item .top_bg_info,
.book_page .star-live .item .top_bg_info {
  width: 770px;
  height: 372px;
  position: relative;
  background-color: #CCCCCC;
}

.museum_details_page .star-live .item .top_bg_info > img,
.live_page .star-live .item .top_bg_info > img,
.book_page .star-live .item .top_bg_info > img {
  width: 100%;
  height: 100%;
}

.museum_details_page .star-live .item .top_bg_info > div,
.live_page .star-live .item .top_bg_info > div,
.book_page .star-live .item .top_bg_info > div {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  color: #fff;
  padding: 25px 0 0;
}

.museum_details_page .star-live .item .top_bg_info .status,
.live_page .star-live .item .top_bg_info .status,
.book_page .star-live .item .top_bg_info .status {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  font-size: 24px;
  border: 2px solid #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  margin-left: 25px;
}

.museum_details_page .star-live .item .top_bg_info .status span,
.live_page .star-live .item .top_bg_info .status span,
.book_page .star-live .item .top_bg_info .status span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #006AFF;
  border-radius: 50%;
  margin-right: 9px;
}

.museum_details_page .star-live .item .top_bg_info .time,
.live_page .star-live .item .top_bg_info .time,
.book_page .star-live .item .top_bg_info .time {
  font-size: 14px;
  width: 100%;
  height: 47px;
  background: linear-gradient(0deg, #000000 0%, transparent 100%);
  display: flex;
  align-items: center;
  padding: 25px;
  box-sizing: border-box;
}

.museum_details_page .star-live .item .top_bg_info .time i,
.live_page .star-live .item .top_bg_info .time i,
.book_page .star-live .item .top_bg_info .time i {
  margin-right: 11px;
  font-size: 20px;
}

.museum_details_page .star-live .item .info,
.live_page .star-live .item .info,
.book_page .star-live .item .info {
  flex: 1;
  color: #000;
  background-color: #fff;
  padding: 0 42px;
}

.museum_details_page .star-live .item .info h3,
.live_page .star-live .item .info h3,
.book_page .star-live .item .info h3 {
  height: 96px;
  font-size: 28px;
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
}

.museum_details_page .star-live .item .info h3 p,
.live_page .star-live .item .info h3 p,
.book_page .star-live .item .info h3 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 32px;
}

.museum_details_page .star-live .item .info .atuhor,
.live_page .star-live .item .info .atuhor,
.book_page .star-live .item .info .atuhor {
  display: flex;
  align-items: center;
  padding: 17px 0;
}

.museum_details_page .star-live .item .info .atuhor img,
.live_page .star-live .item .info .atuhor img,
.book_page .star-live .item .info .atuhor img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #E3E3E3;
  margin-right: 19px;
}

.museum_details_page .star-live .item .info .atuhor div,
.live_page .star-live .item .info .atuhor div,
.book_page .star-live .item .info .atuhor div {
  color: #000;
  font-size: 20px;
}

.museum_details_page .star-live .item .info .atuhor div span,
.live_page .star-live .item .info .atuhor div span,
.book_page .star-live .item .info .atuhor div span {
  color: #666;
  font-size: 14px;
}

.museum_details_page .star-live .item .info .atuhor div p,
.live_page .star-live .item .info .atuhor div p,
.book_page .star-live .item .info .atuhor div p {
  padding-top: 11px;
}

.museum_details_page .star-live .item .info .start_content,
.live_page .star-live .item .info .start_content,
.book_page .star-live .item .info .start_content {
  color: #666666;
  line-height: 26px;
  font-size: 16px;
  height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.museum_details_page .star-live .item .info .a_box,
.live_page .star-live .item .info .a_box,
.book_page .star-live .item .info .a_box {
  margin-top: 49px;
  text-align: right;
  font-size: 16px;
}

.museum_details_page .star-live .item .info .a_box a,
.live_page .star-live .item .info .a_box a,
.book_page .star-live .item .info .a_box a {
  color: #006AFF;
}

.live-head {
  line-height: 60px;
  margin: 0;
  min-width: 1200px;
  position: relative;
}

.live-head p {
  width: 1200px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 50%;
  transform: translateY(150%);
  text-shadow: 0px 10px 12px rgba(0, 0, 0, 0.8);
}

.live-head img {
  width: 100%;
}

.live-head.jointUnit-head {
  min-height: 200px;
}

.live-content_page {
  padding-bottom: 80px;
}

.live_index_content,
.interact-content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  width: 1200px;
}

.live_index_content.interact-content,
.interact-content.interact-content {
  width: 926px;
  padding: 30px 39px;
}

.live_index_content.interact-content .video-js,
.interact-content.interact-content .video-js {
  width: 100%;
  height: 532px;
}

.live_index_content.interact-content .user-info .input-item,
.interact-content.interact-content .user-info .input-item {
  flex: 1;
}

.live_index_content.interact-content .download_btn a,
.interact-content.interact-content .download_btn a {
  display: flex;
  align-items: center;
}

.live_index_content .video-js,
.interact-content .video-js {
  width: 1160px;
  height: 651px;
}

.live_index_content .video-js .vjs-big-play-button,
.interact-content .video-js .vjs-big-play-button {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.live_index_content .live-tit,
.interact-content .live-tit {
  font-size: 28px;
  color: #000;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #006AFF;
}

.live_index_content .live-tit span,
.interact-content .live-tit span {
  font-size: 12px;
  color: #006AFF;
  border: 2px solid #006AFF;
  border-radius: 12px;
  text-align: center;
  margin-right: 10px;
  height: 22px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.live_index_content .live-tit .lived,
.interact-content .live-tit .lived {
  color: #B5b5b5;
  border: 1px solid #B5b5b5;
}

.live_index_content .flex-item,
.interact-content .flex-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  margin: 4px 0;
  height: 29px;
}

.live_index_content .flex-item .live-time,
.interact-content .flex-item .live-time {
  display: flex;
  align-items: center;
}

.live_index_content .flex-item .live-time p,
.interact-content .flex-item .live-time p {
  padding: 0 14px 0 9px;
  margin: 0;
  border-left: 1px solid #ddd;
  color: #666;
}

.live_index_content .flex-item .live-time p:first-child,
.interact-content .flex-item .live-time p:first-child {
  border: 0;
}

.live_index_content .flex-item .live-time .iconfont,
.interact-content .flex-item .live-time .iconfont {
  color: #BBBBBB;
  font-size: 20px;
}

.live_index_content .flex-item .btns p,
.interact-content .flex-item .btns p {
  padding: 0 14px 0 9px;
  border-left: 1px solid #ddd;
  margin-bottom: 0;
}

.live_index_content .flex-item .btns p:first-child,
.interact-content .flex-item .btns p:first-child {
  border: 0;
}

.live_index_content .flex-item .btns .download_btn a,
.interact-content .flex-item .btns .download_btn a {
  color: inherit;
}

.live_index_content .flex-item .btns,
.live_index_content .flex-item p,
.interact-content .flex-item .btns,
.interact-content .flex-item p {
  display: flex;
  align-items: center;
  line-height: 20px;
}

.live_index_content .flex-item .btns img,
.live_index_content .flex-item p img,
.interact-content .flex-item .btns img,
.interact-content .flex-item p img {
  width: 20px;
  margin-right: 5px;
}

.live_index_content .flex-item .btns i,
.live_index_content .flex-item p i,
.interact-content .flex-item .btns i,
.interact-content .flex-item p i {
  font-size: 20px;
  color: #bbb;
  margin-right: 5px;
}

.live_index_content .flex-item .btns p,
.live_index_content .flex-item p p,
.interact-content .flex-item .btns p,
.interact-content .flex-item p p {
  cursor: pointer;
}

.live_index_content .user_info,
.interact-content .user_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  color: #7F7F7F;
}

.live_index_content .user_info.img_user_info .names_info,
.interact-content .user_info.img_user_info .names_info {
  margin-left: 0;
}

.live_index_content .user_info > div,
.interact-content .user_info > div {
  display: flex;
  align-items: center;
}

.live_index_content .user_info .avatar,
.interact-content .user_info .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.live_index_content .user_info .avatar img,
.interact-content .user_info .avatar img {
  width: initial;
  min-width: 100%;
  max-height: 100%;
}

.live_index_content .user_info .names_info,
.interact-content .user_info .names_info {
  margin-right: 36px;
  margin-left: 19px;
  line-height: 26px;
  font-size: #666;
  font-size: 14px;
  padding-right: 37px;
  border-right: 1px solid #ACACAC;
}

.live_index_content .user_info .names_info.long_names_info,
.interact-content .user_info .names_info.long_names_info {
  border-right: 0;
  margin-right: 0;
  display: flex;
}

.live_index_content .user_info .names_info.long_names_info p,
.interact-content .user_info .names_info.long_names_info p {
  margin-left: 20px;
}

.live_index_content .user_info .names_info p,
.interact-content .user_info .names_info p {
  color: #000;
  font-size: 20px;
}

.live_index_content .user_info .input-item,
.interact-content .user_info .input-item {
  flex: 1;
}

.live_index_content .user_info .input-item input,
.interact-content .user_info .input-item input {
  border: 1px solid #d7d7d7;
  line-height: 40px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
}

.live_index_content .user_info .input-item button,
.interact-content .user_info .input-item button {
  font-size: 16px;
  color: #fff;
  background-color: #00C39A;
  line-height: 40px;
  width: 138px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.interact-content .video_box {
  display: none;
}

.interact-content .de_img_box {
  display: none;
}

.content-list {
  width: 1200px;
  margin: auto;
  position: relative;
}

.content-list .abo_btns {
  position: fixed;
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 210px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.content-list .abo_btns div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(145, 145, 145, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -94px;
  cursor: pointer;
  transition: .5s;
}

.content-list .abo_btns div .iconfont {
  font-size: 30px;
}

.content-list .abo_btns div:hover, .content-list .abo_btns div.active {
  background: rgba(0, 106, 255, 0.7);
}

.content-list .abo_btns .top_btn {
  margin-top: 84px;
}

.content-list .abo_btns .top_btn .iconfont {
  transform: rotate(90deg);
  font-weight: bold;
}

.classfiy_list {
  padding-bottom: 30px;
}

.classfiy_list li {
  position: relative;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  overflow: hidden;
  background-color: #E3E3E3;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.45);
}

.classfiy_list li .tit {
  position: absolute;
  width: 340px;
  height: 100%;
  padding: 80px 60px 0 40px;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 5px #333;
}

.classfiy_list li .tit h3 {
  font-size: 28px;
  margin-bottom: 17px;
}

.classfiy_list li .tit p {
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
}

.classfiy_list li .img_a {
  width: 100%;
  position: relative;
  background: none;
  right: 0;
  align-items: flex-start;
}

.classfiy_list li span {
  position: absolute;
  right: -130px;
  height: 100%;
  width: 130px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  transition: .5s;
  font-size: 28px;
  background: rgba(0, 106, 255, 0.7);
}

.classfiy_list li span i {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: normal;
}

.classfiy_list li:hover span {
  right: 0;
}

/*****场馆结束*****/
/*****文章详情开始*****/
.museum_content_page {
  padding-top: 84px;
}

.museum_content_page .info_content_box {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.museum_content_page .info_content_box .content_info_index {
  padding: 45px 45px 0;
}

.museum_content_page .info_content_box .page_btn_box {
  width: 100%;
  height: 60px;
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.museum_content_page .info_content_box .page_btn_box a {
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.museum_content_page .info_content_box .page_btn_box a:hover {
  color: #006AFF;
  font-weight: bold;
}

.museum_content_page .info_content_box .page_btn_box a .iconfont {
  color: #006AFF;
}

.museum_content_page .info_content_box .page_btn_box a:nth-child(1) i {
  transform: rotate(-90deg);
}

.museum_content_page .info_content_box .page_btn_box a:nth-child(2) i {
  transform: rotate(90deg);
}

.museum_content_page .info_content_box .commun_ui_page {
  box-shadow: none;
}

.museum_content_page .info_content_box.loadingbg .cover_info_box {
  display: none;
}

.museum_content_page .info_content_box.loadingbg .content_info_index {
  min-height: 600px;
  background: url("../img/loading.gif") no-repeat;
  background-size: 255px;
  background-position: center;
}

.museum_content_page .ue-content p {
  line-height: 26px;
  margin: 5px 0 25px 0;
  font-size: 18px;
}

.museum_content_page .ue-content img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.museum_content_page .img_source_list img {
  width: 100%;
}

.museum_content_page .img_source_list .img-item {
  padding-bottom: 30px;
}

.museum_content_page .img_source_list .summary {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  border-bottom: 2px solid #D3D3D3;
  padding: 25px 0 5px 0;
}

.museum_content_page .img_source_list .summary p {
  margin: 5px 0 25px 0;
}

.museum_content_page .video_source_list .source_item {
  padding-bottom: 30px;
}

.museum_content_page .video_source_list video {
  width: 100%;
}

.museum_content_page .video_source_list h3 {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  border-bottom: 2px solid #D3D3D3;
  padding: 25px 0 5px 0;
}

.museum_content_page .video_source_list h3 p {
  margin: 5px 0 25px 0;
}

.museum_content_page .content-title {
  margin-bottom: 20px;
}

.museum_content_page .cover_info_box {
  position: relative;
  height: 375px;
  display: flex;
  align-items: center;
}

.museum_content_page .cover_info_box .bg_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.museum_content_page .cover_info_box .bg_img img {
  height: 100%;
}

.museum_content_page .cover_info_box .btns {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
}

.museum_content_page .cover_info_box .btns > div,
.museum_content_page .cover_info_box .btns > a {
  padding: 0 20px;
  height: 45px;
  display: flex;
  align-items: center;
  margin-left: 12px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 23px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.museum_content_page .cover_info_box .btns > div .iconfont,
.museum_content_page .cover_info_box .btns > a .iconfont {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
}

.museum_content_page .cover_info_box .btns img {
  width: 35px;
  margin-right: 10px;
}

.museum_content_page .cover_info_box .btns .base_btn {
  display: none;
  justify-content: flex-end;
}

.museum_content_page .cover_info_box .btns .phone_ew {
  position: relative;
}

.museum_content_page .cover_info_box .btns .phone_ew:hover .ew_img_box {
  display: block;
}

.museum_content_page .cover_info_box .btns .phone_ew .ew_img_box {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 1111;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  top: 55px;
  border-radius: 12px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}

.museum_content_page .cover_info_box .btns .phone_ew .ew_img_box img {
  width: 100%;
  height: 100%;
}

.museum_content_page .cover_info_box .tit_shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 41px;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 53px;
  text-shadow: 0px 9px 13px rgba(0, 0, 0, 0.6);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.museum_content_page .content_from {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-left: 45px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page_bg_img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw !important;
  min-height: 100vh;
  min-width: 1200px;
}

.museum_newcontent_page .info_content_box > div {
  padding: 0;
}

.museum_newcontent_page .info_content_box .commun_ui_page {
  padding: 45px;
}

.museum_newcontent_page .cover_info_box {
  height: inherit;
}

.museum_newcontent_page .specail_info.loadingbg .commun_ui_page {
  min-height: 600px;
  background: url("../img/loading.gif") no-repeat;
  background-size: 255px;
  background-position: center;
}

.museum_newcontent_page .specail_info .cover_info_box {
  display: none;
}

/*****文章详情结束*****/
/*****分页插件样式*****/
.well {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.pagination > li > a,
.pagination > li > span {
  color: #666;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #006AFF;
  border-color: #006AFF;
}

.well {
  margin: auto;
  padding: 25px 0 50px;
}

.well .pagination {
  margin: auto;
}

.well .row > div {
  float: none;
  margin: auto;
  text-align: center;
  width: inherit;
}

.well .row > div a {
  margin: 0 2px;
}

.museum_content_page {
  padding-bottom: 60px;
}

.museum_content_page .well {
  padding-right: 0;
  margin-top: 40px;
}

.museum_content_page .well .row div {
  float: right;
}

.book_content {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.book_content .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.book_content .btn i {
  font-size: 40px;
  color: #666;
}

.book_content .btn.next_btn {
  right: 0;
}

.book_content .book_info {
  position: relative;
  z-index: 22;
}

.book_content .book_info .book_name {
  margin-top: 16px;
  font-size: 28px;
  color: #000;
}

.book_content .book_info .flex-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3px;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 15px;
}

.book_content .book_info .flex-item .btn_flex {
  display: flex;
}

.book_content .book_info .flex-item .btn_flex p {
  height: 29px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  border-left: 1px solid #DDDDDD;
  cursor: pointer;
}

.book_content .book_info .flex-item .btn_flex p:nth-child(1) {
  border: 0;
}

.book_content .book_info .flex-item .btn_flex p i {
  margin-right: 7px;
  font-size: 20px;
  color: #BBBBBB;
}

.book_content .booklet {
  background-color: #fff;
}

.book_content .booklet .b-counter {
  display: none !important;
}

.book_content #mybook {
  width: 1160px;
  height: 820px;
}

.book_content #mybook .book-iframe {
  width: 1160px;
  height: 100%;
}

.book_content #mybook .well {
  padding-bottom: 30px;
}

.book_page {
  padding-bottom: 50px;
}

.book_page .author_name {
  color: #666;
  line-height: 29px;
}

.book_list_box_flex {
  display: flex;
  justify-content: space-between;
}

.book_list_box_flex .nav_list {
  width: 200px;
  background-color: #fff;
  min-height: 960px;
}

.book_list_box_flex .nav_list > div {
  background: #fff;
  font-size: 15px;
  color: #666;
  line-height: 65px;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.book_list_box_flex .nav_list > div .tit {
  padding: 0 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.book_list_box_flex .nav_list > div i {
  color: #666;
  margin-left: 13px;
  display: inline-block;
}

.book_list_box_flex .nav_list > div .classify_nav_li {
  display: none;
  width: 100%;
  font-size: 14px;
  color: #666;
  background-color: #fff;
}

.book_list_box_flex .nav_list > div .classify_nav_li > div {
  background-color: #F5F5F5;
  margin-bottom: 2px;
  padding: 0 20px;
  line-height: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}

.book_list_box_flex .nav_list > div .classify_nav_li > div:hover {
  opacity: .8;
}

.book_list_box_flex .nav_list > div .classify_nav_li .active {
  color: #666;
  background: #DFDFDF;
}

.book_list_box_flex .nav_list .active {
  background: #006AFF;
  color: #fff;
}

.book_list_box_flex .nav_list .active i {
  color: #fff;
  transition: all 0.3s;
}

.book_list_box_flex .nav_list .childshow .classify_nav_li {
  display: block;
}

.book_list_box_flex .nav_list .childshow i {
  transform: rotate(180deg);
}

.book_list_box_flex .list-right {
  width: 988px;
}

.book_list_box_flex .list-right .list_name {
  font-size: 28px;
  font-weight: bold;
  line-height: 65px;
  padding-left: 51px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background: url(../img/tit-icon.png) no-repeat #fff;
  background-size: 34px 35px;
  background-position: 10px 24px;
}

.book_list_box_flex .list-right .book_list_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.book_list_box_flex .list-right .book_list_box li {
  width: 320px !important;
  height: 434px;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  margin-right: 14px;
  position: relative;
  background: #E3E3E3;
}

.book_list_box_flex .list-right .book_list_box li:nth-child(3n) {
  margin-right: 0;
}

.book_list_box_flex .list-right .book_list_box li a {
  color: inherit;
}

.book_list_box_flex .list-right .book_list_box li:hover img {
  transform: scale(1.2);
}

.book_list_box_flex .list-right .book_list_box li img {
  width: 320px;
  height: 434px;
  transition: .5s;
}

.book_list_box_flex .list-right .book_list_box li .tit {
  height: 130px;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 16px;
  left: 0;
  box-sizing: border-box;
}

.book_list_box_flex .list-right .book_list_box li .tit h3 {
  height: 46px;
  line-height: 23px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}

.book_list_box_flex .list-right .book_list_box li .tit h3 p {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 46px;
}

.book_list_box_flex .list-right .book_list_box li .tit > p {
  width: 280px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.book_list_box_flex #content-right {
  width: 988px;
}

.book_list_box_flex #content-right .interact-content {
  margin: 0 !important;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.book_list_box_flex #content-right .interact-content .live-tit {
  margin-top: 16px;
}

.book_list_box_flex #content-right .input-item {
  flex: 1;
  color: #666;
  line-height: 27px;
  font-size: 16px;
}

#comment-top {
  margin: 20px 0;
  padding: 20px 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

#comment-top p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-bottom: 20px;
}

#comment-top .text_box {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
  height: 130px;
}

#comment-top .text_box textarea {
  height: 130px;
  width: 100%;
  padding: 5px 20px;
  border: 0;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  display: block;
}

#comment-top .text_box textarea:focus-visible {
  outline: none;
}

#comment-top .text_box span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  color: #999;
}

#comment-top .btn-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-right: 0;
}

#comment-top .btn-box .left {
  display: flex;
  align-items: center;
}

#comment-top .btn-box .left .cl-box {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #f7f7f7;
}

#comment-top .btn-box .left .cl-box .item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
}

#comment-top .btn-box .left .cl-box .item:last-child {
  margin: 0;
}

#comment-top .btn-box .left .cl-box .item.line {
  width: 2px;
  height: 20px;
  background-color: #d6d6d6;
}

#comment-top .btn-box .left .cl-box .item > img {
  width: auto;
  height: 20px;
  margin: 0;
  padding: 0;
}

#comment-top .btn-box .left .cl-box .item span {
  margin-left: 5px;
  font-size: 14px;
}

#comment-top .btn-box .left .cl-box .item .emoji-box {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  width: 558px;
  padding: 15px;
  display: none;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-list .emoji-item {
  text-align: center;
  margin: 5px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 3px;
  box-sizing: border-box;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-list .emoji-item img {
  width: 60px;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-list .emoji-item .name {
  font-size: 13px;
  color: #5f5f5f;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-list .emoji-item.active {
  border-color: #006AFF;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-list .emoji-item.active .name {
  color: #006AFF;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0 0;
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-btn button {
  font-size: 16px;
  color: #fff;
  background: #006AFF;
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}

#comment-top .btn-box .left .cl-box .item .emoji-box .emoji-btn button:disabled {
  cursor: no-drop;
}

#comment-top .btn-box .left .cl-box .item .picture-box {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  width: 200px;
  padding: 15px;
  z-index: 99;
  display: none;
}

#comment-top .btn-box .left .cl-box .item .picture-box .picture {
  position: relative;
}

#comment-top .btn-box .left .cl-box .item .picture-box .picture img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

#comment-top .btn-box .left .cl-box .item .picture-box .picture #up_picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}

#comment-top .btn-box .left .cl-box .item .picture-box .picture .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #424242;
}

#comment-top .btn-box .left .cl-box .item .picture-box .picture-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0 0;
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
}

#comment-top .btn-box .left .cl-box .item .picture-box .picture-btn button {
  font-size: 16px;
  color: #fff;
  background: #006AFF;
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}

#comment-top .btn-box .left .cl-box .item .picture-box .picture-btn button:disabled {
  cursor: no-drop;
}

#comment-top .btn-box .left .cl-box .item .reply-box {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  width: 400px;
  padding: 15px;
  display: none;
}

#comment-top .btn-box .left .cl-box .item .reply-box .reply-list .reply-item {
  margin: 5px 10px;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}

#comment-top .btn-box .left .cl-box .item .reply-box .reply-list .reply-item img {
  width: 16px;
  height: 16px;
  margin-left: 15px;
}

#comment-top .btn-box .left .cl-box .item .reply-box .reply-list .reply-item .content {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 25px;
}

#comment-top .btn-box .left .cl-box .item .reply-box .reply-list .reply-item:last-child {
  border-bottom: none;
}

#comment-top .btn-box .left .cl-box .item .reply-box .reply-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0 0;
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
}

#comment-top .btn-box .left .cl-box .item .reply-box .reply-btn button {
  font-size: 16px;
  color: #fff;
  background: #006AFF;
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}

#comment-top .btn-box .left .cl-box .item .reply-box .reply-btn button:disabled {
  cursor: no-drop;
}

#comment-top .btn-box .left .cl-alert {
  margin-left: 15px;
  font-size: 14px;
  color: #5f5f5f;
}

#comment-top .btn-box .right button {
  font-size: 16px;
  color: #fff;
  background: #006AFF;
  width: 120px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

#comment-top .btn-box .right button:disabled {
  background-color: #eee;
  cursor: no-drop;
}

#comment-list {
  font-size: 14px;
  color: #666;
  padding: 20px 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

#comment-list .tit {
  line-height: 36px;
  padding: 0;
  margin: 0 20px;
  font-size: 16px;
}

#comment-list .comment-item {
  border-top: 1px solid #c3c3c3;
  padding: 28px 0;
  margin: 0 20px;
}

#comment-list .comment-item .parent {
  display: flex;
  align-items: flex-start;
}

#comment-list .comment-item .parent .avatar {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  position: relative;
}

#comment-list .comment-item .parent .avatar img:nth-child(1) {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}

#comment-list .comment-item .parent .avatar .auth_icon {
  width: 22px;
  min-width: inherit;
  border: none;
  bottom: 0;
  right: 0;
  position: absolute;
}

#comment-list .comment-item .parent .content {
  width: calc(100% - 220px);
  padding-left: 10px;
  box-sizing: border-box;
  word-break: break-all;
}

#comment-list .comment-item .parent .content .comment_user_info {
  margin-bottom: 10px;
  font-size: 12px;
  color: #A9A9A9;
  display: flex;
}

#comment-list .comment-item .parent .content .comment_user_info .auth_info {
  display: flex;
  align-items: center;
  color: #006AFF;
  font-size: 12px;
  font-weight: bold;
  margin-right: 11px;
}

#comment-list .comment-item .parent .content .comment_user_info .auth_info.auth_gf {
  color: #FF6C00;
}

#comment-list .comment-item .parent .content .comment_user_info .auth_info img {
  width: 14px;
  height: initial;
  margin-right: 4px;
}

#comment-list .comment-item .parent .content .comment-content img {
  width: auto;
  height: 400px;
  max-width: 100%;
}

#comment-list .comment-item .parent .content .comment-content.emoji img {
  width: auto;
  height: 270px;
  max-width: 100%;
}

#comment-list .comment-item .parent .content span:nth-child(1) {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  margin-right: 10px;
}

#comment-list .comment-item .parent .content div {
  font-size: 16px;
  line-height: 28px;
}

#comment-list .comment-item .parent .icon_img {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #006AFF;
  justify-content: flex-end;
  align-items: flex-end;
  width: 215px;
  height: 70px;
}

#comment-list .comment-item .parent .icon_img .like-box,
#comment-list .comment-item .parent .icon_img .dislike-box {
  margin-right: 18px;
}

#comment-list .comment-item .parent .icon_img .like-box img,
#comment-list .comment-item .parent .icon_img .dislike-box img {
  height: 24px;
  width: auto;
}

#comment-list .comment-item .parent .icon_img .like-box img:nth-of-type(2),
#comment-list .comment-item .parent .icon_img .dislike-box img:nth-of-type(2) {
  display: none;
}

#comment-list .comment-item .parent .icon_img .like-box .count,
#comment-list .comment-item .parent .icon_img .dislike-box .count {
  margin-left: 5px;
  color: #666666;
}

#comment-list .comment-item .parent .icon_img .like-box .dislike,
#comment-list .comment-item .parent .icon_img .dislike-box .dislike {
  transform: scaleY(-1);
}

#comment-list .comment-item .parent .icon_img .like-box.on,
#comment-list .comment-item .parent .icon_img .dislike-box.on {
  color: #006AFF;
}

#comment-list .comment-item .parent .icon_img .like-box.on img:nth-of-type(1),
#comment-list .comment-item .parent .icon_img .dislike-box.on img:nth-of-type(1) {
  display: none;
}

#comment-list .comment-item .parent .icon_img .like-box.on img:nth-of-type(2),
#comment-list .comment-item .parent .icon_img .dislike-box.on img:nth-of-type(2) {
  display: block;
}

#comment-list .comment-item .parent .icon_img .reply {
  width: 50px;
  line-height: 24px;
  border-radius: 20px;
  border: 1px solid #006AFF;
  text-align: center;
  margin-left: 18px;
  display: inline-block;
}

#comment-list .comment-item .parent .icon_img div {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#comment-list .comment-item .parent .icon_img div i {
  margin-right: 5px;
  font-size: 24px;
  font-weight: normal;
}

#comment-list #comment_list .pagination > li > a,
#comment-list #comment_list .pagination > li > span {
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  border-radius: 50%;
  border-color: #333333;
}

#comment-list #comment_list .pagination > .active > a,
#comment-list #comment_list .pagination > .active > a:focus,
#comment-list #comment_list .pagination > .active > a:hover,
#comment-list #comment_list .pagination > .active > span,
#comment-list #comment_list .pagination > .active > span:focus,
#comment-list #comment_list .pagination > .active > span:hover {
  background: #333;
  color: #fff;
}

#comment-list #comment_list.well {
  margin-bottom: 0;
}

@media screen and (max-width: 1550px) {
  #comment-child-show .comment_child_box {
    max-height: 450px;
    min-height: 450px !important;
    bottom: 13px;
    top: initial !important;
    transform: none !important;
  }
  #comment-child-show .comment-child {
    height: 200px;
  }
}

#comment-child-show {
  position: fixed;
  z-index: 98;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#comment-child-show .comment_child_box {
  width: 860px;
  min-height: 600px;
  max-height: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}

#comment-child-show .comment_child_box h3 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

#comment-child-show .comment_child_box h3 i {
  font-size: 24px;
  cursor: pointer;
}

#comment-child-show .comment-item .parent {
  display: flex;
  align-items: flex-start;
}

#comment-child-show .comment-item .parent .avatar {
  width: 52px;
  height: 52px;
  margin-right: 28px;
  position: relative;
}

#comment-child-show .comment-item .parent .avatar img:nth-child(1) {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}

#comment-child-show .comment-item .parent .avatar .auth_icon {
  width: 22px;
  min-width: inherit;
  border: none;
  bottom: -4px;
  right: -4px;
  position: absolute;
}

#comment-child-show .comment-item .parent .user_info {
  padding-bottom: 25px;
  display: flex;
  font-size: 16px;
  color: #000;
  flex-wrap: wrap;
}

#comment-child-show .comment-item .parent .user_info span {
  width: initial !important;
  margin-right: 10px;
}

#comment-child-show .comment-item .parent .user_info .time_span {
  font-size: 12px;
  font-weight: 300;
  color: #A9A9A9;
  line-height: 22px;
}

#comment-child-show .comment-item .parent .user_info .auth_info {
  display: flex;
  align-items: center;
  color: #006AFF;
  font-size: 12px;
  font-weight: bold;
  margin-right: 11px;
}

#comment-child-show .comment-item .parent .user_info .auth_info.auth_gf {
  color: #FF6C00;
}

#comment-child-show .comment-item .parent .user_info .auth_info img {
  width: 14px;
  height: initial;
  margin-right: 4px;
}

#comment-child-show .comment-item .parent .content {
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing: border-box;
  word-break: break-all;
  padding-bottom: 25px;
}

#comment-child-show .comment-item .parent .content img {
  width: auto;
  max-width: 100%;
  height: 200px;
}

#comment-child-show .comment-item .parent .content span:nth-child(1) {
  width: 100%;
  display: inline-block;
}

#comment-child-show .comment-item .parent .icon_img {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 50px;
  color: #006AFF;
}

#comment-child-show .comment-item .parent .icon_img .iconfont {
  font-size: 26px;
}

#comment-child-show .comment-child {
  margin-left: 80px;
  padding-left: 8px;
  height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#comment-child-show .comment-child::-webkit-scrollbar {
  width: 0px;
  height: 8px;
  background-color: #F5F5F5;
}

#comment-child-show .comment-child::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#comment-child-show .comment-child::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}

#comment-child-show .comment-child .child-item {
  border-top: 1px solid #DDDDDD;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 17px 0;
  word-break: break-all;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}

#comment-child-show .comment-child .child-item p {
  margin: 0;
  word-break: break-all;
  max-width: 440px;
}

#comment-child-show .comment-child .child-item .user {
  color: #006AFF;
  line-height: 24px;
}

#comment-child-show .comment-child .child-item .user.sys-user {
  color: #FF6C00;
}

#comment-child-show .comment-child .child-item .user img {
  width: 15px;
  display: inline-block;
  margin: 0 4px;
}

#comment-child-show .comment-child .child-item .iconfont {
  font-size: 26px;
  color: #006AFF;
}

#comment-child-show .comment-child .child-item div > span {
  color: #A9A9A9;
  font-size: 12px;
}

#comment-child-show .comment-child .child-item div img {
  width: 25px;
  margin-left: 15px;
  margin-right: 20px;
  cursor: pointer;
}

#comment-shadow {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
}

#comment-shadow .comment-box {
  width: 860px;
  height: 300px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

#comment-shadow .comment-box h3 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #006AFF;
}

#comment-shadow .comment-box h3 em {
  font-style: initial;
  color: #000;
}

#comment-shadow .comment-box h3 i {
  cursor: pointer;
  font-size: 24px;
  color: #666666;
}

#comment-shadow .text_box {
  position: relative;
  border: 1px solid #e4e4e4;
}

#comment-shadow .text_box textarea {
  width: 100%;
  height: 130px;
  padding: 5px 20px;
  border: 0;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  display: block;
}

#comment-shadow .text_box textarea:focus-visible {
  outline: none;
}

#comment-shadow .text_box span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  color: #999;
}

#comment-shadow .btn-box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-right: 0;
}

#comment-shadow .btn-box button {
  font-size: 16px;
  color: #fff;
  background: #006AFF;
  width: 120px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.user_content_page {
  margin: auto;
}

.user_content_page .user_avatat_info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: url(../img/login_bg.png);
  background-size: 1920px 360px;
  height: 360px;
  color: #fff;
  font-weight: bold;
}

.user_content_page .user_avatat_info h3 {
  line-height: 32px;
}

.user_content_page .user_avatat_info h3 .userinfo_username_index {
  display: flex;
  align-items: center;
}

.user_content_page .user_avatat_info h3 .userinfo_username_index .auth_info {
  display: flex;
  align-items: center;
  font-size: 22px;
}

.user_content_page .user_avatat_info h3 .userinfo_username_index .auth_info img {
  width: 28px;
  margin: 0 10px 0 13px;
}

.user_content_page .user_avatat_info h3 .logout_btn {
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  width: 90px;
  height: 36px;
  line-height: 32px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}

.user_content_page .user_avatat_info .center_w {
  width: 1200px;
  height: 230px;
  padding-top: 105px;
  display: flex;
  align-items: center;
}

.user_content_page .user_avatat_info .avatar {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 0 30px 0 0;
}

.user_content_page .user_avatat_info .avatar .avatar_img {
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  background: #fff;
}

.user_content_page .user_avatat_info .avatar .user_auth_icon {
  width: 34px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.user_content_page .user_avatat_info .avatar input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.user_content_page .user_centetr_tab {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: auto;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 23px;
  margin-bottom: 48px;
}

.user_content_page .user_centetr_tab li {
  padding: 20px 14px;
  font-size: 18px;
  margin: 0 30px;
  cursor: pointer;
  color: #666;
}

.user_content_page .user_centetr_tab li a {
  color: inherit;
  text-decoration: none;
}

.user_content_page .user_centetr_tab li.active {
  border-bottom: 3px solid #006AFF;
  color: #006AFF;
  font-weight: bold;
}

.user_content_page .tabs_list {
  padding-bottom: 80px;
  width: 1200px;
  margin: auto;
}

.user_content_page .tabs_list .community_list {
  padding: 10px 0;
}

.user_content_page .tabs_list .community_list li {
  padding: 10px 20px 20px;
}

.user_content_page .tabs_list .community_list .my_post_item .del_btn {
  display: block;
  width: 54px;
  line-height: 34px;
  border: 2px solid #666666;
  font-size: 16px;
  color: #666666;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.user_content_page .tabs_list .community_list .my_post_item > span {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 38px;
}

.user_content_page .tabs_list .community_list .my_post_item h3 {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}

.user_content_page .tabs_list .community_list .my_post_item .mypost_title {
  display: flex;
  align-items: center;
}

.user_content_page .tabs_list .community_list .my_post_item .mypost_title .tags {
  margin-top: 0;
  margin-right: 15px;
}

.user_content_page .tabs_list .community_list .my_post_item .post_content {
  width: 810px;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.user_content_page .tabs_list .community_list .my_post_item .my_post_info {
  margin-bottom: 0;
}

.user_content_page .userinfo {
  width: 685px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto 50px;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 30px 40px;
  background-color: #fff;
}

.user_content_page .userinfo .input-item {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 75px;
  color: #000;
}

.user_content_page .userinfo .input-item > label {
  width: 100px;
  color: #666;
}

.user_content_page .userinfo .input-item > input {
  width: calc(100% - 100px);
  box-sizing: border-box;
  font-size: 20px;
}

.user_content_page .userinfo .input-item .radio_flex {
  display: flex;
}

.user_content_page .userinfo .input-item .radio_flex .mui-radio {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.user_content_page .userinfo .input-item .radio_flex .mui-radio label {
  margin-left: 10px;
}

.user_content_page .userinfo button {
  line-height: 45px;
  background-color: #006AFF;
  color: #fff;
  margin: auto;
  margin-top: 38px;
  display: block;
  width: 160px;
  height: 45px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}

.user_content_page .userinfo button:disabled {
  cursor: no-drop;
  background: #C3C3C3;
}

.user_content_page .my_collect,
.user_content_page .my_comment {
  box-shadow: 5px 5px 40px rgba(1, 84, 120, 0.19);
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 6px;
}

.user_content_page .collect_list,
.user_content_page .my_comment_list {
  width: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}

.user_content_page .collect_list tr,
.user_content_page .my_comment_list tr {
  border-bottom: 1px solid #e4e4e4;
  height: 59px;
}

.user_content_page .collect_list tr:hover,
.user_content_page .my_comment_list tr:hover {
  background: #f2f2f2;
}

.user_content_page .collect_list td,
.user_content_page .my_comment_list td {
  padding: 10px 0;
  height: 59px;
  line-height: 60px;
  font-size: 16px;
  color: #000;
}

.user_content_page .collect_list td p,
.user_content_page .my_comment_list td p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user_content_page .collect_list td p .cg_tips,
.user_content_page .my_comment_list td p .cg_tips {
  color: #006AFF;
}

.user_content_page .collect_list td p .hfuser,
.user_content_page .my_comment_list td p .hfuser {
  color: #006AFF;
}

.user_content_page .collect_list td a,
.user_content_page .my_comment_list td a {
  color: inherit;
  text-decoration: none;
}

.user_content_page .collect_list td button,
.user_content_page .my_comment_list td button {
  padding: 5px 10px;
  line-height: 14px;
}

.user_content_page .collect_list td a:hover,
.user_content_page .my_comment_list td a:hover {
  color: #004d9f;
}

.user_content_page .collect_list td:nth-child(1),
.user_content_page .my_comment_list td:nth-child(1) {
  text-align: left;
  padding: 0 10px;
  max-height: 58px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user_content_page .collect_list td:nth-child(1) p,
.user_content_page .my_comment_list td:nth-child(1) p {
  width: 399px;
  margin-right: 40px;
}

.user_content_page .collect_list td:nth-child(2),
.user_content_page .my_comment_list td:nth-child(2) {
  text-align: left;
}

.user_content_page .collect_list td:nth-child(2) p,
.user_content_page .my_comment_list td:nth-child(2) p {
  width: 372px;
}

.user_content_page .collect_list td:nth-child(2),
.user_content_page .my_comment_list td:nth-child(2) {
  width: 150px;
}

.user_content_page .collect_list tr:nth-child(1),
.user_content_page .my_comment_list tr:nth-child(1) {
  font-size: 16px;
  color: #666;
}

.user_content_page .collect_list button,
.user_content_page .my_comment_list button {
  border: 1px solid #666666;
  color: #666;
  border-radius: 10px;
  padding: 5px;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
}

.user_content_page .collect_list .bg_btn,
.user_content_page .my_comment_list .bg_btn {
  background-color: #666;
}

.search_index_bg {
  background-color: #F6F6F6;
}

.search-page {
  padding-top: 154px;
  width: 1200px;
  margin: auto;
  padding-bottom: 90px;
}

.search-page .ssbg {
  display: none;
}

.search-page.search-none-page {
  max-height: 700px;
  min-height: 100vh;
  width: 100%;
  display: flex;
  display: none;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.search-page.search-none-page .ssbg {
  display: block;
  min-width: 1920px;
  width: 100%;
}

.search-page.search-none-page .search-input {
  position: absolute;
}

.search-page.search-none-page .search-input .logo_none {
  display: block;
}

.search-page.search-none-page .search-input .logo_list {
  display: none;
}

.search-page .search-input {
  width: 939px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-page .search-input img {
  width: 222px;
}

.search-page .search-input .logo_none {
  display: none;
}

.search-page .search-input .logo_list {
  display: block;
}

.search-page .search-input .input-item {
  width: 672px;
  background-color: #fff;
  border-radius: 5px;
  height: 55px;
  font-size: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
  border-radius: 5px;
}

.search-page .search-input .input-item .iconfont {
  font-size: 26px;
  color: #006AFF;
  font-weight: bold;
  margin-left: 15px;
}

.search-page .search-input .input-item input {
  line-height: 50px;
  width: calc(100% - 80px);
  padding: 0 15px;
  box-sizing: border-box;
}

.search-page .search-input .input-item button {
  color: #666;
  height: 33px;
  width: 84px;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #CCCCCC;
}

.search-page .search_total {
  font-size: 16px;
  color: #666;
  margin-top: 34px;
  display: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}

.search-page .search_total span {
  color: #006AFF;
  font-weight: bold;
  margin: 0 3px;
}

.search-page .search_ul {
  min-height: 300px;
}

.search-page .search_ul li {
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0;
}

.search-page .search_ul li em {
  color: #1778FF;
  font-style: inherit;
}

.search-page .search_ul li .tit {
  font-size: 24px;
  margin-bottom: 23px;
  line-height: 26px;
  color: #000;
}

.search-page .search_ul li .content_flex {
  display: flex;
  color: #666;
}

.search-page .search_ul li .content_flex.img_none .summary {
  width: 100%;
}

.search-page .search_ul li .content_flex .summary {
  width: calc(100% - 220px);
  line-height: 26px;
  display: flex;
  font-size: 16px;
  color: #666;
  width: 655px;
  justify-content: space-between;
  flex-direction: column;
}

.search-page .search_ul li .content_flex .summary div {
  height: 54px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}

.search-page .search_ul li .content_flex .summary span {
  color: #999;
  margin-left: 30px;
}

.search-page .search_ul li .content_flex .summary .live_status {
  margin: 0;
  color: #000;
}

.search-page .search_ul li .content_flex .cover_img {
  width: 256px;
  height: 160px;
  margin-right: 20px;
  overflow: hidden;
}

.search-page .search_ul li .content_flex .cover_img img {
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.search-page .search_ul li .content_flex .path_flex {
  display: flex;
  justify-content: space-between;
  width: 919px;
  font-size: 14px;
  color: #666;
}

/********科普新鲜事************/
.community_page .top_searchs,
.community_details_page .top_searchs {
  display: flex;
  justify-content: space-between;
  height: 44px;
  margin-bottom: 30px;
}

.community_page .top_searchs .iconfont,
.community_details_page .top_searchs .iconfont {
  color: #006AFF;
  font-size: 22px;
}

.community_page .top_searchs .input_item,
.community_details_page .top_searchs .input_item {
  padding-left: 15px;
  display: flex;
  align-items: center;
  width: 1065px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

.community_page .top_searchs .input_item input,
.community_details_page .top_searchs .input_item input {
  flex: 1;
  padding: 0 10px;
  color: #666;
  margin-right: 5px;
}

.community_page .top_searchs .input_item button,
.community_details_page .top_searchs .input_item button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  color: #666666;
  border-left: 1px solid #ccc;
  height: 22px;
  width: 84px;
}

.community_page .top_searchs button,
.community_details_page .top_searchs button {
  color: #fff;
  width: 120px;
  background: #006AFF;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 11px;
}

.community_page .adv_index,
.community_details_page .adv_index {
  position: relative;
  margin-bottom: 30px;
  width: 1200px;
  overflow: hidden;
}

.community_page .adv_index .adv_info,
.community_details_page .adv_index .adv_info {
  position: absolute;
  color: #fff;
  top: 0;
  padding: 30px;
}

.community_page .adv_index .adv_info h3,
.community_details_page .adv_index .adv_info h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
}

.community_page .adv_index .adv_info .title,
.community_details_page .adv_index .adv_info .title {
  text-indent: 1em;
  margin: 10px 0 20px 0;
}

.community_page .adv_index .adv_info p,
.community_details_page .adv_index .adv_info p {
  padding-left: 20px;
  width: 420px;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
}

.community_page .community_list,
.community_details_page .community_list {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  background-color: #fff;
}

.community_page .community_list .tab,
.community_details_page .community_list .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 57px;
  margin: 0 20px;
  border-bottom: 1px solid #c2c2c2;
}

.community_page .community_list .tab ul,
.community_details_page .community_list .tab ul {
  display: flex;
  padding: 0;
}

.community_page .community_list .tab ul li,
.community_details_page .community_list .tab ul li {
  width: 100px;
  color: #666;
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
}

.community_page .community_list .tab ul .active,
.community_details_page .community_list .tab ul .active {
  color: #006AFF;
  border-bottom: 3px solid #006AFF;
}

.community_page .posts_list,
.community_details_page .posts_list {
  padding-bottom: 30px;
}

.community_page .posts_list a:last-child li,
.community_details_page .posts_list a:last-child li {
  border: 0;
}

.community_page .posts_list li,
.community_details_page .posts_list li {
  padding: 20px 60px;
  position: relative;
}

.community_page .posts_list li:before,
.community_details_page .posts_list li:before {
  content: ' ';
  display: block;
  width: 1160px;
  height: 1px;
  border-bottom: 1px solid #c2c2c2;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.community_page .posts_list li:hover,
.community_details_page .posts_list li:hover {
  background: #F9F9F9;
}

.community_page .posts_list li.top_post,
.community_details_page .posts_list li.top_post {
  background: #F9F9F9;
}

.community_page .posts_list li .tags_list,
.community_details_page .posts_list li .tags_list {
  position: absolute;
  top: 5px;
  left: 0px;
  display: flex;
  flex-direction: column;
}

.community_page .posts_list li .tags,
.community_details_page .posts_list li .tags {
  display: block;
  margin-right: 5px;
  width: 48px;
  font-size: 14px;
  background: #314FE8;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
}

.community_page .posts_list li .tags.top,
.community_details_page .posts_list li .tags.top {
  background-color: #666666;
}

.community_page .posts_list li .tags.vote,
.community_details_page .posts_list li .tags.vote {
  background-color: #9BD45E;
}

.community_page .posts_list li h3,
.community_details_page .posts_list li h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.community_page .posts_list li > p,
.community_page .posts_list li > div,
.community_details_page .posts_list li > p,
.community_details_page .posts_list li > div {
  font-size: 16px !important;
  color: #666 !important;
  font-weight: normal !important;
  font-family: inherit !important;
  background: none !important;
  text-align: left !important;
  line-height: 24px;
  margin-bottom: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.community_page .posts_list li > p p,
.community_page .posts_list li > div p,
.community_details_page .posts_list li > p p,
.community_details_page .posts_list li > div p {
  font-size: 16px !important;
  color: #666 !important;
  font-weight: normal !important;
  font-family: inherit !important;
  background: none !important;
  text-align: left !important;
}

.community_page .posts_list li > p p span,
.community_page .posts_list li > div p span,
.community_details_page .posts_list li > p p span,
.community_details_page .posts_list li > div p span {
  font-size: 14px !important;
  color: #666 !important;
  border-bottom: 0 !important;
}

.community_page .posts_list li > p img,
.community_page .posts_list li > div img,
.community_details_page .posts_list li > p img,
.community_details_page .posts_list li > div img {
  display: none;
}

.community_page .posts_list li .post-content,
.community_details_page .posts_list li .post-content {
  height: 50px;
  margin-bottom: 18px;
}

.community_page .posts_list li .abo_btns,
.community_details_page .posts_list li .abo_btns {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #666;
}

.community_page .posts_list li .abo_btns i,
.community_details_page .posts_list li .abo_btns i {
  font-size: 26px;
  margin-left: 10px;
  -moz-user-focus: pointer;
}

.community_page .posts_list li .posts_user,
.community_details_page .posts_list li .posts_user {
  display: flex;
  justify-content: space-between;
}

.community_page .posts_list li .posts_user img,
.community_details_page .posts_list li .posts_user img {
  display: block;
}

.community_page .posts_list li .posts_user .left-userinfo,
.community_details_page .posts_list li .posts_user .left-userinfo {
  display: flex;
  align-items: center;
  color: #A9A9A9;
  font-size: 12px;
}

.community_page .posts_list li .posts_user .left-userinfo p,
.community_details_page .posts_list li .posts_user .left-userinfo p {
  color: #666;
  font-size: 14px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.community_page .posts_list li .posts_user .left-userinfo p img,
.community_details_page .posts_list li .posts_user .left-userinfo p img {
  width: 14px;
  margin-left: 8px;
}

.community_page .posts_list li .posts_user .left-userinfo .sys_username,
.community_details_page .posts_list li .posts_user .left-userinfo .sys_username {
  color: #FF6C00 !important;
  font-weight: bold !important;
}

.community_page .posts_list li .posts_user .left-userinfo .rz_username,
.community_details_page .posts_list li .posts_user .left-userinfo .rz_username {
  color: #006AFF !important;
  font-weight: bold !important;
}

.community_page .posts_list li .posts_user .left-userinfo .avatar,
.community_details_page .posts_list li .posts_user .left-userinfo .avatar {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.community_page .posts_list li .posts_user .left-userinfo .avatar img,
.community_details_page .posts_list li .posts_user .left-userinfo .avatar img {
  width: 36px;
  height: 36px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  overflow: hidden;
}

.community_page .posts_list li .posts_user .right-btns,
.community_details_page .posts_list li .posts_user .right-btns {
  display: flex;
  color: #006AFF;
}

.community_page .posts_list li .posts_user .right-btns div,
.community_details_page .posts_list li .posts_user .right-btns div {
  display: flex !important;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  font-size: 12px;
}

.community_page .posts_list li .posts_user .right-btns img,
.community_details_page .posts_list li .posts_user .right-btns img {
  width: 25px;
  margin-right: 5px;
}

.community_page .posts_list li .posts_user .right-btns i,
.community_details_page .posts_list li .posts_user .right-btns i {
  font-size: 25px;
  margin-right: 5px;
  color: #006AFF;
}

.community_page .posts_list li .posts_user .right-btns .show,
.community_details_page .posts_list li .posts_user .right-btns .show {
  display: flex;
}

.community_page .posts_list li .posts_user .right-btns .show i,
.community_details_page .posts_list li .posts_user .right-btns .show i {
  color: #ffa323;
}

.community_page .posts_list li .states_tips,
.community_details_page .posts_list li .states_tips {
  margin-top: 10px;
  color: #006AFF;
}

.community_page .posts_list li .states_tips span,
.community_details_page .posts_list li .states_tips span {
  color: #666;
}

.add_post_page {
  padding-bottom: 50px;
}

.add_post_page .post_head {
  color: #00ca9a;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}

.add_post_page .post_head img {
  width: 24px;
  margin-right: 5px;
}

.add_post_page .post_add_page {
  background-color: #fff;
  padding: 20px;
}

.add_post_page .post-tit {
  display: flex;
  height: 54px;
  margin: 20px 0 12px;
  justify-content: space-between;
  align-items: center;
}

.add_post_page .post-tit > span {
  width: 69px;
  font-size: 20px;
  color: #666;
  text-align: center;
}

.add_post_page .post-tit .input-box {
  flex: 1;
  position: relative;
  height: 54px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

.add_post_page .post-tit .input-box input {
  width: 100%;
  line-height: 54px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
}

.add_post_page .post-tit .input-box span {
  position: absolute;
  right: 20px;
  color: #666;
  font-size: 14px;
  line-height: 54px;
}

.add_post_page .button_box {
  text-align: right;
}

.add_post_page button {
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background: #006AFF;
}

.add_post_page .sendout {
  margin: 24px 0 0;
}

.add_post_page .sendout:disabled {
  background: #aaaaaa;
}

.add_post_page .ue_box {
  overflow: hidden;
}

.add_post_page .ue_box #container {
  min-height: 500px;
  width: 100%;
}

.community_details_page {
  padding-bottom: 80px;
}

.community_details_page .top_searchs .input_item {
  width: 100%;
  background-color: #fff;
}

.community_details_page .community_list {
  padding: 20px;
}

.community_details_page .posts_list {
  padding-bottom: 0;
}

.community_details_page .community_list .posts_list li {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}

.community_details_page .community_list .posts_list li:before {
  display: none;
}

.community_details_page .community_list .posts_list li:hover {
  background: #fff;
}

.community_details_page .community_list .posts_list li h3 {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  margin-bottom: 17px;
  margin-top: 5px;
}

.community_details_page .community_list .posts_list li .posts_user {
  margin-bottom: 0;
}

.community_details_page .community_list .posts_list li .left-userinfo p {
  width: inherit !important;
  margin-right: 80px !important;
  color: #000000 !important;
  font-size: 18px !important;
}

.community_details_page .community_list .posts_list li .left-userinfo span {
  font-size: 14px !important;
}

.community_details_page .community_list .posts_list li .left-userinfo .avatar {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  position: relative;
  overflow: inherit;
}

.community_details_page .community_list .posts_list li .left-userinfo .avatar img:nth-child(1) {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}

.community_details_page .community_list .posts_list li .left-userinfo .avatar .auth_icon {
  width: 22px;
  height: initial;
  border: none;
  bottom: 0;
  right: 0;
  position: absolute;
}

.community_details_page .community_list .posts_list li .left-userinfo .auth_infos {
  display: flex;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.community_details_page .community_list .posts_list li .left-userinfo .auth_infos .auth_info {
  font-size: 14px !important;
  color: #006AFF !important;
  font-weight: bold !important;
}

.community_details_page .community_list .posts_list li .left-userinfo .auth_infos .auth_info.auth_gf {
  color: #FF6C00 !important;
}

.community_details_page .community_list .posts_list li .left-userinfo .auth_infos .auth_icon {
  margin-left: 9px;
  margin-right: 5px;
}

.community_details_page .community_list .posts_list li .right-btns > div {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #666666 !important;
  font-size: 14px;
}

.community_details_page .community_list .posts_list li .right-btns > div i {
  color: #BBBBBB;
}

.community_details_page .community_list {
  background-color: #fff;
  margin-bottom: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

.community_details_page .community_list .content_info {
  padding: 25px 0 0;
  font-size: 14px;
  color: #001529;
  line-height: 35px;
  word-break: break-all;
}

.community_details_page .community_list .content_info p {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 34px;
}

.community_details_page .community_list .content_info img {
  width: initial;
  max-width: 100%;
}

.community_details_page .vote_container .invitationDetail {
  color: #848484;
  font-size: 20px;
  line-height: 34px;
  margin: 30px 0 40px;
}

.community_details_page .vote_container .invitationDetail p {
  margin-bottom: 10px;
}

.community_details_page .vote_container .vote_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.community_details_page .vote_container .vote_head .left_flex {
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #2A2A2A;
}

.community_details_page .vote_container .vote_head .left_flex .endtime {
  font-size: 18px;
  color: #8B8B8B;
  margin-left: 19px;
}

.community_details_page .vote_container .vote_head .right_flex {
  font-size: 18px;
  color: #2A2A2A;
  padding-right: 80px;
}

.community_details_page .vote_container .vote_head .right_flex .vote_num,
.community_details_page .vote_container .vote_head .right_flex .vote_p_num {
  color: #006AFF;
  font-size: 26px;
  font-weight: bold;
}

.community_details_page .vote_container .vote_options {
  padding: 36px 80px;
}

.community_details_page .vote_container .vote_options .option_item {
  margin-bottom: 32px;
}

.community_details_page .vote_container .vote_options .option_item .preview {
  width: 164px;
  height: 134px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
}

.community_details_page .vote_container .vote_options .option_item .preview img,
.community_details_page .vote_container .vote_options .option_item .preview video {
  width: 100%;
  height: 100%;
}

.community_details_page .vote_container .vote_options .option_item .preview video {
  background: #000;
}

.community_details_page .vote_container .vote_options .option_item .preview .pre_shadow {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.community_details_page .vote_container .vote_options .option_item .preview .pre_shadow i {
  font-size: 38px;
  transform: rotate(-90deg);
}

.community_details_page .vote_container .vote_options.check_options .vote_item:hover {
  border-color: #006AFF;
}

.community_details_page .vote_container .vote_options.check_options .vote_item .right_info .radio {
  cursor: pointer;
}

.community_details_page .vote_container .vote_options.check_options .vote_item .right_info .radio:hover {
  border: 6px solid #006AFF;
}

.community_details_page .vote_container .vote_options .vote_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  min-height: 68px;
  padding: 26px;
}

.community_details_page .vote_container .vote_options .vote_item.active {
  border-color: #006AFF;
}

.community_details_page .vote_container .vote_options .vote_item.active .right_info .radio {
  border: 6px solid #006AFF;
}

.community_details_page .vote_container .vote_options .vote_item > div {
  display: flex;
  align-items: flex-start;
}

.community_details_page .vote_container .vote_options .vote_item > div .desc {
  line-height: 22px;
}

.community_details_page .vote_container .vote_options .vote_item .left_info {
  font-size: 18px;
  color: #474747;
}

.community_details_page .vote_container .vote_options .vote_item .left_info .sort {
  width: 46px;
  font-size: 20px;
  line-height: 22px;
}

.community_details_page .vote_container .vote_options .vote_item .right_info .radio {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  margin: 0;
}

.community_details_page .vote_container .vote_options .vote_item .right_info .item_num {
  font-size: 24px;
  color: #474747;
  width: 120px;
  text-align: right;
}

.community_details_page .vote_container .vote_btn {
  margin: auto;
  display: block;
  background: #006AFF;
  color: #fff;
  line-height: 47px;
  width: 120px;
  margin-bottom: 30px;
  font-size: 20px;
  border-radius: 4px;
}

.community_details_page .vote_container .vote_btn:disabled {
  background: #ccc;
}

.swal2-styled.swal2-confirm {
  background: #006AFF !important;
  border-color: #006AFF !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  border-radius: 10px !important;
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
  box-shadow: none !important;
}

.swal2-title {
  margin: 17px auot 24px !important;
  font-size: 16px !important;
}

#share_box {
  display: none;
}

#share_page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#share_page .share-index {
  background: #fff;
  width: 400px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
}

#share_page .share-index h2 {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

#share_page .share-index h2 i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #666;
}

#share_page .share-index h3 {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 26px;
}

#share_page .share-index .href-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#share_page .share-index .href-item input {
  display: none;
}

#share_page .share-index .href-item div {
  display: flex;
  align-items: center;
  height: 30px;
  background: #f2f2f2;
  padding: 0 5px;
  cursor: pointer;
  width: 300px;
}

#share_page .share-index .href-item div p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 300px;
  font-size: 14px;
}

#share_page .share-index .href-item button {
  font-size: 12px;
  width: 50px;
  background-color: #006AFF;
  color: #fff;
  padding: 0;
  border-radius: 5px;
}

.new_content_page {
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}

.new_content_page .content_haed {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.new_content_page .content_haed img {
  height: 100%;
  min-width: 1920px;
  width: 100%;
}

.new_content_page .news_list {
  width: 1200px;
  margin: auto;
  padding: 30px 0;
}

.new_content_page .news_list .news-item {
  margin-bottom: 10px;
  height: 220px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: flex;
}

.new_content_page .news_list .news-item .left_img {
  width: 286px;
  height: 179px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.new_content_page .news_list .news-item .left_img.book_img {
  width: 132px;
}

.new_content_page .news_list .news-item .left_img img {
  min-width: 100%;
  min-height: 100%;
  width: inherit;
  max-height: 100%;
}

.new_content_page .news_list .news-item .left_img .video {
  position: absolute;
  width: 80px;
  height: 60px;
  min-width: 80px;
  min-height: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.new_content_page .news_list .news-item .right_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.new_content_page .news_list .news-item .right_info h3 {
  font-size: 24px;
  color: #000000;
  height: 44px;
  display: flex;
  align-items: center;
}

.new_content_page .news_list .news-item .right_info h3 span {
  font-size: 14px;
  color: #666666;
  margin-left: 20px;
}

.new_content_page .news_list .news-item .right_info .info_content {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  height: 100px;
}

.new_content_page .news_list .news-item .right_info .info_content p {
  margin-bottom: 5px;
}

.new_content_page .news_list .news-item .right_info .router {
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 16px;
}

.new_content_page .news_list .news-item .right_info .router a {
  color: #006AFF;
}

.goback {
  color: #006AFF;
  font-size: 16px;
}

.goback:hover {
  color: #006AFF;
  text-decoration: none;
}

.page_list_none {
  max-width: 1200px;
  margin: auto;
  padding: 80px 0 150px;
  display: none;
}

.page_list_none img {
  width: 255px;
  margin: auto;
}

.page_list_status {
  display: none;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0 150px;
}

.page_list_status img {
  width: 255px;
  margin: auto;
  display: none;
}

.page_content_none {
  display: none;
  max-width: 1200px;
  margin: auto;
  padding: 69px 0 107px !important;
  background-color: #EBEBEB;
}

.page_content_none img {
  width: 255px;
  margin: auto;
}

.interact-content .page_content_none,
.book_content .page_content_none,
.live_index_content .page_content_none {
  display: none;
  background: none;
}

.post_del_status {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #666666;
  line-height: 29px;
  display: none;
}

img {
  object-fit: cover;
}

.notice_page_index {
  width: 1200px;
  margin: auto;
  padding-top: 84px;
  padding-bottom: 50px;
}

.notice_page_index .notice_page {
  padding: 36px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  display: none;
}

.notice_page_index .notice_page img {
  max-width: 100%;
}

.notice_page_index .notice_page .top_title {
  padding-bottom: 31px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #DDDDDD;
}

.notice_page_index .notice_page .top_title h3 {
  font-size: 32px;
  color: #000;
  line-height: 34px;
  margin-bottom: 25px;
}

.notice_page_index .notice_page .content {
  color: #000;
  padding: 45px 0;
}

.notice_page_index .notice_page .content p,
.notice_page_index .notice_page .content span {
  line-height: 40px !important;
  font-size: 20px !important;
  font-weight: inherit;
}

.notice_page_index .notice_none_page {
  background: #FAFAFA;
  height: 398px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.notice_page_index .notice_none_page img {
  width: 243px;
}

.notice_page_index .router {
  margin: 20px 0;
  padding-left: 28px;
  height: 30px;
  line-height: 30px;
  border-left: 7px solid #006AFF;
  font-size: 16px;
  color: #666;
}

.gallery_swiper {
  margin-bottom: 20px;
}

.thumbs_swiper {
  background: #BBBBBB;
  padding: 10px;
  position: relative;
}

.thumbs_swiper .swiper-slide {
  width: 240px !important;
}

.thumbs_swiper .swiper-slide img {
  width: 240px !important;
  height: 160px !important;
  border: 2px solid #FFFFFF;
}

.thumbs_swiper .swiper-button-next,
.thumbs_swiper .swiper-button-prev {
  width: 150px;
  height: 100%;
  top: 0;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 0 14px;
}

.thumbs_swiper .swiper-button-next {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  justify-content: flex-end;
}

.thumbs_swiper .swiper-button-prev {
  justify-content: flex-start;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.gallery_swiper .swiper-button-next,
.gallery_swiper .swiper-button-prev {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}

.gallery_swiper .swiper-button-next::after,
.gallery_swiper .swiper-button-prev::after {
  font-size: 26px;
}

.gallery_swiper .swiper-button-disabled {
  opacity: 0;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

#net_page {
  display: none;
}

#net_page .page_card_top_li {
  width: 81%;
  max-width: 1593px;
  min-width: 1200px;
  padding: 44px 0;
  margin: auto;
  border-bottom: 1px solid #ccc;
}

#net_page .page_card_top_li:last-child {
  border: 0;
}

#net_page .page_card_top_li > h3 {
  min-width: 1200px;
  max-width: 1400px;
  display: flex;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  margin: auto;
  margin-bottom: 34px;
}

#net_page .page_card_top_li > h3 img {
  transform: translateY(7px);
  width: 34px;
}

#net_page .page_card_top_li > div {
  min-width: 1200px;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  color: #666666;
  font-size: 20px;
}

#net_page .page_card_top_li > div a {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background: rgba(0, 106, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  transition: .3s;
}

#net_page .page_card_top_li > div a i {
  margin-left: 7px;
}

#net_page .page_card_top_li > div p {
  word-break: break-all;
}

#net_page .page_card_top_li .card_li_type1_5.card_li_type1_7 .card_li_item,
#net_page .page_card_top_li .card_li_type1_7.card_li_type1_7 .card_li_item {
  width: 12.8%;
  margin-right: 1.6%;
}

#net_page .page_card_top_li .card_li_type1_5.card_li_type1_7 .card_li_item:nth-child(7n),
#net_page .page_card_top_li .card_li_type1_7.card_li_type1_7 .card_li_item:nth-child(7n) {
  margin-right: 0;
}

#net_page .page_card_top_li .card_li_type1_5.card_li_type1_7 .card_li_item:nth-child(5n),
#net_page .page_card_top_li .card_li_type1_7.card_li_type1_7 .card_li_item:nth-child(5n) {
  margin-right: 16px;
}

#net_page .page_card_top_li .card_li_type1_5.card_li_type1_7 .card_li_item .card_img_info,
#net_page .page_card_top_li .card_li_type1_7.card_li_type1_7 .card_li_item .card_img_info {
  height: 90px;
  padding: 10px;
}

#net_page .page_card_top_li .card_li_type1_5.card_li_type1_7 .card_li_item p,
#net_page .page_card_top_li .card_li_type1_7.card_li_type1_7 .card_li_item p {
  margin-top: 14px;
}

#net_page .page_card_top_li .card_li_type1_5 .card_li_item,
#net_page .page_card_top_li .card_li_type1_7 .card_li_item {
  width: 18%;
  margin-right: 2.15%;
  margin-bottom: 39px;
}

#net_page .page_card_top_li .card_li_type1_5 .card_li_item:nth-child(5n),
#net_page .page_card_top_li .card_li_type1_7 .card_li_item:nth-child(5n) {
  margin-right: 0;
}

#net_page .page_card_top_li .card_li_type1_5 .card_li_item:hover .card_img_info,
#net_page .page_card_top_li .card_li_type1_7 .card_li_item:hover .card_img_info {
  box-shadow: 0px 10px 15px 0px #C3C3C3;
}

#net_page .page_card_top_li .card_li_type1_5 .card_li_item:hover .card_img_info a,
#net_page .page_card_top_li .card_li_type1_7 .card_li_item:hover .card_img_info a {
  opacity: 1;
}

#net_page .page_card_top_li .card_li_type1_5 .card_li_item:hover p,
#net_page .page_card_top_li .card_li_type1_7 .card_li_item:hover p {
  color: #000;
}

#net_page .page_card_top_li .card_li_type1_5 .card_li_item .card_img_info,
#net_page .page_card_top_li .card_li_type1_7 .card_li_item .card_img_info {
  height: 110px;
  padding: 15px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}

#net_page .page_card_top_li .card_li_type1_5 .card_li_item .card_img_info img,
#net_page .page_card_top_li .card_li_type1_7 .card_li_item .card_img_info img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#net_page .page_card_top_li .card_li_type1_5 .card_li_item p,
#net_page .page_card_top_li .card_li_type1_7 .card_li_item p {
  margin-top: 19px;
  text-align: center;
}

#net_page .page_card_top_li .card_li_type2_7 .card_li_item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6%;
  width: 12.8%;
  height: 80px;
  background: #FAFAFA;
  border: 1px solid #CCCCCC;
  margin-bottom: 36px;
  position: relative;
}

#net_page .page_card_top_li .card_li_type2_7 .card_li_item:nth-child(7n) {
  margin-right: 0;
}

#net_page .page_card_top_li .card_li_type2_7 .card_li_item:hover {
  box-shadow: 0px 10px 15px 0px #C3C3C3;
  background: #FFFFFF;
}

#net_page .page_card_top_li .card_li_type2_7 .card_li_item:hover p {
  color: #000;
}

#net_page .page_card_top_li .card_li_type2_7 .card_li_item:hover a {
  opacity: 1;
}

#net_page .page_card_top_li .card_li_type2_7 .card_li_item p {
  text-align: center;
  line-height: 26px;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#net_page .page_card_top_li .card_li_type3_6 .card_li_item {
  width: 15%;
  margin-bottom: 30px;
  margin-right: 2%;
  position: relative;
}

#net_page .page_card_top_li .card_li_type3_6 .card_li_item:nth-child(6n) {
  margin-right: 0;
}

#net_page .page_card_top_li .card_li_type3_6 .card_li_item:hover p {
  box-shadow: 0px 10px 15px 0px #C3C3C3;
}

#net_page .page_card_top_li .card_li_type3_6 .card_li_item .card_img_info {
  max-width: 86%;
  width: 180px;
  height: 180px;
  padding: 15px;
  background: #fff;
  border: 1px solid #CCCCCC;
  margin: auto;
  margin-bottom: -50%;
  position: relative;
  z-index: 1;
}

#net_page .page_card_top_li .card_li_type3_6 .card_li_item .card_img_info img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#net_page .page_card_top_li .card_li_type3_6 .card_li_item p {
  width: 100%;
  padding: 90px 17px 0;
  background: #E8E8E8;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 26px;
  margin-left: 0;
  text-align: center;
}

#net_page .page_card_top_li .card_li_type3_6 .card_li_item:hover a {
  opacity: 1;
}

#net_page .page_card_top_li .card_li_type3_6 .card_li_item:hover p {
  color: #000;
}

#net_page .page_card_top_li .card_li_type4_2.card_li_type4_3 .card_li_item,
#net_page .page_card_top_li .card_li_type4_3.card_li_type4_3 .card_li_item {
  width: 31.5%;
  margin-right: 2%;
}

#net_page .page_card_top_li .card_li_type4_2.card_li_type4_3 .card_li_item:nth-child(2n),
#net_page .page_card_top_li .card_li_type4_3.card_li_type4_3 .card_li_item:nth-child(2n) {
  margin-right: 2%;
}

#net_page .page_card_top_li .card_li_type4_2.card_li_type4_3 .card_li_item:nth-child(3n),
#net_page .page_card_top_li .card_li_type4_3.card_li_type4_3 .card_li_item:nth-child(3n) {
  margin-right: 0;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item {
  max-width: 686px;
  width: 49%;
  height: 240px;
  margin-right: 2%;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item:hover .card_img_info a,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item:hover .card_img_info a {
  right: 0;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item:nth-child(2n),
#net_page .page_card_top_li .card_li_type4_3 .card_li_item:nth-child(2n) {
  margin-right: 0;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item .card_img_info,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item .card_img_info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item .card_img_info a,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item .card_img_info a {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  background: none;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item .card_img_info a:hover div,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item .card_img_info a:hover div {
  right: 0;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item .card_img_info a div,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item .card_img_info a div {
  position: absolute;
  width: 140px;
  height: 100%;
  right: -140px;
  left: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: rgba(0, 106, 255, 0.7);
  transition: .5s;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item .card_img_info a div i,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item .card_img_info a div i {
  font-size: 30px;
  margin-bottom: 18px;
  margin-left: 0;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item img,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#net_page .page_card_top_li .card_li_type4_2 .card_li_item p,
#net_page .page_card_top_li .card_li_type4_3 .card_li_item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home_visitor {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: #F0F0F0;
  color: #000;
}

.home_visitor span {
  color: #FF6C00;
}

.add_vote_page {
  padding-bottom: 50px;
}

.add_vote_page .post_head {
  color: #00ca9a;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}

.add_vote_page .post_head img {
  width: 24px;
  margin-right: 5px;
}

.add_vote_page .vote_add_page {
  background-color: #fff;
  padding: 20px;
}

.add_vote_page .vote_add_page .vote_label {
  width: 120px;
  font-size: 20px;
  color: #666;
  text-align: left;
}

.add_vote_page .vote_add_page input:focus,
.add_vote_page .vote_add_page textarea:focus {
  outline: 1px solid #006AFF;
}

.add_vote_page input {
  width: 100%;
  line-height: 54px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 5px !important;
  border: 1px solid #CCCCCC;
}

.add_vote_page .post-tit {
  display: flex;
  height: 54px;
  margin: 20px 0 12px;
  justify-content: space-between;
  align-items: center;
}

.add_vote_page .post-tit .input-box {
  flex: 1;
  position: relative;
  height: 54px;
  background: #FFFFFF;
}

.add_vote_page .post-tit .input-box span {
  position: absolute;
  right: 20px;
  color: #666;
  font-size: 14px;
  line-height: 54px;
}

.add_vote_page .vote_desc {
  display: flex;
  margin-top: 30px;
}

.add_vote_page .vote_desc .textarea_box {
  flex: 1;
  position: relative;
}

.add_vote_page .vote_desc .textarea_box textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 10px 30px;
  min-width: 100%;
  max-width: 100%;
}

.add_vote_page .vote_desc .textarea_box span {
  position: absolute;
  right: 10px;
  padding: 5px 20px 10px 5px;
  bottom: 6px;
  color: #666;
  font-size: 14px;
  background: #fff;
}

.add_vote_page .vote_time {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.add_vote_page .vote_time .input-group-addon {
  opacity: 0;
}

.add_vote_page .vote_time input {
  line-height: 54px;
  font-size: 18px;
  height: 54px;
}

.add_vote_page .vote_time .add_btn_box {
  position: relative;
}

.add_vote_page .vote_time .add_btn_box:hover .type_list {
  display: block;
}

.add_vote_page .vote_time .add_btn_box .type_list {
  position: absolute;
  text-align: center;
  width: 100px;
  border: 1px solid #CCCCCC;
  right: -100px;
  top: 0;
  background-color: #fff;
  display: none;
  z-index: 2;
}

.add_vote_page .vote_time .add_btn_box .type_list p {
  margin: 0;
  line-height: 50px;
  cursor: pointer;
  color: #006AFF;
  transition: .2s;
  font-size: 18px;
}

.add_vote_page .vote_time .add_btn_box .type_list p:hover {
  background: #e3efff;
}

.add_vote_page .vote_time .add_btn_box button:disabled {
  background: #ccc;
}

.add_vote_page .vote_time #endtime {
  width: 300px;
}

.add_vote_page .vote_time .vote_box {
  margin-right: 50px;
  cursor: pointer;
}

.add_vote_page .vote_time .vote_box.active .radio {
  border-color: #006AFF;
  border-width: 6px;
}

.add_vote_page .vote_time .vote_box.active .vote_text {
  color: #006AFF;
}

.add_vote_page .vote_time .radio {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
}

.add_vote_page .vote_time .vote_text {
  font-size: 18px;
  color: #666;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.add_vote_page .vote_time .votetype_text {
  font-size: 16px;
  color: #adadad;
}

.add_vote_page .vote_time.vote_type input {
  height: 40px;
  width: 90px;
}

.add_vote_page .vote_time.box_num {
  display: none;
}

.add_vote_page .vote_time.box_num input {
  width: 300px;
}

.add_vote_page .xx_list .type_item {
  display: flex;
  margin-top: 30px;
}

.add_vote_page .xx_list .type_item .vote_label {
  line-height: 54px;
}

.add_vote_page .xx_list .type_item .input_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add_vote_page .xx_list .type_item .input_item input {
  flex: 1;
}

.add_vote_page .xx_list .type_item .input_item .del_item {
  margin-left: 25px;
  font-size: 20px;
  color: #5D5D5D;
  cursor: pointer;
}

.add_vote_page .xx_list .type_item .input_item .del_item:hover {
  color: #006AFF;
}

.add_vote_page .xx_list .type_item .input_item button {
  margin-left: 25px;
}

.add_vote_page .xx_list .type_item .xx_item {
  flex: 1;
}

.add_vote_page .xx_list .type_item .xx_item .preview {
  width: 205px;
  height: 168px;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.add_vote_page .xx_list .type_item .xx_item .preview img,
.add_vote_page .xx_list .type_item .xx_item .preview video {
  width: 100%;
  height: 100%;
}

.add_vote_page .xx_list .type_item .xx_item .preview video {
  background: #000;
}

.add_vote_page .xx_list .type_item .xx_item .preview .pre_shadow {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.add_vote_page .xx_list .type_item .xx_item .preview .pre_shadow i {
  font-size: 38px;
  transform: rotate(-90deg);
}

.add_vote_page .xx_list .type_item .xx_item .item_input_index {
  flex: 1;
  position: relative;
}

.add_vote_page .xx_list .type_item .xx_item .item_input_index textarea {
  width: 100%;
  padding: 0 10px 50px 10px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 18px;
}

.add_vote_page .xx_list .type_item .xx_item .item_input_index span {
  position: absolute;
  right: 10px;
  bottom: 5px;
  height: 32px;
  background: #fff;
  line-height: 32px;
  margin: 0;
  padding-right: 5px;
  color: #666;
}

.add_vote_page .button_box {
  text-align: right;
}

.add_vote_page button {
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background: #006AFF;
}

.add_vote_page .sendout {
  margin: 24px 0 0;
}

.add_vote_page .sendout:disabled {
  background: #aaaaaa;
}

.add_vote_page .cancelbtn {
  width: 80px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background: #C5CBD4;
  display: inline-block;
  margin-left: 24px;
  text-align: center;
}

.add_vote_page .cancelbtn:hover {
  text-decoration: none;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background: #ff6c00 !important;
  border-radius: 50%;
  color: #fff !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background: #006AFF !important;
  border-radius: 50%;
}

.vote_media_details {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  display: none;
}

.vote_media_details .media_container {
  width: 939px;
  margin: auto;
  padding: 40px 40px 60px;
  background: #fff;
  border-radius: 8px;
  max-height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
  /* 修改滚动条整体样式 */
  /* 修改滚动条轨道样式 */
  /* 修改滚动条滑块样式 */
  /* 修改滚动条滑块在hover状态下的样式 */
}

.vote_media_details .media_container::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条宽度 */
}

.vote_media_details .media_container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 设置轨道背景色 */
}

.vote_media_details .media_container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* 设置滑块背景色 */
}

.vote_media_details .media_container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 设置滑块hover时背景色 */
}

.vote_media_details .media_container h3 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  position: relative;
}

.vote_media_details .media_container h3 p {
  flex: 1;
  padding-right: 20px;
}

.vote_media_details .media_container h3 i {
  font-size: 36px;
  cursor: pointer;
  margin-left: 15px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.vote_media_details .media_container .info_content {
  width: 100%;
  padding: 20px 26px 0;
}

.vote_media_details .media_container video {
  width: 100%;
}

.vote_media_details .media_container img {
  max-width: 100%;
  max-height: 600px;
  margin: auto;
}

.jointUnit-box .tag-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.jointUnit-box .tag-list .tag-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 20px;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  margin-left: 20px;
  min-width: 140px;
  box-sizing: border-box;
}

.jointUnit-box .tag-list .tag-box:first-child {
  margin-left: 0;
}

.jointUnit-box .tag-list .tag-box.active {
  background-color: #006AFF;
  color: #fff;
}

.jointUnit-box .tag-list .tag-box:hover {
  background-color: #006AFF;
  color: #fff;
}

.jointUnit-box .unit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.jointUnit-box .unit-list .unit-item {
  position: relative;
  cursor: pointer;
  height: 183px;
  overflow: hidden;
}

.jointUnit-box .unit-list .unit-item .unit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.jointUnit-box .unit-list .unit-item .unit-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.jointUnit-box .unit-list .unit-item:hover .unit-img img {
  transform: scale(1.2);
}

.jointUnit-box .unit-list .unit-item:hover .unit-name {
  background: rgba(0, 106, 255, 0.5);
}
