[class$='Btn'] {
  transition: all 0.3s;
  cursor: pointer;
}
[class$='Btn']:hover {
  transform: scale(1.1);
}
i,
em {
  font-style: normal;
}

.headerWrap {
  position: sticky;
  top: 0;
  z-index: 7;
}
#HAhead_nav {
  background-color: #3e3e4a;
}

#HAhead_nav .nav_wrapper {
  height: 100%;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  *zoom: 1;
  background-color: transparent;
}

#HAhead_nav .nav_wrapper .nav_left {
  float: left;
  height: 100%;
}

#HAhead_nav .nav_wrapper .nav_right {
  float: right;
}

#HAhead_nav .nav_wrapper li {
  float: left;
  list-style: none;
  position: relative;
  color: #e6e6e6;
  line-height: 40px;
}

#HAhead_nav .nav_wrapper li#HA_time {
  margin-right: 0;
  cursor: default;
}

#HAhead_nav .nav_wrapper li#HA_time a {
  cursor: default;
}

#HAhead_nav .nav_wrapper li a {
  font-size: 14px;
  color: #e6e6e6;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 40px;
}

#HAhead_nav .nav_wrapper ul#login_box li a:hover,
#HAhead_nav .nav_wrapper .nav_right li > a:hover {
  color: #ffb346;
}

#HAhead_nav .nav_wrapper li a.no_login {
  color: #ffb346;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin {
  margin-left: 20px;
  margin-top: 8px;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ {
  margin: 8px 20px 0 0;
  width: 30px;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin,
#HAhead_nav .nav_wrapper .nav_left li.HA_weixin a {
  cursor: default;
  display: block;
}
.headIcon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  display: block;
}
.weixinIcon {
  background-image: url(../../../tzjh/images/header/icon_wx_nor.png);
  background-blend-mode: lighten;
  border-radius: 50%;
}
.weixinIcon:hover {
  background-image: url(../../../tzjh/images/header/icon_wx_sel.png);
}
.KFIcon {
  background-blend-mode: lighten;
  border-radius: 50%;
  background-image: url(../../../tzjh/images/header/icon_kf_nor.png);
}
.KFIcon:hover {
  background-image: url(../../../tzjh/images/header/icon_kf_sel.png);
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin:hover #weixin_hover_content {
  display: block;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content {
  position: absolute;
  left: -76px;
  top: 33px;
  z-index: 1060;
  display: none;
  width: 170px;
  height: 180px;
  padding: 1px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -11px;
  left: 50%;
  border-width: 11px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  border-width: 10px;
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content .weixinContent img {
  width: 130px;
  display: block;
  margin: 0 auto;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ:hover .QQ {
  color: #22abdc;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ:hover #QQ_hover_content {
  display: block;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content {
  position: absolute;
  left: -60px;
  z-index: 1060;
  display: none;
  width: 140px;
  height: 80px;
  padding: 1px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#HAhead_nav .nav_wrapper .nav_left li.HA_weixin #weixin_hover_content .weixinContent p,
#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content .weixinContent p {
  text-align: center;
  color: #333;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content .weixinContent p a {
  color: #22abdc;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -11px;
  left: 50%;
  border-width: 11px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

#HAhead_nav .nav_wrapper .nav_left li.HA_QQ #QQ_hover_content .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  border-width: 10px;
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}

#HAhead_nav .nav_wrapper .nav_left li a {
  margin-right: 10px;
}

#HAhead_nav .nav_wrapper .nav_right li {
  padding: 0 10px;
}

#HAhead_nav .nav_wrapper .nav_right li#system_menu {
  padding-right: 12px;
}

#HAhead_nav .nav_wrapper .nav_right li > a {
  margin-right: 5px;
}

#HAhead_nav .nav_wrapper .nav_right li#system_menu > a {
  margin-right: 7px;
}

#HAhead_nav .nav_wrapper li a em.QQ {
  font-size: 23px;
}
#HAhead_nav .nav_wrapper li a em.weixin {
  font-size: 22px;
}

#HAhead_nav .nav_wrapper li > i.icon_up {
  font-size: 14px;
  color: #6c6c6c;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
}

