@charset "UTF-8";

.modal {
  display: none;
  border-radius: 6px;
}

.bx_table {
  width: 100%;
  background: #fff;
}

.bx_table .th {
  font-weight: bold;
}

.bx_table .td {
  font-size: 12px;
  color: #888;
}

.bx_table .td a {
  color: inherit;
}

.bx_table .td a:hover {
  text-decoration: underline;
}

.bx_table td {
  line-height: 36px;
  text-align: center;
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
}

.bx_table td .redA {
  display: inline-block;
  width: 78px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #e13b3b;
  border-radius: 4px;
}

.bx_table td .mixA {
  display: inline-block;
  width: 78px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #a112c3;
}

.bx_table td .mixA.bgred {
  background: #e13b3b;
}

.bx_table td .mixA.bgviolet {
  background: #a112c3;
}

.bx_table td .mixA.bgyellow {
  background: #e47c00;
}

.bx_table td .mixA.bgyellow1 {
  background: #ffd737;
  color: #333;
}

.bx_table td .mixA.bgblue {
  background: #008ca9;
}

.bx_table td .mixA.bgorg {
  background: orange;
}


.bx_indexCommonTitle {
  overflow: hidden;
  line-height: 58px;
  padding: 0 30px;
  /* border-top: 1px solid #e13b3b; */
  border-bottom: 1px solid #ddd;
  position: relative;
}

.bx_indexCommonTitle .left {
  float: left;
}

.bx_indexCommonTitle .left span {
  font-size: 18px;
  font-weight: bold;
  color: #e13b3b;
}

.bx_indexCommonTitle .left b {
  font-size: 12px;
  color: #1e20235e;
  font-weight: bold;
  margin-left: 12px;
}

.bx_indexCommonTitle .right {
  float: right;
  font-size: 16px;
  color: #e13b3b;
}

.bx_indexCommonTitle .right .more {
  margin-left: 10px;
  vertical-align: -2px;
}

.bx_indexCommonTitle .center {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1e2023c2;
  font-weight: bold;
}

.top .search {
  height: auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
  box-shadow: 0 0 14px rgba(67, 90, 142, 0.2);
}

.top .search .searchInner {
  padding: 16px 24px;
}

.top .search .input {
  padding-top: 18px;
}

.top .search .input>* {
  float: left;
}

.top .search .input>*>div {
  float: left;
}

.top .search .input input {
  width: 630px;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
  border: 1px solid #dddddd;
  font-size: 13px;
  text-indent: 10px;
}

.top .search .input .btn {
  width: 194px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #353535;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
}

.top .search .input .btn div {
  vertical-align: middle;
}

.top .search .input .accurateSearch {
  background: #e13b3b;
}

.top .search .tips {
  color: #e13b3b;
  margin-top: 10px;
  font-weight: bolder;
}

.top .bx_filnew {
  font-size: 0;
  position: relative;
}

.top .bx_filnew>* {
  float: left;
}

.top .bx_filnew>span {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  color: #e13b3b;
}

.top .bx_filnew>div {
  width: 960px;
}

.top .bx_filnew>div a {
  padding: 0 24px;
  line-height: 28px;
  border-radius: 15px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #999;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 14px;
}

.top .bx_filnew>div a.active {
  color: #e13b3b;
  background: #ffdddd;
  border-color: #ffdddd;
  cursor: pointer;
}

.top .bx_filnew>div a:hover {
  color: #e13b3b;
  background: #ffdddd;
  border-color: #ffdddd;
  cursor: pointer;
}

.top .bx_filnew .advpk {
  position: absolute;
  top: 4px;
  right: 265px;
}

.listContainer>div {
  /*margin-top: 20px;*/
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(167, 167, 167, 0.2);
  box-shadow: 0px 4px 6px 0px rgba(167, 167, 167, 0.2);
}

.bx_ranklist .title {
  line-height: 40px;
  background: #e13b3b;
  color: #fff;
  text-align: center;
}

.bx_ranklist .bx_adlist {
  background: #fff;
}

