.trend_area {
  width: 95%;
  margin: 0px auto 0px auto;
}
.trend_area .trend_part {
  display: none;
}
.trend_area > div {
  height: 325px;
}
.trend_area .trend_tab {
  margin: 20px auto 5px auto;
}
.trend_area .trend_tab li {
  display: inline-block;
  float: left;
  width: 80px;
  border-right: 1px solid #f5f5f5;
}
.trend_area .trend_tab li a {
  display: block;
  width: 100%;
  height: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background-color: #ffa853;
  font-weight: bold;
}
.trend_area .trend_tab li a.selected {
  background-color: #5796db;
  height: 36px;
  line-height: 36px;
  margin-top: -5px;
  border-radius: 2px;
}

.shared-imgAndText img, .calendar_content .sq_logo img, .calendar_content .cl_top .rl_logo1 div:first-child img {
  width: 22px;
  vertical-align: middle;
}
.shared-imgAndText span, .calendar_content .sq_logo span, .calendar_content .cl_top .rl_logo1 div:first-child span {
  vertical-align: middle;
  margin-left: 5px;
  font-weight: 700;
}

.calendar_content {
  background-color: #fff;
  width: 980px;
  padding: 20px;
  font-size: 16px;
  position: relative;
}
.calendar_content .table-cont .cjsj_tab thead {
  position: sticky;
  top: 44px;
  z-index: 156;
}
.calendar_content #current_data thead {
  position: sticky;
  top: 44px;
  z-index: 156;
}
.calendar_content .xz {
  display: none;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.calendar_content .spinner-border {
  color: #C1D6F7 !important;
}
.calendar_content .cl_top .rl_logo1, .calendar_content .sq_logo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calendar_content .cl_top .rl_logo1 .rl_logo1-ad1 {
  font-weight: 700;
}
.calendar_content .cl_top .rl_logo1 .rl_icon {
  width: 135px;
  display: flex;
}
.calendar_content .cl_top .rl_logo1 .rl_icon .rl_inp {
  width: 135px;
  padding: 0 5px;
  height: 24px;
  background: #fff;
  color: #6a6a6a;
  border: 1px solid #b5b5b5;
  float: left;
  display: none;
}
.calendar_content .cl_top .rl_logo1 .rl_icon .rl_show {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background: #fff;
  color: #6a6a6a;
  max-width: 100px;
  font-size: 14px;
  margin-left: 0;
  padding: 0 5px;
  float: left;
  border: 1px solid #b5b5b5;
}
.calendar_content .cl_top .rl_logo1 .rl_icon a {
  background: #627bc7;
  height: 24px;
  display: block;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #516cbc;
}
.calendar_content .cl_top .rl_week {
  height: 85px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calendar_content .cl_top .rl_week > a div {
  background-color: #edf2ff;
  border: 1px solid #d2e3ff;
  width: 18px;
  height: 100%;
}
.calendar_content .cl_top .rl_week > a .per_week {
  background: url(../images/left_s.png) no-repeat center #edf2ff;
  border-radius: 5px 0px 0px 5px;
}
.calendar_content .cl_top .rl_week > a .next_week {
  background: url(../images/right_s.png) no-repeat center #edf2ff;
  border-radius: 0 5px 5px 0;
}
.calendar_content .cl_top .rl_week ul {
  display: flex;
  gap: 4px;
}
.calendar_content .cl_top .rl_week ul li {
  width: 124px;
  cursor: pointer;
  background: #edf2ff;
  border: 1px solid #d2e3ff;
  color: #444444;
  height: 100%;
}
.calendar_content .cl_top .rl_week ul li.hover {
  color: #334c98;
  border: 1px solid #334c98;
  background: url(/static/images/right_i.png) no-repeat bottom right #fff;
}
.calendar_content .cl_top .rl_week ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.calendar_content .cl_top .rl_week ul li a div {
  text-align: center;
}
.calendar_content .cl_top .rl_week ul li a div p {
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  text-align: center;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  display: block;
  color: #8690ae;
  margin-top: 4px;
}
.calendar_content .table-cont .cjsj_tab tr:hover td:nth-last-child(-n+7) {
  background: #eaf2ff;
  cursor: auto;
}
.calendar_content .sq_logo {
  margin-top: 15px;
  align-items: center;
}
.calendar_content .sq_logo span a {
  background: url(/static/images/calendar_res.png) no-repeat 5px;
  color: #9b9b9b;
  font-size: 12px;
  padding-left: 20px;
  font-weight: normal;
  margin-left: 10px;
}
.calendar_content .sq_logo .ad-cont {
  flex: 1;
}
.calendar_content .sq_logo .choose_button ul {
  display: flex;
  gap: 5px;
}
.calendar_content .sq_logo .choose_button ul li {
  width: 64px;
  background-color: #edf2ff;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #C1D6F7;
}
.calendar_content .sq_logo .choose_button ul .a_actived {
  background-color: #627bc7 !important;
  border-color: #627bc7;
}
.calendar_content .sq_logo .choose_button ul .a_actived a {
  color: #fff;
}
.calendar_content .cjsj_tab {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  border: 1px solid #C1D6F7;
  text-align: center;
  color: #333;
}
.calendar_content .cjsj_tab.usa_tab thead {
  position: sticky;
  top: 44px;
  z-index: 156;
}
.calendar_content .cjsj_tab.usa_tab tr {
  height: 45px;
}
.calendar_content .cjsj_tab.usa_tab tr .gb_td {
  font-weight: bold;
  background: #ecf3f8;
}
.calendar_content .cjsj_tab.usa_tab tbody tr:nth-child(even) {
  background: #f7f9fb;
}
.calendar_content .cjsj_tab.usa_tab tbody tr:hover {
  background: #fff0f0;
}
.calendar_content .cjsj_tab.event thead {
  position: sticky;
  top: 44px;
  z-index: 156;
}
.calendar_content .cjsj_tab .week-time {
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: #eaf2ff;
}
.calendar_content .cjsj_tab a:hover {
  color: #c91f05;
}
.calendar_content .cjsj_tab tr {
  height: 38px;
  border-collapse: collapse;
  border-left: 1px solid #C1D6F7;
  border-right: 1px solid #C1D6F7;
  border-bottom: 1px solid #C1D6F7;
}
.calendar_content .cjsj_tab tr .previous_price_fixed {
  position: relative;
}
.calendar_content .cjsj_tab tr .previous_price_fixed span {
  position: absolute;
  display: none;
  right: 0;
  top: 27px;
  width: 75px;
  padding: 2px;
  font-size: 12px;
  color: #fda838;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  z-index: 99;
}
.calendar_content .cjsj_tab tr .previous_price_fixed:hover span {
  display: block;
}
.calendar_content .cjsj_tab tr .previous_price_fixed:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
  display: block;
  border-radius: 50%;
  background: #fda838;
  width: 7px;
  height: 7px;
}
.calendar_content .cjsj_tab tr:not(.unpublished) td {
  padding: 4px;
}
.calendar_content .cjsj_tab tr .tab_time {
  font-weight: normal;
  color: #333;
}
.calendar_content .cjsj_tab tr td {
  border-right: 1px solid #C1D6F7;
  border-collapse: collapse;
}
.calendar_content .cjsj_tab tr td .td_p_span_date {
  color: #888;
  font-size: 12px;
}
.calendar_content .cjsj_tab tr td .getmore2 {
  font-size: 12px;
}
.calendar_content .cjsj_tab tr td .getmore2 ul {
  display: flex;
  gap: 5px;
}
.calendar_content .cjsj_tab tr td .getmore2 ul li {
  color: #333;
  cursor: pointer;
  font-weight: 400;
}
.calendar_content .cjsj_tab tr td .getmore2 ul li:hover a {
  color: #c91f05;
}
.calendar_content .cjsj_tab tr td:nth-child(2) {
  padding: 0 5px;
  line-height: 30px;
}
.calendar_content .cjsj_tab tr td .flag_bb {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.calendar_content .cjsj_tab tr td .flag_bb > div {
  height: 30px;
}
.calendar_content .cjsj_tab tr td .flag_bb > span {
  font-weight: bold;
}
.calendar_content .cjsj_tab tr .loading-bg {
  background-color: #fff7f7;
}
.calendar_content .cjsj_tab tr .tab_font {
  text-align: left;
}
.calendar_content .cjsj_tab .red_color_s {
  color: #ce1b02;
  font-weight: bold;
}
.calendar_content .cjsj_tab .red_color_s a {
  color: #ce1b02;
}
.calendar_content .cjsj_tab .unpublished {
  height: 0;
}
.calendar_content .cjsj_tab .unpublished td div {
  width: 100%;
  height: 2px;
  background-color: #cf5444;
}
.calendar_content .cjsj_tab tr.thss, .calendar_content .cjsj_tab .s_blue {
  height: 40px;
  border-radius: 5px 5px 0 0;
  border-right: 1px solid #C1D6F7;
  border-top: 1px solid #C1D6F7;
  border-bottom: 1px solid #C1D6F7;
  background: #d2e3ff;
  color: #333;
  font-weight: 700;
}
.calendar_content .cjsj_tab tr.thss th, .calendar_content .cjsj_tab .s_blue th {
  border-right: 1px solid #C1D6F7;
  padding: 5px 8px;
  white-space: nowrap;
}
.calendar_content .holiday {
  margin: 15px 0;
}
.calendar_content .holiday div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.calendar_content .holiday div img {
  width: 23px;
}
.calendar_content .holiday .clock_s {
  background: url(/static/images/clock_s.png) no-repeat center left;
  display: inline-block;
  font-size: 12px;
  color: #333333;
  margin-left: 20px;
  padding-left: 18px;
}

.calendar_content .cjsj_tab .login-prompt {
  text-align: center;
  padding: 40px 20px;
}
.calendar_content .cjsj_tab .login-prompt .login-prompt-text {
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}
.calendar_content .login-prompt-btn {
  display: inline-block;
  padding: 8px 32px;
  background-color: #627bc7;
  color: #fff !important;
  font-size: 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
}
.calendar_content .login-prompt-btn:hover {
  background-color: #4a63b0;
  color: #fff !important;
}
.calendar_content .sq_logo .login-prompt-btn {
  margin-left: 15px;
}
.calendar_content .cjsj_tab .login-required-td {
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 20px;
}

/*# sourceMappingURL=index.css.map */