#HAhead_nav .nav_wrapper li ol {
  position: absolute;
  display: none;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-top: none;
  left: -1px;
  z-index: 99999999;
  background: #fff;
}

#HAhead_nav .nav_wrapper li#system_menu ol li {
  width: 86%;
}

#HAhead_nav .nav_wrapper li#system_menu ol li a {
  margin-right: 0;
}

#HAhead_nav .nav_wrapper li ol li:hover {
  background-color: #f5f5f5;
}

.header {
  width: 100%;
  height: 69px;
  background-color: rgb(48, 9, 92, 0.7);
}
.header ul {
  height: 100%;
  line-height: 69px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  padding-left: 100px;
}
.header ul li {
  width: 200px;
  height: 100%;
  float: left;
  position: relative;
}
.header ul li a {
  color: #deeaff;
  display: block;
}
.header ul li a:hover,
.header ul li.active a {
  color: #ffd06f;
}
.header ul li.active::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 46px;
  bottom: 0;
  margin-left: -23px;
  height: 3px;
  background-color: #ffd06f;
}
.header a.fr {
  width: 130px;
  height: 34px;
  border: 1px solid #ffd06f;
  border-radius: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  color: #ffd06f;
  display: none;
}
.header a.fr:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fecf6f), to(#ffa675));
  background-image: linear-gradient(to right, #fecf6f, #ffa675);
  color: #fff;
}

.wrapper {
  margin-bottom: -140px;
}
/* banner */
.banner {
  width: 100%;
  height: 476px;
  position: relative;
  top: -69px;
}
.banner .bannerItem {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main {
  position: relative;
  top: -150px;
  z-index: 1;
}
/* 大赛公告 */
.joinGame {
  width: 1200px;
  height: 320px;
  background: url(../images/index/bg_dsgg.png) no-repeat center center/100% 100%;
  margin: 0 auto 60px;
  padding-top: 20px;
}

.joinMain .leftContent {
  width: 660px;
  padding-left: 50px;
}
.joinMain .rightBtn {
  width: 320px;
  margin-right: 75px;
}
.joinMain .rightBtn .joinBtn {
  width: 320px;
  height: 88px;
  background-color: #da6b62;
  border-radius: 6px;
  cursor: pointer;
  font-size: 32px;
  font-weight: 600;
  color: #f9fafe;
  text-align: center;
  line-height: 88px;
  display: block;
  margin-top: 40px;
  letter-spacing: 2px;
}
.joinMain .rightBtn .joinBtn.openAccount {
  background-color: #59607a;
}
.joinMain .rightBtn .joinBtn:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.joinMain .leftContent .lc_title {
  border-bottom: 1px solid #dfc0bd;
  padding: 10px 0;
  margin: 0 10px;
  line-height: 48px;
}
.joinMain .leftContent .lc_title .title {
  width: 134px;
  height: 29px;
  background: url(../images/index/dsgg.png) no-repeat left center/contain;
  margin-top: 10px;
}

.joinMain .leftContent .lc_title .moreBtn {
  font-size: 14px;
  color: #b36058;
}
.joinMain .leftContent .lc_main ul {
  padding: 10px 0;
  padding-left: 11px;
}
.joinMain .leftContent .lc_main li a {
  display: block;
  padding: 7px 0;
  position: relative;
  padding-left: 10px;
}
.joinMain .leftContent .lc_main li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #58585d;
  border-radius: 50%;
  margin-top: -2px;
}
.joinMain .leftContent .lc_main li a .fl {
  font-size: 16px;
  color: #2f3241;
  max-width: 520px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.joinMain .leftContent .lc_main li a:hover .fl {
  text-decoration: underline;
}
.joinMain .leftContent .lc_main li a .fr {
  color: #999;
  font-size: 16px;
}

/* 大赛简介 */
.gameIntro {
  width: 100%;
  height: 315px;
  background: url(../images/index/bg_dsjj.png) no-repeat center center/100% 100%;
  margin-bottom: 60px;
}
.gameIntro .gameIntroMain {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.gameIntro .gameIntroMain .gameIntroTitle {
  width: 793px;
  height: 42px;
  background: url(../images/index/title_dsjj.png) no-repeat center center/100% 100%;
  margin: 0 auto 20px;
}
.gameIntro .gameIntroMain .gameIntroDesc {
  font-size: 16px;
  color: #2f3241;
  line-height: 1.9;
  margin-bottom: 20px;
}
.gameIntro .gameIntroMain .gameIntroDesc p {
  text-indent: 2em;
  text-align: justify;
}
.gameIntro .gameIntroMain .gameIntroDesc p span {
  color: #192861;
  font-weight: 600;
}
.gameIntro .gameIntroMain .ruleBtnWrap {
  width: 505px;
  margin: 0 auto;
}
.gameIntro .gameIntroMain .ruleBtnWrap .Btn {
  width: 227px;
  height: 44px;
  border: 1px solid #d1d4da;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #3c3b3b;
  text-align: center;
  line-height: 44px;
}
.gameIntro .gameIntroMain .ruleBtnWrap .Btn.toSpdsBtn {
  background-color: #da6b62;
  border-color: #da6b62;
  color: #fff;
}
.gameIntro .gameIntroMain .ruleBtnWrap .Btn.toSpdsBtn:hover {
  opacity: 0.8;
}
.gameIntro .gameIntroMain .ruleBtnWrap .Btn.toWldhBtn:hover {
  border-color: #d0d7ed;
  background: #d0d7ed;
  color: #30287f;
}

/* 精彩奖项 */
.gameAward {
  width: 1200px;
  margin: 0 auto 60px;
}

.gameAward .gameAwardTitle {
  width: 793px;
  height: 42px;
  background: url(../images/index/title_jcjx.png) no-repeat center center/100% 100%;
  margin: 0 auto 20px;
}
.gameAward .gameAwardMain {
  width: 1200px;
  margin: 0 auto;
}
.gameAward .gameAwardMain .gam_left {
  width: 1201px;
  height: 484px;
  background: url(../images/index/award2.png?v=1) no-repeat center center/100% 100%;
}
.gameAward .gameAwardMain .gam_right {
  width: 665px;
}
.gameAward .gameAwardMain .gam_right .gamr_top {
  margin-bottom: 17px;
}

/* 排行榜 */
.gameRanking {
  width: 1200px;
  margin: 0 auto 60px;
}
.gameRanking .gameRankingTitle {
  width: 793px;
  height: 43px;
  margin: 0 auto 20px;
  background: url(../images/index/title_phb.png) no-repeat center center/100% 100%;
}
.gameRanking .gameRankingMain .gameDataTitle {
  width: 100%;
  height: 60px;
  background: #ecf0f7;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
}
.applyDxBtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
  width: 88px;
  text-align: left;
  font-size: 14px;
  color: #da6b62;
}
.gameRanking .updateTime {
  height: 28px;
  line-height: 28px;
  text-align: right;
  font-size: 14px;
  color: #4a5978;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
  float: left;
  padding-top: 10px;
}
.gameRanking .updateTime .icon {
  margin-right: 5px;
  cursor: pointer;
  display: none;
}
.gameRanking .updateTime.active .icon {
  display: inline;
}
.gameRanking .gameRankingMain {
  border: 1px solid #dee8fd;
}
.gameRanking .gameRankingMain .gameDataTitle ul {
  width: 100%;
  overflow: hidden;
}
.gameRanking .gameRankingMain .gameDataTitle ul li {
  float: left;
  width: 399px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #4a5978;
  position: relative;
  cursor: pointer;
}
.gameRanking .gameRankingMain .gameDataTitle ul li.active {
  font-weight: 600;
  color: #36435f;
  background: rgb(245, 247, 250, 0.85);
}
.gameRanking .gameRankingMain .gameDataTitle ul li:hover {
  font-weight: 600;
  color: #36435f;
}
.gameRanking .gameRankingMain .gameDataTitle ul li::after {
  content: '';
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 10%;
  height: 4px;
  background-color: #da6b62;
  opacity: 0;
  transition: all 0.3s;
}
.gameRanking .gameRankingMain .gameDataTitle ul li.active::after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.gameRanking .gameRankingMain .gameDataEmnu {
  padding: 0 25px;
  height: 48px;
}
.gameRanking .gameRankingMain .gameDataEmnu ol {
  display: none;
  overflow: hidden;
  float: right;
  padding: 10px 0;
}
.gameRanking .gameRankingMain .gameDataEmnu ol.active {
  display: block;
}
.gameRanking .gameRankingMain .gameDataEmnu ol li {
  font-size: 14px;
  color: #4a5978;
  float: left;
  padding: 0 15px;
  margin-left: 10px;
  line-height: 28px;
  cursor: pointer;
}
.gameRanking .gameRankingMain .gameDataEmnu ol li:hover {
  color: #da6b62;
}
.gameRanking .gameRankingMain .gameDataEmnu ol li.active {
  color: #da6b62;
  background: #fbe8e7;
  border-radius: 15px;
}
.gameRanking .gameRankingMain .gameTable {
  width: 100%;
  height: 390px;
  background: #fafcfe;
  overflow: hidden;
}
.gameRanking .gameRankingMain .gameTable .nodata {
  width: 212px;
  height: 74px;
  background: #ecf0f7;
  border-radius: 6px;
  margin: 110px auto 0;
  text-align: center;
  padding-top: 15px;
}
.gameRanking .gameRankingMain .gameTable .nodata p {
  font-size: 16px;
  color: #929bab;
  line-height: 2;
}
.gameRanking .gameRankingMain .gameState {
  width: 100%;
  height: 42px;
  background: #fff;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #da6b62;
  display: block;
}
.gameRanking .gameRankingMain .gameState:hover span {
  transform: scale(1.1);
  display: inline-block;
  transition: all 0.3s;
}
.gameRanking .gameRankingMain .gameState em {
  text-decoration: underline;
}

/* 数据概览 */
.dataPreview {
  width: 100%;
  height: 615px;
}
.dataPreviewMain {
  width: 100%;
  height: 450px;
  background-color: #f5f7fa;
  padding-top: 50px;
}
.dataPreviewTitle {
  width: 793px;
  height: 43px;
  margin: 0 auto 20px;
  background: url(../images/index/title_sjgl.png) no-repeat center center/100% 100%;
}
.dataPreviewMain .dp_tab {
  width: 320px;
  margin: 0 auto 30px;
}
.dataPreviewMain .dp_tab span {
  float: left;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #4a5978;
  position: relative;
  border-bottom: 1px solid #e4e8f1;
  cursor: pointer;
}
.dataPreviewMain .dp_tab span:last-child::before {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background: #e4e8f1;
  transition: all 0.3s;
}
.dataPreviewMain .dp_tab span::after {
  content: '';
  width: 60%;
  position: absolute;
  left: 20%;
  bottom: 0;
  height: 3px;
  background-color: #e47970;
  transition: all 0.3s;
  opacity: 0;
}
.dataPreviewMain .dp_tab span.active,
.dataPreviewMain .dp_tab span:hover {
  font-weight: 600;
  color: #36435f;
}
.dataPreviewMain .dp_tab span.active::after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.dataPreviewMain .dpWrapper .dp_left {
  width: 440px;
  height: 300px;
}
.dataPreviewMain .dpWrapper .dp_left .gameMsg li {
  width: 220px;
  height: 150px;
  float: left;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #4a5978;
}
.dataPreviewMain .dpWrapper .dp_left .gameMsg li .num {
  font-size: 30px;
  font-weight: bold;
  color: #1b1e3f;
  margin-top: 30px;
}
.dataPreviewMain .dpWrapper .dp_left .gameMsg li .num i {
  font-style: normal;
  font-size: 22px;
}
.dataPreviewMain .dpWrapper .dp_left .gameMsg li.second .num,
.dataPreviewMain .dpWrapper .dp_left .gameMsg li.third .num {
  color: #e1890c;
}
.dataPreviewMain .dpWrapper .dp_right {
  width: 680px;
  height: 338px;
  background: #ffffff;
  box-shadow: 0px 7px 28px 1px rgba(166, 183, 213, 0.26);
  border-radius: 10px;
  padding-top: 12px;
}
.dataPreviewMain .dpWrapper .dp_right .chartTitle {
  text-align: center;
  height: 28px;
  width: 180px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #36435f;
  position: relative;
  padding-left: 16px;
  background: url(../images/index/icon_fire.png) no-repeat left center/20px 20px;
}
.dataPreviewMain .dpWrapper .dp_right .chartTitle span {
  color: #e9665b;
}
.dataPreviewMain .dpWrapper .dp_right .chartTitle::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 2px;
  right: -18px;
  top: 50%;
  margin-top: -1px;
  background: url(../images/index/icon_rline.png) no-repeat right center/contain;
}
.dataPreviewMain .dpWrapper .dp_right .chartTitle::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 2px;
  left: -26px;
  top: 50%;
  margin-top: -1px;
  background: url(../images/index/icon_lline.png) no-repeat right center/contain;
}
.dataPreviewMain .dpWrapper .dp_right #chartBox {
  width: 100%;
  height: 309px;
}