.bx_ranklist .bx_adlist .table3 {
  height: 500px;
  overflow: hidden;
}

.bx_ranklist .bx_adlist .table3 table {
  table-layout: fixed;
  width: 100%;
}

.bx_ranklist .bx_adlist .table3:hover {
  overflow: auto;
}

.bx_ranklist .bx_adlist .table3 .th {
  font-weight: bold;
}

.bx_ranklist .bx_adlist .table3 .td {
  font-size: 13px;
  color: #333;
}

.bx_ranklist .bx_adlist .table3 .td.yellow {
  background: #ffffcf;
}

.bx_ranklist .bx_adlist .table3 .td.gold {
  background: #ffff00;
}

.bx_ranklist .bx_adlist .table3 .td.purple {
  background: #fdbfff;
}

.bx_ranklist .bx_adlist .table3 td {
  text-align: center;
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
  line-height: normal;
  height: 40px;
}

.bx_ranklist .bx_adlist .table3 td:first-child {
  width: 90px;
}

.bx_ranklist .bx_adlist .table3 td:first-child .first {
  line-height: 28px;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(../images/rankbg1-1.png) no-repeat center center;
}

.bx_ranklist .bx_adlist .table3 td:first-child .second {
  line-height: 28px;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(../images/rankbg2-1.png) no-repeat center center;
}

.bx_ranklist .bx_adlist .table3 td:first-child .third {
  line-height: 28px;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(../images/rankbg3-1.png) no-repeat center center;
}

.bx_ranklist .bx_adlist .table3 td:first-child .four {
  line-height: 28px;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(../images/rankbg4.png) no-repeat center center;
}

.bx_ranklist .bx_adlist .table3 td:nth-child(2),
.bx_ranklist .bx_adlist .table3 td:nth-child(3) {
  width: 156px;
}

.bx_ranklist .bx_adlist .table3 td:nth-child(4) {
  width: 106px;
}

