html,
body {
  width: 100%;
  height: 100%;
  background-color: rgb(14,23,34);
  display: flex;
  align-items: center;
}
@font-face {
  font-family: compFont;
  src: url("../font/DS-DIGIT.TTF");
}
#main {
  width: 3840px;
  height: 1080px;
  transition: 0.3s linear;
  overflow: hidden;
  background: url("../img/bg1.png") no-repeat 0px, url("../img/bg2.png") no-repeat 1280px, url(../img/bg3.png) no-repeat 2550px;
}
.heard {
  width: 3840px;
  height: 231px;
  background: url(../img/header-bg.png) no-repeat;
  background-size: 3840px 177px;
  position: absolute;
  left: 0;
  top: 0;
}
.heard .title {
  color: #fff;
  margin-top: 20px;
  font-size: 36px;
  text-align: center;
}
.heard .title img {
  width: 70px;
  height: 70px;
}
.heard .title .time {
  position: absolute;
  top: 77px;
  font-size: 26px;
  left: 83px;
}
.heard .title .weather {
  position: absolute;
  top: 77px;
  right: 65px;
}
.heard .title .weather div {
  font-size: 26px !important;
  color: #fff !important;
}
.heard .title .weather div span {
  font-size: 26px !important;
}
.heard .title .weather div i {
  font-size: 26px;
}
.section {
  display: flex;
  width: 3840px;
  height: 1080px;
  padding-top: 150px;
  padding-left: 28px;
}
.section .bg {
  float: left;
  width: 100%;
  height: 1080px;
}
.section .bg1 {
  width: 1280px;
  background: url('../img/bg1.jpg') no-repeat;
}
.section .bg2 {
  width: 1270px ;
  background: url('../img/bg2.jpg') no-repeat;
}
.section .bg3 {
  width: 1290px ;
  background: url('../img/bg3.jpg') no-repeat;
}
.section .overallWrap .overall,
.section .overallWrap .emphasis {
  box-sizing: border-box;
  width: 1256px;
  height: 435px;
  background: url('../img/list1-bg@2x.png') no-repeat;
  background-size: 1256px 435px ;
  position: relative;
}
.section .overallWrap .overall .title,
.section .overallWrap .emphasis .title {
  font-size: 24px;
  color: #45FFFF;
  position: absolute;
  left: 113px;
  top: 4px;
}
.section .overallWrap .overall {
  padding-top: 58px;
  padding-left: 81px;
}
.section .overallWrap .overall .timeBtnList {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 18px;
  right: 70px;
  color: #15A3F2;
  font-size: 14px;
}
.section .overallWrap .overall .timeBtnList .t_l_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 26px;
  background: url("../img/timeIcon.png") no-repeat;
  background-size: 78px 26px;
  cursor: pointer;
}
.section .overallWrap .overall .timeBtnList .t_l_btn:not(:last-child) {
  margin-right: 12px;
}
.section .overallWrap .overall .timeBtnList .active {
  background-image: url('../img/ac_timeIcon.png');
  color: #F2BA41;
}
.section .overallWrap .overall .content {
  display: flex;
}
.section .overallWrap .overall .content .c_t {
  font-size: 16px;
  width: 160px;
  height: 42px;
  color: #B8DEFF;
  background: url('../img/list1-jx-title-bg@2x.png') no-repeat;
  background-size: 160px 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .overallWrap .overall .content .c_left {
  width: 457px;
}
.section .overallWrap .overall .content .c_left .c_l_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .overallWrap .overall .content .c_left .c_l_t .listBtn {
  width: 144px;
  height: 30px;
  border: 1px solid #13519C;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 58, 134, 0.2);
  border-radius: 2px;
  margin-bottom: 0;
  cursor: pointer;
}
.section .overallWrap .overall .content .c_left .c_l_t .listBtn .l_btn {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .overallWrap .overall .content .c_left .c_l_t .listBtn .l_btn:not(:last-child) {
  border-right: 1px solid #0051AF;
}
.section .overallWrap .overall .content .c_left .c_l_t .listBtn .active {
  background: #009DFF;
}
.section .overallWrap .overall .content .c_left .c_l_t .rangkingInfoBtn {
  width: 98px;
  height: 30px;
  background: rgba(0, 58, 134, 0.2);
  border: 1px solid #13519C;
  margin-left: 10px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .overallWrap .overall .content .c_left .c_l_table {
  width: 457px;
  margin-top: 11px;
}
.section .overallWrap .overall .content .c_left .c_l_table .t_heard {
  height: 45px;
  background: rgba(18, 47, 116, 0.5);
  opacity: 0.8;
  border: 1px solid #064F89;
  display: flex;
}
.section .overallWrap .overall .content .c_left .c_l_table .t_heard .t_th {
  flex: 1;
  font-size: 14px;
  color: #B4D7FA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .overallWrap .overall .content .c_left .c_l_table .t_body .t_row {
  height: 45px;
  display: flex;
  color: #ADCFF2;
  font-size: 14px;
}
.section .overallWrap .overall .content .c_left .c_l_table .t_body .t_row .t_td {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .overallWrap .overall .content .c_left .c_l_table .t_body .t_row .t_td img {
  width: 29px;
  height: 33px;
}
.section .overallWrap .overall .content .c_left .c_l_table .t_body .t_row:nth-of-type(2n) {
  background: rgba(0, 26, 68, 0.6);
}
.section .overallWrap .overall .content .c_right {
  width: 651px;
  margin-left: 41px;
  box-sizing: border-box;
}
.section .overallWrap .overall .content .c_right .c_r_t {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.section .overallWrap .overall .content .c_right .c_r_t .c_r_info_btn {
  width: 98px;
  height: 30px;
  background: rgba(0, 58, 134, 0.2);
  border: 1px solid #13519C;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .overallWrap .overall .content .c_right .c_con {
  margin-top: 25px;
  height: 265px;
  background: url('../img/list1-pic1@2x.png') no-repeat;
  background-size: 199px 260px;
  padding-left: 210px;
}
.section .overallWrap .overall .content .c_right .c_con .c_c_hotList {
  color: #E8F7FF;
  font-size: 14px;
}
.section .overallWrap .overall .content .c_right .c_con .c_c_hotList li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: 5px;
  margin-bottom: 40px;
}
.section .overallWrap .overall .content .c_right .c_con .c_c_hotList li .name {
  flex: 1;
}
.section .overallWrap .overall .content .c_right .c_con .c_c_hotList li .count {
  flex: 1;
}
.section .overallWrap .overall .content .c_right .c_con .c_c_hotList li .plan {
  flex: 4;
  width: 324px;
  height: 20px;
  border: 2px solid rgba(0, 179, 234, 0.33);
}
.section .overallWrap .overall .content .c_right .c_con .c_c_hotList li .plan .p_plan {
  width: 20%;
  height: 10px;
  background: #009DFF;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
  transition: linear 0.5s;
}
.section .overallWrap .overall .content .c_right .c_con .c_c_hotList li .plan .p_plan .p_p_ation {
  position: absolute;
  left: 0px;
  top: calc(50% - 5px);
  width: 50px;
  height: 10px;
  background: radial-gradient(#ffffff 5%, rgba(0, 0, 0, 0) 80%);
  transition: 0.2s linear;
}
.section .overallWrap .overall .content .c_right .c_con .c_c_hotList li .plan .p_plan:hover > .p_p_ation {
  left: 100%;
}
.section .overallWrap .emphasis {
  background: url('../img/-s-list2-bg.png') no-repeat;
  background-size: 1256px 435px ;
  margin-top: 33px;
  padding-top: 60px;
  padding-left: 82px;
}
.section .overallWrap .emphasis .title {
  top: 0;
}
.section .overallWrap .emphasis .em_content {
  display: flex;
}
.section .overallWrap .emphasis .em_content .typeListBtn {
  margin-top: 24px;
  display: flex;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap li {
  width: 181.7px;
  height: 43.5px;
  background: url(../img/-s-list2-bg-off.png) no-repeat;
  background-size: 181.7px 43.5px;
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap li div {
  float: left;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap li img {
  width: 17px;
  height: 17px;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap li .text {
  color: #AAE0FF;
  font-size: 15px;
  margin-left: 14px;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap li .num {
  color: #17F7FF;
  font-size: 21px;
  margin-left: 24px;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap li:not(:last-child) {
  margin-bottom: 9px;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap .active {
  background: url(../img/list2-bg-on@2x.png) no-repeat;
  background-size: 181.7px 43.5px;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap .active .text {
  color: #fff;
}
.section .overallWrap .emphasis .em_content .typeListBtn .wrap .active .num {
  color: #fff;
  font-size: 21px;
  margin-left: 24px;
}
.section .overallWrap .emphasis .em_content .typeListBtn .line {
  height: 306px;
  border-left: 1px solid #2568B1;
  margin-left: 23px;
}
.section .overallWrap .emphasis .em_content .typeListBtn .line .icon_warp {
  height: 43.5px;
  display: flex;
  align-items: center;
  position: relative;
  left: -14px;
  cursor: pointer;
}
.section .overallWrap .emphasis .em_content .typeListBtn .line .icon_warp img {
  width: 20px;
  height: 13px;
}
.section .overallWrap .emphasis .em_content .typeListBtn .line .icon_warp:not(:last-child) {
  margin-bottom: 9px;
}
.section .overallWrap .emphasis .em_content .em_table {
  width: 921px;
}
.section .overallWrap .emphasis .em_content .em_table .em_heard {
  width: 100%;
  height: 52px;
  background: rgba(18, 47, 116, 0.5);
  border: 1px solid #064F89;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.section .overallWrap .emphasis .em_content .em_table .em_heard .em_th {
  display: flex;
  justify-content: center;
  color: #B4D7FA;
  font-size: 14px;
}
.section .overallWrap .emphasis .em_content .em_table .em_heard .num {
  flex: 1;
}
.section .overallWrap .emphasis .em_content .em_table .em_heard .type {
  flex: 2;
}
.section .overallWrap .emphasis .em_content .em_table .em_heard .em_name {
  flex: 3;
}
.section .overallWrap .emphasis .em_content .em_table .em_heard .em_time {
  flex: 3;
}
.section .overallWrap .emphasis .em_content .em_table .em_heard .em_posi {
  flex: 4;
}
.section .overallWrap .emphasis .em_content .em_table .em_heard .em_plan {
  flex: 8;
}
.section .overallWrap .emphasis .em_content .em_table .em_body {
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
  height: 260px;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row {
  display: flex;
  align-items: center;
  height: 52px;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .em_td {
  text-align: center;
  color: #B4D7FA;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .em_td:not(:last-child) {
  overflow: hidden;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .e_b_num {
  flex: 1;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .e_b_type {
  flex: 2;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .e_b_name {
  flex: 3;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .e_b_time {
  flex: 3;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .e_b_posi {
  flex: 4;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .e_b_plan {
  flex: 8;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row .e_b_plan img {
  width: 326px;
  height: 38px;
  position: relative;
  top: 4px;
}
.section .overallWrap .emphasis .em_content .em_table .em_body .em_row:nth-of-type(2n) {
  background: rgba(0, 26, 68, 0.4);
}
.section .map {
  width: 1200px;
  font-size: #333;
  position: relative;
}
.section .map .m_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 65px;
  margin: 45px auto 0;
  position: absolute;
  left: calc(50% - 375px);
  bottom: 36px;
  z-index: 123;
}
.section .map .m_title .m_item {
  flex: 1;
  cursor: pointer;
}
.section .map .m_title .m_item p {
  text-align: center;
  margin: 0;
}
.section .map .m_title .m_item p:first-child {
  font-size: 20px;
  color: #ECF9FB;
  text-shadow: 0px 2px 0px rgba(16, 92, 131, 0.47);
}
.section .map .m_title .m_item p:last-child {
  font-size: 14px;
  color: #00D5FF;
}
.section .map .m_title .m_item p:last-child span {
  font-size: 36px;
  font-family: 'compFont';
  display: inline-block;
  margin-right: 10px;
}
.section .map #container {
  width: 1192px;
  height: 954px;
  margin: 0 auto;
}
.section .map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1192px;
  height: 954px;
  z-index: -123;
}
.section .chartWrap .box {
  width: 1256px;
  height: 435px;
  position: relative;
  box-sizing: border-box;
}
.section .chartWrap .box .title {
  font-size: 24px;
  color: #45FFFF;
  position: absolute;
  right: 100px;
  top: 0;
}
.section .chartWrap .govern {
  background: url('../img/list3-bg@2x.png') no-repeat;
  background-size: 1256px 435px ;
  margin-bottom: 30px;
  padding-top: 67px;
  padding-left: 39px;
  display: flex;
}
.section .chartWrap .govern .imgWrap .selctWrap {
  position: relative;
  width: 252px;
  margin-left: 91px;
}
.section .chartWrap .govern .imgWrap .selctWrap .select {
  width: 252px;
  height: 43px;
  padding-right: 20px;
  border-radius: 2px;
  background: url('../img/select.png') no-repeat;
  background-size: 252px 43px;
  text-align: center;
  padding-left: 20px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.section .chartWrap .govern .imgWrap .selctWrap .select .value {
  color: #A0ABB9;
  font-size: 16px;
}
.section .chartWrap .govern .imgWrap .selctWrap .select .control {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .chartWrap .govern .imgWrap .selctWrap .select .control .select_line {
  height: 19px;
  width: 1px;
  background: url(../img/selectLin.png) no-repeat;
  background-size: 1px 19px;
}
.section .chartWrap .govern .imgWrap .selctWrap .select .control .select_san {
  width: 14px;
  height: 11px;
  margin-left: 8px;
  background: url('../img/list3-pic3@2x.png') no-repeat;
  background-size: 14px 11px;
  transition: 0.2s linear;
}
.section .chartWrap .govern .imgWrap .selctWrap .select .control .daoSan {
  transform: rotate(180deg);
}
.section .chartWrap .govern .imgWrap .selctWrap .option {
  width: 243px;
  position: absolute;
  top: 46px;
  left: 4px;
  border: 1px solid #00499D;
  box-shadow: 3px 4px 5px 0px rgba(7, 0, 2, 0.3);
  border-radius: 3px;
  background: #04214E;
  padding: 12px 0;
  z-index: 99;
  color: #B8DEFF;
}
.section .chartWrap .govern .imgWrap .selctWrap .option .o_item {
  height: 37px;
  line-height: 38.5px;
  font-size: 14px;
  color: #B8DEFF;
  padding-left: 16px;
  cursor: pointer;
}
.section .chartWrap .govern .imgWrap .selctWrap .option .o_item:hover,
.section .chartWrap .govern .imgWrap .selctWrap .option .o_it_active {
  background: url('../img/selctactive.png') no-repeat;
  background-size: 236px 37px;
  background-position: 0px 0px;
  color: #fff;
}
.section .chartWrap .govern .imgWrap .selctWrap .option .sel_mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.section .chartWrap .govern .imgWrap .imgInfo {
  width: 407px;
  height: 248px;
  margin-top: 64px;
  background: url('../img/list3-pic1@2x.png') no-repeat;
  background-size: 407px 248px;
  display: flex;
}
.section .chartWrap .govern .imgWrap .imgInfo .message {
  text-align: center;
  position: relative;
}
.section .chartWrap .govern .imgWrap .imgInfo .message .i_m_title {
  color: #E8F7FF;
  font-size: 14px;
  margin-bottom: 10px;
}
.section .chartWrap .govern .imgWrap .imgInfo .message .i_m_cont {
  color: #00FFFF;
  font-size: 20px;
}
.section .chartWrap .govern .imgWrap .imgInfo .message:first-child {
  left: 30px;
}
.section .chartWrap .govern .imgWrap .imgInfo .message:nth-child(2) {
  top: -28px;
  left: 80px;
}
.section .chartWrap .govern .imgWrap .imgInfo .message:last-child {
  top: -16px;
  left: 105px;
}
.section .chartWrap .govern .g_table {
  margin-left: 10px;
}
.section .chartWrap .govern .g_table .g_t_heard {
  width: 738px;
  height: 39px;
  background: rgba(12, 111, 187, 0.3);
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .chartWrap .govern .g_table .g_t_heard .g_t_th {
  flex: 1;
  text-align: center;
}
.section .chartWrap .govern .g_table .g_t_heard .g_h_time {
  flex: 3;
}
.section .chartWrap .govern .g_table .g_t_heard .g_h_posi {
  flex: 2;
}
.section .chartWrap .govern .g_table .g_t_heard .g_h_msg {
  flex: 6;
}
.section .chartWrap .govern .g_table .g_t_body {
  height: 312px;
  overflow: hidden;
}
.section .chartWrap .govern .g_table .g_t_body .g_t_b_row {
  width: 738px;
  height: 39px;
  color: #C8F1F9;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .chartWrap .govern .g_table .g_t_body .g_t_b_row .g_b_td {
  flex: 1;
  text-align: center;
}
.section .chartWrap .govern .g_table .g_t_body .g_t_b_row .g_b_time {
  flex: 3;
  color: #fff;
}
.section .chartWrap .govern .g_table .g_t_body .g_t_b_row .g_b_posi {
  flex: 2;
}
.section .chartWrap .govern .g_table .g_t_body .g_t_b_row .g_b_msg {
  flex: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section .chartWrap .govern .g_table .g_t_body .g_t_b_row:nth-of-type(2n) {
  background: rgba(0, 26, 68, 0.4);
}
.section .chartWrap .new_words {
  background: url('../img/list4-bg@2x.png') no-repeat;
  background-size: 1256px 435px;
  display: flex;
  padding-top: 26px;
  padding-left: 76px;
}
.section .chartWrap .new_words .n_hot_title,
.section .chartWrap .new_words .n_new_title {
  display: flex;
}
.section .chartWrap .new_words .n_hot_title .n_h_t_icon,
.section .chartWrap .new_words .n_new_title .n_h_t_icon,
.section .chartWrap .new_words .n_hot_title .n_n_t_icon,
.section .chartWrap .new_words .n_new_title .n_n_t_icon {
  width: 100px;
  height: 100px;
  background: url('../img/list4-rc-bg@2x.png') no-repeat;
  background-size: 100px 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.section .chartWrap .new_words .n_hot_title .n_h_t_icon span,
.section .chartWrap .new_words .n_new_title .n_h_t_icon span,
.section .chartWrap .new_words .n_hot_title .n_n_t_icon span,
.section .chartWrap .new_words .n_new_title .n_n_t_icon span {
  line-height: 100px;
  position: relative;
  top: -2px;
}
.section .chartWrap .new_words .n_hot_title .n_h_t_msg,
.section .chartWrap .new_words .n_new_title .n_h_t_msg,
.section .chartWrap .new_words .n_hot_title .n_n_t_msg,
.section .chartWrap .new_words .n_new_title .n_n_t_msg {
  padding-left: 14px;
  cursor: pointer;
}
.section .chartWrap .new_words .n_hot_title .n_h_t_msg p,
.section .chartWrap .new_words .n_new_title .n_h_t_msg p,
.section .chartWrap .new_words .n_hot_title .n_n_t_msg p,
.section .chartWrap .new_words .n_new_title .n_n_t_msg p {
  margin-bottom: 0;
  line-height: normal;
}
.section .chartWrap .new_words .n_hot_title .n_h_t_msg p:first-child,
.section .chartWrap .new_words .n_new_title .n_h_t_msg p:first-child,
.section .chartWrap .new_words .n_hot_title .n_n_t_msg p:first-child,
.section .chartWrap .new_words .n_new_title .n_n_t_msg p:first-child {
  margin-top: 12px;
  color: #ECF9FB;
  font-size: 20px;
}
.section .chartWrap .new_words .n_hot_title .n_h_t_msg p:last-child,
.section .chartWrap .new_words .n_new_title .n_h_t_msg p:last-child,
.section .chartWrap .new_words .n_hot_title .n_n_t_msg p:last-child,
.section .chartWrap .new_words .n_new_title .n_n_t_msg p:last-child {
  color: #00D5FF;
  font-size: 14px;
}
.section .chartWrap .new_words .n_hot_title .n_h_t_msg p:last-child span,
.section .chartWrap .new_words .n_new_title .n_h_t_msg p:last-child span,
.section .chartWrap .new_words .n_hot_title .n_n_t_msg p:last-child span,
.section .chartWrap .new_words .n_new_title .n_n_t_msg p:last-child span {
  font-size: 36px;
  font-family: 'compFont';
}
.section .chartWrap .new_words .n_hot .n_h_list {
  margin-top: 22px;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row {
  width: 564px;
  height: 51px;
  font-size: 14px;
  color: #3D9AE4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row .n_h_l_td {
  flex: 1;
  text-align: center;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row .n_h_t_posi {
  flex: 2;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row .n_h_t_posi .n_h_l_icon {
  background: url('../img/list4-icon@2x.png') no-repeat;
  width: 12px;
  background-size: 11px 13px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row .n_h_l_type {
  display: flex;
  align-items: center;
  flex: 3;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row .n_h_l_type span {
  text-align: right;
  margin-right: 15px;
  display: inline-block;
  width: 60px;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row .n_h_l_type .n_h_l_plan {
  width: 169px;
  height: 13px;
  border: 1px solid rgba(51, 204, 255, 0.35);
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row .n_h_l_type .n_h_l_plan .n_h_l_plans {
  width: 80%;
  height: 11px;
  background: url('../img/list4-tiao-lan@2x.png');
  background-size: 1px 11px;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row:nth-of-type(2n-1) {
  background: rgba(61, 224, 254, 0.08);
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row:not(:nth-of-type(n+4)) .n_h_t_num,
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row:not(:nth-of-type(n+4)) .n_h_l_count {
  color: #D7B216;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row:not(:nth-of-type(n+4)) .n_h_l_type span {
  color: #D7B216;
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row:not(:nth-of-type(n+4)) .n_h_l_type .n_h_l_plan {
  border: 1px solid rgba(76, 175, 80, 0.35);
}
.section .chartWrap .new_words .n_hot .n_h_list .n_h_row:not(:nth-of-type(n+4)) .n_h_l_type .n_h_l_plan .n_h_l_plans {
  background: url('../img/lv.png');
  background-size: 1px 11px;
}
.section .chartWrap .new_words .n_new {
  margin-left: 27px;
}
.section .chartWrap .new_words .n_new .echartsWrap {
  margin-top: 22px;
  width: 470px;
  height: 255px;
}
.section .chartWrap .new_words .n_new .echartsWrap #echarts {
  width: 470px;
  height: 255px;
}
/* 工单详情弹框 */
.workInfoPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 1080px;
  z-index: 199;
}
.workInfoPop .infoMark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.workInfoPop .popTitle {
  position: absolute;
  width: 1003px;
  height: 264px;
  background: url('../img/tk-header-bg@2x.png') no-repeat;
  background-size: 1003px 264px;
  top: 25px;
  left: calc(50% - 501px);
  color: #F7F7F7;
  font-size: 36px;
  line-height: 217px;
  text-align: center;
}
.workInfoPop .popWrap {
  width: 1278px;
  height: 870px;
  position: absolute;
  left: calc(50% - 639px);
  top: 149px;
  background: url('../img/tk-cont-bg@2x.png') no-repeat;
  background-size: 1278px 870px;
  padding: 123px 40px 0;
}
.workInfoPop .popWrap .closeBtn {
  width: 136px;
  height: 51px;
  background: rgba(56, 99, 229, 0.23);
  border-radius: 5px;
  border: 2px solid #1B85DC;
  color: #96EDFF;
  font-size: 20px;
  position: absolute;
  top: 24px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.workInfoPop .popWrap .closeBtn span {
  display: inline-block;
  margin-left: 22px;
}
.workInfoPop .popWrap .closeBtn i {
  display: inline-block;
  width: 54px;
  height: 100%;
  background: url('../img/close.png') no-repeat center;
  background-size: 16px;
  background-color: #021620;
}
.workInfoPop .popWrap .popCon .con_info {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}
.workInfoPop .popWrap .popCon .con_info .con_in_item {
  font-size: 20px;
  text-align: left;
}
.workInfoPop .popWrap .popCon .con_info .con_in_item .c_i_tit {
  color: #00FFFF;
}
.workInfoPop .popWrap .popCon .con_info .con_in_item .c_i_i_info {
  color: #E8FBFF;
}
.workInfoPop .popWrap .popCon .pop_section {
  margin-top: 43px;
}
.workInfoPop .popWrap .popCon .pop_section .sec_item .sec_title {
  width: 1155px;
  height: 48px;
  background: url('../img/title-bg@2x.png') no-repeat;
  background-size: 1155px 48px;
  color: #00FFFF;
  font-size: 20px;
  padding-top: 8px;
  padding-left: 39px;
}
.workInfoPop .popWrap .popCon .pop_section .sec_item .sec_info {
  color: #E8FBFF;
  font-size: 20px;
  padding: 36px 60px 40px 25px;
}
.workInfoPop .popWrap .popCon .pop_schedule {
  text-align: center;
  margin-top: 35px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_time_wrap {
  color: #E8FBFF;
  font-size: 14px;
  display: flex;
  margin-bottom: 10px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_time_wrap div {
  border: 1px solid #1B4490;
  width: 129px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_time_wrap div:first-child {
  margin-left: 478px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_time_wrap div:last-child {
  margin-left: 185px;
}
.workInfoPop .popWrap .popCon .pop_schedule img {
  width: 1103px;
  height: 37px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_plan_wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_plan_wrap .plan_item {
  color: #E8FBFF;
  font-size: 14px;
  width: 135px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_plan_wrap .plan_item p {
  margin: 0;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_plan_wrap .plan_item:first-child {
  margin-left: 305px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_plan_wrap .plan_item:nth-child(2) {
  margin-left: 180px;
}
.workInfoPop .popWrap .popCon .pop_schedule .schedule_plan_wrap .plan_item:last-child {
  margin-left: 180px;
}
.workInfoPop .popWrap .pop_btn {
  width: 146px;
  height: 42px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  background: url('../img/tk-zt-bg@2x.png') no-repeat;
  background-size: 146px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
/* 绩效排名详情弹框 */
.performanceInfoRankingPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 1080px;
  z-index: 199;
}
.performanceInfoRankingPop .pRPopMark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.performanceInfoRankingPop .performanceRankingTit {
  position: absolute;
  width: 1003px;
  height: 264px;
  background: url('../img/tk-header-bg@2x.png') no-repeat;
  background-size: 1003px 264px;
  top: 25px;
  left: calc(50% - 501px);
  color: #F7F7F7;
  font-size: 36px;
  line-height: 217px;
  text-align: center;
}
.performanceInfoRankingPop .pRPopWrap {
  width: 2822px;
  height: 982px;
  position: absolute;
  left: calc(50% - 1412px);
  top: 82px;
  background: url('../img/tk-cont-bg-jxpm.png') no-repeat;
  background-size: 2822px 982px;
  padding: 108px 149px 0 135px;
}
.performanceInfoRankingPop .pRPopWrap .closeBtn {
  width: 136px;
  height: 52px;
  background: rgba(56, 99, 229, 0.23);
  border-radius: 6px;
  border: 2px solid #1B85DC;
  color: #96EDFF;
  font-size: 20px;
  position: absolute;
  top: 92px;
  right: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.performanceInfoRankingPop .pRPopWrap .closeBtn span {
  display: inline-block;
  margin-left: 22px;
}
.performanceInfoRankingPop .pRPopWrap .closeBtn i {
  display: inline-block;
  width: 54px;
  height: 100%;
  background: url('../img/close.png') no-repeat center;
  background-size: 16px;
  background-color: #021620;
}
.performanceInfoRankingPop .pRPopWrap .sectionBtn {
  width: 192px;
  height: 36px;
  border: 1px solid #13519C;
  background: rgba(0, 58, 134, 0.2);
  font-size: 18px;
  color: #fff;
}
.performanceInfoRankingPop .pRPopWrap .sectionBtn div {
  width: 50%;
  float: left;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.performanceInfoRankingPop .pRPopWrap .sectionBtn .active {
  background: #009DFF;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_item {
  position: relative;
  height: 626px;
  width: 384px;
  padding: 48px 6px 10px 10px;
  border: 2px solid #028ADE;
  border-top: 0;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_item .p_r_t_tit {
  color: #B8DEFF;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: -20px;
  left: -2px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_item .p_r_t_tit .p_r_t_t_tit {
  width: 160px;
  height: 42px;
  background-image: url('../img/tk-zt-bg@2x.png');
  background-repeat: no-repeat;
  background-size: 160px 42px;
  margin: 0 6px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_item .p_r_t_tit .p_r_t_line {
  width: 106px;
  border-top: 2px solid #028ADE;
  border-radius: 4px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content_wrap {
  padding-right: 8px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content::-webkit-scrollbar {
  width: 5px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content::-webkit-scrollbar-track {
  background-color: rgba(7, 166, 255, 0.38);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content::-webkit-scrollbar-thumb {
  background-color: #07a6ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content {
  width: 100%;
  overflow: auto;
  height: 560px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content .p_r_t_c_item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 16px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content .p_r_t_c_item .c_t_name {
  color: #3D9AE4;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content .p_r_t_c_item .c_t_planWrap {
  width: 198px;
  height: 14px;
  border: 1px solid rgba(51, 204, 255, 0.35);
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content .p_r_t_c_item .c_t_planWrap .c_t_p_plan {
  background: url('../img/list4-tiao-lan@2x.png');
  background-size: 1px 12px;
  width: 80%;
  height: 12px;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content .p_r_t_c_item .c_t_count {
  color: #14BDE2;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content .active div {
  color: #FBF807 !important;
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content .active .c_t_planWrap {
  border: 1px solid rgba(255, 208, 60, 0.35);
}
.performanceInfoRankingPop .pRPopWrap .pRPopListWrap .p_r_t_content .active .c_t_planWrap .c_t_p_plan {
  background: url('../img/huang.png');
  background-size: 1px 11px;
}
/* 新词详情弹框 */
.newWordInfoPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 1080px;
  z-index: 199;
}
.newWordInfoPop .newWordMark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.newWordInfoPop .newWordTit {
  position: absolute;
  width: 1003px;
  height: 264px;
  background: url('../img/tk-header-bg@2x.png') no-repeat;
  background-size: 1003px 264px;
  top: 25px;
  left: calc(50% - 501px);
  color: #F7F7F7;
  font-size: 36px;
  line-height: 217px;
  text-align: center;
}
.newWordInfoPop .newWordPopWrap {
  width: 1278px;
  height: 870px;
  position: absolute;
  left: calc(50% - 639px);
  top: 149px;
  background: url('../img/tk-cont-bg@2x.png') no-repeat;
  background-size: 1278px 870px;
  padding: 106px 24px 0;
}
.newWordInfoPop .newWordPopWrap .closeBtn {
  width: 136px;
  height: 51px;
  background: rgba(56, 99, 229, 0.23);
  border-radius: 5px;
  border: 2px solid #1B85DC;
  color: #96EDFF;
  font-size: 20px;
  position: absolute;
  top: 24px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.newWordInfoPop .newWordPopWrap .closeBtn span {
  display: inline-block;
  margin-left: 22px;
}
.newWordInfoPop .newWordPopWrap .closeBtn i {
  display: inline-block;
  width: 54px;
  height: 100%;
  background: url('../img/close.png') no-repeat center;
  background-size: 16px;
  background-color: #021620;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .n_w_box {
  display: flex;
  justify-content: space-around;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .n_w_box:last-child {
  margin-top: 40px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .n_w_b_item {
  width: 570px;
  height: 336px;
  border: 2px solid #028ADE;
  border-top: 0;
  position: relative;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .n_w_b_item .nw_in_tit_wrap {
  color: #B8DEFF;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: -20px;
  left: -1px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .n_w_b_item .nw_in_tit_wrap .nw_in_t_tit {
  width: 160px;
  height: 42px;
  background-image: url('../img/tk-zt-bg@2x.png');
  background-repeat: no-repeat;
  background-size: 160px 42px;
  margin: 0 6px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .n_w_b_item .nw_in_tit_wrap .nw_in_line {
  width: 198px;
  border-top: 2px solid #028ADE;
  border-radius: 4px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable {
  padding: 48px 16px 0;
  font-size: 18px;
  color: #B4D7FA;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_heard {
  background: linear-gradient(0deg, rgba(13, 95, 215, 0.35), rgba(13, 95, 215, 0.35));
  border: 1px solid #064F89;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_heard div {
  flex: 1;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body {
  padding-top: 5px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body .n_info_t_b_wrap {
  height: 200px;
  overflow: auto;
  padding-right: 5px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body .n_info_t_b_wrap::-webkit-scrollbar {
  width: 5px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body .n_info_t_b_wrap::-webkit-scrollbar-track {
  background-color: rgba(7, 166, 255, 0.38);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body .n_info_t_b_wrap::-webkit-scrollbar-thumb {
  background-color: #07a6ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body .n_i_t_tr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body .n_i_t_tr div {
  flex: 1;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body .n_i_t_tr:nth-of-type(2n) {
  background: #001A44;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordInfoTable .n_info_tab_body .n_i_t_tr:hover {
  color: #fff;
  font-weight: bold;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordsHistory .n_info_tab_heard {
  padding: 0 5px;
  color: #38FDFF;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordsHistory .n_info_tab_heard .n_info_t_th:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 3;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordsHistory .n_info_tab_heard .n_info_t_th:nth-child(2) {
  padding: 0 5px;
  flex: 1.5;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordsHistory .n_info_tab_heard .n_info_t_th:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordsHistory .n_info_tab_body .n_info_t_b_wrap .n_i_t_tr {
  padding: 0 5px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordsHistory .n_info_tab_body .n_info_t_b_wrap .n_i_t_tr .n_i_t_td:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 4.5;
  padding-right: 5px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordInfo .newWordsHistory .n_info_tab_body .n_info_t_b_wrap .n_i_t_tr .n_i_t_td:last-child {
  margin-right: -4px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordOrder {
  padding: 64px 42px 10px 18px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordOrder .nw_o_info {
  color: #B4D7FA;
  font-size: 18px;
  line-height: 30px;
}
.newWordInfoPop .newWordPopWrap .newWordPopContent .newWordOrder .nw_o_info .nw_o_i_info {
  height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
/* 诉求分布弹框 */
.appealDistributionPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 1080px;
  z-index: 199;
}
.appealDistributionPop .appDisPopMark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.appealDistributionPop .appDisTit {
  position: absolute;
  width: 1003px;
  height: 264px;
  background: url('../img/tk-header-bg@2x.png') no-repeat;
  background-size: 1003px 264px;
  top: 25px;
  left: calc(50% - 501px);
  color: #F7F7F7;
  font-size: 36px;
  line-height: 217px;
  text-align: center;
}
.appealDistributionPop .appealDistributionWrap {
  width: 2232px;
  height: 814px;
  position: absolute;
  left: calc(50% - 1116px);
  top: 152px;
  background: url('../img/tk-cont-bg-sqfb@2x.png') no-repeat;
  background-size: 2232px 814px;
  padding: 133px 58px 0 68px;
}
.appealDistributionPop .appealDistributionWrap .closeBtn {
  width: 136px;
  height: 52px;
  background: rgba(56, 99, 229, 0.23);
  border-radius: 6px;
  border: 2px solid #1B85DC;
  color: #96EDFF;
  font-size: 20px;
  position: absolute;
  top: 22px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.appealDistributionPop .appealDistributionWrap .closeBtn span {
  display: inline-block;
  margin-left: 22px;
}
.appealDistributionPop .appealDistributionWrap .closeBtn i {
  display: inline-block;
  width: 54px;
  height: 100%;
  background: url('../img/close.png') no-repeat center;
  background-size: 16px;
  background-color: #021620;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap {
  display: flex;
  justify-content: space-between;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item {
  position: relative;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_tit_wrap {
  color: #B8DEFF;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: -20px;
  left: 0px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_tit_wrap .a_d_t_tit {
  width: 160px;
  height: 42px;
  background-image: url('../img/tk-zt-bg@2x.png');
  background-repeat: no-repeat;
  background-size: 160px 42px;
  margin: 0 6px;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_tit_wrap .a_d_t_line {
  width: 106px;
  border-top: 2px solid #028ADE;
  border-radius: 4px;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content {
  width: 384px;
  height: 606px;
  border: 2px solid #028ADE;
  border-top: 0;
  padding: 46px 8px 0;
  cursor: pointer;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .a_d_c_item {
  font-size: 18px;
  color: #3D9AE4;
  height: 90px;
  padding: 22px 21px;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .a_d_c_item .a_d_c_i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .a_d_c_item .a_d_c_i_box .a_d_c_i_m_count,
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .a_d_c_item .a_d_c_i_box .a_d_c_i_per {
  color: #14BDE2;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .a_d_c_item .a_d_c_i_box .a_d_c_i_planWrap {
  width: 254px;
  height: 14px;
  border: 1px solid rgba(51, 204, 255, 0.35);
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .a_d_c_item .a_d_c_i_box .a_d_c_i_planWrap div {
  width: 80%;
  height: 12px;
  background: url('../img/list4-tiao-lan@2x.png');
  background-size: 1px 12px;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .a_d_c_item .a_d_c_i_box:last-child {
  margin-top: 10px;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .a_d_c_item:not(:last-child) {
  margin-bottom: 20px;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .active {
  background: rgba(61, 224, 254, 0.08);
  color: #40CEA2;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .active div {
  color: #40CEA2 !important;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .active div .a_d_c_i_planWrap {
  border: 1px solid rgba(76, 174, 79, 0.35) !important;
}
.appealDistributionPop .appealDistributionWrap .appealDisListWrap .app_dis_item .app_dis_content .active div .a_d_c_i_planWrap div {
  background: url('../img/lv.png') !important;
  background-size: 1px 12px !important;
}
/* 绩效排弹窗 */
.performanceRankingPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 1080px;
  z-index: 199;
}
.performanceRankingPop .p_r_p_mark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.performanceRankingPop .p_r_p_tit {
  position: absolute;
  width: 1003px;
  height: 264px;
  background: url('../img/tk-header-bg@2x.png') no-repeat;
  background-size: 1003px 264px;
  top: 25px;
  left: calc(50% - 501px);
  color: #F7F7F7;
  font-size: 36px;
  line-height: 217px;
  text-align: center;
}
.performanceRankingPop .p_r_p_wrap {
  width: 1278px;
  height: 870px;
  position: absolute;
  left: calc(50% - 639px);
  top: 149px;
  background: url('../img/tk-cont-bg@2x.png') no-repeat;
  background-size: 1278px 870px;
  padding: 106px 24px 0;
}
.performanceRankingPop .p_r_p_wrap .closeBtn {
  width: 136px;
  height: 51px;
  background: rgba(56, 99, 229, 0.23);
  border-radius: 5px;
  border: 2px solid #1B85DC;
  color: #96EDFF;
  font-size: 20px;
  position: absolute;
  top: 24px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.performanceRankingPop .p_r_p_wrap .closeBtn span {
  display: inline-block;
  margin-left: 22px;
}
.performanceRankingPop .p_r_p_wrap .closeBtn i {
  display: inline-block;
  width: 54px;
  height: 100%;
  background: url('../img/close.png') no-repeat center;
  background-size: 16px;
  background-color: #021620;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_w_title {
  width: 124px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #13519C;
  position: absolute;
  top: 22px;
  left: 66px;
  text-align: center;
  border-radius: 4px;
  line-height: 32px;
  cursor: pointer;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item {
  position: relative;
  width: 570px;
  height: 336px;
  border: 2px solid #028ADE;
  border-top: 0;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proc_tit_wrap {
  color: #B8DEFF;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: -20px;
  left: 0px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proc_tit_wrap .proc_t_w_line {
  width: 198px;
  border-top: 2px solid #028ADE;
  border-radius: 4px;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proc_tit_wrap .proc_t_w_tit {
  width: 160px;
  height: 42px;
  background-image: url('../img/tk-zt-bg@2x.png');
  background-repeat: no-repeat;
  background-size: 160px 42px;
  margin: 0 6px;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proc_btn_list {
  margin: 30px auto 0;
  width: 164px;
  height: 32px;
  border: 1px solid #13519C;
  background: rgba(0, 58, 134, 0.2);
  font-size: 16px;
  display: flex;
  color: #B8DEFF;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proc_btn_list div {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proc_btn_list .active {
  color: #fff;
  background: #009DFF;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proce_table {
  padding: 18px 16px 0;
  font-size: 18px;
  color: #B4D7FA;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proce_table .proc_t_heard {
  background: linear-gradient(0deg, rgba(13, 95, 215, 0.35), rgba(13, 95, 215, 0.35));
  border: 2px solid #064F89;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proce_table .proc_t_heard .proc_t_h_th {
  flex: 1;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proce_table .proc_t_body .proc_t_b_tr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proce_table .proc_t_body .proc_t_b_tr div {
  flex: 1;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proce_table .proc_t_body .proc_t_b_tr div img {
  width: 28px;
  height: 32px;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item .proce_table .proc_t_body .proc_t_b_tr:nth-of-type(2n) {
  background: #001A44;
}
.performanceRankingPop .p_r_p_wrap .p_r_o_content .p_r_o_c_item:not(:nth-of-type(n+3)) {
  margin-bottom: 40px;
}
/* 预警工单列表弹窗 */
.warningOrderPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 1080px;
  z-index: 199;
}
.warningOrderPop .w_o_mark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.warningOrderPop .p_r_p_tit {
  position: absolute;
  width: 1003px;
  height: 264px;
  background: url('../img/tk-header-bg@2x.png') no-repeat;
  background-size: 1003px 264px;
  top: 25px;
  left: calc(50% - 501px);
  color: #F7F7F7;
  font-size: 36px;
  line-height: 217px;
  text-align: center;
}
.warningOrderPop .wo_wrap {
  width: 1278px;
  height: 870px;
  position: absolute;
  left: calc(50% - 639px);
  top: 149px;
  background: url('../img/tk-cont-bg@2x.png') no-repeat;
  background-size: 1278px 870px;
  padding: 56px 54px 0 40px;
}
.warningOrderPop .wo_wrap .closeBtn {
  width: 136px;
  height: 51px;
  background: rgba(56, 99, 229, 0.23);
  border-radius: 5px;
  border: 2px solid #1B85DC;
  color: #96EDFF;
  font-size: 20px;
  position: absolute;
  top: 24px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.warningOrderPop .wo_wrap .closeBtn span {
  display: inline-block;
  margin-left: 22px;
}
.warningOrderPop .wo_wrap .closeBtn i {
  display: inline-block;
  width: 54px;
  height: 100%;
  background: url('../img/close.png') no-repeat center;
  background-size: 16px;
  background-color: #021620;
}
.warningOrderPop .wo_wrap .wo_w_table {
  margin: 30px 0 20px;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_heard {
  height: 50px;
  border: 1px solid rgba(6, 79, 137, 0.8);
  background: rgba(18, 47, 116, 0.5);
  color: #B4D7FA;
  font-size: 18px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_heard div {
  flex: 1;
  text-align: center;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_heard .wo_w_t_orderNum {
  flex: 2;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_heard .wo_w_t_info {
  flex: 4;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body {
  padding: 10px 6px 0 0;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap {
  height: 494px;
  overflow-x: auto;
  padding-right: 6px;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap .wo_w_t_b_tr {
  height: 56px;
  font-size: 18px;
  color: #B4D7FA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap .wo_w_t_b_tr div {
  flex: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap .wo_w_t_b_tr .wo_w_t_b_orderNum {
  flex: 2;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap .wo_w_t_b_tr .wo_w_t_b_info {
  flex: 4;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap .wo_w_t_b_tr:nth-child(2n) {
  background: #001a44;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap::-webkit-scrollbar {
  width: 5px;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap::-webkit-scrollbar-track {
  background-color: rgba(7, 166, 255, 0.38);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.warningOrderPop .wo_wrap .wo_w_table .wo_w_t_body .wo_w_t_scollWrap::-webkit-scrollbar-thumb {
  background-color: #07a6ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.planInfo {
  height: 156px;
  border: 2px solid #028ADE;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planInfo .planLine {
  width: 150px;
  border-top: 2px solid #028ADE;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.planInfo .planJT {
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 4px);
}
.planInfo .p_s_dian {
  width: 20px;
  height: 20px;
}
.planInfo .planStatusWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planInfo .planStatusWrap div {
  position: relative;
}
.planInfo .planStatusWrap .planStart .p_s_icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.planInfo .planStatusWrap .planStart .p_s_icon_wrap .p_s_start {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #028ADE;
  margin-right: -2px;
}
.planInfo .planStatusWrap .planStart .p_s_icon_wrap .planLineWrap {
  position: relative;
  width: 150px;
  height: 2px;
}
.planInfo .planStatusWrap .planStart .p_s_msg_warp {
  width: 140px;
  height: 40px;
  color: #E8FBFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: -46px;
  right: -60px;
}
.planInfo .planStatusWrap .planThen .p_t_icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.planInfo .planStatusWrap .planThen .p_t_msg_wrap {
  width: 140px;
  height: 40px;
  color: #E8FBFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: -46px;
  right: -60px;
}
/* 工单详情弹窗 */
.orderInfoPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 1080px;
  z-index: 199;
}
.orderInfoPop .order_info_mark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.orderInfoPop .o_i_title {
  position: absolute;
  width: 1003px;
  height: 264px;
  background: url('../img/tk-header-bg@2x.png') no-repeat;
  background-size: 1003px 264px;
  top: 25px;
  left: calc(50% - 501px);
  color: #F7F7F7;
  font-size: 36px;
  line-height: 217px;
  text-align: center;
}
.orderInfoPop .o_i_content_wrap {
  width: 1278px;
  height: 870px;
  position: absolute;
  left: calc(50% - 639px);
  top: 149px;
  background: url('../img/tk-cont-bg@2x.png') no-repeat;
  background-size: 1278px 870px;
  padding: 56px 54px 0 40px;
}
.orderInfoPop .o_i_content_wrap .closeBtn {
  width: 136px;
  height: 51px;
  background: rgba(56, 99, 229, 0.23);
  border-radius: 5px;
  border: 2px solid #1B85DC;
  color: #96EDFF;
  font-size: 20px;
  position: absolute;
  top: 24px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.orderInfoPop .o_i_content_wrap .closeBtn span {
  display: inline-block;
  margin-left: 22px;
}
.orderInfoPop .o_i_content_wrap .closeBtn i {
  display: inline-block;
  width: 54px;
  height: 100%;
  background: url('../img/close.png') no-repeat center;
  background-size: 16px;
  background-color: #021620;
}
.orderInfoPop .o_i_content_wrap .acceptWrap {
  padding-top: 26px;
}
.orderInfoPop .o_i_content_wrap .acceptWrap .acc_wr_title {
  width: 1155px;
  height: 48px;
  background: url('../img/title-bg@2x.png') no-repeat;
  background-size: 1155px 48px;
  color: #00FFFF;
  font-size: 20px;
  padding-top: 6px;
  padding-left: 34px;
}
.orderInfoPop .o_i_content_wrap .acceptWrap .acc_echarts {
  width: 1170px;
  height: 284px;
}
.orderInfoPop .o_i_content_wrap .acceptWrap .acc_echarts #acc_echarts {
  width: 1170px;
  height: 284px;
}
.orderInfoPop .o_i_content_wrap .streetOrderNumWrap {
  margin-top: 50px;
}
.orderInfoPop .o_i_content_wrap .streetOrderNumWrap .str_ord_num_title {
  width: 1155px;
  height: 48px;
  background: url('../img/title-bg2@2x.png') no-repeat;
  background-size: 1155px 48px;
  color: #00FFFF;
  font-size: 20px;
  padding-top: 6px;
  padding-left: 34px;
  margin-bottom: 10px;
}
.orderInfoPop .o_i_content_wrap .streetOrderNumWrap .str_ord_echarts {
  width: 1170px;
  height: 300px;
}
.orderInfoPop .o_i_content_wrap .streetOrderNumWrap .str_ord_echarts #tr_ord_echarts {
  width: 1170px;
  height: 300px;
}
.anchorBL {
  display: none !important;
}
/* 热气详情弹窗 */
.hotWordsInfoPop {
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 1080px;
  z-index: 199;
}
.hotWordsInfoPop .h_w_i_mark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.hotWordsInfoPop .h_w_i_title {
  position: absolute;
  width: 1003px;
  height: 264px;
  background: url('../img/tk-header-bg@2x.png') no-repeat;
  background-size: 1003px 264px;
  top: 25px;
  left: calc(50% - 501px);
  color: #F7F7F7;
  font-size: 36px;
  line-height: 217px;
  text-align: center;
}
.hotWordsInfoPop .h_w_i_content_wrap {
  width: 1278px;
  height: 870px;
  position: absolute;
  left: calc(50% - 639px);
  top: 149px;
  background: url('../img/tk-cont-bg@2x.png') no-repeat;
  background-size: 1278px 870px;
  padding: 56px 54px 0 40px;
}
.hotWordsInfoPop .closeBtn {
  width: 136px;
  height: 51px;
  background: rgba(56, 99, 229, 0.23);
  border-radius: 5px;
  border: 2px solid #1B85DC;
  color: #96EDFF;
  font-size: 20px;
  position: absolute;
  top: 24px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.hotWordsInfoPop .closeBtn span {
  display: inline-block;
  margin-left: 22px;
}
.hotWordsInfoPop .closeBtn i {
  display: inline-block;
  width: 54px;
  height: 100%;
  background: url('../img/close.png') no-repeat center;
  background-size: 16px;
  background-color: #021620;
}
.hotWordsInfoPop .h_w_i_model {
  padding-top: 30px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_title {
  width: 1155px;
  height: 48px;
  background: url('../img/title-bg@2x.png') no-repeat;
  background-size: 1155px 48px;
  color: #00FFFF;
  font-size: 20px;
  padding-top: 8px;
  padding-left: 40px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap {
  display: flex;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_echart {
  width: 616px;
  height: 280px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_echart #h_w_i_m_echart {
  width: 616px;
  height: 280px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_echart .y_1 {
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 150px;
  left: 0;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_line {
  width: 4px;
  height: 258px;
  background: rgba(2, 140, 224, 0.56);
  margin-right: 48px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right {
  width: 490px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .h_w_i_m_r_title {
  font-size: 22px;
  font-weight: bold;
  color: #00FFFF;
  margin-bottom: 20px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list {
  padding-left: 4px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  color: #C1E7FA;
  font-size: 18px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item img {
  width: 18px;
  height: 20px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item div {
  text-align: center;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_icon {
  width: 18px;
  height: 20px;
  background: url('../img/dun1.png') no-repeat;
  background-size: 18px 20px;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_icon2 {
  background: url('../img/dun2.png') no-repeat;
  background-size: 18px 20px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_icon3 {
  background: url('../img/dun3.png') no-repeat;
  background-size: 18px 20px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_icon4 {
  background: url('../img/dun4.png') no-repeat;
  background-size: 18px 20px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_icon5 {
  background: url('../img/dun5.png') no-repeat;
  background-size: 18px 20px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_msg {
  flex: 3;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_plan {
  width: 200px;
  height: 14px;
  border: 1px solid rgba(51, 204, 255, 0.35);
  flex: 4;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_plan .hwi_m_r_l_i_plan_ {
  width: 80%;
  height: 12px;
  background: url('../img/list4-tiao-lan@2x.png');
  background-size: 1px 12px;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item .hwi_m_r_l_i_count {
  flex: 1;
}
.hotWordsInfoPop .h_w_i_model .h_w_i_m_wrap .h_w_i_m_right .hwi_m_r_list .hwi_m_r_l_item:not(:last-child) {
  margin-bottom: 15px;
}
.hotWordsInfoPop .hotWordsTrendModel .htw_t_title {
  width: 1155px;
  height: 48px;
  background: url('../img/title-bg@2x.png') no-repeat;
  background-size: 1155px 48px;
  color: #00FFFF;
  font-size: 20px;
  padding-top: 8px;
  padding-left: 40px;
}
.hotWordsInfoPop .hotWordsTrendModel .hwd_t_echart {
  width: 1170px;
  height: 370px;
}
.hotWordsInfoPop .hotWordsTrendModel .hwd_t_echart #hwd_t_echart {
  width: 1170px;
  height: 370px;
}
.acc_ec_marker {
  width: 150px;
  height: 62px;
  background: url('../img/acc_ec_marker.png') no-repeat;
  background-size: 150px 62px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acc_ec_marker span {
  color: #00FF84;
}