/* 数据表格 */
#tableData .dataHead {
  background-color: #eff8ff;
  height: 42px;
}
#tableData .dataBody {
  height: 348px;
  overflow: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
#tableData .dataBody::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
#tableData .dataBody::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
#tableData .dataBody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
#tableData .rowItem {
  float: left;
  width: 120px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #36435f;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #dee9fd;
  box-sizing: border-box;
}
#tableData .rowItem:last-child {
  border-right: none;
  font-size: 13px;
}
#tableData .dataBody .rowItem:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}
#tableData .dataBody .row:nth-of-type(even) {
  background-color: #ecf0f7;
}
#tableData .rowItem a {
  display: block;
  color: #36435f;
  cursor: default;
}

#tableData .rowItem a.mark {
  cursor: pointer;
}
#tableData .rowItem a.mark b {
  font-weight: normal;
  color: #da6b62;
}
#tableData.somebody .rowItem a.mark b {
  color: #36435f;
}

#tableData .rowItem .mark span {
  display: inline-block;
  background: rgb(254, 230, 193, 0.36);
  font-size: 12px;
  color: #f68b16;
  padding: 4px;
  line-height: 1;
  text-align: center;
  border-radius: 14px;
  border: 1px solid rgb(251, 187, 82, 0.36);
  margin-left: 3px;
  box-sizing: border-box;
  position: static;
  width: auto;
  height: auto;
}
#tableData.somebody .rowItem .mark span {
  display: none;
}
#tableData .rowItem a.new span {
  display: inline-block;
  background: rgb(255, 241, 238);
  font-size: 8px;
  color: #f97b78;
  padding: 3px 5px 5px;
  line-height: 1;
  text-align: center;
  height: auto;
  border-radius: 14px;
  border: 1px solid #fca996;
  margin-left: 3px;
}
#tableData .rowItem a.mark:hover {
  text-decoration: underline;
}
#tableData .dataHead .rowItem {
  font-weight: 600;
  color: #36435f;
}
#tableData .dataBody .row:nth-of-type(31) {
  background-color: #fbe8e7;
  position: sticky;
  bottom: 0;
}