.bx_ranklist .bx_adlist .table3 td:nth-child(5) {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.bx_ranklist .bx_adlist .table3 td:nth-child(6) {
  width: 132px;
}

.bx_ranklist .bx_adlist .table3 td:nth-child(7) {
  width: 132px;
}

.bx_ranklist .bx_adlist .table3 td:last-child {
  width: 102px;
}



.bx_ranklist2 .title {
  line-height: 40px;
  background: #e13b3b;
  color: #fff;
  text-align: center;
}

.bx_ranklist2 .bx_adlist {
  background: #fff;
}

.bx_ranklist2 .bx_adlist .table3 {
  height: 500px;
  overflow: hidden;
}

.bx_ranklist .bx_adlist .table3 table {
  table-layout: fixed;
  width: 100%;
}

.bx_ranklist2 .bx_adlist .table3:hover {
  overflow: auto;
}

.bx_ranklist2 .bx_adlist .table3 .th {
  font-weight: bold;
}

.bx_ranklist2 .bx_adlist .table3 .td {
  font-size: 13px;
  color: #333;
}

.bx_ranklist2 .bx_adlist .table3 .td.yellow {
  background: #ffffcf;
}

.bx_ranklist2 .bx_adlist .table3 .td.gold {
  background: #ffff00;
}

.bx_ranklist2 .bx_adlist .table3 .td.purple {
  background: #fdbfff;
}

.bx_ranklist2 .bx_adlist .table3 td {
  text-align: center;
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
  line-height: normal;
  height: 40px;
}

.bx_ranklist2 .bx_adlist .table3 td:first-child {
  width: 100px;
}

.bx_ranklist2 .bx_adlist .table3 td:first-child .first {
  line-height: 28px;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(../images/rankbg1-1.png) no-repeat center center;
}

.bx_ranklist2 .bx_adlist .table3 td:first-child .second {
  line-height: 28px;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(../images/rankbg2-1.png) no-repeat center center;
}

.bx_ranklist2 .bx_adlist .table3 td:first-child .third {
  line-height: 28px;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(../images/rankbg3-1.png) no-repeat center center;
}

.bx_ranklist2 .bx_adlist .table3 td:first-child .four {
  line-height: 28px;
  display: inline-block;
  width: 26px;
  height: 28px;
  background: url(../images/rankbg4.png) no-repeat center center;
}

.bx_ranklist2 .bx_adlist .table3 td:nth-child(2),
.bx_ranklist2 .bx_adlist .table3 td:nth-child(3) {
  width: 140px;
}

.bx_ranklist2 .bx_adlist .table3 td:nth-child(4) {
  width: 120px;
}

.bx_ranklist2 .bx_adlist .table3 td:nth-child(5) {
  width: 140px;
}

.bx_ranklist2 .bx_adlist .table3 td:nth-child(6) {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.bx_ranklist2 .bx_adlist .table3 td:nth-child(7) {
  width: 120px;
}

.bx_ranklist2 .bx_adlist .table3 td:nth-child(8) {
  width: 120px;
}

.bx_ranklist2 .bx_adlist .table3 td:last-child {
  width: 80px;
}

.news {
  padding-bottom: 30px;
}

.news .subList {
  overflow: hidden;
  padding: 22px 22px 0;
}

.news .subList>li {
  width: 340px;
  margin-right: 68px;
  float: left;
}

.news .subList>li:nth-child(3n) {
  margin-right: 0;
}

.news .subList>li .topVideo:hover .pic .mask {
  top: 0;
}

.news .subList>li .topVideo:hover .pic .mask {
  top: 0;
}

.news .subList>li .topVideo .pic {
  width: 100%;
  height: 236px;
  position: relative;
  overflow: hidden;
}

.news .subList>li .topVideo .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.news .subList>li .topVideo .pic .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news .subList>li .topVideo .pic .mask .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news .subList>li .topVideo .desc {
  margin: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}

.news .subList>li .topVideo .bottom {
  font-size: 12px;
  color: #999;
  overflow: hidden;
}

.news .subList>li .topVideo .bottom li>div {
  vertical-align: -1px;
}

.news .subList>li .topVideo .bottom li:first-child {
  float: left;
  margin-right: 50px;
}

.news .subList>li .topVideo .bottom li:last-child {
  float: left;
}

.news .subList>li .moreList {
  margin-top: 28px;
}

.news .subList>li .moreList li {
  line-height: 36px;
  background: url("../images/play3.png") no-repeat left center;
  padding-left: 26px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news .subList>li {
  width: 100%;
}

.moreList li {
  float: left;
  width: 30%;
}

.bx_ranklist .bx_adlist .table3 td:last-child {
  width: 90px;
}

#SortTable tr:nth-child(n+1):hover,
#SortTable2 tr:nth-child(n+1):hover,
#SortTable3 tr:nth-child(n+1):hover {
  transform: none;
  position: static;
  z-index: auto;
  box-shadow: none;
  transition-duration: 0.05s;
  background: none;
  cursor: default;
}

.icon-arrow {
  display: inline-block;
  background-image: url(../images/index_search.png);
  width: 32px;
  height: 32px;
}

.ssbox {
  width: 850px;
  height: 47px;
  overflow: hidden;
  margin: 0 auto;
}

.select-search {
  border: 1px solid #DDDDDD;
  height: 40px;
  font-size: 12px;
}

.select-search select {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#showimg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 18px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 10000;
}

#showimg .show_title,
#showimg .addimg {
  width: 473px;
  box-sizing: border-box;
  background-color: #fff;
}

.show_title {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 14px 14px 0 0;
  position: relative;
}

.show_title i {
  position: absolute;
  top: 10px !important;
  right: 10px;
  display: block;
  cursor: pointer;
  color: #e13b3b;
  width: 16px;
  height: 16px;
  background-image: url(../images/close.png);
}

#showimg .addimg {
  display: block;
  max-height: calc(100vh - 96px);
  overflow: auto;
  border-radius: 0 0 14px 14px;
}