.ts_box {
  position: relative;
  border-left: 1px solid #f2f8ff;
  border-right: 1px solid #f2f8ff;
  background-color: #e1e6f3;
}

.table_search {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}

.table_search > * {
  float: left;
}

.table_search > label {
  color: #36435f;
  font-size: 14px;
  margin-left: 30px;
}

.table_search > a {
  font-size: 14px;
  color: #fff;
  margin-right: 40px;
  float: right;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-top: 9px;
  background-color: #59607a;
  border-radius: 40px;
  background-repeat: no-repeat;
  text-align: center;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.table_search > a:hover {
  color: #fff;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.input_style {
  font-size: 14px;
  color: #0f3574;
  padding: 0 15px;
  background-color: #f5f7fa;
  border: 1px solid #d2ddeb;
  border-radius: 40px;
  width: 190px;
  height: 40px;
  line-height: 40px;
  margin-top: 9px;
  margin-right: 10px;
  outline: none;
  font-weight: 600;
}

.input_style::-webkit-input-placeholder {
  color: #b9bfc8;
  font-weight: 400;
}

.input_style::-moz-placeholder {
  color: #b9bfc8;
  font-weight: 400;
}

.input_style:-ms-input-placeholder {
  color: #b9bfc8;
  font-weight: 400;
}

.input_style::-ms-input-placeholder {
  color: #b9bfc8;
  font-weight: 400;
}

.input_style::placeholder {
  color: #b9bfc8;
  font-weight: 400;
}
